@charset "utf-8";
/**************************************************
	layout > global
**************************************************/
/*기본 버튼, 버튼 그룹 style*/
.__article_btnArea{ text-align:center; padding-top:10px; font-size:0; }
.__button_submit{ cursor:pointer; margin:0 4px; background:#C01117; display:inline-block; *display:inline; *zoom:1; border:none; padding:7px 22px; padding-top:10px; font-size:13px; color:#fff; }
.__button_cancel{ cursor:pointer; margin:0 4px; background:#A5A6AC; display:inline-block; *display:inline; *zoom:1; border:none; padding:7px 12px; padding-top:10px; font-size:13px; color:#fff; }
.__button_small{ font-size:11px; border:1px solid #494344; color:#fff; padding:5px 8px; margin:2px; cursor:pointer; vertical-align:top; display:inline-block; *display:inline; *zoom:1; background: #6C6465; }
.__button_small_gray{ font-size:11px; border:1px solid #D4D4D4; padding:5px 8px; margin:2px; cursor:pointer; vertical-align:top; background: #F8F8F8; }
/*기본 테이블 style*/
.__article_table{ width:100%; border-bottom:1px solid #AAAAAA; }
.__article_table thead tr th,
.__article_table tbody tr td{ padding:6px; }
.__article_table thead tr th{ border-bottom:1px solid #9A9A9A; border-top:1px solid #9A9A9A; background:url(../../../images/article_table_thead_bg.jpg); font-weight:normal; }
.__article_table thead tr th a{ color:#000; }
.__article_table thead tr th a:hover{ text-decoration:none; }
.__article_table thead tr th.___f{ border-left:1px solid #9A9A9A; }
.__article_table thead tr th.___l{ border-right:1px solid #9A9A9A; }
.__article_table tbody tr th,
.__article_table tbody tr td{ border-bottom:1px solid #EBEBEB; padding:8px; }
.__article_table tbody tr:hover{ background:#FBFBFB; }
.__article_table tbody tr .___number,
.__article_table tbody tr .___number *{ text-align:center; font-size:11px; font-family:Tahoma; font-weight:normal; color:#999; }
.__article_table tbody tr .___noPadding{ padding-right:0; padding-left:0; text-align:center; }
.__article_table_read{ width:100%; border-top:1px solid #5D5E67; border-bottom:1px solid #AAAAAA; }
.__article_table_read thead tr th{ background-color:#F7F7F7; padding:6px; }
.__article_table_read tbody tr th,
.__article_table_read tbody tr td{ border-bottom:1px solid #F0F0F0; padding:6px; }
.__article_table_read tbody tr th{ width:120px; text-align:left; font-weight:normal; }
/*기타 style*/
.__article_sment{ display:block; padding-top:4px; color:#999; font-size:11px; }

/**************************************************
	layout > 헤더영역
**************************************************/
header{ position:relative; width:100%; margin:0 auto; z-index:99; font-size:0; text-align:left; border-bottom:1px solid #000; }
header .logo > a{ display:inline-block; *display:inline; *zoom:1; }
/*통합검색폼 영역*/
header #searchForm{ font-size:0; position:absolute; bottom:85px; right:0; z-index:99; }
header #searchForm > *{ vertical-align:top; }
header #searchForm .keyword{ padding:6px 5px 0 10px; width:150px; background:#e8e8e8; border:none; height:28px; color:#000; }
header #searchForm .submit{ height:34px; width:40px; padding:6px 0; background:#e8e8e8 url(images/totalSearch_btn.jpg) no-repeat center center; border:none; cursor:pointer; }
/*최상단 버튼그룹*/
header .status{ margin:0; padding:20px 0 20px 0; list-style-type:none; text-align:right; }
header .status > li{ display:inline-block; *display:inline; *zoom:1; vertical-align:top; padding-left:15px; margin-left:15px; border-left:1px solid #dedede; line-height:11px; }
header .status > li:first-child{ border-left:none; }
header .status > li > a{ font-size:11px; letter-spacing:-1px; }
/*gnb 메인메뉴 영역*/
header .gnb{ position:relative; margin:0; margin:20px 0 20px 0; padding:10px 0 0px 0; list-style-type:none; border-top:0px solid #000; text-align:center; }
header .gnb > li{ display:inline-block; *display:inline; *zoom:1; border-left:1px solid #fff;}
header .gnb > li:first-child{ border-left:none; }
header .gnb > li > a{ text-align:center; padding:0 40px; display:block; color:#000; font:14px MalgunGothic; font-weight:bold; line-height:30px; text-decoration:none; }
header .gnb > li > ul{ display:none; list-style-type:none; padding:0; margin:0; background:#7E7F94; border:1px solid #6A6B7C; border-top:none; }
header .gnb > li > ul > li{ display:block; text-align:left; border-top:1px solid #8E8FA1; }
header .gnb > li > ul > li:first-child{ border-top:none; }
header .gnb > li > ul > li > a{ display:block; padding:7px 10px; color:#fff; font:13px MalgunGothic; }
header .gnb > li:hover{ background:#db0000; }
header .gnb > li:hover > a{ color:#fff; }



/**************************************************
	layout > 서브페이지
**************************************************/
article#sub{ width:1000px; margin:0 auto; margin-top:30px; zoom:1; }
article#sub:after{ content:""; display:block; clear:both; }
/*lnb 서브메뉴*/
article#sub .lnb{ width:180px; float:left; }
article#sub .lnb > h2{ background:#000; padding:20px 10px; text-align:center; }
article#sub .lnb > h2 a{ font-size:18px; font-family:MalgunGothic; letter-spacing:-1px; font-weight:normal; color:#fff; }
article#sub .lnb > ul{ margin:0; padding:0; list-style-type:none; border-bottom:1px solid #ABABAB; margin-top:10px; }
article#sub .lnb > ul > li{ border-top:1px solid #EBEBEB; }
article#sub .lnb > ul > li:first-child{ border-top:none; }
article#sub .lnb > ul > li > a{ font-size:14px; font-family:MalgunGothic; color:#525252; padding:12px 8px; display:block; }
article#sub .lnb > ul > li > a:hover{ color:#000; font-weight:bold; text-decoration:none; }
article#sub .lnb > ul > li.active > a{ color:#000; font-weight:bold; }
article#sub .lnb > ul > li.depth3{ background:#f1f1f1; filter:none; border-top:1px solid #D1D1D1; }
article#sub .lnb > ul > li.depth3 > a{ padding:10px 0 10px 20px; font-weight:normal; color:#666666; }
article#sub .lnb > ul > li.depth3 > a:hover{ color:#000; }
article#sub .lnb > ul > li.depth3.active > a{ color:#000; }
/*서브 컨텐츠 영역*/
article#sub .content{ margin-left:35px; padding-top:10px; width:785px; float:left; }
article#sub .content > .title{ padding-bottom:13px;  }
article#sub .content > .title > h3{ font-size:27px; font-family:MalgunGothic; letter-spacing:-1px; font-weight:normal; color:#000; }
article#sub .content > .title .navigator{ float:right; z-index:39;  }
article#sub .content > .title .navigator > a{ font-size:11px; }
article#sub .content > .cont{ padding-top:25px; }

/**************************************************
	layout > 메인페이지
**************************************************/
/*비쥬얼 영역*/
article#main .visual{ width:1000px; margin:0 auto; margin-bottom:30px; }
/*메인 컨텐츠 영역*/
article#main .cont{ width:1000px; margin:0 auto; position:relative; }
