@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 > Jeong Chan Myeong(dece24@nhncorp.com) */
.wgtRv{ clear:both; padding:15px 0; text-align:center;}
.wgtRv .btnRv,
.wgtRv .btnRv button{ position:relative; display:inline-block; height:26px; padding:0; margin:0; border:0; overflow:visible; cursor:pointer; background:transparent url("/addons/addvote/tpl/buttonRv.gif") no-repeat; font:11px/26px 돋움, Dotum; vertical-align:middle;}
.wgtRv .btnRv{ margin-left:3px;}
.wgtRv .btnRv button{ left:-3px; *vertical-align:top; padding:0 5px 0 27px;}
.wgtRv .btnRo{ background-position:right top;}
.wgtRv .btnRo button{ background-position:left top;}
.wgtRv .btnRx{ background-position:right -30px;}
.wgtRv .btnRx button{ background-position:left -30px;}
.wgtRv .btnRv .tx{ letter-spacing:-1px;}
.wgtRv .btnRv .num{ font-weight:bold; padding-left:3px;}
.wgtRv .btnRo .num{ color:#f00;}
.wgtRv .btnRx .num{ color:#1a9900;}



/*
webmini (http://www.webmini.net/)
webmini@webmini.net
Kim, Tae Kyung
*/

/* Site Layout - Body Wrap */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,p,button {margin:0; padding:0;}
body {background:url("/layouts/zirasi_main/images/default/bg.gif")  no-repeat center 24px; font:12px "", Dotum, "", Gulim, "", "Malgun Gothic", Arial, sans-serif, AppleGothic;}
#bodyWrap {position:relative; width:880px; margin:0 auto; padding:0; border:0;}
hr, legend {display:none;}
img, fieldset, button {border:0 none;}
.bul {margin:0 0 2px 0;vertical-align:middle;}
.pointer {cursor:pointer;}

/* Site link style */
a:link {color:#555555; text-decoration:none;}
a:visited {color:#555555; text-decoration:none;}
a:hover {color:#4559e9; text-decoration:underline;}
a:active {color:#555555; text-decoration:none;}

#skip_navigation {display:none;}

/* Site Layout - Header */
#header {position:relative; width:880px; height:140px; margin-bottom:10px; background:url("/layouts/zirasi_main/images/default/bgHeader.gif") no-repeat left bottom; z-index:1;}
#header h1 {position:absolute; top:0; left:0;}

#it_search_form {position:absolute; top:42px; 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;}

#mini_gnb {position:relative; z-index:99; width:100%; border-bottom:1px solid #eee; background:#fafafa; text-align:center;}
#mini_gnb .top_box {position:relative; width:880px; margin:0 auto; padding:3px 0; }
#mini_gnb ul.account {margin:0; padding:0; text-align:right;}
#mini_gnb ul.account li {display:inline; list-style:none; padding:0 1px 0 6px; background:url("/layouts/zirasi_main/images/default/login_bar.gif") no-repeat left 50%; color:#555; font:11px "", Dotum; white-space:nowrap;}
#mini_gnb ul.account li.first-child {padding-left:0; background:none;}
#mini_gnb ul.account li.pointer {cursor:pointer;}
#mini_gnb ul.account li.bookmark {padding-left:0; background:none; cursor:pointer; vertical-align:middle;}
#mini_gnb ul.account li strong {color:#555;}
#mini_gnb ul.account li a {color:#555; letter-spacing:-1px;}
#mini_gnb ul.account li a:hover {color:#555; text-decoration:underline;}
#mini_gnb .memberProfile{ display:none; position:absolute; top:23px; right:87px; z-index:99; padding:10px; background:#fff; border:1px solid #acb8d7; text-align:left; overflow:hidden;}
#mini_gnb .memberProfile.active{ display:block;}
#mini_gnb .memberProfile .authorName{ width:85px; margin:0 0 5px 0; font-size:12px; font-weight:bold; color:#333; white-space:nowrap; overflow:hidden;}
#mini_gnb .memberProfile ul { margin:0; padding:5px 10px 2px 10px; list-style:none; border:1px solid #f2f2f2; background:#fcfcfc;}
#mini_gnb .memberProfile li { float:none; white-space:nowrap; width:auto; margin:0 0 4px 0; padding:0 0 0 6px; background:url("/layouts/zirasi_main/images/default/bulletB.gif") no-repeat left center; color:#333; font-size:11px; letter-spacing:-1px;}
#mini_gnb .memberProfile li span {color:#ed2a32; letter-spacing:normal;}
#mini_gnb .memberProfile li a{ background:none; color:#333; text-decoration:none;}
#mini_gnb .memberProfile li a:hover,
#mini_gnb .memberProfile li a:active,
#mini_gnb .memberProfile li a:focus{ text-decoration:underline;}
#mini_gnb .memberProfile .close{ position:absolute; cursor:pointer; border:0; padding:0; top:8px; right:5px; width:10px; height:10px; background:transparent url("/layouts/zirasi_main/images/default/buttonCloseX.gif") no-repeat center center;}
#mini_gnb .memberProfile .close span{ position:absolute; font-size:0; line-height:0; width:0; height:0; overflow:hidden; visibility:hidden;}

/* AD banner */
#sky_banner {position:absolute; top:0; left:-75px;}
#ad_banner {height:84px; margin-bottom:10px; padding:20px 0 0 0; border:3px solid #dedede; text-align:center;}

/* Left banner */
#left_banner1, #left_banner2 {margin-top:5px;}
#left_banner1 img, #left_banner2 img {vertical-align:top;}

/* Side banner */
#side_banner1, #side_banner2 {margin-top:5px;}
#side_banner1 img, #side_banner2 img {vertical-align:top;}
#target_banner {margin-top:0;}

/* GNB */
#gnb {position:absolute; top:68px; left:15px; height:34px; margin:0; padding:0; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
#gnb li {display:inline; position:relative; left:-2px; z-index:1;  list-style:none; float:left; width:auto; background:url("/layouts/zirasi_main/images/default/bgGnbVr.gif") no-repeat left 50%; white-space:nowrap; line-height:16px; letter-spacing:-1px;}
#gnb li a {display:block; float:left; padding:11px 15px 0 15px; width:auto; height:23px; color:#FFF; white-space:nowrap; text-decoration:none;}
#gnb li a:hover,
#gnb li a:focus {color:#ffef3e;}
#gnb li.on {position:relative; z-index:2; padding-left:3px; margin:0 -2px 0 2px; background:url("/layouts/zirasi_main/images/default/bgGnbOn2.gif") no-repeat left top; font-weight:bold;}
#gnb li.on a {padding-right:18px; color:#FFF; background:url("/layouts/zirasi_main/images/default/bgGnbOn.gif") no-repeat right top;}
#gnb li.on a:hover {color:#FFF;}

#new {position:absolute; top:62px; left:280px; z-index:2;}

#mode {position:absolute; top:77px; right:10px; margin:0; padding:0;}
#mode button {display:block; width:50px; height:20px; text-indent:-3000em; overflow:hidden; cursor:pointer;}
#mode li {float:left; list-style:none; width:auto; margin-left:3px;}
#mode .btn_yesread {background:url("/layouts/zirasi_main/images/default/btn_yesread.gif") no-repeat;}
#mode .btn_noread {background:url("/layouts/zirasi_main/images/default/btn_noread.gif") no-repeat;}

#gnb2 {position:absolute; top:108px; left:15px; margin:0; padding:0; white-space:nowrap; margin-bottom:0; overflow:hidden;}
#gnb2 li {position:relative; left:-2px; float:left; list-style:none; width:auto; margin:9px 6px 0 0; padding:0 1px 0 8px; color:#666; font:11px "", Dotum; background:url("/layouts/zirasi_main/images/default/bgGnb2Vr.gif") no-repeat left 0; white-space:nowrap;}
#gnb2 li.google_li {margin:7px 10px 0 0; padding:0; background:none;}
#gnb2 li a {display:block; color:#666; font:11px "", Dotum; text-decoration:none; letter-spacing:-1px;}
#gnb2 li a:hover, 
#gnb2 li a:focus {padding-bottom:2px; color:#3a66a2; letter-spacing:-1px;}
#gnb2 li.on a {padding-bottom:2px; color:#3a66a2; font-weight:bold; letter-spacing:-1px;}
* html #gnb2 li.on a {padding-bottom:1px;}
*+html #gnb2 li.on a {padding-bottom:3px;}

#search_se {position:absolute; top:115px; right:172px;}

#isSearch { position:absolute; top:113px; right:10px; width:175px; text-align:right;}
* html #isSearch {top:110px;}
*+html #isSearch {top:110px;}
#isSearch ul { display:none; position:absolute; left:0px; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #919898; background:#ffffff;}
#isSearch ul li input {display:none;}
#isSearch ul li label {display:block; padding:4px 0 0 4px; width:125px; height:15px; font-size:11px; color:#5c5c5c;}
#isSearch ul li label.on {background:#ededed;}
#isSearch ul li label:hover,
#isSearch ul li label:focus {background:#ededed;}
#isSearch .inputText {position:relative; top:0; left:1px; width:100px; height:13px; padding:3px 3px 1px 3px; border:1px solid #ccc; background-color:#ffffff; color:#555; font-size:12px; vertical-align:middle;}
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:1px solid #4E64F8; background-color:#ffffff; }
#isSearch .submit {vertical-align:middle;}

#bgcolor {position:absolute; top:72px; right:15px; z-index:99; width:145px; height:10px;}
#bgcolor input {cursor:pointer;}
#bgcolor ul {margin:0; text-align:left;}
#bgcolor li {display:inline; list-style:none; padding:0;}
#bgcolor .bg1 {width:10px; height:10px; border:1px solid #dedede; background:#fff;}
#bgcolor .bg2 {width:10px; height:10px; border:1px solid #dedede; background:#faf7e9;}
#bgcolor .bg3 {width:10px; height:10px; border:1px solid #dedede; background:#fef3f0;}
#bgcolor .bg4 {width:10px; height:10px; border:1px solid #dedede; background:#f4f4f4;}
#bgcolor .bg5 {width:10px; height:10px; border:1px solid #dedede; background:#f0f3f9;}

/* Site Layout - Content Body */
#contentBody {position:relative; width:880px; padding-bottom:10px; background:url("/layouts/zirasi_main/images/default/bgContentBody.gif") repeat-y left top; background-color:#ffffff;}

/* Site Layout - Column Left */
#columnLeft {position:relative; width:200px; float:left; margin-right:10px;}

#lnbWrap {margin:0; padding:0 0 5px 0; border:2px solid #bdcce7; overflow:hidden;}
#lnbWrap h2 {width:116px; height:32px;}
#lnbWrap h2.tip {background:url("/layouts/zirasi_main/images/default/tit_tip.gif") no-repeat;} /*  */
#lnbWrap h2.pds {background:url("/layouts/zirasi_main/images/default/tit_pds.gif") no-repeat;} /* ڷ */
#lnbWrap h2.site {background:url("/layouts/zirasi_main/images/default/tit_site.gif") no-repeat;} /* Ʈ */
#lnbWrap h2.gallery {background:url("/layouts/zirasi_main/images/default/tit_gallery.gif") no-repeat;} /* 䰶 */
#lnbWrap h2.community {background:url("/layouts/zirasi_main/images/default/tit_community.gif") no-repeat;} /* Ŀ´Ƽ */
#lnbWrap h2.life {background:url("/layouts/zirasi_main/images/default/tit_life.gif") no-repeat;} /*  */
#lnbWrap h2.iphone {background:url("/layouts/zirasi_main/images/default/tit_iphone.gif") no-repeat;} /*  */
#lnbWrap h2 span {display:block; position:relative; z-index:-1; overflow:hidden;}
#lnb {position:relative; margin:5px 5px 0 5px; padding:0; font:12px "", Dotum, "", Gulim; letter-spacing:-1px; overflow:hidden;}
#lnb li {list-style:none; overflow:hidden;}
#lnb li a {position:relative; z-index:99; display:block; height:15px;  padding:5px 10px 3px 12px; background:url("/layouts/zirasi_main/images/default/smBul.gif") no-repeat 5px 50%; color:#555555; text-decoration:none;}
#lnb li a:hover,
#lnb li a:focus {color:#3a66a2; text-decoration:underline;}
#lnb li.on a {background:url("/layouts/zirasi_main/images/default/smBulon.gif") 5px no-repeat; color:#3a66a2; font-weight:bold; letter-spacing:-1px; text-decoration:underline;}
#lnb li.on a:hover,
#lnb li.on a:focus {color:#3a66a2; text-decoration:underline;}
#lnb li img {vertical-align:top;}
#lnb li ul {display:none; position:relative; margin:0; padding:0;}
#lnb li.on ul {display:block;}
#lnb li ul {margin:2px 0; border:solid #eee; border-width:1px 0; background:#f4f4f4;}
#lnb li ul li {position:relative; top:0; font-size:11px; letter-spacing:-1px;}
#lnb li ul li a {background:url("/layouts/zirasi_main/images/default/submenulist.gif") 12px 5px no-repeat !important; padding:5px 10px 2px 25px; color:#666 !important; font-weight:normal !important; letter-spacing:normal !important; text-decoration:none !important;}
#lnb li ul li a:hover,
#lnb li ul li a:focus {color:#3a66a2 !important; text-decoration:underline !important;}
#lnb li.on ul li.on a {color:#3a66a2 !important; font-weight:bold !important; letter-spacing:-1px !important;}

/* Site Layout - Column Right */
#columnRight {float:right; width:510px; font:12px "", Dotum, "", Gulim; line-height:16px; overflow:hidden;}
#content {width:100%; overflow:hidden ;}

/* Site Layout - Column Side */
#columnSide {float:right; width:135px; margin-left:10px; padding-left:10px; overflow:hidden;}

/* Site Layout - Footer */
#footer {clear:both; position:relative; padding-bottom:20px; border-top:2px solid #636870;}
#footer a {text-decoration:none; color:#666;}
#footer a:visited {text-decoration:none; color:#666;}
#footer a:hover {text-decoration:underline;}
#footer ul.foot_list {height:12px; margin:0; padding:9px 0; border-bottom:1px solid #ebebeb; background:#fafafa; text-align:center; overflow:hidden;}
#footer ul.foot_list li {display:inline; padding:0 1px 0 6px; white-space:nowrap; background:url("/layouts/zirasi_main/images/default/line_v_footer.gif") no-repeat left 0;  font:11px "", Dotum;}
#footer ul.foot_list li a {letter-spacing:-1px;}
#footer p.top {position:absolute; top:6px; right:10px;}
#footer p.info {margin:5px 0 8px 0; font:11px "", Dotum; line-height:16px; color:#aaa; letter-spacing:-1px; text-align:center;}
#footer p.copyright {margin:0; color:#777; font:bold 9px Verdana; text-align:center;}
#footer p.copyright a {color:#6B7BB3 !important; font:bold 9px Verdana; text-decoration:none;}
#footer p.copyright a:hover,
#footer p.copyright a:focus {font:bold 9px Verdana; color:#6B7BB3;}
#footer address {padding-top:2px; color:#999; font:bold 9px Verdana; text-align:center;}
#footer abbr {color:#333;}
#footer .rss_icon {padding-left:12px; background: url("/layouts/zirasi_main/images/default/icon_feed.gif") left 50% no-repeat;}

#family_site {
	position: absolute;
	top: 7px;
	left: 10px;
	background: url("/layouts/zirasi_main/images/default/bg_family_site.gif") no-repeat;
}
#family_site h4 {
	cursor: pointer;
	width: 107px;
	height: 16px;
	margin: 0;
}
#family_site span {
	display: none;
}
#family_site #site_list {
	position: absolute;
	bottom: 15px;
	border: solid #d5d5d5;
	border-width:1px 1px 0 1px;
	background-color: #fff;
	width: 105px;
	height: 0;
	margin:0;
	overflow: auto;
}

#family_site #site_list a:hover,
#family_site #site_list a:focus {color:#0066cc; text-decoration:none;}

#family_site #site_list ul {
	list-style: none;
	margin:0;
	padding:5px;
	text-align:left;
	overflow:hidden;
}

#family_site #site_list ul li {
	color:#666;
	line-height:14px !important;
	font:11px "", Dotum;
	letter-spacing:-1px;
}

