@charset "UTF-8";

.C-visual img{width: 100%;}

.mb_img {
  display: none;
}
@media (max-width: 720px) {
  .mb_img {
    display: block;
  }
}

.wb_img {
  display: block;
}
@media (max-width: 720px) {
  .wb_img {
    display: none;
  }
}

.facial_contour {
  background: #f3fbfc;
}

.c_00abb6 {
  color: var(--C-00abb6);
}

@media (max-width: 720px) {
  .C-title {
    font-size: 8.33vw;
    letter-spacing: -0.2vw;  
  }
}
.C-title .c_00aab7 {
  color: var(--C-00abb6);
}

.counseling_form .btn_request {
  background: var(--C-04cad7);
}

.facial_contour .facial_contour_info {
}

.facial_contour .facial_contour_info .trademark_box {
  text-align: center;
}

.facial_contour .facial_contour_info .trademark_box p {
  font-size: var(--f-32);
  color: var(--C-111113);
  font-weight: 800;
}

.facial_contour .facial_contour_info .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/include/resources/images/wb/eyes/facial_contour_img_01.jpg) no-repeat right 64px center;
}

.facial_contour .facial_contour_info .text span {
  font-size: 24px;
  color: #00abb6;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 3;
}
.facial_contour .facial_contour_info .text span.small {
  font-size: 20px;
  color: #737380;
  font-weight: 400;
  margin-bottom: 3px;    
}
@media (max-width: 720px) {
  .facial_contour .facial_contour_info .text span{
        letter-spacing: -0.05vw;
    }    
  .facial_contour .facial_contour_info .text span.small {
    font-size: 3.61vw;
    margin-bottom: 0;  
  }
}

.facial_contour .facial_contour_info .text strong {
  display: block;
  font-size: 48px;
  color: #00abb6;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -2px;
  position: relative;
  z-index: 2;
}
.facial_contour .facial_contour_info .text strong em {
  color: #747381;
  font-weight: 900;
}

