@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
EDITED(09.02.16) : rehnn.net
*/
 
/**
 * Header
 **/
 
/* board header */
.boardHeader {background:transparent repeat-x left bottom; overflow:hidden;  margin:0px; text-align:left; padding-top:5px;}
.boardHeader .boardHeaderBorder {width:100%; margin:0px; padding:0px;}
.boardHeader h3 { font:14pt 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/simple_links/images/common/iconTag.gif") no-repeat 3px 2px;  padding-left:25px; margin:10px 0 10px 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/simple_links/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/simple_links/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:25px; }
.boardList tr.bg2 { height:25px; }
 
.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/simple_links/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/simple_links/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/simple_links/images/white/iconSetup.gif") no-repeat left top; padding-left:14px; font:8pt Tahoma;}
.accountNavigation li.admin a { background:url("/modules/board/skins/simple_links/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/simple_links/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/simple_links/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;
}





/* blue 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 ;}

a {selector-dummy: expression(this.hideFocus=true);}
body {margin:0; padding:0; background: url("/layouts/xe_sunooDMv3.1/images/blue/bgBody.gif") repeat-x left top; }

/* Site Layout - Body Wrap */
#bodyWrap { margin:0.5em auto 1.5em auto; padding:0; }

/* Site Layout - top line */
#topline {position:relative;  height:20px; background:#cac9e1;  z-index:100; }
/* 최상단 문구 및 메뉴 설정 */
#top_comment { position:absolute;	top:4px; left:15px; color:#555555; font:12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; margin:0; }
#topMenu { position:absolute; top:3px; *top:2px; right:144px; color:#999999; *color:#666666; }
#topMenu a { color:#777777; *color:#666666; padding:0px 8px 0px 0px; text-decoration:none; font:12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; }
#topMenu a:hover { color:#fb1e07; font:12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; }

/* 언어선택 설정 */
#language { position:absolute; top:2px; *top:1px; right:19px; z-index:200;}
#language strong { color:#555555; font:.75em Tahoma; margin-right:3px;}
#language a img { vertical-align:-5px;}
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #d9d9d9; background:#ffffff;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#5c5c5c; text-decoration:none;}
#language ul li a:hover { background:#f4f4f4;}

/* Site Layout - topimg */
#topimage { position:relative; padding:0px; margin:0px; overflow:hidden; }
#topimage .logoimg { position:absolute; margin:0px; z-index:90;}

/* Site Layout - search */
#isSearch { position:absolute; top:3px; right:15px; width:274px; text-align:right; z-index:160; }
#isSearch .searchOrder { display:none; }
#isSearch .checked { position:absolute; left:49px; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:62px; 
                     height:14px; background:url("/layouts/xe_sunooDMv3.1/images/blue/bgSearchTerm.gif") no-repeat; 
                     font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; line-height:normal; }
*:first-child+html #isSearch .checked { top:0px; }
#isSearch ul { display:none; position:absolute; margin:0px; left:49px; top:18px; width:60px; padding:2px 0 3px 0; text-align:left; 
               border:1px solid #b2b2b2; background:#f4f7fa; overflow:hidden; }
#isSearch ul li { width:60px; height:15px; list-style:none; }
#isSearch ul li input { display:none; }
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:60px; height:15px; 
                        font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; }
#isSearch ul li label.on { background:#e0fad6; }
#isSearch ul li label:hover { background:#ededed; }
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:4px; padding:3px 3px 1px 3px; 
                       width:120px; height:13px; color:#000000; border:1px solid #b2b2b2; background-color:#FFFFFF; }
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:1px solid #8E8E8D; background-color:#FFFFFF; }
*:first-child+html  #isSearch .inputText { position:relative; top:-1px; }
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px; }
*:first-child+html #isSearch .submit { position:relative; top:-1px; }

/* Site Layout - main menu */
#mainMenu_line  {position:relative; top:0px; height:43px; padding:1px 0px 0px 0px; margin:0px; background:#b7cbda; z-index:90; }
#mainMenu_line table.tMenu  {position:relative; top:0px; width:100%; height:42px; padding:0px; margin:0px; }
#mainMenu_line table td.td1  { color:#ffffff; padding:0px 0px 0px 0px; text-align:left; 
                               height:42px; width:174px; background: url("/layouts/xe_sunooDMv3.1/images/blue/bgMenuTd1.gif") repeat-x left top; }
