@media (min-width:1200px) {
	
	.firstheader .gnb{width:100%; background:rgba(255,255,255,0.7); border-radius:10px;}
	.gnb{width:1300px; height:50px; margin:0 auto; height:50px;}
		.gnb > li {transition:all 0.1s; position:relative; border-bottom:0px solid #ad746a; float:left; width:14.2857%; height:50px; line-height:50px; text-align:center;  font-weight:500; box-sizing:border-box; }
		.gnb > li.on{border-bottom:3px solid #ad746a;}
			.gnb > li.on > a{color:#b6857d!important;}
			.gnb > li > a{font-size:17px; color:#464543;  line-height:17px;  word-break: keep-all;  display: inline-block;  vertical-align: middle; }				
		.gnb:after{display:block; clear:both; content:"";}
			.gnb .menu{display:none; position:absolute;  line-height: normal; top:50px; width:100%; background:rgba(182,133,125,0.7); word-break: keep-all;}
				.gnb .menu > li{margin-bottom: 20px;}
				.gnb .menu > li:first-child{margin-top: 20px;}
					.gnb .menu > li > a{color:#fff; font-size:14px;}
					.gnb .menu > li > a:hover{text-decoration:underline; color:#ffee00;}







}



@media (max-width:1199px){
	.firstheader .gnb{display:none;}
}

