/* 팝업 */
.top_popup {
	width:100%;
	height:80px;
	background:#f2f2f2;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	display:none;
}

/* 상단 */
.header_top_wrap {
	width:100%;
	height:30px;
	border-bottom:1px solid #dfdfdf;
}
.header_bottom_wrap {
	width:100%;
	height:105px;
}
.header_top_wrap .header_top_inner_wrap {
	position:relative;
	width:100%;
	height:30px;
	margin:0 auto;
	text-align:right;
}
.header_bottom_wrap .header_bottom_inner_wrap {
	position:relative;
	width:100%;
	height:105px;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
}
.logo {
	height:60px;
	margin-top:20px;
}
.sns_icon {
	margin-top:4px;
}
.menu_top_item {
	display:inline-block;
	font-family:'NGothic';
	font-size:13px;
	color:#777;
	height:13px;
	vertical-align:top;
	margin-top:8px;
	margin-right:10px;
}
.footer {
	float:left;
	width:100%;
	height:80px;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	background-color:#333;
	font-family:'NGothic';
	color:#fff;
	font-size:13px;
	line-height:20px;
}

@media screen and (min-width:768px) and (max-width:1023px){
	.logo {
		height:70px;
		margin-top:15px;
	}
	.footer_wrap {
		width:100%;
	}
	.footer {
		width:100%;
		padding-top:30px;
		padding-bottom:30px;
		text-align:center;
		background-color:#333;
	}
}
@media screen and (min-width:1024px){
	.logo {
		height:70px;
		margin-top:15px;
	}
	.footer_wrap {
		width:100%;
	}
	.footer {
		width:100%;
		padding-top:30px;
		padding-bottom:30px;
		text-align:center;
		background-color:#333;
	}
}

@media screen and (min-width:1600px){

}