/* -----------------------------------------------------
WRITER : Technical Kimbuyong
EMAIL : byk@rightbrain.co.kr
---------------------------------------------------------*/
@charset "UTF-8";

@import "base.css";
@import "layout.css";
@import "table.css";

/* Privacy
-----------------------------------------------------------------------------*/
#privacy #sidebar ul.sidemenu {
	background: url(../../images/info/sidebar_ul_info_bg.gif) no-repeat;
}
#privacy div.privacy_area {
	margin: 0 0 0 10px;
	width: 580px;
	height: 452px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #dae5ec;
	background: #f3f8fb;
	line-height: 1.6em;
	font-size: 0.9em;
	text-align: justify;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #acacac; 
	scrollbar-shadow-color: #acacac; 
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ebebeb;
	scrollbar-arrow-color: #ddd;
}
#privacy div.privacy_area h4 {
	font-size: 1.0em;
	margin: 0;
	padding: 20px 0 10px;
}
#privacy div.privacy_area p {
	margin: 0;
	padding: 10x 0;
}
#privacy p.email {
	padding: 5px;
	margin: 0 0 0 10px;
	font-size: 0.9em;
}
#privacy p.email a {
	color: #558100;
}
#privacy div.privacy_area dl {
	padding: 10px 0 0;
}
/* Terms
-----------------------------------------------------------------------------*/
#terms #sidebar ul.sidemenu {
	background: url(../../images/info/sidebar_ul_info_bg.gif) no-repeat;
}
#terms div.privacy_area {
	margin: 0 0 0 10px;
	width: 580px;
	height: 452px;
	padding: 0 10px 10px;
	overflow: auto;
	border: 1px solid #dae5ec;
	background: #f3f8fb;
	line-height: 1.6em;
	font-size: 0.9em;
	text-align: justify;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #acacac; 
	scrollbar-shadow-color: #acacac; 
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ebebeb;
	scrollbar-arrow-color: #ddd;
}
#terms div.privacy_area h4 {
	font-size: 1.0em;
	margin: 0;
	padding: 20px 0 10px;
}
#terms div.privacy_area p {
	margin: 0;
	padding: 10x 0;
}
#terms p.email {
	padding: 5px;
	margin: 0 0 0 10px;
	font-size: 0.9em;
}
#terms p.email a {
	color: #558100;
}
#terms div.privacy_area dl {
	padding: 10px 0 0;
}
/* Sitemap
-----------------------------------------------------------------------------*/
#sitemap #sidebar ul.sidemenu {
	background: url(../../images/info/sidebar_ul_info_bg.gif) no-repeat;
}
#sitemap div.sitemap_area {
	width: 616px;
	height: 294px;
	position: relative;
	background: #f3f8fb;
}
#sitemap div.sitemap_area div.tvgame {
	position: absolute;
	top: 25px;
	left: 55px;
}
/* #sitemap div.sitemap_area div.cooking {
	position: absolute;
	top: 25px;
	left: 220px;
}*/
#sitemap div.sitemap_area div.children {
	position: absolute;
	top: 25px;
	left: 260px;
}
#sitemap div.sitemap_area div.fitness {
	position: absolute;
	top: 25px;
	left: 405px;
}
#sitemap div.sitemap_area div.myaccount {
	position: absolute;
	top: 25px;
	left: 480px;
}
#sitemap div.sitemap_area div.cscenter {
	position: absolute;
	top: 100px;
	left: 55px;
}
#sitemap div.sitemap_area div.information {
	position: absolute;
	top: 100px;
	left: 260px;
}
#sitemap div.sitemap_area div.mypage {
	position: absolute;
	top: 100px;
	left: 480px;
}
#sitemap div.sitemap_area ul li {	
	padding: 2px 0 5px 12px;
	font-weight: bold;
	background: url(../../images/info/bl_sitemap.gif) no-repeat bottom left;
}
#sitemap div.sitemap_area ul li * {
	color: #7c9eb3;
}


