@charset "euc-kr";

.header_wrap{
	position: relative;
	height: 45px;
	background-color: #fff
}
.header_wrap h1{
	position: relative;
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	z-index: 5;
}
.header_wrap h1{
	display: block;
	text-align: center
}
.header_wrap h1 img{
	width:75px
}
#gnb{
	display: none;
}
#header.on #gnb{
	display: block;
}
.header_bt{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0;
	background-color: #f7f7f7;
	overflow: hidden;
	z-index: 10
}
.header_bt > button{
	width: 45px;
	height: 100%;
}
.header_bt > button  > span{
	display: block;
	position: relative;
	width: 15px;
	height: 14px;
	margin: 0 auto;
}
.header_bt > button > span > em{
	display: block;
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background-color: #221d6c;
	text-indent: -9999em;
	overflow: hidden;
	z-index: 4
}
.header_bt > button > span:before,
.header_bt > button > span:after{
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	left: 0;
	background-color: #221d6c;
	z-index: 4
}
.header_bt.hbtn_gnb > button > span:before{
	top: 0
}
.header_bt.hbtn_gnb > button > span:after{
	bottom: 0;
}
#gnb{
	position: absolute;
	width: 87.65625%;
	height: auto;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 20
}
#gnb .bt_gnbclose{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0;
	left: 0;
	z-index: 5
}
.header_wrap .tnb{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 15
}
.header_wrap .tnb .util > li{
	float: left;
	padding: 0;
}
.header_wrap .tnb .util > li:first-of-type{
	display: none;
	padding-left: 0
}
.header_wrap .tnb .util > li > a{
	display: block;
	height: 24px;
	font-size: 0.875em;
	line-height: 24px
}
.header_wrap .tnb .util > li.m_icon > a {
	width:40px;
	height:15px;
	padding:15px 0
}

.header_wrap .tnb .util > li > a:hover,
.header_wrap .tnb .util > li > a:focus{
	text-decoration: underline
}
.header_gnbwrap{
	background-color: #f3f3f3;
	padding-top: 45px	
}
.header_gnbwrap .gnbwrap{
	
}

