

#gnb_pc{}
#gnb_mo{display:none !important;}
@media(max-width:1400px){
	#gnb_pc{display:none !important;}
	#gnb_mo{display:block !important;}
}

/*header*/
#header{
	position:absolute;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	background:#fff;
	min-height:7.5rem;
}
#header.header_scroll{
	border-bottom: 1px solid #ddd;
}

#header #gnb_pc h1{
	position:absolute;
	top: 7rem;
	left:3rem;
	z-index:30;
}
#header #gnb_pc h1 > a{
	display:block;
}

/*search*/
#top_search{
	position:fixed;
	z-index:90;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	display:none;
}
#top_search div{
	position:absolute;
	width:90%;
	max-width:600px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%)
}
#top_search div input{
	border:0;
	border-radius:0;
	height:60px;
	font-size:2.2rem;
	padding:0px 2rem;
}
#top_search div button{
	position:absolute;
	right:1rem;
	top:50%;
	transform:translatey(-50%);
	font-size:3rem;
	background:none;
	border:0;
}
#top_search .search_close{
	position:absolute;
	top:35%;
	left:50%;
	transform:translatex(-50%);
	color:#fff;
	font-size:4rem;
}

/*gnb*/
#gnb_pc .gnb{
	text-align:center;
	z-index:15;
	position:relative;
	left:0;
	top:0;
	width:100%;
}
#gnb_pc .gnb.hover{
	padding-bottom: 4rem;
}
#gnb_pc .gnb > .gnb_container{
	display:inline-block;
	vertical-align:top;
}
#gnb_pc .gnb > .gnb_container > ul{}
#gnb_pc .gnb > .gnb_container > ul > li{
	float:left;
	margin:0 .5rem;
}
#gnb_pc .gnb > .gnb_container > ul > li > a{
	padding: 2.8rem 3.5rem;
	display:block;
	font-size: 2rem;
	color:#000;
	font-weight:500;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul{
	position:relative;
	top:-1rem;
	display:none;
	width:12rem;
	margin:0 auto;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li{
	position:relative;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li:last-child{
	padding-bottom:2rem;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li > a{
	display:block;
	padding:1rem 0;
	font-size: 1.5rem;
	color:#222;
	font-weight:300;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li.has-dp3 > span.icon{
	position: relative;
	width:11px;
	height:11px;
	background: url('../_img/icon/icon_plus.png')no-repeat center center/ contain;
	position: absolute;
	right:0;
	cursor:pointer;
	top:1.6rem;
}
#gnb_pc .gnb > .gnb_container > ul > li.sub0 > ul > li:last-child.has-dp3 > span.icon{
	display:none;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li > ul.dp3-box{
	display:none;
	background: #fff;
	text-align: center;
	z-index:1;
	padding:0.5rem;
	width:100%;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li > ul.dp3-box > li{
	margin:3px 0;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li > ul.dp3-box > li a{
	font-size: 1.4rem;
	color:#777;
	font-weight:300;
	display:block;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li > ul.dp3-box > li a:hover{
	color:#222;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li.has-dp3.on::after{
	background: url('../_img/icon/icon_minus.png')no-repeat center center/ contain;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li.has-dp3.on > ul.dp3-box{
	display:block;
}

#header #gnb_pc .gnb_side{
	padding: 1.2rem 0;
	border-bottom: 1px solid #eeeeee;
}
#header #gnb_pc .gnb_side > div { float:right; }
#header #gnb_pc .gnb_side a.search{
	font-size:1.8rem;
	margin-top:-.4rem
}
#header #gnb_pc .gnb_side a.search i {
	color:#000;
}
#header #gnb_pc .gnb_side a,
#header #gnb_pc .gnb_side .lan{
	position:relative;
	padding: 0 1rem;
	color:#888;
	font-size:1.4rem;
}
#header #gnb_pc .gnb_side .lan{
	/* display:none; */
}
#header #gnb_pc .gnb_side .lan:after {
	content:"";
	position:absolute;
	left:5px;
	top:6px;
	width:1px;
	height:12px;
	background:#c8c8c8;
	display:none;
}
#header #gnb_pc .gnb_side .lan a{
	display:block;
	text-align:center;
	color:#333;
	font-weight: 700;
	font-family:'Play',sans-serif !important;
}
#header #gnb_pc .gnb_side .lan a i {
	margin: 0 0.5rem 0 0;
	font-size: 1.6rem;
	vertical-align: text-bottom;
}
#header #gnb_pc .gnb_side .lan ul{
	display:none;
	position:absolute;
	left: 20px;
	top: 26px;
	padding:10px;
	background:#fff;
	border:1px solid #ddd;
	z-index: 50;
}

