@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-bottom:1px solid; border-bottom:0; overflow:hidden;*zoom:1}
.bodexHeader h3{border-bottom:3px solid; margin:0; float:left; padding:12px 15px 5px 15px; font-size:1.4em}
.bodexHeader h4{margin:0; float:left; padding:15px 15px 5px 12px; font-size:1.2em}

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

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

/* document count */
.articleNum {float:left; padding:0 0 0 16px}
.articleNum strong {font:bold 12px Tahoma}

/* 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 {border-left:1px solid;padding-left:5px; margin-right:5px}
.accountNavigation li.join a,
.accountNavigation li.myInfo a {margin-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.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; 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}

/* 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 u {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: 1px 1px 0 1px}

.bodexList td strong.category {border-right:1px solid; padding-right:3px}

.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:-5px}
.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}


.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 .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; *margin-top:12px}
.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 .3em .5em 1em;*position:relative}

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

/* 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 .voteEmpty a {font-size:1em; margin:0}
.commentWrite .writerInfo .votePoint label:hover,
.commentWrite .writerInfo .votePoint a:hover {text-decoration:underline}
.commentWrite .writerInfo .votePoint span {padding-left:3px}
.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_cancel {margin-left:5px; background-image:url("/modules/bodex/skins/xe_default/images/common/starOff.png")}

.iframe_include {margin-top:0; width:100%}

/* 게시물의 팝업 메뉴 */
.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}

.bodexList th {text-align:right}

/**blog **/
.blogViewDocument {border:2px solid; margin:10px 0 15px 0; padding:0 5px 0 5px}


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}