/* News & Notice (List) 
-----------------------------------------------------------------------------*/
#news_notice_list #sidebar ul.sidemenu {
	background: url(../../images/info/sidebar_ul_info_bg.gif) no-repeat;
}
#news_notice_list div.preview dl {
	display: block;
	height: 15px;
	padding: 10px;
	background: #f3f8fb;
	border: 1px solid #ececec;
}
#news_notice_list div.preview dl dt {
	float: left;
	font-weight: bold;
}
#news_notice_list div.preview dl dt span {
	color: #558100;
}
#news_notice_list div.preview dl dd {
	padding: 0 0 0 10px;
	float: left;
	font-weight: bold;
}
#news_notice_list div.preview dl dd.title {
}
#news_notice_list div.preview dl dd.date {
	font-weight: normal;
}
#news_notice_list div.preview div.text {
	clear: both;
	padding: 15px;
	border-bottom: 1px solid #ececec;
}
#news_notice_list table.list {
	margin: 20px 0 0;
}
#news_notice_list table.list td.date {
	width: 80px;
}
#news_notice_list table.list td.subject {
	width: 430px;
	padding: 0 10px;
	text-align: left;
}
#news_notice_list table.list td.subject span {
	color: #558100;
}

/* News & Notice (Detail) 
-----------------------------------------------------------------------------*/
#news_notice_detail #sidebar ul.sidemenu {
	background: url(../../images/info/sidebar_ul_info_bg.gif) no-repeat;
}
#news_notice_detail div.preview dl {
	display: block;
	height: 15px;
	padding: 10px;
	background: #f3f8fb;
	border: 1px solid #ececec;
}
#news_notice_detail div.preview dl dt {
	float: left;
	font-weight: bold;
}
#news_notice_detail div.preview dl dt span {
	color: #558100;
}
#news_notice_detail div.preview dl dd {
	padding: 0 0 0 10px;
	float: left;
	font-weight: bold;
}
#news_notice_detail div.preview dl dd.title {
	width: 400px;
}
#news_notice_detail div.preview dl dd.date {
	font-weight: normal;
}
#news_notice_detail div.preview div.text {
	clear: both;
	padding: 15px;
	border-bottom: 1px solid #ececec;
}

/*Layout  (Body)
--------------------------------------------------------------------------------------------------------------*/
#wrapper {
	overflow: hidden;
	width: 906px;
	padding: 0;
	background: url(../../images/common/lyt906_wrapper_bg.gif) repeat-y;
}
#wrapper #body {
	float: left;
	width: 651px;
	margin: 0;
	padding: 74px 0 0;
	background: url(../../images/common/lyt906_body_bg.gif) no-repeat;
}
#footer {
	clear: both;
	padding: 120px 0 50px 270px;
	width: 636px;
	margin: 0;
	background: url(../../images/common/lyt906_footer_bg.gif) no-repeat;
}

#sidebar {
	width: 255px;	
	float: left;
	background: url(../../images/info/sidebar_bg.gif) repeat-y;
}
#sidebar h2 {
	display: none;
}
#sidebar ul.sidemenu {
	padding: 89px 0 50px;
	width: 255px;	
}
#sidebar ul.sidemenu li {
	margin: 0 0 0 20px;
	padding: 0 0 5px 11px;
}
#sidebar ul.banner {
	margin: 0 0 15px 31px;
}
#sidebar dl {
	margin: 0 0 0 20px;
	padding: 40px 0 0 11px;
	background: url(../../images/info/sidebar_dl_bg.gif) no-repeat;
}
#sidebar dl dd {
	padding: 10px 0 0 17px;
}
#location {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	color: #444;
	padding: 3px 32px 15px 0;
	width: 619px;
	height: 17px;
	background: none;
}
div.content-area {
	padding: 0 14px 15px 15px;
}
h3 {
	margin: 0 0 10px;
}
p.descript {
	font-size: 0.95em;
	padding: 7px 9px 9px;
	margin: 0 2px 20px;
	background: #f3f7eb;
	color: #547851;
}
