/*---common css---*/

#k_header{border-bottom: 1px solid #d9d9d9;}

/*header
#k_header{border-bottom: 1px solid #d9d9d9;}

.hd_top{height: 85px;transition: inherit;}
.hd_btm{height: 75px;}

.hd_logo img{padding-top: 36px;transition: inherit;}

#gnb_open span{top: 36.5px;}

.hd_gnb>ul>li>a{line-height: 75px;}
.hd_gnb>ul>li>ul{top: 75px;}

@media screen and (max-width: 1480px){

    .hd_top{height: 80px;}
    .hd_btm{height: 60px;}

    .hd_logo img{padding-top: 30px;}

    #gnb_open span{top: 29px;}

    .hd_gnb>ul>li>a{line-height: 60px;}
    .hd_gnb>ul>li>ul{top: 60px;}

    .gnb_bg{height: 253px;}
}

@media screen and (max-width: 1280px){

    .gnb_bg{height: 241px;}
}

@media screen and (max-width: 1080px){

    .hd_top{height: 75px;}

    .hd_logo img{padding-top: 25.5px;}
}*/

/*sub container*/
.sub_section{padding: 145px 0;}
.sub_section_top{padding-top: 0 !important;}/*--.sub_section_top서브페이지 padding-top이 필요 없을때 사용--*/
.sub_section_bottom{padding-bottom: 0 !important;}/*--.sub_section_bottom서브페이지 padding-bottom이 필요 없을때 사용--*/



@media screen and (max-width: 1480px){

    .sub_section{padding: 120px 0;}
}

@media screen and (max-width: 1080px){

    .sub_section{padding: 100px 0;}
}

@media screen and (max-width: 720px){

    .sub_section{padding: 75px 0;}
}



/*sub visual title*/
.sub_tit_motion i{position: relative;}
.sub_tit_motion i::after{content: "";position: absolute;top: 0;right: 0;width: 100%;height: 100%;background-color: #FFF;}

.sub_tit_motion.on i::after{width: 0;transition: width .6s ease-in-out .3s;}

/*---sub visual---*/
.sub_visual{height: 395px;margin-top: 181px;position: relative; display: none; }

.sv_tit{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 1;width: 100%;}
.sv_tit h2{text-align: center;margin-bottom: 36px;}

/*-sub navi select-*/
.sv_navi>ul>li{display: none;}
.sv_navi>ul>li>a{display: none !important;}

.sv_navi>ul>li>ul{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;}
.sv_navi>ul>li>ul>li>a{display: block;width: 100%;height: 100%;font-size: 1.125rem;font-weight: 400;padding: 0 23px;transition: color .2s;}
.sv_navi>ul>li>ul>li>a.sub_on{color: #62b995;font-weight: bold;}
.sv_navi>ul>li>ul>li>a:hover{color: #62b995;}

#sv_01 .sv_navi>ul>li.k_menu_1{display: block;}
#sv_02 .sv_navi>ul>li.k_menu_2{display: block;}
#sv_03 .sv_navi>ul>li.k_menu_3{display: block;}
#sv_04 .sv_navi>ul>li.k_menu_4{display: block;}
#sv_05 .sv_navi>ul>li.k_menu_5{display: block;}

@media screen and (max-width: 1480px){

    .sub_visual{height: 310px;margin-top: 161px;}

    .sv_tit h2{margin-bottom: 30px;}

    .sv_navi>ul>li>ul>li>a{padding: 0 20px;}
}

@media screen and (max-width: 1080px){

	#k_header { height: auto; }
    .sub_visual{margin-top: 76px;}
	
}

@media screen and (max-width: 720px){

    .sub_visual{height: 225px;}

    .sv_tit h2{font-size: 30px;}
    .sv_navi>ul>li>ul>li>a{font-size: 12.5px;padding: 0 12px;font-weight: 600;}
    .sv_navi>ul>li>ul>li>a.sub_on{font-weight: bold;}
}

/*---sub page 1_1---*/
.sub_img_box{height: 84vh; background-color: #FFF;position: relative; margin: 150px auto 0; width: 100%; }
.sub_img_box::before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 1px solid #fff;box-sizing: border-box;border-width: 0 5rem;z-index: 1;
    transition: border 0.8s cubic-bezier(0.66, 0, 0.34, 1);
    -webkit-transition: border 0.8s cubic-bezier(0.66, 0, 0.34, 1);
}
.sub_img_box::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.6);opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.66, 0, 0.34, 1);
    -webkit-transition: opacity 0.8s cubic-bezier(0.66, 0, 0.34, 1);
}

