#fullpage .section,
#fullpage .slide {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

#fullpage #section01 {
  background-image: url(../img/derAan/story_bg01.jpg);
}
#fullpage #section02 {
  background-image: url(../img/derAan/story_bg02.jpg);
}
#fullpage #section03 {
  background-image: url(../img/derAan/story_bg03.jpg);
}
#fullpage #section04 {
  background-image: url(../img/derAan/story_bg04.jpg);
}
#fullpage #section05 {
  background-image: url(../img/derAan/story_bg05.jpg);
}
#fullpage #section06 {
  background-image: url(../img/derAan/story_bg06.jpg);
}
#fullpage #section07 {
  background-image: url(../img/derAan/story_bg07.jpg);
}
#fullpage #section08 {
  background-image: url(../img/derAan/story_bg08.jpg);
}
#fullpage #section09 {
  background-image: url(../img/derAan/story_bg09.jpg);
}
#fullpage #section10 {
  background-image: url(../img/derAan/story_bg10.jpg);
}

#fullpage .scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
#fullpage .scroll_line {
  width: 1px;
  height: 30px;
  display: block;
  background: #2d2d2d;
  margin: 0 auto;
  animation: move 2s cubic-bezier(0.35, -0.24, 0.525, 1.25) infinite;
  transform: scaleY(1);
  transform-origin: top;
  opacity: 0;
}
@keyframes move {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}

#fullpage #section02 .wrap ul {
  border-left: 1px solid var(--gray);
}
#fullpage #section02 .wrap span::after {
  content: "";
  background: url(../img/derAan/slush.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 1rem;
  bottom: 3px;
}

#fullpage #section04 .wrap,
#fullpage #section07 .wrap,
#fullpage #section08 .wrap {
  color: #fff;
}
#fullpage #section09 .wrap ul {
  width: fit-content;
}
#fullpage #section09 .wrap ul p {
  line-height: normal;
}
#fullpage #section09 .wrap ul li:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #2d2d2d;
  border-radius: 50%;
  top: 0;
  left: -1.5rem;
}
#fullpage #section09 .wrap ul li:nth-child(4)::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../img/derAan/plus.png) no-repeat;
  right: 0;
  top: 2.5rem;
}

#fullpage #section10 .wrap ul li {
  width: 37%;
  border-bottom: 4px solid #2d2d2d;
  padding: 0.75em 0;
  margin-right: 5%;
  cursor: pointer;
}
#fullpage #section10 .wrap ul li::after {
  content: "";
  background: url(../img/derAan/arrow_right_b.png) no-repeat;
  width: 9px;
  height: 20px;
  position: absolute;
  right: 0.75rem;
  bottom: 1rem;
}
#fullpage #section10 .wrap ul li a {
  width: 100%;
  display: block;
}
#fullpage #section10 .wrap img {
  height: 100% !important;
}
#fullpage #section10 .wrap .txt_box p.line_thin::after {
  content: "";
  height: 1px;
  width: 0;
  background: var(--dark-gray);
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.25rem;
  transition: all 1.5s ease;
}
#fullpage #section10.active .wrap .txt_box p.line_thin::after {
  width: 46%;
}

#fullpage .section .wrap:not(.main) {
  opacity: 0;
  transform: translateY(0);
  filter: blur(5px);
  transition: all 1.5s ease;
}
#fullpage .section.active .wrap:not(.main) {
  opacity: 1;
  transform: translateY(-50%);
  filter: blur(0);
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  height: 6px;
  width: 6px;
  background: #fff;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: var(--pointcolor);
  height: 16px;
  width: 16px;
}

/* #fp-nav ul li:nth-child(11), .fp-slidesNav ul li:nth-child(11),
#fp-nav ul li:nth-child(12), .fp-slidesNav ul li:nth-child(12) {display: none;} */

