*{
	margin:0;
	padding:0;
}
html,body{
	height:100%;
}
*html{overflow-x:hidden;}
img,table,fieldset{
	border:none;
}
table{
	border-collapse:collapse;
}
hr,legend{
	display:none;
}
li{
	list-style:none;
}
em{
	font-style:normal;
}

body{
	font-family:돋움,dotum;
	font-size:12px;
	color:#A1967D;
	line-height:1.35em;
	background:#FFF;
}

a{
	color:#A1967D;
	text-decoration:none;
}
a:hover{
	color:#73664A;
	text-decoration:underline;
}


/* accessibility */
.hidden{
	position:absolute;
	width:0;
	height:0;
	border:none;
	overflow:hidden;
}

/* for ie 6 under */
*html img.png24{tmp:expression(setPng24(this));}


/* form items */
input,select,textarea{
	font-family:돋움,dotum;
	font-size:1em;
	color:#8F8979;
	vertical-align:middle;
	background:#FFF;
}
input.txt{
	height:14px;
	padding:4px 4px 1px;
	border:1px solid;
	border-color:#BAB29F #D1CCC1 #D1CCC1 #BAB29F;
	ime-mode:active;
}
*html input.txt{margin:-1px 0;}
html>body input.txt{margin:-1px 0;}
input.eng{
	height:16px;
	font-family:tahoma,sans-serif,arial;
	font-size:0.9em;
	padding-top:2px;
	ime-mode:disabled;
}
input.em{
	color:#3C3217;
}
input.pw{
	color:#53B33D;
}
input.file{
	height:21px;
	color:#B2B2B2;
}
textarea{
	line-height:1.25em;
	padding:4px;
	border:1px solid;
	border-color:#BAB29F #D1CCC1 #D1CCC1 #BAB29F;
	overflow:auto;
}
*html textarea{margin:-1px 0;}
html>body textarea{margin:-1px 0;}

select{
	border-left: 1px solid #BAB29F;
    border-right: 1px solid #D1CCC1;
    border-top: 1px solid #BAB29F;
    border-bottom: 1px solid #D1CCC1;
height:13px;
	    font-size:0.9em;
	    color:#5D4F3A;
	}

input.radio,
input.ck{
	width:13px;
	height:13px;
}

