@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/top_bg.png) repeat-x left top; }
#bodyWrap { width:980px; margin:0 auto; }

/* Site Layout - Header */
#header { position:relative; width:980px; height:123px; margin-bottom: 5px; background:url(../images/default/bgHeader.gif) no-repeat bottom; z-index:97; }

#header .logo { position:absolute; width:300px; height:66px; top:15px; left:0px; text-align:left; }
#header .login { position:absolute; width:400px; height:30px; top:27px; right:0px; }

#header .today {position:absolute; color:#ffffff; font-weight:normal; width: 200px; height:20px; left:0px; top:-5px; }
#header .count_box {position:absolute; width: 200px; height:20px; left:270px; top:42px; }
#header .weather {position:absolute; width: 150px; height:25px; left:450px; top:30px; }

#nav {margin:0; padding:0; list-style:none; float:right; margin-top:-3px; 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:#ffffff; }
#nav li a:hover, #nav li a:focus { text-decoration:underline !important;}

 /* Site Layout - Header 상단주메뉴 및 서브메뉴 처리 부분 */
#gnb { position:absolute; left: 25px; top:65px; 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:7px 0px 0px 0px; background:url(../images/default/bgGnbOff.gif) no-repeat center top; width:82px; height:20px; color:#666666; white-space:nowrap; text-align:center; font-size:1.12em; font-weight:bold; text-decoration:none; }
#gnb li a:hover, 
#gnb li a:focus { color:#000000; background:url(../images/default/bgGnbOn.gif) no-repeat center top; }
#gnb li.on a { font-weight:bold; color:#2f2f2f; background:url(../images/default/bgGnbOn.gif) no-repeat center top;}

.gnb_sub { position:absolute; top:95px; left:30px; 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 7px 0 7px; height:18px; color:#ffffcc; font-weight:bold; white-space:nowrap; text-decoration:none; 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:75px; 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:96px; right:25px; 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:980px; 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: 120px; }
#sidenav { position:relative; clear:both; width: 120px; 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:120px; text-align:center; font-weight:bold; font-family:Tahoma; font-size:16px; color:#ffffff; }
#sidenav .sub_bottom  { background:#ffffff url(../images/default/submenu_bottom.gif) no-repeat; height:7px; }

#lnb { padding:2px 1px 5px 7px; width:110px; }
#lnb li { list-style:none; padding-bottom:0px; }
#lnb li a { position:relative; padding:6px 0px 3px 3px; width:103px; display:block; border-bottom:1px solid #f0f0f0; color:#000000; text-decoration:none; z-index:99; }
#lnb li a:hover,
#lnb li a:focus { font-weight:bold; color:#000000; }
#lnb li.on a { font-weight:bold; color:#000000; }
#lnb li.on a:hover,
#lnb li.on a:focus { 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:#818181 !important; border:none; background:none !important; border:none !important; }
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:bold !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold; !important; background:none no-repeat 95px center  !important;}

#columnLeft .leftbox { clear: both; width:110px; border:1px #e0e0e0 solid; padding:4px;_padding-right:3px; background:#ffffff; }
#columnLeft .mask { clear:both; width:120px; height:5px; background:#ffffff; display:block; }

/* Site Layout - #columnMainRight */
#columnMainRight { width:850px; float:right; overflow:hidden;}
#visualArea { width: 640px; background:#f5f5f5; position:relative; left:-10px; margin-right:-10px;}
#content { width:100%; overflow:hidden; }


#space { clear:both; padding-top:5px; 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 { width:100%; float:left; text-align:center; background:url(../images/default/top_bg.png) repeat-x left top;}
/*#footer { clear:both; border-top:3px solid #f4f4f4; text-align:center; padding:1em 0 2em; list-style:none; color:#b5b5b5; background:url(../images/default/top_bg.png) repeat-x left top;}*/
#footer a { text-decoration:none; color:#999999;}
#footer li { color:#000000; line-height:160%;}
#footer li a { text-decoration:none; color:#999999; 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; }

/* Site Layout - Address */
#address { width:980px; height: 45px; margin-left:auto; margin-right:auto; }
#addresslogo { width:300px;float: left;  height:45px;  padding-top:5px; }
#addresstext { width:680px; float: left; height:45px; padding-top:15px; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; line-height:120%; }
/* Default Skin - End */