/* 안티에이징-바디리프팅 */
section.bl_point .flexList .box {
  background-color: #f1f1f1;
}
section h5.point-color {
  border-bottom: 1px solid var(--pointcolor);
  display: inline-block;
}
section.bl_point02 .txtBox {
  background-color: #cff4eb;
}
section.bl_point02 .flexList {
  gap: 0;
  justify-content: none;
  --x-gap: 0rem;
}
section#point02 .imgBox {
  transition: all 0.6s;
  height: 100%;
}
section#point02 .imgBox img {
  height: 100%;
}
section#point02 .imgBox.img1.active img {
  content: url(/img/sub/antiaging/Bodylifting/point02_01_h.jpg);
}
section#point02 .imgBox.img2.active img {
  content: url(/img/sub/antiaging/Bodylifting/point02_02_h.jpg);
}
section#point02 .imgBox.img3.active img {
  content: url(/img/sub/antiaging/Bodylifting/point02_03_h.jpg);
}
.lines {
  width: 50px;
  border-bottom: 1px solid #707070;
  text-align: center;
  height: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* Onda */
section.od_point02 .flexList .box {
  background-color: #f1f1f1;
}
section.od_point02 .flexList .box:nth-child(3) {
  background-color: #cff4eb;
}
section h5.point-color {
  border-bottom: 1px solid var(--pointcolor);
  display: inline-block;
  text-align: left;
}
section.od_point02 .flexList .box:nth-child(1),
section.od_point02 .flexList .box:nth-child(2) {
  position: relative;
}
section.od_point02 .flexList {
  --x-gap: 2.5rem;
}
section.od_point02 .flexList .box:nth-child(1)::after {
  position: absolute;
  content: url("/img/sub/antiaging/Onda/plus.png");
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
}
section.od_point02 .flexList .box:nth-child(2)::after {
  position: absolute;
  content: url("/img/sub/antiaging/Onda/equal.png");
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
}

/* Softwave  */
section.sw_point .flexList .box {
  background-color: #f1f1f1;
}
section.sw_point .flexList .box:nth-child(2) {
  background-color: #cff4eb;
}

/* Thermage */
section.tm_point01 .flexList .box {
  background-color: #f1f1f1;
}

/* AntiAging */
section.aa_point02 .box.relative p:nth-child(1) {
  color: #d5eae5;
}
section.aa_point02 .box .absolute {
  top: 35px;
  left: 30px;
  z-index: 1;
}
section.aa_point02 li {
  padding-top: 3rem;
  position: relative;
  padding-bottom: 5px;
  padding-left: 10rem;
  cursor: pointer;
}
section.aa_point02 li.active:after {
  position: absolute;
  content: url("/img/sub/antiaging/AntiAging/c_active.png");
  background: none;
  left: 81px;
  z-index: 1;
  bottom: 29px;
}
section.aa_point02 li.active {
  font-size: 30px;
  font-weight: 800;
  color: #111;
}
section.aa_point02 li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  left: 95px;
  z-index: 1;
  bottom: 9px;
}
section.aa_point02 ul:after {
  position: absolute;
  content: url("/img/sub/antiaging/AntiAging/h_line.png");
  left: 100px;
  top: -185px;
}

section.aa_point02 .flexList {
  --x-gap: 0rem;
  --y-gap: 0rem;
}
section.aa_point02 .flexList.tabBox .box.list {
  width: 27% !important;
}
section.aa_point02 .flexList.tabBox .box.desc {
  width: 39% !important;
}

.arrowbox {
  position: relative;
}
.arrowbox::after {
  position: absolute;
  content: url("/img/sub/_inc/ico_arrow.png");
  top: 50%;
  right: 0;
  transform: translateX(140%) translateY(-50%) scale(0.8);
}
.vstable {
  border-spacing: 0;
}
.vstable th,
.vstable td {
  border-bottom: 1px solid var(--gray);
}
.vstable tr:last-child th,
.vstable tr:last-child td {
  border-bottom: 0;
}
.view_more {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 0;
}
.view_more::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background: rgba(var(--pointcolor-rgb), 0.5);
  z-index: -1;
}
.underline {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.underline::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(var(--pointcolor-rgb), 0.2);
  z-index: -1;
}
.underline_w::before {
  background: rgba(255, 255, 255, 0.7);
  height: 40%;
}
.underline_w::after {
  display: none;
}
.line-through {
  text-decoration: line-through 2px;
}
#section_sns .underline {
  display: block;
}

