@charset "UTF-8";

.sc-inner {
  padding: 100px 0;
}

.flex-container {
  display: flex;
}

.ai-fe {
  align-items: flex-end;
}

.g-20 {
  gap: 20px;
}

.bold {
  font-weight: 700;
}

.tac {
  text-align: center;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.divider {
  width: 100%;
  height: 1px;
  background: #806752;
}

.sec-np {
  font-size: 22px;
  color: #916b51;
  font-weight: 400;
}

.sec-np.sm {
  font-size: 18px;
}

.sec-tit {
  position: relative;

  font-size: 40px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

.sec-tit.lg {
  font-size: 60px;
  line-height: 1.2;
}

.sec-tit.black {
  font-weight: 900;
}

.sec-tit.bar {
  padding-left: 0.5em;
}

.sec-tit.bar:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 4px;
  height: 1em;
  background: #bb896f;
}

.sec-tit.color-brown {
  color: #916b51;
}

.sec-desc {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}

.pe-sec1 .video-wrap .video-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 20px auto 50px;
}

.pe-sec1 .video-wrap .video-title span {
  position: relative;
  z-index: 2;

  display: block;
  width: fit-content;

  padding: 0.1em 1.6em;

  background: linear-gradient(90deg, #c4926e 0%, #4ab639 100%);

  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.pe-sec1 .video-wrap .video-title:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);

  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c4926e 0%, #4ab639 100%);
}

.pe-sec1 .video-wrap video {
  max-width: 100%;
}

.pe-sec2 {
  text-align: left;
}

.pe-sec2 .intro5-tit {
  display: flex;
  align-items: flex-end;
}

.pe-sec2 .intro5-tit .sec_title {
  font-size: 22px;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #916b51;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 15px;
}

.pe-sec2 .intro5-sub-tit {
  font-weight: 400;
  line-height: 1.8;
}

.pe-sec2 .content-wrap {
  position: relative;
}

.pe-sec2 .content-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-200%, 100%);

  width: 94px;
  height: 94px;
  background: #c4926e;
  border-radius: 50%;
}

.pe-sec2 .clinic-intro {
  flex: 1;
}

.pe-sec2 .clinic-intro {
  margin-left: 0;
}

.pe-sec2 .clinic-img {
  position: relative;
  background-size: 70%;
  background: url("../image/personal_eyes/personal_img_01.png") center/contain
    no-repeat;
  background-color: #f1f2f3;
  width: 29vw;
  height: 29vw;

  max-width: 560px;
  max-height: 560px;
  min-width: 440px;
  min-height: 440px;

  border-radius: 50%;
}

.pe-sec2 .p_cir {
  position: absolute;
  right: -25%;
  top: 20%;
  z-index: -1;

  width: 26vw;
  height: 26vw;

  max-width: 500px;
  max-height: 500px;
  min-width: 400px;
  min-height: 400px;

  border-radius: 50%;
  border: 1px solid #886b51;
}

.pe-sec2 .p_cir span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: left center;

  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: translate(0, -50%) rotate(0deg);
  }
  to {
    transform: translate(0, -50%) rotate(360deg);
  }
}

.pe-sec2 .p_cir span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);

  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #63574f;
}

.pe-sec2 .intro-tit {
  transform: translate(48px, -3px);
  font-size: 49px;
}

.pe-sec3 .diff-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;

  font-size: 22px;
  line-height: 1.4;
  color: #000;
}

.pe-sec3 .diff-table .t-head,
.pe-sec3 .diff-table .t-body {
  display: flex;
}

.pe-sec3 .diff-table .col.gen1,
.pe-sec3 .diff-table .col.pe {
  width: 40%;
}

.pe-sec3 .diff-table .col.col-head {
  width: 20%;
}

.pe-sec3 .diff-table .col-head {
  background: #f0f0f0;
}

.pe-sec3 .diff-table .col-head .th {
  background: #fff;
}

.pe-sec3 .diff-table .t-body .col.gen1 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.pe-sec3 .diff-table .t-body .col.pe {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(106, 71, 0, 0.3) 100%
  );
}

.pe-sec3 .diff-table .col > div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  padding: 5px;

  height: 82px;
}

