/* ##### 서브페이지 공통 ##### */
.sub-visual-inner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.nana-visual-inner {
  position: relative;
}
.nana-visual-inner img {
  display: block;
  width: 100%;
}

/* ##### 서브페이지 비쥬얼 영역 ##### */
.sub-visual-inner .sub-visual-bg {
  width: 100%;
  height: 100%;
}
.sub-visual-inner .sub-visual-bg img {
  display: block;
  width: inherit;
  height: inherit;
  object-fit: cover;
}
.sub-visual-inner .sub-visual-text {
  width: 100%;
  text-align: center;
  color: #1a2c42;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
}
.sub-visual-inner .sub-visual-text h1 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 2px;
}
.sub-visual-inner .sub-visual-text h2 {
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 24px;
}
.sub-visual-inner .sub-visual-text p {
  font-size: 26px;
  font-weight: 300;
  margin: 24px 0 30px 0;
}
.sub-visual-inner .sub-visual-text .links {
  display: flex;
  justify-content: center;
  gap: 35px;
}
.sub-visual-inner .sub-visual-text .links a {
  font-size: 24px;
  color: #505050;
  width: 265px;
  padding: 10px 0;
  letter-spacing: -1px;
  background-color: #fff;
}
.nana-visual-text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nana-visual-text h2 {
  font-size: 48px;
  font-family: 'NanaBeauty';
  color: #fff;
  font-weight: bold;
  letter-spacing: 12px;
}

/* ##### 서브페이지 헤드라인 영역 ##### */
.sub-section-area .headline-wrapper {
  text-align: center;
  color: #5e5e5e;
  padding: 140px 0px 70px 0;
}
.sub-section-area .headline-wrapper .headline {
  font-family: 'NanaBeauty';
  font-size: 65px;
  font-weight: 400;
  color: #445978;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px #445978;
}
.sub-section-area .headline-wrapper h3 {
  font-family: 'NanaBeauty';
  font-size: 40px;
  font-weight: 400;
  color: #445978;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px #445978;
}
.sub-section-area .headline-wrapper h5 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 10px;
}

.sub-section-area .headline-wrapper .desc {
  font-size: 30px;
  margin-top: 130px;
  padding: 0 10px;
  word-break: keep-all;
}

/* ##### 서브페이지 시술 설명 영역 ##### */
.sub-about-wrapper .image img {
  display: block;
  width: 100%;
}

/* ##### 서브페이지 시술 효과 영역 ##### */
.sub-effect-wrapper {
  background-color: #f6f6f6;
}
.sub-effect-inner {
  width: 100%;
  margin: auto;
  padding: 200px 0px;
}
.effect-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 200px;
}
.effect-item:last-child {
  margin-bottom: 0;
}
.effect-item .image,
.effect-item .cont-wrapper {
  width: 100%;
  flex: 1;
}
.effect-item .image img {
  display: block;
  width: 100%;
}
.effect-item .cont-wrapper {
  display: flex;
}
.effect-item .cont-wrapper.cont-center {
  justify-content: center !important;
}
.effect-item:nth-child(odd) .cont-wrapper {
  justify-content: flex-start;
}
.effect-item:nth-child(even) .cont-wrapper {
  justify-content: flex-end;
}
.effect-item .cont-wrapper .cont em {
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  color: #445978;
  display: block;
}
.effect-item .cont-wrapper .cont h5 {
  font-size: 53px;
  font-weight: 800;
  color: #2d2d2d;
  margin: 16px 0 40px 0;
}
.effect-item .cont-wrapper .cont p {
  font-size: 30px;
  color: #6f6f6f;
  line-height: 1.3em;
}
.effect-item .cont-wrapper .cont p b {
  font-weight: bold;
  color: #313131;
}

