@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; overflow:hidden; }

.zbxe_widget_output { background:url("/cm/common/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("/cm/common/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;}

/* xe faceoff */
.faceOffManager { position:fixed; _position:absolute; right:3px; top:3px;  height:23px; }

 
/* 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("/cm/common/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;}
/* 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;}
/* 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;}
/* 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;}

/* 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("/cm/common/tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button button,
span.button input { height:23px; left:2px; *top:-1px; _top:0; padding:0 10px 0 8px; line-height:24px; background-position:right top; cursor:pointer; *overflow:visible;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large button,
span.button.large input { height:30px; *top:0; _top:-1px; padding:0 10px 0 8px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small button,
span.button.small input { height:18px; *top:0; _top:-1px; padding:0 6px 0 4px; font:11px/18px Sans-serif; background-position:right -107px;}

/* 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("/cm/common/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("/cm/common/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("/cm/common/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("/cm/common/tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}

/* Button Set */
.buttonSet{ width:16px; height:16px; background-image:url("/cm/common/tpl/images/buttonSet.gif"); background-repeat:no-repeat; border:0; background-color:transparent; vertical-align:middle; display:inline-block; text-decoration:none;}
.buttonSet span{ z-index:-1; font-size:0; line-height:0; visibility:hidden;}
.buttonSet.buttonUp{ background-position:0 0;}
.buttonSet.buttonDown{ background-position:0 -16px;}
.buttonSet.buttonLeft{ background-position:0 -32px;}
.buttonSet.buttonRight{ background-position:0 -48px;}
.buttonSet.buttonInfo{ background-position:0 -64px;}
.buttonSet.buttonCopy{ background-position:0 -80px;}
.buttonSet.buttonSetting{ background-position:0 -96px;}
.buttonSet.buttonActive{ background-position:0 -112px;}
.buttonSet.buttonDisable{ background-position:0 -128px;}
.buttonSet.buttonDelete{ background-position:0 -144px;}
.buttonSet.buttonHomepage{ background-position:0 -160px;}
.buttonSet.buttonBlog{ background-position:0 -176px;}
.buttonSet.buttonCalendar{ background-position:0 -192px;}
.buttonSet.buttonLayoutEditor{ background-position:0 -208px;}
.buttonSet.buttonAddWidget{ background-position:0 -224px;}
.buttonSet.buttonAddContent{ background-position:0 -240px;}


/*  
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: 72%/140% "dotum" ;
	color: #666666;
	font-size:11px;
	background: #1a1a1a url("http://visualps.cdn2.cafe24.com/images/bg_main.gif");
	margin: 0px;
	padding: 0px 0px 0px;
	background-position:top-left;
	background-repeat:repeat-x;
}
a { 
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ff358b;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url("/cm/layouts/v4/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: #555555;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #555555;
	text-decoration: none;
}
h2 a:hover {
	color: #161616;
	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: #555555;
	margin: 5px 0px 0px 0px;
	letter-spacing: -1px;
	font: normal 180%/100% 바탕, "georgia", Tahoma, Arial; font-weight:bold;
}
h6 a, h6 a:visited {
	color: #555555;
	text-decoration: none;
}
h6 a:hover {
	color: #161616;font-weight:bold;
	text-decoration: none;
}
form {
	margin:0px;
	padding:0px;
}




#wppage {
	margin: 0px 0px 0px 0px;
	width: 1100px;
	float: left;

	background: # url("/cm/layouts/v4/css/") repeat-y right;
}
/* header area */
#wpheader {
	background: # url("/cm/layouts/v4/css/") no-repeat;
	border-bottom: 0px dotted #7F7F7F;
	position: relative;
}
#wpheaderimg {
	position: relative;
	height: 71px;
		
}
#wpheaderimg .wpdescription{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#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("/cm/layouts/v4/images/default/nav-button-bg.gif") repeat-x;
	padding: 5px 15px;
	font: bold 14px/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;
}

