@charset "UTF-8";
@import url(layout.css);
/*
 * 메인
 */


/*왼쪽 모듈배경 시작*/
#sub_modules_main {
	background-image: url(../images/left_module_back_img.gif);
	background-repeat: repeat-y;
	margin: auto;
	padding: 0px;
	width: 175px;
	position: relative;
}
#sub_modules_top_bg {
	background-image: url(../images/left_module_back_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 175px;
}

/*왼쪽 모듈배경 끝*/

/*생방송 모듈 시작*/
#sunday_movie_module {
	margin: auto;
	padding: 0;
	height: 135px;
	width: 165px;
}
#sunday_movie_module h2 {
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin: 0px;
	padding: 0 0 5px 0;
	height: 27px;
	background-image: url(/images/sunday.jpg);
}
#sunday_movie_module p {
	margin: 0px;
	padding: 0px;
}
#sunday_movie_module ul {
	margin: 0;
	padding: 5px 0 0 5px;
}
#sunday_movie_module li {
	margin: 0;
	padding: 0 5px 0 5px;
	list-style: none;
	float: left;
}
#sunday_movie_module .live_view a {
	background-image: url(/images/view_live_btn.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -5000px;
	height: 20px;
	width: 66px;
	display: block;
}
#sunday_movie_module .last_view a {
	background-image: url(/images/view_saved_btn.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -5000px;
	height: 20px;
	width: 66px;
	display: block;
}
#sunday_movie_module .image {
	float: left;
	margin: 0 3px 0 0;
}
#sunday_movie_module .description {
	font-size: 0.95em;
	line-height: 1.4em;
	letter-spacing: -1px;
}
/*생방송 모듈 끝*/

/*스테디이슈 모듈 시작*/
#steady_issue_module {
	margin: auto;
	padding: 0px;
	width: 165px;
}

#steady_issue_module h2 {
	background-image: url(/images/steady_issue_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 165px;
	text-indent: -5000px;
}
#steady_issue_module dl {
	font-size: 0.95em;
	line-height: 1.2em;
	letter-spacing: -1px;
	margin: 0;
	padding: 10px 7px 0 7px;
}
#steady_issue_module dt {
	font-weight: bold;
	color: #2B3904;
}
#steady_issue_module dd {
	color: #73726E;
	margin: 0px;
	padding: 0px;
}
#steady_issue_module dt a:link,#steady_issue_module dt a:visited {
	color: #2B3904;
}
#steady_issue_module dd a:link,#steady_issue_module dd a:visited {
	color: #73726E;
}
/*스테디이슈 모듈 끝*/


/*배너 모듈 시작*/
#banners {
	margin: 0 auto;
	padding: 0px;
	width: 165px;
	text-align: center;
}
#banners h2 {
	display: none;
}
#banners dl{
	margin-top: 10px;
	padding: 0;
}
#banners dt {
	margin: 0px;
	padding: 3px;
}
/*배너 모듈 시작*/

/*중간 모듈배경 시작*/
#main_body_left {
	background-image: url(/images/center_bg_img.jpg);
	width: 378px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#main_body_left_top {
	background-image: url(/images/center_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 378px;
}
/*중간 모듈배경 끝*/


/*이슈포커스 모듈 시작*/
#issue_focus_module {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 320px;
}
#issue_focus_module h2 {
	background-image: url(/images/issue_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3BAD4;
}
#issue_focus_module dl {
	margin: 0px;
	padding: 5px 0;
}
#issue_focus_module dt {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: -0.2em;
}
#issue_focus_module dt a:link,#issue_focus_module dt a:visited {
	color: #000;
}
#issue_focus_module dd {
	margin: 0;
	padding: 0;
}
#issue_focus_module dd.title{
	padding: 0 0 10px 0;
	font-size: 120%;
	color: #666666;
	font-weight: bold;
}
#issue_focus_module .image {
	margin: 0px;
	float: left;
	padding : 0 10px 10px 0;
}
#issue_focus_module dd.contents, #issue_focus_module dd a:link,#issue_focus_module dd a:visited {
	color: #000000;
	font-size: 0.95em;
	line-height: 1.3em;
	letter-spacing: -0.1em;
	margin:0;
	padding:0;
}
#issue_focus_module .listing {
	clear: left;
}
#issue_focus_module ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#issue_focus_module li {
	margin: 0px;
	padding: 3px 0;
	font-weight: bold;
	letter-spacing: -0.1em;
	border-bottom:solid 1px #B9C1D6;
}
#issue_focus_module li a:link,#issue_focus_module li a:visited {
	color: #000000;
	line-height: 1.3em;
}
#issue_focus_module .listing .date {
	color: #AAAAAA;
}
/*이슈포커스 모듈 끝*/