/* ##### 서브페이지 각 시술 디테일 영역 ##### */
.sub-detail-inner {
  width: 100%;
  margin: auto;
}
/* 써마지 FLX 테이블 */
.sub-detail-inner.thermage-detail-inner {
  max-width: 1340px
}
.thermage-detail {
  padding: 0 10px;
}
.thermage-detail-table {
  width: 100%;
  color: #313131;
  text-align: center;
  font-size: 26px;
  margin: auto;
  table-layout: fixed;
  border-spacing: 10px 0;
}
.thermage-detail-table tr th {
  font-weight: 400;
  padding: 10px 0;
  color: #fff;
  background-color: #313131;
}
.thermage-detail-table tr td {
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
.thermage-detail-table tr td img {
  max-width: 140px;
  width: 100%;
}
.thermage-detail-table tr td p {
  line-height: 1.3em;
}

/* 울쎄라피 프라임 디테일 */
.ultherapy-detail-wrapper {
  display: flex;
}
.ultherapy-detail-items {
  margin: auto;
}
.ultherapy-detail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.ultherapy-detail-item h5 {
  width: 240px;
  font-size: 28px;
  font-weight: 800;
}
.ultherapy-detail-item span {
  font-size: 22px;
  color: #5e5e5e;
}
.ultherapy-detail-image {
  margin-top: 100px;
}
.ultherapy-detail-image img {
  width: 100%;
  display: block;
}

/* 티타늄 디테일 */
.titanium-detail-image img {
  display: block;
  width: 100%
}

/* 슈링크 유니버스 디테일 */
.shurink-detail-inner {
  max-width: 1028px;
}
.shurink-detail-image img {
  display: block;
  width: 100%;
}

/* 스킨 리바이브 디테일 */
.revive-detail-image {
  max-width: 1500px;
  width: 100%;
  margin: auto;
}
.revive-detail-image img {
  width: 100%;
  display: block;
}

/* 엘라비 디테일 */
.elrav-detail {
  padding: 0 10px;
  max-width: 1470px;
  margin: 0 auto;
}
.elrav-tables-wrapper {
  display: flex;
  gap: 15px;
  justify-content: space-evenly;
  align-items: flex-start;
}
.elrav-table {
  flex: 1;
  max-width: 320px;
  text-align: center;
  position: relative;
}
.elrav-table thead tr {
  display: inline-block;
}
.elrav-table th {
  font-weight: 700;
  font-size: 22px;
  padding: 14px 80px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  position: relative;
  z-index: 2;
}
.elrav-table tbody {
  position: relative;
  z-index: 1;
}
.elrav-table tbody tr {
  display: block;
  margin-top: -30px;
}
.elrav-table td {
  background-color: #f6f6f6;
  padding:40px 40px 10px 40px;
  display: block;
}
.elrav-table td p {
  font-size: 24px;
  color: #313131;
  line-height: 2;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 600;
}
.elrav-table td p:last-child {
  border-bottom: none;
}

/* 나나셀 디테일 */
.nanacell-detail {
  padding:0 10px
}
.nanacell-detail-table {
  max-width:1340px;
  width:100%;
  color:#313131;
  text-align:center;
  font-size:26px;
  margin:auto;
  table-layout:fixed;
  border-spacing:10px 0;
}
.nanacell-detail-table th {
  font-weight:400;
  padding:10px 0;
  color:#fff;
  background-color:#9c9c9c;
}
.nanacell-detail-table th:last-child {
  background-color:#1a2c42;
}
.nanacell-detail-table td{
  padding:30px 0;
}
.nanacell-detail-table td img{
  max-width:140px;
  width:100%;
}
.nanacell-detail-table p{
  line-height:1.3em;
}

/* ##### 서브페이지 시술 작용 원리 영역 ##### */
.sub-mech-inner {
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
.sub-mech-inner .mech-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.mech-items .mech-item img {
  width: 100%;
  display: block;
}
.mech-items .mech-item .cont {
  margin-top: 30px;
  text-align: center;
}
.mech-items .mech-item .cont h4 {
  font-size: 42px;
}
.mech-items .mech-item .cont p {
  font-size: 24px;
  color: #6f6f6f;
  margin-top: 30px;
}
.mech-items .mech-item .cont p b {
  color: #313131;
}

/* 울쎄라피 작용 원리 */
.sub-mech-inner.ultherapy-mech-inner {
  max-width: 1470px;
}

/* 인모드 작용 시술 원리 */
.inmode-mech-inner {
  max-width: 1470px;
}

/* 리쥬란 작용 시술 원리 */
.rejuran-mech-inner {
  max-width: 1680px;
}

/* 쥬베룩 작용 시술 원리 */
.juvelook-mech-inner {
  max-width: 1250px;
}

/* 엑소좀 작용 시술 원리 */
.exosome-mech-inner {
  max-width: 1600px;
}

/* 포텐자 작용 시술 원리 */
.potenza-mech-inner {
  max-width: 960px;
}

/* 에토좀 작용 시술 원리 */
.ethosome-mech-inner {
  max-width: 1400px;
}
.ethosome-mech-inner .image img {
  width: 100%;
  display: block;
}
.potenza-mech-inner .mech-items {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 84px;
}

/* 아쿠아필 작용 시술 원리 */
.aqua-mech-inner {
  max-width: 1300px;
}
.aqua-mech-items .mech-item {}
.aqua-mech-items .mech-item .cont h5 {
  max-width: 225px;
  font-size: 1.8em;
  background-color: #445978;
  color: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 6px 12px;
}
.aqua-mech-items .mech-item .cont p {
  font-size: 26px;
}

/* 압토스 작용 시술 원리 */
.aptos-mech-inner {
  max-width: 1100px;
}
.aptos-mech-inner > h4 {
  color: #5e5e5e;
  font-size: 40px;
  margin-bottom: 100px;
  text-align: center;
}
.aptos-mech-items {}
.aptos-mech-item {
  position: relative;
}
.aptos-mech-item::after {
  content: '';
  background-image: url(/img_up/shop_pds/nanaskin/design/assets/images/lifting/aptos/arrow.png);
  width: 31px;
  height: 25px;
  position: absolute;
  right: -50%;
  top: 50%;
}
.aptos-mech-item:last-child::after {
  display: none;
}
.aptos-mech-item .lapse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 32px;
}
.aptos-mech-item .lapse h5 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  max-width: 175px;
  width: 100%;
  text-align: center;
  background-color: #445978;
  border-radius: 25px;
  padding: 8px 20px;
}
.aptos-mech-item .lapse span {
  font-size: 18px;
  color: #445978;
}
.aptos-mech-item .desc {
  margin-top: 16px;
}
.aptos-mech-item .desc p {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #445978;
}

