@charset "UTF-8";


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

/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:9pt; font-family:돋움,Dotum,AppleGothic,sans-serif}
img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

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

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

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

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

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

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

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

.xe_content { line-height:1.6; } 

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

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

a.button, span.button, del.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
    vertical-align:middle;
	
    padding-top:-2px;
	_position:relative;
    _top:-4px;
	_width:10px;	
	_overflow-y:hidden;
}
*:first-child+html a.button, *:first-child+html span.button,*:first-child+html del.button {
	position:relative;
    top:-4px;
}



a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span{
    background-image:url("../../../../addons/buttonchange/css/../images/form_buttons21.png");
    _background-image:url("../../../../addons/buttonchange/css/../images/form_buttons21.gif");
}


a.button span, span.button button, span.button input, del.button span{
	
	white-space:nowrap;
	cursor:pointer;
    color:#DDE4E9;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:9px 20px 0 9px;
	margin:0 -16px 0 10px;
	border:none;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_right:-5px;
	
}

span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, 
html.safari del.button span{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus{
    outline:none;
}



del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}


span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}


/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/


/*Hover Style*/

a.button:hover, 
span.button:hover,
a.button:focus, 

a.dom-button-focus, 
span.button-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}





a.button:hover span, 
span.button:hover button, 
span.button:hover input, 
a.button:focus span, 

span.button-behavior-hover button, 
span.button-behavior-hover input{
	background-position:100% -60px;
	color:#FFF;
}


a.button:active, a.button:focus span{
	color:#444;
}




del.button-behavior-hover, del.button:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}


del.button-behavior-hover span, del.button:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */
	
}




/*Optional hack for IE6 to simulate :hover selector*/

span.button button, del.button span, span.button input{


	
	_behavior:expression(
		(function(el){

			if( typeof( behavior_onMouseEnter) == 'undefined'){

				
				behavior_onMouseEnter = function(el){
					
					var dEl = this.parentNode;					
					var sClass = dEl.className ;
					dEl.__defaultClassName = sClass ;
					dEl.className = sClass + ' button-behavior-hover';	
					this.setCapture();
				};

				behavior_onMouseLeave = function(el) {
					var dEl = this.parentNode;
					dEl.className = dEl.__defaultClassName ;
					dEl.__defaultClassName = undefined;
					this.releaseCapture();
				};


			};
			
			
			el.runtimeStyle.behavior = 'none';
			el.onmouseenter = behavior_onMouseEnter;
			el.onmouseleave = behavior_onMouseLeave;
			
			
		})(this));




}



#forOriginalImageAreaBackground { z-index:1001; background-color:#AAAAAA; top:0px; left:0px; position:relative; padding:0; border:8px solid #444444; white-space:nowrap; }
#forOriginalImageArea { visibility:hidden; padding:0px; margin:0px; width:100%; height:100%; top:0px; left:0px; position:absolute; z-index:1000; text-align:left; overflow:hidden; background-color:#000000;}
#fororiginalimage { z-index:1002; margin:0; padding:0; }

﻿
/*
Designed by Yun Seong-hwan
*/

/* Default Skin - Start */
#selectLang { margin:0; padding:0; }
#gnb { margin:0; padding:0; }
.gnb_sub { margin:0; padding:0; }
#lnb { margin:0; padding:0; }
#lnb ul { margin:0; padding:0; }
#isSearch { margin:0; padding:0; }
#isSearch ul { margin:0; padding:0; }
#footer { margin:0; padding:0; }

/* Site Layout - Body Wrap */
body { background:#ffffff }
#bodyWrap { width:980px; margin:0em auto 0 auto; }

/* Site Layout - 상단 Logo 부분 */
#top { position:relative; width:980px; height:45px;}
#top h1 { position:absolute; margin:0; top:0px; left:0px;}
#top .quickmenu { position:absolute; margin:0; top:0px; right:0px; width:290px; height:30px; }
#top .join { position:absolute; margin:0; top:0px; right:0px; height:40px; overflow:hidden; white-space:nowrap; }

/* Site Layout - 상단 메뉴바 부분 */
#header { position:relative; width:980px; height:35px; background:url("../../../../layouts/naver_style_sub/css/../images/default/bgHeader1.jpg") no-repeat right top; margin-bottom:10px; z-index:99;}
#header .news { position:absolute; top:35px; right:10px; width:300px; height:20px; text-align: right;}

#it_search_form { position:absolute; top:8px; right:10px;}
#it_search_form .input { border:1px solid #FA1031; height:17px; width:120px; color:#ffffff; font-size:.9em;} 
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }

 /* 상단주메뉴 부분 */
