@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("/xe/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("/xe/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("/xe/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("/xe/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("/xe/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("/xe/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("/xe/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("/xe/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("/xe/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 Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* textyleBody Layout */
.textyleBody{ position:relative; padding-top:30px; padding-bottom:30px; *zoom:1; font-size:12px; font-family:Tahoma, AppleGothic, Sans-Serif;}
.textyleBody:after{ content:""; display:block; clear:both;}
.textyleBody.textyleCE{ padding-right:280px;}
.textyleBody.textyleEC{ padding-left:280px;}

.textyleBody hr{ display:none;}
.textyleBody img{ border:0;}
.textyleBody fieldset{ border:0; padding:0; margin:0;}
.textyleBody legend{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}

.textyleBody a{ text-decoration:none;}
.textyleBody a:hover,
.textyleBody a:active,
.textyleBody a:focus{ text-decoration:underline;}

.textyleContent{ position:relative; width:100%; margin:0;}
.textyleCE .textyleContent{ float:left;}
.textyleEC .textyleContent{ float:right;}

.textyleExtension{ position:relative; width:245px;}
.textyleCE .textyleExtension{ left:280px; float:right; margin-left:-245px;}
.textyleEC .textyleExtension{ right:280px; float:left; margin-right:-245px;}

/* textyleContent */
.textyleContent .userDefine{ line-height:1.5; margin:0 0 40px 0; overflow:hidden; }
.textyleContent .userDefine p.introText { margin:0; padding:0; }

/* userAccount */
.userAccount{ padding:35px 0 20px 0; margin:0 0 10px 0; border:1px solid #e2e2e2; background:#fafafa;}
.userAccount .userTop{ padding:0 0 15px 0; margin:0 20px 11px 20px; background:url("/xe/modules/textylehub/skins/default/img/lineHrAccount.gif") repeat-x left bottom;}
.userAccount .userTop h2{ margin:0 0 12px 0; font-size:12px; font-weight:normal; color:#333; vertical-align:top;}
.userAccount .userTop .logOut{ position:absolute; top:33px; right:21px;}

.userAccount .communityInfo{ position:relative; margin:0; padding:1px 0 2px 0; list-style:none; *zoom:1; overflow:hidden;}
.userAccount .communityInfo:after{ content:""; display:block; clear:both;}
.userAccount .communityInfo li{ position:relative; left:-5px; padding:0 4px; font-size:11px; height:9px; font-family:Dotum; float:left; border-left:1px solid #dedede; color:#555;}
.userAccount .communityInfo li a{ color:#555;}
.userAccount .communityInfo li em{ font-style:normal; color:#fd565e; font-size:9px; font-family:Tahoma;}

.userAccount .blogList{ position:relative; margin:0 20px; padding:0 0 15px 0; list-style:none; *zoom:1;}
.userAccount .blogList li{ padding:0 0 0 6px; margin:0 0 8px 0; position:relative; background:url("/xe/modules/textylehub/skins/default/img/iconList2.gif") no-repeat left center;}
.userAccount .blogList li a{ color:#666;}
.userAccount .blogList li .tcbSmall{ position:absolute; top:-2px; right:0;}

.userAccount .tcbLarge{ left:20px; width:201px;}
.userAccount .tcbLarge *{ padding:0; width:201px;}

/* userUpdate */
.userUpdate{ position:relative; padding:28px 0 1px 0; border:1px solid #e2e2e2; *zoom:1;}
.userUpdate .textyleSection{ margin:0 20px 40px 20px; position:relative; *zoom:1;}
.userUpdate .textyleSection h2{ font-size:12px; margin:0 0 15px 0; padding:0 0 6px 0; border-bottom:2px solid #e1e1e1;}
.userUpdate .textyleSection .more{ position:absolute; top:0; right:0; padding:0 7px 0 0; color:#b4b4b4; background:url("/xe/modules/textylehub/skins/default/img/iconMore.gif") no-repeat right center;}
.userUpdate .textyleSection ul{ list-style:none; margin:0; padding:0;}
.userUpdate .textyleSection li{ padding:0 0 0 7px; margin:0 0 5px 0; background:url("/xe/modules/textylehub/skins/default/img/iconList3.gif") no-repeat left 6px;}
.userUpdate .textyleSection li a{ color:#888;}

/* blogUpdate */
.userUpdate .blogUpdate li{ background:none; padding:0; margin:0 0 10px 0; clear:both; *zoom:1;}
.userUpdate .blogUpdate li:after{ content:""; display:block; clear:both;}
.userUpdate .blogUpdate .userThumb{ float:left; margin:0 8px 0 0;}
.userUpdate .blogUpdate .blogTitle{ color:#3f3f3f;}
.userUpdate .blogUpdate .blogMeta{ display:block; padding:5px 0 0 0;}
.userUpdate .blogUpdate .userName{ color:#979797; margin:0 3px 0 0; font-size:11px; font-family:Dotum; cursor:pointer;}
.userUpdate .blogUpdate .userName a { color:#979797; text-decoration:none; }
.userUpdate .blogUpdate .ymd{ display:inline-block; height:10px; font-size:9px; padding:0 0 0 7px; color:#979797; border-left:1px solid #d5d5d5;}
.userUpdate .blogUpdate .hm{ display:inline-block; height:10px; font-size:9px; color:#979797;}

/* widgetTagCloud */
.widgetTagCloud { text-align:justify; font-size:12px; line-height:1.5; margin:0; padding:0;}
.widgetTagCloud li{ display:inline; list-style:none; margin:0 !important; padding:0 !important; background:none !important;}
.widgetTagCloud li a{ white-space:nowrap; font-family:Dotum;}
.widgetTagCloud li.level4 a{ font-size:12px; color:#999 !important;}
.widgetTagCloud li.level3 a{ font-size:12px; color:#666 !important;}
.widgetTagCloud li.level2 a{ font-size:12px; font-weight:bold; color:#444 !important;}
.widgetTagCloud li.level1 a{ font-size:14px; font-weight:bold; color:#000 !important;}

/* postList */
.postListHeader{ position:relative; margin:0 0 10px 0;}
.postListHeader h2.h2{ color:#333; font-size:12px; margin:0; padding:0; }
.postListHeader h2.info{ color:#333; font-size:12px; margin:0; padding:3px 0 6px 9px; font-weight:normal;}
.postListHeader h2.info strong{ color:#fd565e;}
.postListHeader .postSearch{ margin:0; padding:0; position:absolute; top:0; right:10px; _text-align:right;}
.postListHeader .postSearch .inputText{ padding:4px 0 0 4px; height:17px; width:139px; border:1px solid #d2d2d2; font-size:12px; line-height:normal; vertical-align:middle;}
.postListHeader .postSearch select{ height:23px; font-size:12px; vertical-align:middle;}

.postListBody{ position:relative; border-top:1px solid #e5e5e5;}
.postListBody ul{ list-style:none; margin:0; padding:0;}
.postListBody li{ position:relative; padding:15px 0; border-bottom:1px solid #e5e5e5; clear:both; *zoom:1;}
.postListBody li:after{ content:""; display:block; clear:both;}
.postListBody h3.postTitle{ font-size:12px; margin:0 0 5px 0;}
.postListBody h3.postTitle a{ color:#333;}
.postListBody h3.postTitle em{ font-size:9px; color:#fd565e; font-style:normal;}
.postListBody .thumb{ float:left; margin:0 19px 0 0; border:1px solid #e3e3e3;}
.postListBody .postMeta{ margin:0 0 8px 0;}
.postListBody .userName{ color:#979797; margin:0 3px 0 0; font-size:11px; font-family:Dotum;}
.postListBody .userName a { color:#979797; text-decoration:none; }
.postListBody .ymd{ display:inline-block; height:10px; font-size:9px; padding:0 0 0 7px; color:#979797; border-left:1px solid #d5d5d5;}
.postListBody .hm{ display:inline-block; height:10px; font-size:9px; color:#979797;}
.postListBody .postSummary{ color:#666; line-height:1.5; margin:0 0 3px 0;}

.postListBody .postList li{}
.postListBody .postList h3.postTitle{ padding:10px 0 0 0;}
.postListBody .postList .thumb{ position:relative; top:-10px; margin:0 19px -10px 0;}
.postListBody .memberList{}

.postListBody .blogTags{ margin:0 0 12px 0; padding:0;}
.postListBody .blogTags *{ display:inline;}
.postListBody .blogTags dt{ color:#777;}
.postListBody .blogTags dd{ color:#b3b3b3; margin:0;}

.postListBody .blogMeta{ position:relative; margin:0; padding:10px 0; color:#9a9a9a; overflow:hidden; *zoom:1;}
.postListBody .blogMeta:after{ content:""; display:block; clear:both;}
.postListBody .blogMeta dt{ position:relative; left:-9px; float:left; height:9px; line-height:9px; *line-height:normal; border-left:1px solid #e5e5e5; padding:0 0 0 8px;}
.postListBody .blogMeta dd{ position:relative; left:-9px; float:left; height:9px; line-height:9px; *line-height:normal; margin:0; font-size:12px; padding:0 8px 0 8px;}

/* tagListBody */
.tagListBody{ padding:20px 0; border-top:1px solid #e5e5e5; line-height:1.2;}
.tagListBody *{ margin:0; padding:0;}
.tagListBody ul{ text-align:justify; list-style:none;}
.tagListBody li{ display:inline; margin:0 3px; }
.tagListBody li a{ color:#666; font-family:Dotum; white-space:nowrap;}
.tagListBody li.rank1 a{ font-weight:bold; font-size:18px; color:#fff; background:#a2b9d5;}
.tagListBody li.rank2 a{ font-weight:bold; font-size:18px; color:#4bcfd0;}
.tagListBody li.rank3 a{ font-weight:bold; font-size:14px; color:#648ab9;}
.tagListBody li.rank4 a{ font-size:12px;}

/* contentHeader */
.contentHeader{position:relative; margin:0 0 10px 0; border-bottom:1px solid #e5e5e5; *zoom:1;}
.contentHeader h2.h2{color:#333; font-size:12px; margin:0; padding:3px 0 6px 9px;}

/* blogCreation */
.blogCreation{ margin:0; padding:0; text-align:center;}
.blogCreation fieldset{ margin:0 0 30px 0; padding:0;}
.blogCreation table{ border:0; width:100%; text-align:left;}
.blogCreation th,
.blogCreation td{ border:0; padding-top:15px; padding-bottom:15px; border-bottom:1px solid #e5e5e5; text-align:left; vertical-align:top;}
.blogCreation th{ color:#666; padding-left:15px; padding-right:30px; white-space:nowrap;}
.blogCreation td{ color:#666; width:100%;}
.blogCreation td p{ margin:0;}
.blogCreation td .error{ display:none; color:#fd565e; margin:3px 0;}
.blogCreation td .error.open{ display:block;}
.blogCreation td .inputText{ width:92%; *width:400px; border:1px solid #c6c6c6; padding:4px 9px 0 9px; height:17px; font-size:12px; vertical-align:middle;}
.blogCreation td .inputText.blogAddress{ width:100px; text-align:center;}
.blogCreation td .inputCheck{ width:13px; height:13px; margin:0; vertical-align:middle;}
.blogCreation td .userAgreement{ width:92%; *width:400px; border:1px solid #cacaca; line-height:1.5; padding:9px; height:120px; overflow:auto; *overflow-x:hidden;}
.blogCreation td .check{ font-weight:bold; margin:8px 0;}

/* pagination */
.pagination{ text-align:center; padding:30px 0;}
.pagination a,
.pagination strong{ position:relative; font-weight:bold; font-size:11px; display:inline-block; height:18px; line-height:18px; background-image:url("/xe/modules/textylehub/skins/default/img/linePagination.gif"); background-repeat:no-repeat; background-position:left center; vertical-align:middle; padding:0 8px; margin:0 -4px 0 0;}
.pagination a{ color:#333;} 
.pagination strong{ color:#fd565e;}
.pagination .nav{ display:inline-block; background-image:url("/xe/modules/textylehub/skins/default/img/buttonPagination.gif"); background-repeat:no-repeat; border:0; padding:0; margin:0; width:20px; background-color:#fff;}
.pagination .nav span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}
.pagination .prev10{ background-position:0 center;}
.pagination .prev1{ background-position:-20px center; margin-right:-5px; z-index:2;}
.pagination .next1{ background-position:-30px center;}
.pagination .next10{ background-position:-50px center;}

/* textyle content button */
.tcb,
.tcb a,
.tcb button,
.tcb input{ position:relative; display:inline-block; border:0; background-color:transparent; background-image:url("/xe/modules/textylehub/skins/default/img/buttonTC.gif"); background-repeat:no-repeat; text-decoration:none !important; vertical-align:middle; cursor:pointer; overflow:visible; text-align:center;}

.tcb{ margin-right:2px;}
.tcb a,
.tcb button,
.tcb input{ *vertical-align:top; left:2px;}

.tcbSmall,
.tcbSmall *{ height:20px;}
.tcbSmall{ background-position:left top;}
.tcbSmall *{ font-size:11px; line-height:20px; font-family:Dotum; color:#555; background-position:right top; padding:0 5px 0 3px; letter-spacing:-1px;}

.tcbMedium,
.tcbMedium *{ height:24px;}
.tcbMedium{ background-position:left -30px;}
.tcbMedium *{ font-size:12px; line-height:24px; color:#000; background-position:right -30px; padding:0 10px 0 8px;}

.tcbLarge,
.tcbLarge *{ height:37px;}
.tcbLarge{ background-position:left -60px;}
.tcbLarge *{ font-size:12px; line-height:37px; color:#555; background-position:right -60px; padding:0 30px 0 28px;}

.tcb.strong *{ font-weight:bold; color:#111;}

















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

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

/* Site Layout - Body Wrap */
body { background:#FFFFFF url("/xe/layouts/main2/images/default/bgBody.gif") repeat-x left top;}
#bodyWrap { width:980px; margin:0px auto 0 auto; }

/* Site Layout - Header */
#header { position:relative; width:980px; height:120px; no-repeat right top; margin-bottom:10px; z-index:99;}
#header h1 { margin:0; padding:0; position:absolute; top:3px; left:0px;}

/* Account */
#header .account{ position:absolute; top:18px; right:160px; margin:0 auto; padding:0; z-index:2;}
#header .account li{ position:relative; float:left; list-style:none; background-image:url("/xe/layouts/main2/images/default/lineHeaderVr.gif"); background-repeat:no-repeat; background-position: left 7px;}
#header .account li *{ vertical-align:top;}
#header .account li li{ float:none; height:auto; background-image:none;}
#header .account li.log{ background-image:none; font-size:0; line-height:0;}
#header .account li.log a{ display:block; padding:5px 8px;}
#header .account li.profile button{ border:0; padding:0; width:53px; height:20px; cursor:pointer; background-color:transparent; background-image:url("/xe/layouts/main2/images/default/buttonProfile.gif"); background-repeat:no-repeat; background-position:center 5px; overflow:visible;}
#header .account li.profile button span{ position:relative; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden; z-index:-1;}
#header .account li.profile .memberProfile{ display:none; position:absolute; top:15px; left:8px; padding:20px; background:#fff; border:2px solid #737373;}
#header .account li.profile .memberProfile.active{ display:block;}
#header .account li.profile .memberProfile .authorName{ margin:0 0 8px 0; font-size:16px; font-weight:bold; color:#333; white-space:nowrap;}
#header .account li.profile .memberProfile ul{ margin:0; padding:15px 15px 5px 15px; list-style:none; border:1px solid #f2f2f2; background:#fcfcfc;}
#header .account li.profile .memberProfile li{ float:none; white-space:nowrap; margin:0 0 10px 0; padding:0 0 0 10px; background:url("/xe/layouts/main2/images/default/bulletB.gif") no-repeat left center;}
#header .account li.profile .memberProfile li a{ background:none; color:#333; text-decoration:none;}
#header .account li.profile .memberProfile li a:hover{ text-decoration:underline;}
#header .account li.profile .memberProfile li a:active{ text-decoration:underline;}
#header .account li.profile .memberProfile li a:focus{ text-decoration:underline;}
#header .account li.profile .memberProfile .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:27px; height:27px; background:transparent url("/xe/layouts/main2/images/default/buttonCloseX.gif") no-repeat center center;}
#header .account li.profile .memberProfile .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}
#header .account li.register a{ display:block; width:53px; height:20px; padding:5px 8px; background-image:url("/xe/layouts/main2/images/default/buttonRegister.gif"); background-repeat:no-repeat; background-position:center 5px;}
#header .account li.register a span{ position:relative; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden; z-index:-1;}




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

#gnb { position:absolute; top:51px; left:0; height:69px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}



/* Site Layout - Content Body */
#contentBody { position:relative; width:980px; padding-bottom:30px; overflow:hidden;}
#contentFlash { position:relative; width:980px; height:363px;}

/* Site Layout - Column Left */
#columnLeft { position:relative; width:215px; float:left;}
#columnLeftSub1 { position:relative; width:199px; height:239px; float:left; margin-top:25px;}
#columnLeftBox { position:relative; width:199px; float:left; margin-top:20px;}
#columnLeftBoxtop { position:relative; width:199px; height:5px; float:left; background:url("/xe/layouts/main2/images/contents/box_top.gif") no-repeat;}
#columnLeftBoxmidImg { position:relative; width:199px; float:left; background:url("/xe/layouts/main2/images/contents/box_mid.gif") repeat-y; padding-left:2px; padding-bottom:10px; padding-top:10px;}
#columnLeftBoxmidCon1 { position:relative; width:199px; height:140px; float:left; background:url("/xe/layouts/main2/images/contents/box_mid.gif") repeat-y; padding-left:22px; padding-bottom:10px;}
#columnLeftBoxmidCon2 { position:relative; width:199px; height:210px; float:left; background:url("/xe/layouts/main2/images/contents/box_mid.gif") repeat-y; padding-left:1px; padding-bottom:10px;}
#columnLeftBoxmidCon3 { position:relative; width:199px; height:180px; float:left; background:url("/xe/layouts/main2/images/contents/box_mid.gif") repeat-y; padding-left:8px; padding-bottom:10px;}
#columnLeftBoxbot { position:relative; width:199px; height:5px; float:left; background:url("/xe/layouts/main2/images/contents/box_bot.gif") no-repeat;}



#columnLeft .mask { width:215px; height:5px; background:#ffffff; display:block; clear:both;}

/* Site Layout - Column Right */
#columnRight { width:765px; float:right; overflow:hidden;}
#columnRightMain { width:744px; float:left; overflow:hidden; padding-left:14px;}
#columnRightSub { width:744px; float:left; overflow:hidden; padding-left:20px;}
#visualArea { width:765px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
#content { width:100%; overflow:hidden;}

#lnb { border-top:1px solid #dddddd; padding:4px 5px; width:190px;}
#lnb li { padding-bottom:4px; list-style:none; }
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #e8e8e8; background:url("/xe/layouts/main2/images/default/bgLnbOff.gif") repeat-x; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;}
#lnb li a:hover,
#lnb li a:focus { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold;}
#lnb li ul { display:block; position:relative; width:184px; padding:0 3px; border-top:1px solid #ffffff; overflow:hidden;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url("/xe/layouts/main2/images/default/bulletLnb.gif") no-repeat 175px center  !important;}


/* Site Layout - Footer */
#footer { margin:0; padding:0;text-align:center; padding:0em 0 0em; clear:both;}
#footer li { padding:0 .0em 0 0em;}
#footer li.first-child { background:none;}
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
#footer li address { display:inline; }

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

.latest_white ul { margin:0; padding:0; }
.latest_white ul li { height:26px; background:url("/xe/widgets/newest_document/skins/xe_official/images/white/bulletD0.gif") no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;}

.latest_white ul li .title a { color:#555555; text-decoration:none; }
.latest_white ul li .title a:hover { text-decoration:underline; }
.latest_white ul li .title span.comment { color:#FE6700; font:.9em Tahoma; }
.latest_white ul li .title span.comment a { color:#FE6700; font:.9em Tahoma; }

.latest_white ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}

.latest_white .more { position:absolute; top:12px; right:11px; color:#54564b; font:.8em Tahoma;}
.latest_white a.more { text-decoration:none;} 
.latest_white a.more:hover { text-decoration:underline;} 

.mmctop, .mmcbottom{display:block;}
.mmctop *, .mmcbottom *{display:block; height:1px; overflow:hidden;}

.mmc_normal { overflow:hidden; position:relative; }

.mmc_normal .box .box_top_title { display:block; position:relative; overflow:hidden; padding-bottom:15px;}

.mmc_normal .box .box_top_title h2 { margin:0; padding:2px 0 3px 15px; font-size:1.2em; display:block; overflow:hidden}
.mmc_normal .box .box_top_title .more { position:absolute; top:8px; right:10px; font:.8em Tahoma; text-decoration:none; }
.mmc_normal .box .box_top_title .write { position:absolute; top:8px; right:50px; font:.8em Tahoma; text-decoration:none; }

.mmc_normal .box .board { position:relative; margin:0; vertical-align:top; }
.mmc_normal .box .board .thumb { border:none; text-align:center; display:block;}
.mmc_normal .box .board .thumb img { margin:3px; padding:3px; border:0px solid #cccccc; }
.mmc_normal .box .board .thumb img:hover { border:0px solid #a98a60; }
.mmc_normal .box .board .t { padding-left:10px; display:block; overflow:hidden; list-style:none; vertical-align:top; }
.mmc_normal .box .board .t:hover { background-color:#fff; }
.mmc_normal .box .board .t .main .titles { table-layout:fixed; font:1em Tahoma; color:#a98a60; text-decoration:none; display:block; word-spacing:inherit;}
.mmc_normal .box .board .t .main .titles:hover { color:#ff6600; }
.mmc_normal .box .board .t .main .comment a { color:#ff6600; font:.8em Tahoma; }
.mmc_normal .box .board .t .main .comment a:hover { color:#a98a60; }
.mmc_normal .box .board .t .main .menuname { color:#ff6600; font:1em Tahoma; text-decoration:none;}
.mmc_normal .box .board .t .main .menuname:hover { color:#a98a60; }
.mmc_normal .box .board .t .main .categoryname { color:#FFA466; font:.9em Tahoma; text-decoration:none;}
.mmc_normal .box .board .t .main .categoryname:hover { color:#a98a60; }
.mmc_normal .box .board .t .main .extra_value { color:#FFC49B; font:.9em Tahoma; text-decoration:none;}
.mmc_normal .box .board .t .main .extra_value:hover { color:#a98a60; }
.mmc_normal .box .board .t .main .author { color:#9B9BFF; font:.9em Tahoma; }
.mmc_normal .box .board .t .main .author:hover { color:#a98a60; }
.mmc_normal .box .board .t .main .read { color:#FE6700; font-size:0.8em; }
.mmc_normal .box .board .t .main .read:hover { color:#a98a60; }
.mmc_normal .box .board .t .main .voted { color:#FE6700; font-size:0.8em; }
.mmc_normal .box .board .t .main .voted:hover { color:#a98a60; }

.mmc_normal .box .board .t .sum { text-indent:5px; padding-top:5px; overflow:hidden; display:block; }
.mmc_normal .box .board .t .sum .regdate { color:#666666; font:.8em Tahoma; margin-right:5px;}
.mmc_normal .box .board .t .sum .regdate:hover { color:#a98a60; }
.mmc_normal .box .board .t .sum .summary a { font:1em Tahoma; color:green; text-decoration:none; }
.mmc_normal .box .board .t .sum .summary a:hover { color:#ff6600; }

.mmc_normal .box .bottom { padding:2px 5px 0 0; text-decoration:none; text-align:right;}
.mmc_normal .box .bottom a { text-decoration:none; }
.mmc_normal .box .bottom a:hover { font-weight:bold;}

.mmc_normal .box .b { margin:3px; border-top:1px dotted #C0C0C0; }
.mmc_normal .box .b:hover { background-color:#F5F5F5; }
.mmc_normal .box .com { padding-left:20px; padding-top:5px; overflow:hidden; white-space:nowrap; }
.mmc_normal .box .com a { text-decoration:none; font:.9em Tahoma; color:gray; }
.mmc_normal .box .com a:hover { color:#a98a60; }

/* pageNavigation */
.mmcpageNavigation { text-align:center; font:bold 11px Tahoma; margin-top:10px; margin-bottom:5px;}
.mmcpageNavigation a { font:bold 1em Tahoma; color:#666666; text-decoration:none; margin:0 10px 0 0; }
.mmcpageNavigation .current { font:bold 1em Tahoma; color:red; text-decoration:none; margin:0 10px 0 0; }
.mmcpageNavigation a:hover { background:#F7F7F7; text-decoration:none; }
.mmcpageNavigation a:visited { color:#999999; }
.mmcpageNavigation a.goToFirst img, .pageNavigation a.goToLast img { margin-bottom:0px;}