/* Ellanse */
.Ellanse {
  background-image: url(/img/sub/collagen/Ellanse/subMid_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ellanse.gradient-bar {
  min-height: 10px;
  background-image: linear-gradient(
    to right,
    #d5f3eb 0%,
    #d5f3eb 45%,
    #6fceb8 51%,
    #6fceb8 100%
  );
}

/* Olidia */
.Olidia {
  background-image: url(/img/sub/collagen/Olidia/img_point_2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

/* Sculptra */
.Sculptra {
  background-image: url(/img/sub/collagen/Sculptra/img_point_2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

/* Gouri */
.Gouri {
  background-image: url(/img/sub/collagen/Gouri/img_point_2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

/* Goldfit */
#Goldfit .program,
#Goldfit .program .row,
#Goldfit .program .txtBox {
  position: relative;
}
#Goldfit .program::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(
    rgba(var(--pointcolor-rgb), 0) 0%,
    rgba(var(--pointcolor-rgb), 0.4) 5%,
    rgba(var(--pointcolor-rgb), 0.8) 10%,
    rgba(var(--pointcolor-rgb), 0.8) 90%,
    rgba(var(--pointcolor-rgb), 0.4) 95%,
    rgba(var(--pointcolor-rgb), 0) 100%
  );
  z-index: -1;
}
#Goldfit .program .row::after {
  position: absolute;
  content: url(/img/sub/goldfit/goldfit/img_circle_point.png);
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#Goldfit .program .left .txtBox::after {
  position: absolute;
  content: url(/img/sub/goldfit/goldfit/img_txtbox_arrow.png);
  top: 2.5rem;
  right: -2.5rem;
  z-index: -1;
}
#Goldfit .program .right .txtBox::after {
  position: absolute;
  content: url(/img/sub/goldfit/goldfit/img_txtbox_arrow.png);
  top: 2rem;
  left: -2.5rem;
  z-index: -1;
  transform: rotate(-180deg);
}
#Goldfit .box.point-bg-30 {
  position: relative;
  background: #ddf6f0;
  z-index: 1;
}
#Goldfit .box.point-bg-30::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -2rem;
  transform: translateX(-50%) rotate(45deg);
  width: 4rem;
  height: 4rem;
  background: #ddf6f0;
  box-shadow: -0.6rem -0.6rem 1rem rgba(0, 0, 0, 0.05);
  z-index: -1;
}

#Goldfit .tbList {
  position: relative;
}
#Goldfit .tbList::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: linear-gradient(
    to Left,
    rgba(var(--pointcolor-rgb), 0) 0%,
    rgba(var(--pointcolor-rgb), 0.4) 5%,
    rgba(var(--pointcolor-rgb), 0.8) 10%,
    rgba(var(--pointcolor-rgb), 0.8) 90%,
    rgba(var(--pointcolor-rgb), 0.4) 95%,
    rgba(var(--pointcolor-rgb), 0) 100%
  );
  z-index: -1;
}

#Goldfit .tbList .tb {
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--gray);
  padding-top: 120px;
  cursor: pointer;
}
#Goldfit .tbList .tb::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#Goldfit .tbList .tb.active {
  font-size: 1.8rem;
  font-weight: 800;
  color: #000;
}
#Goldfit .tbList .tb.active::after {
  box-shadow: 0 0 0 0.5rem rgba(var(--pointcolor-rgb), 0.8),
    0 0 0 0.75rem rgba(var(--pointcolor-rgb), 0.4);
}

#Goldfit .tbContWrap .tbCont {
  display: none;
}
#Goldfit .tbContWrap .tbCont.active {
  display: block;
}
#Goldfit .tbContWrap .swiper-prev,
#Goldfit .tbContWrap .swiper-next {
  position: absolute;
  display: block;
  width: 14px;
  height: 30px;
  top: 200px;
  cursor: pointer;
  z-index: 100;
}
#Goldfit .tbContWrap .swiper-prev {
  background-image: url(/img/arrow_left.png);
  background-repeat: no-repeat;
  left: 0;
}
#Goldfit .tbContWrap .swiper-next {
  background-image: url(/img/arrow_right.png);
  background-repeat: no-repeat;
  right: 0;
}

#items .flexList .box .bold800 {
  background-color: #cff4eb;
  padding: 1rem;
}
#items .flexList .box > div {
  padding: 1rem;
}
#items .flexList .box > div p {
  line-height: 1.8;
}

#procedure .box {
  position: relative;
}
#procedure .box:after {
  content: url(/img/sub/internal/Obesity/dot.png);
  display: block;
  position: absolute;
  top: 35%;
  left: -12%;
  width: 40px;
  height: 6px;
  transform: translateY(-50%);
}
#procedure .box:nth-child(1):after {
  display: none;
}
#procedure p {
  display: inline-block;
  padding: 0.5rem 3rem;
  background-color: #cff4ec;
  border-radius: 30px;
}

