<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


@import url(common.css);
@import url(layout.css);


/* TITLE : PC Room Sub page
 * UPDATE: 20100302
 * AUTHOR: KANG WOL SUNG */


/***## sub content 에만 해당부분 ##***/
#content { width:646px; float:left; padding-bottom:50px; }


/***## 서브페이지 공통 ##***/
/* sub title */
.subTitWrap { background:url(../img/common/bg_subTit.gif) repeat-x; height:45px; }
.subTit { background:url(../img/common/bu_subTit.gif) no-repeat 0 2px; padding-left:13px; height:21px; margin-top:10px; display:inline-block; }
.subTit_txt { margin-top:10px; }
.subStit { background:url(../img/common/bu_subStit.gif) no-repeat 0 5px; padding-left:13px; height:15px; margin:24px 0 8px 0; }

/* 공통 */
.txtC { text-align:center;}
.select_box { border:1px solid #CCC; font-size:12px; color:#979797; font-family:돋움; height:19px; align:AbsMiddle; }
.chckBox { width:13px; height:13px; vertical-align:middle; border:0; margin-right:3px; }

/* tab */
.boardTab { width:100%; margin-top:24px; }
.boardTab ul { width:100%; height:25px; overflow:hidden; }
.boardTab li { float:left; }

/* Button */
.imgBtn { vertical-align:middle; }
.btnWrap { text-align:center; margin-top:20px; clear:both; }
.btnWrap span { margin:0 5px; }
.boardBtn_box { width:100%; height:25px; margin-top:5px; display:inline-block; overflow:hidden; }
.boardBtn_box .LeftBtn { float:left; margin:0; }
.boardBtn_box .LeftBtn input { margin-right:3px; }
.boardBtn_box .RightBtn { float:right; }
.boardBtn_box .RightBtn input { margin-left:3px; }

/* paging number */
.pagingNum { width:100%; height:20px; text-align:center; padding:15px 0 15px 0; }
.pagingNum p { text-align:center; }
.pagingNum .numPrev, .pagingNum .numNext, .pagingNum .numFirst, .pagingNum .numLast { margin:0 5px 0 5px;cursor:pointer; }
.pagingNum .select { font-weight:bold; color:#0099ff; text-decoration:underline; }
.pagingNum .select, .pagingNum .num { margin:5px;}

/* 텍스트 관련 */
.impact             { color:#ff6702; }
.impact a:link      { color:#ff6702; }
.impact a:active    { color:#ff6702; }
.impact a:visited   { color:#ff6702; }
.impact a:hover	    { color:#ff6702; text-decoration : underline; }

.blue				{ color:#0099ff; }
.blue a:link		{ color:#0099ff; }
.blue a:active		{ color:#0099ff; }
.blue a:visited		{ color:#0099ff; }
.blue a:hover		{ color:#0099ff; text-decoration : underline; }

.blueB				{ color:#0099ff; font-weight:bold }
.blueB a:link		{ color:#0099ff; font-weight:bold }
.blueB a:active		{ color:#0099ff; font-weight:bold }
.blueB a:visited	{ color:#0099ff; font-weight:bold }
.blueB a:hover		{ color:#0099ff; font-weight:bold text-decoration : underline; }

.blueB14			{ font-size:14px; color:#0099ff; font-weight:bold }
.blueB14 a:link		{ font-size:14px; color:#0099ff; font-weight:bold }
.blueB14 a:active	{ font-size:14px; color:#0099ff; font-weight:bold }
.blueB14 a:visited	{ font-size:14px; color:#0099ff; font-weight:bold }
.blueB14 a:hover	{ font-size:14px; color:#0099ff; font-weight:bold; text-decoration : underline; }

.s_gray11				{ color : #979797; font-size:11px; }
.s_gray11 a:link		{ color : #979797; font-size:11px; }
.s_gray11 a:active		{ color : #979797; font-size:11px; }
.s_gray11 a:visited		{ color : #979797; font-size:11px; }
.s_gray11 a:hover		{ color : #979797; font-size:11px; text-decoration : underline; }

.bold				{ font-weight:bold }
.bold a:link		{ font-weight:bold }
.bold a:active		{ font-weight:bold }
.bold a:visited		{ font-weight:bold }
.bold a:hover		{ color:#1085c3; font-weight:bold; text-decoration : underline; }

.Input_txtType { border:1px solid #CCC; background-color:#EEE; color:#333333; padding-left:5px; padding-top:2px; font-size:11px; font-family:돋움; }
.operator_num .Input_txtType{height:15px;text-align:center;padding-left:0}</pre></body></html>