/*---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: top;background-size: cover;background-attachment: fixed;}

.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_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");}
.sub_img_0202 .img_text, .sub_img_0201 .img_text { top: 22%; width: auto; }
.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; }


/*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; }
.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_01_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: 90%; top: 40%; }
	
	.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: 150px 0 50px; display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 100%; }
.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 .tit_box_04 { margin-left: 4%; }
.about5_c1 #ms6_slide img { height: 100%!important; min-height: 85vh; }
.about5_c1 .ms6_box { height: 85vh; overflow: hidden; }
#daumRoughmapContainer1667732190007 { 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 {display: block; padding-top: 150px; }
	.about5_c1 .ms6_box { max-height: 220px; 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;
}
@media screen and (min-width: 801px){
	.sns_commend .swiper-wrapper {
		display: block;
	}
}
.sns_commend_list {
  width: calc(100% + 20px);
  margin-left: -20px;
}

.sns_commend_list li {
  float: left;
  width: 23.5%;
  height: 380px;
  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; }
}