/*헤드라인 모듈 시작*/
#headline_module {
	margin: 0 auto;
	padding: 0px;
	width: 332px;
}
#headline_module h2 {
	background-image: url(/images/netizen_headline_top.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin: 0px;
	padding: 0 0 5px 0;
	height: 27px;
	width: 332px;
}
#headline_module dl {
	margin: 0 10px;
	padding: 5px 0;
	border-bottom: solid 1px #ADB8CE;
}
#headline_module a {
	font-size: 120%;
	color: #575374;
	font-weight: bold;
	letter-spacing: -0.1em;
}
#headline_module dd {
	font-size: 0.95em;
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.1em;
}
/*헤드라인 모듈 끝*/


/*음악자료실 모듈 시작*/
#music_pds_module {
	width: 332px;
	margin: 0 auto;
	padding: 0px;
}
#music_pds_module h2 {
	background-image: url(/images/music_pds_top.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin: 0px;
	padding: 0;
	height: 27px;
	width: 332px;
}
#music_pds_module dl {
	margin: 0 10px;
	padding: 10px 0;
}
#music_pds_module dd {
	margin: 0px;
	padding: 0px;
}
#music_pds_module a {
	letter-spacing: -0.1em;
}
#music_pds_module a .category {
	font-weight: bold;
}
/*음악자료실 모듈 끝*/


/*우측 모듈배경 시작*/
#main_body_right {
	margin: 0;
	padding: 0;
	width: 260px;
	float: left;
}
/*우측 모듈배경 끝*/


/*멤버사진 모듈 시작*/
#members_picture_module {
	width: 241px;
	margin: 0 auto;
	padding: 0px;
}
#music_pds_module a .date {
	font-weight: bold;
	color: #ABA8A8;
}

#members_picture_module h2 {
	display: none;
}
/*멤버사진 모듈 끝*/


/*멀티미디어 모듈 시작*/
#multimedia_module {
	padding: 0;
	margin : 0 auto;
	width: 237px;
	background-image: url(/images/multimedia_bg_bottom.gif);
	background-position: left bottom;
}
#multimedia_module h2 {
	background-image: url(/images/multimedia_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 237px;
	height: 50px;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}
/*
#multimedia_module dl {
	margin: 0 10px;
	padding: 3px 0 0 0;
}
#multimedia_module dt {
	margin: 0px;
	float: left;
	padding : 0 10px 0 0;
}
#multimedia_module .multimedia_line {
	border-bottom: solid 1px #9BB9B9;
	margin: 0px;
	padding: 0;
	clear: left;
}
#multimedia_module dd {
	font-size: 95%;
	color: #476567;
	letter-spacing: -0.1em;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
*/
#multimedia_module .more {
	clear: left;
	text-align: right;
	margin: 0px;
	padding: 0 15px 7px 0;
}
#multimedia_module a {
	font-weight: bold;
	color: #476567;
}
#multimedia_module .more a{
	font-weight: normal;
	font-size: 85%;
	color:#64656A;
}
#multimedia_module .main-wrapper {
margin: 0 0 0 13px;
}

#multimedia_module .img-wrapper {
margin: 5px 5px 0 0;
background: url(/images/shadow.gif) no-repeat bottom right;
float:left;
}
 
#multimedia_module .img-wrapper img {
float:none;
margin:0;
background:#fff;
padding:1px;
border:1px solid #C5BDBD;
}

/* spacer used immediately after the floated gallery thumbnails to ensure the box expands to hold them all */

.spacer {
clear: both;
}

/*멀티미디어 모듈 끝*/
