@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: Xesta Vivid
Theme URI: http://www.thehammer.co.kr/
Description: A two column theme.
CSS Write Rules: Area Properties(Width & Height / Margin / Padding) > Font & Image Properties > Align Properties > Style Properties
Version: 1.0
Author: The Hammer Company 정현화
Author URI: http://www.thehammer.co.kr/
*/


/* Generic
---------------------------------------------------------------------------------*/
body { 
    width: 960px;
	margin: 0px auto;
	padding: 0;
	font-family: 돋움, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align: justify;
	color: #000000; 
	}
	
#body-container { 
    width: 960px; 
    margin: 0px auto;
	padding: 0; 
	color: #666666; 
	text-align: justify; 
	float:right; 
	}
	
#header { 
    width: 960px; 
	margin: 20px 0px 10px 0px; 
	padding: 0; 
	float:center;
	}
	
#nav { 
    width: 936px; 
	height: 90px; 
	margin: 0px auto; 
	padding: 0px 12px 0px 12px; 
	background:url("../../../../layouts/Xesta_II/css/../images/vivid/top-bar.png") no-repeat; 
	float:left;
	}
	
#nav-left { 
    width: 640px; 
	margin: 0px auto; 
	padding:0px; 
	clear:both; 
	float:left; 
	}
	
#nav-right { 
    width: 282px; 
	margin:64px 0px 0px; 
	padding:0px; 
	clear:both; 
	float:right; 
	}
	
#wraper { 
    width:948px; 
	margin: 0px auto; 
	padding: 10px 12px 0px 0px; 
	background: #579ecb url("../../../../layouts/Xesta_II/css/../images/vivid/top-right.gif") no-repeat center top; 
	clear:both; 
	float:left; 
	}
	
#leftcol { 
    width: 620px;
	padding: 20px 17px 40px 17px; 
	background: #ffffff; 
	float: left; 
	overflow: hidden; 
	}
	
#rightcol { 
    width: 282px; 
    float: right; 
    }
	
#footer { 
    width: 936px; 
	margin: 0px auto; 
	padding: 5px 12px 12px 12px; 
	background: #202020; 
	color:#999999; 
	clear:both; 
	}

.footer_leftcol{
	width:195px;
	margin-right: 16px;
	float:left;
}

.footer_leftcol2{
 width:300px;
 margin-right: 16px;
 float:left;
} 

.footer_rightcol {
	width:400px;
	margin-top: 10px;
	float:right;
}

.footer_rightcol a, .footer_rightcol a:visited {
	color:#4E9F9F;
}
.footer_nav {
	float:right;
	margin: 20px 0px 0px;
	padding:0px;
	font-size:90%;
}


/* Navigation with XE Modules
---------------------------------------------------------------------------------*/
#main-nav { width: 100%; margin:16px 0px 0px 0px; padding:0px; list-style:none; line-height:0px; float:left; clear:both; }
#main-nav ul { margin: 0px; padding:0px; list-style:none; line-height:0px; float:left; clear:both; }
#main-nav li { margin-right: 6px; float:left; }
#main-nav li a { width: 95px; height: 20px; padding: 6px 0px 0px 0px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/btn-default.gif") no-repeat;  font: 11px Arial; color: #ffffff; font-weight: bold; text-decoration:none; text-align: center; display:block; float:left; }
#main-nav li a:hover { background: url("../../../../layouts/Xesta_II/css/../images/vivid/btn-over.gif") no-repeat; color: #000000; font-weight: bold; }
#main-nav li a.on { background: url("../../../../layouts/Xesta_II/css/../images/vivid/btn-over.gif") no-repeat; color: #000000; font-weight: bold; }