/* 압토스 실 종류 */
.aptos-type-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  }
.aptos-type-items {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.aptos-type-item .image img {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: auto;
}
.aptos-type-item .desc {
  color: #5e5e5e;
  text-align: center;
  margin-top: 30px;
}
.aptos-type-item .desc h5 {
  font-size: 40px;
  margin-bottom: 20px;
}
.aptos-type-item .desc p {
  font-size: 30px;
}


/* ##### 서브페이지 전후사진 영역 ##### */
.sub-ba-wrapper {
  margin-top: 40px;
}
.sub-angle-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-angle-inner .angle-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-angle-inner .angle-items .angle-item img {
  display: block;
  width: 100%;
}
.sub-ba-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-ba-inner .ba-items {
  display: flex;
}
.sub-ba-inner .ba-item img {
  display: block;
  width: 100%; 
}

/* ##### 서브페이지 프리미엄 서비스 영역 ##### */
.premium-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1920 / 633;
  background: 
  url(/img_up/shop_pds/nanaskin/design/assets/images/all/sub/premium-bg-web.jpg) 
  no-repeat center center /cover;
}
.premium-banner h3 {
  font-size: 65px;
  font-family: 'NanaBeauty';
  font-weight: 400;
  color: #fff;
}
.sub-premium-swiper {
  max-width: 1630px;
  width: 100%;
  margin: auto;
  padding: 150px 10px;
}
.swiper-premium-nav {
  display: none;
}
@media (min-width: 1630px) {
  .sub-premium-swiper .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .sub-premium-swiper .premium-item {
    width: 25% !important;
  }
}

@media (max-width: 1629px) {
  .sub-premium-swiper .premium-item {
    height: auto;
  }
}
.sub-premium-swiper .premium-item .image img {
  display: block;
  width: 100%;
}
.sub-premium-swiper .premium-item h5 {
  font-size: 36px;
  font-weight: 800;
  color: #2d2d2d;
  margin: 40px 0 30px 10px;
}
.sub-premium-swiper .premium-item p {
  font-size: 22px;
  color: #6f6f6f;
  margin-left: 10px;
  padding-right: 30px;
  word-break: keep-all;
}