.pe-sec3 .diff-table .col.pe > div {
  font-size: 1.18em;
  font-weight: 700;
  background: linear-gradient(90deg, #ba886e 0%, #4aac39 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pe-sec3 .diff-table .col .td {
  border: 1px solid #333;
}

.pe-sec3 .diff-table .col:first-child .td {
  border-left: none;
}

.pe-sec3 .diff-table .col:last-child .td {
  border-right: none;
}

.pe-sec4 .check-card-list {
  display: flex;
  gap: 35px;
}

.pe-sec4 .check-card-list .card-item {
  width: 33.333%;
  position: relative;
  border: 1px solid #bb896f;
}

.pe-sec4 .check-card-list .card-item:nth-child(1) {
  --card-color: #bb896f;
}

.pe-sec4 .check-card-list .card-item:nth-child(2) {
  --card-color: #a9715b;
}

.pe-sec4 .check-card-list .card-item:nth-child(3) {
  --card-color: #975846;
}

.pe-sec4 .check-card-list .card-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 5em;

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 0.45em 1.2em 0.55em;
  background: var(--card-color, #bb896f);
  border-radius: 999px;

  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.pe-sec4 .check-card-list .card-text {
  font-size: 20px;
  line-height: 1.5;
  padding: 1em;
  text-align: center;
}

.pe-sec4 .check-card-list .card-tit {
  position: relative;

  font-size: 28px;
  font-weight: 900;
  color: var(--card-color, #bb896f);

  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
}

.pe-sec4 .check-card-list .card-tit:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2em;
  height: 1px;
  background: var(--card-color, #bb896f);
}

.feature-slide-content {
  position: relative;
  overflow: hidden;

  display: flex;
  align-items: center;
}

.feature-slide-content .left-content {
  width: calc(100% - 45.6%);
  height: 100%;
}

.feature-text-swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.feature-text-swiper .swiper-slide {
  box-sizing: border-box;

  width: 100%;
  height: 100%;

  padding-top: 40px;
  padding-right: 10px;
  color: #333;
}

.feature-text-swiper .swiper-slide strong {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 1.6em;
  line-height: 1.4;
}

.feature-text-swiper .swiper-slide p {
  font-size: 20px;
  line-height: 1.6;
}

.feature-text-swiper .swiper-slide p + p {
  margin-top: 1.2em;
}

.feature-slide-pagination {
  display: flex;
}

.feature-slide-pagination .swiper-pagination-bullet {
  position: relative;

  background: transparent;

  font-size: 30px;
  font-weight: 900;
  color: #c4926e;

  width: auto;
  height: auto;

  padding: 0.25em;

  opacity: 0.4;
  transition: opacity 0.3s, margin-right 0.3s;
}

.feature-slide-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%) scaleX(0);
  transform-origin: left center;

  width: 1em;
  height: 1px;
  background: #c4926e;

  pointer-events: none;

  transition: transform 0.3s 0.1s;
}

.feature-slide-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  margin-right: 1em;
}

.feature-slide-pagination .swiper-pagination-bullet-active:before {
  transform: translate(100%, -50%) scaleX(1);
}

.right-content {
  width: 45.6%;
  aspect-ratio: 552 / 387;
  overflow: hidden;
}

.right-content .feature-image-swiper {
  height: 100%;
}

.feature-image-swiper .swiper-slide {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}

.feature-image-swiper .swiper-slide img {
  width: 100%;
  object-fit: contain;
}

.feature-item .btn-modal,
.feature-image-swiper .swiper-slide .btn-modal {
  -webkit-appearance: none;
  border-radius: 0;
  text-align: inherit;
  background: none;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  border: none;
  color: inherit;
  font: inherit;

  position: relative;

  width: 100%;
  aspect-ratio: 552 / 48; /* 50하면 슬라이드 넘쳐서 48로 조정*/

  display: flex;
  justify-content: center;
  align-items: center;
  background: #c4926e;

  font-size: 18px;
  color: #fff;
  text-align: center;
}

.feature-item .btn-modal {
  aspect-ratio: unset;
  padding: 0.7em 0 0.8em;
}