#effect ul li {
  padding: 1.5rem 3rem;
  background-color: #cff4eb;
  border-radius: 80px;
}
#effect ul.case01 {
  margin-right: -5%;
  z-index: 2;
}
#effect ul.case02 {
  margin-left: -5%;
  z-index: 2;
}
#effect .imgBox {
  z-index: 1;
}

#principle div > p:nth-child(1) {
  width: 60px;
  height: 60px;
  background-color: #cff4eb;
  line-height: 60px;
  text-align: center;
}
#principle div > p:nth-child(2) {
  padding: 1.5rem 3rem;
  background-color: #f1f1f1;
}

#special01 .num {
  color: #f0f9f7;
  font-size: 180px;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 160px;
  z-index: 1;
}
#special01 .txt {
  position: relative;
  z-index: 2;
}
#special01 .txt p.font-30 {
  display: inline;
  box-shadow: inset 0 -20px 0 #b4e2d7;
}
#special01 .cont00 {
  background-repeat: no-repeat;
  padding: 90px 80px;
  position: relative;
  background-position: right;
  background-size: cover;
}
#special01 .cont01 {
  background-image: url(/img//sub/antiaging/Lifting/special01_bg.jpg);
}
#special01 .cont02 {
  background-image: url(/img//sub/antiaging/Lifting/special02_bg.jpg);
}
#special01 .cont03 {
  background-image: url(/img//sub/antiaging/Lifting/special03_bg.jpg);
}

#Genuine .ulthera_point {
  background-image: url(/img//sub/antiaging/Ulthera/ulthera_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
#Genuine .ulthera_point a {
  color: #e9a73a;
  background-color: #fff;
  padding: 1rem 2rem;
}
#Genuine .ulthera_point p:nth-child(1) span.bold800 {
  background: linear-gradient(to right top, #835810, #ffeed4, #c38216);
  color: transparent;
  -webkit-background-clip: text;
}

#Genuine .genuine-f .box {
  background-color: #cff4eb;
}

#point05 .cont {
  background-image: url(/img//sub/antiaging/Ulthera/point_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#point05 .pro p {
  width: 70%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  padding: 0.5rem;
}
#point05 .u_pro p {
  color: #e8bd3a;
}
#point05 .th_pro p {
  color: #5392f6;
}

.tm_point05 .flexList .box {
  background-color: #cff4eb;
}
section.tm_point01 .flexList {
  --x-gap: 2.5rem;
}
section.tm_point01 .flexList .box {
  position: relative;
}
section.tm_point01 .flexList .box:after {
  content: url(/img//sub/antiaging/Thermage/arrow_right.png);
  display: block;
  position: absolute;
  top: 50%;
  left: -8%;
  width: 14px;
  height: 30px;
  transform: translateY(-50%);
}
section.tm_point01 .flexList .box:nth-child(1):after {
  display: none;
}

#point06 .bg-white {
  background-image: url(/img//sub/antiaging/Softwave/point_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

#resaon01 .imgBox {
  margin-top: -50px;
}

section.ul_point003 .flexList {
  --x-gap: 3rem;
}
section.ul_point003 .line01 {
  border-bottom: 1px dashed #969696;
}
section.ul_point003 .flexList .box {
  position: relative;
}
section.ul_point003 .flexList .box:after {
  content: url(/img//sub/antiaging/Thermage/arrow_right.png);
  display: block;
  position: absolute;
  top: 50%;
  left: -8%;
  width: 14px;
  height: 30px;
  transform: translateY(-50%);
}
section.ul_point003 .flexList .box:nth-child(1):after {
  display: none;
}

.sideLogo01 {
  bottom: 0;
}

section.ul_point004 .flexList .box {
  position: relative;
}
section.ul_point004 .flexList .box:after {
  content: url(/img//sub/antiaging/Thermage/arrow_right.png);
  display: block;
  position: absolute;
  top: 40%;
  left: -6%;
  width: 14px;
  height: 30px;
  transform: translateY(-50%);
}
section.ul_point004 .flexList .box:nth-child(1):after {
  display: none;
}
section.ul_point004 .flexList .box p {
  border-radius: 30px;
  padding: 0.5rem 1rem;
}
section.ul_point004 ul li {
  border-radius: 30px;
  padding: 0.5rem 2rem;
  margin-right: 1rem;
  margin-top: 1rem;
}
section.ul_point004 ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1700px) {
  .hidden-1700 {
    display: none;
  }
}
@media (max-width: 1650px) {
  #procedure .box:after {
    left: -13%;
  }
  #procedure .box img {
    max-width: 80%;
  }
}