/* ##### 서브페이지 시술 추천 대상 영역 ##### */
.sub-recommend-wrapper,
.sub-qna-wrapper {
  background-color: #f6f6f6;
}
.sub-recommend-inner,
.sub-qna-inner {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 120px 10px;
}
.sub-recommend-inner b {
  font-size: 24px;
  font-weight: 800;
  color: #445978;
  display: block;
  margin-bottom: 12px;
}
.sub-recommend-inner h3,
.sub-qna-inner h3 {
  font-size: 53px;
  font-weight: 800;
  color: #2d2d2d;
  margin-bottom: 80px;
}
.sub-recommend-items li {
  border-bottom: 1px solid #313131;
  padding: 20px 0;
}
.sub-recommend-items li p {
  font-size: 30px;
  font-weight: bold;
  color: #313131;
}

/* ##### 서브페이지 시술 Q&A 영역 ##### */
.acco-item .acco-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #445978;
  padding: 27px 40px;
  margin-bottom: 10px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.acco-item .acco-q:hover {
  background-color: #364760;
}
.acco-item .acco-q h5 {
  font-size: 30px;
}
.acco-item .acco-q i {
  font-size: 35px;
  line-height: 1;
  transition: 0.4s;
}
.acco-item .acco-q i.active {
  transform: rotate(-180deg);
}
.acco-item .acco-a {
  display: none;
  background-color: #fff;
  margin-bottom: 10px;
}
.acco-item .acco-a p {
  font-size: 30px;
  line-height: 1.3em;
  color: #313131;
  padding: 40px 10% 40px 40px;
  word-break: keep-all;
}