input.btn{
	width:50px !important;
	height:21px;
	font-family:돋움,dotum;
	font-size:11px;
	color:#FFF;
	letter-spacing:-0.1em;
	line-height:1.2em;
	padding:1px 0 0 1px;
	border:none;
	background:#BB9F4B;
	cursor:pointer;
}
*html input.btn{padding-top:3px;}
input.btns1{width:80px !important;}
input.btns2{width:90px !important;}
input.btns3{width:100px !important;}
input.btns4{width:110px !important;}
input.btns5{width:120px !important;}
input.btns6{width:130px !important;}
input.btns7{width:140px !important;}
input.btns8{width:150px !important;}
input.btnc1{background:#A4997F;}
input.btnc2{background:#E18019;}
input.btnc3{background:#42A8C2;}
input.btnc4{background:#786753;}

input.cm1{
	vertical-align:-4px;
	margin:0 -2px 0 2px;
	background:#766F5C;
}
input.cm2{
	vertical-align:-4px;
	background:#3C3217;
}


/* login */
body.login{
	background:#FFF;
}
div.login{
	position:absolute;
	left:50%;
	top:50%;
	width:507px;
	height:234px;
	margin:-117px 0 0 -253px;
	background:url("../images/admin/bg_login.gif") no-repeat;
}
div.login table{
	position:absolute;
	left:168px;
	top:124px;
	*top:123px;
}
div.login table td{
	height:25px;
}
div.login table td input.txt{
	width:130px;
}
div.login table td.case{
	height:25px;
	white-space:nowrap;
}
div.login table td.case input{
	width:11px;
	height:11px;
	vertical-align:-2px;
	*vertical-align:0px;
	background:none;
}
div.login table td.case label{
	font-size:11px;
	color:#A1967D;
	padding-right:7px;
}
div.login div.btn{
	position:absolute;
	left:312px;
	top:151px;
}


/* layout */
div.body{
	min-height:100%;
}
*html div.body{height:100%;}

div.header,
div.gnb,
div.contentarea{
	min-width:995px; 
}

div.header{
	position:relative;
	height:110px;
	background:url("../images/admin/bg_top.gif") repeat-x;
}
div.header h1{
	position:absolute;
	left:15px;
	top:15px;
}
div.header h1 img{
	padding:5px;
}
div.header p{
	position:absolute;
	right:20px;
	top:60px;
	font-size:11px;
	color:#3C3217;
	letter-spacing:-0.1em;
}
div.header p input.btn{
	width:55px !important;
	vertical-align:0;
	*vertical-align:-4px;
}

div.gnb{
	position:relative;
	height:35px;
	background:#333;
	overflow:hidden;
}
div.gnb ul{
	position:absolute;
	left:20px;
	top:5px;
	overflow:hidden;
}
div.gnb ul li{
	position:relative;
	float:left;
	margin-left:-1px;
	background:#333 url("../images/admin/bg_gnbbar.gif") no-repeat 0 7px;
}
div.gnb ul li.on,
div.gnb ul li:hover{
	background:#333;
	z-index:1;
}
div.gnb ul li a{
	float:left;
	color:#F0C930;
	text-decoration:none;
	padding:5px 19px 15px;
}
div.gnb ul li.on a,
div.gnb ul li a:hover{
	color:#FFF;
	padding:8px 19px 10px;
	background:#E18019;
}
div.gnb ul li.on a{
	font-weight:bold;
}

div.gnb p{
	position:absolute;
	right:20px;
	top:5px;
	white-space:nowrap;
}
div.gnb p img{
	margin-left:-3px;
}


div.contentarea{
	width:100%;
	overflow:hidden;
}
div.contentarea div.subarea{
	float:left;
	width:206px;
	margin-right:-206px;
	padding-bottom:100px;
}
div.contentarea div.subarea h2{
	font-size:16px;
	color:#3C3217;
	line-height:1.3em;
	padding:17px 0 17px 19px;
	background:#C7C0B1 url("../images/admin/bg_h2.gif") no-repeat;
}
div.contentarea div.subarea h2 span{
	padding-right:8px;
	background:url("../images/admin/icn_h2.gif") no-repeat 100% 0;
	display:inline-block;
}
div.contentarea div.subarea ul.submenu{
	border-top:1px solid #FFF;
}
div.contentarea div.subarea ul.submenu li{
	border-bottom:1px solid #FFF;
}
div.contentarea div.subarea ul.submenu li a{
	color:#3C3217;
	text-decoration:none;
	padding:7px 0 6px 19px;
	background:#ECEAE5;
	display:block;
}
div.contentarea div.subarea ul.submenu li.on a,
div.contentarea div.subarea ul.submenu li a:hover{
	font-weight:bold;
	color:#FFF;
	background:#49443B url("../images/admin/bg_submenuon.gif") no-repeat 100% 0;
}

div.contentarea div.content{
	float:none;
	padding:25px 20px 100px 231px;
}
*html div.contentarea div.content{margin-right:-3px;padding-right:23px;}
div.contentarea div.content div.cinside{
	width:100%;
	overflow:hidden;
}
div.contentarea div.content div.cinside h3{
	font-size:1.2em;
	line-height:1em;
	color:#333;
	margin-bottom:20px;
	padding-bottom:14px;
	border-bottom:2px solid #DDD;
}


/* tab */
ul.tab{
	width:100%;
	margin-bottom:30px;
	background:url("../images/admin/bg_tab.gif") repeat-x 0 100%;
	overflow:hidden;
}
ul.tab li{
	float:left;
}
ul.tab li a{
	float:left;
	color:#8F8979;
	padding:6px 12px 8px;
}
ul.tab li a:hover{
	color:#E18019;
}
ul.tab li.on{
	background:#FFF url("../images/admin/bg_tabon1.gif") no-repeat;
}
ul.tab li.on a{
	font-weight:bold;
	color:#E18019;
	text-decoration:none;
	padding:8px 12px 6px;
	background:url("../images/admin/bg_tabon2.gif") no-repeat 100% 0;
}


/* text tab */
ul.txtab{
	border:1px solid #E3E0D2;
	margin-bottom:20px;
	overflow:hidden;
	zoom:1;
}
ul.txtab li{
	float:left;
	font-size:11px;
	margin-left:-1px;
	background:url("../images/admin/bg_txtabbar.gif") no-repeat 0 50%;
}
ul.txtab li a{
	float:left;
	color:#8F8979;
	padding:6px 12px 5px;
}
ul.txtab li a:hover{
	color:#E18019;
}
ul.txtab li.on a{
	font-weight:bold;
	color:#E18019;
	text-decoration:none;
}


/* search & cate */
div.search{
	width:100%;
	padding-bottom:30px;
	overflow:hidden;
}
div.search div.cs,
div.search p.rk{
	float:left;
	padding-bottom:1px;
}
div.search p.rk{
	padding-left:10px;
}
div.search p.rk input.btn{
	width:40px !important;
	vertical-align:0;
	*vertical-align:-4px;
}
div.search div.ks{
	float:right;
	padding-bottom:1px;
}


/* move week */
p.moveweek{
	font-family:tahoma,sans-serif,arial;
	font-size:12px;
	text-align:right;
	padding-bottom:7px;
}
p.moveweek a{
	font-family:돋움,dotum;
	color:#3C3217;
	text-decoration:none;
}
p.moveweek a:hover{
	color:#000;
}


/* board - list */
div.boardlist{
	width:100%;
	border:solid #E0E0E0;
	border-width:1px 0 2px;
	background:url("../images/admin/bg_tabletop.gif") repeat-x;
	overflow:hidden;
}
div.boardlist table{
	width:103%;
	margin-bottom:-1px;
}
div.boardlist table th,
div.boardlist table td{
	border-bottom:1px solid #E7E7E7;
}
div.boardlist table th{
	font-size:11px;
	padding:9px 0;
}
div.boardlist table th a.sort{
	font-size:7px;
	vertical-align:1px;
	margin-left:3px;
}
div.boardlist table th,
div.boardlist table th a{
	color:#3C3217;
}
div.boardlist table td{
	text-align:center;
	padding-top:9px;
	padding-bottom:8px;
}
div.boardlist table td.eng{
	font-family:tahoma,sans-serif,arial;
	font-size:11px;
	padding-top:8px;
	padding-bottom:9px;
}
div.boardlist table td.eng2{
	text-align:left;
	font-family:tahoma,sans-serif,arial;
	font-size:11px;
	padding-top:8px;
	padding-bottom:9px;
}

div.boardlist table td.sub{
	text-align:left;
	padding-left:9px;
}
div.boardlist table tr:hover td{
	background:#49443B;
}
div.boardlist table tr:hover td a{
	color:#F1BC18;
	text-decoration:none;
	background:#49443B;
}
div.boardlist table em{
	font-weight:bold;
}
div.boardlist table em.yes{
	color:#E18019;
}
div.boardlist table .np{
	padding:0;
}


/* board - view/form */
div.boardvnf{
	width:100%;
	padding-top:3px;
	border:solid #E0E0E0;
	border-width:1px 0 2px;
	background:url("../images/admin/bg_tabletop.gif") repeat-x;
	overflow:hidden;
}
div.boardvnf table{
	width:100%;
	margin-bottom:-1px;
}
div.boardvnf table th,
div.boardvnf table td{
	text-align:left;
	border-bottom:1px solid #E7E7E7;
}
div.boardvnf table th{
	font-size:11px;
	color:#3C3217;
	padding:9px 0 9px 19px;
}
div.boardvnf table th span.required{
	color:#E18019;
	vertical-align:1px;
	margin-left:7px;
}
div.boardvnf table td{
	padding:6px 0;
}
div.boardvnf table td label,
div.boardvnf table td span.desc{
	font-size:11px;
	color:#A1967D;
	margin:0 10px 0 -2px;
}
div.boardvnf table td span.desc{
	padding:4px 0 1px 1px;
	display:block;
}
div.boardvnf table td.eng{
	font-family:tahoma,sans-serif,arial;
	font-size:11px;
	padding-top:8px;
	padding-bottom:9px;
}
div.boardvnf table td ul.files{
	padding:4px 0 1px 1px;
}
div.boardvnf table td ul.files li{
	float:left;
	font-size:11px;
	padding-right:10px;
}
div.boardvnf table td ul.files li a.del{
	font-family:tahoma,sans-serif,arial;
	font-size:12px;
	font-weight:bold;
	vertical-align:0;
}

div.boardmt{
	margin-top:20px;
}


/* calendar */
div.calendar{
	width:100%;
	padding-top:3px;
	border:solid #E0E0E0;
	border-width:1px 0 2px;
	background:url("../images/admin/bg_tabletop.gif") repeat-x;
	overflow:hidden;
}
div.calendar table{
	width:100%;
	margin-bottom:-1px;
}
div.calendar table th,
div.calendar table td{
	border-bottom:1px solid #E7E7E7;
}
div.calendar table th{
	font-family:tahoma,sans-serif,arial;
	font-size:11px;
	color:#3C3217;
	padding:6px 0 9px 19px;
}
div.calendar table td{
	position:relative;
	height:70px;
	color:#888;
	text-align:center;
	padding-top:15px;
	border-right:1px solid #E7E7E7;
}
div.calendar table td span.day{
	position:absolute;
	left:8px;
	top:4px;
	font-family:tahoma,sans-serif,arial;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	filter:alpha(opacity:75);
}
div.calendar table td.sat{
	border-right:none;
}
div.calendar table td.sat span.day{
	color:#BF53BF;
}
div.calendar table td.sun span.day{
	color:#F26C4F;
}




/* paging */
p.paging{
	font-family:tahoma,sans-serif,arial;
	font-size:11px;
	line-height:1.1em;
	text-align:center;
	margin:9px 0 24px;
	padding-bottom:1px;
}
p.paging a,
p.paging strong{
	vertical-align:middle;
	padding:0 5px 2px;
	background:#FFF;
	display:inline-block;
}
p.paging strong{
	color:#C0662C;
	text-decoration:underline;
}
p.paging a.prev,
p.paging a.next{
	width:14px;
	height:14px;
	padding:0;
	overflow:hidden;
}
p.paging a.prev:hover img,
p.paging a.next:hover img{
	margin-top:-14px;
}


/* buttons */
p.buttons{
	height:21px;
	text-align:right;
	margin-top:10px;
	overflow:hidden;
}
p.buttons span{
	float:left;
}


/* foot info */
p.finfo{
	color:#5D4F3A;
	text-indent:-16px;
	margin-top:10px;
	padding:8px 10px 7px 33px;
	border:1px solid #E3E0D2;
	background:#F0EDE0;
}



h3.temp{
	font-size:1em;
	color:#FFF;
	margin:20px 0 10px;
	padding:3px 9px 2px;
	background:#000;
}



































div.footer{
	height:36px;
	margin-top:-56px;
	padding:20px 0 0 20px;
}



/* fakeselect */
span.selectbox_title{
	text-align:left;
	padding:4px 15px 3px 4px;
	border:1px solid;
	border-color:#BAB29F #D1CCC1 #D1CCC1 #BAB29F;
	background:#FFF url("../images/admin/select_arrow.gif") no-repeat 100% 7px;
	overflow:hidden;
}
html>body span.selectbox_title{padding-top:3px;padding-bottom:4px;}
span.selectbox_title strong{
	width:100%;
	height:1.1em;
	font-weight:normal;
	font-size:0.9em;
	color:#5D4F3A;
	letter-spacing:-0.1em;
	line-height:1.2em;
	display:block;
	overflow:hidden;
}
span.selectbox_title_focus{
	border:1px solid;
	border-color:#8A7E62 #A0947B #A0947B #8A7E62;
}
span.selectbox_title_focus strong{
	color:#302618;
}

div.selectbox_option{
	border:1px solid;
	border-color:#D1CCC1 #D1CCC1 #D1CCC1 #BAB29F;
	background:#FFF;
	overflow:hidden;
}
div.selectbox_option div.scroll{
	overflow:auto;
}
div.selectbox_option li{
	list-style:none;
}
div.selectbox_option a{
	height:1.2em;
	font-size:0.9em;
	color:#5D4F3A;
	letter-spacing:-0.1em;
	line-height:1.2em;
	text-decoration:none;
	padding:3px 4px 2px;
	display:block;
	overflow:hidden;
	word-break:break-all;
}
div.selectbox_option a.on,
div.selectbox_option a:hover{
	color:#302618;
	background:#F5F5F5;
}

span.selectbox_nols strong{
	letter-spacing:0;
}
div.selectbox_nols a{
	letter-spacing:0;
}



/* popup */
body.popup{
	background:url("../images/admin/bg_poptitler.gif") repeat-x;
}
body.popup h1{
	height:40px;
	font-size:1.2em;
	color:#FFF;
	line-height:1.35em;
	padding:15px 0 0 33px;
	background:url("../images/admin/bg_poptitle.gif") no-repeat;
}
body.popup img.close{
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}
body.popup div.content{
	padding:25px 20px 0;
}
body.popup h2{
	font-size:1em;
	color:#3C3217;
	margin-bottom:-1px;
	padding:9px 0 9px 14px;
	border:solid #E7E7E7;
	border-width:1px 0;
}
body.popup h2.mt{
	margin-top:30px;
}
body.popup h2 span{
	font-weight:normal;
	color:#685B3A;
}
body.popup div.boardlist table th{
	font-weight:normal;
}
body.popup div.boardvnf table th{
	font-weight:normal;
	padding-left:14px;
	background:url("../images/admin/bg_popthrline.gif") no-repeat 100% 50%;
}
body.popup div.boardvnf table td{
	padding-left:19px;
}