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


select.dStyle,
textarea.dStyle,
input.dStyle {padding:2px;vertical-align:middle;border:1px solid; font-size:1.1em}

select.dStyle {padding:0;height:23px}
textarea.dStyle {height:100px}
input.dStyle {height:17px}

.bodexContent a,
.accountNavigation a {text-decoration:none}

.displayHide {display:none}
.displayShow {display:block}

/* bodex Title */
.bodexHeader {border:0; border-bottom:3px; vertical-align:bottom; overflow:hidden; *zoom:1}
.bodexHeader h3,
.bodexHeader h4 {border-bottom:3px solid; margin:0; float:left; padding:10px 13px 5px 10px; font-size:1.4em}
.bodexHeader h4 {border:0; padding-top:13px; font-size:1.2em; padding-top:11px\9}

/* bodex Description */
.bodexDescription {border:1px solid; overflow:hidden; padding:10px; margin: 5px 0; *zoom:1}
.bodexDescription:after { content:""; clear:both; display:block}

.displayPointConfig {float:right; margin:0; padding:0}
.displayPointConfig ul {margin:0 0 0 8px; padding:0}
.displayPointConfig li {float:left; margin-left:2px;list-style:none; height:32px; width:32px; background:url("/modules/bodex/skins/xe_default/images/common/balloonText.gif") no-repeat}
.displayPointConfig li div {font:9px Tahoma; line-height:10px; text-align:center; padding:3px 0 0 0}

/* bodex Information */
.bodexInformation {margin:6px 0 3px 0; overflow:hidden; *zoom:1}

/* document count */
.articleNum {float:left; padding:0 0 0 16px; font-size:12px; line-height:13px}

/* account Navigation */
.accountNavigation {margin:0; padding:0; float:right}
.accountNavigation li {float:left; font-size:12px; line-height:14px; margin-left:5px; list-style:none}
.accountNavigation li.loginAndLogout a {padding-left:5px}
.accountNavigation li.myInfoAndJoin a {padding-left:5px}

.accountNavigation li.icon a{display:block; float:left; width:13px; height:13px; overflow:hidden; background-repeat:no-repeat}
.accountNavigation li.icon a span{display:none}
.accountNavigation li.rss a {margin-left:5px}

.accountNavigation li.listTypeClassic a{background-position:0 0}
.accountNavigation li.listTypeClassicActive a{background-position:0 -13px}
.accountNavigation li.listTypeZine a{background-position:-13px 0}
.accountNavigation li.listTypeZineActive a{background-position:-13px -13px}
.accountNavigation li.listTypeGallery a{background-position:-26px 0}
.accountNavigation li.listTypeGalleryActive a{background-position:-26px -13px}

/* category Navigation */
.categoryTab ul {margin:0 0 2px 0; padding:0; overflow:hidden}
.categoryTab li {position:relative; list-style:none; float:left; white-space:nowrap; margin:0 2px 0 0; padding:0; *margin-bottom:2px}
.categoryTab li a {text-decoration:none; border:1px solid; float:left; padding:7px 10px 0 10px; height:18px}
.categoryTab li a span {font-size:.8em}
.categoryTab li.on {font-weight:bold;margin-bottom:-1px}
.categoryTab li.on a {height:19px; background:none}

.categoryMenu {border:0px; width:100%}
.categoryMenu td {white-space:nowrap; overflow:hidden; vertical-align:top}
.categoryMenu td .navigation {border:1px solid; margin:0; padding:0 0 10px 0}
.categoryMenu td .navigation div {white-space:nowrap; font-size:1em;padding:10px 13px 0 13px}
.categoryMenu td .navigation div a {text-decoration:none}
.categoryMenu td .navigation div.on a {font-weight:bold}
.categoryMenu td .navigation div a span {font-size:.8em}
.categoryMenu td .navigation div.total {padding:9px 0 5px 13px; border-bottom:1px solid}

/* bodex Bottom, list button */
.bodexBottom {margin-top:5px}
.bodexBottom .leftButtonBox {float: left}
.bodexBottom .rightButtonBox {float: right}

/* bodexSearch */
.bodexSearch{position:relative; margin:0; padding:1px 0; line-height:normal}
.bodexSearch *{margin:0; padding:0}
.bodexSearch select{height:23px}
.bodexSearch input.dStyle {width:140px}
.bodexSearch fieldset {border:0; margin:0; padding:0}
.bodexSearch .infoEtc{position:absolute; top:13px; right:0}
.bodexSearch .infoEtc li{display:inline}
.bodexSearch .infoEtc li a{display:inline-block; height:11px; background-repeat:no-repeat; overflow:hidden;background-image:url("/modules/bodex/skins/xe_default/images/common/buttonContributorsTaglist.gif")}
.bodexSearch .infoEtc li a span{position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden}
.bodexSearch .infoEtc li.contributors a{width:12px; background-position:0 0}
.bodexSearch .infoEtc li.tag a{width:41px; background-position:-12px 0}

/* Page */
.pagination {padding:15px 0; margin:0; text-align:center; *zoom:1}
.pagination:after { content:""; clear:both; display:block}
.pagination *{margin:0; padding:0}
.pagination img{border:0}
.pagination a,
.pagination strong{border:none; text-decoration:none; position:relative; display:inline-block; line-height:normal; font-family:Tahoma, Sans-serif; vertical-align:middle}
.pagination a{font-weight:normal !important}
.pagination a.prev,
.pagination a.prevEnd,
.pagination a.next,
.pagination a.nextEnd{font-weight:normal !important; white-space:nowrap}

/* Pagination A1 */
.pagination.a1 a,
.pagination.a1 strong{margin-left:-5px; padding:1px 8px 1px 8px; border-left:1px solid; border-right:1px solid; font-weight:bold; font-size:1em;line-height:.9em;*line-height:1em}
.pagination.a1 a.prev{padding-left:10px; background: url("/modules/bodex/skins/xe_default/images/common/arrowPrevA1.gif") no-repeat left center}
.pagination.a1 a.prevEnd{border-left:0;padding-left:15px; background: url("/modules/bodex/skins/xe_default/images/common/arrowPrevEndA1.gif") no-repeat left center}
.pagination.a1 a.next{padding-right:10px; background: url("/modules/bodex/skins/xe_default/images/common/arrowNextA1.gif") no-repeat right center}
.pagination.a1 a.nextEnd{border-right:0;padding-right:15px; background: url("/modules/bodex/skins/xe_default/images/common/arrowNextEndA1.gif") no-repeat right center}

