@charset "utf-8";

/* Color table 
#ff3b89 : 구분선 색상
#3451A8 : 기사제목, 링크 색상
*/

/* 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: #ff3b89 }
.sub_menu .selected { color: #ff3b89 }

/* Menu */
#gnb_menu { float: left; width: 982px; height: 31px; background: #ff3b89; border-top: 4px solid #ff3b89; border-bottom: 1px solid #DDD;}

/* Tab */
.tab_art_box_300 .tab_td_on { border: 1px solid #ccc; border-top: 3px solid #ff3b89; 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 #ff3b89; border-bottom: 1px solid #F7F8F7; text-align: center; height: 27px; font-weight: bold; }