@charset "UTF-8";
@import "global.css";
@import "common.css";

#header {
	position: relative;
	height: 103px;
}

#header p.subTitle {
	position: absolute;
	top: 160px;
	left: 330px;
}

/* 왼쪽 컬럼 */
#colLeft {
	background: url('/open_contents/images/visual.jpg') no-repeat;
	float: left;
	width: 442px;
	height: 470px;
	margin-left: 25px;
}

/* //왼쪽 컬럼 */

/* 컨텐츠그룹 */
#contentsGroup {
	float: left;
	width: 448px;
	margin-left: 24px;

}

/* 게시판 */
.board {  height: 95px; position: relative;}
.board h2 { position: absolute; top: 18px; left: 74px; }
.board div p.more { position: absolute; top: -20px; left: 200px; width:34px; height: 9px; }
#tabcontent1 { width: 374px; top: 18px; left: 74px; position: absolute; top: 30px; font-size: 0.9em; line-height: 120%; margin-top: 10px; font-family: Tahoma, Geneva, sans-serif;}
#tabcontent1 a { color: #534741; }

/* //게시판 */

/* symbols */
.symbols { position: relative;height: 102px; margin:0; padding:0; width: 272px; margin-top: 24px;}
.symbols h2 { position: absolute; }
#tabcoent2 {  background:url('/open_contents/images/symbols.jpg') no-repeat; width: 272px; height: 84px; position: absolute;margin-top: 16px; }
#tabcoent2 ul { width: 163px; margin-left: 109px; font-size: 0.9em; line-height: 120%; margin-top: 10px; font-family: Tahoma, Geneva, sans-serif;}
#tabcoent2 a { color:#362f2d; }

/* //symbols */

/* toursim */
.toursim { position: relative;height: 102px; margin:0; padding:0; width: 272px; margin-top: 24px;}
.toursim h2 { position: relative; height: 9px; padding:0; margin:0; }
#tabcoent3 {margin-top: 10px; }
#tabcoent3 a {color:#534741; font-family: Tahoma, Geneva, sans-serif;  font-size: 0.9em; }
#tabcoent3 ul.first { float:left;margin-left: 0; width:120px;}
#tabcoent3 ul.first li {background:url('/open_contents/images/dot_arrow.gif') no-repeat 5px 5px; padding-left: 10px; }

#tabcoent3 ul.second { position:relative; float:left;margin-left: 0; width:120px;}
#tabcoent3 ul.second li { background:url('/open_contents/images/dot_arrow.gif') no-repeat 5px 5px; padding-left: 10px; }
/*
ul#tabcoent3 { border: 1px solid #000; margin-top: 16px;}
.toursim { border: 1px solid green; }
*/
/* //toursim */

/* //컨텐츠그룹 */

/* 오른쪽컬럼 */
#colRight {
	position: absolute;
	top: 222px;
	left: 790px;
	width: 140px;
	margin:0 ;
	padding: 0;
}

#colRight  h2 {
	margin: 0;
}
#colRight  ul {
	background:url('/open_contents/images/tour_bg.gif') no-repeat;
	height: 183px;
	margin-top: 4px;

}
#colRight  ul li{
	background:url('/open_contents/images/underline_tour.gif') no-repeat bottom;
	padding-left: 6px;
	padding-bottom:4px;
}
#colRight  ul li a {
	 font-size: 0.8em; font-family: Tahoma, Geneva, sans-serif ; color:#534741;
}
#colRight  ul li.end{
	 font-size: 0.9em; font-family: Tahoma, Geneva, sans-serif;
	 background: none;
}
/* //오른쪽컬럼 */
/* 배너 */
#banner {
	position: relative;
	width: 436px;
	height: 71px;
	padding-top: 1px;
	background:url('/open_contents/images/banner_bg.gif') no-repeat;
}
#banner ul {
	padding: 0;
	margin: 0;
	float: left;
	margin-left: 8px;
	height: 34px;
}
#banner ul li{
	float: left;
	padding-left: 10px;
}
#banner ul.banner {
	margin-top: 1px;
}
#banner ul.banner li {
	padding-left: 10px;
}

#footer .count { right: 80px; }
