@charset "UTF-8";


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

/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:9pt; }
img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

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

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

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

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

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

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

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

.xe_content { line-height:1.6; } 

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

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

/**
	ccl.css
	
	digist_cc의 출력모양을 css로 제어합니다. 이것을 고치시면 출력 스타일이 변경됩니다.
**/
div.digist_ccl fieldset {
	margin: 24px auto 16px auto;
	padding: 8px;
	width: 90%;
	border: 1px solid #c0c0c0;
	color: #808080;
	text-align: center;
}

div.digist_ccl fieldset img {
	border-width: 0;
	margin-bottom: 4px;
}

div.digist_ccl fieldset a {
	color: #808080;
}

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; cursor: move; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/loading.gif") center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 33%; height: 100%; background: transparent url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/blank.gif") no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/prev_grey.gif") left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/prev_red.gif") left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/prev_green.gif") left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/prev_blue.gif") left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/prev_gold.gif") left 15% no-repeat; }
	
#lbNext { width: 33%; height: 100%; background: transparent url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/blank.gif") no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/next_grey.gif") right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/next_red.gif") right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/next_green.gif") right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/next_blue.gif") right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/next_gold.gif") right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/close_grey.png") no-repeat; }
	#lbClose.red { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/close_red.png") no-repeat; }
	#lbClose.green { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/close_green.png") no-repeat; }
	#lbClose.blue { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/close_blue.png") no-repeat; }
	#lbClose.gold { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/close_gold.png") no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/play_grey.png") no-repeat; }
	#lbPlay.red { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/play_red.png") no-repeat; }
	#lbPlay.green { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/play_green.png") no-repeat; }
	#lbPlay.blue { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/play_blue.png") no-repeat; }
	#lbPlay.gold { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/play_gold.png") no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/pause_grey.png") no-repeat; }
	#lbPause.red { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/pause_red.png") no-repeat; }
	#lbPause.green { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/pause_green.png") no-repeat; }
	#lbPause.blue { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/pause_blue.png") no-repeat; }
	#lbPause.gold { background: url("../../../../D:/mypda/addons/digist_lightbox/lytebox/images/pause_gold.png") no-repeat; }