.documentNavigation div * {vertical-align:middle}
.documentNavigation div {margin:2px 0}
.documentNavigation div img {margin-right:2px}
.documentNavigation a,
.documentNavigation strong.category {margin:0 3px 0 0; font-size:1.1em; text-decoration:none}
.documentNavigation strong.category {margin:0; padding-right:5px}
.documentNavigation span.replies,
.documentNavigation span.trackbacks {margin-left:-3px; font-size:.8em}

/* message box */
.smallBox {border:1px solid; width:280px; margin: 30px auto 30px auto; padding-bottom:10px}
.smallBox h3 {border-bottom:3px solid; margin:0; font-size:1.2em; padding:.8em 2em .6em 1.2em}
.smallBox .inputPassword {text-align:center;border:none; padding:2em 2em 1.5em 2em}
.smallBox .inputPassword input {width:5em}
.smallBox .inputPassword input.userPw {margin-right:5px;width:7em}
.smallBox .messageBox {padding:10px}

.iframe_include {margin:0; border:0;width:100%}

/* multimedia box */
.exSkinMediaBox {margin:auto; padding:10px}
.exSkinMediaBox h3 {border-bottom:3px solid}

/* xpress-editor */
.xpress-editor .fileUploader {padding-left:10px}
.commentWrite .xeTextEditor textarea {margin:0; padding:1px}

/* star */
.starPointFrame {overflow:hidden; width:75px; height:14px; background:url("/modules/bodex/skins/xe_default/images/common/starOff.png") no-repeat left top}
.starPointFrame span {float:left; text-indent: -9999px; display:block; overflow:hidden;height:14px;font-size:0; line-height:0}
.starPointFrame span.starColorR {background:url("/modules/bodex/skins/xe_default/images/common/starOnR.png") no-repeat left top}
.starPointFrame span.starColorG {background:url("/modules/bodex/skins/xe_default/images/common/starOnG.png") no-repeat left top}
.starPointFrame span.starColorY {background:url("/modules/bodex/skins/xe_default/images/common/starOnY.png") no-repeat left top}
.starPointFrame i {display:none}

.starPointFrame.small {width:40px; height:8px; background-image:url("/modules/bodex/skins/xe_default/images/common/star_Off.png")}
.starPointFrame.small span {height:8px}
.starPointFrame.small span.starColorR {background-image:url("/modules/bodex/skins/xe_default/images/common/star_OnR.png")}
.starPointFrame.small span.starColorG {background-image:url("/modules/bodex/skins/xe_default/images/common/star_OnG.png")}
.starPointFrame.small span.starColorY {background-image:url("/modules/bodex/skins/xe_default/images/common/star_OnY.png")}

/* Bodex Write */
.bodexWrite {border:1px solid}
.bodexWrite fieldset {border:none}

.bodexWrite .writerInfo {margin:5px 10px 0 10px}
.bodexWrite .writerInfo input {margin-right:10px}
.bodexWrite .writerInfo input.userName,
.bodexWrite .writerInfo input.userPw {width:60px}
.bodexWrite .writerInfo input.emailAddress,
.bodexWrite .writerInfo input.homePage {width:90px}

.bodexWrite dl {padding:0; margin:0}
.bodexWrite dl dd {padding:0; margin:0}
.bodexWrite dl.option {margin:5px 0 0 10px; padding:0}
.bodexWrite dl.option dd {display:inline}
.bodexWrite dl.option dd input {margin:0 5px 0 0}
.bodexWrite dl.option dd * {vertical-align:middle}

/* tag List */
.tagsBox {border:1px solid; padding:10px; overflow:hidden}
.tagsBox h4 {margin:0; padding:2px}
.tagsBox .tags div {float:left; padding:2px; margin-right:10px; overflow:hidden; white-space:nowrap; height:15px}
.tagsBox .tags div a {text-decoration:none; line-height:150%}
.tagsBox .tags .tagTypeA a {font-weight:bold; font-size:12pt; margin:0}
.tagsBox .tags .tagTypeB a {font-size:11pt; margin:0}
.tagsBox .tags .tagTypeC a {font-weight:bold; font-size:11pt; margin:0}
.tagsBox .tags .tagTypeD a {font-weight:bold; margin:0}
.tagsBox .tags .tagTypeE a {font-weight:normal; margin:0}

/* list */
.bodexList {width:100%; border-style:solid; border-width:1px 0}

.bodexList th,
.bodexList td {font-size:1em; font-weight:normal; border:0; padding:7px 5px; vertical-align:middle; text-align:center; white-space:nowrap}

.bodexList thead th {border-bottom:1px solid; height:1.2em}
.bodexList tr.notice td {border-bottom:1px dotted}

.bodexList th.sort a {font-weight:bold; padding-right:5px}
/* ie6~7 */.bodexList th.sort a.asc,
.bodexList th.sort a[rel=asc] {background:transparent url("/modules/bodex/skins/xe_default/images/common/buttonAscending.gif") no-repeat right center}
/* ie6~7 */.bodexList th.sort a.desc,
.bodexList th.sort a[rel=desc] {background:transparent url("/modules/bodex/skins/xe_default/images/common/buttonDescending.gif") no-repeat right center}

.bodexList th.title {width:100%}
.bodexList td.title {width:100%; white-space:normal}

.bodexList td.title,
.bodexList td.nick_name {text-align:left}
.bodexList td.nick_name div {cursor:pointer}

.bodexList td.no,
.bodexList td.regdate,
.bodexList td.ipaddress,
.bodexList td.last_update,
.bodexList td.readed_count,
.bodexList td.voted_count,
.bodexList td.blamed_count {font:.8em Tahoma}

.bodexList td span.rewardPoint {font:bold .8em Tahoma; border:1px solid; padding: 0 1px}

.bodexList td strong.category {padding-right:5px; font-size:1em; line-height:1em}

.bodexList th.title div.category  {position:relative; left:0; top:0; text-align:left}
.bodexList th.title div.category select {float:left;position:absolute; left:0; top:-5px; margin:0; padding:0}

.bodexList th.checkbox,
.bodexList td.checkbox {font-size:1px; text-align:left; margin:0; padding:0}

.bodexList .replies,
.bodexList .trackbacks {font:.8em Tahoma;margin-left:-3px}
.bodexList .replyAndTrackback {margin-left:3px}