.login_default {margin:0; padding:0; border:0; background:#f6f6f7;}
.login_default legend {display:none; width:0; height:0; overflow:hidden; font-size:0;}
.login_default form {position:relative; border:1px solid #dedede; padding:11px 11px 7px 11px; width:176px; height:90px; overflow:hidden;}
.login_default form .idpwWrap {overflow:hidden; clear:both; width:172px; height:39px;}
.login_default form .idpw {float:left; width:110px; height:39px;}
.login_default form .idpw input {float:left; color:#282828; width:105px; height:14px; background:#fff; padding:2px 3px; font:.9em Tahoma; overflow:hidden;}
.login_default form .idpw input.idOff {border:solid #B8BCE2; border-width:1px 1px 0 1px; background:#fff url("/widgets/login_info/skins/webmini_3.1/images/default/login_id.gif") no-repeat 10px 4px;}
.login_default form .idpw input.idOn {border:solid #B8BCE2; border-width:1px 1px 0 1px;}
.login_default form .idpw input.passOff {border:1px solid #B8BCE2; background:#fff url("/widgets/login_info/skins/webmini_3.1/images/default/login_pass.gif") no-repeat 10px 4px;}
.login_default form .idpw input.passOn {border:1px solid #B8BCE2;}
.login_default form .login {float:right;}

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

img.login_mask {width:200px; height:5px; background:#f6f6f7; display:block;}
.openid_login_default {margin:0; padding:0; border:0; background:#f6f6f7; position:relative;}
.openid_login_default legend {display:none; width:0; height:0; overflow:hidden; font-size:0;}
.openid_login_default form {position:relative; padding:11px 11px 7px 11px; width:176px; height:90px; border:1px solid #dedede;}
.openid_login_default form .idpwWrap {overflow:hidden; clear:both; width:172px;}
.openid_login_default form .idpw {float:left;}
.openid_login_default form .idpw p {margin:0 0 5px 0; padding:0; background: url("/widgets/login_info/skins/webmini_3.1/images/openid_login_bg.gif") left no-repeat; padding-left:18px; font-size:.9em Tahoma; color:#999;}
.openid_login_default form .idpw input {float:left; margin-top:0; border:1px solid #B8BCE2; color:#282828; width:105px; background:#fff; padding:2px 5px; margin-bottom:2px; font:.9em Tahoma; overflow:hidden;}
.openid_login_default form .idpw input.openidOff {border:1px solid #B8BCE2; background:#fff url("/widgets/login_info/skins/webmini_3.1/images/default/open_id.gif") no-repeat 10px 4px;}
.openid_login_default form .idpw input.openidOn {border:1px solid #8796c9;}
.openid_login_default form .login {float:right;}
.openid_login_default form p.save {margin:0; padding:0; clear:both; padding:.3em 0;}
.openid_login_default form p.save input {vertical-align:middle; _margin:-3px;}
*:first-child+html body .openid_login_default form p input {margin:-3px;}
.openid_login_default form p.save label {font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#999999;} 
.openid_login_default ul.help {margin:3px 0 0 0; border-top:1px solid #e4e4e4; overflow:hidden; padding:8px 0 2px 0; white-space:nowrap;}
.openid_login_default ul.help li {float:left; display:block; padding:0 5px 0 5px; background:url("/widgets/login_info/skins/webmini_3.1/images/default/vrType1.gif") no-repeat left center;}
.openid_login_default ul.help li.first-child {background:none; padding-left:0;}
.openid_login_default ul.help li a {color:#6B7BB3; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; white-space:nowrap; text-decoration:none;}
.openid_login_default ul.help li a:hover {text-decoration:underline;}
.jdhlatest_white { width:100%; padding-bottom:0px; overflow:hidden; position:relative;}
.jdhlatest_white h2 { margin:0; display:block; padding:0px 0 5px 5px; margin-bottom:12px; color:#000000; background:url("/widgets/newest_document/skins/jdh_default/images/white/lineNotice.gif") no-repeat left bottom; font-size:1em;}

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


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

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

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

.newest_document3_default_normal {
}

.newest_document3_default_normal .newest_document3_default_box {
}

.newest_document3_default_normal .newest_document3_default_box .title_box2 {
    border:1px solid #EEEEEE;
    padding:5px;
    height:14px;
    overflow:hidden;
}

.newest_document3_default_normal .newest_document3_default_box .title_box2 .title2 {
    background:url("/widgets/popular_document/skins/jdh_default/normal/title_bullet.gif") no-repeat left;
    font-weight:bold; 
    height:16px;
    padding-left:20px;
    float:left;
}

.newest_document3_default_normal .newest_document3_default_box .title_box2 .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font-size:.75em;
}

.newest_document3_default_normal .newest_document3_default_box .document_box2 {
    padding:0px 3px 3px 8px;
    clear:both;
    border-bottom:0px solid #EEEEEE;
    height:12px;
    margin:0px 0px 2px 0px;
    overflow:hidden;
}

.newest_document3_default_normal .newest_document3_default_box .document2 {
    padding:0px 0px 0px 3px;
    background:url("/widgets/popular_document/skins/jdh_default/normal/") no-repeat left;
    float:left;
}

.newest_document3_default_normal .newest_document3_default_box .document2 A {
    text-decoration:none;
    color:#555555;
}

.newest_document3_default_normal .newest_document3_default_box .document2 A:hover {
    text-decoration:underline;
    color:#000000;
}

.newest_document3_default_normal .newest_document3_default_box .document2 A:visited {
    color:#AAAAAA;
}

.newest_document3_default_normal .newest_document3_default_box .document2 .comment A {
    font-size:7pt;
    color:#AAAAAA;
    letter-spacing:-1px;
}

.newest_document3_default_normal .newest_document3_default_box .document2 .writer {
    color:#AAAAAA;
}


.newest_document3_default_normal .newest_document3_default_box .regdate {
    color:#AAAAAA;
    font-size:8pt;
    float:right;
    white-space:nowrap;
}

.sz_point h2 { margin:0; height:21px; padding:9px 0 0 9px; font-size:1em;}

.sz_point ul { margin:0; padding:0; list-style:none; }
.sz_point ul li { margin-bottom:5px; }
.sz_point ul li div.title { background:url("/widgets/rank_point/skins/sz_xe/images/default/bullet.gif") no-repeat left top; padding-left:15px; }
.sz_point ul li div.title { float:left; }
.sz_point ul li div.point { float:right; white-space:nowrap;}
.sz_point ul li div.link { float:right; white-space:nowrap; margin-left:10px;}

.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 {text-decoration:none;}
.sz_point .sz_Box_001 a { color:#696969;}
.sz_point .sz_Box_002 a { color:#99B81A;}
.sz_point .sz_Box_003 a { color:#D98383;}
.sz_point .sz_Box_004 a { color:#AF69C0;}
.sz_point .sz_Box_005 a { color:#7381EA;}
.sz_point .sz_Box_006 a { color:#619DAC;}
.sz_point .sz_Box_007 a { color:#6FB587;}
.sz_point .sz_Box_008 a { color:#FF9900;}
.sz_point .sz_Box_009 a { color:#0A8DBD;}


.ni_box { padding-bottom:0px; overflow:hidden; position:relative;}
.ni_box h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url("/widgets/newest_images/skins/jdh_default/images/normal/lineNotice.gif") no-repeat left bottom;}

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

.ni_box .thumbnail_box { width:100%; table-layout:fixed; }
.ni_box .thumbnail_box .thumbnail { margin:0px; padding:3px; border:none; text-align:center; }
.ni_box .thumbnail_box .thumbnail img { border:1px solid #DEDEDE; }
.ni_box .thumbnail_box .thumbnail img:hover { border:1px solid #54564b; }

.ni_box .thumbnail_box .title { text-align:center; }

.ni_box .thumbnail_box a { color:#000000; text-decoration:none; }
.ni_box .thumbnail_box a:visited { color:#54564b; text-decoration:none; }

.ni_box .thumbnail_box td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }
.ni_box .thumbnail_box div strong { font-weight:bold; font-size:0.9em; color:#ed2a32; }
.ni_box .thumbnail_box div.author { color:#54564b; text-align:center;}
.ni_box .thumbnail_box div.author span,div { color:#54564b; }
.ni_box .thumbnail_box div.regdate { font-size:0.9em; color:#AAAAAA; margin-top:2px;text-align:center;}

.ni_box .thumbnail_box div.readAndVoted { color:#999999; font-size:0.9em; text-align:center;}
.ni_box .thumbnail_box div.readAndVoted span.div_block { color:#333333; font-size:0.9em; }
.ni_box .thumbnail_box div.readAndVoted strong { color:#FE6700; }

.webmini_ticker {clear:both; position:relative; height:21px; margin:0; padding:7px 0 0 8px; overflow:hidden; white-space:nowrap; }
.webmini_ticker h4 {float:left; margin-right:5px; padding-right:6px; background:url("/widgets/newest_document/skins/webmini_ticker/images/bul.gif") no-repeat right 50%; color:#333; font-size:11px; letter-spacing:-1px;}
.webmini_ticker .tickerBox {float:left; height:28px; white-space:nowrap; overflow:hidden; }
.webmini_ticker ul { margin:0; padding:0; white-space:nowrap; overflow:hidden; }
.webmini_ticker li { list-style:none; height:25px; font-size:12px; overflow:hidden; white-space:nowrap;}
.webmini_ticker p.date {position:absolute; top:7px; right:8px; color:#999999; font:11px Tahoma;}

.tabWidget { overflow:hidden; }

.tabWidget .tabBox { border-bottom:1px solid #DEDEDE; height:27px; z-index:1; }
.tabWidget .tabBox a { text-decoration:none; color:#666666; }
.tabWidget .tab { position:relative; top:1px; border:1px solid #DEDEDE; margin-right:4px; float:left; cursor:pointer;  background-color:#FFFFFF; z-index:2; height:25px; }
.tabWidget .on { position:relative; top:1px; border:1px solid #DEDEDE; border-bottom:1px solid #FFFFFF; margin-right:4px; float:left; cursor:pointer;  background-color:#FFFFFF; z-index:2; height:25px; }

.tabWidget .tab div { float:left; height:15px; border-bottom:5px solid #EEEEEE; font-size:9pt; padding:5px 8px 0 8px; color:#666666; }
.tabWidget .tab div a { color:#666666; }
.tabWidget .on div { float:left; height:15px; border-bottom:5px solid #FFFFFF; font-size:9pt; padding:5px 8px 0 8px; color:#000000; }
.tabWidget .on div a { color:#000000; }

.tabWidget .tabContent { border:1px solid #DEDEDE; padding:10px;  border-top:none; background-color:#FFFFFF; z-index:1;}
.tabWidget .show { display:block; }
.tabWidget .hide { display:none; }

.tabWidget .tabContent table { border:0; width:100%; table-layout:fixed; }

.tabWidget .tabContent .thumbnail { text-align:center; }
.tabWidget .tabContent .thumbnail img { border:1px solid #EEEEEE; padding:5px; float:left; }

.tabWidget .tabContent .titleBox { padding-top:3px; padding-left:10px; color:#888888; vertical-align:top;}
.tabWidget .tabContent .titleBox .regdate { font-family:tahoma; font-size:.85em; color:#AAAAAA;}
.tabWidget .tabContent .titleBox .title { background:url("/widgets/tab_newest_document/skins/xe_official/images/normal/bullet.gif") no-repeat 3px 6px; padding-left:10px; margin-top:3px; height:20px; white-space:nowrap; overflow:hidden; }
.tabWidget .tabContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.8em; color:#F48A23; }
.tabWidget .tabContent .titleBox .title a { color:#666666; text-decoration:none; }
.tabWidget .tabContent .titleBox .title a:hover { text-decoration:underline; }

.tabWidget .tabContent .titleBox .title .author { color:#AAAAAA; }
.tabWidget .tabContent .titleBox .title .readAndVoted { font-family:tahoma; font-size:.8em; color:#AAAAAA;}
.tabWidget .tabContent .titleBox .title .readAndVoted .readed { color:#4BC4C8;}
.tabWidget .tabContent .titleBox .title .readAndVoted .voted { color:#C8A64B;}



/* CSS Document */

div.kae {
border:2px solid #bddaeb;
overflow:hidden;
}
div.widhead {
padding:6px 5px 0px 5px;
height:19px;
background:url("/widgetstyles/tingenara/images/submenubg.gif") repeat-x left top;
overflow:hidden;
}
div.widhead h1 {
float:left;
margin:0px;
padding:0px;
font-size:12px;
overflow:hidden;
}
div.more {
float:right;
overflow:hidden;
}
div.more a {
color:#000000;
text-decoration:none;
overflow:hidden;
}
div.widcontent {
padding:5px 5px 5px 5px;
overflow:hidden;
}