@media (max-width: 1440px) {
  /* Onda */
  section.od_point02 .flexList .box .txtBox p {
    padding: 2rem 2rem;
  }
  section.od_point02 .flexList .box .txtBox .px-1em {
    padding: 5rem 1rem;
  }
}

@media (max-width: 1240px) {
  section.aa_point02 ul:after {
    content: url("/img/sub/antiaging/AntiAging/h_lineM.png");
    top: -110px;
  }
  section.aa_point02 .flexList {
    --y-gap: 3rem;
  }
  section.aa_point02 .flexList.tabBox {
    justify-content: center;
  }
  section.aa_point02 .flexList.tabBox .box.desc {
    width: 100% !important;
    text-align: center;
  }
  section.aa_point02 .box .absolute {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  section.aa_point02 .flexList.tabBox .box.list {
    width: 35% !important;
  }

  #procedure .box:after {
    left: -15%;
  }
  #procedure .box img {
    max-width: 70%;
  }

  #effect ul.case01 {
    margin-right: 0;
  }
  #effect ul.case02 {
    margin-left: 0;
    margin-left: 1rem;
  }

  #reason02 .imgBox .width45 {
    width: 60%;
  }

  section.ul_point004 .flexList .width50 {
    width: 60%;
  }
}

@media (max-width: 1024px) {
  section.aa_point02 ul:after {
    left: 75px;
  }
  section.aa_point02 li.active:after {
    left: 57px;
  }
  section.aa_point02 li:after {
    left: 70px;
  }
}

