@charset "UTF-8";


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

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

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

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

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

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

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

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

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

.xe_content { line-height:1.6; } 

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

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



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

/**
 * Header
 **/

/* board header */
.boardHeader {background:transparent repeat-x left bottom; overflow:hidden;  margin:0px; text-align:center; padding-top:5px;}
.boardHeader .boardHeaderBorder {width:100%; margin:0px; padding:0px;}
.boardHeader h3 { font:8pt tahoma; margin:0px; padding:0px;}

/* board Information */
.boardInformation { width:100%; clear:both; padding:0px 0 5px 0; margin:0px font:tahoma 8pt; overflow:hidden; }

/* account Navigation */
.accountNavigation {  margin:0; padding:0; float:right; }
.accountNavigation li { font:tahoma 8pt; float:right; margin-left:3px; list-style:none; }

/* secret Content */
.secretContent { margin:20px auto; text-align:center; width:240px; }
.secretContent .title { font:8pt tahoma; padding:5px 0 5px 0; display:block;}
.secretContent .content { padding:5px 0 5px 0; display:block; }

/* boardRead */
.boardRead { margin:0px; padding:10px 0px 0px 0px; }
.boardRead .titleAndUser .title { float:left; margin:0px 0px 2px 4px; }
.boardRead .titleAndUser h4 { margin:0; font-size:9pt;  font-family:tahoma; margin-left:3px;}
.boardRead .titleAndUser h4 a {text-decoration:none; }
.boardRead .titleAndUser h4 a:hover { text-decoration:underline; }
.boardRead .titleAndUser .userInfo { float:right; white-space:nowrap; margin-top:0px; padding-right:4px; }

.boardRead .dateAndCount { clear:both; white-space:nowrap; margin:2px 0 0 0; font:7pt tahoma; line-height:15px; padding-bottom:5px; }
.boardRead .dateAndCount .readedCount { float:right; margin-left:10px; no-repeat left top; padding-left:18px;}
.boardRead .dateAndCount .date { font:tahoma 7pt;  float:right;  padding-left:0px; margin-left:10px; padding-right:4px; }
.boardRead .dateAndCount .category { font-size:8pt; float:left; margin-right:10px; }
.boardRead .dateAndCount .category a {text-decoration:none; padding-left:5px;}
.boardRead .dateAndCount .category a:hover { text-decoration:underline; }

.boardRead .readBody {margin-top:20px; font:tahoma 8pt; padding:0px 5px 0px 5px;}
.boardRead .contentButton {text-align:right; margin:5px 0 5px 0; padding:0px;}
.boardRead .tag { background:transparent url("../../../../modules/board/skins/xe_simple_board_5.0/css/../images/common/iconTag.gif") no-repeat 3px 2px;  padding-left:25px; margin:10px 0 15px 5px;}
.boardRead .tag ul { color:#969696; margin:0; padding:0; }
.boardRead .tag li { font:8pt Tahoma; display:inline; list-style:none; }

.boardRead .fileAttached { padding:0px; margin:0px; overflow:hidden;}
.boardRead .fileAttached ul { padding:0; margin:0; }
.boardRead .fileAttached li { padding-left:15px; display:block; float:right; white-space:nowrap; list-style:none; margin:0 10px 10px 0; }
.boardRead .fileAttached li a { text-decoration:none; font:8pt tahoma; white-space:nowrap;  }
.boardRead .fileAttached li a:hover { text-decoration:underline; }

/* replyAndTrackback */

.replyBox p { display:inline; margin-bottom:12px;}
.replyBox .replyIndent { background:url("../../../../modules/board/skins/xe_simple_board_5.0/css/../images/common/iconReplyArrow.gif") no-repeat 0px 5px; padding-left:21px;}
.replyBox .replyOption { height:20px; float:right; white-space:nowrap; margin-left:4px;}
.replyBox .replyOption img { vertical-align:middle;}
.replyBox .replyContent { clear:left; margin-left: 10px; font-size:8pt;}
.replyBox .replyContent p { display:block; }
.commentButton { margin:0px; padding:0px; }

/* Search Form */
.boardSearch { margin-top:5px;  margin-left:auto; margin-right:auto; padding-bottom:20px; clear:both; text-align:center; vertical-align:middle;}
.boardSearch select { height:20px;  }

/* boardWrite */
.boardEditor { margin-bottom:15px; font:8pt Tahoma;}
.boardEditor .editor {font:8pt Tahoma;}
.boardWrite {font:8pt Tahoma;}
.boardWrite fieldset { border:none; font:8pt; }
.boardWrite .userNameAndPw {font:8pt Tahoma; margin:10px 10px 0 10px;  }
.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.commentEditor { margin:0px; padding:0px; }

.boardWrite .title { margin-top:5px; }
.boardWrite .title .category { margin-left:10px; font:8pt Tahoma; }
.boardWrite .title label.title { margin:0 10px 0 10px; }
.boardWrite .title input.title { width:60%;}

.boardWrite dl { padding:0; margin:0; }
.boardWrite dl dd { padding:0; margin:0; }
.boardWrite dl.option { margin:10px 0 3px 10px; padding:0;}
.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:7pt; }

