.compare-section {
  padding: 100px 0 120px;
  background: #F8F8F8;
}

.compare-head {
  text-align: center;
}

.compare-head h2 {
  font-size: 70px;
  font-weight: 400;
}

.compare-head span {
  color: #319E8D;
}

.compare-wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 100px;
}

.compare-eyes {
  position: absolute;
  top: -50px;
  left: 32.5%;
  width: 140px;
  z-index: 1;
}

.compare-eyes img {
  width: 100%;
}

.compare-table {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
}

.compare-cell {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  background: #fff;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.compare-row .compare-cell:first-child {
  border-left: 1px solid #ddd;
}

/* 헤더 */
.compare-head .compare-cell {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  border-radius: 20px 20px 0 0;
  border-right: none;
  height: 80px;
}

.col-title {
  background: #d9d9d9;
  color: #333 !important;
}

.col-toktok {
  background: #319E8D;

}

.compare-cell.col-dark {
  background: #333;
}

.toktok {
  background: #e4f1ef;
  color: #333;
}

@media (max-width: 768px) {
  .compare-section {
    padding: 50px 0;
  }

  .compare-head h2 {
    font-size: 34px;
  }

  .compare-wrap {
    overflow: visible;
    margin-top: 50px;
  }

  .compare-table {
    min-width: 0;
    width: 100%;
  }

  .compare-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .compare-cell {
    font-size: 12px;
    line-height: 1.4;
    height: auto;
    height: 60px;
    word-break: keep-all;
  }

  .compare-head .compare-cell {
    font-size: 12px;
    height: 40px;
    border-radius: 8px 8px 0 0;
  }

  .compare-eyes {
    top: -20px;
    width: 60px;
    left: 30%;
  }
}