.facial_contour .facial_contour_info .text .info_img {
  width: 173px;
  right: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.facial_contour .facial_contour_info .text::before {
  content: "[";
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 68px;
  color: #78d5dc;
  font-weight: 900;
}

.facial_contour .facial_contour_info .text::after {
  content: "]";
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 68px;
  color: #78d5dc;
  font-weight: 900;
}

.facial_contour .facial_contour_info2{padding-top: 17px;}
.facial_contour .facial_contour_info2 .text::before {
  bottom: -17px;
}
.facial_contour .facial_contour_info2 .text::after {
  bottom: -17px;
}


@media (max-width: 720px) {
  .facial_contour .facial_contour_info .text {
    width: auto;
    margin: 0 13%;
    height: auto;
    padding-left: 5%;
  }
  .facial_contour .facial_contour_info .text span {
    font-size: 3.3vw;
    letter-spacing: -0.1vw;  
  }
  .facial_contour .facial_contour_info .text strong {
    font-size: 6.67vw;
    letter-spacing: -0.2vw;
  }
  .facial_contour .facial_contour_info .text::before,
  .facial_contour .facial_contour_info .text::after {
    font-size: 9.44vw;
    bottom: 1.5vw;
  }
  .facial_contour .facial_contour_info .text .info_img {
    width: 24.03vw;
    right: 7%;
    font-size: 0;
  }
  .facial_contour .facial_contour_info .text .info_img img {
    width: 100%;
  }
  .facial_contour_info.facial_contour_info2 {
    padding-top: 4vw;
    margin-bottom: 9.72vw;
}    
  .facial_contour .facial_contour_info2 .text::before {
    bottom: -2.5vw;
  }
    .facial_contour .facial_contour_info2 .text::after {
    bottom: -2.5vw;
  }
    
}


/* 컨텐츠 시작 */
.sec01_1 {
  margin-top: 107px;
}
@media (max-width: 720px) {
  .sec01_1 {
    margin-top: 5.5vw;
  }
}

.sec01_2 {
  margin-top: 107px;margin-bottom: 110px;
    
}
@media (max-width: 720px) {
  .sec01_2 {
    margin: 12.5vw 0;
    letter-spacing: -0.2vw;
    }
    .revision_sec01_2{
        margin: 6.25vw 0 11.81vw;
    }    
    .revision_sec01_2 .C-title{
        margin-bottom: 5.5vw;
    }
    
}
.sec01_2 .C-title {
  font-size: 48px;
  margin-bottom: 75px;
  line-height: 1;
}
@media (max-width: 720px) {
  .sec01_2 .C-title {
    font-size: 5.5vw;
    margin-bottom: 4.44vw;
  }
}

.sec01_3 {
  margin-bottom: 110px;
}
@media (max-width: 720px) {
  .sec01_3 {
    margin-bottom: 12.5vw;
  }
}
.sec01_3 .C-title {
  margin-bottom: 80px;
  line-height: 1;
  font-size: 48px;    
}
@media (max-width: 720px) {
  .sec01_3 .C-title {
    margin-bottom: 6.9444444444vw;
    font-size: 5.5vw;
  }
}

.sec02_1 {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 720px) {
  .sec02_1 {
    width: 91.67vw;  
    margin: 5.5vw auto 0;
  }
}
.sec02_1 .text {
  margin-top: 60px;
  font-size: 25px;
  font-weight: 500;
  color:#111113;    
  line-height: 1.4;    
}
@media (max-width: 720px) {
  .sec02_1 .text {
    font-size: 2.78vw;
    margin-top: 4.86vw;
  }
}
.sec02_1 .text strong {
  font-weight: 800;
}

.sec02_2 {
  margin-bottom: 100px;
}
.sec02_2 .s_txt{font-size: 20px;color:#666666;}

@media (max-width: 720px) {
  .sec02_2 {
    margin-bottom: 12.5vw;
  }
    .sec02_2 .s_txt{
        font-size: 2.36vw;
        letter-spacing: -0.15vw;
    }
}
.sec02_2 .C-title {
  margin-bottom: 80px;
  line-height: 1;
  font-size: 48px;    
}
@media (max-width: 720px) {
  .sec02_2 .C-title {
    margin-bottom: 5.5vw;
    letter-spacing: -0.2vw;  
    font-size: 5.5vw;  
  }
}

.sec03_1 {
  margin-top: 80px;
  margin-bottom: 115px;
  text-align: center;
}
@media (max-width: 720px) {
  .sec03_1 {
    margin-top: 5.5vw;
    margin-bottom: 13.89vw;
  }
}

.sec03_2 {
  margin-bottom: 180px;
}
@media (max-width: 720px) {
  .sec03_2 {
    margin-bottom: 16.6666666667vw;
  }
}
.sec03_2 .C-title {
  margin-bottom: 80px;
  line-height: 1;
}
@media (max-width: 720px) {
  .sec03_2 .C-title {
    margin-bottom: 6.9444444444vw;
  }
}

.sec04_2 {
  position: relative;
  max-width: 1680px;
  margin: 160px auto 0;
}
.sec04_2 .visual_box img {
  width: 100%;
}
.sec04_2 .visual_box .text-box {
  position: absolute;
  top: min(5vw, 180px);
  left: 50%;
  margin-left: -480px;
}
@media (max-width: 1024px) {
  .sec04_2 .visual_box .text-box {
    margin-left: -47.2222222222vw;
  }
}
@media (max-width: 720px) {
  .sec04_2 .visual_box .text-box {
    position: static;
    text-align: center;
    margin-left: 0;
  }
}
.sec04_2 .visual_box .text-box .text {
  margin-bottom: 10px;
  font-size: 32px;
  color: #46474c;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .sec04_2 .visual_box .text-box .text {
    font-size: 3.0555555556vw;
  }
}
@media (max-width: 720px) {
  .sec04_2 .visual_box .text-box .text {
    font-size: 4.4444444444vw;
  }
}
.sec04_2 .visual_box .text-box img {
  width: auto;
}
@media (max-width: 1024px) {
  .sec04_2 .visual_box .text-box img {
    width: 55.5555555556vw;
  }
}
@media (max-width: 720px) {
  .sec04_2 .visual_box .text-box img {
    width: 85.6944444444vw;
  }
}
.sec04_2 .title {
  margin: 100px 0 80px;
  font-size: 58px;
  color: #010b17;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sec04_2 .title {
    margin-top: 11.1111111111vw;
    margin-bottom: 5.5555555556vw;
    font-size: 6.25vw;
  }
}
.sec04_2 .title span {
  font-size: 38px;
}
@media (max-width: 1024px) {
  .sec04_2 .title span {
    font-size: 6.25vw;
  }
}