#gnb { position:absolute; top:0px; height:34px; left:10px; overflow:hidden; white-space:nowrap; margin-bottom:0px;}
#gnb li { float:left; list-style:none; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:13px 0px 0 0px; width:90px; height:25px; color:#ffffff; white-space:nowrap; text-align:center; font-size:1.12em; font-weight:bold; text-decoration:none; }
#gnb li a:hover,
#gnb li a:focus { color:#ffffff;}
#gnb li.on a { font-weight:bold; color:#EB1634; background:url("../../../../layouts/naver_style_sub/css/../images/default/bgGnbOn.gif") no-repeat center top;}

/* 왼쪽 서브 메뉴 부분 */
/*.gnb_sub { position:absolute; top:37px; left:30px; height:24px; overflow:hidden; white-space:nowrap;  }
.gnb_sub li { float:left; list-style:none; background:url("../../../../layouts/naver_style_sub/css/../images/default/sub_part.gif") no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
.gnb_sub li a { display:block; float:left; padding:6px 15px 0 15px; height:18px; color:#EB1634; font-weight:bold; white-space:nowrap; text-decoration:none; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
.gnb_sub li a:hover,
.gnb_sub li a:focus { color:yellow; }
.gnb_sub li.on a, .gnbin li.on a:hover { font-weight:bold; color:yellow; background:url("../../../../layouts/naver_style_sub/css/../images/default/arrow_3.gif") no-repeat center bottom; }*/

/* 검색 부분 */
#isSearch { position:absolute; top:8px; right:10px; width:216px; 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/naver_style_sub/css/../images/default/bgSearchTerm.gif") no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#000000; 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:#ffffff;}
#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:#000000;}
#isSearch ul li label.on { background:#ffffff; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#ffffff;}
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#000000; border:1px solid #8E8E8D; background-color:#ffffff; }
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:1px solid #B0B0AF; background-color:#ffffff; }
*: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;}

/* 메인 전체 - 하단 copy right 박스 부분 제외 */
#contentBody { position:relative; width:980px;  overflow:hidden; border-bottom:1px solid #dddddd;  }

/* 왼쪽 배너바 부분 */
#columnLeft {  position:relative; float: left; width: 120px; }
#columnLeft .leftbox { clear: both; border:1px #e0e0e0 solid; padding:4px; background:#ffffff; }
#columnLeft .mask { clear:both; width:120px; height:5px; background:#ffffff; display:block; } 

#sidenav { position:relative; clear:both; width: 120px; background:#f4f4f4 url("../../../../layouts/naver_style_sub/css/../images/default/submenu_middle.gif") repeat; display:block; }
#sidenav .sub_title  { background:url("../../../../layouts/naver_style_sub/css/../images/default/sub_title_bg.gif") no-repeat; height:45px; }
#sidenav .sub_title h1 { margin:0; padding-top:15px; width:120px; text-align:center; font-weight:bold; font-family:Tahoma; font-size:16px; color:#ffffff; }
#sidenav .sub_top  { background:#ffffff url("../../../../layouts/naver_style_sub/css/../images/default/submenu_top.gif") no-repeat; height:4px; overflow:hidden;}
#sidenav .sub_bottom  { background:#ffffff url("../../../../layouts/naver_style_sub/css/../images/default/submenu_bottom.gif") no-repeat; height:4px; overflow:hidden;}

