@charset "UTF-8";


/* 
Used Hack 
IE6 & Below 
{ property:value; _property:value; }
IE7 Only
*:first-child+html #selector
IE7 & IE6 & Below
*:first-child+html #selector,
* html #selector {}
*/

/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:9pt; }
img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

/* Special Class Selector */
.fr { float:right; }
.fl { float:left; }
.clear { clear:both; }
.fwB { font-weight:bold;}
.tCenter { text-align:center; }
.tRight { text-align:right; }
.tLeft { text-align:left; }
.gap1 { margin-top:.8em; }
.nowrap { white-space:nowrap; }

.iePngFix { behavior:url(./common/js/iePngFix.htc); } 
.zbxe_info { vertical-align:middle; behavior:url(./common/js/iePngFix.htc); }

/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
*:first-child+html .inputTypeText { font-size:9pt; }
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4; }
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt;}
*:first-child+html .inputTypeTextArea { font-size:9pt; }

.w40 { width:40px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w400 { width:400px; }

/* editor style */
a.bold { font-weight:bold; }

.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }

.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }

.xe_content { line-height:1.6; } 

.zbxe_widget_output { background:url("../../../../common/css/../tpl/images/widget_text.gif") no-repeat center bottom; display:block;}

/* xe layer */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("../../../../common/css/../tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }
#popup_menu_area { position:absolute; left:0px; top:0px; z-index:1003; visibility:hidden; border:2px solid #D9D9D9; background-color:#FFFFFF; padding:0; }
#popup_menu_area .box { border:1px solid #CACACA; background-color:#FFFFFF; padding:7px; }
#popup_menu_area .item { color:#333333; cursor:pointer; margin:0; padding:3px 0 3px 0; white-space:nowrap; }
#popup_menu_area .item_on { color:#333333; font-weight:bold; margin:0; cursor:pointer; padding:3px 0 3px 0; letter-spacing:-1px; white-space:nowrap;}

/*  
Theme Name: GlossyBlue
Theme URI: http://www.ndesign-studio.com
Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
Version: 1.4
Author: Nick La
Author URI: http://www.ndesign-studio.com

	This theme was designed and built by Nick La.

	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to N.Design Studio must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

*/
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background-color:#ffffff;	
	margin: 0px;
	padding: 0px 0px 30px;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/header-icon.gif") no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;	
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h6 {
	color: #59770e;
	margin: 0px 0px 0px 0px;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
}
h6 a, h6 a:visited {
	color: #59770e;
	text-decoration: none;
}
h6 a:hover {
	color: #FF6600;
	text-decoration: none;
}
form {
	margin:0px;
	padding:0px;
}
#wppage {
	margin: 0px 0px 0px 90px;	
	border:0px solid;
	width: 890px;	
	background: #FFFFFF url("../../../../layouts/xe_GlossyBlue/css/../images/default/content-bg1.gif") repeat-y right;
}
#wppage_main {
	margin: 0px auto;
	width: 100%;		
}
/* header area */
#wpheader {	
	height: 99px;	
	width:100%;	
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/dnt/menu_bg.gif") repeat;
	position: relative;
}
#wpheader_main {	
	height: 99px;	
	width:100%;
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/dnt/menu_bg.gif") repeat;
	position: relative;
}
#wpheaderimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#wpheaderimg .wpdescription{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 12px;
}
#wpnav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#wpnav li {
	float: left;
	margin-left: 5px;
}
#wpnav .wpcurrent_page_item a, #wpnav .wpcurrent_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#wpnav .wppage_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url("../../../../layouts/xe_GlossyBlue/css/../images/default/nav-button-bg.gif") repeat-x;
	padding: 5px 15px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#wpnav .wppage_item a:hover {
	color: #000000;
}
#wpcontent {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 616px;
	overflow: hidden;
}
#wpcontent_main {
	padding: 0px 0px 0px 0px;
	float: left;
	width: 968px;
	overflow: hidden;
}
#visual {
	width:968;	
	position: absolute;
}
#flash {float: left;}
#solution_img {}
/* content area */
.post {
	clear:both;
	padding: 0px 0px 0px 0px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/date-bg.gif") no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-Header {
	float: left;
	margin-left: 10px;
	width: 650px;
}
.title-User {
	margin:0px 0px 2px 0px; border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
}
.post-title {color: #59770e; float:left; margin:0px 0px 0px 0px;}
.post-userInfo {float:right; white-space:nowrap;}
.post-author {color:#3074a5;}
.date-Count {margin:0px 0px 5px 0px;}
.post-time {float:left; margin:0px 0px 0px 0px; background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/calendar.gif") no-repeat left top; padding-left:18px;}
.post-readed {float:right; margin:0px 0px 0px 0px; background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/read.gif") no-repeat left top; padding-left:18px;}
.post-voted {float:right; margin:0px 5px 0px 0px; background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/vote.gif") no-repeat left top; padding-left:18px;}
.reply-Trackback {float:right; margin:0px 5px 0px 0px;}
.post-reply {margin:0px 5px 0px 0px; background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-comments.gif") no-repeat left 1px; padding-left: 20px; font-size: 95%;}
.post-trackback {margin:0px 5px 0px 0px; background:#FFFFFF url("../../../../layouts/xe_GlossyBlue/css/../images/default/iconTrackback.gif") no-repeat left 1px; padding-left:15px;}
.post-category {float:left; margin:0px 0px 0px 10px; padding-left: 20px; color: #999999; font-size: 95%; background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-category.gif") no-repeat;}
.post-uri {float:left; margin:0px 0px 0px 10px;background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-blogroll.gif") no-repeat left top; padding-left:12px;}

.wpentry {
	clear: both;
	padding-top: 10px;
}
.wppost-calendar {
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-calendar.gif") no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.wpmini-add-comment {
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-down-arrow.gif") no-repeat;
	padding-left: 18px;
	float: right;
}
.wpnavigation {
	clear: both;
	padding: 10px 0px;
}
.wpnavigation a, .wpnavigation a:visited {
	color: #59770e;
}
.wpprevious-entries a {
	float: left;
	padding-left: 18px;
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-nav-left.gif") no-repeat left center;
}
.wpnext-entries a {
	float: right;
	padding-right: 18px;
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-nav-right.gif") no-repeat right center;
}

/* comments area */
#wpcomments, #wprespond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.wpcommentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.wpcommentlist li{
	padding: 5px 10px;
}
.wpcommentlist .alt {
	background: #f1fedb;
}
.wpcommentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.wpcommentlist cite a, .wpcommentlist cite a:visited {
	color: #CC6600;
}
.wpcommentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#wpcommentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#wpcommentform p {
	padding: 6px 0px;
	margin: 0px;
}
#wpcommentform label{
	color: #787878;
	font-size: 87%;
}
#wpcommentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#topMenu {
	position:absolute; 			
}
#wpcommentform textarea{
	width: 698px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#wpcommentform textarea:focus, #wpcommentform input[type="text"]:focus {
	background: #ffffff;
}
#wpcommentform #wpsubmit{
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/btn-bg.gif") no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#wpsidebar {
	float: right;
	padding: 0px 10px 40px 10px;
	width: 220px;
	color: #666666;
	overflow: hidden;
	background: #f2f2f2;
}
/*side menu */
#wpsidebar .wpsidemenu{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 5px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}
/*menu widget */
ul.wplist-menu li{
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/side-menu.png") no-repeat !important;
	padding-left: 10px !important;
}
/*sidebar title (h2) */
#wpsidebar h2, #wpsidebar .wpsidebartitle{
	font: 14px dotum;
	font-weight: bold;
	color: #131313;
	margin: 20px 0px 2px;	
}
/*sidebar text styles */
#wpsidebar a, #wpsidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#wpsidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
#linkbar {
	left:500px;
}
/*sidebar list level1 */
#wpsidebar ul {
	margin: 0;
	padding: 0;
}
#wpsidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#wpsidebar ul li ul {
	padding: 0;
	margin: 0;
}
#wpsidebar ul li ul li{
	padding: 2px 0 2px 0px;	
}
/*sidebar list level3 */
#wpsidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.wplist-blogroll li{
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-blogroll.gif") no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.wplist-cat li, li.wpwidget_categories li{
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-category.gif") no-repeat !important;
	padding-left: 0px !important;
}
/*archives widget */
ul.wplist-archives li, li.wpwidget_archives li{
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-monthly-archive.gif") no-repeat !important;
	padding-left: 5px !important;
}
/*pages widget */
ul.wplist-page li, li.wpwidget_pages li, li.wpwidget_recent_entries li{
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-page.gif") no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.wplist-page li ul li, li.wpwidget_pages li ul li{
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-page-arrow.gif") no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.wpwidget_recent_comments li{
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-recent-comments.gif") no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.wpwidget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.wptextwidget {
	padding-top: 5px;
}