/* ##### 서브페이지 버튼 영역 ##### */
.sub-button-inner {
  padding: 150px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-goto {
  display: block;
  max-width: 535px;
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding: 22px 0;
  color: #ddd;
  background-color: #1a2c42;
  transition: 0.3s;
}
.sub-goto:hover {
  color: #fff;
  background-color: #2c4566;
}

/* ##### 서브페이지 제네오 프로세스 영역 ##### */
.geneo-process-inner {
  max-width: 1430px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
.geneo-process-items {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.geneo-process-items .process-item .image img {
  width: 100%;
  display: block;
}
.geneo-process-items .process-item .cont {
  margin-top: 30px;
}
.geneo-process-items .process-item .cont b {
  font-size: 24px;
  color: #445978;
}
.geneo-process-items .process-item .cont h5 {
  font-size: 36px;
  color: #2d2d2d;
  margin: 4px 0 16px 0;
}
.geneo-process-items .process-item .cont p {
  font-size: 22px;
  color: #5e5e5e;
  word-break: keep-all;
}

/* ##### 서브페이지 제네오 옥시팟 영역 ##### */
.oxypod-container {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 10px;
}
.oxypod-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
.oxypod-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
.oxypod-image {
  flex: 0 0 55%;
}
.oxypod-image img {
  max-width: 360px;
  width: 100%;
  display: block;
}
.oxypod-text {
  flex: 1;
  text-align: left;
}
.oxypod-text h5 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #313131;
}
.oxypod-text p {
  font-size: 22px;
  color: #6f6f6f;
  margin: 8px 0;
  line-height: 1.6;
}

/* ########## Responsive ########## */
@media (max-width: 1630px) {
  /* ##### 서브페이지 프리미엄 서비스 영역 1630 ##### */
  .sub-premium-swiper {
    padding-right: 70px;
  }
  .sub-premium-swiper .premium-item h5 {
    font-size: 32px;
    margin: 16px 0 16px 10px;
  }
  .sub-premium-swiper .premium-item p {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .effect-item .cont-wrapper .cont p {
    font-size: 23px;
  }

  /* ##### 서브페이지 시술 작용 원리 영역 1300 ##### */

  /* 울쎄라피 작용 원리 1300 */
  .mech-items .mech-item .cont p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  /* ##### 서브페이지 시술 효과 영역 992 ##### */
  .effect-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 50px;
  }
  .effect-item .image {
    order: 1;
  }
  .effect-item .cont-wrapper {
    justify-content: flex-start;
    order: 2;
    padding: 0 10px;
  }
  .effect-item:nth-child(even) .cont-wrapper {
    justify-content: flex-start;
  }
  .effect-item .cont-wrapper.cont-center {
    justify-content: flex-start !important;
  }
  .effect-item .cont-wrapper .cont p {
    font-size: 30px;
  }

  /* ##### 서브페이지 각 시술 디테일 영역 992 ##### */
  /* 써마지 FLX 테이블 992 */
  .thermage-detail-table {
    font-size: 18px;
  }
  .thermage-detail-table tr td {
    padding: 16px 0;
  }
  .thermage-detail-table tr td img {
    width: 60%;
  }

  /* ##### 서브페이지 시술 작용 원리 영역 992 ##### */
  .sub-mech-inner .mech-items {
    flex-direction: column;
    gap: 70px;
  }
  /* 울쎄라피 작용 원리 992 */
  .ultherapy-mech-items .mech-item .cont p {
    font-size: 30px;
  }
  /* 압토스 시술 작용 원리 992 */
  .aptos-mech-inner > h4 {
    font-size: 5.04032vw;
    margin-bottom: 4.03226vw;
  }
  .aptos-mech-item::after {
    display: none;
  }

  /* ##### 서브페이지 프리미엄 서비스 영역 992 ##### */
  .sub-premium-swiper {
    padding-right: 10px;
  }
  .swiper-premium-nav {
    display: block;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
  }
  .swiper-premium-next {
    left: 10%;
  }
  .swiper-premium-prev {
    right: 10%;
  }
}
@media (max-width: 768px) {
  /* ##### 서브페이지 비쥬얼 영역 768 ##### */
  .sub-visual-inner .sub-visual-text h1 {
    font-size: 7.81250vw;
    letter-spacing: 0;
  }
  .sub-visual-inner .sub-visual-text h2 {
    font-size: 6.77083vw;
    margin-bottom: 3.12500vw;
  }
  .sub-visual-inner .sub-visual-text p {
    font-size: 4.42708vw;
    margin: 3.12500vw 0 5.20833vw 0;
  }
  .sub-visual-inner .sub-visual-text .links {
    gap: 2.60417vw;
  }
  .sub-visual-inner .sub-visual-text .links a {
    font-size: 5.20833vw;
    font-size: 4.68750vw;
    width: 41.66667vw;
  }
  .nana-visual-text {
    top: 70%;
  }
  .nana-visual-text h2 {
    font-size: 6.51042vw;
    letter-spacing: 1.56250vw;
  }

  /* ##### 서브페이지 헤드라인 영역 768 ##### */
  .sub-section-area .headline-wrapper {
    padding: 18.22917vw 0 9.11458vw 0;
  }
  .sub-section-area .headline-wrapper .headline {
    font-size: 8.07292vw;
  }
  .sub-section-area .headline-wrapper h5 {
    font-size: 4.68750vw;
  }
  .sub-section-area .headline-wrapper h3 {
    font-size: 5.20833vw;
  }
  .sub-section-area .headline-wrapper .desc {
    font-size: 4.42708vw;
    margin-top: 15.62500vw;
  }

  /* ##### 서브페이지 시술 효과 영역 768 ##### */
  .sub-effect-inner {
    padding: 19.53125vw 0;
  }
  .effect-item {
    flex-direction: column;
    gap: 9.11458vw;
    margin-bottom: 26.04167vw;
  }
  .effect-item .image {
    order: 1;
  }
  .effect-item .cont-wrapper {
    max-width: 94.40104vw;
    order: 2;
    padding: 0 2.60417vw;
  }
  .effect-item .cont-wrapper .cont em {
    font-size: 4.16667vw;
  }
  .effect-item .cont-wrapper .cont h5 {
    font-size: 8.33333vw;
    margin: 8px 0 16px 0;
  }
  .effect-item .cont-wrapper .cont p {
    word-break: keep-all;
    font-size: 5.20833vw;
  }

  /* ##### 서브페이지 각 시술 디테일 영역 768 ##### */
  /* 써마지 FLX 테이블 768 */
  .thermage-detail-table {
    font-size: 15px;
    border-spacing: 2px 0;
  }
  .thermage-detail-table tr th {
    padding: 6px 0;
  }
  .thermage-detail-table tr td img {
    width: 60%;
  }

  /* 울쎄라피 프라임 디테일 768 */
  .ultherapy-detail-item h5 {
    width: 33.20313vw;
    font-size: 4.16667vw;
  }
  .ultherapy-detail-item span {
    font-size: 3.38542vw;
  }
  .ultherapy-detail-image {
    margin-top: 13.02083vw;
  }

  /* 엘라비 디테일 768 */
  .elrav-tables-wrapper {
    flex-direction: column;
    gap: 10.41667vw;
    align-items: center;
  }
  .elrav-table {
    max-width: 100%;
  }
  .elrav-table th {
    font-size: 4.6875vw;
    padding: 2.60417vw 10.41667vw;
  }
  .elrav-table tbody tr {
    margin-top: -5.20833vw;
  }
  .elrav-table td {
    background: #f6f6f6;
    padding: 5.20833vw 2.60417vw 0vw 2.60417vw;
    min-width :75vw
  }
  .elrav-table td p {
    font-size: 4.520833vw;
    padding: 2.60417vw 16vw;
    border-bottom: 1px solid #d5d5d5;
  }
  .elrav-table td p:last-child {
    border-bottom: none;
  }

  /* 나나셀 디테일 768 */
  .nanacell-detail-table {
    font-size:18px;
    border-spacing:0;
  }
  .nanacell-detail-table thead {
    display:none;
  }
  .nanacell-detail-table tbody tr {
    display:flex;
    flex-direction:column;
  }
  .nanacell-detail-table td { 
    width:100%;
    padding:15px 0;
  }
  .nanacell-detail-table td::before {
    content:"";
    display:block;
    font-weight:400;
    padding:10px 0;
    color:#fff;
    background-color:#9c9c9c;
    margin-bottom:10px
  }
  .nanacell-detail-table td:nth-child(1)::before {
    content:"일반 혈액";
  }
  .nanacell-detail-table td:nth-child(2)::before {
    content:"최소필요농도";
  }
  .nanacell-detail-table td:nth-child(3)::before {
    content:"일반 PRP";
  }
  .nanacell-detail-table td:nth-child(4)::before {
    content:"나나셀";
    background-color:#1a2c42;
  }

  /* ##### 서브페이지 시술 작용 원리 영역 768 ##### */
  .sub-mech-inner .mech-items {
    gap: 13.02083vw;
  }
  .mech-items .mech-item .image {
    padding: 0 15px;
  }
  .mech-items .mech-item .cont {
    margin-top: 3.90625vw;
  }
  .mech-items .mech-item .cont h4 {
    font-size: 6.51042vw;
  }
  .mech-items .mech-item .cont p {
    font-size: 5.20833vw;
    margin-top: 3.90625vw;
  }
  
  /* 포텐자 작용 원리 768 */
  .potenza-mech-inner .mech-items {
    grid-template-columns: 1fr;
  }

  /* 아쿠아필 작용 원리 768 */
  .aqua-mech-items .mech-item .cont h5 {
    max-width: 52.08333vw;
    font-size: 6.51042vw;
  }
  .aqua-mech-items .aqua-arrow {
    width: 7.81250vw;
  }

  /* ##### 서브페이지 전후사진 영역 768 ##### */
  .angle-items-mo .angle-item-mo {
    display: none;
    padding: 0 3.12500vw;
  }
  .angle-items-mo .angle-item-mo:first-child {
    display: block;
  }
  .angle-items-mo .angle-item-mo img {
    width: 100%;
    display: block;
  }
  .angle-items-mo .angle-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.16667vw;
    margin-top: 5.20833vw;
  }
  .angle-items-mo .angle-tabs .angle-tab {
    font-size: 4.68750vw;
    font-weight: bold;
    color: #a9a9a9;
    position: relative;
  }
  .angle-items-mo .angle-tabs .angle-tab::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2.34375vw;
    width: 100%;
    height: 2px;
    background-color: #445978;
    opacity: 0;
  }
  .angle-items-mo .angle-tabs .angle-tab.active {
    color: #445978;
  }
  .angle-items-mo .angle-tabs .angle-tab.active::after {
    opacity: 1;
  }

  /* ##### 서브페이지 프리미엄 서비스 영역 768 ##### */
  .premium-banner {
    aspect-ratio: 800 / 633;
    background: 
    url(/img_up/shop_pds/nanaskin/design/assets/images/all/sub/premium-bg-mo.jpg) 
    no-repeat center center /cover;
  }
  .premium-banner h3 {
    font-size: 8.46354vw;
  }
  .sub-premium-swiper {
    padding: 15.62500vw 10px;
  }
  .sub-premium-swiper .premium-item h5 {
    font-size: 5.46875vw;
    margin: 3.12500vw 0;
  }
  .sub-premium-swiper .premium-item p {
    font-size: 3.38542vw;
    margin-left: 0;
    padding-right: 0;
  }
  .swiper-premium-next {
    left: 7%;
  }
  .swiper-premium-prev {
    right: 5%;
  }
  .swiper-premium-nav img {
    width: 4vw;
  }
  
  /* ##### 서브페이지 시술 추천 대상 영역 768 ##### */
  .sub-recommend-inner,
  .sub-qna-inner {
    padding: 15.62500vw 10px;
  }
  .sub-recommend-inner b {
    font-size: 3.64583vw;
  }
  .sub-recommend-inner h3,
  .sub-qna-inner h3 {
    font-size: 7.55208vw;
    margin-bottom: 10.41667vw;
  }
  .sub-recommend-items li {
    padding: 2.60417vw 0;
  }
  .sub-recommend-items li p {
    font-size: 4.16667vw;
  }

  /* ##### 서브페이지 시술 Q&A 영역 768 ##### */
  .acco-item .acco-q {
    padding: 3.12500vw;
    margin-bottom: 1.30208vw;
  }
  .acco-item .acco-q h5 {
    font-size: 4.55729vw;
  }
  .acco-item .acco-q i {
    font-size: 4.68750vw;
  }
  .acco-item .acco-a p {
    font-size: 4.29688vw;
    padding: 3.90625vw 3.90625vw;
  }

  /* ##### 서브페이지 버튼 영역 768 ##### */
  .sub-button-inner {
    padding: 19.53125vw 0;
  }
  .sub-goto {
    max-width: 65.10417vw;
    font-size: 5.98958vw;
    padding: 2.86458vw 0;
  }

  /* ##### 서브페이지 제네오 프로세스 영역 768 ##### */
  .geneo-process-items {
    flex-direction: column;
    gap: 13.02083vw;
  }
  .geneo-process-items .process-item .cont {
    margin-top: 3.90625vw;
  }
  .geneo-process-items .process-item .cont b {
    font-size: 4.16667vw;
  }
  .geneo-process-items .process-item .cont h5 {
    font-size: 8.33333vw;
  }
  .geneo-process-items .process-item .cont p {
    font-size: 5.20833vw;
  }

  /* ##### 서브페이지 제네오 옥시팟 영역 768 ##### */
  .oxypod-grid {
    grid-template-columns: 1fr;
    gap: 10.41667vw;
  }
  .oxypod-item {
    gap: 5.20833vw;
  }
  .oxypod-image {
    flex: 0 0 50%;
  }
  .oxypod-text h5 {
    font-size: 7.29167vw;
    margin: 0 0 2.60417vw 0;
  }
  .oxypod-text p {
    font-size: 4.16667vw;
    margin: 1.5625vw 0;
    word-break: keep-all;
    line-height: 1.5;
  }

  /* 압토스 실 종류 768 */
  .aptos-type-items {
    flex-direction: column;
    gap: 10.41667vw;
    padding: 0 10px;
  }
  .aptos-type-item .desc h5 {
    font-size: 32px;
  }
  .aptos-type-item .desc p {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  /* ##### 서브페이지 비쥬얼 영역 500 ##### */
  .sub-visual-inner {
    height: 85vh;
  }

  /* ##### 서브페이지 각 시술 디테일 영역 500 ##### */
  /* 써마지 FLX 테이블 500 */
  .thermage-detail-table {
    font-size: 11px;
  }
  .thermage-detail-table tr th {
    font-size: 14px;
  }
  .thermage-detail-table tr td {
    padding: 8px 0;
  }
}