/********************************************************** 
* sub_page - 공통
***********************************************************/

@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');
.sortsmillgoudy *,.sortsmillgoudy {
    font-family: 'Sorts Mill Goudy', sans-serif;
}

.sub_top_cont{
    position:relative; width:100%; height:713px; min-height:500px; max-height: 807px; overflow:hidden;
}

.sub_top_cont_wrap{
    position:relative; width:100%; height:100%; overflow:hidden; 
}
.sub_top_view_bg{
    position:absolute; top:0px; left:0; width:100%; height:100%; overflow:hidden;
    transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0); 
    -webkit-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
    -moz-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
    -ms-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
    -o-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);
    animation: sub_top_view_bg forwards 5s 0.5s ease-in-out;
    -webkit-animation: sub_top_view_bg forwards 5s 0.5s ease-in-out; 
    -moz-animation: sub_top_view_bg forwards 5s 0.5s ease-in-out; 
    -ms-animation: sub_top_view_bg forwards 5s 0.5s ease-in-out; 
    -o-animation: sub_top_view_bg forwards 5s 0.5s ease-in-out;
}
@keyframes sub_top_view_bg {
    0% {
        transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0); 
        -webkit-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
        -moz-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
        -ms-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
        -o-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);
    }
    100% {
        transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0); 
        -webkit-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);  
        -moz-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);  
        -ms-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);  
        -o-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);
    }
}
@-moz-keyframes sub_top_view_bg {
    0% {
        transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0); 
        -webkit-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
        -moz-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
        -ms-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);  
        -o-transform:perspective(500px) scale(1.05) rotate(.001deg) translateZ(0);
    }
    100% {
        transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0); 
        -webkit-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);  
        -moz-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);  
        -ms-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);  
        -o-transform:perspective(500px) scale(1) rotate(.001deg) translateZ(0);
    }
}

.sub_top_text{
    position:absolute; top:47%; left:50%; width:100%;
    transform: translate(-50%, -0%) translateZ(0); 
    -webkit-transform: translate(-50%, -0%) translateZ(0); 
    -moz-transform: translate(-50%, -0%) translateZ(0); 
    -ms-transform: translate(-50%, -0%) translateZ(0); 
    -o-transform: translate(-50%, -0%) translateZ(0);
    text-align: center; color: #fff;
}
.sub_top_text .txt01 { font-size: 2.813rem; font-weight: 500;}
.sub_top_text .txt02 { font-size: 1.25rem; line-height: 1.6; font-weight: 200; }
.sub_titlebox > .txt01 + .txt02{margin-top:3.9rem;}
.sub_titlebox > .txt02 + .txt02{margin-top:2.5rem;}