#mainMenu_line table td.td2  { height:42px; width:32px; background: url("/layouts/xe_sunooDMv3.1/images/blue/bgMenuTd2.gif") no-repeat left top; }
#mainMenu_line table td.td3  { height:42px; background: url("/layouts/xe_sunooDMv3.1/images/blue/bgMenuTd3.gif") repeat-x left top; }
#mainMenu { position:absolute; top:2px; *top:0px; height:42px; padding:0px; margin:0px; }
#mainMenu .Mmenu {position:relative; float:left; padding:0px; margin:0px; }
#mainMenu .Mmenu li { list-style:none; position:relative; float:left; padding:0px; margin:-1px 0px 0px 0px; *margin:0px; }
#mainMenu .Mmenu a {position:relative; display:block; float:left; color:#ffffff; padding:18px 15px 0px 15px; margin:0px; 
                    vertical-align:middle; text-decoration:none; }
#mainMenu .Mmenu a:hover { color:#fbf200; height:26px; padding:18px 15px 0px 15px; margin:0px; text-decoration:none; 
                              background: url("/layouts/xe_sunooDMv3.1/images/blue/bgMenuHover.gif") repeat-x left top; }
#mainMenu .Mmenu li.on { color:#fbf200; height:41px; padding:0px; margin:-1px 0px 0px 0px; *margin:0px; 
                           background: url("/layouts/xe_sunooDMv3.1/images/blue/bgMenuOn.gif") repeat-x; } 
#mainMenu .Mmenu .Smenu { position:relative; top:-68px; right:-100%; margin:0px; }
#mainMenu .Mmenu .arrow {position:absolute; right:8px; padding-top:3px; }
#mainMenu .Mmenu table {position:absolute; top:39px; left:-2px; display:none; padding:0px; z-index:140; }
#mainMenu .Mmenu table td {white-space:nowrap; height:16px; border:1px solid #af9bd5; background:#e0d2fa; }
#mainMenu .Mmenu table td a {float:none; font-weight:normal; color:#222222; height:16px; padding:7px 20px 3px 10px; 
                             border-top:1px solid #fff; border-bottom:1px solid #af9bd5;}
#mainMenu .Mmenu table td a:hover { color:#333333; height:16px; padding:7px 20px 3px 10px; border-bottom:1px solid #af9bd5; background:#ffffff;}

/* Site Layout - Content Body */
#contentBody { position:relative; float:left; padding:0px; margin:0px; background:#ffffff url("/layouts/xe_sunooDMv3.1/images/bgContent.gif") repeat-y left top; }

/* Site Layout - Column Left */
#columnLeft { position:relative; float:left; padding:0px; margin:0px; overflow:hidden; }
#mask1 { width:190px; height:1px; }
#mask2 { width:200px; height:8px; }

/* Site Layout - 좌측 메뉴 */
#leftMenu_line {position:relative; width:190px; padding:2px; margin:0px; border:1px solid #e1e1dd; background:#f5f5fa; }
#leftMenu {position:relative; top:0px; padding:5px 0px 0px 8px; margin:2px 0px 0px 0px; background:#ffffff; }
#leftMenu li { list-style:none; }
#leftMenu .leftSub1 {position:relative; padding:0px; margin:0px; }
#leftMenu ul.sub1 { color:#493cfa; padding:0px 0px 0px 2px; margin:0px 0px 0px 0px; *margin:-15px 0px 0px 0px; border:0px solid #e1e1dd; }
#leftMenu .leftSub2 {position:relative; padding:1px 0px 1px 0px; *padding:1px 0px 0px 0px; margin:-5px 0px -1px -25px; *margin:-4px 0px 0px -25px; }
#leftMenu .leftSub3 {position:relative; padding:0px; margin:-3px 0px 0px -26px; }
#leftMenu li a {position:relative; top:-4px; color:#3e3e3e; text-decoration:none; }
#leftMenu li a:hover { color:#de4332; }
#leftMenu li.on a {font-weight:normal; color:#493cfa;}
#leftMenu li.on a:hover {font-weight:normal; color:#de4332;}
#leftMenu ul.left_sub2 {position:relative; padding:0px; margin:0px 0px 0px 29px; }