.feature-item .btn-modal:after,
.feature-image-swiper .swiper-slide .btn-modal:after {
  content: "▶";
  font-size: 0.58em;
  margin-left: 0.5em;
  transform: translate(0, 0.16em);
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.feature-item {
  display: flex;
  align-items: center;
}

.feature-item.reverse {
  flex-direction: row-reverse;
}

.feature-item-img {
  width: 45.6%;
  overflow: hidden;
}

.feature-item-text {
  width: 54.4%;

  display: flex;
  flex-direction: column;
  gap: 20px;

  padding-left: 60px;
  padding-right: 0;
}

.feature-item.reverse .feature-item-text {
  padding-left: 0;
  padding-right: 60px;
}

.feature-item-text span {
  font-size: 30px;
  font-weight: 900;
  color: #c4926e;
}

.feature-item-text strong {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}

.feature-item-text p {
  font-size: 20px;
  line-height: 1.6;
}

.feature-item-text p + p {
  margin-top: 1.2em;
}

/* 기존 스타일 가져다 쓴 부분 */
.section21 .full_img {
  position: relative;
  background: url("../image/personal_eyes/recommend_img.png") no-repeat
    center/contain;
  width: 1200px;
  height: 420px;
  margin: 0 auto;
}

.section21 .full_img p {
  font-size: 20px;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #333333;
  position: absolute;
  text-align: center;
}

.section21 .full_img div:nth-child(1) p {
  transform: translate(48px, 320px);
}

.section21 .full_img div:nth-child(2) p {
  transform: translate(250px, 18px);
}

.section21 .full_img div:nth-child(3) p {
  transform: translate(438px, 320px);
}

.section21 .full_img div:nth-child(4) p {
  transform: translate(628px, 18px);
}

.section21 .full_img div:nth-child(5) p {
  transform: translate(836px, 320px);
}

.section21 .full_img div:nth-child(6) p {
  transform: translate(1004px, 18px);
}

.add_txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  padding-top: 100px;
  opacity: 0.6;
}

/* 모달 */
#relatedPaperModal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  animation: modal-open 0.26s ease-out both;
}

#relatedPaperModal.modal_close {
  display: none;
  opacity: 0;
}

#relatedPaperModal.modal_close .modal_centered {
  transform: translate(0, 6%);
}

#relatedPaperModal .modal_centered {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  padding: 50px 0;
  box-sizing: border-box;
}

#relatedPaperModal .modal_box {
  position: relative;
  z-index: 100;
  width: 90%;
  max-width: 500px;
  margin: auto;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);

  transform: translate(0, 6%);
  animation: modal-inner 0.26s ease-out both;
}

#relatedPaperModal .btn_modal_close {
  -webkit-appearance: none;
  border-radius: 0;
  text-align: inherit;
  background: none;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  border: none;
  color: inherit;
  font: inherit;

  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url("../image/personal_eyes/icon-close.svg") no-repeat 50% 50% /
    50%;
  background-color: #c4926e;

  z-index: 10;
}

#relatedPaperModal .modal-content {
  position: relative;
}

#relatedPaperModal .realated-paper-swiper img {
  max-width: 100%;
}

#relatedPaperModal .realated-paper-source {
  background: rgba(196, 146, 110, 0.2);
  font-size: 14px;
  color: #bb896f;
  text-align: center;
  padding: 1em;
}

#relatedPaperModal .realated-paper-btn-wrap {
  display: none;
}

#relatedPaperModal .realated-paper-btn-wrap .btn-next,
#relatedPaperModal .realated-paper-btn-wrap .btn-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);

  width: 45px;
  height: 80px;
  background: url("../image/personal_eyes/icon-arrow.svg") no-repeat 50% 50% /
    25%;
  background-color: rgba(0, 0, 0, 0.3);

  z-index: 10;

  cursor: pointer;
}

#relatedPaperModal .realated-paper-btn-wrap .btn-prev {
  left: 0;
}

#relatedPaperModal .realated-paper-btn-wrap .btn-next {
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
}

@keyframes modal-open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-inner {
  from {
    transform: translate(0, 6%);
  }
  to {
    transform: translate(0, 0);
  }
}

