


/*_pc*/
@media all and (min-width:1025px) and (max-width:1280px) {
	.lnb__main li > a{padding: 0 40px!important;}
	.header:hover .lnb__main li > a {padding: 0 90px!important;}
}
@media all and (min-width:1025px) {	  

	.scroll .header{}
	
    .header{background:#fff}
    .header .lnb__main li > a{color:#000}
    .header h1 .org{display:block}
    .header h1 .org_w{display:none}
    .header .gnb i{background:#000}
	.header .gnb__language i{background:#000}
    .header .gnb__language a{color:#000}
	
	.header-spacer{height:120px}
	

    .main{padding-bottom:100px}
	
	.sub_contents{margin-top:100px;margin-bottom:100px;font-size:var(--body2)}
	
	.h2_sec{text-align:center;margin:50px 0;}
	.h2_sec .path{display:flex;gap:20px;justify-content:center;align-items:center;font-size:var(--body2)}
	.h2_sec .path .home{background:none;padding:0}
	.h2_sec .path span{padding-left:20px;background:url('/dblack/images/sub/path_arrow.png') no-repeat 0 center;color:#777}
	.h2_sec .tit{font-size:var(--headline1);margin:10px 0}
	
	.menu_sec{position:relative}
	.menu_sec dl{display:flex;gap:40px;justify-content:center}
	.menu_sec dd{}
	.menu_sec dd a{display:block;line-height:50px;font-size:var(--body1);color:#aaa;font-weight:600;padding:0 10px}
	.menu_sec dd a:hover{color:var(--main-color)}
	.menu_sec dd.is-on a{color:var(--main-color);border-bottom:5px solid var(--main-color)}
		
		
	.visual_sec{height:400px;background:url('/dblack/images/sub/s01_visual.jpg') no-repeat center /cover}
	.visual_sec.s1{height:400px;background:url('/dblack/images/sub/s02_visual.jpg') no-repeat center /cover}
	.visual_sec.s2{height:400px;background:url('/dblack/images/sub/s03_visual.jpg') no-repeat center /cover}
	.visual_sec.s3{height:400px;background:url('/dblack/images/sub/s04_visual.jpg') no-repeat center /cover}

	
	
	
	
	.gallery_list {}
	.gallery_list > ul{display:flex;gap:50px;flex-wrap:wrap}
	.gallery_list .list{width:calc((100% - 50px)/2);}
	.gallery_list .list a{display:block;position:relative;border:1px solid #ddd;padding:100px 0 0 ;outline:1px solid #fff;transition:0.3s}
	.gallery_list .list a:hover{border:1px solid var(--main-color);outline:1px solid var(--main-color);box-shadow:0 0 30px 10px rgba(0,0,0,0.05)}
	.gallery_list .list a:hover .btn-round.b{background:var(--main-color)}
	.gallery_list .list .info{position:absolute;left:40px;top:40px}
	.gallery_list .list .info .tit{font-size:36px;font-weight:600}
	.gallery_list .list .info .desc{font-size:16px;color:#888;margin:5px 0}
	.gallery_list .list .info .btn-round{margin-top:30px}
	.gallery_list .list .thumb{text-align:right}
	.gallery_list .list .thumb img{max-height:380px;}
	
	
	.gallery_view{}		
	.gallery_view__head{text-align:center;}
	.gallery_view__head .tit{font-size:var(--headline1)}
	.gallery_view__head .stit{font-size:var(--headline2);color:var(--main-color)}
	.gallery_view__head .desc{font-size:var(--body1);color:#777;margin:50px 0}

	.gallery_view__body{margin:150px 0}
	.gallery_view__body.s1{display:flex;gap:140px;align-items:flex-start}
	.gallery_view__body.s1 .thumb{flex:1;position:sticky;top:20vh;border:1px solid #eee}
	.gallery_view__body.s1 .info_con{flex:1.3}

	.gallery_view__body.s2{margin:150px 0 0 0}
	
	
	.gallery_view__more{margin:100px 0;text-align:center}
    
}

@media all and (max-width:1200px) and (min-width:1025px) {
	.menu_sec dl{gap:25px}
	.menu_sec dd a{padding:0 10px}

}

/*_mobile*/
@media all and (max-width:1024px) {
	:root{
		--headline1:38px;
		--headline2:22px;
		--headline3:18px;
		--body1:14px;
	}
	
	.header{background:#fff}
    .header .lnb__main li > a{color:#000}
    .header h1 .org{display:block}
    .header h1 .org_w{display:none}
	.gnb__language .current{border-color:#111;color:#111;background-image:url('/dblack/images/ico_arrow-down_b.png')}
    .gnb__toggle i{background:#000}
	
	.header-spacer{height:70px}
	
	.h2_sec{text-align:center;margin:50px 0 30px}
	.h2_sec .path{display:none;font-size:var(--body2)}
	.h2_sec .tit{font-size:var(--headline1);margin:10px 0}
	
	
	.main{padding-bottom:50px}
	
	.sub_contents{margin-top:50px;margin-bottom:50px;font-size:var(--body2)}
	
	.menu_sec{position:relative;z-index:10}
	.menu_sec .depth{position:relative;z-index:20;margin:10px 0}
	.menu_sec .depth.is-on ul,
	.menu_sec .depth.is-on dl{display:block}
	.menu_sec .depth.s1 .current{line-height:45px;background:url('/dblack/images/ico_arrow-down_b.png') no-repeat calc(100% - 20px) center;padding:0 20px;color:#111;font-size:var(--body1);font-weight:600;border:1px solid #111}
	.menu_sec .depth ul,
	.menu_sec .depth dl{display:none;position:absolute;background:#f0f0f0;margin-top:5px;width:100%}
	.menu_sec .depth li:not(:last-child),
	.menu_sec .depth dd:not(:last-child){border-bottom:1px solid #ddd}
	
	.menu_sec .depth li a,
	.menu_sec .depth dd a{display:block;line-height:45px;font-size:var(--body1);color:#111;;padding:0 20px}
	
	.menu_sec .depth.s2{position:relative;z-index:10;margin:10px 0}
	.menu_sec .depth.s2 .current{line-height:45px;background:url('/dblack/images/ico_arrow-down.png') no-repeat calc(100% - 20px) center var(--main-color);padding:0 20px;font-size:var(--body1);color:#fff;font-weight:600;}


		
		
	.visual_sec{height:250px;background:url('/dblack/images/sub/s01_visual.jpg') no-repeat center /cover;margin:20px 0}
	.visual_sec.s1{height:250px;background:url('/dblack/images/sub/s02_visual.jpg') no-repeat center /cover}
	.visual_sec.s2{height:250px;background:url('/dblack/images/sub/s03_visual.jpg') no-repeat center /cover}
	.visual_sec.s3{height:250px;background:url('/dblack/images/sub/s04_visual.jpg') no-repeat center /cover}
	.visual_sec.s4{height:250px;background:url('/dblack/images/sub/s05_visual.jpg') no-repeat center /cover}
	
	.gallery_list {}
	.gallery_list > ul{}
	.gallery_list .list{margin:20px 0}
	.gallery_list .list a{display:block;position:relative;border:1px solid #ddd}
	.gallery_list .list .info{padding:30px}
	.gallery_list .list .info .tit{font-size:26px;font-weight:600}
	.gallery_list .list .info .desc{font-size:14px;color:#888;margin:5px 0}
	.gallery_list .list .info .btn-round{margin-top:20px}
	.gallery_list .list .thumb{text-align:right}
	.gallery_list .list .thumb img{max-height:260px;}
	
	
	.gallery_view{}		
	.gallery_view__head{text-align:center;}
	.gallery_view__head .tit{font-size:var(--headline1)}
	.gallery_view__head .stit{font-size:var(--headline2);color:var(--main-color)}
	.gallery_view__head .desc{font-size:var(--body1);color:#777;margin:30px 0}

	.gallery_view__body{margin:75px 0;}
	.gallery_view__body.s1{}
	.gallery_view__body.s1 .thumb{;border:1px solid #eee;text-align:center}
	.gallery_view__body.s1 .info_con{margin:50px 0}

	.gallery_view__body.s2{margin-top:75px;}
	
	.gallery_view__more{margin:50px 0;text-align:center}
	
	

}


/*제품소개*/

/*view*/
.gallery_view_tit{display: flex; align-items: center; gap: 10px; padding-bottom: 20px; margin-bottom: 50px; border-bottom: solid 1px #e5e5e5;}

.gallery_view_con{line-height: 1.8;}

/*.gallery_view_wrap{padding: 75px 0 0;}*/
.gallery_view_wrap:nth-child(n+2){padding: 75px 0 0;}
.gallery_view_img{margin-top: 50px}

/*패턴을 사용할 경우*/
.pattern_wrap ul{display: flex; justify-content: space-between; gap:10px;}
.pattern_wrap ul li{display: flex; flex-direction: column; align-items: center; gap:10px; text-align: center;}
/*패턴을 사용할 경우*/

@media all and (max-width:1024px) {
	.gallery_view_wrap{padding: 75px 0 0;}
	.gallery_view_tit{ padding-bottom: 10px; margin-bottom: 20px;}
	.gallery_view_img{margin-top: 30px}
}
@media all and (max-width:480px) {
	.pattern_wrap ul{flex-direction: column; gap:30px;}
}
/*view*/

/*제품소개*/



/*공통*/
.sub_wrap{padding-top: 100px;}
.mo_ver{display: none;}

@media all and (max-width:1024px) {
	.sub_wrap{padding-top: 50px;}
}
/*공통*/

/*sub0101*/
.sub_wrap.ceo_wrap{text-align: center;}
.ceo_tit{color:var(--main-color); margin-bottom: 20px;}
.ceo_txt_wrap{margin: 50px 0 100px;}
.ceo_txt_wrap p{margin-top: 20px;}
.ceo_txt_wrap p:last-child{margin-top: 40px;}
.banner_wrap{position: relative; text-align: center;}
.banner_wrap .banner_tit{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%;}
.banner_wrap .banner_tit .more{margin-top: 50px;}
@media all and (max-width:768px){
	.banner_wrap .mo_ver{display: block;}
	.banner_wrap .pc_ver{display: none;}
	.banner_wrap .banner_tit .more{margin-top: 20px;}
}
/*sub0101*/

/*sub0102*/
.vision_wrap .sub_tit_wrap{text-align: center;}
.vis_content_wrap{display: flex; flex-direction: column; gap:20px; margin-top: 100px}
.vis_content_wrap [class^=vis_conent]{height: 250px;  transition: 1s; position: relative;}
.vis_content_wrap [class^=vis_conent]::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	transition: 0.5s;
	content: "";
}
.vis_content_wrap [class^=vis_conent] .vis_txt{position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); text-align: center; width: 100%;}
.vis_content_wrap [class^=vis_conent] h3{display: block;}
.vis_content_wrap [class^=vis_conent] p,
.vis_content_wrap [class^=vis_conent] img{opacity: 0; transition: 1s;}

.vis_content_wrap [class^=vis_conent].on{height: 700px; }
.vis_content_wrap [class^=vis_conent].on::before{background: rgba(0,0,0,0);}
.vis_content_wrap [class^=vis_conent] h3{margin: 40px 0 20px;}
.vis_content_wrap [class^=vis_conent].on p,
.vis_content_wrap [class^=vis_conent].on img{opacity: 1; }

.vis_content_wrap .vis_conent01{background: url('/dblack/images/sub/sub01/02/bg01.jpg') no-repeat center / cover;}
.vis_content_wrap .vis_conent02{background: url('/dblack/images/sub/sub01/02/bg02.jpg') no-repeat center / cover;}
.vis_content_wrap .vis_conent03{background: url('/dblack/images/sub/sub01/02/bg03.jpg') no-repeat center / cover;}

@media all and (max-width:1280px){
	.vis_content_wrap [class^=vis_conent].on{height:540px; }
}
@media all and (max-width:1024px){
	.vis_content_wrap [class^=vis_conent],
	.vis_content_wrap [class^=vis_conent].on{height:360px; }
	.vis_content_wrap [class^=vis_conent]::before,
	.vis_content_wrap [class^=vis_conent].on::before{background: rgba(0,0,0,0);}
	.vis_content_wrap [class^=vis_conent] p,
	.vis_content_wrap [class^=vis_conent] img{opacity: 1; transition: 1s;}
	.vis_content_wrap [class^=vis_conent] img{width:36px; }
	.vis_content_wrap [class^=vis_conent] h3{margin: 20px 0 10px;}
		
}
/*sub0102*/

/*sub0105*/
.sub_tab_menu{display: flex; justify-content: space-between; gap:10px;}
.sub_tab_menu div{text-align: center; width: 50%;}
.sub_tab_menu div button{
	padding: 15px 10px;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 20px ;
	background: #fff;
	border: solid 2px #ccc;
	transition: all 0.5s;
}
.sub_tab_menu div:hover button,
.sub_tab_menu div.on button{background: #000; color: #fff; border-color: #000;}
.tab_cont_wrap{width: 100%; position: relative; transition: height 1s ease-in-out; }
.tab_cont{width: 100%;  display: none; opacity: 0; visibility: hidden; z-index: 0; transition: all 1s;}
.tab_cont.on{display: block; opacity: 1; visibility: visible; z-index: 1;}

.loca_content{margin-top: 150px;}
.map_content_wrap{margin-top: 50px; display: flex; width: 100%; gap:30px;}
.map_content_wrap >div{width: 50%;}
.map_content_wrap >div.map_sole{width: 100%;}
.map_content_wrap >div.map_img{height: 500px; background: url('/dblack/images/sub/sub01/05/map_head.jpg') no-repeat center / cover;}
.map_content_wrap >div.map_img.map_india{background: url('/dblack/images/sub/sub01/05/map_india.jpg') no-repeat center / cover;}

.map_info li{
	display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: solid 1px #e5e5e5;
}
.map_info {margin-top: 50px;}
.map_info li:first-child{ border-top: solid 1px #e5e5e5;}
.map_info li .map_tit{display: flex; align-items: center; width: 20%; flex-shrink: 0}
.map_info li .map_tit figure{padding-left: 40px;}
.map_info li .map_tit p{padding-left: 20px;}


.map_india_wrap{display: flex; gap:20px; margin-top: 50px;}
.map_india_wrap .map_content_wrap{width: 50%; margin: 0}
.map_india_wrap .map_content_wrap>div{width: 100%;}
.map_india_wrap .map_info{width: 50%; margin-top: 0}
.map_india_wrap .map_info ul{height: 500px;}
.map_india_wrap .map_info ul li{height: 50%; padding: 40px; flex-direction: column; align-items: flex-start; justify-content: space-between;}
.map_india_wrap .map_info ul li .map_tit{width: auto; flex-direction: column; align-items: flex-start;}
.map_india_wrap .map_info ul li .map_tit figure,
.map_india_wrap .map_info ul li .map_tit p{padding-left: 0}

@media all and (max-width:1280px){
	.map_content_wrap >div,
	.map_content_wrap >div.map_img{height: 400px;}
	.map_content_wrap >div iframe{height: 100%;}
}
@media all and (max-width:1024px){
	.loca_content{margin-top: 75px;}
	.map_content_wrap{flex-direction: column;}
	.map_content_wrap >div{width: 100%;}
	.map_info li{padding: 20px 0 ;}
	.map_info li .map_tit{width: 170px;}
	.map_info li .map_tit figure{padding-left: 20px;}
	.map_info li .map_tit figure img{width: 36px;}
	
	.map_india_wrap{flex-direction: column;}
	.map_india_wrap .map_content_wrap{width: 100%;}
	.map_india_wrap .map_info{width: 100%;}
	.map_india_wrap .map_info ul{height: auto;}
	.map_india_wrap .map_info ul li{height: auto; padding: 20px; gap:20px;}
	.map_india_wrap .map_info ul figure img{width: 36px;}
}
@media all and (max-width:480px){
	.map_info li .map_tit figure{display: none;}
	.map_info li .map_tit{width: 100px;}
}
/*sub0105*/

.pattern_wrap_2 ul {justify-content: normal; gap:25px;}