.header_gnbwrap .gnbwrap h3{
	height: 39px;
	font-weight: 400
}
.header_gnbwrap .gnbwrap h3 > a{
	position: relative;
	display: block;
	height: 39px;
	color: #000;
	line-height: 39px
}
.header_gnbwrap .gnbwrap h3 > a{
	background-color: #fff;
	padding: 0 20px
}
.header_gnbwrap .gnbwrap.active h3 > a{
	color: #fff;
	background-color: #221d6c;
}
/*.header_gnbwrap .gnbwrap.active h3 > a,
.header_gnbwrap .gnbwrap:hover h3 > a,
.header_gnbwrap .gnbwrap:focus h3 > a{
	color: #fff;
	background-color: #221d6c;
}*/
.header_gnbwrap .gnbwrap.active .gnb_smenu{
	color: #000;
	background-color: #efefef;
}
/* .header_gnbwrap .gnbwrap.active .gnb_smenu,
.header_gnbwrap .gnbwrap:hover .gnb_smenu,
.header_gnbwrap .gnbwrap:focus .gnb_smenu{
	color: #000;
	background-color: #efefef;
} */
.header_gnbwrap .gnbwrap .gnb_smenu{
	background-color: #f7f7f7;
}
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist > li{
}
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist > li > a{
	display: block;
	padding: 10px 20px 8px;
	font-size: 0.875em;
	font-weight: 400;
	color: #666;
	background: url('../images/common/m_mn_arr.png') no-repeat 95% center;
	background-size: 6px auto;
}
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist > li > a > span,
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist .gnb_xsmn > li > a > span{
	position: relative;
	display: inline-block;
}
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist > li.active > a span,
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist > li > a:hover span,
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist > li > a:focus span{
	font-weight: 500;
	color: #221d6c;
}
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist .gnb_xsmn > li > a{
	display: block;
	margin-bottom: 7px;
	font-size: 0.813em;
	font-weight: 300
}
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist > li > a > span:after,
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist .gnb_xsmn > li > a > span:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	margin: 0 auto;
	background-color: #221d6c;
	z-index: 6;
	transition-property: width;
	-o-transition-property: width;
	-ms-transition-property: width;
	-moz-transition-property: width;
	-webkit-transition-property: width;
	transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-timing-function: cubic-bezier(.33,0,.2,1);
	-o-transition-timing-function: cubic-bezier(.33,0,.2,1);
	-ms-transition-timing-function: cubic-bezier(.33,0,.2,1);
	-moz-transition-timing-function: cubic-bezier(.33,0,.2,1);
	-webkit-transition-timing-function: cubic-bezier(.33,0,.2,1)
}
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist > li.active > a > span:after,
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist > li:hover > a > span:after,
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist > li:focus > a > span:after,
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist .gnb_xsmn > li.active > a > span:after,
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist .gnb_xsmn > li:hover > a > span:after,
.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist .gnb_xsmn > li:focus > a > span:after{
	width: 100%
}
.hmn_screen{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	cursor: pointer;
	z-index: 16
}
#header.on .hmn_screen{
	display: block;
}
#footer{
	background-color:#fff
}
#footer .footer_wrap{
	width:310px;
	margin: 0 auto;
	padding: 30px 0;
}
#footer .footer_wrap .f_logo{
	display:none
}
#footer .footer_wrap .foot_areab{
	font-weight: 400;
	letter-spacing: -0.02em
}
#footer .footer_wrap .foot_areab > address{
	text-align:center;
}
#footer .footer_wrap .foot_areab > address span{
	background: none;
	padding:0
}
#footer .footer_wrap .foot_areab > address,
#footer .footer_wrap .foot_areab > .foot_info{
	font-size: 0.750em;
	line-height: 1.8
}
#footer .footer_wrap .foot_areab > .foot_info{
	margin-top:10px
}
#footer .footer_wrap .foot_areab > .copy{
	color: #a0a0a0;
	text-align: center;
	font-size: 0.688em;
	font-weight: 300;
	margin-top: 10px
}
#footer .footer_wrap .foot_areab span{
	display:inline-block;
	background: url('../images/common/footer_bar.png') no-repeat left center;
	background-size: 1px 8px;
	padding: 0 7px
}
#footer .footer_wrap .foot_areab span.m-left {
	background: none;
	padding-left:0
}
.topbtn{
	display: none;
	position: fixed;
	width: 41px;
	height: 41px;
	right: 5px;
	bottom: 8%;
	z-index: 18
}
.topbtn > a{
	display: block;
	height: 100%;
	background-color: #8e9397;
	border-radius: 50%;
	overflow: hidden;
	z-index: 10
}
.topbtn > a:hover,
.topbtn > a:focus{
	background-color: #111
}
.topbtn > a:active{
	background-color: #ef4130
}
.topbtn .isi_topgo{
	margin: 12px auto;
}