.sec04_3 {
  margin-top: 86px;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 720px) {
  .sec04_3 {
    margin-top: 8.3333333333vw;
    margin-bottom: 13.8888888889vw;
  }
}

.sec05_1 {
    
}
@media (max-width: 720px) {
  .sec05_1 {
      
  }
}
.sec05_1 .C-title{
    font-size: 25px;color:#010b17;font-weight: 500;
    letter-spacing: -1px;
}
.sec05_1 .C-title span {
  display: block;
  line-height: 1.45;
  font-size: 48px;
  font-weight: 900;
  color: #00abb6;
}
@media (max-width: 720px) {
    .sec05_1 .C-title{
        font-size: 5.5vw;font-weight: 600;letter-spacing: -0.1vw; line-height: 1.25;
    }
    .sec05_1 .C-title span{
        font-size: 5.5vw;
    }
}
.sec05_1 ul {
  margin-top: 70px;    
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.sec05_1 ul li {
  font-size: 25px;
  color: #111113;
  font-weight: 700;
  line-height: 1.3;    
  letter-spacing: -1px;    
}

.sec05_1 ul li:nth-child(2){
    margin: 0 53px 0 5px;
}

.sec05_1 ul li .text{
  margin-top: 23px;    
}

@media (max-width: 720px) {
    .sec05_1 ul{
        margin-top: 4.16vw;
    }    
   .sec05_1 ul li {
    font-size: 2.78vw;
    }
    .sec05_1 ul li:nth-child(2){
    margin: 0 3.3vw 0 2.78vw;
    }
    .sec05_1 ul li .text{
      margin-top: 2vw;    
    }
    
}
@media (max-width: 720px) {
  .sec05_1 ul img {
    width: auto;
    height: 29.7222222222vw;
  }
}
.sec05_1 > .text {
  margin-top: 60px;
  font-size: 25px;
  text-align: center;
  letter-spacing: -1px;
  color:#111113;    
  font-weight: 500;   
  line-height: 1.4;    
}

@media (max-width: 720px) {
  .sec05_1 > .text {
    margin-top: 4.5vw;
    font-size: 2.78vw;
    letter-spacing: -0.1vw;  
  }
}
.sec05_1 > .text strong {
  color: #111113;
  font-weight: bold;    
}

.sec05_2 {
  margin-top: 100px;
}
@media (max-width: 720px) {
  .sec05_2 {
    margin-top: 15.97vw;
  }
}
.sec05_2 .C-title {
  margin-bottom: 75px;
  font-weight: 800;    
  font-size: 48px;letter-spacing: -1px;line-height: 1.2;
}
@media (max-width: 720px) {
  .sec05_2 .C-title {
    font-size: 5.5vw;
    letter-spacing: -0.1vw;  
    margin-bottom: 4.86vw;
  }
}

.sec06_1 {
  padding: 0 30px;
  text-align: center;
}
.sec06_1 .C-title {
  margin-bottom: 10px;
  font-weight: 900;    
  font-size: 48px;letter-spacing: -1px;line-height: 1.2;
}

@media (max-width: 720px) {
  .sec06_1 {
    margin-top: 0;
    padding: 0 4.16vw;
  }
    .sec06_1 .C-title {
    font-size: 5.5vw;
    letter-spacing: -0.1vw; 
  }
}
.sec06_1 > .text {
  margin-bottom: 85px;
  font-size: 25px;
  color: #111113;
  letter-spacing: -1px;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 720px) {
  .sec06_1 > .text {
    margin-bottom: 3.89vw;
    font-size: 3.3vw;
    letter-spacing: -0.1vw;  
  }
}
.sec06_1 .img-box {
  max-width: 960px;
  padding:65px 50px;
  margin: 0 auto;
  border-radius: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 720px) {
  .sec06_1 .img-box {
    padding: 3.75vw 1vw 5.5vw;
  }
}
.sec06_1 .img-box img {
  max-width: 100%;
  display: block;
  margin-bottom: 40px;
}

@media (max-width: 720px) {
  .sec06_1 .img-box img{
    margin-bottom: 3.89vw;
  }
}

.sec06_1 .img-box .text {
  margin-top: 20px;
  font-size: 25px;
  color: #111113;
  letter-spacing: -1px;
  font-weight: 500;   
  line-height: 1.3;    
}
@media (max-width: 720px) {
  .sec06_1 .img-box .text {
    margin-top: 3.2vw;
    font-size: 2.78vw;
    letter-spacing: -0.1vw;
    }
}

.sec06_2 {
  margin-top: 107px;
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 720px) {
  .sec06_2 {
    margin-top: 12.5vw;
    padding: 0 4.16vw;
  }
}
.sec06_2 .C-title {
  margin-bottom: 75px;
  letter-spacing: -2px;  
  font-size: 48px;
  line-height: 1.5;    
}
@media (max-width: 720px) {
  .sec06_2 .C-title {
    margin-bottom: 4.5vw;
    font-size: 5.5vw;
    letter-spacing: -0.2vw;
    line-height: 1.7;
  }
}
.sec06_2 .C-title span {
  display: block;
  line-height: 1.1;
  font-size: 25px;
  font-weight: 500;
  color: #010b17;
  letter-spacing: -1px;    
}
@media (max-width: 720px) {
  .sec06_2 .C-title span {
    font-size: 3.47vw;
    letter-spacing: -0.1vw;
  }
}
.sec06_2 .img-box {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 30px;    
}

@media (max-width: 720px) {
    .sec06_2 .img-box{
        padding-bottom: 5vw;
        border-radius: 5vw;
    }
}

.sec06_2 .img-box .tit {
    padding: 20px 0;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    background: #00636a;
}
@media (max-width: 720px) {
  .sec06_2 .img-box .tit {
    font-size: 4.16vw;
    padding: 2.55vw 0;
  }
}
.sec06_2 .img-box .sub-tit {
    padding: 28px 0 40px;
    font-size: 35px;
    color: #46474c;
    letter-spacing: -1px;
    font-weight: 500;
    line-height: 1.25;
}

.sec06_2 .img-box .sec06_2_tit1{padding-top: 45px;}

@media (max-width: 720px) {
    .sec06_2 .img-box .sub-tit {
        font-size: 4.16vw;
        padding: 2.5vw 0 4.86vw;
    }
    .sec06_2 .img-box .sec06_2_tit1{
        padding-top: 5vw;
    }
}
.sec06_2 .img-box .sub-tit strong {
  color: #00636a;
  font-weight: 900;    
}
.sec06_2 .img-box img {
  max-width: 100%;
}
.sec06_2 .img-box .text {
  margin: 32px 0 20px;
  font-size: 25px;
  color: #111113;
  letter-spacing: -1px;
  font-weight: 500;    
  line-height: 1.35;    
}
@media (max-width: 720px) {
  .sec06_2 .img-box img{
      padding: 0 2vw;
      box-sizing: border-box;
    }
    
  .sec06_2 .img-box .text {
    font-size: 2.78vw;
    margin: 2.5vw 0;
    letter-spacing: -0.1vw;
  }
}
.sec06_2 .img-box .text span {
  color: #010b17;
}
.sec06_2 .img-box .text + .text {
  margin-top: -8px;
}
@media (max-width: 720px) {
  .sec06_2 .img-box .text + .text {
    margin-top: 0;
  }
}
.sec06_2 .img-box .line {
  display: block;
  height: 60px;
  background: url("/include/resources/images/wb/facial_contour/brow_02_line.png") no-repeat center center/100%;
}

@media (max-width: 720px) {
    .sec06_2 .img-box .line{
        height: 6vw;
    }
}

.sec06_3 {
  margin-top: 110px;
  padding: 0 30px;
  text-align: center;
}

.sec06_3 .C-title{font-size: 48px;}

@media (max-width: 720px) {
  .sec06_3 {
    margin-top: 13.89vw;
    padding: 0 4.16vw;
  }
    
  .sec06_3 .C-title{font-size: 5.5vw;}
    
}
.sec06_3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  margin-top: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 720px) {
  .sec06_3 ul {
    gap: 0 3.5vw;
    margin-top: 5.5vw;
    margin-left: 2vw;
  }
}
.sec06_3 ul li img {
  max-height: 100%;
  display: block;
}
@media (max-width: 720px) {
  .sec06_3 ul li img {
    height: 27.78vw;
  }
}
.sec06_3 ul li .tit {
  margin: 10px 0 3px;
  font-size: 25px;
  color: #00636a;
  font-weight: 800;
  letter-spacing: -1px;
}
@media (max-width: 720px) {
  .sec06_3 ul li .tit {
    margin: 2.5vw 0 0;
    font-size: 2.78vw;
    letter-spacing: -0.1vw;
  }
}
.sec06_3 ul li .text {
  font-size: 17px;
  color: #222222;
  line-height: 1.35;    
}
@media (max-width: 720px) {
  .sec06_3 ul li .text {
    font-size: 2.5vw;
  }
}