.right {
	float: right;
    padding: 5px 0px 5px 0px;
	width: 245px;
}
#left {
	float: left;
    padding: 0px 0px 0px 0px;
	width: 555px;
}
.about-images {
	margin: 32px 0px 0px 0px;
	width: 245px;
	height: 140px
}
.newsarchive {
	margin: 0px 0px 0px 0px;
	width: 245px;
	border-bottom: 0px solid #EBEBEB;
	background: # url("/cm/layouts/v4/images/default/newsarchive_03.gif") no-repeat top;
	}
	
.main-recent-images {
	margin: 0px 0px 0px 0px;
	width: 245px;
	border-bottom: 0px solid #EBEBEB;
	background: # url("/cm/layouts/v4/images/default/recentbg.gif") no-repeat top;

}
.main-recent-images2 {
	margin: 10px 0px 0px 0px;
	width: 245px;
	border-bottom: 3px solid #EBEBEB;
	background: # url("/cm/layouts/v4/images/default/recentbg2.gif") no-repeat top;

}

.main-recent-images6 {
	padding: 0px;
	width: 245px;
	border-bottom: 0px solid #EBEBEB;
	background: # url("/cm/layouts/v4/images/default/recentbg3.gif") no-repeat top;

}

.main-recent-images7 {

	padding: 0px;
	width: 245px;
	border-bottom: 0px solid #EBEBEB;
	background: #ffffff url("/cm/layouts/v4/images/default/newsarchive_06.gif") no-repeat top left;

}
.main-recent-images7-2 {

	padding: 30px 0px 12px 3px ;

}
.main-recent-images8{
	padding: 0px;
	width: 245px;
	border-bottom: 3px solid #EBEBEB;
	background: # url("/cm/layouts/v4/images/default/recentbg_art.gif") no-repeat top;
}

.main-recent-images9{
	padding: 0px;
	width: 245px;
	border-bottom: 0px solid #EBEBEB;
}

#wpcontent {
	padding: 0 0px 0 260px;
	float: left;
	width: 270px;
	background-color:#;


}
/* content area */
.post {
	clear:both;
	padding: 0px;

}
.post-Header {
	float: left;
	margin-bottom: 10px;	
	width: 560px;
	border-bottom: 0px dotted #CCCCCC;
}

.title-User {
	margin:21px 0px -2px 0px; border-bottom: 0px dotted #CCCCCC;

}
.post-date {
	float: left;
	background-color:#;
	padding: 0px 0px 0px 0px; margin:0px 0px 5px 0px;

}
.post-month { 

	font-size: 10px;
	color: #626364;
	text-align: left;
	font-family:verdana;
	padding: 0px 0px 0px 10px;

}
.post-day {
	font-size: 10px;
	color: #626364;
	text-align: left;
	font-family:verdana
	}
	
.post-year {
	font-size: 10px;
	color: #626364;
	text-align: left;
	font-family:verdana
	}

.post-month2 { 

	font-size: 28px;
	color: #C7B299;
	text-align: left;
	font-family:Georgia;
	font-style:italic;

}