/* Site Layout - 좌측 위젯 */
#leftWidget1 {position:relative; width:190px; padding:2px; margin:0px 0px 8px 0px; border:1px solid #e1e1dd; background:#f5f5fa;}
#leftWidget1 div.title { padding:5px 0px 0px 0px; border-bottom:0px solid #E1E1DD; background:#f5f5fa; }
#leftWidget1 div.title .icon { padding:0px; margin:0px 5px 0px 16px; }
#leftWidget1 div.title li.text { position:absolute; top:8px; left:46px; color:#555555; font:bold 14px Tahoma; padding:0px; margin:0px; list-style:none; }
#leftWidget1 div.widget { float:none; padding:4px; margin:0px; border:0px solid #E1E1DD; background:#ffffff;}

#leftWidget2 {position:relative; width:190px; padding:2px; margin:0px 0px 8px 0px; border:1px solid #e1e1dd; background:#f5f5fa;}
#leftWidget2 div.title { padding:5px 0px 6px 0px; *padding:5px 0px 3px 0px; border-bottom:1px solid #E1E1DD; background:#f5f5fa; }
#leftWidget2 div.title .icon { padding:0px; margin:0px 5px 0px 16px; }
#leftWidget2 div.title li.text { position:absolute; top:8px; left:46px; color:#555555; font:bold 14px Tahoma; padding:0px; margin:0px; list-style:none; }
#leftWidget2 div.widget { float:none; padding:4px; margin:0px; background:#ffffff;}

#leftWidget3 {position:relative; width:190px; padding:2px; margin:0px 0px 8px 0px; border:1px solid #e1e1dd; background:#f5f5fa;}
#leftWidget3 div.widget3 { float:none; padding:4px; margin:0px; border:0px solid #E1E1DD; background:#ffffff;}

/* Site Layout - 좌측 배너 */
#leftBanner1 { position:relative; width:193px; padding:0px; margin:0px 0px 8px 0px; border:1px solid #e1e1dd; overflow:hidden; }
#leftBanner2 { position:relative; width:193px; padding:0px; margin:-5px 0px 8px 0px; border:1px solid #e1e1dd; overflow:hidden; }
#leftBanner3 { position:relative; width:193px; padding:0px; margin:-5px 0px 8px 0px; border:1px solid #e1e1dd; overflow:hidden; }

/* Site Layout - Column Right */
#columnRight { position:relative; float:right; margin:0px; overflow:hidden; }
#quickMenu { position:absolute; top:0px; width:72px; border:0px solid #e1e1dd; }
#quickMenu .qMenu { position:relative; width:72px; top:0px; left:0px; padding:2px 0px 0px 0px; background:url("/layouts/xe_sunooDMv3.1/images/blue/bgQuickMenuBody.gif") repeat-y left top; }
#quickMenu .qMenu p { list-style:none; padding:5px 7px 0px 22px; margin:0px 0px 0px 0px; line-height:20px; background:url("/layouts/xe_sunooDMv3.1/images/blue/bulletB.gif") no-repeat 7px 10px; }
#quickMenu .qMenu p a { display:block; color:#333ca6; font:12px Tahoma; padding:0px 0px 0px 0px; margin:0px 0px 0px -10px; }
#quickMenu .qMenu p a:hover { color:#f80404; text-decoration:underline; }
#quickMenu .qMenu .arrowTop { position:relative; width:66px; bottom:0px; left:3px; margin:2px 0px -2px 0px; }
#quickMenu .quickMenuBgTop { position:relative; width:70px; top:0px; left:0px; height:30px; background:url("/layouts/xe_sunooDMv3.1/images/blue/bgQuickMenuTop.gif") no-repeat left top; }
#quickMenu .quickMenuBgBottom { position:relative; width:70px; top:0px; _top:-4px; left:0px; height:10px; background:url("/layouts/xe_sunooDMv3.1/images/blue/bgQuickMenuBottom.gif") no-repeat left bottom; }

/* Site Layout - Footer */
#footer {position:relative; float:left; border-top:2px solid #e1e1dd;  background:#ffffff; overflow:hidden; }
#cpright {position:absolute; top:27px; left:0px; height:8px; margin:0px; }
#cpright a { color:#ffffff; font:6px Tahoma; }
#bottomMenu {position:relative; top:0px; width:100%; height:20px; text-align:center; overflow:hidden; margin:0px; 
              padding-top:7px; *padding-top:5px; border-bottom:1px solid #e1e1dd; }
