@charset "UTF-8";


/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:.75em;}

img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

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

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

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

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

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

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

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

.xe_content { line-height:1.6; overflow:hidden; }

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

/* xe layer */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("/common/tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }

#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; white-space:nowrap;}
#popup_menu_area li a{ text-decoration:none; color:#000;}
#popup_menu_area li a:hover,
#popup_menu_area li a:active,
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}

/* xe faceoff */
.faceOffManager { position:fixed; _position:absolute; right:3px; top:3px;  height:23px; }
 
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Anchor Button */
a.button,
a.button span { position:relative; display:inline-block; text-decoration:none !important; background:url("/common/tpl/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle;}
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; *vertical-align:top;}
/* Large Size */
a.button.large { background-position:left -30px; }
a.button.large span { padding:7px 10px 6px 8px; font:16px/16px Sans-serif; background-position:right -30px;}
/* xLarge Size */
a.button.xLarge { background-position:left -65px; }
a.button.xLarge span { padding:8px 10px 7px 8px; font:20px/20px Sans-serif; background-position:right -65px;}
/* Small Size */
a.button.small { background-position:left -107px; }
a.button.small span { padding:4px 6px 3px 4px; font:11px/11px Sans-serif; background-position:right -107px;}

/* Control Button + Submit Button */
span.button,
span.button button,
span.button input { position:relative; margin:0; display:inline-block; border:0; font:12px Sans-serif; white-space:nowrap; background:url("/common/tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button button,
span.button input { height:23px; left:2px; *vertical-align:top; padding:0 10px 0 8px; line-height:24px; background-position:right top; cursor:pointer; *overflow:visible;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large button,
span.button.large input { height:30px; padding:0 10px 0 8px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small button,
span.button.small input { height:18px; padding:0 6px 0 4px; font:11px/18px Sans-serif; background-position:right -107px;}

/* Strong Button */
a.button.strong *,
span.button.strong * { font-weight:bold !important;}

/* Icon Add */
a.button .icon { position:relative; border:0; vertical-align:middle;}
span.button .icon { position:relative; left:10px; margin-right:8px; vertical-align:middle;}

/* Color Preset */
a.button.green,
a.button.green span,
span.button.green,
span.button.green button,
span.button.green input { background-image:url("/common/tpl/images/buttonGreen.gif"); color:#fff;}
a.button.black,
a.button.black span,
span.button.black,
span.button.black button,
span.button.black input { background-image:url("/common/tpl/images/buttonBlack.gif"); color:#fff;}
a.button.red,
a.button.red span,
span.button.red,
span.button.red button,
span.button.red input { background-image:url("/common/tpl/images/buttonRed.gif"); color:#fff;}
a.button.blue,
a.button.blue span,
span.button.blue,
span.button.blue button,
span.button.blue input { background-image:url("/common/tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}

/* Button Set */
.buttonSet{ width:16px; height:16px; background-image:url("/common/tpl/images/buttonSet.gif"); background-repeat:no-repeat; border:0; background-color:transparent; vertical-align:middle; display:inline-block; text-decoration:none;}
.buttonSet span{ z-index:-1; font-size:0; line-height:0; visibility:hidden;}
.buttonSet.buttonUp{ background-position:0 0;}
.buttonSet.buttonDown{ background-position:0 -16px;}
.buttonSet.buttonLeft{ background-position:0 -32px;}
.buttonSet.buttonRight{ background-position:0 -48px;}
.buttonSet.buttonInfo{ background-position:0 -64px;}
.buttonSet.buttonCopy{ background-position:0 -80px;}
.buttonSet.buttonSetting{ background-position:0 -96px;}
.buttonSet.buttonActive{ background-position:0 -112px;}
.buttonSet.buttonDisable{ background-position:0 -128px;}
.buttonSet.buttonDelete{ background-position:0 -144px;}
.buttonSet.buttonHomepage{ background-position:0 -160px;}
.buttonSet.buttonBlog{ background-position:0 -176px;}
.buttonSet.buttonCalendar{ background-position:0 -192px;}
.buttonSet.buttonLayoutEditor{ background-position:0 -208px;}
.buttonSet.buttonAddWidget{ background-position:0 -224px;}
.buttonSet.buttonAddContent{ background-position:0 -240px;}


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

Modified by SIRINI (http://sirini.net)
*/

/**
 * Header
 **/

/* board Title */
.boardHead { border-bottom:1px solid #e1e1dd; background: url("/modules/board/skins/sirini_skin_v095/images/white/sirini_img/board.header.bottom.png") repeat-x left bottom; overflow:hidden;}
.boardHeader .boardHeadTop { width:100%;}
.boardHead h3 { margin:0; float:left; padding: 10px; font-size: 14pt; font-family: Malgun Gothic, sans-serif; font-weight: bold; color: #5e5e5e;}
.boardHead h3 span { color: #888; font-size: 12pt; }

/* board Description */
.boardDescription { color:#aaa; border-bottom:2px solid #ddd; border-top: 0 none; border-left: 1px solid #ddd; border-right: #ddd 2px solid; overflow:hidden; padding:10px; margin: 0 0 10px 0; background-color:#fff;}

/* board Information */
.boardInformation { width:100%; clear:both; margin:5px 0 2px 0; overflow:hidden; color:#666;}
.articleNum { float:left; padding:0 0 0 15px; }

/* account Navigation */
.accountNavigation { margin:0; padding:0; float:right; }
.accountNavigation li { float:left; margin-left:7px; list-style:none; }
.accountNavigation li a { white-space:nowrap; color:#666; text-decoration:none;}
.accountNavigation li.setup a { background:url("/modules/board/skins/sirini_skin_v095/images/common/iconSetup.gif") no-repeat left top; padding-left:14px; }
.accountNavigation li.admin a { background:url("/modules/board/skins/sirini_skin_v095/images/common/iconAdmin.gif") no-repeat left top; padding-left:12px; }
.accountNavigation li.listType { margin-left:5px; }
.accountNavigation li.loginAndLogout a { background:url("/modules/board/skins/sirini_skin_v095/images/common/line_1x10_e0e0e0.gif") no-repeat left 2px; padding-left:8px; }

/* secret Content */
.secretContent { margin:20px auto; text-align:center; border:1px solid #efefef; width:240px; }
.secretContent .title { padding:10px 0 10px 0; background-color:#efefef; display:block; font-weight:bold; }
.secretContent .content { padding:10px 0 10px 0; background-color:#fff; display:block; }

/* blog Style Notice */
.blogNotice { margin-bottom:10px; padding:5px; }
.blogNotice .item { background:url("/modules/board/skins/sirini_skin_v095/images/common/notice.gif") no-repeat -2px 3px; padding:3px 0 3px 18px; }
.blogNotice .item .date { font-family:verdana; font-size:.9em;color:#aaa; }
.blogNotice .item a { text-decoration:none; color:#888; }
.blogNotice .item a:hover { text-decoration:underline}
.blogNotice .item .replyAndTrackback { color:#aaa; font-size:.9em; }

/* boardRead */
.viewDocument { margin-bottom: 30px; }
.boardRead { margin:10px 0 10px 0; }

.boardRead .titleAndUser { overflow:hidden; background:#fff url("/modules/board/skins/sirini_skin_v095/images/white/sirini_img/top.back.gif") repeat-x top; height: 36px; color: #666; font-weight: bold; padding-left: 15px; }

.boardRead .titleAndUser .title { float:left; margin: 5px 0 5px 0; }
.boardRead .titleAndUser h4 { margin:0; font-size: 12pt; margin-left: 3px; font-family: "Malgun Gothic", sans-serif; }
.boardRead .titleAndUser h4 a { color:#666; text-decoration:none; }
.boardRead .titleAndUser h4 a:hover { text-decoration:underline; }

.boardRead .titleAndUser .userInfo { float: right; white-space:nowrap; margin-top:11px; padding-right: 15px; }
.boardRead .titleAndUser .userInfo .author { color:#3074a5; }
.boardRead .titleAndUser .userInfo .author a { font-size:.9em; color:#3074a5; text-decoration:none; }

.boardRead .dateAndCount { clear:both; color:#aaa; font-size:.9em; font-family:tahoma; line-height:17px; padding: 5px; border-bottom: #eee 1px solid; background-color: #fafafa; }

.boardRead .dateAndCount .uri { float:left; }
.boardRead .dateAndCount .uri a { text-decoration:none; margin-left:4px; color:#bbb; }

.boardRead .dateAndCount .date { float:right; color: #aaa; }
.boardRead .dateAndCount .readedCount { float:right; color:#aaa; margin:0 10px 0 10px; }
.boardRead .dateAndCount .votedCount { float:right; color:#aaa;  margin-left:10px; padding-left:18px;}
.boardRead .dateAndCount .replyAndTrackback { float:right; }
.boardRead .dateAndCount .replyAndTrackback .replyCount { margin-left:10px; float:left; }
.boardRead .dateAndCount .replyAndTrackback .trackbackCount { margin-left:10px; float:left; }
.boardRead .dateAndCount .replyAndTrackback a { color:#999; white-space:nowrap; text-decoration:none; }
.boardRead .dateAndCount .replyAndTrackback a:hover { text-decoration:underline; }
.boardRead .dateAndCount .category { float:left; margin-right:10px; }
.boardRead .dateAndCount .category a { color:#888; text-decoration:none; background:url("/modules/board/skins/sirini_skin_v095/images/common/category.gif") no-repeat left -1px; padding-left:18px; font-weight:bold;}
.boardRead .dateAndCount .category a:hover { text-decoration:underline; }

/* extraVars list */
.boardRead .extraVarsList { width:100%; border:1px solid #e0e1db; border-bottom:none; margin:0 0 30px 0; table-layout:fixed;}
.extraVarsList th { font-weight: normal; color:#666; text-align: left; padding:4px 0 4px 10px; border-bottom:1px solid #e0e1db; border-right:1px dotted #e0e1db; background-color: #ffffe9;}
.boardRead .extraVarsList td { color:#888; border-bottom:1px solid #e0e1db; padding:4px 0 4px 10px; }
.boardRead .extraVarsList td a { color:#888; }

.boardRead .readBody { color:#666; margin: 10px 15px 10px 15px; }
.boardRead .readBody .xe_content { line-height: 170%; }

.boardRead .tag { background:#fff url("/modules/board/skins/sirini_skin_v095/images/common/iconTag.gif") no-repeat 3px 2px; padding-left:25px; margin:10px 0 0 0; }
.boardRead .tag ul { margin:0; padding:0; }
.boardRead .tag li { display:inline; list-style:none;}
.boardRead .tag li a { color:#999; text-decoration: none; font-family: Dotum, 돋움, sans-serif; font-size: 11px; }

.boardRead .fileAttached { border:1px solid #efefef; background-color:#fafafa; padding:5px; margin-top:10px; overflow:hidden;}
.boardRead .fileAttached h5 { font-weight:normal; color:#999; font-size:1em; line-height:22px; }
.boardRead .fileAttached ul { padding:0; margin:0; }
.boardRead .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin:0 10px 5px 0; }
.boardRead .fileAttached li a { text-decoration:none; white-space:nowrap; color:#888; font-family: Dotum, 돋움, sans-serif; font-size: 11px; }
.boardRead .fileAttached li a:visited { color:#999;}

.boardRead .contentButton { text-align:right;margin:10px 0 5px 0; border-top:1px solid #ddd; padding-top:10px;}
.siriniExtraView { margin: 20px; }


.trackbackBox { padding: 5px; color: #999; border:1px solid #eee; background-color: #fafafa; margin-top:.5em; }
.trackbackBox .trackbackUrl { color:#1F3DAE; font-size:.9em; background:url("/modules/board/skins/sirini_skin_v095/images/common/iconTrackback.gif") no-repeat left top; padding-left:18px; margin:0; }
.trackbackBox .trackbackItem { background-color:#F3F3F3; padding:.6em .8em .6em .6em; line-height:1.25em; border-top:1px dotted #eee; list-style:none;}
.trackbackBox p { display:inline; margin-bottom:1em;}
.trackbackBox a { color:#666; 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:#ccc; float:right;}

.replyBox { padding:10px; color:#666; border:1px solid #e0e1db; margin-top:.5em;}
.replyBox .replyItem { background-color:#fff; padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #eee; 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:#aaa; margin:0 .3em .5em 1em;}
.replyBox .date { float:right; font:.8em Tahoma; color:#ccc; margin:.3em 0 .5em 0;}

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

.replyBox .replyContent { clear:left; }
.replyBox .replyContent p { display:block; }
.replyBox .reply { background-color:#fafafa; border-bottom:1px dotted #ddd;}
.replyBox .replyIndent { background:url("/modules/board/skins/sirini_skin_v095/images/common/iconReplyArrow.gif") no-repeat .0em .3em; padding-left:1.3em;}

.replyBox .fileAttached { border:1px solid #efefef; background-color:#fafafa; padding:5px; margin-top:10px; overflow:hidden;}
.replyBox .fileAttached ul { border:0; margin:0; padding:0;}
.replyBox .fileAttached h5 { font-weight:normal; color:#999; float:left; font-size:1em; }
.replyBox .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin:0px 10px 5px 0; }
.replyBox .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#888; }
.replyBox .fileAttached li a:visited { color:#888;}

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

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

/* list */
.boardList { width:100%; overflow:hidden; }

.boardList thead tr th div { white-space:nowrap; margin:0 5px; }
.boardList thead tr th.title , .boardList thead tr th.category, .boardList thead tr th.topic { width:100%; }
.boardList tbody td { white-space:nowrap; }
.boardList tbody td.title { white-space:normal; }
.boardList tbody td.webzineTitle { white-space:normal; }
.boardList tbody a.webzineTitle { font-size: 14pt; font-weight: bold; font-family: "Malgun Gothic", sans-serif; text-decoration: none; color: #124279; }

.boardListNoTopBorder { border:none; }
.boardList th { font-weight: normal; background:#fff url("/modules/board/skins/sirini_skin_v095/images/white/sirini_img/top.back.gif") repeat-x top; height: 36px; color: #999; font-family: Dotum, 돋움; font-size: 11px; text-align: center; }
.boardList th a { color:#999; text-decoration:none; }
.boardList th.num { border-left:1px solid #fff; width: 50px; }
.boardList th.checkbox { text-align:center; width: 50px; }
.boardList th.title { text-align:center; padding-left:1em; }
.boardList th.topic { text-align:left; padding-left:1em; }
.boardList th.category { text-align:left; padding-left:1em; }
.boardList th.category select { vertical-align: middle; border: #eee 1px solid; width: 100px; color: #888; font-family: Dotum, 돋움; font-size: 11px;}
.boardList th.category img { vertical-align: middle; cursor: pointer; }
.boardList th.reading, th.recommend , th.date { white-space:nowrap;}
.boardList th .sort { padding:0 .2em; vertical-align:middle;}
.boardList tr.notice { background:#fafafa; }
.boardList tr.notice .num { font-weight:bold;}
tr.bg1, tr.bg2 { background:#fff;}
tr.bg1:hover, tr.bg2:hover { background-color: #f9f9f9; }
.boardList .siriniList td { background: transparent url("/modules/board/skins/sirini_skin_v095/images/white/sirini_img/list.bottom.dot.gif") repeat-x bottom; height: 28px;}
.boardList td.num { font:.8em tahoma; color:#999; width: 50px; text-align:center;}
.boardList td.checkbox { font:.8em tahoma; color:#999; width: 50px; text-align:center;}
.boardList tr.notice td.num { padding:.5em; white-space:nowrap;}
.boardList tr.notice td.notice { font-size:.9em; color:#999; font-weight:bold; text-align:center;}
.boardList td.thumb { text-align: center; }
.boardList td.thumb img { border:1px solid #E0E1DB; padding:3px; margin:none; }
.boardList .siriniIconBox { border: #ddd 1px dotted; background-color: #ffffea; padding: 3px; }

.boardList td.title {padding-left:1em; }
.boardList .siriniWebzine .title { height: 32px; background: #fafafa url("/modules/board/skins/sirini_skin_v095/images/white/sirini_img/list.bottom.dot.gif") repeat-x bottom; }
.boardList .siriniWebzineNotice a { font-size: 12pt; font-family: "Malgun Gothic", sans-serif; font-weight: bold; }
.boardList .siriniWebzine .notice,
.boardList .siriniWebzine .checkbox { width: 50px; padding: 0 10px 0 10px; height: 32px; background: #fafafa url("/modules/board/skins/sirini_skin_v095/images/white/sirini_img/list.bottom.dot.gif") repeat-x bottom; }
.boardList td.title strong.category,
.boardList td.webzineTitle strong.category { font-size:1em; color: #888; padding-right: 10px;}
.boardList .webzineTitle { padding: 10px; vertical-align: top; }
.boardList div.summary { margin-top: 10px; border: #eee 1px dotted; padding: 5px; background-color: #fcfcfc; line-height: 165%; }
.boardList div.summary a { text-decoration: none; color: #888; }
.boardList a.siriniThumbA { font-size: 14pt; font-family: "Malgun Gothic", sans-serif; text-decoration: none; color: #666; font-weight: bold; }
.boardList td.title.bold { font-size:1.2em; font-weight:bold;}
.boardList td.title.bold a { position:relative; top:.3em;}
.boardList td.title * { vertical-align:middle;}
.boardList td.title,
.boardList td.title a { color: #777; text-decoration:none;}
.boardList td.title a:visited { color:#8e8e8e;}
.boardList .noImg { border: #eee 3px double; text-align: center; font-size: .8em; }
.boardList .noImg a { text-decoration: none; color: #aaa; }
.boardList td.topic { padding-left:1em; color:#888; }
.boardList td.topic strong a { font-size:1em; font-weight:normal; text-decoration:none; color:#222; }
.boardList td.topic strong a:visited { color:#888; }
.boardList td.topic .category { background:url("/modules/board/skins/sirini_skin_v095/images/common/line_1x10_e0e0e0.gif") no-repeat left 3px; padding-left:.5em; margin-left:.5em; color:#aaa; }
.boardList td.topic div.author { margin-top:.5em; color:#BBBBBB; font-size:0.8em; }
.boardList td.topic div.author strong { font-size:1.2em; font-weight:normal; color:#666; }
.boardList td.commentCount { font:bold .8em Tahoma; color:#888; text-align:center; }

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

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

.boardList td.summary { border-top:none; vertical-align:top; line-height: 160%; white-space: normal; padding: 0 0 10px 8px; }
.boardList td.summary a { color:#777; text-decoration:none; }
.boardList td.summary a:visited { color:#777;}

.boardList td .replyAndTrackback img.trackback { margin-bottom:-.1em;}
.boardList td .replyAndTrackback strong { font:bold 1em Tahoma;}
.boardList td .replyAndTrackback { font:.8em Tahoma; }
.boardList td.author { color:#333333; font-size:.95em; }
.boardList td.author a { font-size:1em; color:#333333;}
.boardList td.reading { font:.8em Tahoma; color:#999; text-align:center;}
.boardList td.recommend { font:bold .8em Tahoma; text-align:center;}
.boardList td.date { font:.8em Tahoma; color:#999; text-align:center; white-space:nowrap;}
.boardList 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:#999; margin-bottom:.2em; text-align:center;}
.thumbnailBox div.nameAndDate a { color:#999;}
.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:#999;}
.thumbnailBox div.readAndRecommend { font-size:.9em; color:#666; text-align:center;}
.thumbnailBox div.readAndRecommend .num { font:.8em Tahoma;}
.thumbnailBox div.readAndRecommend .vr { color:#ddd;}
.thumbnailBox div.readAndRecommend strong.num { font:bold .8em Tahoma; color:#ff6600;}

/* board Bottom */
.boardBottom { margin-top:25px; }

/* list button */
.leftButtonBox { float: left; }
.rightButtonBox { float: right; }

/* Search Form */
.boardSearch { margin-top:20px; clear:both; text-align: center;}
.boardSearch select { height: 23px; padding-top: 3px; border: #ddd 1px solid; color: #777; font-size: 12px; vertical-align: middle; }
.boardSearch input { height:18px; vertical-align: middle; }

/* boardWrite */
.boardEditor { margin-bottom:10px; }
.commentEditor { margin-top:10px; }
.editor { margin-top: 15px; }
.editorTypeSelector { }
.boardWrite { padding-bottom:10px;}
.boardWrite fieldset { border:none; }
.boardWrite .userNameAndPw { padding: 10px; border-bottom: #eee 1px solid; text-align: right; background-color: #fafafa; }
.boardWrite .userNameAndPw .userName {width:60px; margin-right:10px; }
.boardWrite .userNameAndPw .userPw {width:60px; margin-right:10px; }
.boardWrite .userNameAndPw .emailAddress {width:60px; margin-right:10px; }
.boardWrite .userNameAndPw .homePage {width:60px; margin-right:10px; }

.boardWrite .title { padding: 10px; border-bottom: #eee 1px solid; }
.boardWrite .title .category { margin-left:10px; height: 20px; font-size: 12px; border: #ddd 1px solid; }
.boardWrite .title label.title { margin:0 10px 0 10px; border: 0 none; }
.boardWrite .title input.title { width:60%; }
.s_titleWidth  {width: 60%; }
.s_writeTitle { background:#fff url("/modules/board/skins/sirini_skin_v095/images/white/sirini_img/top.back.gif") repeat-x top; height: 27px; padding-top: 9px; text-align: center; }

.boardWrite dl { padding: 0; margin:0; border-bottom: #eee 1px solid; background-color: #fafafa; }
.boardWrite dl dd { padding:0; margin:0; }
.boardWrite dl.option { padding:10px; margin-bottom: 15px;}
.boardWrite dl.option dd { display:inline; margin-right:5px; }
.boardWrite dl.option dd * { vertical-align:middle;}
.boardWrite dl.option dd select { width:8em; font-size:.95em; }

.boardWrite .tag { margin-top:10px; margin-left:10px; }
.boardWrite .tag .inputTypeText { width:90%; background:#fff url("/modules/board/skins/sirini_skin_v095/images/common/iconTag.gif") no-repeat 5px 5px; padding-left:30px;}
.boardWrite .tag .help { vertical-align:middle;}
.boardWrite .tag .info { font-size:.9em; color:#999; background:url("/modules/board/skins/sirini_skin_v095/images/common/iconArrowD8.gif") no-repeat 0% 40%; margin-top:5px; padding-left:5px;}

.boardWrite .extraVarsList { width:100%; border-top:1px solid #e0e1db; border-bottom:none; margin:10px 0 10px 0; table-layout:fixed;}
.boardWrite .extraVarsList th { font-weight:normal; color:#888; text-align:left; padding:4px 0 4px 10px; border-bottom:1px solid #e0e1db; border-right:1px solid #e0e1db;}
.boardWrite .extraVarsList td { color:#888; border-bottom:1px solid #e0e1db; padding:4px 0 4px 10px; }
.boardWrite .extraVarsList td a { color:#888; }

.boardWrite .extraVarsList p { margin:5px 0 0 0; padding:0; }
.boardWrite .extraVarsList ul { margin:0; padding:0; }

.gap1 { cursor: pointer; }

.smallBox { border:1px solid #e0e1db; margin-left:auto; margin-right:auto; }
.smallBox.w268 { width:268px;}
.smallBox .header { margin:0; padding:0; position:relative; _width:100%; background: url("/modules/board/skins/sirini_skin_v095/images/white/sirini_img/top.back.gif") repeat-x; overflow:hidden;}
.smallBox .header h3 { margin:0; padding:0; clear:both; font-size:1.1em; padding:.6em 2em .6em 1.2em; font-family: "Malgun Gothic", sans-serif; }
.smallBox .complex { padding:1.5em 2em 2em 2em;}
.smallBox .inputPassword { position:relative; border:none; padding:2em 2em 1.5em 2em;}
.smallBox .inputPassword input,
.smallBox .inputPassword img { vertical-align: middle; }
.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;}
.smallBox .messageBox { background-color:#F3F3F3; padding:20px; border-bottom:1px solid #eee;}

/* Pagination Reset */
.pagination{ padding:15px 0; margin: 0; text-align:center; clear: both;}
.pagination *{ margin:0; padding:0;}
.pagination img{ border:0;}
.pagination a,
.pagination strong{ position:relative; text-decoration:none; color:#8e8e8e; vertical-align:middle;}
.pagination a:hover,
.pagination a:active,
.pagination a:focus{ background-color:#fafafa !important; }
.pagination strong{ color:#ff6600 !important;}
.pagination a.prev,
.pagination a.prevEnd,
.pagination a.next,
.pagination a.nextEnd{ font-weight:normal !important; border:none !important; margin:0 !important; white-space:nowrap; font-family: Dotum, 돋움, sans-serif;}

/* Pagination A1 */
.pagination.a1 a,
.pagination.a1 strong{ margin:0 -4px; padding:1px 10px 1px 8px; border:none; border-left:1px solid #ccc; border-right:1px solid #ddd; font-weight:bold; font-size:11px; background:#fff;}
.pagination.a1 a.prev{ padding-left:10px; background:#fff url("/modules/board/skins/sirini_skin_v095/images/common/arrowPrevA1.gif") no-repeat left center; }
.pagination.a1 a.prevEnd{ padding-left:15px; background:#fff url("/modules/board/skins/sirini_skin_v095/images/common/arrowPrevEndA1.gif") no-repeat left center; }
.pagination.a1 a.next{ padding-right:10px; background:#fff url("/modules/board/skins/sirini_skin_v095/images/common/arrowNextA1.gif") no-repeat right center; }
.pagination.a1 a.nextEnd{ padding-right:15px; background:#fff url("/modules/board/skins/sirini_skin_v095/images/common/arrowNextEndA1.gif") no-repeat right center; }

/* Pagination A2 */
.pagination.a2 a,
.pagination.a2 strong{ margin:0 -4px; padding:0 10px 0 8px; font-weight:bold; font-size:11px; border:none; border-left:1px solid #ddd; border-right:1px solid #ccc; background:#fff; }
.pagination.a2 a.prev{ padding-left:10px; background:#fff url("/modules/board/skins/sirini_skin_v095/images/common/arrowPrevA1.gif") no-repeat left center; }
.pagination.a2 a.prevEnd{ padding-left:15px; background:#fff url("/modules/board/skins/sirini_skin_v095/images/common/arrowPrevEndA1.gif") no-repeat left center; }
.pagination.a2 a.next{ padding-right:10px; background:#fff url("/modules/board/skins/sirini_skin_v095/images/common/arrowNextA1.gif") no-repeat right center; }
.pagination.a2 a.nextEnd{ padding-right:15px; background:#fff url("/modules/board/skins/sirini_skin_v095/images/common/arrowNextEndA1.gif") no-repeat right center; }

/* Pagination B1 */
.pagination.b1 a,
.pagination.b1 strong{ margin:0 -2px; padding:2px 8px; font-weight:bold; font-size:12px;}
.pagination.b1 a.prev{ padding-left:16px; background:url("/modules/board/skins/sirini_skin_v095/images/common/arrowPrevB1.gif") no-repeat left center; }
.pagination.b1 a.next{ padding-right:16px; background:url("/modules/board/skins/sirini_skin_v095/images/common/arrowNextB1.gif") no-repeat right center; }

/* Pagination B2 */
.pagination.b2 a,
.pagination.b2 strong{ margin:0 -2px; padding:2px 6px; font-size:11px;}
.pagination.b2 a.prev{ padding-left:12px; background:url("/modules/board/skins/sirini_skin_v095/images/common/arrowPrevB1.gif") no-repeat left center; }
.pagination.b2 a.next{ padding-right:12px; background:url("/modules/board/skins/sirini_skin_v095/images/common/arrowNextB1.gif") no-repeat right center; }

/* Pagination C1 */
.pagination.c1 a,
.pagination.c1 strong{ margin:0 -2px; padding:2px 4px; font-size:12px;}
.pagination.c1 a.prev,
.pagination.c1 a.next{ display:inline-block; width:13px; height:14px; padding:3px 4px; margin:0;}
.pagination.c1 a.prev{ background:url("/modules/board/skins/sirini_skin_v095/images/common/arrowPrevC1.gif") no-repeat center;}
.pagination.c1 a.next{ background:url("/modules/board/skins/sirini_skin_v095/images/common/arrowNextC1.gif") no-repeat center;}
.pagination.c1 a.prev span,
.pagination.c1 a.next span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;}

/* Pagination C2 */
.pagination.c2 a,
.pagination.c2 strong{ margin:0 -2px; padding:2px 4px; font-size:11px;}
.pagination.c2 a.prev,
.pagination.c2 a.next{ display:inline-block; width:13px; height:14px; padding:3px 4px; margin:0;}
.pagination.c2 a.prev{ background:url("/modules/board/skins/sirini_skin_v095/images/common/arrowPrevC1.gif") no-repeat center;}
.pagination.c2 a.next{ background:url("/modules/board/skins/sirini_skin_v095/images/common/arrowNextC1.gif") no-repeat center;}
.pagination.c2 a.prev span,
.pagination.c2 a.next span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;}

/* 게시물의 팝업 메뉴 */
.comment_popup_menu, .document_popup_menu { text-align:right; background: none; padding:0 15px 0 0; height:18px;  clear:both; font-size: 11px; font-family: Dotum, 돋움, sans-serif;}
.comment_popup_menu a, .document_popup_menu a { cursor:pointer; display:inline; color:#999; text-decoration:none; }

/* tag list */
.tagsBox { border:1px solid #eee; padding:10px; overflow:hidden;}
.tagsBox h5 { margin:0; padding:2px; }
.tags { width:100%; }
.tags div { float:left; padding:2px; margin-right:10px; overflow:hidden; white-space:nowrap; height:15px;}
.tags div a { text-decoration:none; color:#888; line-height:150%;}
.tags div a:hover { background-color:#888; color:#fff;}
.tags .tagTypeA a { color:#fe3614; font-weight:bold; font-size:12pt; background-color:#efefef; margin:0;}
.tags .tagTypeB a { color:#fe3614; font-size:11pt; margin:0;}
.tags .tagTypeC a { font-weight:bold; font-size:11pt; margin:0; background-color:#efefef;}
.tags .tagTypeD a { font-weight:bold; margin:0; background-color:#efefef;}
.tags .tagTypeE a { font-weight:normal; margin:0;}


/* 회원 서명 및 프로필 이미지 출력 */
.memberSignature { border:1px solid #e0e1db; padding:10px; margin-top:20px; clear:both;}
.memberSignature .profile { float:left; margin-right:20px; }
.commentProfileImage { margin:0 10px 10px 0; float:left; }
.replyBox .xe_content { display:inline; }

.display_date {  cursor:pointer; width:80px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1em; padding:3px;  margin-right:10px;}


/* board Title */
.boardHeader h3 { margin:0; border-bottom:3px solid #fe3614; }

/* board Information */
.articleNum { float:left; background:url("/modules/board/skins/sirini_skin_v095/images/white/iconArticle.gif") no-repeat left top; }
.articleNum strong { font:bold 11px Tahoma; color:#ff6600;}

/* account Navigation */
.accountNavigation li.join a { background:url("/modules/board/skins/sirini_skin_v095/images/white/iconMyInfo.gif") no-repeat left top; padding-left:14px; }
.accountNavigation li.myInfo a { background:url("/modules/board/skins/sirini_skin_v095/images/white/iconMyInfo.gif") no-repeat left top; padding-left:14px; }

/* boardRead */
.boardRead .fileAttached li { background:url("/modules/board/skins/sirini_skin_v095/images/white/iconFile.gif") no-repeat left top;}

/* style.list */
.boardList td.recommend { color:#ff6600; }
.boardList td .replyAndTrackback { color:#ff6600; }
.buttonTypeGo { background:url("/modules/board/skins/sirini_skin_v095/images/white/buttonTypeInput24.gif") no-repeat; }

/* pagination */
.pagenation strong { color:#ff6600; }

/* replyAndTrackback */
.buttonBox .replyAndTrackback a strong { color:#ff6600;}

.replyBox .fileAttached li { background:url("/modules/board/skins/sirini_skin_v095/images/white/iconFile.gif") no-repeat left top;}

/* NIGUS.COM */

body { margin:0; padding:0 }
#container { float:left; margin:0; padding:10px 30px 10px 0 }

#extension { width:240px; float:left; margin:0; padding:5px 0 0 0; text-align:center }
#extension .logo { margin:0; padding:0 }

#extension .menu { margin:10px 0; padding:0; text-align:left; font-size:14px; font-family:arial; font-weight:bold; list-style:none }
#extension .menu li { margin:0; padding:0 }
#extension .menu a { display:block; height:32px; margin:0 20px 0 0; padding:8px 0 0 40px; text-decoration:none }
#extension .menu a:hover,
#extension .menu .this { color:#fff }

#extension .submenu { margin:-4px 40px 15px 40px; padding:0; text-align:left; font-size:12px; font-family:arial; font-weight:normal; list-style:none }
#extension .submenu li { margin:0; padding:0 }
#extension .submenu a { display:block; height:16px; margin:0 0 3px 0; padding:3px 3px 3px 20px; border-bottom:1px #b2b2b2 solid; color:#4a4a4a !important; text-decoration:none }
#extension .submenu a:hover { text-shadow:none !important }
#extension .submenu .this { background-color:#ededed !important; text-shadow:none !important }

#content { float:right; margin:0; padding:0; text-align:justify }

#bottom { float:left; clear:both }
#logo { width:240px; float:left; margin:0; padding:10px 0; text-align:center }
#bottom_menu { height:15px; margin:-3px 0 8px 0; padding:0 }
#bottom_menu a { display:block; float:right; margin:0; padding:2px 5px; border-left:1px #dbdbdb solid; color:#666; background:#eaeaea; text-decoration:none }
#bottom_menu a:hover { border-left:1px #333 solid; color:#000; background:#ddd }
#copyright { float:right; margin:0 30px 0 0; padding:10px 0; border-top:1px #c7c7c7 solid; text-align:right; font-size:12px; font-family:tahoma, geneva; color:#666; line-height:145% }

#accordion_box { width:180px; margin:10px auto; padding:0; border:1px #dbdbdb solid; border-top:none }
#accordion_box .header { display:block; height:20px; margin:0; padding:8px 0 0 8px; text-align:left; background:url("/layouts/Me2Day_XE/image/box_title.png") repeat-x }
#accordion_box .content { margin:0; padding:8px; text-align:justify; line-height:130% }
#accordion_box a { display:block; margin:7px 0 0 0; padding:0 12px 0 0; vertical-align:bottom; text-align:right; color:#1171af; font-weight:bold; text-decoration:none; background:url("/layouts/Me2Day_XE/image/more.png") right top no-repeat }

#search,
#login { width:180px; margin:10px auto 0; padding:0; border:1px #dbdbdb solid; text-align:left; background:#fafafa }
#login a { color:#000; text-decoration:none }
#login label { *font-size:10px }
#login .login_text { width: 73px; margin:3px; padding:3px; border:1px #dbdbdb solid; vertical-align:middle }
#login .login_button {width: 81px; margin:3px; padding:3px; border:1px #dbdbdb solid; background:#eaeaea; vertical-align:middle }
#login .signup { display:block; padding:4px 0; text-align:center; font-size:11px; *font-size:10px }
#login .user_info { display:block; margin:3px; padding:3px; text-align:center }
#login .logout { display:block; margin:3px; padding:3px; border:1px #dbdbdb solid; text-align:center; background:#eaeaea }

#search .is_text { width: 99px; height:14px; margin:3px; padding:2px; border:1px #dbdbdb solid; vertical-align:top }
#search .is_button { width: 60px; height:20px; margin:3px 3px 3px 0; padding:1px; border:1px #dbdbdb solid; background:#eaeaea; *vertical-align:middle }

#select_language { width:176px; margin:10px auto 0; padding:3px 2px 2px 2px; border:1px #dbdbdb solid; line-height:200%; background:#fafafa }

/* NIGUS.COM */

#extension .menu a { color:#04558e }
#extension .menu a:hover,
#extension .menu .this { text-shadow:#04558e 2px 2px; background:url("/layouts/Me2Day_XE/image/menu_bg_blue.png") no-repeat }

#extension .submenu a { background:url("/layouts/Me2Day_XE/image/submenu_bg_blue.png") no-repeat }
#extension .submenu a:hover,
#extension .submenu .this { background:url("/layouts/Me2Day_XE/image/submenu_bg_blue_this.png") no-repeat }

/* NIGUS.COM */

body { background:url("/layouts/Me2Day_XE/image/body_bg_1000.png") repeat-y }
#container { width:970px; }
#bottom { width:1000px }
#content,
#copyright { width:720px }
