@charset "UTF-8";


/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:.75em;}

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; height:100px;}
*: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; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; white-space:nowrap;}
#popup_menu_area li a{ text-decoration:none; color:#000;}
#popup_menu_area li a:hover,
#popup_menu_area li a:active,
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}

 
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Anchor Button */
a.button,
a.button span { position:relative; display:inline-block; text-decoration:none !important; background:url("/common/css/../tpl/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle; *vertical-align:top;}
a.button { padding:0; background-position:left top; overflow:visible;}
a.button span { left:2px; padding:6px 10px 5px 8px; color:#000; font:12px/12px Sans-serif; background-position:right top;}
a.button, x:-moz-any-link { font:0/23px Sans-serif; padding:12px 0; top:1px;} /* Firefox 2 Fix */
a.button, x:-moz-any-link, x:default { padding:0; top:0;} /* Firefox 2 Fix */
/* Large Size */
a.button.large { background-position:left -30px; }
a.button.large span { padding:7px 10px 6px 8px; font:16px/16px Sans-serif; background-position:right -30px;}
a.button.large, x:-moz-any-link { font:0/29px Sans-serif; padding:15px 0;} /* Firefox 2 Fix */
a.button.large, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */
/* xLarge Size */
a.button.xLarge { background-position:left -65px; }
a.button.xLarge span { padding:8px 10px 7px 8px; font:20px/20px Sans-serif; background-position:right -65px;}
a.button.xLarge, x:-moz-any-link { font:0/35px Sans-serif; padding:18px 0;} /* Firefox 2 Fix */
a.button.xLarge, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */
/* Small Size */
a.button.small { background-position:left -107px; }
a.button.small span { padding:4px 6px 3px 4px; font:11px/11px Sans-serif; background-position:right -107px;}
a.button.small, x:-moz-any-link { font:0/18px Sans-serif; padding:9px 0;} /* Firefox 2 Fix */
a.button.small, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */

/* Control Button + Submit Button */
span.button,
span.button button,
span.button input { position:relative; margin:0; display:inline-block; border:0; font:12px Sans-serif; white-space:nowrap; background:url("/common/css/../tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button, x:-moz-any-link{ font:0/23px Sans-serif; padding:11px 0;} /* Firefox 2 Fix */
span.button, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button button,
span.button input { height:23px; left:2px; *top:-1px; _top:0; padding:0 10px 0 8px; *padding:0 5px 0 3px; line-height:24px; background-position:right top; cursor:pointer;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large, x:-moz-any-link{ font:0/29px Sans-serif; padding:14px 0;} /* Firefox 2 Fix */
span.button.large, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.large button,
span.button.large input { height:30px; *top:0; _top:-1px; padding:0 10px 0 8px; *padding:0 5px 0 3px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge, x:-moz-any-link{ font:0/35px Sans-serif; padding:17px 0;} /* Firefox 2 Fix */
span.button.xLarge, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; *padding:0 5px 0 3px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small, x:-moz-any-link{ font:0/18px Sans-serif; padding:9px 0;} /* Firefox 2 Fix */
span.button.small, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.small button,
span.button.small input { height:18px; *top:0; _top:-1px; padding:0 6px 0 4px; *padding:0 3px 0 2px; font:11px/18px Sans-serif; background-position:right -107px;}
span.button.small button, x:-moz-any-link,
span.button.small input, x:-moz-any-link{ top:-1px;} /* Firefox 2 Fix */
span.button.small button, x:-moz-any-link, x:default,
span.button.small input, x:-moz-any-link, x:default{ top:0;} /* Firefox 2 Fix */

/* Strong Button */
a.button.strong *,
span.button.strong * { font-weight:bold !important;}

/* Icon Add */
a.button .icon { position:relative; border:0; vertical-align:middle;}
span.button .icon { position:relative; left:10px; margin-right:8px; vertical-align:middle;}

/* Color Preset */
a.button.green,
a.button.green span,
span.button.green,
span.button.green button,
span.button.green input { background-image:url("/common/css/../tpl/images/buttonGreen.gif"); color:#fff;}
a.button.black,
a.button.black span,
span.button.black,
span.button.black button,
span.button.black input { background-image:url("/common/css/../tpl/images/buttonBlack.gif"); color:#fff;}
a.button.red,
a.button.red span,
span.button.red,
span.button.red button,
span.button.red input { background-image:url("/common/css/../tpl/images/buttonRed.gif"); color:#fff;}
a.button.blue,
a.button.blue span,
span.button.blue,
span.button.blue button,
span.button.blue input { background-image:url("/common/css/../tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}

/*  
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;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background:#ffffff url("/layouts/xe_GlossyBlue/css/../images/top_bg.gif") repeat-x;
	overflow:auto;
	clear:both;
	z-index:1;
}

a {
	color: #666666;
	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 {
}
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 {
	padding:3px 3px 0px 3px;
	font: normal 120%/100% "Trebuchet MS", Tahoma, Arial;
	color: #153D60;
	margin: 10px 0px 5px;
	font-weight: bold;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #153D60;
	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 {
 position: relative;
 overflow: hidden;
 clear:both;
 margin: 0px auto;
 width: 980px;
 z-index:2;
}

/* header area */
#wpheader {
	width: 980px;
	height: 100px;
	position: relative;
	z-index:3;
	}

#wpcontent {
	position: relative;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 500px;
	overflow: hidden;
	z-index:4;
	background:#ffffff;
}



/* Site Layout - Login */
#log_gnb {position:relative; clear:both;  height:50px; padding-right:10px; text-align:right; width:970px; margin:0px auto; /*background:url("/layouts/xe_GlossyBlue/css/../images/default/log_gnb.gif") repeat ;*/}
#pop {z-index:5; clear:both;}
#log_gnb ul {padding:5px 0px 0px 0px; margin:0px 0px 0px 0px;}
#log_gnb li {display:inline; list-style:none; white-space:nowrap;  }
#log_gnb .comm {float:left; text-decoration:none; font:1.1em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#333333; vertical-align:middle;}
#log_gnb li h1 {position:relative; height:12px; margin:0; padding:0; float:left; text-decoration:none; font:1.3em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#333333;    vertical-align:middle; padding-left:20px;}
#log_gnb li strong {color:#555; vertical-align:-15%;}
#log_gnb li span {vertical-align:-15%; }
#log_gnb li img {vertical-align:middle;}
#log_gnb li a {text-decoration:none; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#000000; vertical-align:middle;}
#log_gnb li a:hover {text-decoration:none;}

/* 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; 
	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: 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 {
	
	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: #666666;
}
.wpcommentlist cite a, .wpcommentlist cite a:visited {
	color: #666666;
}
.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;
}
#wpcommentform textarea{
	width: 698px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}

#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 */
#msearch td { vertical-align:middle; padding:0px 0px 0px 0px; clear:both; overflow:hidden;}
#msearch #msearch_t td { vertical-align:middle; padding:0px 0px 0px 0px; clear:both; overflow:hidden;}
#msearch a {color:#000000;}

#wpsidebar {
	position:relative;
	float: left;
	margin:10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	color: #666666;
	overflow: hidden;
	}

#wpsidebar_right{
	position:relative;
	background-color:#f9f9f9;
	float: right;
	border:5px solid #F3F6F8;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 15px 5px;
	width: 240px;
	color: #666666;
	overflow: hidden;
	}

#wpsidebar ul li a{
	color:#444444;
	}



/*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: 20px !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 */
#wpsidebar_right #wpsearchform {
	margin: 0px 0 10px 0px;
}
#wpsidebar_right #wpsearchform br {
	display: none;
}
#wpsidebar_right #wpsearchform #wps {
	border:3px solid #2F82CC;
	width: 146px;
	height: 16px;
	padding: 4px 5px 0px 5px;
	background: #7DB7EB;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#wpsidebar_right #wpsearchform input {
	background: url("/layouts/xe_GlossyBlue/css/../images/default/search-btn-bg.gif") no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* directory area */
#directory {
	margin:10px auto;
	padding:0px 0px 0px 0px;
	width:980px;
	height:265px;
}
#directory .dir_left {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:784px;
	height:265px;
	float:left;
}
#directory .dir_right{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:186px;
	height:265px;
	float:right;
	background:url("/layouts/xe_GlossyBlue/css/../directory/images/bg2.gif") no-repeat;
	list-style-type: none;
}

#directory .dir_right ul{
	text-align:left;
	list-style-type: none;
	height:185px;
}

#directory .dir_right ul li{
	list-style-type: none;
	line-height:12px;
}


