/*문자열설정*/
@charset "utf-8";
/*폰트설정*/
/*@import url("/fonts/NanumBarunGothic/NanumBarunGothic.css");*/
/*@import url("/fonts/NanumGothic/NanumGothic.css");*/
/*@import url("/fonts/NanumMyeongjo/NanumMyeongjo.css");*/
/*@import url("/fonts/nanumsquare/nanumsquare.css");*/
/*@import url("/fonts/Oswald/Oswald.css");*/
/*@import url("/fonts/NotoSansCJK/NotoSansCJK.css");*/
@import url("/fonts/notokr/notokr.css");
/* @import url("/fonts/Nunito/Nunito.css"); */

/* *{margin:0;padding:0;font-weight:normal;font-family:"NanumBarunGothic","돋음, Dotum","Arial","sans-serif";} */
/* *{margin:0;padding:0;font-weight:normal;font-family:"NanumGothic","돋음, Dotum","Arial","sans-serif";} */
/* *{margin:0;padding:0;font-weight:normal;font-family:"NanumMyeongjo","돋음, Dotum","Arial","sans-serif";} */
/* *{margin:0;padding:0;font-weight:normal;font-family:"NanumSquare","돋음, Dotum","Arial","sans-serif";} */
/* *{margin:0;padding:0;font-weight:normal;font-family:"Oswald","돋음, Dotum","Arial","sans-serif";} */
/* *{margin:0;padding:0;font-weight:normal;font-family:"NotoSansCJK_R","돋음, Dotum","Arial","sans-serif";} */
* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: "Noto Sans KR", "돋음, Dotum", "Arial", "sans-serif";
}

