.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;}
}

#gnb_mo{display:none !important;}
@media(max-width:1400px){
	#gnb_pc{display:none !important;}
	#gnb_mo{display:block !important;}
}

/*header*/
#header{
	position:fixed;
	z-index:200;
	width:100%;
	background:#fff;
	min-height:7.5rem;
}


/* 공통 */
#header .gnb_b{
	position: relative;
	border-top: 1px solid #eee;
	/* box-shadow:0px 0px 2px rgba(0,0,0,.2); */
}

#header .sitemap a{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #000;
} 
#header .sitemap a:nth-child(2){
	position: relative;
	margin: 0 1rem;
	padding:0 1rem;
}
#header .sitemap a:nth-child(2)::before,
#header .sitemap a:nth-child(2)::after{
	content: '';
	position: absolute;
	top: 50%; 
	transform: translateY(-50%);
	width: 1px; height: 12px;
	background: rgba(0,0,0,.5);
}
#header .sitemap a:nth-child(2)::before{left: 0;}
#header .sitemap a:nth-child(2)::after{right: 0;}

#header .lan{
	position:relative;
	padding:0 2rem;
	font-size:1.4rem;
	color:#000;
}
#header .lan a{color:inherit}
#header .lan > a{font-weight: bold;}
#header .lan > a i{margin-left: 5px;}
#header .lan > ul{
	z-index: 50;
	position:absolute;
	left:50%;
	width: 80px;
	margin-left:-46px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	display:none;
}
#header .lan > ul a{
	display:block;
	width: 100%;
	text-align:center;
	font-size:1.4rem;
	color:#000;
}

#header .linkBtn-line{
	display: block;
	text-align: center;
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
}
#header .linkBtn-line i{margin-left: 7px;}



/*pc메뉴 - gnb 탑 */
#header #gnb_pc .gnb_t{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 3rem;
}
#header #gnb_pc h1 > a{display:block;}

#header #gnb_pc .gnb_side > div,
#header #gnb_pc .gnb_side .inner{
	display: flex;
	align-items: center;
	gap: 2rem;
}
#header #gnb_pc .gnb_side a.search {
	font-size: 2rem;
	margin-top: -.4rem;
	color: #000;
}



/*pc메뉴 - gnb 바텀 */
#gnb_pc .gnb_b .linkBtn-line{
	z-index: 20;
	position: absolute;
	top: 1.6rem; right: 3rem;
	padding:0 1rem;
	width: 19rem;
	height: 7rem;
	line-height: 3rem;
	font-size: 1.8rem;
}

#gnb_pc .gnb{
	z-index:15;
	position:relative;
	width:100%;
}
#gnb_pc .gnb > .gnb_container{
	display:inline-block;
	vertical-align:top;
}
#gnb_pc .gnb > .gnb_container > ul > li{
	float:left;
	margin:0 .5rem;
}
#gnb_pc .gnb > .gnb_container > ul > li > a{
	display:block;
	padding:2.5rem 3.5rem;
	font-size:1.8rem;
	font-weight: 500;
	color:#033089;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul{
	position: relative;
	top: -1rem;
	width: 12rem;
	margin: 0 auto;
	display: none;
}
#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;
	text-align: center;
	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_mo .gnb_t{padding: 1.5rem 2rem;}
#header  #gnb_mo.open .gnb_t{display: none;} 
#header  #gnb_mo .gnb_t .inner{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}
#header #gnb_mo .sitemap a{font-size: 1.6rem;} 
#header #gnb_mo .linkBtn-line{
	padding: 0 1.5rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.6rem;
}

#header #gnb_mo .gnb_b{height: 7rem;}
#header #gnb_mo .gnb_b h1{
	z-index:30;
	position:absolute;
	top:2rem;
	left:2rem;
}
#header #gnb_mo .gnb_b .gnb_side{position:absolute;}
#header #gnb_mo .gnb_b .gnb_side1{
	top: 2.5rem;
	right: 4.5rem;
}
#header #gnb_mo .gnb_b .gnb_side2{
	top:2rem;
	right:2rem;
}

#gnb_mo .gnb{
	z-index:30;
	text-align:center;
	position:relative;
	left:0; top:0;
	width:100%;
}
#gnb_mo .gnb{
	visibility:hidden;
	height:0;
	overflow:hidden;
}
#gnb_mo .gnb.open{
	visibility:visible;
	height:auto;
	padding-top: 2rem;
}
#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.8s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li.animate:nth-of-type(8){
	transition-delay: 0.85s;
}
#gnb_mo .gnb > .gnb_container >  ul >  li > a{
	display:block;
	padding:1.5rem 1.5rem 1rem;
	font-size:2.4rem;
	color:#fff;
}
#gnb_mo .gnb > .gnb_container > ul > li > ul{
	display:none;
	padding: 0 .5rem;
	margin-bottom:1rem;
}
#gnb_mo .gnb > .gnb_container > ul > li > ul > li{
	display: inline-block;
}
#gnb_mo .gnb > .gnb_container > ul > li > ul > li > a{
	display:block;
	padding:.5rem;
	font-size:2rem;
	color:#fff;
}

.burger {
	z-index:35;
	position: relative;
	height: 30px;
	width: 26px;
	cursor: pointer;
}
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:767.98px) {
	#header #gnb_mo .gnb_b h1 {top: 1.7rem;}
	#header #gnb_mo .gnb_b h1 img{max-width: 210px !important;}
	#header #gnb_mo .gnb_b .gnb_side2 {top: 1.6rem;}
}
@media (max-width:575.98px) {
	#header #gnb_mo .gnb_b h1 img{max-width: 200px !important;}
}




/*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;
}
