﻿/* 뉴스 사이드 메뉴 2009-08-15 유원곤 */
.sidebar_menu { width:170px; height:155px; padding:74px 0 0 18px; background:url('/images/news/bg_news.jpg') left top no-repeat; }
	/* 2010-03-26 개선 */
	.sidebar_menu li {height:12px;}
		.sidebar_menu li a { display:block; height:12px; background-image:url('/images/news/txt_sidebar.gif'); background-repeat:no-repeat; overflow:hidden; text-indent:-10000em; font:normal 0/0 verdana; }
	.sidebar_menu .sidebar_notice {width:55px;}
		.sidebar_menu .sidebar_notice a {width:55px;background-position:0 -15px;}
		.sidebar_menu .sidebar_notice a:hover {width:55px;background-position:0 0;}
		.sidebar_menu .sidebar_notice .on {width:55px;background-position:0 0;}
	.sidebar_menu .sidebar_event {width:49px;margin:13px 0 0 0;}
		.sidebar_menu .sidebar_event a {width:49px;background-position:0 -45px;}
		.sidebar_menu .sidebar_event a:hover {width:49px;background-position:0 -30px;}
		.sidebar_menu .sidebar_event .on {width:49px;background-position:0 -30px;}

/* 상단 네비게이션 */
.top_navi { width:665px; margin:24px 0 0 0; padding:0 3px 6px 2px; border-bottom:4px solid #fe740e; }
	/* 2010-03-26 추가 개선 */
	.top_navi .noteSection { float:left; height:20px; background-image:url('/images/common/h3_txt_set.jpg'); background-repeat:no-repeat; overflow:hidden; text-indent:-10000em; font:normal 0/0 veqrdana; }
	.top_navi .note {width:73px;background-position:0 0;}
	.top_navi .event {width:65px;background-position:0 -25px;}
	.top_navi .current_position { float:right; margin:12px 0 0 0; font:normal 12px Gulim; color:#807971; }
		.top_navi .current_position a { font:normal 12px Gulim; color:#807971; }

/* 공지출력 */
.post_view { width:670px; margin:11px 0 0 0; }

/* 버튼 관련 */
.btns { width:670px; margin:7px 0 0 0; }
	.btns li { float:right; margin:0 0 0 8px; }
		.btns li a { display:block; width:49px; height:18px; background-image:url('/images/common/img_set.gif'); background-repeat:no-repeat; overflow:hidden; text-indent:-10000em; font:normal 0/0 verdana; }
		.btns .go_list a { background-position:0 -80px; }
		.btns .go_next a { background-position:0 -55px; }
		.btns .go_prev a { background-position:0 -30px; }

/* 공지 본문 */
.post_dsp { width:670px; margin:7px 0 0 0; padding:0 0 116px 0; background:url('/images/news/bg_bar.gif') left bottom no-repeat; }
	.post_dsp dt { width:657px; padding:5px 0 5px 13px; background:#ffc063; border:1px solid #eeaf55; font:normal 18px/25px Tahoma; color:#684d31; }
	.post_dsp .post_info { width:653px; padding:0 17px 0 0; border-bottom:1px solid #f4ca72; font:normal 12px/25px Dotum,'돋움'; color:#747474; text-align:right; }
		.post_dsp .post_info em { margin:0 0 0 10px; font-weight:bold; color:#e38516; }
		.post_dsp .post_desc { padding:22px 15px 0; font-size:11px; font-family:Tahome; color:#827e78; line-height:2em; word-wrap:break-word;word-break:break-all; } /* 2009-08-28 letter-spacing 삭제 */

/* 게시물 리스트 */
.brd_list { width:670px; margin:6px 0 0 0; padding:0 0 20px 0; background:url('/images/news/bg_bar.gif') left bottom no-repeat; }
	.brd_list table { width:670px; }
		.brd_list table th { height:28px; background-image:url('/images/news/bg_thset.gif'); background-repeat:no-repeat; overflow:hidden; text-indent:-10000em; font:normal 0/0 verdana; }
		.brd_list table .subject_th { width:430px; background-position:0 0; }
		.brd_list table .view_th { width:145px; background-position:-430px 0; }
		.brd_list table .date_th { width:95px; background-position:-575px 0; }
		.brd_list table td { padding:5px 0 7px 0; text-align:center; background:url('/images/news/bg_dot_1x3.gif') left bottom repeat-x; }
			.brd_list table td a { color:#747474; }
		.brd_list table .last_tr td { background:none; }
		.brd_list table .first_tr td { height:25px; vertical-align:bottom; }
		.brd_list table .subject_td { padding-left:17px; text-align:left; background:url('/images/news/bg_dot_long.gif') left bottom repeat-x; }