/*search form */
#wpsearchform {
	margin: 15px 0 0;
}
#wpsearchform br {
	display: none;
}
#wpsearchform #wps {
	border:1px solid #999999;
	width: 162px;
	height: 16px;
	padding: 2px 5px 0px 5px;	
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#wpsearchform input {
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/search-btn-bg.gif") no-repeat;
	border: none;
	width: 39px;
	height: 20px;	
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#wpfooter {
	clear: both;	
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
	width:100%;
}
#wpfooter a, #wpfooter a:visited {
	color: #ffffff;
}
#wpfooter h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px 0px;
}
.wpfooter-recent-comments {
	width: 200px;
	float: left;
	margin: 0px 0px 0px 5px;
}
.wpfooter-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.wpfooter-recent-comments ul li {
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-footer-comments.gif") no-repeat;
	padding: 0px 0px 10px 5px;
}
.wpfooter-recent-posts {
	width: 200px;
	float: left;
	margin-left: 10px;
}
.wpfooter-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.wpfooter-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.wpfooter-recent-posts ul li {
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-footer-post.gif") no-repeat;
	padding: 0px 0px 10px 5px;
}
.wpfooter-recent-images {
	width: 280px;
	float: left;
	margin-left: 10px;
}
.wpfooter-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/footer-right-bg.gif") no-repeat;
}
/* credits */
#wpcredits {
	margin: 0px auto;
	width: 980px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#wpcredits a, #wpcredit a:visited {
	color: #048db4;
}
.wprss {
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-rss.gif") no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.wploginout {
	background: url("../../../../layouts/xe_GlossyBlue/css/../images/default/mini-loginout.gif") no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.wpcenter {
	text-align: center;
}
img.wpcenter, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wpalignleft {
	float: left;
}
img.wpalignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.wpalignright {
	float: right;
}
img.wpalignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.wpclear {
	clear:both;
}
hr.wpclear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
#dtree { padding:0px 0 0 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #666; white-space: nowrap; }   
#dtree img { border: 0px; vertical-align: middle; }   
#dtree a { color: #333; text-decoration: none; }   
#dtree a.node { white-space: nowrap; padding: 0px 2px 0px 2px; }   
#dtree a.nodeSel { white-space: nowrap; padding: 0px 2px 0px 2px; }   
#dtree a.node:hover { color: #333; text-decoration: underline; }   
#dtree a.nodeSel:hover { color: #333; text-decoration: underline; }   
#dtree a.nodeSel { background-color: #c0d2ec; }   
#dtree .clip { overflow: hidden; }   
#dtree p { padding:0 10px 0 0; text-align:center; }





/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/

/* Default Skin - Start */
#selectLang { margin:0; padding:0; }
#gnb { margin:0; padding:0; }
#lnb { margin:0; padding:0; }
#lnb ul { margin:0; padding:0; }

/* Site Layout - Body Wrap */
#bodyWrap { width:980px; margin:1.5em auto 0 auto; }

/* Site Layout - Header */
#header { position:relative; width:980px; height:120px; background:url("../../../../layouts/xe_GlossyBlue/css/../images/default/bgHeader.jpg") no-repeat right top; margin-bottom:10px; z-index:99;}
#header h1 { margin:0; padding:0; position:absolute; top:32px; left:25px;}
#language { position:absolute; top:18px; right:19px; 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:50px; right:15px;}
#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; }

#gnb { position:absolute; top:82px; left:0; height:38px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
#gnb li { float:left; list-style:none; background:url("../../../../layouts/xe_GlossyBlue/css/../images/default/bgGnbVr.gif") no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:13px 15px 0 15px; height:25px; color:#e8e8e8; white-space:nowrap; text-decoration:none; }
#gnb li a:hover,
#gnb li a:focus { color:#ffffff;}
#gnb li.on a { font-weight:bold; color:#ffffff; background:url("../../../../layouts/xe_GlossyBlue/css/../images/default/bgGnbOn.gif") no-repeat center top;}

#isSearch { position:absolute; top:48px; right:15px; width:214px; 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("../../../../layouts/xe_GlossyBlue/css/../images/default/bgSearchTerm.gif") no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff; 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:#536c6d;}
#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:#ffffff;}
#isSearch ul li label.on { background:#455a5b; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#455a5b;}
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#ffffff; border:1px solid #8E8E8D; background-color:#857C79; }
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:1px solid #B0B0AF; background-color:#A9A4A3; }
*: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:30px; overflow:hidden; background:url("../../../../layouts/xe_GlossyBlue/css/../images/default/bgContentBody.gif") repeat-y left top; border-bottom:1px solid #dddddd;}

/* Site Layout - Column Left */
#columnLeft { position:relative; width:201px; float:left;}
#columnLeft .mask { width:201px; height:5px; background:#ffffff; display:block; clear:both;}

#lnb { border-top:1px solid #dddddd; padding:4px 5px; width:190px;}
#lnb li { padding-bottom:4px; list-style:none; }
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #e8e8e8; background:url("../../../../layouts/xe_GlossyBlue/css/../images/default/bgLnbOff.gif") repeat-x; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;}
#lnb li a:hover,
#lnb li a:focus { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold;}
#lnb li ul { display:block; position:relative; width:184px; padding:0 3px; position:relative; border-top:1px solid #ffffff; overflow:hidden;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; 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:normal !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url("../../../../layouts/xe_GlossyBlue/css/../images/default/bulletLnb.gif") no-repeat 175px center  !important;}

/* Site Layout - Column Right */
#columnRight { width:770px; float:right; overflow:hidden;}
#visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
#content { width:100%; overflow:hidden;}

/* Site Layout - Footer */
#footer { margin:0; padding:0; border-top:0px solid #f4f4f4; text-align:center; padding:2em 0 4em; clear:both;}
#footer li { display:inline; padding:0 .6em 0 1em; background:url("../../../../layouts/xe_GlossyBlue/css/../images/default/vrType1.gif") no-repeat left center;}
#footer li.first-child { background:none;}
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
#footer li address { display:inline; }

/* Default Skin - End */

.newest_document_default_normal {
}

.newest_document_default_normal .newest_document_default_box {
}

.newest_document_default_normal .newest_document_default_box .title_box {    
	border:2px solid red;
    padding:5px;
    height:14px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .title_box .title {    
    font-weight:bold; 
    height:14px;
    padding-left:20px;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font:12px dotum;
}

.newest_document_default_normal .newest_document_default_box .document_box {
    padding:3px 3px 3px 5px;
    clear:both;
    border-bottom:1px solid #EEEEEE;
    height:16px;
    margin:0px 0px 2px 0px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .document {
    padding:0px 0px 5px 20px;
    background:url("../../../../widgets/newest_document/skins/default_notice/normal/./document_bullet.gif") no-repeat left;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .document A {
    text-decoration:none;
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document A:hover {
	font:12px dotum;
    text-decoration:underline;
    color:#000000;
}

.newest_document_default_normal .newest_document_default_box .document A:visited {
font:12px dotum;
    color:#AAAAAA;
}

.newest_document_default_normal .newest_document_default_box .document .comment A {
    font:12px dotum;
    color:#AAAAAA;
    letter-spacing:-1px;
}

.newest_document_default_normal .newest_document_default_box .document .writer {
    color:#AAAAAA;
}


.newest_document_default_normal .newest_document_default_box .regdate {
    color:#AAAAAA;
    font-size:8pt;
    float:right;
    white-space:nowrap;
}

.noticeBox { padding-bottom:5px; overflow:hidden; }

.noticeBox h2 { margin:0; font-size:1em; display:block; height:20px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; }

.noticeBox .listTable { width:100%; table-layout:fixed; border:none;}

.noticeBox .titleBox {  padding-bottom:3px; margin-bottom:5px; }
.noticeBox .titleBox .title { }
.noticeBox .titleBox .title strong { font-weight:normal; font-size:0.9em; color:#ed2a32; }
.noticeBox .titleBox .title a { font-weight:bold; font-size:1.4em; color:#444444; text-decoration:none; }
.noticeBox .titleBox .title a:hover { font-weight:bold; font-size:1.4em; text-decoration:underline; }
.noticeBox .titleBox .regdate { font-size:0.9em; color:#AAAAAA; }

.noticeBox .contentbox { line-height:120%; }
.noticeBox .contentbox img.thumbnail { padding:4px; border:1px solid #DEDEDE; margin:0 10px 10px 0;}
.noticeBox .contentbox img.thumbnail:hover { border:1px solid #54564b; }

.newest_document_default_normal {
}

.newest_document_default_normal .newest_document_default_box {
}

.newest_document_default_normal .newest_document_default_box .title_box {    	
    padding:5px;
    height:14px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .title_box .title {    
    font-weight:bold; 
    height:14px;
    padding-left:20px;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font-size:.75em;
}

.newest_document_default_normal .newest_document_default_box .document_box {
    padding:3px 3px 3px 5px;
    clear:both;    
    height:14px;
    margin:0px 0px 2px 0px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .document {
    padding:0px 0px 5px 20px;
    background:url("../../../../widgets/newest_document/skins/default_blog2/normal/./document_bullet.gif") no-repeat left;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .document A {
    text-decoration:none;
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document A:hover {
    text-decoration:underline;
    color:#000000;
}

.newest_document_default_normal .newest_document_default_box .document A:visited {
    color:#AAAAAA;
}

.newest_document_default_normal .newest_document_default_box .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
    letter-spacing:-1px;
}

.newest_document_default_normal .newest_document_default_box .document .writer {
    color:#AAAAAA;
}


.newest_document_default_normal .newest_document_default_box .regdate {
    color:#AAAAAA;
    font-size:8pt;
    float:right;
    white-space:nowrap;
}