@media all and (min-width:1024px){
	#header{
		height: 76px;
		padding-top: 52px;
	}
	#header.on #gnb{
		height: 410px;
		background-color: #f7f7f7
	}
	.header_wrap {
		height: 100%;
	}
	.header_wrap h1{
		position: absolute;
		top: 0;
		left: 0;
		width: 210px;
		height: 76px;
		line-height: 76px;
		background-color: #fff;
		z-index: 5
	}
	.header_wrap h1 img{
		width:auto
	}
	.header_wrap .tnb{
		display: block;
		top: -36px;
		left: auto;
		right: 0;
	}
	.header_wrap .tnb .util{
		overflow: hidden;
		zoom: 1
	}
	.header_wrap .tnb .util > li{
	float: left;
	background: url('../images/common/bl_tnb.png') no-repeat left center;
	padding: 0 6px;
	}
	.header_wrap .tnb .util > li:first-of-type{
		display: block;
		background: none;
		padding-left: 0		
	}
	.header_wrap .tnb .util > li:last-child{
		padding-right: 0		
	}
	.header_wrap .tnb .util > li > a{
		display: block;
		height: 24px;
		color: #fff;
		font-size: 0.813em;
		font-weight: 700;
		line-height: 24px
	}
	.header_wrap .tnb .util > li > a:hover,
	.header_wrap .tnb .util > li > a:focus{
		text-decoration: underline
	}
	.header_wrap .tnb .util > li.m_icon > a {
		width: auto;
		height: auto;
		padding: 0
	}
	.header_wrap .tnb .util > li.m_icon > a > .is_ico{
		width: auto;
		height: auto;
		text-indent: 0;
		background:none;
		margin:0
	}
	#gnb{
		display: block;
		position: relative;
		width: 100%;
		height: 76px;
		top: auto;
		left: auto;
		overflow: hidden;
		z-index: 1
	}
	#header.on .hmn_screen{
		display: none
	}
	.header_gnbwrap{
		margin-left: 210px;
		padding-top: 0
	}
	.header_gnbwrap .gnbwrap{
		float: left;
		width: 25%;
		margin: 0
	}
	.header_gnbwrap .gnbwrap h3{
		height: 76px;
		text-align: center
	}
	.header_gnbwrap .gnbwrap h3 > a{
		height: 76px;
		line-height: 76px;
		font-size: 1.125em;
		background-color: #fff;
		padding: 0;
		margin: 0
	}
	.header_gnbwrap .gnbwrap .gnb_smenu{
		height: 302px;
		padding: 15px 0 0;
		margin: 0;
		border-left: 1px solid #e3e5e4
	}
	.header_gnbwrap .gnbwrap .gnb_smenu{
		padding-top: 20px;
	}
	.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist{
		width: 82%;
		margin: 0 auto
	}
	.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist > li{
		border-bottom: none
	}
	.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist > li > a{
		padding: 8px 0 10px;
		font-size: 0.875em;
		background: none
	}
	.header_gnbwrap .gnbwrap .gnb_smenu .gnb_smnlist .gnb_xsmn > li > a{
		margin-bottom: 10px
	}
	#footer{
		background-color:#f7f7f7
	}
	#footer .footer_wrap{
		position: relative;
		width: 100%;
		padding: 54px 0 50px;
		overflow: hidden;
		zoom: 1
	}
	#footer .footer_wrap .f_logo{
		display: block;
		float: left;
		width: 26.6%;
		text-align: center;
	}
	#footer .footer_wrap .foot_areab{
		float: right;
		width: 73.4%;
		font-weight: 400;
		letter-spacing: -0.02em
	}
	#footer .footer_wrap .foot_areab > address,
	#footer .footer_wrap .foot_areab > .foot_info{
		text-align: left;
		font-size: 0.875em;
		line-height: 1.8
	}
	#footer .footer_wrap .foot_areab > .copy{
		color: #a0a0a0;
		text-align: left;
		font-size: 0.813em;
		margin-top: 10px
	}
	#footer .footer_wrap .foot_areab span,
	#footer .footer_wrap .foot_areab span.m-left{
		background: url('../images/common/footer_bar.png') no-repeat left center;
		background-size: auto auto;
		padding: 0 15px
	}
	#footer .footer_wrap .foot_areab span.m-left.left {
		background: none;
		padding-left:0
	}
	#footer .footer_wrap .foot_areab span:first-child {
		background: none;
		padding-left:0
	}
	.topbtn{
		width: 40px;
		height: 40px;
		right: 10px
	}

}

@media all and (min-width:1200px){
	#header{
		width: 100%
	}
	.header_wrap{
		position:relative;
		width: 1200px;
		margin: 0 auto;
	}
	#header.on #gnb{
		height: 398px
	}
	#footer .footer_wrap{
		width: 1200px;
		margin: 0 auto;
		padding: 54px 0 50px;
		overflow: hidden;
		zoom: 1
	}
	#footer .footer_wrap .f_logo{
		display:block;
		float: left;
		width: 177px;
		text-align: left;
		padding-left:45px;
	}
	#footer .footer_wrap .foot_areab{
		width: 978px
	}
	#footer .footer_wrap .foot_areab span.m-left.left {
		background: url('../images/common/footer_bar.png') no-repeat left center;
		background-size: auto auto;
		padding: 0 15px
	}
}

.header_wrap .tnb .util > li:after,
#gnb:after,
.header_gnbwrap:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden
}