/* account Navigation */
.accountNavigation a {color:#444}
.accountNavigation a:hover {color:#111}
.accountNavigation li.loginAndLogout a {border-color:#ccc}
.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 top}

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

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

/* 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}
.bodexList td strong.category {color:#111;border-color:#ccc}

.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 td.extraAndSummary span {color:#999}
.bodexList td.extraAndSummary .extraTable th,
.bodexList td.extraAndSummary .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,
.bodexList .downloadBox div.info li .category strong {border-color: #ccc}
.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}

.blogViewDocument {border-color:#aaa}


/* Default */
body { font-family: "Dotum", Dotum, Tahoma, AppleGothic, Sans-serif; font-size: 12px; }
.default a:link { color:#555555; text-decoration:none; }
.default a:visited { color:#555555; text-decoration:none; }
.default a:hover { color:#145ff9; text-decoration:underline; }
.default a:active { color:#555555; text-decoration:none; }
.green a:link { color:#555555; text-decoration:none; }
.green a:visited { color:#555555; text-decoration:none; }
.green a:hover { color:#08830B; text-decoration:underline; }
.green a:active { color:#555555; text-decoration:none; }
.orange a:link { color:#555555; text-decoration:none; }
.orange a:visited { color:#555555; text-decoration:none; }
.orange a:hover { color:#F63; text-decoration:underline; }
.orange a:active { color:#555555; text-decoration:none; }
.cyan a:link { color:#555555; text-decoration:none; }
.cyan a:visited { color:#555555; text-decoration:none; }
.cyan a:hover { color:#37c3c5; text-decoration:underline; }
.cyan a:active { color:#555555; text-decoration:none; }
.red a:link { color:#555555; text-decoration:none; }
.red a:visited { color:#555555; text-decoration:none; }
.red a:hover { color:#f42126; text-decoration:underline; }
.red a:active { color:#555555; text-decoration:none; }
.black a:link { color:#555555; text-decoration:none; }
.black a:visited { color:#555555; text-decoration:none; }
.black a:hover { color: #900; text-decoration:underline; }
.black a:active { color:#555555; text-decoration:none; }
.mt2 { margin-top: 2px; }
.mt4 { margin-top: 4px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mb2 { margin-bottom: 2px; }
.mb4 { margin-bottom: 4px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.pd2 { padding: 2px; }
.pd5 { padding: 5px; }
.pd7 { padding: 7px; }
.pd9 { padding: 9px; }
.pd15 { padding: 15px; }
.pdL5 { padding-left: 5px; }
.pdT2 { padding-top: 2px; }
.pdT5 { padding-top: 5px; }
.pdT8 { padding-top: 8px; }
.pdT10 { padding-top: 10px; }
.pdT15 { padding-top: 15px; }
.pdT20 { padding-top: 20px; }
.pdB2 { padding-bottom: 2px; }
.pdB5 { padding-bottom: 5px; }
.pdB8 { padding-bottom: 8px; }
.pdB10 { padding-bottom: 10px; }
.pdB15 { padding-bottom: 15px; }
.pdB20 { padding-bottom: 20px; }
.bgF6 { background-color:#F6F6F6 }
.box1px { border: 1px solid #dedede; }
.box2px { border: 2px solid #dedede; }
.box3px { border: 3px solid #dedede; }
.boxL { border-left: 1px solid #dedede; }
.boxT { border-top: 1px solid #dedede; }
.boxR { border-right: 1px solid #dedede; }
.boxB { border-bottom: 1px solid #dedede; }
.ul2 { border-bottom: 2px solid #999; }
.newsBox { padding:34px 20px 0 20px; border-color:#dedede #dedede #dedede #dedede; border-style:solid; border-width:0 1px 1px 1px; }
.taC { text-align:center; }
hr, legend { display:none; }
img, fieldset, button { border:none; }
.bul { margin:0 0 2px 0; vertical-align:middle; }
.bt1 { border-top:solid 1px #dedede;}
.gnb, .lnb, .lnb ul, .mp0, p { margin:0; padding:0; }
.pointer { cursor:pointer; }

/* Site Layout - Top Menu */
.top_gnb ul.account { text-align:right; margin:0; padding:0; }
.top_gnb ul.account li { display:inline; list-style:none; white-space:nowrap; padding:0 1px 0 6px; background:url("/layouts/xdom_v2/images/default/login_bar.gif") no-repeat left center; }
.top_gnb ul.account li.first-child { padding-left:0; background:none; }
.top_gnb ul.account li.pointer { cursor:pointer; }
.top_gnb ul.account li.bookmark { cursor:pointer; padding-left:0; background:none; }
.top_gnb ul.account li strong { color:#555; }
.top_gnb .memberProfile { position:absolute; display:none; overflow:hidden; top:22px; right:260px; text-align:left; padding:10px; background:#fff; border:1px solid #acb8d7; z-index:100; }
.top_gnb .memberProfile.active { display:block; }
.top_gnb .memberProfile .point{ font-size:12px; color:#42a2ff; white-space:nowrap; margin:0 0 5px 0;}
.top_gnb .memberProfile .authorName { font-size:14px; font-weight:bold; color:#333; white-space:nowrap; margin:0 0 8px 0; }
.top_gnb .memberProfile ul { list-style:none; border:1px solid #f2f2f2; background:#fcfcfc; margin:0; padding:10px 10px 5px 5px; }
.top_gnb .memberProfile li { float:none; white-space:nowrap; font-size:11px; letter-spacing:-1px; margin:0 0 5px 0; padding:0 0 0 5px; background:url("/layouts/xdom_v2/images/default/bulletB.gif") no-repeat left center; }
.top_gnb .memberProfile .close { position:absolute; cursor:pointer; width:27px; height:27px; top:0; right:0; border:0; padding:0; background:transparent url("/layouts/xdom_v2/images/buttonCloseX.gif") no-repeat center center; }
.top_gnb .memberProfile .close span { position:absolute; overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; }

/* Site Layout - Select Language */
.select_language { position:absolute; width:185px; top:0; right:0; font:11px Arial, Dotum; z-index:10; }
.select_language .language_title { float:left; display:inline; margin:2px 7px; }
.select_language .language_line { float:right; display:inline; width:82px; border:1px solid #ccc; background:#fff; }
.select_language .language_line .select_language_button { background:url("/layouts/xdom_v2/images/language_arrow.gif") no-repeat right top; }
.select_language .language_line .select_language_button button { position:relative; display:inline-block; overflow:hidden; cursor:pointer; width:80px; height:17px; text-align:left; vertical-align:middle; text-indent:2px; font:11px Arial, Dotum !important; color:#555; white-space:nowrap; margin:0; padding:0; border:0 solid #eee; background:none; }
.select_language .language_line ul { display:none; overflow:hidden; list-style:none; margin:0; padding:0; border-top:1px solid #eee; background:#fff; }
.select_language .language_line li { font:11px Arial, Dotum; color:#555; margin:0; padding:0 0 0 3px; }
.select_language .language_line li em { font-style:normal; }
.select_language .language_line li button { cursor:pointer; width:100%; font:11px Arial, Dotum; white-space:nowrap; text-align:left; margin:0; padding:0; border:0; background:none; }
.select_language .language_line li:hover { background:#eee;}

/* Site Layout - Main Menu */
.main_menu .gnb li { position:relative; float:left; height:35px; left:-2px; list-style:none; white-space:nowrap; margin:0; padding:0 0 0 3px }
.main_menu .gnb li a { display:block; float:left; font-weight:bold; color:#fff; white-space:nowrap; text-decoration:none; padding:12px 10px 8px }
.main_menu .gnb li a:hover { color:#fff }
.main_menu .gnb li a:focus { color:#fff }
.main_menu .gnb li a:visited { color:#fff }
.main_menu .gnb li.on { position:relative; padding-left:3px; margin:0 -2px 0 2px; z-index:2 }
.main_menu .gnb li.on a { color:#fff }
.main_menu .roll_gnb li { position:relative; float:left; height:35px; left:-2px; list-style:none; white-space:nowrap; margin:0; padding:0 0 0 3px }
.main_menu .roll_gnb li a { display:block; float:left; font-weight:bold; color:#fff; white-space:nowrap; text-decoration:none; padding:12px 10px 8px }
.main_menu .roll_gnb li a:hover { color:#fff }
.main_menu .roll_gnb li a:focus { color:#fff }
.main_menu .roll_gnb li a:visited { color:#fff }
.main_menu .roll_gnb li.on { position:relative; padding-left:3px; margin:0; z-index:2 }
.main_menu .roll_gnb li.on a { color:#fff }

/* Site Layout - Main 2nd Menu */
.gnb2 li { position:relative; left:-2px; float:left; list-style:none; width:auto; color:#666; white-space:nowrap; font-size:11px; margin:4px 8px 0 0; padding:0 1px 0 8px; background:url("/layouts/xdom_v2/images/default/bgGnb2Vr.gif") no-repeat left 0; }
.gnb2 li a { display:block; text-decoration:none; letter-spacing:-1px; font-size:11px }
.gnb2 li a:hover, .gnb2 li a:focus { padding-bottom:2px; letter-spacing:-1px }
.gnb2 li.on a { padding-bottom:2px; font-weight:bold; letter-spacing:-1px }
.roll_gnbSub li { position:relative; float:left; width:auto; left:-2px; list-style:none; font-size:11px; color:#666; white-space:nowrap; margin:4px 8px 0 0; padding:0 1px 0 8px; background:url("/layouts/xdom_v2/images/default/bgGnb2Vr.gif") no-repeat left 0; }
.roll_gnbSub li a { display:block; font-size:11px; letter-spacing:-1px; text-decoration:none; }
.roll_gnbSub li a:hover, .roll_gnbSub li a:focus { letter-spacing:-1px; padding-bottom:2px; }
.roll_gnbSub li.on a { font-weight:bold; letter-spacing:-1px; padding-bottom:2px; }

#content { width:100%; overflow:hidden; }
.png_w30_bg { background:url("/layouts/xdom_v2/images/opacity_w30.png") repeat left 0; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/blank.gif', sizingMethod='scale');}
.png_w50_bg { background:url("/layouts/xdom_v2/images/opacity_w50.png") repeat left 0; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/blank.gif', sizingMethod='scale');}
.png_w80_bg { background:url("/layouts/xdom_v2/images/opacity_w80.png") repeat left 0; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/blank.gif', sizingMethod='scale');}
.png_b30_bg { background:url("/layouts/xdom_v2/images/opacity_b30.png") repeat left 0; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/blank.gif', sizingMethod='scale');}
.png_b50_bg { background:url("/layouts/xdom_v2/images/opacity_b50.png") repeat left 0; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/blank.gif', sizingMethod='scale');}
.png_b80_bg { background:url("/layouts/xdom_v2/images/opacity_b80.png") repeat left 0; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/blank.gif', sizingMethod='scale');}
.png_gray50_bg { background:url("/layouts/xdom_v2/images/opacity_gray50.png") repeat left 0; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/blank.gif', sizingMethod='scale');}
.png_gray80_bg { background:url("/layouts/xdom_v2/images/opacity_gray80.png") repeat left 0; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/blank.gif', sizingMethod='scale');}

/* Login Layer (Modal Window) */
.loginWindow{ position:fixed; display:none; width:100%; height:100%; left:0; top:0; _position:absolute; z-index:900; } 
.loginWindow.open{ display:block;}
.loginWindow .modalWindow{ position:fixed; display:block; width:100%; height:100%; left:0; top:0; border:0; _position:absolute; background:#000; opacity:.3; filter:alpha(opacity:30);}
.loginWindow .wide { position:absolute; width:585px; height:250px; left:50%; top:120px; padding:30px 5px 30px 30px; margin:0 0 0 -320px; background:#fff; }
.loginWindow .wide .loginLayer{ position:absolute; float:left; width:293px; height:222px; margin:0 0 0 ; padding:25px 0 0 0; color:#797771; background:#f9f9f9 url("/layouts/xdom_v2/images/bg_shape.gif") no-repeat left bottom; }

.loginWindow .wide .loginLayer form{ *zoom:1; position:relative; }
.loginWindow .wide .loginLayer form:after{ clear:both; display:block; content:"";}

.loginWindow .wide .loginLayer #commonLogin{ height:100px; }
.loginWindow .wide .loginLayer #openidLogin{ height:46px; }
.loginWindow .wide .loginLayer input.id{ position:absolute; width:174px; height:15px; left:25px; top:0; padding-top:5px; padding-left:4px; font:8pt Dotum; letter-spacing:-1px; border:1px solid !important; border-color:#9a9a9a #d8d8d8 #d8d8d8 #9a9a9a !important; color:#666666; background:#fff url("/layouts/xdom_v2/images/bg_id.gif") no-repeat; }
.loginWindow .wide .loginLayer input.password{ position:absolute; width:174px; height:15px; left:25px; top:25px; font:8pt Dotum; letter-spacing:-1px; padding-top:5px; padding-left:4px; border:1px solid !important; border-color:#9a9a9a #d8d8d8 #d8d8d8 #9a9a9a !important; color:#666666; background:#fff url("/layouts/xdom_v2/images/bg_pass.gif") no-repeat; }

.loginWindow .wide .loginLayer .saveIDinfo { position:absolute; top:75px; left:25px; font:8pt Dotum; letter-spacing:-1px; padding:.3em 0; }
.loginWindow .wide .loginLayer .saveIDinfo input {vertical-align:middle; margin:-1px 0 0 0; _margin:-3px;}
.loginWindow .wide .loginLayer .keep label{ color:#555;}
.loginWindow .wide .loginLayer input.submit { position:absolute; cursor:pointer; width:47px; height:38px; left:216px; top:6px; margin:0; border:none; background:url("/layouts/xdom_v2/images/buttonLogin.gif") no-repeat; }

.loginWindow .wide .loginLayer .oid_desc { margin:10px 0 10px 25px; }
.loginWindow .wide .loginLayer form_field { margin:0; padding:0; }
.loginWindow .wide .loginLayer input.oid{ margin-left:25px; width:174px; height:15px; padding-top:5px; padding-left:4px; background:#fff url("/layouts/xdom_v2/images/bg_id.gif") no-repeat;  border:1px solid !important; border-color:#9a9a9a #d8d8d8 #d8d8d8 #9a9a9a !important; color:#666666; font:8pt Dotum; letter-spacing:-1px;}
.loginWindow .wide .loginLayer input.submit_oid { position:absolute; cursor:pointer; width:47px; height:21px; left:216px; top:1px; margin:0; border:none; background:url("/layouts/xdom_v2/images/login_btn_submit.gif") no-repeat; }

.loginWindow .wide .loginLayer .help{ position:absolute; left:22px; top:100px; font:8pt Dotum; letter-spacing:-1px; margin:0; padding:0;}
.loginWindow .wide .loginLayer .help li{ display:inline; font-size:11px; line-height:14px; padding:0 0 0 5px;}
.loginWindow .wide .loginLayer .help li.join{ font-weight:bold;}
.loginWindow .wide .loginLayer .help li.find{ border-left:1px solid #b3b3b3;}

.loginWindow .wide .loginLayer .help li a{ text-decoration:none; color:#555;}
.loginWindow .wide .loginLayer .help li a:hover,
.loginWindow .wide .loginLayer .help li a:active,
.loginWindow .wide .loginLayer .help li a:focus{ text-decoration:underline;}

.loginWindow .wide .adLayer { position:relative; float:right; width:265px; padding:0 15px 0 0; margin:0 0 0 ; border:0 solid #B3B3FF; background:#fff; }
.loginWindow .wide .adLayer .close { position:absolute; cursor:pointer; width:27px; height:27px; top:0; right:0; margin:-30px 0 0 0; padding:0; border:0; background:transparent url("/layouts/xdom_v2/images/buttonCloseX.gif") no-repeat center center; }
.loginWindow .wide .adLayer .close span { position:absolute; overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; }

/* Site Layout - Login Layer Border */
.wide_default { border:1px solid #e0e1e3; border-top:7px solid #6470fa; border-bottom:2px solid #6470fa; }
.wide_green { border:1px solid #e0e1e3; border-top:7px solid #79B139; border-bottom:2px solid #79B139; }
.wide_orange { border:1px solid #e0e1e3; border-top:7px solid #F63; border-bottom:2px solid #F63; }
.wide_cyan { border:1px solid #e0e1e3; border-top:7px solid #37c3c5; border-bottom:2px solid #37c3c5; }
.wide_red { border:1px solid #e0e1e3; border-top:7px solid #C30; border-bottom:2px solid #C30; }
.wide_black { border:1px solid #e0e1e3; border-top:7px solid #333; border-bottom:2px solid #333; }

.loginLayer_default { border:1px solid #e3e3e3; border-top:2px solid #6470fa; }
.loginLayer_green { border:1px solid #e3e3e3; border-top:2px solid #79B139; }
.loginLayer_orange { border:1px solid #e3e3e3; border-top:2px solid #F63; }
.loginLayer_cyan { border:1px solid #e3e3e3; border-top:2px solid #37c3c5; }
.loginLayer_red { border:1px solid #e3e3e3; border-top:2px solid #C30; }
.loginLayer_black { border:1px solid #e3e3e3; border-top:2px solid #333; }

/* Site Layout - service_wrap */
#service_wrap { clear:both; position:relative; height:30px; padding:0; border-color:#999 #dedede #dedede #dedede; border-style:solid; border-width:2px 0 0 0; }
#service_wrap .svc_bg { position:absolute; width:100%; height:30px; top:0; background:#fff; opacity:.7; filter:alpha(opacity:70);}
#service_wrap p.left { position:absolute; color:#555; font-weight:bold; font-size:11px; letter-spacing:-1px; top:0; margin:0; padding:10px 10px 10px 10px; z-index:10; }
#service_wrap .svc_menu { position:absolute; overflow:hidden; left:90px; top:0; margin:0; padding:10px 0; z-index:10; }
#service_wrap .svc_menu li { display:inline; white-space:nowrap; font-size:11px; padding:0 1px 0 6px; background:url("/layouts/xdom_v2/images/default/line_v_footer.gif") no-repeat left 0; }
#service_wrap .svc_right { position:absolute; right:0; text-align:right; font-weight:bold; font-size:11px; letter-spacing:-2px; padding:10px 20px 10px 15px; background:url("/layouts/xdom_v2/images/plus.gif") no-repeat left center; z-index:10;}

/* Site Layout - Sitemap */
#sitemap a { text-decoration:none;}
#sitemap a:hover,
#sitemap a:active,
#sitemap a:focus { text-decoration:underline;}
#sitemap { display:none; }
#sitemap .extension { *zoom:1; clear:both; position:relative; padding:15px 0px 8px 20px; border-color:#dedede #dedede #dedede #dedede; border-style:solid; border-width:1px 0 0 0; z-index:10;}
#sitemap .extension:after { clear:both; display:block; content:"";}
#sitemap .extension .section { float:left; width:105px; margin:0; padding:0 15px 0 0;}
#sitemap .extension .section h2 { font-size:11px; margin:0 0 10px 0;}
#sitemap .extension .section a {}
#sitemap .extension .section ul { list-style:none; margin:0; padding:0;}
#sitemap .extension .section li { font-size:11px; margin-bottom:6px;}

#sitemap2 a { text-decoration:none;}
#sitemap2 a:hover,
#sitemap2 a:active,
#sitemap2 a:focus { text-decoration:underline;}
#sitemap2 { clear:both; position:relative; width:100%;}
#sitemap2 .extension { *zoom:1; clear:both; position:relative; padding:15px 0px 8px 20px; border-color:#dedede #dedede #dedede #dedede; border-style:solid; border-width:1px 0 0 0; z-index:10;}
#sitemap2 .extension:after { clear:both; display:block ;content:"";}
#sitemap2 .extension .section { float:left; width:105px; margin:0; padding:0 15px 0 0;}
#sitemap2 .extension .section h2 { font-size:11px; margin:0 0 10px 0;}
#sitemap2 .extension .section a {}
#sitemap2 .extension .section ul { list-style:none; margin:0; padding:0;}
#sitemap2 .extension .section li { font-size:11px; margin-bottom:6px;}

/* Site Layout - Footer */
#footer { clear:both; position:relative; width:100%; height:75px; border-color:#dedede #dedede #333 #dedede; border-style:solid; border-width:1px 0 0; }
#footer .foot_bg { position:absolute; width:100%; height:75px; top:0; background:#fff; opacity:.6; filter:alpha(opacity:60);}
#footer h1 { position:absolute; top:10px; margin:0; padding:5px 0 10px 19px; border-right:0 solid #dedede; width:180px; z-index:10;}
#footer .foot_menu { position:relative; overflow:hidden; height:15px; top:10px; text-align:center; margin:0; padding:5px 0; z-index:10;}
#footer .foot_menu li { display:inline; white-space:nowrap; font-size:11px; padding:0 1px 0 6px; background:url("/layouts/xdom_v2/images/default/line_v_footer.gif") no-repeat left 0; z-index:10; }
#footer select { position:absolute; width:120px; height:18px; right:0; font-size:11px; color:#999; bottom:18px; border:1px solid #dedede; z-index:10; }
#footer p.top { position:absolute; top:5px; right:10px; margin:0; z-index:10; }
#footer p.copyright { position:relative; top:7px; font-size:11px; text-align:center; z-index:10; }
#footer p.copyright a { font-size:11px; z-index:10; }
#footer p.copyright a:hover, #footer p.copyright a:focus { font-size:11px;}
#footer address { position:relative; top:7px; text-align:center; font-family:Tahoma; font-size:11px; font-style:normal; padding-top:2px; z-index:10; }

/* Site Layout - Color */

/* Top Background */
.bgTopblack { border:0 solid #E6E6E6; background: url("/layouts/xdom_v2/images/default/bg_top.gif") repeat-x left top; }
.bgTopdefault, .bgToporange, .bgTopcyan, .bgTopgreen, .bgTopred { border-bottom: 1px solid #fafafa }

/* Menu Bar Background */
.bgMenudefault { background:url("/layouts/xdom_v2/images/default/bgMenu.png") repeat-x left top; }
.bgMenugreen { background:url("/layouts/xdom_v2/images/green/bgMenu.png") repeat-x left top; }
.bgMenuorange { background:url("/layouts/xdom_v2/images/orange/bgMenu.png") repeat-x left top; }
.bgMenucyan { background:url("/layouts/xdom_v2/images/cyan/bgMenu.png") repeat-x left top; }
.bgMenured { background:url("/layouts/xdom_v2/images/red/bgMenu.png") repeat-x left top; }
.bgMenublack { background:url("/layouts/xdom_v2/images/black/bgMenu.png") repeat-x left top; }

/* Menu Bar Background Left */
.bgMenu_Ldefault { position:relative; background:url("/layouts/xdom_v2/images/default/bgMenu_L.png") no-repeat left top; }
.bgMenu_Lgreen { position:relative; background:url("/layouts/xdom_v2/images/green/bgMenu_L.png") no-repeat left top; }
.bgMenu_Lorange { position:relative; background:url("/layouts/xdom_v2/images/orange/bgMenu_L.png") no-repeat left top; }
.bgMenu_Lcyan { position:relative; background:url("/layouts/xdom_v2/images/cyan/bgMenu_L.png") no-repeat left top; }
.bgMenu_Lred { position:relative; background:url("/layouts/xdom_v2/images/red/bgMenu_L.png") no-repeat left top; }
.bgMenu_Lblack { position:relative; background:url("/layouts/xdom_v2/images/black/bgMenu_L.png") no-repeat left top; }

/* Menu Bar Background Right */
.bgMenu_Rdefault { position:relative; background:url("/layouts/xdom_v2/images/default/bgMenu_R.png") no-repeat right top; }
.bgMenu_Rgreen { position:relative; background:url("/layouts/xdom_v2/images/green/bgMenu_R.png") no-repeat right top; }
.bgMenu_Rorange { position:relative; background:url("/layouts/xdom_v2/images/orange/bgMenu_R.png") no-repeat right top; }
.bgMenu_Rcyan { position:relative; background:url("/layouts/xdom_v2/images/cyan/bgMenu_R.png") no-repeat right top; }
.bgMenu_Rred { position:relative; background:url("/layouts/xdom_v2/images/red/bgMenu_R.png") no-repeat right top; }
.bgMenu_Rblack { position:relative; background:url("/layouts/xdom_v2/images/black/bgMenu_R.png") no-repeat right top; }

/* Menu Bar Line */
.bgMenudefault li { background:url("/layouts/xdom_v2/css/na/") no-repeat left top }
.bgMenugreen li { background:url("/layouts/xdom_v2/css/na/") no-repeat left top; }
.bgMenuorange li { background:url("/layouts/xdom_v2/css/na/") no-repeat left top; }
.bgMenucyan li { background:url("/layouts/xdom_v2/css/na/") no-repeat left top; }
.bgMenured li { background:url("/layouts/xdom_v2/css/na/") no-repeat left top; }
.bgMenublack li { background:url("/layouts/xdom_v2/css/na/") no-repeat left top; }

/* Menu ON Left */
.bgMenudefault .gnb li.on { background:url("/layouts/xdom_v2/images/default/bgMenuOn.png") no-repeat left top }
.bgMenugreen .gnb li.on { background:url("/layouts/xdom_v2/images/green/bgMenuOn.png") no-repeat left top; }
.bgMenuorange .gnb li.on { background:url("/layouts/xdom_v2/images/orange/bgMenuOn.png") no-repeat left top; }
.bgMenucyan .gnb li.on { background:url("/layouts/xdom_v2/images/cyan/bgMenuOn.png") no-repeat left top; }
.bgMenured .gnb li.on { background:url("/layouts/xdom_v2/images/red/bgMenuOn.png") no-repeat left top; }
.bgMenublack .gnb li.on { background:url("/layouts/xdom_v2/images/black/bgMenuOn.png") no-repeat left top; }
.bgMenudefault .roll_gnb li.on:hover { background:url("/layouts/xdom_v2/images/default/bgMenuOn.png") no-repeat left top }
.bgMenugreen .roll_gnb li.on:hover { background:url("/layouts/xdom_v2/images/green/bgMenuOn.png") no-repeat left top; }
.bgMenuorange .roll_gnb li.on:hover { background:url("/layouts/xdom_v2/images/orange/bgMenuOn.png") no-repeat left top; }
.bgMenucyan .roll_gnb li.on:hover { background:url("/layouts/xdom_v2/images/cyan/bgMenuOn.png") no-repeat left top; }
.bgMenured .roll_gnb li.on:hover { background:url("/layouts/xdom_v2/images/red/bgMenuOn.png") no-repeat left top; }
.bgMenublack .roll_gnb li.on:hover { background:url("/layouts/xdom_v2/images/black/bgMenuOn.png") no-repeat left top; }

/* Menu ON Right */
.bgMenudefault .gnb li.on a { background:url("/layouts/xdom_v2/images/default/bgMenuOn.png") no-repeat right top; }
.bgMenugreen .gnb li.on a { background:url("/layouts/xdom_v2/images/green/bgMenuOn.png") no-repeat right top; }
.bgMenuorange .gnb li.on a { background:url("/layouts/xdom_v2/images/orange/bgMenuOn.png") no-repeat right top; }
.bgMenucyan .gnb li.on a { background:url("/layouts/xdom_v2/images/cyan/bgMenuOn.png") no-repeat right top; }
.bgMenured .gnb li.on a { background:url("/layouts/xdom_v2/images/red/bgMenuOn.png") no-repeat right top; }
.bgMenublack .gnb li.on a { background:url("/layouts/xdom_v2/images/black/bgMenuOn.png") no-repeat right top; }
.bgMenudefault .roll_gnb li.on a:hover { background:url("/layouts/xdom_v2/images/default/bgMenuOn.png") no-repeat right top; }
.bgMenugreen .roll_gnb li.on a:hover { background:url("/layouts/xdom_v2/images/green/bgMenuOn.png") no-repeat right top; }
.bgMenuorange .roll_gnb li.on a:hover { background:url("/layouts/xdom_v2/images/orange/bgMenuOn.png") no-repeat right top; }
.bgMenucyan .roll_gnb li.on a:hover { background:url("/layouts/xdom_v2/images/cyan/bgMenuOn.png") no-repeat right top; }
.bgMenured .roll_gnb li.on a:hover { background:url("/layouts/xdom_v2/images/red/bgMenuOn.png") no-repeat right top; }
.bgMenublack .roll_gnb li.on a:hover { background:url("/layouts/xdom_v2/images/black/bgMenuOn.png") no-repeat right top; }

/* Main 2nd Menu Color */
.gnb2default li a:hover, .gnb2default li a:focus { color:#3a66a2; }
.gnb2default li.on a { border-bottom:2px solid #3a66a2; color:#3a66a2; }
.gnb2green li a:hover, .gnb2green li a:focus { color:#79B139; }
.gnb2green li.on a { border-bottom:2px solid #79B139; color:#79B139; }
.gnb2orange li a:hover, .gnb2orange li a:focus { color:#F63; }
.gnb2orange li.on a { border-bottom:2px solid #F63; color:#F63; }
.gnb2cyan li a:hover, .gnb2cyan li a:focus { color:#37c3c5; }
.gnb2cyan li.on a { border-bottom:2px solid #37c3c5; color:#37c3c5; }
.gnb2red li a:hover, .gnb2red li a:focus { color:#C30; }
.gnb2red li.on a { border-bottom:2px solid #C30; color:#C30; }
.gnb2black li a:link, .gnb2black li a:visited { color:#fff; }
.gnb2black li a:hover, .gnb2black li a:focus { color:#900; }
.gnb2black li.on a { border-bottom:2px solid #900; color:#900; }
.roll_gnbSubdefault li a:hover, .roll_gnbdefault li a:focus { color:#3a66a2; }
.roll_gnbSubdefault li.on a { border-bottom:2px solid #3a66a2; color:#3a66a2; }
.roll_gnbSubgreen li a:hover, .roll_gnbSubgreen li a:focus { color:#79B139; }
.roll_gnbSubgreen li.on a { border-bottom:2px solid #79B139; color:#79B139; }
.roll_gnbSuborange li a:hover, .roll_gnbSuborange li a:focus { color:#F63; }
.roll_gnbSuborange li.on a { border-bottom:2px solid #F63; color:#F63; }
.roll_gnbSubcyan li a:hover, .roll_gnbSubcyan li a:focus { color:#37c3c5; }
.roll_gnbSubcyan li.on a { border-bottom:2px solid #555555; color:#555555; }
.roll_gnbSubred li a:hover, .roll_gnbSubred li a:focus { color:#C30; }
.roll_gnbSubred li.on a { border-bottom:2px solid #C30; color:#C30; }
.roll_gnbSubblack li a:link, .roll_gnbSubblack li a:visited { color:#fff; }
.roll_gnbSubblack li a:hover, .roll_gnbSubblack li a:focus { color:#900; }
.roll_gnbSubblack li.on a { border-bottom:2px solid #900; color:#900; }

/* Search Border */
.Searchdefault { border: 5px solid #6470fa !important; height:29px; }
.Searchgreen { border: 5px solid #79B139 !important; height:29px; }
.Searchorange { border: 5px solid #F63 !important; height:29px; }
.Searchcyan { border: 5px solid #37c3c5 !important; height:29px; }
.Searchred { border: 5px solid #C30 !important; height:29px; }
.Searchblack { border: 5px solid #333 !important; height:29px; }
.iSearchdefault { border: 4px solid #6470fa !important; height:24px; }
.iSearchgreen { border: 4px solid #79B139 !important; height:24px; }
.iSearchorange { border: 4px solid #F63 !important; height:24px; }
.iSearchcyan { border: 4px solid #37c3c5 !important; height:24px; }
.iSearchred { border: 4px solid #C30 !important; height:24px; }
.iSearchblack { border: 4px solid #333 !important; height:24px; }
.xSearchdefault { border: 2px solid #6470fa; }
.xSearchgreen { border: 2px solid #79B139; }
.xSearchorange { border: 2px solid #F63; }
.xSearchcyan { border: 2px solid #37c3c5; }
.xSearchred { border: 2px solid #C30; }
.xSearchblack { border: 2px solid #333; }

/* Side Menu Border Color */
.lnbWrapdefault { border: 1px solid #dedede; }
.lnbWrapgreen { border: 1px solid #dedede; }
.lnbWraporange { border: 1px solid #dedede; }
.lnbWrapcyan { border: 1px solid #dedede; }
.lnbWrapred { border: 1px solid #dedede; }
.lnbWrapblack { border: 1px solid #555555; }

/* Side Menu Title Font Color */
.subtitledefault { color: #3c3c3c; }
.subtitlegreen { color: #3c3c3c; }
.subtitleorange { color: #3c3c3c; }
.subtitlecyan { color: #3c3c3c; }
.subtitlered { color: #3c3c3c; }
.subtitleblack { color: #3c3c3c; }

/* Side Menu Title Border */
.bgsubtitledefault { padding:10px 0; border-bottom:2px solid #0066cc; }
.bgsubtitlegreen { padding:10px 0; border-bottom:2px solid #79b139; }
.bgsubtitleorange { padding:10px 0; border-bottom:2px solid #f63; }
.bgsubtitlecyan { padding:10px 0; border-bottom:2px solid #37c3c5; }
.bgsubtitlered { padding:10px 0; border-bottom:2px solid #c30; }
.bgsubtitleblack { padding:10px 0; border-bottom:2px solid #900; }

/* Side 2nd Menu Font Color */
.lnbdefault li a:hover, .lnbdefault li a:focus { color:#3a66a2; }
.lnbgreen li a:hover, .lnbgreen li a:focus { color:#79b139; }
.lnborange li a:hover, .lnborange li a:focus { color:#f63; }
.lnbcyan li a:hover, .lnbcyan li a:focus { color:#37c3c5; }
.lnbred li a:hover, .lnbred li a:focus { color:#c30; }
.lnbblack li a:hover, .lnbblack li a:focus { color:#900; }
.lnbdefault li.on a { color:#3a66a2; background:url("/layouts/xdom_v2/images/default/bulletLnb.gif") no-repeat 0 8px;}
.lnbgreen li.on a { color:#79b139; background:url("/layouts/xdom_v2/images/green/bulletLnb.gif") no-repeat 0 8px;}
.lnborange li.on a { color:#f63; background:url("/layouts/xdom_v2/images/orange/bulletLnb.gif") no-repeat 0 8px;}
.lnbcyan li.on a { color:#555555; background:url("/layouts/xdom_v2/images/cyan/bulletLnb.gif") no-repeat 0 8px;}
.lnbred li.on a { color:#c30; background:url("/layouts/xdom_v2/images/red/bulletLnb.gif") no-repeat 0 8px;}
.lnbblack li.on a { color:#900; background:url("/layouts/xdom_v2/images/black/bulletLnb.gif") no-repeat 0 8px;}

/* Side 3rd Menu Font Color */
.lnbdefault li ul li a:hover, .lnbdefault li ul li a:focus { color:#3a66a2; }
.lnbgreen li ul li a:hover, .lnbgreen li ul li a:focus { color:#79b139; }
.lnborange li ul li a:hover, .lnborange li ul li a:focus { color:#f63; }
.lnbcyan li ul li a:hover, .lnbcyan li ul li a:focus { color:#37c3c5; }
.lnbred li ul li a:hover, .lnbred li ul li a:focus { color:#c30; }
.lnbblack li ul li a:hover, .lnbblack li ul li a:focus { color:#900; }
.lnbdefault li.on ul li a:hover, .lnbdefault li ul li a:focus { color:#3a66a2; }
.lnbgreen li.on ul li a:hover, .lnbgreen li ul li a:focus { color:#79b139; }
.lnborange li.on ul li a:hover, .lnborange li ul li a:focus { color:#f63; }
.lnbcyan li.on ul li a:hover, .lnbcyan li ul li a:focus { color:#37c3c5; }
.lnbred li.on ul li a:hover, .lnbred li ul li a:focus { color:#c30; }
.lnbblack li.on ul li a:hover, .lnbblack li ul li a:focus { color:#900; }
.lnbdefault li.on ul li a { color:#555555; }
.lnbgreen li.on ul li a { color:#555555; }
.lnborange li.on ul li a { color:#555555; }
.lnbcyan li.on ul li a { color:#555555; }
.lnbred li.on ul li a { color:#555555; }
.lnbblack li.on ul li a { color:#555555; }
.lnbdefault li.on ul li.on a { color:#3a66a2; background:url("/layouts/xdom_v2/images/default/lnb_sub.gif") no-repeat 0 5px !important;}
.lnbgreen li.on ul li.on a { color:#79b139; background:url("/layouts/xdom_v2/images/default/lnb_sub.gif") no-repeat 0 5px !important;}
.lnborange li.on ul li.on a { color:#f63; background:url("/layouts/xdom_v2/images/default/lnb_sub.gif") no-repeat 0 5px !important;}
.lnbcyan li.on ul li.on a { color:#555555; background:url("/layouts/xdom_v2/images/default/lnb_sub.gif") no-repeat 0 5px !important;}
.lnbred li.on ul li.on a { color:#c30; background:url("/layouts/xdom_v2/images/default/lnb_sub.gif") no-repeat 0 5px !important;}
.lnbblack li.on ul li.on a { color:#900; background:url("/layouts/xdom_v2/images/default/lnb_sub.gif") no-repeat 0 5px !important;}

/* Side 3rd Menu Background Color */
.lnbblack li ul { background:url("/layouts/xdom_v2/css/na/") no-repeat left top }
.lnbdefault li ul, .lnbgreen li ul, .lnborange li ul, .lnbcyan li ul, .lnbred li ul { background:url("/layouts/xdom_v2/css/na/") no-repeat left top }

/* Footer */
.footerblack {}
.footerdefault, .footergreen, .footerorange, .footercyan, .footerred {}
.copyrightblack { color:#555555 }
.copyrightblack a { color:#555555 }
.copyrightdefault, .copyrightorange, .copyrightcyan, .copyrightgreen, .copyrightred { color:#555555 }
#quezz input { width:180px; height:13px; font-size:12px; vertical-align:middle; border:1px solid #dedede; }
#quezz .aa { height:15px; font-size:11px; vertical-align:middle; border:1px solid #dedede; }

/* Slide Menu */
#slideWrap { margin:0 auto; }
#slideWrap .slideArea { position:relative; z-index:2 }
#slideWrap .slideArea .slideMenu { position:absolute; width:27px; height:28px; top:-69px; right:-30px; }
/*#slideWrap .slideArea .slideMenu { position:absolute; background: url("/layouts/xdom_v2/images/quick_bg.gif") no-repeat; width:27px; height:57px; top:0; right:-30px; }*/

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

.slideMenu .down { width:27px; height:14px }
.slideMenu .down a { display:block; width:27px; height:14px; background: url("/layouts/xdom_v2/images/quick_down.gif") no-repeat; }
.slideMenu .down a:hover { background-position: 0 -14px; }
.slideMenu .down a span { display:none }


/* Top Menu */
.top_gnb { position:relative; width:100%; height:22px; font-size:11px; z-index:11; }
.top_gnb .top_bg { position:absolute; width:100%; height:22px; top:0; font-size:11px; background:#fff; opacity:.6; filter:alpha(opacity:60); }
.top_gnb .top_box { position:relative; width:980px; margin:0 auto; padding:3px 0 0 0; z-index:10; }
.top_gnb .top_left { position:absolute; width:300px; text-align:left; margin:0 auto; padding:0 0 0 0; z-index:10; }

/* Header */
.bodyWrap { width:980px; margin:0 auto 0 auto; }
.headerWrap { position:relative; width:980px; height:39px; z-index:10; }
.headerWrap h1 { position:absolute; left:0; top:0; margin:0; padding:0; }
.head_ad_3 { position:absolute; top:0; right:0; text-align:right; }

/* Main Menu */
.main_menu { position:relative; width:980px; height:69px; margin:0 auto 3px; border-bottom:1px solid #dedede; }
.main_menu .gnb { position:absolute; overflow:hidden; left:15px; white-space:nowrap; }
.main_menu .roll_gnb { position:absolute; overflow:hidden; left:15px; white-space:nowrap; margin:0; padding:0; }

/* Main Menu Ad */
.main_menu .head_ad_4 { position:absolute; width:655px; left:15px; top:45px; }
.main_menu .head_ad_5 { position:absolute; width:200px; top:12px; right:10px; text-align:right; }

/* Main 2nd Menu */
.gnb2 { position:absolute; overflow:hidden; left:20px; top:42px; white-space:nowrap; margin:0; padding:0; z-index:10; }
.roll_gnbSub { position:absolute; overflow:hidden; left:18px; top:42px; white-space:nowrap; margin:0; padding:0; z-index:10; }

/* Search */
.gSearch { position:absolute; width:395px; top:0; right:440px; text-align:right; padding:0; }
.gSearch .inputText { position:relative; width:320px; height:21px; vertical-align:middle; margin:0; padding:2px; }
.gSearch .submit { vertical-align:middle; padding:0; }
.isSearch { position:absolute; top:40px; right:0; text-align:right; }
.isSearch .inputText { position:relative; width:145px; height:16px; vertical-align:middle; padding:2px 2px 2px 4px; }
.isSearch .submit { vertical-align:middle }

/* quick_go */
#quick_go a { text-decoration:none }
#quick_go a:hover,
#quick_go a:active,
#quick_go a:focus { text-decoration:underline }
#quick_go { margin:-2px 0 0 0; }
#quick_go .extension { *zoom:1; clear:both; position:relative; padding:15px 0 7px 15px; border-color:#dedede #dedede #dedede #dedede; border-style:solid; border-width:0 1px 0 1px; }
#quick_go .extension:after { clear:both; display:block; content:""; }
#quick_go .extension .section { float:left; width:54px; margin:0; padding:0 6px 0 0; border-right:0 solid #e3e3e3; }
#quick_go .extension .section h2 { font-size:11px; margin:0 0 10px 0; }
#quick_go .extension .section a {}
#quick_go .extension .section ul { list-style:none; margin:0; padding:0; }
#quick_go .extension .section li { font-size:11px; letter-spacing:-1px; margin-bottom:8px; }

/* Side 2nd Menu */
.lnbWrap { overflow:hidden; margin:0 0 2px 0; padding:0 7px 0 7px; }
.lnbWrap .subtitle { width:184px; }
.lnbWrap .subtitle h1 { font-size:16px; font-weight:bold; letter-spacing:-1px; margin:0; padding:7px 0 7px 10px }
.lnb { position:relative; margin:12px 0 9px 0; padding:0; }
.lnb li { overflow:hidden; list-style:none; }
.lnb li a { position:relative; display:block; height:15px; text-decoration:none; margin:0 0 0 4px; padding:5px 0 3px 8px; z-index:99; }
.lnb li.on a { font-weight:700; letter-spacing:-1px; text-decoration:none; }
.lnb li ul { position:relative; display:none; margin:2px 0 4px 20px; padding:0; }
.lnb li.on ul { display:block }
.lnb li ul li { position:relative; top:0; font-size:11px; letter-spacing:-1px; }
.lnb li a:hover, .lnb li.on a:hover { text-decoration:underline }
.lnb li a:focus, .lnb li.on a:focus { text-decoration:none }
.lnb li ul li a { margin:0; padding:2px 0 0 6px; font-weight:normal !important; letter-spacing:normal !important; background:url("/layouts/xdom_v2/images/blank.gif") no-repeat 0 5px !important; border:0 !important;}
.lnb li.on ul li a { margin:0; padding:2px 0 0 6px; font-weight:normal !important; letter-spacing:normal !important; background:url("/layouts/xdom_v2/images/blank.gif") no-repeat 0 5px !important; border:0 !important;}
.lnb li.on ul li.on a { font-weight:bold !important; letter-spacing:-1px !important; }

/* Content Body */
.content_Body { clear:both; position:relative; width:980px; margin:3px 0 0 0; padding-bottom:1px; }
.content_Body_top { float:left; overflow:hidden; width:980px; }
.content_Body_bottom { float:left; overflow:hidden; width:980px; }
.columnMenu { position:relative; float:right; width:200px; }
.columnContent { float:left; overflow:hidden; width:760px; }
.main_bannerLeft { position:absolute; left:-80px; top:0; z-index:100; }
.main_bannerRight { position:absolute; top:0; right:-80px; text-align:right; z-index:100; }
.login {margin:0 0 2px 0; padding:0; border:0; background:#fcfcfc; opacity:.9; filter:alpha(opacity:90);}
.login legend {display:none; width:0; height:0; overflow:hidden; font-size:0;}
.login form {position:relative; border:1px solid #b8bce2; padding:14px 0 11px 13px; width:185px; height:100%; overflow:hidden;}
.login form .idpwWrap {overflow:hidden; clear:both; width:172px; height:39px;}
.login form .idpw {float:left; width:120px; height:39px;}
.login form .idpw input {float:left; color:#282828; width:111px; height:14px; background:#fff; padding:2px 3px; font:0.9em Tahoma; overflow:hidden;}
.login form .idpw input.idOff {border:solid #b8bce2; border-width:1px 1px 0 1px; background:#fff url("/widgets/login_info/skins/xdom_login_v2/images/login_id.gif") no-repeat 7px 4px;}
.login form .idpw input.idOn {border:solid #b8bce2; border-width:1px 1px 0 1px;}
.login form .idpw input.passOff {border:1px solid #b8bce2; background:#fff url("/widgets/login_info/skins/xdom_login_v2/images/login_pass.gif") no-repeat 7px 4px;}
.login form .idpw input.passOn {border:1px solid #b8bce2;}
.login form .login {float:right;}

.login form p.save {clear:both; margin:1px 0 0 0; padding:.3em 0; letter-spacing:-1px;}
.login form p.save input {vertical-align:middle; margin:-1px -2px 0 0; _margin:-3px;}
*:first-child+html body .login form p input {margin:-3px;}
.login form p.save label {font:0.9em "Dotum", Dotum, "Gulim", Gulim, AppleGothic, Sans-serif; color:#5f6477;}
.login form ul.help {margin:0; border-top:0 solid #e4e4e4; overflow:hidden; padding:5px 0 2px 0; white-space:nowrap; letter-spacing:0;}
.login form ul.help li {float:left; display:block; padding:0 5px 0 5px; background:url("/widgets/login_info/skins/xdom_login_v2/images/vrType1.gif") no-repeat left center;}
.login form ul.help li.first-child {background:none; padding-left:0;}
.login form ul.help li a {color:#5f6477; font:0.9em "Dotum", Dotum, "Gulim", Gulim, AppleGothic, Sans-serif; white-space:nowrap; text-decoration:none;}
.login form ul.help li.first-child a {color:#5f6477; font-weight:bold; text-decoration:none; letter-spacing:-1px;}
.login form ul.help li a:hover {color:#0066cc; text-decoration:underline;}
.login form .userName {position:relative; width:172px; overflow:hidden; font:0.9em "Dotum", Dotum, Tahoma; border-bottom:1px solid #e4e4e4; padding:0 0 4px 0; margin-top:-5px;}
.login form .userName strong {color:#282828; padding:4px 0 0 0; font-weight:bold;}
.login form .userName a {position:relative; right:0;}
.login form .userName .fl {float:left; width:124px; height:13px; margin-top:4px; overflow:hidden;}
.login form ul.userMenu {position:relative; padding:0 0 0 4px; margin:5px 0 0 0; line-height:14px; overflow:hidden;}
.login form ul.userMenu li {float:left; list-style:none;  width:80px; padding-left:6px; background:url("/widgets/login_info/skins/xdom_login_v2/images/bulletFF1A00.gif") no-repeat left 4px; margin-top:2px; font:11px "Dotum", Dotum, "Gulim", Gulim, AppleGothic, Sans-serif; letter-spacing:-1px;}
.login form ul.userMenu li a {color:#777; font:11px "Dotum", Dotum, "Gulim", Gulim, AppleGothic, Sans-serif; line-height:14px; text-decoration:none;}
.login form ul.userMenu li a:hover {color:#0066cc; text-decoration:underline;}
.login form p.latestLogin {margin:0; padding:0 0 0 3px; color:#999999; font:0.9em "Dotum", Dotum, "Gulim", Gulim, AppleGothic, Sans-serif;}
.login form p.latestLogin span {font:1em Tahoma;}

img.login_mask {width:200px; height:5px; background:#fcfcfc; opacity:.9; filter:alpha(opacity:90); display:block;}
.openid_login {position:relative; margin:0 0 2px 0; padding:0; border:0; background:#fcfcfc; opacity:.9; filter:alpha(opacity:90); }
.openid_login legend {display:none; width:0; height:0; overflow:hidden; font-size:0;}
.openid_login form {position:relative; padding:14px 0 12px 13px; width:185px; height:100%; border:1px solid #b8bce2;}
.openid_login form .idpwWrap {overflow:hidden; clear:both; width:172px;}
.openid_login form .idpw {float:left;}
.openid_login form .idpw p {margin:0 0 5px 0; padding:0; background: url("/widgets/login_info/skins/xdom_login_v2/images/openid_login_bg.gif") left no-repeat; padding-left:18px; font:0.9em Tahoma; color:#999;}
.openid_login form .idpw input {float:left; margin-top:0; border:1px solid #b8bce2; color:#282828; width:111px; background:#fff; padding:2px 3px; margin-bottom:2px; font:0.9em Tahoma; overflow:hidden;}
.openid_login form .idpw input.openidOff {border:1px solid #b8bce2; background:#fff url("/widgets/login_info/skins/xdom_login_v2/images/open_id.gif") no-repeat 10px 4px;}
.openid_login form .idpw input.openidOn {border:1px solid #8796c9;}
.openid_login form .login {float:right;}
.openid_login form p.save {margin:0; padding:0; clear:both; padding:.3em 0;}
.openid_login form p.save input {vertical-align:middle; margin:-1px -2px 0 0;}
*:first-child+html body .openid_login form p input {margin:-3px;}
.openid_login form p.save label {font:0.9em "Dotum", Dotum, "Gulim", Gulim, AppleGothic, Sans-serif; color:#999999;} 
.openid_login ul.help {margin:0; border-top:1px solid #e4e4e4; overflow:hidden; padding:5px 0 0 0; white-space:nowrap;}
.openid_login ul.help li {float:left; display:block; padding:0 5px 0 5px; background:url("/widgets/login_info/skins/xdom_login_v2/images/vrType1.gif") no-repeat left center;}
.openid_login ul.help li.first-child {background:none; padding-left:0;}
.openid_login ul.help li a {color:#6b7bb3; font:0.9em "Dotum", Dotum, "Gulim", Gulim, AppleGothic, Sans-serif; white-space:nowrap; text-decoration:none;}
.openid_login ul.help li a:hover {text-decoration:underline;}

