@charset "utf-8";
/* 헤더 */
header{
	width: 100%;
    z-index: 99999;
}
#header_wrap{
	overflow:hidden;
}
#logo{
	text-align:center;
    padding: 20px 0;
	background: rgba(255,255,255,1);
}
#logo a{
	display:inline-block;
}
/*메뉴*/
nav{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-sizing:border-box;
	background: rgba(255,255,255,1);
}
#nav_wrap > ul{
	overflow:hidden;
}
#nav_wrap > ul > li{
	float:left;
	/* width:14.28%; */
	width: 16.6%;
	text-align:center;
}
#nav_wrap > ul > li > a{
	font:18px "nanumSQB";
	letter-spacing:-2px;
	line-height:55px;
	display: block;
}
#nav_wrap > ul > li > a:hover,#nav_wrap > ul > li > a.selected{
	color:#c39e3c;
	font-family:"nanumSQB";
}
/* 서브메뉴 */
#nav_wrap > ul > li .sub_nav{
	width:100%;
	padding:5% 0;
	background: rgba(255,255,255,0.9);
}
#nav_wrap > ul > li .sub_nav li a{
	display:block;
	font:17px "nanumSQ";
	line-height:2em;
	letter-spacing:-1px;
}
#nav_wrap > ul > li .sub_nav li a:hover,#nav_wrap > ul > li .sub_nav li a.selected{
	color:#c39e3c;
}
/* 컨텐츠 */
#content{
	padding-top:174px;
	text-align: center;
}
/*푸터*/
#footer_title{
	margin-top: 60px;
	margin-bottom: 30px;
	padding-left: 60px;
	text-align: center;
}
#wrapper + hr + footer{
	margin-top: 60px;
	padding-bottom: 60px;
	background:#252525;
}
@media screen and (max-width:1199px){
	#wrapper + hr + footer{width: 1200px;}
}
/* 푸터1-위 */
#footer_top{
	padding: 50px 0;
	border-bottom: 1px solid #fff;
}
#footer_top p{
	font: 15px "nanumG";
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	letter-spacing:-1px;
}
/* 푸터2-밑 */
#footer_btm{
	overflow: hidden;
}
/* 폼메일 */
.btn_send{
	border:none;
	background: #2babcf;
	font: 17px "nanumSQ";
	padding: 10px 0;
	width: 305px;
	cursor: pointer;
	margin-left: 180px;
}
.formmail label{
	font: 17px "nanumSQ";
	line-height: 30px;
	color: #fff;
}
.formmail textarea{
	font: 15px "nanumBG";
}
.formmail{
	width: 50%;
	float: left;
	}
.formmail th > td{
	float: left;
	font: 17px "nanumSQ";
	line-height:40px;
}
.formmail td input{
	font: 15px "nanumBG";
}
.formmail td select{
	width:88.5px;
	height: 30px;
}
.formmail td select + input,.formmail td select + input + input{
	width: 88.5px;
	height: 30px;
}
.formmail tr > td{
	color: #fff;
}
.memo textarea{
	margin-top: 5px;
	font: 15px "nanumBG";
	margin-bottom: -15px;
}
.formmail{
	position: relative;
}
.formmail input.btn_submit{
    float: right;
}
/*체크박스*/
label#check_box{
	color: #fff;
	line-height:3em;
}
label#check_box a{
	color: #eee;
	line-height:3em;
}
label#check_box a:hover{
	color: #fff;
}
input#check_box{
	margin-left: 3%;	
	vertical-align: middle;
	margin-left: 180px;
}
.privacy{
	color: #fff;
	font-size: 12px;
}
#footer_2{
	padding: 60px 0;
	float: left;
	width: 30%;
}
#footer_3{
	float: left;
	width: 30%;
}
#footer_4{
	float: left;
	width: 15%;
	margin-left: 5%;
	margin-top:50px;
}
#footer_4 ul li{
	border: 1px solid #d7d7d7;
	margin-bottom: 5px;
}
#footer_4 ul li a{
	display: block;
	color: #d7d7d7;
	
	padding: 10px;
}
#footer_4 ul li:hover{
	border: 1px solid #fff;
}
#footer_4 ul li:hover a{
	color: #fff;
}
#footer_4 span{
	float: right;
}
/* 퀵메뉴 */
#quick_m{
	position: fixed;
    top: 200px;
    right: 20px;
	z-index:9999999;
	background:#fff;
}
#quick_m ul li{
	background: #343434;
}
#quick_m ul li:hover{
	background: #000;
}
#quick_m ul li a{
	display:block;
}
#quick_m .go_top{
	cursor:pointer;
}