.tag_relation * { padding: 0; margin: 0; }
.tag_relation { border: 1px solid #E5E5E5; padding:10px; margin: 10px 0; }
.tag_relation div.title { font-size: 1.1em; font-weight: bold; color: #444; border-bottom: #E5E5E5 1px solid; padding: 0 0 2px 5px; margin-bottom: 10px;}
.tag_relation li { list-style: none; margin: 3px 0; }
.tag_relation li .regdate { font-family: tahoma; font-size: .85em; color: #AAAAAA;}
.tag_relation li a { color: #666666; text-decoration: none; }
.tag_relation li a:hover { text-decoration: underline; }
.tag_relation li .comment_cnt { font-weight: normal; font-size: 0.8em; color: #F48A23; }
.tag_relation li .author { color: #AAAAAA; }
.tag_relation li .readAndVoted { font-family: tahoma; font-size: .8em; color: #AAAAAA;}
.tag_relation li .readAndVoted .voted { color: #C8A64B;}
.tag_relation li .readAndVoted .readed { color: #4BC4C8;}


﻿@et "utf-8";

/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/

li { list-style:none; }
a { text-decoration:none; }

/* Blog Layout - Common */
#bodyWrap { position:relative; width:860px; margin:0 auto; background-color:#FFFFFF; padding-top:1px; top:30px;}

/* Blog Layout - Content Body */
#contentBody { overflow:hidden; padding-bottom:2em; _width:100%;}

/* Blog Layout - ColumnLeft */
#columnLeft { float:left; width:182px; margin:0px 8px 0px 0px; padding-left:10px;}

/* Blog Layout - ColumnRight */
#columnRight {}

/* Blog Layout - Content */
#content { float:left; width:650px; overflow:hidden; padding-right:10px; _width:648px; }

#bodyWrap #accountNavigation { float:right; margin:1em 1em 0 0; padding-bottom:.5em; overflow:hidden;}
#bodyWrap #accountNavigation li a { display:block; float:left; padding:0 .75em; color:#888888; white-space:nowrap;}

.accountNavigation { float:right; padding-bottom:.5em; overflow:hidden;}
.accountNavigation li { float:left; padding:0 .5em 0 .6em; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/line_1x10_e0e0e0.gif") no-repeat left .4em;}
.accountNavigation li a { font-size:11px; white-space:nowrap; color:#666666;}
.accountNavigation li.rss { background:none; padding-top:.4em;}
.accountNavigation li.join { background:none; padding-top:.4em;}
.accountNavigation li.join a { display:block; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/iconMyInfo.gif") no-repeat left .1em; padding:0 0 0 1.2em;}
.accountNavigation li.myInfo { padding-top:.4em;}
.accountNavigation li.myInfo a { display:block; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/iconMyInfo.gif") no-repeat left .1em; padding:0 0 0 1.2em;}
.accountNavigation li.admin { background:none; padding-top:.4em;}
.accountNavigation li.admin a { display:block; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/iconAdmin.gif") no-repeat left .1em; padding:0 0 0 1.2em;}
.accountNavigation li.loginAndLogout { background:none; padding-left:0;}

/* Blog header Child*/
#bodyWrap #header h1 { font-size:2em; padding:.8em 0 .2em 30px; letter-spacing:-.05em;}
#bodyWrap #header h1 a { font-family:Tahoma; color:#53554a;}
#bodyWrap #header #tagLine { padding:0 0 0 30px; color:#7e7f77;} 

#bodyWrap #header #globalNavigation { float:right; padding:1em 1em 1em 0; overflow:hidden;}
#bodyWrap #header #globalNavigation li { float:left; margin-left:-1px; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/blogHeaderVr.gif") no-repeat left center;}
#bodyWrap #header #globalNavigation li a { display:block; float:left; padding:0 .75em; font-weight:bold; font-family:Tahoma; color:#54564b; white-space:nowrap;}

/* Column Left & Right Common Child */
.boxTypeA { position:relative; border:1px solid #EDEDE6; margin-bottom:.2em; background:#FBFBF8;}
.boxTypeB h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
*:first-child+html .boxTypeB h2 { height:20px;} 
.boxTypeB .toggleMask {position:absolute; top:8px; right:5px; cursor:pointer; width:13px; height:13px; overflow:hidden;}
.boxTypeB .showHide { position:relative;}
.boxTypeB .optionList { position:absolute; top:8px; right:0; overflow:hidden;}
.boxTypeB .optionList li { float:left; padding:0 .5em; margin-left:-1px; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/line_1x10_e0e0e0.gif") no-repeat left center;}
.boxTypeB .optionList li a { color:#a4a4a4; font-size:.9em;}
.boxTypeB .optionList li.on a { color:#000000;}
.boxTypeB .showAll { color:#000000; font-size:.9em; white-space:nowrap; display:inline-block; position:relative; left:1.2em; padding-right:.6em; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/iconArrow00.gif") no-repeat right center;}

/* Profile */
div#profile { padding:10px 10px 0; overflow:hidden; padding-bottom:5px;}
div#profile img.profile { width:170px; display:block; margin-bottom:1em; }
div#profile dl#hello {margin-left:1em;margin-right:1em;}
div#profile dl#hello dd { line-height:1.5em; }
div#profile dl#hello dd a {color:#EE6099; text-decoration:none; border-bottom:1px dotted #EE6099; }
div#profile dl#hello dd a:hover {color:#F5166F; border-bottom:1px dotted #F5166F;}
div#profile dl#hello dt { color:#333333; margin-bottom:.2em;}
div#profile dl#hello dt a { color:#333333;}
div#profile dl#hello dd { color:#777777; margin-bottom:1em;}
div#profile ul#admin { overflow:hidden; height:1.2em; margin-left:1.5em;}
div#profile ul#admin li { float:left; padding-right:.6em;}
div#profile ul#admin li a { display:block; padding-left:1.2em;}
div#profile ul#admin li.write a { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/iconWrite.gif") no-repeat left center;}
div#profile ul#admin li.setup { padding-left:.7em; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/blogHeaderVr.gif") no-repeat left center;}
div#profile ul#admin li.setup a { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/iconSetup.gif") no-repeat left center;}
div#profile ul#admin li a { color:#666666;}

div#blog_category { }

/* Search Box */
div#searchBox { margin-bottom:.7em; overflow:hidden; width:100%;}
div#searchBox fieldset { border:none;}
div#searchBox fieldset legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em;}

/* powered by zbxe */
#poweredbyzbxe { text-align:center; margin-top:2em; }
#poweredbyzbxe img { width:138px; height:35px; border:0;}

﻿

/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/

/**
 * Header
 **/

/* blog Title */
.blogHeader { border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/bgH3.gif") repeat-x left bottom; overflow:hidden; _width:100%;}
.blogHeader h3 { float:left; font-size:1.2em; padding:1em 2em .7em 1.2em; background:#ffffff url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/lineH3.gif") no-repeat right bottom;}

/* blog Description */
.blogDescription { color:#AEAEAE; border:1px solid #DDDDDD; overflow:hidden; padding:1em; margin-top:1em;}

/* blog Information */
.blogInformation { width:100%; clear:both; margin:1em 0 .5em 0; overflow:hidden; color:#666666;}
.articleNum { float:left; padding:0 0 0 15px; }

/* gallery sub menu */
.blogSubMenu { margin:0 0 .5em 0; padding:1em 0 .5em .5em; border-bottom:1px solid #e0e1db;}
.blogSubMenu a { text-decoration:none; color:#666666; vertical-align:bottom; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/line_1x10_e0e0e0.gif") no-repeat right 5px; padding-left:10px; padding-right:10px; _padding-top:5px; position:relative; top:5px; }
.blogSubMenu img.sort { vertical-align:middle; }

/* list */
.blogList { width:100%; border:1px solid #e0e1db; border-top:none;}
.blogListNoTopBorder { border:none; }
.blogList th { color:#3e3f3e; font-weight:normal; border-top:1px solid #e0e1db; border-bottom:1px solid #ffffff; padding-top:5px; white-space:nowrap; height:33px; overflow:hidden;}
.blogList th.no_line { background-position:-3px bottom; }
.blogList th a { color:#3e3f3e; text-decoration:none; }
.blogList th.num { border-left:1px solid #ffffff; }
.blogList th.checkbox { text-align:center; }
.blogList th.title { text-align:center; padding-left:1em; }
.blogList th.topic { text-align:left; padding-left:1em; }
.blogList th.category { text-align:left; padding-left:1em; }
.blogList th.category select { vertical-align:middle; width:200px; height:20px;}
.blogList th.reading, th.recommend , th.date { white-space:nowrap;}
.blogList th .sort { padding:0 .2em; vertical-align:middle;}

.blogList tr.notice { background:#f8f8f8; }
.blogList tr.notice .num { font-weight:bold;}
.blogList tr.bg1 { background:#ffffff}
.blogList tr.bg2 { background:#fbfbfb;}
.blogList td { border-top:1px solid #eff0ed; padding:.5em;}
.blogList td.num { font:.8em tahoma; color:#999999; padding:.5em 1em; text-align:center;}
.blogList td.checkbox { font:.8em tahoma; color:#999999; text-align:center;}
.blogList tr.notice td.num { padding:.5em; white-space:nowrap;}
.blogList tr.notice td.notice { font-size:.9em; color:#999999; font-weight:bold; text-align:center;}
.blogList td.thumb img { border:1px solid #E0E1DB; padding:3px; }

.blogList td.title {padding-left:1em; }
.blogList td.title strong.category { font-size:1em; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/line_1x10_e0e0e0.gif") no-repeat right 3px; padding-right:.5em; margin-right:.5em;}
.blogList td.title.bold { font-size:1.2em; font-weight:bold;}
.blogList td.title.bold a { position:relative; top:.3em;}
.blogList td.title * { vertical-align:middle;} 
.blogList td.title,
.blogList td.title a { color:#444444; text-decoration:none;}
.blogList td.title a:visited { color:#777777;}

.blogList td.topic { padding-left:1em; color:#888888; }
.blogList td.topic strong a { font-size:1.2em; font-weight:bold; text-decoration:none; color:#444444; }
.blogList td.topic strong a:visited { color:#777777; }
.blogList td.topic .category { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/line_1x10_e0e0e0.gif") no-repeat left 3px; padding-left:.5em; margin-left:.5em; color:#AAAAAA; }
.blogList td.topic div.author { margin-top:.5em; color:#BBBBBB; font-size:0.8em; }
.blogList td.topic div.author strong { font-size:1.2em; font-weight:normal; color:#666666; }
.blogList td.commentCount { font:bold .8em Tahoma; color:#888888; text-align:center; }

.blogList td.latestPost { color:#888888; }
.blogList td.latestPost div.author { margin-top:.5em; color:#BBBBBB; font-size:0.8em; }
.blogList td.latestPost div.author strong { font-size:1.2em; font-weight:normal; color:#666666; }
.blogList td.latestPost div.date { font-size:0.8em; margin-top:.5em; }
.blogList td.latestPost div.date strong { font-family:Tahoma; font-weight:normal; color:#666666; }

.blogListNoTopBorder td { border-top:none; border-bottom:1px solid #eff0ed; padding:.5em;}

.blogList td.webzineTitle { padding-left:1em; color:#777777;}
.blogList td.webzineTitle strong.category { font-size:1em; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/line_1x10_e0e0e0.gif") no-repeat right 3px; padding-right:.5em; margin-right:.5em;}
.blogList td.webzineTitle.bold { font-size:1.2em; font-weight:bold;}
.blogList td.webzineTitle * { vertical-align:middle;} 
.blogList td.webzineTitle,
.blogList td.webzineTitle a { color:#444444; text-decoration:none;}
.blogList td.webzineTitle a:visited { color:#777777;}

.blogList td.summary { border-top:none; vertical-align:top; color:#666666; line-height:1.25em; padding-left:1em;}
.blogList td.summary a { color:#666666; text-decoration:none; line-height:inherit;}
.blogList td.summary a:visited { color:#999999;}

.blogList td .replyAndTrackback img.trackback { margin-bottom:-.1em;}
.blogList td .replyAndTrackback strong { font:bold 1em Tahoma;}
.blogList td .replyAndTrackback { font:.8em Tahoma; }
.blogList td.author { color:#333333; font-size:.95em; padding-left:1em;}
.blogList td.author a { font-size:1em; color:#333333;}
.blogList td.reading { font:.8em Tahoma; color:#999999; text-align:center;}
.blogList td.recommend { font:bold .8em Tahoma; text-align:center;}
.blogList td.date { font:.8em Tahoma; color:#999999; text-align:center; white-space:nowrap;}
.blogList td input { _margin:-3px;}

.buttonTypeGo { border:none; cursor:pointer; width:24px; height:20px; _position:relative; _top:3px; font:.75em Tahoma; text-align:center;}
*:first-child+html .buttonTypeGo { position:relative; top:3px; }

.thumbnailBox { margin-top:1em; clear:both; overflow:hidden; border-bottom:1px solid #e0e1db; }
.thumbnailBox div.cell { display:block; float:left; overflow:hidden; margin-bottom:1em; margin-right:1em;}
.thumbnailBox div.cell img.thumb { padding:2px; border:1px solid #e0e1db; display:block; margin-bottom:1em; margin-left:auto;margin-right:auto;}
.thumbnailBox div.title { color:#3B96C0; margin-bottom:.2em; overflow:hidden; white-space:nowrap; text-align:center;}
.thumbnailBox div.title a { color:#3B96C0; text-decoration:none;}
.thumbnailBox div.nameAndDate { font-size:.9em; color:#999999; margin-bottom:.2em; text-align:center;}
.thumbnailBox div.nameAndDate a { color:#999999;}
.thumbnailBox div.nameAndDate .author { margin-left:auto; margin-right:right; }
.thumbnailBox div.nameAndDate .author div { display:inline; vertical-align:middle;}
.thumbnailBox div.nameAndDate .date { font:.8em Tahoma; color:#999999;}
.thumbnailBox div.readAndRecommend { font-size:.9em; color:#666666; text-align:center;}
.thumbnailBox div.readAndRecommend .num { font:.8em Tahoma;}
.thumbnailBox div.readAndRecommend .vr { color:#dddddd;}
.thumbnailBox div.readAndRecommend strong.num { font:bold .8em Tahoma; color:#ff6600;}

/* list button */
.leftButtonBox { float: left; margin-top:1em;}
.rightButtonBox { float: right; margin-top:1em;}

/* pageNavigation */
.pageNavigation { display:block; margin-top:1em; text-align:center; font:bold 11px Tahoma; margin-top:1.5em;}
.pageNavigation a { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#666666; display:inline-block; padding:1px 7px 2px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; }
.pageNavigation .current { position:relative; margin-left:-4px; font:bold 11px Tahoma; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; text-decoration:none; line-height:1em; }
.pageNavigation a:hover { background:#F7F7F7; text-decoration:none; }
.pageNavigation a:visited { color:#999999; }
.pageNavigation a.goToFirst, .pageNavigation a.goToLast { border:none; border-right:1px solid #ffffff; border-left:1px solid #ffffff; z-index:99; vertical-align:top; padding:0px 7px 4px 6px;}
.pageNavigation a.goToFirst img, .pageNavigation a.goToLast img { display:inline-block; padding:2px 0; position:relative; top:2px; _top:1px;}

/* Search Form */
.blogSearch { margin-left:auto; margin-right:auto; clear:both; text-align:center;}
.blogSearch select { height:20px; }
.blogSearch input { height:18px; }

/* blogRead */
.blogRead { padding:0; margin:0; }
.blogRead .originalContent { padding:.5em .5em .5em .5em;}
.blogRead .readHeader { padding:0 0 .5em 0; margin-bottom:1em; overflow:hidden; padding-left:10px; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../img/titlebg.gif") repeat-y left top;}

.blogRead .blogTitle{ clear:both; }
.blogRead .blogTitle h4 { font:28px/32px "바탕"; letter-spacing: -3px; word-spacing: 4px; text-align: left; margin:0; display:inline; color:#000;}

.blogRead .dateAndCategory { float:left; overflow:hidden; white-space:nowrap; font-size:1em; font-family: Georgia; text-align: left; font-weight:normal; padding-left:1px; color:#787878 ; }
.blogRead .dateAndCategory a { color:#787878; }
.blogRead .dateAndCategory a:hover { color:#FF0984; }

.blogRead .userInfo { white-space:nowrap; float:left; color:#3074a5; padding-top:1em; padding-left:.2em; font-size:.9em; margin-left:1em; }
.blogRead .userInfo a { font-size:.9em; color:#3074a5; text-decoration:none; }
.blogRead .userInfo .ipaddress { font-size:.9em; color:#AAAAAA; }

.blogRead .readedAndVoted { float:right; overflow:hidden; white-space:nowrap; font-size:.9em; color:#888888; padding-top:1em; padding-left:.2em; }

.blogRead ul.uri { overflow:hidden; margin:0; }
.blogRead ul.uri li { font-size:8pt; color:#c5c7c0; text-align: right; }

.blogRead .contentBody { width:100%; overflow:hidden; }
.blogRead .readBody { padding:0 .3em; color:#555555; overflow:hidden; margin-bottom:0; clear:both; margin-top:2em;}
.blogRead .readBody p { margin:1em 0; line-height:1.5em;}
.blogRead .readBody .alignLeft { float:left; margin:0 1em 1em 0; }
.blogRead .readBody .alignRight { float:right; margin:0 0 1em 1em; }
.blogRead .readBody .valignCenter { vertical-align:middle;}
.blogRead .readBody .clearBoth { display:block; margin:0 0 1em 0;}
.blogRead .readFooter { padding:0 .3em;}
.blogRead .readFooter .tag { margin-bottom:1em;}
.blogRead .readFooter .tag h5 { display:inline; font-size:1em; margin-right:.5em;}
.blogRead .readFooter .tag ul,
.blogRead .readFooter .tag li { display:inline;}
.blogRead .readFooter .tag a { color:#444444;}
.blogRead .readFooter .tag .tagIcon { vertical-align:middle;}
.blogRead .readFooter .fileAttached { border:1px solid #eaeae7; overflow:hidden; background:#fbfbfb;}
.blogRead .readFooter .fileAttached h5 { font-weight:normal; color:#999999; float:left; font-size:1em; margin:.5em .5em 0 .5em; line-height:1.5em;}
.blogRead .readFooter .fileAttached ul { float:left; margin-top:.5em; padding-bottom:1em; }
.blogRead .readFooter .fileAttached li { display:inline; margin-right:.75em; line-height:1.5em;}
.blogRead .readFooter .fileAttached li a { text-decoration:none; font-size:.9em; padding:.1em 0 .1em 1.5em; white-space:nowrap; color:#444444; }
.blogRead .readFooter .fileAttached li a:visited { color:#777777;}
.blogRead .buttonBox { float:right; height:40px; margin-right:1em;}

.blogRead .replyAndTrackbackBox { overflow:hidden; height:40px; float:left;}
.blogRead .replyAndTrackback li { margin-top:10px; _margin-top:8px; margin-left:1em; padding-left:1.4em; float:left; list-style:none;}
.blogRead .replyAndTrackback li.reply { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/iconReply.gif") no-repeat left top;}
.blogRead .replyAndTrackback li.reply a { _position:relative; _top:-.6em;}
.blogRead .replyAndTrackback li.trackback { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/iconTrackback.gif") no-repeat left top;}
.blogRead .replyAndTrackback li.trackback a { _position:relative; _top:0em;}
.blogRead .replyAndTrackback a { color:#333333; white-space:nowrap; text-decoration:none;}
.blogRead .replyAndTrackback a#toggleReply { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/buttonToggleReply.gif") no-repeat right top;}
.blogRead .replyAndTrackback a#toggleTrackback { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/buttonToggleReply.gif") no-repeat right -13px;}
.blogRead .replyAndTrackback .listButton { position:relative; right: 10px; top:-7px; _top:-6px; float:right;}

/* extraVars list */
.extraVarsList { width:100%; border:1px solid #e0e1db; clear:both; margin-bottom:1em; margin-top:1em; border-bottom:none;}
.extraVarsList tr.notice { background:#f8f8f8;}
.extraVarsList tr.notice .num { font-size:.9em; font-weight:bold;}
.extraVarsList tr.bg1 { background:#ffffff}
.extraVarsList tr.bg2 { background:#fbfbfb;}
.extraVarsList th { color:#3e3f3e; font-weight:bold; padding:.8em .5em .5em .5em; border-bottom:1px solid #e0e1db; border-right:1px solid #e0e1db;}
.extraVarsList td { border-bottom:1px solid #e0e1db; padding:.5em .5em .5em 1em; white-space:nowrap; overflow:hidden;}

.trackbackBox { padding:.6em .6em; color:#666666; border-top:1px dotted #e0e1db;;margin-top:.5em;}
.trackbackBox .trackbackItem { padding:.6em .8em .6em .6em; line-height:1.25em; border-bottom:1px dotted #EEEEEE; list-style:none;}
.trackbackBox p { display:inline; margin-bottom:1em;}
.trackbackBox a { color:#666666; text-decoration:none;}
.trackbackBox div  { clear:both; }
.trackbackBox address { display:block; padding:0 .3em 0 0; }
.trackbackBox address a { font-size:.9em; color:#3074a5; margin-right:.3em; float:left;}
.trackbackBox address .date { font:.8em Tahoma; color:#cccccc; float:right;}

.replyBox { padding:.6em .6em; color:#666666; border-top:1px dotted #e0e1db; margin-top:.5em;}
.replyBox .replyItem { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE; list-style:none;}
.replyBox p { display:inline; margin-bottom:1em;}
.replyBox .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;}
.replyBox .author a { color:#3074a5; margin-right:.3em; text-decoration:none; }
.replyBox .voted { float:left; font-size:.9em; color:#AAAAAA; margin:0 .3em .5em 1em;}
.replyBox .date { float:right; font:.8em Tahoma; color:#cccccc; margin:.3em 0 .5em 0;}

.replyBox .replyOption { float:right; white-space:nowrap; margin-left:.2em;}
.replyBox .replyOption img { vertical-align:middle;}

.replyBox .replyContent { clear:left; }
.replyBox .replyContent p { display:block; }
.replyBox .replyContent ul li { padding:0; border:none; line-height:1.25em; list-style:disc;}
.replyBox .replyContent ol li { padding:0; border:none; line-height:1.25em; list-style:decimal;}
.replyBox .reply { background-color:#FAFAFA;}
.replyBox .replyIndent { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/iconReplyArrow.gif") no-repeat .0em .3em; padding-left:1.3em;}

.replyBox .fileAttached { _width:99%; border:1px solid #eaeae7; overflow:hidden; background:#fbfbfb; margin-top:.3em; list-style:none;}
.replyBox .fileAttached ul { float:left; padding:.3em 1em .2em 0; margin-left:.5em; _margin-left:.25em;}
.replyBox .fileAttached li a { font-size:.9em; white-space:nowrap; position:relative; color:#444444; }
.replyBox .fileAttached li a:visited { color:#777777;}

.commentButton { margin-top:.5em; }

/* blogEditor */
.blogEditor { padding:.5em 0 1em 0; width:100%; overflow:hidden;}
.blogEditor.reply { padding:.5em 1em 1em 1em; width:auto; overflow:hidden;}
.blogEditor legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em;}
.blogEditor fieldset { _width:100%; border:1px solid #eaeae7; border-top:none;}
.blogEditor .userNameAndPw { position:relative; background:#fbfbfb; border-top:1px solid #eaeae7; border-bottom:1px solid #e1e1e1; padding:.5em 1em; white-space:nowrap;}
.blogEditor .userNameAndPw * { vertical-align:middle;}
.blogEditor .userNameAndPw label { margin-right:.2em; color:#666760;}
.blogEditor .userNameAndPw input { color:#aaaaaa;}
.blogEditor .userNameAndPw .userName { width:6em; margin-right:.8em;}
.blogEditor .userNameAndPw .userPw { width:5em;}
.blogEditor .userNameAndPw .emailAddress { width:6em;}
.blogEditor .userNameAndPw .homePage { width:6em;}
.blogEditor .userNameAndPw .checkSecret { position:absolute; right:2em; top:.7em;}
.blogEditor .borderTop { border-top:1px solid #eaeae7; }

/* blogWrite */
.blogWrite { width:100%; position:relative;}
.blogWrite .userNameAndPw { margin-bottom:-1px;}
.blogWrite .blogEditor fieldset { width:auto; position:relative;}
.blogWrite div.title { border-bottom:1px solid #eff0ed; border-top:1px solid #eff0ed; padding:.5em 0 .5em 1em; white-space:nowrap;}
.blogWrite div.title label.title { display:block; float:left; font-weight:bold; padding:.4em 0 0 1.5em; width:8em; white-space:nowrap;}
.blogWrite div.title input#title { width:60%;}
.blogWrite .option { border-bottom:1px solid #e1e1e1; padding:.5em 0 .5em 1em; overflow:hidden; _height:20px; }
.blogWrite .option dt { display:block; float:left; font-weight:bold; padding:.3em 0 0 1.5em; width:8em; white-space:nowrap;}
.blogWrite .option dd { float:left; margin-right:1em; padding-top:.2em; _padding-top:.1em;}
.blogWrite .option dd * { vertical-align:middle;}
.blogWrite .option dd select { width:7em; font-size:.95em;height:20px;}
.blogWrite .inputTypeText { background:#fbfbfb;}
.blogWrite .trackbackURI { clear:both; border-top:1px solid #eff0ed; padding:4px 0 .8em 0;}
.blogWrite .trackbackURI label { display:block; float:left; color:#333333; font-weight:bold; padding:.4em 0 0 1.5em; width:11em;}
.blogWrite .trackbackURI .inputTypeText { width:50%;}
.blogWrite .tag { clear:both; border-top:1px solid #eff0ed; padding:.8em 0;}
.blogWrite .tag label { display:block; float:left; color:#333333; font-weight:bold; padding:.4em 0 0 1.5em; width:11em;}
.blogWrite .tag .inputTypeText { width:50%;}
.blogWrite .tag .help { vertical-align:middle;}
.blogWrite .tag .info { padding:.5em 0 0 .6em; margin-left:14em; font-size:.9em; color:#999999; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/iconArrowD8.gif") no-repeat left center;}
.blogWrite .extra_vars { clear:both; border-top:1px solid #eff0ed; padding:.8em 0;}
.blogWrite .extra_vars label { display:block; float:left; color:#333333; font-weight:bold; padding:.4em 0 0 1.5em; width:11em;}
.blogWrite .extra_vars .info { clear:both; padding:.5em 0 0 .6em; margin-left:14em; font-size:.9em; color:#999999; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/iconArrowD8.gif") no-repeat left center;}
.blogWrite .extra_vars ul li { float:left; margin-right:1em; }

.smallBox { border:1px solid #e0e1db; margin-left:auto; margin-right:auto; }
.smallBox.w268 { width:268px;}
.smallBox .header { position:relative; _width:100%; background:#ffffff url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/normal/bgH3.gif") no-repeat left bottom; overflow:hidden;}
.smallBox .header h3 { clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #fe3614; }
.smallBox .complex { padding:1.5em 2em 2em 2em;}
.smallBox .inputPassword { position:relative; border:none; padding:2em 2em 1.5em 2em;}
.smallBox .inputPassword .inputTypeText { float:left; margin-right:.5em; width:8em;}
.smallBox .inputPassword legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em; text-indent:-100em;}


/* 寃뚯떆臾쇱쓽 ?앹뾽 硫붾돱 */
.comment_popup_menu, .document_popup_menu { text-align:right; margin-top:3em; clear:both; display:block;  background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/document_menu.gif") no-repeat right top; padding-right:16px;  height:18px; }
.comment_popup_menu span, .document_popup_menu span { cursor:pointer; display:inline; background:none; padding:0 0 0 0; margin:0 0 0 0; }



/* blog Title */
.blogHeader { position:relative; _width:100%; border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/bgH3.gif") repeat-x left bottom; overflow:hidden;}
.blogHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-bottom:3px solid #fe3614; background:#ffffff url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/common/lineH3.gif") no-repeat right bottom;}

#blog_category { position:relative; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/white/bgBoxTypeB.jpg") repeat-x left top; margin-bottom:.2em; padding-left:.3em;  }
.boxTypeB { position:relative; border:1px solid #e0e1db; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/white/bgBoxTypeB.gif") repeat-x left top; margin-bottom:.7em;}
#bodyWrap #header #globalNavigation li.on a { color:#fe3614;}

#bodyWrap #accountNavigation li { float:left; margin-right:-1px; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/white/blogHeaderVr.gif") no-repeat right center;}
#bodyWrap #header { clear:both; height:9.5em; margin:10px 10px .5em 10px; border:1px solid #e0e1dc; border-bottom:none; background:#fbfbfb url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/white/blogHeaderLine.gif") no-repeat left bottom; overflow:hidden;}

/* account Navigation */
#blogAccountNavigation li.join a { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/white/iconMyInfo.gif") no-repeat left top; padding-left:14px; }
#blogAccountNavigation li.myInfo a { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/white/iconMyInfo.gif") no-repeat left top; padding-left:14px; }

/* blog Information */
.articleNum { float:left; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/white/iconArticle.gif") no-repeat left top; }
.articleNum strong { font:bold 11px Tahoma; color:#ff6600;}

/* style.list */
.blogList th { background:#ffffff url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/white/lineBlogListTh.gif") no-repeat left bottom; }
.blogList td.recommend { color:#ff6600; }
.blogList td .replyAndTrackback { color:#ff6600; }
.buttonTypeGo { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/white/buttonTypeInput24.gif") no-repeat; }

/* pageNavigation */
.pageNavigation .current { color:#ff6600; border-right:1px solid #CCCCCC; }

/* blogRead */
.blogRead .readFooter .fileAttached li a { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/white/iconFile.gif") no-repeat left top;}

/* replyAndTrackback */
.replyAndTrackback { background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/white/bgBlogListTh.gif") repeat-x left 0px; }
.replyAndTrackback a strong { color:#ff6600;}
.replyBox .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url("../../../../modules/blog/skins/jinhwanNET_blog/css/../images/white/iconFile.gif") no-repeat left;}

﻿/* 
	jinhwanNet v1.0 CSS 
	edited by http://jinhwan.net ('07.09.30)
*/


/* 페이지 가로 사이즈 980px 용 CSS */

/* 페이지 전체 공통 CSS 설정 */
html { min-height: 100%; }
*	 { margin: 0; padding: 0; }
body { background: #d3d3d4;	color: #444; font: normal Tahoma,sans-serif,"굴림체"; }
li   { list-style: none; }
code { padding-bottom: 1.2em; background: #FFF;	border: 1px solid #EEE;	border-left: 6px solid #C1CAD3;	color: #666; display: block; font: normal .9em Tahoma,sans-serif; line-height: 1.6em; margin-bottom: 12px; padding: 8px 10px; white-space: pre; }
blockquote { background: url("../../../../modules/blog/skins/jinhwanNET_blog/css/../img/quote.gif") no-repeat; display: block; font-weight: bold; padding-left: 28px; }
.clearer {clear: both;}
.left    {float: left;}
.right   {float: right;}
a { text-decoration:none; }

/* 언어선택 */
#jbodyWrap { position:relative; width:999px; margin:0 auto; padding:0;}
#jheader { position:relative; width:999px; height:0px; z-index:99;}
#jlanguage { position:absolute; top:23px; left:10px; z-index:100; color:#ffffff;}
#jlanguage strong { color:#ffffff; font:.88em Tahoma; margin-right:3px;}
#jlanguage a img { vertical-align:-5px;}
#jlanguage ul { position:absolute; top:15px; right:0px; display:none; background:#2F364B;}
#jlanguage ul li { list-style:none; }
#jlanguage ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#ffffff; text-decoration:none;}
#jlanguage ul li a:hover { background:#545B70;}

/* top(상단) CSS 설정 */
#top    { background: #d3d3d4;	padding: 40px 1px 0; }
#top .header { background: #FFF; height: 150px; margin: 0 auto; padding: 10px 10px 1px; width: 980px; }
#top .header .left { background: #98999b; height: 150px; text-align: center; width: 764px; color: #FFF; height: 150px; }
#top .header .right { overflow: hidden; width: 212px; background: #525d78; color: #FFF; height: 150px; font-size: 1em; }
#top .header .left .logotext { color:#FFF; padding: 50px 40px 0 0; font:bold 1.5em Tahoma,sans-serif; line-height: 25px; }

#top .header .left .left_logoimg { float:left; }
#top .header .left .left_rightbox { }
#top .header .left .left_rightbox .topmenu { text-align:right; padding:15px 20px 10px;}
#top .header .left .left_rightbox .topmenu li { display:inline; }
#top .header .left .left_rightbox .topmenu li a { font-weight:normal; text-decoration:none; color:#fff; padding-right:5px; padding-left:5px; font:.9em Tahoma,돋움;}
#top .header .left .left_rightbox .topmenu li a:hover { color: #F5166F; }
#top .header .left .left_rightbox .bigtitle { text-align:left; padding:30px 10px 0; }
#top .header .left .left_rightbox .bigtitle a {text-decoration:none; padding-left:25px; color:#fff; font:2.3em Tahoma,굴림; font-weight:bold;}
#top .header .left .left_rightbox .smalltitle { text-align:left; padding:0 10px 10px; }
#top .header .left .left_rightbox .smalltitle a {text-decoration:none; padding-left:30px; color:#fff; font:1.1em Tahoma,돋움;}

/* mbody(본문) CSS 설정 */
#mbody { padding: 0 1px 0; }
#mbody .container { background: #FFF; padding: 0 10px 0; width: 980px; margin: 0 auto; font-size: 12px; }
#mbody .container .navigation {	background: #D9E1E5 url("../../../../modules/blog/skins/jinhwanNET_blog/css/../img/nav.gif"); border: 1px solid #DFEEF7; border-color: #DFEEF7 #CFDEE7; height: 41px; }
#mbody .container .navigation a { background: #D9E1E5 url("../../../../modules/blog/skins/jinhwanNET_blog/css/../img/nav.gif"); border-right: 1px solid #AFBEC7; color: #456; display: block; float: left; font: bold 1.1em sans-serif; line-height: 41px; padding: 0 20px; text-decoration: none; }
#mbody .container .navigation a:hover { background-position: left bottom; color: #234; }
#mbody .main { border-top: 3px #FFF solid; background: url("../../../../modules/blog/skins/jinhwanNET_blog/css/../img/bgmain980.gif") repeat-y; }
#mbody .main .content { float: left; margin: 10px 0; padding: 0 16px; width: 729px; font-size: 1em; }

#mbody .main .sidenav { float: right; width: 212px; font-size: 1em; }
#menudetail {}
#menudetail li { }
#menudetail li a { display:block; padding: 8px 0 8px 15px; border-bottom:1px solid #EAEADA; color:#654; position:relative; z-index:99; text-decoration:none; font-weight: bold; }
#menudetail li a:hover,
#menudetail li a:focus { }
#menudetail li.on a { color:#654; background:#F0F0EB;}
#menudetail li.on a:hover,
#menudetail li.on a:focus { }
#menudetail li ul { display:block; padding: 0 0 0 15px; position:relative;}
#menudetail li.on ul { display:block; }
#menudetail li ul li { border-top:1px dotted #EAEADA; position:relative; top:-1px;}
#menudetail li ul li a { width:180px; font-weight: normal; color:#654 !important; border:none; background:none !important; border:none !important;}
#menudetail li ul li a:hover,
#menudetail li ul li a:focus { font-weight:normal !important; color:#F5166F !important;}
#menudetail li.on ul li.on a { color:#CC5200 !important; font-weight:normal !important; background: url("../../../../modules/blog/skins/jinhwanNET_blog/css/../img/sidenavonp.gif") no-repeat !important;}
#menudetail li.on ul li.on a:hover { color:#F5166F !important; }

#recent {}
#recent li a { display:block; padding: 8px 0 8px 15px; border-bottom:1px solid #EAEADA; color:#654; position:relative; z-index:99; text-decoration:none; font-weight: bold; }
#recent li ul { display:block; padding: 0 0 0 15px; position:relative; font-weight: normal; }
#recent li ul li { position:relative; display:inline; }
#recent li ul li a{ border: 0; padding:0 ; font-weight: normal; display:inline;}


#mbody .footer { background: #98999b; color: #FFF; font: bold 1em sans-serif; line-height: 39px; padding: 0 12px; text-align: right; }
#mbody .footer a,.footer a:hover {color: #FFF; font-size:0.9em; text-decoration: none; }

#searchform {padding:7px 5px 5px 10px;}
﻿.login_default { border:0; width:207px; position:relative; _padding-top:2px; display:block;}
*:first-child+html body .login_default { padding-top:2px;}
.login_default legend { display:block; width:0; height:0; overflow:hidden; font-size:0;}
.login_default form { position:relative; border:0; padding:7px 11px 7px 17px; width:185px;}
.login_default form .title { font: #FFF Tahoma; padding-bottom: 7px; font-size: 1.2em; font-weight: bold; }
.login_default form .idpwWrap { overflow:hidden; clear:both; width:172px;}
.login_default form .idpw { float:left; width:110px; }
.login_default form .idpw input { border:1px solid #B5B5B3; color:#fff; width:105px; background:#ADADAC; padding:1px 5px; margin-bottom:2px; font:.9em Tahoma;}
.login_default form .login { float:right;}
.login_default form p.save { clear:both; padding:.3em 0;}
.login_default form p.save input { vertical-align:middle; _margin:-3px;}
*:first-child+html body .login_default form p input { margin:-3px; }
.login_default form p.save label { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#fff;}
.login_default form ul.help { border-top:1px solid #BDBDB8; overflow:hidden; padding:.5em 0 0 0; width:175px;}
.login_default form ul.help li { float:left; display:block; padding:0 3px 0 7px; background:url("../../../../widgets/login_info/skins/jinhwanNET/css/../images/default/vrType1.gif") no-repeat left center;}
.login_default form ul.help li.first-child { background:none; padding-left:0;}
.login_default form ul.help li a { color:#fff; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; white-space:nowrap; text-decoration:none; padding-left:1px;}
.login_default form ul.help li.first-child a { color:#fff; text-decoration:none; padding-right:4px;}
.login_default form ul.help li a:hover { color:#BBEBF1; }

.login_default form .userName { position:relative; width:172px; overflow:hidden; border-bottom:1px solid #e4e4e4; padding:3px 0 6px 0; margin-top:-5px; margin-bottom:10px; }
.login_default form .userName strong { color:#fff; padding:4px 0 0 2px; font:bold .9em Tahoma;}
.login_default form .userName a { position:relative; right:0px; }
.login_default form ul.userMenu { padding:0 0 0 4px; overflow:hidden; margin-top:2px;}
.login_default form ul.userMenu li { list-style:none; height:18px; display:inline;}
.login_default form ul.userMenu li.line1 { padding-left:20px;}
.login_default form ul.userMenu li.line2 { padding-left:24px;}
.login_default form ul.userMenu li.line3 { padding-left:15px;}
.login_default form ul.userMenu li a { font-size:.9em; color:#fff; text-decoration:none;}
.login_default form ul.userMenu li a:hover { color:#BBEBF1;}
.login_default form p.latestLogin { color:#fff; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; padding:6px 0 0 10px;}
.login_default form p.latestLogin span { font:1em Tahoma;}

img.login_mask { width:212px; height:5px; background:#ffffff; display:block;}
.openid_login_default { border:0; width:196px; position:relative; _padding-top:2px; display:block; }
*:first-child+html body .openid_login_default { padding-top:2px;}
.openid_login_default legend { display:block; width:0; height:0; overflow:hidden; font-size:0;}
.openid_login_default form { position:relative; border:0; padding:11px 11px 7px 18px; width:172px; }
.openid_login_default form .idpwWrap { overflow:hidden; clear:both; width:172px;}
.openid_login_default form .idpw { float:left;}
.openid_login_default form .idpw p { margin-bottom:5px; background: url("../../../../widgets/login_info/skins/jinhwanNET/css/../images/openid_login_bg.gif") left no-repeat; padding-left:18px; font-size:.9em Tahoma;color:#fff}
.openid_login_default form .idpw input { border:1px solid #B5B5B3; color:#fff; width:105px; background:#ADADAC; padding:1px 5px; margin-bottom:2px; font:.9em Tahoma;}
.openid_login_default form .login { float:right;}
.openid_login_default form p.save { clear:both; padding:.3em 0;}
.openid_login_default form p.save input { vertical-align:middle; _margin:-3px;}
*:first-child+html body .openid_login_default form p input { margin:-3px; }
.openid_login_default form p.save label { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#fff;}

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

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

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

.nw_box .listTable tr td { border-bottom:1px dotted #DEDEDE; 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:underline; }


.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; }



.latest_white { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
.latest_white h2 { margin:0; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url("../../../../widgets/newest_document/skins/xe_official/css/../images/white/lineNotice.gif") no-repeat left bottom; font-size:1em;}

.latest_white ul { margin:0; padding:0; }
.latest_white ul li { height:20px; background:url("../../../../widgets/newest_document/skins/xe_official/css/../images/white/bulletD0.gif") no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;}

.latest_white ul li .title a { color:#555555; text-decoration:none; }
.latest_white ul li .title a:hover { text-decoration:underline; }
.latest_white ul li .title span.comment { color:#FE6700; font:.9em Tahoma; }
.latest_white ul li .title span.comment a { color:#FE6700; font:.9em Tahoma; }

.latest_white ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}

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

.rss_reader_white { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
.rss_reader_white h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url("../../../../widgets/rss_reader/skins/xe_official/css/../images/white/lineNotice.gif") no-repeat left bottom; font-size:1em;}
.rss_reader_white h2 a { text-decoration:none; color:#000000;} 
.rss_reader_white h2 a:hover { text-decoration:underline;} 

.rss_reader_white ul { margin:0; padding:0; }

.rss_reader_white ul li { height:20px; background:url("../../../../widgets/rss_reader/skins/xe_official/css/../images/white/bulletD0.gif") no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;}

.rss_reader_white ul li .title a { color:#555555; text-decoration:none; }
.rss_reader_white ul li .title a:hover { text-decoration:underline; }
.rss_reader_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; }
.rss_reader_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; }

.rss_reader_white ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}