.sub_img_box figure{width: 100%;height: 100%;background-image: url(/img/sub_page_01/sub_01_01.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;background-attachment: scroll;}

.img_text{position: absolute;top: 45%;left: 50%;transform: translate(-50%,-50%);width: 92%;z-index: 1;color: #FFF;text-align: center;}
.img_text span{color: #62b995;display: block;margin-bottom: 3px;}
.img_text h3{margin-bottom: 9px;}
.img_text p{line-height: 165%;}

.sub_img_box .img_text .k_delay_02{transition-delay: 0s !important;}
.sub_img_box .img_text .k_delay_04{transition-delay: 0s !important;}
.sub_img_box .img_text .k_delay_06{transition-delay: 0s !important;}

.sub_img_box.on .img_text .k_delay_02{transition-delay: 0.2s !important;}
.sub_img_box.on .img_text .k_delay_04{transition-delay: 0.4s !important;}
.sub_img_box.on .img_text .k_delay_06{transition-delay: 0.6s !important;}

.brand_tab { position: absolute; bottom: 10%; left: 50%; transform: translate(-50%,-50%)!important; z-index: 1; }
.brand_tab>a { float: left; color: #fff; width: 180px; margin: 0 20px; opacity: .3; transition: transform .8s ease, opacity .4s; }
.brand_tab>a:hover { opacity: .6; }
.brand_tab>a.on { opacity: 1; }
.brand_tab>a>div>h2>div { width: 100%; height: 5px; background: #fff; border-radius: 10px; margin-top: 20px; }

.brand_1 { width: 100%; height: 85vh; background: url(/img/sub_page_01/sub_01_05.jpg); background-repeat: no-repeat;background-position: top;background-size: cover;background-attachment: fixed; position: relative;}
.brand_1 .tit_box_02 { width: 100%; top: 35%; left: 0; opacity: 0; position: absolute; color: #fff; }
.brand_1 .tit_box_02 h3 { margin-bottom: 20px; }

.brand_2, .brand_3, .brand_4 { display: flex; align-items: center; height: 850px; }
.brand_2>div, .brand_3>div, .brand_4>div { height: 850px; }
.brand_2 .ms6_text { background: url(/img/sub_page_01/sub_01_bg1.jpg) no-repeat; height: 100%; padding: 0; margin: 0; }
.brand_3 .ms6_text { background: url(/img/sub_page_01/sub_01_bg2.jpg) no-repeat; height: 100%; padding: 0; margin: 0; }
.brand_4 .ms6_text { background: url("/img/sub_page_01/sub_01_bg3.jpg") no-repeat; height: 100%; padding: 0; margin: 0; }
.brand_2 .ms6_text .tit_box_02 { margin-left: 0; padding-left: 70px; padding-top: 250px; width: 80%; }
.brand_3 .ms6_text .tit_box_02 { margin-left: 0; padding-left: 70px; padding-top: 250px; width: 80%; }
.brand_3_m { display: none; }
.brand_4 .ms6_text .tit_box_02 { margin-left: 0; padding-left: 70px; padding-top: 250px; width: 80%; }
.brand_2 .ms6_text p, .brand_3 .ms6_text p, .brand_4 .ms6_text p { margin-top: 20px; }
.brand_4 .ms6_text p:last-child { margin-top: 50px; }
#ms6_slide img { width: auto!important; }

@media screen and (max-width: 1080px){
	.img_text { top: 45%; }
	.brand_tab { display: flex; align-items: end; bottom: 5%; }
	.brand_2, .brand_3, .brand_4 { display: block; height: auto; }
	.brand_2 .ms6_text { background: #fff; width: 90%; margin: 0 auto; }
	.brand_3_m { display: block; } .brand_3_pc { display: none; }
	.brand_3 .ms6_text { background: #fff; width: 90%; margin: 0 auto; order: 1; }
	.brand_3 .ms6_slide { order: 2; }
	.brand_4 .ms6_text { background: #fff; width: 90%; margin: 0 auto; }
	.brand_2 .ms6_text .tit_box_02 { padding-left: 0; padding-top: 150px; padding-bottom: 50px; width: 100%; }
	.brand_3 .ms6_text .tit_box_02 { padding-left: 0; padding-top: 150px; padding-bottom: 50px; width: 100%; }
	.brand_4 { margin-bottom: 150px; }
	.brand_4 .ms6_text .tit_box_02 { padding-left: 0; padding-top: 150px; padding-bottom: 50px; width: 100%; }
	#ms6_slide img { width: 100%!important; }
	.brand_2>div, .brand_3>div, .brand_4>div { height: auto; width: 90%; margin: 0 auto; }
	.brand_tab>a { width:120px; }
}


/*on*/

.sub_img_box.on::before{border-width: 0;}
.sub_img_box.on::after{opacity: 1;}

@media screen and (max-width: 1480px){

    .sub_img_box{height: 85vh;}
    .sub_img_box::before{border-width: 0 4rem;}
	.sub_img_0301_2 { margin-top: 140px; }
}

@media screen and (max-width: 1080px){

    .sub_img_box{height: 84vh; margin-top: 75px!important;}
    .sub_img_box::before{border-width: 0 3rem;}
	.brand_1 .tit_box_02 { width: 100%; left: 0; text-align: center; }
}

@media screen and (max-width: 720px){
	
	.brand_1 { background-attachment: initial; }
	.brand_2 .ms6_text p, .brand_3 .ms6_text p, .brand_4 .ms6_text p { padding: 0; }
	.brand_4 .ms6_text p:last-child img { width: 40%; }

/*	.sub_img_box figure { background-attachment: initial!important; }*/
	
	.sub_img_0501 { height: 84vh!important; }
	
    .sub_img_box{height: 84vh; margin-top: 130px; }
    .sub_img_box::before{border-width: 0 1.3rem;}

	
	.img_text { padding: 0 4%; }
	.img_text img { width: 30%; margin-top: 20px; }
    .img_text span, .img_text p{font-size: 11px;}
    .img_text span{margin-bottom: 6px;}
    .img_text h3{font-size: 2rem; margin-bottom: 3px;}
	.img_text h3.size_down { font-size: 24px; }
}

/*---action_wrap---*/
#p1_action{padding-top: 20vh;}
#p1_action .tit_box_02 span{margin-bottom: 14px;}
#p1_action .tit_box_02 h2{line-height: 138%; }


.action_inner{height: 401px;margin-top: 55px;position: relative;}
.action_01, .action_02, .action_03{position: absolute !important;top: 0 !important;left: 0 !important;width: 100%;}

/*action part 01*/
.action_01{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: flex-start;z-index: 1;}
.action_01 li{width: 401px;height: 401px;border: 1px solid #dbdbdb;border-radius: 401px;display: flex;align-items: center;justify-content: center;}
.action_01 li:nth-child(1){transform: translateX(28px);}
.action_01 li:nth-child(3){transform: translateX(-28px);}

.action_01 figure{display: flex;align-items: center;justify-content: center;height: 116px;margin-bottom: 19px;}
.action_01 figure img{display: block;}

.action_01 h4, .action_01 span{text-align: center;}
.action_01 h4{margin-bottom: 7px;}

/*action part 02*/
.action_02{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: flex-start;z-index: 5;opacity: 0;}
.action_02 li{width: 401px;height: 401px;border-radius: 401px;display: flex;align-items: center;justify-content: center;}
.action_02 figure{position: relative;}
.action_02 figure img{display: block;position: relative;z-index: 10;}

.action_02 figure img.p2_gradation{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;}

/*action part 03*/
.action_03{display: flex;flex-direction: row;justify-content: center;align-items: center;text-align: center;height: 401px;color: #0f4025;letter-spacing: 15px;z-index: 10;opacity: 0;}

@media screen and (max-width: 1920px){

	#p1_action{padding-top: 9vh;}
}

@media screen and (max-width: 1480px){

    #p1_action{padding: 90px 0;padding-top: 8vh;}

    .action_inner{margin-top: 25px;}
    .action_inner, .action_01 li, .action_02 li, .action_03{height: 331px;}
    .action_01 li, .action_02 li{width: 331px;}

    .action_02 figure img{max-width: 150px;}
	.action_02 figure img.p2_gradation{max-width: 400px;}
}

@media screen and (max-width: 1080px){

    #p1_action{padding: 125px 0;padding-top: 25vh;}

    .action_01 figure{height: 90px;margin-bottom: 15px;}
    .action_01 h4{margin-bottom: 5px;}
    .action_01_01 img{max-width: 62px;}
    .action_01_02 img{max-width: 57px;}
    .action_01_03 img{max-width: 72px;}
}

@media screen and (max-width: 980px){

    .action_inner{margin-top: 50px;}
    .action_inner, .action_01 li, .action_02 li, .action_03{height: 281px;}
    .action_01 li, .action_02 li{width: 281px;}

    .action_02 figure img{max-width: 120px;}
	.action_02 figure img.p2_gradation{max-width: 380px;}
}

@media screen and (max-width: 860px){

    .action_inner{margin-top: 50px;}
    .action_inner, .action_01 li, .action_02 li, .action_03{height: 251px;}
    .action_01 li, .action_02 li{width: 251px;}

    .action_01 li:nth-child(1){transform: translateX(13px);}
    .action_01 li:nth-child(3){transform: translateX(-13px);}
}

@media screen and (max-width: 768px){

     #p1_action{padding-top: 22vh;}
}

@media screen and (max-width: 720px){

    #p1_action{padding: 98px 0;}
    #p1_action .tit_box_02 span{margin-bottom: 9px;}
    #p1_action .tit_box_02 h2{font-size: 25px;font-weight: 800;line-height: 135%;}
	.brand_1 .tit_box_02 h2{font-size: 25px;font-weight: 800;line-height: 135%; margin-bottom: 20px; }

    .action_inner, .action_01 li, .action_02 li, .action_03{height: 117px;}
    .action_inner{margin-top: 17vh;}
    .action_01 li{width: 117px;}
    .action_02 li{width: 225px;height: 225px;}

    .action_01 h4{font-size: 9px;margin-bottom: 0;}
    .action_01 span{font-size: 7px;margin-bottom: -2px;display: block;}

    .action_01_01 img{max-width: 35px;}
    .action_01_02 img{max-width: 35px;}
    .action_01_03 img{max-width: 31px;}
    .action_01 figure{height: 39px;margin-bottom: 8px;}

    .action_01 li:nth-child(1){transform: translateX(9px);}
    .action_01 li:nth-child(3){transform: translateX(-9px);}

    .action_02{margin-top: -54px;}

    .action_03 li{font-size: 15px;letter-spacing: 5px;white-space: nowrap;font-weight: 700;}

	.action_02 figure img.p2_gradation{max-width: 350px;}
}

/*---action_wrap2---*/
.p2_wrap{width: 100%;height: 299vh;background: #FFF;position: relative;overflow: hidden;}

.p2_box{position: absolute;top: 0;left: 0;width: 100%;height: 100vh;display: block;overflow: hidden;}
.p2_box>*{height: 100%;}
.p2_box_01{z-index: 10;}
.p2_box_02{z-index: 1;}
.p2_box_03{z-index: 2;}
.p2_box_04{z-index: 3;}
.p2_box_05{z-index: 5;}

.p2_img{height: 100vh;background-repeat: no-repeat !important;background-position: center center !important;background-size: cover !important;}/*우선순위!!*/
.p2_box_01 .p2_img_inner{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;}
.p2_box_01 .p2_img{position: absolute;top: 0;left: auto;width: 100%;background: url(/img/sub_page_01/sub_01_02.jpg);}
.p2_box_02 .p2_img{background: url(/img/sub_page_01/sub_01_03.jpg);
    transition: 0.4s ease-out;
    -webkit-transition: 0.4s ease-out;

    transition-property: height;
    -webkit-transition-property: height;  
}
.p2_box_03 .p2_img{background: url(/img/sub_page_01/sub_01_03.jpg);
    transition: 0.4s ease-out;
    -webkit-transition: 0.4s ease-out;

    transition-property: height;
    -webkit-transition-property: height;  
}
.p2_box_04 .p2_img{background: url(/img/sub_page_01/sub_01_03.jpg);
    transition: 0.4s ease-out;
    -webkit-transition: 0.4s ease-out;

    transition-property: height;
    -webkit-transition-property: height;  
}

.p2_box_05{margin-top: 100vh;}
.p2_box_05 .p2_img_inner{position: absolute;bottom: 0;left: 0;width: 100%;height: 0;overflow: hidden;}
.p2_box_05 .p2_img{position: absolute;bottom: 0;width: 100%;background: url(/img/sub_page_01/sub_01_04.jpg);}

/*text*/
.p2_txt_wrap{position: absolute;top: 10%;left: 50%;transform: translateX(-50%);width: 92%;max-width: 1760px;z-index: 100;}

.p2_txt_wrap>div>span{color: #62b995;display: block;margin-bottom: 12px; }
.p2_txt_wrap>div>span>.impact { position: relative;}
.p2_txt_wrap>div>span>.impact::before {content: "";position: absolute;top: -10px;left: 3px;width: 7px;height: 7px;border-radius: 10px; border-width: 0 5rem;z-index: 1; background: #62b995;
    transition: border 0.8s cubic-bezier(0.66, 0, 0.34, 1);
    -webkit-transition: border 0.8s cubic-bezier(0.66, 0, 0.34, 1);
}

.p2_tit li{position: relative;}
.p2_tit h3{color: rgba(255,255,255,.2);line-height: 139%;transition: color .6s ease;}
.p2_tit li.on h3{font-weight: 700;color: rgba(255,255,255,1);}

.p2_txt{position: absolute;top: 17px;left: 293px;color: #FFF;white-space: nowrap;opacity: 0;transition: opacity .6s ease;}
.p2_tit li.on .p2_txt{opacity: 1;}

.p2_txt h4{margin-bottom: 10px;}
.p2_txt p{font-weight: 200;line-height: 160%;}

/*mobile*/
.p2_mobile{display: none;}

@media screen and (max-width: 1480px){

    .p2_txt{left: 250px;}
}

@media screen and (max-width: 1024px){

    .p2_txt{display: none !important;}/*우선순위*/

    .p2_mobile, .p2_mobile .p2_txt{display: block !important;}/*우선순위*/
    .p2_mobile{position: relative;height: 93.375px;margin-top: 70px;}/*높이 강제 필수*/
    .p2_mobile .p2_txt{left: 0;top: 0;width: 100%;}

    .p2_mobile>div.on{opacity: 1;}
}

@media screen and (max-width: 720px){

    .p2_txt_wrap>div>span{font-size: 18px;margin-bottom: 5px;}
    .p2_tit li h3{font-size: 25px;}

    .p2_mobile{height: 69.188px;margin-top: 38px;}/*높이 강제 필수*/
    .p2_txt h4{font-size: 20px;margin-bottom: 9px;}
    .p2_txt p{font-size: 11px;}

    .p2_box_01 .p2_img{background: url(/img/sub_page_01/sub_01_02_m.jpg);}
    .p2_box_02 .p2_img{background: url(/img/sub_page_01/sub_01_03_m.jpg);}
    .p2_box_03 .p2_img{background: url(/img/sub_page_01/sub_01_04_m.jpg);}
}

/*BI소개*/
.sub_img_0102 figure{ background-image: url(/img/sub_page_01/sub_02_01.jpg); }
.sub_img_0102 .img_text h3 { margin: 50px 0 25px; }
.tit_box_02 p{line-height: 165%;}
.tit_box_02 ul { margin-left: 20px; }
.tit_box_02 ul li{line-height: 165%; list-style: disc; }
.bi_c2 { background: url("/img/sub_page_01/sub_02_02.jpg"); background-repeat: no-repeat; background-position: bottom;  height: 700px; background-attachment: fixed; margin-bottom: 150px; overflow: hidden; }
.bi_c2_en { background-image: url("/img/sub_page_01/sub_02_02_en.jpg"); background-color: #f7f7f7; }
.bi_c2 .tit_box_04 { padding-top: 15%; width: 50%; }
.bi_c2 .tit_box_04 .link_a_lft { margin-top: 50px; }
.bi_c4 { background: url("/img/sub_page_01/sub_02_04.jpg"); background-repeat: no-repeat; background-position: bottom;  height: 700px; background-attachment: fixed; overflow: hidden; }
.bi_c4_en { background-image: url("/img/sub_page_01/sub_02_04_en.jpg"); background-color: #f7f7f7; }
.bi_c4 .tit_box_04 { padding-top: 15%; width: 50%; }
.bi_c4 .tit_box_04 .link_a_lft { margin-top: 50px; }

.ci_c4_en .tit_box_04, .ci_c2 .tit_box_04 { width: 70%; }

.bi_c3 { background: url("/img/sub_page_01/sub_02_03.jpg"); background-repeat: no-repeat; background-position: top; background-size: cover; height: 500px; margin-bottom: 150px; border: 1px solid #d9d9d9; box-sizing: border-box; position: relative;}
.bi_c3 .tit_box_04 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.bi_c3 .tit_box_04 img { width: 100%; }

.sub_box { padding: 0 5%; }

@media screen and (max-width: 1080px){
	
	.bi_c2 { background: #f7f7f7; height: 85vh; }
	
	.bi_c2 .tit_box_04 { background: url("/img/sub_page_01/sub_02_02_m.jpg"); background-repeat: no-repeat; background-position: bottom center; background-attachment: fixed; height: 85vh;	background-size: contain; padding-top: 50%; }
	.bi_c2_en .tit_box_04 { background-image: url("/img/sub_page_01/sub_02_02_m.jpg"); width: 100%; background-attachment: initial; }
	.bi_c2 .tit_box_04 {width: 100%;}
	
	.bi_c4 { background: #f7f7f7; height: 85vh; }

	.bi_c4 .tit_box_04 { background: url("/img/sub_page_01/sub_02_04_m.jpg"); background-repeat: no-repeat; background-position: bottom center; background-attachment:initial; height: 85vh; background-size: contain; padding-top: 50%; }
	.bi_c4_en .tit_box_04 { background: url("/img/sub_page_01/sub_02_04_m_en.jpg"); background-repeat: no-repeat; background-position: bottom center; background-attachment: initial; height: 85vh;	background-size: contain; }
	.bi_c4_en .tit_box_04, .bi_c4 .tit_box_04 { width: 100%; }
	
	.bi_c3 { height: 30vh; }
	
	.sub_img_0102 .img_text h3 { margin: 10px 0; }
	.sub_img_0102 .img_text h3 img { width: 30%; }
}

/*제품*/
.sub_img_01 { margin-bottom: 150px; }
.sub_img_01 figure{ background-image: url("/img/sub_page_02/sub1_01.jpg");}
.sub_img_0201 figure{ background-image: url("/img/sub_page_02/sub_01_01.jpg");}
.sub_img_0201_mem figure{ background-image: url("/img/sub_page_02/sub_01_02.jpg")!important; background-position: center;}
.sub_img_0203 figure{ background-image: url("/img/sub_page_02/subvis_print.jpg"); background-position: center 70px; background-size: contain; }
.sub_img_0203 .img_text { max-width: 450px; left: 20%; top: 35%; transform: translate(-20%, -35%)}
.sub_img_0203 .img_text img { width: 100%; }
.sub_img_0204 figure{ background-image: url("/img/sub_page_02/subvis_scan.jpg"); background-position: center 100px; background-size: contain; }
.sub_img_0204 .img_text { max-width: 450px; left: 20%; top: 35%; transform: translate(-20%, -35%)}
.sub_img_0204 .img_text img { width: 100%; }
.sub_img_0205 figure{ background-image: url("/img/sub_page_02/subvis_mill.jpg"); background-position: center 100px; background-size: contain; }
.sub_img_0205 .img_text { max-width: 450px; right: 20%; top: 30%; transform: translate(20%, -30%)}
.sub_img_0205 .img_text img { width: 100%; }

/*제품 부분리뉴얼*/



@media screen and (max-width: 1400px){
    .sub_img_0203 figure { background-position: center bottom; background-size: cover; }
    .sub_img_0203 .img_text { max-width: 350px; }
    .sub_img_0204 figure { background-position: center bottom; background-size: cover; }
    .sub_img_0204 .img_text { max-width: 350px; }
    .sub_img_0205 figure { background-position: center bottom; background-size: cover; }
    .sub_img_0205 .img_text { max-width: 350px; }
}

@media screen and (max-width: 860px){
    .sub_img_0203 figure { background-position: center bottom; background-size: cover;  }
    .sub_img_0203 .img_text { max-width: 350px; left: 40%; top: 10%; transform: translate(-40%, -10%) }
    .sub_img_0204 figure { background-position: center bottom; background-size: cover;  }
    .sub_img_0204 .img_text { max-width: 350px; left: 40%; top: 10%; transform: translate(-40%, -10%) }
    .sub_img_0205 figure { background-position: center bottom; background-size: cover;  }
    .sub_img_0205 .img_text { max-width: 350px; left: 40%; top: 10%; transform: translate(-40%, -10%) }
}

@media screen and (max-width: 600px){
    .sub_img_0203 figure, .sub_img_0204 figure, .sub_img_0205 figure { background-size: cover!important; }
    .sub_img_0204 figure { background-position: center!important; }
    .sub_img_0205 figure { background-position: bottom!important; }
    .sub_img_0203 .img_text img, .sub_img_0204 .img_text img, .sub_img_0205 .img_text img { width: 80%; }
    .pro_gall_wrap .pro_gall { margin: 0 auto; }
    .pro2_3 { width: 92%!important; }
}

.pro1_c4 .card_wrap { max-width: 92%; margin: 0 auto; }
.pro1_c4 .card_wrap li { width: 100%; }
.pro1_c4 .card_wrap li .card_con { width: 100%; }
.pro1_c4 .card_wrap li .card_con .card_txt { top: 82.5%; }
.pro1_c4 .card_wrap .buy_card .card_front .card_img { background: #f9f9f9; border-radius: 20px; }

.pro1_c4 .card_inner { width: 100%; height: auto; border: none; border-radius: 20px; }
.pro1_c4 .card_inner .card_img h4 { padding-top: 50px; }
.pro1_c4_2 .card_front .card_img h4 { padding-top: 50px; padding-bottom: 100px;  }
.pro1_c4 .card_inner .card_img p { padding: 10px 0 50px; }
.pro1_c4 .card_inner .card_img img { width: 100%; }
/*.pro2_c4 .card_inner .card_txt { top: 20%; }*/
.pro1_c4 .card_inner .card_txt h4 { margin-bottom: 10px; }
.pro1_c4 #card_svg { height: 100%; }
.pro1_c4 .buy_card { align-items: center; }
.pro1_c4 .card_slt li { width:  23.5%; }
.pro1_c4 .card_slt li.arrow { width: 2%; }
.pro1_c4 .card_back { background: #62b995; height: 51.5vh; }
.pro1_c4_2 .card_back .card_img { color: #fff; 
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    outline: 1px solid transparent;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateZ(60px);
    transform: translateY(-50%) translateZ(60px);
    -webkit-perspective: inherit;
    perspective: inherit;
}
.pro1_c4 .card_front::before { display: none; }
.pro1_c4_2 .card_back .card_img h4 { padding-top: 20px; }
.pro1_c4_2 .card_back .card_img p { padding-bottom: 80px; }
.pro1_c4 .card_back .card_txt img { margin: 0 auto 30px; }
.pro1_c4 .card_back .card_txt h4 { color: #fff; }


.sub_img_0201::after { display: none; }
.sub_img_0201 .img_text { top: 25%; color: #999; }
.sub_img_0202 figure{ background-image: url("/img/sub_page_02/sub_02_01.png"); background-position: center;}
.sub_img_0202 .img_text { width: auto; max-width: 700px; left: 50%; top: 25%; transform: translate(-50%, -25%)}
.sub_img_0202 .img_text img, .sub_img_0201 .img_text img { width: 100%; }
.sub_img_0202::after, .sub_img_0203::after, .sub_img_0204::after, .sub_img_0205::after { display: none; }
.sub_img_0202 .img_text, .sub_img_0201 .img_text { top: 22%; width: auto; }

.sub_img_0201_mem .img_text {
    width: auto;
    max-width: 700px;
    left: 20%;
    top: 40%;
    transform: translate(-20%, -40%);
}


/*Implant new*/
.buy_card_new { display: flex; justify-content: space-between; align-items: center; }
/*//Implant new*/


.pro2_bg { width: 100%; height: 300vh; background: url("/img/sub_page_02/sub_02_02.jpg"); background-repeat: no-repeat; background-position: center bottom; background-size: contain; background-attachment: fixed; position: relative;}

.pro2_bg .tit_box_02 { width: 35%; left: 55%; opacity: 0; position: absolute;}
.pro2_bg .tit_box_02:nth-child(1) { top: 15%; }
.pro2_bg .tit_box_02:nth-child(2) { top: 40%; }
.pro2_bg .tit_box_02:nth-child(3) { top: 65%; }

.pro2_bg .tit_box_02 h2 { margin-bottom: 20px; }

.pro2_bg_wrap { position: relative; overflow: hidden; }
.pro2_bg_2 { width: 100%; height: 200vh; position: relative; overflow: hidden;}
.pro2_bg_2::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-image: url("/img/sub_page_02/sub_01_02.jpg"); background-size: cover; }
.pro2_bg_2_test::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-image: url("/img/sub_page_02/sub_01_02_test.jpg")!important; background-size: cover; }
.pro2_bg_2 .tit_box_02 { width: 50%; left: 5%; opacity: 0; position: absolute; }
.pro2_bg_2 .tit_box_02:nth-child(1) { top: 20%; }
.pro2_bg_2 .tit_box_02:nth-child(2) { top: 65%; }
.pro2_bg_2 .tit_box_02 h2 { margin-bottom: 20px; }

@media screen and (max-width: 860px){
    .pro2_bg_2::before { background-image: url("/img/sub_page_02/sub_01_02_m.jpg"); background-position: center; }
}

.pro2_c3 { display: flex; align-items: center; }
.pro2_c4 { background: #f9f9f9; padding-top: 150px!important; }
.pro2_c4 .tit_box_02 { padding: 0 4%; }
.pro2_c4 .tit_box_02 p { margin: 30px 0 100px; }
.pro2_c4 .card_wrap { max-width: 92%; margin: 0 auto; }
.pro2_c4 .card_wrap .card_front::after { display: none; }
.pro2_c4 .card_wrap li { width: 100%; }
.pro2_c4 .card_wrap li .card_con { width: 100%; }
.pro2_c4 .card_front { background: #fff; }
.pro2_c4 .card_inner { width: 100%; height: 550px; border: none; border-radius: 20px; }
/*.pro2_c4 .card_inner .card_txt { top: 20%; }*/
.pro2_c4 .card_inner .card_txt h4 { margin-bottom: 10px; }
.pro2_c4 .card_front .card_txt img { margin: 80px auto 0; }
.pro2_c4 .card_inner2 .card_txt:nth-child(1) { top: 25%; }
.pro2_c4 .card_inner2 .card_txt:nth-child(2) { top: 75%; border-top: 1px solid #d9d9d9; }
.pro2_c4 .card_inner2 .card_txt h4 { margin-top: 50px; }
.pro2_c4 .card_inner2 .card_txt img { margin-top: 0; }
.pro2_c4 #card_svg { height: 100%; }
.pro2_c4 .buy_card { align-items: center; }
.pro2_c4 .card_slt li { width:  23.5%; }
.pro2_c4 .card_slt li.arrow { width: 2%; }
.pro2_c4 .card_back { background: #62b995; }
.pro2_c4 .card_back .card_txt img { margin: 0 auto 30px; max-width: 30%; }
.pro2_c4 .card_back .card_txt h4 { color: #fff; }
.pro2_c4_m { display: none; }


.pro2_1 { padding: 250px 4% 80px; display: flex; align-items: center; background: #f9f9f9; }
.pro2_1 .pro2_txt_m { display: none; }
.pro2_1 .tit_box_02 { margin-left: 30px; }
.pro2_1 .tit_box_02 img {width: 20%;}
/*.pro2_1 .ms6_box figure { border: 1px solid #d9d9d9; box-sizing: border-box; }*/
.pro2_1 #ms6_slide img { width: 80%!important; margin: 0 auto; }
/*.pro2_1 #pro_dot { bottom: 0; }*/
.pro2_2 { background-color: #fff;  }
.pro2_2 #product_slide { max-width: 1200px; padding-top: 50px; margin: 0 auto; }
/*.pro2_2 #product_slide figure { margin-top: 50px; }*/

#pro_dot { top: 0; height: 2px; }

.pro2_2 .pro2_tab_wrap { max-width: 1400px; display: flex; align-items: baseline; justify-content: center; margin: 0 auto; }
.pro2_2 .pro2_tab_wrap>div { width: 100%; }
.pro2_2 .pro2_tab_wrap .pro2_tab_2 { margin-left: 50px; }
.pro2_2 .pro2_tab_wrap .pro2_tab_2 p  { margin-top: 30px; text-align: right; }
#detail_spot { padding-top: 80px!important; padding-bottom: 0; }
.tbl_d {
    width: 100%;
    border-top: 2px solid #373737;
    margin-top: 30px;
}
.tbl_d tr th {
    font-weight: 500;
    background: #fff;
}
.tbl_d tr th, .tbl_d tr td {
    height: 45px;
    padding: 15px 20px;
    font-size: 18px;
    border-bottom: 1px solid #373737;
    text-align: left;
}
.tbl_d tr td {
    border-left: 1px solid #373737;
}

.btn_wrap { display: flex; align-items: center; margin: 0 auto; justify-content: center; flex-wrap: wrap; row-gap: 10px; }
.btn_wrap a { margin-top: 0!important; }
.btn_wrap .link_a i { padding: 0 20px; }

@media screen and (max-width: 1480px){
	.pro2_c3 { display: block; }
	#main_04 .link_a, #pro_dot { padding-right: 0; }
}

@media screen and (max-width: 1080px){
	.pro2_1 { display: block; padding-top: 150px; }
	.pro2_1 .pro2_txt_m { display: block; margin-left: 0; margin-bottom: 50px; }
	.pro2_1 .pro2_txt_pc { display: none; }
	.pro2_2 .pro2_tab_wrap { display: block; width: 92%; }
	.pro2_2 .pro2_tab_wrap .pro2_tab_2 { margin-left: 0; margin-top: 50px; }
	.pro2_2 .pro2_tab_wrap .pro2_tab_2 p  { text-align: left; }
	
	.sub_img_0201 figure {  background-position: bottom; }
/*
	.sub_img_0201 figure{ background-image: url("/img/sub_page_02/sub_01_01_1080.jpg"); }
	.sub_img_0202 figure{ background-image: url("/img/sub_page_02/sub_02_01_1080.jpg"); }	
*/
	
	.pro1_c4 #card_svg { width: 92%; margin: 0 auto; }
	.pro1_c4 .card_slt li.arrow { display: none; }
	.pro1_c4 .card_back { height: 100%; }
	.pro1_c4_2 .card_back .card_img { width: 60%; margin: 0 auto; }
	.pro1_c4_2 .card_back .card_img h4 { font-size: 2rem; }
	.pro1_c4 .buy_card { display: block; }
	.pro1_c4 .card_con { margin-bottom: 50px; }
	.pro1_c4 .card_arrow { display: none; }
	.pro1_c4 .card_txt {  height: 100%; padding: 50px 0; }
	.pro1_c4 .card_txt img { width: auto; margin-top: 20px; }
	
	.pro2_bg_2 .tit_box_02 { width: 92%; }
	
	.pro2_bg { background: url("/img/sub_page_02/sub_02_02_m.jpg"); background-repeat: no-repeat; height: 400vh; background-repeat: no-repeat; background-position: top; background-size: cover; background-attachment: initial; position: relative;  }
	.pro2_bg .tit_box_02 { width: 100%; left: 0; opacity: 0; position: absolute; text-align: center; }
	.pro2_bg .tit_box_02 img { width: 70%; }
	
	.pro2_c5 .brand_2 { padding-bottom: 100px; }
	.pro2_c5 .brand_2 .ms6_text .tit_box_02 { padding-top: 100px; }
	.pro2_c5 .brand_2>div:nth-child(2) { width: 100%; }
	
	
	
}

@media screen and (max-width: 860px){
	
	.tbl_d tr th, .tbl_d tr td { font-size: 14px; }
	
	.pro1_c4_m .procard_m_wrap { max-width: 92%; margin: 0 auto; }
	.pro1_c4_m .card_front .card_txt img { width: 90%; margin-top: 30px; overflow: hidden; }
	.pro1_c4_m .procard_m_wrap .card_con .card_inner { height: 480px!important; }

	
	.pro2_c4 .card_slt li, .pro1_c4 .card_slt li { width: 92%; margin: 0 auto 50px; }
	.pro2_c4 .card_slt li.arrow { display: none; }
	.pro2_c4 .card_back .card_txt img { margin-top: 150px; }
	.pro2_c4 .this_card:last-child .card_inner { height: 80vh; }
	.pro2_c4 .this_card:last-child .card_inner .card_txt h4 { margin-top: 20px; }
	.pro2_c4 .this_card:last-child .card_inner .card_txt img { width: 80%; }
	
	.pro2_c4 #card_svg { width: 100%; }
	.pro2_c4 .card_inner2 .card_txt:nth-child(1) { top: 50%; }
	.pro2_c4 .card_inner2 .card_txt:nth-child(2) {top: 100%;}
	
	.pro2_c4 .card_inner, .card_slt li { height: 40vh; }
	
	.card_slt li:last-child { height: 80vh }
	
	.pro2_c4 .buy_card { display: block; }
	.pro2_c4 .card_con { margin-bottom: 50px; }
	.pro2_c4 .card_arrow { display: none; }
	.pro2_c4 .card_txt {  height: 100%; padding: 50px 0; }
	.pro2_c4 .card_txt img { width: 50%; margin-top: 40px!important; }
	
	.pro2_c4 li:last-child .card_back .card_txt { padding: 200px 0; }
	
/*	.pro2_c4_pc { display: none; }*/
	.pro2_c4_m { display: none; }
	.pro2_c4_m .procard_m_wrap { max-width: 92%; margin: 0 auto;  }
	.pro2_c4_m .card_front .card_txt img { width: 100%; margin-top: 30px; overflow: hidden; }
	.pro2_c4_m .procard_m_wrap .card_con:nth-child(1) .card_inner { height: 400px; }
	.pro2_c4_m .procard_m_wrap .card_con:nth-child(2) .card_inner { height: 400px; }
	.pro2_c4_m .procard_m_wrap .card_con:nth-child(3) .card_inner { height: 500px; }
	.pro2_c4_m .procard_m_wrap .card_con:nth-child(4) .card_inner { height: 350px; }
	.pro2_c4_m .procard_m_wrap .card_con:nth-child(5) .card_inner { height: 350px; }
	
	.pro2_bg { height: 200vh; background-size: contain; background-color: #e2ebed; background-position: bottom; }
	
	.pro2_2 { width: 100%; }
	.pro2_2 .tit_box_02 { width: 90%; margin: 0 auto; }
	.pro2_2 .pro_next { right: 2%; }
	.pro2_2 .pro_prev { left : 2%; }
	
	.pro2_bg .tit_box_04 p { padding: 0 4%; }
	
/*	.sub_img_0201 figure{ background-image: url("/img/sub_page_02/sub_01_02_780.jpg"); }*/
	.sub_img_0202 figure{ background-image: url("/img/sub_page_02/sub_02_01_780.jpg"); }
    .sub_img_0203 figure{ background-image: url("/img/sub_page_02/subvis_print_m.jpg"); background-position: top; background-size: contain; }
    .sub_img_0204 figure{ background-image: url("/img/sub_page_02/subvis_scan_m.jpg"); background-position: top; background-size: contain; }
    .sub_img_0205 figure{ background-image: url("/img/sub_page_02/subvis_mill_m.jpg"); background-position: top; background-size: contain; }
    
    .sub_img_0203, .sub_img_0204, .sub_img_0205 { height: 75vh; background-color: #f9f9f9; }
	.pro2_2 .pro2_tab_wrap>div { overflow: scroll }
	
	
	.sub_img_0202 .img_text, .sub_img_0201 .img_text { width: 92%; top: 22%; bottom: auto; }
	
	.about5_c2 { width: 94%; }
	
	.pro2_2 .tit_box_02 { width: 86%; }
	
	.pro2_bg .tit_box_02 { position: initial; padding: 100px 0; border-bottom: 1px solid #d9d9d9; }
	.pro2_bg .tit_box_02:last-child { border-bottom: 0; }
}

@media screen and (max-width: 720px){
	
}

@media screen and (max-width: 360px){
	.pro2_1 .tit_box_02 img { width: 35%; }
	.pro2_1 .tit_box_02 ul { margin-left: 15px; }
}

/*회사소개*/

/*
.sub_img_0301 figure { height: 100%; background-image: url("/img/sub_page_03/sub_01_01.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; }
.sub_img_0301 .img_text { width: 100%; top: 35%; left: 0; opacity: 0; position: absolute; }
*/
.sub_img_0301 {width: 100%!important; margin-top: 200px; }
.sub_img_0301::after { display: none; }
.sub_img_0301 figure { height: 100%; background-image: url("/img/sub_page_03/sub_01_01.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; }
.sub_img_0301 .img_text { width: 100%; top: 35%; left: 0; opacity: 0; position: absolute; color: #000; }
.sub_img_0301 .img_text h4 { margin-bottom: 20px; }
.sub_img_0301 .img_text p { margin-bottom: 50px; }


.sub_img_0301_2 { margin-top: 150px; margin-bottom: 0; }
.sub_img_0301_2 figure { height: 100%; background-image: url("/img/sub_page_03/sub_01_01_2.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: initial; position: relative; }
.sub_img_0301_2 .img_text { width: 100%; top: 35%; left: 0; opacity: 0; position: absolute; color: #fff; }
.sub_img_0301_2 .img_text h4 { margin-bottom: 20px; }
.sub_img_0301_2 .img_text p { margin-bottom: 50px; }

.about1_c3_bg { background-image: url("/img/sub_page_03/sub_01_02.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment:fixed; position: relative; width: 100%; height: 85vh; }
.about1_c4_bg { background-image: url("/img/sub_page_03/sub_01_03.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }
.about1_c4 .tit_box_02 { position: absolute; top: 23%; left: 5%; width: 60%; }

.sub_img_0302 { margin-top: 150px; margin-bottom: 0; }
.sub_img_0302::after { background-image: url("/img/sub_page_03/sub_02_01.jpg"); -webkit-transition: opacity 3s cubic-bezier(0.66, 0, 0.34, 1); background-size: cover; }
.sub_img_0302 figure { height: 100%; background-color: #fff; background-image: none; background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; }

.sub_img_0302 .img_text { width: 88%; top: 35%; left: 6%; opacity: 0; position: absolute; color: #000; }
.sub_img_0302 .img_text h4 { margin-bottom: 20px; letter-spacing: -2px; }
.sub_img_0302 .img_text p { margin-bottom: 50px; }


.sub_img_0303 figure { height: 100%; background-image: url("/img/sub_page_03/sub_03_01.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; }
.sub_img_0303 .img_text { width: 100%; top: 35%; left: 0; }
.sub_img_0303 .img_text h4 { margin-bottom: 20px; }
.sub_img_0303 .img_text p { margin-bottom: 50px; }


.about2_c3 .p2_box_01 .p2_img { background: url("/img/sub_page_03/sub_02_02_1.jpg"); }
.about2_c3 .p2_box_02 .p2_img { background: url("/img/sub_page_03/sub_02_02_2.jpg"); }
.about2_c3 .p2_box_03 .p2_img { background: url("/img/sub_page_03/sub_02_02_3.jpg"); }
.about2_c3 .p2_box_04 .p2_img { background: url("/img/sub_page_03/sub_02_02_4.jpg"); }
.about2_c3 .p2_box_05 .p2_img { background: url("/img/sub_page_03/sub_02_02_5.jpg"); }
.about2_c3 .p2_txt { left: 370px; }

.about2_c4_wrap { background: url("/img/sub_page_03/sub_02_03.jpg");  background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }
.about2_c4_wrap .tit_box_02 { width: 50%; top: 35%; left: 5%; opacity: 0; position: absolute; }
.about2_c4_en .about2_c4_wrap .tit_box_02 { top: 25%; }
.about2_c4 .tit_box_04 p, .about2_c5 .tit_box_04 p { padding-left: 0; }
.tit_box_04 p { padding: 0; }


.about2_c5_wrap { background: url("/img/sub_page_03/sub_02_04.jpg");  background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }
.about2_c5_wrap .tit_box_02 { width: 50%; top: 35%; left: 5%; opacity: 0; position: absolute; }
.about2_c5_en .about2_c5_wrap .tit_box_02 { top: 25%; }

.about2_c3_m { display: none; }


.about2_c6_bg { background-image: url("/img/sub_page_03/sub_02_02_1.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }
.about2_c7_bg { background-image: url("/img/sub_page_03/sub_02_02_3.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }
.about2_c8_bg { background-image: url("/img/sub_page_03/sub_02_02_2.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }
.about2_c9_bg { background-image: url("/img/sub_page_03/sub_02_02_4.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }
.about2_c10_bg { background-image: url("/img/sub_page_03/sub_02_02_5.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }

.about2_c6 .img_text { width: 100%; left: 0; top: 35%; text-align: center; }
.about2_c6 .img_text .link_a { margin-top: 30px; }
.about2_c6 .p2_txt_wrap { left: 5%; top: 20%; }
.about2_c6 .p2_txt_wrap .p2_tit .p2_txt { left: 350px; }
.about2_c6 .p2_txt_wrap .p2_tit li.busi_on> h3 { color: #fff; }
.about2_c6 .p2_txt_wrap .p2_tit li.busi_on> .p2_txt { opacity: 1; display: block!important; }

@media screen and (max-width: 720px){
	.about2_c6 .p2_txt_wrap .p2_tit .p2_txt { left: 190px; top: 5px; }
	.about1_c4_bg { background-image: url("/img/sub_page_03/sub_01_03_m.jpg"); height: 100vh; background-size: contain; background-position: bottom; background-attachment: initial; }
	.about1_c3_bg { background-attachment: initial; background-image: url("/img/sub_page_03/sub_01_02_m.jpg"); }
	.about1_c4_bg .tit_box_02, .about1_c3_bg .tit_box_02 { width: 90%; left: 5%; text-align: center; }
	.sub_img_0301_2 {margin-top: 150px;}
	.sub_img_0301_2 .img_text h4 { margin-bottom: 10px!important; }
	.sub_img_0301_2 .img_text p { margin-bottom: 20px; }
	.sub_img_0303 .img_text { top: 35% }
	.sub_img_0303 .img_text p { margin-bottom: 20px; }
	.sub_img_0302 {margin-top: 150px;}
	.sub_img_0302 .img_text h4 { margin-bottom: 10px!important; }
	.sub_img_0302 .img_text p { margin-bottom: 20px; }

	.about1_c4 .tit_box_02 { top: 10%; }
	
	.about2_c6_bg { background-image: url("/img/sub_page_03/sub_02_02_1_m.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: initial; position: relative; width: 100%; height: 85vh; }
	.about2_c7_bg { background-image: url("/img/sub_page_03/sub_02_02_3_m.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: initial; position: relative; width: 100%; height: 85vh; }
	.about2_c8_bg { background-image: url("/img/sub_page_03/sub_02_02_2_m.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: initial; position: relative; width: 100%; height: 85vh; }
	.about2_c9_bg { background-image: url("/img/sub_page_03/sub_02_02_4_m.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: initial; position: relative; width: 100%; height: 85vh; }
	.about2_c10_bg { background-image: url("/img/sub_page_03/sub_02_02_5_m.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: initial; position: relative; width: 100%; height: 85vh; }
}

.about3_c1 { padding: 250px 0 50px; }
.about3_c2 { color: #fff; }
.about3_c2 .tit_box_04 { top: 25%; left: 5%; width: 50%; position: absolute;}
.about3_c2 .about3_c6_bg { background-image: url("/img/sub_page_03/sub_01_04_1.jpg"); background-repeat: no-repeat; background-position: top; background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }
.about3_c2 .about3_c7_bg { background-image: url("/img/sub_page_03/sub_01_04_2.jpg"); background-repeat: no-repeat; background-position: top; background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }
.about3_c2 .about3_c7_bg .tit_box_02 { color: #000; }
.about3_c2 .about3_c8_bg { background-image: url("/img/sub_page_03/sub_01_04_3.jpg"); background-repeat: no-repeat; background-position: top; background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }

.about5_c1 { padding: 0 0 150px; width: 100%; max-width: 100%; }
.about5_c1>div { display: flex; align-items: center; justify-content: flex-start; flex-direction: row; }
.about5_c1>div .tit_box_02 { padding-left: 4%; }
.about5_c1>div .tit_box_02 iframe { width: 100%; max-width: 600px; height: 250px; margin-top: 50px!important; }
.about5_c1>div>div { width: 50%; }
.about5_c1 .direct_1 .tit_box_02 { order: 2; }
.about5_c1 .direct_1 .ms6_slide { order: 1; }
.map_txt ul { 
	margin: 50px 0 10px;
	overflow: hidden;
}
.map_txt ul li {
    float: left;
    line-height: 25px;
    margin-right: 10px;
	list-style: none;
}
.map_txt ul:nth-child(2) {
	margin-top: 0px;
}

.about5_c1 #ms6_slide img { height: 100%!important; min-height: 85vh; }
.about5_c1 .ms6_box img { width: 100%; }

@media screen and (max-width: 720px){
	.about5_c1 #ms6_slide img { min-height: auto; }
	.root_daum_roughmap .wrap_map { height: 300px!important; }
	
	.about5_c1 .tit_box_04 { margin: 0 auto; width: 90%; }
	
	.about3_c2 .about3_c6_bg, .about3_c2 .about3_c7_bg, .about3_c2 .about3_c8_bg { background-attachment: initial; }
    .about3_c2 .about3_c7_bg { background-image: url("/img/sub_page_03/sub_01_04_2_m.jpg"); }
	.about3_c2 .about3_c8_bg { background-image: url("/img/sub_page_03/sub_01_04_3_m.jpg"); }
	
}

@media screen and (max-width: 1080px){
	
	
	.about2_c4_wrap { background-image: url("/img/sub_page_03/sub_02_03_m.jpg"); background-attachment: initial; }
	.about2_c5_wrap { background-image: url("/img/sub_page_03/sub_02_04_m.jpg"); background-attachment: initial; }
	
	.about2_c3 { display: none; }
	.about2_c3_m { display: block; }
	
	
	.sub_img_0301::after { display: block; }
	.sub_img_0301 figure { background-image: url("/img/sub_page_03/sub_01_01_m.jpg"); }
	.sub_img_0301 .img_text { left: 0; width: 100%; top: 32%; text-align: center; color: #fff; }
	
	.sub_img_0301_2 .img_text { left: 0; width: 100%; top: 35%; text-align: center; }
	
	.sub_img_0302::after { background-size: cover; }
	.sub_img_0302 figure { background-color: #fff; }
	.sub_img_0302 .img_text { left: 0; width: 100%; top: 32%; text-align: center; color: #000; }
	
	
	.about2_c4_wrap .tit_box_02 { width: 92%; left: 5%; top: 10%; }
	.about2_c4_en .about2_c4_wrap .tit_box_02 { top: 10%; }
	
	
	.about2_c5_wrap .tit_box_02 { width: 95%; left: 5%; top: 10%; }
	.about2_c5_en .about2_c5_wrap .tit_box_02 { top: 10%; }
	
	.about3_c1 {padding-top: 150px}
	.about3_c2 { width: 100%!important; }
	.about3_c2 .brand_2 .ms6_text .tit_box_02 {padding-top: 100px;}
	.about3_c2 .brand_2 .ms6_text, .about3_c2 .brand_3 .ms6_text, .about3_c2 .brand_4 .ms6_text { width: 100%; padding: 0 5%; }
	
	.about3_c2 .tit_box_04{ width: 90%; }
	
	.about5_c1>div {display: block; }
    .about5_c1>div>div { width: 92%; margin: 0 auto; }
    .about5_c1>.direct_2 { margin-top: 100px; }
/*    .about5_c1>div .tit_box_02 { padding-left: 0; }*/
    .about5_c1>div .tit_box_02 iframe { max-width: 100%; margin-top: 0!important; }
	.about5_c1 .ms6_box { overflow: hidden; }
	.map_txt ul {margin-bottom: 0;}
	.map_txt ul:nth-child(2) {margin-top: 10px; margin-bottom: 50px;}
	
}

.sub_img_0501 figure { height: 100%; background-image: url("/img/sub_page_05/sub_05_01.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; }
.sub_img_0501 .img_text { width: 100%; top: 32%; left: 0; }
.sub_img_0501 .img_text h4 { margin-bottom: 20px; }
/*.lilim1_c1_bg { background-image: url("/img/sub_page_05/sub_05_01.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }*/
.lilim1_c2_bg { background-image: url("/img/sub_page_05/sub_05_02.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }
.lilim1_c3_bg { background-image: url("/img/sub_page_05/sub_05_03.jpg"); background-repeat: no-repeat;background-position: top;background-size: cover; background-attachment: fixed; position: relative; width: 100%; height: 85vh; }

.lilim1_c1 .img_text { width: 100%; left: 0; top: 35%; text-align: center; }
.lilim1_c1 .img_text .link_a { margin-top: 30px; }
.lilim1_c1 .img_text h3 {margin-bottom: 20px;}

.lilim2_c1_bg { background-color: #f9f9f9; width: 100%; height: 85vh; }
.lilim2_c1 .img_text { width: 100%; left: 0; top: 35%; text-align: center; color: #000; }
.lilim2_c1 .img_text h3 {margin-bottom: 20px;}
.lilim1_c3_bg .img_text {top: 27%;}

@media screen and (max-width: 1080px){
	.sub_img_0301 { margin-top: 75px; }
	.sub_img_0301 .img_text {top: 25%;}
	.sub_img_0301 .img_text h4 { margin-bottom: 20px; font-size: 1.8rem; }
	
	.sub_img_0302 { margin-top: 75px; }
	.sub_img_0302 .img_text {top: 38%;}
	.sub_img_0302 .img_text h4 { margin-bottom: 20px; font-size: 1.8rem; }
}
@media screen and (max-width: 720px){
	.lilim1_c1 .img_text{ top: 30%; }
	.wait_wrap.lilim2_c1 .img_text { top: 28%; }
	.lilim1_c2_bg, .lilim1_c3_bg { background-attachment: initial; }
	
	.sub_img_0501 .img_text h4 { font-size: 2rem; }
	.sub_img_0501 .img_text P { padding: 0; }
	.sub_img_0302::after { background-image: url("/img/sub_page_03/sub_02_01_m.jpg"); }
}
/*게시판*/

.contents {
	margin-top: 250px!important;
	position: relative;
    margin: 0 auto;
}
.search_box {
  display: flex;
  justify-content: flex-end;
  margin-top: 100px;
}

.select {
  position: relative;
  width: 100px;
  height: 46px;
}

.select .sel {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
}

.select .sel > span {
  font-size: 17px;
  font-weight: 700;
}

.select .sel > i {
  font-size: 0;
}

.sel + ul {
  display: none;
}

.select .sel + ul {
  margin-top: -1px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  box-shadow: 1px 3px 6px #ddd;
}

.select .sel + ul > li {
  border-bottom: 1px solid #c3c3c3;
}

.select .sel + ul > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 20px;
}

.search_box .search_write {
  position: relative;
  width: 250px;
  height: 47px;
  margin-left: 10px;
  padding-right: 45px;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
}

.search_box .search_write input {
  width: 100%;
  height: 45px;
  font-size: 17px;
  font-weight: 700;
  padding: 0 0 0 20px;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.search_box .search_write input::placeholder {
  color: #373737;
  opacity: .2;
}

.search_box .search_write button {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  border: none;
  background: url("../img/search.png") no-repeat center center;
  appearance: none;
  -webkit-appearance: none;
}

.news_box {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.news_box .left_box {
  flex: 1;
  padding-right: 40px;
}

.news_box h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_box h1 a {
  font-size: 45px;
  font-weight: 700;
}

.news_box .date {
  display: block;
  margin-top: 10px;
  font-size: 20px;
}

.news_box p {
  font-size: 20px;
  margin-top: 50px;
  line-height: 33px;
}

.news_box .right_box {
  flex: 1;
}

.news_box .img img {
  width: 100%;
}

.tbl_b {
  width: 100%;
  margin-top: 40px;
  border-top: 2px solid #373737;
}

.tbl_b tr th {
  padding: 15px 0;
	font-weight: 700;
  font-size: 17px;
  background-color: #f4f5f5;
  border-bottom: 1px solid #373737;
  font-size: 20px;
}

.tbl_b tr td {
  padding: 20px 0;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #373737;
  text-align: center;
}

.tbl_b tr td:nth-child(1) {
  padding-left: 90px;
}

a.btn_b01, .btn_b01 {
    display: inline-block;
    color: #bababa;
    text-decoration: none;
    vertical-align: middle;
    border: 0;
    background: transparent;
}

.pagging {
  margin-top: 60px;
  text-align: center;
}

.pagging a {
  font-size: 17px;
}

.pagging a + a {
  margin-left: 4px;
}

.pagging a.active {
  font-weight: 700;
}
#bo_w .write_div {  }

.sns_commend {
  margin-top: 100px;
}


.sns_commend_list {
  display: flex; flex-wrap: wrap; justify-content: space-between;
}

.sns_commend_list li {
  float: left;
  width: 32%;
  height: auto;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #f4f5f5;
  overflow: hidden;
}

.sns_commend_list li .first {
  position: relative;
  color: #fff;
  padding: 0 42px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sns_commend_list li .first .sns_btn {
  padding-left: 10px;
  margin-top: 48px;
}

.sns_commend_list li .ins {
  background: linear-gradient(to bottom, #753db8, #fa9131);
}

.sns_commend_list li .youtube {
  background-color: #ff0000;
}

.sns_commend_list li .first p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.sns_commend_list li .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(22%, 22%);
}

.sns_commend_list li .img {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.sns_commend_list li .img img {
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.sns_commend_list li .cont {
  padding: 28px;
}

.sns_commend_list li .cont .tit img {
  margin-right: 8px;
  vertical-align: middle;
}

.sns_commend_list li .cont .tit span {
  font-size: 17px;
  font-weight: 500;
  vertical-align: middle;
}

.sns_commend_list li .cont .tit + p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.5em;
}

.ins .btn_more .icon_more em {
  color: #f07f3f;
}

.youtube .btn_more .icon_more em {
  color: #ff0000;
}

@media screen and (max-width: 1080px) {
	.contents {
		margin-top: 150px!important;
	}
}
@media screen and (max-width: 1324px) {
	.news_box h1 a {
    font-size: 25px;
  }
  .news_box .date {
    font-size: 16px;
  }
  .news_box p {
    font-size: 16px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 800px) {
  .tbl_b tr th {
    font-size: 12px;
    height: 60px;
  }
  .tbl_b tr td {
    font-size: 12px;
    height: 60px;
  }
  .tbl_b tr td:nth-child(1) {
    padding-left: 10px;
  }
	.search_box {
    margin-top: 80px;
  }
  .search_box .search_write {
    flex: 1;
    height: 42px;
  }
  .search_box .search_write input {
    height: 40px;
    font-size: 15px;
  }
  .search_box .search_write button {
    width: 40px;
    height: 40px;
  }
  .news_box {
    flex-direction: column;
  }
  .news_box .left_box {
    padding: 0;
  }
  .news_box h1 a {
    font-size: 40px;
  }
  .news_box .date {
    font-size: 16px;
  }
  .news_box p {
    margin-top: 20px;
    font-size: 16px;
  }
  .news_box .right_box {
    margin-top: 30px;
  }
.sns_commend.swiper-container {
    overflow: hidden;
  }
  .sns_commend_list {
    width: 100%;
    margin-left: 0;
  }
  .sns_commend_list li {
    height: 80vw;
    margin-left: 0;
  }
  .sns_commend_list li .img {
    height: 170px!important;
  }
  .sns_commend_list li .img img {
    position: static;
    width: 100%;
    height: auto;
    transform: translateX(0);
  }
  .sns_commend_list li .first .sns_btn {
    margin-top: 25px;
  }
  .sns_commend_list li .cont {
    padding: 20px;
  }
}


/*폰트어썸 아이콘*/
.fa-trash-o:before {
    content: "\f2ed";
}
.fa-arrows:before {
    content: "\f0b2";
}
.fa-star-o:before {
    content: "\f005";
}
.fa-pencil:before {
    content: "\f303";
}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}
.fa-commenting-o:before {
    content: "\f27a";
}


/*임플란트 제품소개 추가*/
.pro_table_tit { text-align: left; color: var(--color-green); margin-bottom: 10px; }
.pro_table_tit span { font-size: 1.125rem; color: #000; }
.pro_table { border-top: 2px solid #222; width: 100%; }
.pro_table td { padding: 20px; font-size: 1.125rem; border-bottom: 1px solid #d9d9d9; text-align: center; }
.pro_table td ul li { list-style: disc; text-align: left; font-size: 1rem; font-family: 'Noto Sans KR', sans-serif; }
.pro_table td img { width: 100%; max-width: 130px; }
.pro_table td.td_head_1 { background: #e9e9e9; width: 20%; font-weight: 700; color: var(--color-green); font-size: 20px; }
.pro_table td.td_head_2 { background: #f9f9f9; width: 20%; font-weight: 700; }
.pro_table_wrap { margin-bottom: 50px; }

.pro_gall_wrap { padding: 0 0 150px!important; display: flex; justify-content: center; }
.pro_gall { margin: 0 20px; }
.pro_gall_wrap figure { border: 1px solid #d9d9d9; border-radius: 20px; margin-bottom: 30px; transition: .3s; }
.pro_gall_wrap figure img { width: 100%; border-radius: 20px; }
.pro_gall_wrap figure:hover { opacity: .5; }
.pro_gall_wrap .m_pro_txt { text-align: center; }

.ms6_box { width: 50%; }
.pro2_2 .pro2_tab_wrap { margin: 50px auto 150px!important; }
.tit_box_02 ul { width: 80%; }
.tit_box_02 ul li { word-break: keep-all; }
.tit_box_02 p { word-break: keep-all; }

.down_btn { margin-top: 50px; }
.down_btn a { background: #06563f; border-radius: 0 10px 0 10px; padding: 15px 20px; color: #fff; transition: .3s; }
.down_btn a:hover { background: #222; }


@media screen and (max-width: 1080px){
	.pro1_1 { display: block; padding-top: 150px; }
	.pro1_1 .pro2_txt_m { display: block; margin-left: 0; margin-bottom: 50px; width: 100%; }
	.pro1_1 .pro2_txt_pc { display: none; }
	.pro1_1 .pro_img { width: 100%; }
	.ms6_box { width: 100%; }
	.pro2_1 #ms6_slide img { width: 100%!important; }
}
@media screen and (max-width: 960px){
	.pro_gall_wrap { display: block; }
	.pro_gall_wrap .pro_gall { margin-bottom: 50px; }
}
@media screen and (max-width: 780px){
	.pro_table_wrap { overflow: scroll; }
	.pro1_2 .pc_img, .pro1_3 .pc_img { display: none; }
	.pro1_2 .m_img, .pro1_3 .m_img { display: block; }
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
}
ul.tabs li{
	background: #fff;
	color: #000;
	display: inline-block;
	cursor: pointer;
	width: 200px; height: 60px; line-height: 60px; text-align: center; 
	border: 1px solid #222;
}

ul.tabs li:first-child{ border-radius: 0 0 0 20px; }
ul.tabs li:last-child { border-radius: 0 20px 0 0; }

ul.tabs li.current{
	background: var(--color-green);
	color: #fff;
	border: none;
}

.tab-content{
	display: none;
	margin-top: 70px;
}

.tab-content.current{
	display: inherit;
}



ul.tabs2{
	margin: 60px 0px 0;
    text-align: center;
    overflow: hidden;
}
ul.tabs2 li{
	position: relative;
	cursor: pointer;
	transition: .3s;
	display: inline-flex;
	padding: 0 24px;
    margin: 10px 0 10px -1px;
    font-size: var(--font-size-18);
    font-weight: var(--font-r);
}

ul.tabs2 li:hover{
	color: #777;
}
ul.tabs2 li::after{
	content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -2px;
    z-index: 1;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #d9d9d9;
}

ul.tabs2 li:last-child::after{
	display: none;
}

ul.tabs2 li.current{
	font-weight: var(--font-b);
    color: var(--color-on);
}

.tab-content2{
	display: none;
	margin-top: 70px;
}

.tab-content2.current{
	display: inherit;
}

ul.tabs3{
	margin: 0 auto;
    text-align: center;
    overflow: hidden;
	width: 90%;
}
ul.tabs3 li{
	position: relative;
	cursor: pointer;
	transition: .3s;
	display: inline-flex;
	padding: 0 24px;
    margin: 10px 0 10px -1px;
    font-size: var(--font-size-18);
    font-weight: var(--font-r);
}

ul.tabs3 li:hover{
	color: #777;
}
ul.tabs3 li::after{
	content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -2px;
    z-index: 1;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #d9d9d9;
}

ul.tabs3 li:last-child::after{
	display: none;
}

ul.tabs3 li.current{
	font-weight: var(--font-b);
    color: var(--color-on);
}

.tab-content3{
	display: none;
	margin-top: 70px;
}

.tab-content3.current{
	display: inherit;
}


.implant_buttom_wrap { width: 100%; background: #fff; padding-bottom: 145px; }
.implant_button { margin: 0 28% 100px; background: #00563f; color: #fff; border-radius: 20px; transition: .3s; }
.implant_button:hover { background: #222; }
.implant_button .link_a { width: 100%; height: 100%; display: block; padding: 50px 0; }
.implant_button .link_a img { margin-right: 20px; width: 100%; max-width: 50px; }

.pro1_2 .tit_box_02, .pro1_3 .tit_box_02 { text-align: center; }
.pro1_2 { padding: 150px 4% 150px!important; display: block; text-align: center; background: #f9f9f9; }
.pro1_2 .pro_img { width: 100%; margin-top: 50px; }
.pro1_2 .pro_img img { width: 100%; max-width: 1600px; height: auto; }
.pro1_2 .pc_img { display: block; }
.pro1_2 .m_img { display: none; }

@media screen and (max-width: 780px){
	.pro_table_wrap { overflow: scroll; }
	.pro1_2 .pc_img, .pro1_3 .pc_img { display: none; }
	.pro1_2 .m_img, .pro1_3 .m_img { display: block; }
    .implant_button { margin: 0 5%; }
    .implant_button .link_a { padding: 25px 0; }
}

.pro1_3 { padding: 150px 4% 150px!important; display: block; text-align: center; background: #fff; }
.pro1_3 .pro_img { width: 100%; margin-top: 50px; }
.pro1_3 .pro_img img { width: 100%; max-width: 1760px; height: auto; border-radius: 20px; }
.pro1_3 .pc_img { display: block; }
.pro1_3 .m_img { display: none; }


/*2024.03.13 - 제품페이지 버튼추가*/
.pro_btn_wrap { width: 92%; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; margin-bottom: 150px; }
.pro_btn_wrap>div { width: 49%; background: var(--color-green); border-radius: 10px; text-align: center; color: #fff; }
.pro_btn_wrap>div a { width: 100%; height: 100%; display: block; padding: 80px 0; transition: .3s; }
.pro_btn_wrap>div a:hover { background: #222; border-radius: 10px; }
.pro_btn_wrap>div a h2 { margin: 20px auto; }

@media screen and (max-width: 780px){
    .pro_btn_wrap { display: block; margin: 0 4% 100px; } 
    .pro_btn_wrap>div { width: 100%; margin-top: 20px; }
}



/*    부분리뉴얼*/
.color_1 { color: #62b995; }
.color_2 { color: #144734; }
.color_gray { color: #999; }

.sub_img_print figure{ background-image: url("/img/sub_page_02/print/print_vis.jpg"); background-position: center; background-size: cover; }
.sub_img_mill figure{ background-image: url("/img/sub_page_02/mill/mill_vis.jpg"); background-position: center; background-size: cover; }
.sub_img_scan figure{ background-image: url("/img/sub_page_02/scan/scan_vis.jpg"); background-position: center; background-size: cover; }
.sub_img_cam figure{ background-image: url("/img/sub_page_02/camcad/cam_vis.jpg"); background-position: center; background-size: cover; }
.sub_img_cam .img_text { max-width: 600px!important; }
.sub_img_cad figure{ background-image: url("/img/sub_page_02/camcad/cad_vis.jpg"); background-position: center; background-size: cover; }
.sub_img_cad .img_text { max-width: 600px!important; }
.sub_img_kit figure { background-image: url("/img/sub_page_02/kit/kit_vis.jpg"); background-position: center; background-size: cover; }
/*.sub_img_kit .img_text { right: 15%; left: auto!important; top: auto!important; bottom: 20%; transform: translate(15%, -40%)!important; }*/

.pro_img_box .img_text { max-width: 450px; left: 20%; top: 40%; transform: translate(-20%, -40%)}
.pro_img_box .img_text img { width: 100%; max-width: 530px; }
.sub_img_print::after, .sub_img_mill::after, .sub_img_scan::after, .sub_img_cam::after, .sub_img_cad::after, .sub_img_kit::after, .lso_vis::after { display: none; }

.product_header a {font-size: 18px; width: 100%; height: 100%; display: block; }
.a_short a{padding: 0 10px;}
.product_header { position: sticky; top: 150px; background: #144734;left: 0; z-index: 3; width: 100%;}
.product_header ul { display: flex;	flex-direction: row; justify-content: center; color: #FFFFFF;list-style: none; margin: 0; }
.product_header li { width: 250px; text-align: center; border-left: solid 1px #777777; line-height: 70px; }
.product_header li:first-child { border-left: none;}
.dropdown_btn {display: none; background-color: #144734;color: white; padding: 15px;font-size: 16px;border-bottom: solid 1px #eee;
    cursor: pointer; width: 100%;text-align: left;}
.dropdown_content { display: none;flex-direction: column; width: 100%;}
.product_mob { display: none; }
.lnbList { 
    background-color: #144734;
    color: white;
    padding: 5px 30px;
    font-size: 16px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
    width: 100%;
    text-align: left;
    position: sticky;
    top: 76px; left: 0;
    z-index: 3;
}
.lnbList .lnb_tit { display: flex; justify-content: space-between; align-items: center; line-height: 50px; }
.lnbList .lnb_tit a { font-weight: 900; }
.lnbList .active .lnb_tit img {
    content: url('/img/gnb_bg01_2.gif');

}
.lnbList ul li ul li { padding: 5px 0; border-top: 1px solid #777; }
.lnbList ul li ul li a { display: block; width: 100%; line-height: 50px; }

@media screen and (max-width: 1480px){
    .product_header { top: 141px; }
}
@media screen and (max-width: 1080px){
    .product_header { top: 76px; }
}

.pro_section .feature_list { max-width: 100%; margin: 100px auto 0; }
.pro_section_gray { padding: 150px 4%; background-color: #f9f9f9; }
.feature_box { display: flex;align-items: center; justify-content: space-between; }
.feature_box>div { width: 50%; }
.feature_box.feature_box_second {}
.feature_box_img img {width:100%;}
.feature_box_left { display: flex;align-items: center;justify-content: space-between; }
.feature_box_left>div { width: 50%; }
.feature_con { padding-left: 5%; }
.feature_con h3{margin-bottom:30px;}
.feature_con p{ margin-bottom: 20px; line-height: 30px; }

.subpro_section { margin-top: 100px; }
.subpro_section .pro_sub_wrap { width: 100%; max-width: 1420px; margin: 100px auto 0; display: flex; justify-content: space-between; align-items: center; gap: 70px; }
.subpro_section .pro_sub_wrap>div { width: 50%; }
.pro_sub_img img { width: 100%; }
.pro_sub_txt h3 { margin-bottom: 30px; }
.pro_sub_txt p { margin-bottom: 20px; line-height: 30px; }
.feature_con ul { margin-top: 20px; }
.feature_con ul li { display: flex; justify-content: flex-start; gap: 10px; margin-top: 20px; line-height: 30px; }
.feature_con ul li::before { content: ''; display: block; width: 5px; height: 5px; background: #62b995; margin-top: 12px; }

.feature_list>.tit_box_02 { margin: 100px auto; }

.pro_video {
    position: relative;
    padding-bottom:45.6%;
    width: 100%;
    max-width: 1420px;
    margin: 100px auto;
    height: 0;
    overflow: hidden;
}

.pro_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.pro_icn_wrap { width: 100%; max-width: 1420px; margin: 100px auto 0; display: flex; justify-content: center; align-items: center; column-gap: 0.3%; flex-wrap: wrap; }
.pro_icn_wrap a { width: 49.5%; height: 100%; display: block; background: #fff; padding: 30px; transition: .3s; }
.pro_icn_wrap a div img.on { display: none; }
.pro_icn_wrap a .pro_icn_txt { display: flex; column-gap: 20px; align-items: center; margin-top: 50px; }
.pro_icn_wrap a .pro_icn_txt img { width: 40px; height: 10px; }
.pro_icn_wrap a:hover { background: #144734; }
.pro_icn_wrap a:hover .pro_icn_txt { color: #fff; }
.pro_icn_wrap a:hover div img.on { display: block; }
.pro_icn_wrap a:hover div img.off { display: none; }

.pro_spec { max-width: 1420px; margin: 100px auto 0; }
.pro_spec .pro_spec_tit  { margin-bottom: 20px; }
.pro_spec .tab { display: flex;flex-wrap: wrap; gap: 18px;list-style: none;padding: 0;justify-content: flex-start;}
.pro_spec .tab li{display: block;border:solid 1px #d9d9d9; padding: 15px;width: 24%; font-size: 1.125rem;font-weight: 400;}
.pro_spec .tab-content{display: none; padding: 50px; border: 1px solid #ccc; background-color: #f3f3f3;}
.pro_spec .tab .current {background: #144734;color: #ffffff;border: solid 1px #144734;}
.tab-content.current {display: block;}
.pro_spec .tab li:hover {background: #144734;border: solid 1px #144734;color: #ffffff;transition: all 350ms cubic-bezier(1, 1, 1, 1);}
.tab-content{margin-top:40px!important;}
.tab-content h5{font-size:1.125rem;font-weight:600;color:#144734;margin-bottom:15px;}
.tab-content p{font-size:1.125rem;font-weight:400;color:#222222;}

.tab-link { padding: 10px 20px; border: 1px solid #ccc;background-color: #fff;cursor: pointer;display: flex; align-items: center;}
.tab-link::before {content: '+';margin-right: 10px; color: #333;}
.tab-link:hover::before {color: #fff;}
.tab-link.current::before {content: '-';color: #fff;}

/*    프린트 탭 2개*/
.pro_spec .tab2 { display: flex;flex-wrap: wrap; gap: 18px;list-style: none;padding: 0;justify-content: flex-start;}
.pro_spec .tab2 li{display: block;border:solid 1px #d9d9d9; padding: 15px;width: 24%; font-size: 1.125rem;font-weight: 400;}
.pro_spec .tab-content2{display: none; padding: 50px; border: 1px solid #ccc; background-color: #f3f3f3;}
.pro_spec .tab2 .current {background: #144734;color: #ffffff;border: solid 1px #144734;}
.tab-content2.current {display: block;}
.pro_spec .tab2 li:hover {background: #144734;border: solid 1px #144734;color: #ffffff;transition: all 350ms cubic-bezier(1, 1, 1, 1);}
.tab-content2{margin-top:40px!important;}
.tab-content2 h5{font-size:1.125rem;font-weight:600;color:#144734;margin-bottom:15px;}
.tab-content2 p{font-size:1.125rem;font-weight:400;color:#222222;}
/*    프린트 탭 2개*/

.pro_other_wrap {display: flex;justify-content: center; gap: 30px; margin-top: 100px; }
.pro_other_wrap_m { display: none; }
#other_dot, #other_dot2 { display: none; }

.pro_other_box { position: relative;overflow: hidden;border-radius: 10px;}
.pro_other_box img {border-radius:10px; width: 100%;height: auto;display: block;}
.caption {display: none;}
.caption {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); color: white; opacity: 0; transition: opacity 0.3s ease;
    display: flex;flex-direction: column;align-items: flex-start; padding: 70px 20px;text-align: center;}
.pro_other_box:hover .caption { opacity: 1;}
.caption h2 {font-size:1.75rem; font-weight: 500; margin-bottom: 10px;}
.caption p {font-size:1.125rem;line-height: 150%; font-weight: 400; margin-bottom: 20px;text-align: left;}
.caption span {padding: 10px 20px;background-color: #00563f; color: #ffffff;text-decoration: none;padding-right:80px;transition: background-color 0.3s ease;
              font-size:1.125rem;font-weight: 400; margin-top:20px;}
.caption a:hover { background-color: #144734;}

@media screen and (max-width: 1420px){
    .pro_section { padding-left: 4%; padding-right: 4%; }
}

@media screen and (max-width: 1200px){
    .product_header a { font-size: 0.875rem; }
}

@media (max-width: 900px){
    .pro_icn_wrap { gap: 1%; }
    .pro_icn_wrap a { width: 49%; margin-top: 1%; }

    .subpro_section .pro_sub_wrap { display: flex; flex-direction: column; align-items: center; gap: 70px; }
    .subpro_section .pro_sub_wrap>div { width: 100%; }
    .pro_sub_txt p, .pro_sub_txt ul li { line-height: 20px; }
    
    .sub_img_print figure{ background-image: url("/img/sub_page_02/print/print_vis_m.jpg")!important; }
    .sub_img_mill figure{ background-image: url("/img/sub_page_02/mill/mill_vis_m.jpg")!important; }
    .sub_img_scan figure{ background-image: url("/img/sub_page_02/scan/scan_vis_m.jpg")!important; }
    .sub_img_cam figure{ background-image: url("/img/sub_page_02/camcad/cam_vis_m.jpg")!important; }
    .sub_img_cad figure{ background-image: url("/img/sub_page_02/camcad/cad_vis_m.jpg")!important; }
    .sub_img_0201 figure { background-image: url("/img/sub_page_02/sub_01_02_m.jpg")!important; }
    .sub_img_kit figure { background-image: url("/img/sub_page_02/kit/kit_vis_m.jpg")!important; }
    
    .pro_img_box .img_text { top: 20%!important; bottom: auto; }
}

@media (max-width: 870px){
    .pro_spec .tab-content {padding:15px;}
    .pro_spec .tab li{width: 30%}
    .pro_spec .tab-content2 {padding:15px;}
    .pro_spec .tab2 li{width: 30%}

    .pro_other_wrap { display: none; }
    .pro_other_wrap_m { display: block; overflow: hidden; margin-top: 50px; }
}

@media (max-width: 768px) {
    .pro_section { padding: 75px 4%; }
    .sub_img_cam figure{ background-image: url("/img/sub_page_02/camcad/cam_vis_m.jpg"); background-position: center top; background-size: cover; }
    
    .sub_img_cad figure{ background-image: url("/img/sub_page_02/camcad/cad_vis_m.jpg"); background-position: center top; background-size: cover; }
    

    .feature_box {
        flex-direction: column;
        gap:20px;
        margin-top: 50px;
    }
    .feature_con p { line-height: 20px; }
    .feature_con { padding-left: 0; }
    .feature_con h3 { margin-bottom: 20px; }
    .feature_box_left {
        flex-direction: column;
        gap:20px;
        margin-top: 50px;
        flex-direction: column-reverse;
    }		
    .feature_box_img {
        width: 100%;
    }

    .pc{display: none;}
    .mo{display:block}
    .br_mo{display:block;}
    .br_pc{display:none;}

    .pro_spec .tab li, .pro_spec .tab2 li{width: 47%; }
    .product_header { display: none; }
    .dropdown_btn {
        display: block;
    }
    .product_mob { display: block; }

    .feature_box {
        flex-direction: column;
        gap:20px;
        margin-top: 50px;
    }
    .feature_con { padding-left: 0; }
    .feature_con h3 { margin-bottom: 20px; }
    .feature_box_left {
        flex-direction: column;
        gap:20px;
        margin-top: 50px;
        flex-direction: column-reverse;
    }		
    .feature_box_img {
        width: 100%;
    }

    .feature_box_left>div, .feature_box>div { width: 100%; }
    .pro_video { padding-bottom: 56%; }
}
@media (max-width: 360px) {
    .pro_icn_wrap { gap: 0; }
    .pro_icn_wrap a { width: 100%; }
    .pro_spec .tab li, .pro_spec .tab2 li { width: 46%; }
}


#other_dot { text-align: center; position: absolute; bottom: 10px; left: 0; width: 100%; z-index: 1; }
#other_dot span { width: 20px; height: 2px; border-radius: 0; margin: 0 5px; background-color: #000; }
#other_dot span.swiper-pagination-bullet-active { background-color: #000; opacity: 1 }
#pro_other_swiper .caption2 { position: absolute; top: 0; left: 0; opacity: 1!important; width: 100%; height: 100%; z-index: 9999!important; padding: 30px 20px; color: #222; }
#pro_other_swiper .caption2 h2 {font-size:2.5rem; font-weight: 500; }
#pro_other_swiper .caption2 span {padding: 10px 20px;background-color: #00563f; color: #ffffff;text-decoration: none; transition: background-color 0.3s ease; font-size:1.125rem;font-weight: 900; margin-top:20px; display: flex; justify-content: space-between; width: 100%; max-width: 170px; border-radius: 30px; }
#pro_other_swiper .caption2 span img { width: auto; }

#pro_other_swiper .other_box { min-height: 500px; }
#pro_other_swiper .other_box .pro_other_box { width: 100%; height: 100%; min-height: 500px; display: block; background-size: cover!important; }
#pro_other_swiper .other_box:nth-child(1) .pro_other_box {  }
#pro_other_swiper .other_box:nth-child(2) .pro_other_box {  }
#pro_other_swiper .other_box:nth-child(3) .pro_other_box {  }

@media (max-width: 768px) {
    #pro_other_swiper .caption2 { padding: 40px 20px;}
}

/*    camcad feature 스와이프*/
.feat_swiper_wrap { padding-bottom: 50px; margin-top: 80px; }
.feat_swiper_wrap .caption3 { position: absolute; bottom: 0; left: 0; opacity: 1!important; width: 100%; height: 100%; z-index: 9999!important; padding: 30px 20px; color: #222; }
.feat_swiper_wrap .caption3 h2 {font-size:0.875rem; font-weight: 500; text-align: center; position: absolute; top: 80%; }
.feat_swiper_wrap .caption3 span {padding: 10px 20px;background-color: #00563f; color: #ffffff;text-decoration: none; transition: background-color 0.3s ease; font-size:1.125rem;font-weight: 900; margin-top:20px; display: flex; justify-content: space-between; width: 100%; max-width: 170px; border-radius: 30px; }
.feat_swiper_wrap .caption3 span img { width: auto; }

.feat_swiper_wrap .feat_swiper_box { min-height: 220px; }
.feat_swiper_wrap .feat_swiper_box>a { width: 100%; height: 100%; min-height: 220px; display: block; }

@media (max-width: 768px) {
    .feat_swiper_wrap .caption3 { padding: 40px 20px;}
}
/*    camcad feature 스와이프*/



.sub_section_start { margin-top: 150px; }
@media screen and (max-width:1080px){
    .sub_section_start { margin-top: 75px; }
}


/*support*/

.support_list { width: 100%; }
.support_list .support_box { display: flex; justify-content: space-between; align-items: center; gap: 70px; margin: 100px auto 0; }
.support_list .support_box>div { width: 50%; }
.support_list .support_box .support_box_img img { width: 100%; }
.support_list .support_box .support_con>div { margin-bottom: 20px; }
.support_list .support_box .support_con>div>p { margin-top: 15px; color: #7a848c; }
.support_list .support_box .support_con ul li::before { content: ''; display: block; width: 5px; height: 5px; background: #62b995; margin-top: 12px; }
.support_list .support_box .support_con ul li { display: flex; justify-content: flex-start; gap: 10px; line-height: 30px; }
.support_list .support_box .support_con .support_btn_wrap { width: 100%; margin-top: 40px; display: flex; justify-content: flex-start; align-items: center; gap: 10px; flex-wrap: wrap; }
.support_list .support_box .support_con .support_btn_wrap a { display: block; border: 1px solid #7a848c; color: #7a848c; background: #fff; padding: 20px; width: 20%; text-align: center; transition: .3s; }
.support_list .support_box .support_con .support_btn_wrap a:hover { background: #0f4025; color: #fff; border-color: #0f4025 }

.support_box { position: relative; }

@media screen and (max-width: 1020px) {
    .support_list { margin: 0 auto 0; padding: 0 4%; }
    .support_list .support_box { display: block; }
    .support_list .support_box>div { width: 100%; }
    .support_list .support_box .support_con { margin-top: 50px; }
}

@media screen and (max-width: 490px) {
    .support_list .support_box .support_con .support_btn_wrap a { width: 45%; }
}

/*support*/

.support_link h1 {font-size:2.25rem; font-weight: 600;margin-bottom: 25px;}
.support_link p {margin-bottom: 30px;}
.support_link a {font-weight: 600;}
.support_link {margin: 100px auto 0; background-image: url(/img/landing_page/land_down_bg.jpg); max-width: 1420px; text-align: center; padding: 80px 0;color:#ffffff;display: flex;flex-direction: column;align-items: center; background-size: cover; }

.support_btn_wrap { display: flex; justify-content: center; gap: 20px; align-items: center; }
.support_link_btn {background-color: #FFFFFF; border-radius: 10px 0 10px;color:#144734;padding:15px;}
.support_link_btn img{margin-right: 12px;}
.support_link_btn:hover { opacity: .8; transition: .3s;}


@media screen and (max-width: 768px) {
    .landingpage_download { margin-top: 50px; padding: 20px; }
}

.feature_subimg { max-width: 460px; }
.feature_subimg img { width: 100%; }
.feature_subimg p { text-align: center; margin-top: 20px; margin-bottom: 0; }

.inter_guide { margin-top: 150px; }
.guide_wrap { margin: 50px auto 0; width: 92%; max-width: 1420px; display: flex; justify-content: center; gap: 20px; align-items: top }
.guide_wrap .guide_cnt>p { text-align: center; margin-top: 10px; padding: 20px; background: #f9f9f9; border: 1px solid #eee; box-sizing: border-box; }
.guide_wrap .guide_cnt>img { width: 100%; }
.guide_wrap .guide_cnt .guide_cnt_tit { text-align: center; margin-top: 10px; padding: 20px; background: #f9f9f9; border: 1px solid #eee; box-sizing: border-box; }

@media screen and (max-width: 768px) {
    .guide_wrap { flex-direction: column; }
    .inter_guide { margin-top: 100px!important; }
}


/*contact*/

.sub_img_contact figure { background-image: url("/img/sub_page_01/sub_contact_bg.jpg"); }
.sub_img_contact .img_text { width: 100%; top: 40%; left: 0; position: absolute; }
.sub_img_contact .img_text h4 { margin-bottom: 20px; }

.contact_wrap { width: 92%; margin: 100px auto 0; display: flex; justify-content: center; align-content: center; border: 1px solid #d9d9d9; border-radius: 20px; }
.contact_wrap>ul, .contact_wrap>div.map_wrap { width: 50%; height: 70vh;  }
.contact_wrap>div.map_wrap>div { width: 100%; height: 100%; margin-top: 0!important; }
.contact_wrap>div.map_wrap #map_txt { background: #f9f9f9; text-align: center; line-height: 70vh; }
.contact_wrap>ul.tabs_contact { border-right: 1px solid #d9d9d9; overflow-y: scroll; -webkit-overflow-scrolling: touch; min-height: 200px; }
.contact_wrap>ul.tabs_contact li.dis_none { display: none; }
.contact_wrap>ul.tabs_contact li.dis_block { display: block; }
.contact_wrap>ul.tabs_contact li.tabs_contact-link { padding: 50px 30px; border-bottom: 1px solid #d9d9d9; transition: .3s; cursor: pointer; }
.contact_wrap>ul.tabs_contact li.tabs_contact-link:hover { background: #f9f9f9; }
.contact_wrap>ul.tabs_contact li.tabs_contact-link .contact_list { margin-top: 30px; }
.contact_wrap>ul.tabs_contact li.tabs_contact-link .contact_list li { line-height: 30px; }
.contact_wrap>ul.tabs_contact li.tabs_contact-link .contact_list li img { margin-right: 5px; }

.contact_wrap>ul.tabs_contact::scrollbar { width: 7px!important; }
.contact_wrap>ul.tabs_contact::scrollbar-thumb { height: 10%; background: #62b995; border-radius: 10px!important; }
.contact_wrap>ul.tabs_contact::scrollbar-track { background: rgba(0, 0, 0, .1)!important;}
.contact_wrap>ul.tabs_contact::-webkit-scrollbar { width: 7px!important; }
.contact_wrap>ul.tabs_contact::-webkit-scrollbar-thumb { height: 10%; background: #62b995; border-radius: 10px!important; }
.contact_wrap>ul.tabs_contact::-webkit-scrollbar-track { background: rgba(0, 0, 0, .1)!important;}

@media screen and (max-width: 1024px) {
    .contact_wrap { display: block; margin-top: 50px; border-radius: 0; }
    .contact_wrap>ul, .contact_wrap>div.map_wrap { width: 100%; height: 30vh; }
    .contact_wrap>div.map_wrap #map_txt { line-height: 30vh; }
    
    .contact_wrap>ul.tabs_contact li.tabs_contact-link { padding: 20px; }
    .contact_wrap>ul.tabs_contact li.tabs_contact-link .contact_list { margin-top: 5px; }
}

/*contact*/

.sub_section_implant ul.tabs li { line-height: 40px; }
.sub_section_implant .tab-content .tab-link { border: none; }
.sub_section_implant .tab-content .tab-link::before { display: none; }

.rp_white_section { width: 92%; margin: 0 auto; }
@media screen and (max-width: 870px) {
    .rp_white_section { width: 100%; }
}

/*스크롤 이동 관련*/
.sub_section { position: relative; }
.sub_section .anchor { position: absolute; top: -230px; }

/*KIT*/
.kit_wrap { width: 92%; margin: 100px auto 0; }
.kit_wrap .kit_img_wrap { margin-top: 30px; padding: 50px; border: 1px solid #d9d9d9; border-radius: 20px; width: 100%; text-align: center; position: relative; }
.kit_wrap .kit_img_wrap>img { width: 100%; max-width: 1170px; transition: 0.3s ease-in-out; opacity: 1; }


.smk_pop, .ssk_pop, .sgk_pop {
    display: none; /* 기본적으로 숨김 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* 반투명 배경 */
    z-index: 1000; /* 다른 요소 위에 표시 */
}

.popup_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 100px 5px;
    border-radius: 20px;
}
.popup_content .tit_box_02 p { margin-top: 15px; }

.popup_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

.popup_cnt_item { width: 100%; display: flex; justify-content: center; align-items: flex-end; margin-top: 50px; }
.popup_cnt_item>img { width: 100%; max-width: 899px }

@media screen and (max-width: 1024px) {
    .kit_wrap .kit_img_wrap { padding: 20px; }
    .popup_content { padding: 20px; width: 92%; padding-top: 50px }
    .popup_cnt_item { margin-top: 50px; }
}

.insta_wrap, .youtube_wrap { width: 92%; margin: 100px auto; }
@media screen and (max-width: 780px) {
    .insta_wrap, .youtube_wrap { margin: 50px auto; }
}

.cursor { cursor: pointer; }

.kit_box_wrap { width: 100%; display: flex; justify-content: center; align-items: top; }
.kit_box_wrap>div { width: 35%; }
.kit_box_wrap>div>div { text-align: center; }
.kit_box_wrap>div .kit_box_img img { width: 100%; max-width: 500px; }
.kit_box_wrap>div .kit_box_txt { width: 50%; margin: 0 auto; padding: 20px; border: 1px solid #d9d9d9; border-radius: 20px; background: #f9f9f9; box-sizing: border-box; text-align: center; }
@media screen and (max-width: 780px) {
    .kit_box_wrap>div .kit_box_txt { padding: 10px; }
}

.video_wrap { width: 92%; margin: 0 auto; padding-top: 0; }
.video_wrap iframe { width: 100%; height: 100vh; }

/*lso-100*/
.feat_list{display:flex;justify-content: center;background:#f9f9f9;border-radius: 20px;padding:60px 0}
.feat_list_wrap { display: flex; flex-direction: column; gap: 50px;align-items: flex-start;}
.lso_img_list { display: flex; flex-direction: column; align-items: center;}
.feat_list_box { display: flex; gap: 100px;align-items: center;}
.feat_list_box img { width :100%;max-width: 90px;max-height: 90px;}
.feat_txt_wrap h3{color:#62b995; font-weight: 600;font-size: 1.25rem;}
.feat_txt_wrap p{font-weight: 400;font-size: 1.125rem;margin-top: 20px;}
.lso_img_wrap { margin: 60px auto 0; width: 100%; max-width: 1420px; }
.lso_txt_wrap p{text-align: left; font-weight: 500;color:#06563f;margin-top: 5px;font-size: 1.125rem;}
.lso_txt_wrap p:first-child{margin-top: 0;}
.lso_txt_wrap p:nth-child(3){color:#222222}
.lso_txt_wrap {margin-top: 40px;}
.lso_img_box { width: 100%; display: flex; gap:20px; }
.lso_img_box img, .lso_img_tit img{width: 100%!important;max-width: fit-content;}

.lso_table {margin: 50px 0 20px;}
.lso_table td {border: 1px solid #ddd; padding: 10px;word-wrap: break-word; height: 30px; font-size: 1.125rem;}
.lso_table td:first-child {border-left: none; width: 30%;font-weight: 600;}
.lso_table td:last-child {border-right: none;padding-left: 15px;}
.lso_vis figure{background-image: url(/img/lso-100/lso_vis.jpg); background-position: center !important;
    background-size: cover;}
/*event_250218*/
.lso_vis_event figure{background-image: url(/img/lso-100/lso_vis_event.jpg)!important; background-size: contain!important; background-color: #000; }
/*event_250218*/
.lso_banner img { width: 100%; max-width: 1420px;border-radius: 20px;}
.lso_banner{display: flex; justify-content: center; padding: 0 20px;}
.lso_banner .banner_pc{display: block;}
.lso_banner .banner_mo{display: none;}

.lso_img_pc{display: block;}
.lso_img_mo{display: none;}

@media screen and (max-width: 1080px) {
    .feat_list {padding: 60px 30px;}
	.lso_img_box img:nth-child(2){margin-top:25px;}	
}

@media screen and (max-width: 780px) {
    .feat_list_box {gap:50px;flex-direction: column;}
	.lso_img_box{flex-direction: column;}
	.lso_vis  figure{background-image: url(/img/lso-100/lso_vis_m.jpg); }
    /*event_250218*/
    .lso_vis_event figure{background-image: url(/img/lso-100/lso_vis_event_m.jpg)!important; background-size: contain!important; background-color: #000; }
    /*event_250218*/
	.lso_banner .banner_pc{display: none;}
	.lso_banner .banner_mo{display: block;}
	.lso_img_pc{display: none;}
	.lso_img_mo{display: block;}
}

/*인증서 취득 소개 250220*/
.feature_icon_wrap { width: 100%; max-width: 1420px; margin: 100px auto 0; display: flex; justify-content: flex-start; align-content: flex-start; }
.feature_icon_wrap .feature_icon { width: 5%; }
.feature_icon_wrap .feature_icon img { width: 100%; max-width: 45px; }
.feature_icon_wrap .feature_txt { width: 95%; }
.feature_icon_wrap .feature_txt h4 { margin-bottom: 10px; }
.feature_icon_wrap .feature_txt p { font-weight: 400; line-height: 30px; }
.feature_icon_wrap .feature_txt p:nth-child(1) { margin-bottom: 20px; }
.feature_icon_wrap .feature_txt p:last-child { font-weight: 700; margin-top: 10px; }

@media screen and (max-width: 900px) {
    .feature_box_octix { flex-direction: column; gap: 50px; }
    .feature_box_octix>div { width: 100%; padding-left: 0; }
    .feature_icon_wrap { width: 100%; }
    .feature_icon_wrap { flex-direction: column; gap: 20px; }
    .feature_icon_wrap>div { width: 100%!important; }
    .feature_icon_wrap .feature_txt p { line-height: 20px; }
}