/* footer area */
#wpfooter {
	margin:0px auto;
	width:980px;
	height: 76px;
	clear: both;
	background: url("/layouts/xe_GlossyBlue/css/../images/default/footer.gif") no-repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
}

#wpfooter ul li a {
		color: #f5f5f5;
	}

#wpfooter ul{
	padding-top:11px;
	clear: both;
	}
#wpfooter ul li{
	clear: both;
	color: #333333;
	font: 1em tahoma;
	line-height: 250%;
	margin-left:25%;
	list-style-type: none;
}
/* credits */

.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;
}

/*
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 */

.login_default { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border:0; width:200px; position:relative; display:block; background:url("/widgets/login_info/skins/git_login_v0.1/css/../images/default/bg.gif") left top;}
.login_default legend { display:none; width:0; height:0; overflow:hidden; font-size:0;}
.login_default form { position:relative;  width:180px; padding:0px 10px 0px 10px;}
.login_default form .idpwWrap { overflow:hidden; clear:both; width:180px;}
.login_default form .idpw { float:left; width:110px; }
.login_default form .idpw input { border:1px solid #7DB7EB; margin-left:10px; padding:2px 0px 2px 0px; margin-bottom /**/:1px; color:#333333; width:105px; background:#ffffff;  font:.9em Tahoma;}
.login_default form .login { float:right; margin-right:10px;}
.login_default form p.save { margin:5px 0px 0px 0px; padding:0px 0px 0px 0px; text-align:center; clear:both; border-top:1px dotted #cccccc; }
.login_default form p.save input { vertical-align:middle; }
*:first-child+html body .login_default form p input { }
.login_default form p.save label { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff;}
.login_default form ul.help {  overflow:hidden;  margin:5px 0px 0px 10px; padding:0px 0px 0px 0px; clear:both; }
.login_default form ul.help li {  padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; float:left; display:block;  }
.login_default form ul.help li.first-child { background:none; }
.login_default form ul.help li a { color:#ffffff; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; white-space:nowrap; text-decoration:none; }
.login_default form ul.help li.first-child a { color:#54564b; text-decoration:none;}
.login_default form ul.help li a:hover { text-decoration:underline; }
.login_default form .userName { margin:0px 0px 8px 0px; position:relative; width:180px; overflow:hidden; border-bottom:1px solid #cccccc; background:#D0DAE3; }
.login_default form .userName strong { color:#282828;  font:bold .9em Tahoma;}
.login_default form .userName a { position:relative; right:0px; }
.login_default form ul.userMenu { margin:0px 0px 0px 0px; width:180px; position:relative;  text-align:left;}
.login_default form ul.userMenu li { margin-left:5px;padding-left:5px; list-style:none;  _background:url("/widgets/login_info/skins/git_login_v0.1/css/../images/default/bulletFF1A00.gif") no-repeat  left 3px; background /**/:url("/widgets/login_info/skins/git_login_v0.1/css/../images/default/bulletFF1A00.gif") no-repeat  left 7px; display:inline; }
.login_default form ul.userMenu li a { color:#54564b; text-decoration:none; }
.login_default form ul.userMenu li a:hover { text-decoration:underline;}
.login_default form p.latestLogin { margin:3px 0px 0px 0px; text-align:center; padding:0px 0px 0px 0px; color:#ffffff; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; font-weight:bold}
.login_default form p.latestLogin span { font:1em Tahoma;}
.point {margin-left:8px;}

img.login_mask { width:200px; height:5px; background:#ffffff; display:block;}
.openid_login_default { margin:0;  border:2px solid #d9d9d9; width:196px; position:relative;  display:block; }
*:first-child+html body .openid_login_default { }
.openid_login_default legend { display:none; width:0; height:0; overflow:hidden; font-size:0;}
.openid_login_default form { position:relative; border:1px solid #cacaca;  width:180px; }
.openid_login_default form .idpwWrap { overflow:hidden; clear:both; width:180px;}
.openid_login_default form .idpw { float:left;}
.openid_login_default form .idpw p { margin:0; padding:0;  background: url("/widgets/login_info/skins/git_login_v0.1/css/../images/openid_login_bg.gif") left no-repeat;  font-size:.9em Tahoma;color:#ffffff}
.openid_login_default form .idpw input { border:1px solid #c9c9c9; color:#282828; width:105px; background:#eeeeee;   font:.9em Tahoma; }
.openid_login_default form .login { float:right;}
.openid_login_default form p.save { margin:0; padding:0; clear:both; }
.openid_login_default form p.save input { vertical-align:middle; }
*:first-child+html body .openid_login_default form p input {  }
.openid_login_default form p.save label { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff;}

.freesize_newdoc { overflow:hidden; position:relative; width:100%; background:#ffffff url("/widgets/newest_document/skins/freesize_newdoc/css/../images/white/tb_mid.png") top left repeat-x; padding-bottom:0px;}
.freesize_newdoc .bottom_mid {  position:relative; background:url("/widgets/newest_document/skins/freesize_newdoc/css/../images/white/bottom_mid.png") 0 100% repeat-x; }
.freesize_newdoc .box_mid_left { position:relative; background:url("/widgets/newest_document/skins/freesize_newdoc/css/../images/white/box_mid_dot.png") left repeat-y;}
.freesize_newdoc .box_mid_right { position:relative; background:url("/widgets/newest_document/skins/freesize_newdoc/css/../images/white/box_mid_dot.png") top right repeat-y;}
.freesize_newdoc .bottom_left { position:relative; background:url("/widgets/newest_document/skins/freesize_newdoc/css/../images/white/bottom_left.png") 0 100% no-repeat; }
.freesize_newdoc .bottom_right {position:relative; background:url("/widgets/newest_document/skins/freesize_newdoc/css/../images/white/bottom_right.png") 100% 100% no-repeat;}

.freesize_newdoc h2 { background:url("/widgets/newest_document/skins/freesize_newdoc/css/../images/white/title_bullet.gif") top left no-repeat; font-size:1em; display:block; height:15px; margin:0; padding:2px 0 0 12px; margin-bottom:7px; color:#000000; }

.freesize_newdoc ul { margin:0; padding:0; list-style:none; }
.freesize_newdoc ul li { position:relative; height:22px; background:url("/widgets/newest_document/skins/freesize_newdoc/css/../images/white/line.gif") repeat-x left bottom; width:100%; }
* html .freesize_newdoc ul li { height:20px; }
*:first-child+html .latest_default ul li { margin:-2px 0 -1px 0; } 
.freesize_newdoc ul li .title { position:absolute; z-index:0; left:4px; font-family:"굴림","굴림체";  background:url("/widgets/newest_document/skins/freesize_newdoc/css/../images/white/bulletD0.gif") no-repeat left 9px; padding-left:8px; padding-top:3px; white-space:nowrap; overflow:hidden; }
.freesize_newdoc ul li .title a { color:#555555; }
.freesize_newdoc ul li .title a:hover { text-decoration:none;}
.freesize_newdoc ul li .title span.comment { color:#FE6700; font:.9em Tahoma; }
.freesize_newdoc ul li .title span.comment a { color:#FE6700; font:.9em Tahoma; }

.freesize_newdoc ul li .date { position:absolute; z-index:1; right:0px; margin-left:5px; margin-top:6px; font:.95em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif, Tahoma; }

.freesize_newdoc .left-corner{ position:relative; background:url("/widgets/newest_document/skins/freesize_newdoc/css/../images/white/tb_left.png") top left no-repeat;}
.freesize_newdoc .right-corner{ background:url("/widgets/newest_document/skins/freesize_newdoc/css/../images/white/tb_right.png") top right no-repeat; padding: 6px; }

.freesize_newdoc .more { position:absolute; top:6px; right:9px; color:#ffffff; font:.8em Tahoma;} 
.freesize_newdoc a.more { text-decoration:none;} 
.freesize_newdoc a.more:hover { text-decoration:underline;} 


.freesize_webzine { overflow:hidden; position:relative; width:100%; background:url("/widgets/webzine/skins/freesize_webzine/css/../images/white/tb_mid.png") top left repeat-x;padding-bottom:0px;  font-family:"굴림","굴림체"; color:#4d4d4d;}
.freesize_webzine .bottom_mid {  position:relative; background:url("/widgets/webzine/skins/freesize_webzine/css/../images/white/bottom_mid.png") 0 100% repeat-x; }
.freesize_webzine .box_mid_left { position:relative; background:url("/widgets/webzine/skins/freesize_webzine/css/../images/white/box_mid_dot.png") left repeat-y;}
.freesize_webzine .box_mid_right { position:relative; background:url("/widgets/webzine/skins/freesize_webzine/css/../images/white/box_mid_dot.png") top right repeat-y;}
.freesize_webzine .bottom_left { position:relative; background:url("/widgets/webzine/skins/freesize_webzine/css/../images/white/bottom_left.png") 0 100% no-repeat; }
.freesize_webzine .bottom_right {position:relative; background:url("/widgets/webzine/skins/freesize_webzine/css/../images/white/bottom_right.png") 100% 100% no-repeat;}

.freesize_webzine h2 { background:url("/widgets/webzine/skins/freesize_webzine/css/../images/white/title_bullet.gif") no-repeat top left; font-size:1em; display:block; height:15px; margin:0; padding:2px 0 0 12px; margin-bottom:5px; color:#000000;}

.freesize_webzine ul {}
.freesize_webzine ul li { height:16px; background:url("/widgets/webzine/skins/freesize_webzine/css/../images/white/bulletD0.gif") no-repeat left 7px; margin-left:0px; margin-right: 5px; padding: 3px 0 0 8px; overflow:hidden; list-style:none; white-space:nowrap; } 
.freesize_webzine ul li .title a { color:#555555; text-decoration:none; }
.freesize_webzine ul li .title a:hover { text-decoration:underline; }
.freesize_webzine ul li .title span.comment { color:#FE6700; font:.8em "굴림","굴림체"; }
.freesize_webzine ul li .title span.comment a { color:#FE6700; font:.8em "굴림","굴림체"; }

.freesize_webzine ul li .date { color:#999999; font:.8em "굴림","굴림체"; white-space:nowrap; margin-right:5px;}

.freesize_webzine .left-corner{ position:relative; background:url("/widgets/webzine/skins/freesize_webzine/css/../images/white/tb_left.png") top left no-repeat;}
.freesize_webzine .right-corner{ background:url("/widgets/webzine/skins/freesize_webzine/css/../images/white/tb_right.png") top right no-repeat; padding: 6px }

.freesize_webzine .more { position:absolute; top:6px; right:9px; color:#ffffff; font:.8em "굴림","굴림체";} 
.freesize_webzine a.more { text-decoration:none;} 
.freesize_webzine a.more:hover { text-decoration:underline;} 


.freesize_webzine .listTable { width:100%; table-layout:fixed; border:none;}

.freesize_webzine .listTable tr td { border-bottom:0px dotted #DEDEDE; padding:0;margin:0; vertical-align:top; overflow:hidden; }

.freesize_webzine .thumbnailBox { width:100%; margin:0;padding:0;border:none; table-layout:fixed; }
.freesize_webzine .thumbnailBox tr td { border-bottom:none; padding:none; margin:none; }

.freesize_webzine .thumbnailBox .thumbnail { text-align:left; padding:5px; white-space:nowrap;}
.freesize_webzine .thumbnailBox .thumbnail img { padding:4px; border:1px solid #DEDEDE; }
.freesize_webzine .thumbnailBox .thumbnail img:hover { border:1px solid #54564b; }

.freesize_webzine .thumbnailBox .desc { padding-left:0px; padding-bottom:5px; }

.freesize_webzine .thumbnailBox .titleBox { margin-top:8px; margin-bottom:5px;}

.freesize_webzine .thumbnailBox .titleBox .title { }
.freesize_webzine .thumbnailBox .titleBox .title strong { font-weight:bold; font-size:0.9em; color:#d4d4d4; }
.freesize_webzine .thumbnailBox .titleBox .title a { font-weight:bold; color:#666666; text-decoration:none; }
.freesize_webzine .thumbnailBox .titleBox .title a:hover { font-weight:bold; text-decoration:underline; }


.freesize_webzine .thumbnailBox .titleBox .regdate { font-size:0.9em; color:#AAAAAA; }

.freesize_webzine .contentbox { overflow:hidden; margin-bottom:5px; font-family:"굴림","굴림체"; color:#4d4d4d;}

.freesize_webzine .thumbnailBox .authorBox { margin-top:5px; }

.freesize_webzine .thumbnailBox .author { color:#54564b; margin-right:10px;}
.freesize_webzine .thumbnailBox .author span,div { color:#54564b; }

.freesize_webzine .thumbnailBox .readAndVoted { color:#999999; font-size:0.9em; }
.freesize_webzine .thumbnailBox .readAndVoted span.div_block { color:#333333; font-size:0.9em; }
.freesize_webzine .thumbnailBox .readAndVoted strong { color:#FE6700; }

.freesize_webzine .thumbnailBox td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }



* {margin:0; padding:0; }
.uyano_tapbox { position:relative; margin:0; border-top:1px solid #d4d4d4; font-family:"굴림"}

.uyano_tapbox .tabBox { position:relative; width:100%; height:20px; z-index:1; overflow:hidden; margin-bottom:3px; background-color:#f7f7f7;}
.uyano_tapbox .tabBox a { text-decoration:none; color:#d4d4d4; }
.uyano_tapbox .tab_title { float:left; }
.uyano_tapbox .tab { top:0px;  height:20px; margin:0; padding:0 7px 0 7px; float:left; cursor:pointer; z-index:2; background-color:#f7f7f7; border-left:1px solid #f3f3f3; border-right:1px solid #dddddd; padding:2px;}
.uyano_tapbox .on { top:0px; height:20px; margin:0; padding:0 7px 0 7px; float:left; cursor:pointer;  z-index:2;}

.uyano_tapbox .tab div { float:left; height:15x; color:#474747; background-color:#f7f7f7; }
.uyano_tapbox .tab div a { color:#474747; }
.uyano_tapbox .on div { float:left; }
.uyano_tapbox .on div a { color:#474747; font-weight:bold; vertical-align:middle; }

.uyano_tapbox .tabContent { margin:0; z-index:1;}
.uyano_tapbox .show { display:block; }
.uyano_tapbox .hide { display:none; }

.uyano_tapbox .tabContent table { width:100%; table-layout:fixed; }

.uyano_tapbox .tabContent .thumbnail { text-align:center; }
.uyano_tapbox .tabContent .thumbnail img { padding:5px; float:left; }

.uyano_tapbox .tabContent .titleBox { color:#d4d4d4; vertical-align:middle;}
.uyano_tapbox .tabContent .titleBox .regdate { font-family:"굴림","굴림체"; font-size:12px; color:#AAAAAA; vertical-align:middle;}
.uyano_tapbox .tabContent .titleBox .title { background:url("/widgets/tab_newest_document/skins/wowbj/css/../images/normal/bullet.gif") no-repeat left; padding:0 0 0 10px; margin:0; line-height:15px; white-space:nowrap; overflow:hidden; vertical-align:middle;}
.uyano_tapbox .tabContent .titleBox .title a { color:#000000; text-decoration:none; vertical-align:middle; }
.uyano_tapbox .tabContent .titleBox .title a:hover,a:focus { text-decoration:none; color:#399ade; vertical-align:middle; }

.uyano_tapbox .tabContent .titleBox .title .author { color:#474747; }
.uyano_tapbox .tabContent .titleBox .title .readAndVoted { font-family:"굴림","굴림체"; font-size:12px; color:#474747;}
.uyano_tapbox .tabContent .titleBox .title .readAndVoted .readed { color:#474747;}
.uyano_tapbox .tabContent .titleBox .title .readAndVoted .voted { color:#474747;}
.scrWidget {position:relative; padding-bottom:2px; overflow:hidden;   background: url("/widgets/scr_modules_document/skins/scr_modules/css/../images/normal/tb_mid.png") repeat-x left top; }

.scrWidget .top_left{ position:relative; background:url("/widgets/scr_modules_document/skins/scr_modules/css/../images/normal/tb_left.png") top left no-repeat;}
.scrWidget .top_right{ right:1px; background:url("/widgets/scr_modules_document/skins/scr_modules/css/../images/normal/tb_right.png") top right no-repeat; padding: 5px }
.scrWidget .butten {position:absolute; top:7px; right:5px; cursor:pointer; z-index:2;}
.scrWidget .scrBox .titler { font-size:1em; font-weight:bold; color:#111111; margin-left:5px; margin-bottom:5px;}
.scrWidget .scrBox .titler a { text-decoration:none; color:#111;}
.scrWidget .scrBox .titler a:hover { text-decoration:underline; }

.scrWidget .scrContent { border:0px solid #DEDEDE; padding:3px; border-top:none;}
.scrWidget .scrContent table { width:100%; table-layout:fixed; overflow:hidden; margin-bottom:5px;}

.scrWidget .scrContent .thumbnail { text-align:center;  margin:0px 3px 0px 30px; padding:3px;}
.scrWidget .scrContent .thumbnail img { border:1px solid #EEEEEE;}
.scrWidget .scrContent .thumbnail img:hover { border:1px solid #555;}

.scrWidget .scrContent .titleBox { padding-top:3px; margin-left:5px; color:#888888; vertical-align:top; overflow:hidden;}
.scrWidget .scrContent .titleBox .regdate { font-family:"굴림","굴림체"; font-size:.85em; color:#888888; margin-right:5px;:}
.scrWidget .scrContent .titleBox .title { background:url("/widgets/scr_modules_document/skins/scr_modules/css/../images/normal/bullet.gif") no-repeat left  ; padding:1px 0 0 6px; margin:0px 0px 0px 0px; height:16px; overflow:hidden; vertical-align:middle; }
.scrWidget .scrContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.85em; color:#F48A23;}
.scrWidget .scrContent .titleBox .title a { font-family:"굴림","굴림체"; font-size:12px; color:#000000; text-decoration:none;}
.scrWidget .scrContent .titleBox .title a:hover,a:focus { text-decoration:none; color:#399ade; }

.scrWidget .scrContent .titleBox .title .author { font-family:"굴림","굴림체"; font-size:12px; color:#555555; }
.scrWidget .scrContent .titleBox .title .readAndVoted { font-family:"굴림","굴림체"; font-size:12px; color:#444444;}
.scrWidget .scrContent .titleBox .title .readAndVoted .readed { color:#333;}
.scrWidget .scrContent .titleBox .title .readAndVoted .voted { color:#05C2EB;}
 
.ni_box {  overflow:hidden; position:relative; width:100%; background:#ffffff url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/tb_mid.png") top left repeat-x; margin:0; padding-bottom:0px; }

.ni_box .bottom_mid { position:relative;  background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/bottom_mid.png") 0 100% repeat-x;}
.ni_box .box_mid_left {position:relative;  background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/box_mid_dot.png") top left repeat-y;}
.ni_box .box_mid_right { position:relative; background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/box_mid_dot.png") top right repeat-y;}
.ni_box .bottom_left {position:relative;  background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/bottom_left.png") 0 100% no-repeat; }
.ni_box .bottom_right {position:relative; background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/bottom_right.png") 100% 100% no-repeat;}

.ni_box .top_left{ position:relative; background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/tb_left.png") top left no-repeat;}
.ni_box .top_right{ right:1px; background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/tb_right.png") top right no-repeat; padding: 3px }

.ni_box h2 { font-size:1em; display:block; margin:0; height:12px; padding:4px 0 0 20px; margin-bottom:5px; color:#000000; }

.ni_box .more { position:absolute; top:6px; right:10px; color:#ffffff; font:.8em Tahoma;}
.ni_box a.more { text-decoration:none;} 
.ni_box a.more:hover { text-decoration:underline;} 

.ni_box .thumbnail_box { margin:0; padding:0; width:100%; table-layout:fixed; }
.ni_box .thumbnail_box .thumbnail { margin:0px; padding:0px; 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; }

.img_h2 { position:relative; margin /**/:5px 0px 5px 10px;  _margin:0px 0px 0px 5px; height:15px; width:500px; background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/bulletB.gif") no-repeat left top; vertical-align:bottom; clear:both;}
.img_h2 h2 {font-size:14px; font-weight:bold; font-family:"굴림체","굴림",Tahoma; color:#666666; padding-left:11px;}
.img_left_top { width:7px; height:7px; background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/left_top.gif");}
.img_right_top { width:7px; height:7px;  background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/right_top.gif");}
.img_top { height:7px; background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/top.gif");}
.img_left { width:7px;  background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/left.gif");}
.img_left_bottom { width:7px; height:7px;  background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/left_bottom.gif");}
.img_right_bottom { width:7px; height:7px;  background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/right_bottom.gif");}
.img_bottom { height:7px;  background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/bottom.gif");}
.img_right { width:7px;  background:url("/widgets/newest_images/skins/freesize_new_images/css/../images/normal/right.gif");}

.ni_box .thumbnail_box .title {  margin:0; font-size:11px; font-family:"돋움"; 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; }


 }
#recent-posts .dbx-content ul li {position:relative; vertical-align:middle; clear:both;  } 
#recent-posts .dbx-content ul li img{position:relative; vertical-align:middle; clear:both;}

.nw_box { position:relative; padding:0px 0px 0px 0px;  margin:0px 0px 0px 0px; clear:both; background:#f9f9f9; border:1px solid #EAEAEA;}
.nw_box h2 {  display:block; height:18px; padding:9px 0px 0px 8px; margin:0px 0px 0px 0px; color:#153D60; border-bottom:1px solid #cccccc; font-weight:bold; font-size:1em; }

.nw_box a.more { text-decoration:none;} 
.nw_box a.more:hover { text-decoration:underline;} 

.nw_box .listTable { width:100%; table-layout:fixed; border:none; margin-top:8px; background:#ffffff; border:8px solid #f9f9f9; }

.nw_box .listTable tr td { padding:none;margin:none; vertical-align:top; overflow:hidden; border-bottom:8px solid #f9f9f9; }

.nw_box .thumbnailBox { width:100%; margin:0;padding:0;border:none; table-layout:fixed; }
.nw_box .thumbnailBox tr td { border-bottom:none; padding:none; margin:none;  }

.nw_box .thumbnailBox .thumbnail { text-align:left; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; white-space:nowrap; clear:both;}
.nw_box .thumbnailBox .thumbnail img { padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; border:1px solid #cccccc;  clear:both; }
.nw_box .thumbnailBox .thumbnail img:hover {  }

.nw_box .thumbnailBox .desc {background:#ffffff; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; clear:both;}

.nw_box .thumbnailBox .titleBox { }

.nw_box .thumbnailBox .titleBox .title {}
.nw_box .thumbnailBox .titleBox .title strong { font-weight:bold; font-size:1em; color:#7DB7EB; }
.nw_box .thumbnailBox .titleBox .title a { font-weight:bold; font-size:1em; color:#225A8C; text-decoration:none; }
.nw_box .thumbnailBox .titleBox .title a:hover { text-decoration:underline; }


.nw_box .thumbnailBox .titleBox .regdate { font-size:0.9em; color:#cccccc; }

.nw_box .thumbnailBox .contentBox {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}

.nw_box .thumbnailBox .authorBox { margin-top:5px; }

.nw_box .thumbnailBox .author { color:#386A8D; margin-right:10px;}
.nw_box .thumbnailBox .author span,div { color:#386A8D; }

.nw_box .thumbnailBox .readAndVoted { color:#999999; font-size:0.9em; }
.nw_box .thumbnailBox .readAndVoted span.div_block { color:#333333; font-size:0.9em; }
.nw_box .thumbnailBox .readAndVoted strong { color:#FE6700; }

.nw_box .thumbnailBox td.bottomBorder {  padding-bottom:5px; }



.mg {margin:0px; padding:0px; overflow:hidden; position:relative;}
.mg h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:4px; color:#000000; border:0px; }
.mg ul { margin:0; padding:0; overflow:hidden; text-align:left; }
.mg ul li { white-space:nowrap; padding:3px 0 3px 1px; overflow:hidden; color:#54564b;  display:block;}

