@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;}

/*
PXE Obsidian Layout
Markup : Hyunhw Jung
Website: http://www.premiumxe.com
Email : clubnb2@naver.com
*/

/*Reset*/
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em }
a img { border: none; }
fieldset { border:none; }
a { outline: none; text-decoration:none; selector-dummy:expression(this.hideFocus=true); }


/* Browser Reset Preference - 수정하지 마십시오. 핵심적인 영역들을 정의한 부분임
---------------------------------------------------------------------------------*/
#sb { position:fixed; _position:absolute; *zoom:1; z-index:999; }
#bd { position:relative; *zoom:1; z-index:0 }
#wc { position:relative; *zoom:1; z-index:1 }
#wc .wrp { position:relative; *zoom:1; clear:both; }
#wc .wrp:after{ content:""; display:block; clear:both; }
#hd { position:relative; *zoom:1; z-index:1;}
#hd .wrp { position:relative; *zoom:1; }
#hd_sub { position:relative; *zoom:1; }
#cts { *zoom:1; }
#cts .wrpTrans { *zoom:1; }

#e1 { *zoom:1; }
#e2 { *zoom:1; }

#ftAll { position:relative; *zoom:1; }
#ft { position:relative; *zoom:1; }
#ft_box1 { position:relative; *zoom:1; }
#ft_box2 { position:relative; *zoom:1; }
#ft_box3 { position:relative; *zoom:1; }
#ft_sub { position:relative; *zoom:1; }


/* Positioning - 핵심 영역들의 마진과 패딩값
---------------------------------------------------------------------------------*/
#st { margin:0 auto; padding:0; }
#sb {margin:0; padding:0; top:0; left:0; }
#hd { margin:0 auto; }
#hd .wrp { padding:0; }
#hd_sub { margin:25px auto 0 auto; }
#bd { margin:0 auto; padding:0; }
#wc { margin:0; padding:0; }
#wc .wrp { margin:0 auto; padding:0; }
#cts {  }
#cts .wrpTrans { margin:25px 0 0 0; padding:0 0 30px 0; }
#ftAll { margin:0 auto; padding:0 0 40px 0; }
#ft { margin:0 auto; padding:0; }
#ft .wrp { margin:0 auto; }
#ft_sub { margin:30px auto 0 auto; padding:0; }
#ft_sub .wrp { margin:0 auto; padding:10px 0; }

#e1 .wrp { margin:0; padding:0; top:0px; overflow:hidden; }
#e2 .wrp { margin:0; padding:0; top:0px; overflow:hidden; }

/* 사이드바 1을 좌측에 정렬 */
.ec #e1 { float:left; margin:0 10px 0 0; _display:inline; }
.ec #cts { _float:right; margin:0 0 0 0; _display:inline; }

/* 사이드바 1을 우측에 정렬 */
.ce #e1 { float:right; margin:0 0 0 42px; _display:inline; }
.ce #cts { _float:left; margin:0 0 0 0; _display:inline; }

/* 사이드바 1,2를 좌측에 정렬 */
.eec #e1 { float:left; margin:0 42px 0 0; _display:inline; }
.eec #e2 { float:left; margin:0 42px 0 0; _display:inline;}
.eec #cts { _float:right; margin:0 0 0 0; _display:inline; }

/* 사이드바 1,2를 우측에 정렬 */
.cee #e1 { float:right; margin:0 0 0 42px; _display:inline; }
.cee #e2 { float:right; margin:0 0 0 42px; _display:inline; }
.cee #cts { _float:left; margin:0 0 0 0; }

/* 사이드바 1,2를 양쪽에 위치시키고 컨텐츠부를 가운데로 정렬 */
.ece #e1 { float:left; margin:0 30px 0 0; _display:inline; }
.ece #e2 { float:right; margin:0 0 0 42px; _display:inline; }
.ece #cts { _float:left; margin:0; }