#header #gnb_pc .btn_wrap {
	position: absolute;
	right: 4rem;
	top:6.8rem;
	z-index: 30;
}
#header #gnb_pc .btn_wrap [class*="linkBtn"]{
	background: #1968b3;
	border-radius: 50px;
	padding: 1rem;
	display:inline-block;
	vertical-align: middle;
	font-weight:500;
	min-width:180px;
	color:#fff;
	text-align: center;
}
#header #gnb_pc .btn_wrap .linkBtn-line{
	border:1px solid  #1968b3;
	background: #fff;
	color:#1968b3;
	font-weight: 600;
}

@media(max-width:1800px){
	#header #gnb_pc h1{
		left:2rem;
	}
	#gnb_pc .gnb > .gnb_container > ul > li > a{
	    padding: 2.8rem 2rem;	
	}
	#header #gnb_pc .btn_wrap{
		top:5.5rem;
		right:2rem;
		width:10%;
	}
	#header #gnb_pc .btn_wrap [class*="linkBtn"]{
		width:100%;
		min-width:auto;
		padding:0.5rem;
		margin:2px 0;
	}
}

#header #gnb_mo h1{
	position:absolute;
	top:2rem;
	left:1.5rem;
	z-index:30;
}
#header #gnb_mo .gnb_side{
	position:absolute;
	top:2rem;
	right:1.5rem;
	z-index:30;
}
#header  #gnb_mo h1 img{
	max-width:160px !important;
}
#gnb_mo .gnb{
	text-align:center;
	z-index:15;
	position:relative;
	left:0;
	top:0;
	width:100%;
	box-shadow:0px 0px 2px rgba(0,0,0,.2);
}
#gnb_mo .gnb{
	visibility:hidden;
	height:0;
	overflow:hidden;
	padding-top:3rem;
}
#gnb_mo .gnb.open{
	visibility:visible;
	height:auto;
}
#gnb_mo .gnb > .gnb_container > ul >  li {
	float:none;
	width:100%;
	margin:0;
	opacity:0;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#gnb_mo .gnb > .gnb_container >  ul > li.animate{
	opacity:1;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
#gnb_mo .gnb > .gnb_container > ul > li.animate:nth-of-type(1){
	margin-top:50px;
	transition-delay: 0.5s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(2){
	transition-delay: 0.55s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(3){
	transition-delay: 0.60s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(4){
	transition-delay: 0.65s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(5){
	transition-delay: 0.70s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(6){
	transition-delay: 0.75s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(7){
	transition-delay: 0.80s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(8){
	transition-delay: 0.85s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li > a{
	color:#fff;
	font-size:2.6rem;
	padding:2rem;
	display:block;
}
#gnb_mo .gnb > .gnb_container > ul > li > ul{display:none;margin-bottom:2rem;}
#gnb_mo .gnb > .gnb_container > ul > li > ul > li > a{
	color:#fff;
	font-size:2rem;
	display:block;
	padding:.5rem;
}

#header #gnb_pc .gnb_side .sitemap{
	margin-right: 4rem;
}
#header #gnb_pc .gnb_side .sitemap > a{
	color:#111;
	font-size:1.4rem;
	font-weight: 500;
	box-sizing:border-box;
	display:inline-block;
}

#header .gnb_side > .d-flex{
	align-items:center;
}
@media(max-width:1600px){
	#header #gnb_pc .gnb_side .sitemap{
		margin-right: 2rem;
	}
}




#header #gnb_mo .gnb_side a,
#header #gnb_mo .gnb_side .lan{
	position:relative;
	padding: 0 1rem;
	color:#888;
	font-size:1.4rem;
}
#header #gnb_mo .gnb_side .lan{
	/* display:none; */
}
#header #gnb_mo .gnb_side .lan:after {
	content:"";
	position:absolute;
	left:5px;
	top:6px;
	width:1px;
	height:12px;
	background:#c8c8c8;
	display:none;
}
#header #gnb_mo .gnb_side .lan a{
	display:block;
	text-align:center;
	color:#333;
	font-weight: 700;
	font-family:'Play',sans-serif !important;
}
#header #gnb_mo .gnb_side .lan a i {
	margin: 0 0.5rem 0 0;
	font-size: 1.6rem;
	vertical-align: text-bottom;
}
#header #gnb_mo .gnb_side .lan ul{
	display:none;
	position:absolute;
	left: 20px;
	top: 26px;
	padding:10px;
	background:#fff;
	border:1px solid #ddd;
	z-index: 50;
}
@media(min-width:1400px){
	#header #gnb_mo .mo_gnb_side{
		display:none !important;
	}
}