/* historyList */
.bodexList.historyList th.title {text-align:right;padding-right:5px}
.bodexList.historyList td.title a,
.bodexList.historyList td.restore a {text-decoration:none}
.bodexList.historyList td.restore .deleteButton {text-decoration:line-through}

div.ccl {font:7px Tahoma; height:15px; line-height:15px}


.exSkinDisplayHideEx {position:absolute; top:-99999px;z-index:-999}

/* bodexRead */
.bodexRead { text-align:left;margin:10px  0 10px 0}

.bodexRead .secret {float:left;margin-right:5px}

.bodexRead a.button,
.bodexRead span.button {margin-top:0; *margin-left:5px}
.bodexRead select.doc_state {margin:0}

.bodexRead .readBody .contentBody {white-space:normal; padding-top:7px}
.bodexRead .readBody .contentBody .xe_content {padding:3px}
.bodexRead .readBody {overflow:hidden}
.bodexRead .readBody.review {border-top:1px solid;margin-top:15px}

.bodexRead .titleAndUser { overflow:hidden; border-bottom:1px solid; *padding-top:1px; *zoom:1}
.bodexRead .titleAndUser div.checkbox {margin-left:-4px}
.bodexRead .titleAndUser .title {float:left; white-space:normal; margin:3px 0 3px 0}
.bodexRead .titleAndUser .title a {text-decoration:none}
.bodexRead .titleAndUser .title a:hover {text-decoration:underline}
.bodexRead .titleAndUser h4{margin:0; font-size:1.4em}
.bodexRead .titleAndUser .userInfo {float:right; white-space:nowrap;margin-top:10px}
.bodexRead .titleAndUser .userInfo .author span {cursor:pointer}

.bodexRead .dateAndCount {white-space:nowrap; margin:4px 0 2px 0; padding:0; font:.9em tahoma; line-height:1.5em; *zoom:1}
.bodexRead .dateAndCount:after { content:""; clear:both; display:block}
.bodexRead .dateAndCount .category {float:left}
.bodexRead .dateAndCount .category a {text-decoration:none; font-weight:bold}
.bodexRead .dateAndCount .category a:hover {text-decoration:underline}
.bodexRead .dateAndCount .date {float:right}
.bodexRead .dateAndCount .readedCount,
.bodexRead .dateAndCount .votedCount {float:right; margin-left:15px}
.bodexRead .dateAndCount .average {margin-right:5px}
.bodexRead .dateAndCount .ccl {float:left; margin-right:5px}

.bodexRead .starRating {margin:10px 0 5px 0}
.bodexRead .starRating table {border:0}
.bodexRead .starRating table th {font-weight:bold;font-size:1em}
.bodexRead .starRating .starPointFrame {width:150px}
.bodexRead .starRating .starPointFrame span.average {font-size:.9em; height:14px;line-height:17px}
.bodexRead .starRating .starPointFrame div {width:80px}
.bodexRead .starRating .average {font-weight:normal}

.bodexRead div.infoBox {width:100%;*zoom:1}
.bodexRead div.infoBox:after { content:""; clear:both; display:block}

.bodexRead div.thumb {position:relative; float:left; text-align:center; margin:0; border:1px solid; margin-right:10px; overflow:hidden}
.bodexRead div.thumbfr {float:right;margin:0;margin-left:10px}
.bodexRead div.thumb img {padding:2px; margin-left:auto; margin-right:auto}
.bodexRead div.thumb img.xeSkinThumbnailImage {cursor:pointer}

.bodexRead div.thumb .xeSkinThumbControl img {display:inline}
.bodexRead div.thumb .xeSkinThumbControl a,
.bodexRead div.thumb .xeSkinThumbControl area {blr:expression(this.onFocus=this.blur())}
.bodexRead div.thumb .xeSkinThumbControl a:focus {-moz-outline-style:none}
.bodexRead div.thumb .xeSkinThumbControl {position:absolute; top:2px; left:2px; display:none}

.bodexRead .extraVarsList {border-top:1px solid;padding:0; overflow:hidden}
.bodexRead .extraVarsList th {font-weight:normal; text-align:left; padding:2px 0 2px 0; white-space:nowrap}
.bodexRead .extraVarsList td {padding-left:5px; white-space:normal}

.bodexRead .extraVarsTable {width:100%}
.bodexRead .extraVarsTable th {font-weight:normal; text-align:left; padding:4px 0 4px 10px; border-bottom:1px solid; border-right:1px solid}
.bodexRead .extraVarsTable td {border-bottom:1px solid ; padding:4px 0 4px 10px}

.bodexRead .contentButton {text-align:right;margin:0; border-top:1px solid; padding-top:5px}

.bodexRead .contentButton .replyAndTrackback {float:left}
.bodexRead .contentButton .replyAndTrackback .replyCount {float:left; margin-right:10px; background:url("/modules/bodex/skins/xe_default/images/common/iconReply.gif") no-repeat left; padding-left:15px}
.bodexRead .contentButton .replyAndTrackback .trackbackCount {float:left; background:url("/modules/bodex/skins/xe_default/images/common/iconTrackback.gif") no-repeat left; padding-left:15px}
.bodexRead .contentButton .replyAndTrackback .replyCount span {font:.8em tahoma;   }
.bodexRead .contentButton .replyAndTrackback .trackbackCount span { font:.8em tahoma;   }

.bodexRead .contentButton .replyAndTrackback a {white-space:nowrap; text-decoration:none}
.bodexRead .contentButton .replyAndTrackback a:hover {text-decoration:underline}

.bodexRead .tag {border-top:1px solid;background: url("/modules/bodex/skins/xe_default/images/common/iconTag.gif") no-repeat 3px 8px; padding:7px 0 4px 35px; margin-top:3px; *zoom:1}
.bodexRead .tag:after { content:""; clear:both; display:block}
.bodexRead .tag ul {margin:0; padding:0}
.bodexRead .tag li {display:inline; list-style:none}
.bodexRead .tag li a {text-decoration:none}

