@charset "UTF-8";


/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:.75em;}

img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

/* Special Class Selector */
.fr { float:right; }
.fl { float:left; }
.clear { clear:both; }
.fwB { font-weight:bold;}
.tCenter { text-align:center; }
.tRight { text-align:right; }
.tLeft { text-align:left; }
.gap1 { margin-top:.8em; }
.nowrap { white-space:nowrap; }

.iePngFix { behavior:url("./common/js/iePngFix.htc"); } 
.zbxe_info { vertical-align:middle; behavior:url("./common/js/iePngFix.htc"); }

/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
*:first-child+html .inputTypeText { font-size:9pt; }
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4; }
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt; height:100px;}
*:first-child+html .inputTypeTextArea { font-size:9pt; }

.w40 { width:40px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w400 { width:400px; }

/* editor style */
a.bold { font-weight:bold; }

.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }

.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }

.xe_content { line-height:1.6; overflow:hidden; }

.zbxe_widget_output { background:url("/common/tpl/images/widget_text.gif") no-repeat center bottom; display:block;}

/* xe layer */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("/common/tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }

#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; white-space:nowrap;}
#popup_menu_area li a{ text-decoration:none; color:#000;}
#popup_menu_area li a:hover,
#popup_menu_area li a:active,
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}

/* xe faceoff */
.faceOffManager { position:fixed; _position:absolute; right:3px; top:3px;  height:23px; }
 
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Anchor Button */
a.button,
a.button span { position:relative; display:inline-block; text-decoration:none !important; background:url("/common/tpl/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle;}
a.button { padding:0; background-position:left top; overflow:visible;}
a.button span { left:2px; padding:6px 10px 5px 8px; color:#000; font:12px/12px Sans-serif; background-position:right top; *vertical-align:top;}
/* Large Size */
a.button.large { background-position:left -30px; }
a.button.large span { padding:7px 10px 6px 8px; font:16px/16px Sans-serif; background-position:right -30px;}
/* xLarge Size */
a.button.xLarge { background-position:left -65px; }
a.button.xLarge span { padding:8px 10px 7px 8px; font:20px/20px Sans-serif; background-position:right -65px;}
/* Small Size */
a.button.small { background-position:left -107px; }
a.button.small span { padding:4px 6px 3px 4px; font:11px/11px Sans-serif; background-position:right -107px;}

/* Control Button + Submit Button */
span.button,
span.button button,
span.button input { position:relative; margin:0; display:inline-block; border:0; font:12px Sans-serif; white-space:nowrap; background:url("/common/tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button button,
span.button input { height:23px; left:2px; *vertical-align:top; padding:0 10px 0 8px; line-height:24px; background-position:right top; cursor:pointer; *overflow:visible;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large button,
span.button.large input { height:30px; padding:0 10px 0 8px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small button,
span.button.small input { height:18px; padding:0 6px 0 4px; font:11px/18px Sans-serif; background-position:right -107px;}

/* Strong Button */
a.button.strong *,
span.button.strong * { font-weight:bold !important;}

/* Icon Add */
a.button .icon { position:relative; border:0; vertical-align:middle;}
span.button .icon { position:relative; left:10px; margin-right:8px; vertical-align:middle;}

/* Color Preset */
a.button.green,
a.button.green span,
span.button.green,
span.button.green button,
span.button.green input { background-image:url("/common/tpl/images/buttonGreen.gif"); color:#fff;}
a.button.black,
a.button.black span,
span.button.black,
span.button.black button,
span.button.black input { background-image:url("/common/tpl/images/buttonBlack.gif"); color:#fff;}
a.button.red,
a.button.red span,
span.button.red,
span.button.red button,
span.button.red input { background-image:url("/common/tpl/images/buttonRed.gif"); color:#fff;}
a.button.blue,
a.button.blue span,
span.button.blue,
span.button.blue button,
span.button.blue input { background-image:url("/common/tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}

/* Button Set */
.buttonSet{ width:16px; height:16px; background-image:url("/common/tpl/images/buttonSet.gif"); background-repeat:no-repeat; border:0; background-color:transparent; vertical-align:middle; display:inline-block; text-decoration:none;}
.buttonSet span{ z-index:-1; font-size:0; line-height:0; visibility:hidden;}
.buttonSet.buttonUp{ background-position:0 0;}
.buttonSet.buttonDown{ background-position:0 -16px;}
.buttonSet.buttonLeft{ background-position:0 -32px;}
.buttonSet.buttonRight{ background-position:0 -48px;}
.buttonSet.buttonInfo{ background-position:0 -64px;}
.buttonSet.buttonCopy{ background-position:0 -80px;}
.buttonSet.buttonSetting{ background-position:0 -96px;}
.buttonSet.buttonActive{ background-position:0 -112px;}
.buttonSet.buttonDisable{ background-position:0 -128px;}
.buttonSet.buttonDelete{ background-position:0 -144px;}
.buttonSet.buttonHomepage{ background-position:0 -160px;}
.buttonSet.buttonBlog{ background-position:0 -176px;}
.buttonSet.buttonCalendar{ background-position:0 -192px;}
.buttonSet.buttonLayoutEditor{ background-position:0 -208px;}
.buttonSet.buttonAddWidget{ background-position:0 -224px;}
.buttonSet.buttonAddContent{ background-position:0 -240px;}

/* NHN > UIT 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("/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("/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("/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("/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("/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("/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("/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;}

/* CSS Document */
body { font-family: "돋움", Dotum, Helvetica, AppleGothic, Sans-serif; font-size: 12px; }
a:link, a:visited, a:active { color:#333; text-decoration:none; }
html, body { height:100%; }
legend { display:none; }
button { border:0 none; }
.border { border:solid 1px #dedede;}
img, fieldset { border:0; margin:0; padding:0; }
form,#language ul { margin:0; }
.bul { margin:0 0 2px 0; vertical-align:middle; }
.hk_gnb, .roll_gnb, .lnb, .lnb ul, .mp0, p, .gnb2 { margin:0; padding:0; }
.pointer { cursor:pointer; }
#hk_top { position:relative; z-index:200; width:100%; text-align:center; }
#hk_top { background: url("/layouts/hankooktown/images/default/bg_top.png") repeat-x left top; border-bottom: 1px solid #E6E6E6 }
#top_box { position:relative; margin:0 auto; padding:3px 0; height:18px; }
#hk_top ul.account { margin:0; padding:0; position:absolute; right:130px; }
#hk_top ul.account li { display:inline; list-style:none; padding:0 1px 0 6px; background:url("/layouts/hankooktown/images/default/login_bar.gif") no-repeat left center; white-space:nowrap; }
#hk_top ul.account li.first-child { padding-left:0; background:none; }
#hk_top ul.account li.pointer { cursor:pointer; }
#hk_top ul.account li.bookmark { padding-left:0; background:none; cursor:pointer; }
#hk_top ul.account li strong { color:#555; }
#hk_top .memberProfile { display:none; position:absolute; top:23px; right:150px; padding:10px; background:#fff; border:1px solid #acb8d7; text-align:left; overflow:hidden; z-index: 999; }
#hk_top .memberProfile.active { display:block; }
#hk_top .memberProfile .authorName { margin:0 0 8px 0; font-size:14px; font-weight:bold; color:#333; white-space:nowrap; }
#hk_top .memberProfile ul { margin:0; padding:10px 10px 5px 10px; list-style:none; border:1px solid #f2f2f2; background:#fcfcfc; }
#hk_top .memberProfile li { float:none; white-space:nowrap; margin:0 0 5px 0; padding:0 0 0 10px; background:url("/layouts/hankooktown/images/default/bulletB.gif") no-repeat left center; font-size:11px; letter-spacing:-1px; }
#hk_top .memberProfile .close { position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:27px; height:27px; background:transparent url("/layouts/hankooktown/images/default/buttonCloseX.gif") no-repeat center center; }
#hk_top .memberProfile .close span { position:absolute; font-size:0; line-height:0; width:0; height:0; overflow:hidden; visibility:hidden; }
.subtitle { background: url("/layouts/hankooktown/images/default/lnb_title.gif") repeat-x left top; }

#language { position:absolute; top:4px; right:0px; z-index:100;}
#language strong { color:#5c5c5c; font:.75em Tahoma; margin-right:3px;}
#language a img { vertical-align:-5px;}
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #d9d9d9; background:#ffffff;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#5c5c5c; text-decoration:none;}
#language ul li a:hover { background:#f4f4f4;}
/*메인메뉴*/
#main_menu { z-index:100 }
#main_menu .hk_gnb { overflow:hidden; white-space:nowrap; position:absolute; left:15px }
#main_menu .hk_gnb li { float:left; height:35px; left:-2px; list-style:none; position:relative; white-space:nowrap; margin:0; padding:0 0 0 2px }
#main_menu .hk_gnb li a { display:block; float:left; color:#FFF; white-space:nowrap; text-decoration:none; padding:12px 10px 9px }
#main_menu .hk_gnb li a:hover, #main_menu .hk_gnb li a:focus { color:#FFF }
#main_menu .hk_gnb li.on { position:relative; z-index:2; padding-left:3px; margin:0 -2px 0 2px }
#main_menu .hk_gnb li.on a { color:#FFF }
#bgMenu_L, #bgMenu_R { height:70px; position:relative }
/*롤오버 메뉴사용시*/
#main_menu .roll_gnb { overflow:hidden; white-space:nowrap; position:absolute; left: 15px; }
#main_menu .roll_gnb li { float:left; height:35px; left:-2px; list-style:none; position:relative; white-space:nowrap; padding-left:3px; margin:0 }
#main_menu .roll_gnb li a { display:block; float:left; color:#FFF; white-space:nowrap; text-decoration:none; padding:12px 10px 9px }
#main_menu .roll_gnb li a:hover, #main_menu .roll_gnb li a:focus { color:#FFF }
#main_menu .roll_gnb li.on { position:relative; z-index:2; padding-left:3px; margin:0 }
#main_menu .roll_gnb li.on a { color:#FFF }
#main_menu .roll_gnbSub { position:absolute; top:43px; left:20px; white-space:nowrap; overflow:hidden; margin:0; padding:0 }
#main_menu .roll_gnbSub li { position:relative; left:-2px; float:left; list-style:none; width:auto; color:#666; background:url("/layouts/hankooktown/images/default/bgGnb2Vr.gif") no-repeat left 0; white-space:nowrap; font-size:11px; margin:4px 8px 0 0; padding:0 1px 0 8px }
#main_menu .roll_gnbSub li a { display:block; text-decoration:none; letter-spacing:-1px; font-size:11px }
#main_menu .roll_gnbSub li a:hover, #main_menu .roll_gnbSub li a:focus { padding-bottom:2px; letter-spacing:-1px }
#main_menu .roll_gnbSub li.on a { padding-bottom:2px; font-weight:bold; letter-spacing:-1px }
#columnLeft { overflow:hidden; }
#content { width:100%; overflow:hidden; }
/* 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("/layouts/hankooktown/images/default/bgLoginText.gif"); background-repeat:no-repeat; background-position:right top; }
.loginWindow .loginLayer.loginTypeB .inputText { background-image:url("/layouts/hankooktown/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("/layouts/hankooktown/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("/layouts/hankooktown/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; }
/*레이아웃 하단*/
#footer { clear:both; position:relative; height:80px; background:#F7F7F7; border-color:#333 #DEDEDE #DEDEDE; border-style:solid; border-width:2px 1px 1px }
#footer h1 { position:absolute; top:10px; border-right:1px solid #DEDEDE; width:180px; margin:0; padding:10px 0 10px 19px }
#footer .foot_menu { height:12px; text-align:center; overflow:hidden; position:absolute; left:210px; top:5px; margin:0; padding:5px 0 }
#footer .foot_menu li { display:inline; white-space:nowrap; background:url("/layouts/hankooktown/images/default/line_v_footer.gif") no-repeat left 0; font-size:11px; margin:0 0 0 -2px; padding:0 1px 0 6px }
#footer p.copyright { text-align:center; font-family:Verdana; font-size:9px; color:#555; position:absolute; left:210px; top:27px }
#footer p.copyright a { text-decoration:none; font-family:Verdana, Geneva, sans-serif; font-size:9px; font-weight:700 }
#footer p.copyright a:hover, #footer p.copyright a:focus { font:bold 9px Verdana; }
#footer address { padding-top:2px; color:#999; text-align:center; font-size:9px; font-family:Verdana; font-weight:600; font-style:normal; position:absolute; left:210px; top:40px }
#footer select { border: 1px solid #666; position: absolute; height: 18px; width: 150px; right: 10px; font-size: 11px; bottom: 5px; }
#footer p.top { position: absolute; top: 10px; right: 10px; }
#footer .skinby { margin:0; position: absolute; right:10px; bottom:3px; }
#hklink { background: #FFF; overflow:hidden; margin:5px 0; width:916px; }
#hklink img { border: 3px solid #F2F2F2; }
#inhklink { float: left; width: 800%; }
#hklink1 { float: left; }
#hklink2 { float: left; }
.lnb li ul { background:#F7F7F7 }
/*위젯 스타일*/
.hk_widgetBox { position:relative; *zoom:1;
}
.hk_widgetBox:after { content:""; display:block; clear:both; }
.hk_widgetBox .hk_widgetBoxHeader { margin:0; z-index:10; }
.hk_widgetBox .hk_widgetMore { position:absolute; display:block; text-decoration:none; font-size:11px !important; white-space:nowrap; font-family:Tahoma; color:#000; text-align:center; z-index:18; }
.hk_widgetBox .hk_widgetMore img { border:0; }
.hk_widgetBoxB .hk_widgetBox { border:1px solid #DEDEDE; }
.hk_widgetBoxB .hk_widgetBox h3 { font-size:12px; }
.hk_widgetBoxB .hk_widgetBoxHeader { position:relative; padding:6px 0; margin:1px; text-indent:5px; border-bottom:1px solid #DEDEDE; background:url("/layouts/hankooktown/images/widgetStyle/headerBgB.gif") repeat-x; }
.hk_widgetBoxB .hk_widgetBoxHeader img { vertical-align: middle; }
.hk_widgetBoxB .hk_widgetMore { top:14px; right:7px; }
/*양쪽 배너*/
.bothL_ad { position:absolute; top:50px; left:-75px; }
/* Sitemap */
#gnbLayer { border:2px solid #DEDEDE; background-color:#fff; display:none; position:absolute; width:580px; z-index:100; padding:10px; }
.gnbmore { font-size:11px; font-weight:bold; letter-spacing:-1px }
#sitemap .extension { *zoom:1;
}
#sitemap .extension:after { content:""; display:block; clear:both; }
#sitemap .extension .section { float:left; width:100px; margin:0; padding:0 0 0 10px; background:url("/layouts/hankooktown/images/default/lineKneeVr.gif") repeat-y 0 0; }
#sitemap .extension .section.logo { background:none; padding:0 10px 0 0; }
#sitemap .extension .section h2 { font-size:12px; margin:0 0 10px 0; }
#sitemap .extension .section ul { margin:0; padding:0; list-style:none; }
#sitemap .extension .section li { margin-bottom:6px; }
/* 한국타운 레이아웃 색상 채인지 (http://www.hankooktown.com) */
#skin { position:absolute; top:7px; left:5px; }
#skin div { float:left; margin:0; padding:0; }
#SkinList { width:56px; height:11px; overflow:hidden; display:block; }
#skin ul { list-style:none; margin:0; padding:0; }
#skin li { float:left; width:14px; height:11px; cursor:pointer; list-style:none; }
#def div, #s1 div, #s2 div, #s3 div, #s4 div, #s5 div, #s6 div, #s7 div, #s8 div, #s9 div { background-image:url("/layouts/hankooktown/images/bgDot.gif"); background-repeat:no-repeat; }
#def div { background-position:left top }
#s1 div { background-position:left -11px }
#s2 div { background-position:left -22px }
#s3 div { background-position:left -33px }
#s4 div { background-position:left -44px }
#s5 div { background-position:left -55px }
#s6 div { background-position:left -66px }
#s7 div { background-position:left -77px }
#s8 div { background-position:left -88px }
#s9 div { background-position:left -99px }
#sar { cursor:pointer; }
#sar div { background:url("/layouts/hankooktown/images/LR.gif") no-repeat -20px -1px; }
#sar div.s { background:url("/layouts/hankooktown/images/LR.gif") no-repeat -10px -1px; }

/*메인 왼쪽 탭*/
#tab h3 { font-size:12px; font-weight:500;}
#tab h3 a { display:inline-block; }
#tab h3 a { display:block; }
#tab { position:relative;  border:solid 1px #dedede;}
#tab h3, #tab ul, #tab .divtab, #tab .litab { margin:0; padding:0; list-style-type:none; }
#tab .litab { position:absolute; left:-1px; top:0; float:left; display:block; width:116px; height:30px; }
#tab ul li#tab2 { left:115px; }
#tab .divtab { position:absolute; clear:both; padding-top:5px; }
#tab ul li div#oDIV1 { padding:4px 0 0 7px; }
#tab ul li div#oDIV2 { left:-66px; }
#tab ul li div#oDIV3 { left:-132px; width:196px; }
#tab, #tab .divtab { }
#tab { height:200px; background:#FFF; overflow:hidden; }
#tab ul li h3 a { line-height:28px; height:28px; padding:0; margin:0; text-align:center; border:solid #DEDEDE 1px; border-top:none; background:#F7F7F7; }
#tab ul li h3 a:hover { background-color:#F7F7F7; }
#tab ul li.up h3 a { border:solid #DEDEDE 1px; border-bottom:none; border-top:none; border-right:none; border-left:none; background:#fff; font-weight:600;}

/* 한국타운 레이아웃 maroon (밤색)  (http://www.hankooktown.com) */
#s8 div { background:url("/layouts/hankooktown/images/bgDot.gif") no-repeat -14px -88px; }
/*body { background: #FFF url("/layouts/hankooktown/images/default/bgBody/bgBody_maroon.gif") repeat-x left 25px; }*/
a:hover { color:#A52A2A; text-decoration:underline; }
#main_menu { background:url("/layouts/hankooktown/images/default/bgMenu.png") repeat-x left -1960px }
#bgMenu_L { background:url("/layouts/hankooktown/images/default/bgMenu.png") no-repeat left -560px }
#bgMenu_R { background:url("/layouts/hankooktown/images/default/bgMenu.png") no-repeat right -1260px }
#main_menu .hk_gnb li { background:url("/layouts/hankooktown/images/default/bgMenuVr.gif") no-repeat left -280px }
#main_menu .hk_gnb li.on a, #main_menu .hk_gnb li.on, #main_menu .roll_gnb li.on:hover, #main_menu .roll_gnb li.on a:hover { background:url("/layouts/hankooktown/images/default/bgMenuOn.png") repeat-x right -280px }
.gnb2 li.on a, .roll li.on a { border-bottom:2px solid #A52A2A; color:#A52A2A; }
.hkSearch { border: 5px solid #A52A2A; }
.isSearch .mainButton { background:url("/layouts/hankooktown/images/default/buttonSearch/main/buttonSearchmaroon.gif") no-repeat left top; color:#A52A2A; }
.isSearch .subButton { background:url("/layouts/hankooktown/images/default/buttonSearch/sub/buttonSearchmaroon.gif") no-repeat left top; color:#A52A2A; }
#bodyWrap_ece .lnbWrap { border: 2px solid #A52A2A; }
.subtitle, .lnb li.on a:hover, .lnb li.on a:focus, .lnb li.on a, .lnb li.on ul li.on a { color:#A52A2A; }
/*게시판용*/
.boardHeader .boardTitleText{ border-color:#A52A2A}

/* 한국타운 레이아웃 3단 (http://www.hankooktown.com) */
/*헤더*/
#top_box { width:980px;}
#bodyWrap_ece { width:980px; margin:0 auto; }
#bodyWrap_ece .hk_header { position:relative; width:980px; height:80px }
#bodyWrap_ece .hk_header h1 { position:absolute; top:5px; left:15px; margin:0; padding:0 }
#bodyWrap_ece .head_ad_3 { position: absolute; right: 10px; top: 15px }
/*메인메뉴*/
#main_menu { height:70px; width:980px; position:relative; margin:0 auto 5px }

/*메인메뉴 광고*/
#main_menu .head_ad_4 { position:absolute; left:10px; top:45px }
#main_menu .head_ad_5 { position:absolute; right:10px; top:10px }
/*메인2차메뉴*/
#bodyWrap_ece .gnb2 { position:absolute; top:43px; left:20px; white-space:nowrap; overflow:hidden; margin:0; padding:0 }
#bodyWrap_ece .gnb2 li { position:relative; left:-2px; float:left; list-style:none; width:auto; color:#666; background:url("/layouts/hankooktown/images/default/bgGnb2Vr.gif") no-repeat left 0; white-space:nowrap; font-size:11px; margin:4px 8px 0 0; padding:0 1px 0 8px }
#bodyWrap_ece .gnb2 li a { display:block; text-decoration:none; letter-spacing:-1px; font-size:11px }
#bodyWrap_ece .gnb2 li a:hover, #bodyWrap_ece .gnb2 li a:focus { padding-bottom:2px; letter-spacing:-1px }
#bodyWrap_ece .gnb2 li.on a { padding-bottom:2px; font-weight:bold; letter-spacing:-1px }

/*검색창*/
#bodyWrap_ece .isSearch { position:absolute; top:39px; right:10px }
#bodyWrap_ece .isSearch .inputText { position:relative; width:120px; height:14px; border:1px solid #CCC; background-color:#FFF; vertical-align:middle; margin:3px; padding:2px }
#bodyWrap_ece .isSearch .submit { vertical-align:middle }
/*서버2차메뉴*/
.lnbWrap { overflow:hidden; padding:0 1px }
.lnbWrap .subtitle { width:100% }
.lnbWrap .subtitle h1 { font-size:14px; font-weight:700; background: url("/layouts/hankooktown/images/default/folder.gif") no-repeat 6px center;  letter-spacing:2px; margin:0; padding:7px 0 7px 25px}
#bodyWrap_ece .lnb { position:relative; margin:5px; padding:0 }
#bodyWrap_ece .lnb li { list-style:none; overflow:hidden }
#bodyWrap_ece .lnb li a { position:relative; z-index:99; display:block; height:15px; border-bottom:1px solid #eeeeee; background:url("/layouts/hankooktown/images/default/lnb_list.gif") no-repeat 5px center; text-decoration:none; padding:6px 10px 4px 12px }
#bodyWrap_ece .lnb li.on a { background:url("/layouts/hankooktown/images/default/lnb_listOn.gif") 5px no-repeat; font-weight:700; letter-spacing:-1px; text-decoration:underline; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#eeeeee }
#bodyWrap_ece .lnb li ul { display:none; position:relative; border:solid #eee; border-width:1px 0; margin:0; padding:0 }
#bodyWrap_ece .lnb li.on ul { display:block }
#bodyWrap_ece .lnb li ul li { position:relative; top:0; font-size:11px; letter-spacing:-1px }
#bodyWrap_ece .lnb li a:hover, #bodyWrap_ece .lnb li a:focus, #bodyWrap_ece .lnb li.on a:hover, #bodyWrap_ece .lnb li.on a:focus { text-decoration:underline }
#bodyWrap_ece .lnb li ul li a { background:url("/layouts/hankooktown/images/default/lnb_sub.gif") no-repeat 12px 9px  !important; padding:5px 10px 2px 20px; font-weight:normal !important; letter-spacing:normal !important; text-decoration:none !important; }
#bodyWrap_ece .lnb li.on ul li.on a { font-weight:bold !important; letter-spacing:-1px !important; }
/*본문*/
#contentBody { position:relative; width:980px; padding-bottom:10px; overflow:hidden; border-bottom:1px solid #dddddd; background:url("/layouts/hankooktown/images/default/bgContentBody3.gif") repeat-y left top }
#columnLeft { position:relative; width:140px; float:left; margin-right:10px }
#contentRight { width:170px; float:right; overflow:hidden; margin-left:10px; padding-left:10px }
#columnRight { width:632px; float:right; overflow:hidden }

.widgetMenuA{ position:relative; margin:0; padding:0; font-size:12px; line-height:1.2; border-top:1px solid;}
.widgetMenuA li{ position:relative; list-style:none; border-bottom:1px solid; *zoom:1;}
.widgetMenuA li sup{ font-size:10px; font-family:Tahoma; line-height:1; color:#888; font-weight:normal;}
.widgetMenuA li li.active sup{ color:#ff1a1a;}
.widgetMenuA li li{ padding:0; border:0;}
.widgetMenuA li ul{ display:none; margin:0 0 10px 20px; padding:0;}
.widgetMenuA li.active ul{ display:block;}
.widgetMenuA li a{ position:relative; display:block; padding:7px 0 7px 10px; background-repeat:no-repeat; background-position:0 center; text-decoration:none !important;}
.widgetMenuA li.active a{ font-weight:bold;}
.widgetMenuA li.active li a{ font-weight:normal; padding:1px 0; background:none !important;}
.widgetMenuA li li.active a{ color:#ff1a1a;}
.widgetMenuA li.active li a:hover,
.widgetMenuA li.active li a:active,
.widgetMenuA li.active li a:focus{ text-decoration:underline !important;}

.widgetMenuA{ border-color:#e5e5e5;}
.widgetMenuA li{ border-color:#e5e5e5;}
.widgetMenuA li a{ color:#333; background-image:url("/widgets/navigator/skins/vertNavigator/img/white/iconMenuAnormal.gif");}
.widgetMenuA li.active a{ background-image:url("/widgets/navigator/skins/vertNavigator/img/white/iconMenuAactive.gif");}
.widgetContainer.black .widgetMenuA{ position:relative; margin:0; padding:0; font-size:12px; line-height:1.2; border-top:1px solid;}
.widgetContainer.black .widgetMenuA li{ position:relative; list-style:none; border-bottom:1px solid; *zoom:1;}
.widgetContainer.black .widgetMenuA li sup{ font-size:10px; font-family:Tahoma; line-height:1; color:#888; font-weight:normal;}
.widgetContainer.black .widgetMenuA li li.active sup{ color:#ff1a1a;}
.widgetContainer.black .widgetMenuA li li{ padding:0; border:0;}
.widgetContainer.black .widgetMenuA li ul{ display:none; margin:0 0 10px 20px; padding:0;}
.widgetContainer.black .widgetMenuA li.active ul{ display:block;}
.widgetContainer.black .widgetMenuA li a{ position:relative; display:block; padding:7px 0 7px 10px; background-repeat:no-repeat; background-position:0 center; text-decoration:none !important;}
.widgetContainer.black .widgetMenuA li.active a{ font-weight:bold;}
.widgetContainer.black .widgetMenuA li.active li a{ font-weight:normal; padding:1px 0; background:none !important;}
.widgetContainer.black .widgetMenuA li li.active a{ color:#ff1a1a;}
.widgetContainer.black .widgetMenuA li.active li a:hover,
.widgetContainer.black .widgetMenuA li.active li a:active,
.widgetContainer.black .widgetMenuA li.active li a:focus{ text-decoration:underline !important;}

.widgetContainer.black .widgetMenuA{ border-color:#7f7f7f;}
.widgetContainer.black .widgetMenuA li{ border-color:#7f7f7f;}
.widgetContainer.black .widgetMenuA li a{ color:#999; background-image:url("/widgets/navigator/skins/vertNavigator/img/black/iconMenuAnormal.gif");}
.widgetContainer.black .widgetMenuA li.active a{ background-image:url("/widgets/navigator/skins/vertNavigator/img/black/iconMenuAactive.gif");}

.bgw_menu_topbar_normal h6 {list-style:none; position:relative; white-space:nowrap; margin:0 0 5px; padding:0;}
