/*header*/
#header{
	position:fixed;
	z-index:200;
	width:100%;
	/* background:#fff; */
	min-height:7.5rem;
}
#header.header_scroll{
	background: rgba(0,0,0,.5);
}
#header .pc_only{}
#header .mobile_only{display:none !important;}
@media(max-width:991.98px){
	#header .pc_only{display:none !important;}
	#header .mobile_only{display:block !important;}
}
#header h1{
	position:absolute;
	top:2.1rem;
	left:3rem;
	z-index:30;
}
#header h1 > a{
	display:block;
}
#header .gnb_side{
	position:absolute;
	top:2.5rem;
	right:3rem;
	z-index:30;
}
#header.open h1,
#header.open .gnb_side{
	z-index: 100;
	position: fixed;
}
#header .gnb_side > a,
#header .gnb_side > .lan{
	float:left;
	padding:0 2rem;
	position:relative;
	color:#555;
	font-size:1.4rem;
}
#header .gnb_side > a:after,
#header .gnb_side > .lan::after{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	height:1.2rem;
	border-left:1px solid #ddd;
	margin-top:-0.6rem;
}
#header .gnb_side > a:first-child:after,
#header .gnb_side > .lan:first-child:after{
	display:none;
}
#header .gnb_side .lan,
#header .gnb_side a.search{
	font-size:2rem;
	margin-top:-.4rem
}
#header .gnb_side .lan a{
	color:inherit
}
#header .gnb_side .lan > p{
	position:absolute;
	width:80px;
	left:50%;
	margin-left:-40px;
	background:#000;
	padding:6px 0;
	display:none;
}
#header .gnb_side .lan > p > a{
	font-size:1.4rem;
	color:#fff;
	display:block;
	text-align:center;
}

/*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*/
.gnb1{
	text-align:center;
	z-index:15;
	position:relative;
	left:0;
	top:0;
	width:100%;
	/* box-shadow:0px 0px 2px rgba(0,0,0,.2); */
}
.gnb1 > .gnb_container{
	display:inline-block;
	vertical-align:top;
}
.gnb1 > .gnb_container > ul > li{
	float:left;
	margin:0 3rem;
}
.gnb1 > .gnb_container > ul > li > a{
	padding:2.5rem 3.5rem;
	display:block;
	font-size:2rem;
	font-weight: 600;
	color:#fff;
}
.gnb1 > .gnb_container > ul > li > ul{
	position:relative;
	top:-1rem;
	display:none;
}
#header.open .gnb1 > .gnb_container > ul > li > ul{
	display: none !important;
}
.gnb1 > .gnb_container > ul > li > ul > li:last-child{
	padding-bottom:2rem;
}
.gnb1 > .gnb_container > ul > li > ul > li > a{
	display:block;
	padding:1rem;
	font-size:1.6rem;
	color:#fff;
	font-weight:300;
}
#header.open .gnb1{
	z-index: 100;
	position: fixed;
}
#header.open .gnb1 > .gnb_container > ul > li > a{
	color:#000;
}

@media(max-width:1199.98px){
	.gnb > .gnb_container > ul > li{
		margin:0 1rem;
	}
}
@media(min-width:992px){
	div.circle.expand{
		display:none !important;
	}
}
@media(max-width:991.98px){
	#header h1{
		top: 2.3rem;
	}
	#header h1 img{
    max-width: 150px !important;
	}
	#header .gnb_side {
		top: 1.7rem;
	}
	.gnb1 {
    display: none;
	}
}



/*all_menu*/
#all_menu{
	z-index:99;
	text-align:center;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(../_img/comm/allmenu_bg.jpg) no-repeat center center / cover;
	display:none;
}
#all_menu .gnb_container{
	position:relative;
	top: 50%;
	margin:0 auto;
	padding:0 15px;
	max-width:1430px;
	transform: translateY(-50%);
}
#all_menu .gnb_container > ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#all_menu .gnb_container > ul li{
	text-align: left;
}
#all_menu .gnb_container > ul a{
	color: #000;
}
#all_menu .gnb_container .dp1-box > a{
	font-size:5rem;
	font-weight: bold;
}
#all_menu .gnb_container .dp2-box{
	width:100%;
}
#all_menu .gnb_container .dp2-box > li{
	margin-top: 2rem;
}
#all_menu .gnb_container .dp2-box > li:first-child{
	margin-top: 3.5rem;
}
#all_menu .gnb_container .dp2-box > li > a{
	font-size:2.4rem;
	font-weight: 700;
}
#all_menu .gnb_container .dp2-box > li > a:hover{
	color:#073190;
}
#all_menu .gnb_container > div{
	text-align: left;
}
#all_menu .gnb_container > ul > li.animate:nth-of-type(1){
	transition-delay: 0.5s;
}
#all_menu .gnb_container >  ul >  li.animate:nth-of-type(2){
	transition-delay: 0.55s;
}
#all_menu .gnb_container >  ul >  li.animate:nth-of-type(3){
	transition-delay: 0.60s;
}
#all_menu .gnb_container > ul > li{
	opacity:0;
	transition:all .8s;
}
#all_menu.open > .gnb_container > ul > li{
	opacity:1;
}

@media(max-width:991.98px){
	#all_menu .gnb_container .dp1-box > a {
    font-size: 4rem;
	}
	#all_menu .gnb_container .dp2-box > li {
    margin-top: 1.5rem;
	}
	#all_menu .gnb_container .dp2-box > li:first-child {
    margin-top: 2.5rem;
	}
	#all_menu .gnb_container .dp2-box > li > a {
    font-size: 2rem;
	}
}
@media(max-width:767.98px){
	#all_menu .gnb_container .dp1-box > a {
    font-size: 3rem;
	}
}
@media(max-width:575.98px){
	#all_menu .gnb_container > ul {
    display: block;
	}
	#all_menu .gnb_container > ul > li {
		padding: 2rem 0;
    text-align: center;
	}
	#all_menu .gnb_container .dp1-box > a {
		display: block;
    margin-bottom: 1.5rem;
	}
	#all_menu .gnb_container .dp2-box{
		width:100%;
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#all_menu .gnb_container .dp2-box > li{
    margin-top: 1.5rem !important;
	}
	#all_menu .gnb_container .dp2-box > li > a {
    margin:1rem 2rem;
	}
}




/*모바일 메뉴*/
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: #fff;
	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.rotate45{
	transform: rotate(45deg);
	transition: all 100ms ease-out;
}
div.rotate-45{
	transform: rotate(-45deg);
	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);

}
div.burger.open div.x,
div.burger.open div.y,
div.burger.open div.z{
	background:#000;
}