.bodexRead .fileAttached {padding:3px;  margin:3px 0 5px 0; border:2px solid; overflow:hidden; *zoom:1}
.bodexRead .fileAttached:after { content:""; clear:both; display:block}
.bodexRead .fileAttached ul {border:0; margin:0; padding:0}
.bodexRead .fileAttached li {font-size: 1em;line-height: normal;list-style: none; float:left;background-position: 0% 50%;background-repeat: no-repeat;margin-left:5px;padding: 2px 0px 2px 17px;white-space: nowrap}
.bodexRead .fileAttached li a {text-decoration:none; font-size:.9em; white-space:nowrap}
.bodexRead .fileAttached span.fileDownloaded {font-weight:bold}
.bodexRead .fileAttached span.fileError {text-decoration:line-through}

.bodexRead .docReadIpAndUrl {margin-bottom:2px; *zoom:1}
.bodexRead .docReadIpAndUrl:after { content:""; clear:both; display:block}
.bodexRead .docReadIpAndUrl .docReadIp {font:.9em tahoma;float:right;  text-decoration:none}
.bodexRead .docReadIpAndUrl .docReadUri {font:.9em tahoma; float:left}
.bodexRead .docReadIpAndUrl .docReadUri a {text-decoration:none}

/* secret Content */
.secretContent {margin:20px auto; text-align:center; border:1px solid; width:240px}
.secretContent .title {padding:10px 0 10px 0; display:block; font-weight:bold}
.secretContent .content {padding:10px 0 10px 0;display:block}
.secretContent .content input.userPw {width:100px;margin-right:5px}

/* extraVars */
.replyBox .secret {float:right;margin-right:5px}

.replyBox {text-align:left;padding:10px; border:1px solid; margin-top:.5em}
.replyBox .replyItem {padding:.6em .8em .6em .6em; line-height:1.25em; border-bottom:1px dotted; list-style:none}
.replyBox .author {float:left; padding:0; margin:0 .3em .5em 0;*position:relative}
.replyBox .author div {cursor:pointer}
.replyBox .author .voteInfo {font:.8em Tahoma}
.replyBox .date {float:right; font:.8em Tahoma; margin:.3em 0 .5em 0;*position:relative}
.replyBox .voted {float:left; font-size:.9em; margin:0 0 0 10px;*position:relative}

.replyBox .bestReply {margin-bottom: 3px; border:1px solid}

.replyBox p {display:inline}
.replyBox .reply {border-bottom:1px dotted}

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

.replyBox .replyContent {white-space:normal; overflow:hidden}
.replyBox .replyContent p {display:block; *zoom:1}
.replyBox .replyIndent {background:url("/modules/bodex/skins/xe_default/images/common/iconReplyArrow.gif") no-repeat .0em .3em; padding-left:1.3em}

.replyBox .fileAttached {*zoom:1}
.replyBox .fileAttached:after { content:""; clear:both; display:block}
.replyBox .fileAttached li {padding-left:0}
.replyBox .fileAttached img {padding-right:2px}

.trackbackBox {text-align:left;padding:.6em .6em; border:1px solid;margin-top:.5em}
.trackbackBox .trackbackUrl {font-size:.9em;margin:0}
.trackbackBox .trackbackItem {padding:.6em .1em .6em .6em; line-height:1.25em; border-top:1px dotted; list-style:none}
.trackbackBox p {display:inline; margin-bottom:1em}
.trackbackBox a {text-decoration:none}
.trackbackBox address {display:block; padding:0 .3em 0 0; *zoom:1}
.trackbackBox address:after { content:""; clear:both; display:block}
.trackbackBox address a {font-size:.9em; margin-right:.3em; float:left;*position:relative}
.trackbackBox address .date {font:.8em Tahoma; float:right;*position:relative}
.trackbackBox hr {border:0\9}

/* commentWrite */
.bodexWrite dl.option dd.rewardPoint {float:right; margin:3px 5px}
.bodexWrite dl.option dd.rewardPoint a.button {margin:-4px 0 0}
.bodexWrite dl.option dd.rewardPoint {*float:none; *margin:0 10px}

.commentWrite {margin:10px 0 5px 0}
.commentWrite .writerInfo {margin:0 0 5px; padding:0; white-space:normal}
.commentWrite .writerInfo .votePoint {border-bottom:1px solid;padding:5px 0 5px 10px; overflow:hidden}
.commentWrite .writerInfo .votePoint input {margin: 0 5px 0 0}
.commentWrite .writerInfo .votePoint .up {margin-right:5px; padding:3px 0 0 18px;background:url("/modules/bodex/skins/xe_default/images/common/vote_up.gif") no-repeat left top}
.commentWrite .writerInfo .votePoint .down {padding:3px 0 0 18px;background:url("/modules/bodex/skins/xe_default/images/common/vote_down.gif") no-repeat left top}
.commentWrite .writerInfo .votePoint a {text-decoration:none; margin-right:3px}
.commentWrite .writerInfo .votePoint label:hover,
.commentWrite .writerInfo .votePoint a:hover {text-decoration:underline}
.commentWrite .writerInfo .votePoint .exSkinStarPointBox {padding-left:0; margin:0;list-style:none}
.commentWrite .writerInfo .votePoint .exSkinStarPointBox li {float:left}
.commentWrite .writerInfo .votePoint .exSkinStarPointBox li a { display:block;text-decoration:none; width:15px; height:14px; background:url("/modules/bodex/skins/xe_default/images/common/starOff.png") no-repeat left top; font-size:0; line-height:0}
.commentWrite .writerInfo .votePoint .exSkinStarPointBox li a.onR {background-image:url("/modules/bodex/skins/xe_default/images/common/starOnR.png")}
.commentWrite .writerInfo .votePoint .exSkinStarPointBox li a.onG {background-image:url("/modules/bodex/skins/xe_default/images/common/starOnG.png")}
.commentWrite .writerInfo .votePoint .exSkinStarPointBox li a.onY {background-image:url("/modules/bodex/skins/xe_default/images/common/starOnY.png")}
.commentWrite .writerInfo .votePoint .exSkinStarPointBox li a.vote_register,
.commentWrite .writerInfo .votePoint .exSkinStarPointBox li a.vote_cancel {margin-left:8px; width:39px; height:15px; background-image:url("/modules/bodex/skins/xe_default/images/common/labelCancel.gif")}
.commentWrite .writerInfo .votePoint .exSkinStarPointBox li a.vote_register {margin-left:5px;background-image:url("/modules/bodex/skins/xe_default/images/common/labelVote.gif")}

.commentWrite .writerInfo .votePoint .voteEmpty a {float:left; margin-left:8px; width:39px; height:15px; background:url("/modules/bodex/skins/xe_default/images/common/labelCancel.gif") no-repeat left top; font-size:0; line-height:0}