#lnb { padding:5px 1px 5px 7px; width:110px; }
#lnb li { list-style:none; padding-bottom:0px; }
#lnb li a { position:relative; padding:6px 0px 3px 3px; width:103px; display:block; border-bottom:1px solid #f0f0f0; color:#000000; text-decoration:none; z-index:99; }
#lnb li a:hover,
#lnb li a:focus { font-weight:bold; color:#000000; }
#lnb li.on a { font-weight:bold; color:#000000; }
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold; }
#lnb li ul { position:relative; display:block; width:95px; padding:3px 0px 3px 5px; border-bottom:0px solid #ffffff; overflow:hidden; }
#lnb li.on ul { display:block; }
#lnb li ul li { position:relative; border-bottom:1px solid #f2f2f2; top:-1px; }
#lnb li ul li a { padding:3px 0px 3px 5px; width:95px; 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:bold !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold; !important; background:none no-repeat 95px center  !important;}

/* 가운데 메인 내용 부분 */
#columnMain { float: left; width: 636px; margin:0px 6px 0px 6px; border:0px solid #e0e0e0; }
#content { width:100%; overflow:hidden; }

/* 오른쪽 배너바 부분 */
#columnRight { float: right; width: 198px; overflow:hidden; border:0px solid #e0e0e0; }
#columnRight .rightbox { clear:both; border-top:0px solid #e0e0e0; padding:5px 5px 0px 5px; }


/* 하단 copy right 박스 부분 */
#footer { clear:both; border:1px solid #e0e0e0; margin-top:7px; margin-bottom:7px; height:30px; text-align:center; padding:1em 0 1em; list-style:none; background:#EFEEEE;}
#footer a { text-decoration:none; color:#999999;}
#footer li { color:#000000; line-height:160%;}
#footer li a { text-decoration:none; color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; }
#footer li.bottom_menu { display:inline; padding:0 .6em 0 1em; background:url("../../../../layouts/naver_style_sub/css/../images/default/vrType1.gif") no-repeat left center; }

/* Default Skin - End */

.tabWidget { overflow:hidden; }

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

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

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

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

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

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

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


.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;}
.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 Tahoma; }
.freesize_webzine ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; }

.freesize_webzine ul li .date { color:#999999; font:.8em Tahoma; 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 Tahoma;} 
.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:1px 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:#ed2a32; }
.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 .thumbnailBox .contentBox { overflow:hidden; margin-bottom:5px;}

.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; }



.freesize_mentbox { overflow:hidden; position:relative; width:100%; background:#ffffff url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/tb_mid.png") top left repeat-x;padding-bottom:0px;}
.freesize_mentbox h2 { background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/title_bullet.gif") top left no-repeat; font-size:1em; display:block; height:15px; margin:0; padding:0px 0 0 12px; margin-bottom:5px; color:#000000; }
.freesize_mentbox .bottom_mid {  position:relative; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/bottom_mid.png") 0 100% repeat-x;}
.freesize_mentbox .box_mid_left { position:relative; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/box_mid_dot.png") left repeat-y;}
.freesize_mentbox .box_mid_right { position:relative; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/box_mid_dot.png") top right repeat-y;}
.freesize_mentbox .bottom_left { position:relative; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/bottom_left.png") 0 100% no-repeat;}
.freesize_mentbox .bottom_right {position:relative; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/bottom_right.png") 100% 100% no-repeat;}
.freesize_mentbox .left-corner{ position:relative; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/tb_left.png") top left no-repeat;}
.freesize_mentbox .right-corner{ background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/tb_right.png") top right no-repeat; padding: 6px}
.freesize_mentbox ul.commentList { margin:0; padding:3px; }
.freesize_mentbox ul.commentList li { height:16px; background:url("../../../../widgets/newest_comment/skins/freesize_new_comment/css/../images/normal/old.gif") no-repeat left; margin-left:0px; margin-right: 7px; padding: 3px 0 0 10px; overflow:hidden; list-style:none; white-space:nowrap; }
.freesize_mentbox ul.commentList li a { color:#555555; line-height:1.5em;  text-decoration:none; font:1.0em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif, Tahoma;}
.freesize_mentbox ul.commentList li .date {  position:absolute; right:0px; margin-right:8px; margin-top:3px; color:#999999; font:.95em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif, Tahoma; white-space:nowrap; }
.freesize_mentbox ul.commentList li .name { color:#609060; font:.95em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif, Tahoma; white-space:nowrap; margin-right:5px;}
.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; text-decoration:none; 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; text-decoration:none; }
.freesize_newdoc ul li .title a:hover { text-decoration:underline; }
.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;} 