.sec06_4 {
  position: relative;
  margin: 85px 0 0;
  text-align: center;
}


@media (max-width: 720px) {
  .sec06_4 {
    margin-top: 0;
  }
}

.sec06_4 .sec06_4_tit{position: absolute;top:265px;left: 35%; transform: translate(-50%,0); text-align: left;letter-spacing: -1px;}
.sec06_4 .sec06_4_tit span{font-size: 25px;color:#010b17;font-weight: 500;display: block;line-height: 1.3;margin-bottom: 15px;}
.sec06_4 .sec06_4_tit strong{font-size: 40px;color:#00636a;font-weight: bold;line-height: 1.3;}
.sec06_4 .img_area img{width: 100%;}

@media (max-width: 720px) {
    .sec06_4 .sec06_4_tit {
    top: 0;
    left: 50%;
    text-align: center;
    letter-spacing: -0.1vw;
    width: 100%;
    }
    .sec06_4 .sec06_4_tit span {
    font-size: 3.47vw;
    margin-bottom: 2.2vw;
    }
    .sec06_4 .sec06_4_tit strong{
        font-size: 5.5vw;
    }
    
}


.sec06_4 .img img {
  max-width: 100%;
}
.sec06_4 .text-box {
  position: absolute;
  top: min(14vw, 270px);
  left: 50%;
  margin-left: -480px;
}
@media (max-width: 1024px) {
  .sec06_4 .text-box {
    margin-left: -47.2222222222vw;
  }
}
@media (max-width: 720px) {
  .sec06_4 .text-box {
    position: static;
    margin-left: 0;
  }
}
.sec06_4 .text-box img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .sec06_4 .text-box img {
    max-width: 55.5555555556vw;
  }
}
@media (max-width: 720px) {
  .sec06_4 .text-box img {
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .sec06_4 .text-box .logo {
    display: none;
  }
}

.asis-tobe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.asis-tobe li {
  border-radius: 35px;
  padding-bottom: 35px;
  text-align: center;
}
.asis-tobe li img {
  width: 100%;
}
@media (max-width: 720px) {
  .asis-tobe li {
   border-radius: 5vw;
  }
}
.asis-tobe li p.tit {
  margin: 18px 0 20px;
  font-size: 25px;
  font-weight: 900;
  color:#010b17
}
@media (max-width: 720px) {
  .asis-tobe li p.tit {
    font-size: 3.47vw;
    margin: 1vw 0 1.5vw;  
  }
}
.asis-tobe li p.text {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -1px;
  font-weight: 500;
}
@media (max-width: 720px) {
  .asis-tobe li p.text {
    font-size: 2.78vw;
    line-height: 1.4;
  }
}
.asis-tobe .asis {
  width: 465px;
  background: #fff;
}
@media (max-width: 1024px) {
  .asis-tobe .asis {
    width: 44.4444444444vw;
      padding-bottom: 4vw;
  }
}
.asis-tobe .asis p.tit {
  color: #010b17;
}
.asis-tobe .asis p.text {
  color: #111113;
}
.asis-tobe .tobe {
  width: 517px;
  margin-left: -30px;
  background: #00636a;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 720px) {
  .asis-tobe .tobe {
    width: 48.6111111111vw;
    margin-left: -1.3888888889vw;
    padding-bottom: 4.5vw;
    box-shadow: 0 0 7vw rgba(0,0,0,0.2);  
  }
}
.asis-tobe .tobe p.tit {
  color: #fff;
}
.asis-tobe .tobe p.text {
  color: #fff;
}

.img-list-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .img-list-type {
    gap: 4.8611111111vw;
  }
}
.img-list-type li {
  text-align: center;
}
@media (max-width: 1024px) {
  .img-list-type li img {
    width: 18.8888888889vw;
  }
}
.img-list-type li .tit {
    margin-top: 20px;
    color: #111113;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
}
@media (max-width: 720px) {
  .img-list-type li .tit {
    font-size: 2.78vw;
    margin: 1vw 0 0.3vw;
  }
}
.img-list-type li .text {
  color: #111113;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 720px) {
  .img-list-type li .text {
    font-size: 2.78vw;
  }
}
.img-list-type ~ .img-list-type {
  margin-top: 70px;
}

@media (max-width: 720px) {
  .img-list-type ~ .img-list-type {
      margin-top: 4.86vw;
    }
}


.step-list {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.step-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 42px;
  border-radius: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dbfafd;
}
@media (max-width: 1024px) {
    .step-list li > p{width: 50%}
    .step-list li > p img{width: 100%}
}
@media (max-width: 720px) {
  .step-list{
      width: 91.67vw;
    }    
  .step-list li {
    padding: 2.7777777778vw;
  }

  .step-list li img {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .step-list li {
    padding: 4.16vw;
    border-radius: 4vw;
  }
  .step-list li img {
    width: 39vw;
  }
}
.step-list li .text-box {
  margin-left: 45px;
}
@media (max-width: 1024px) {
  .step-list li .text-box {
    margin-left: 3.3vw;
  }
}
.step-list li .text-box .number {
  font-size: 50px;
  font-weight: 800;
  color: #00636a;
  line-height: 1;
  letter-spacing: -4px;
}
@media (max-width: 720px) {
  .step-list li .text-box .number {
    font-size: 5.5vw;
    letter-spacing: -0.4vw;
  }
}
.step-list li .text-box .text {
  margin-top: 30px;
  font-size: 17px;
  color: #111113;
  font-weight: 500;
  letter-spacing: -1px;
}

@media (max-width: 720px) {
  .step-list li .text-box .text {
    font-size: 2.7vw;
    letter-spacing: -0.2vw;  
    white-space: pre-line;
    margin-top: 2.5vw;  
  }
  .step-list li .text-box .text br {
    display: none;
  }
}
.step-list li + li {
  margin-top: 40px;
}

.step-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 30px;
  max-width: 960px;
  margin: 0 auto 130px;
}
@media (max-width: 720px) {
    .step-list li + li {
    margin-top: 5.5vw;
}    
    
  .step-list2 {
    width:91.67vw;   
    gap:2.77vw 4.16vw;
    margin-bottom: 12.5vw;  
  }
}
.step-list2 li {
  width: calc(50% - 15px);
  max-width: 465px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 720px) {
  .step-list2 li {
    width: calc(50% - 2.1666666667vw);
  }
}
.step-list2 li img {
  display: block;
  width: 100%;
}
.step-list2 li .text-box {
  text-align: center;
}
.step-list2 li .text-box .number {
  margin-top: 45px;
  font-size: 48px;
  font-weight: 800;
  color: #00636a;
  line-height: 1;
  letter-spacing: -3px;
}
@media (max-width: 720px) {
  .step-list2 li .text-box .number {
    margin-top: 4.16vw;
    font-size: 4.86vw;
    letter-spacing: -0.3vw;  
  }
}
.step-list2 li .text-box .text {
  margin-top: 17px;
  font-size: 20px;
  color: #111113;
  letter-spacing: -1px;
  line-height: 1.35;    
}
@media (max-width: 720px) {
  .step-list2 li .text-box .text {
    margin-top: 1.5vw;
    font-size: 2.78vw;
    letter-spacing: -0.1vw;
  }
}
.step-list2 li .text-box .text strong {
  color: #00636a;
  font-size: 24px;
  font-weight: 800;
  display: block;
  padding-bottom: 7px;      
}

@media (max-width: 720px) {
  .step-list2 li .text-box .text strong  {
    font-size: 3.47vw;
    letter-spacing: -0.15vw;  
    padding-bottom: 0.7vw;  
  }
}

.half-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.half-img img {
  display: block;
  width: 100%;
}
.half-img .text-box {
  padding: 18px 0;
  text-align: center;
  color: #010b17;
  font-weight: 500;    
  font-size: 25px;    
}

@media (max-width: 720px) {
  .half-img .text-box {
    font-size: 3.47vw;
    padding: 2.08vw 0;  
  }
}
.half-img li .text-box {
  border-radius: 0 0 0 30px;
  background: #d4d4d4;
}
.half-img li + li .text-box {
  border-radius: 0 0 30px 0;
  color: #fff;
  background: #006369;
  font-weight: 900;    
}

.img-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  gap: 50px 30px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.img-list-box li {
  width: 465px;
  text-align: center;
  letter-spacing: -1px;    
}
@media (max-width: 720px) {
  
  .img-list-box{gap: 2.2vw 1vw;width: 91.67vw;}
    
  .img-list-box li {
    width: 49%;
    letter-spacing: -0.1vw;  
  }
}
.img-list-box li .img {
  width: 100%;
  height: 340px;
}
@media (max-width: 1024px) {
  .img-list-box li .img {
    height:auto;
  }
}
.img-list-box li .img img {
  width: auto;
  height: 100%;
}
@media (max-width: 720px) {
  .img-list-box li .img img{
    width: 94%;
    height:auto;  
  }
}
.img-list-box li .tit {
  margin: 40px 0 25px;
  line-height: 1;
  font-size: 25px;
  color: #006369;
  font-weight: 800;
  letter-spacing: -1.5px;    
}
@media (max-width: 1024px) {
  .img-list-box li .tit {
    font-size: 4.16vw;
    letter-spacing: -0.15vw;  
    margin: 2.5vw 0 2.2vw;  
  }
}
.img-list-box li .text {
  font-size: 20px;
  color: #222222;
  font-weight: 500;    
}
@media (max-width: 720px) {
  .img-list-box li .text {
    font-size: 2.36vw;
    letter-spacing: -0.15vw; 
    line-height: 1.4;  
  }
}


.img-list-box2 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .img-list-box2 {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
.img-list-box2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 40px 65px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .img-list-box2 li {
    padding: 4.1666666667vw;
  }
  .img-list-box2 li img {
    width: 20.4166666667vw;
  }
}
.img-list-box2 li .text-box {
  margin-left: 80px;
}
@media (max-width: 1024px) {
  .img-list-box2 li .text-box {
    margin-left: 5.5555555556vw;
  }
}
.img-list-box2 li .text-box .text {
  font-size: 38px;
  color: #46474c;
  letter-spacing: -2px;
}
@media (max-width: 1024px) {
  .img-list-box2 li .text-box .text {
    font-size: 3.8888888889vw;
  }
}
.img-list-box2 li .text-box .text strong {
  color: #00abb6;
}
.img-list-box2 li + li {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .img-list-box2 li + li {
    margin-top: 3.6111111111vw;
  }
}

.img-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  gap: 40px 60px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 720px) {
  .img-text-box {
    width: 91.67vw;
    gap:5.5vw 4.1666666667vw;
  }
}
.img-text-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 450px;
  border-radius: 30px;
  background: #fff;
}
@media (max-width: 1024px) {
  .img-text-box li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 720px) {
  .img-text-box li {
    width: calc(50% - 4.1666666667vw);
  }
}
.img-text-box li img {
  display: block;
}
.img-text-box li .text-box {
  margin-top: -10px;
  margin-bottom: auto;
  padding-bottom: 35px;
  text-align: center;
  letter-spacing: -0.7px;    
}
@media (max-width: 720px) {
  .img-text-box li .text-box {
    padding-bottom: 5.5vw;
    letter-spacing: -0.07vw;
    margin-top: 0;
  }
}
.img-text-box li .text-box .text {
  font-size: 20px;
  font-weight: 600;    
  line-height: 1.3;    
}
@media (max-width: 720px) {
  .img-text-box li .text-box .text {
    font-size: 2.78vw;
  }
}
.img-text-box li .text-box .text strong {
  color: #00636a;
  font-weight: 800;    
}