.commentWrite .writerInfo .votePoint .exSkinStarPointBox li a.vote_register span,
.commentWrite .writerInfo .votePoint .exSkinStarPointBox li a.vote_cancel span,
.commentWrite .writerInfo .votePoint .voteEmpty a span {display:none}

/* 게시물의 팝업 메뉴 */
.comment_popup_menu,
.document_popup_menu {text-align:right; padding:0 15px 0 0; height:18px}
.comment_popup_menu a,
.document_popup_menu a {text-decoration:none}

/* 회원 서명 및 프로필 이미지 출력 */
.memberSignature {border:1px solid; padding:10px; margin:10px; *zoom:1}
.memberSignature:after { content:""; clear:both; display:block}
.memberSignature .profile {float:left; margin-right:20px;*position:relative}
.memberSignature .profile img {border:1px solid; padding:3px; margin:none}
.memberSignature .signature {overflow:hidden}

.commentProfileImage {float:left; *position:relative}
.commentProfileImage .profile {margin:0 20px 10px 0}
.commentProfileImage .profile .star {margin-bottom:3px}
.commentProfileImage .profile .adoptComment span {font-weight:bold}
.commentProfileImage .profile .adoptComment a.button {margin:0 0 3px 0; padding:0}
.commentProfileImage .profile .image {border:1px solid; padding:3px; margin:none}

/* 리플창 */
.iframe_include {margin-top:0; width:100%}

.bodexList th {text-align:right}

 /* bodexList gallery */
.bodexList .exSkinThumbnailBox {vertical-align:middle; overflow:hidden;  text-align:center; padding:.8em 0 .2em; white-space:normal}
.bodexList .exSkinThumbnailBox .exSkinCell {position:relative; *zoom:1}
.bodexList .exSkinThumbnailBox .exSkinCell:after { content:""; clear:both; display:block}
.bodexList .exSkinThumbnailBox .exSkinCell span.checkbox input {position:absolute; top:-2px; left:9px}
.bodexList .exSkinThumbnailBox .exSkinCell {float:left; display:block; overflow:hidden; margin:.5em}
.bodexList .exSkinThumbnailBox .exSkinCell img.thumb {padding:2px; border:1px solid; display:block; margin-left:12px;margin-right:12px}
.bodexList .exSkinThumbnailBox .exSkinCell .info {margin-top:5px;*zoom:1}
.bodexList .exSkinThumbnailBox .exSkinCell .info:after { content:""; clear:both; display:block}

.bodexList .exSkinThumbnailBox .category {font-weight:bold; padding:0 0 3px 0; white-space:nowrap}
.bodexList .exSkinThumbnailBox .extravalue {height:10px; padding:0 0 3px 0; font:.8em Tahoma; white-space:nowrap}
.bodexList .exSkinThumbnailBox .ccl {margin-bottom:2px}


.bodexList .exSkinThumbnailBox .title {padding:0 0 3px 0; white-space:nowrap; text-align:center}
.bodexList .exSkinThumbnailBox .title a {text-decoration:none}

.bodexList .exSkinThumbnailBox .nameAndDate {font-size:1em; padding:0;margin-bottom:.2em; text-align:center}
.bodexList .exSkinThumbnailBox .nameAndDate .author {vertical-align:middle; line-height:1.6em;white-space:nowrap}
.bodexList .exSkinThumbnailBox .nameAndDate .author div {cursor:pointer; display:inline}
.bodexList .exSkinThumbnailBox .nameAndDate .date {height:13px; font:.8em Tahoma}

.bodexList .exSkinThumbnailBox .readAndRecommend {font:.8em Tahoma;text-align:right; padding:2px 12px 2px 12px;*zoom:1}
.bodexList .exSkinThumbnailBox .readAndRecommend:after { content:""; clear:both; display:block}


input.dStyle {background:url("/modules/bodex/skins/xe_default/images/white/inputBg.gif") no-repeat right bottom}