.sub_cont_wrap{position:relative; width:100%; max-width:1920px; margin-left: auto; margin-right: auto;color: #1b1b1b; }

/**** panel ****/
.panel-wrap .panel .panel-title { position:relative; cursor:pointer; }
.panel-wrap .panel .panel-content { display:none; }
.panel-wrap .panel .icon-panel { position:absolute; right:5%; top:50%; width:16px; height:16px; transform:translate(0, -50%); }
.panel-wrap .panel .icon-panel::before, .panel-wrap .panel .icon-panel::after { content:""; position:absolute; background-color:#686868; transition:transform 0.25s ease-out, opacity 0.25s ease-out; }
.panel-wrap .panel .icon-panel::before { top:0; left:50%; width:2px; height:100%; margin-left:-1px; }
.panel-wrap .panel .icon-panel::after { top:50%; left:0; width:100%; height:2px; margin-top:-1px; }
.panel-wrap .panel .icon-panel.open::before { transform:rotate(-45deg); opacity: 0;  }
.panel-wrap .panel .icon-panel.open::after {  }

/********************************************************** 
* 하단 공통 영역
***********************************************************/
.sub_banner_multiple { text-align: center; width: 100%;  color: #fff; max-height: 550px; position: relative; overflow: hidden; }
.sub_multiple_txts { position: absolute; top: 0; left: 0; width: 100%; padding: 11rem 0 10rem;  }
.sub_multiple_txts .txt01{ font-size: 1.188rem; line-height: 1.5; letter-spacing: 2px;}
.sub_multiple_txts .txt02{ font-size: 2.4rem; font-weight: 500; letter-spacing: 3px; margin-top: 1.9rem;}
.sub_multiple_more { margin: 2.4rem auto 0; width: 10.125rem; height: 3.125rem; line-height: 3.125rem; }
.sub_multiple_more a { background: #2a2a2a; border-radius: 25px; border: 1px solid #2a2a2a; text-align: center; font-size: 0.938rem; color: #fff; display: flex; align-items: center; justify-content: center; gap: 0 0.6rem; }
#sub_banner_vid{width:100%;height:1080px;object-fit:cover;max-width:1910px;margin:0 auto; }

.rection06{ padding-top: 10rem;}
.map01 img{border-radius:20px;width:900px;} 


/********************************************************** 
* sub1_1 - 리원피부과 소개
***********************************************************/
.s11_awake_wrap { padding: 12rem 0 11rem; line-height: 1.5; text-align: center; background: url(../sub/img/s11_band_wrap_bg.png) 50% 0%/ cover no-repeat; max-width: 100%; }
.s11_awake_wrap .tit01 { font-size: 1rem; font-weight: 500; letter-spacing: 2px; color: #779bb6; }
.s11_awake_wrap .tit02 { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 3.125rem; letter-spacing: 1px; margin-top: 1.5rem;}
.s11_awake_wrap .emphasis { color: #83a4bd; }
.s11_awake_wrap .txt01 { font-size: 1rem; color: #333333; margin-top: 2rem;  }
.s11_awake_wrap .txt01 strong {font-weight: 700; font-size: 1.063rem; }
.s11_awake_wrap .txt01 + .txt01 { margin-top: 2rem;}

.s11_video_wrap img { width: 100%; }

.s11_all_wrap { position: relative; padding: 10rem 0 7rem; line-height: 1.5;}
.s11_all_wrap::before { content: ""; display: block; height: 44.5rem; width: 1px; background: rgba(205, 209, 215, 0.5); position: absolute; top: 0; left: 4rem; z-index: -1; }
.s11_all_wrap::after { content: ""; display: block; height: 1px; width: 100%; background: rgba(205, 209, 215, 0.5); position: absolute; top: 66%; left: 0; z-index: -1; }
.s11_all_wrap .all_tit { text-align: center;}
.s11_all_wrap .tit01 { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 1.875rem; letter-spacing: 1px; }
.s11_all_wrap .tit02 { font-size: 1.188rem; margin-top: 3rem;}
.s11_all_wrap .emphasis { color: #b4cfe4; }
.s11_all_wrap strong { font-weight: 500; }
.all_half { display: flex; align-items: flex-end; justify-content: center; margin-top: 8.75rem; gap: 4rem; position: relative;}
.s11_all_wrap .txt01 { font-size: 2rem; }
.s11_all_wrap .txt02 { font-size: 1.125rem; margin-top: 2rem; padding-bottom: 1rem;}
.all_half .univ { position: absolute; right: 10%; top: 0; z-index: -1;}

.s11_half_wrap { padding: 7rem 0 10rem; display: flex; align-items: center; justify-content: center; line-height: 1.5;background: url(../sub/img/s11_half01_bg.png) 100% 100%/ contain no-repeat; } 
.s11_half_wrap strong { font-weight: 600;}
.s11_half_wrap .tit01 { font-size: 2rem; }
.s11_half_wrap .tit02 { font-size: 1.125rem; margin-top: 2rem; } 
.s11_half_wrap .tit02 + .tit { margin-top: 1.4rem;}

.s11_half_wrap.n01 { gap: 0 12rem; }
.s11_half_wrap.n01 .txts { padding-top: 7rem;}
.s11_half_wrap.n02 { padding: 5rem 0 7rem; background: none; gap: 0 5rem;}
.s11_half_wrap.n02 .txts { min-width: 30%;}
.s11_half_wrap.n03 { padding: 10rem 0 7rem; background: none; gap: 0 7rem;}
.s11_half_wrap.n03 .txts { padding-left: 6rem; padding-top: 4rem;}

.s11_half_wrap .s11_half_more { margin: 4rem 0; width: 9.125rem; height: 3.125rem; line-height: 3.125rem; }
.s11_half_wrap .s11_half_more a{ background: #9cb9cf; border-radius: 25px; border: 1px solid #9cb9cf; text-align: center; font-size: 0.875rem; color: #fff; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 0 0.6rem;}
.s11_half_wrap .s11_half_more i { display: block; width: 1.188rem; height: 0.875rem; background: url(../sub/img/s11_more_icon.png) 50% 50%/ cover no-repeat; }

.line_div { border-top: 1px solid rgba(205, 209, 215, 0.5); position: absolute; top: 17rem; left: 0; width: 100%; z-index: -1; }
.line_div::before { content: ""; display: block; width: 1px; height: 30rem; background: rgba(205, 209, 215, 0.5); position: absolute; top: -30rem; left: 30rem; }
.line_div .sub_line { width: 90%; margin: 0 auto; border-left: 1px solid rgba(205, 209, 215, 0.5); border-right: 1px solid rgba(205, 209, 215, 0.5); height: 1800px;}

.s11_inter_wrap { position: relative; padding: 10rem 0 13rem; line-height: 1.5; text-align: center; cursor: none;}
.s11_inter_wrap .tit01 { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 1.875rem; letter-spacing: 1px; }
.s11_inter_wrap .tit02 { font-size: 1.188rem; color: #2a2c2e; margin-top: 2rem;}
.s11_inter_wrap .emphasis { color: #b4cfe4; }
.s11_inter_wrap strong { font-weight: 600; }
.s11_inter_inner {margin-top: 4rem;}
.s11_inter_pagination { width: 100%; display: flex; align-items: center; justify-content: center; position: static; gap: 0 0.8rem; margin-top: 3.5rem; }
.s11_inter_pagination .swiper-pagination-bullet { width: 0.5rem; height: 0.5rem; background: #c2c2c2; opacity: 1; transition: background all 0.3s;}
.s11_inter_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active  {background: #b4cfe4; width: 0.875rem; height: 0.875rem; }


/********************************************************** 
* sub1_2 - 의료진소개
***********************************************************/
.sub1_2_top_view_bg { background: url(../sub/img/sub1_2_top_img01.png) 50% 100%/ cover no-repeat; }
.sub1_2_top_view_bg + .sub_titlebox > .txt02 + .txt01 { margin-top: 2rem;}
.sub1_2_top_view_bg + .sub_titlebox > .txt01 + .txt02 { margin-top: 2rem;}

.s12_doctor_wrap { padding: 12rem 0 11rem;}
.s12_doctor_inner { display: flex; justify-content: center; gap: 4.375rem 3.125rem; flex-wrap: wrap; }
.s12_doctor_inner li { border: 1px solid #c8c8c8;}
.s12_doctor_inner .txtbox { text-align: center; padding: 2.5rem 0;  }
.s12_doctor_inner .txt01 { font-size: 1.125rem; font-weight: 500; color: #9cb9cf;  }
.s12_doctor_inner .txt02 { font-size: 1.125rem; font-weight: 500; margin-top: 1rem; }
.s12_doctor_inner .txt02 .name { font-size: 1.75rem; display: inline-block; margin-left: 1rem; }

.transparents-layer { display:none; position:fixed; left:0; right:0; top:0; bottom:0; width:100vw; height:100vh; background-color:#000; filter:alpha(opacity="50"); opacity:0.1; z-index:15; }
.modal { position:fixed; z-index:105; outline:0; display: none; }
.modal .modal-dialog { position:relative; width:auto; margin:0.5rem; }
.modal-content { position:relative; width:100%; pointer-events:auto; outline:0; }
.modal .modal-close { display:block; z-index:50; border: 0; cursor: pointer;}

.s12_doctor_modal { top: 50%; left: 50%; transform: translate(-50%, -50%);} 
.s12_doctor_modal .modal-content { width: 75.938rem; height: 40.938rem; background: url(../sub/img/s12_modal_bg.jpg) 50% 100%/ cover no-repeat; display: flex; justify-content: center; align-items: flex-start; padding: 5.3rem 0; gap: 5rem; line-height: 1.5;}
.s12_doctor_modal .modal-txt { padding-right: 4rem; height: 100%; overflow-y: scroll;}
.modal-txt::-webkit-scrollbar { width: 4px;}
.modal-txt::-webkit-scrollbar-thumb { background: rgba(156, 185, 207, 1);}
.s12_doctor_modal .tit .blue { color: #9cb9cf; font-weight: 600; font-size: 1.125rem; }
.s12_doctor_modal .tit .doc_name { font-size: 1.125rem; font-weight: 500; margin-top: 0.5rem; }
.s12_doctor_modal .tit .doc_name span { font-size: 1.75rem; }
.s12_doctor_modal .doctor_record { font-size: 1.125rem; margin-top: 2rem;}
.s12_doctor_modal .doctor_record strong { font-weight: 600;}
.s12_doctor_modal .doctor_record li + li { margin-top: 0.5rem;}
.s12_doctor_modal .modal-close { background: url(../sub/img/s12_modal_close.png) 50% 100%/ cover no-repeat; width: 3rem; height: 3rem; position: absolute; top: -4rem; left: 50%; }


/********************************************************** 
* sub1_4 -진료안내
***********************************************************/
.sub1_4_top_view_bg { background: url(../sub/img/sub1_4_top_img01.png) 50% 100%/ cover no-repeat; }
.sub1_4_top_view_bg + .sub_titlebox > .txt02 + .txt01 { margin-top: 2rem;}
.sub1_4_top_view_bg + .sub_titlebox > .txt01 + .txt02 { margin-top: 2rem;}

.s14_time_wrap { padding: 11rem 0 7rem;}
.s14_time_inner { display: flex; align-items: flex-start; justify-content: flex-start; width: 90%; max-width: 1440px; margin: 0 auto; gap: 0 17.5rem; }
.s14_time_inner .subtit { font-size: 1.75rem; font-weight: 500; display: flex; align-items: center;}
.s14_time_inner .subtit .small { padding-left: 4rem; font-size: 1rem; color: #7a91a2; font-weight: 400; }
.s14_time_inner ul { display: flex; align-items: center; gap: 2rem; margin-top: 3.5rem;}
.s14_time_inner ul li a { font-size: 1rem; color: #fff; font-size: 1rem; font-weight: 400; display: flex; align-items: center; justify-content: space-between; padding: 0 1rem;  width: 16.25rem; height: 4.438rem; border-radius: 9px; }
.s14_time_inner ul li:nth-of-type(1) a{ background: #9cb9cf;}
.s14_time_inner ul li:nth-of-type(2) a{ background: #555555;}
.s14_time_inner ul li i { display: block; width: 1.688rem; height: 1.25rem; background: url(../sub/img/s14_more_icon.png) 50% 50%/ cover no-repeat;  }
.s14_time_inner table{ margin-top: 3.5rem; font-size: 1.375rem;  }
.s14_time_inner tr { display: flex; align-items: center;}
.s14_time_inner tr + tr {margin-top: 2rem;}
.s14_time_inner th{ display: flex; align-items: center; justify-content: space-between; width: 5.75rem; font-weight: 500; }
.s14_time_inner td { padding-left: 4rem;  }

.cursor_slide_lr02{position:fixed;transition:transform .5s cubic-bezier(.75, 1.27, .3, 1.35) .2s,opacity .2s cubic-bezier(.75, -.27, .3, 1.33);user-select:none;pointer-events:none;z-index:10000;transform:scale(0);opacity:0;display:flex;align-items:center;justify-content:center;width:96px}
.cursor_slide_lr02>img{width:100%}
.cursor_slide_lr02.active{opacity:1;transform:scale(1)}
.swiper-container.re04_container{overflow:unset}
.re04_container .swiper-slide{width:193px;margin:0 5px;transform: translateY(20px);transition: .2s;position: relative;height:500px;overflow:hidden;top:0}
.re04_container .swiper-slide:hover{transform: translateY(0px);}
.re04_container .swiper-slide .re04_img{width:193px;height:461px;position: absolute;left:0;top:0;}
.re04_container .swiper-slide.swiper-slide-active{}
.re04_container .re_btn03{margin:0 auto;text-align:center;}
.re04_container .re_btn03 a span{transform: translate3d(-9em, 0, 0);}
.re04_container .re_btn03 a:hover span{transform: translate3d(2em, 0, 0);}

.s14_inter_wrap { position: relative; padding: 7rem 0 7rem; border-top: 1px solid rgba(205, 209, 215, 0.5); border-bottom: 1px solid rgba(205, 209, 215, 0.5); line-height: 1.5; text-align: center; cursor: none;}
/* .s14_inter_pagination { width: 100%; display: flex; align-items: center; justify-content: center; position: static; gap: 0 0.8rem; margin-top: 3.5rem; }
.s14_inter_pagination .swiper-pagination-bullet { width: 0.6rem; height: 0.6rem; background:rgba(45, 49, 52, 0.4); opacity: 1; transition: background all 0.3s;}
.s14_inter_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active  {background: #2d3134; width: 0.969rem; height: 0.969rem; } */

.s14_map_wrap{ padding: 7rem 0; border-bottom: 1px solid rgba(205, 209, 215, 0.5); line-height: 1.5; }
.s14_map_wrap strong { font-weight: 600;}
.s14_map_inner { display: flex; align-items: flex-start; justify-content: center; gap: 0 8.125rem; }
.s14_map_inner .leftside { display: flex; align-items: flex-start; gap: 4rem; }
.s14_map_inner .subtit { font-size: 1.75rem; font-weight: 500; display: flex; align-items: center;}
.s14_map_inner .txt01{ font-size: 1.25rem;}
.s14_map_inner .txt01 + .txt01 { margin-top: 1.5rem;}
.s14_map_inner .txt01.wicon { display: flex; align-items: center; }
.s14_map_inner .txt01 i { display: inline-block; margin-right: 0.5rem; width: 4.625rem; height: 1.8rem; background: url(../sub/img/s14_subway_icon01.png) 50% 50%/ cover no-repeat;}
.s14_map_inner ul { margin-top: 4rem; }
.s14_map_inner ul li + li { margin-top: 1.5rem;}
.s14_map_inner ul li a { font-size: 1.063rem; color: #fff; font-size: 1rem; font-weight: 400; display: flex; align-items: center; justify-content: flex-start; padding: 0 1rem;  width: 16.25rem; height: 4.438rem; border-radius: 9px; }
.s14_map_inner ul li:nth-of-type(1) a{ background: #f7ce40;}
.s14_map_inner ul li:nth-of-type(2) a{ background: #03c75a;}
.s14_map_inner ul li i.arrow { display: block; width: 1.688rem; height: 1.25rem; background: url(../sub/img/s14_more_icon.png) 50% 50%/ cover no-repeat; margin-right: 0; margin-left: auto; }
.s14_map_inner ul li i.kakao { display: block; width: 2.063rem; height: 1.875rem; background: url(../sub/img/s14_map_kakao.png) 50% 50%/ 100% no-repeat; margin-right: 1rem;  }
.s14_map_inner ul li i.naver { display: block; width: 1.438rem; height: 1.438rem; background: url(../sub/img/s14_map_naver.png) 50% 50%/ 100% no-repeat; margin-right: 1rem; }

.s14_map_inner .rightside { width: 46.563rem; height: 28.625rem; border-radius: 20px; overflow: hidden; }

.s14_park_wrap { padding: 7rem 0 10rem; line-height: 1.5;}
.s14_park_wrap::before { content: "RE:ONE"; font-family: "ofelia-text", sans-serif; font-weight: 500; font-size: 7.5rem; position: absolute; bottom: 11rem; right: 5rem; color: #efefef; opacity: 0.6; letter-spacing: 1px; z-index: -1;}
.s14_park_wrap .s14_park_inner { display: flex; align-items: flex-start; justify-content: center; gap: 6rem;}
.s14_park_wrap strong{ font-weight: 600;}
.s14_park_wrap .rightside { min-width: 26%; padding-top: 2rem;}
.s14_park_wrap .subtit { font-size: 1.75rem; font-weight: 500;  }
.s14_park_wrap .txt01 { font-size: 1.25rem; margin-top: 2rem; }
.s14_park_wrap .txt02 { font-size: 1rem; margin-top: 1.5rem;}

/********************************************************** 
* sub2_1 - 울쎄라
***********************************************************/
.sub2_1_top_view_bg { background: url(../sub/img/sub2_1_top_img01.png) 50% 100%/ cover no-repeat; }

.s21_start_wrap { padding: 10rem 0 6rem; }
.s21_start_wrap .start_titles { text-align: center; }
.s21_start_wrap .start_titles strong { font-weight: 500; }
.s21_start_wrap .start_titles .tit01 { font-size: 2.313rem; font-weight: 500; }
.s21_start_wrap .start_titles .tit02 { font-size: 2rem; font-weight: 300; line-height: 1.4; }
.s21_start_wrap .start_titles .tit01 + .tit02 { margin-top: 3rem;}

.s21_start_wrap .start_half { display: flex; align-items: center; justify-content: center; gap: 0 3.875rem; margin-top: 3.25rem;}
.s21_start_wrap .start_half .start_half_img { max-width:  32.313rem; height: 18.125rem; max-width: 517px; height: 290px;}
.s21_start_wrap strong { font-weight: 600; }
.s21_start_wrap .txt01 {font-size: 1.125rem;}
.s21_start_wrap .txt01 .checked { position: relative;}
.s21_start_wrap .txt01 .checked::before { content: ""; display: block; width: 20px; height: 19px; background: url(../sub/img/s21_start_check_icon.png) 50% 50%/ cover no-repeat; position: absolute; top: -21px; left: 0; }
.s21_start_wrap .txt02 {font-size: 1rem; line-height: 1.6;}
.s21_start_wrap .txt01 + .txt02 { margin-top: 1.75rem;}
.s21_start_wrap .m_sub_desc { display: none;}

.s21_start_wrap .yellow_list { display: flex; justify-content: center; gap: 0 1.56rem; margin-top: 6.875rem;}
.s21_start_wrap .yellow_list li { border: 2px solid #ebc028; border-radius: 3.188rem; width: 12rem; height: 6.75rem; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1.125rem; line-height: 1.4;}

.s21_start_wrap .moment_container { display: flex; flex-direction: column; align-items: center; margin-top: 6.875rem;}
.s21_start_wrap .moment_container .moment_txt{ text-align: center; font-size: 2rem; line-height: 1.5; font-weight: 300; margin-top: 2rem;}
.s21_start_wrap .moment_container .moment_txt strong { font-weight: 600;}
.s21_start_wrap .moment_container .moment_txt i { display: inline-block; margin-right: 0.5rem; width: 27px; height: 26px; background: url(../sub/img/s21_start_check_icon.png) 50% 50%/ cover no-repeat; }

.s21_point_wrap { padding: 5rem 0 5rem; display: flex; justify-content: center; align-items: center; gap: 0 8.75rem; }
.s21_point_wrap strong { font-weight: 500;}
.s21_point_wrap .point_img {  box-shadow:0px 1px 10px 4px rgba(54, 54, 55, 0.1); border-radius: 10px;}
.s21_point_wrap .point_txts { text-align: center; font-weight: 300;}
.s21_point_wrap .point_txts .subtit{ font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 1rem; letter-spacing: 2px; color: #83a4bd; border-bottom: 1px solid #83a4bd;}
.s21_point_wrap .point_txts .txt01{ font-size: 2rem; line-height: 1.5; margin-top: 2rem;}
.s21_point_wrap .point_txts .txt02{ font-size: 1.063rem; line-height: 1.5; margin-top: 2.5rem;}
.s21_point_wrap.n02 .point_img{ box-shadow: none;}

.s21_band_wrap { padding: 10rem 0 11rem; text-align: center; background: url(../sub/img/s21_band_wrap_bg.png) 50% 55%/ cover no-repeat; max-width: 100%; }
.s21_band_wrap .prof_txts .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: 1px; }
.s21_band_wrap .prof_txts .subtit em { color: #83a4bd; }
.s21_band_wrap .prof_txts .txt01 { font-size: 1.063rem; line-height: 1.5; }
.s21_band_wrap .prof_txts .subtit + .txt01 { margin-top: 3.68rem;}
.s21_band_wrap .prof_txts .txt01 + .txt01 { margin-top: 2rem; }

.s21_trust_wrap { padding: 10rem 0 5rem; text-align: center; background: url(../sub/img/s21_trust_wrap_bg.png) 50% 100%/ cover no-repeat; max-width: 100%;  }
.s21_trust_wrap .trust_tit { text-align: center;}
.s21_trust_wrap .trust_tit strong {font-weight: 600;}
.s21_trust_wrap .trust_tit .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: 1px; }
.s21_trust_wrap .trust_tit .subtit em { color: #ebc028; }
.s21_trust_wrap .trust_tit .tit01 { font-size: 1rem; line-height: 1.5; }
.s21_trust_wrap .trust_tit .subtit + .tit01 { margin-top: 3rem;}
.s21_trust_wrap .trust_tit .tit01 + .tit01 { margin-top: 2rem; }
.s21_trust_wrap .trust_inner { display: flex; align-items: center; justify-content: center; margin-top: 4.375rem; gap: 0 2.1rem; position: relative; }
.trust_inner_m { display: none;}
.s21_trust_wrap .trust_inner::before { content: ""; display: block; width: 59.25rem; height: 15.875rem; background: url(../sub/img/s21_trust_bf.png) 50% 100%/ cover no-repeat;  position: absolute; left: 50%; top: -3rem; transform: translate(-50%,0); z-index: -1;}
.s21_trust_wrap .trust_txt { line-height: 1.4; position: relative; padding-left: 2rem; text-align: left; }
.s21_trust_wrap .trust_txt::before { content: ""; display: block; width: 2px; height: 100%; background: #ebc028; position: absolute; top: 0; left: 0;  }
.s21_trust_wrap .trust_txt .txt01 { font-size: 1.25rem; font-weight: 500; }
.s21_trust_wrap .trust_txt .txt01 em { color: #dbab00;}
.s21_trust_wrap .trust_txt .txt02 { font-size: 1rem; color: #6e6e6e;}
.s21_trust_wrap .trust_txt .txt01 + .txt02 { margin-top: 1rem;}

.s21_sixth_wrap { padding: 9rem 0 11rem;}
.s21_sixth_wrap .sixth_tit { text-align: center;}
.s21_sixth_wrap .sixth_tit .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: 1px; }
.s21_sixth_wrap .sixth_tit .tit01 { font-size: 1.125rem; line-height: 1.5; }
.s21_sixth_wrap .sixth_tit .subtit + .tit01 { margin-top: 2.5rem;}
.s21_sixth_wrap .sixth_inner{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 6.25rem auto 0;}
.s21_sixth_wrap .sixth_inner li { width: 30rem; height: 19rem; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 1rem 0.5rem 1rem 2rem;}
.s21_sixth_wrap .sixth_inner li::before { content: ""; display: block; width: 1px; height: 80%; background: #d7d7d7; position: absolute; top: 10%; right: 0; }
.s21_sixth_wrap .sixth_inner li::after { content: ""; display: block; width: 80%; height: 1px; background: #d7d7d7; position: absolute; bottom: 0rem; left: 10%; }
.s21_sixth_wrap .sixth_inner li.n03::before, .s21_sixth_wrap .sixth_inner li.n06::before { display: none; }
.s21_sixth_wrap .sixth_inner li .txt01 { font-size: 1.25rem; font-weight: 500; color: #9dbfd9;}
.s21_sixth_wrap .sixth_inner li .txt02 { font-size: 0.938rem; line-height: 1.6; }
.s21_sixth_wrap .sixth_inner li .txt01 + .txt02 { margin-top: 1.5rem; }
/* .sixth_inner .sixth_icon { position: absolute; top: 1rem; right: 1rem;} */
.sixth_inner .sixth_icon { display: flex; justify-content: flex-end; width: 100%; padding-right: 2rem;}


/********************************************************** 
* sub2_2 - 써마지
***********************************************************/
.sub2_2_top_view_bg { background: url(../sub/img/sub2_2_top_img01.png) 50% 100%/ cover no-repeat; }

.s22_start_wrap { padding: 10rem 0 6rem; text-align: center; max-width: 100%; background: url(../sub/img/s22_start_bg.png) 50% 100%/ contain no-repeat;}
.s22_start_wrap .start_titles { text-align: center; }
.s22_start_wrap .start_titles strong { font-weight: 500; }
.s22_start_wrap .start_titles .tit01 { font-size: 2rem; line-height: 1.5; font-weight: 300;}
.s22_start_wrap .start_titles .tit02 { font-size: 1rem; line-height: 1.5; }
.s22_start_wrap .start_titles .tit02 strong { font-weight: 600;}
.s22_start_wrap .start_titles .tit01 + .tit02 { margin-top: 2.5rem;}
.s22_start_wrap .start_titles .tit02 + .tit02 { margin-top: 1.8rem;}
.s22_start_wrap .start_img { margin-top: 1rem;  }
.s22_start_wrap .txt01 { margin-top: 2rem; font-size: 1rem; text-align: center; }
.s22_start_wrap .txt01 em { color: #8f1e7c; font-weight: 500; }

.s22_half_wrap { padding: 7rem 0 6rem 7rem; display: flex; justify-content: center; align-items: center; gap: 0 3rem; }
.s22_half_wrap .half_floatimg { position: absolute; top: 10.5rem; left: 2rem; z-index: -1; } 
.s22_half_wrap strong { font-weight: 500;}
.s22_half_wrap .half_txts { text-align: center;}
.s22_half_wrap .half_txts .txt01{ font-size: 2rem; line-height: 1.5;  font-weight: 300;}
.s22_half_wrap .half_txts .txt02{ font-size: 1.063rem; line-height: 1.5;}
.s22_half_wrap .half_txts .txt01 + .txt02 {  margin-top: 2.5rem; }
.s22_half_wrap .half_txts .txt02 + .txt02 {  margin-top: 1.5rem; }
.s22_half_wrap .half_txts .txt02 strong { font-weight: 600;}

.s22_point_wrap { padding: 7rem 0 6rem; display: flex; justify-content: center; align-items: center; gap: 0 4.5rem; }
.s22_point_wrap strong { font-weight: 500;}
.s22_point_wrap.n01 .point_img {  border-radius: 10px; max-width: 48.375rem;}
.s22_point_wrap .point_txts { text-align: center; font-weight: 300;}
.s22_point_wrap .point_txts .subtit{ font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 1rem; letter-spacing: 2px; color: #8f1e7c; border-bottom: 1px solid #8f1e7c;}
.s22_point_wrap .point_txts .txt01{ font-size: 2rem; line-height: 1.5; margin-top: 2rem;}
.s22_point_wrap .point_txts .txt02{ font-size: 1.063rem; line-height: 1.5; margin-top: 1.5rem; font-weight: 400;}

.s22_point_wrap.n02 .point_list { display: flex; align-items: flex-start; gap: 0.9rem;}
.s22_point_wrap.n02 .point_list li { width: 17.188rem; height: 19rem; border-radius: 15px; border: 1px solid rgba(94, 94, 94, 0.3); display: flex; align-items: center; justify-content: center;color: #000; flex-direction: column; text-align: center; }
.s22_point_wrap.n02 .point_list li .keyword { line-height: 1.4; font-size: 1.188rem; color: #993d94; font-weight: 600;}
.s22_point_wrap.n02 .point_list li .desc { line-height: 1.4; font-size: 1rem; margin-top: 1rem; }

.s22_band_wrap { padding: 10rem 0 11rem; text-align: center; background: url(../sub/img/s21_band_wrap_bg.png) 50% 70%/ cover no-repeat; max-width: 100%;  }
.s22_band_wrap .bala_txts .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: 1px; }
.s22_band_wrap .bala_txts .subtit em { color: #83a4bd; }
.s22_band_wrap .bala_txts .txt01 { font-size: 1.063rem; line-height: 1.5; }
.s22_band_wrap .bala_txts .subtit + .txt01 { margin-top: 3.68rem;}
.s22_band_wrap .bala_txts .txt01 + .txt01 { margin-top: 2rem; }

.s22_trust_wrap { padding: 10rem 0 6rem; text-align: center; background: url(../sub/img/s23_trust_wrap_bg.png) 50% 100%/ cover no-repeat; max-width: 100%;  }
.s22_trust_wrap .trust_tit { text-align: center;}
.s22_trust_wrap .trust_tit strong {font-weight: 600;}
.s22_trust_wrap .trust_tit .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: 1px; }
.s22_trust_wrap .trust_tit .subtit em { color: #993d94; }
.s22_trust_wrap .trust_tit .tit01 { font-size: 1rem; line-height: 1.5; }
.s22_trust_wrap .trust_tit .subtit + .tit01 { margin-top: 3rem;}
.s22_trust_wrap .trust_tit .tit01 + .tit01 { margin-top: 2rem; }
.s22_trust_wrap .trust_inner { display: flex; align-items: center; justify-content: center; margin-top: 4.375rem; gap: 0 2.1rem; }
.s22_trust_wrap .trust_txt { line-height: 1.6; position: relative; padding-left: 2.5rem; text-align: left; }
.s22_trust_wrap .trust_txt::before { content: ""; display: block; width: 3px; height: 100%; background: #993d94; position: absolute; top: 0; left: 0;  }
.s22_trust_wrap .trust_txt .txt01 { font-size: 1.25rem; font-weight: 500; }
.s22_trust_wrap .trust_txt .txt01 em { color: #993d94;}
.s22_trust_wrap .trust_txt .txt02 { font-size: 1rem; color: #6e6e6e;}
.s22_trust_wrap .trust_txt .txt01 + .txt02 { margin-top: 1rem;}
.s22_trust_wrap .trust_txt .txt02 + .txt02 { margin-top: 1rem;}

.s22_recomm_wrap { padding: 10rem 0 6rem; }
.s22_recomm_wrap .recomm_tit { text-align: center; font-weight: 300; line-height: 1.5;}
.s22_recomm_wrap .recomm_tit strong { font-weight: 500;}
.s22_recomm_wrap .recomm_tit .tit01 { font-size: 2rem; }
.s22_recomm_wrap .recomm_list { display: flex; align-items: center; justify-content: center; margin-top: 4rem; gap: 1.5rem;}
.s22_recomm_wrap .recomm_list li { width: 13rem; height: 7.125rem; border-radius: 56px; border: 2px solid #993d94; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.5; font-weight: 500;}

.s22_sixth_wrap { padding: 9rem 0 10rem;}
.s22_sixth_wrap .sixth_tit { text-align: center;}
.s22_sixth_wrap .sixth_tit .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: 1px; }
.s22_sixth_wrap .sixth_tit .tit01 { font-size: 1.125rem; line-height: 1.5; }
.s22_sixth_wrap .sixth_tit .subtit + .tit01 { margin-top: 2.5rem;}
.s22_sixth_wrap .sixth_inner{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 6.25rem auto 0;}
.s22_sixth_wrap .sixth_inner li { width: 30rem; height: 19rem; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 1rem 0.5rem 1rem 2rem;}
.s22_sixth_wrap .sixth_inner li::before { content: ""; display: block; width: 1px; height: 80%; background: #d7d7d7; position: absolute; top: 10%; right: 0; }
.s22_sixth_wrap .sixth_inner li::after { content: ""; display: block; width: 80%; height: 1px; background: #d7d7d7; position: absolute; bottom: 0rem; left: 10%; }
.s22_sixth_wrap .sixth_inner li.n03::before, .s22_sixth_wrap .sixth_inner li.n06::before { display: none; }
.s22_sixth_wrap .sixth_inner li .txt01 { font-size: 1.25rem; font-weight: 500; color: #9dbfd9;}
.s22_sixth_wrap .sixth_inner li .txt02 { font-size: 0.938rem; line-height: 1.6; }
.s22_sixth_wrap .sixth_inner li .txt01 + .txt02 { margin-top: 1.5rem; }


/********************************************************** 
* sub2_3 - 소프웨이브
***********************************************************/
.sub2_3_top_view_bg { background: url(../sub/img/sub2_3_top_img01.png) 50% 100%/ cover no-repeat; }

.s23_start_wrap { padding: 10rem 0 6rem; text-align: center; line-height: 1.5;  background: url(../sub/img/s23_start_bg.png) 40% 100%/ cover no-repeat; max-width: 100%;}
.s23_start_wrap .start_titles { text-align: center; }
.s23_start_wrap strong { font-weight: 500; }
.s23_start_wrap .start_titles .tit01 { font-size: 2rem; }
.s23_start_wrap .start_img { margin-top: 1.2rem;}
.s23_start_wrap .start_txts .txt01 { font-size: 1.25rem; }
.s23_start_wrap .start_txts .txt02 { font-size: 1rem; }
.s23_start_wrap .start_txts .txt01 + .txt02 { margin-top: 2rem;}

.s23_point_wrap { padding: 5rem 0 5rem; display: flex; justify-content: center; align-items: center; gap: 0 8.75rem; }
.s23_point_wrap strong { font-weight: 500;}
.s23_point_wrap .point_img {  box-shadow:0px 1px 10px 4px rgba(54, 54, 55, 0.1); border-radius: 10px;}
.s23_point_wrap .point_txts { font-weight: 300; }
.s23_point_wrap .point_txts .subtit{ font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 1rem; letter-spacing: 2px; color: #9cb9cf; border-bottom: 1px solid #9cb9cf;}
.s23_point_wrap .point_txts .txt01{ font-size: 2rem; line-height: 1.5; margin-top: 2rem;}
.s23_point_wrap .point_txts .txt02{ font-size: 1.063rem; line-height: 1.5; margin-top: 1.5rem; font-weight: 400;}
.s23_point_wrap .blue_list { display: flex; align-items: center; gap: 0.938rem; margin-top: 2.5rem; }
.s23_point_wrap .blue_list li { width: 9.188rem; height: 6.125rem; line-height: 1.4; border: 2px solid #9cb9cf; border-radius: 50px; text-align: center; font-size: 1.063rem; display: flex; align-items: center; justify-content: center; font-weight: 400;}

.s23_fourth_wrap { padding: 7rem 0 5rem;}
.s23_fourth_wrap .fourth_tit { text-align: center;}
.s23_fourth_wrap .fourth_tit .tit01 { font-size: 1.438rem; line-height: 1.5; font-weight: 500; }
.s23_fourth_wrap .fourth_tit .tit02 { font-size: 1.875rem; line-height: 1.5; }
.s23_fourth_wrap .fourth_tit .tit02 em { color: #9dbfd9; font-weight: 500;}
.s23_fourth_wrap .fourth_inner{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 4.25rem auto 0;}
.s23_fourth_wrap .fourth_inner li { width: 43.75rem; height: 18.125rem; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 1rem 0.5rem 1rem 2rem;}
.s23_fourth_wrap .fourth_inner li::before { content: ""; display: block; width: 1px; height: 80%; background: #d7d7d7; position: absolute; top: 10%; right: 0; }
.s23_fourth_wrap .fourth_inner li::after { content: ""; display: block; width: 90%; height: 1px; background: #d7d7d7; position: absolute; bottom: 0rem; }
.s23_fourth_wrap .fourth_inner li.n01::after, .s23_fourth_wrap .fourth_inner li.n03::after { left: 0; }
.s23_fourth_wrap .fourth_inner li.n02::after, .s23_fourth_wrap .fourth_inner li.n04::after { right: 0; }
.s23_fourth_wrap .fourth_inner li.n02::before, .s23_fourth_wrap .fourth_inner li.n04::before { display: none; }
.s23_fourth_wrap .fourth_inner li .txt01 { font-size: 1.25rem; font-weight: 500; color: #9dbfd9; line-height: 1.5;}
.s23_fourth_wrap .fourth_inner li .txt02 { font-size: 0.938rem; line-height: 1.6; }
.s23_fourth_wrap .fourth_inner li .txt01 + .txt02 { margin-top: 1.5rem; }
.fourth_inner .fourth_icon { display: flex; justify-content: flex-end; width: 100%; padding-right: 2rem;}

.s23_band_wrap { padding: 10rem 0 11rem; text-align: center; background: url(../sub/img/s21_band_wrap_bg.png) 50% 55%/ cover no-repeat; max-width: 100%;  }
.s23_band_wrap .prof_txts .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: 1px; }
.s23_band_wrap .prof_txts .subtit em { color: #83a4bd; }
.s23_band_wrap .prof_txts .txt01 { font-size: 1.063rem; line-height: 1.5; }
.s23_band_wrap .prof_txts .txt01 strong {font-weight: 500;}
.s23_band_wrap .prof_txts .subtit + .txt01 { margin-top: 3.68rem;}
.s23_band_wrap .prof_txts .txt01 + .txt01 { margin-top: 2rem; }

.s23_ahead_wrap { padding: 7rem 0 5rem; text-align: center;}
.s23_ahead_wrap .ahead_tits { text-align: center; }
.s23_ahead_wrap .ahead_tits strong { font-weight: 500;}
.s23_ahead_wrap .ahead_tits .tit01 { font-size: 1.875rem; font-weight: 300; line-height: 1.5; }
.s23_ahead_wrap .ahead_tits .tit02 { font-size: 1rem; line-height: 1.5; }
.s23_ahead_wrap .ahead_tits .tit01 + .tit02 { margin-top: 2.5rem;}
.s23_ahead_wrap .aheadimg { max-width: 49.813rem; margin: 4rem auto 0; position: relative;}
.s23_ahead_wrap .aheadimg::before { content: ""; display: block; width: 31.188rem; height: 7.375rem; background: url(../sub/img/aheadimg_before_img.png) 50% 55%/ 100% no-repeat; z-index: -1; left: -46%; top: 0; position: absolute; }
.s23_ahead_wrap .aheadimg::after { content: ""; display: block; width: 29.875rem; height: 14.875rem; background: url(../sub/img/aheadimg_after_img.png) 50% 55%/ 100% no-repeat; z-index: -1; bottom: 0; right: -53%; position: absolute;}

.s23_recom_wrap { padding: 7rem 0 10rem; text-align: center;}
.s23_recom_wrap .recom_tits { text-align: center; }
.s23_recom_wrap .recom_tits strong { font-weight: 500;}
.s23_recom_wrap .recom_tits .tit01 { font-size: 1.875rem; font-weight: 300; line-height: 1.5; }
.s23_recom_wrap .recom_tits .tit02 { font-size: 1rem; line-height: 1.5; }
.s23_recom_wrap .recom_tits .tit01 + .tit02 { margin-top: 2.5rem;}
.s23_recom_wrap .recom_list { display: flex; justify-content: center; align-items: flex-start; text-align: center; gap: 0 11rem; margin-top: 4rem;}
.s23_recom_wrap .recom_list li .txt01{ margin-top: 1rem; line-height: 1.5;  font-size: 1.125rem;}


/********************************************************** 
* sub2_4 - 안티에이징
***********************************************************/
.sub2_4_top_view_bg { background: url(../sub/img/sub2_4_top_img01.png) 50% 100%/ cover no-repeat; }

.s24_half_wrap { padding: 10rem 0 6rem; display: flex; justify-content: center; align-items: center; gap: 0 5.75rem; }
.s24_half_wrap strong { font-weight: 500;}
.s24_half_wrap .half_img {  box-shadow:0px 1px 10px 4px rgba(54, 54, 55, 0.1); border-radius: 10px;}
.s24_half_wrap .half_txts { font-weight: 300; text-align: center; }
.s24_half_wrap .half_txts .emphasis { color: #9cb9cf;}
.s24_half_wrap .half_txts .tit01{ font-size: 1.75rem; line-height: 1.5;}
.s24_half_wrap .half_txts .tit02{ font-size: 2rem; line-height: 1.5;}
.s24_half_wrap .half_txts .txt01{ font-size: 1.063rem; line-height: 1.5; margin-top: 1.5rem; font-weight: 400;}
.s24_half_wrap .half_txts .txt01 + .txt01 { margin-top: 1.5rem;}
.s24_half_wrap .blue_list { display: flex; align-items: center; justify-content: center; gap: 0.938rem; margin-top: 2.5rem; }
.s24_half_wrap .blue_list li { width: 9.188rem; height: 6.125rem; line-height: 1.4; border: 2px solid #9cb9cf; border-radius: 50px; text-align: center; font-size: 1.063rem; display: flex; align-items: center; justify-content: center; font-weight: 500;}

.s24_recom_wrap { padding: 7rem 0 5rem; text-align: center;}
.s24_recom_wrap .recom_tits { text-align: center; }
.s24_recom_wrap .recom_tits strong { font-weight: 500;}
.s24_recom_wrap .recom_tits .tit01 { font-size: 1.875rem; font-weight: 300; line-height: 1.5; }
.s24_recom_wrap .recom_tits .tit02 { font-size: 1rem; line-height: 1.5; }
.s24_recom_wrap .recom_tits .tit01 + .tit02 { margin-top: 2.5rem;}
.s24_recom_wrap .recom_list { display: flex; justify-content: center; align-items: flex-start; text-align: center; gap: 0 11rem; margin-top: 4rem;}
.s24_recom_wrap .recom_list li .txt01{ margin-top: 1rem; line-height: 1.5; font-size: 1.125rem; }

.s24_half_wrap.n02 .half_txts { text-align: left; }

.s24_process_wrap { padding: 7rem 0 9rem; text-align: center;}
.s24_process_wrap .emphasis { color: #9cb9cf;}
.s24_process_wrap .process_tits { text-align: center; }
.s24_process_wrap .process_tits strong { font-weight: 500;}
.s24_process_wrap .process_tits .tit01 { font-size: 1.875rem; font-weight: 300; line-height: 1.5; }
.s24_process_wrap .process_tits .tit02 { font-size: 1rem; line-height: 1.5; }
.s24_process_wrap .process_tits .tit01 + .tit02 { margin-top: 1.5rem;}
.s24_process_wrap .process_list { display: flex; align-items: flex-start; justify-content: center; gap: 1rem 9rem; margin-top: 4rem;}
.s24_process_wrap .process_list li{ text-align: center; display: flex; flex-direction: column; align-items: center; position: relative; }
.s24_process_wrap .process_list li::before { content: ""; display: block; width: 2.813rem; height: 2.813rem; border-radius: 100%; position: absolute; top: 200px; right: -6rem; background: url(../sub/img/s24_process_next.png) 50% 50%/ 100% no-repeat; }
.s24_process_wrap .process_list li:last-of-type:before {display: none;}
.s24_process_wrap .process_list li .subtit { width: 9.25rem; height: 2.688rem; line-height: 2.9rem; border-radius: 22px; font-size: 1rem; font-weight: 500; font-family: "ofelia-text", sans-serif; color: #fff;  }
.s24_process_wrap .process_list li.bf .subtit { background: #c7c7c7;}
.s24_process_wrap .process_list li.ing .subtit { background: #000;}
.s24_process_wrap .process_list li.af .subtit { background: #aec6da;}
.s24_process_wrap .process_list li .subtit + img { margin-top: 1rem;}
.s24_process_wrap .process_list li img + .txt01 { margin-top: 1.5rem;}
.s24_process_wrap .process_list li .txt01 { font-size: 1.125rem; font-weight: 600; }
.s24_process_wrap .process_list li .txt02 {font-size: 1rem; color: #484848; line-height: 1.5;}
.s24_process_wrap .process_list li .txt01 + .txt02 { margin-top: 1.5rem;}

.s24_band_wrap { padding: 11rem 0 11rem; text-align: center; background: url(../sub/img/s24_band_wrap_bg.jpg) 50% 55%/ cover no-repeat; max-width: 100%; max-width: 100%; }
.s24_band_wrap .prof_txts .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: 1px; }
.s24_band_wrap .prof_txts .subtit em { color: #83a4bd; }
.s24_band_wrap .prof_txts .blue { font-family: "ofelia-text", sans-serif; font-size: 1.375rem; color: #83a4bd; }
.s24_band_wrap .prof_txts .txt01 { font-size: 1.25rem; line-height: 1.5; color: #646464;}
.s24_band_wrap .prof_txts .txt02 { font-size: 1.25rem; line-height: 1.5; color: #111; font-weight: 600;}
.s24_band_wrap .prof_txts .subtit + .blue { margin-top: 2.2rem;}
.s24_band_wrap .prof_txts .blue + .txt01 { margin-top: 2rem; }
.s24_band_wrap .prof_txts .txt01 + .txt02 { margin-top: 2rem; }

.s24_fourth_wrap { padding: 7rem 0 6rem;}
.s24_fourth_wrap .fourth_tit { text-align: center;}
.s24_fourth_wrap .fourth_tit .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: 1px; }
.s24_fourth_wrap .fourth_tit .subtit em { color: #83a4bd; }
.s24_fourth_wrap .fourth_tit .tit01 { font-size:1.25rem; line-height: 1.5; font-weight: 500; }
.s24_fourth_wrap .fourth_tit .subtit + .tit01 {margin-top: 1.5rem; }
.s24_fourth_wrap .fourth_inner{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 3rem auto 0;}
.s24_fourth_wrap .fourth_inner li { width: 43.75rem; height: 17rem; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 4rem 1rem 1rem 4rem;}
.s24_fourth_wrap .fourth_inner li::before { content: ""; display: block; width: 1px; height: 80%; background: #d7d7d7; position: absolute; top: 10%; right: 0; }
.s24_fourth_wrap .fourth_inner li::after { content: ""; display: block; width: 90%; height: 1px; background: #d7d7d7; position: absolute; bottom: 0rem; }
.s24_fourth_wrap .fourth_inner li.n01::after, .s24_fourth_wrap .fourth_inner li.n03::after { left: 5%; }
.s24_fourth_wrap .fourth_inner li.n02::after, .s24_fourth_wrap .fourth_inner li.n04::after { right: 5%; }
.s24_fourth_wrap .fourth_inner li.n02::before, .s24_fourth_wrap .fourth_inner li.n04::before { display: none; }
.s24_fourth_wrap .fourth_inner li .txt01 { font-size: 1.25rem; font-weight: 500; color: #9dbfd9; line-height: 1.5;}
.s24_fourth_wrap .fourth_inner li .txt02 { font-size: 0.938rem; line-height: 1.6; }
.s24_fourth_wrap .fourth_inner li .txt01 + .txt02 { margin-top: 1.5rem; }
.s24_fourth_wrap .fourth_inner li .fourth_icon { position: absolute; right: 5%; top: 23%; }

.s24_twin_wrap { padding: 7rem 0 11rem;}
.s24_twin_wrap .fourth_tit { text-align: center;}
.s24_twin_wrap .fourth_tit .tit01 { font-size: 1.188rem; line-height: 1.5; }
.s24_twin_wrap .fourth_tit .tit02 { font-size: 1.875rem; line-height: 1.5; font-weight: 500; }
.s24_twin_wrap .fourth_tit .tit02 em { color: #9dbfd9; font-weight: 500;}
.s24_twin_wrap .fourth_inner{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 3rem auto 0; position: relative;}
.s24_twin_wrap .fourth_inner::before { content: ""; display: block;width: 1px; height: 80%; background: #d7d7d7; position: absolute; top: 10%; left: 50%; transform: translate(-50%,0); }
.s24_twin_wrap .fourth_inner li { width: 43.75rem; height: 16rem; position: relative; display: flex;  align-items: center; justify-content: space-between; padding: 0 3rem; }
.s24_twin_wrap .fourth_inner li::before { content: ""; display: block;width: 90%; height: 1px;  background: #d7d7d7; position: absolute; top: 0; }
.s24_twin_wrap .fourth_inner li::after { content: ""; display: block; width: 90%; height: 1px; background: #d7d7d7; position: absolute; bottom: 0rem; }
.s24_twin_wrap .fourth_inner li.n01::after, .s24_twin_wrap .fourth_inner li.n01::before{ left: 5%; }
.s24_twin_wrap .fourth_inner li.n02::after, .s24_twin_wrap .fourth_inner li.n02::before { right: 5%; }
.s24_twin_wrap .fourth_inner li .txt01 { font-size: 1.25rem; font-weight: 500; color: #9dbfd9; line-height: 1.5;}
.s24_twin_wrap .fourth_inner li .subtxt { font-size: 1rem; line-height: 1.6; color: #2a2a2a; font-weight: 600; }
.s24_twin_wrap .fourth_inner li .txt02 { font-size: 1rem; line-height: 1.6; color: #2a2a2a; }
.s24_twin_wrap .fourth_inner li .txt01 + .subtxt { margin-top: 0.8rem; }
.s24_twin_wrap .fourth_inner li .subtxt + .txt02 { margin-top: 1.2rem; }

.s24_half_wrap.n03 { background: url(../sub/img/s24_half_wrap03_bg.png) 50% 0%/ 100% no-repeat;}
.s24_half_wrap.n03 .half_txts { text-align: left; }

.s24_dotlist_wrap { padding: 7rem 0 10rem; }
.s24_dotlist_wrap .dotlist_tits { text-align: center; }
.s24_dotlist_wrap .dotlist_tits .tit01 { font-size: 1.188rem; }
.s24_dotlist_wrap .dotlist_tits .tit02 { font-size: 1.875rem; margin-top: 0.5rem; font-weight: 500; }
.s24_dotlist_wrap .dotlist { display: flex; flex-wrap: wrap; justify-content: center; max-width: 1000px; margin: 5.6rem auto 0; gap: 4.6rem 0; }
.s24_dotlist_wrap .dotlist li { width: 20.6rem; height: 7.1rem; text-align: center; position: relative;}
.s24_dotlist_wrap .dotlist li::before{ content: ""; display: block; width: 1px; height: 100%; background: #d7d7d7; position: absolute; top: 0; right: 0; }
.s24_dotlist_wrap .dotlist li:nth-of-type(3)::before, .s24_dotlist_wrap .dotlist li:nth-of-type(6)::before { display: none;}
.s24_dotlist_wrap .dotlist span { display: block; width: 0.75rem; height: 0.75rem; background: #9dbfd9; margin: 0 auto;}
.s24_dotlist_wrap .dotlist .txt01 { font-size: 1rem; margin-top: 2rem; font-weight: 500;  } 
.s24_dotlist_wrap .dotlist .txt02 { font-size: 1.188rem; margin-top: 0.5rem; font-weight: 500; } 

.s24_effect_wrap { padding: 7rem 0 8rem; background: rgba(235, 241, 245, 0.6); }
.s24_effect_wrap .effect_tits { text-align: center; }
.s24_effect_wrap .effect_tits .tit01 { font-size: 1.188rem; }
.s24_effect_wrap .effect_tits .tit02 { font-size: 1.875rem; margin-top: 0.9rem; font-weight: 500; }
.s24_effect_wrap .effectInner { display: flex; justify-content: center; align-items: flex-start; gap: 0 6.25rem; margin-top: 5.6rem; position: relative; }
.s24_effect_wrap .effectInner::before { content: "INMODE"; font-family: "ofelia-text", sans-serif; font-weight: 500; font-size: 6.25rem; position: absolute; top: -3rem; left: 9rem; color: #282828; opacity: 0.1; letter-spacing: -8px; z-index: -1;}
.s24_effect_wrap .effectInner li { text-align: center;}
.s24_effect_wrap .effectInner li >img { max-width: 26.438rem; border-radius: 10px;}
.s24_effect_wrap .effectInner li .txt01 { font-size: 1.25rem; color: #9dbfd9; font-weight: 500; margin-top: 1.5rem;}
.s24_effect_wrap .effectInner li .txt02 { font-size: 1rem; font-weight: 600; line-height: 1.5; }
.s24_effect_wrap .effectInner li .txt03 { font-size: 1rem; line-height: 1.5; }
.s24_effect_wrap .effectInner li p + p { margin-top: 1rem;}

.s24_half_wrap.n04 { gap: 0 7.75rem;}
.s24_half_wrap.n04 .half_txts { text-align: left;}
.s24_half_wrap .half_dotList { font-size: 1.125rem; line-height: 1.5; margin-top: 2.4rem; }
.s24_half_wrap .half_dotList li { padding-left: 1.6rem; position: relative; }
.s24_half_wrap .half_dotList li::before { content: ""; display: block; width: 0.75rem; height: 0.75rem; background: #9dbfd9; position: absolute; top: 50%; left: 0; transform: translate(0,-50%); }
.s24_half_wrap .half_dotList li.long::before { top: 14%; transform: translate(0,0);}
.s24_half_wrap .half_dotList li + li { margin-top: 1rem;}

.s24_ahead_wrap { padding: 7rem 0 13rem; text-align: center;}
.s24_ahead_wrap::before { content: ""; display: block; width: 21.063rem; height: 6.125rem; background: url(../sub/img/s24_ahead_bf_img.png) 50% 55%/ 100% no-repeat; z-index: -1; bottom: 12%; left: 17%; position: absolute;}
.s24_ahead_wrap .ahead_tits { text-align: center; }
.s24_ahead_wrap .ahead_tits .tit01 { font-size: 1.875rem; font-weight: 300; line-height: 1.5; }
.s24_ahead_wrap .ahead_tits .tit02 { font-size: 1rem; line-height: 1.5; }
.s24_ahead_wrap .ahead_tits strong { font-weight: 500;}
.s24_ahead_wrap .ahead_tits .emphasis { color: #9cb9cf;}
.s24_ahead_wrap .ahead_tits .tit01 + .tit02 { margin-top: 2.5rem;}
.s24_ahead_wrap .aheadimg { max-width: 49.813rem; margin: 4rem auto 0; position: relative;}
.s24_ahead_wrap .aheadimg::before { content: ""; display: block; width: 35rem; height: 6rem; background: url(../sub/img/s24_aheadimg_before_img.png) 50% 55%/ 100% no-repeat; z-index: -1; left: -46%; top: 0; position: absolute; }
.s24_ahead_swiper .swiper-slide{ transition: opacity 0.3s;}
.s24_ahead_wrap .aheadimg::after { content: ""; display: block; width: 29.875rem; height: 14.875rem; background: url(../sub/img/s24_aheadimg_after_img.png) 50% 55%/ 100% no-repeat; z-index: -1; bottom: 28%; right: -55%; position: absolute;}
.s24_ahead_pagination { width: 100%; display: flex; align-items: center; justify-content: center; position: static;  margin-top: 4rem; }
.s24_ahead_pagination .swiper-pagination-bullet { background: #fff; border-radius: 0; width: 9.75rem; height: 2.938rem; color: #8f8f8f; font-size: 1.125rem; opacity: 1; border: 1px solid #9cb9cf; line-height: 3rem; transition: background 0.3s, color 0.3s;}
.s24_ahead_pagination .swiper-pagination-bullet:nth-of-type(2) { border-left: 0; border-right: 0; }
.s24_ahead_pagination .swiper-pagination-bullet:hover { background: #9cb9cf; color: #fff; }
.s24_ahead_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #9cb9cf; color: #fff; }


/********************************************************** 
* sub3_1 - 콜라겐 부스터
***********************************************************/
.sub3_1_top_view_bg { background: url(../sub/img/sub3_1_top_img01.png) 50% 100%/ cover no-repeat; }

.s31_start_wrap { padding: 10rem 0 6rem; text-align: center; line-height: 1.5;}
.s31_start_wrap .start_titles { text-align: center; font-weight: 300;}
.s31_start_wrap strong { font-weight: 600; }
.s31_start_wrap .emphasis { color: #9cb9cf; }
.s31_start_wrap .start_titles .tit01 { font-size: 2rem; }
.s31_start_wrap .start_img { margin-top: 3.125rem; position: relative;}
.s31_start_wrap .start_img::before { content: "Collagen"; display: block; font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 6.25rem; letter-spacing: -8px; color: #282828; opacity: 0.08; position: absolute; top: 50%; left: 8rem; transform: translateY(-50%); z-index: -1;}
.s31_start_wrap .start_img::after { content: "Juve Look"; display: block; font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 6.25rem; letter-spacing: -8px; color: #282828; opacity: 0.08; position: absolute; top: 50%; right: 6rem; transform: translateY(-50%); z-index: -1;}
.s31_start_wrap .start_txts {margin-top: 3rem;}
.s31_start_wrap .start_txts .txt01 { font-size: 2rem; line-height: 1.6; }
.s31_start_wrap .start_txts .txt02 { font-size: 1rem; line-height: 1.6; }
.s31_start_wrap .start_txts .txt01 + .txt02 { margin-top: 2rem;}
.s31_start_wrap .start_txts .txt02 + .txt02 { margin-top: 1.8rem;}

.s31_half_wrap { padding: 7rem 0 6rem; display: flex; justify-content: center; align-items: center; gap: 0 5.75rem; }
.s31_half_wrap strong { font-weight: 500;}
.s31_half_wrap .half_img {  box-shadow:0px 1px 10px 4px rgba(54, 54, 55, 0.1); border-radius: 10px;}
.s31_half_wrap .half_txts { font-weight: 300; text-align: center; }
.s31_half_wrap .half_txts .emphasis { color: #9cb9cf;}
.s31_half_wrap .half_txts .tit01{ font-size: 1.75rem; line-height: 1.5;}
.s31_half_wrap .half_txts .tit02{ font-size: 2rem; line-height: 1.5;}
.s31_half_wrap .half_txts .txt01{ font-size: 1.063rem; line-height: 1.5; margin-top: 1.5rem; font-weight: 400;}
.s31_half_wrap .half_txts .txt01 + .txt01 { margin-top: 1.5rem;}

.s31_recom_wrap { padding: 7rem 0 6rem; text-align: center;}
.s31_recom_wrap .recom_tits { text-align: center; font-weight: 400; line-height: 1.5; }
.s31_recom_wrap .recom_tits strong { font-weight: 500;}
.s31_recom_wrap .recom_tits .emphasis {color: #9cb9cf;}
.s31_recom_wrap .recom_tits .tit01 { font-size: 1.75rem; }
.s31_recom_wrap .recom_tits .tit02 { font-size: 2rem; }
.s31_recom_wrap .recom_tits .tit03 { font-size: 1.063rem; font-weight: 500; }
.s31_recom_wrap .recom_tits .tit01 + .tit02 { margin-top: 0.3rem;}
.s31_recom_wrap .recom_tits .tit02 + .tit03 { margin-top: 2rem;}
.s31_recom_wrap .recom_list { display: flex; justify-content: center; align-items: flex-start; text-align: center; gap: 3.1rem; margin-top: 4rem;}
.s31_recom_wrap .recom_list li .txt01{ margin-top: 1rem; line-height: 1.5; font-size: 1.125rem; font-weight: 500; }

.s31_diff_wrap { padding: 7rem 0 6rem; text-align: center;}
.s31_diff_wrap .diff_tits { text-align: center; font-weight: 400; line-height: 1.5; }
.s31_diff_wrap .diff_tits strong { font-weight: 500;}
.s31_diff_wrap .diff_tits .emphasis {color: #9cb9cf;}
.s31_diff_wrap .diff_tits .tit01 { font-size: 1.75rem; }
.s31_diff_wrap .diff_tits .tit02 { font-size: 2rem; }
.s31_diff_wrap .diff_tits .tit03 { font-size: 1.063rem; font-weight: 400; }
.s31_diff_wrap .diff_tits .tit01 + .tit02 { margin-top: 0.3rem;}
.s31_diff_wrap .diff_tits .tit02 + .tit03 { margin-top: 1.8rem;}
.s31_diff_wrap .diff_inner { max-width: 1140px; margin: 2rem auto 0; border-top: 1px solid rgba(194, 194, 194, 0.4); border-bottom: 1px solid rgba(194, 194, 194, 0.4); padding: 3.1rem 3rem 2.8rem;}
.s31_diff_wrap .slide_inner { display: flex; justify-content: center; align-items: flex-start; gap: 0 3.125rem; } 
.s31_diff_wrap .s31_diff_txts { text-align: left; padding-top: 10px;}
.s31_diff_wrap .s31_diff_txts .subtit { font-size: 1.375rem; font-weight: 500; }
.s31_diff_wrap .s31_diff_txts .keywords { display: flex; align-items: center; gap: 0 0.5rem; }
.s31_diff_wrap .s31_diff_txts .keywords li { border: 1px solid #abc5d3; border-radius: 8px; color: #626262; font-size: 1.063rem; font-weight: 400; min-width: 6.8rem; padding: 0 0.9rem; height: 2.4rem; line-height: 2.4rem; text-align: center;}
.s31_diff_wrap .s31_diff_txts .txt01 { font-size: 1rem; line-height: 1.5;}
.s31_diff_wrap .s31_diff_txts .subtit + .keywords { margin-top: 1.5rem;}
.s31_diff_wrap .s31_diff_txts .keywords + .keywords { margin-top: 0.5rem;}
.s31_diff_wrap .s31_diff_txts .keywords + .txt01 { margin-top: 1.5rem;}
.s31_diff_wrap .s31_diff_txts .txt01 + .txt01 { margin-top: 1.5rem;}
.s31_diff_pagination { width: 100%; display: flex; align-items: center; justify-content: center; position: static; margin-top: 3rem; gap: 3rem;}
.s31_diff_pagination .swiper-pagination-bullet { background: transparent; border-radius: 0; width: auto; height: auto; color: #717171; font-size: 1.063rem; opacity: 1; transition: color 0.3s;}
.s31_diff_pagination .swiper-pagination-bullet:hover { color: #9cb9cf; }
.s31_diff_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { color: #9cb9cf; }
.s31_diff_pagination02 { width: 100%; display: flex; align-items: center; justify-content: center; position: static; gap: 0 0.8rem; margin-top: 3.5rem; }
.s31_diff_pagination02 .swiper-pagination-bullet { background: transparent; width: 0.75rem; height: 0.75rem; border: 1px solid #c2c2c2; opacity: 1; transition: background 0.3s, border 0.3s;}
.s31_diff_pagination02 .swiper-pagination-bullet.swiper-pagination-bullet-active  {background: #9cb9cf; width: 0.938rem; height: 0.938rem; border: 1px solid #9cb9cf; }

.s31_fourth_wrap { padding: 7rem 0 6rem;}
.s31_fourth_wrap .fourth_tit { text-align: center;}
.s31_fourth_wrap .fourth_tit .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: 1px; }
.s31_fourth_wrap .fourth_tit .subtit em { color: #83a4bd; }
.s31_fourth_wrap .fourth_tit .tit01 { font-size:1.25rem; line-height: 1.5; font-weight: 500; }
.s31_fourth_wrap .fourth_tit .subtit + .tit01 {margin-top: 1.5rem; }
.s31_fourth_wrap .fourth_inner{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 3rem auto 0;}
.s31_fourth_wrap .fourth_inner li { width: 43.75rem; height: 16rem; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 4rem 1rem 1rem 4rem;}
.s31_fourth_wrap .fourth_inner li::before { content: ""; display: block; width: 1px; height: 80%; background: #d7d7d7; position: absolute; top: 10%; right: 0; }
.s31_fourth_wrap .fourth_inner li::after { content: ""; display: block; width: 90%; height: 1px; background: #d7d7d7; position: absolute; bottom: 0rem; }
.s31_fourth_wrap .fourth_inner li.n01::after, .s31_fourth_wrap .fourth_inner li.n03::after { left: 5%; }
.s31_fourth_wrap .fourth_inner li.n02::after, .s31_fourth_wrap .fourth_inner li.n04::after { right: 5%; }
.s31_fourth_wrap .fourth_inner li.n02::before, .s31_fourth_wrap .fourth_inner li.n04::before { display: none; }
.s31_fourth_wrap .fourth_inner li .txt01 { font-size: 1.25rem; font-weight: 500; color: #9dbfd9; line-height: 1.5;}
.s31_fourth_wrap .fourth_inner li .txt02 { font-size: 0.938rem; line-height: 1.6; }
.s31_fourth_wrap .fourth_inner li .txt01 + .txt02 { margin-top: 1.5rem; }
.s31_fourth_wrap .fourth_inner li .fourth_icon { position: absolute; right: 5%; top: 23%; }

.s31_dotlist_wrap { padding: 7rem 0 10rem; line-height: 1.5;}
.s31_dotlist_wrap .dotlist_tits { text-align: center; }
.s31_dotlist_wrap .dotlist_tits .tit01 { font-size: 1.188rem; }
.s31_dotlist_wrap .dotlist_tits .tit02 { font-size: 1.875rem; margin-top: 0.5rem; font-weight: 500; }
.s31_dotlist_wrap .dotlist { display: flex; flex-wrap: wrap; justify-content: center; max-width: 1000px; margin: 5.6rem auto 0; gap: 4.6rem 0; }
.s31_dotlist_wrap .dotlist li { width: 20.6rem; height: 7.1rem; text-align: center; position: relative;}
.s31_dotlist_wrap .dotlist li::before{ content: ""; display: block; width: 1px; height: 100%; background: #d7d7d7; position: absolute; top: 0; right: 0; }
.s31_dotlist_wrap .dotlist li:nth-of-type(3)::before, .s31_dotlist_wrap .dotlist li:nth-of-type(5)::before { display: none;}
.s31_dotlist_wrap .dotlist span { display: block; width: 0.75rem; height: 0.75rem; background: #9dbfd9; margin: 0 auto;}
.s31_dotlist_wrap .dotlist .txt01 { font-size: 1.188rem; margin-top: 2rem; }
.s31_dotlist_wrap .dotlist strong {font-weight: 500;}


/********************************************************** 
* sub3_2 - 실리프팅
***********************************************************/
.sub3_2_top_view_bg { background: url(../sub/img/sub3_2_top_img01.png) 50% 100%/ cover no-repeat; }

.s32_half_wrap { padding: 10rem 0 6rem; display: flex; justify-content: center; align-items: center; gap: 0 8.75rem; }
.s32_half_wrap strong { font-weight: 500;}
.s32_half_wrap .half_img {  box-shadow:0px 1px 30px 10px rgba(54, 54, 55, 0.1); border-radius: 10px;}
.s32_half_wrap .half_txts { font-weight: 300; text-align: center; }
.s32_half_wrap .half_txts strong { font-weight: 600; }
.s32_half_wrap .half_txts .emphasis { color: #9cb9cf;}
.s32_half_wrap .half_txts .tit01{ font-size: 1.75rem; line-height: 1.5;}
.s32_half_wrap .half_txts .tit02{ font-size: 2rem; line-height: 1.5;}
.s32_half_wrap .half_txts .txt01{ font-size: 1.063rem; line-height: 1.6; margin-top: 2rem; font-weight: 400;}
.s32_half_wrap .half_txts .txt01 + .txt01 { margin-top: 1.5rem;}

.s32_sort_wrap { padding: 7rem 0 7rem; background: url(../sub/img/s32_sort_bg.png) 50% 100%/ cover no-repeat; text-align: center; font-weight: 300;  max-width: 100%; }
.s32_sort_wrap::before { content: "Lifting"; display: block; font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 9.938rem; letter-spacing: -5px; color: #d2dae2; opacity: 0.208; position: absolute; top: 0; right: -2rem;}
.s32_sort_wrap .tit01{ font-size: 1.75rem; line-height: 1.5;}
.s32_sort_wrap .tit02{ font-size: 2rem; line-height: 1.5;}
.s32_sort_wrap strong { font-weight: 500; }
.s32_sort_wrap .emphasis { color: #9cb9cf;}
.s32_sort_wrap ul{ display: flex; align-items: flex-start; justify-content: center; gap: 0 4.688rem; margin-top: 3rem;}
.s32_sort_wrap ul li {text-align: center; display: flex; flex-direction: column; align-items: center;}
.s32_sort_wrap ul li .bluetit { color: #88aeca; font-weight: 500; border: 1px solid #88aeca; border-radius: 0 20px 0 20px; width: 7.5rem; height: 2.375rem; line-height: 2.375rem; font-size: 1.063rem; }
.s32_sort_wrap ul li > img { margin-top: 1.7rem; }
.s32_sort_wrap ul li .txt01 { font-size: 1.063rem; line-height: 1.5; margin-top: 1.7rem; font-weight: 400;}

.s32_where_wrap { padding: 7rem 0 7rem; text-align: center; font-weight: 300; }
.s32_where_wrap .tit01{ font-size: 1.75rem; line-height: 1.5;}
.s32_where_wrap .tit02{ font-size: 2rem; line-height: 1.5;}
.s32_where_wrap strong { font-weight: 500; }
.s32_where_wrap .emphasis { color: #9cb9cf;}
.s32_where_wrap ul{ display: flex; align-items: flex-start; justify-content: center; gap: 0 7rem; border: 1px solid rgba(156, 185, 207, 0.6); max-width: 1315px; border-radius: 223px; margin: 3rem auto 0;padding: 4.3rem 0; }
.s32_where_wrap ul li {text-align: center; display: flex; flex-direction: column; align-items: center; position: relative;}
.s32_where_wrap ul li::before { content: ""; display: block; width: 1px; height: 100%; background: #666563; opacity: 0.2; position: absolute; top: 0; right: -3.5rem;  } 
.s32_where_wrap ul li:last-of-type::before { display: none;}
.s32_where_wrap ul li .bluetit { color: #88aeca; font-weight: 500; font-size: 1.375rem; }
.s32_where_wrap ul li > img { margin-top: 1.7rem; }
.s32_where_wrap ul li .txt01 { font-size: 1.063rem; line-height: 1.5; margin-top: 1.7rem; font-weight: 400;}

.s32_half_wrap.n02 { padding: 7rem 0 15rem; background: url(../sub/img/s32_half02_bg.png) 50% 50%/ cover no-repeat;  max-width: 100%;  }
.s32_half_wrap.n02 .blue_list { display: flex; align-items: center; justify-content: center; gap: 0.938rem; margin-top: 2.5rem; }
.s32_half_wrap.n02 .blue_list li { width: 9.188rem; height: 6.125rem; line-height: 1.4; border: 2px solid #9cb9cf; border-radius: 50px; text-align: center; font-size: 1.063rem; display: flex; align-items: center; justify-content: center; font-weight: 500;}

.s32_fourth_wrap { padding: 7rem 0 6rem;}
.s32_fourth_wrap .fourth_tit { text-align: center;}
.s32_fourth_wrap .fourth_tit .subtit { font-size: 2rem; letter-spacing: 1px; }
.s32_fourth_wrap .fourth_tit .emphasis { color: #9dbfd9; }
.s32_fourth_wrap .fourth_tit strong { font-weight: 500; }
.s32_fourth_wrap .fourth_tit .tit01 { font-size:1.188rem; line-height: 1.5;}
.s32_fourth_wrap .fourth_tit .subtit + .tit01 {margin-top: 1.5rem; }
.s32_fourth_wrap .fourth_inner{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 3rem auto 0;}
.s32_fourth_wrap .fourth_inner li { width: 43.75rem; height: 15rem; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 4rem 1rem 1rem 4rem;}
.s32_fourth_wrap .fourth_inner li::before { content: ""; display: block; width: 1px; height: 80%; background: #d7d7d7; position: absolute; top: 10%; right: 0; }
.s32_fourth_wrap .fourth_inner li::after { content: ""; display: block; width: 90%; height: 1px; background: #d7d7d7; position: absolute; bottom: 0rem; }
.s32_fourth_wrap .fourth_inner li.n01::after, .s32_fourth_wrap .fourth_inner li.n03::after { left: 5%; }
.s32_fourth_wrap .fourth_inner li.n02::after, .s32_fourth_wrap .fourth_inner li.n04::after { right: 5%; }
.s32_fourth_wrap .fourth_inner li.n02::before, .s32_fourth_wrap .fourth_inner li.n04::before { display: none; }
.s32_fourth_wrap .fourth_inner li .txt01 { font-size: 1.25rem; font-weight: 500; color: #9dbfd9; line-height: 1.5;}
.s32_fourth_wrap .fourth_inner li .txt02 { font-size: 0.938rem; line-height: 1.6; }
.s32_fourth_wrap .fourth_inner li .txt01 + .txt02 { margin-top: 1.5rem; }
.s32_fourth_wrap .fourth_inner li .fourth_icon { position: absolute; right: 5%; top: 23%; }

.s32_dot_band_bg { background: url(../sub/img/s32_dot_band_bg.png) 50% 100%/ cover no-repeat; }

.s32_dotlist_wrap { padding: 7rem 0 8rem; line-height: 1.5; }
.s32_dotlist_wrap .dotlist_tits { text-align: center; }
.s32_dotlist_wrap .dotlist_tits .tit01 { font-size: 1.188rem; }
.s32_dotlist_wrap .dotlist_tits .tit02 { font-size: 1.875rem; margin-top: 0.5rem; font-weight: 500; }
.s32_dotlist_wrap .dotlist_tits .tit01 + .tit02 { margin-top: 0.5rem;}
.s32_dotlist_wrap .dotlist { display: flex; flex-wrap: wrap; justify-content: center; max-width: 1340px; margin: 5.6rem auto 0; gap: 4.6rem 0; }
.s32_dotlist_wrap .dotlist li { width: 20.6rem; height: 7.1rem; text-align: center; position: relative;}
.s32_dotlist_wrap .dotlist li::before{ content: ""; display: block; width: 1px; height: 100%; background: #d7d7d7; position: absolute; top: 0; right: 0; }
.s32_dotlist_wrap .dotlist li:nth-of-type(4)::before, .s32_dotlist_wrap .dotlist li:nth-of-type(8)::before { display: none;}
.s32_dotlist_wrap .dotlist span { display: block; width: 0.75rem; height: 0.75rem; background: #9dbfd9; margin: 0 auto;}
.s32_dotlist_wrap .dotlist .txt01 { font-size: 1rem; margin-top: 2rem; }
.s32_dotlist_wrap .dotlist strong {font-weight: 600; font-size: 1.188rem;}

.s32_band_wrap { padding: 8rem 0 9rem; text-align: center; }
.s32_band_wrap .emphasis { color: #9cbdd6; }
.s32_band_wrap .prof_txts .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: -2px; }
.s32_band_wrap .prof_txts .txt01 { font-size: 1.063rem; line-height: 1.5; color: #1b1b1b;}
.s32_band_wrap .prof_txts .txt02 { font-size: 1.063rem; line-height: 1.5; font-weight: 600;}
.s32_band_wrap .prof_txts .subtit + .txt01 { margin-top: 4rem; }
.s32_band_wrap .prof_txts .txt01 + .txt01 { margin-top: 2rem; }
.s32_band_wrap .prof_txts .txt01 + .txt02 { margin-top: 2rem; }


/********************************************************** 
* sub3_3 - 페이셜 컨투어
***********************************************************/
.sub3_3_top_view_bg { background: url(../sub/img/sub3_3_top_img01.png) 50% 100%/ cover no-repeat; }

.s33_bg_bridge01 { background: url(../sub/img/s33_half_bg.png) 50% 100%/ cover no-repeat; width: 100%;}
.s33_half_wrap { padding: 10rem 0 6rem; display: flex; justify-content: center; align-items: center; gap: 0 5.75rem; }
.s33_half_wrap strong { font-weight: 500;}
.s33_half_wrap .half_img {  box-shadow:0px 1px 10px 4px rgba(54, 54, 55, 0.1); border-radius: 10px;}
.s33_half_wrap .half_txts { font-weight: 300; text-align: center; }
.s33_half_wrap .half_txts .emphasis { color: #9cb9cf;}
.s33_half_wrap .half_txts .tit01{ font-size: 1.75rem; line-height: 1.5;}
.s33_half_wrap .half_txts .tit02{ font-size: 2rem; line-height: 1.5;}
.s33_half_wrap .half_txts .txt01{ font-size: 1.063rem; line-height: 1.5; margin-top: 1.5rem; font-weight: 400;}
.s33_half_wrap .half_txts .txt01 + .txt01 { margin-top: 1.5rem;}

.s33_ahead_wrap { padding: 7rem 0 12rem; text-align: center;}
.s33_ahead_wrap strong { font-weight: 500;}
.s33_ahead_wrap .emphasis { color: #9cb9cf;}
.s33_ahead_wrap .ahead_tits { text-align: center; }
.s33_ahead_wrap .ahead_tits .tit01 { font-size: 1.875rem; font-weight: 300; line-height: 1.5; }
.s33_ahead_wrap .ahead_tits .tit02 { font-size: 1rem; line-height: 1.5; }
.s33_ahead_wrap .ahead_tits .tit01 + .tit02 { margin-top: 2.5rem;}
.s33_ahead_wrap .aheadimg { max-width: 49.813rem; margin: 4rem auto 0; position: relative;}
.s33_ahead_wrap .aheadimg::before { content: ""; display: block; width: 22.313rem; height: 6.188rem; background: url(../sub/img/s33_before_img.png) 50% 55%/ 100% no-repeat; z-index: -1; left: -37%; top: 10%; position: absolute; }
.s33_ahead_wrap .aheadimg::after { content: ""; display: block; width: 27rem; height: 14.688rem; background: url(../sub/img/s33_after_img.png) 50% 55%/ 100% no-repeat; z-index: -1; bottom: 0; right: -51%; position: absolute;}

.s33_fourth_wrap { padding: 10rem 0 10rem;}
.s33_fourth_wrap .emphasis { color: #83a4bd; }
.s33_fourth_wrap strong { font-weight: 500; }
.s33_fourth_wrap .fourth_tit { text-align: center;}
.s33_fourth_wrap .fourth_tit .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2rem; letter-spacing: 1px; }
.s33_fourth_wrap .fourth_tit .tit01 { font-size:1.25rem; line-height: 1.5;}
.s33_fourth_wrap .fourth_tit .subtit + .tit01 {margin-top: 1.5rem; }
.s33_fourth_wrap .fourth_inner{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 3rem auto 0;}
.s33_fourth_wrap .fourth_inner li { width: 43.75rem; height: 15rem; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 4rem 1rem 1rem 4rem;}
.s33_fourth_wrap .fourth_inner li::before { content: ""; display: block; width: 1px; height: 80%; background: #d7d7d7; position: absolute; top: 10%; right: 0; }
.s33_fourth_wrap .fourth_inner li::after { content: ""; display: block; width: 90%; height: 1px; background: #d7d7d7; position: absolute; bottom: 0rem; }
.s33_fourth_wrap .fourth_inner li.n01::after, .s33_fourth_wrap .fourth_inner li.n03::after { left: 5%; }
.s33_fourth_wrap .fourth_inner li.n02::after, .s33_fourth_wrap .fourth_inner li.n04::after { right: 5%; }
.s33_fourth_wrap .fourth_inner li.n02::before, .s33_fourth_wrap .fourth_inner li.n04::before { display: none; }
.s33_fourth_wrap .fourth_inner li .txt01 { font-size: 1.25rem; font-weight: 500; color: #83a4bd; line-height: 1.5;}
.s33_fourth_wrap .fourth_inner li .txt02 { font-size: 0.938rem; line-height: 1.6; }
.s33_fourth_wrap .fourth_inner li .txt01 + .txt02 { margin-top: 1.5rem; }
.s33_fourth_wrap .fourth_inner li .fourth_icon { position: absolute; right: 5%; top: 23%; }


/********************************************************** 
* sub3_4 - 보톡스 / 스킨부스터
***********************************************************/
.sub3_4_top_view_bg { background: url(../sub/img/sub3_4_top_img01.png) 50% 100%/ cover no-repeat; }

.s34_start_wrap { padding: 10rem 0 6rem; text-align: center; line-height: 1.5;}
.s34_start_wrap .start_titles { text-align: center; font-weight: 300;}
.s34_start_wrap strong { font-weight: 600; }
.s34_start_wrap .emphasis { color: #9cb9cf; }
.s34_start_wrap .start_titles .tit01 { font-size: 1.75rem; }
.s34_start_wrap .start_titles .tit02 { font-size: 2rem; }
.s34_start_wrap .start_img { margin-top: 3.125rem; position: relative;}
.s34_start_wrap .start_img::before { content: "Botox"; display: block; font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 6.25rem; letter-spacing: -8px; color: #282828; opacity: 0.08; position: absolute; top: 2%; left: 16rem; z-index: -1;}
.s34_start_wrap .start_img::after { content: ""; display: block;  background: url(../sub/img/s34_start_af_img.png) 50% 55%/ 100% no-repeat; width: 21.688rem; height: 12.063rem; position: absolute; bottom: 5%; right: 11rem; z-index: -1;}
.s34_start_wrap .start_txts {margin-top: 3rem;}
.s34_start_wrap .start_txts .txt01 { font-size: 2rem; line-height: 1.6; }

.s34_fourth_wrap { padding: 7rem 0 6rem;}
.s34_fourth_wrap .fourth_tit { text-align: center;}
.s34_fourth_wrap .fourth_tit .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: 1px; }
.s34_fourth_wrap .fourth_tit .subtit em { color: #83a4bd; }
.s34_fourth_wrap .fourth_tit .tit01 { font-size:1.25rem; line-height: 1.5; font-weight: 500; }
.s34_fourth_wrap .fourth_tit .subtit + .tit01 {margin-top: 1.5rem; }
.s34_fourth_wrap .fourth_inner{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 3rem auto 0;}
.s34_fourth_wrap .fourth_inner li { width: 43.75rem; height: 17rem; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 4rem 1rem 1rem 4rem;}
.s34_fourth_wrap .fourth_inner li::before { content: ""; display: block; width: 1px; height: 80%; background: #d7d7d7; position: absolute; top: 10%; right: 0; }
.s34_fourth_wrap .fourth_inner li::after { content: ""; display: block; width: 90%; height: 1px; background: #d7d7d7; position: absolute; bottom: 0rem; }
.s34_fourth_wrap .fourth_inner li.n01::after, .s34_fourth_wrap .fourth_inner li.n03::after { left: 5%; }
.s34_fourth_wrap .fourth_inner li.n02::after, .s34_fourth_wrap .fourth_inner li.n04::after { right: 5%; }
.s34_fourth_wrap .fourth_inner li.n02::before, .s34_fourth_wrap .fourth_inner li.n04::before { display: none; }
.s34_fourth_wrap .fourth_inner li .txt01 { font-size: 1.25rem; font-weight: 500; color: #9dbfd9; line-height: 1.5;}
.s34_fourth_wrap .fourth_inner li .txt02 { font-size: 0.938rem; line-height: 1.6; }
.s34_fourth_wrap .fourth_inner li .txt01 + .txt02 { margin-top: 1.5rem; }
.s34_fourth_wrap .fourth_inner li .fourth_icon { position: absolute; right: 5%; top: 23%; }

.s34_half_wrap { padding: 10rem 0 8rem; background: url(../sub/img/s34_half_bg.png) 50% 100%/ 100% no-repeat; max-width: 100%;   }
.s34_half_wrap .half_inner { display: flex; justify-content: center; align-items: center; gap: 0 2.75rem; max-width: 1380px; margin: 0 auto;}
.s34_half_wrap strong { font-weight: 500;}
.s34_half_wrap .half_img {  box-shadow:0px 1px 10px 4px rgba(54, 54, 55, 0.1); border-radius: 10px;}
.s34_half_wrap .half_txts { font-weight: 300; width: 44%; }
.s34_half_wrap .half_txts .emphasis { color: #9cb9cf;}
.s34_half_wrap .half_txts .tit01{ font-size: 2rem; line-height: 1.5;}
.s34_half_wrap .half_txts .tit02{ font-size: 1.75rem; line-height: 1.5;}
.s34_half_wrap .half_dotList_b { font-size: 1.125rem; line-height: 1.5; margin-top: 4rem; position: relative; }
.s34_half_wrap .half_dotList_b::before {  content: ""; display: block; width: 100%; height: 1px; background: #d7d7d7; position: absolute; top: -2rem; left: -5%; }
.s34_half_wrap .half_dotList_b li { padding-left: 1.6rem; position: relative; font-size: 1.063rem; font-weight: 400; }
.s34_half_wrap .half_dotList_b li::before { content: ""; display: block; width: 5px; height: 5px; background: #1b1b1b; border-radius: 100%; position: absolute; top: 50%; left: 0; transform: translate(0,-50%); }
.s34_half_wrap .half_dotList_b li.long::before { top: 14%; transform: translate(0,0);}
.s34_half_wrap .half_dotList_b li + li { margin-top: 0.6rem;}

.s34_dotlist_wrap { padding: 7rem 0 8rem; background: url(../sub/img/s34_dotlist_bg.png) 50% 50%/ cover no-repeat; max-width: 100%; line-height: 1.5; }
.s34_dotlist_wrap .dotlist_tits { text-align: center; }
.s34_dotlist_wrap .dotlist_tits .tit01 { font-size: 1.188rem; }
.s34_dotlist_wrap .dotlist_tits .tit02 { font-size: 1.875rem; margin-top: 0.5rem; font-weight: 500; }
.s34_dotlist_wrap .dotlist_tits .tit01 + .tit02 { margin-top: 0.5rem;}
.s34_dotlist_wrap .dotlist { display: flex; flex-wrap: wrap; justify-content: center; max-width: 1000px; margin: 5.6rem auto 0; gap: 4.6rem 0; }
.s34_dotlist_wrap .dotlist li { width: 20.6rem; height: 7.1rem; text-align: center; position: relative;}
.s34_dotlist_wrap .dotlist li::before{ content: ""; display: block; width: 1px; height: 100%; background: #d7d7d7; position: absolute; top: 0; right: 0; }
.s34_dotlist_wrap .dotlist li:nth-of-type(3)::before, .s34_dotlist_wrap .dotlist li:nth-of-type(6)::before { display: none;}
.s34_dotlist_wrap .dotlist span { display: block; width: 0.75rem; height: 0.75rem; background: #9dbfd9; margin: 0 auto;}
.s34_dotlist_wrap .dotlist .txt01 { font-size: 1.188rem; margin-top: 2rem; }
.s34_dotlist_wrap .dotlist strong {font-weight: 500;}
.s34_dotlist_wrap .dotlist_more { margin: 4rem auto 0; width: 9.125rem; height: 3.125rem; line-height: 3.125rem; }
.s34_dotlist_wrap .dotlist_more a{ background: #000; border-radius: 25px; border: 1px solid #000; text-align: center; font-size: 0.875rem; color: #fff; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 0 0.6rem;}
.s34_dotlist_wrap .dotlist_more i { display: block; width: 1.188rem; height: 0.875rem; background: url(../sub/img/dotlist_more_icon.png) 50% 50%/ cover no-repeat; }

.s34_start_wrap.n02 { padding: 10rem 0 6rem; background: url(../sub/img/s34_start02_bg.png) 50% 50%/ cover no-repeat; max-width: 100%;}
.s34_start_wrap.n02 .start_img::before { display: none;}
.s34_start_wrap.n02 .start_img::after { display: none; }

.s34_diff_wrap { padding: 7rem 0 6rem; text-align: center;}
.s34_diff_wrap .diff_tits { text-align: center; font-weight: 400; line-height: 1.5; }
.s34_diff_wrap .diff_tits strong { font-weight: 500;}
.s34_diff_wrap .diff_tits .emphasis {color: #9cb9cf;}
.s34_diff_wrap .diff_tits .tit01 { font-size: 1.75rem; }
.s34_diff_wrap .diff_tits .tit02 { font-size: 2rem; }
.s34_diff_wrap .diff_tits .tit03 { font-size: 1.063rem; font-weight: 400; }
.s34_diff_wrap .diff_tits .tit01 + .tit02 { margin-top: 0.3rem;}
.s34_diff_wrap .diff_tits .tit02 + .tit03 { margin-top: 1.8rem;}
.s34_diff_wrap .diff_inner { max-width: 1320px; margin: 2rem auto 0; border-top: 1px solid rgba(194, 194, 194, 0.4); border-bottom: 1px solid rgba(194, 194, 194, 0.4); padding: 3.1rem 0rem 2.8rem;}
.s34_diff_wrap .slide_inner { display: flex; justify-content: center; align-items: flex-start; gap: 0 3.125rem; padding-bottom: 3rem; } 
.s34_diff_wrap .s31_diff_txts { text-align: left; padding-top: 10px;}
.s34_diff_wrap .s31_diff_txts strong { font-weight: 500;}
.s34_diff_wrap .s31_diff_txts .emphasis { color: #9cb9cf;}
.s34_diff_wrap .s31_diff_txts .subtit { font-size: 1.563rem; font-weight: 500; }
.s34_diff_wrap .s31_diff_txts .keywords { display: flex; align-items: center; gap: 0 0.5rem; position: relative; cursor: default; }
.s34_diff_wrap .s31_diff_txts .keywords li { border: 1px solid #abc5d3; border-radius: 8px; color: #626262; font-size: 1.063rem; font-weight: 400; min-width: 6.8rem; padding: 0 0.9rem; height: 2.4rem; line-height: 2.4rem; text-align: center;}

.s34_diff_wrap .s31_diff_txts .keywords.hoverbtn { align-items: flex-start; } 
.s34_diff_wrap .s31_diff_txts .keywords.hoverbtn li {  position: relative;  transition: all 0.3s; }
/* .s34_diff_wrap .s31_diff_txts .keywords.hoverbtn li:hover { background: rgba(128, 163, 183, 0.2); height: 100%; font-weight: 600; }
.s34_diff_wrap .s31_diff_txts .keywords.hoverbtn li span { line-height: 1.5; padding: 0.5rem 0; font-size: 0.9rem; font-weight: 400; display: none; visibility: hidden; height: 0; transition: all 0.3s;}
.s34_diff_wrap .s31_diff_txts .keywords.hoverbtn li:hover span { display: block; height: auto; visibility: visible; transition: all 0.3s;} */
.s34_diff_wrap .s31_diff_txts .keywords.hoverbtn li span { display: flex; justify-content: center; align-items: center; width: 10rem; height: 5rem; line-height: 1.5; font-size: 0.87rem; background: rgba(128, 163, 183, 0.2); position: absolute; z-index: 1; opacity: 1; left: 50%; top: 110%; transform: translateX(-50%); border-radius: 8px; opacity: 0;  transition: all 0.3s;}
.s34_diff_wrap .s31_diff_txts .keywords.hoverbtn li:hover span {opacity: 1;}
.s34_diff_wrap .s31_diff_txts .txt01 { font-size: 1rem; line-height: 1.5; color: #5d5d5d; margin-top: 1.5rem;}
.s34_diff_wrap .s31_diff_txts .txt01.desc { font-size: 0.9rem; color: #000; }
.s34_diff_wrap .s31_diff_txts .txt02 { font-size: 1.125rem; line-height: 1.5; margin-top: 1.5rem;}
.s34_diff_wrap .s31_diff_txts .subtit + .keywords { margin-top: 1.5rem;}
.s34_diff_wrap .s31_diff_txts .txt01 + .keywords { margin-top: 1.5rem;}
.s34_diff_wrap .s31_diff_txts .keywords + .keywords { margin-top: 0.5rem;}
.s34_diff_hoverBtn { display: flex; align-items: center; justify-content: center; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: #99bbd4; color: #fff !important; font-weight: 500; position: absolute; top: -1.2rem; right: -1rem; cursor: default; }
/* .s34_diff_hoverBox { background: #f3f3f3; color: #626262; font-size: 1rem; opacity: 0; z-index: -1; position: absolute; top: -9rem; right: -5rem; padding: 1.25rem; border-radius: 10px; transition: all 0.3s; line-height: 1.5; }
.s34_diff_hoverBox.hover { opacity: 1; z-index: 1;} */
.s34_diff_pagination { width: 100%; display: flex; align-items: center; justify-content: center; position: static; margin-top: 3rem; gap: 3rem;}
.s34_diff_pagination .swiper-pagination-bullet { background: transparent; border-radius: 0; width: auto; height: auto; color: #717171; font-size: 1.063rem; opacity: 1; transition: color 0.3s;}
.s34_diff_pagination .swiper-pagination-bullet:hover { color: #9cb9cf; }
.s34_diff_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { color: #9cb9cf; }
.s34_diff_pagination02 { width: 100%; display: flex; align-items: center; justify-content: center; position: static; gap: 0 0.8rem; margin-top: 1.5rem; }
.s34_diff_pagination02 .swiper-pagination-bullet { background: transparent; width: 0.75rem; height: 0.75rem; border: 1px solid #c2c2c2; opacity: 1; transition: background 0.3s, border 0.3s;}
.s34_diff_pagination02 .swiper-pagination-bullet.swiper-pagination-bullet-active  {background: #9cb9cf; width: 0.938rem; height: 0.938rem; border: 1px solid #9cb9cf; }

.s34_band_wrap { padding: 8rem 0 9rem; text-align: center; }
.s34_band_wrap .emphasis { color: #83a4bd; }
.s34_band_wrap .prof_txts .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: -2px; }
.s34_band_wrap .prof_txts .txt01 { font-size: 1.063rem; line-height: 1.5; color: #646464;}
.s34_band_wrap .prof_txts .txt02 { font-size: 1.063rem; line-height: 1.5; color: #111; font-weight: 600;}
.s34_band_wrap .prof_txts .subtit + .txt01 { margin-top: 3rem; }
.s34_band_wrap .prof_txts .txt01 + .txt01 { margin-top: 2rem; }
.s34_band_wrap .prof_txts .txt01 + .txt02 { margin-top: 2rem; }


/********************************************************** 
* sub4_1 - 색소/홍조/미백
***********************************************************/
.sub4_1_top_view_bg { background: url(../sub/img/sub4_1_top_img01.png) 50% 100%/ cover no-repeat; }

.s41_start_wrap { padding: 10rem 0 6rem; text-align: center; line-height: 1.5;}
.s41_start_wrap .start_titles { text-align: center; font-weight: 300;}
.s41_start_wrap strong { font-weight: 500; }
.s41_start_wrap .emphasis { color: #9cb9cf; }
.s41_start_wrap .start_titles .tit01 { font-size: 1.75rem; }
.s41_start_wrap .start_titles .tit02 { font-size: 2rem; }
.s41_start_wrap .start_img { margin-top: 3.125rem; position: relative;}
.s41_start_wrap .start_img::before { content: "Pigmentation"; display: block; font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 5.188rem; letter-spacing: -8px; color: #282828; opacity: 0.08; position: absolute; top: 7%; left: 8rem; z-index: -1; }
.s41_start_wrap .start_img::after { content: "Brightening"; display: block; font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 5.188rem; letter-spacing: -8px; color: #282828; opacity: 0.08; position: absolute; bottom: 3%; right: 10rem; z-index: -1; }
.s41_start_wrap .start_txts {margin-top: 4rem;}
.s41_start_wrap .start_txts .txt01 { font-size: 2rem; line-height: 1.6; }
.s41_start_wrap .start_txts .txt02 { font-size: 1rem; line-height: 1.6; }
.s41_start_wrap .start_txts .txt01 + .txt02 { margin-top: 2rem;}
.s41_start_wrap .start_txts .txt02 + .txt02 { margin-top: 1.8rem;}

.s41_half_wrap { padding: 4rem 0 6rem; display: flex; justify-content: center; align-items: center; gap: 0 5.75rem; }
.s41_half_wrap strong { font-weight: 500;}
.s41_half_wrap .half_img {  box-shadow:0px 1px 30px 10px rgba(54, 54, 55, 0.1); border-radius: 10px;}
.s41_half_wrap .half_txts { font-weight: 300; text-align: center; }
.s41_half_wrap .half_txts strong { font-weight: 600; }
.s41_half_wrap .half_txts .emphasis { color: #9cb9cf;}
.s41_half_wrap .half_txts .tit01{ font-size: 1.75rem; line-height: 1.5;}
.s41_half_wrap .half_txts .tit02{ font-size: 2rem; line-height: 1.5;}
.s41_half_wrap .half_txts .txt01{ font-size: 1.063rem; line-height: 1.6; margin-top: 2rem; font-weight: 400;}
.s41_half_wrap .half_txts .txt01 + .txt01 { margin-top: 1.5rem;}
.s41_half_wrap .blue_list { display: flex; align-items: center; justify-content: center; gap: 0.938rem; margin-top: 2.5rem; }
.s41_half_wrap .blue_list li { width: 9.188rem; height: 6.125rem; line-height: 1.4; border: 2px solid #9cb9cf; border-radius: 50px; text-align: center; font-size: 1.063rem; display: flex; align-items: center; justify-content: center; font-weight: 500;}
.s41_half_wrap .blue_list + .blue_list { margin-top: 0.5rem;}

.s41_half_wrap.n02 { padding: 5rem 0 6rem; }

.s41_fourth_wrap { padding: 7rem 0 7rem;}
.s41_fourth_wrap .fourth_tit { text-align: center;}
.s41_fourth_wrap .fourth_tit strong { font-weight: 600; }
.s41_fourth_wrap .fourth_tit .emphasis { color: #9cb9cf;}
.s41_fourth_wrap .fourth_tit .tit01{ font-size: 1.75rem; line-height: 1.5;}
.s41_fourth_wrap .fourth_tit .tit02{ font-size: 2rem; line-height: 1.5;}
.s41_fourth_wrap .fourth_inner{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 3rem auto 0;}
.s41_fourth_wrap .fourth_inner li { width: 43.75rem; height: 13rem; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 4rem 1rem 1rem 4rem;}
.s41_fourth_wrap .fourth_inner li::before { content: ""; display: block; width: 1px; height: 80%; background: #d7d7d7; position: absolute; top: 10%; right: 0; }
.s41_fourth_wrap .fourth_inner li::after { content: ""; display: block; width: 90%; height: 1px; background: #d7d7d7; position: absolute; bottom: 0rem; }
.s41_fourth_wrap .fourth_inner li.n01::after, .s41_fourth_wrap .fourth_inner li.n03::after { left: 5%; }
.s41_fourth_wrap .fourth_inner li.n02::after, .s41_fourth_wrap .fourth_inner li.n04::after { right: 5%; }
.s41_fourth_wrap .fourth_inner li.n02::before, .s41_fourth_wrap .fourth_inner li.n04::before { display: none; }
.s41_fourth_wrap .fourth_inner li .txt01 { font-size: 1.25rem; font-weight: 500; color: #9dbfd9; line-height: 1.5;}
.s41_fourth_wrap .fourth_inner li .txt02 { font-size: 0.938rem; line-height: 1.6; }
.s41_fourth_wrap .fourth_inner li .txt01 + .txt02 { margin-top: 1.5rem; }
.s41_fourth_wrap .fourth_inner li .fourth_icon { position: absolute; right: 5%; top: 23%; }

.s41_half_wrap.n03 { padding: 7rem 0 7rem; }

.s41_trust_wrap { padding: 6rem 0 4rem; text-align: center; background: url(../sub/img/s41_trust_wrap_bg.png) 50% 100%/ cover no-repeat; max-width: 100%;}
.s41_trust_wrap .trust_tit { text-align: center;}
.s41_trust_wrap strong {font-weight: 500;}
.s41_trust_wrap em { color: #9cb9cf; }
.s41_trust_wrap .emphasis { color: #9cb9cf; }
.s41_trust_wrap .trust_tit .tit01 { font-size: 1.75rem; line-height: 1.5; }
.s41_trust_wrap .trust_tit .tit02 { font-size: 2rem; line-height: 1.5;}
.s41_trust_wrap .trust_inner { display: flex; align-items: center; justify-content: center; margin-top: 2.375rem; gap: 0 3rem; padding-left: 7rem; max-width: 1920px; }
.trust_inner_m { display: none;}
.s41_trust_wrap .trust_inner::before { content: ""; display: block; width: 63.063rem; height: 14.938rem; background: url(../sub/img/s41_trust_bf.png) 50% 100%/ cover no-repeat;  position: absolute; left: 50%; top: -3rem; transform: translate(-50%,0); z-index: -1;}
.s41_trust_wrap .trust_txt { line-height: 1.4; position: relative; padding-left: 2rem; text-align: left; }
.s41_trust_wrap .trust_txt::before { content: ""; display: block; width: 3px; height: 100%; background: #9cb9cf; position: absolute; top: 0; left: 0;  }
.s41_trust_wrap .trust_txt .txt01 { font-size: 1.25rem; font-weight: 500; }
.s41_trust_wrap .trust_txt .txt02 { font-size: 1.063rem;}
.s41_trust_wrap .trust_txt .txt01 + .txt02 { margin-top: 1rem;}
.s41_trust_wrap .trust_txt strong { font-weight: 600;}

.s41_recom_wrap { padding: 10rem 0 9rem; text-align: center;}
.s41_recom_wrap .recom_tits { text-align: center; font-weight: 300; line-height: 1.5; }
.s41_recom_wrap .recom_tits strong { font-weight: 500;}
.s41_recom_wrap .recom_tits .emphasis {color: #9cb9cf;}
.s41_recom_wrap .recom_tits .tit01 { font-size: 2rem; }
.s41_recom_wrap .recom_tits .tit02 { font-size: 2rem; }
.s41_recom_wrap .recom_list { display: flex; justify-content: center; align-items: flex-start; text-align: center; gap: 9rem; margin-top: 4rem;}
.s41_recom_wrap .recom_list li .txt01{ margin-top: 1rem; line-height: 1.5; font-size: 1.125rem; font-weight: 500; }


/********************************************************** 
* sub4_2 - 색소/홍조/미백
***********************************************************/
.sub4_2_top_view_bg { background: url(../sub/img/sub4_2_top_img01.png) 50% 100%/ cover no-repeat; }

.s42_bg_bridge01 { background: url(../sub/img/s42_bridge01_bg.png) 50% 32%/ 100% no-repeat; width: 100%; }

.s42_half_wrap { padding: 10rem 0 6rem; display: flex; justify-content: center; align-items: center; gap: 0 5.75rem; }
.s42_half_wrap strong { font-weight: 500;}
.s42_half_wrap .half_img {  box-shadow:0px 1px 30px 10px rgba(54, 54, 55, 0.1); border-radius: 10px;}
.s42_half_wrap .half_txts { font-weight: 300; }
.s42_half_wrap .half_txts strong { font-weight: 600; }
.s42_half_wrap .half_txts .emphasis { color: #9cb9cf;}
.s42_half_wrap .half_txts .tit01{ font-size: 1.563rem; line-height: 1.5;}
.s42_half_wrap .half_txts .tit02{ font-size: 2rem; line-height: 1.5;}
.s42_half_wrap .half_txts .txt01{ font-size: 1.063rem; line-height: 1.6; margin-top: 2rem; font-weight: 400;}
.s42_half_wrap .half_txts .txt01 + .txt01 { margin-top: 1.5rem;}
.s42_half_wrap .keywords { display: flex; align-items: center; gap: 0 1rem; margin-top: 2.5rem; }
.s42_half_wrap .keywords + .keywords { margin-top: 1rem; }
.s42_half_wrap .keywords li { font-weight: 500; font-size: 0.938rem; border: 1px solid rgba(156, 185, 207, 0.6); background: rgba(255, 255, 255, 0.6); border-radius: 22px; padding: 0 1rem; height: 3.188rem; line-height: 3.188rem; min-width: 5.625rem; text-align: center; }

.s42_fourth_wrap { padding: 7rem 0 6rem;}
.s42_fourth_wrap .fourth_tit { text-align: center;}
.s42_fourth_wrap .fourth_tit strong { font-weight: 600; }
.s42_fourth_wrap .fourth_tit .emphasis { color: #9cb9cf;}
.s42_fourth_wrap .fourth_tit .subtit{ font-size: 2.5rem; line-height: 1.5; font-family: "ofelia-text", sans-serif; font-weight: 500; }
.s42_fourth_wrap .fourth_tit .tit01{ font-size: 1.25rem; line-height: 1.5; margin-top: 2rem;}
.s42_fourth_wrap .fourth_inner{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 3rem auto 0;}
.s42_fourth_wrap .fourth_inner li { width: 43.75rem; height: 14rem; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 4rem 1rem 1rem 4rem;}
.s42_fourth_wrap .fourth_inner li::before { content: ""; display: block; width: 1px; height: 80%; background: #d7d7d7; position: absolute; top: 10%; right: 0; }
.s42_fourth_wrap .fourth_inner li::after { content: ""; display: block; width: 90%; height: 1px; background: #d7d7d7; position: absolute; bottom: 0rem; }
.s42_fourth_wrap .fourth_inner li.n01::after, .s42_fourth_wrap .fourth_inner li.n03::after { left: 5%; }
.s42_fourth_wrap .fourth_inner li.n02::after, .s42_fourth_wrap .fourth_inner li.n04::after { right: 5%; }
.s42_fourth_wrap .fourth_inner li.n02::before, .s42_fourth_wrap .fourth_inner li.n04::before { display: none; }
.s42_fourth_wrap .fourth_inner li .txt01 { font-size: 1.25rem; font-weight: 500; color: #9dbfd9; line-height: 1.5;}
.s42_fourth_wrap .fourth_inner li .txt02 { font-size: 0.938rem; line-height: 1.6; }
.s42_fourth_wrap .fourth_inner li .txt01 + .txt02 { margin-top: 1.5rem; }
.s42_fourth_wrap .fourth_inner li .fourth_icon { position: absolute; right: 5%; top: 23%; }

.s42_diff_wrap { padding: 7rem 0 8rem; text-align: center;}
.s42_diff_wrap .emphasis {color: #9cb9cf;}
.s42_diff_wrap .diff_tits { text-align: center; font-weight: 400; line-height: 1.5; }
.s42_diff_wrap .diff_tits strong { font-weight: 500;}
.s42_diff_wrap .diff_tits .tit01 { font-size: 1.75rem; }
.s42_diff_wrap .diff_tits .tit02 { font-size: 2rem; }
.s42_diff_wrap .diff_tits .tit03 { font-size: 1.063rem; font-weight: 400; color: #5d5d5d; }
.s42_diff_wrap .diff_tits .tit01 + .tit02 { margin-top: 0.3rem;}
.s42_diff_wrap .diff_tits .tit02 + .tit03 { margin-top: 1.8rem;}
.s42_diff_wrap .diff_inner { max-width: 1200px; margin: 2rem auto 0; border-top: 1px solid rgba(194, 194, 194, 0.4); border-bottom: 1px solid rgba(194, 194, 194, 0.4); padding: 3.1rem 1rem 2.8rem;}
.s42_diff_wrap .slide_inner { display: flex; justify-content: center; align-items: center; gap: 0 6rem; } 
.s42_diff_wrap .s42_diff_txts { text-align: left; padding-top: 10px;}
.s42_diff_wrap .s42_diff_txts .subtit { font-size: 1.375rem; font-weight: 500; }
.s42_diff_wrap .s42_diff_txts .txt01 { font-size: 1rem; line-height: 1.5; color: #5d5d5d;}
.s42_diff_wrap .s42_diff_txts .subtit + .txt01 { margin-top: 2rem;}
.s42_diff_wrap .s42_diff_txts .txt01 + .txt01 { margin-top: 1.5rem;}
.s42_diff_pagination { width: 100%; display: flex; align-items: center; justify-content: center; position: static; margin-top: 3rem; gap: 3rem;}
.s42_diff_pagination .swiper-pagination-bullet { background: transparent; border-radius: 0; width: auto; height: auto; color: #717171; font-size: 1.063rem; opacity: 1; transition: color 0.3s;}
.s42_diff_pagination .swiper-pagination-bullet:hover { color: #9cb9cf; }
.s42_diff_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { color: #9cb9cf; }
.s42_diff_pagination02 { width: 100%; display: flex; align-items: center; justify-content: center; position: static; gap: 0 0.8rem; margin-top: 3.5rem; }
.s42_diff_pagination02 .swiper-pagination-bullet { background: transparent; width: 0.75rem; height: 0.75rem; border: 1px solid #c2c2c2; opacity: 1; transition: background 0.3s, border 0.3s;}
.s42_diff_pagination02 .swiper-pagination-bullet.swiper-pagination-bullet-active  {background: #9cb9cf; width: 0.938rem; height: 0.938rem; border: 1px solid #9cb9cf; }

.s42_half_wrap.n02 { text-align: center; background: url(../sub/img/s42_half02_bg.jpg) 50% 32%/ 100% no-repeat; max-width: 100%; gap: 0 1rem; }
.s42_half_wrap.n02 .half_txts { min-width: 33%; }
.s42_half_wrap.n02 .half_txts .tit01 {font-size: 2.5rem; line-height: 1.5; font-family: "ofelia-text", sans-serif; font-weight: 500; }
.s42_half_wrap.n02 .half_txts .txt01 { font-size: 1.188rem;}
.s42_half_wrap.n02 .half_txts .txt02 { font-size: 1.063rem; line-height: 1.5; margin-top: 1.5rem; }

.s42_sort_wrap { padding: 7rem 0 7rem; background: url(../sub/img/s32_sort_bg.png) 50% 100%/ cover no-repeat; text-align: center; font-weight: 300;}
.s42_sort_wrap .tit01{ font-size: 1.75rem; line-height: 1.5;}
.s42_sort_wrap .tit02{ font-size: 2rem; line-height: 1.5;}
.s42_sort_wrap .smalltxt { font-size: 1rem; line-height: 1.5; color: #5d5d5d; margin-top: 1.5rem;}
.s42_sort_wrap .smalltxt + .smalltxt { margin-top: 1rem;}
.s42_sort_wrap strong { font-weight: 500; }
.s42_sort_wrap .emphasis { color: #9cb9cf;}
.s42_sort_wrap ul{ display: flex; align-items: flex-start; justify-content: center; gap: 0 4.688rem; margin-top: 3rem;}
.s42_sort_wrap ul li {text-align: center; display: flex; flex-direction: column; align-items: center;}
.s42_sort_wrap ul li .bluetit { color: #88aeca; font-weight: 500; border: 1px solid #88aeca; border-radius: 0 20px 0 20px; min-width: 7.5rem; height: 2.375rem; line-height: 2.375rem; font-size: 1.063rem; padding: 0 1rem; }
.s42_sort_wrap ul li > img { margin-top: 1.7rem; }
.s42_sort_wrap ul li .txt01 { font-size: 1.063rem; line-height: 1.5; margin-top: 1.7rem; font-weight: 400;}

.s42_bg_bridge02 { background: url(../sub/img/s42_bridge02_bg.png) 50% 32%/ 100% no-repeat; }

.s42_fourth_wrap.n02 .blcktxt { color: #1b1b1b; }
.s42_fourth_wrap.n02 .fourth_tit .tit01 { font-size: 1.9rem; line-height: 1.5; font-weight: 300;}
.s42_fourth_wrap.n02 .fourth_tit .tit02 { font-size: 2rem; line-height: 1.5; } 
.s42_fourth_wrap.n02 .fourth_inner li .txt01 { position: relative; }
.s42_fourth_wrap.n02 .fourth_inner li .txt01::before{ content: ""; display: block; }

.s42_band_wrap { padding: 10rem 0 11rem; text-align: center; background: url(../sub/img/s21_band_wrap_bg.png) 50% 55%/ cover no-repeat; max-width: 100%; }
.s42_band_wrap .prof_txts .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: 1px; }
.s42_band_wrap .prof_txts .subtit em { color: #83a4bd; }
.s42_band_wrap .prof_txts .emphasis { color: #83a4bd; }
.s42_band_wrap .prof_txts strong {font-weight: 500;}
.s42_band_wrap .prof_txts .txt01 { font-size: 1.125rem; line-height: 1.5; }
.s42_band_wrap .prof_txts .txt02 { font-size: 1.063rem; line-height: 1.5; }
.s42_band_wrap .prof_txts .subtit + .txt01 { margin-top: 3.68rem;}
.s42_band_wrap .prof_txts .txt01 + .txt02 { margin-top: 2rem; }
.s42_band_wrap .prof_txts .txt02 + .txt02 { margin-top: 2rem; }

.s42_sort_wrap.n02 {background: none; padding: 10rem 0 6rem;}
.s42_sort_wrap.n02 ul li .subtit { font-size: 1.125rem; line-height: 1.5; color: #88aeca; font-weight: 400; margin-top: 1rem; }
.s42_sort_wrap ul li .txt01 { margin-top: 1rem; }

.s42_diff_wrap.n02 .diff_inner {max-width: 1320px;}
.s42_diff_wrap.n02 .s42_diff_txts .txt01 { margin-top: 1rem;}
.s42_diff_wrap.n02 .s42_diff_txts .txt02 { font-size: 1.125rem; line-height: 1.5; margin-top: 1.5rem;}
.s42_diff_wrap.n02 .half_dotList { font-size: 1.063rem; line-height: 1.5; margin-top: 1.5rem; }
.s42_diff_wrap.n02 .half_dotList li { padding-left: 1.6rem; position: relative; }
.s42_diff_wrap.n02 .half_dotList li::before { content: ""; display: block; width: 0.75rem; height: 0.75rem; background: #9dbfd9; position: absolute; top: 50%; left: 0; transform: translate(0,-50%); }
.s42_diff_wrap.n02 .half_dotList li.long::before { top: 9%; transform: translate(0,0);}
.s42_diff_wrap.n02 .half_dotList li + li { margin-top: 0.5rem;}
.s42_diff_wrap.n02 .keywords { display: flex; align-items: center; gap: 0.8rem; margin-top: 2.5rem; flex-wrap: wrap; }
.s42_diff_wrap.n02 .keywords + .keywords { margin-top: 1rem; }
.s42_diff_wrap.n02 .keywords li { font-weight: 500; color: #626262; font-size: 0.938rem; border: 1px solid rgba(156, 185, 207, 0.6); background: rgba(255, 255, 255, 0.6); border-radius: 8px; padding: 0 1rem; height: 2.438rem; line-height: 2.438rem; min-width: 5.625rem; text-align: center; }
.s42_diff_pagination_n02 { width: 100%; display: flex; align-items: center; justify-content: center; position: static; margin-top: 3rem; gap: 3rem;}
.s42_diff_pagination_n02 .swiper-pagination-bullet { background: transparent; border-radius: 0; width: auto; height: auto; color: #717171; font-size: 1.063rem; opacity: 1; transition: color 0.3s;}
.s42_diff_pagination_n02 .swiper-pagination-bullet:hover { color: #9cb9cf; }
.s42_diff_pagination_n02 .swiper-pagination-bullet.swiper-pagination-bullet-active { color: #9cb9cf; }
.s42_diff_pagination02_n02 { width: 100%; display: flex; align-items: center; justify-content: center; position: static; gap: 0 0.8rem; margin-top: 3.5rem; }
.s42_diff_pagination02_n02 .swiper-pagination-bullet { background: transparent; width: 0.75rem; height: 0.75rem; border: 1px solid #c2c2c2; opacity: 1; transition: background 0.3s, border 0.3s;}
.s42_diff_pagination02_n02 .swiper-pagination-bullet.swiper-pagination-bullet-active  {background: #9cb9cf; width: 0.938rem; height: 0.938rem; border: 1px solid #9cb9cf; }


/********************************************************** 
* sub4_3 - 스킨케어
***********************************************************/
.sub4_3_top_view_bg { background: url(../sub/img/sub4_3_top_img01.png) 50% 100%/ cover no-repeat; }

.s43_bg_bridge01 { background: url(../sub/img/s43_bridge01_bg.png) 50% 100%/ cover no-repeat; }

.s43_start_wrap { padding: 10rem 0 6rem; text-align: center; line-height: 1.5;}
.s43_start_wrap .start_titles { text-align: center; font-weight: 300;}
.s43_start_wrap strong { font-weight: 600; }
.s43_start_wrap .emphasis { color: #9cb9cf; }
.s43_start_wrap .start_titles .tit01 { font-size: 1.75rem; }
.s43_start_wrap .start_titles .tit02 { font-size: 2rem; }
.s43_start_wrap .start_img { margin-top: 3.125rem; position: relative;}
.s43_start_wrap .start_img::before { content: "Premium"; display: block; font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 5.188rem; letter-spacing: -8px; color: #282828; opacity: 0.08; position: absolute; top: 24%; left: 15rem; z-index: -1;}
.s43_start_wrap .start_img::after { content: "Skin care"; display: block; font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 5.188rem; letter-spacing: -8px; color: #282828; opacity: 0.08; position: absolute; bottom: 5%; right: 16.8rem; z-index: -1;}
.s43_start_wrap .start_txts {margin-top: 3rem;}
.s43_start_wrap .start_txts .txt01 { font-size: 1rem; }
.s43_start_wrap .start_txts .txt01 + .txt01 { margin-top: 1rem;}

.s43_half_wrap { padding: 10rem 0 11rem; display: flex; justify-content: center; align-items: center; gap: 0 5.75rem;  line-height: 1.5; text-align: center;}
.s43_half_wrap strong { font-weight: 500;}
.s43_half_wrap .half_img { box-shadow:0px 1px 30px 10px rgba(54, 54, 55, 0.1); border-radius: 10px; position: relative;}
.s43_half_wrap .half_img::before { content: ""; display: block; width: 7.688rem; height: 7.688rem;  background: url(../sub/img/s43_half_bf.png) 50% 100%/ cover no-repeat;position: absolute; top: -2rem; left: -2rem;} 
.s43_half_wrap .half_img::after { content: ""; display: block; width: 7.688rem; height: 7.688rem;  background: url(../sub/img/s43_half_af.png) 50% 100%/ cover no-repeat;position: absolute; top: 7rem; left: -2rem;} 
.s43_half_wrap .half_txts { font-weight: 300; text-align: center; }
.s43_half_wrap .half_txts strong { font-weight: 600; }
.s43_half_wrap .half_txts .emphasis { color: #9cb9cf;}
.s43_half_wrap .half_txts .tit01{ font-size: 1.75rem; }
.s43_half_wrap .half_txts .tit02{ font-size: 2rem;}
.s43_half_wrap .half_txts .txt01{ font-size: 1.063rem; margin-top: 2rem; font-weight: 400;}
.s43_half_wrap .half_txts .txt01 + .txt01 { margin-top: 1.5rem;}
.s43_half_wrap .blue_list { display: flex; align-items: center; gap: 0.938rem; margin-top: 2.5rem; }
.s43_half_wrap .blue_list li { width: 9.5rem; height: 4.8rem; border: 2px solid #9cb9cf; border-radius: 50px; text-align: center; font-size: 1.063rem; display: flex; align-items: center; justify-content: center; font-weight: 500;}

.s43_process_wrap { padding: 7rem 0 7rem; text-align: center; background: url(../sub/img/s43_process_bg.jpg) 50% 100%/ cover no-repeat; max-width: 100%; line-height: 1.5; }
.s43_process_wrap .emphasis { color: #9cb9cf;}
.s43_process_wrap .process_tits strong { font-weight: 500;}
.s43_process_wrap .process_tits .tit01 { font-size: 1.75rem; font-weight: 300;}
.s43_process_wrap .process_tits .tit02 { font-size: 2rem; }
.s43_process_wrap .process_list { display: flex; align-items: flex-start; justify-content: center; gap: 1rem 6rem; margin-top: 4rem;}
.s43_process_wrap .process_list li{ text-align: center; display: flex; flex-direction: column; align-items: center; position: relative; }
.s43_process_wrap .process_list li::before { content: ""; display: block; width: 1.125rem; height: 2.563rem; position: absolute; top: 37%; right: -3.8rem; background: url(../sub/img/s43_process_next.png) 50% 50%/ 100% no-repeat; }
.s43_process_wrap .process_list li:last-of-type:before {display: none;}
.s43_process_wrap .process_list li .subtit  { color: #88aeca; font-weight: 500; border: 1px solid #88aeca; border-radius: 0 20px 0 20px; width: 7.313rem; height: 2.313rem; line-height: 2.313rem; font-size: 1.01rem; }
.s43_process_wrap .process_list li .subtit + img { margin-top: 1rem;}
.s43_process_wrap .process_list li img + .txt01 { margin-top: 1.5rem;}
.s43_process_wrap .process_list li .txt01 { font-size: 1.25rem; font-weight: 600; }
.s43_process_wrap .process_list li .txt02 {font-size: 0.938rem; color: #575757;}
.s43_process_wrap .process_list li .txt01 + .txt02 { margin-top: 0.5rem;}

.s43_recom_wrap { padding: 8rem 0 7rem; text-align: center; line-height: 1.5;}
.s43_recom_wrap strong { font-weight: 500;}
.s43_recom_wrap .emphasis { color: #9cb9cf;}
.s43_recom_wrap .recom_tits { text-align: center; }
.s43_recom_wrap .recom_tits .tit01 { font-size: 1.875rem; font-weight: 300; }
.s43_recom_wrap .recom_tits .tit02 { font-size: 1rem; }
.s43_recom_wrap .recom_tits .tit01 + .tit02 { margin-top: 2.5rem;}
.s43_recom_wrap .recom_list { display: flex; justify-content: center; align-items: flex-start; text-align: center; gap: 0 11rem; margin-top: 4rem;}
.s43_recom_wrap .recom_list li .txt01{ margin-top: 1rem; font-size: 1.125rem;}

.s43_half_wrap.n02 { padding: 7rem 0 7rem;}

.s43_vs_wrap {padding: 7rem 0 10rem; background: url(../sub/img/s43_vs_wrap_bg.png) 50% 50%/ cover no-repeat; max-width: 100%;}
.vs_inner {display: flex; align-items: center; justify-content: center; gap: 1rem; position: relative; }
.vs_icon {font-family: "ofelia-text", sans-serif; font-size: 2.5rem; font-weight: 500; background: #aac1dd; width: 6.5rem; height: 6.5rem; line-height: 7rem; text-align: center; border-radius: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1;}
.vs_sect { display: flex; justify-content: center; align-items: center; flex-direction: column; border: 1px solid rgba(156, 185, 207, 0.6); width: 37.438rem; height: 37.625rem; border-radius: 100px;}
.vs_sect .tit { font-size: 1.875rem; font-weight: 500;}
.vs_sect.n01 .tit{ color: #88aeca;}
.vs_sect.n02 .tit{ color: #6f6f6f;}
.vs_sect > img { margin-top: 2rem;}
.vs_sect ul { margin-top: 2rem; }
.vs_sect li { font-size: 1.063rem; position: relative; padding-left: 2rem;}
.vs_sect li::before { content: ""; display: block; width: 9px; height: 9px; background: #88aeca; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); }
.vs_sect.n02 li::before { background: #a4a4a4;}
.vs_sect li + li { margin-top: 1rem;}

.s43_trust_wrap { padding: 7rem 0 7rem; text-align: center; background: url(../sub/img/s43_trust_wrap_bg.png) 50% 100%/ cover no-repeat; max-width: 100%;}
.s43_trust_wrap::before { content: "Environ Ionzyme"; display: block; font-weight: 400; font-family: 'Sorts Mill Goudy', sans-serif; font-size: 11rem; letter-spacing: 2px; color: #282828; opacity: 0.05; position: absolute; top: 36%; left: 50%; transform: translate(-50%,-0%); width: 100%; z-index: -1;}
.s43_trust_wrap .trust_tit { text-align: center;}
.s43_trust_wrap strong {font-weight: 500;}
.s43_trust_wrap em { color: #9cb9cf; }
.s43_trust_wrap .emphasis { color: #9cb9cf; }
.s43_trust_wrap .trust_tit .tit01 { font-size: 1.75rem; line-height: 1.5; }
.s43_trust_wrap .trust_tit .tit02 { font-size: 2rem; line-height: 1.5;}
.s43_trust_wrap .trust_inner { display: flex; align-items: center; justify-content: center; margin-top: 4.375rem; gap: 0 3rem; max-width: 1920px; padding-right: 4rem; }
.s43_trust_wrap .trust_txt { line-height: 1.4; position: relative; padding-left: 2rem; text-align: left; height: 7.063rem; }
.s43_trust_wrap .trust_txt::before { content: ""; display: block; width: 3px; height: 100%; background: #9cb9cf; position: absolute; top: 0; left: 0;  }
.s43_trust_wrap .trust_txt .txt01 { font-size: 1.25rem; font-weight: 500; }
.s43_trust_wrap .trust_txt .txt02 { font-size: 1.063rem;}
.s43_trust_wrap .trust_txt .txt01 + .txt02 { margin-top: 1rem;}
.s43_trust_wrap .trust_txt strong { font-weight: 600;}

.s43_half_wrap.n03 { padding: 7rem 0 7rem;}

.s43_half_wrap.n04 { padding: 7rem 0 7rem;}

.s43_half_wrap.n05 { padding: 10rem 0 7rem;}

.s43_trust_wrap.n02::before { content: "Tran skin"; display: block; font-weight: 400; font-family: 'Sorts Mill Goudy', sans-serif; font-size: 11rem; letter-spacing: 2px; color: #282828; opacity: 0.05; position: absolute; top: 36%; left: 50%; transform: translate(-50%,-0%); width: 100%; z-index: -1;}

.s43_recom_wrap.n05 { padding: 8rem 0 11rem;}


/********************************************************** 
* sub5_1 - 줄기세포치료
***********************************************************/
.sub5_1_top_view_bg { background: url(../sub/img/sub5_1_top_img01.png) 50% 100%/ cover no-repeat; }

.s51_tabbtn_wrap { padding: 10rem 0 0; text-align: center; }
.s51_tabbtn_wrap .tabtit { line-height: 1.5; }
.s51_tabbtn_wrap strong { font-weight: 500; }
.s51_tabbtn_wrap .tit01 { font-size: 1.75rem; font-weight: 300; }
.s51_tabbtn_wrap .tit02 { font-size: 2rem; font-weight: 300; }
.s51_tabbtn_wrap .tit03 { font-size: 1.125rem; font-weight: 300; margin-top: 2rem;}
.s51_tabbtn_wrap .txt01 { color: #717070; font-weight: 500; line-height: 1.4; border-bottom: 1px solid #717070; display: inline-block; margin: 2rem auto 0;}

.tab_contents { padding: 4rem 0 0;}
.tab_btnbox { display: flex; justify-content: center; align-items: center;  gap: 2rem; max-width: 840px; width: 90%; flex-wrap: wrap; margin: 0 auto; transition: top 0.3s;}
.tab_btnbox.fixd_active { position: fixed; top: 75px; left: 50%; transform: translate(-50%,0);  z-index: 2;}
.tab_btnbox .tab_item .tab_link{ border-radius: 23px; background-color: #b1cee4; color: #fff; font-weight: 400; font-size: 1.125rem; width: 11.125rem; height: 3.813rem; line-height: 3.813rem; display: inline-block; text-align: center; transition: all 0.2s;}
.tab_btnbox .tab_item .tab_link:hover { background: #000; }
.tab_btnbox .tab_item .tab_link.active { background: #000; }
#tabCont1 { padding-top: 4rem; position: relative;}
#tabCont2 { padding-top: 4rem; position: relative;}
#tabCont3 {  padding-top: 4rem; position: relative;}
#tab_area1 { width: 100%; height: 30px; position: absolute; top: 100px; left: 0;}
#tab_area2 { width: 100%; height: 30px; position: absolute; top: 100px; left: 0;}
#tab_area3 { width: 100%; height: 30px; position: absolute; top: 100px; left: 0;}

.s51_half_wrap { padding: 3rem 0 7rem;  display: flex; justify-content: center; align-items: center; gap: 0 9rem; }
.s51_half_wrap strong { font-weight: 500;}
.s51_half_wrap .half_img {  box-shadow:0px 1px 10px 4px rgba(54, 54, 55, 0.1); border-radius: 10px;}
.s51_half_wrap .half_txts { font-weight: 300; text-align: center; }
.s51_half_wrap .half_txts .emphasis { color: #9cb9cf;}
.s51_half_wrap .half_txts .tit01{ font-size: 1.438rem; line-height: 1.5;}
.s51_half_wrap .half_txts .tit02{ font-size: 2rem; line-height: 1.5;}
.s51_half_wrap .half_txts .txt01{ font-size: 1.063rem; line-height: 1.5; margin-top: 1.5rem; font-weight: 400;}
.s51_half_wrap .half_txts .txt01 + .txt01 { margin-top: 1.5rem;}

.s51_where_wrap { padding: 7rem 0 10rem; text-align: center; font-weight: 300; }
.s51_where_wrap .tit01 { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: -2px; }
.s51_where_wrap .tit02{ font-size: 1.125rem; line-height: 1.5; margin-top: 2rem; font-weight: 400;}
.s51_where_wrap strong { font-weight: 500; }
.s51_where_wrap .emphasis { color: #88aeca;}
.s51_where_wrap ul{ display: flex; align-items: center; justify-content: center; box-shadow:0px 1px 10px 4px rgba(54, 54, 55, 0.1); max-width: 1420px; border-radius: 100px; margin: 3rem auto 0; padding: 4.3rem 0 6rem; }
.s51_where_wrap ul li {text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; line-height: 1.5; padding: 0 5.313rem; height: 16.68rem;}
.s51_where_wrap ul li::before { content: ""; display: block; width: 1px; height: 19.8rem; background: #666563; opacity: 0.2; position: absolute; top: 0; right: 0;  } 
.s51_where_wrap ul li:last-of-type::before { display: none;}
.s51_where_wrap ul li .bluetit { color: #88aeca; font-weight: 500; font-size: 1.375rem; }
.s51_where_wrap ul li > img { margin-top: 1.7rem; }
.s51_where_wrap ul li .txt01 { font-size: 1.063rem; margin-top: 1.7rem; font-weight: 400;}

.s51_up_wrap { padding: 8rem 0 8rem; text-align: center; font-weight: 300; background: #f4f8fb; max-width: 100%; text-align: center; }
.s51_up_wrap .tit01 { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: -2px; }
.s51_up_wrap strong { font-weight: 500; }
.s51_up_wrap .emphasis { color: #b4cfe4;}
.s51_up_wrap ul { display: flex; align-items: center; justify-content: center; line-height: 1.5; margin-top: 4rem;}
.s51_up_wrap ul li {display: flex; flex-direction: column; align-items: center; gap: 2rem 0; font-size: 1.063rem;}
.s51_up_wrap .round { max-width: 23.4rem; border-radius: 106px; }
.s51_up_wrap ul li.center { margin: 0 7rem;}
.s51_up_wrap ul .btit { background: #000; color: #fff; border-radius: 0 20px 0 20px; min-width: 18.3rem; height: 2.438rem; line-height: 2.438rem; padding: 0 1.438rem; }
.s51_up_wrap ul.mo-wrap { display: none; }

.s51_start_wrap { padding: 7rem 0 6rem; text-align: center; line-height: 1.5; font-weight: 300;}
.s51_start_wrap strong { font-weight: 500; }
.s51_start_wrap .emphasis { color: #454b50; }
.s51_start_wrap .start_titles { text-align: center; }
.s51_start_wrap .start_titles .tit01 { font-size: 1.438rem;  }
.s51_start_wrap .start_titles .tit02 { font-size: 2rem;}
.s51_start_wrap .start_img { margin-top: 2rem;  }
.s51_start_wrap .keyword { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-top: 2rem; }
.s51_start_wrap .keyword li {font-weight: 500; font-size: 1.063rem; width: 12.313rem; height: 3.25rem; line-height: 3.25rem; border: 2px solid #9cb9cf; border-radius: 20px; }
.s51_start_wrap .txt01 { margin-top: 2rem; font-size: 1.063rem;}
.s51_start_wrap .txt01 + .txt01 { margin-top: 1.5rem;}

.s51_half_wrap.n02 .half_txts .tit01{ font-size: 1.75rem; } 
.s51_half_wrap.n02 > div {position: relative;}
.s51_half_wrap.n02 .half_img { border-radius: 10px; max-width: 43.688rem; position: relative;} 
.s51_half_wrap.n02 .half_floatimg { position: absolute; bottom: -4rem; right: -5rem; } 

.s51_dotlist_wrap { padding: 7rem 0 8rem;}
.s51_dotlist_wrap .emphasis { color: #9dbfd9;}
.s51_dotlist_wrap .dotlist_tits { text-align: center; }
.s51_dotlist_wrap .dotlist_tits .tit01 { font-size: 1.188rem; }
.s51_dotlist_wrap .dotlist_tits .tit02 { font-size: 1.875rem; margin-top: 0.5rem; font-weight: 500; }
.s51_dotlist_wrap .dotlist_tits .tit01 + .tit02 { margin-top: 1.5rem;}
.s51_dotlist_wrap .dotlist { display: flex; flex-wrap: wrap; justify-content: center; margin: 5.6rem auto 0; gap: 4.6rem 0; }
.s51_dotlist_wrap .dotlist li { padding: 0 4rem; height: 7.1rem; text-align: center; position: relative;}
.s51_dotlist_wrap .dotlist li::before{ content: ""; display: block; width: 1px; height: 100%; background: #d7d7d7; position: absolute; top: 0; right: 0; }
.s51_dotlist_wrap .dotlist li:last-of-type::before { display: none;}
.s51_dotlist_wrap .dotlist span { display: block; width: 0.75rem; height: 0.75rem; background: #9dbfd9; margin: 0 auto;}
.s51_dotlist_wrap .dotlist .txt01 { font-size: 1rem; margin-top: 2rem; line-height: 1.5; font-weight: 400;}
.s51_dotlist_wrap .dotlist strong {font-weight: 600; font-size: 1.188rem;}

.s51_sort_wrap { padding: 7rem 0 10rem; text-align: center; font-weight: 400; line-height: 1.5;}
.s51_sort_wrap .tit01{ font-size: 2rem; }
.s51_sort_wrap .tit02{ font-size: 1.063rem; margin-top: 1rem; }
.s51_sort_wrap strong { font-weight: 500; }
.s51_sort_wrap .emphasis { color: #9cb9cf;}
.s51_sort_wrap ul{ display: flex; align-items: center; justify-content: center; gap: 0 6.5rem; margin: 4rem auto 0; width: 90%; max-width: 1430px; height: 27.8rem; background: #fff; border-radius: 100px; box-shadow:0px 1px 30px 10px rgba(54, 54, 55, 0.1); }
.s51_sort_wrap ul li {text-align: center; display: flex; flex-direction: column; align-items: center; position: relative;}
.s51_sort_wrap ul li::before { content: ""; display: block; width: 0.75rem; height: 2.75rem; background: url(../sub/img/s51_sort_arrow.png) 50% 100%/ cover no-repeat; position: absolute; top: 7.4rem; right: -4.05rem;}
.s51_sort_wrap ul li:nth-of-type(3):before { right: -3rem; }
.s51_sort_wrap ul li:last-of-type:before { display: none; }
.s51_sort_wrap ul li .bluetit { font-weight: 500; border: 1px solid #9dbfd9; border-radius: 19px; width: 6.5rem; height: 2.313rem; line-height: 2.313rem; font-size: 1rem;}
.s51_sort_wrap ul li > img { margin-top: 1.7rem; }
.s51_sort_wrap ul li .subtit { font-size: 1.25rem; font-weight: 500; color: #88aeca; margin-top: 1.4rem;}
.s51_sort_wrap ul li .txt01 { font-size: 1.063rem; margin-top: 1rem; }

.s51_device_wrap { padding: 7rem 0 7rem; background: #f4f8fb; max-width: 100%; text-align: center; font-weight: 400; line-height: 1.5;}
.s51_device_wrap .tit01{ font-size: 2rem; }
.s51_device_wrap .tit02{ font-size: 1.063rem; margin-top: 1rem; }
.s51_device_wrap strong { font-weight: 600; }
.s51_device_wrap .emphasis { color: #9cb9cf;}
.s51_device_inner { display: flex;  align-items: center; justify-content: center; margin-top: 4.5rem;}
.s51_device_inner > li {display: flex; align-items: center; flex-direction: column;} 
.s51_device_inner li.left { margin-right: 8rem; position: relative;}
.s51_device_inner li.left::before { content: ""; display: block; width: 1px; height: 24rem; position: absolute; top: 0; right: -4rem; background: rgba(90, 91, 92, 0.3);}
.s51_device_inner li > span { display: block; width: 13.375rem; height: 3.125rem; line-height: 3.125rem; border-radius: 25px; background: #78a1c0; color: #fff; font-weight: 500; font-size: 1.125rem; }
.s51_device_inner li.left >img { margin-top: 1.5rem; margin-left: 4.5rem;}
.s51_device_inner li .txt01 { font-size: 1.125rem; }
.s51_device_inner li.left .txt01 { margin-top: 1.5rem;  }
.s51_device_inner li.left .txt01 + .txt01 {margin-top: 0.5rem;}
.s51_device_inner li.right .txt01 { margin-top: 2rem; }
.s51_device_inner li .device { display: flex; justify-content: center; align-items: center; gap: 0 0.7rem; margin-top: 2rem;  }
.s51_device_inner li .device li { padding-right: 0.7rem; }
.s51_device_inner li .device .name { font-size: 0.906rem; margin-top: 0.5rem; font-weight: 500;}

.s51_half_wrap.n04 { max-width: 100%; padding: 10rem 0; background: url(../sub/img/s51_half02_bg.png) 50% 100%/ cover no-repeat; }
.s51_half_wrap.n04 .half_img { box-shadow: none; border-radius: 0;}

.s51_theory_wrap { padding: 1rem 0 7rem; max-width: 100%; text-align: center; font-weight: 400; line-height: 1.5;}
.s51_theory_wrap .tit01{ font-size: 2rem; }
.s51_theory_wrap .tit02{ font-size: 1.063rem; margin-top: 1rem; }
.s51_theory_wrap strong { font-weight: 500; }
.s51_theory_wrap .emphasis { color: #9cb9cf;}
.s51_theory_wrap .theory_img { width: 80%; max-width: 640px; margin: 2rem auto 0; overflow: hidden;}
.s51_theory_wrap .theory_img > img { margin-top: -2px; width: 100%;}

.s51_diff_wrap { padding: 7rem 0 6rem; text-align: center;}
.s51_diff_wrap .diff_tits { text-align: center; font-weight: 400; line-height: 1.5; }
.s51_diff_wrap .diff_tits strong { font-weight: 500;}
.s51_diff_wrap .diff_tits .emphasis {color: #9cb9cf;}
.s51_diff_wrap .diff_tits .tit01 { font-size: 1.75rem; }
.s51_diff_wrap .diff_tits .tit02 { font-size: 2rem; }
.s51_diff_wrap .diff_tits .tit03 { font-size: 1.063rem; font-weight: 400; }
.s51_diff_wrap .diff_tits .tit01 + .tit02 { margin-top: 0.3rem;}
.s51_diff_wrap .diff_tits .tit02 + .tit03 { margin-top: 1.8rem;}
.s51_diff_wrap .diff_inner { max-width: 1320px; margin: 2rem auto 0; border-top: 1px solid rgba(194, 194, 194, 0.4); border-bottom: 1px solid rgba(194, 194, 194, 0.4); padding: 3.1rem 3rem 2.8rem;}
.s51_diff_wrap .slide_inner { display: flex; justify-content: center; align-items: flex-start; gap: 0 3.125rem; } 
.s51_diff_wrap .s51_diff_txts { text-align: left; padding-top: 10px;}
.s51_diff_wrap .s51_diff_txts .subtit { font-size: 1.375rem; font-weight: 500; color: #9cb9cf; }
.s51_diff_wrap .s51_diff_txts .txt01 { font-size: 1rem; line-height: 1.5;  margin-top: 1.7rem;}
.s51_diff_wrap .s51_diff_txts .txt01 + .txt01 { margin-top: 1.5rem;}
.s51_diff_pagination { width: 100%; display: flex; align-items: center; justify-content: center; position: static; margin-top: 3rem; gap: 3rem;}
.s51_diff_pagination .swiper-pagination-bullet { background: transparent; border-radius: 0; width: auto; height: auto; color: #717171; font-size: 1.063rem; opacity: 1; transition: color 0.3s;}
.s51_diff_pagination .swiper-pagination-bullet:hover { color: #9cb9cf; }
.s51_diff_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { color: #9cb9cf; }
.s51_diff_pagination02 { width: 100%; display: flex; align-items: center; justify-content: center; position: static; gap: 0 0.8rem; margin-top: 3.5rem; }
.s51_diff_pagination02 .swiper-pagination-bullet { background: transparent; width: 0.75rem; height: 0.75rem; border: 1px solid #c2c2c2; opacity: 1; transition: background 0.3s, border 0.3s;}
.s51_diff_pagination02 .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #9cb9cf; width: 0.938rem; height: 0.938rem; border: 1px solid #9cb9cf; }

.s51_half_wrap.n05 { padding: 7rem 0 11rem;}
.s51_half_wrap.n05 .half_img { box-shadow: none;}
.s51_half_wrap.n05 .half_txts { text-align: left;}
.s51_half_wrap.n05 .tit01.grey { color: #5d5d5d; }
.s51_half_wrap.n05 .chcklist { display: flex; align-items: center; justify-content: flex-start; gap: 0 1rem; font-size: 1.063rem; font-weight: 600; margin-top: 2.5rem;}
.s51_half_wrap.n05 .chcklist li { display: flex; align-items: center; }
.s51_half_wrap.n05 .chcklist i { display: inline-block; margin-right: 0.5rem; width: 1.375rem; height: 1.375rem; background: url(../sub/img/s51_chck_icon.png) 50% 100%/ cover no-repeat; }


/********************************************************** 
* sub5_2 - 줄기세포치료
***********************************************************/
.sub5_2_top_view_bg { background: url(../sub/img/sub5_2_top_img01.png) 50% 100%/ cover no-repeat; }

.s52_start_wrap { padding: 10rem 0 6rem; background: url(../sub/img/s52_start_bg.png) 50% 100%/ cover no-repeat; max-width: 100%; text-align: center; line-height: 1.5;}
.s52_start_wrap .start_titles { text-align: center; font-weight: 300;}
.s52_start_wrap strong { font-weight: 600; }
.s52_start_wrap .emphasis { color: #9cb9cf; }
.s52_start_wrap .start_titles .tit01 { font-size: 1.75rem; }
.s52_start_wrap .start_titles .tit02 { font-size: 2rem; }
.s52_start_wrap .start_img { margin-top: 3.125rem; position: relative;}
.s52_start_wrap .start_img::before { content: "STEM"; display: block; font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 6.25rem; letter-spacing: -8px; color: #282828; opacity: 0.08; position: absolute; top: 50%; left: 16rem; transform: translateY(-50%); z-index: -1;}
.s52_start_wrap .start_img::after { content: "CELL"; display: block; font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 6.25rem; letter-spacing: -8px; color: #282828; opacity: 0.08; position: absolute; top: 50%; right: 19rem; transform: translateY(-50%); z-index: -1; }
.s52_start_wrap .start_txts {margin-top: 3rem;}
.s52_start_wrap .start_txts .txt01 { font-size: 1.25rem; line-height: 1.5; }
.s52_start_wrap .start_txts .txt02 { font-size: 1.063rem; line-height: 1.5; margin-top: 1rem; }

.s52_where_wrap { padding: 7rem 0 7rem; text-align: center; font-weight: 300; }
.s52_where_wrap .tit02{ font-size: 2rem; line-height: 1.5;}
.s52_where_wrap .tit03{ font-size: 1.063rem; line-height: 1.5; margin-top: 2rem;}
.s52_where_wrap strong { font-weight: 500; }
.s52_where_wrap .emphasis { color: #9cb9cf;}
.s52_where_wrap ul{ display: flex; align-items: flex-start; justify-content: center; gap: 0 7rem; border: 1px solid rgba(156, 185, 207, 0.6); max-width: 1315px; border-radius: 223px; margin: 3rem auto 0;padding: 4.3rem 0; }
.s52_where_wrap ul li {text-align: center; display: flex; flex-direction: column; align-items: center; position: relative;}
.s52_where_wrap ul li::before { content: ""; display: block; width: 1px; height: 100%; background: #666563; opacity: 0.2; position: absolute; top: 0; right: -3.5rem;  } 
.s52_where_wrap ul li:last-of-type::before { display: none;}
.s52_where_wrap ul li .bluetit { color: #88aeca; font-weight: 500; font-size: 1.375rem; }
.s52_where_wrap ul li > img { margin-top: 1.7rem; }
.s52_where_wrap ul li .txt01 { font-size: 1.063rem; line-height: 1.5; margin-top: 1.7rem; font-weight: 400;}

.s52_sort_wrap { padding: 7rem 0 7rem; text-align: center; font-weight: 300;}
.s52_sort_wrap .tit01{ font-size: 1.75rem; line-height: 1.5;}
.s52_sort_wrap .tit02{ font-size: 2rem; line-height: 1.5;}
.s52_sort_wrap strong { font-weight: 500; }
.s52_sort_wrap .emphasis { color: #9cb9cf;}
.s52_sort_wrap ul{ display: flex; align-items: flex-start; justify-content: center; gap: 0 10.5rem; margin-top: 4rem;}
.s52_sort_wrap ul li {text-align: center; display: flex; flex-direction: column; align-items: center; position: relative;}
.s52_sort_wrap ul li::before { content: ""; display: block; width: 1.125rem; height: 2.563rem; background: url(../sub/img/s52_sort_arrow.png) 50% 100%/ cover no-repeat; position: absolute; top: 7.4rem; right: -5.5rem;}
.s52_sort_wrap ul li:last-of-type:before { display: none; }
.s52_sort_wrap ul li .bluetit { color: #88aeca; font-weight: 500; border: 1px solid #88aeca; border-radius: 0 20px 0 20px; width: 7.313rem; height: 2.313rem; line-height: 2.313rem; font-size: 1.01rem; }
.s52_sort_wrap ul li > img { margin-top: 1.7rem; }
.s52_sort_wrap ul li .txt01 { font-size: 1.125rem; line-height: 1.5; margin-top: 1.7rem; font-weight: 400;}

.s52_dot_band_bg { background: url(../sub/img/s32_dot_band_bg.png) 50% 100%/ cover no-repeat; }

.s52_dotlist_wrap { padding: 7rem 0 8rem;}
.s52_dotlist_wrap .dotlist_tits { text-align: center; }
.s52_dotlist_wrap .dotlist_tits .tit01 { font-size: 1.188rem; }
.s52_dotlist_wrap .dotlist_tits .tit02 { font-size: 1.875rem; margin-top: 0.5rem; font-weight: 500; }
.s52_dotlist_wrap .dotlist_tits .tit01 + .tit02 { margin-top: 0.5rem;}
.s52_dotlist_wrap .dotlist { display: flex; flex-wrap: wrap; justify-content: center; max-width: 1200px; margin: 5.6rem auto 0; gap: 4.6rem 0; }
.s52_dotlist_wrap .dotlist li { width: 21.25rem; height: 7.1rem; text-align: center; position: relative;}
.s52_dotlist_wrap .dotlist li::before{ content: ""; display: block; width: 1px; height: 100%; background: #d7d7d7; position: absolute; top: 0; right: 0; }
.s52_dotlist_wrap .dotlist li:nth-of-type(3)::before, .s52_dotlist_wrap .dotlist li:nth-of-type(5)::before { display: none;}
.s52_dotlist_wrap .dotlist span { display: block; width: 0.75rem; height: 0.75rem; background: #9dbfd9; margin: 0 auto;}
.s52_dotlist_wrap .dotlist .txt01 { font-size: 1rem; margin-top: 2rem; line-height: 1.5;}
.s52_dotlist_wrap .dotlist strong {font-weight: 600; font-size: 1.188rem;}

.s52_band_wrap { padding: 8rem 0 9rem; text-align: center; }
.s52_band_wrap .emphasis { color: #9cbdd6; }
.s52_band_wrap .prof_txts .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; font-size: 2.5rem; letter-spacing: -2px; }
.s52_band_wrap .prof_txts .txt01 { font-size: 1.063rem; line-height: 1.5; color: #1b1b1b;}
.s52_band_wrap .prof_txts .txt02 { font-size: 1.25rem; line-height: 1.5; font-weight: 600;}
.s52_band_wrap .prof_txts .subtit + .txt01 { margin-top: 4rem; }
.s52_band_wrap .prof_txts .txt01 + .txt01 { margin-top: 2rem; }
.s52_band_wrap .prof_txts .txt01 + .txt02 { margin-top: 2rem; }

.s52_tube_wrap {padding: 7rem 0 7rem;}
.s52_tube_wrap .emphasis { color: #9dbfd9; } 
.s52_tube_wrap strong { font-weight: 500; } 
.s52_tube_wrap .tube_tit { text-align: center;}
.s52_tube_wrap .tube_tit .subtit { font-weight: 500; font-family: "ofelia-text", sans-serif; color: #9dbfd9; font-size: 1rem; }
.s52_tube_wrap .tube_tit .tit01 { font-size: 1.438rem; line-height: 1.5; margin-top: 1.25rem; }
.s52_tube_wrap .tube_tit .tit02 { font-size: 1.875rem; line-height: 1.5; }
.tube_inner{position:relative; width:80%;max-width: 850px; margin-left: auto; margin-right: auto; overflow: hidden; border-radius: 23px; margin-top: 2rem; }
.video_area{position:relative; width:100%; margin-left:auto; margin-right:auto;}
.play_area{position: relative; width: 100%; padding-bottom: 56.25%; z-index: 1;}
.play_area iframe{position: absolute; width: 100%; height: 100%;}

.s52_fourth_wrap { padding: 7rem 0 6rem;}
.s52_fourth_wrap .fourth_tit { text-align: center;}
.s52_fourth_wrap .fourth_tit strong { font-weight: 600; }
.s52_fourth_wrap .fourth_tit .emphasis { color: #9cb9cf;}
.s52_fourth_wrap .fourth_tit .subtit{ font-size: 2.5rem; line-height: 1.5; font-family: "ofelia-text", sans-serif; font-weight: 500; }
.s52_fourth_wrap .fourth_tit .tit01{ font-size: 1.25rem; line-height: 1.5; margin-top: 2rem;}
.s52_fourth_wrap .fourth_inner{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 1440px; margin: 3rem auto 0;}
.s52_fourth_wrap .fourth_inner li { width: 43.75rem; height: 14rem; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 4rem 1rem 1rem 4rem;}
.s52_fourth_wrap .fourth_inner li::before { content: ""; display: block; width: 1px; height: 80%; background: #d7d7d7; position: absolute; top: 10%; right: 0; }
.s52_fourth_wrap .fourth_inner li::after { content: ""; display: block; width: 90%; height: 1px; background: #d7d7d7; position: absolute; bottom: 0rem; }
.s52_fourth_wrap .fourth_inner li.n01::after, .s52_fourth_wrap .fourth_inner li.n03::after { left: 5%; }
.s52_fourth_wrap .fourth_inner li.n02::after, .s52_fourth_wrap .fourth_inner li.n04::after { right: 5%; }
.s52_fourth_wrap .fourth_inner li.n02::before, .s52_fourth_wrap .fourth_inner li.n04::before { display: none; }
.s52_fourth_wrap .fourth_inner li .txt01 { font-size: 1.25rem; font-weight: 500; color: #9dbfd9; line-height: 1.5;}
.s52_fourth_wrap .fourth_inner li .txt02 { font-size: 0.938rem; line-height: 1.6; }
.s52_fourth_wrap .fourth_inner li .txt01 + .txt02 { margin-top: 1.5rem; }
.s52_fourth_wrap .fourth_inner li .fourth_icon { position: absolute; right: 5%; top: 23%; }

.s52_panel_wrap { padding: 7rem 0 11rem; }
.s52_panel_wrap strong { font-weight: 500; }
.s52_panel_wrap .emphasis { color: #b4cfe4;}
.s52_panel_wrap .panel.on { background: rgba(238, 243, 247, 0.4);}
.s52_panel_wrap .panel_tit { text-align: center;}
.s52_panel_wrap .panel_tit .tit01{ font-size: 1.438rem; line-height: 1.5; }
.s52_panel_wrap .panel_tit .tit02{ font-size: 2.5rem; line-height: 1.5; font-family: "ofelia-text", sans-serif; font-weight: 500; margin-top: 0.8rem; }
.s52_panel_wrap .panel-wrap { margin: 3rem auto 0; border-top: 2px solid #686868;  border-bottom: 2px solid #686868; width: 90%; max-width: 1315px;}
.s52_panel_wrap .panel { border-bottom: 1px solid #bfbfbf;}
.s52_panel_wrap .panel:last-of-type { border-bottom: none;}
.s52_panel_wrap .panel-title { padding: 2rem 2.8rem;}
.s52_panel_wrap .panel-title::before { content: ""; display: block; width: 96%; height: 1px; background: #e1e1e1; position: absolute; bottom: 0; left: 2%; }
.s52_panel_wrap .panel-title .tit { font-size: 1.438rem; font-weight: 400; }
.s52_panel_wrap .panel-title .tit span { font-size: 1.813rem; font-weight: 500;}
.s52_panel_wrap .txtbox{padding: 2rem 4rem 2rem 5.9rem; color: #474747; font-size: 1.125rem; line-height: 1.5;}


/********************************************************** 
* sub5_3 - 항산화
***********************************************************/
.sub5_3_top_view_bg { background: url(../sub/img/sub5_3_top_img01.png) 50% 100%/ cover no-repeat; }

.s53_half_wrap { padding: 10rem 0 7rem; display: flex; justify-content: center; align-items: center; gap: 0 5.75rem; }
.s53_half_wrap strong { font-weight: 500;}
.s53_half_wrap .half_img {  box-shadow:0px 1px 10px 4px rgba(54, 54, 55, 0.1); border-radius: 10px;}
.s53_half_wrap .half_txts { font-weight: 300;}
.s53_half_wrap .half_txts .emphasis { color: #9cb9cf;}
.s53_half_wrap .half_txts .tit01{ font-size: 1.563rem; line-height: 1.5;}
.s53_half_wrap .half_txts .tit02{ font-size: 2rem; line-height: 1.5;}
.s53_half_wrap .half_txts .txt01{ font-size: 1.063rem; line-height: 1.5; margin-top: 1.5rem; font-weight: 400;}
.s53_half_wrap .half_txts .txt01 + .txt01 { margin-top: 1.5rem;}

.s53_effect_wrap { padding: 7rem 0 6rem; text-align: center; line-height: 1.5; }
.s53_effect_wrap strong { font-weight: 500;}
.s53_effect_wrap .emphasis {color: #9cb9cf;}
.s53_effect_wrap { font-weight: 400; }
.s53_effect_wrap .tit01 { font-size: 1.9rem; }
.s53_effect_wrap .tit02 { font-size: 2rem;  }
.s53_effect_wrap .tit03 { font-size: 1.063rem; color: #5d5d5d; font-weight: 400; margin-top: 2rem; }
.s53_effect_wrap ul { display: flex; align-items: center; justify-content: center; gap: 1.875rem 3rem; flex-wrap: wrap; max-width: 1035px; margin: 4rem auto 0 ;}
.s53_effect_wrap li { width: 309px; height: 241px; overflow: hidden; background: #e0e8ed; text-align: center; transition: all 0.3s; position: relative; padding-top: 2rem; }
.s53_effect_wrap li > b { position: absolute; left: 0; z-index: -1; transform: translate3d(-10rem, 0, 0); transition: all 0.3s; color: #fff; width: 100%; }
.s53_effect_wrap li > b .tit { font-size: 1.25rem; font-weight: 300; text-decoration: underline; text-underline-position: under; text-underline-offset: 0;}
.s53_effect_wrap li > b .txt01 { font-size: 1rem; margin-top: 1rem; font-weight: 300; }
.s53_effect_wrap li > p { color: #628195; font-size: 1.25rem; font-weight: 300; opacity: 1; transition: all 0.3s; display: flex; align-items: center; flex-direction: column; text-decoration: underline; text-underline-position: under; text-underline-offset: 0;}
.s53_effect_wrap li > p i { display: block; width: 46px; height: 46px; background: url(../sub/img/s53_arrow.png) 50% 50%/ cover no-repeat; margin-top: 2rem; position: absolute; bottom: 2.5rem; }
.s53_effect_wrap li:hover { background: #8599a7; border-radius: 0 100px 0 0; }
.s53_effect_wrap li:hover > b { transform: translate3d( 0rem, 0, 0); z-index: 1;}
.s53_effect_wrap li:hover > p { opacity: 0;}

.s53_diff_wrap { padding: 7rem 0 6rem; text-align: center; line-height: 1.5;}
.s53_diff_wrap .diff_tits { text-align: center; font-weight: 400; }
.s53_diff_wrap .diff_tits strong { font-weight: 500;}
.s53_diff_wrap .diff_tits .emphasis {color: #9cb9cf;}
.s53_diff_wrap .diff_tits .tit01 { font-size: 1.75rem; }
.s53_diff_wrap .diff_tits .tit02 { font-size: 2rem; }
.s53_diff_wrap .diff_tits .tit03 { font-size: 1.063rem; font-weight: 400; }
.s53_diff_wrap .diff_tits .tit02 + .tit03 { margin-top: 1.8rem;}
.s53_diff_wrap .diff_inner { max-width: 1310px; margin: 2rem auto 0; border-top: 1px solid rgba(194, 194, 194, 0.4); border-bottom: 1px solid rgba(194, 194, 194, 0.4); padding: 3.1rem 3rem 2.8rem;}
.s53_diff_wrap .slide_inner { display: flex; justify-content: center; align-items: flex-start; gap: 0 6rem; } 
.s53_diff_wrap .s53_diff_txts { text-align: left; padding-top: 10px;}
.s53_diff_wrap .s53_diff_txts .subtit { font-size: 1.375rem; font-weight: 500; }
.s53_diff_wrap .s53_diff_txts .keywords { display: flex; align-items: center; gap: 0 0.5rem; }
.s53_diff_wrap .s53_diff_txts .keywords li { border: 1px solid rgba(156, 185, 207, 0.6); border-radius: 22px; color: #1b1b1b; font-size: 0.938rem; font-weight: 400; min-width: 6.875rem; padding: 0 0.9rem; height: 3.188rem; line-height: 3.188rem; text-align: center;}
.s53_diff_wrap .s53_diff_txts .txt01 { font-size: 1rem;}
.s53_diff_wrap .s53_diff_txts .subtit + .keywords { margin-top: 1.5rem;}
.s53_diff_wrap .s53_diff_txts .keywords + .keywords { margin-top: 0.5rem;}
.s53_diff_wrap .s53_diff_txts .keywords + .txt01 { margin-top: 1.5rem;}
.s53_diff_wrap .s53_diff_txts .txt01 + .txt01 { margin-top: 1rem;}
.s53_diff_pagination { width: 100%; display: flex; align-items: center; justify-content: center; position: static; margin-top: 3rem; gap: 3rem;}
.s53_diff_pagination .swiper-pagination-bullet { background: transparent; border-radius: 0; width: auto; height: auto; color: #717171; font-size: 1.063rem; opacity: 1; transition: color 0.3s;}
.s53_diff_pagination .swiper-pagination-bullet:hover { color: #9cb9cf; }
.s53_diff_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { color: #9cb9cf; }
.s53_diff_pagination02 { width: 100%; display: flex; align-items: center; justify-content: center; position: static; gap: 0 0.8rem; margin-top: 3.5rem; }
.s53_diff_pagination02 .swiper-pagination-bullet { background: transparent; width: 0.75rem; height: 0.75rem; border: 1px solid #c2c2c2; opacity: 1; transition: background 0.3s, border 0.3s;}
.s53_diff_pagination02 .swiper-pagination-bullet.swiper-pagination-bullet-active  {background: #9cb9cf; width: 0.938rem; height: 0.938rem; border: 1px solid #9cb9cf; }

.s53_recom_wrap { padding: 7rem 0 12rem; text-align: center; line-height: 1.5;}
.s53_recom_wrap strong { font-weight: 500;}
.s53_recom_wrap .emphasis { color: #9cb9cf;}
.s53_recom_wrap .recom_tits { text-align: center; }
.s53_recom_wrap .recom_tits .tit01 { font-size: 1.875rem; font-weight: 300; }
.s53_recom_wrap .recom_tits .tit02 { font-size: 1rem; }
.s53_recom_wrap .recom_tits .tit01 + .tit02 { margin-top: 2.5rem;}
.s53_recom_wrap .recom_list { display: flex; justify-content: center; align-items: flex-start; text-align: center; gap: 0 11rem; margin-top: 4rem;}
.s53_recom_wrap .recom_list li .txt01{ margin-top: 1rem; font-size: 1.125rem;}


/********************************************************** 
* sub7_1 -시술 후 주의사항
***********************************************************/
.sub7_1_top_view_bg { background: url(../sub/img/sub7_1_top_img01.png) 50% 100%/ cover no-repeat; }
.sub7_1_top_view_bg + .sub_titlebox { color: #151515;}
.sub7_1_top_view_bg + .sub_titlebox .ofelia { font-weight: 600;}
.sub7_1_top_view_bg + .sub_titlebox > .txt02 + .txt01 { margin-top: 2rem;}
.sub7_1_top_view_bg + .sub_titlebox > .txt01 + .txt02 { margin-top: 2rem; font-weight: 400;}

.s71_tab_wrap { padding: 10rem 0;}
.sub_tab_list{display: flex; align-items: center; justify-content: center; margin-bottom: 4%;}
.sub_tab_li{position:relative; color: #8e8e8e;  border-bottom: 2px solid rgba(234, 234, 234, 0.06);  width: 147px; padding-bottom: 5px; text-align: center; font-size: 1.063rem; transition: all 0.3s;} 
.sub_tab_li:hover{ font-weight:500; color: #000; border-bottom: 2px solid #80a3b7; }
.sub_tab_li.active{font-weight:500;color: #000; border-bottom: 2px solid #80a3b7; }
.sub_tab_li>a{ width: 100%; }
.sub_tab_wrap{display:none; position:relative; z-index:1; }
.sub_tab_wrap.active{display:block}

.s71_tab_wrap { line-height: 1.5; }
.s71_tab_wrap .panel_tit { text-align: center;}
.s71_tab_wrap .panel_tit .tit01{ font-size: 1.438rem;  }
.s71_tab_wrap .panel_tit .tit02{ font-size: 2.5rem; font-family: "ofelia-text", sans-serif; font-weight: 500; margin-top: 0.8rem; }
.s71_tab_wrap .panel-wrap { margin: 3rem auto 0; border-top: 1px solid #bbbbbb;  border-bottom: 1px solid #bbbbbb; width: 90%; max-width: 1315px;}
.s71_tab_wrap .panel { border-bottom: 1px solid #bfbfbf;}
.s71_tab_wrap .panel:last-of-type { border-bottom: none;}
.s71_tab_wrap .panel-title { padding: 2rem 2.8rem;}
.s71_tab_wrap .panel-title.open { background: rgba(128, 163, 183, 0.2); border-bottom: 1px solid #bbbbbb; }
.s71_tab_wrap .panel-title .tit { font-size: 1.438rem; font-weight: 500; text-align: center; }
.s71_tab_wrap .txtbox{padding: 4rem 4rem 4rem 5.9rem; color: #474747; font-size: 1.125rem; }
.s71_tab_wrap .txtbox .subtit{ font-size: 1.438rem; font-weight: 600;}
.s71_tab_wrap .txtbox .txt01 {  margin-top: 1rem; line-height: 1.6;}
.s71_tab_wrap .txtbox .txt01.big { font-size: 1.2rem; font-weight: 600; padding-bottom: 1rem;}
.s71_tab_wrap .txtbox strong { font-weight: 600;}
.s71_tab_wrap .txtbox .txt01 + .subtit {margin-top: 3rem;}
.s71_tab_wrap .panel.on .txtbox{ background: rgba(233, 233, 233, 0.2);}