@media (max-width: 990px) {
  section.aa_point02 .flexList.tabBox .box.list {
    width: 38% !important;
  }
  section.aa_point02 ul:after {
    left: 25px;
  }
  section.aa_point02 li.active:after {
    left: 7px;
  }
  section.aa_point02 li:after {
    left: 20px;
  }
  section.aa_point02 li {
    padding-left: 6rem;
  }

  #fullpage #section_sns.section.story {
    padding-top: 140px;
  }
  #fullpage #section10 .wrap .width45 {
    width: 50%;
  }
  #fullpage #section10 ul.width40 {
    width: 100%;
  }

  #fullpage .section,
  #fullpage .slide {
    background-attachment: initial;
  }

  .m-text-center {
    text-align: center;
  }
  .vscont {
    flex-wrap: wrap;
  }
  .vscont .width40 {
    width: 100%;
  }
  .vscont .vsbox {
    width: 100%;
    padding: 1rem 0;
  }
  .arrowbox {
    margin-bottom: 2rem;
  }
  .arrowbox::after {
    top: auto;
    bottom: -10%;
    right: 50%;
    transform: translate(0, 0) rotate(90deg);
  }

  .columnBox > .flex-wrap .imgBox,
  .columnBox > .flex-wrap .txtBox {
    width: 100%;
  }
  .columnBox > .flex-wrap .txtBox {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }

  #Goldfit .box.point-bg-30 {
    padding: 3rem !important;
  }
  #Goldfit .imgLogo,
  #Goldfit .gold_price > p.font-40 {
    transform: scale(0.7);
  }
  #Goldfit .tbContWrap .swiper-prev,
  #Goldfit .tbContWrap .swiper-next {
    top: 80px;
    display: none;
  }

  #AntiAging.subTopImage {
    background-position: 70% center !important;
  }
  #Lifting.subTopImage {
    background-position: 55% center !important;
  }
  #Ulthera.subTopImage {
    background-position: 75% center !important;
  }
  #Onda.subTopImage {
    background-position: 75% center !important;
  }
  #Bodylifting.subTopImage {
    background-position: 55% center !important;
  }

  #DiscoveryPico.subTopImage {
    background-position: 65% center !important;
  }
  #Corage.subTopImage {
    background-position: 70% center !important;
  }
  #Sylfirm.subTopImage {
    background-position: 60% center !important;
  }
  #Quadrostar.subTopImage {
    background-position: 60% center !important;
  }
  #Clarity.subTopImage {
    background-position: 65% center !important;
  }
  #Plasmang.subTopImage {
    background-position: 65% center !important;
  }
  #Plasmang.subTopImage {
    background-position: 65% center !important;
  }

  #Rejuran.subTopImage {
    background-position: 55% center !important;
  }
  #Ellanse.subTopImage {
    background-position: 60% center !important;
  }
  #Olidia.subTopImage {
    background-position: 60% center !important;
  }
  #Sculptra.subTopImage {
    background-position: 60% center !important;
  }
  #Radiesse.subTopImage {
    background-position: 60% center !important;
  }
  #Reepot.subTopImage {
    background-position: 82% center !important;
  }

  #MansCare.subTopImage {
    background-position: 70% center !important;
  }
  #MansThermage.subTopImage {
    background-position: 75% center !important;
  }
  #MansUlthera.subTopImage {
    background-position: 65% center !important;
  }

  .Ellanse {
    background-position: 65% center;
  }
  .Ellanse > .width60 {
    width: 100%;
    text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
  }

  .Olidia {
    background-image: url("");
  }
  .Gouri {
    background-image: url("");
  }
  #Goldfit .program::after,
  #Goldfit .program .row::after {
    display: none;
  }

  #Goldfit .program .upper {
    position: relative;
  }
  #Goldfit .program .upper::after {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    background: #fff;
    box-shadow: inherit;
    left: 50%;
    bottom: -1.5rem;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
  }

  #procedure .box:after {
    left: -10%;
  }
  #procedure .box:nth-child(4):after {
    display: none;
  }

  #principle .width80 {
    width: 100%;
  }

  #special01 .num {
    font-size: 100px;
    line-height: 80px;
  }
  #special01 .txt p.font-30 {
    box-shadow: inset 0 -10px 0 #b4e2d7;
  }

  #point05 .cont {
    width: 90%;
  }
  #point05 .flex-center {
    flex-direction: column;
  }

  section.tm_point01 .flexList .box:after {
    left: -5%;
  }
  section.tm_point01 .flexList .box:nth-child(3):after {
    display: none;
  }

  #resaon01 .imgBox {
    margin-top: 50px;
  }
  #reason02 .imgBox .width45 {
    width: 80%;
  }

  section.ul_point003 .line01 {
    width: 95%;
  }
  section.ul_point003 .flexList {
    width: 90%;
  }
  section.ul_point003 .flexList .box:after {
    left: -7%;
  }
  section.ul_point003 .flexList .box:nth-child(3):after,
  section.ul_point004 .flexList .box:nth-child(3):after {
    display: none;
  }

  section.ul_point004 .flexList {
    width: 90%;
  }
  section.ul_point004 .flexList .box:after {
    left: -5%;
  }
}
@media (max-width: 768px) {
  section.aa_point02 .flexList.tabBox .box.list {
    width: 100% !important;
  }
  #fullpage #section10 .wrap .width45 {
    width: 100%;
  }
  section#point02 .imgBox img {
    padding-top: 1.5rem;
  }
  section.aa_point02 .box .absolute {
    top: 23px;
  }
  section.aa_point02 ul {
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
  }
  section.aa_point02 li {
    text-align: center;
    padding-left: 2rem;
    padding-top: 1rem;
  }
  section.aa_point02 ul:after {
    content: url("/img/sub/antiaging/AntiAging/h_line.png");
    left: 50%;
    top: -394px;
    transform: rotate(90deg);
  }
  section.aa_point02 li:after {
    top: -17px;
    left: 61%;
    transform: translateX(-50%);
  }
  section.aa_point02 li:first-child {
    padding-top: 1rem !important;
  }
  section.aa_point02 li.active:after {
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.aa_point02 ul .tabMenu {
    width: 50%;
    display: flex;
    justify-content: space-around;
  }
  section.aa_point02 ul li {
    width: 33%;
  }

  /* Onda */
  section.od_point02 .flexList .box .txtBox p {
    padding: 3rem 2rem;
  }
  section.od_point02 .flexList .box:nth-child(1)::after {
    position: absolute;
    content: url("/img/sub/antiaging/Onda/plus.png");
    right: 50%;
    top: 100.5%;
    transform: translateY(-50%);
    transform: translateX(50%);
  }
  section.od_point02 .flexList .box:nth-child(2)::after {
    position: absolute;
    content: url("/img/sub/antiaging/Onda/equal.png");
    right: 50%;
    top: 100.5%;
    transform: translateY(-50%);
    transform: translateX(50%);
  }
  section.od_point02 .flexList {
    --y-gap: 3.5rem;
  }
  /* Softwave */
  section.sw_point .flexList .box .txtBox p {
    padding: 1rem 1rem;
  }

  /* Thermage */
  section.tm_point00 p {
    padding: 0 1rem;
  }
  section.tm_point01 .text-center,
  section.tm_point04 .text-center,
  section.tm_point05 .pointTitle {
    padding: 0 1rem;
  }
  section.tm_point01 h3,
  section.tm_point03 h3,
  section.tm_point04 h3,
  section.tm_point05 h3 {
    font-size: 1.875rem;
  }
  section.tm_point01 h5,
  section.tm_point03 h5,
  section.tm_point04 h5,
  section.tm_point05 h5.font-20 {
    font-size: 10px;
  }
  section.tm_point05 .font-40 {
    font-size: 20px;
  }
  section.tm_point05 .font-20 {
    font-size: 14px;
  }
  section.tm_point01 .flexList .box .txtBox {
    padding: 10px 10px;
    font-size: 15px;
  }

  #procedure .box:after {
    left: -13%;
  }

  #special01 .cont00 {
    background-color: #fff;
    background-position: bottom center;
    background-size: cover;
    padding: 50px 5% 300px 5%;
  }
  #special01 .cont01 {
    background-image: url(/img//sub/antiaging/Lifting/special01_bgm.png);
  }
  #special01 .cont02 {
    background-image: url(/img//sub/antiaging/Lifting/special02_bgm.png);
  }
  #special01 .cont03 {
    background-image: url(/img//sub/antiaging/Lifting/special03_bgm.png);
  }

  section.tm_point01 .flexList {
    --y-gap: 3.5rem;
  }
  section.tm_point01 .flexList .box:after {
    left: 50%;
    top: -8%;
    transform: translate(0, -50%) rotate(90deg);
  }
  section.tm_point01 .flexList .box:nth-child(3):after {
    display: block;
  }

  #reason02 .imgBox .width45 {
    width: 100%;
  }

  section.ul_point004 ul {
    width: 90%;
  }

  section.ul_point004 .flexList {
    --y-gap: 3.5rem;
    width: 80%;
  }
  section.ul_point004 .flexList .box:after {
    left: 49%;
    top: -5%;
    transform: translate(0, -50%) rotate(90deg);
  }
  section.ul_point004 .flexList .box:nth-child(3):after {
    display: block;
  }
}

