@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("/xe/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("/xe/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;}

/* 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("/xe/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("/xe/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("/xe/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("/xe/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("/xe/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("/xe/common/css/../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("/xe/common/css/../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;}



A:link {text-decoration:none;}
A:visited {text-decoration:none;}
A:active {text-decoration:none;}
A:hover {text-decoration:none;}



body { text-align:center;}


#main_box { width:890px; height:auto; border:0px solid #000000; margin:0pt auto; margin-top:7px; }


#top_box { width:890px; height:auto; border:0px solid #000000; }
#topimage_box { width:475px; height:100px; border:0px solid #000000; float:left; margin:0 0 0 0; }
#musicimage_box { width:200px; height:100px; border:0px solid #000000; float:left; margin:0 0 0 5px; }
#login_box { width:180px; height:100px; border:0px solid #c0c0c0; float:left; margin:0 0 0 3px; text-align:left; padding:0px 0px 0px 26px; overflow:hidden;}


#left_box {	width:152px; height:auto; border:0px solid #000000; margin:5px 0 0 0; float:left;}
#menu_box {	width:150px; height:285px; border:1px solid #c0c0c0; float:left; margin:0px 0 0 0; }
#leftlogo_box {	width:150px; height:92px; border:1px solid #c0c0c0;	float:left; margin: 10px 0 0 0; }
#guest_box { width:150px; height:161px; border:1px solid #c0c0c0; float:left; margin: 10px 0 0 0; }
#weather_box { width:150px; height:150px; border:1px solid #c0c0c0; float:left; margin: 10px 0 0 0; }
#calendar_box { width:150px; height:180px; border:1px solid #c0c0c0; float:left; margin: 10px 0 0 0; }
#counter_box { width:150px; height:40px; border:0px solid #c0c0c0; float:left; margin: 87px 0 0 0; }

#center_box { text-align:left; width : 737px; height : auto; border : 0px solid #c0c0c0; margin: 0px 0px 0px 1px; padding:0px 0px 0px 0px; float : left; }
#img_box { text-align:center; width : 728px; height : 100px; border : 1px solid #c0c0c0; margin: 1px 0px 0px 0px; float : left; }
#themeimage_box { width:317px; height:188px; border:1px solid #000000; float:left; margin: 0 0 0 0; }
#notice_box { width:317px; height:150px; border:1px solid #000000; float:left; margin: 5px 0 0 0; }
#gallery_box { width:317px; height:150px; border:1px solid #000000; float:left; margin: 5px 0 0 0; }
#space_box { width:317px; height:100px; border:1px solid #000000; float:left; margin: 5px 0 0 0; text-align:center;}
#ucc_box { width:317px; height:318px; border:1px solid #000000; float:left; margin: 5px 0 0 0; }

#right_box { width : 425px; height : auto; border : 1px solid #000000; margin: 5px 0 0 3px; float : left; }
#freeboard_box { width:419px; height:188px;	border:1px solid #000000; float:left; margin: 0 0 0 0; }
#thought_box { width:419px; height:188px;	border:1px solid #000000; float:left; margin: 5px 0 0 0; }
#issue_box { width:419px; height:188px;	border:1px solid #000000; float:left; margin: 5px 0 0 0; }
#etc_box { width:419px; height:188px;	border:1px solid #000000; float:left; margin: 5px 0 0 0; }
#copyright_box { width:419px; height:154px;	border:1px solid #000000; float:left; margin: 5px 0 0 0; text-align:right;}




#login_form	 div.login_top	{background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_box_top.gif") no-repeat;width:180px;height:8px;}
#login_form	 div.login_bottom	{background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_box_bottom.gif") no-repeat;width:180px;height:34px;padding:0px 0px 20px 0px;}
#login_form	 div.login_bottom2	{background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_box_bottom2.gif") no-repeat;width:180px;height:8px;padding:0px 0px 0px 0px;}

#login_form	 div.login_center	{background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_box_bg.gif") repeat-y;width:180px;height:62px;}

#login_form	 div.login_center	.login_title	{padding:1px 0px 0px 13px;}

#login_form div, span				{ margin:0px; padding:0px; }
#login_form	 div.l_left		{float:left;background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_input_bg.gif") no-repeat;height:20px;width:99px;padding:1px 0px 0px 4px;}


#login_form	 div.l_row1	{clear:both;height:11px;padding:0px 0px 0px 11px;margin-top:5px;}
#login_form	 div.l_row2	{clear:both;height:11px;padding:.5em 0px 0px 11px;margin-top:5px;}

*html	#login_form	 	div.l_row2	{clear:both;height:20px;padding:0px 0px 0px 11px;margin-top:1px;}

#login_form	 div.l_right1	{float:left;width:60px;margin-left:3px;}
#login_form	 div.l_right2	{float:left;width:60px;margin-left:6px;}



#login_form	 #user_id		{background-color:transparent;border:0px none;width:92px;height:12px;color:#666666;font-family:tahoma}
#login_form	 #user_id.id_bg{background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_id_bg.gif") no-repeat;}
#login_form	 #password	{background-color:transparent;border:0px none;width:92px;height:12px;color:#666666}
#login_form	 #password.pw_bg{background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_pw_bg.gif") no-repeat;}
#login_form	 #l_auto	{border:1px;}


#login_form	 div.login_bottom	.pw	{font-family:dotum;font-size:11px;color:#999999;padding:12px 0px 0px 30px;float:left;}
#login_form	 div.login_bottom	.reg	{font-family:dotum;font-size:11px;color:#999999;padding:12px 13px 0px 0px;float:right;}

#login_form	 div.login_bottom	a	{color:#999999;text-decoration:none;}
#login_form	 div.login_bottom	a:focus,
#login_form	 div.login_bottom	a:hover	{text-decoration:none;}







#login_info	 div.login_top	{background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_box_top.gif") no-repeat;width:180px;height:4px;}
#login_info	 div.login_bottom	{background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_box_bottom2.gif") no-repeat;width:180px;height:8px;}
#login_info	 div.login_center	{background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_box_bg.gif") repeat-y;width:180px;height:86px;padding:2px 0px 0px 0px;}
#login_info	 div.info_name	{background-color:#f5f5f5; color:#6a6a6a;padding:6px 0px 1px 4px;width:148px;margin:0px auto 0px auto;}

#login_info	div.login_center	a	{color:#666666;text-decoration:none;}
#login_info	div.login_center	a:focus,
#login_info	div.login_center	a:hover	{color:#666666;text-decoration:none;}

#login_info	div.row1	 {width:140px; margin:0px auto 0px auto;padding:5px 0px 0px 0px;height:14px;}
#login_info	div.row1	 .row_friend	{width:38px;background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_friend_icon.gif") no-repeat 0px -1px;padding:0px 0px 0px 12px;float:left;margin-left:2px;}
:root	#login_info	div.row1	 .row_friend	{width:38px;background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_friend_icon.gif") no-repeat 0px 0px;padding:0px 0px 0px 12px;float:left;margin-left:2px;}
#login_info	div.row1	 .row_memo	{width:38px;background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_memo_icon.gif") no-repeat;padding:0px 0px 0px 12px;float:right;margin-right:2px;}
#login_info	div.row2 {width:140px;margin:1px auto 0px auto;}

#login_info	div.row2	 .row_post	{width:38px;background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_post_icon.gif") no-repeat;padding:0px 0px 0px 12px;float:left;margin-left:2px;}
#login_info	div.row2	 .row_scrap	{width:38px;background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_scrap_icon.gif") no-repeat 0px 1px;padding:0px 0px 0px 12px;float:right;margin-right:2px;}

#login_info	.dot_line	 {height:1px;margin:1px 15px 5px 15px;background:url("/xe/widgets/login_info/skins/login_use/css/../images/login_dot_line.gif") no-repeat;clear:both;}
#login_info	.button	{width:148px;margin:1px auto 0px auto;}

.widgetContainer a{ text-decoration:none;}
.widgetContainer a:hover,
.widgetContainer a:active,
.widgetContainer a:focus{ text-decoration:underline;}                                                                                                                            .widgetContainer img{ border:0;}
.widgetContainer sup{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px;}
.widgetContainer form{ margin:0; padding:0;}
.widgetContainer fieldset{ border:0; margin:0; padding:0;}
.widgetCalendarNavigation{ position:relative; height:15px; margin-bottom:-15px; z-index:10;}
.widgetCalendarNavigation button{ position:absolute; top:0; font-size:10px; font-family:Tahoma; background:none; border:0; padding:0; cursor:pointer;}
.widgetCalendarNavigation button.prevYear{ left:0;}
.widgetCalendarNavigation button.prevMonth{ left:25px;}
.widgetCalendarNavigation button.nextYear{ right:0;}
.widgetCalendarNavigation button.nextMonth{ right:25px;}
.widgetCalendar{ position:relative; border:0; width:100%;}
.widgetCalendar caption { position:relative; padding-bottom:5px; text-align:center; font-size:12px; font-weight:bold; font-family:Tahoma;}
.widgetCalendar th,
.widgetCalendar td{ border:0; text-align:center; padding:5px 0;}
.widgetCalendar th{ font-size:12px; font-family:Tahoma; font-weight:normal;}
.widgetCalendar td,
.widgetCalendar td a{ font-size:11px; font-family:Tahoma;}
.widgetCalendar td em{ font-style:normal;}
.widgetCalendarNavigation button{ color:#333;}
.widgetCalendar caption{ color:#333;}
.widgetCalendar th{ background:#eee; color:#333;}
.widgetCalendar th.sun,
.widgetCalendar td.sun,
.widgetCalendar td em{ color:#ff1a1a;}
.widgetCalendar td,
.widgetCalendar td a{ color:#666;}
.widgetCalendar td.sun a{ color:#ff1a1a;}

.widgetContainer.black .widgetContainer a{ text-decoration:none;}
.widgetContainer.black .widgetContainer a:hover,
.widgetContainer.black .widgetContainer a:active,
.widgetContainer.black .widgetContainer a:focus{ text-decoration:underline;}                                                                                                                            .widgetContainer img{ border:0;}
.widgetContainer.black .widgetContainer sup{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px;}
.widgetContainer.black .widgetContainer form{ margin:0; padding:0;}
.widgetContainer.black .widgetContainer fieldset{ border:0; margin:0; padding:0;}
.widgetContainer.black .widgetCalendarNavigation{ position:relative; height:15px; margin-bottom:-15px; z-index:10;}
.widgetContainer.black .widgetCalendarNavigation button{ position:absolute; top:0; font-size:10px; font-family:Tahoma; background:none; border:0; padding:0; cursor:pointer;}
.widgetContainer.black .widgetCalendarNavigation button.prevYear{ left:0;}
.widgetContainer.black .widgetCalendarNavigation button.prevMonth{ left:25px;}
.widgetContainer.black .widgetCalendarNavigation button.nextYear{ right:0;}
.widgetContainer.black .widgetCalendarNavigation button.nextMonth{ right:25px;}
.widgetContainer.black .widgetCalendar{ position:relative; border:0; width:100%;}
.widgetContainer.black .widgetCalendar caption { position:relative; padding-bottom:5px; text-align:center; font-size:12px; font-weight:bold; font-family:Tahoma;}
.widgetContainer.black .widgetCalendar th,
.widgetContainer.black .widgetCalendar td{ border:0; text-align:center; padding:5px 0;}
.widgetContainer.black .widgetCalendar th{ font-size:12px; font-family:Tahoma; font-weight:normal;}
.widgetContainer.black .widgetCalendar td,
.widgetContainer.black .widgetCalendar td a{ font-size:11px; font-family:Tahoma;}
.widgetContainer.black .widgetCalendar td em{ font-style:normal;}
.widgetContainer.black .widgetCalendarNavigation button{ color:#999;}
.widgetContainer.black .widgetCalendar caption{ color:#999;}
.widgetContainer.black .widgetCalendar th{ background:#333; color:#fff;}
.widgetContainer.black .widgetCalendar th.sun,
.widgetContainer.black .widgetCalendar td.sun,
.widgetContainer.black .widgetCalendar td em{ color:#ff1a1a;}
.widgetContainer.black .widgetCalendar td,
.widgetContainer.black .widgetCalendar td a{ color:#999;}
.widgetContainer.black .widgetCalendar td.sun a{ color:#ff1a1a;}


.counter_widget {
    border:0px solid #DDDDDD;
    padding:6px;
    margin-bottom:10px;
	margin-left:5px;
    color:#515151;
    font-family:tahoma;
    font-size:13pt;
	vertical-align:top;
}

.counter_widget ul { text-align:center; margin:0; padding:0; list-style:none; }
.ni_box { padding-bottom:0px;  overflow:hidden; position:relative;}
.ni_box h2 { font-size:1em; display:block; height:0px; margin-bottom:0px; color:#000000;  background:url("/xe/widgets/newest_images/skins/Themeimage_use/css/../images/normal/lineNotice.gif") no-repeat left bottom;; padding-left:0px; padding-right:0; padding-top:0px; padding-bottom:0}

.ni_box .more { position:absolute; top:0px; 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%;}
.ni_box .thumbnail_box .thumbnail { margin:0px; padding:0px; border:none; text-align:left; }
.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:left; }

.ni_box .thumbnail_box a { color:#f6f6f6; 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:0px; }
.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, .ni_box .thumbnail_box div.author 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; }
.nw_box { padding-bottom:5px; overflow:hidden; }
.nw_box h2 { font-size:1em; display:block; height:21px; margin-bottom:5px; color:#000000; background:url("/xe/widgets/webzine/skins/Notice_use/lineNotice.gif") no-repeat left bottom;; margin-left:0; margin-right:0; margin-top:0; padding-left:9px; padding-right:0; padding-top:9px; padding-bottom:0}

.nw_box a.more { text-decoration:none;} 
.nw_box a.more:hover { text-decoration:none;} 

.nw_box .listTable { width:100%; table-layout:fixed; border:none;}

.nw_box .listTable tr td { padding:0;margin:0; vertical-align:top; overflow:hidden; }

.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:center; padding:5px; white-space:nowrap;}
.nw_box .thumbnailBox .thumbnail img { padding:4px; border:1px solid #DEDEDE; }
.nw_box .thumbnailBox .thumbnail img:hover { border:1px solid #54564b; }

.nw_box .thumbnailBox .desc { padding-left:5px; padding-bottom:5px; }

.nw_box .thumbnailBox .titleBox { margin-top:8px; margin-bottom:5px;}

.nw_box .thumbnailBox .titleBox .title { }
.nw_box .thumbnailBox .titleBox .title strong { font-weight:normal; font-size:0.9em; color:#ed2a32; }
.nw_box .thumbnailBox .titleBox .title a { color:#000000; text-decoration:none; }
.nw_box .thumbnailBox .titleBox .title a:hover { text-decoration:none; }


.nw_box .thumbnailBox .titleBox .regdate { font-size:0.9em; color:#AAAAAA; }

.nw_box .thumbnailBox .contentBox { overflow:hidden; margin-bottom:5px;}

.nw_box .thumbnailBox .authorBox { margin-top:5px; }

.nw_box .thumbnailBox .author { color:#54564b; margin-right:10px;}
.nw_box .thumbnailBox .author span, div { color:#54564b; }

.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 { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }


div.simpleWidgetStyle { position:relative;margin-bottom:20px; overflow:hidden; *zoom:1;}
div.simpleWidgetStyle h2 {font-size:1em; display:block; height:21px; margin-bottom:5px; color:#000000; background:url("/xe/widgetstyles/simple/img/line.gif") no-repeat left bottom; text-decoration:none; margin-left:0; margin-right:0; margin-top:0; padding-left:5px; padding-right:0; padding-top:9px; padding-bottom:0 }
div.simpleWidgetStyle a.widgetMoreLink { position:absolute; top:8px; right:0; font:11px Dotum; text-decoration:none;  color:#888;}
div.simpleWidgetStyle.black h2 { color:#333; }
div.simpleWidgetStyle.black h2 { color:#999; }
.carousel  {
    padding: 10px 0 0 0;
    margin: 0 0 20px 10px;
    position: relative;
	color: #3a3a3a;
}
	.carousel .noimage {
		background: url("/xe/widgets/flowing_pictures/skins/default/./css/../img/noimage.png") no-repeat center; 
	}
	/* buttons */
    .carousel a.prev, .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        text-decoration: none;
        background: url("/xe/widgets/flowing_pictures/skins/default/./css/../img/imageNavLeft.png") left center no-repeat;
    }
	.carousel a.next {
		background: url("/xe/widgets/flowing_pictures/skins/default/./css/../img/imageNavRight.png") right center no-repeat;
	}
		.carousel a.next:hover {
			background-image: url("/xe/widgets/flowing_pictures/skins/default/./css/../img/imageNavRightHover.png");
		}
		.carousel a.prev:hover {
			background-image: url("/xe/widgets/flowing_pictures/skins/default/./css/../img/imageNavLeftHover.png");
		}    

		.carousel a.next:hover, .carousel a.next:active,
		.carousel a.prev:hover, .carousel a.prev:active{
			border: none;
			outline: none;
		}    
			
	
	/* frame background */
    .carousel .jCarouselLite {
        float: left;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        .carousel ul {
            margin: 0;
        }
		
	/* image size */
        .carousel li img{
            background-color: #fff;
        }

        .carousel .title{
            overflow: visible;
			cursor: hand;
			text-align: center;
        }      

		.carousel .title,
		.carousel .title:hover, 
		.carousel .title:active,
		.carousel .title:visited{
			text-decoration: none;
		}  
A:link {text-decoration:none;}
A:visited {text-decoration:none;}
A:active {text-decoration:none;}
A:hover {text-decoration:none;}


.newest_document_default_normal {
}

.newest_document_default_normal .newest_document_default_box {
}

.newest_document_default_normal .newest_document_default_box .title_box {
    border:1px solid #EEEEEE;
    padding:5px;
    height:14px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .title_box .title {
    background:url("/xe/widgets/newest_document/skins/Board_use/normal/title_bullet.gif") no-repeat left;
    font-weight:bold; 
    height:14px;
    padding-left:20px;
    float:left
}

.newest_document_default_normal .newest_document_default_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font-size:.75em;
}

.newest_document_default_normal .newest_document_default_box .document_box {
    margin:0px; clear:both;
    border-bottom:1px dotted #EEEEEE;
    height:16px;
    overflow:hidden;
    text; padding-left:5px; padding-right:3px; padding-top:8px; padding-bottom:3px
}

.newest_document_default_normal .newest_document_default_box .document {
    background:url("/xe/widgets/newest_document/skins/Board_use/normal/document_bullet.gif") no-repeat left ;
    float:left; padding-left:20px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

.newest_document_default_normal .newest_document_default_box .document A {
    text-decoration:none;
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document A:hover {
    text-decoration:none;
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document A:visited {
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
    letter-spacing:-1px;
}

.newest_document_default_normal .newest_document_default_box .document .writer {
    color:#AAAAAA;
}


.newest_document_default_normal .newest_document_default_box .regdate {
    color:#AAAAAA;
    font-size:8pt;
    float:right;
    white-space:nowrap;
}
A:link {text-decoration:none;}
A:visited {text-decoration:none;}
A:active {text-decoration:none;}
A:hover {text-decoration:none;}


.newest_document_default_normal {
}

.newest_document_default_normal .newest_document_default_box {
}

.newest_document_default_normal .newest_document_default_box .title_box {
    border:1px solid #EEEEEE;
    padding:5px;
    height:14px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .title_box .title {
    background:url("/xe/widgets/newest_document/skins/Thought_use/normal/title_bullet.gif") no-repeat left;
    font-weight:bold; 
    height:14px;
    padding-left:20px;
    float:left
}

.newest_document_default_normal .newest_document_default_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font-size:.75em;
}

.newest_document_default_normal .newest_document_default_box .document_box {
    margin:0px; clear:both;
    border-bottom:1px dotted #EEEEEE;
    height:16px;
    overflow:hidden;
    text; padding-left:5px; padding-right:3px; padding-top:8px; padding-bottom:3px
}

.newest_document_default_normal .newest_document_default_box .document {
    background:url("/xe/widgets/newest_document/skins/Thought_use/normal/document_bullet.gif") no-repeat left ;
    float:left; padding-left:20px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

.newest_document_default_normal .newest_document_default_box .document A {
    text-decoration:none;
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document A:hover {
    text-decoration:none;
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document A:visited {
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
    letter-spacing:-1px;
}

.newest_document_default_normal .newest_document_default_box .document .writer {
    color:#AAAAAA;
}


.newest_document_default_normal .newest_document_default_box .regdate {
    color:#AAAAAA;
    font-size:8pt;
    float:right;
    white-space:nowrap;
}
A:link {text-decoration:none;}
A:visited {text-decoration:none;}
A:active {text-decoration:none;}
A:hover {text-decoration:none;}


.newest_document_default_normal {
}

.newest_document_default_normal .newest_document_default_box {
}

.newest_document_default_normal .newest_document_default_box .title_box {
    border:1px solid #EEEEEE;
    padding:5px;
    height:14px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .title_box .title {
    background:url("/xe/widgets/newest_document/skins/Issue_use/normal/title_bullet.gif") no-repeat left;
    font-weight:bold; 
    height:14px;
    padding-left:20px;
    float:left
}

.newest_document_default_normal .newest_document_default_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font-size:.75em;
}

.newest_document_default_normal .newest_document_default_box .document_box {
    margin:0px; clear:both;
    border-bottom:1px dotted #EEEEEE;
    height:16px;
    overflow:hidden;
    text; padding-left:5px; padding-right:3px; padding-top:8px; padding-bottom:3px
}

.newest_document_default_normal .newest_document_default_box .document {
    background:url("/xe/widgets/newest_document/skins/Issue_use/normal/document_bullet.gif") no-repeat left ;
    float:left; padding-left:20px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

.newest_document_default_normal .newest_document_default_box .document A {
    text-decoration:none;
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document A:hover {
    text-decoration:none;
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document A:visited {
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
    letter-spacing:-1px;
}

.newest_document_default_normal .newest_document_default_box .document .writer {
    color:#AAAAAA;
}


.newest_document_default_normal .newest_document_default_box .regdate {
    color:#AAAAAA;
    font-size:8pt;
    float:right;
    white-space:nowrap;
}
.tabWidget { overflow:hidden; }

.tabWidget .tabBox { width:500px; padding: 0 0 0 95px; 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:0px none; 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 { text-align:left; 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("/xe/widgets/tab_newest_document/skins/Tab_use/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:none; }

.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;}