.boardWrite .tag { margin-top:10px; margin-left:10px; }
.boardWrite .tag .help { vertical-align:middle;}
.boardWrite .tag .info { font-size:8pt; color:#999999;  margin-top:5px;}

.boardWrite .extraVarsList { width:100%; border-top:1px dotted #202020; border-bottom:none; margin:10px 0 10px 0; table-layout:fixed;}
.boardWrite .extraVarsList th { font-weight:normal; color:#999999; text-align:right;  padding:4px 0 4px 10px; border-bottom:1px dotted #202020; }
.boardWrite .extraVarsList td { color:#999999; border-bottom:1px dotted #202020; padding:4px 0 4px 10px; }
.boardWrite .extraVarsList td a { color:#999999; }
.boardWrite .extraVarsList p { margin:5px 0 0 0; padding:0; }
.boardWrite .extraVarsList ul { margin:0; padding:0; }

.smallBox {  border:1px solid #888888; margin-left:auto; margin-right:auto;  }
.smallBox.w268 { width:268px; font:8pt tahoma;}
.smallBox .header { margin:0; padding:0; position:relative;  background-color:transparent; url("../../../../modules/board/skins/xe_simple_board_5.0/css/../images/common/bgH3.gif") no-repeat left bottom; overflow:hidden;}
.smallBox .header h3 {text-decoration:none; margin:0; padding:0; clear:both; font:8pt tahoma;  text-align:center; padding:13px 0px 10px 0px;  }
.smallBox .complex { padding:1.5em 2em 2em 2em;}
.smallBox .inputPassword { position:relative; border:none; padding:2em 2em 1.5em 2em;}
.smallBox .inputPassword a {text-decoration:none;}
.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 { padding:20px;}
.smallBox .gap1 {padding-bottom:10px;}

/* list */
.boardList { width:100%; border-top:0px; table-layout:fixed; margin:0px;}
.boardListNoTopBorder { border:none; }
.boardList th { height:18px; font:8pt tahoma; white-space:nowrap; padding-top:2px;  overflow:hidden;}
.boardList th.no_line { background-position:-3px bottom; }
.boardList th a { text-decoration:none; }
.boardList th.num { border-left:0px solid #ffffff; }
.boardList th.checkbox { text-align:center; }
.boardList th.title { text-align:center; padding-left:13px; }
.boardList th.topic { text-align:left; padding-left:16px; }
.boardList th.category {vertical-align:middle; text-align:left; padding-left:16px; }
.boardList th.category select { vertical-align:middle; width:150px; height:15px; }
.boardList th.reading, th.recommend , th.date { white-space:nowrap;}
.boardList th .sort { padding:0 4px; vertical-align:middle;}

.boardList tr.notice {height:18px; font:8pt Tahoma; }
.boardList tr.notice .num { height:18px; font-weight:bold;}
.boardList tr.bg1 { height:17px; }
.boardList tr.bg2 { height:17px; }

.boardList td {padding:2px;}
.boardList td.num { font:7pt tahoma; padding:1px 6px; text-align:center;}
.boardList td.checkbox { font:7pt tahoma; color:#999999; text-align:center;}
.boardList tr.notice td.num { padding:8px; white-space:nowrap;}
.boardList tr.notice td.notice { font-size:8pt; font-weight:bold; text-align:center;}

.boardList td.title {padding-left:16px; }
.boardList td.title .category {font-size:8pt; background:url("../../../../modules/board/skins/xe_simple_board_5.0/css/../images/common/line_1x10_e0e0e0.gif") no-repeat right 3px; padding-right:8px; margin-right:8px;}
.boardList td.title.bold { font-size:8pt; font-weight:bold;}
.boardList td.title.bold a { position:relative; top:5px;}
.boardList td.title * { vertical-align:middle;} 
.boardList td.title,
.boardList td.title a {font:8pt tahoma; text-decoration:none;}

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

.boardList td.webzineTitle {color:#777777; font:8pt Tahoma; padding-left:16px; height:19x; width:100%;}
.boardList td.webzineTitle span.category { color:#7d999f; font-size:8pt; background:url("../../../../modules/board/skins/xe_simple_board_5.0/css/../images/common/line_1x10_e0e0e0.gif") no-repeat right 3px; padding-right:8px; margin-right:8px;}
.boardList td.webzineTitle.bold { font-size:8pt; font-weight:bold;}
.boardList td.webzineTitle,
.boardList td.webzineTitle a { color:#444444; text-decoration:none;}
.boardList td.webzineTitle a:hover { color:#6e97f3;}
.boardList td.summary { border-top:none; vertical-align:top; color:#909090; line-height:20px; padding-left:16px; font:8pt Tahoma;}
.boardList td.summary a {text-decoration:none; line-height:inherit;}
.boardList td.summary a:hover { color:#7d999f;}

.boardList td .replyAndTrackback { color:#ff6600; font:7pt Tahoma; }
.boardList td .replyAndTrackback strong { font: 8pt Tahoma;}
.boardList td .replyAndTrackback { font:7pt Tahoma; }
.boardList td.author {font:8pt tahoma; text-align:center;}
.boardList td.author a { font-size:8pt;}
.boardList td.reading { font:7pt Tahoma; text-align:center;}
.boardList td.recommend { font:bold 7pt Tahoma; text-align:center;}
.boardList td.date { font:7pt Tahoma; text-align:center; white-space:nowrap;}

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

/* board Bottom */
.boardBottom {  padding: 5px 0px 0px 0px; margin:0px;}

/* list button */
.leftButtonBox { float:left; margin-left:5px; }
.rightButtonBox { float:right; margin:0px;}

/* thumbnailbox */
.thumbnailBox {padding-left:8px; margin-top:0px; padding-top:16px; clear:both; overflow:hidden; }

/* pageNavigation */
.pageNavigation { text-align:center; font:bold 11px Tahoma; margin-top:5px; padding-bottom:20px;}

/* tag list */
.tagsBox { padding:0px 5px 0px 10px; overflow:hidden; }
.tagsBox h5 { margin:0px 0px 20px 0px; padding:2px;  font:9pt tahoma;}
.tagsBox h5 span.tagscount {font:7pt tahoma; color:#718a93;}
.tags { width:100%; text-align:center; }
.tags div {  float:left; padding:2px; margin-right:10px;  white-space:nowrap; height:20px;}
.tags div a { text-decoration:none;  line-height:150%;}
.tags .tagTypeA a {font-family:tahoma; font-weight:bold; font-size:12pt; margin:0;}
.tags .tagTypeB a {font-family:tahoma; font-weight:bold; font-size:11pt; margin:0;}
.tags .tagTypeC a {font-family:tahoma; font-weight:bold; font-size:10pt; margin:0;}
.tags .tagTypeD a {font-family:tahoma; font-weight:bold; font-size:8pt; margin:0; }
.tags .tagTypeE a {font-family:tahoma; font-weight:normal; margin:0; font-size:8pt;}

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



/* board header */
.boardHeader {background-color:#ffffff;}
.boardHeader h3 {color:#909090; background-color:#ffffff;}

/* board Information */
.boardInformation { background-color:#ffffff; }

/* account Navigation */
.accountNavigation li a { white-space:nowrap; color:#808080; text-decoration:none;}
.accountNavigation li.setup a { background:url("../../../../modules/board/skins/xe_simple_board_5.0/css/../images/white/iconSetup.gif") no-repeat left top; padding-left:14px; font:8pt Tahoma;}
.accountNavigation li.admin a { background:url("../../../../modules/board/skins/xe_simple_board_5.0/css/../images/white/iconAdmin.gif") no-repeat left top; padding-left:12px; font:8pt Tahoma;}

/* secret Content */
.secretContent { border:1px solid #c0c0c0;}
.secretContent .title { background-color:#f2f2f2; color:#999999;}
.secretContent .content { background-color:#e9e9e9; color:#888888;}

/* boardRead */

.boardRead .readHeader .title h4 a { color:#404040;}
.boardRead .titleAndUser { overflow:hidden; border-bottom:1px dotted #c0c0c0; }
.boardRead .titleAndUser .userInfo .author {font-size:8pt; font-family:tahoma; color:#808080; }
.boardRead .titleAndUser .userInfo .author a {font-size:8pt; color:#808080; text-decoration:none; }

.boardRead .dateAndCount .readedCount {color:#acacac;}
.boardRead .dateAndCount .date {color:#acacac;}
.boardRead .dateAndCount .category a { color:#808080;}

.boardRead .readBody { color:#404040;}
.boardRead .tag li a { color:#969696;}
.boardRead .fileAttached li { background:url("../../../../modules/board/skins/xe_simple_board_5.0/css/../images/white/iconFile.gif") no-repeat left ; }
.boardRead .fileAttached li a { color:#969696; }

/* extraVars list */
.boardRead .extraVarsList { width:100%;  border-top:1px dotted #d4d4d4;  margin:0 0 20px 0; table-layout:fixed;}
.boardRead .extraVarsList th { font-weight:normal; color:#808080; text-align:left; padding:1px 0 1px 10px; border-bottom:1px dotted #d4d4d4; }
.boardRead .extraVarsList td { color:#999999; border-bottom:1px dotted #d4d4d4; padding:4px 0 4px 10px; }
.boardRead .extraVarsList td a { color:#999999;}

/* replyAndTrackback */
.replyBox {margin-top:0; padding:0px; background-color:transparent; }
.replyBox .replyItem {font-family:Tahoma,Dotum; background-color:transparent; padding:4px 13px 8px 11px; line-height:20px; clear:both; border-top:1px dotted #c0c0c0; list-style:none;}
.replyBox .replyContent {color:#404040;}
.replyBox .author {font-family:Tahoma,Dotum; float:left; padding:0 6px 0 0; font-size:8pt; color:#808080; margin:0 6px 6px 0;}
.replyBox .author a { color:#808080; margin-right:6px; text-decoration:none; }
.replyBox .date { float:right; font:7pt Tahoma; color:#c0c0c0; margin:6px 0 8px 0;}
.commentform { border-top:1px dotted #c0c0c0;}

/* Search Form */
.boardSearch select { border:1px solid; border-color:#969696 #dddddd #dddddd #969696; }
.boardSearch input { background-color:#f8f8f8; border:1px solid; border-color:#969696 #dddddd #dddddd #969696; height:16px; }
#fo_search select { font:8pt Tahoma; background-color:#f8f8f8; color:#606060;}

/* boardWrite */
.boardWrite { border:0px solid #c2b091; padding-top:10px; padding-bottom:10px;}
.boardWrite .userNameAndPw { color:#808080;}
.boardWrite .editor {background-color:#ffffff; margin:0px;}
.boardWrite .editor. inputTypeText {background-color:transparent;}
.boardWrite .title {color:#808080; }
.boardWrite .title .category {color:#808080; }

.boardWrite .title input.title {background-color:#f8f8f8; }
.boardWrite .tag .inputTypeText {width:90%; background:#f8f8f8 url("../../../../modules/board/skins/xe_simple_board_5.0/css/../images/common/iconTag.gif") no-repeat 5px 5px; padding-left:30px;}
.boardWrite dl.option dd * { vertical-align:middle;  color:#888888;}

/* style.list */
.boardList {background-color:#ffffff;}
.boardList thead th { color:#3a2c18;}
.boardList thead th a { color:#3a2c18; }
.boardList th { background:#f2f2f2  no-repeat left bottom; color:#3a2c18;  border-top:1px solid #c0c0c0; border-bottom:1px solid #808080; }
html:not([lang*=""]) 
.boardList th a { color:#3a2c18; }
.boardList tr.notice {background:#f8f8f8;}
.boardList tr.bg1 {background:#ffffff;}
.boardList tr.bg2 { background:#ffffff;}
.boardList td { border-bottom:1px solid #e2e2e2;}
.boardList td.num {color:#808080;}
.boardList tr.notice td.notice {color:#808080;}
.boardList img.thumb { padding:0px; border:1px solid #c0c0c0; display:block; }

.boardList td.title .category {color:#7d999f; }
.boardList td.title,
.boardList td.title a {color:#666666;}
.boardList td.title a:hover { color:#0066cc;}

.boardList td.webzineTitle,
.boardList td.webzineTitle a {color:#444444; text-decoration:none; line-height:inherit;}
.boardList td.summary {color:#909090;}
.boardList td.summary a {color:#909090;}

.boardList td .replyAndTrackback { color:#ff6600; }
.boardList td.author {color:#808080;}
.boardList td.author a {color:#808080;}
.boardList td.reading {color:#808080;}
.boardList td.date {color:#808080;}

.buttonTypeGo {background-color:#ffffff; no-repeat; vertical-align:middle; }

/* thumbnailbox */
.thumbnailBox {background-color:#ffffff; padding-left:8px; clear:both; overflow:hidden; border-bottom:1px dotted #c0c0c0;}
.thumbnailBox div.cell { display:block; float:left; overflow:hidden; margin-bottom:12px; margin-right:12px;}
.thumbnailBox div.cell img.thumb { padding:0px; border:1px solid #c0c0c0; display:block; margin-bottom:7px; margin-left:auto; margin-right:auto;}
.thumbnailBox div.title {font-family:Tahoma,Dotum; font-size:8pt; #404040; margin-bottom:4px; overflow:hidden; white-space:nowrap; text-align:center;}
.thumbnailBox div.title a {color:#3b96c0; text-decoration:none;}
.thumbnailBox div.title .replyAndTrackback  { color:#ff6600; }
.thumbnailBox div.nameAndDate { font-size:8pt; color:#8e8e8e; margin-bottom:4px; text-align:center;}
.thumbnailBox div.nameAndDate a { color:#808080;}
.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:7pt Tahoma; color:#c0c0c0;}
.thumbnailBox div.readAndRecommend { font-size:7pt; color:#666666; text-align:center;}
.thumbnailBox div.readAndRecommend .num { font:7pt Tahoma;}
.thumbnailBox div.readAndRecommend .vr { color:#dddddd;}
.thumbnailBox div.readAndRecommend strong.num { font:bold 7pt Tahoma; color:#ff6600;}

/* pageNavigation */
.pageNavigation a { font: 8pt Tahoma; color:#808080; text-decoration:none; margin:0 10px 0 0; }
.pageNavigation .current {  color:#ff6600; font:bold 8pt Tahoma; text-decoration:none; margin:0 10px 0 0; }
.pageNavigation a:hover { color:#ff6600; text-decoration:none; }
.pageNavigation a:visited { color:#808080; }
.pageNavigation a.goToFirst img, .pageNavigation a.goToLast img { margin-bottom:2px;}

/* tag list */
.tagspage {background-color:#ffffff;}
.tagsBox h5 {color:#404040;}
.tags div a { color:#718a93;}
.tags div a:hover { background-color:#6b909f; color:#FFFFFF;}
.tags .tagTypeA a { color:#ffffff; background-color:#55b5e0;}
.tags .tagTypeB a { color:#ffffff; background-color:#6ec594;}
.tags .tagTypeC a { color:#4c789e; background-color:#e8e8e8;}
.tags .tagTypeD a { color:#4c789e; background-color:#e8e8e8; }

/* board Bottom */
.boardBottom {  background-color:#ffffff; }

/* etc */
.boardSubMenu { border-bottom:1px solid #444444;}
#category_line {background-color:#ffffff; repeat-x left bottom;}
#blankbar { background-color:#ffffff; font:8pt tahoma; margin:0px; padding-bottom:10px;}
#board_category {font:8pt Tahoma; background-color:#ffffff; color:#808080; margin:0px 0px 0px 0px; padding:0px; border:1px solid; border-color:#969696 #dddddd #dddddd #969696;}
#go_button { color:#808080; vertical-align:middle; padding-bottom:3px;  }
.inputTypeText { font:8pt Tahoma; background-color:#f8f8f8; color:#202020; }
.inputTypeText:hover, .inputTypeText:focus { background-color:#f8f8f8; color:#202020; }
.smallBox .messageBox {font:8pt Tahoma;  color:#404040; background-color:#dcdcdc; border-bottom:1px solid #888888; }
.smallBox .header h3 {color:#404040; border-bottom:1px solid #e0e1db;}
.viewDocument { background-color:transparent; border-bottom:1px dotted #c0c0c0;  }
.display_date {  cursor:pointer; width:80px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:16px; padding:3px;  margin-right:10px;}

/* button */
a.button, 
span.button, 
del.button,
a.button span, 
span.button button, 
span.button input, 
del.button span{background:transparent; padding:1px; }

del.button span,
a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span{
 color:#606060; font:8pt Tahoma;
}





.xeEditor { }
.xeEditor .optionABC { clear:both; width:100%; overflow:hidden; background:transparent;}
.xeEditor .optionABC .selectGroup { white-space:nowrap; display:block; height:21px; margin:0 .5em 0 0; padding-left:1em; float:left;}
.xeEditor .optionABC .buttonGroup { white-space:nowrap; position:relative; display:block; margin:0 .5em 0 0; float:left; height:21px; overflow:hidden; padding-left:2px;}
.xeEditor .optionABC .buttonGroup img { float:left; display:block; margin-left:-1px; cursor:pointer;}
.xeEditor .optionA,
.xeEditor .optionB,
.xeEditor .optionC { float:left; background:transparent; padding:.5em 0 .5em .7em; overflow:hidden;}
.xeEditor .optionA *,
.xeEditor .optionB *,
.xeEditor .optionC * { vertical-align:middle;}
.xeEditor .optionA { background-position:-3px bottom; padding-left:0;}
.xeEditor .optionA select option { font-size:.9em; }
.xeEditor .optionDE { width:100%; clear:both; overflow:hidden; background:transparent;height:29px;}
.xeEditor .optionDE .buttonGroup { white-space:nowrap; position:relative; display:block; float:left; height:21px; overflow:hidden; padding-left:2px;}
.xeEditor .optionDE img { float:left; display:block; margin-right:.5em; cursor:pointer;}
.xeEditor .optionD { padding:.5em 0 .5em .8em; overflow:hidden; float:left; border-right:1px solid #e0e0e0;}
.xeEditor .optionE { padding:4px 0 0 9px; overflow:hidden; float:left;}

.xeEditor .editorInfo { background:transparent; padding:.5em; border:1px solid #e1e1dd; color:#999999; position:relative; margin:5px 10px 0 10px;}
.xeEditor .close { cursor:pointer; position:absolute; top:3px; right:3px; _top:3px; _right:15px;}
.xeEditor .editor_iframe_box { clear:both; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:0; margin:3px 10px 5px 10px; }
.xeEditor .editor_iframe_textarea { background:#ffffff; clear:both; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; margin:5px 10px 0 10px; width:100%; font-size:1em; display:none;}

.xeEditor .textAreaDragIndicator { text-align:center; background:url("../../../../modules/editor/skins/default/css/../images/lineTextAreaDrag.gif") repeat-x left center; padding:5px 0 5px 0; }
.xeEditor .textAreaDragIndicatorBar { background:url("../../../../modules/editor/skins/default/css/../images/buttonTextAreaDrag.gif") no-repeat center; cursor:move;height:14px;}

.xeEditor .editor_info { clear:both; padding:5px 10px 0 10px; overflow:hidden;}
.xeEditor .editor_info .editor_option { float:left; color:#888888; }
.xeEditor .editor_info .editor_autosaved_message { display:none; color:#888888; float:right; }

.xeEditor .inputTypeTextArea { background:#fbfbfb; padding:1em; width:94%;}

.xeEditor .fileAttach { border:none; table-layout:fixed; margin:0 10px 0 10px; }

.xeEditor .fileAttach .preview { padding:5px; border:1px solid #e1e1dd; width:100px; height:100px; margin-right:10px;}
.xeEditor .fileAttach .preview img { width:100px; height:100px; }

.xeEditor .fileAttach .fileListArea .fileList { background:transparent; overflow:auto; width:100%; height:auto; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; margin-bottom:10px; font-size:11px;}
.xeEditor .fileAttach .fileListArea .fileList option { line-height:100%; padding-left:.5em;}
.xeEditor .fileAttach .fileUploadControl { float:left; }
.xeEditor .fileAttach .file_attach_info { color:#AAAAAA; font-size:.9em; _font-size:8pt; text-align:right;}
*:first-child+html .xeEditor .fileAttach .file_attach_info { font-size:8pt; }

.xeEditor .fileAttach .fileUploadControl .uploaderButton { display:block; cursor:pointer; background:url("../../../../modules/editor/skins/default/css/../images/buttonTypeBCenter.gif") repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; font-size:.9em; white-space:nowrap;}
.xeEditor .fileAttach .fileUploadControl .uploaderButton:hover { text-decoration:none;}
.xeEditor .fileAttach .fileUploadControl .uploaderButton img { vertical-align:middle;}
.xeEditor .fileAttach .fileUploadControl .uploaderButton .leftCap { width:2px; height:21px; background:url("../../../../modules/editor/skins/default/css/../images/buttonTypeBLeft.gif") no-repeat; margin:0 .3em 0 0;  position:relative; left:-1px;}
.xeEditor .fileAttach .fileUploadControl .uploaderButton .rightCap { width:2px; height:21px; background:url("../../../../modules/editor/skins/default/css/../images/buttonTypeBRight.gif") no-repeat; margin:0 -1px 0 .4em;}
.xeEditor .fileAttach .fileUploadControl .uploaderButton .icon { margin:0 .2em;}


/* PUBLISHING;
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630*/
/* DESIGN; 
SIMPLE LAYOUT VER 5.0
Woo,jiwook (http://rehnn.net)  090301*/

/* Default Skin - Start */
#selectLang { margin:0; padding:0; }
#gnb { margin:0; padding:0; }

/* Site Layout - Body Wrap */
body { background:#f2f2f2;}
#bodyWrap {margin:3px auto 0 auto; }

/* Site Layout - Header */
#header { position:relative; height:40px; background:transparent no-repeat right top; margin-bottom:20px; z-index:99;}
#header h1 { position:absolute; top:8px; left:2px; margin:0; padding:0;}

#log_language { position:absolute; top:0px; right:93px; vertical-align:-5px; z-index:100;}
#log_language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #d9d9d9; background:#ffffff; margin:0px; padding:2px 0px 4px 0px;}
#log_language ul li { list-style:none; text-align:right; padding:0px 3px 0px 5px; margin:0px;}
#log_language ul li a { height:12px; margin:0px; padding:1px 4px; font:9px Tahoma; color:#5c5c5c; text-decoration:none;}
#log_language ul li a:hover {color:#de4332;}

#isSearch { position:absolute; top:0px; right:0px; width:214px; text-align:right;}
#isSearch .inputText { vertical-align:top; position:relative; top:0; _top:-1px; left:1px; padding:2px 2px 2px 2px; width:64px; height:11px; font:8pt tahoma,"돋움"; color:#5c5c5c; border:1px solid #B0B0AF; background-color:#FFFFFF; }

#gnb {position:absolute; top:17px; left:0; height:30px; overflow:hidden; white-space:nowrap; margin-bottom:10px; padding-left:1px; margin-left:-12px;}
#gnb li {display:inline; float:left; list-style:none; background:url("../../../../layouts/xe_simple_5.0/css/../images/default/bgGnbVr.gif") no-repeat left center; margin-top:5px; padding-left:1px; position:relative; left:-2px; white-space:nowrap;}
#gnb li a {display:inline; float:left; font:11px tahoma; padding:4px 14px 6px 14px; margin:0px 1px 0px 1px; height:10px; color:#636363; white-space:nowrap; text-decoration:none; }
#gnb li a:hover,
#gnb li.on a {color:#0066CC;}

.gnb_sub { position:absolute; top:39px; left:0px; height:24px; overflow:hidden; white-space:nowrap; margin:0px; padding:0px; }
.gnb_sub li { float:left;  list-style:none; background:url("../../../../layouts/xe_simple_5.0/css/../images/default/subVr.gif") no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
.gnb_sub li a { display:block; float:left; padding:6px 5px 0 5px; height:18px; color:#808080;  white-space:nowrap; text-decoration:none; font:8pt Dotum,tahoma; letter-spacing:-1px;}
.gnb_sub li a:hover,
.gnb_sub li a:focus { color:#000000; }
.gnb_sub li.on a { color:#0066cc; }
.gnbin li.on a:hover { color:#000000; }

/* Site Layout - Content Body */
#contentBody { border:1px solid #dddddd; position:relative; padding-right:15px; padding-bottom:15px; overflow:hidden; background:#ffffff;}

/* Site Layout - Column Center */
#columnCenter {float:right; margin-bottom:0px; margin-top:13px; overflow:hidden;}
#content { width:100%; overflow:hidden;}

/* Site Layout - Footer */
#footer {font:7pt tahoma; color:#999999; margin:5px 0px 0px 0px; text-align:center; padding:12px 0px 24px 0px; clear:both; line-height:150%; }
#footer li { display:inline; }

/* Default Skin - End */