#bottomMenu a { color:#666666; padding:0px 10px 0px 10px; margin:0px; font:12px; }
#bottomMenu a:hover {	color:#fc2306;	text-decoration:none; }
#copyright {position:relative; top:8px; width:100%; padding:0px; font:12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; }
#copyright td .bottom_text { color:#666666; line-height:120%; padding:0px 0px 0px 10px; margin:0px; }
#copyright td .bottom_text a { text-decoration:none; color:#666666; font:12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; }
#copyright td .bottom_text a:hover {	color:#fc2306;	text-decoration:none; }

/* 레이아웃 로그인 폼 설정 */
#loginAccess { position:relative; top:7px; *top:0px; _top:7px; left:0px; width:192px; height:12px; margin:0px; padding:0px; z-index:100;}
#loginAccess li{ position:relative; float:left; list-style:none; }
#loginAccess li li{ float:none; height:auto; background-image:none;}
#loginAccess li.login{ padding:0px; *padding:2px 0px 0px 0px; _padding:0px 0px 6px 0px; margin:2px 20px 0px 25px; *margin:0px 20px 0px 25px; _margin:0px 20px 0px 13px; }
#loginAccess li.login a{ display:block; padding:0px 0px;}
#loginAccess li.logout{ padding:2px 0px 0px 0px; *padding:2px 0px 0px 0px; _padding:0px 0px 6px 0px; margin:0px 18px 0px 18px; *margin:0px 20px 0px 20px; _margin:0px 18px 0px 10px; }
#loginAccess li.logout a{ display:block; padding:0px 0px;}
#loginAccess li.myList { padding:2px 0px 6px 0px; *padding:2px 0px 0px 0px; _padding:0px; margin:0px; *margin:0px; _margin:0px 0px -6px 0px; }
#loginAccess li.myList button{ border:0px; padding:0px; width:70px; height:18px; _margin:0px 0px -6px 0px; cursor:pointer; background-color:transparent; 
                                background-image:url("/layouts/xe_sunooDMv3.1/images/blue/btnMylist.gif"); background-repeat:no-repeat; overflow:visible;}
#loginAccess li.myList button span{ position:relative; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden; z-index:-1;}
#loginAccess li.join { padding:0px 0px 8px 0px; *padding:2px 0px 0px 0px; _padding:0px 0px 6px 0px; margin:2px 0px 0px 0px; *margin:0px; _margin:0px; }
#loginAccess li.join a{ display:block; padding:0px; margin:0px; }
#loginAccess .user_myList{ display:none; position:absolute; top:19px; left:92px; *left:-10px; padding:10px; background:#fbfbfd; border:2px solid #7e83e0; }
#loginAccess .user_myList.opens{ display:block;}
#loginAccess .user_myList .nickName{ margin:0 0 6px 0; font-size:13px; font-weight:bold; color:#444; white-space:nowrap;}
#loginAccess .user_myList ul{ width:100px; margin:0; padding:10px 10px 0px 10px; list-style:none; border:1px solid #e8ebed; background:#ffffff;}
#loginAccess .user_myList li{ float:none; white-space:nowrap; margin:0 0 5px 0; padding:0 0 0 10px; background:url("/layouts/xe_sunooDMv3.1/images/blue/bulletB.gif") no-repeat left center;}
#loginAccess .user_myList li.point{ float:none; white-space:nowrap; margin:0 0 5px 0; padding:0 0 0 10px; color:#565fdf; }
#loginAccess .user_myList li.admin a{ color:#057ac5; }
#loginAccess .user_myList li a{ background:none; color:#444; text-decoration:none;}
#loginAccess .user_myList li a:hover{ color:#fa1c05; text-decoration:underline; }
#loginAccess .user_myList .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:20px; height:17px; background:transparent url("/layouts/xe_sunooDMv3.1/images/blue/CloseX_p.gif") no-repeat center center;}
#loginAccess .user_myList .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}
#loginAccess .latestLogin{ position:relative; float:left; top:2px; left:0px; width:114px; margin:0 0 5px 0; padding:6px 2px 2px 4px; color:#555; 
                                      border:1px solid #e8ebed; background:#ffffff; }
