.home-banner{
  height: 855px;
  position: relative;
}
.fv-slider {
  height: 855px;
  width: 100%;
  overflow: hidden;
}
.fv-slider .slick-list img{
  object-fit: cover;
  height: 855px;
  width: 100%;
}
.fv-slider-item {
  width: 100%;
  overflow: hidden;
}
.fv-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.home-banner:before{
  position: absolute;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, #00000067 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  height: 120px;
  top:  0;
  content: "";
  z-index: 1;
}
.fv-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: fit-content;
  height: fit-content;
  margin: auto;
  color: #fff;
  font-size: 48px;
  z-index: 2;
  text-shadow: #D5CBBF 1px 0 20px;
}

.h-menu{
  padding: 112px 0 155px;
}
.menu-btn {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-btnTxt {
  background: linear-gradient(#D5CBBF, #BDB2A4);
  margin: 0 10px;
  font-size: 35px;
  font-weight: 500;
  min-width: 550px;
  color: #fff;
  border-radius: 20px;
}
.menu-btnTxt span {
  display: inline-block;
  margin: 10px;
  border: 3px solid #fff;
  padding: 38px;
  min-width: 530px;
  border-radius: 15px;
}
.menu-btnTxt:hover {
  filter: brightness(1.05);
}

.h-medicalSub {
  margin-top: 60px;
  padding-bottom: 112px;
  background-color: #F2EFEC;
}
.medicalSub-box {
  position: relative;
}
.medicalSub-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
}
.h-md-btnContents {
  max-width: 1120px;
  padding-top: 87px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.h-md-btnWrap {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: 3px solid #BDB2A4;
  background-color: #fff;
  margin: auto;
}
.h-md-btnWrap:hover {
  filter: brightness(1.05);
}
.h-md-btnImg {
  max-width: 280px;
  width: 100%;
  height: auto;
}
.h-md-btnImg img {
  width: 100%;
  height: auto;
  border-radius: 18px 18px 0 0;
  padding: 20px 34px 0;
}
.h-md-btnTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 100%;
  height: 78px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  background-color: #BDB2A4;
  border-radius: 0 0 15px 15px;
  margin-bottom: 0;
  line-height: 1.2;
}

.h-banner {
  background-color: #F2EFEC;
  padding-bottom: 75px;
}
.h-bannerWrap {
  max-width: 1580px;
  margin: auto;
  padding: 0 80px;
}
.banner-slider-item {
  margin: 0 20px;
}
.banner-slider-item img {
  display: inline;
}
.banner-slider .slick-dots{
  bottom: -32px;
}
.banner-slider .slick-dots li button:before{
  display: none;
}
.banner-slider .slick-dots li button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  background: #fff;
}
.banner-slider .slick-dots li.slick-active button{
  background: #BDB2A4;
}
.banner-slider .slick-dots li{
  margin: 0 6px;
  width: 10px;
  height: 10px;
}
.banner-slider .slick-prev:before, .slick-next:before {
  font-size: 58px;
  opacity: 1;
}
.banner-slider .slick-prev:before {
  content: "";
  background-image: url(../../img/top_1769/arrow_left.png);
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 48px;
  height: 48px;
}
.banner-slider .slick-next::before {
  content: "";
  background-image: url(../../img/top_1769/arrow_right.png);
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 48px;
  height: 48px;
}
.banner-slider .slick-prev {
  left: -50px;
}
.banner-slider .slick-prev, .slick-next {
  top: 40%;
}

