@charset "utf-8";

/* Color table 
#559052 : 구분선 색상
#D4E9FF : 좌우 구분 라인 색상
#3451A8 : 기사제목, 링크 색상
#888	: 기사내용 색상
#ccc	: 탭 선 색상
#f6f6f6 : 중앙 기사 배경색상
#C4C4C4 : 이미지 테두리 색상
*/

/* Link */
a { text-decoration:none; color: #333; }
a:hover, a:active, a:focus { text-decoration: underline; color: #3451A8; } 
.art, .art a:link, .art a:hover, .art a:visited { padding-top: 0px; padding-bottom: 0px; }
.head a { color: #3451A8 }
.sub_menu a:hover, a:active, a:focus { text-decoration: none; color: #559052 }
.sub_menu .selected { color: #559052 }

/* Menu */
#gnb_menu { float: left; width: 982px; height: 31px; background: #559052; border-top: 4px solid #559052; border-bottom: 1px solid #DDD; }

/* Tab */
.tab_art_box_300 .tab_td_on { border: 1px solid #ccc; border-top: 3px solid #559052; border-bottom: 1px solid #fff; text-align: center; height: 27px; }
.tab_art_box_380 .tab_td_on { border: 1px solid #ccc; border-top: 3px solid #559052; border-bottom: 1px solid #F7F8F7; text-align: center; height: 27px; font-weight: bold; }