@media (max-width: 680px) {
  section.aa_point02 ul:after {
    display: none;
  }
  section.aa_point02 ul {
    flex-direction: column;
    align-items: center;
  }
  section.aa_point02 ul .tabMenu {
    width: 100%;
    height: 13rem;
  }
  section.aa_point02 ul li {
    width: 33%;
  }
  section.aa_point02 li:after {
    left: 56%;
  }

  #effect .font-20 {
    font-size: 1.5rem;
  }

  section.ul_point003 .flexList .box:after {
    left: -9%;
  }
}

@media (max-width: 500px) {
  section.aa_point02 ul li.active {
    font-size: 2rem;
  }

  #procedure .box:nth-child(3):after,
  #procedure .box:nth-child(5):after {
    display: none;
  }
  #procedure .box:nth-child(4):after {
    display: block;
  }

  #effect .font-20 {
    font-size: 1.3rem;
  }
  #effect ul li {
    padding: 1.5rem;
  }

  section.ul_point003 .flexList {
    --y-gap: 3.5rem;
    width: 80%;
  }
  section.ul_point003 .flexList .box:after {
    left: 50%;
    top: -5%;
    transform: translate(0, -50%) rotate(90deg);
  }
  section.ul_point003 .flexList .box:nth-child(3):after {
    display: block;
  }
}

@media (max-width: 480px) {
  section.aa_point02 li:after {
    left: 57%;
  }

  #Genuine .ulthera_point a {
    font-size: 1.8rem;
  }
  #Genuine .ulthera_point a img {
    max-width: 15%;
    margin-left: 10px;
  }
}