.cost-section {
  padding: 100px 0;
  text-align: center;
  background-image: url(../img/sub2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cost-title {
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.cost-title span {
  color: #319E8D;
}

.cost-wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.cost-card {
  width: 100%;
  max-width: 620px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}

.cost-card-head {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  padding: 34px 0;
}

.cost-card-head.green {
  background: #319E8D;
}

.cost-card-head.yellow {
  background: #F5B400;
}

.cost-card-body {
  padding: 30px;
}

.cost-img img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 45px;
}

.cost-price {
  font-size: 32px;
  color: #666;
  margin-bottom: 8px;
}

.cost-sale {
  font-size: 40px;
  font-weight: 800;
  color: #EF3E27;
  margin-bottom: 6px;
}

.cost-desc {
  font-size: 26px;
  color: #666;
}

@media (max-width: 768px) {
  .cost-section {
    display: none;
  }
}

.section06.prodect-mo-section06 {
  display: none;
}

.section06.prodect-mo-section06 .sec06-slider-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
}

.section06.prodect-mo-section06 .sec06-swiper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.section06.prodect-mo-section06 .sec06-swiper .swiper-slide {
  height: auto;
}

.section06.prodect-mo-section06 .sec06-card {
  height: 100%;
}

.section06.prodect-mo-section06 .sec06-nav {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  border: none;
  background: transparent;
}

.section06.prodect-mo-section06 .sec06-nav img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.section06.prodect-mo-section06 .sec06-nav.swiper-button-disabled {
  opacity: 0.45;
  cursor: default;
}

@media (max-width: 1024px) {
  .sec06-slider-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 10px;
    margin-bottom: 40px;
  }

  .sec06-swiper {
    order: 1;
    width: 100%;
    flex: none;
  }

  .sec06-prev,
  .sec06-next {
    order: 2;
    display: flex;
  }

  .sec06-card {
    max-width: 680px;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .section06.prodect-mo-section06 {
    display: block;
    background: #F0F9F8;
  }

  .section06.prodect-mo-section06 .sec06-slider-box {
    gap: 24px 10px;
    margin-bottom: 30px;
  }

  .section06.prodect-mo-section06 .sec06-prev,
  .section06.prodect-mo-section06 .sec06-next {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
  }

  .section06.prodect-mo-section06 .sec06-prev img,
  .section06.prodect-mo-section06 .sec06-next img {
    width: 56px;
    height: 56px;
  }
}

.product-feature-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.product-feature-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.product-feature-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-feature-section .container {
  position: relative;
  z-index: 1;
}

.product-feature-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.product-feature-inner:last-child {
  padding-bottom: 0;
}

.product-h2 {
  position: relative;
  z-index: 99;
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.prodect-p {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.prodect-p strong {
  font-weight: 800;
}

.product-h2 span {
  color: #FFC20F;
}

.product-feature-card {
  border-radius: 24px;
  overflow: hidden;
}

.product-feature-card img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.product-feature-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 80px;
  margin-top: 40px;
  border: 0;
  border-radius: 999px;
  background: #008772;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.product-layer-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.product-layer-popup.is-open {
  display: block;
}

.product-layer-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.product-layer-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1280px;
  max-height: calc(100vh - 60px);
}

.product-layer-body {
  overflow: auto;
  max-height: calc(100vh - 150px);
  border-radius: 24px;
}

.product-layer-body img {
  display: block;
  width: 100%;
}

.popup-img-wrap {
  position: relative;
}

.popup-img-wrap img {
  display: block;
  width: 100%;
}

.popup-img-wrap a {
  position: absolute;
}

.in-touch {
  left: 12.5%;
  top: 97.67%;
  width: 31.25%;
  height: 1.97%;
}

.add-on {
  left: 53.75%;
  top: 97.67%;
  width: 36.72%;
  height: 1.97%;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

@media (max-width: 768px) {
  .product-feature-section {
    padding: 50px 0;
  }

  .product-feature-inner {
    max-width: 100%;
    padding: 40px 0 24px;
  }

  .product-feature-card {
    border-radius: 20px;
  }

  .product-feature-more {
    min-width: 128px;
    height: 46px;
    margin-top: 18px;
    padding: 0 22px;
    font-size: 16px;
  }

  .product-layer-wrap {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
  }

  .product-layer-body {
    max-height: calc(100vh - 100px);
    border-radius: 18px;
  }

  .product-h2 {
    font-size: 36px;
    letter-spacing: -0.04em;
  }

  .prodect-p {
    font-size: 18px;
    word-break: keep-all;
  }
}

.recommend-section {
  padding: 100px 0;
  background: #eeece7;
}

.recommend-head {
  text-align: center;
  margin-bottom: 50px;
}

.recommend-head h2 {
  font-size: 70px;
  line-height: 1.3;
  font-weight: 400;
  color: #222;
  letter-spacing: -0.02em;
}

.recommend-head h2 span {
  color: #319E8D;
}

.recommend-list {
  max-width: 1280px;
  margin: 0 auto;
}

.recommend-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #666;
  letter-spacing: -0.02em;
}

.recommend-item span {
  color: #333;
}

.recommend-item+.recommend-item {
  margin-top: 18px;
}

@media (max-width: 768px) {
  .recommend-section {
    padding: 50px 0;
  }

  .recommend-head {
    margin-bottom: 30px;
  }

  .recommend-head h2 {
    font-size: 36px;
  }

  .recommend-list {
    max-width: 100%;
  }

  .recommend-item {
    min-height: 50px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
  }

  .recommend-item+.recommend-item {
    margin-top: 12px;
  }
}

.section06.section06-1 {
  background: #F0F9F8;
}

.section06-1 .sec06-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.section06-1 .sec06-card {
  padding: 30px 35px;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .section06-1 .sec06-card {
    padding: 20px;
    max-width: 100%;
    min-height: 600px;
  }

}

@media (max-width: 768px) {
  .section06.section06-1 {
    display: none;
  }
}

.package-section {
  padding: 100px 0 120px;
  background: #fff;
}

.package-head {
  text-align: center;
  margin-bottom: 50px;
}

.package-head h2 {
  font-size: 70px;
  line-height: 1.3;
  font-weight: 400;
  color: #222;
  letter-spacing: -0.02em;
}

.package-head h2 span {
  color: #319E8D;
}

.package-list {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.package-item {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.package-thumb {
  display: block;
  margin-bottom: 26px;
}

.package-thumb img {
  display: block;
  width: 100%;
  border-radius: 28px;
}

.package-title {
  display: block;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 400;
  color: #222;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.package-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #555;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.package-price {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #319E8D;
  letter-spacing: -0.02em;
}

@media (max-width: 1280px) {

  .package-title {
    font-size: 30px;
  }

  .package-desc {
    font-size: 18px;
  }

  .package-price {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .package-section {
    padding: 50px 0 60px;
  }

  .package-head {
    margin-bottom: 30px;
  }

  .package-head h2 {
    font-size: 36px;
  }

  .package-list {
    flex-direction: column;
    gap: 20px;
  }

  .package-item {
    max-width: 100%;
  }

  .package-thumb {
    margin-bottom: 18px;
  }

  .package-thumb img {
    border-radius: 18px;
  }

  .package-title {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .package-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .package-price {
    font-size: 22px;
  }
}