@charset "utf-8";

body,html {
	width:100%;
	height:100%;
}
body {
	background:#fff;
}

.wrap {
	width:100%;
	height:94%;
	position:relative;
}
.container{
	height:100%;
	clear:both;
}
#container {
	width:100%;
	position:fixed;
	top:185px;
	left:200px;
}
/* 서브페이지 탑메뉴 */
.sub_topmenu {
	width:193px;
	position:fixed;
	top:200px;
	z-index:1;
	text-align:center;
}
.sub_topmenu:after{
	display:block;
	clear:both;
	content:"";
}
.sub_topmenu li {
	display:block;
	width:100%;
	float:left;
	text-align:center;
}
.sub_topmenu li a{
	display:block;
	width:91%;
	margin-left:3%;
	padding:5% 2%;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	font-weight:bold;
	background:#fff;
}
.sub_topmenu li a:hover, .sub_topmenu li a.active{
	background:#FF7800;
	color:#fff;
}
.sub_topmenu li:last-child a{
	border-bottom:1px solid #ddd;
}
.sub_topmenu_sub {
	display:none;
}
.sub_topmenu_active .sub_topmenu_sub {
	display:block;
}
.sub_topmenu_sub li a{
	display:block;
	width:91%;
	margin-left:3%;
	padding:5% 2%;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	font-weight:bold;
	background:#eee;
}
.sub_topmenu_sub li a:hover {
	background:#ccc;
}



/* tour */
#container:after {
	display:block;
	clear:both;
	content:"";
}
.scroll {
	width:100%;
	padding-left:200px;
}

/* 서브 감싸는 */
.content_wrap{
	width:800px;
	height:100%;
	height:500px;
	float:left;
	position:relative;
	margin-right:50px;
	left:400px;
}
.content_wrap:after {
	display:block;
	clear:both;
	content:"";
}
.content_wrap h2{
	width:140px;
	height:460px;
	margin-right:20px;
	background:url("../images/img07.jpg") no-repeat center center;
	float:left;
	border:1px solid #666;
	position:relative;
}
.content_wrap h2 a {
	display:block;
	width:120px;
	height:30px;
	line-height:30px;
	position:absolute;
	bottom:0;
	padding:10px;
	background:#fff;
	border-top:1px solid #666;
	font-size:1.3em;
	text-align:center;
}

.content_inner {
	float:left;
	margin-left:20px;
	margin-top:20px;
}
.content_inner ul li {
	display:block;
	width:258px;
	height:200px;
	float:left;
	margin-right:20px;
	position:relative;
	border:1px solid #666;
}
.tour_img {
	width:100%;
	height:160px;
	overflow:hidden;
	border-bottom:1px solid #666;
}
.tour_img img {
	width:100%;
}
.tour_title, .tour_title a {
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
}
.tour_left {
	position:absolute;
	top:0;
}
.tour_right {
	position:absolute;
	top:260px;
}
.tour_point {
	position:absolute;
	width:100%;
	height:45px;
}
.tour_left .tour_point {
	background:url("../images/point_bottom.png") no-repeat center top;
	bottom:-45px;
}
.tour_right .tour_point {
	background:url("../images/point_top.png") no-repeat center top;
	top:-45px;
}
.road {
	height:10px;
	background:#666;
	position:absolute;
	top:245px;
	left:160px;
}

