﻿@charset "utf-8";

/*
The Uyano.com (http://www.uyano.com/)
Directed by Yun Seong-hwan 080403
*/

/* Default Skin - Start */
#selectLang { margin:0; padding:0; }
#gnb { margin:0; padding:0; }
.gnb_sub { margin:0; padding:0; }
#lnb { margin:0; padding:0; }
#lnb ul { margin:0; padding:0; }
#isSearch { margin:0; padding:0; }
#isSearch ul { margin:0; padding:0; }
#footer { margin:0; padding:0; }

/* Site Layout - Body Wrap */
body { background:url(../images/default/) repeat-x left top; }
#bodyWrap { width:900px; margin:0 auto; }

/* Site Layout - title */
#title body { background:url(../images/default/top_bg.png) repeat-x left top; }

/* Site Layout - Header */
#header { position:relative; width:900px; height:140px; margin-bottom: 5px; background:url(../images/default/) no-repeat bottom; z-index:97; }

#header .logo { position:absolute; width:400px; height:100px; top:12px; left:0px; text-align:left; }
#header .login { position:absolute; width:370px; height:30px; top:0px; right:0px; }

#header .today {position:absolute; color:#3232FF; font-weight:normal; width: 300px; height:20px; left:700px; top:40px; }
#header .count_box {position:absolute; width: 200px; height:20px; left:270px; top:42px; }
#header .weather {position:absolute; width: 150px; height:25px; left:800px; top:45px; }

#nav {margin:0; padding:0; list-style:none; float:right; margin-top:6px; margin-right:0px; overflow:hidden; }
#nav li {float:left; padding:0 5px;}
#nav li a {text-decoration:none; font-family:Arial, "돋움"; font-size:12px; color:#3232FF; }
#nav li a:hover, #nav li a:focus { text-decoration:underline !important;}

 /* Site Layout - Header 상단주메뉴 및 서브메뉴 처리 부분 */
#gnb { position:absolute; left: 50px; top:71px; overflow:hidden; white-space:nowrap; }
#gnb li { float:left; list-style:none; position:relative; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:12px 0px 0px 0px; background:url(../images/default/) no-repeat center top; width:135px; height:44px; color:#3D69F9; white-space:nowrap; text-align:center; font-size:11pt; font-weight:bold; text-decoration:none; }
#gnb li a:hover, 
#gnb li a:focus { color:#FF46C5; background:url(../images/default/) no-repeat center top; }
#gnb li.on a { font-weight:bold; color:#FF6EED; background:url(../images/default/) no-repeat center top;}

