@charset "utf-8";
/* 공통 css입니다 */

/*****************************************************************************
* header
*****************************************************************************/
#header {position:relative; width:970px; margin:0 auto; z-index:2;}
#header .logo {margin:20px 0; text-align:center;}
#header .logo h1 a {font-size:2.25em; color:#000;}
#header .logo img {float:left; margin:-10px 0 0 10px;}
#header .logo span {float:right; margin:-5px 10px 0 0;}

/* 주메뉴 */
#gnb {position:relative; width:970px; height:52px; background:url("../images/com/bg_gnb.gif") no-repeat 0 top;}
#gnb li {float:left; margin:0 27px 0 28px;}
#gnb li.all {margin-right:60px;}
#gnb li div {position:absolute; top:38px; left:0; display:none; width:968px; text-align:center;}
#gnb li div ul li {margin:0 5px 0 0; padding:9px 12px 7px 5px; background:url("../images/ico/bg_bar.gif") no-repeat right 50%;}
#gnb li div ul li.none {background:none;}
#gnb li div.gnb_list01 ul {width:300px; margin-left:160px;}
#gnb li div.gnb_list02 ul {width:300px; margin-left:270px;}
#gnb li div.gnb_list03 ul {width:400px; margin-left:320px;}
#gnb li div.gnb_list04 ul {width:400px; margin-left:460px;}
#gnb a.btn_top {position:absolute; top:6px; right:25px;}

/* 전체보기 */
#gnb_all {position:absolute; display:none; width:970px; height:200px; margin:0 auto; margin-top:-14px; background:url("../images/com/bg_all.jpg") no-repeat 0 0; z-index:3;}
#gnb_all dl {float:left; width:130px; margin:20px 10px;}
#gnb_all dl.first {float:left; width:130px; margin:20px 10px 20px 200px;}
#gnb_all dt {margin-bottom:13px; padding:10px 2px; font-weight:bold; border-bottom:1px solid #e9e9e9;}
#gnb_all dd {line-height:140%; margin:5px 0;}
#gnb_all button {position:absolute; right:0; bottom:0;}

/*****************************************************************************
* layout
*****************************************************************************/
#container {position:relative; width:968px; overflow:hidden; margin:0 auto; margin-top:15px; border:1px solid #c4c4c4; border-bottom:none; z-index:1;}
#contents {position:relative; width:100%; min-height:500px; overflow:hidden; margin:30px auto; margin-bottom:50px;}
#contents_lnb {float:left; width:750px; min-height:500px; overflow:hidden; padding:13px 0 70px 30px; border-left:1px solid #c4c4c4;}

/* lnb */
#lnb {float:left; width:159px; height:100%;}
#lnb h2 {width:159px; margin-bottom:20px; padding:20px 0 15px 0; text-align:center; font-size:1.083em; color:#000; background:#f5f5f5; border-bottom:1px solid #e1e1e1;}
#lnb p {width:135px; margin:20px auto;}

.lnb_menu {width:135px; margin:0 auto; padding-bottom:10px; border-bottom:1px solid #e1e1e1;}
.lnb_menu li {margin-bottom:12px; padding-left:2px;}
.lnb_menu li a.on, .lnb_menu li a:hover {color:#2b63a9; font-weight:bold;}

/* 본문 */
#contents h3 {margin:20px 0 10px 0;}
#contents h4 {padding:18px 0 25px 0; margin-top:50px; border-top:1px dotted #dcdcdc;}
#contents h4.first {padding:10px 0 25px 0; margin-top:0; border:0;}

#contents_lnb h3 {height:20px; margin-bottom:20px; padding:3px 0 0 24px; color:#798dd8; font-size:1.167em; background:url("../images/ico/ico_h3.gif") no-repeat 0 0;}
#contents_lnb h4 {margin:20px 0 8px 0; padding-left:10px; color:#798dd8; font-size:1.083em; background:url("../images/ico/ico_arr_02.gif") no-repeat 1px 1px;}
.more {float:right; display:inline-block; width:47px; margin:7px 3px 5px 0; font-weight:normal; background:url("../images/ico/ico_arr_01.gif") no-repeat right 40%;}
.check {float:right; margin:7px 5px 0 0; padding-left:15px; font-weight:normal; background:url("../images/ico/ico_check.gif") no-repeat left 40%;}
.right_bar {margin-right:10px; padding-right:10px; background:url("../images/ico/bg_bar.gif") no-repeat right 2px;}

/* 상단글 */
.box_bul {float:left; width:100%; margin-bottom:25px;}
.box_bul ul {padding:15px 20px 5px 20px; border:1px solid #e6e6e6; background-color:#f9f9f9;}
.box_bul li {margin-bottom:7px; padding-left:18px; background:url("../images/ico/ico_bul_01.gif") no-repeat left 0;}
.box_bul li span {font-weight:bold; color:#ff6c00;}
.box_bul li.none {padding:0; background:none;}

.txt_box {float:left; width:100%; height:110px; margin:10px 0;}
.txt_box p {height:100px; overflow-y:scroll; padding:5px; border:1px solid #e6e6e6;}

/* tab */
.tab_menu {overflow:hidden; width:750px; margin-bottom:20px; background:url("../images/sub/common/bg_tab.gif") no-repeat 0 0;}
.tab_menu li {_display:inline; float:left; margin-right:-1px; font-size:1.083em; border:1px solid #d4d4d4; color:#333; background:#f2f2f2;}
.tab_menu li a {display:block; _float:left; height:20px; padding:9px 30px 0 31px; color:#666; text-decoration:none;}
.tab_menu li a:hover {background:#f4f4f4; color:#333;}
.tab_menu li.selected {margin-right:0; border-left:1px solid #b0b0b0; border-right:1px solid #b0b0b0; border-top:1px solid #b0b0b0; border-bottom:1px solid #fff; background:#fff;}
.tab_menu li.selected a {color:#333; font-weight:bold; letter-spacing:-1px;}

/*****************************************************************************
* footer
*****************************************************************************/
#footer {position:relative; width:970px; margin:0 auto; padding-top:20px; border-top:2px solid #4c4c4c;}
#footer .footer_logo {float:left; display:inline; margin:0 70px 0 10px;}
#footer address {float:left; display:inline; margin-top:7px;}
#footer .footer_link {float:left; display:inline; margin:7px;}
#footer .footer_link a {margin-right:7px; padding-left:10px; background:url("../images/ico/bg_bar.gif") no-repeat left 35%;}
#footer p {float:left; width:100%; text-align:center; font-size:0.938em; color:#999; margin-bottom:20px;}

