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

/* 된장맛껌 (http://shx.kr) */

/* (PART) skin outline */
form { background-color:transparent; overflow:hidden; padding:0px; margin:0px; }
.PBP_Base_font, .contentBody .xe_content { font-size:1em; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; } /*베이스폰트+common - colorset*/
.PBP_Base_font A:visited, .PBP_Base_font A:link {text-decoration:none;} /*colorset*/
.PBP_Base_font A:hover {text-decoration:underline;color:#dddddd;} /*colorset*/
.PBP_Outline {margin:0px 0 10px 0; text-align:left} /*스킨전체윤곽+common*/
/* (PART) css - common */
.PBP_LineWh21px {clear:both; overflow:hidden; margin:0px; padding:0px;}
.PBP_Outline, .PBP_comment, .PBP_secretCon {clear:both; overflow:hidden; padding:0px;}
.PBP_SkinTitle, .PBP_SkinNoneTitle {clear:both; overflow:hidden; margin:0px; padding:0 0 5px 0; }
.PBP_SkinTitle .L, .PBP_SkinNoneTitle .R {overflow:hidden; padding:0px; margin:0px; white-space:nowrap;}
.PBP_TitleMark, .PBP_SkinTitle .L .Title {float:left; overflow:hidden;}
/*라인-common*/
.PBP_Line00, .PBP_Line00_, .PBP_Line00__, .PBP_Line00___, PBP_LineWhite, .PBP_Line02, .PBP_Line00____, .PBP_LineWhite_, PBP_Line01_, .PBP_LineWhite__, .PBP_Line02__, .PBP_Line02___, .PBP_Line00_____, .PBP_LineWhite____, .PBP_LineWhite_____, .PBP_Line02____ {clear:both; overflow:hidden; height:1px; padding:0px;}
.PBP_Line01, .PBP_Line02_ {clear:both; overflow:hidden; height:2px; padding:0px;}
.PBP_LineWh21px {white-space:nowrap; height:35px;} /* +common*/
.PBP_LineWhite_ {margin:0 0 2px 0}
.PBP_LineWhite__ {margin:9px 0 0 0}
.PBP_LingWhite___ {clear:both; overflow:hidden; height:1px; margin:0px; padding:0px; background-color:#FFFFFF}
.PBP_LineWhite____ {margin:4px 0 0 0}
.PBP_LineWhite_____ {margin:0 0 10px 0}
/*라인-color*/
.PBP_Line00 {margin:3px 0 0 0;} /*colorset*/
.PBP_Line00_ {margin:3px 0 8px 0;} /*colorset*/
.PBP_Line00__ {margin:3px 0 1px 0;} /*colorset*/
.PBP_Line00___, .PBP_Line00_____ {margin:1px 0 0px 0;} /*colorset*/
.PBP_Line00____ {margin:0px;} /*colorset*/
.PBP_Line01 {margin:2px 0 10px 0;} /*colorset*/
.PBP_Line01_ {margin:0px;} /*colorset*/
.PBP_Line02 {margin:5px 0 0 0;} /*colorset*/
.PBP_Line02_ {margin:0 0 6px 0;} /*colorset*/
.PBP_Line02__ {margin:4px 0 2px 0;} /*colorset*/
.PBP_Line02___ {margin:0px 0 6px 0;} /*colorset*/
.PBP_Line02____ {margin:2px 0 10px 0;} /*colorset*/
/*라인-Dotted*/
.PBP_LineD00, .PBP_LineD01, .PBP_LineD02, .PBP_LineD03, .PBP_LineD04, .PBP_LineD05 {clear:both; overflow:hidden; padding:0px; height:1px; background-image:url("/modules/board/skins/p_board_p2/images/common/line_d.gif");background-repeat:repeat-x;background-attachment:scroll;background-position:left top;}
.PBP_LineD00 {margin:0 0 5px 0;}
.PBP_LineD01 {margin:8px 0 5px 0;}
.PBP_LineD02 {margin:15px 0 15px 0;}
.PBP_LineD03 {margin:5px 0 5px 0;}
.PBP_LineD04 {margin:40px 0 13px 0;}
.PBP_LineD05 {margin:3px 0 10px 0;}
.PBP_LineD00_tr {padding:0px; height:11px; background-image:url("/modules/board/skins/p_board_p2/images/common/line_d.gif");background-repeat:repeat-x;background-attachment:scroll;background-position:left center;}
/*상세설명*/
.PBP_comment {color:#a0a4a8; text-align:left; vertical-align:top; height:auto; line-height:180%; margin:0 0 7px 0;} /* +common*/
/*버튼, 마크이미지*/
.PBP_QB_common {float:right; overflow:hidden; cursor:pointer; height:13px; padding:13px 0 0 0; margin:0 0 0 3px;}
.PBP_QB_common:hover {margin:-2px 0 0 3px;}
.PBP_QB_common2 {float:left; overflow:hidden; cursor:pointer; height:21px; padding:21px 0 0 0; margin:0 6px 0 0; vertical-align:middle}
.PBP_TitleMark {width:25px; height:27px; padding:27px 0 0 0; margin:0px; vertical-align:top} /*타이틀이미지+common - colorset*/
.PBP_Outline .L .title {float:left; overflow:hidden; height:27px; margin:0px; padding:0px;}
.PBP_Outline .L .title .blank {width:1px; height:27px; vertical-align:middle}
.PBP_Outline .L .title .subtitle {float:none; overflow:hidden; height:27px; margin:0px; padding:0 0 0 7px; color:#bababa;}

.PBP_KO_write:hover, .PBP_EN_write:hover, .PBP_KO_list:hover, .PBP_EN_list:hover, .PBP_checkbox:hover, .PBP_admin:hover, .PBP_TEMP_save:hover, .PBP_KO_cancel:hover, .PBP_EN_cancel:hover, .PBP_KO_preview:hover, .PBP_EN_preview:hover, .PBP_KO_save:hover, .PBP_EN_save:hover, .PBP_KO_submit:hover, .PBP_EN_submit:hover, .PBP_KO_add_comment:hover, .PBP_EN_add_comment:hover, .PBP_Contributors:hover, .PBP_QuickB_search:hover, .PBP_KO_back:hover, .PBP_EN_back:hover {margin:1px 0 0 0;}
.PBP_checkbox {padding:7px 0 0 0; margin:0px; height:6px; width:8px;} /*모두선택*/
.PBP_admin {padding:3px 0 0 0; margin:0px; height:13px; width:11px;} /*관리자설정*/
.PBP_QuickB_search {padding:3px 0 0 0; margin:0px; height:13px; width:14px;} /*검색*/
.PBP_KO_Contributors {padding:0px 6px 3px 0; margin:0px; height:7px; width:8px;} /*상단 라이센스버튼 출력 안될 때 하단에 출력*/
.PBP_EN_Contributors {padding:0px 6px 1px 0; margin:0px; height:7px; width:8px;}
.PBP_KO_write {padding:4px 0 0 0; margin:0px; height:11px; width:33px;} /*쓰기*/
.PBP_EN_write {padding:4px 0 0 0; margin:0px; height:11px; width:49px;}
.PBP_KO_list {padding:4px 0 0 0; margin:0px; height:11px; width:25px;} /*목록*/
.PBP_EN_list {padding:6px 0 0 0; margin:0px; height:7px; width:36px;}
.PBP_TEMP_save {padding:4px 0 0 0; margin:0px; height:11px; width:25px;} /*임시저장,불러오기*/
.PBP_KO_cancel {padding:4px 0 0 0; margin:0px; height:11px; width:27px;} /*취소*/
.PBP_EN_cancel {padding:4px 0 0 0; margin:0px; height:11px; width:49px;}
.PBP_KO_back {padding:5px 0 0 0; margin:0px; height:11px; width:48px;} /*돌아가기*/
.PBP_EN_back {padding:6px 0 0 0; margin:0px; height:7px; width:58px;}
.PBP_KO_preview {padding:4px 0 0 0; margin:0px; height:11px; width:46px;} /*미리보기*/
.PBP_EN_preview {padding:4px 0 0 0; margin:0px; height:11px; width:62px;}
.PBP_KO_save {padding:4px 0 0 0; margin:0px; height:11px; width:38px;} /*저장*/
.PBP_EN_save {padding:4px 0 0 0; margin:0px; height:11px; width:42px;}
.PBP_KO_submit {padding:4px 0 0 0; margin:0px; height:11px; width:35px;} /*확인*/
.PBP_EN_submit {padding:4px 0 0 0; margin:0px; height:11px; width:53px;}
.PBP_KO_add_comment {padding:4px 0 0 0; margin:0px; height:11px; width:98px;} /*댓글저장*/
.PBP_EN_add_comment {padding:4px 0 0 0; margin:0px; height:11px; width:86px;}
/*레벨0아이콘*/
.PBP_LV0 {vertical-align:middle; margin-right:3px;}
/*버튼배경*/
.PBP_ButtonL, .PBP_ButtonR {overflow:hidden; cursor:pointer; height:20px; width:auto; padding:0px; vertical-align:middle}
.PBP_ButtonL {float:left;}
.PBP_ButtonR {float:right;}
.PBP_Ml4 {margin:0 0 0 4px;} /*왼*/
.PBP_Mr4 {margin:0 4px 0 0;} /*오*/
.PBP_BBG_L, .PBP_BBG_R {float:left; overflow:hidden; height:20px; padding:0px; margin:0px;} /*colorset*/
.PBP_BBG_M {float:left; overflow:hidden; height:20px; padding:0 4px 0 4px; margin:0px; font-family:Tahoma; font-size:.88em; line-height:180%;} /*colorset*/
/*Table*/
.PBP_Table00 {width:100%; table-layout:fixed; border-collapse:collapse; background-color:transparent; }
.PBP_NoneDocument, .PBP_LastPage {text-align:center; vertical-align:middle; font-weight:bold; line-height:200%}
/*등록된 글이 없음을 표시*/
.PBP_NoneDocument {height:250px;}
/*마지막페이지일 때*/
.PBP_LastPage {height:100px;} /*colorset*/
/*TR*/
.PBP_Tr00, .PBP_Tr01, .PBP_Tr02, .PBP_Tr03, .PBP_Tr04 { background-color:transparent; }
.PBP_Tr00 {height:24px}
.PBP_Tr00 td.PBP_docMark2, .PBP_Tr00 td.PBP_TDbin, .PBP_Tr00 td.PBP_TD01L, .PBP_Tr00 td.PBP_TD00L, .PBP_Tr00 td.PBP_TD01C, .PBP_Tr00 td.PBP_TD00C, .PBP_Tr00 td.PBP_TD01R, .PBP_Tr00 td.PBP_TD00R, .PBP_Tr00 td.PBP_AdminInput { height:24px }
.PBP_Tr01 {height:1px}
.PBP_Tr01 td, .PBP_Tr02 td { height:1px }
.PBP_Tr02 {height:1px} /*colorset*/
.PBP_Tr03, .PBP_Tr03 td.PBP_TD01L, .PBP_Tr03 td.PBP_TD01R, .PBP_Tr03 td.PBP_TD01C { height:19px }
.PBP_Tr05 {height:5px}
/*TD-목록*/
.PBP_TDbin {background-image:url("/modules/board/skins/p_board_p2/images/common/mark.gif"); background-repeat:no-repeat ; background-attachment:scroll; background-position:center center;}
.PBP_TD00L, .PBP_TD00L span, .PBP_TD00C, .PBP_TD00C span, .PBP_TD00R, .PBP_TD00R span, .PBP_TD01L, .PBP_TD01L span, .PBP_TD01C, .PBP_TD01C span, .PBP_TD01R, .PBP_TD01R span, .PBP_TitleBarSubJ, .PBP_TitleBarSubJ span, .PBP_EdiUserInfo span {overflow:hidden; white-space:nowrap; vertical-align:middle; margin:0px; padding:0px;}
.PBP_TD00L, .PBP_TD00C, .PBP_TD00R, .PBP_BlankTxt {font-family:Tahoma; font-size:xx-small; color:#acacad; vertical-align:middle}
.PBP_BlankTxt_ {color:#acacad;}
.PBP_TD01L, .PBP_TD00L {text-align:left;} /*숫자가 아닐 때,숫자만 있는 칸 - 왼쪽정렬*/
.PBP_TD01C, .PBP_TD00C {text-align:center;} /*숫자가 아닐 때,숫자만 있는 칸 - 가운데정렬*/
.PBP_TD01R, .PBP_TD00R {text-align:right;} /*숫자가 아닐 때,숫자만 있는 칸 - 오른쪽정렬*/
.PBP_TD01L span.CateSubj {float:left; overflow:hidden; height:18px; margin:0px; padding:0px; vertical-align:middle;}
.PBP_TD01L span.Title {float:left; overflow:hidden; height:18px; margin:0px; padding:3px 0 0 0; vertical-align:middle;}
.PBP_TD01L span.Secret {float:left; overflow:hidden;height:15px; margin:0 0 0 5px; padding:0px 0 0 0; vertical-align:middle;} /*colorset*/
.PBP_TDcontent {text-align:left; overflow:hidden; vertical-align:top}
.PBP_TitleBarSubJ {text-align:center; font-size:.9em; font-weight:bold;}
.PBP_AdminInput {text-align:right; vertical-align:middle;}
.PBP_TdNotice { vertical-align:middle; margin:0px; padding:6px 0 6px 0; line-height:160%; cursor:pointer; text-align:justify }
/*XE기본*/
.xe_content { display:inline; }
.contentBody .comment_popup_menu { display:none; } /*팝업메뉴*/
.file_attach_info {font-family:Tahoma; font-size:.88em; color:#ababab;} /*첨부용량설명*/
fieldset.cc_license {font-size:.9em; word-spacing:-5px;} /*리에이티브 커먼즈 코리아 저작자표시*/
/*댓글,트랙백카운트*/
.PBP_Count, .PBP_Count_New {font-family:Arial, Helvetica, sans-serif; font-size:xx-small; font-weight:bold;} /*colorset*/
/*nowrap*/
.PBP_nowrap {overflow:hidden; white-space:nowrap;}
/*번호가 없을 때 이미지마크*/
.PBP_notMark2, .PBP_docMark2 { background-repeat:no-repeat; background-attachment:scroll; background-position:center center; }
.PBP_TitleBarSubJ {background-repeat:no-repeat ; background-attachment:scroll; background-position:center center;} /*colorset*/
.PBP_notMark {background-color:transparent; width:12px; height:12px; margin:0 5px 0 0; padding:0px; vertical-align:baseline}
/*선택된 카테고리가 있으면 출력*/
.PBP_Pcate {color:#a0a4a8; margin:0px; padding:0px;}
/*마우스포인터*/
.PBP_cursor, .PBP_VMinfo .list_KO, .PBP_VMinfo .list_EN, .PBP_VMinfo .tag, .PBP_VMinfo .mail, .PBP_VMinfo .home, .PBP_VMinfo .info2, .PBP_VMinfo .info2 .info2_, .PBP_VMinfo .info1, .PBP_VMinfo .info1_, .PBP_VMinfo .secret, .PBP_VMinfo .good, .PBP_VMinfo .bad, .PBP_VMinfo .readed, .PBP_VMinfo .trackback, .PBP_VMinfo .comment_KO, .PBP_VMinfo .comment_EN, .PBP_VMinfo .reply, .PBP_VMinfo .top, .PBP_VMinfo .bottom, .PBP_VMinfo .Creply, .PBP_VMinfo .date, .PBP_SearchDiv .CoNaviTop, .PBP_SearchDiv .CoNaviTop_blog, .PBP_VMinfo .notify {cursor:pointer;}
/*에디터*/
.PBP_editorInfo_co {clear:both; overflow:hidden; height:30px; padding:10px 17px 0 0;}
.PBP_editorInfo_co .fl_inputName, .PBP_editorInfo_co .fl_inputPassW, .PBP_editorInfo_co .fl_inputEmail, .PBP_editorInfo_co .fl_inputHomeP { float:left; overflow:hidden; height:100% }
.PBP_editorInfo_co .fl_inputName {margin:1px 0 0 10px; height:16px; width:30px; padding:0 0 0 14px;} /*colorset*/
.PBP_editorInfo_co .fl_inputPassW {margin:1px 0 0 5px; height:16px; width:30px; padding:0 0 0 16px;} /*colorset*/
.PBP_editorInfo_co .fl_inputEmail, .PBP_editorInfo_co .fl_inputHomeP {margin:1px 0 0 5px; height:16px; width:50px; padding:0 0 0 17px;} /*colorset*/

.PBP_editorInfo_co .fl_inputName, .PBP_editorInfo_co .fl_inputPassW, .PBP_editorInfo_co .fl_inputEmail, .PBP_editorInfo_co .fl_inputHomeP,
.PBP_editorInfo_co_ .fl_inputName_, .PBP_editorInfo_co_ .fl_inputPassW_, .PBP_editorInfo_co_ .fl_inputEmail_, .PBP_editorInfo_co_ .fl_inputHomeP_ { font-size:.9em; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; line-height:13pt }

.PBP_editorInfo_co_ {clear:both; overflow:hidden; height:21px; padding:0px; margin:0px;}
.PBP_editorInfo_co_ .fl_inputName_ { height:16px; margin:1px 0 0 0; width:30px; padding:0 0 0 14px; } /*글쓰기 창에서-colorset*/
.PBP_editorInfo_co_ .fl_inputPassW_ { height:16px; margin:1px 0 0 2px; width:30px; padding:0 0 0 16px; } /*글쓰기 창에서-colorset*/
.PBP_editorInfo_co_ .fl_inputEmail_, .PBP_editorInfo_co_ .fl_inputHomeP_ { height:16px; margin:1px 0 0 2px; width:50px; padding:0 0 0 17px; } /*글쓰기 창에서-colorset*/
.PBP_editorInfo_co_ .fr {float:right; overflow:hidden; padding:0 8px 0 0; margin:2px 0 0 0; height:100%;}

.PBP_EdiTitle_td, .PBP_EdiCon_td, .PBP_EdiCon_td_nowrap {vertical-align:middle; text-align:left; line-height:150%;}
.PBP_EdiTitle_td {padding:2px 0 2px 0; font-weight:bold}
.PBP_EdiCon_td {padding:2px 0 2px 10px;}
.PBP_EdiCon_td_nowrap {padding:2px 0 2px 10px; white-space:nowrap; overflow:hidden}
.PBP_EdiCon_td label {vertical-align:middle;}
.PBP_Edi_input {vertical-align:middle;}
.display_date {cursor:pointer; width:80px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1em; padding:3px;  margin-right:10px;}
/* 확장 변수 폼 */
.PBP_Edi_select, .PBP_EdiCon_td select { font-size:1em; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; margin:2px 5px 0 0; padding:0px; vertical-align:middle; height:20px; } /*colorset*/
.PBP_EdiCon_td .date, .PBP_EdiCon_td .text, .PBP_EdiCon_td .tag, .PBP_EdiCon_td .homepage, .PBP_EdiCon_td .email_address, .PBP_EdiCon_td .textarea, .PBP_EdiCon_td .tel,
.PBP_EdiCon_td .address, .PBP_Edi_Wtitle { font-size:.9em; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; vertical-align:middle; }

.PBP_Edi_Wtitle, .PBP_EdiCon_td .text, .PBP_EdiCon_td .tag, .PBP_EdiCon_td .homepage, .PBP_EdiCon_td .email_address, .PBP_EdiCon_td .tel, .PBP_EdiCon_td .date, .PBP_EdiCon_td .address { height:18px; line-height:14pt; }


.PBP_EdiCon_td p {color:#a6a6a6; margin:0px; padding:0px; line-height:190%; vertical-align:top;}
.PBP_Edi_Wtitle, .PBP_EdiCon_td .text, .PBP_EdiCon_td .tag, .PBP_EdiCon_td .homepage, .PBP_EdiCon_td .email_address { width:100% }
.PBP_EdiCon_td .tel { width:50px; margin:0 7px 0 0; }
.PBP_EdiCon_td .date { width:130px }
.PBP_EdiCon_td .address { width:60%; margin:1px 10px 1px 0; }
.PBP_EdiCon_td .textarea { height:100px; line-height:14pt; }

.PBP_EdiCon_td ul { margin:0; padding:0; list-style:none; }
.PBP_EdiCon_td ul li { display:inline; margin-right:10px; }
.PBP_EdiCon_td ul li input, .PBP_EdiCon_td ul li radio { margin-right:5px; vertical-align:baseline; }
.PBP_Edi_select_manager {margin:0 5px 0 0; padding:0px; vertical-align:middle; height:20px; overflow:hidden}
.PBP_Edi_check {margin:0px; padding:0px; height:18px; vertical-align:middle;}
/* 확장 변수 아이콘 */
img.PBP_ExtraIco_12_13 {width:12px; height:13px; vertical-align:middle; margin:0px; padding:0px;}
/* 권한아이콘 출력 */
.PBP_StrBox, .PBP_StrBox_ { overflow:hidden; height:13px; width:auto; padding:0px; margin:0px; }
.PBP_StrBox { float:right; }
.PBP_StrBox_ { float:left; }
.PBP_StrText0 { float:left; overflow:hidden; height:13px; padding:2px 0 0 0; margin:0px; font-family:Arial; font-size:9px; color:#999999;  }
.PBP_StrLevel { float:left; overflow:hidden; height:6px; padding:1px 0 0 0; margin:4px 3px 0 3px; }
.PBP_StrLevel:hover { margin:2px 3px 0 3px; }
.PBP_StrAge { float:left; overflow:hidden; height:6px; padding:1px 0 0 0; margin:4px 5px 0 3px; }
.PBP_StrAge:hover { margin:2px 5px 0 3px; }
.PBP_StrBox__ { height:6px; width:auto; padding:0px; margin:0px; vertical-align:middle; }
.PBP_StrText0_ { padding:0px; margin:0px; font-family:Arial; font-size:9px; color:#999999; vertical-align:middle;  }
.PBP_StrLevel_ { height:6px; padding:0px; margin:0 0 0 3px; vertical-align:middle; }
.PBP_StrAge_ { height:6px; padding:0px; margin:0 3px 0 3px; vertical-align:middle; }

/*숨김*/
.PBP_displayN {display:none}
/* (PART) css - header */
.PBP_SkinTitle {height:27px; font-size:2.2em; font-weight:bold; vertical-align:top} /*게시판제목과 부제목+common*/
.PBP_SkinNoneTitle {height:13px; vertical-align:top} /*게시판제목과 부제목이 없을 때+common*/
.PBP_SkinTitle .L {float:none; width:auto; vertical-align:top; height:100%; } /* +common*/
.PBP_SkinTitle .L img.Title {height:23px; padding:0px; margin:2px 0 0 0; vertical-align:top; vertical-align:top} /* +common*/
.PBP_SkinTitle .R {overflow:hidden; margin:0px; padding:13px 0 0 0; white-space:nowrap;}
.PBP_SkinTitle .R, .PBP_SkinNoneTitle .R {float:right; width:280px; vertical-align:top; height:100%;} /* +common*/
.PBP_SkinNoneTitle .L {float:none; overflow:hidden; width:auto; vertical-align:bottom; height:100%; font-family:Tahoma; font-weight:bold; font-size:.9em;} /* 총 게시물수 */
/* (PART) css - comment */
.PBP_comment_mark0, .PBP_comment_mark1 { width:24px; height:12px; vertical-align:middle; cursor:pointer; }
.PBP_comment_mark2 {width:23px; height:12px; vertical-align:middle; cursor:pointer;}
.PBP_comment_depth {padding-top:2px; padding-right:0px; padding-bottom:0px;}
/* (PART) css - list */
/*정렬막대기*/
.PBP_SortBar {clear:both; overflow:hidden; padding:5px 0 0 0; margin:0px; white-space:nowrap; vertical-align:top; height:15px;} /*colorset*/
.PBP_SortBar .L_mark1, .PBP_SortBar .L_mark2 {float:left; overflow:hidden; height:4px; padding:3px 0 0 0; background-color:#FFFFFF}
.PBP_SortBar .L_mark1 {width:2px; margin:1px 7px 0 3px;}
.PBP_SortBar .L_mark2 {width:4px; margin:1px 0 0 4px;}
.PBP_SortBar .L_selectAll_EN, .PBP_SortBar .L_sort_EN, .PBP_SortBar .L_selectAll_KO, .PBP_SortBar .L_sort_KO {float:left; overflow:hidden; height:10px; padding:10px 0 0 0; margin:0 3px 0 0;}
.PBP_SortBar .L_category_EN, .PBP_SortBar .L_category_KO {float:left; overflow:hidden; height:11px; padding:11px 0 0 0; margin:0 3px 0 0;}
.PBP_SortBar .L_selectAll_EN:hover, .PBP_SortBar .L_selectAll_KO:hover, .PBP_SortBar .L_category_EN:hover, .PBP_SortBar .L_category_KO:hover {margin:1px 3px 0 1px;} /*colorset*/
.PBP_SortBar .R_mark {float:right; overflow:hidden; width:2px; height:4px; padding:3px 0 0 0; margin:1px 5px 0 5px; background-color:#FFFFFF}
.PBP_SortBar .R_date_EN, .PBP_SortBar .R_lastUp_EN, .PBP_SortBar .R_views_EN, .PBP_SortBar .R_votes_EN, .PBP_SortBar .R_date_KO, .PBP_SortBar .R_lastUp_KO, .PBP_SortBar .R_views_KO, .PBP_SortBar .R_votes_KO, .PBP_SortBar .R_reset {float:right; overflow:hidden; height:10px; padding:10px 0 0 0; margin:0 0 0 3px; cursor:pointer}
.PBP_SortBar .R_date_EN:hover, .PBP_SortBar .R_lastUp_EN:hover, .PBP_SortBar .R_views_EN:hover, .PBP_SortBar .R_votes_EN:hover, .PBP_SortBar .R_date_KO:hover, .PBP_SortBar .R_lastUp_KO:hover, .PBP_SortBar .R_views_KO:hover, .PBP_SortBar .R_votes_KO:hover, .PBP_SortBar .R_reset:hover {margin:1px 1px 0 3px;}
.R_reset2 {width:8px; height:8px; padding:8px 0 0 20px; margin:0px; cursor:pointer}
.R_reset2:hover {margin:1px 1px 0 0px; cursor:pointer}
/*order icon*/
.PBP_order_common1 {float:right; overflow:hidden; height:10px; padding:10px 0 0 0; margin:0 0 0 2px;}
.PBP_order_common2 {margin:0px; padding:0 0 1px 2px; width:6px; height:7px;}
/*페이지네비게이션*/
.PBP_PageNavi {float:right; overflow:hidden; width:auto; height:21px; margin:0px; padding:0px}
.PBP_PageNavi .PBP_FirstP, .PBP_PageNavi .PBP_LastP {float:left; overflow:hidden; width:10px; height:15px; padding:2px 7px 2px 7px; margin:0 0 0 3px; cursor:pointer; border:1px solid #FFFFFF}
.PBP_PageNavi .PBP_FirstP {background:url("/modules/board/skins/p_board_p2/images/common/bottomGotoFirst.gif") no-repeat center center;}
.PBP_PageNavi .PBP_LastP {background:url("/modules/board/skins/p_board_p2/images/common/bottomGotoLast.gif") no-repeat center center;}
.PBP_PageNavi .PBP_PageNaviOn, .PBP_PageNavi .PBP_PageNaviOff {float:left; overflow:hidden; width:auto; height:15px; padding:2px 7px 2px 7px; margin:0 0 0 3px; font-family:Tahoma; font-size:.8em; cursor:pointer;}
.PBP_PageNavi .PBP_PageNaviOn {font-weight:bold;} /*colorset*/
.PBP_PageNavi .PBP_PageNaviOff {border:1px solid #FFFFFF}
.PBP_PageNavi .PBP_Gap {float:left; overflow:hidden; width:1px; height:15px; padding:15px 0 0 0; margin:0 0 0 2px; border:1px solid #FFFFFF;} /*colorset*/
.PBP_SearchDiv .CoNaviTop { width:6px; height:7px; margin:0px; padding:2px 10px 2px 7px}
.PBP_SearchDiv .CoNaviTop_blog { width:6px; height:7px; margin:0px; padding:2px 17px 2px 0}
/*검색창*/
.PBP_SearchDiv {float:left; overflow:hidden; width:255px; height:21px; margin:0px; padding:0px;}

.PBP_SearchOL {clear:both; overflow:hidden; height:20px; margin:30px 0 0 0; padding:0px; text-align:center; vertical-align:baseline}
.PBP_SearchOL .PBP_InputTypeT {height:13px; width:150px; margin:0px; padding:1px 3px 1px 3px; font-size:.9em; vertical-align:baseline} /*colorset*/
.PBP_SearchOL select.search_target {margin:0 2px -1px 0px; padding:0 0 1px 0; font-size:.9em; vertical-align:baseline; border:0px solid #ffffff;}
.PBP_SearchOL .PBP_EN_search, .PBP_SearchOL .PBP_KO_search, .PBP_SearchOL .PBP_EN__cancel, .PBP_SearchOL .PBP_KO__cancel, .PBP_SearchOL .PBP_EN_searchNext, .PBP_SearchOL .PBP_KO_searchNext, .PBP_SearchOL .Written {padding:2px 3px 2px 3px; margin:0px 0 -4px 5px; height:11px; cursor:pointer; font-size:.9em; vertical-align:baseline}
.PBP_SearchOL .PBP_EN_search {width:51px;}
.PBP_SearchOL .PBP_KO_search {width:38px;}
.PBP_SearchOL .PBP_EN__cancel {width:49px;}
.PBP_SearchOL .PBP_KO__cancel {width:27px;}
.PBP_SearchOL .PBP_EN_searchNext {width:82px;}
.PBP_SearchOL .PBP_KO_searchNext {width:56px;}
.PBP_SearchOL .Written {width:22px;}
/*타이틀바 카테고리div*/
.PBP_CATE_EN, .PBP_CATE_KO {float:left; overflow:hidden; height:11px; margin:0px; padding:0px; vertical-align:top; white-space:nowrap; cursor:pointer} /*colorset*/
/*카테고리출력토글*/
.PBP_ListCate {clear:both; overflow:hidden; margin:0px; padding:10px; margin:0px; background-color:#FFFFFF; height:inherit; line-height:180%;} /*colorset*/
.PBP_ListCate_depth {background-color:transparent; width:9px; height:9px; margin:0 7px 0 18px; padding:0px; vertical-align:baseline}
.PBP_ListCate_span {font-weight:bold}
.PBP_CateON {font-weight:bold; font-size:1.2em}
/* (PART) css - tag_list */
.tagsBox { border:1px solid #EEEEEE; padding:10px; overflow:hidden;}
.tags { width:100%; }
.tags img.TAG {width:22px; height:12px; float:left; padding:6px 0 0 0; margin-right:10px; overflow:hidden;}
.tags div { float:left; padding:2px; margin-right:10px; overflow:hidden; white-space:nowrap; height:20px;}
.tags div a { text-decoration:none; color:#555555; line-height:150%;}
.tags div a:hover { background-color:#888888; color:#FFFFFF;}
.tags .tagTypeA a { color:#fe3614; font-weight:bold; font-size:12pt; background-color:#EFEFEF; margin:0;}
.tags .tagTypeB a { color:#fe3614; font-size:11pt; margin:0;}
.tags .tagTypeC a { font-weight:bold; font-size:11pt; margin:0; background-color:#EFEFEF;}
.tags .tagTypeD a { font-weight:bold; margin:0; background-color:#EFEFEF;}
.tags .tagTypeE a { font-weight:normal; margin:0;}
/* (PART) css - trackback */
.PBP_GoBolg {width:16px; height:16px; margin:0 5px 0 0; padding:0px; vertical-align:middle}
/* (PART) css - view_document */
/*TD-내용*/
.PBP_content {padding-bottom:9px; vertical-align:top;}
.PBP_contentON {padding-bottom:9px; padding-top:2px; vertical-align:top;}
.PBP_management {color:#808082;}
/*확장변수*/
.PBP_ExtraTd1 {height:15px; padding:0 0 2px 0; vertical-align:middle; text-align:left; line-height:150%}
.PBP_ExtraTd1 .DivClear {clear:both; overflow:hidden; height:22px; margin:0px; padding:0px}
.PBP_ExtraTd1 .DivInline {display:inline; margin:0px; padding:0px}
.PBP_ExtraTd1 strong, .PBP_ExtraSubj {margin:0 15px 0 0}
.PBP_ExtraLeft {padding-right:10px}
.PBP_ExtraRight {padding-left:10px}
.PBP_ExtraCLEAR {clear:both; overflow:hidden; margin:0px; padding:0px; height:17px; font-weight:bold}
/*제목아이콘*/
.PBP_sjHead2 {float:left; overflow:hidden; vertical-align:middle; width:24px; height:18px; margin:0px; padding:0px}
/*비밀글일 때*/
.PBP_secretCon {height:200px; margin:100px 0 0 0;} /* +common*/
.PBP_secretCon p {margin:0 0 15px 0; padding:0px; font-weight:bold;}
.PBP_secretCon div.submit {width:185px; height:20px; clear:both; overflow:hidden;}
.PBP_password {height:18px; width:185px}
/*회원정보토글*/
.PBP_VMinfo {clear:both; overflow:hidden; margin:6px 0 6px 0; padding:0px; height:14px; vertical-align:top}
.PBP_VMinfo .info2 {width:50px} /*경험치 막대기*/
.PBP_VMinfo .fl, .PBP_VMinfo .fl_p0, .PBP_VMinfo .fr {overflow:hidden; height:14px; margin:0px;}
.PBP_VMinfo .fl {float:left; padding:13px 0 0 0;}
.PBP_VMinfo .fl_p0 {float:left; padding:0px;}
.PBP_VMinfo .fr {float:right; padding:13px 0 0 0;}
.PBP_VMinfo .fl:hover, .PBP_VMinfo .fr:hover {margin:1px 0 0 0}
.PBP_VMinfo .expand {background:url("/modules/board/skins/p_board_p2/images/common/expand.gif") no-repeat 0 0; width:18px; cursor:pointer;}
.PBP_VMinfo .del {background:url("/modules/board/skins/p_board_p2/images/common/del.gif") no-repeat 0 0; width:18px; cursor:pointer;}
.PBP_VMinfo .edit {background:url("/modules/board/skins/p_board_p2/images/common/edit.gif") no-repeat 0 0; width:18px; cursor:pointer;}
.PBPmenu_expand .title {font-weight:bold; margin-right:5px}
.PBPmenu_expand .checkbox {margin-right:2px; vertical-align:middle}
.PBPmenu_expand .button {margin-left:5px; vertical-align:middle}
.PBPmenu_expand {clear:both; overflow:hidden; height:auto; margin:0 0 5px 0; padding:10px;} /*colorset*/
.PBPmenu_expand2 {clear:both; overflow:hidden; height:auto; margin:1px 0 0 0; padding:10px} /*colorset*/
.PBPmenu_expand .txt_small {font-family:Tahoma; font-size:x-small; color:#808082;}
.PBPmenu_expand .line1 {margin:0px; padding:0px;}
.PBPmenu_expand .line2 {margin:10px 0 0 0; padding:0px;}
.PBPmenu_expand .line3 {margin:10px 0 0 0; padding:0 0 0 20px; color:#ababab; line-height:150%}
.PBPmenu_expand .txt {margin:0 20px 0 5px; padding:0px; color:#808082;}
.PBP_signature {clear:both; overflow:hidden; margin:0px; padding:0px; height:auto; color:#a0a4a8; line-height:150%}
.PBP_ProfileImg {margin:0 10px 10px 0; float:left; overflow:hidden; padding:4px; border:1px solid #CCCCCC; display:inline;}
.PBP_Viewcount {float:left; overflow:hidden; font-family:Arial, Helvetica, sans-serif; font-size:x-small; height:13px; padding:0 1px 2px 0; margin:0 0 0 4px; color:#808082;}
.PBP_CoDate {float:left; overflow:hidden; font-family:Arial, Helvetica, sans-serif; font-size:x-small; height:13px; padding:0 1px 2px 0; margin:0 0 0 4px; color:#ababab;}
/* 게시물의 팝업 메뉴 */
.document_popup_menu {display:none;}
.PBP_VMinfo .popup_menu0 {background:url("/modules/board/skins/p_board_p2/images/common/document_menu.gif") no-repeat right 0; width:79px; cursor:pointer}
.PBP_VMinfo .popup_menu1 {background:url("/modules/board/skins/p_board_p2/images/common/document_menu2.gif") no-repeat right 0; width:32px; cursor:pointer}
.PBP_VMinfo .popup_menu2 { float:right; overflow:hidden; height:13px; width:37px; padding:0 0 0 10px; margin:0px; cursor:pointer}

.PBP_coD {clear:both; overflow:hidden; height:15px; margin:0px; padding:0px; font-family:Tahoma; font-size:.8em;}
.PBP_coD .fl {float:left; vertical-align:middle; margin:0 8px 0 0; padding:0px; height:15px;}
/*자료목록*/
.PBP_TD_FileList {text-align:left; padding:0 0 0 10px;}
.PBP_TD_FileList, .PBP_TD_FileList span {overflow:hidden; white-space:nowrap; vertical-align:middle; margin:0px;}
.PBP_FileFont0 {font-family:Tahoma; font-size:.9em; font-weight:bold}
.PBP_FileFont1 {font-size:.9em;}
.PBP_FileFont2 {font-weight:bold}
.PBP_FileFont3 {font-family:Tahoma; font-size:.9em;}
.PBP_FileFont4 {font-weight:bold; text-decoration:line-through}
.PBP_FileFont5 {font-size:.9em; font-weight:bold}
.PBP_bgFFFFFF {background-color:#FFFFFF}
/*자료목록 - 토글*/
.PBP308_FileList { clear:both; overflow:hidden; margin:0px; padding:0px; }
/*첨부자료 아이콘*/
.PBP_FilesICO {width:16px; height:16px; vertical-align:middle; margin:0 3px 0 0; padding:0px;}
.PBP_FilesFont {color:#ababab; font-size:.8em; font-family:Tahoma}
.PBP_FilesFont_ {color:#ababab;}
/*메세지 출력*/
.PBP_Message { float:left; overflow:hidden; width:59%; height:130px; margin:0 0 70px 0; padding:100px 0 0 0; text-align:right; line-height:500%; }
.PBP_Message_ { clear:both; overflow:hidden; height:80px; margin:0px 0 10px 0; padding:20px 0 0 0; text-align:center; line-height:250%; font-weight:bold; }
.PBP_Message__ { clear:both; overflow:hidden; height:80px; margin:0px 0 60px 0; padding:70px 0 0 0; text-align:center; line-height:250%; font-weight:bold; }
/*상담확인도장*/
.PBP_Stamp, .PBP_Stamp_ {overflow:hidden; width:95px; height:60px; padding:36px 0 0 0; text-align:center; font-family:Tahoma; font-size:.9em; color:#888889; line-height:110%}
.PBP_Stamp {float:left; display:inline; margin:0 15px 0 0;}
.PBP_Stamp_ {float:right; margin:10px 0 10px 0;}
.PBP_Stamp_NEW, .PBP_Stamp_REVIEWING, .PBP_Stamp_POSTPONED, .PBP_Stamp_COMPLETE, .PBP_Stamp_END {background-repeat:no-repeat;background-attachment:scroll;background-position:left top;}
.PBP_Stamp_NEW {background-image:url("/modules/board/skins/p_board_p2/images/common/action/NEW.gif");}
.PBP_Stamp_REVIEWING {background-image:url("/modules/board/skins/p_board_p2/images/common/action/REVIEWING.gif");}
.PBP_Stamp_POSTPONED {background-image:url("/modules/board/skins/p_board_p2/images/common/action/POSTPONED.gif");}
.PBP_Stamp_COMPLETE {background-image:url("/modules/board/skins/p_board_p2/images/common/action/COMPLETE.gif");}
.PBP_Stamp_END {background-image:url("/modules/board/skins/p_board_p2/images/common/action/END.gif");}
/*권한표시*/
.PBP_GrantVfont {margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:.9em; color:#ababab;}
/* (PART) css - write_form */
.PBP_GrantWfont {clear:both; overflow:hidden; margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:.9em; color:#ababab;}
/* (PART) css - help.html */
p.PBP_Gfont { line-height:150%; margin:8px 0 0 0; padding:0px; }
.PBP_SOS_List, .PBP_SOS_ListDo {clear:both; overflow:hidden; padding:2px 0 3px 0; margin:0px; white-space:nowrap; height:19px; line-height:150%; cursor:pointer; text-align:left} /*목차 - colorset*/
/*그림자동출력*/
.PBP_PrintImg {margin:0 5px 10px 5px; vertical-align:middle}
/* (PART) style - forum */
/*마지막댓글*/
.PBP_L_updater_Date, .PBP_L_updater_Hour {font-family:Tahoma; font-size:.8em; padding:0px; margin:0px;}
.PBP_L_updater_Date {color:#999999; vertical-align:middle}
.PBP_L_updater_Hour, .PBP_L_updater {color:#acacad; vertical-align:middle}
/* (PART) style - gallery */
.PBP_GAL_Outline {clear:both; overflow:visible; margin:0px; padding-top:0px; padding-bottom:0px; padding-right:0px;}
.PBP_GAL_Outline .cell {float:left; overflow:visible; display:inline; padding:0px; display:block; margin-left:0px; margin-bottom:0px; margin-top:10px; cursor:pointer}
.PBP_GAL_Outline .cell ul {clear:both; overflow:hidden; padding:0px; margin:0px; text-align:center}
.PBP_GAL_Outline .cell ul li.thumbnail {clear:both; overflow:hidden; padding:0px; margin:0 0 7px 0; list-style-type:none; vertical-align:top}
.PBP_GAL_Outline .cell ul li.thumbnail .line01 {clear:both; overflow:hidden; padding:0px; margin:0px; text-align:left; height:21px;}
.PBP_GAL_Outline .cell ul li.thumbnail .line02 {clear:both; overflow:hidden; padding:0px; margin:0px;}
.PBP_GAL_Outline .cell ul li.line1, .PBP_GAL_Outline .cell ul li.line2 {clear:both; overflow:hidden; margin:0px; padding:0px; height:20px; list-style-type:none; white-space:nowrap; vertical-align:middle;}
.PBP_GAL_Outline .cell ul li.line2 {font-family:Tahoma; font-size:.9em; color:#bababa;}
.PBP_GAL_Clear {clear:both; overflow:hidden; height:1px; margin:0px; padding:0px;}
/* (PART) style - list */
/*상담상태아이콘*/
.PBP_consul_ICO_, .PBP_consul_ICO__ { padding:0px; margin:0px; height:13px; cursor:pointer; vertical-align:text-top }
.PBP_consul_ICO_ { width:13px; }
.PBP_consul_ICO__ { width:4px; }
.PBP_consul_Notice { width:39px; height:7px; padding:0px; margin:0px; cursor:pointer; }
.PBP_consul_Date, .PBP_consul_Hour {font-family:Tahoma; font-size:.8em; padding:0px; margin:0 0 0 10px; cursor:pointer; vertical-align:text-top}
.PBP_consul_Date {color:#999999;}
.PBP_consul_Hour {color:#acacad;}
/*권한표시*/
.PBP_GrantLfont {margin:0px; padding:0px; font-family:Tahoma; font-size:.8em; color:#ababab;}
/* (PART) style - .webzine */
.PBP_WZ_thumbnail01, .PBP_WZ_thumbnail02 {background-repeat:no-repeat;background-attachment:scroll;background-position:center center; margin:0px; padding:2px; vertical-align:top; text-align:left;} /*colorset*/
.PBP_WZ_Con {clear:both; overflow:hidden; color:#bababa; line-height:150%; padding:0px 0 0 0; margin:0px; cursor:pointer;}
.PBP_WZ_IMGtag {width:22px; height:12px; margin:0 5px 0 0; vertical-align:middle}
.PBP_WZ_TAGcolor {color:#bababa;}
.PBP_WZ_noimageEN {background-image:url("/modules/board/skins/p_board_p2/images/common/noimageEN.gif");}
.PBP_WZ_noimageKO {background-image:url("/modules/board/skins/p_board_p2/images/common/noimageKO.gif");}
.PBP_WZ_secretEN {background-image:url("/modules/board/skins/p_board_p2/images/common/secretEN.gif");}
.PBP_WZ_secretKO {background-image:url("/modules/board/skins/p_board_p2/images/common/secretKO.gif");}
.PBP_WZ_notGrant {background-image:url("/modules/board/skins/p_board_p2/images/common/grant.gif");}

/* (PART) MEMBER INFO */
.PBP_Outline .BoardInfo { clear:both; overflow:hidden; margin:0px; padding:0px height:auto; text-align:left; }
.PBP_Outline .BoardInfo div { list-style:none; margin:0px; vertical-align:top; line-height:150%; height:auto }
.PBP_Outline .BoardInfo div.left { float:left; overflow:hidden; font-weight:bold; padding:2px 5px 2px 5px; width:100px } /* colorset */
.PBP_Outline .BoardInfo div.right { float:none; overflow:hidden; width:auto; border:1px solid transparent; padding:2px 2px 2px 10px; color:#666666; }
.PBP_Outline .BoardInfo .on, .PBP_SOS_List .on, .PBP_SOS_ListDo .on { background-color:#FFCC00; color:#FF0000; font-weight:bold }
.PBP_Outline .BoardInfo div p { padding:0px; margin:0 0 4px 0; }
.PBP_Outline .C_a0a4a8 { color:#a0a4a8 }


/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/

/* Default Skin - Start */
#selectLang { margin:0; padding:0; }
#gnb { margin:0; padding:0; }
#lnb { margin:0; padding:0; }
#lnb ul { margin:0; padding:0; }

/* Site Layout - Body Wrap */
body {background:none) no-repeat center; position:relative; }
#bodyWrap { width:1000px; margin:0em auto 0 auto; }

/* Site Layout - Header */
#header { position:relative; width:1000px; height:340px; margin-bottom:-3px; z-index:99;}
#header h1 { margin:0; padding:0; position:absolute; top:32px; left:25px;}
#language { position:absolute; top:18px; right:19px; z-index:100;}
#language strong { color:#ffffff; 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 #b23628; background:#de4332;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#ffffff; text-decoration:none;}
#language ul li a:hover { background:#bc4032;}

#it_search_form { position:absolute; top:50px; right:15px;}
#it_search_form .input { border:1px solid #bc4032; height:17px; width:120px; color:#888888; font-size:.9em;} 
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }

#gnb { position:absolute; top:82px; left:0; height:38px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
#gnb li { float:left; list-style:none; background:url("/layouts/buddha_sub05_5/images/default/bgGnbVr.gif") no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:13px 15px 0 15px; height:25px; color:#e8e8e8; white-space:nowrap; text-decoration:none; }
#gnb li a:hover,
#gnb li a:focus { color:#ffffff;}
#gnb li.on a { font-weight:bold; color:#ffffff; background:url("/layouts/buddha_sub05_5/images/default/bgGnbOn.gif") no-repeat center top;}

#isSearch { position:absolute; top:48px; right:15px; width:214px; text-align:right;}
#isSearch .searchOrder { display:none;}
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:14px; background:url("/layouts/buddha_sub05_5/images/default/bgSearchTerm.gif") no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff; line-height:normal;}
*:first-child+html #isSearch .checked { top:1px; }
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #919898; background:#536c6d;}
#isSearch ul li { width:67px; height:18px; list-style:none; }
#isSearch ul li input { display:none;}
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff;}
#isSearch ul li label.on { background:#455a5b; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#455a5b;}
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#ffffff; border:1px solid #8E8E8D; background-color:#857C79; }
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:1px solid #B0B0AF; background-color:#A9A4A3; }
*:first-child+html body#default #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}
*:first-child+html body#default #isSearch .submit { position:relative; top:-1px;}

/* Site Layout - Content Body */
#contentBody { position:relative; width:1000px; padding-bottom:30px; overflow:hidden; border-bottom:1px inset #dddddd;}

/* Site Layout - Column Left */
#columnLeft { position:relative; width:233px; float:left; overflow:hidden; margin:0 0 0 0; padding:10px 0 0 0;}
#columnLeft .mask { width:233px; height:0px; background:#ffffff; display:block; clear:both;}

#lnb { border-top:1px solid #dddddd; padding:4px 5px; width:190px;}
#lnb li { padding-bottom:4px; list-style:none; }
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #e8e8e8; background:url("/layouts/buddha_sub05_5/images/default/bgLnbOff.gif") repeat-x; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;}
#lnb li a:hover,
#lnb li a:focus { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a { color:#ffffff; background:#de4332; border:1px solid #de4332;}
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold;}
#lnb li ul { display:block; position:relative; width:184px; padding:0 3px; border-top:1px solid #ffffff; overflow:hidden;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url("/layouts/buddha_sub05_5/images/default/bulletLnb.gif") no-repeat 175px center  !important;}

/* Site Layout - Column Center / Right */
#columnCenter { position:relative; width:764px; overflow:hidden;}
#visualArea { width:754px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
#columnCenterLeft { position:relative; width:650px; float:left; overflow:hidden;}
#culumnCenterRight { position:relative; width:109px; float:right; overflow:hidden;}
#content { width:100%; overflow:hidden;}

/* Site Layout - Footer */
#footertop { margin:0; padding:0; text-align:center; padding:0 0 0; clear:both;}
#footer { margin:0; padding:0; text-align:center; padding:0 0 0; clear:both;}
#footer li { display:inline; padding:0 0 0 0; background:url("/./edi/images/sub_page_bottom_bg.gif") no-repeat left center;}
#footer li.first-child { background:none; margin:0 0 0 0; color:#645f5f; font:1em "돋움", Dotum, Sans-serif;}
#footer li.first-child2 { background:none; margin:5px 0 0 0; color:#645f5f; font:.9em "돋움", Dotum, Sans-serif;}
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
#footer li address { display:inline; }

/* Default Skin - End */

/* (PART) skin outline */
.PBP_Base_font, .PBP_Edi_input, .PBP_Edi_select, .PBP_EdiCon_td select, .contentBody .xe_content,
.PBP_FileFont1, .PBP_FileFont1 A:visited, .PBP_FileFont1 A:link, .PBP_FileFont1 A:hover {color:#3d5f82;}
.PBP_Base_font A:visited, .PBP_Base_font A:link, .PBP_Base_font A:hover, .PBP_FontColor02 {color:#728798;}
/* (PART) css - common */
/*라인-color*/
.PBP_Line00, .PBP_Line00_, .PBP_Line00__, .PBP_Line00___, .PBP_Line00____ {BACKGROUND-COLOR:#e0e2e4;}
.PBP_SortBar, .PBP_SOS_List, .PBP_Tr02, .PBP_Line02, .PBP_Line02_, .PBP_Line02__, .PBP_Line02___, .PBP_Line00_____, .PBP_Line02____ {BACKGROUND-COLOR:#e6ecf3;}
.PBP_Line01, PBP_Line01_ {BACKGROUND-COLOR:#dae2e9;}
/*글씨색*/
.PBP_SOS_List {color:#376c94;}
/*가장진한 글씨색*/
.PBP_FontColor01, .PBP_moveOver,
.PBP_colorDark, .PBP_colorDark A:visited, .PBP_colorDark A:link, .PBP_colorDark A:hover,
.PBP_FileFont5, .PBP_FileFont5 A:visited, .PBP_FileFont5 A:link, .PBP_FileFont5 A:hover {color:#0000CC}
/*버튼, 마크이미지*/
.PBP_QuickB_typeG {background:url("/modules/board/skins/p_board_p2/images/skyblue/typeGallery.gif") no-repeat 0 0; width:13px;} /*갤러리*/
.PBP_QuickB_typeW {background:url("/modules/board/skins/p_board_p2/images/skyblue/typeWebzine.gif") no-repeat 0 0; width:13px;} /*웹진*/
.PBP_QuickB_typeL {background:url("/modules/board/skins/p_board_p2/images/skyblue/typeList.gif") no-repeat 0 0; width:13px;} /*리스트*/
.PBP_QuickB_typeT {background:url("/modules/board/skins/p_board_p2/images/skyblue/iconAllTags.gif") no-repeat 0 0; width:13px;} /*태그*/
.PBP_QuickB_typeR {background:url("/modules/board/skins/p_board_p2/images/skyblue/iconRss.gif") no-repeat 0 0; width:13px;} /*RSS*/
.PBP_QuickB_typeC {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonContributors.gif") no-repeat 0 0; width:13px;} /*스킨정보*/
.PBP_QuickB_typeH {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonHelp.gif") no-repeat 0 0; width:13px;} /*관리자도움말*/
.PBP_QuickB_typeM {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonBoardInfo.gif") no-repeat 0 0; width:13px;} /*회원정보*/
.PBP_QuickB_typeIn {background:url("/modules/board/skins/p_board_p2/images/skyblue/in.gif") no-repeat 0 0; width:16px;} /*로그인*/
.PBP_QuickB_typeOut {background:url("/modules/board/skins/p_board_p2/images/skyblue/out.gif") no-repeat 0 0; width:23px;} /*로그아웃*/
.PBP_QuickB_typeJoin {background:url("/modules/board/skins/p_board_p2/images/skyblue/join.gif") no-repeat 0 0; width:27px;} /*회원가입*/
.PBP_QuickB_typeInfo {background:url("/modules/board/skins/p_board_p2/images/skyblue/info.gif") no-repeat 0 0; width:27px;} /*회원정보*/
.PBP_QuickB_typeWEN {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_EN/writeTOP.gif") no-repeat 0 0; width:53px;} /* 쓰기버튼 */
.PBP_QuickB_typeWKO {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_KO/writeTOP.gif") no-repeat 0 0; width:38px;} /* 쓰기버튼 */
.PBP_TitleMark {background:#FFFFFF url("/modules/board/skins/p_board_p2/screenshot/skyblue.gif") no-repeat 0 0;}
/*버튼배경*/
.PBP_BBG_L {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonBG/left.gif") no-repeat 0 0; width:6px;}
.PBP_BBG_M {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonBG/middle.gif") repeat-x 0 0; width:auto;}
.PBP_BBG_R {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonBG/right.gif") no-repeat 0 0; width:6px;}
/*마우스오버*/
.PBP_Mover00 {BACKGROUND-COLOR:#eceef5;}
.PBP_Mover01 {BACKGROUND-COLOR:#e0e7f3;}
.PBP_Mover02 {BACKGROUND-COLOR:#e5e9f4;}
.PBP_Mover03 {BACKGROUND-COLOR:#dae2e9;}
.PBP_Mover04 {BACKGROUND-COLOR:#e6ecf3;}
.PBP_Mover05 {BACKGROUND-COLOR:#c2d2d7;}
.PBP_FontColor00 {color:#6186b4;}
/*TD-목록*/
.PBP_TD01L span.Secret {background:url("/modules/board/skins/p_board_p2/images/skyblue/admin0.gif") no-repeat 0 2px; width:11px;} /*게시물이 비밀글일때*/
/*댓글,트랙백카운트*/
.PBP_Count {color:#a3b0c0;}
.PBP_Count_New {color:#376c94}
/*번호가 없을 때 이미지마크*/
.PBP_notMark2 { background-image:url("/modules/board/skins/p_board_p2/images/skyblue/notice.gif") }
.PBP_docMark2 { background-image:url("/modules/board/skins/p_board_p2/images/skyblue/document.gif") }
/*에디터*/
.PBP_editorInfo_co .fl_inputName, .PBP_editorInfo_co_ .fl_inputName_, .PBP_editorInfo_co .fl_inputPassW, .PBP_editorInfo_co_ .fl_inputPassW_, .PBP_editorInfo_co .fl_inputEmail, .PBP_editorInfo_co_ .fl_inputEmail_, .PBP_editorInfo_co .fl_inputHomeP, .PBP_editorInfo_co_ .fl_inputHomeP_ {border:0px; border-bottom:1px solid #c2d2d7; border-top:1px solid #c2d2d7;}
.PBP_editorInfo_co .fl_inputName, .PBP_editorInfo_co_ .fl_inputName_ {background:#e6ecf3 url("/modules/board/skins/p_board_p2/images/skyblue/icon/info1.gif") no-repeat 0 1px;}
.PBP_editorInfo_co .fl_inputPassW, .PBP_editorInfo_co_ .fl_inputPassW_ {background:#e6ecf3 url("/modules/board/skins/p_board_p2/images/skyblue/admin0.gif") no-repeat 0 1px;}
.PBP_editorInfo_co .fl_inputEmail, .PBP_editorInfo_co_ .fl_inputEmail_ {background:#e6ecf3 url("/modules/board/skins/p_board_p2/images/skyblue/icon/mail.gif") no-repeat 0 1px;}
.PBP_editorInfo_co .fl_inputHomeP, .PBP_editorInfo_co_ .fl_inputHomeP_ {background:#e6ecf3 url("/modules/board/skins/p_board_p2/images/skyblue/icon/home.gif") no-repeat 0 1px;}

.PBP_Edi_input {BACKGROUND-COLOR:#e6ecf3; border:0px; border-bottom:1px solid #c2d2d7; border-top:1px solid #c2d2d7;}
.PBP_Edi_select {BACKGROUND-COLOR:#e6ecf3; border:1px solid #c2d2d7;}
.PBP_SearchOL .PBP_InputTypeT, .PBP_SearchOL .border {border:1px solid #c2d2d7;}
/* 확장 변수 폼 */
.PBP_EdiCon_td .date, .PBP_EdiCon_td .text, .PBP_EdiCon_td .homepage, .PBP_EdiCon_td .email_address, .PBP_EdiCon_td .textarea, .PBP_EdiCon_td .tel, .PBP_EdiCon_td .tag {border:0px; border-bottom:1px solid #c2d2d7; border-top:1px solid #c2d2d7; padding:0 0 0 20px; color:#3d5f82;}
.PBP_EdiCon_td .date {background:#e6ecf3 url("/modules/board/skins/p_board_p2/images/skyblue/icon/calendar.gif") no-repeat 0 2px;}
.PBP_EdiCon_td .text {background:#e6ecf3 url("/modules/board/skins/p_board_p2/images/skyblue/icon/reply.gif") no-repeat 0 3px;}
.PBP_EdiCon_td .homepage {background:#e6ecf3 url("/modules/board/skins/p_board_p2/images/skyblue/icon/home.gif") no-repeat 0 2px;}
.PBP_EdiCon_td .email_address {background:#e6ecf3 url("/modules/board/skins/p_board_p2/images/skyblue/icon/mail.gif") no-repeat 0 2px;}
.PBP_EdiCon_td .textarea {background:#e6ecf3 url("/modules/board/skins/p_board_p2/images/skyblue/icon/views.gif") no-repeat 0 3px;}
.PBP_EdiCon_td .tel {background:#e6ecf3 url("/modules/board/skins/p_board_p2/images/skyblue/icon/tel.gif") no-repeat 0 2px;}
.PBP_EdiCon_td .tag {background:#e6ecf3 url("/modules/board/skins/p_board_p2/images/skyblue/icon/tag.gif") no-repeat 0 4px;}
.PBP_EdiCon_td .address {border:0px; border-bottom:1px solid #c2d2d7; border-top:1px solid #c2d2d7; padding:0px; color:#3d5f82; background-color:#e6ecf3}
/* (PART) css - help */
.PBP_SOS_Cont0 {border:4px solid #3d5f7f}
/* (PART) css - list */
/*정렬막대기*/
.PBP_SortBar .L_selectAll_EN {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_EN/select_all.gif") no-repeat 0 0; width:72px; cursor:pointer;}
.PBP_SortBar .L_sort_EN {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_EN/sort.gif") no-repeat 0 1px; width:24px;}
.PBP_SortBar .R_date_EN {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_EN/date.gif") no-repeat 0 1px; width:24px;}
.PBP_SortBar .R_lastUp_EN {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_EN/last_update.gif") no-repeat 0 1px; width:64px;}
.PBP_SortBar .R_views_EN {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_EN/views.gif") no-repeat 0 1px; width:30px;}
.PBP_SortBar .R_votes_EN {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_EN/votes.gif") no-repeat 0 1px; width:30px;}
.PBP_SortBar .L_category_EN {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_EN/category.gif") no-repeat 0 -1px; width:68px;}

.PBP_SortBar .L_selectAll_KO {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_KO/select_all.gif") no-repeat 0 0px; width:55px; cursor:pointer;}
.PBP_SortBar .L_sort_KO {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_KO/sort.gif") no-repeat 0 0px; width:22px;}
.PBP_SortBar .R_date_KO {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_KO/date.gif") no-repeat 0 0px; width:24px;}
.PBP_SortBar .R_lastUp_KO {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_KO/last_update.gif") no-repeat 0 0px; width:51px;}
.PBP_SortBar .R_views_KO {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_KO/views.gif") no-repeat 0 0px; width:23px;}
.PBP_SortBar .R_votes_KO {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_KO/votes.gif") no-repeat 0 0px; width:26px;}
.PBP_SortBar .L_category_KO {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_KO/category.gif") no-repeat 0 0px; width:59px;}

.PBP_SortBar .R_reset {background:url("/modules/board/skins/p_board_p2/images/skyblue/reset.gif") no-repeat 0 1px; width:8px;}
/*order icon*/
.PBP_iDesc {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonDescending.gif") no-repeat 0 1px; width:6px;}
.PBP_iAsc {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonAscending.gif") no-repeat 0 1px; width:6px;}
/*페이지네비게이션*/
.PBP_PageNavi .PBP_PageNaviOn {border:1px solid #dae2e9; BACKGROUND-COLOR:#dae2e9; color:#376c94;}
.PBP_PageNavi .PBP_FirstP:hover, .PBP_PageNavi .PBP_PageNaviOn:hover, .PBP_PageNavi .PBP_PageNaviOff:hover, .PBP_PageNavi .PBP_LastP:hover {border:1px solid #b7cce0; color:#376c94;}
.PBP_PageNavi .PBP_Gap {BACKGROUND-COLOR:#dae2e9;}
/*실렉트박스*/
.PBP_CATEselect {BACKGROUND-COLOR:#e0e7f3;border:1px solid #c2d2d7;color:#728798;}
.PBP_move {border:0px solid transparent;color:#728798;}
/*타이틀바 카테고리div*/
.PBP_CATE_EN {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_EN/category.gif") no-repeat 0 0px; width:68px;}
.PBP_CATE_KO {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_KO/category.gif") no-repeat 0 0px; width:59px;}
/*카테고리출력토글*/
.PBP_ListCate {border:2px solid #a3b8cc}
.PBP_CateON {background-color:#d1d8eb; color:#0000CC;}
/* (PART) css - view_document */
/*회원정보토글*/
.PBP_VMinfo .star1 {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/star1.gif") no-repeat 0 1px; width:15px;} /*최고레벨*/
.PBP_VMinfo .star0 {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/star0.gif") no-repeat 0 1px; width:15px;} /*최고레벨-1*/
.PBP_VMinfo .info1 {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/info1.gif") no-repeat 0 0; width:10px;}
.PBP_VMinfo .info1_ {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/info1_.gif") no-repeat 0 0; width:10px;}
.PBP_VMinfo .info2 {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/info2.gif") repeat-x 0 0;}
.PBP_VMinfo .info2 .info2_ {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/info2_.gif") repeat-x 0 0;}
.PBP_VMinfo .secret {background:url("/modules/board/skins/p_board_p2/images/skyblue/admin0.gif") no-repeat 0 0; width:13px;} /*회원정보를 공개하지 않을 때*/
.PBP_VMinfo .home {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/home.gif") no-repeat right 0; width:16px;}
.PBP_VMinfo .mail {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/mail.gif") no-repeat right 0; width:16px;}
.PBP_VMinfo .readed {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/views.gif") no-repeat right 0; width:16px;}
.PBP_VMinfo .reply {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/reply.gif") no-repeat right 0; width:16px;}
.PBP_VMinfo .good {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/good.gif") no-repeat right 0; width:15px;}
.PBP_VMinfo .bad {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/bad.gif") no-repeat right 0; width:15px;}
.PBP_VMinfo .tag {background:url("/modules/board/skins/p_board_p2/images/skyblue/tag.gif") no-repeat right 0; width:26px;}
.PBP_VMinfo .trackback {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/trackback.gif") no-repeat right 0; width:18px;}
.PBP_VMinfo .list_KO {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_KO/list.gif") no-repeat right 1px; width:35px;}
.PBP_VMinfo .list_EN {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_EN/list.gif") no-repeat right 2px; width:46px;}
.PBP_VMinfo .comment_KO {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_KO/add_comment.gif") no-repeat right 1px; width:108px;}
.PBP_VMinfo .comment_EN {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonW_EN/add_comment.gif") no-repeat right 1px; width:96px;}
.PBP_VMinfo .top {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonAscending.gif") no-repeat right 2px; width:16px;}
.PBP_VMinfo .bottom {background:url("/modules/board/skins/p_board_p2/images/skyblue/buttonDescending.gif") no-repeat right 2px; width:16px;}
.PBP_VMinfo .notify {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/notify.gif") no-repeat right 0; width:19px;}
.PBP_VMinfo .Creply {background:url("/modules/board/skins/p_board_p2/images/skyblue/reply.gif") no-repeat right 0; width:20px;}
.PBP_VMinfo .date {background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/calendar.gif") no-repeat right 0; width:16px;}
.PBPmenu_expand, .PBPmenu_expand2 {border:3px solid #c2c9d7;}
/*자료목록 - 토글*/
.PBP308_FileList_OPEN { background:url("/modules/board/skins/p_board_p2/images/skyblue/icon/FileList.gif") no-repeat right 0; width:25px; cursor:pointer }
/* (PART) style - .webzine */
.PBP_WZ_thumbnail01 {border:1px solid #e0e2e4;}
.PBP_WZ_thumbnail02 {border:1px solid #c5cae8;}

/* (PART) MEMBER INFO */
.PBP_Outline .BoardInfo div.left { border:1px solid #c8ccd1; background-color:#e7ecf3 }