/* Mini Navigation with XE Modules
---------------------------------------------------------------------------------*/
#miniNav { width: 100%; height: 20px; margin-top: 28px; font: 90% Tahoma; float:left; }
#miniNav a { color:#ffffff; text-decoration: none; }
#miniNav a:visited { color:#ffffff; text-decoration: none; }
#miniNav a:hover { color:#000000; text-decoration: none; }
a.mini-blogroll { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-blogroll.gif") no-repeat left center; }
a.mini-xhtml { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-xhtml.gif") no-repeat left center; }
a.mini-css { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-css.gif") no-repeat left center; }
a.mini-rss { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-rss.gif") no-repeat left center; }
a.mini-blogwrite { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-blogwrite.gif") no-repeat left center; }
a.mini-user { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-user.gif") no-repeat left center; }
a.mini-admin { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-admin.gif") no-repeat left center; }
a.mini-setup { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-modify.gif") no-repeat left center; }
a.mini-layout-setup { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-layout-setup.gif") no-repeat left center; }
a.mini-layout-modify { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-layout-modify.gif") no-repeat left center; }
a.mini-signup { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-user.gif") no-repeat left center; }
a.mini-login { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-admin.gif") no-repeat left center; }
a.mini-logout { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-logout.gif") no-repeat left center; }
a.mini-skininfo { padding: 0px 10px 0px 17px; background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-skininfo.gif") no-repeat left center; }


/* Layout - Paragraph
---------------------------------------------------------------------------------*/
:link { 
    color: #ff9900; 
    text-decoration: none; 
	}
	
a:visited { 
    color: #ff9900; 
	text-decoration: none; 
	}
	
a:hover, a:active { 
    color: #ff6600; 
	text-decoration: underline;
	}
	
p { margin: 0px 0px 14px; }

h5 {
    font-size: 12px;
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	color: #606a4f;
	padding-bottom: 2px;
	border-bottom: 1px dotted #9a9e8e; }


/* Layout - Text & Links
---------------------------------------------------------------------------------*/
.post { margin: 10px 0px 0px 0px; }

.postmeta { 
    clear:both; 
	padding-top: 2px;
	}
	
.postdate {
	margin: 0px 0px 0px 1px;
	background: url("../../../../layouts/Xesta_II/css/../images/vivid/mini-date.gif") no-repeat left center;
	padding-left: 15px;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999;
	float: left;
    }
	
.posturi { 
    font: 0.9em 돋움; 
    color: #999999; 
	list-style: none;
	}
	
.posturi li { line-height: 15px; }

.posturi li.post { 
    padding: 0px 0px 0px 17px; 
    background:url("../../../../layouts/Xesta_II/css/../images/vivid/mini-post-uri.gif") no-repeat; 
	}
	
.posturi li.trackback { 
    padding: 0px 0px 0px 17px; 
	background:url("../../../../layouts/Xesta_II/css/../images/vivid/mini-trackback-uri.gif") no-repeat; 
	}

.cat_heading {
	color: #abdeff;
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom: 1px dotted #abdeff;
	font: normal 150% Tahoma, Arial, sans-serif;
	clear:both;
	text-transform:none;
}

.cat_heading-alt {
	color: #abdeff;
	margin: 0px;
	padding-bottom: 4px;
	font: normal 150% Tahoma, Arial, sans-serif;
	clear:both;
	text-transform:none;
}

.sidebar-half { width: 132px; float: left; }

.separator { margin-right: 15px; }

.popular-list { 
    font: 90% Tahoma; 
	padding: 0px; 
	margin: 5px 0px 10px; 
	list-style: none; 
	}
	
.popular-list li {
	margin: 0px;
	padding: 3px 0px 3px 15px; 
	background: url("../../../../layouts/Xesta_II/css/../images/vivid/bullet-green.gif") no-repeat left center; 
	line-height: 130%; 
	list-style: none;
    }
	
.popular-list li a { color: #ffffff; list-style: none; text-decoration: none; }
.popular-list li a:visited { color: #ffffff; text-decoration: none; }
.popular-list li a:hover { color: #abdeff; text-decoration: none; }

.copyright {
	text-align:right;
	border-top: 1px solid #222222;
	font-size:85%;
	clear:both;
	margin:10px 0px 0px;
	color: #666666;
}

a.rss-mini { background: url("../../../../layouts/Xesta_II/css/../images/vivid/rss-mini.gif") no-repeat left center; padding-left: 14px; color:#FFCC33;  text-decoration: none; margin-left: 10px; }
a.rss-mini:visited { color:#FFCC33; }
a.rss-mini:hover { color:#ffffff; text-decoration: none; }

a.sitemap-mini { background: url("../../../../layouts/Xesta_II/css/../images/vivid/sitemap-mini.gif") no-repeat left center; padding-left: 14px; color:#3ba5cf; text-decoration: none; margin-left: 10px; }
a.sitemap-mini:visited { color:#3ba5cf; }
a.sitemap-mini:hover { color:#ffffff; text-decoration: none; }

a.validcss-mini { background: url("../../../../layouts/Xesta_II/css/../images/vivid/validcss-mini.gif") no-repeat left center; padding-left: 13px; color:#FF9900;
text-decoration: none; margin-left: 10px; }
a.validcss-mini:visited { color:#FF9900; }
a.validcss-mini:hover { color:#ffffff; text-decoration: none; }

a.validhtml-mini { background: url("../../../../layouts/Xesta_II/css/../images/vivid/validhtml-mini.gif") no-repeat left center; padding-left: 13px; color:#80c43d; text-decoration: none; margin-left: 10px; }
a.validhtml-mini:visited { color:#80c43d; }
a.validhtml-mini:hover { color:#ffffff; text-decoration: none;
}


/* Layout - Images
---------------------------------------------------------------------------------*/
div.image { margin: 1.2em 0; }

div.imagecenter {
	margin: 1.2em 0;
	text-align: center;
}

div.imagecenter img { margin: 0 auto; }

div.imageleft, img.imageleft {
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}
 
div.imageright, img.imageright {
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}

img.img_border, a img.img_border { border: 1px solid #E0E0E0; }

a:hover img.img_border{ border-color: #FF6600; }

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

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

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

.noticeBox .titleBox { margin-top:8px;border-bottom:2px solid #DDDDDD; padding-bottom:5px; margin-bottom:10px; }
.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; }

/* Calendar */
.wpwidget_calendar { padding:1.2em; position:relative;}
.wpwidget_calendar table { width:100%;}
.wpwidget_calendar table caption {
	font:bold 1em Tahoma; color:#000000; background:url("../../../../widgets/calendar/skins/xe_glossyblue/css/none");
	border-bottom: 1px solid #CFE1AC;}
.wpwidget_calendar table caption .mm { font:bold 1em Tahoma; color:#000000;}
#prev a.back {
	background:url("../../../../widgets/calendar/skins/xe_glossyblue/css/../images/mini-nav-left.gif") no-repeat left 3px; width:16px; height:12px;
	padding: 0px 0px 0px 20px;}
#next a.next {
	background:url("../../../../widgets/calendar/skins/xe_glossyblue/css/../images/mini-nav-right.gif") no-repeat right 3px; width:16px; height:12px;
	padding: 0px 20px 0px 0px;}
.wpwidget_calendar table td { padding:.25em 0;}
.wpwidget_calendar table th { font-weight:normal; font-size:.9em; color:#000000;}
.wpwidget_calendar table th.sun { color:#fe3614;}
.wpwidget_calendar table td { text-align:center;}
.wpwidget_calendar table td a { font:.9em Tahoma; color:#9a9a9a;}
.wpwidget_calendar table td.sun { color:#fe3614;}
.wpwidget_calendar table td.sun a { color:#fe3614;}
.wpwidget_calendar table td.today { font-weight:bold; color:#54564b;}
.wpwidget_calendar table td.today a { font-weight:bold; color:#54564b;}
.wpwidget_calendar table td.posted a { text-decoration:underline;}


.tabWidget { overflow:hidden; }

.tabWidget .tabBox { border-bottom:1px solid #DEDEDE; height:27px; z-index:1; }
.tabWidget .tabBox a { text-decoration:none; color:#666666; }
.tabWidget .tab { position:relative; top:1px; border:1px solid #DEDEDE; margin-right:4px; float:left; cursor:pointer;  background-color:#FFFFFF; z-index:2; height:25px; }
.tabWidget .on { position:relative; top:1px; border:1px solid #DEDEDE; border-bottom:1px solid #FFFFFF; margin-right:4px; float:left; cursor:pointer;  background-color:#FFFFFF; z-index:2; height:25px; }

.tabWidget .tab div { float:left; height:15px; border-bottom:5px solid #EEEEEE; font-size:9pt; padding:5px 8px 0 8px; color:#666666; }
.tabWidget .tab div a { color:#666666; }
.tabWidget .on div { float:left; height:15px; border-bottom:5px solid #FFFFFF; font-size:9pt; padding:5px 8px 0 8px; color:#000000; }
.tabWidget .on div a { color:#000000; }

.tabWidget .tabContent { border:1px solid #DEDEDE; padding:10px;  border-top:none; background-color:#FFFFFF; z-index:1;}
.tabWidget .show { display:block; }
.tabWidget .hide { display:none; }

.tabWidget .tabContent table { border:0; width:100%; table-layout:fixed; }

.tabWidget .tabContent .thumbnail { text-align:center; }
.tabWidget .tabContent .thumbnail img { border:1px solid #EEEEEE; padding:5px; float:left; }

.tabWidget .tabContent .titleBox { padding-top:3px; padding-left:10px; color:#888888; vertical-align:top;}
.tabWidget .tabContent .titleBox .regdate { font-family:tahoma; font-size:.85em; color:#AAAAAA;}
.tabWidget .tabContent .titleBox .title { background:url("../../../../widgets/tab_newest_document/skins/xe_official/css/../images/normal/bullet.gif") no-repeat 3px 6px; padding-left:10px; margin-top:3px; height:20px; white-space:nowrap; overflow:hidden; }
.tabWidget .tabContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.8em; color:#F48A23; }
.tabWidget .tabContent .titleBox .title a { color:#666666; text-decoration:none; }
.tabWidget .tabContent .titleBox .title a:hover { text-decoration:underline; }

.tabWidget .tabContent .titleBox .title .author { color:#AAAAAA; }
.tabWidget .tabContent .titleBox .title .readAndVoted { font-family:tahoma; font-size:.8em; color:#AAAAAA;}
.tabWidget .tabContent .titleBox .title .readAndVoted .readed { color:#4BC4C8;}
.tabWidget .tabContent .titleBox .title .readAndVoted .voted { color:#C8A64B;}


.ni_box { padding-bottom:5px; overflow:hidden; position:relative;}
.ni_box h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url("../../../../widgets/newest_images/skins/xe_glossyblue/css/../images/normal/lineNotice.gif") no-repeat left bottom;}

.ni_box .more { position:absolute; top:12px; right:11px; color:#000000; font:.8em Tahoma;}
.ni_box a.more { text-decoration:none;} 
.ni_box a.more:hover { text-decoration:underline;} 

.ni_box .thumbnail_box { width:100%; table-layout:fixed; }
.ni_box .thumbnail_box .thumbnail { margin:3px; padding:3px; border:none; text-align:center; }
.ni_box .thumbnail_box .thumbnail img { border:1px solid #DEDEDE; }
.ni_box .thumbnail_box .thumbnail img:hover { border:1px solid #54564b; }

.ni_box .thumbnail_box .title { text-align:center; }

.ni_box .thumbnail_box a { color:#000000; text-decoration:none; }
.ni_box .thumbnail_box a:visited { color:#54564b; text-decoration:none; }

.ni_box .thumbnail_box td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }
.ni_box .thumbnail_box div strong { font-weight:bold; font-size:0.9em; color:#ed2a32; }
.ni_box .thumbnail_box div.author { color:#54564b; text-align:center;}
.ni_box .thumbnail_box div.author span,div { color:#54564b; }
.ni_box .thumbnail_box div.regdate { font-size:0.9em; color:#AAAAAA; margin-top:2px;text-align:center;}

.ni_box .thumbnail_box div.readAndVoted { color:#999999; font-size:0.9em; text-align:center;}
.ni_box .thumbnail_box div.readAndVoted span.div_block { color:#333333; font-size:0.9em; }
.ni_box .thumbnail_box div.readAndVoted strong { color:#FE6700; }




/* xesta_category Styles */
#xesta_category {
	list-style:none;
	padding:0px;
	margin:0px 0px 15px;
}
#xesta_category ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#xesta_category li {
	border-bottom: #abdeff 1px dotted;
	line-height: 130%;
	list-style:none;
}
#xesta_category li a {
	color: #ffffff;
	text-decoration: none;
	padding: 4px 6px 4px 2px;
	display:block;
	list-style:none;
}
#xesta_category .selected a {
    font-weight:bold;
}
#xesta_category li a:hover {
	background-color: #abdeff;
	color: #4b85aa;
}
