@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

	.p_font{font-family: 'Montserrat', sans-serif;}
	.e_font{font-family: 'Roboto Condensed', sans-serif;}

*{padding:0; margin:0; color: #333; font-family:'Noto Sans KR', '맑은 고딕', sans-serif;}
	header,footer{padding:0; margin:0;}

	header, section, footer, div, p, ul, ol, li, #wrap{display:block;}
	img {border:none; vertical-align:top;}

	li{list-style-type:none;}
	a:link,a:visited {text-decoration:none; color:#333;}
	a:hover,a:focus {outline:none;}

	h2{position:absolute; left:-9999px; top:0; font-size:1px; line-height:0; overflow:hidden; width:1px; height:1px; opacity:0;}
	#wrap{width:100%; margin:0 auto; background-color:#fff; overflow:hidden;}
	.area {width:1200px; margin:0 auto;}
	.bold{font-weight:900;}

	button[type="button"], input[type="submit"]{cursor:pointer;}

body {width:94%; margin:0 auto;}

#header{position:fixed; width:94%; background:rgba(255,255,255,0.9); z-index:5; height: 95px; font-weight:500;}
#head{width:1200px; overflow:hidden; margin:0 auto;}
#head h1{float:left; width:40%; padding:10px 0}
#head > ul{float:left; width:55%; line-height:75px;}
#head > ul li{float:left; width:20%; text-align:center; padding:8px 0 8px;}
#head > ul li a {color:#374439; font-size:18.5px; letter-spacing: -0.7px; font-weight: 400;}
#head p.glb {float: left; width: 5%; text-align: center; padding-top:30px; cursor: pointer;}
.click {cursor: default; font-size: 18.5px; letter-spacing: -0.7px; font-weight: 400;}
#head div.n_wrap{position:absolute; width:94%; left:3%; top:95px; background-color:rgba(94,110,101,0.6); display:none;}
#head div.n_wrap a {color:#fff; padding:0 25px; line-height: 40px; font-size: 15px; font-weight: normal;}

#head #nav a:hover{color:#5e6e65;}

.b_bottom{border-bottom:4px solid #5e6e65;}
#m_head{display:none;}

.h_right {margin-top:35px; float: right;}

#h_selectBox {background: none; border:1px solid #333; height: 27px; width:160px; cursor: pointer;}
.h_r_ul {	width: 170px;	float: right; text-align: right;}
.h_r_ul li {display: inline-block; font-size: 13px;}
.h_r_ul li:first-child {border-right: 1px solid #999; padding-right: 10px; margin-right: 3px;}

select:focus{
    outline: none;
}