/* 반응형 */
@media screen and (max-width: 1025px) {
  .mb-20 {
    margin-bottom: 16px;
  }

  .mb-30 {
    margin-bottom: 24px;
  }

  .mb-40 {
    margin-bottom: 32px;
  }

  .mb-60 {
    margin-bottom: 42px;
  }

  .mb-80 {
    margin-bottom: 48px;
  }

  .sc-inner {
    padding: 60px 0;
  }

  .sec-tit {
    font-size: 28px;
  }

  .sec-tit.lg {
    font-size: 38px;
  }

  .sec-desc {
    font-size: 16px;
  }

  .pe-sec1 .sec-tit {
    font-size: 18px;
  }

  .pe-sec1 .video-wrap .video-title span {
    font-size: 18px;
  }

  .pe-sec3 .diff-table {
    font-size: 14px;
  }

  .pe-sec3 .diff-table .col.pe > div {
    font-size: 1em;
  }

  .pe-sec4 .check-card-list {
    gap: 20px;
  }

  .pe-sec4 .check-card-list .card-text {
    font-size: 16px;
  }

  .pe-sec4 .check-card-list .card-num {
    font-size: 22px;
  }

  .pe-sec4 .check-card-list .card-tit {
    font-size: 18px;
  }

  .feature-text-swiper .swiper-slide {
    padding-top: 30px;
  }

  .feature-item-text strong,
  .feature-text-swiper .swiper-slide strong {
    font-size: 18px;
  }

  .feature-item-text p,
  .feature-text-swiper .swiper-slide p {
    font-size: 16px;
  }

  .feature-item .btn-modal,
  .feature-image-swiper .swiper-slide .btn-modal {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) {
  .pe-sec2 .title-wrap .flex-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .pe-sec2 .content-wrap .flex-container {
    position: relative;

    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    position: relative;

    gap: 40px;
  }

  .pe-sec2 .clinic-img {
    width: 110vw;
    height: 110vw;
    max-width: 480px;
    max-height: 480px;
  }

  .pe-sec2 .p_cir {
    top: 0;
    right: auto;
    left: 0;

    width: 105vw;
    height: 105vw;
    max-width: 480px;
    max-height: 480px;

    border: none;
  }

  .pe-sec2 .p_cir span {
    transform: translate(0, -50%) rotate(70deg);
    animation: none;
  }

  .pe-sec2 .p_cir span:before {
    width: 110px;
    height: 110px;
  }

  .pe-sec4 .check-card-list {
    flex-direction: column;
    align-items: center;

    gap: 60px;
  }

  .pe-sec4 .check-card-list .card-item {
    width: 100%;
    max-width: 400px;
  }

  .feature-slide-content {
    flex-direction: column;
    gap: 30px;
  }

  .feature-slide-content .left-content {
    width: 100%;
  }

  .feature-item-img,
  .feature-item-text {
    width: 100%;
  }

  .feature-item,
  .feature-item.reverse {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .feature-item.reverse .feature-item-text,
  .feature-item-text {
    padding-left: 0;
    padding-right: 0;
  }

  .right-content {
    width: 100%;
  }

  .section21 .full_img {
    background: url("../image/personal_eyes/recommend_img_mo.png")
      center/contain no-repeat;
    margin: 0 auto;
    width: 375px;
    height: 855px;
  }

  .section21 .full_img p {
    font-size: 16px;
    line-height: 22px;
  }

  .section21 .full_img div:nth-child(1) p {
    transform: unset;
    left: 11%;
    padding-top: 57%;
  }

  .section21 .full_img div:nth-child(2) p {
    transform: unset;
    left: 56%;
    top: -22px;
  }

  .section21 .full_img div:nth-child(3) p {
    transform: unset;
    left: 14%;
    padding-top: 136%;
  }

  .section21 .full_img div:nth-child(4) p {
    transform: unset;
    left: 56%;
    padding-top: 74%;
  }

  .section21 .full_img div:nth-child(5) p {
    transform: unset;
    left: 18%;
    padding-top: 214%;
  }

  .section21 .full_img div:nth-child(6) p {
    transform: unset;
    left: 56%;
    padding-top: 154%;
  }
}