.before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38px;
}
@media (max-width: 1024px) {
  .before-after {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
    gap: 4.1666666667vw;
  }
}
.before-after li {
  padding: 40px;
  border-radius: 25px;
  background: #fff;
}
@media (max-width: 1024px) {
  .before-after li {
    padding: 3.75vw;
    border-radius: 4vw;  
  }
}
.before-after li .tit {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  padding: 13px 0;    
}
@media (max-width: 720px) {
  .before-after li .tit {
    font-size: 4.16vw;
    padding: 1vw 0;
    letter-spacing: -0.1vw;
  }
}
.before-after li img {
  width: 100%;
  max-width: 460px;
  display: block;
}
.before-after li.before .tit {
  color: #46474c;
}
.before-after li.after {
  background: #dbfafd;
}
.before-after li.after .text:last-of-type {border-bottom: 0;}
.before-after li.after .tit {
  color: #00636a;
}
.before-after.type2 li {
  padding: 0 0 10px;
  text-align: center;
}
@media (max-width: 720px) {
  .before-after.type2 li {
      padding-bottom: 2.5vw;
  }
}
.before-after.type2 li .text {
  margin: 0 30px;
  padding: 20px 0;
  border-bottom: 2px dashed #e6e6e6;
  font-size: 25px;
  color: #111113;
  font-weight: 500;    
  letter-spacing: -1px;
  line-height: 1.25;    
}
@media (max-width: 720px) {
  .before-after.type2 li .text {
    font-size: 2.78vw;
    margin:0 3.3vw;
    padding: 2vw 0;
    border-bottom-width: 0.28vw;
    letter-spacing: -0.1vw;  
    line-height: 1.4;  
  }
}
.before-after.type3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 0 30px;
  text-align: center;
}
@media (max-width: 720px) {
  .before-after.type3 li {
      padding-bottom: 11.11vw;
  }
}
.before-after.type3 li .text {
  margin: auto 0;
  padding: 30px 0 0;
  font-size: 25px;
  font-weight: 500;
  color: #111113;
  letter-spacing: -1px;
  line-height: 1.35;    
}
@media (max-width: 720px) {
  .before-after.type3 li .text {
    padding-top: 3.47vw;
    font-size: 2.78vw;
  }
}
.before-after + .before-after {
  margin-top: 60px;
}

@media (max-width: 720px) {
    .before-after + .before-after{
        margin-top: 5.5vw;
    }
}


/*# sourceMappingURL=facial_contour.css.map */


.C-BeforeAfter .include_bna_swiper .img .left .login_dim .text p strong{color:#00abb6;}

.C-BeforeAfter .swiper-pagination-bullet-active {
  background: #00636a !important;
}

.C-idYoutube .btn_youtube_page {
  background: #89e2e8;
  color:#111113
}
