@charset "UTF-8";

/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:.75em; font-family:dotum,돋움,gulim,굴림,Tahoma,Sans-serif; }
a { text-decoration:none; color:#777E86; }
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; }
.blind { display:none; }

table caption { display:none; }

/* margin style */
.mt20 { margin-top:20px; }
.mt50 { margin-top:50px; }
.ml35 { margin-left:35px; }

/* padding style */
.pd20 { padding-top:20px; }
.pl7 { padding-left:7px; }
.pl35 { padding-left:35px; }

/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:3px 4px; background:#ffffff; font-size:1em; _font-size:9pt; height:15px; }
*: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; }

/* Input Style Width */
.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; }
.w350 { width:350px; }
.w400 { width:400px; }
.w490 { width:490px; }
.w500 { width:500px; }
.w100p { width:100%; }

/* List Style Title Color */
.strong { font-weight: 900; }
.c555555 { color: #555555; }
.c222288 { color: #222288; }
.c226622 { color: #226622; }
.c2266EE { color: #2266EE; }
.c8866CC { color: #8866CC; }
.c88AA66 { color: #88AA66; }
.cEE2222 { color: #EE2222; }
.cEE6622 { color: #EE6622; }
.cEEAA22 { color: #EEAA22; }
.cEEEE22 { color: #EEEE22; }
.cFE3D41 { color:#fe3d41; }
.c3b5fb1, .saturday { color:#3b5fb1; }

/* height */
.he200p { height:200px; }


/* Anchor Button */
a.button,
a.button span { position:relative; display:inline-block; text-decoration:none !important; background:url("../img/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle; *vertical-align:top;}
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;}
/* 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("../img/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; *top:-1px; _top:0; 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; *top:0; _top:-1px; 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; *top:0; _top:-1px; 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("../img/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("../img/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("../img/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("../img/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}

/* Button Set */
.buttonSet{ width:16px; height:16px; background-image:url("../img/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;}

/* waitingforserverresponse */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("../img/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:1000;  }
	.hidden { visibility:hidden; }


/* 로그인 창 */
.messageLayer { border:2px solid #777; font-size:12px; background:#fff; margin:50px auto; width:370px;}
	.messageLayer * { margin:0; padding:0; font-size:12px; }
	.messageLayer h4 { font-size:14px !important; font-family:Dotum; background:#f4f4f4 !important; padding:8px 30px 8px 15px !important; letter-spacing:-1px !important; }
	.messageLayer .messageLayerBody{ margin:0;}

	.messageLogin { padding:0; }
	.messageLogin fieldset{ position:relative; border:0; margin:0; padding:20px 10px;}

	.openid_login { display:none; }
	.messageLogin .openIDTitle input { vertical-align:middle; }
	.messageLogin .openid_login { display:none; clear:both; height:38px; border:3px solid #D5D8DB; background-color:#FFFFFF; margin:0 0 10px 0; }
	.messageLogin .openIDTitle input { margin:0; padding:0; }

	.messageLogin .login dl { margin:0; padding:0; overflow:hidden; margin-right:10px; width:250px;}
	.messageLogin .login dl dt { margin:0; padding:0; width:100px; clear:left; float:left; color:#54564b; height:24px; padding-top:3px; text-indent:10px;}
	.messageLogin .login dl dd { margin:0; padding:0; float:left; height:27px; width:150px; }
	.messageLogin .login dl dd .inputText{ border:1px solid; border-color:#A6A6A6 #D8D8D8 #D8D8D8 #A6A6A6; padding:2px 6px; height:16px; width:130px;}
	.messageLogin .login dl dd .inputText:hover,
	.messageLogin .login dl dd .inputText:focus{ background:#f4f4f4;}
	.messageLogin .login .keep { clear:both; white-space:nowrap; margin-left:100px;}
	.messageLogin .login .keep input { vertical-align:middle;}
	.messageLogin .login .keep label { margin:0; padding:0; font-size:12px; color:#999999;}
	.messageLogin .help { background:#f5f5f3; color:#666666; overflow:hidden; padding:10px; color:#ccc; text-align:center;}
	.messageLogin .help a{ color:#666; text-decoration:underline;}
	.messageLogin .buttonArea{ position:absolute; top:20px; left:260px;}

	.buttonArea{ text-align:center;}


.crossTable{ width:100%; border:0; margin:0 0 20px 0; padding:0;}
	.crossTable th div { white-space:nowrap; }
	.crossTable th,
	.crossTable td{ border:0; padding:5px 10px; vertical-align:top;}
	.crossTable th{ background:#f4f4f4;}
	.crossTable thead th{ border-top:2px solid #cfcfcf; border-bottom:1px solid #e5e5e5; background-image:url(../img/admin/lineVrText.gif); background-repeat:no-repeat; background-position:left center;}
	.crossTable thead th:first-child{ background-image:none;}
	.crossTable tbody th{ border-bottom:1px solid #e5e5e5; text-align:left;}
	.crossTable td{ border-bottom:1px solid #f0f0f0;}

.colTable{ width:100%; border:0; margin:0 0 20px 0; padding:0;}
	.colTable th div { white-space:nowrap; }
	.colTable tr.bg0{ background:#fff;}
	.colTable tr.bg1{ background:#f8f8f8;}
	.colTable th,
	.colTable td{ border:0; padding:5px 10px; vertical-align:top;}
	.colTable th{ border-top:2px solid #cfcfcf; border-bottom:1px solid #e5e5e5; background:#f4f4f4; background-image:url(../img/admin/lineVrText.gif); background-repeat:no-repeat; background-position:left center;}
	.colTable th:first-child{ background-image:none;}
	.colTable td{ border-bottom:1px solid #f0f0f0;}

.rowTable{ width:100%; border:0; border-top:2px solid #cfcfcf; margin:0 0 20px 0; padding:0;}
	.rowTable th div { white-space:nowrap; }
	.rowTable tr.bg0{ background:#fff;}
	.rowTable tr.bg1{ background:#f8f8f8;}
	.rowTable th,
	.rowTable td{ border:0; padding:5px 10px; text-align:left; vertical-align:top;}
	.rowTable th{ background:#f4f4f4;}
	.rowTable tbody th{ border-bottom:1px solid #e5e5e5;}
	.rowTable td{ border-bottom:1px solid #f0f0f0;}

.rowTable th.button, .colTable th.button, .crossTable th.button { text-align:right; }
	.rowTable td.alert, .colTable td.alert, .crossTable td.alert  { color:red !important; }
	.rowTable td.alert a, .colTable td.alert a, .crossTable td.alert a { text-decoration:none; color:red !important; }

.colTable td.wide, .rowTable td.wide, .crossTable td.wide { width:100%;}


/* Popup Style */
.dragDiv { position:absolute; z-index:1000; background-color:#EFF7FF; border:1px solid #96C2F1; }
	.dragDiv h5 { background-color:#B2D3F5; padding:5px; height:16px; margin:1px; font-size:12px; }
	.dragDiv .pop_content { position:relative; }
	.dragDiv .pop_btn { margin:3px 5px 3px 3px; text-align:right; height:20px; vertical-align:middle; text-align:middle; }
	.dragDiv .pop_sub { width:100%; height:100%;  }
	.dragDiv .pop_sub_title { text-align:center; margin:5px; padding:0; font-size:14px; }
	.dragDiv .pop_sub_content { margin:0 5px; padding:0; }


/* -- swfupload ------------------------------- */
.spanButtonPlaceholder1 { cursor:pointer; }
.fieldset td { font: 10pt Helvetica, Arial, sans-serif; vertical-align: top; }
	.fieldset .progressWrapper { width: 307px; overflow: hidden; }
	.fieldset .progressContainer { margin: 5px; padding: 4px; border: solid 1px #E8E8E8; background-color: #F7F7F7; overflow: hidden; }
	/* Message */
	.fieldset .message { margin: 1em 0; padding: 10px 20px; border: solid 1px #FFDD99; background-color: #FFFFCC; overflow: hidden; }
	/* Error */
	.fieldset .red { border: solid 1px #B50000; background-color: #FFEBEB; }
	/* Current */
	.fieldset .green { border: solid 1px #DDF0DD; background-color: #EBFFEB; }
	/* Complete */
	.fieldset .blue { border: solid 1px #CEE2F2; background-color: #F0F5FF; }
	.fieldset .progressName { font-size: 8pt; font-weight: 700; color: #555; width: 323px; height: 14px; text-align: left; white-space: nowrap; overflow: hidden; }
	.fieldset .progressBarInProgress,
	.fieldset .progressBarComplete,
	.fieldset .progressBarError {
		font-size: 0; width: 0%; height: 2px; background-color: blue; margin-top: 2px; }
	.fieldset .progressBarComplete { width: 100%; background-color: green; visibility: hidden; }
	.fieldset .progressBarError { width: 100%; background-color: red; visibility: hidden; }
	.fieldset .progressBarStatus { margin-top: 2px; width: 337px; font-size: 7pt; font-family: Arial; text-align: left; white-space: nowrap; }
	.fieldset a.progressCancel { font-size: 0; display: block; height: 14px; width: 14px; background-image: url(../images/cancelbutton.gif); background-repeat: no-repeat; background-position: -14px 0px; float: right; }
	.fieldset a.progressCancel:hover { background-position: 0px 0px; }
	/* -- SWFUpload Object Styles ------------------------------- */
	.fieldset .swfupload { vertical-align: top; }