.h-about{
  padding: 112px 0 155px;
}
.h-about-bn {
	position: relative;
   padding: 0 40px;
   max-width: 480px;
   margin: 0 auto 20px;
	text-align: center;
}
.h-about-box{
  max-width: 690px;
  margin:  0 auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.h-about-list{
  margin-bottom: 58px;
  padding-top: 113px;
}
.h-about-wrapper{
  margin-bottom: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-about-item{
  min-width: 195px;
  padding: 26px 10px 8px;
  position: relative;
}
.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
.em-fadeIn{
  opacity: 0;
}
.h-about-item:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 60px;
  border-top: 1px solid #BDB2A4;
  border-left: 1px solid #BDB2A4;
  content: "";
}
.h-about-item:after{
  position: absolute;
  right: 0;
  bottom:  0;
  width: 34px;
  height: 60px;
  border-bottom: 1px solid #BDB2A4;
  border-right: 1px solid #BDB2A4;
  content: "";
}
.h-about-wrapper-1 .h-about-item:before, .h-about-wrapper-1 .h-about-item:after{
  display: none;
}
.h-about-item h4{
  color: #767A7D;
  font-size: 24.5px;
  line-height: 42px;
  margin-bottom: 6px;
  font-weight: 400;
  letter-spacing: 2.45px;
}
.h-about-item p{
  color: #BDB2A4;
  font-family: 'Karla';
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin-bottom: 0;
}
.h-about-plus{
  padding: 10px 53px;
  color: #BDB2A4;
  font-size: 47px;
  line-height: 1.3;
  font-weight: 100;
  margin-top: 3px;
}
.h-about-des p{
  font-size: 16px;
  line-height: 3;
  margin-bottom: 0;
  letter-spacing: 4.8px;
}

.em-title h4{
  color: #767A7D;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 0;
  letter-spacing: 1.2px;
  font-family: 'Karla'
}
.em-title h3{
  font-size: 24.5px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 500;
}
.em-title span{
  width: 1px;
  height: 40px;
  display: inline-block;
  background: #BDB2A4;
}
.em-btn{
  display: inline-block;
  text-align: center;
  min-width: 287px;
  border-radius: 31px;
  background: #BDB2A4;
  padding:  24.5px 10px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
.em-btn:hover{
  box-shadow: 0px 3px 3px #00000029;
  color: #fff;
}
a{
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.h-news{
  padding: 0 0 160px;
}
.em-title p{
  margin-top: 44px;
  color: #767A7D;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78;
  margin-bottom: 0;
}
.h-news-list{
  margin: 38px 0 72px;
  border: 1px solid #EAEAEA;
  border-radius: 15px;
  padding: 30px 95px 48px;
}
.h-news-item{
  padding: 18px 18px;
  border-top:  1px solid #EAEAEA;
  position: relative;
}
.h-news-item a{
  position: absolute;
  top:  0;
  left: 0;
  right: 0;
  bottom: 0;
}
.h-news-item h4{
  color: #767A7D;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Karla';
  margin-bottom: 9px;
  line-height: 1.4;
}
.h-news-item p{
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
  color: #000;
}
.h-news-item:first-child{
  border:  none;
}
.h-contact{
  padding: 135px 0 139px;
  position: relative;
}
.h-contact:before{
  position: absolute;
  top:  0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0,0,0,0.2);
}
.h-contact-info{
  max-width: 660px;
  margin:  0 auto;
  color: #fff;
  position: relative;
}
.h-contact-info h3{
  max-width: 209px;
  font-size: 19px;
  line-height: 1.84;
  margin: 0 auto 32px;
  color: #fff;
}
.h-contact-btn{
  display: block;
  padding: 14.7px 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.h-contact-btn:before{
  width: 100%;
    height: 100%;
    border: 1px solid #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
    margin: 0 auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.h-contact-btn:after{
  width: 0;
  height: 100%;
    content: "";
    position: absolute;
    top:  0;
    left: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}
.h-contact-btn:hover:before{
  width: 0;
  border: none;
}
.h-contact-btn:hover:after{
 width: 100%;
  border-top:  1px solid #fff;
  border-bottom:  1px solid #fff;
}
.h-contact-btn span{
  font-size: 12px;
  display: block;
}
.h-contact-btn:hover{
  color: #fff;
}
.h-ct{
  padding: 155px 0 112px;
}
.h-ct-map{
  width: 448px;
}
.h-ct-map iframe{
  width: 100%;
  height: 544px;
  box-shadow: 0px 3px 10px #00000029;
}
.h-ct-info{
  padding-left: 126px;
  padding-top: 21px;
  width: calc(100% - 448px);
}
.h-ct-info li{
  display: block;
  margin-bottom: 21.5px;
}
.h-ct-info li h6{
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 4.5px;
}
.h-ct-info li p{
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2;
  margin-bottom: 0;
}
.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 50px;
  font-family: 'Karla';
  font-weight: 500;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 7px;
  cursor: pointer;
}
.scrolldown span {
  position: absolute;
  left: -25px;
  top: -9px;
  color: #eee;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: scrollmove 1.8s ease-in-out infinite;
  opacity: 0;
  margin-top:10px;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
@keyframes scrollmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:30px;
    opacity: 0;
  }
}
.on-sp{
  display:none;
}
.ft-map a{
  display: block;
}
.ft-map img{
  display: block;
}
.hd-top .menu-main ul li a span{
  display:none;
}
.h-about-wrapper-1{
      padding-right: 69px;
}
.h-about-wrapper-1 .h-about-plus{
      font-size: 32px;
    padding: 10px 26px;
}
.h-about-des{
  padding-left: 24px;
}

.home-banner .banner-des{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 23px;
  color: #fff;
  margin-top: 20px;
  left: 0;
}
.home-banner .banner-des h1{
  font-size: 44px;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 500;
}
.home-banner .banner-des p{
  letter-spacing: 1.64px;
  font-size: 18px;
  margin-bottom: 0;
}

.method-des{
  padding: 24px 94px 69px;
  position: relative;
  width: 62.1%;
}
.method-des:before{
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: #D5CBBF;
  opacity: 0.3;
  content: "";
}
.method-des h2{
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 49px;
}
.method-des-box{
  max-width: 430px;
  position: relative;
}
.method-des p{
  font-size: 16px;
  line-height: 3;
  margin-bottom: 0;
}
.method-feature{
  width: 48.5%;
  margin-left: -10.6%;
}
.method-slider{
  height: 542px;
  width: 100%;
	border-radius: 10px;
}
.method-slider .slick-list{
	border-radius: 10px;
	overflow: hidden;
}
.method-slider-item{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.method-slider-item img{
  border-radius: 10px;
}

.h-plan{
  padding: 153px 0 116px;
}
.plan-box{
  max-width: 736px;
  margin:  0 auto;
}
.plan-bg{
  margin: 35px 0 65px;
}
.plan-bg a{
  display: block;
  margin-bottom: 11.87px;
}
.plan-bg img{
  width: 100%;
}
.plan-bg img:last-child{
  margin-bottom: 0;
}

.campaign-slider{
  margin-top: 35px;
}
.h-campaign{
  padding-bottom: 168px;
}
.campaign-slider-item{
  width: 300px;
  height: 183px;
  margin-right: 41.86px;
}
.campaign-slider-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-slider .slick-dots{
  margin-bottom: -17px;
}

.h-bn-center{
  background: rgba(213, 203, 191, 0.3);
  padding: 64px 0 59px;
}
.h-banner-row{
  margin:  0 -36px;
  padding:  0 1px;
}
.h-banner-col{
  padding:  0 36px;
  width: 50%;
}
.h-banner-col img{
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;

}
.h-banner-col img:hover{
      box-shadow: 0px 3px 3px #00000029;
}


@media(max-width: 1279px){
  .h-md-btnContents {
    max-width: 900px;
    margin: auto;
  }
  .h-menu{
    padding: 80px 0 100px;
  }
  .menu-btn {
    margin-top: 24px;
  }
  .menu-btnTxt {
    background: linear-gradient(#D5CBBF, #BDB2A4);
    margin: 0 8px;
    font-size: 28px;
    min-width: 430px;
    color: #fff;
    border-radius: 20px;
  }
  .menu-btnTxt span {
    display: inline-block;
    margin: 10px 0;
    border: 2px solid #fff;
    padding: 24px;
    min-width: 410px;
    border-radius: 15px;
  }
  .menu-main ul li{
    margin-left: 20px;
  }
  .h-medicalSub {
    padding-bottom: 92px;
  }
  .banner-slider-item {
    margin: 0 10px;
  }
  .banner-slider .slick-prev {
    left: -40px;
  }
  .banner-slider .slick-prev:before {
    width: 36px;
    height: 36px;
  }
  .banner-slider .slick-next::before {
    width: 36px;
    height: 36px;
  }

  .method-des{
    padding-left: 50px;
    padding-right: 100px;
  }
  .method-feature {
    width: 43.5%;
    margin-left: -5.6%;
  }
}

@media(max-width: 991px){
  .h-md-btnContents {
    max-width: 720px;
    gap: 20px;
  }
  .h-md-btnWrap {
    margin: auto;
  }
  .h-md-btnTxt {
    font-size: 23px;
  }
  .h-menu{
    padding: 44px 0 80px;
  }
  .menu-btn {
    margin-top: 24px;
  }
  .menu-btnTxt {
    background: linear-gradient(#D5CBBF, #BDB2A4);
    margin: 0 8px;
    font-size: 28px;
    min-width: 360px;
    color: #fff;
    border-radius: 20px;
  }
  .menu-btnTxt span {
    display: inline-block;
    margin: 10px 0;
    border: 2px solid #fff;
    padding: 18px;
    min-width: 340px;
    border-radius: 15px;
  }
  .menu-main-box{
    display: block;
    position: fixed;
    top:  0;
    bottom: 0;
    overflow-y: auto;
    width: 300px;
    background: #fff;
    z-index: 5;
    padding: 91px 36px 120px;
    right:  -100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .h-medicalSub {
    padding-bottom: 80px;
  }
  #header:before{
    position: fixed;
    background: rgba(255,255,255,0.8);
    right: -100%;
    top: 0;
    bottom: 0;
    content: "";
    width: 100%;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header.hide.click-menu{
        transform: none;
    -webkit-transform: none;
  }
  #header.click-menu:before{
    right: 0;
  }
  .menu-main-box.active{
      right:  0;
  }
  .hd-social{
    display: block;
    position: absolute;
    left: 36px;
    bottom: 86px;
  }
  .hd-social a{
    display: inline-block;
    margin-right: 20px;
    font-size: 27px;
    color: #BDB2A4;
  }
   .hd-top .menu-main ul li{
    display: block;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 21px;
   }
  .hd-top .menu-main ul li a{
      color: #767A7D !important;
  }
  .hd-top .menu-main ul li a span{
    display: block;
    margin-top: 4px;
    color: #BDB2A4;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1.2px;
  }
  .rst-menu-trigger{
    display: block;
  }
  .hd-box{
    padding: 17.5px 0;
  }
  .logo{
    margin:  0 auto;
    padding: 0;
  }
  .h-news-list{
    padding:  30px 50px;
  }
  .h-ct-map{
    width: 100%;
    margin-bottom: 36px;
  }
  .h-ct-info{
    width: 100%;
    padding-left: 0;
  }
  .h-ct{
    padding-bottom: 0;
  }
  .waxing-plan{
    margin-right: 20px;
  }
  #footer{
    padding-bottom: 80px;
  }

  .method-des{
    width: auto;
    margin: 0 -30px 0 0;
    padding: 22px 30px 33px 38px;
  }
  .method-feature{
        width: 100%;
        margin: 0 27px 60px -30px;
  }
  .method-box{
    flex-direction: column-reverse;
  }
  .method-des:before{
    top:  0;
  }
  .method-des-box{
    max-width: 100%;
  }
  .method-des h2{
    margin-bottom: 20px;
  }
  .method-slider{
    height: auto;
  }
}

@media(max-width: 767px){
  .fv-txt {
    font-size: 20px;
    text-align: center;
    line-height: 2.5;
    text-shadow:#BDB2A4 1px 0 20px;
  }
  .h-md-btnContents {
    padding-top: 55px;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .h-md-btnTxt {
    height: 48px;
    font-size: 15px;
  }
  .h-md-btnImg img {
    padding: 12px 22px 0;
  }
  .home-banner{
    height: 483px;
  }
  .fv-slider {
    height: 483px;
  }
  .fv-slider .slick-list img{
    object-fit: cover;
    height: 483px;
    width: auto;
  }
  .h-menu{
    padding: 44px 0 70px;
  }
  .menu-btn {
    margin-top: 18px;
    flex-direction: column;
  }
  .menu-btnTxt {
    background: linear-gradient(#D5CBBF, #BDB2A4);
    margin: 8px 6px;
    font-size: 22px;
    min-width: 315px;
    color: #fff;
    border-radius: 15px;
  }
  .menu-btnTxt span {
    display: inline-block;
    margin: 6px;
    border: 2px solid #fff;
    padding: 20px;
    min-width: 300px;
    border-radius: 10px;
  }
  .h-bannerWrap {
    padding: 0 112px;
  }
  .h-medicalSub {
    padding-bottom: 34px;
  }
  .h-about{
  padding: 40px 0 80px;
  }
  .h-about-list {
    margin-bottom: 67px;
    padding-top: 33px;
  }
  .h-about-wrapper {
    margin-bottom: 49px;
    width: 100%;
    justify-content: space-between;
  }
  .h-about-item {
    min-width: 125px;
    padding: 10px 10px 0px;
  }
  .h-about-item:before,.h-about-item:after{
        width: 20px;
    height: 40px;
  }
  .h-about-item h4 {
    font-size: 18px;
    line-height: 1.2;
  }
  .h-about-item p {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .h-about-plus {
    padding: 10px 20px;
    font-size: 32px;
  }
  .h-about-des{
    padding-left: 0;
  }
  .h-about-des p{
    line-height: 2.5;
  }
  .em-title h3{
    font-size: 22px;
  }
  .on-pc{
    display: none;
  }
  .on-sp{
    display: block;
  }
  .em-btn{
    max-width: 400px;
    width: 100%;
  }
  .em-title p{
    margin-top: 31px;
  }
  .h-news-list{
    padding: 24px 16px 30px;
    margin: 28px 0 40px;
  }
  .h-news-item{
    padding: 15px 20px;
  }
  .h-contact{
    padding: 74px 0 78px;
  }
  .h-ct{
    padding-top: 120px;
  }
  .h-ct-map iframe{
    height: 382px;
  }
  #footer{
    padding-top: 64px;
    padding-bottom: 100px;
  }
  .ft-menu h6{
    font-size: 14px;
    margin-bottom: 11px;
  }
  .ft-menu{
    margin-bottom: 29px;
    width: 100%;
  }
  .ft-menu .waxing-plan ul{
    padding-left: 10px;
  }
  .waxing_p-wrapper{
    display: flex;
  }
  .waxing-plan{
    margin-right: 0;
  }
  .ft-menu:last-child{
    margin-bottom: 20px;
  }
  .ft-menu-bt-sp {
    margin-top: 60px;
  }
  .footer-img{
    width: 100%;
    max-width: 400px;
  }
  .ft-left{
    width: 100%;
    text-align: center;
    margin-bottom: 89px;
  }
  .ft-logo{
    margin-bottom: 16px;
  }
  .ft-social{
    justify-content: center;
  }
  .ft-right{
    margin-right: 0;
    margin-left: auto;
    padding-right: 23px;
  }
  .ft-right p{
    font-size: 10px;
    line-height: 1.92;
    margin-right: 18px;
  }
  .ft-copyright{
    margin-top: 47px;
  }
  .ft-copyright p{
    font-size: 10px;
  }
  .ft-menu ul li{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .scrolldown span{
    font-size: 12px;
    top: -4px;
    left: -18px;
  }
  .scrolldown{
        margin-left: -6px;
  }
  .scrolldown::after{
    width: 1px;
  }
  .h-about-wrapper-1{
        justify-content: center;
    padding-right: 59px;
  }
  .h-about-wrapper-1 .h-about-plus{
        font-size: 15px;
    padding: 10px 22px;
    margin-top: -19px;
  }
  .h-ct-info li{
        margin-bottom: 22px;
  }
  .h-ct-info li h6{
        margin-bottom: 4px;
  }
  #footer .container{
    padding: 0 24px;
  }
  .ft-menu .waxing-plan ul li{
    font-size: 12px;
  }
  .ft-menu p{
    margin-bottom: 25px;
  }
  .ft-bottom{
        margin-top: 21px;
  }
  .backtop {
    bottom: 150px;
    right: -50px;
  }
  .home-banner .banner-des{
    margin-top: 62px;
   }
  .home-banner .banner-des h1{
    font-size: 23px;
    margin-bottom: 8px;
    line-height: 1.74;
	  text-shadow: 0 0 5px rgba(0,0,0,0.5);
   }
  .home-banner .banner-des p{
    font-size: 12px;
    letter-spacing: 1.35px;
	   text-shadow: 0 0 5px rgba(0,0,0,0.5);
   }

  .method-des h2{
    font-size: 21px;
    margin-bottom: 8px;
  }
  .method-des p{
    line-height: 2.5;
  }
  .h-campaign{
    padding-bottom: 131px;
  }
  .campaign-slider{
    margin: 36px -30px 0;
  }
  .campaign-slider-item{
    width: 298px;
  }
  .campaign-slider .slick-dots{
    margin-bottom: -11px;
  }

  .h-bn-center{
    padding-top: 53px;
    padding-bottom: 64px;
  }
  .h-banner-col{
    width: 100%;
    margin-bottom: 47px;
  }
  .h-banner-col:last-child{
    margin-bottom: 0;
  }
  .h-plan{
    padding: 88px 0 89px;
  }
  .d-news{
    padding: 89px 0;
  }
}

@media(max-width: 500px) {
  .h-bannerWrap {
    padding: 0 20px;
  }
  .banner-slider .slick-prev {
    left: 0;
    z-index: 2;
  }
  .banner-slider .slick-next {
    right: 5px;
    z-index: 2;
  }
  .banner-slider .slick-prev, .slick-next {
    top: 45%;
  }
  .banner-slider .slick-prev:before {
    width: 25px;
    height: 25px;
  }
  .banner-slider .slick-next::before {
    width: 25px;
    height: 25px;
  }
}