.post-title {	font-family:verdana, "arial", Times, serif; color:#626364; margin:0px 0px 0px 0px; font-size:12px; font-weight:bold; font-style:normal; }
.post-title a {	font-family:verdana, "arial", Times, serif; color:#626364; margin:0px 0px 0px 0px; font-size:12px; font-weight:bold; font-style:normal; }
.post-title a:visited {	font-family:verdana, "arial", Times, serif; color:#626364; margin:0px 0px 0px 0px; font-size:12px; font-weight:bold; font-style:normal; }
.post-title a:hover {	font-family:verdana, "arial", Times, serif; color:#626364; margin:0px 0px 0px 0px; font-size:12px; font-weight:bold; font-style:normal; text-decoration:underline }
.post-userInfo {float:left; white-space:nowrap;}
.post-author {color:#666666; font-size: 11px; border-top:1px solid #E0E0E0; border-bottom:1px solid #E0E0E0; padding:3px 0px 5px 20px; background:url("/cm/layouts/v4/images/default/icon_author.gif") no-repeat left top; width:535px; }
.date-Count {margin:0px 0px 5px 0px;}
.post-time {float:left; margin:0px 0px 0px 0px; background:url("/cm/layouts/v4/images/default/calendar.gif") no-repeat left top; padding-left:0px;}
.post-readed {float:right; margin:0px 0px 0px 0px; background:url("/cm/layouts/v4/images/default/read.gif") no-repeat left top; padding-left:0px;}
.post-voted {float:right; margin:0px 5px 0px 0px; background:url("/cm/layouts/v4/images/common/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("/cm/layouts/v4/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("/cm/layouts/v4/images/common/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("/cm/layouts/v4/images/default/mini-category.gif") no-repeat;}
.post-uri {float:left; margin:0px 0px 0px 10px;background: url("/cm/layouts/v4/images/default/mini-blogroll.gif") no-repeat left top; padding-left:12px;}

.wpentry {
	clear: both;
	padding-top: 10px;
}
.wppost-calendar {
	background: url("/cm/layouts/v4/images/default/mini-calendar.gif") no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.wpmini-add-comment {
	background: url("/cm/layouts/v4/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("/cm/layouts/v4/images/default/mini-nav-left.gif") no-repeat left center;
}
.wpnext-entries a {
	float: right;
	padding-right: 18px;
	background: url("/cm/layouts/v4/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 #EAEAEA;
	padding: 3px;
	margin-top: 3px;
}
#wpcommentform textarea{
	width: 500px;
	height: 85px;
	background:#ffffff;
	border: 1px solid #EAEAEA;
	padding: 0px;
	margin-top: 0px;
}
#wpcommentform textarea:focus, #wpcommentform input[type="text"]:focus {
	background: #ffffff;
}
#wpcommentform #wpsubmit{
	background: url("/cm/layouts/v4/images/default/btn-bg.gif") no-repeat;
	font: bold 11px dotum, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

.ad {  color: #7C6F5C; border: 0px solid #999999; font-size: 12px; text-decoration: none; background-color: #F9F9F9; height:17; margin-top:10;}
.adf {  font-size: 12px; color: #990000; text-decoration: none; background-color: #FFFFFF; border: #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


/*sidebar */
#wpsidebar {
	float: left;
	padding: 0px px 0px 0px;
	width: 245px;
	color: #666666;

}

/*archive */
.archive_margin {
	padding: 44px 15px 15px 15px;
}

	
/*side menu */
#wpsidebar .wpsidemenu{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #E4DEDA;
	margin: 5px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}
/*menu widget */
ul.wplist-menu li{
	background: url("/cm/layouts/v4/images/default/side-menu.png") no-repeat !important;
	padding-left: 0px !important;
}
/*sidebar title (h2) */
#wpsidebar h2, #wpsidebar .wpsidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #E4DEDA;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}
/*sidebar text styles */
#wpsidebar a, #wpsidebar a:visited{
	color:
	text-decoration: none;
}
#wpsidebar a:hover{
	color: 
	text-decoration: 
}

/*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;
	border-bottom: 1px solid #dceeb7;
}
/*sidebar list level3 */
#wpsidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.wplist-blogroll li{
	background: url("/cm/layouts/v4/images/default/mini-blogroll.gif") no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.wplist-cat li, li.wpwidget_categories li{
	background: url("/cm/layouts/v4/images/default/mini-category.gif") no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.wplist-archives li, li.wpwidget_archives li{
	background: url("/cm/layouts/v4/images/default/mini-monthly-archive.gif") no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.wplist-page li, li.wpwidget_pages li, li.wpwidget_recent_entries li{
	background: url("/cm/layouts/v4/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("/cm/layouts/v4/images/default/mini-page-arrow.gif") no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.wpwidget_recent_comments li{
	background: url("/cm/layouts/v4/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: 10px 0 0;
}
#wpsearchform br {
	display: none;
}
#wpsearchform #wps {
	border:1px solid #CCCCCC;
	width: 110px;
	height: 18px;
	padding: 2px 2px 0px 3px;
	background: #;
	margin-right: 2px;
	color: #666666;
	font-weight: normal;
}
#wpsearchform2 {
	border:1px solid #CCCCCC;
	width: 140px;
	height: 19px;
	padding: 2px 2px 0px 3px;
	background: #;
	margin: 0px 2px 0px 0px;
	color: #666666;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#wpsearchform input { 
	border: none;
	width: 57px;
	height: 18px;

	vertical-align: middle;
}

/* footer area */
#wpfooter {
	clear: both;
	background: # ;
	color: #666666;
	font-size: 95%;
	line-height: 130%;
	margin: 25px 10px 50px 0px;
	border-top:0px dotted #7F7F7F; vertical-align:top; overflow:hidden; 
	border-bottom:0px solid #C0C0C0; vertical-align:top; overflow:hidden; 
}
#wpfooter a, #wpfooter a:visited {
	color: #666666;
}
#wpfooter h4 {
	font: normal 120%/100% "georgia", Tahoma, Arial;
	font-weight:bold;
	font-style:italic;
	color: #666666;
	margin: 10px 0px 5px 0px;
}

.border00 {  border-top:1px solid #C0C0C0; vertical-align:top; overflow:hidden; }
.border03 {  border-bottom:10px solid #ffffff; vertical-align:top; overflow:hidden; 	margin: 0px -11px 0px -11px;}

.wpfooter-recent-comments {
	width: 220px;
	float: left;
	margin-left: 10px;
}
.wpfooter-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.wpfooter-recent-comments ul li {
	background: #;
	padding: 0px 0px 10px 0px;
}
.wpfooter-recent-posts {
	width: 220px;
	float: left;
	margin-left: 5px;
}
.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 {

	padding: 0px 0px 10px 5px;
}
.wpfooter-recent-images {
	width: 450px;
	float: left;
	margin-left: 10px;
}
.wpfooter-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;

}
/* credits */
#wpcredits {
	padding: 10px 0px 0px 260px;
	margin: 0px auto;
	width: 1070px;
	color: #7D7D7D;
	font-size: 11px;
	line-height: 120%;
	border-top:0px solid #000000; vertical-align:top; overflow:hidden; 
}
#wpcredits a, #wpcredit a:hover {
	color: #555555;
}
.wprss {
	background: url("/cm/layouts/v4/images/default/mini-rss.gif") no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.wploginout {
	background: url("/cm/layouts/v4/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;
}
.style111 {
	font-size: 22pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #C7B299;
	font-style: italic;
	border-bottom:1px dotted #E0E0E0; padding:0px 0px 5px 0px; 
}


/* margin & padding */
.mt1	{margin-top:1px;}
.mt2	{margin-top:2px;}
.mt3	{margin-top:3px;}
.mt5	{margin-top:5px;}
.mt7	{margin-top:7px;}
.mt10	{margin-top:10px;}
.mt15	{margin-top:15px;}
.mt17	{margin-top:17px;}
.mt20	{margin-top:20px}
.mt10	{margin-top:10px}
.mt25	{margin-top:25px;}
.mt27	{margin-top:27px;}
.mt28	{margin-top:28px;}
.mt30	{margin-top:30px;}
.mt33	{margin-top:33px;}
.mt35	{margin-top:35px;}
.mt45	{margin-top:45px;}
.mt50	{margin-top:50px;}
.mt55	{margin-top:55px;}
.mt59	{margin-top:59px;}
.mt5m	{margin-top:-5px;}
.mt10m	{margin-top:-10px;}
.mt15m	{margin-top:-15px;}
.mt20m	{margin-top:-20px;}
.mt25m	{margin-top:-25px;}

/*
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:830px; margin:0em auto 0 auto; }

/* Site Layout - Header */
#header { position:relative; width:935px; height:120px; background:url("/cm/layouts/v4/images/default/spacer.gif") 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("/cm/layouts/v4/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("/cm/layouts/v4/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("/cm/layouts/v4/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:830px; padding-bottom:30px; overflow:hidden; background:url("/cm/layouts/v4/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("/cm/layouts/v4/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("/cm/layouts/v4/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("/cm/layouts/v4/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 */