.gnb_sub { position:absolute;  top:130px; left:65px; height:24px; overflow:hidden; white-space:nowrap;  }
.gnb_sub li { float:left; list-style:none; background:url(../images/default/sub_part.gif) no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
.gnb_sub li a { display:block; float:left; padding:6px 15px 0 15px; height:18px; color:#ffffcc; font-weight:bold; white-space:nowrap; text-decoration:none; font-size:10pt; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
.gnb_sub li a:hover,
.gnb_sub li a:focus { color:yellow; }
.gnb_sub li.on a, .gnbin li.on a:hover { font-weight:bold; color:yellow; background:url(../images/default/arrow_3.gif) no-repeat center bottom; }

/* Site Layout - Header 언어 선택 */
#language { position:absolute; top:62px; right:30px; z-index:100;}
#language strong { color:#ffffff; font:.75em Tahoma; margin-right:3px;}
#language a img { vertical-align:-5px;}
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #b23628; background:#de4332;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#ffffff; text-decoration:none;}
#language ul li a:hover { background:#bc4032;}

#it_search_form { position:absolute; top:8px; right:10px;}
#it_search_form .input { border:1px solid #bc4032; height:17px; width:120px; color:#888888; font-size:.9em;} 
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }

/* 검색창 설정 부분 */
#isSearch { position:absolute; top:12px; right:45px; width:216px; text-align:right;}
#isSearch .searchOrder { display:none;}
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:14px; background:url(../images/default/bgSearchTerm.gif) no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#000000; line-height:normal;}
*:first-child+html #isSearch .checked { top:1px; }
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #919898; background:#ffffff;}
#isSearch ul li { width:67px; height:18px; list-style:none; }
#isSearch ul li input { display:none;}
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#000000;}
#isSearch ul li label.on { background:#ffffff; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#ffffff;}
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#000000; border:1px solid #8E8E8D; background-color:#ffffff; }
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:1px solid #B0B0AF; background-color:#ffffff; }
*:first-child+html body#default #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}
*:first-child+html body#default #isSearch .submit { position:relative; top:-1px;}

/* Site Layout - Content Body */
#contentBody { position:relative; width:900px; padding-bottom:10px; overflow:hidden; background:url(../images/default/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #dddddd;}

/* Site Layout - #columnLeft */
#columnLeft {  position:relative; float: left; width: 140px; }
#sidenav { position:relative; clear:both; width: 140px; background:#f4f4f4 url(../images/default/submenu_middle.gif) repeat; display:block; }
#sidenav .sub_title  { background:url(../images/default/submenu_title.gif) no-repeat; height:45px; }
#sidenav .sub_title h1 { margin:0; padding-top:15px; width:140px; text-align:center; font-weight:bold; font-family:Tahoma; font-size:16px; color:#0509AE; }
#sidenav .sub_bottom  { background:#ffffff url(../images/default/submenu_bottom.gif) no-repeat; height:7px; }

#lnb { padding:2px 1px 5px 7px; width:130px; }
#lnb li { list-style:none; padding-bottom:0px; }
#lnb li a { position:relative; padding:10px 0px 5px 11px; width:120px; display:block; border-bottom:1px solid #E4F1F8; color:#0924F4; font-size:9pt; font-weight:bold; text-decoration:none;  background:url(../images/default/bullet_off1.gif) no-repeat left center;position:relative;z-index:99; }
#lnb li a:hover,
#lnb li a:focus { font-size:9pt; font-weight:bold; color:#FF46C5; }
#lnb li.on a { font-size:9pt; font-weight:bold; color:#C12DFF; background:url(../images/default/bullet_on.gif) no-repeat left center; }
#lnb li.on a:hover,
#lnb li.on a:focus { font-size:9pt; font-weight:bold; }
#lnb li ul { position:relative; display:block; width:95px; padding:3px 0px 3px 5px; border-bottom:0px solid #ffffff; overflow:hidden; }
#lnb li.on ul { display:block; }
#lnb li ul li { position:relative; border-bottom:1px solid #f2f2f2; top:-1px; }
#lnb li ul li a { padding:3px 0px 3px 5px; width:95px; color:#06960A!important; border:none; background:none !important; border:none !important; }
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-size:10pt; font-weight:bold !important; color:#FF46C5 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-size:10pt; font-weight:bold; !important; background:none no-repeat 95px center  !important;}

#columnLeft .leftbox { clear: both; width:130px; border:1px #e0e0e0 solid; padding:4px;_padding-right:3px; background:#ffffff; }
#columnLeft .mask { clear:both; width:130px; height:5px; background:#ffffff; display:block; }

/* Site Layout - #columnCenter */
#columnMain { float: left; width: 600px; margin:0px 10px; border:0px solid #e0e0e0; }
#visualArea { width: 640px; background:#f5f5f5; position:relative; left:-10px; margin-right:-10px;}
#content { width:100%; overflow:hidden; }

/* Site Layout - #columnRight */


#space { clear:both; padding-top:10px; display:block }

/* category */
.blogCategory { clear:both; width:168px; padding:5px 10px; margin-bottom:5px; background:#ffffff; border:1px #e0e0e0 solid}
.blogCategory h2 { margin:0; padding:5px 0 0 0px; font:bold 1.12em tahoma; font-family:Tahoma; color:#000000;}
.blogCategory h2 a { text-decoration:none; color:#000000; }
.blogCategory .categoryToggle {position:absolute; right:.3em; top:.5em;}
.blogCategory .categoryToggle img {display:block; padding:5px; cursor:pointer;}
.blogCategory ul.categoryList { list-style:none; margin:0; padding:0; }
.blogCategory ul.categoryList li { background:url(../images/default/ico_category.gif) no-repeat .8em 0; height:1.7em; padding-left:2.1em;}
.blogCategory ul.categoryList li a { text-decoration:none; font-size:1em; color:#3f4040; }
.blogCategory ul.categoryList li.on a {font-weight:bold; }
.blogCategory ul.categoryList li span.documentCount { font-size:.9em; margin-left:.3em;}

/* Site Layout - Footer */
#footer { clear:both; border-top:3px solid #ffffff; text-align:center; padding:1em 0 2em; list-style:none; color:#8E26E6; }
#footer { background:url(../images/default/footer_bg.png) repeat-x left top; }
#footer a { text-decoration:none; color:#8E26E6;}
#footer li { color:#8E26E6; line-height:160%;}
#footer li a { text-decoration:none; color:#8E26E6; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; }
#footer li.bottom_menu { display:inline; padding:0 .6em 0 1em; background:url(../images/default/vrType1.gif) no-repeat left center; }

/* Default Skin - End */