div.burger {
	height: 30px;
	width: 26px;
	position: relative;
	cursor: pointer;
	z-index:10;
}
div.x,
div.y,
div.z {
	position: absolute; margin: auto;
	top: 4px;
	background: #000;
	border-radius:2px;
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
}
div.x, div.y, div.z { height: 3px; width: 26px; }
div.y{top: 14px;}
div.z{top: 24px;}
div.coll{
	top: 15px;
	background:#fff;
	-webkit-transition: all 70ms ease-out;
	   -moz-transition: all 70ms ease-out;
		-ms-transition: all 70ms ease-out;
		 -o-transition: all 70ms ease-out;
			transition: all 70ms ease-out;
}


div.rotate30{
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 50ms ease-out;
	   -moz-transition: all 50ms ease-out;
		-ms-transition: all 50ms ease-out;
		 -o-transition: all 50ms ease-out;
			transition: all 50ms ease-out;
}
div.rotate150{
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-transition: all 50ms ease-out;
	   -moz-transition: all 50ms ease-out;
		-ms-transition: all 50ms ease-out;
		 -o-transition: all 50ms ease-out;
			transition: all 50ms ease-out;
}

div.rotate45{
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
div.rotate135{
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
div.circle{
	border-radius: 50%;
	width: 0px;
	height: 0px;
	position:absolute;
	top: 36px;
	right: 36px;
	background:#000;
	opacity:1;
	z-index:10;
	-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.circle.expand{
	width:3000px;
	height:3000px;
	top: -1500px;
	right: -1500px;
	-webkit-transition: all 1400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 1400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 1400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 1400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 1400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);

}
@media(max-width:1400px){

}


/*#product_menu*/
.product_menu_blind{
	background:rgba(0,0,0,.3);
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:49;
	display:none;
}
#product_menu{
	position:absolute;
	width:100%;
	top:134px;
	max-width:1280px;
	background:rgba(5,45,104,.98);
	padding:5rem;
	z-index:50;
	color:#fff;
	display:none;
}
#product_menu > h3{
	font-size:2.6rem;
	font-family:"Roboto";
	font-weight:600;
	position:relative;
	margin-bottom:2.5rem;
}
#product_menu > h3 > a{
	position:absolute;
	background:#fff;
	width:3rem;
	height:3rem;
	font-size:1.8rem;
	border-radius:100%;
	color:#012964;
	right:0;
	top:50%;
	margin-top:-1.5rem;
}
#product_menu > h3 > a i{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%)
}
#product_menu > ul{
	list-style:none;
	padding:0;
}
#product_menu > ul > li {
	margin:1rem 0;
}
#product_menu > ul > li > a{
	font-size:1.8rem;
	color:#fff;
	font-weight:500;
	display:inline-block;
	vertical-align: middle;
}
#product_menu > ul > li > ul,
#product_menu > ul > li > ul > li{
	display:inline-block;
	vertical-align: middle;
}
#product_menu > ul > li > ul > li > a{
	padding:0 1rem;
	color:#fff;
}
#product_menu hr{
	border-top:1px solid rgba(255,255,255,.2);
	margin:4rem 0;
}
#product_menu .product_menu_slider{
	overflow:hidden;
	margin-bottom:4rem;
}
#product_menu .product_menu_slider .product-scrollbar{
	height:4px;
	background:rgba(255,255,255,.3);
	margin-top:2.5rem;
}
#product_menu .product_menu_slider .product-scrollbar .swiper-scrollbar-drag{
	background:#fff;
	cursor:pointer;
}
#product_menu .product_menu_slider a{color:#fff;}
#product_menu .product_menu_slider a h4{
	font-size:2rem;
	padding:2rem 0 1.5rem 0;
}
#product_menu .product_menu_slider a h4 + p{
	font-size:1.6rem;
}




#gnb_pc .gnb > .gnb_container > ul > li.sub7,
#sub_menu > div > div .sub_dp_menu > ul > li.sub23{
	display:none;
}



.d-1400-none{
	display:none !important;
}
.d-1400-block{
	display:block !important;
}
@media(max-width:1400px){
	.d-1400-none{
		display:block !important;
	}
	.d-1400-block{
		display:none !important;
	}
}