/* ·¹ÀÌ¾Æ¿ô */

#queen_wrap {
	margin:0 auto;
	width:100%;
	height: 100%;
	position:relative;
	background:url(http://www.naeiltour.co.kr/event/incanada/images/top_bg.gif) no-repeat top center;
	margin-top:-1px;
	padding-bottom:50px;
}
#queen_top {
	border:0;
	margin:0 auto;
	width:998px;
	height:364px;
	position:relative;
	text-align: center;
}
#queen_box {
	border:0;
	margin:0 auto;
	width:998px;
	position:relative;
    /*	background:url(http://www.naeiltour.co.kr/event/incanada/images/contents_bg.gif) repeat-y top; */
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	-webkit-box-shadow:0 2px 10px rgba(0,0,0,.2);
	padding-bottom:20px;
}
.queen_menu {
	border:0;
	margin:0 auto;
	width:998px;
	position:relative;
	z-index:999;
}
.queen_menu ul{
	margin:0;
	padding:0;
	width:100%;
	height: 67px;
	background-color:#d23e1c;
	border-bottom:1px solid #ad1003
}
.queen_menu li{
	margin:0;
	padding:0;
	float:left;
	position:relative;
}
.queen_menu ul:nth-of-type(2) li:nth-of-type(2):after,
.queen_menu ul:nth-of-type(2) li:nth-of-type(3):after,
.queen_menu ul:nth-of-type(2) li:nth-of-type(5):after{
	display: block;
	content: "";
	width: 1px;
	height: 67px; 
	background-color: #f09266;
	position:absolute;
	top:0;
}
.queen_contents {
	border:0;
	margin:0 auto;
	width:918px;
	position:relative;
}
.queen_footer {
	margin:0 auto;
	width:918px;
	padding-top:20px;
}