select.dStyle,
textarea.dStyle,
input.dStyle {color:#111; border-color:#ccc #aaa #aaa #ccc}

select.dStyle:hover,
textarea.dStyle:hover,
input.dStyle:hover,
select.dStyle:focus,
textarea.dStyle:focus,
input.dStyle:focus {border-color:#444}

/* bodex Title */
.bodexHeader {border-color:#ccc; background: url("/modules/bodex/skins/xe_default/images/white/bgH3.png") repeat-x left bottom}
.bodexHeader h3{color:#111; background:url("/modules/bodex/skins/xe_default/images/white/line_H3_3x15.gif") no-repeat right bottom}
.bodexHeader h4{color:#999}

/* bodex Description */
.bodexDescription {color:#777; border-color:#ccc}
.displayPointConfig li div {color:#555}

/* account Navigation */
.accountNavigation a {color:#444}
.accountNavigation a:hover {color:#111}
.accountNavigation li.loginAndLogout a {background:url("/modules/bodex/skins/xe_default/images/white/line_1x10.gif") no-repeat left bottom }
.accountNavigation li.icon a{background-image:url("/modules/bodex/skins/xe_default/images/white/listTypeIcon.gif")}
.accountNavigation li.rss a{background-image:url("/modules/bodex/skins/xe_default/images/common/iconRss.gif")}

/* document count */
.articleNum {background:url("/modules/bodex/skins/xe_default/images/white/iconArticle.gif") no-repeat left bottom}

/* category Navigation */
.categoryTab li a {color:#111; border-color:#ccc;background:url("/modules/bodex/skins/xe_default/images/white/bgListTh.png") repeat-x top}
.categoryTab li a:hover {border-color:#444}
.categoryMenu a {color:#333}
.categoryMenu a:hover {color:#000}
.categoryMenu td .navigation,
.categoryMenu td .navigation div.total {border-color:#ccc}

/* secret Content */
.secretContent {border-color:#ccc}

/* message box */
/* multimedia box */
.exSkinMediaBox,
.exSkinMediaBox h3,
.smallBox,
.smallBox h3 {border-color:#ccc}
.smallBox .boxHeader {background:url("/modules/bodex/skins/xe_default/images/white/bgH3.png") repeat-x left bottom}

/* Page */
.pagination a {color:#111}
.pagination a:hover {color:#444}
.pagination.a1 a,
.pagination.a1 strong{border-left-color:#ccc; border-right-color:#555}

.documentNavigation a {color:#111}
.documentNavigation a:hover {color:#444}

/* profile & signature */
.memberSignature {border-color:#ddd}
.memberSignature .signature p {color:#666}
.commentProfileImage span.adoptComment {color:#666}
.memberSignature .profile img,
.commentProfileImage .profile .image {border-color: #E0E1DB}

/* popup menu */
#popup_menu_area {}
#popup_menu_area ul li a {color:#444}
.comment_popup_menu,
.document_popup_menu {background:url("/modules/bodex/skins/xe_default/images/white/document_menu.gif") no-repeat right top !important}

/* star */
.bodexBg0,
.starPointFrame span.bodexBg0 {background-color:#fafafa}
.bodexBg1,
.starPointFrame span.bodexBg1 {background-color:#fff}
.replyBox .replyBg0,
.starPointFrame span.replyBg0 {background-color:#eee}
.replyBox .replyBg1,
.starPointFrame span.replyBg1 {background-color:#f8f8f8}

/* tag List */
.tagsBox {border-color:#ccc}
.tags div a {color:#444}
.tags div a:hover {background-color:#888888; color:#fff}
.tags .tagTypeA a {color:#fe3614; background-color:#EFEFEF}
.tags .tagTypeB a {color:#fe3614}
.tags .tagTypeC a,
.tags .tagTypeD a {background-color:#EFEFEF}

/* Bodex Write */
.bodexWrite {border-color:#ccc}
.bodexWrite .info {color:#707070}
.bodexWrite .option label {color:#444}
.bodexWrite .option label:hover {color:#000}

.bodexWrite .extraVarsList {border-color:#ccc}
.bodexWrite .extraVarsList th,
.bodexWrite .extraVarsList td {color:#666; border-color:#ccc}

.bodexWrite .extraVarsList select,
.bodexWrite .extraVarsList textarea,
.bodexWrite .extraVarsList input[type="password"],
.bodexWrite .extraVarsList input[type="text"] {color:#111;border-color:#ccc #aaa #aaa #ccc}

.bodexWrite .extraVarsList select:focus,
.bodexWrite .extraVarsList textarea:focus,
.bodexWrite .extraVarsList input[type="password"]:focus,
.bodexWrite .extraVarsList input[type="text"]:focus,
.bodexWrite .extraVarsList select:hover,
.bodexWrite .extraVarsList textarea:hover,
.bodexWrite .extraVarsList input[type="password"]:hover,
.bodexWrite .extraVarsList input[type="text"]:hover {border-color:#444}

.bodexWrite .extraVarsList input[type="password"],
.bodexWrite .extraVarsList input[type="text"] {background:url("/modules/bodex/skins/xe_default/images/white/inputBg.gif") no-repeat right bottom}

.commentWrite {color:#444; border-color:#ccc}
.commentWrite .writerInfo .votePoint {border-bottom-color:#ccc}
.commentWrite .writerInfo .votePoint label {color:#444}
.commentWrite .writerInfo .votePoint label:hover {color:#000}

/* Bodex Read */
.bodexRead a {color:#333}
.bodexRead a:hover {color:#000}

.bodexRead .titleAndUser {border-bottom-color:#ccc}
.bodexRead .dateAndCount div {color:#777}
.bodexRead .dateAndCount .category a {color:#555}

.bodexRead .extraVarsList {border-top-color:#ccc}
.bodexRead .extraVarsList th,
.bodexRead .extraVarsList td {color:#999; border-color:#ccc}
.bodexRead .extraVarsList td a {color:#999}
.bodexRead .extraVarsList td a:hover {color:#666}

.bodexRead .tag,
.bodexRead .readBody.review,
.bodexRead div.thumb {border-color:#ccc}
.bodexRead .starRating  {color:#888}
.filelistFrame {color:#111;border-color: #ccc}
.filelistFrame a {color:#555}

.bodexRead .fileAttached {border-color:#ccc; background-color:#eee}
.bodexRead .fileAttached li a:visited,
.bodexRead .fileAttached span.fileDownloaded {color:#999}
.bodexRead .fileAttached span.fileError {color:#ccc}

.bodexRead .docReadIpAndUrl .docReadIp,
.bodexRead .docReadIpAndUrl .docReadUri a {color:#aaa}

.bodexRead .contentButton {border-top-color:#ccc}

/* replyBox */
.replyBox {border-color:#ccc}
.replyBox .replyItem {border-color:#ccc}
.replyBox .voted {color:#888}
.replyBox .date {color:#707070}
.replyBox .replyContent .xe_content {color:#555}

/* trackbackBox */
.trackbackBox {color:#555; border-color:#ccc}
.trackbackBox .trackbackItem {background-color:#eee; border-top-color:#ccc}
.trackbackBox address a {color:#444}
.trackbackBox address a:hover {color:#000}
.trackbackBox address .date {color:#707070}
.trackbackBox hr {color:#ccc; border-color:#ccc}

/* list */
.bodexList ,
.bodexList th,
.bodexList td,
.bodexList thead th,
.bodexList tr.notice td {border-color:#ccc}

.bodexList th {background: url("/modules/bodex/skins/xe_default/images/white/bgListTh.png") repeat-x top}
.bodexList th a {color:#111}
.bodexList th a:hover {color:#444}

.bodexList td a {color:#333}
.bodexList td a:hover {color:#000}

.bodexList td.title a:visited {color:#777}

.documentNavigation strong.category,
.bodexList td strong.category {color:#111;  background:url("/modules/bodex/skins/xe_default/images/white/line_1x10.gif") no-repeat right center}

.bodexList td.no,
.bodexList td.regdate,
.bodexList td.ipaddress,
.bodexList td.last_update,
.bodexList td.readed_count,
.bodexList td.voted_count,
.bodexList td.doc_state,
.bodexList td.blamed_count {color:#555}

.bodexList td span.rewardPoint {background-color:#555; border-color:#000; color:#fff}
.bodexList td span.rewardAdopt {background-color:#aaa}

/* bodexList webzine */
.bodexList div.summary {color:#999}
.bodexList .extraTable th,
.bodexList .extraTable td {color:#555}
.bodexList td.thumb img {border-color:#E0E1DB}

 /* bodexList gallery */
.bodexList .exSkinThumbnailBox .exSkinCell img.thumb {border-color: #ccc}
.bodexList .exSkinThumbnailBox .extravalue,
.bodexList .exSkinThumbnailBox .readAndRecommend,
.bodexList .exSkinThumbnailBox .nameAndDate .date,
.bodexList .exSkinThumbnailBox .nameAndDate {color:#555}
.bodexList .exSkinThumbnailBox .nameAndDate .author {color:#111}

 /* bodexList download */
.bodexList .downloadBox,
.bodexList .downloadBox div.thumb,
.bodexList .downloadBox div.info li.title {border-color: #ccc}
.bodexList .downloadBox div.info li .category strong  {background:url("/modules/bodex/skins/xe_default/images/white/line_1x10.gif") no-repeat right bottom }
.bodexList .downloadBox div.info li .star span.average {color:#aaa}
.bodexList .downloadBox div.info li .star,
.bodexList .downloadBox div.info li .star a,
.bodexList .downloadBox div.info li .last_updater,
.bodexList .downloadBox div.info li .extravalue {color:#888}
.bodexList .downloadBox div.info li .summary {color:#555}

.bodexList .downloadBox div.date,
.bodexList .downloadBox div.date a {color:#aaa}
.bodexList .downloadBox div.date a:hover {color:#888}

.blogView {border-color:#aaa}


/* Default Skin - Start */
/* Site link style */
a:link {color:#555555; text-decoration:none;}
a:visited {color:#555555; text-decoration:none;}
a:hover {color:#555555; text-decoration:none;}
a:active {color:#555555; text-decoration:none ;}

#selectLang { margin:0; padding:0; }
#gnb { margin:0; padding:0; }
#lnb { margin:0; padding:0; }
#lnb ul { margin:0; padding:0; }
a {selector-dummy: expression(this.hideFocus=true);}
body {margin:0; padding:0;}
.site {border:1px solid #d6d6d6;}
.site a {color:#666; font-size:12px; text-decoration:none; font-family:돋움;}
.site a:hover {color:#FF3300;}
.site td td {height:17px;}

/* Site Layout - Body Wrap */
body {  background:url("/images/bg_drop.gif") repeat-x top; line-height:0; }
#bodyWrap { position:relative; margin:0 auto; width:980px; padding:0; line-height:16px; }

#header {position:relative; width:980px; height:212px; z-index:99;}
#logo { position:absolute; left:258px; top:57px;}

#tb {position:absolute; right:5px; top:90px;}
#date {position:absolute; right:12px; top:180px; z-index:99;}
#lm {position:absolute; left:3px; top:98px;}
#lm a { float:left;}
#tit {position:absolute; left:395px; top:43px;}

#favor {position:absolute; left:0; top:3px; }
#log { position:absolute; right:0; top:3px;}

#ban {position:relative; width:230px; text-align:center; margin-top:15px;}

/* Site Layout - search */
#header .search{ position:absolute; right:5px; bottom:48px; width:158px; height:32px; z-index:1;}
#header .search{ background:url("/layouts/nabul2_milatte_8T/images/default/bgBlackSearch.gif") no-repeat 16px 6px;}
#header .search *{ vertical-align:middle;}
#header .search .inputText{ position:absolute; top:9px; left:20px; border:0; background:#fff; width:110px; height:15px; padding:0; font-size:12px;} 
#header .search .inputSearch{ position:absolute; top:9px; left:135px;}

/* Site Layout - main menu */
#mainmenu { position:absolute; top:123px; left:0; width:967px; height:85px; margin:0px; padding:0 0 0 13px; overflow:hidden; background:url("/layouts/nabul2_milatte_8T/images/color/bg_blue1.jpg") no-repeat top; }
#gnb { margin-left:60px; }
#gnb li { float:left; list-style:none; }
#gnb li a { display:block; float:left; padding:19px 15px 0 15px; height:33px; color:#fff; text-align:center; white-space:nowrap; text-decoration:none; font:bold 12px 돋움; }
#gnb li a:hover {color:#363636;	background:url("/layouts/nabul2_milatte_8T/images/color/blue1-hover.png") repeat-x left top; }
#gnb li a:focus { }
#gnb li.on a {color:#363636; background:url("/layouts/nabul2_milatte_8T/images/color/blue1-hover.png") repeat-x left top; }

.gnb_sub { position:absolute; left:10px; top:175px; height:24px; margin:0px; overflow:hidden; }
.gnb_sub li { float:left; list-style:none; position:relative; padding-left:1px; left:-1px; white-space:nowrap;}
.gnb_sub li a { display:block; float:left; padding:6px 6px 0 6px; height:17px; color:#999; white-space:nowrap; text-decoration:none; font-family:돋움; font-size:12px;}
.gnb_sub li a:hover,
.gnb_sub li a:focus { color:#666; }
.gnb_sub li.on a { color:#666; }

/* Site Layout - Content Body */
#contentBody { position:relative; width:100%; margin:0px; overflow:hidden; padding-bottom:7px; }

/* Site Layout - Column Left */
#columnLeft { position:relative; float:right; width:230px;}

/* Site Layout - Column Right */
#columnRight { position:relative; overflow:hidden; float:left; width:735px; }
#content {position:relative; overflow:hidden; width:100%; }

/* Site Layout - Footer */
#footer { margin:0 auto; width:980px; padding:10px 0 10px 0; text-align:center; clear:both; background:#fafafa; border-top:#999 solid 2px; border-bottom:1px solid #ddd; margin-bottom:15px;}
#footer li { display:inline; background:url("/layouts/nabul2_milatte_8T/images/white/vrType1.gif") no-repeat left center; margin:0 5px 0 5px;}
#footer li a { color:#666; font:12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}

#copy { text-align:center; padding-top:15px; padding-bottom:10px; color:#999; font:12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}

/* modalWindow */
.loginWindow{ display:none; position:fixed; left:0; top:0; _position:absolute; width:100%; height:100%; z-index:100;} 
.loginWindow.open{ display:block;}
.loginWindow .modalWindow{ display:block; position:fixed; border:0; left:0; top:0; _position:absolute; width:100%; height:100%; background:#000; opacity:.3; filter:alpha(opacity:30);}
.loginWindow .loginLayer{ position:absolute; width:289px; top:120px; left:50%; padding:30px; border:2px solid #737373; margin:0 0 0 -175px; background:#fff;}
.loginWindow .loginLayer form{ display:none; *zoom:1; margin:0 0 29px 0;}
.loginWindow .loginLayer form:after{ content:""; display:block; clear:both;}
.loginWindow .loginLayer form legend{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden;}
.loginWindow .loginLayer fieldset{ border:0; margin:0; padding:0;}
.loginWindow .loginLayer.loginTypeA form.typeA,
.loginWindow .loginLayer.loginTypeB form.typeB{ display:block;}
.loginWindow .loginLayer dl{ margin:0; padding:0 0 1px 0;}
.loginWindow .loginLayer dt{ font-size:12px; font-weight:bold; color:#868d95; margin:0 0 2px 0;}
.loginWindow .loginLayer dd{ margin:0 0 21px 0;}
.loginWindow .loginLayer .inputText{ width:269px; height:31px; padding:6px 9px 0 9px; border:1px solid #ddd; font:20px Tahoma; color:#333;}
.loginWindow .loginLayer .inputText:focus{ background-color:#fbfbfb;}
.loginWindow .loginLayer .inputCheck{ margin:0 3px 0 0; width:13px; height:13px; vertical-align:middle;}
.loginWindow .loginLayer.loginTypeA .inputText{ background-image:url("/layouts/nabul2_milatte_8T/images/default/bgLoginText.gif"); background-repeat:no-repeat; background-position:right top;}
.loginWindow .loginLayer.loginTypeB .inputText{ background-image:url("/layouts/nabul2_milatte_8T/images/default/bgOpenidText.gif"); background-repeat:no-repeat; background-position:right top; padding:6px 9px 0 35px; width:243px;}
.loginWindow .loginLayer .keep{ margin:0; float:left; font-size:11px; line-height:normal; white-space:nowrap;}
.loginWindow .loginLayer .keep label{ color:#555;}
.loginWindow .loginLayer .loginButton,
.loginWindow .loginLayer .loginButton input{ position:relative; border:0; color:#fff; font-size:12px; font-weight:bold; display:inline-block; height:36px; line-height:36px; background-color:transparent; background-image:url("/layouts/nabul2_milatte_8T/images/default/buttonLoginAction.gif"); background-repeat:no-repeat; overflow:visible;}
.loginWindow .loginLayer .loginButton{ float:right; background-position:0 0; right:11px;}
.loginWindow .loginLayer .loginButton input{ left:11px; background-position:right 0; padding:0 30px 0 45px; cursor:pointer;}
.loginWindow .loginLayer .help{ margin:0 -30px -30px -30px; padding:14px 0; list-style:none; text-align:center; background:#fafafa; border-top:1px solid #f2f2f2;}
.loginWindow .loginLayer .help li{ display:inline; font-size:11px; line-height:11px; padding:0 0 0 5px;}
.loginWindow .loginLayer .help li.join{ font-weight:bold;}
.loginWindow .loginLayer .help li.find{ border-left:1px solid #b3b3b3;}
.loginWindow .loginLayer .help li.typeA,
.loginWindow .loginLayer .help li.typeB{ display:none; border-left:1px solid #b3b3b3;}
.loginWindow .loginLayer.loginTypeA .help li.typeA,
.loginWindow .loginLayer.loginTypeB .help li.typeB{ display:inline;}
.loginWindow .loginLayer .help li a{ text-decoration:none; color:#555;}
.loginWindow .loginLayer .help li a:hover,
.loginWindow .loginLayer .help li a:active,
.loginWindow .loginLayer .help li a:focus{ text-decoration:underline;}
.loginWindow .loginLayer .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:27px; height:27px; background:transparent url("/layouts/nabul2_milatte_8T/images/default/buttonCloseX.gif") no-repeat center center;}
.loginWindow .loginLayer .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}

/* ----- Quick Menu ----- */
#slideWrap { width:940px; margin:0px auto;}
#slideWrap .slideArea {position: relative; display:inline; z-index:2}
/* #slideWrap .slideArea .slideMenu{position:absolute;width:27px;height:57px; left:222px;top:220px;} */
#slideWrap .slideArea .slideMenu{background: url("/layouts/nabul2_milatte_8T/images/default/quick_bg.gif") no-repeat; position:absolute;width:27px;height:57px; left:965px;top:250px;}

.slideMenu .up {width:27px; height:14px; margin-top:15px}
.slideMenu .up a {display:block; background: url("/layouts/nabul2_milatte_8T/images/default/quick_up.gif") no-repeat; width:27px; height:14px}
.slideMenu .up a:hover {background-position: 0px -14px;}
.slideMenu .up a span {display: none}

.slideMenu .down {width:27px; height:14px}
.slideMenu .down a {display: block;background: url("/layouts/nabul2_milatte_8T/images/default/quick_down.gif") no-repeat; width:27px; height:14px}
.slideMenu .down a:hover {background-position: 0px -14px;}
.slideMenu .down a span {display:none}
.ni_box { overflow:hidden; }
.ni_box .title_box { border:1px solid #EEEEEE; padding:5px; height:14px; overflow:hidden; }
.ni_box .title_box .title { no-repeat left; font-weight:bold; height:14px; float:left; }
.ni_box .title_box .more A { float:right; color:#AAAAAA; text-decoration:none; font-weight:bold; font-size:.75em; }

.ni_box .thumbnail_box { width:100%; table-layout:fixed; }
.ni_box .thumbnail_box img.thumbnail { margin:3px; padding:3px; border:1px solid #EFEFEF; text-align:center; }
.ni_box .thumbnail_box img.thumbnail:hover { border:1px solid #888888; }

.ni_box .thumbnail_box a { color:#444444; text-decoration:none; }
.ni_box .thumbnail_box a:visited { color:#AAAAAA; text-decoration:none; }

.ni_box .thumbnail_box td div { text-align:center; }
.ni_box .thumbnail_box td.bottomBorder { padding-bottom:5px; }
.ni_box .thumbnail_box div strong { font-weight:normal; color:#FE6700; font:.9em Tahoma; }
.ni_box .thumbnail_box div.author { color:#AAAAAA; }
.ni_box .thumbnail_box div.author a { color:#AAAAAA; }
.ni_box .thumbnail_box div.regdate { font-size:0.75em; color:#CCCCCC; margin-top:2px;}

.ni_box .thumbnail_box div.readAndVoted { color:#AAAAAA; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted span.div_block { color:#DDDDDD; font-size:0.75em; }
.ni_box .thumbnail_box div.readAndVoted strong { font-weight:normal; color:#FE6700; }