/* *{margin:0;padding:0;font-weight:300;font-family:"Nunito","돋음, Dotum","Arial","sans-serif";} */
/*html5-doctor-reset-stylesheet.min CSS 초기화*/
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
abbr,
acronym,
address,
big,
cite,
code,
ins,
small,
sub,
sup {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

div img,
dl img,
dt img,
dd img,
ul img,
ol img,
li img,
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
pre img,
form img,
fieldset img,
input img,
textarea img,
p img,
blockquote img,
th img,
td img {
    font-size: 0;
    line-height: 0;
}

table {
    border-spacing: 0;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
    font-weight: normal;
    font-size: 100%;
}

form,
fieldset,
a img {
    border: 0;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

address,
abbr,
address,
big,
cite,
code,
ins,
small,
sub,
sup,
em {
    font-weight: normal;
    font-style: normal;
}

blockquote,
q {
    quotes: none;
}

caption {
    display: none;
}

a img,
input,
textarea,
select,
img {
    vertical-align: middle;
}

time,
progress,
mark,
output {
    display: inline;
}

a {
    text-decoration: none;
}

a img {
    border: 0;
}

img,
input,
select {
    vertical-align: middle;
}

input {
    font-size: 13px;
    color: #000;
    vertical-align: middle;
}

select {
    font-size: 13px;
    border: 1px solid #d0d0d0;
    background: #fff;
}

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
main,
nav,
section,
label,
video,
object {
    display: block;
}

/* html5-doctor-reset-stylesheet.min CSS 초기화 */
/* 편의를 위한 CSS 정의 */
body.nav-active {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.my-placeholder {
    color: #aaa;
}

input[type="file"].s_upload {
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: none;
    cursor: pointer;
}

#document {
    width: 100%;
    overflow: hidden;
}

.blind {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999999999px;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.fwb {
    font-weight: bold;
}

.term_text textarea {
    width: 100%;
    height: 500px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
}

.mgt0 {
    margin-top: 0px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgt15 {
    margin-top: 15px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt25 {
    margin-top: 25px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgt35 {
    margin-top: 35px !important;
}

.mgt40 {
    margin-top: 40px !important;
}

.mgt45 {
    margin-top: 45px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgr5 {
    margin-right: 5px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr25 {
    margin-right: 25px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgr35 {
    margin-right: 35px !important;
}

.mgr40 {
    margin-right: 40px !important;
}

.mgr45 {
    margin-right: 45px !important;
}

.mgr50 {
    margin-right: 50px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb25 {
    margin-bottom: 25px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb35 {
    margin-bottom: 35px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb45 {
    margin-bottom: 45px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

.mgl0 {
    margin-left: 0px !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl25 {
    margin-left: 25px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgl35 {
    margin-left: 35px !important;
}

.mgl40 {
    margin-left: 40px !important;
}

.mgl45 {
    margin-left: 45px !important;
}

.mgl50 {
    margin-left: 50px !important;
}

.pdt0 {
    padding-top: 0px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt25 {
    padding-top: 25px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt35 {
    padding-top: 35px !important;
}

.pdt40 {
    padding-top: 40px !important;
}

.pdt45 {
    padding-top: 45px !important;
}

.pdt50 {
    padding-top: 50px !important;
}

.pdr0 {
    padding-right: 0px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdr15 {
    padding-right: 15px !important;
}

.pdr20 {
    padding-right: 20px !important;
}

.pdr25 {
    padding-right: 25px !important;
}

.pdr30 {
    padding-right: 30px !important;
}

.pdr35 {
    padding-right: 35px !important;
}

.pdr40 {
    padding-right: 40px !important;
}

.pdr45 {
    padding-right: 45px !important;
}

.pdr50 {
    padding-right: 50px !important;
}

.pdb0 {
    padding-bottom: 0px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb25 {
    padding-bottom: 25px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdb35 {
    padding-bottom: 35px !important;
}

.pdb40 {
    padding-bottom: 40px !important;
}

.pdb45 {
    padding-bottom: 45px !important;
}

.pdb50 {
    padding-bottom: 50px !important;
}

.pdl0 {
    padding-left: 0px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdl15 {
    padding-left: 15px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.pdl25 {
    padding-left: 25px !important;
}

.pdl30 {
    padding-left: 30px !important;
}

.pdl35 {
    padding-left: 35px !important;
}

.pdl40 {
    padding-left: 40px !important;
}

.pdl45 {
    padding-left: 45px !important;
}

.pdl50 {
    padding-left: 50px !important;
}

.font5 {
    font-size: 5px !important;
}

.font10 {
    font-size: 10px !important;
}

.font15 {
    font-size: 15px !important;
}

.font20 {
    font-size: 20px !important;
}

.font25 {
    font-size: 25px !important;
}

.font30 {
    font-size: 30px !important;
}

.font35 {
    font-size: 35px !important;
}

.font40 {
    font-size: 40px !important;
}

.font45 {
    font-size: 45px !important;
}

.font50 {
    font-size: 50px !important;
}

.font55 {
    font-size: 55px !important;
}

.font60 {
    font-size: 60px !important;
}

.font65 {
    font-size: 65px !important;
}

.font70 {
    font-size: 70px !important;
}

/* 카카오맵 여백,테두리 초기화 */
.root_daum_roughmap {
    padding: 0 !important;
    border: 0 !important;
}

/* 카카오맵 스크롤시 줌/인 방지 스크립트 */
.root_daum_roughmap:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 2;
    cursor: pointer;
}

.root_daum_roughmap.changed:before {
    display: none;
}

/* 퀵 메뉴 */
.quick {
    position: fixed;
    top: 46px;
    right: 0px;
    z-index: 999;
    border-radius: 18px 0 0 18px;
    overflow: hidden;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.quick > li:nth-child(1) {
    padding-top: 25px;
}

.quick > li:last-child {
    padding: 0;
    background-color: #e28586;
}

.quick > li:last-child > a,
.quick > li:nth-child(9) > a {
    border-bottom: 0;
}

.quick > li {
    width: 105px;
    text-align: center;
    background-color: #fff;
    padding-top: 15px;
    box-sizing: border-box;
}

.quick > li > a {
    display: inline-block;
    text-decoration: none;
    width: 70%;
    height: 100%;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}

.quick > li:hover > a > img {
    animation-name: swing;
}

.quick > li > a > img {
    vertical-align: top;
}

.quick > li > a > span {
    font-size: 14px;
    color: #4d4d4d;
    display: block;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: -1px;
}

a.page-on {
    background-color: #646464;
    border: 1px solid #646464;
    color: #fff;
}

.line_wrap {
    position: fixed;
    z-index: 9;
    transition: 0.4s;
    right: -150px;
    transition: 0.4s;
    top: 70%;
    transform: translateY(-50%);
}

html.line_on .line_wrap {
    right: calc(160px);
}

#layer_container_exps220318 {
    transition: 0.4s;
}

html.line_on #layer_container_exps220318 {
    bottom: 500px;
}

.line_wrap {
}

/* 사이트 메인 비주얼 BX슬라이더 사용 시*/
.bx_mv_wrap {
    width: 1920px;
    min-width: 1300px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.bx_mv_wrap .bx-wrapper .bx-pager {
    text-align: center;
    bottom: 25px;
}

.bx_mv_wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: inline-block;
    width: 44px;
    height: 4px;
    margin: 0 5px;
    font-size: 0;
    outline: 0;
    border-radius: 10px;
}

.bx_mv_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.mv_wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f7a08b;
}

.bx_mv_wrap .bx-wrapper .bx-prev {
    width: 47px;
    height: 115px;
    left: 50%;
    top: 47%;
    margin-left: -670px;
    background: url("/img/main/mv_b_prev.png") no-repeat;
    display: inline-block;
    text-indent: 99999px;
}

.bx_mv_wrap .bx-wrapper .bx-next {
    width: 47px;
    height: 115px;
    right: 50%;
    top: 47%;
    margin-right: -670px;
    background: url("/img/main/mv_b_next.png") no-repeat;
    display: inline-block;
    text-indent: 99999px;
}

.bx_mb98_wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
}

.bx_mb98_wrap .bx-wrapper .bx-prev {
    width: 47px;
    height: 115px;
    left: 50%;
    top: 20%;
    margin-left: -670px;
    background: url("/img/main/mv_b_prev.png") no-repeat;
    display: inline-block;
    text-indent: 99999px;
}

.bx_mb98_wrap .bx-wrapper .bx-next {
    width: 47px;
    height: 115px;
    right: 50%;
    top: 20%;
    margin-right: -670px;
    background: url("/img/main/mv_b_next.png") no-repeat;
    display: inline-block;
    text-indent: 99999px;
}

.bx_vertical_wrap {
    width: 700px;
    margin: 0 auto 50px;
}

.bx_vertical_wrap:after {
    clear: both;
    display: block;
    content: "";
}

.bx_vertical_wrap > h3 {
    float: left;
    font-size: 22px;
    padding-top: 2px;
}

.bx_vertical_wrap > h3:after {
    content: "";
    width: 2px;
    height: 25px;
    background: #ccc;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.bx_vertical_wrap .bx-wrapper {
    float: left;
    padding-top: 5px;
}

.bx_vertical_wrap .bx_vertical_inner > li > a {
    font-size: 18px;
    color: #000;
    display: inline-block;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bx_vertical_wrap > a {
    display: inline-block;
    float: right;
}

.bx_vertical_wrap > a:after {
    content: "";
    display: block;
    clear: both;
}

.bx_vertical_wrap > a > span {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    font-size: 22px;
    color: #333;
    border: 1px solid #777;
    border-radius: 25px;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
}

.bx_vertical_wrap > a:hover > span {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.bx_vertical_wrap .bx-wrapper .bx-prev {
    top: 5%;
    display: inline-block;
    text-indent: -9999999px;
    right: -280px;
    width: 30px;
    height: 15px;
    top: 10px;
}

.bx_vertical_wrap .bx-wrapper .bx-prev:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0px;
    transform: rotate(-45deg);
}

.bx_vertical_wrap .bx-wrapper .bx-prev:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 10px;
    top: 0px;
    transform: rotate(45deg);
}

.bx_vertical_wrap .bx-wrapper .bx-next {
    top: 40%;
    display: inline-block;
    text-indent: -9999px;
    right: -280px;
    width: 30px;
    height: 15px;
    top: 15px;
}

.bx_vertical_wrap .bx-wrapper .bx-next:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0px;
    transform: rotate(45deg);
}

.bx_vertical_wrap .bx-wrapper .bx-next:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 10px;
    bottom: 0px;
    transform: rotate(-45deg);
}

/* 메인비주얼 Slick 사용시 */
.slick_visual_wrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

.mv_wrap {
    width: 1920px;
    min-width: 1200px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 1080px;
}

.mv_wrap video {
    margin-top: -100px;
}

.mv_wrap > .mv_inner > li {
    border: 0;
    outline: 0;
}

.mv_wrap > .mv_inner > .slick-dots {
    position: absolute;
    left: 390px;
    text-align: center;
    margin-top: -50px;
    z-index: 1;
}

.mv_wrap > .mv_inner > .slick-dots > li {
    display: inline-block;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.mv_wrap > .mv_inner > .slick-dots > li > button {
    /*background:#fff;display:inline-block;width:44px;height:4px;*/
    border: 0;
    cursor: pointer;
    outline: none;
    background: none;
    text-indent: 0px;
    color: #fff;
}

.mv_wrap > .mv_inner > .slick-dots > li.slick-active:hover > button,
.mv_wrap > .mv_inner > .slick-dots > li.slick-active > button {
    background-color: #5c3f1c;
    width: 17px;
    height: 2px;
    text-indent: -9999px;
}

.mv_wrap > .mv_inner > .slick-dots > li.slick-active {
}

/* 커스텀 넘버링 페이지 단일버전
.mv_wrap > .mv_inner > .slick-dots{position:absolute;text-align:center;left:350px;bottom:100px;z-index:1;}
.mv_wrap > .mv_inner > .slick-dots > li{position:relative;display:inline-block;margin:0 10px;cursor:pointer;}
.mv_wrap > .mv_inner > .slick-dots > li > span{display:inline-block;width:50px;height:30px;border:0;border-radius:0px;cursor:pointer;outline:none;box-sizing:border-box;}
.mv_wrap > .mv_inner > .slick-dots > li > strong{position:absolute;top:0px;left:0;color:#000 ;font-size:15px;width:50px;text-align:left;}
.mv_wrap > .mv_inner > .slick-dots > li.slick-active > span{border-bottom:2px solid #d3b891 !important;}
.mv_wrap > .mv_inner > .slick-dots > li.slick-active > strong{color:#d3b891;}
*/
/* 커스텀 넘버링 페이지 토탈버전
.mv_wrap > .mv_inner > .slick-dots{position:absolute;text-align:center;left:350px;bottom:100px;z-index:1;}
.mv_wrap > .mv_inner > .slick-dots > li{position:relative;cursor:pointer;}
.mv_wrap > .mv_inner > .slick-dots > li > strong{font-size:20px;display:none;}
.mv_wrap > .mv_inner > .slick-dots > li > span{font-size:20px;display:none;}
.mv_wrap > .mv_inner > .slick-dots > li.slick-active > strong{color:#d3b891;display:inline-block;}
.mv_wrap > .mv_inner > .slick-dots > li.slick-active > span{color:#000;display:inline-block;}
 */

.mv_wrap > .mv_inner > .slick-arrow {
    position: absolute;
    top: 45%;
    width: 62px;
    height: 82px;
    border: 0;
    outline: 0;
    display: inline-block;
    text-indent: -99999px;
    cursor: pointer;
    z-index: 1;
}

/* 루프 끝에서 좌우 버튼 감추기
.mv_wrap > .mv_inner > .slick-disabled{display:none !important;}
*/
/* 흰색 버튼
.mv_wrap > .mv_inner > .slick-prev{background: url("/img/main/mv_w_prev.png") no-repeat;left:50%;margin-left:-600px;}
.mv_wrap > .mv_inner > .slick-next{background: url("/img/main/mv_w_next.png") no-repeat;right:50%;margin-right:-600px;}
*/
/* 검정색 버튼 */
.mv_wrap > .mv_inner > .slick-prev {
    background: url("/img/main/visu_prev.png") no-repeat;
    left: 50%;
    margin-left: -800px;
}

.mv_wrap > .mv_inner > .slick-next {
    background: url("/img/main/visu_next.png") no-repeat;
    right: 50%;
    margin-right: -800px;
}

/* 비주얼 오브젝트 효과 */

/* 공통 */
.visual_txt_wrap {
    position: absolute;
}

.vis_on > * {
    opacity: 1 !important;
}

.visual_txt_wrap > * {
    opacity: 0;
}

.mv_inner .visual01 .visual_txt_wrap {
    top: 120px;
    padding-left: 500px;
}

.mv_inner .visual02 .visual_txt_wrap {
    top: 120px;
    padding-left: 500px;
}

.mv_inner .visual03 .visual_txt_wrap {
    top: 80px;
    padding-left: 1000px;
}

.mv_inner .visual04 .visual_txt_wrap {
    top: 120px;
    padding-left: 500px;
}

.mv_inner .visual05 .visual_txt_wrap {
    top: 80px;
    padding-left: 1000px;
}

/* 텍스트 스타일1 */
.mv_inner .type01 .visual_txt_wrap .s_name {
    color: #b8b7b7;
    font-size: 14px;
    letter-spacing: 3px;
    display: inline-block;
}

.mv_inner .type01 .visual_txt_wrap .desc_big {
    color: #000;
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -2.7px;
    padding: 20px 0;
}

.mv_inner .type01 .visual_txt_wrap .desc_big > strong {
    color: #0e77bb;
}

.mv_inner .type01 .visual_txt_wrap .desc {
    color: #333;
    font-size: 18px;
}

/* 텍스트 스타일2 */
.mv_inner .type02 .visual_txt_wrap .s_name {
    color: #000;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
}

.mv_inner .type02 .visual_txt_wrap .s_name:after {
    content: "";
    height: 2px;
    width: 95%;
    display: block;
    background: #000;
    margin: 10px auto;
}

.mv_inner .type02 .visual_txt_wrap .desc_big {
    font-size: 50px;
    letter-spacing: -2.7px;
    line-height: 1.1;
    color: #000;
    margin-top: 5px;
}

.mv_inner .type02 .visual_txt_wrap .desc {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}

/* 텍스트 스타일3 */
.mv_inner .type03 .visual_txt_wrap .s_name {
    color: #000;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
}

.mv_inner .type03 .visual_txt_wrap .s_name:after {
    content: "";
    height: 2px;
    width: 95%;
    display: block;
    background: #000;
    margin: 10px auto;
}

.mv_inner .type03 .visual_txt_wrap .desc_big {
    font-size: 50px;
    letter-spacing: -2.7px;
    line-height: 1.1;
    color: #000;
    margin-top: 5px;
}

.mv_inner .type03 .visual_txt_wrap .desc {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}

/* 텍스트 위치1 */
.visual01 .s_name {
    transition: 1s all ease;
    transform: translateY(40px);
}

.visual01 .desc_big {
    transition: 1s all ease;
    transition-delay: 0.5s;
    transform: translateY(40px);
}

.visual01 .desc {
    transition: 1s all ease;
    transition-delay: 1s;
    transform: translateY(40px);
}

.visual01 .vis_on .s_name {
    transform: translateY(0);
}

.visual01 .vis_on .desc_big {
    transform: translateY(0);
}

.visual01 .vis_on .desc {
    transform: translateY(0);
}

/* 텍스트 위치2 */
.visual02 .s_name {
    transition: 1s all ease;
    transform: translateX(-40px);
}

.visual02 .desc_big {
    transition: 1s all ease;
    transition-delay: 0.5s;
    transform: translateX(-40px);
}

.visual02 .desc {
    transition: 1s all ease;
    transition-delay: 1s;
    transform: translateX(-40px);
}

.visual02 .vis_on .s_name {
    transform: translateX(0);
}

.visual02 .vis_on .desc_big {
    transform: translateX(0);
}

.visual02 .vis_on .desc {
    transform: translateX(0);
}

/* 텍스트 위치3 */
.visual03 .s_name {
    transition: 1s all ease;
    transform: translateX(-40px);
}

.visual03 .desc_big {
    transition: 1s all ease;
    transition-delay: 0.5s;
    transform: translateX(-40px);
}

.visual03 .desc {
    transition: 1s all ease;
    transition-delay: 1s;
    transform: translateX(-40px);
}

.visual03 .vis_on .s_name {
    transform: translateX(0);
}

.visual03 .vis_on .desc_big {
    transform: translateX(0);
}

.visual03 .vis_on .desc {
    transform: translateX(0);
}

/* 텍스트 위치4 */
.visual04 .s_name {
    transition: 1s all ease;
    transform: translateY(40px);
}

.visual04 .desc_big {
    transition: 1s all ease;
    transition-delay: 0.5s;
    transform: translateY(40px);
}

.visual04 .desc {
    transition: 1s all ease;
    transition-delay: 1s;
    transform: translateY(40px);
}

.visual04 .vis_on .s_name {
    transform: translateY(0);
}

.visual04 .vis_on .desc_big {
    transform: translateY(0);
}

.visual04 .vis_on .desc {
    transform: translateY(0);
}

/* 텍스트 위치5 */
.visual05 .s_name {
    transition: 1s all ease;
    transform: translateY(-40px);
}

.visual05 .desc_big {
    transition: 1s all ease;
    transition-delay: 0.5s;
    transform: translateY(-40px);
}

.visual05 .desc {
    transition: 1s all ease;
    transition-delay: 1s;
    transform: translateY(-40px);
}

.visual05 .vis_on .s_name {
    transform: translateY(0);
}

.visual05 .vis_on .desc_big {
    transform: translateY(0);
}

.visual05 .vis_on .desc {
    transform: translateY(0);
}

/* 그라데이션 배경 */
.gradation_bg_wrap {
    width: 600px;
    height: 300px;
    margin: 0 auto;
    border-radius: 16px;
}

/* .gradation_bg{background-attachment:fixed;background-image:-webkit-gradient(linear, left top, left bottom, from(#4A00E0), to(#FC466B));background-image:linear-gradient(#4A00E0, #FC466B);background-size:100vw 100vh;} */
.gradation_bg {
    background: -webkit-linear-gradient(#4a00e0, #fc466b);
    background: -moz-linear-gradient(#4a00e0, #fc466b);
    background: -ms-linear-gradient(#4a00e0, #fc466b);
}

/* 비급여수가표 */
.price_table_wrap {
    margin-bottom: 50px;
}

.price_table_wrap > h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.price_table {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #000;
}

.price_table tr th {
    font-size: 18px;
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
}

.price_table tr td {
    font-size: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
    box-sizing: border-box;
}

.price_table tr td:first-child {
    text-align: left;
    padding-left: 20px;
}

/* 확대 배너 */

.bn_box_list {
    width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
}

.bn_box_list:after {
    clear: both;
    display: block;
    content: "";
}

.bn_box_list > li {
    float: left;
    margin-right: 20px;
    width: 240px;
}

.bn_box_list > li > a {
    height: 300px;
    display: block;
    text-align: center;
    position: relative;
}

.bn_box_list > li > a > .txt_wrap {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.bn_box_list > li > a > .txt_wrap > em {
    display: block;
    color: #fff;
    font-size: 22px;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
}

.bn_box_list > li > a > .txt_wrap > .btn_link {
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 30px;
    padding: 10px 45px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.bn_box_list > li > a > .txt_wrap > .btn_link > span {
    color: #fff;
    font-size: 17px;
    position: relative;
    z-index: 2;
}

.bn_box_list > li > a:hover > .txt_wrap > .btn_link > span {
    color: #000;
}

.bn_box_list > li > a:hover > .txt_wrap > .btn_link:after {
    width: 100%;
}

.bn_box_list > li > a > .txt_wrap > .btn_link:after {
    content: "";
    position: absolute;
    background: #fff;
    display: block;
    left: 0;
    top: 0px;
    width: 0;
    transition: all 0.4s;
    z-index: 1;
    height: 100%;
}

.zoom_bx {
    overflow: hidden;
}

.zoom_bx > img {
    transition: all 0.4s ease-in-out;
}

.zoom_bx:hover > img {
    transform: scale(1.1);
}

/* 사각테두리 */
.bn_box_list2 {
    width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
}

.bn_box_list2:after {
    clear: both;
    display: block;
    content: "";
}

.bn_box_list2 > li {
    float: left;
    margin-right: 20px;
    width: 240px;
}

.bn_box_list2 > li > a {
    position: relative;
    height: 300px;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.box_border {
    position: absolute;
    background-color: #e13fff;
    z-index: 9;
    transition: all 0.4s;
}

.type_top {
    top: 0;
    left: 0;
    width: 0px;
    height: 5px;
}

.type_left {
    bottom: 0;
    left: 0;
    width: 5px;
    height: 0px;
}

.type_bottom {
    bottom: 0;
    right: 0;
    width: 0px;
    height: 5px;
}

.type_right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0px;
}

.bn_box_list2 > li > a.zoom_bx:hover > .type_top {
    width: 100%;
}

.bn_box_list2 > li > a.zoom_bx:hover > .type_bottom {
    width: 100%;
}

.bn_box_list2 > li > a.zoom_bx:hover > .type_left {
    height: 100%;
}

.bn_box_list2 > li > a.zoom_bx:hover > .type_right {
    height: 100%;
}

/* SNS */
.sns_animate {
    float: right;
}

.sns_animate:after {
    content: "";
    display: block;
    clear: both;
}

.sns_animate > li {
    display: inline-block;
}

.sns_animate > li > a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    color: #404040;
    margin: 0 15px;
    transition: 0.5s;
}

.sns_animate > li > a > span {
    position: absolute;
    transition: transform 0.5s;
}

.sns_animate > li > a > span:nth-child(1),
.sns_animate > li > a > span:nth-child(3) {
    width: 100%;
    height: 3px;
    background-color: #404040;
}

.sns_animate > li > a > span:nth-child(1) {
    top: 0;
    left: 0;
    transform-origin: right;
}

.sns_animate > li > a:hover span:nth-child(1) {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s;
}

.sns_animate > li > a > span:nth-child(3) {
    bottom: 0;
    left: 0;
    transform-origin: left;
}

.sns_animate > li > a:hover span:nth-child(3) {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
}

.sns_animate > li > a > span:nth-child(2),
.sns_animate > li > a > span:nth-child(4) {
    width: 3px;
    height: 100%;
    background-color: #404040;
}

.sns_animate > li > a > span:nth-child(2) {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: bottom;
}

.sns_animate > li > a:hover span:nth-child(2) {
    transform: scale(1);
    transform-origin: top;
    transition: transform 0.5s;
}

.sns_animate > li > a > span:nth-child(4) {
    top: 0;
    right: 0;
    transform: scale(0);
    transform-origin: top;
}

.sns_animate > li > a:hover span:nth-child(4) {
    transform: scale(1);
    transform-origin: bottom;
    transition: transform 0.5s;
}

.sns_animate > li > a > img {
    padding: 10px;
}

.facebook:hover > span {
    background-color: #3b5998 !important;
}

.kakao:hover > span {
    background-color: #e8d51d !important;
}

.instagram:hover > span {
    background-color: #c32aa3 !important;
}

.naver:hover > span {
    background-color: #1dc800 !important;
}

.youtube:hover > span {
    background-color: #dd4b39 !important;
}

/* Fixed 배너 */
.main_global_wrap {
    background: url("/img/main/global_bg.jpg") no-repeat center bottom fixed;
    height: 600px;
    width: 100%;
    position: relative;
}

.main_global_wrap > .tit_wrap {
    text-align: center;
    padding-top: 50px;
}

.main_global_wrap > .tit_wrap > .s_name {
    color: #b8b7b7;
    font-size: 14px;
    letter-spacing: 3px;
}

.main_global_wrap > .tit_wrap > h3 {
    font-size: 56px;
    color: #fff;
    letter-spacing: -3px;
    margin-top: 7px;
}

.main_global_wrap > .tit_wrap > h3 > strong {
    color: #f7a08b;
}

.main_global_wrap > .tit_wrap > h4 {
    color: #fff;
    font-size: 26px;
    letter-spacing: -1px;
}

.main_global_wrap > .group_list_bg {
    background: rgba(0, 0, 0, 0.7);
    height: 275px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.main_global_wrap > .group_list_bg > .inner_wrap {
    width: 1260px;
    margin: 0 auto;
    padding-top: 50px;
    height: 100%;
    box-sizing: border-box;
}

.main_global_wrap > .group_list_bg > .inner_wrap:after {
    clear: both;
    display: block;
    content: "";
}

.main_global_wrap > .group_list_bg > .inner_wrap > h4 {
    color: #fff;
    font-size: 28px;
    letter-spacing: -2px;
    line-height: 1.2;
    float: left;
    margin-left: 120px;
}

.main_global_wrap > .group_list_bg > .inner_wrap > h4 > strong {
    font-size: 38px;
    color: #f7a08b;
}

.main_global_wrap > .group_list_bg > .inner_wrap > .group_list {
    float: left;
    margin-left: 55px;
    width: 600px;
    height: 100%;
}

.main_global_wrap > .group_list_bg > .inner_wrap > .group_list:after {
    clear: both;
    display: block;
    content: "";
}

.main_global_wrap > .group_list_bg > .inner_wrap > .group_list > li {
    float: left;
    color: #fff;
    margin-bottom: 15px;
}

.main_global_wrap
    > .group_list_bg
    > .inner_wrap
    > .group_list
    > li
    > .list_name {
    font-size: 24px;
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 32px;
}

.main_global_wrap
    > .group_list_bg
    > .inner_wrap
    > .group_list
    > li
    > .list_name:before {
    content: "";
    background: url("/img/main/icon_group_list.png");
    width: 19px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}

.main_global_wrap > .group_list_bg > .inner_wrap > .group_list > li > span {
    font-size: 18px;
    vertical-align: middle;
}

.main_global_wrap
    > .group_list_bg
    > .inner_wrap
    > .group_list
    > li.child_first {
    width: 150px;
    height: 100%;
    margin-bottom: 0;
    margin-right: 60px;
}

.main_global_wrap
    > .group_list_bg
    > .inner_wrap
    > .group_list
    > li.child_first
    > .list_name {
    width: auto;
}

.main_global_wrap
    > .group_list_bg
    > .inner_wrap
    > .group_list
    > li.child_first
    > .list_ko {
    margin-left: 35px;
    margin-top: 15px;
}

.main_global_wrap
    > .group_list_bg
    > .inner_wrap
    > .group_list
    > li.child_first
    > .list_ko
    > li {
    font-size: 17px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 11px;
}

.main_global_wrap
    > .group_list_bg
    > .inner_wrap
    > .group_list
    > li.child_first
    > .list_ko
    > li:before {
    content: "";
    background: #fff;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 11px;
    left: 0;
    display: inline-block;
}

/* 배너 슬라이딩 */
.sbn_wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
}

.sbn_section > a > img {
    margin: 0 auto;
}

.sbn_txt_wrap {
    text-align: center;
    margin-top: -8px;
}

.sbn_txt_wrap > .sbn_category {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    border-radius: 15px;
    border: 0;
}

.sbn_txt_wrap > .cc1 {
    background-color: #0c6aa7;
}

.sbn_txt_wrap > .cc2 {
    background-color: #589d16;
}

.sbn_txt_wrap > .cc3 {
    background-color: #c04ace;
}

.sbn_txt_wrap > .cc4 {
    background-color: #efbe3a;
}

.sbn_txt_wrap > .sbn_n {
    font-size: 20px;
    margin-top: 20px;
    color: #000;
}

/* 프로그램 최신글 ver.1 */
.m_program_wrap {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
}

.m_program {
}

.m_program:after {
    content: "";
    display: block;
    clear: both;
}

.m_program > .mp_section {
    float: left;
    width: 400px;
    padding: 0 20px;
}

.m_program > .mp_section:nth-child(1) {
    padding-left: 0;
}

.m_program > .mp_section:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.m_program > .mp_section:nth-child(3) {
    padding-right: 0;
}

.m_program > .mp_section > a {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.m_program > .mp_section > a:after {
    content: "";
    display: block;
    clear: both;
}

.m_program > .mp_section > a > h3 {
    float: left;
    text-decoration: none;
    font-size: 22px;
    color: #333;
}

.m_program > .mp_section > a > span {
    display: inline-block;
    text-align: center;
    float: right;
    width: 30px;
    height: 30px;
    text-decoration: none;
    font-size: 22px;
    color: #333;
    border: 1px solid #777;
    border-radius: 25px;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
}

.m_program > .mp_section > a:hover > span {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.mp_list_box > li {
    padding-bottom: 10px;
    list-style: disc;
    margin-left: 20px;
}

.mp_list_box > li > a {
    width: 100%;
    font-size: 15px;
    color: #626262;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

/* 프로그램 최신글 ver.2 */
.m_program2_wrap {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
}

.m_program2:after {
    content: "";
    display: block;
    clear: both;
}

.m_program2 > .mp_section2 {
    float: left;
    width: 600px;
    margin-left: 100px;
}

.m_program2 > .mp_section2:first-child {
    margin-left: 0;
}

.m_program2 > .mp_section2:after {
    content: "";
    display: block;
    clear: both;
}

.m_program2 > .mp_section2 > h3 {
    float: left;
    text-decoration: none;
    font-size: 22px;
    color: #333;
    display: inline-block;
}

.m_program2 > .mp_section2 > h3:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    margin: 0 10px;
    background-color: #ddd;
    vertical-align: middle;
}

.m_program2 > .mp_section2 > p {
    float: left;
    margin-top: 5px;
}

.m_program2 > .mp_section2 > p > a {
    text-decoration: none;
    width: 400px;
    font-size: 15px;
    color: #626262;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.m_program2 > .mp_section2 > a {
    display: inline-block;
    float: right;
}

.m_program2 > .mp_section2 > a:after {
    content: "";
    display: block;
    clear: both;
}

.m_program2 > .mp_section2 > a > span {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    font-size: 22px;
    color: #333;
    border: 1px solid #777;
    border-radius: 25px;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
}

.m_program2 > .mp_section2 > a:hover > span {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

/* 와이드 배너 */
.wide_bn_wrap {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background: url("/img/main/wide_bn.jpg") no-repeat top center;
}

.wide_bn {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.wide_bn > p {
    text-align: center;
}

.wide_bn > p:nth-child(1) {
    font-size: 16px;
    color: #000;
    padding-top: 100px;
}

.wide_bn > p:nth-child(2) {
    font-size: 60px;
    color: #000;
    padding-top: 20px;
}

.wide_bn > p:nth-child(3) {
    font-size: 30px;
    color: #000;
    padding-top: 20px;
}

/* 아코디언 배너 */
.accordion_bn_wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.accordion_bn {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 768px;
    overflow: hidden;
    box-shadow: 2px 4px 10px rgba(125, 125, 125, 0.8);
    margin: 0 auto;
}

.accordion_bn > ul > li {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    box-shadow: 0 0 20px 1px rgba(22, 22, 22, 0.5);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.accordion_bn > ul:hover > li {
    width: 12.5%;
}

.accordion_bn > ul > li:hover {
    width: 50%;
}

.accordion_bn > ul > li > img {
    display: block;
}

.accordion_bn > ul > li > .accordion_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(22, 22, 22, 0.4);
}

.accordion_bn > ul > li > .accordion_title > a {
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

/* 아코디언 소개 배너 */
.accordion_introduce_wrap {
    width: 100%;
}

.accordion_introduce {
    background-color: #333;
    width: 100%;
    min-width: 1200px;
    height: 200px;
    display: block;
    overflow: hidden;
    font-size: 0;
}

.accordion_introduce:after {
    content: "";
    display: block;
    clear: both;
}

.accordion_introduce > li {
    float: left;
    background-color: #444;
    border-right: 1px solid #333;
    width: 80px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: 0;
    transition: all 0.5s ease-in-out 0.1s;
    box-sizing: border-box;
    text-align: center;
}

.accordion_introduce > li:hover {
    width: 450px;
}

.accordion_introduce > li:hover .intro_sec a:before {
    margin-left: -80px;
}

.accordion_introduce > li:hover .intro_sec a:after {
    margin-left: 0px;
}

.intro_sec a:after,
.intro_sec a:before {
    transition: all 0.4s ease-in-out 0.1s;
    width: 80px;
    height: 200px;
    position: absolute;
    padding-top: 90px;
    display: block;
    font-size: 30px;
    color: #fff;
    box-sizing: border-box;
}

.intro_sec a:after {
    font-size: 48px;
    padding-top: 80px;
    margin-left: 80px;
}

.accordion_introduce > li > .intro_content {
    position: relative;
    background-color: #fff;
    width: 360px;
    height: 200px;
    margin-left: 80px;
    padding: 50px 0 0 15px;
}

.accordion_introduce > li > .intro_content > h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.accordion_introduce > li > .intro_content > p {
    font-size: 16px;
    line-height: 16px;
    padding-right: 30px;
}

.youtube > a:before,
.youtube > a:after {
    content: "YT";
}

.youtube > a:after {
    background-color: #ff0000;
}

.twitter > a:before,
.twitter > a:after {
    content: "TW";
}

.twitter > a:after {
    background-color: #6dc5dd;
}

.facebook > a:before,
.facebook > a:after {
    content: "FB";
}

.facebook > a:after {
    background-color: #3b5998;
}

.linkedin > a:before,
.linkedin > a:after {
    content: "LD";
}

.linkedin > a:after {
    background-color: #00a9cd;
}

.instagram > a:before,
.instagram > a:after {
    content: "IG";
}

.instagram > a:after {
    background-color: #6dc993;
}

.github > a:before,
.github > a:after {
    content: "GH";
}

.github > a:after {
    background-color: #6e5494;
}

/* 하단공통상담창 */
.bot_counsel_wrap {
    background: #2b2b2b;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    z-index: 9;
}

.foot_inner {
    width: 1300px;
    margin: 0 auto;
    border-bottom: 1px solid #3f3f3f;
    padding: 13px 0;
}

.foot_inner:after {
    clear: both;
    display: block;
    content: "";
}

.hide_label {
    position: absolute;
    z-index: -1;
    text-indent: -9999px;
}

.bot_counsel_wrap .txt_wrap {
    float: left;
    margin-top: 8px;
}

.bot_counsel_wrap .txt_wrap > h3 {
    font-size: 33px;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.bot_counsel_wrap .txt_wrap > h3 > img {
    margin-right: 12px;
}

.bot_counsel_wrap .txt_wrap > .b_privacy label {
    display: inline-block;
    color: #8e8e8e;
    font-size: 15px;
    vertical-align: middle;
    text-decoration: underline;
}

.bot_counsel_wrap .txt_wrap > .b_privacy #bchk {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 2px;
}

.bot_counsel_wrap .txt_wrap > .b_privacy a {
    font-size: 12px;
    display: inline-block;
    padding: 1px 9px;
    background: #5c5c5c;
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    vertical-align: middle;
}

.bot_counsel_wrap .form_wrap {
    float: left;
    padding-top: 5px;
    display: flex;
}

.f_cate,
.f_name,
.f_tel {
    outline: none;
    box-sizing: border-box;
    width: 180px;
    height: 60px;
    font-size: 18px;
    padding-left: 15px;
    border: 0;
}

.f_name {
    margin-left: 13px;
}

.f_tel {
    margin-left: 13px;
    width: 304px !important;
}

.f_submit {
    box-sizing: border-box;
    border: none;
    width: 160px;
    height: 60px;
    font-size: 23px;
    color: #fff;
    text-align: center;
    background: #a98967;
    margin-left: 13px;
    cursor: pointer;
    border: 0;
}

.btn_reserv {
    line-height: 60px;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    width: 160px;
    height: 60px;
    font-size: 23px;
    color: #fff;
    text-align: center;
    background: #e28586;
    margin-left: 13px;
    cursor: pointer;
    border: 0;
}

/* 푸터 */
.foot_wrap {
    width: 100%;
    padding: 50px 0 210px 0;
    background-color: #2b2b2b;
}

.foot_ver1 {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot_ver1 .foot_logo {
    display: inline-block;
    width: 990px;
}

.foot_ver1 .foot_address {
    display: inline-block;
    margin-top: 30px;
}

.foot_ver1 .foot_member {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 305px;
}

.foot_ver1 .foot_member > li > a {
    color: #929292;
    font-size: 16px;
}

.foot_ver1 .foot_address > .foot_member > li {
    display: inline-block;
}

.foot_ver1 .foot_address > .foot_member > li:after {
    content: "";
    display: inline-block;
    margin: 0 10px;
    background-color: #fff;
    width: 1px;
    height: 14px;
    vertical-align: middle;
}

.foot_ver1 .foot_address > .foot_member > li:last-child:after {
    width: 0;
}

.foot_ver1 .foot_address > .foot_member > li > a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}

.foot_ver1 .foot_address > p {
    color: #939393;
    font-size: 16px;
    line-height: 1.7;
}

.foot_ver1 .foot_address > p > span.copy {
    display: inline-block;
    color: #939393;
    font-size: 14px;
    margin-top: 5px;
}

.foot_ver2 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.foot_ver2:after {
    content: "";
    display: block;
    clear: both;
}

.foot_ver2 .foot_logo {
    text-align: left;
}

.foot_ver2 .foot_address {
    margin-top: 20px;
    display: inline-block;
}

.foot_ver2 .foot_address > .foot_member {
    margin-top: 20px;
}

.foot_ver2 .foot_address > .foot_member > li {
    display: inline-block;
}

.foot_ver2 .foot_address > .foot_member > li:after {
    content: "";
    display: inline-block;
    margin: 0 10px;
    background-color: #fff;
    width: 1px;
    height: 14px;
    vertical-align: middle;
}

.foot_ver2 .foot_address > .foot_member > li:last-child:after {
    width: 0;
}

.foot_ver2 .foot_address > .foot_member > li > a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}

.foot_ver2 .foot_address > p {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
}

.foot_ver2 .foot_address > p > span.copy {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-top: 5px;
}

.foot_ver3 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.foot_ver3:after {
    content: "";
    display: block;
    clear: both;
}

.foot_ver3 .foot_logo {
    text-align: center;
}

.foot_ver3 .foot_address {
    margin-top: 20px;
    text-align: center;
}

.foot_ver3 .foot_address > .foot_member {
    margin-top: 20px;
}

.foot_ver3 .foot_address > .foot_member > li {
    display: inline-block;
}

.foot_ver3 .foot_address > .foot_member > li:after {
    content: "";
    display: inline-block;
    margin: 0 10px;
    background-color: #fff;
    width: 1px;
    height: 14px;
    vertical-align: middle;
}

.foot_ver3 .foot_address > .foot_member > li:last-child:after {
    width: 0;
}

.foot_ver3 .foot_address > .foot_member > li > a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}

.foot_ver3 .foot_address > p {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
}

.foot_ver3 .foot_address > p > span.copy {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-top: 5px;
}

.foot_ver3 > .sns_animate {
    float: inherit;
    text-align: center;
    margin-top: 30px;
}

/* 푸터2 */
.foot_top_wrap {
    width: 100%;
    background-color: #111;
    padding: 10px 0;
    border-bottom: 1px solid #555;
}

.foot_top {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}

.foot_top:after {
    content: "";
    display: block;
    clear: both;
}

.foot_top > .foot_member {
    float: left;
}

.foot_top > .foot_member > li {
    display: inline-block;
}

.foot_top > .foot_member > li:after {
    content: "";
    display: inline-block;
    margin: 0 10px;
    background-color: #fff;
    width: 1px;
    height: 15px;
    vertical-align: middle;
}

.foot_top > .foot_member > li:last-child:after {
    width: 0;
}

.foot_top > .foot_member > li > a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}

/*메인*/

/*메인*/
.mb01_wrap {
    width: 1920px;
    height: 762px;
    margin: 0px auto 70px;
    background: url("/img/main/mb01_bg.jpg") no-repeat;
    position: relative;
}

.mb01_posi {
    width: 1300px;
    position: absolute;
    top: 216px;
    left: 50%;
    transform: translatex(-50%);
}

.mb01_posi > ul {
    display: flex;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mb01_posi > ul > li > a > .mb01_img {
    width: 403px;
    height: 405px;
    overflow: hidden;
}

.mb01_posi > ul > li > a > .mb01_img > img {
    transition: all 0.4s;
}

.mb01_posi > ul > li > a > .mb01_img:hover img {
    transform: scale(1.1);
}

.mb03_wrap {
    position: relative;
    left: 50%;
    margin-left: -960px;
    display: flex;
    width: 1920px;
    margin-top: 115px;
    height: 769px;
    background: url("/img/main/mb03bg.png") no-repeat;
}

.mb03_txt {
    width: 600px;
    text-align: center;
    height: 475px;
    box-sizing: border-box;
    padding-top: 198px;
}

.mb03_txt > h3 {
    font-size: 44px;
    font-weight: 200;
    color: #2d3339;
    letter-spacing: -4px;
}

.mb03_txt > h3 > strong {
    font-weight: 600;
}

.mb03_txt > p {
    color: #2d3339;
    font-size: 16px;
    margin-top: 20px;
}

.mb03_slide_wrap {
    width: 1500px;
    position: absolute;
    transform: translatex(calc(-50% + 1460px));
    top: 95px;
}

.mb03_slide_wrap .slick-slide {
    margin-right: 30px;
}

.mb03_slide_wrap .slick-slide > a > .slide_txt {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
}

.mb03_slide_wrap .slick-slide > a > .slide_txt > h4 {
    color: #1c1c1c;
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
}

.mb03_slide_wrap .slick-slide > a > .slide_txt > p {
    font-size: 16px;
    color: #9a9a9a;
    margin-top: 20px;
}

.mb03_slide_wrap .slick-arrow {
    position: absolute;
    top: 240px;
    z-index: 9;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 0;
    text-indent: -9999px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
}

.mb03_slide_wrap .slick-next {
    background: url("/img/main/mb03_next.png") no-repeat;
    left: -340px;
}

.mb03_slide_wrap .slick-prev {
    background: url("/img/main/mb03_prev.png") no-repeat;
    left: -405px;
}

.mb04_bg {
    width: 1920px;
    margin: 0 auto;
    background: url("/img/main/mb04_bg.png") no-repeat;
    height: 839px;
    overflow: hidden;
}

.mb04_wrap {
    width: 1300px;
    margin: 114px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.mb04_left {
    width: 473px;
    text-align: center;
}

.mb04_left > h3 {
    font-size: 75px;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 108px;
}

.mb04_left > h3 > strong {
    color: #05a2e9;
    font-size: 48px;
}

.mb04_left > p {
    font-size: 16px;
    margin-top: 30px;
    color: #000;
}

.mb04_right {
}

.mb04_left_btn01 {
    display: block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #05a2e9;
    margin-top: 135px;
}

.mb04_left_btn02 {
    display: block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    margin-top: 8px;
}

.lan_gall_wrap {
    width: 1200px;
    margin-top: 20px;
    margin: 50px auto 0;
    position: relative;
}

.lan_gall_nav:after {
    content: "";
    display: block;
    clear: both;
}

.lan_gall_nav .gall_nav_thum {
    float: left;
    cursor: pointer;
    outline: 0;
    margin-right: 7px;
}

.lan_gall_nav .gall_nav_thum:last-child {
    margin-right: 0;
}

.nav_thum_img {
    width: 197px;
}

.nav_thum_img > img {
    width: 197px;
    height: 110px;
}

.lan_gall_rol {
    width: 803px;
    height: 451px;
    background-color: #c8b7a7;
}

.lan_gall_nav .slick-arrow {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 32px;
    height: 110px;
    cursor: pointer;
    border: 0;
    text-indent: -9999px;
}

.lan_gall_nav .slick-next {
    background: url("/img/main/mb04_next.png") no-repeat;
    right: -50px;
}

.lan_gall_nav .slick-prev {
    background: url("/img/main/mb04_prev.png") no-repeat;
    left: -50px;
}

.mb06_wrap {
    width: 1920px;
    margin: 0 auto;
    background: url("/img/main/mb06_bg.png") no-repeat;
    height: 799px;
    position: relative;
    overflow: hidden;
}

.mb06_posi {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    margin-top: 150px;
}

.mb06_slide {
    width: 650px !important;
}

.mb06_slide .slick-arrow {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    width: 16px;
    height: 29px;
    cursor: pointer;
    border: 0;
    text-indent: -9999px;
}

.mb06_slide .slick-next {
    background: url("/img/main/mb06_next.png") no-repeat;
    right: 15px;
}

.mb06_slide .slick-prev {
    background: url("/img/main/mb06_prev.png") no-repeat;
    left: 15px;
}

.mb07_wrap {
    position: relative;
    width: 1920px;
    margin: 0 auto;
}

.mb07_btn {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 357px;
}

.foot_sns_icon > ul {
    display: flex;
    width: 267px;
    justify-content: space-between;
    margin-top: 30px;
}

/*서브*/
.sub_container_wrap {
    width: 100%;
    overflow: hidden;
}

.sub_contents_wrap {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    min-height: 500px;
}

.sub_program_wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

/* 프로그램 타이틀 */
.sub_program_wrap > h3.program_title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 50px;
}

.sub_program_wrap > h3.program_title:after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #f7a08b;
    display: block;
    margin: 10px auto 0 auto;
}

/*서브*/

/*랜딩1*/
.ld_wrap {
    width: 1920px;
    margin: 0 auto;
}

#caution_lnb {
    width: 1300px;
    margin: 80 auto;
    border-top: 2px solid #000;
}

#caution_lnb > ul > li {
}

#caution_lnb > ul > li > a {
    display: block;
    display: flex;
    justify-content: space-between;
    height: 105px;
    box-sizing: border-box;
    padding: 30px 30px;
    border-bottom: 1px solid #e4e4e4;
}

#caution_lnb > ul > li > a > div {
    display: inline-block;
    font-size: 24px;
    color: #000;
}

#caution_lnb > ul > li.on .ro_img > img {
    transform: rotate(180deg);
}

.bold_txt {
    font-weight: bold;
    margin-left: 20px;
}

.ro_img {
    padding-top: 25px;
}

.ld_map {
    margin-top: 80px;
    width: 1920px;
    position: relative;
}

.map_inner {
    width: 960px;
    height: 658px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.sub_container_wrap {
    width: 100%;
    overflow: hidden;
}

.sub_vis {
    position: relative;
    width: 100%;
    height: 900px;
}

.sub_vis > .sbv_txt_wrap {
    text-align: center;
    padding-top: 400px;
}

.sub_vis > .sbv_txt_wrap > span {
    color: #fff;
    font-size: 16px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.sub_vis > .sbv_txt_wrap > h2 {
    font-size: 85px;
    color: #fff;
    letter-spacing: -3px;
    margin-top: 50px;
    font-weight: 600;
    letter-spacing: -4px;
}

.sub_vis > .sbv_txt_wrap > p {
    color: #fff;
}

.f_size25 > .sbv_txt_wrap > span {
    color: #fff;
    font-size: 25px !important;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.f_size25 > .sbv_txt_wrap > h2 {
    font-size: 85px;
    color: #fff;
    letter-spacing: -3px;
    margin-top: 50px;
    font-weight: 600;
    letter-spacing: -4px;
}

.f_size18 > .sbv_txt_wrap > span {
    color: #fff;
    font-size: 18px !important;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.intro_vis {
    background: url("/img/sub/intro01_vis.jpg?ver=1") no-repeat center top fixed;
}

.intro_vis.intro02_vd {
    background: none;
    height: 1080px;
    overflow: hidden;
}

.intro_vis video {
    margin-left: 50%;
    transform: translateX(-50%);
}

.lifting01_vis {
    background: url("/img/sub/lifting01_vis.jpg") no-repeat center top fixed;
}

.lifting02_vis {
    background: url("/img/sub/lifting02_vis.jpg?v=2") no-repeat center top fixed;
}

.lifting03_vis {
    background: url("/img/sub/lifting03_vis.jpg") no-repeat center top fixed;
}

.lifting04_vis {
    background: url("/img/sub/lifting04_vis.jpg?v=2") no-repeat center top fixed;
}

.lifting05_vis {
    background: url("/img/sub/lifting05_vis.jpg") no-repeat center top fixed;
}

.lifting06_vis {
    background: url("/img/sub/lifting06_vis.jpg?v=1") no-repeat center top fixed;
}

.lifting07_vis {
    background: url("/img/sub/lifting07_vis.jpg") no-repeat center top fixed;
}

.lifting08_vis {
    background: url("/img/sub/lifting08_vis.jpg") no-repeat center top fixed;
}

.lifting09_vis {
    background: url("/img/sub/lifting09_vis.png") no-repeat center top fixed;
}
.lifting10_vis {
    background: url("/img/sub/lifting10_vis.png") no-repeat center top fixed;
}

.filler01_vis {
    background: url("/img/sub/filler01_vis.jpg") no-repeat center top fixed;
}

.filler02_vis {
    background: url("/img/sub/filler02_vis.jpg") no-repeat center top fixed;
}

.filler03_vis {
    background: url("/img/sub/filler03_vis.jpg") no-repeat center top fixed;
}

.filler04_vis {
    background: url("/img/sub/filler04_vis.jpg") no-repeat center top fixed;
}

.filler05_vis {
    background: url("/img/sub/filler05_vis.png") no-repeat center top fixed;
}

.lipolysis01_vis {
    background: url("/img/sub/lipolysis01_vis.jpg") no-repeat center top fixed;
}

.antiaging01_vis {
    background: url("/img/sub/antiaging01_vis.jpg") no-repeat center top fixed;
}

.skbooster01_vis {
    background: url("/img/sub/skbooster01_vis.jpg") no-repeat center top fixed;
}

.skbooster02_vis {
    background: url("/img/sub/skbooster02_vis.jpg") no-repeat center top fixed;
}

.skbooster03_vis {
    background: url("/img/sub/skbooster03_vis.jpg") no-repeat center top fixed;
}

.skbooster04_vis {
    background: url("/img/sub/skbooster04_vis.jpg") no-repeat center top fixed;
}

.skin01_vis {
    background: url("/img/sub/skin01_vis.jpg") no-repeat center top fixed;
}

.skin02_vis {
    background: url("/img/sub/skin02_vis.jpg") no-repeat center top fixed;
}

.skin03_vis {
    background: url("/img/sub/skin03_vis.jpg") no-repeat center top fixed;
}

.community06_vis {
    background: url("/img/sub/community06_vis.jpg") no-repeat center top fixed;
}

.community01_vis {
    background: url("/img/sub/community01_vis_1.png") no-repeat fixed center top /
        cover;
}

.counsel01_vis {
    background: url("/img/sub/counsel01_vis_1.png") no-repeat fixed center top /
        cover;
}

.member_vis {
    background: url("/img/sub/member_vis.jpg") no-repeat center top fixed;
}

.sub_title {
    font-size: 60px;
    color: #1c1c1c;
    font-weight: bold;
    text-align: center;
}

.mgb80 {
    margin-bottom: 80px !important;
}

.intro04_map {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    height: 630px;
}

.intro04_wrap {
    position: relative;
}

.intro04_posi {
    position: absolute;
    width: 420px;
    top: 50px;
    right: 142px;
    display: flex;
    justify-content: space-between;
}

.intro04_posi > a {
    width: 200px;
    height: 40px;
    display: block;
}

.lifting04_wrap {
    width: 1920px;
    padding: 0 0 120px 0;
    background-color: #f2f2f2;
    margin: 0 auto;
}

.lifting04_slide {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.lifting04_slide .slick-arrow {
    position: absolute;
    top: 370px;
    z-index: 99;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 0;
    text-indent: -9999px;
    border-radius: 100px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
}

.lifting04_slide .slick-next {
    background: url("/img/sub/lifting04_next.png") no-repeat;
    right: 44px;
}

.lifting04_slide .slick-prev {
    background: url("/img/sub/lifting04_prev.png") no-repeat;
    left: 44px;
}

.lifting04_wrap2 {
    width: 1920px;
    margin: 0 auto;
    position: relative;
}

.lifting04_posi {
    width: 873px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 208px;
}

.filler03_wrap {
    padding-top: 250px;
    position: relative;
}

.filler03_wrap .slick-dots {
    display: flex;
    width: 690px;
    position: absolute;
    left: 50%;
    top: -150px;
    transform: translatex(-50%);
}

.filler03_wrap .slick-dots > li {
    border: 1px solid #d8d8d8;
    background-color: #f2f2f2;
    color: #1c1c1c;
    font-size: 23px;
    text-align: center;
    width: 342px;
    height: 73px;
    line-height: 73px;
    cursor: pointer;
}

.filler03_wrap .slick-dots > li.slick-active {
    border: 0;
    border: 1px solid #da8154;
    background-color: #da8154;
    color: #fff;
}

.sub_foot_wrap {
    margin-top: 80px;
}

.sub_slideWrap {
    width: 1920px;
    margin: 0 auto;
}

.sub_roll {
    width: 1300px;
    margin: 60px auto 110px;
}

.sub_roll .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 37px;
    height: 36px;
    cursor: pointer;
    border: 0;
    text-indent: -9999px;
}

.sub_roll .slick-next {
    background: url("/img/sub/sub_roll_next.jpg") no-repeat;
    right: 611px;
}

.sub_roll .slick-prev {
    background: url("/img/sub/sub_roll_prev.jpg") no-repeat;
    left: 616px;
}

.mb05_wrap {
    width: 1920px;
    position: relative;
    margin: 0 auto;
}

.mb05_slide {
    width: 752px;
    position: absolute;
    bottom: 0;
    left: 310px;
}

.mb05_slide .slick-arrow {
    position: absolute;
    bottom: 90px;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 0;
    text-indent: -9999px;
}

.mb05_slide .slick-next {
    background: url("/img/main/mb05_next.png") no-repeat;
    right: -110px;
}

.mb05_slide .slick-prev {
    background: url("/img/main/mb05_prev.png") no-repeat;
    right: -68px;
}

.int03_wrap {
    width: 1300px;
    margin: 80px auto;
}

.int03_slide {
    width: 100%;
}

.int03_slide .slick-dots {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
}

.int03_slide .slick-dots > li {
    width: 243px;
    height: 140px;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
}

.int03_slide .slick-dots > li img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.int03_slide .slick-dots > li.slick-active img {
    border: 10px solid #8f7b64;
}

.lif01_wrap {
    width: 1920px;
    position: relative;
}

.lif01_posi {
    position: absolute;
    width: 1300px;
    left: 50%;
    transform: translatex(-50%);
    top: 272px;
    display: flex;
    justify-content: space-between;
}

.lif01_posi > a {
    display: block;
    width: 363px;
    height: 528px;
}

.lif04_wrap {
    width: 1920px;
    position: relative;
}

.lif04_posi {
    position: absolute;
    width: 1605px;
    left: 50%;
    transform: translatex(-50%);
    top: 272px;
    display: flex;
    justify-content: space-between;
}

.lif04_posi > a {
    display: block;
    width: 363px;
    height: 528px;
}

.ytb_sub_tt {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    padding: 120px 0 40px 0;
}
.ytb_sub_tt2 {
    padding: 145px 0;
}

.ytb_sub_tt > .sub_ytb_tbtn {
    width: 480px;
    padding-top: 80px;
    box-sizing: border-box;
}

.ytb_tt_in {
    width: 823px !important;
    background: url("/img/sub/sub_ytb_tool.png");
    height: 701px;
    position: relative;
}
.ytb_tt_in2 {
    width: 875px !important;
    background: url("/img/sub/sub_ytb_tool_2.png");
    height: 630px;
    position: relative;
}

.ytb_tt_in > div {
    width: 770px;
    height: 435px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 26px;
}

.ytb_tt_in .yt_wrap {
    width: 770px;
    height: 435px;
}

.ytb_tt_in .yt_wrap > video {
    width: 100%;
}

.ytb_tRoll {
    position: relative;
}

.ytb_tRoll .slick-slide video {
    width: 100%;
}

.ytb_tRoll .slick-dots {
    position: absolute;
    right: 0;
    bottom: -113px;
    font-size: 0;
}

.ytb_tRoll .slick-dots > li {
    display: inline-block;
    margin-right: 15px;
}

.ytb_tRoll .slick-dots > li > button {
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    border: 0;
    border-radius: 50px;
    background: #c8c8c8;
    transition: all 0.3s;
    cursor: pointer;
}

.ytb_tRoll .slick-dots > li.slick-active > button {
    width: 52px;
    background-color: #a98967;
}

.lifting04_05_gif {
    position: relative;
}

.lifting04_05_gif > div {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    width: 960px;
    height: 540px;
}

.lif_gif_01 {
    top: 307px;
}

.lif_gif_02 {
    top: 1185px;
}

.lif06_wrap {
    position: relative;
    width: 1920px;
    margin: 0 auto;
}

.lif06_wrap > div {
    width: 1600px;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 100px;
    justify-content: space-between;
}

.lif06_wrap > div a {
    display: block;
    width: 360px;
    height: 530px;
}

.sk2_wrap {
    width: 1920px;
    position: relative;
    margin: 0 auto;
}

.sk2_wrap ul {
    width: 1153px;
    display: flex;
    left: 372px;
    top: 657px;
    justify-content: space-between;
    position: absolute;
}

.sk2_wrap01 {
    width: 1920px;
    position: relative;
    margin: 0 auto;
}

.sk2_wrap01 > div {
    width: 613px;
    left: 347px;
    top: 150px;
    position: absolute;
}

/*작업완료후 추가CSS*/

.lifting09_vid_group {
    padding-top: 92px;
}

.lifting09_vid_con {
    max-width: 1300px;
    margin: 0 auto;
}

.lifting09_vid_con .vid {
    margin-top: 90px;
}

.lifting09_vid_con .vid video {
    width: 100%;
}

/*작업완료후 추가CSS*/

/* 20240816 라인, 위챗 수정 */
.line_wrap img {
    width: 260px;
}

.wechat_wrap img {
    width: 260px;
}

.wechat_wrap {
    /* display: none; */
    position: fixed;
    z-index: 9;
    transition: 0.4s;
    right: -160px;
    transition: 0.4s;
    top: 70%;
    transform: translateY(-50%);
}

.hover_item.on {
    right: 160px;
}

html.on #layer_container_exps220318 {
    bottom: 500px;
}

.whats_wrap {
    position: fixed;
    z-index: 9;
    transition: 0.4s;
    right: -160px;
    transition: 0.4s;
    top: 70%;
    transform: translateY(-50%);
}

.whats_wrap img {
    width: 260px;
}

.quick > li:nth-child(1) {
    padding-top: 18px;
}

.quick > li {
    padding-top: 10px;
}

.quick > li > a {
    padding-bottom: 11px;
}

.quick > li:last-child > a,
.quick > li:nth-child(9) > a {
    border-bottom: 1px solid #ececec;
}

.quick > li:last-child > a,
.quick > li:nth-child(10) > a {
    border-bottom: none;
}

.line_wrap {
    right: -420px;
}

.add_sec {
    padding: 30px 0 120px 0;
    background-color: #f7f7f7;
}

.w_1300 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.add_sec .cont_1 > div {
    width: 50%;
}

.add_sec .cont_1 {
    display: flex;
    align-items: center;
}
.add_sec .img_box img {
    width: 100%;
    display: block;
}
.bfaf-comparison-slider {
    position: relative;
    /* margin: 2px; */
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    user-select: none;
    overflow: hidden;
    border-radius: 20px;
    touch-action: pan-x;
    position: relative;
}

.bfaf-comparison-slider > figure:last-of-type {
    position: absolute;
    top: 0;
    left: 3px;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.bfaf-comparison-slider > figure > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.bfaf-comparison-slider > figure:first-of-type > figcaption {
    position: absolute;
    font-size: 20px;
    width: 50%;
    padding: 7px 15px;
    bottom: 0;
    left: 0;
    color: #fff;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.bfaf-comparison-slider > figure:last-of-type > figcaption {
    position: absolute;
    font-size: 20px;
    text-align: right;
    width: 50%;
    padding: 7px 15px;
    bottom: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(90deg, rgba(83, 38, 103, 0) 0%, #532667 100%);
}

.bfaf-comparison-slider > .slider {
    position: absolute;
    left: 50%;
    background: #000;
    height: 100%;
    width: 2px;
    top: 0;
}

.bfaf-comparison-slider .slider-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
}
.bfaf-comparison-slider .slider-shape > img {
    pointer-events: none;
}
.no_login > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.bfaf-comparison-slider:hover .no_login {
    display: none;
}

.quick {
    z-index: 9999;
}