/* login popupForm */
#popupLogin{ display:none; position:fixed; left:0; top:0; _position:absolute; width:100%; height:100%; z-index:100;} 
#popupLogin.open{ display:block;}
#popupLogin .popupForm{ display:block; position:fixed; border:0; left:0; top:0; _position:absolute; width:100%; height:100%; background:#000; opacity:.3; filter:alpha(opacity:30);}
#popupLogin .loginFace{ position:absolute; width:289px; top:180px; left:50%; padding:30px; border:6px solid #7176d7; margin:0 0 0 -175px; background:#f6f6fb;}
#popupLogin .loginFace form{ display:none; *zoom:1; margin:0 0 29px 0;}
#popupLogin .loginFace form:after{ content:""; display:block; clear:both;}
#popupLogin .loginFace form legend{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden;}
#popupLogin .loginFace fieldset{ border:0; margin:0; padding:0;}
#popupLogin .loginFace.loginTypeA form.typeA,
#popupLogin .loginFace.loginTypeB form.typeB{ display:block;}
#popupLogin .loginFace dl{ margin:0; padding:0 0 1px 0;}
#popupLogin .loginFace dt{ font-size:12px; font-weight:bold; color:#868d95; margin:0 0 2px 0;}
#popupLogin .loginFace dd{ margin:0 0 21px 0;}
#popupLogin .loginFace .inputText{ width:269px; height:31px; padding:6px 9px 0 9px; border:1px solid #ddd; font:20px Tahoma; color:#333;}
#popupLogin .loginFace .inputText:focus{ background-color:#fbfbfb;}
#popupLogin .loginFace .inputCheck{ margin:0 3px 0 0; width:13px; height:13px; vertical-align:middle;}
#popupLogin .loginFace.loginTypeA .inputText{ background-image:url("/layouts/xe_sunooDMv3.1/images/blue/bgLoginNormal.gif"); background-repeat:no-repeat; background-position:right top;}
#popupLogin .loginFace.loginTypeB .inputText{ background-image:url("/layouts/xe_sunooDMv3.1/images/blue/bgLoginOpenid.gif"); background-repeat:no-repeat; background-position:right top; padding:6px 9px 0 35px; width:243px;}
#popupLogin .loginFace .keep{ margin:0; float:left; font-size:11px; line-height:normal; white-space:nowrap;}
#popupLogin .loginFace .keep label{ color:#555;}
#popupLogin .loginFace .loginButton,
#popupLogin .loginFace .loginButton input{ position:relative; border:0; color:#fff; font-size:12px; font-weight:bold; display:inline-block; 
                                             height:33px; line-height:33px; background-color:transparent; 
                                             background-image:url("/layouts/xe_sunooDMv3.1/images/blue/btnLoginClick.gif"); background-repeat:no-repeat; overflow:visible;}
#popupLogin .loginFace .loginButton{ float:right; background-position:0 0; right:0px;}
#popupLogin .loginFace .loginButton input{ left:0px; padding:0 18px 0 55px; *padding:0 22px 0 55px; cursor:pointer; border:0px solid #ddd;}
#popupLogin .loginFace .logMenu{ margin:0 -30px -30px -30px; padding:14px 0; list-style:none; text-align:center; background:#fafafa; border-top:1px solid #f2f2f2;}
#popupLogin .loginFace .logMenu li{ display:inline; font-size:11px; line-height:11px; padding:0 0 0 5px; margin:0px; }
#popupLogin .loginFace .logMenu li.join{ font-weight:bold; margin:0px 0px 0px -10px; }
#popupLogin .loginFace .logMenu li.find{ border-left:1px solid #b3b3b3;}
#popupLogin .loginFace .logMenu li.typeA,
#popupLogin .loginFace .logMenu li.typeB{ display:none; border-left:1px solid #b3b3b3;}
#popupLogin .loginFace.loginTypeA .logMenu li.typeA,
#popupLogin .loginFace.loginTypeB .logMenu li.typeB{ display:inline;}
#popupLogin .loginFace .logMenu li a{ text-decoration:none; color:#555;}
#popupLogin .loginFace .logMenu li a:hover{ color:#f81e08; text-decoration:underline;}
#popupLogin .loginFace .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:25px; height:25px; background:transparent url("/layouts/xe_sunooDMv3.1/images/blue/CloseX_L.gif") no-repeat center center;}
#popupLogin .loginFace .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}

/* 좌측 1차 현재 메뉴 */
#menuNow_line { position:relative; width:189px; height:30px; padding:0px; margin:-5px 0px 0px 0px; overflow:hidden; 
                background:#f5f5fa; border-top:1px solid #e1e1dd; border-bottom:1px solid #e1e1dd;  }
