@charset "utf-8";


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

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

/* default.css - Type Selector Definition */
* { margin:0; padding:0; }
html { width:100%; }
body { margin:0; font-size:.75em; _font-size:9pt; font-family:sans-serif;}
*:first-child+html body { font-size:9pt; }
img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

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

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

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


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

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

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

.zbxe_widget_output { background:url(http://3sege.org/common/tpl/images/widget_text.gif) no-repeat center bottom; display:block;}
.member_signature { margin-top:10px; border:1px solid #DDDDDD; padding:10px; overflow:hidden;}
.member_profile_image { float:left; margin-right:10px; }

#waitingforserverresponse { display:inline; border:2px solid #444444; background-color:#FFFFFF; padding:15px 20px 13px 20px; font-weight:bold; color:#444444; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }
#fororiginalimageareabg { z-index:1001; background-color:#FFFFFF; width:100%; height:100%; top:0px; left:0px; position:relative; padding:20px 10px 10px 10px; border:8px solid #DDDDDD; } 
#fororiginalimagearea { visibility:hidden; padding:0px; margin:0px; width:100%; height:100%; top:0px; left:0px; position:absolute; z-index:1000; text-align:left; overflow:hidden; }
#fororiginalimage { z-index:1002; }
#closeOriginalImageBtn { position:absolute; right:8px; top:5px; cursor:pointer; width:50px; height:12px; z-index:1003; }
#popup_menu_area { position:absolute; left:0px; top:0px; z-index:1003; visibility:hidden; border:2px solid #D9D9D9; background-color:#FFFFFF; padding:0; }
#popup_menu_area .box { border:1px solid #CACACA; background-color:#FFFFFF; padding:7px; line-height:22px;}
#popup_menu_area .item { color:#333333; cursor:pointer; margin:0; padding:3px 0 3px 0; white-space:nowrap; height:22px;}
#popup_menu_area .item_on { color:#333333; font-weight:bold; margin:0; cursor:pointer; padding:3px 0 3px 0; height:22px; letter-spacing:-1px; white-space:nowrap;}



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

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

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

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

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

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

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

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

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



/* guestbook Title */
.guestbookHeader { border:1px solid #e1e1dd; border-bottom:none; background:url(http://3sege.org/modules/guestbook/skins/ssamss/images/bgH3.gif) repeat-x left bottom; overflow:hidden; _width:100%;}
.guestbookHeader h3 { border-bottom:3px solid #fe3614; }
.guestbookHeader h3 { float:left; font-size:1.2em; padding:1em 2em .7em 1.2em; background:url(http://3sege.org/modules/guestbook/skins/ssamss/images/lineH3.gif) no-repeat right bottom;}

/* guestbook Description */
.guestbookDescription { color:#AEAEAE; overflow:hidden; padding:1em; margin-top:1em;}

.guestbookInformation { width:100%;height:30px; clear:both; margin:1em 0 .5em 0; overflow:hidden; color:#666666;background:#272727 url(/zbxe/modules/board/skins/xe_board/images/white/lineBoardListTh.gif) no-repeat -3px 0;}

.articleNum { float:left; padding:0 0 0 15px; }

/* account Navigation */
.accountNavigation { float:right; }
.accountNavigation li { float:left; margin-left:7px; list-style:none; padding-top:3px;}
.accountNavigation li a { font-size:12px; white-space:nowrap; color:#666666; text-decoration:none;}
.accountNavigation li.setup a { background:url(http://3sege.org/modules/guestbook/skins/ssamss/images/iconSetup.gif) no-repeat left top; padding-left:14px; }
.accountNavigation li.admin a { background:url(http://3sege.org/modules/guestbook/skins/ssamss/images/iconAdmin.gif) no-repeat left top; padding-left:12px; }
.accountNavigation li.listType { margin-left:5px; }
.accountNavigation li.loginAndLogout { background:url(http://3sege.org/modules/guestbook/skins/ssamss/images/line_1x10_e0e0e0.gif) no-repeat left 5px; padding-left:8px; _padding-top:5px;}
*:first-child+html li.loginAndLogout { padding-top:5px; }


/* pageNavigation */
.pageNavigation { display:block; margin:1em 0; text-align:center; font:bold 11px Tahoma; margin-top:1.5em;}
.pageNavigation a { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#666666; display:inline-block; padding:1px 7px 2px 6px; border-left:1px solid #eee; border-right:1px solid #eee; text-decoration:none; line-height:1em; }
.pageNavigation .current { position:relative; margin-left:-4px; font:bold 11px Tahoma; display:inline-block; padding:1px 7px 1px 6px;text-decoration:none; line-height:1em; /* border-left:1px solid #323232; */}
.pageNavigation a:hover { text-decoration:none; }
.pageNavigation a:visited { color:#999999; }
.pageNavigation a.goToFirst, .pageNavigation a.goToLast { border:none; border-right:1px solid #eee; border-left:1px solid #eee; z-index:99; vertical-align:top; padding:0px 7px 4px 6px;}
.pageNavigation a.goToFirst img, .pageNavigation a.goToLast img { display:inline-block; padding:2px 0; position:relative; top:2px; _top:1px;}

.boardWrite { overflow:hidden; position:relative; margin-bottom:20px; padding:.5em 0; }
.boardWrite .userNameAndPw { margin-bottom:-1px; padding:.5em 0; margin-left:20px;}
.boardWrite .boardEditor fieldset { width:auto; position:relative;color:#646464;}
.boardWrite .option { margin-left:20px; padding:.5em 0; overflow:hidden; width:90%;}
.boardWrite .option dd { float:left; margin-right:1em; padding-top:.2em; _padding-top:.1em;}
.boardWrite .option dd * { vertical-align:middle;}
.boardWrite .option dd select { width:7em; font-size:.95em;height:20px;}
.boardWrite .inputTypeText { width:50px;border:0;border-bottom:1px #888 dotted;margin-right:10px;color:#646464;}
.userPw {}
#editorInfo_1 { display:none;}
#editor_iframe_box { border:1px #ff0000 solid;color:#646464;}

.commentWrite { overflow:hidden; position:relative; margin-top:10px; margin-bottom:20px; padding:.5em 0; }
.commentWrite .inputTypeText { width:100px; }
.commentWrite .userNameAndPw { margin-bottom:-1px; padding:.5em 0; margin-left:20px;}
.commentWrite .commentEditor fieldset { width:auto; position:relative; border:none;}
.commentWrite .option { margin-left:20px; padding:.5em 0; overflow:hidden; width:90%;}
.commentWrite .option dd { float:left; margin-right:1em; padding-top:.2em; _padding-top:.1em;}
.commentWrite .option dd * { vertical-align:middle;}
.commentWrite .option dd select { width:7em; font-size:.95em;height:20px;}
.commentWrite .inputTypeText { }
.commentWrite .editorBox { text-align:center; margin-bottom:10px;}
.commentWrite .textarea { width:98%; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:8em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; }

.documentBox { padding:.6em .6em; color:#666666;  margin-top:.5em;border-top:1px #eee solid;}
.documentBox .documentItem { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; list-style:none;}
.documentBox p { display:inline; margin-bottom:1em;}
.documentBox .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0; cursor:pointer;}
.documentBox .author a { color:#3074a5; margin-right:.3em; text-decoration:none; }
.documentBox .voted { float:left; font-size:.9em; color:#AAAAAA; margin:0 .3em .5em 1em;}
.documentBox .date { float:right; font:.8em Tahoma; margin:.3em 0 .5em 0;}

.documentBox .documentOption { float:right; white-space:nowrap; margin-left:.2em;}
.documentBox .documentOption img { vertical-align:middle;}

.documentBox .documentContent { clear:left; }
.documentBox .documentContent p { display:block; }
.documentBox .documentContent ul li { padding:0; border:none; line-height:1.25em; list-style:disc;}
.documentBox .documentContent ol li { padding:0; border:none; line-height:1.25em; list-style:decimal;}
.documentBox .document { background-color:#FAFAFA;}

.smallBox { border:1px solid #e0e1db; margin-left:auto; margin-right:auto; }
.smallBox.w268 { width:268px;}
.smallBox .header { position:relative; _width:100%; background:url(http://3sege.org/modules/guestbook/skins/ssamss/images/normal/bgH3.gif) no-repeat left bottom; overflow:hidden;}
.smallBox .header h3 { clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #fe3614; }
.smallBox .complex { padding:1.5em 2em 2em 2em;}
.smallBox .inputPassword { position:relative; border:none; padding:2em 2em 1.5em 2em;}
.smallBox .inputPassword .inputTypeText { float:left; margin-right:.5em; width:8em;}
.smallBox .inputPassword legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em; text-indent:-100em;}


.replyBox { padding:.6em .6em; color:#666666; margin-top:.5em;}
.replyBox .replyItem { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; list-style:none; border-bottom:1px dotted #e0e1db;}
.replyBox p { display:inline; margin-bottom:1em;}
.replyBox .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;}
.replyBox .author a { color:#3074a5; margin-right:.3em; text-decoration:none; }
.replyBox .voted { float:left; font-size:.9em; color:#AAAAAA; margin:0 .3em .5em 1em;}
.replyBox .date { float:right; font:.8em Tahoma; color:#cccccc; margin:.3em 0 .5em 0;}

.replyBox .replyOption { float:right; white-space:nowrap; margin-left:.2em;}
.replyBox .replyOption img { vertical-align:middle;}

.replyBox .replyContent { clear:left; }
.replyBox .replyContent p { display:block; }
.replyBox .replyContent ul li { padding:0; border:none; line-height:1.25em; list-style:disc;}
.replyBox .replyContent ol li { padding:0; border:none; line-height:1.25em; list-style:decimal;}
.replyBox .reply { }
.replyBox .replyIndent { background:url(http://3sege.org/modules/guestbook/skins/ssamss/images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;}

.replyBox .fileAttached { _width:99%; border:1px solid #eaeae7; overflow:hidden; margin-top:.3em; list-style:none;}
.replyBox .fileAttached ul { float:left; padding:.3em 1em .2em 0; margin-left:.5em; _margin-left:.25em;}
.replyBox .fileAttached li a { font-size:.9em; white-space:nowrap; position:relative; color:#444444; }
.replyBox .fileAttached li a:visited { color:#777777;}

#editor_iframe_1 { height:100px !important;}

/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/

/* White Skin - Start */

/*div { border:1px #ff0000 solid; }*/

/* Site Layout - Body Wrap */
body { background:#ffffff url(http://3sege.org/layouts/xe_official/images/white/bg.png) no-repeat center top;}
#bodyWrap { position:relative; width:980px; margin:0 auto; padding:1.5em 0 0 0;}

/* Site Layout - Header */
#header { position:relative; width:978px; height:114px; background:url(http://3sege.org/layouts/xe_official/images/white/bgHeader2.png) no-repeat right bottom; margin-bottom:10px; z-index:99;}
#header h1 { position:absolute; top:0px; left:81px;}
/* */
#header.one h1 { position:absolute; top:0px; left:0px;}

#h-logo { margin-top:1px;position:absolute; top:0px; left:0;}
#language { position:absolute; top:-15px; right:0px; z-index:100;color:#ccc;}
#language a { color:#5c5c5c; text-decoration:none;}
#language strong { color:#5c5c5c; font:.75em Tahoma; margin-right:3px;}
#language a img { vertical-align:-4px;margin-right:6px;}
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #d9d9d9; background:#ffffff;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#5c5c5c; text-decoration:none;}
#language ul li a:hover { background:#f4f4f4;}

#GNB_Menu{position:absolute;top:29px;left:0px;z-index:9999;}

#it_search_form { position:absolute; top:50px; right:15px;}
#it_search_form .input { border:1px solid #d9d9d9; height:17px; width:120px; color:#888888; font-size:.9em;}
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }

#top-news {position:absolute; top:2px; left:145px; text-align:left;width:500px;}
#top-btn {position:absolute; top:14px; left:778px; text-align:right;width:200px;}

#top-btn2 {position:absolute; top:17px; left:700px; text-align:right;width:200px;}
#top-btn2 a {color:#333; text-decoration:none;font-family:돋움;}

#top-btn3 {position:absolute; top:17px; left:615px; text-align:right;width:200px;}
#top-btn3 a {color:#333; text-decoration:none;font-family:돋움;}

#gnb { position:absolute; top:76px; left:20px; height:38px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
#gnb li { list-style:none; float:left; background:url(http://3sege.org/layouts/xe_official/images/white/bgGnbVr.gif) no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:13px 15px 0 15px; height:25px; color:#727272; white-space:nowrap; text-decoration:none;font-family:돋움;}
#gnb li a:hover,
#gnb li a:focus { color:#000000;}
#gnb li.on a { color:#3f3f3f; background:url() no-repeat center top;font-weight:bold;}



#isSearch { position:absolute; top:50px; right:30px; width:214px; text-align:right;}
#isSearch .searchOrder { display:none;}
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:14px; background:url(http://3sege.org/layouts/xe_official/images/white/bgSearchTerm.gif) no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; line-height:normal;}
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #eee; background:#ffffff; overflow:hidden;}
#isSearch ul li { width:67px; height:18px; list-style:none;}
#isSearch ul li input { display:none;}
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c;}
#isSearch ul li label.on { background:#ededed; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#ededed;}
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:0 3px 1px 3px; width:95px; height:16px; color:#000000; border:0px solid #fff; background-color:#FFFFFF; }
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:0px solid #fff; background-color:#FFFFFF; }
*:first-child+html  #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle;position:relative; top:-2px;left:20px; _position:relative; _top:-3px;}
*:first-child+html #isSearch .submit { position:relative; top:-3px;}

/* Site Layout - Content Body */
#contentBody { position:relative; width:980px; padding-bottom:30px; overflow:hidden; background:url(http://3sege.org/layouts/xe_official/images/white/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #dddddd;}


/* Site Layout - Column Left */
#columnLeft { position:relative; width:103px; float:left;margin-left:1px;margin-right:1px;}

/*  */
#columnLeft .p-title-newshome { background:url(/images/p-title-newshome.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-newshome { position:relative; left:-1px;}
#columnLeft .p-title-tvhome { background:url(/images/p-title-tvhome.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-tvhome { position:relative; left:-1px;}
#columnLeft .p-title-kclhome { background:url(/images/p-title-kclhome.jpg) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-kclhome { position:relative; left:-1px;}

#columnLeft .p-title-index { background:url(/images/p-title-index.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-index { position:relative; left:-1px;}

#columnLeft .p-title-radiohome { background:url(/images/p-title-radiohome.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-radiohome { position:relative; left:-1px;}

#columnLeft .p-title-photohome { background:url(/images/p-title-photohome.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-photohome { position:relative; left:-1px;}

#columnLeft .p-title-leaguehome { background:url(/images/p-title-leaguehome.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-leaguehome { position:relative; left:-1px;}

#columnLeft .p-title-starshome { background:url(/images/p-title-starshome.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-starshome { position:relative; left:-1px;}


html > body #columnLeft { width:99px;}
#columnLeft .mask { width:98px; height:5px;float:left;}
html > body #columnLeft .mask { width:99px;}

/*  */
* html #bbs-category-in{ position:relative;left:-1px; }
#bbs-category-in a{ display:block;padding:7px 0 7px 9px;width:90px;border-bottom:1px #ddd solid;background:#f8f8f8;color:#29354a;text-decoration:none;}
#bbs-category-in a:hover{display:block;width:90px;background:#fff url(http://3sege.org/layouts/xe_official/images/white/menu-on.gif) no-repeat right top;padding:7px 4px 7px 9px;text-decoration:none;}

/* */
#columnLeft.index { display:none;}
#contentBody.index { background:none;}

/*  */
#ssamss_today {height:24px;}
#ssamss_today div {display:inline;margin-bottom:1px;}
#ssamss_weather {height:20px; }
#ssamss_location{color:#7b7b7b;font-size:11px;font-family:"돋움", Dotum, "굴림";letter-spacing:-1px;width:145px;float:left;padding:2px 0 0 0;margin:0;}
#ssamss_location span{letter-spacing:1px;}
#ssamss_location span.nosp{letter-spacing:0px;margin-top:3px;float:left;}
#ssamss_location span.title{margin-top:3px;letter-spacing:-1px;float:left;}
#ssamss_location img{margin:0;cursor:pointer;}
/* rss */
#ssamss_location_rss{float: right;padding: 0px 0 5px 0;text-align:right;}
#ssamss_location_rss img{position:relative;top:40px;left:-15px;}

#lnb2 { float:left;}
#lnb2 li { list-style:none;}
#lnb2 li a { display:block;padding:7px 0 7px 8px;width:90px;border-bottom:1px #ddd solid;background:#f8f8f8;color:#29354a;text-decoration:none;}
#lnb2 li a:hover,
#lnb2 li a:focus { display:block;width:90px;background:#fff url(http://sajatv.com/layouts/xe_official/images/white/menu-on.gif) no-repeat right top;padding:7px 4px 7px 8px;text-decoration:none; }
#lnb2 li.on a { display:block;width:90px;background:#fff url(http://sajatv.com/layouts/xe_official/images/white/menu-on.gif) no-repeat right top;padding:7px 4px 7px 9px;text-decoration:none;}
#lnb2 li.on a:hover,
#lnb2 li.on a:focus { font-weight:bold;}
#lnb2 li ul { display:none; position:relative; width:84px; padding:0 3px; position:relative; border-top:1px solid #ffffff; overflow:hidden;}
#lnb2 li.on ul { display:block;}
#lnb2 li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb2 li ul li a { padding:6px 5px 6px 10px; width:69px; color:#818181 !important; border:none; background:none !important; border:none !important;}
#lnb2 li ul li a:hover,
#lnb2 li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
#lnb2 li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(http://3sege.org/layouts/xe_official/images/white/bulletLnb.gif) no-repeat 75px center  !important;}


#lnb { padding:4px 5px; width:90px;float:left;}
#lnb li { list-style:none; padding-bottom:3px;}
#lnb li a { padding:4px 4px 4px 4px; width:80px; display:block; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;background:#fff url(/images/kcl-lnbbg.gif) no-repeat bottom right;text-align:center;}
#lnb li a:hover,
#lnb li a:focus { color:#de4332;  /*background:#de4332;*/ }
#lnb li.on a { color:#de4332; background:#fff url(/images/kcl-lnbbg.gif) no-repeat bottom right;}
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold;}
#lnb li ul { display:none; position:relative; width:84px; padding:0 3px; position:relative; 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:69px; 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(http://3sege.org/layouts/xe_official/images/white/bulletLnb.gif) no-repeat 75px center  !important;}

#lnb li a.lnb-no2,
#lnb li a.lnb-no6 { font-weight:bold;background:#fff url(/images/kcl-lnbbg-hot.gif) no-repeat bottom right;}
#lnb li a.lnb-no2:hover,
#lnb li a.lnb-no6:hover,
#lnb li a.lnb-no2:focus,
#lnb li a.lnb-no6:focus,
#lnb li.on a { color:#de4332;}

#lnb li .lnb-no1 { padding-top:30px;background:url(/images/kcl-titlegropbg-1.gif) no-repeat bottom right;}
#lnb li.on .lnb-no1 { padding-top:30px;background:url(/images/kcl-titlegropbg-1.gif) no-repeat bottom right;}

#lnb li .lnb-no9 { padding-top:30px;background:url(/images/kcl-titlegropbg-2.gif) no-repeat bottom right;margin-top:20px;}
#lnb li.on .lnb-no9 { padding-top:30px;background:url(/images/kcl-titlegropbg-2.gif) no-repeat bottom right;margin-top:20px;}

#lnb li .lnb-no12 { padding-top:30px;background:url(/images/kcl-titlegropbg-3.gif) no-repeat bottom right;margin-top:20px;}
#lnb li.on .lnb-no12 { padding-top:30px;background:url(/images/kcl-titlegropbg-3.gif) no-repeat bottom right;margin-top:20px;}

#lnb li .lnb-no19 { padding-top:30px;background:url(/images/kcl-titlegropbg-4.gif) no-repeat bottom right;margin-top:20px;}
#lnb li.on .lnb-no19 { padding-top:30px;background:url(/images/kcl-titlegropbg-4.gif) no-repeat bottom right;margin-top:20px;}

#lnb li .lnb-no21{ padding-top:30px;background:url(/images/kcl-titlegropbg-5.gif) no-repeat bottom right;margin-top:20px;}
#lnb li.on .lnb-no21 { padding-top:30px;background:url(/images/kcl-titlegropbg-5.gif) no-repeat bottom right;margin-top:20px;}

#lnb li .lnb-no27 { padding-top:30px;background:url(/images/kcl-titlegropbg-6.gif) no-repeat bottom right;margin-top:20px;}
#lnb li.on .lnb-no27 { padding-top:30px;background:url(/images/kcl-titlegropbg-6.gif) no-repeat bottom right;margin-top:20px;}

/* Site Layout - Column Right */
#columnRight {margin:0 10px;float:left;width:620px;overflow:hidden;}
#sidebar {float:right;margin-right:3px;width:230px;position:absolute;right:0;height:900px;}
#visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
#content { width:100%; overflow:hidden;}

/* Site Layout - Footer */
#footer { border-top:3px solid #72a1ff;padding:0.5em 0 1em; clear:both;text-align:center;}
#footer li { display:inline; padding:0 .6em 0 1em; background:url(http://3sege.org/layouts/xe_official/images/white/vrType1.gif) no-repeat left center;}
#footer li.first-child { background:none;}
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;text-decoration:none;}
#footer li address {display:inline;}

#f-copy { text-align:center;font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;line-height:130%;}

#footer2 { margin-left:20px; }
#footer2 div { float:left;padding:0 25px 0 15px;height:180px; margin:10px 0; width:270px;border-right:1px #eee solid;overflow:hidden;}
html > body #footer2 div { width:270px;}
#footer2 div div { border:0; margin:0;padding:0; }
#footer2 div table { width:100%;}


#size1 {position:absolute;top:-15px;left:230px;width:200px;}
#size1 #calendar {background:#fff;}
#size1 img.cal-c-btn {position:relative;left:10px;top:25px;z-index:9999999;}

/* nv */
/* board Title */
.boardHeader-l { overflow:hidden; _width:100%;border-bottom:1px #ddd solid;padding-bottom:5px;font-family:돋움; font-size:11px;margin:10px 0;}
.boardHeader-l span { float:left; color:#777;}
.boardHeader-l span a { text-decoration:none;color:#777;}
.boardHeader-l span a:hover { text-decoration:underline;color:#777;}

/* KCL */
#topmenu-kcl { position:absolute;z-index:999999;top:66px;left:500px;}
#kclmain { width:609px;height:351px;background:url(/images/kcl-mainbg-v001.jpg) no-repeat 0 0;position:relative;}
#kclmain #kclmain-news { width:309px;height:151px;color:#fff;position:absolute;top:200px;left:40px;display:none;}
#kclmain #kclmain-btn { width:309px;height:151px;color:#fff;position:absolute;top:190px;left:275px;}
#kcl-main-now {position:absolute;top:210px;left:160px;width:200px;}

/* INDEX ETC */
.top-tip { }
.top-tip a { padding:3px 0;text-decoration:none;height:18px;float:left;color:#ff0000;}
/*
div {border:1px #ff0000 solid;}
*/

/* White Skin - End */

/* 게시물타이틀 */
.titleAndCategory h4 span{ font-family:돋움 !important;}

/* 메인-뉴스-4개씩 자르기 */
.m-n-dot {background:url(/images/dot-line.gif) repeat-x;height:10px;margin-top:10px;}

.radio-onair {position:absolute;top:90px;left:30px;cursor:pointer;}


table{border-collapse:collapse;border-spacing:0;}

#div_mp3MainTopVisual { font-size:0; }

.tvmainbanner { color:#a8a8a8;font-size:11px;font-family:돋움; }

/*.latest_white ul li {width:240px !important;}*/


.tabWidget .tabContent {
background-color:#FFFFFF;
border-color:-moz-use-text-color #DEDEDE rgb(222, 222, 222);
border-style:none solid solid;
border-width:medium 1px 1px;
height:155px;
overflow:hidden;
padding:10px;
z-index:1;
}
.news_ticker_none { height:25px; overflow:hidden; clear:both; white-space:nowrap; }

.news_ticker_none table { width:100%; height:25px; margin:0; padding:0; table-layout:fixed;}
.news_ticker_none table td { white-space:nowrap; overflow:hidden; height:25px; vertical-align:top; }

.news_ticker_none .tickerBox { height:25px; padding-top:6px; white-space:nowrap; overflow:hidden; }

.news_ticker_none ul { white-space:nowrap; overflow:hidden; }
.news_ticker_none li { list-style:none; height:25px; overflow:hidden; white-space:nowrap; font-size:9pt;}

.news_ticker_none ul li .title a { color:#777; text-decoration:none;  font-size:11px;font-family:돋움;}
.news_ticker_none ul li .title a:hover { color:#333;text-decoration:underline; font-size:11px;font-family:돋움;}
.news_ticker_none ul li .title span.comment { color:#FE6700; font:.8em Tahoma; }
.news_ticker_none ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; text-decoration:none; }

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

.latest_left_ad_white { padding:5px 0; position:relative;margin-top:10px;background:#f9f9f9;border-top:1px #eee solid;border-bottom:1px #eee solid;_width:97px;}
.latest_left_ad_white h2 { display:block; padding:9px 0 5px 5px; margin-bottom:0; color:#ff4833;  font-size:12px;font-family:돋움;border-bottom:1px #eee dotted;}
.latest_left_ad_white h2 a{ text-decoration:none;color:#ff4833;}

.latest_left_ad_white ul {}
.latest_left_ad_white ul li { padding:5px 0 5px 5px; list-style:none; border-bottom:1px #eee dotted;}

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

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

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

.newest_document_onelinetip_normal {
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box {

}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .title_box {
    /*height:18px;*/
    padding:12px 0px 0 0px;
    color:#000000;
    font-size:1em;
    border-bottom:1px #ddd solid;
    /*background:url(/widgets/popular_document/skins/blog_newest_document/images/normal/bgBoxTypeB.gif) repeat-x left top;*/
    margin-bottom:10px;
    height:21px; _height:20px; font-size:1em; color:#54564b;

}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .title_box .title {
    /*background:url(http://3sege.org/widgets/newest_document/skins/onelinetip/normal/./title_bullet.gif) no-repeat left;*/
    font-weight:bold;
    height:14px;
    padding-left:0px;
    color:#54564b;
    float:left;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font:.6em Tahoma;
    line-height:100%;
}
.newest_document_onelinetip_normal .newest_document_onelinetip_box .title_box .more A:hover {
    float:right;
    color:#888;
    text-decoration:none;
    font-weight:bold;
    font:.6em Tahoma;
    line-height:100%;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document_box {
    padding:3px 0px 3px 0px;
    clear:both;
    height:16px;
    margin:0px 0px 2px 0px;
    overflow:hidden;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document {
    padding:0px 0px 0px 5px;
    float:left;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document img.icon-li {
   float:left;
   top:3px;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document A {
    text-decoration:none;
    color:#ff0000;
    font-weight:bold;
    font-size:12px;
    font-family:"돋움";
    word-spacing:-1px;
    line-height:130%;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document A:hover {
    text-decoration:underline;
    color:#000000;
    font-weight:bold;
    font-size:12px;
    font-family:"돋움";
    word-spacing:-1px;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document A:visited {
    color:#AAAAAA;
    font-weight:bold;
    font-size:12px;
    font-family:"돋움";
    word-spacing:-1px;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document .writer {
    color:#AAAAAA;
    display:none;
}


.newest_document_onelinetip_normal .newest_document_onelinetip_box .regdate {
    color:#AAAAAA;
    font-size:8pt;
    float:right;
    white-space:nowrap;
    display:none;
}

.latest_left_white { width:90px; padding-bottom:5px; position:relative;margin-left:5px;margin-top:10px;}
.latest_left_white h2 { display:block; padding:9px 0 5px 0; margin-bottom:0; color:#3a3a3a;  font-size:12px;border-bottom:1px #ddd solid;font-family:돋움;}
.latest_left_white h2 a{ text-decoration:none;color:#3a3a3a;}

.latest_left_white ul {width:90px; }
.latest_left_white ul li { width:90px;padding:5px 0 5px 0; list-style:none; border-bottom:1px #eee dotted;}

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

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

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

/*.latest_white { width:100%; padding-bottom:15px; overflow:hidden; position:relative;background:#f9f9f9;}*/
.latest_white {position:relative;border:1px solid #e0e1db; background:url(/widgets/popular_document/skins/blog_newest_document/images/normal/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em;}
.latest_white h2 { /*display:block; height:18px; padding:9px 0 0 10px; color:#54564b;  font-size:1em;
	padding:9px 10px 0 10px;
    color:#000000;
    font-size:1em;*/
    /*border-bottom:1px #c6c7c0 solid;*/
   /*background:url(/widgets/popular_document/skins/blog_newest_document/images/normal/bgBoxTypeB.gif) repeat-x left top;
    margin-bottom:10px;
    height:21px; _height:20px; font-size:1em; color:#54564b;
    border-top:1px #eee solid;
    border-right:1px #eee solid;
    border-left:1px #eee solid;*/
    display:block;
    border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b;
}
.latest_white ul { margin:10px 0; }
.latest_white ul li { height:20px; background:url(http://3sege.org/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;width:200px;margin-left:10px;}

.latest_white ul li .title a {
	 color:#555555;
	 text-decoration:none;
	 font-family:돋움;
}
.latest_white ul li .title a:hover { text-decoration:underline; }
.latest_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; }
.latest_white ul li .title span.comment a { color:#FE6700; font:.8em 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;
float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font:.8em Tahoma;
    line-height:65%;}
.latest_white a.more:hover { text-decoration:underline;
float:right;
    color:#888;
    text-decoration:none;
    font-weight:bold;
    font:.8em Tahoma;
    line-height:65%;}

.newestDocument { position:relative; border:1px solid #e0e1db; background:url(http://3sege.org/widgets/popular_document/skins/blog_newest_document/images/normal/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
.newestDocument h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestDocument .documentList { padding:1.2em; overflow:hidden;}
.newestDocument .documentList li { display:block; margin-right:.1em; overflow:hidden; list-style:none;margin:5px 0;}
.newestDocument .documentList li a { color:#555; line-height:1.5em; }

.sz_point { width:100%; position:relative;}
.sz_point h2 { height:21px; padding:9px 0 0 9px; font-size:1em;}

.sz_point .left { cursor:pointer; height:20px; background:url(http://3sege.org/widgets/rank_point/skins/sz_xe/images/default/bullet.gif) no-repeat left; padding-left:15px; overflow:hidden; }

.sz_point .center { text-align:right; padding-left:5px; }

.sz_point .sz_Box_000{border:solid 0;padding:0;}
.sz_point .sz_Box_001{ margin:1px; border:solid 1px;border-color:#E7E7E7;padding:5px 5px 2px 5px;background-color:#F4F4F4;color:#696969;}
.sz_point .sz_Box_002{ margin:1px; border:solid 1px;border-color:#DDEAA8;padding:5px 5px 2px 5px;background-color:#FBFDF1;color:#99B81A;}
.sz_point .sz_Box_003{ margin:1px; border:solid 1px;border-color:#F9D5D5;padding:5px 5px 2px 5px;background-color:#FEF6F6;color:#D98383;}
.sz_point .sz_Box_004{ margin:1px; border:solid 1px;border-color:#EFDAF4;padding:5px 5px 2px 5px;background-color:#FCF7FD;color:#AF69C0;}
.sz_point .sz_Box_005{ margin:1px; border:solid 1px;border-color:#DCDFF6;padding:5px 5px 2px 5px;background-color:#F6F7FE;color:#7381EA;}
.sz_point .sz_Box_006{ margin:1px; border:solid 1px;border-color:#DAEAEE;padding:5px 5px 2px 5px;background-color:#F0F6F8;color:#619DAC;}
.sz_point .sz_Box_007{ margin:1px; border:solid 1px;border-color:#D5EDDD;padding:5px 5px 2px 5px;background-color:#EFF9F2;color:#6FB587;}
.sz_point .sz_Box_008{ margin:1px; border:solid 1px;border-color:#FFEC15;padding:5px 5px 2px 5px;background-color:#FFFCDF;color:#FF9900;}
.sz_point .sz_Box_009{ margin:1px; border:solid 1px;border-color:#9DD7E8;padding:5px 5px 2px 5px;background-color:#F8FDFF;color:#0A8DBD;}

.sz_point a {color: #3e81de; text-decoration:none;}
.sz_point a:hover {color: #3e81de;}
.sz_point a:visit {color: #3e81de;}