/* Free Coding - 수정할수 있는 부분입니다
---------------------------------------------------------------------------------*/
html { height:100%; filter:expression(document.execCommand("BackgroundImageCache", false, true)); }
body { height:100%; background:#111; }

p a {  }
a, a:visited { text-decoration: none; color:#225e97; }
a:hover,
a:active,
a:focus { text-decoration:none; color:#225e97; }

#st { background:url("/layouts/PXE_obsidian_public/img/default/background.gif") repeat-x; }
#sb { width:75px; background:url("/layouts/PXE_obsidian_public/img/default/bg_sb.gif"); }
#bd { width:100%;  background:url("/layouts/PXE_obsidian_public/img/default/bg03.gif") repeat center top; overflow:hidden; }
#wc { background-color:#d2d1cf; background-image:url("/layouts/PXE_obsidian_public/img/default/bg_wc.gif"); background-repeat:repeat-x; background-position:center top; }
#hd { height:105px; }
#hd .wrp { height:65px; }
#hd .menu_wrp { position:absolute; height:40px; *zoom:1; top:65px; left:0; margin:0; padding:0; z-index:1; }
#hd a.logo { position:relative; float:left; top:8px; left:-4px; }
#hd .logInfo { position:relative; width:150px; height:18px; float:right; top:30px; margin:0; padding:0; }
#hd_sub { height:47px; background:url("/layouts/PXE_obsidian_public/img/default/bg_hnb.gif") no-repeat; overflow:hidden; }
#hd_sub .tm { position:absolute; top:0; right:0; width:20px; height:47px; background:url("/layouts/PXE_obsidian_public/img/default/bg_hnb.gif") right top; }

#cts { text-align:left; font:12px verdana, sans-serif; line-height:160%; color:#444; overflow:hidden; }
#cts .wrpTrans { overflow:hidden; }
#cts .loc { width:177px; height:33px; position:relative; margin:0 0 45px 0; top:1px; padding:22px 0 0 0; overflow:hidden; color:#343438; font:bold 12px 굴림; letter-spacing:-1px; text-align:center; background-image:url("/layouts/PXE_obsidian_public/img/default/locator.png"); background-repeat:no-repeat; background-position:left top; }

#cine { position:relative; margin:0; padding:0; width:100%; overflow:hidden; background-repeat:no-repeat; background-position:center top; text-align:center; }
#mov { position: absolute; padding:0; width:100%; height:560px; top:0; left:0; *zoom:1; }

#ftAll { overflow:hidden; border-top:1px solid #e3e3e3;  }
#ft { font:8pt 돋움, Dotum; letter-spacing:-1px; overflow:hidden; }
#ft .wrp { overflow:hidden; }
#ft_box1 { float:left; font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif; font-size:10px; text-transform:uppercase; overflow:hidden; color:#999; letter-spacing:0; }
#ft_box2 {  }
#ft_box3 { float:right; text-align:right; overflow:hidden; }
#ft_sub { font:8pt 돋움, Dotum; letter-spacing:-1px; overflow:hidden; clear:both; }
#ft_sub .wrp { overflow:hidden; }


/* iPhone - 아이폰에 관련된 모들 CSS
---------------------------------------------------------------------------------*/
.iphone { position:relative; width:260px; height:520px; margin:0; padding:0; }
.iphone .inner {  width:260px; height:520px; background:url("/layouts/PXE_obsidian_public/img/default/iphone.png") no-repeat; }
.iphone .idTabs2 { position:absolute; margin:0; padding:0; bottom:123px; left:92px; height:22px; list-style:none; z-index:2; }
.iphone .idTabs2 li { float:left; display:block; }
.iphone .idTabs2 li a { float:left; margin:0 10px 0 0; padding:0; width:20px; height:22px; background:url("/layouts/PXE_obsidian_public/img/default/dot01.png") no-repeat; _background:none; _filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+request_uri+"layouts/PXE_obsidian/img/default/dot01.png', sizingMethod='crop')"); cursor:pointer; display:block; _display:inline; }
.iphone .idTabs2 a.selected { background:url("/layouts/PXE_obsidian_public/img/default/dot02.png") no-repeat; _background:none; _filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+request_uri+"layouts/PXE_obsidian/img/default/dot02.png', sizingMethod='crop')"); }

.iphone #scr_mn { position:absolute; width:214px; height:308px; top:93px; left:24px; background:url("/layouts/PXE_obsidian_public/img/default/ipbg_mn.gif") no-repeat; display:block; }
.iphone #scr_mn .wrp { position:relative; height:246px; top:29px; overflow-y:auto; }

.iphone #scr_promo { position:absolute; width:214px; height:308px; top:93px; left:24px; background:url("/layouts/PXE_obsidian_public/img/default/ipbg_promo.gif") no-repeat; display:block; }
.iphone #scr_promo .wrp { position:relative; height:246px; top:29px; overflow-y:auto;}

.iphone #scr_msg { position:absolute; width:214px; height:308px; top:93px; left:24px; overflow:hidden; background:url("/layouts/PXE_obsidian_public/img/default/ipbg_msg.gif") no-repeat; display:none; }
.iphone #scr_msg .wrp { position:relative; height:246px; top:29px; }

.iphone #scr_pl { position:absolute; width:214px; height:308px; top:93px; left:24px; overflow:hidden; background:url("/layouts/PXE_obsidian_public/img/default/ipbg_pl.jpg") no-repeat; display:none; }
.iphone #scr_pl .wrp { position:relative; height:246px; top:29px; }

.iphone #scr_ctr { position:absolute; width:214px; height:308px; top:93px; left:24px; overflow:hidden; background:url("/layouts/PXE_obsidian_public/img/default/ipbg_ctr.jpg") no-repeat; display:none; }
.iphone #scr_ctr .wrp { position:relative; height:246px; top:29px; }

.iphone span.ribbon { position:absolute; width:135px; height:135px; left:1px; top:1px; background:url("/layouts/PXE_obsidian_public/img/default/ribbon.png") no-repeat; z-index:1; }

#mp3player { display: block; }


/* Contents Tabs - 컨텐츠 영역의 3개의 탭들에 대한 정의
---------------------------------------------------------------------------------*/
.idTabs1 { position:relative; margin:0 0 45px 0; padding:0; top:1px; float:right; overflow:hidden; }
.idTabs1 li { list-style:none; float:left; }
.idTabs1 a { display:block; width:177px; height:55px; margin:0 0 0 2px; padding:0; text-decoration:none!important; font:10px Verdana; color:#FFF; opacity:.9; -webkit-transition: opacity .2s linear; }
.idTabs1 a:hover { opacity:1; }
.idTabs1 a:active { opacity:1; }
.idTabs1 a.selected { color:#000; cursor:default; opacity:1; }

/*Layout Tab*/
.idTabs1 li a { background-image:url("/layouts/PXE_obsidian_public/samples/img/tabs/t_home.gif"); background-repeat:no-repeat; }
.idTabs1 li.tab01 a { background-position: 0 0; }
.idTabs1 li.tab01 a:active { background-position: 0 1px; }
.idTabs1 li.tab01 a.selected { background-position: 0 -55px; }

.idTabs1 li.tab02 a { background-position: -177px 0; }
.idTabs1 li.tab02 a:active { background-position: -177px 1px; }
.idTabs1 li.tab02 a.selected { background-position: -177px -55px; }

.idTabs1 li.tab03 a { background-position: -54px 0; }
.idTabs1 li.tab03 a:active { background-position: -54px 1px; }
.idTabs1 li.tab03 a.selected { background-position: -54px -55px; }


/* Main Menu - 메인 메뉴
---------------------------------------------------------------------------------*/
.gnb { position:relative; left:0; top:0; margin:0; padding:0; list-style:none; *zoom:1; float:left; }
.gnb li { float:left; *zoom:1; }
.gnb li a { width:100px; height:56px; padding:14px 0 0 0; margin:0; display:block; text-align:center; text-decoration:none !important; font-weight:bold; float:left; color:#a0a0a0; _color:#a0a0a0 !important; *zoom:1; background:url("/layouts/PXE_obsidian_public/img/default/gnb_off.png") no-repeat; }
.gnb li a { _background:none; _filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+request_uri+"layouts/PXE_obsidian/img/default/gnb_off.png', sizingMethod='crop')"); _cursor:pointer; }
.gnb li a:hover { color:#fff; _color:#fff!important; background:url("/layouts/PXE_obsidian_public/img/default/gnb_on.png") no-repeat; _background:none; _filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+request_uri+"layouts/PXE_obsidian/img/default/gnb_on.png', sizingMethod='crop')"); _cursor:pointer; }
.gnb li.selected a { color:#fff; _color:#fff!important; background:url("/layouts/PXE_obsidian_public/img/default/gnb_on.png") no-repeat; }
.gnb li.selected a { _background:none; _filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+request_uri+"layouts/PXE_obsidian/img/default/gnb_on.png', sizingMethod='crop')"); _cursor:pointer; }


/* Hot Issues and More - 핫이슈 더보기 창
---------------------------------------------------------------------------------*/
.mv { float:left; position:relative; top:0; left:0; width:100px; height:40px; padding:0; background:url("/layouts/PXE_obsidian_public/img/default/btn_more.gif") no-repeat; background-position:left 0px; cursor:pointer; }
#mv_box { width:647px; height:250px; background:url("/layouts/PXE_obsidian_public/img/default/bg_mv.gif") no-repeat; position:absolute; top:38px; left:0px; z-index:1000; display:none; font:12px verdana, sans-serif; line-height: 1.7em; padding:40px 10px 15px 10px; color:#666; overflow:hidden; }


/* Widgets - 위젯을 넣을 섹션
---------------------------------------------------------------------------------*/
.sec { margin-bottom:20px; *zoom:1;  text-align:left; }
.sec_02 { margin-top:125px; margin-bottom:20px; *zoom:1; }


/* Steel Plate Box Style - 스틸 질감을 내는 박싱 모델(레이아웃에서는 사용되지 않고 있음)
---------------------------------------------------------------------------------*/
.bx_hd { height:29px; padding:9px 15px 0 15px; font:12px verdana, sans-serif; line-height: 1.7em; border:1px solid #121212; background:#2c2c2c url("/layouts/PXE_obsidian_public/images/common/bg_bx.gif") repeat-x left top; color:#fff; }
.white_bx { position:relative; border-top:1px solid #bbb; border-right:2px solid #c3bfbe; border-bottom:2px solid #c3bfbe; border-left:1px solid #bbb; *zoom:1; overflow:hidden; }
.white_bx .white_bx_wrp { padding:20px 25px; font:12px verdana, sans-serif; line-height: 1.7em; background:#fff; *zoom:1; overflow:hidden; }
.light_bx { position:relative; border:1px solid #bbb; *zoom:1; }
.light_bx .light_bx_wrp { padding:25px 25px; font:12px verdana, sans-serif; line-height: 1.7em; background:#f4f4f4; border:1px solid #fff; *zoom:1; }
.light_bx_type1 { position:relative; *zoom:1; border-top:1px solid #bbb; border-right:2px solid #bbbbbb; border-bottom:2px solid #bbb; border-left:1px solid #bbb;  }
.light_bx_type1 .light_bx_type1_wrp { padding:20px 0 20px 0; font:12px verdana, sans-serif; line-height: 1.7em; *zoom:1; background:#f4f4f4; border:1px solid #fff; }
.light_bx_type1 span.pagemark { position:absolute; width:183px; height:128px; top:-55px; right:28px; display:block; z-index:1; }
.dark_bx { margin:0 0 20px 0; *zoom:1; }
.dark_bx { border:1px solid #a8a8a8;  }
.dark_bx .dark_bx_wrp { padding:20px 25px; font:12px verdana, sans-serif; line-height: 1.7em; *zoom:1; background:#e0e0e0; border:1px solid #f9f9f9; color:#353535; }
.dark_bx_nb { margin:0 0 40px 0; *zoom:1; border:1px solid #a8a8a8; border-top:none;  }
.dark_bx_nb .dark_bx_nb_wrp { padding:20px 25px; font:12px verdana, sans-serif; line-height: 1.7em; *zoom:1; background:#e0e0e0; border:1px solid #f9f9f9; color:#353535; }


/* V-Menu - 아이폰에 출력되는 세로 2차 메뉴
---------------------------------------------------------------------------------*/
#lnb { margin:0; padding:0; *zoom:1; border-bottom:1px solid #000; }
#lnb li { list-style:none; *zoom:1; }
#lnb li a { padding:10px 10px 10px 10px; *padding:11px 10px 7px 10px; display:block; position:relative; text-decoration:none; *zoom:1; font-family:돋움,Dotum; font-size:9pt; color:#aaa; border-left:1px solid #181e1f; border-top:1px solid #181e1f; border-right:1px solid #181e1f; background-color:#101415; text-align:left; }
#lnb li span { display:block; border-left:1px solid #000; border-top:1px solid #000; border-right:1px solid #000; background-color:#191e1f; }
#lnb li a:hover,
#lnb li a:focus { color:#7ebae0; }
#lnb li.on a { color:#fff; }
#lnb li.on a:hover,
#lnb li.on a:focus { color:#fff; }
#lnb li ul { display:block; position:relative; margin:0; padding:0; overflow:hidden; *zoom:1; border-top:1px solid #0a0d0e; border-left:1px solid #181e1f; border-right:1px solid #181e1f; }
#lnb li.on ul { display:block; *zoom:1; }
#lnb li ul li { *zoom:1; }
#lnb li ul li a {  padding:4px 10px 4px 20px; font-weight:normal !important; *zoom:1; border:none; font-family:돋움,Dotum; font-size:8pt; letter-spacing:-1px; color:#555 !important; background:none !important; }
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:normal !important; color:#fff !important; }
#lnb li.on ul li.on a { color:#7ebae0 !important; background:#000 !important; }


/* V-Menu Type 2 - 아이폰이 없는 상태에서 출력되는 세로 2차 메뉴
---------------------------------------------------------------------------------*/
#lnb2 { margin:0; padding:0; *zoom:1; font:12px Tahoma; border-bottom:1px solid #a8a8a8; }
#lnb2 li { list-style:none; *zoom:1; }
#lnb2 li a { padding:10px 10px 10px 10px; *padding:11px 10px 7px 10px; display:block; position:relative; text-decoration:none; *zoom:1; font-family:Tahoma, Geneva, sans-serif; font-size: 12px; color:#fff; border-left:1px solid #f9f9f9; border-top:1px solid #f9f9f9; border-right:1px solid #f9f9f9; background-color:#e0e0e0; text-align:left; }
#lnb2 li .pillow { position:absolute; top:9px; left:9px; *top:10px; white-space:nowrap; text-decoration:none; color:#444; }
#lnb2 li span { display:block; border-left:1px solid #a8a8a8; border-top:1px solid #a8a8a8; border-right:1px solid #a8a8a8; background-color:#e0e0e0; text-align:left; }
#lnb2 li a:hover,
#lnb2 li a:focus {  }
#lnb2 li.on a { color:#fff; font-weight:bold }
#lnb2 li.on a:hover,
#lnb2 li.on a:focus {  }
#lnb2 li ul { display:block; position:relative; margin:0; padding:0; overflow:hidden; *zoom:1; border-top:1px solid #d1d1d1; border-left:1px solid #f9f9f9; border-right:1px solid #f9f9f9; }
#lnb2 li.on ul { display:block; *zoom:1; padding:5px 0; }
#lnb2 li ul li { *zoom:1; }
#lnb2 li ul li a {  padding:4px 10px 4px 20px; font-weight:normal !important; *zoom:1; border:none; font-family:돋움,Dotum; font-size:8pt; letter-spacing:-1px; color:#999 !important; background:none !important; }
#lnb2 li ul li a:hover,
#lnb2 li ul li a:focus { font-weight:normal !important; color:#000 !important; }
#lnb2 li.on ul li.on a { font-weight:bold !important; color:#555 !important; background:#e0e0e0!important; }


/* H-Menu - 메인 메뉴 하단에 나타나는 가로 2차 메뉴
---------------------------------------------------------------------------------*/
#hnb { position:relative; margin:0; padding:0; top:16px; left:32px; *zoom:1; font:12px Tahoma; list-style:none; color:#b6b6b6; }
#hnb li { float:left; margin-right:10px; *zoom:1; }
#hnb li a { float:left; padding-right:10px; display:block; text-decoration:none; *zoom:1; color:#b6b6b6; background:url("/layouts/PXE_obsidian_public/img/default/vr_hnb.gif") no-repeat right 4px; }
#hnb li a:hover,
#hnb li a:focus { color:#fff; }
#hnb li.on a { color:#fff; font-weight:bold; }
#hnb li.on a:hover,
#hnb li.on a:focus {  }
#hnb li:last-child a { background:none }


/* Bottom Menu - 하단 푸터에 위치하는 메뉴
---------------------------------------------------------------------------------*/
.extLeft { list-style:none; margin:0; padding:0; }
.extLeft li { float:left; margin-right:10px; }
.extLeft li a { padding-right:10px; color:#999 !important; background:url("/layouts/PXE_obsidian_public/img/default/vr.gif") no-repeat right -2px; *background:url("/layouts/PXE_obsidian_public/img/default/vr.gif") no-repeat right 1px; }
.extLeft li:last-child a { background:none; }
.extLeft li a:hover { text-decoration:underline; }

.extRight { list-style:none; margin:0; padding:0; }
.extRight li { float:left; margin-left:10px; }
.extRight li a { padding-left:10px; color:#999 !important; background:url("/layouts/PXE_obsidian_public/img/default/vr.gif") no-repeat left 1px; }
.extRight li:First-child a { background:none }
.extRight li a:hover { text-decoration:underline; }

#bottomBanner { list-style:none; position:absolute; top:11px; right:0; margin:0; padding:0; }
#bottomBanner li { float:left; margin-right:30px; height:30px; }

/*2 Coulmn Box*/
.box { margin-bottom:40px; overflow:hidden; *zoom:1; }
.box .box_left { width:48%; float:left; }
.box .box_right { width:48%; float:right; }


/* Search - 검색창
---------------------------------------------------------------------------------*/
#srch { position:absolute; top:10px; right:0; }
#srch .searchOrder { display:none;}
#srch .inputText { font:8pt 돋움; letter-spacing:-1px; vertical-align:middle; position:relative; top:0; _top:-1px; left:4px; margin:0; padding:4px 10px 0px 10px; width:103px; height:16px; color:#707070; background:url("/layouts/PXE_obsidian_public/img/default/srch_input.gif") no-repeat; border:none; }
#srch .inputText:hover,
#srch .inputText:focus {  }
*:first-child+html body#default #srch .inputText { position:relative; top:-1px;}
#srch .submit { vertical-align:middle; _position:relative; _top:-1px;}
*:first-child+html body#default #srch .submit { position:relative; top:-1px; }


/* Accounts - 내페이지 버튼
---------------------------------------------------------------------------------*/
.acc{ position:absolute; top:140px; left:10px; margin:0; padding:0; display:block; }
.acc li{ position:relative; list-style:none; }
.acc li *{ vertical-align:top;}
.acc li li{ float:none; height:auto; background-image:none;}

.acc li.log{ background-image:none; font-size:0; line-height:0;}
.acc li.log a{ display:block; padding:0;}

.acc li.profile span.btn_pf { position:relative; display:block; border:0; margin:0; padding:0; width:57px; height:30px; cursor:pointer; background-color:transparent; background-image:url("/layouts/PXE_obsidian_public/img/default/btn_mypage.png"); background-repeat:no-repeat; overflow:visible; _background:none; _filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+request_uri+"layouts/PXE_obsidian/img/default/btn_mypage.png', sizingMethod='crop')"); _cursor:pointer; z-index:1; }

.acc li.profile .memberProfile { position:absolute; margin:0; padding:0; width:220px; height:206px; top:-13px; left:-7px; color:#797771; background:url("/layouts/PXE_obsidian_public/img/default/bg_login.png") no-repeat left top; _background:url("/layouts/PXE_obsidian_public/img/default/bg_login.gif") no-repeat left top; display:none; *zoom:1; overflow:hidden; }
.acc li.profile .memberProfile.active { display:block;}
.acc li.profile .memberProfile .authorName { position:relative; margin:0; padding:0; top:18px; *top:19px; left:70px; font:12px 굴림,Gulim; font-weight:bold; color:#aaa; white-space:nowrap; *zoom:1; }
.acc li.profile .memberProfile ul{ position:relative; margin:0; padding:0; top:35px; left:20px; list-style:none; *zoom:1; }
.acc li.profile .memberProfile li { float:none; white-space:nowrap; margin:3px 0 0 0; padding:4px 0 0 22px; height:17px; background:url("/layouts/PXE_obsidian_public/img/default/dots_black.gif") no-repeat left 0px; font:11px 돋움,Dotum; letter-spacing:-1px; line-height:130%; }
.acc li.profile .memberProfile li:hover { background:url("/layouts/PXE_obsidian_public/img/default/dots_black.gif") no-repeat left -22px; }
.acc li.profile .memberProfile li a { color:#666; text-decoration:none; }
.acc li.profile .memberProfile li a:hover,
.acc li.profile .memberProfile li a:active,
.acc li.profile .memberProfile li a:focus{ text-decoration:none; }
.acc li.profile .memberProfile span.close { position:absolute; cursor:pointer; border:0; padding:0; top:22px; right:15px; width:7px; height:8px; background: url("/layouts/PXE_obsidian_public/img/default/buttonCloseX.gif") no-repeat; display:block; *zoom:1; z-index:1 }

.acc li.login span{ display:block; width:57px; height:30px; margin:0; padding:0; background-image:url("/layouts/PXE_obsidian_public/img/default/btn_login.png"); background-repeat:no-repeat; _background:none; _filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+request_uri+"layouts/PXE_obsidian/img/default/btn_login.png', sizingMethod='crop')"); cursor:pointer; }
.acc li.logout a{ display:block; width:57px; height:30px; margin:0; padding:0; background-image:url("/layouts/PXE_obsidian_public/img/default/btn_logout.png"); background-repeat:no-repeat; _background:none; _filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+request_uri+"layouts/PXE_obsidian/img/default/btn_logout.png', sizingMethod='crop')"); cursor:pointer; }
.acc li.logout a span{ position:relative; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden; z-index:-1;}

.acc li.signup a{ display:block; width:57px; height:30px; margin:0; padding:0; background-image:url("/layouts/PXE_obsidian_public/img/default/btn_signup.png"); background-repeat:no-repeat; _background:none; _filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+request_uri+"layouts/PXE_obsidian/img/default/btn_signup.png', sizingMethod='crop')"); cursor:pointer; }
.acc li.signup a span{ position:relative; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden; z-index:-1;}


/* Modal Login Window - 로그인 창
---------------------------------------------------------------------------------*/
.loginLayer { position:absolute; margin:0; padding:50px 0 20px 0; width:220px; height:206px; top:125px; left:3px; color:#797771; background:url("/layouts/PXE_obsidian_public/img/default/bg_login.png") no-repeat left top; _background:url("/layouts/PXE_obsidian_public/img/default/bg_login.gif") no-repeat left top; display:none; *zoom:1; overflow:hidden; }

.loginLayer .inner { width:220px; margin:0 auto 20px auto; padding:0; }

.loginLayer form{ *zoom:1; position:relative; overflow:hidden;  }

.loginLayer #commonLogin{ width:260px; height:58px; margin:0 auto; padding:0; }
.loginLayer #openidLogin{ width:260px; height:27px; margin:0 auto; padding:0; }

.loginLayer input.id { position:absolute; top:0; left:12px; width:83px; height:19px; padding:8px 10px 0 30px; background:url("/layouts/PXE_obsidian_public/img/default/bg_id.gif") no-repeat; color:#aaa; font:8pt 돋움; letter-spacing:-1px; border:none; }
.loginLayer input.password { position:absolute; top:27px; left:12px; width:83px; height:19px; padding:8px 10px 0 30px; background:url("/layouts/PXE_obsidian_public/img/default/bg_pw.gif") no-repeat; color:#aaa; font:8pt 돋움; letter-spacing:-1px; border:none; }

.loginLayer .oid_desc { margin:0 0 15px 46px; }
.loginLayer input.oid{ position:absolute; top:0; left:12px; width:58px; height:19px; padding:8px 10px 0 55px; background:#555 url("/layouts/PXE_obsidian_public/img/default/bg_oid.gif") no-repeat;  color:#aaa; font:8pt 돋움; letter-spacing:-1px; border:none;}
.loginLayer button.submit_oid { width:27px; height:24px; background:url("/layouts/PXE_obsidian_public/img/default/login_btn_submit.gif") no-repeat; border:none; margin:0; cursor:pointer; position:absolute; top:4px; left:140px; text-indent:-1000em; }

.loginLayer .saveIDinfo { position:absolute; top:5px; left:140px; font:8pt 돋움; letter-spacing:-1px; }
.loginLayer .saveIDinfo .inputCheck { position:relative; top:2px; _top:1px; left:3px; }
.loginLayer .keep label{ color:#555; }
.loginLayer button.submit { width:27px; height:24px; background:url("/layouts/PXE_obsidian_public/img/default/login_btn_submit.gif") no-repeat; border:none; margin:0; cursor:pointer; position:absolute; top:31px; left:140px; text-indent:-1000em; }

.loginLayer .help{ position:relative; left:15px; top:0; margin:0; padding:0; font:8pt 돋움; letter-spacing:-1px; *zoom:1; list-style:none; }
.loginLayer .help li { margin:0 10px 0 0; padding:0 10px 0 0; float:left; font-size:11px; line-height:14px; background:url("/layouts/PXE_obsidian_public/img/default/vr_extra.gif") no-repeat right 2px; }
.loginLayer .help li a { text-decoration:none; color:#555;}
.loginLayer .help li.last { background:none }
.loginLayer .help li a:hover,
.loginLayer .help li a:active,
.loginLayer .help li a:focus{ text-decoration:underline;}

.loginLayer .close{ position:absolute; cursor:pointer; border:0; padding:0; top:14px; right:7px; width:27px; height:27px; background:transparent url("/layouts/PXE_obsidian_public/img/default/buttonCloseX.gif") no-repeat center center;}


/* 샘플 박스
---------------------------------------------------------------------------------*/
.ctsSec { margin:0 0 20px 0; padding:0 0 20px 0; *zoom:1; background:url("/layouts/PXE_obsidian_public/img/default/hr.gif") repeat-x left bottom; }
.ctsSec span.image { float:right; margin:0 0 10px 20px; padding:0; display:block; }
.ctsSec .title { font-weight:bold; margin-bottom:10px; display:block; }
.pxe_recent_entry03_default { overflow:hidden; }

.pxe_recent_entry03_default .recentItems { margin:0; padding:0; }
.pxe_recent_entry03_default .recentItems li { padding:7px 0 5px 0; border-bottom:1px solid #e2e2e2; overflow:hidden; list-style:none; white-space:nowrap; display:block; background:url("/widgets/newest_document/skins/PXE_official_recent_entry_03/images/default/icon_allow_right.gif") no-repeat right center; }
.pxe_recent_entry03_default .recentItems li:hover {  }

.pxe_recent_entry03_default .recentItems li .title a { font:8pt 돋움; letter-spacing:-1px; color:#707070; text-decoration:none; margin-left:10px; }
.pxe_recent_entry03_default .recentItems li .title a:hover { }
.pxe_recent_entry03_default .recentItems li .title span.comment { color:#535353; font:.9em Tahoma; }
.pxe_recent_entry03_default .recentItems li .title span.comment a { color:#535353; font:.9em Tahoma; }

.pxe_recent_entry03_default .recentItems li .date { color:#666; font:.8em Tahoma; white-space:nowrap; }
.webzine_pxe_happybean { overflow:hidden; }

.webzine_pxe_happybean .listTable { width:100%; table-layout:fixed; border:none;}

.webzine_pxe_happybean .listTable tr td { padding:0;margin:0; vertical-align:top; overflow:hidden; }

.webzine_pxe_happybean .thumbnailBox { width:100%; margin:0;padding:0;border:none; table-layout:fixed; }
.webzine_pxe_happybean .thumbnailBox tr td { padding:none; margin:none; }

.webzine_pxe_happybean .thumbnailBox .thumbnail { text-align:center; white-space:nowrap; height:58px; vertical-align:middle; }
.webzine_pxe_happybean .thumbnailBox .thumbnail img { padding:2px; }
.webzine_pxe_happybean .thumbnailBox .thumbnail img:hover {  }

.webzine_pxe_happybean .thumbnailBox .comments { width:59px; height:58px; font-family: georgia; font-size: 198%; text-align:center; line-height:22px; *line-height:10px; vertical-align:middle; }
.webzine_pxe_happybean .thumbnailBox .comments a,
.webzine_pxe_happybean .thumbnailBox .comments a:visited,
.webzine_pxe_happybean .thumbnailBox .comments a:hover {  }
.webzine_pxe_happybean .thumbnailBox .comments span { font:9px Arial, Helvetica, sans-serif; }

.webzine_pxe_happybean .thumbnailBox .desc { width:100%; height:58px; padding-left:10px; overflow:hidden; vertical-align:middle; }

.webzine_pxe_happybean .thumbnailBox .titleBox a { font:14pt , bold Arial; letter-spacing:0px; }

.webzine_pxe_happybean .thumbnailBox .titleBox .title { }
.webzine_pxe_happybean .thumbnailBox .titleBox .title a { text-decoration:none; }
.webzine_pxe_happybean .thumbnailBox .titleBox .title a:hover { text-decoration:underline; }

.webzine_pxe_happybean .thumbnailBox .contentbox { margin-top:2px; font:11pt, Arial; letter-spacing:0px; line-height:15px}
.webzine_pxe_happybean .thumbnailBox .contentbox { margin-right:10px;}
.webzine_pxe_happybean .thumbnailBox .contentbox span,div {  }
.webzine_pxe_happybean .thumbnailBox .thumbnail { border-bottom:1px solid #f5f5f5; margin-bottom:1px;}
.webzine_pxe_happybean .thumbnailBox .thumbnail img { border:1px solid #DEDEDE; }
.webzine_pxe_happybean .thumbnailBox .thumbnail img:hover { border:1px solid #54564b; }

.webzine_pxe_happybean .thumbnailBox .comments { background:#f9fbf9; border-bottom:1px solid #e9ede9; }
.webzine_pxe_happybean .thumbnailBox .comments a,
.webzine_pxe_happybean .thumbnailBox .comments a:visited,
.webzine_pxe_happybean .thumbnailBox .comments a:hover { color:#5dc0f6; }
.webzine_pxe_happybean .thumbnailBox .comments span { color:#999; }

.webzine_pxe_happybean .thumbnailBox .desc { border-bottom:1px solid #f5f5f5; }

.webzine_pxe_happybean .thumbnailBox .titleBox a { color:#4F7B9E; }

.webzine_pxe_happybean .thumbnailBox .titleBox .title { }
.webzine_pxe_happybean .thumbnailBox .titleBox .title a { color:#4F7B9E; }

.webzine_pxe_happybean .thumbnailBox .author { color:#safadsa; }
.webzine_pxe_happybean .thumbnailBox .author span,div { color:#safadsa; }
.PXE_box { margin:0; padding:0; }
.PXE_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/PXE_official_photowarenolabel/images/normal/lineNotice.gif") no-repeat left bottom;}

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

.PXE_box .thumbnail_box { width:100%; table-layout:fixed; margin:0; padding:0; }
.PXE_box .thumbnail_box td { margin:0; padding:0; }
.PXE_box .thumbnail_box .thumbnail { margin:0 auto 4px auto; padding:0; text-align:center; position:relative; }
.PXE_box .thumbnail_box .thumbnail img { position:relative; border:none; }
.PXE_box .thumbnail_box .thumbnail span img { position:absolute; top:0; left:-10px; border:none; z-index:2; width:65px; height:124px; }
.PXE_box .thumbnail_box .thumbnail a .subWrapper { position:absolute; margin:0; padding:0; width:100%; top:0; left:0; background:url("/widgets/newest_images/skins/PXE_official_photowarenolabel/images/blank.gif"); *zoom:1; overflow:hidden; cursor:pointer; z-index:1 }
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer { position:absolute; margin:0; padding:0; width:100%; left:0; bottom:0; white-space:nowrap; display:block; background:#96bc43; color:#fff; *zoom:1; overflow:hidden; cursor:pointer; }

.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info {
	position: absolute;
	padding:0;
	width:98px;
	height:78px;
	top:5px;
	right:10px;
}
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info span.dia {
	position:absolute;
	top:0;
	left:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:33px;
	text-align:right;
	width:34px;
}
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info span.mes {
	position:absolute;
	top:6px;
	left:38px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info span.ano {
	position:absolute;
	top:20px;
	left:38px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info span.tit {
	position:absolute;
	top:36px;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
}
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info span.nota {
	position:absolute;
	top:50px;
	left:-4px;
	font-size:33px;
	text-align:right;
	width:22px;
}
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info span.dec {
	position:absolute;
	top:54px;
	left:20px;
	font-size:13px;
	font-weight:bold;
}

.PXE_box .thumbnail_box .title { padding:8px 15px 0 15px; overflow:hidden; white-space:nowrap; text-align:center; font:bold 8pt 돋움; text-transform:uppercase; letter-spacing:-1px; background:#303030; height:21px; }
.PXE_box .thumbnail_box .title span.replies { height:12px; padding-left:16px; background:url("/widgets/newest_images/skins/PXE_official_photowarenolabel/images/normal/iconReply.gif") no-repeat left center; float:right; font:bold 9px Tahoma, Arial, Helvetica, sans-serif; color:#8493aa; }

.PXE_box .thumbnail_box a { color:#b6b6b6; text-decoration:none; }
.PXE_box .thumbnail_box a:visited { color:#b6b6b6; text-decoration:none; }

.PXE_box .thumbnail_box div.author { color:#828282; text-align:center;}
.PXE_box .thumbnail_box div.author span, .PXE_box .thumbnail_box div.author div { color:#828282; }
.PXE_box .thumbnail_box div.regdate { font-size:0.9em; color:#828282; margin-top:2px;text-align:center;}

.PXE_box .thumbnail_box div.readAndVoted { color:#828282; font-size:0.9em; text-align:center;}
.PXE_box .thumbnail_box div.readAndVoted span.div_block { color:#828282; font-size:0.9em; }
.PXE_box .thumbnail_box div.readAndVoted strong { font-weight:normal; color:#828282; }

/* Mouse Over Tooltip (Image Preview) */
#tooltip {
	position: absolute;
	z-index: 999;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 1px solid #cacaca;
	background-color: #fafafa;
	padding: 5px;
    }
#tooltip h3 { margin: 0; font:12px 굴림; color:#8493aa; font-weight:bold; line-height:140%; }
#tooltip div { color:#828282; }
.PXE_box { margin:0; padding:0; }
.PXE_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/PXE_official_photoware/images/normal/lineNotice.gif") no-repeat left bottom;}

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

.PXE_box .thumbnail_box { width:100%; table-layout:fixed; margin:0; padding:0; }
.PXE_box .thumbnail_box td { margin:0; padding:0; }
.PXE_box .thumbnail_box .thumbnail { margin:0 auto 4px auto; padding:0; text-align:center; position:relative; }
.PXE_box .thumbnail_box .thumbnail img { position:relative; border:none; }
.PXE_box .thumbnail_box .thumbnail span img { position:absolute; top:0; left:-10px; border:none; z-index:2; width:65px; height:124px; }
.PXE_box .thumbnail_box .thumbnail a .subWrapper { position:absolute; margin:0; padding:0; width:100%; top:0; left:0; background:url("/widgets/newest_images/skins/PXE_official_photoware/images/blank.gif"); *zoom:1; overflow:hidden; cursor:pointer; z-index:1 }
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer { position:absolute; margin:0; padding:0; width:100%; left:0; bottom:0; white-space:nowrap; display:block; background:#96bc43; color:#fff; *zoom:1; overflow:hidden; cursor:pointer; }

.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info {
	position: absolute;
	padding:0;
	width:98px;
	height:78px;
	top:5px;
	right:10px;
}
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info span.dia {
	position:absolute;
	top:12px;
	left:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:33px;
	text-align:right;
	width:34px;
}
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info span.mes {
	position:absolute;
	top:6px;
	left:38px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info span.ano {
	position:absolute;
	top:20px;
	left:38px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info span.tit {
	position:absolute;
	top:36px;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
}
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info span.nota {
	position:absolute;
	top:59px;
	left:-4px;
	font-size:33px;
	text-align:right;
	width:22px;
}
.PXE_box .thumbnail_box .thumbnail a .subWrapper .sublayer .info span.dec {
	position:absolute;
	top:54px;
	left:20px;
	font-size:13px;
	font-weight:bold;
}

.PXE_box .thumbnail_box .title { padding:8px 15px 0 15px; overflow:hidden; white-space:nowrap; text-align:center; font:bold 8pt 돋움; text-transform:uppercase; letter-spacing:-1px; background:#303030; height:21px; }
.PXE_box .thumbnail_box .title span.replies { height:12px; padding-left:16px; background:url("/widgets/newest_images/skins/PXE_official_photoware/images/normal/iconReply.gif") no-repeat left center; float:right; font:bold 9px Tahoma, Arial, Helvetica, sans-serif; color:#8493aa; }

.PXE_box .thumbnail_box a { color:#b6b6b6; text-decoration:none; }
.PXE_box .thumbnail_box a:visited { color:#b6b6b6; text-decoration:none; }

.PXE_box .thumbnail_box div.author { color:#828282; text-align:center;}
.PXE_box .thumbnail_box div.author span, .PXE_box .thumbnail_box div.author div { color:#828282; }
.PXE_box .thumbnail_box div.regdate { font-size:0.9em; color:#828282; margin-top:2px;text-align:center;}

.PXE_box .thumbnail_box div.readAndVoted { color:#828282; font-size:0.9em; text-align:center;}
.PXE_box .thumbnail_box div.readAndVoted span.div_block { color:#828282; font-size:0.9em; }
.PXE_box .thumbnail_box div.readAndVoted strong { font-weight:normal; color:#828282; }

/* Mouse Over Tooltip (Image Preview) */
#tooltip {
	position: absolute;
	z-index: 999;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 1px solid #cacaca;
	background-color: #fafafa;
	padding: 5px;
    }
#tooltip h3 { margin: 0; font:12px 굴림; color:#8493aa; font-weight:bold; line-height:140%; }
#tooltip div { color:#828282; }