#menuNow_line li { list-style:none; }
#menuNow_line li.leftSub1_icon { padding:0px; margin:8px 0px 0px 10px; *margin:8px 0px 0px 0px; }
#menuNow_line li.menunow { padding:0px; margin:-17px 0px 0px 10px; }
#menu_now { position:relative; width:190px; padding:0px; margin:0px 0px 0px 15px; *margin:0px 0px 0px 5px; }
#menu_now a { font-weight:bold; color:#0830f9;  padding:10px 0px 0px 0px; margin:0px 0px 0px 10px; text-decoration:none; }

/* Calender */
#calendar table td.today { font-weight:bold; color:#54564b; background:url("/layouts/xe_sunooDMv3.1/images/calendar/bgToday.gif") center no-repeat; }
#calendar table td.todaysun { font-weight:bold; color:#fe3614; background:url("/layouts/xe_sunooDMv3.1/images/calendar/bgTodaySun.gif") center no-repeat; }
#calendar table td.todaysat { font-weight:bold; color:#0033FF; background:url("/layouts/xe_sunooDMv3.1/images/calendar/bgTodaySat.gif") center no-repeat; }

/* newest_document */
.blog_widget_normal .newest_document { }
.blog_widget_normal .newest_document .items { margin:0; padding:0px; overflow:hidden;}
.blog_widget_normal .newest_document .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; 
                                                 overflow:hidden; white-space:nowrap; list-style:none; width:100%;}
.blog_widget_normal .newest_document .items li a {font:12px dotum; color:#777777; display:block; line-height:1.5em; 
                                                  text-decoration:none; padding:3px 0 3px 13px; border-bottom:1px solid #eae8e8;
                                                  background:url("/layouts/xe_sunooDMv3.1/images/newest/bulletD.gif") no-repeat left; }
.blog_widget_normal .newest_document .items li a:hover { color:#555555; background:url("/layouts/xe_sunooDMv3.1/images/newest/bulletD.gif") #f2f3fc no-repeat left; 
                                                         line-height:1.5em; text-decoration:none; }
/* newest_comment */
.blog_widget_normal .newest_comment { }
.blog_widget_normal .newest_comment .items { margin:0; padding:0px; overflow:hidden;}
.blog_widget_normal .newest_comment .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; 
                                                overflow:hidden; white-space:nowrap; list-style:none; width:100%;}
.blog_widget_normal .newest_comment .items li a {font:12px dotum; color:#777777; display:block; line-height:1.5em; 
                                                 text-decoration:none; padding:3px 0 3px 10px; border-bottom:1px dashed #e4e2e2;
                                                 background:url("/layouts/xe_sunooDMv3.1/images/newest/bulletC.gif") no-repeat left; }
.blog_widget_normal .newest_comment .items li a:hover { color:#555555; background:#eeeeee; line-height:1.5em; text-decoration:none;
                                                        background:url("/layouts/xe_sunooDMv3.1/images/newest/bulletC.gif") #eeeeee no-repeat left; }

/* blue Skin - End */



.categoryWidget {
	width:100%; 
	border-bottom:0px solid #dddddd;
	height:35px;
	background:url("/widgets/jdh_category_tab/skins/default/images/tab_back.gif") repeat-x left top;
}

.categoryWidget a {
    text-decoration:none;
    color:#555555;
}

.categoryWidget a:hover {
    text-decoration:underline;
}

.categoryWidget strong {
    font-weight:normal; 
    color:#DF7901;
    font-size:7pt; 
    font-family:tahoma;
}

.categoryWidget ul{padding:0px;margin:0px;list-style:none;left:0px;}

.categoryWidget li{
	padding:0px;margin:0px;
	list-style:none;
	left:0px;
	display:block;
	float:left; 
	border:1px solid #eeeeee; 
	border-bottom:1px solid #dddddd;
	padding:10px 10px; 
	height:10px;
	background:#f9f9f9;
	margin-left:2px;

}



.categoryWidget  .selected {
    margin-left:0px; 
	display:inline;
	float:left;
	border:1px solid #dddddd;
	border-bottom:1px solid #ffffff;
	background:#ffffff;
	margin-left:2px;
}

.categoryWidget  .selected a{
	color:#ff6600;
	font-weight:bold;
}




