/* top elements */
html {height:100%}
body {
	height:100%;
	margin: 0;
	padding: 0;
	font: 11px Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	background: #A9BAC3 url(bg.gif) repeat-x;
	text-align: center;
}

/* links */
/*
a:link, a:visited {
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}*/

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
}
h1 { font-size: 1.5em; color: #6297BC; }
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666;
}

/* images */
/*
img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 8px;
}
img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}*/

code {
  margin: 5px 0;
  padding: 10px 15px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 4px solid #4284B0;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 5px 10px 5px 20px;
  	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #4284B0;
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif;
    font-style: italic;
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px 5px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding: 3px 5px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 5px 3px;
	color: #4284B0;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox {
	margin: 0;
	width: 120px;
	border: 1px solid #9EC630;
	background: #FFF;
	color: #333;
	height: 24px;
	vertical-align: top;
}
form.searchform input.button {
	margin: 0;
	padding: 2px 3px;
	font: bold 12px Arial, Sans-serif;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;
	width: 60px;
	vertical-align: top;
}

/* -------------------------------
	  LAYOUT
---------------------------------- */
#wrap {
	background: #FFF;
	width: 1280px;
	margin: 0pt auto;
	text-align: left;
}
#wrap:after{content:''; clear:both; display:block}
#content-wrap {
	clear: both;
	margin: 0pt auto; padding: 0;
	background: #FFF;
}
#content-wrap:after{content:''; clear:both; display:block}
.header-photo {
  border: none;
  padding: 0;
}


/* header */
#header {
	position: relative;
	height: 85px;
	background: #000 url(../images/headerbg.gif) repeat-x 0% 100%;
	z-index:0;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: highcase;
	top: 0; left: 5px;
}
#header h2#slogan {
	position: absolute;
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
}

#header h2#slogan1 {
	position: absolute;
	top:30px; left: 30px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
}

#header span.popup {
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	color : #000000;
	top:37px;
}
#header div#info {
	position: absolute;
	right:0;
}

#header div#info span#date {
	float:right;
	font: bold 15px Tahoma, 'trebuchet MS', Sans-serif;
	color : #000000;
	top:37px;
	margin-right:10px;
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 80%;
	height:100%;
}

#main_full {
	margin-left: 15px;
	display:table; margin-left:auto; margin-right:auto;
	padding: 0;
	min-height: 768px;
}

#main_popup {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 98%;
	#height:800px;
	min-height: 768px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 18%;
	margin: 0;	padding: 0;
	display: inline;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;
	text-decoration:none;
	padding:3px 5px 3px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;

	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:3px 5px 3px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* Footer */
#footer {
	clear: both;
  color: #fff;
	background: #A9BAC3;
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0;
	height: 50px;
	font-size: 95%;
}
#footer a:link, #footer a:visited  {
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
  color: #333;
}
#footer .footer-left{
	float: left;
	width: 45%;
}
#footer .footer-right{
	float: right;
	width: 50%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0;
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   height:26px;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   height:17px;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
.orange {color:#ff7200}

/* a 타입별 폰트 및 크기 */
a.b1 {font-family:arial; font-size:9.5pt; color:#fbe1b3; text-decoration:none; font-weight:bold;}
a.b1:hover {font-family:arial; font-size:9.5pt; color:#ffffff; text-decoration:underline; font-weight:bold;}

a.b2 {font-family:arial; font-size:9pt; color:#e1e1e1; text-decoration:none;}
a.b2:hover {font-family:arial; font-size:9pt; color:#ffffff; text-decoration:underline;}

a.b3 {font-family:arial; font-size:9pt; color:#715e49; text-decoration:none; margin-bottom:4em;}
a.b3:hover {font-family:arial; font-size:9pt; color:#ff6000; text-decoration:none; margin-bottom:4em;}

a.b4 {font-family:arial; font-size:10pt; color:#dfdbd6; text-decoration:none; font-weight:bold;}
a.b4:hover {font-family:arial; font-size:10pt; color:#ffffff; text-decoration:none; font-weight:bold;}

a.b5 {font-family:arial; font-size:9pt; color:#d9d4ce; text-decoration:none;} /*#d9d4ce*/
a.b5:hover {font-family:arial; font-size:9pt; color:#ffffff; text-decoration:none;} /*#ffffff*/

a.b6 {font-family:arial; font-size:8pt; color:#9b852f; text-decoration:none; line-height:17px; letter-spacing:-1px;}
a.b6:hover {font-family:arial; font-size:8pt; color:#ff6000; text-decoration:underline; line-height:17px; letter-spacing:-1px;}

a.b7 {font-family:arial; font-size:9pt; color:#715e49; text-decoration:none; font-weight:bold;}
a.b7:hover {font-family:arial; font-size:9pt; color:#ffffff; text-decoration:underline; font-weight:bold;}

a.b8 {font-family:arial; font-size:8pt; color:#e0d2c2; text-decoration:none; font-weight:bold;}
a.b8:hover {font-family:arial; font-size:8pt; color:#ffffff; text-decoration:underline; font-weight:bold;}

a.b9 {font-family:arial; font-size:8pt; color:#715e49; text-decoration:none;}
a.b9:hover {font-family:arial; font-size:8pt; color:#ff6000; text-decoration:underline;}

a.b10 {font-family:arial; font-size:10pt; color:#ff6000; text-decoration:none;}
a.b10:hover {font-family:arial; font-size:10pt; color:#ff6000; text-decoration:underline;}

a.b11 {font-family:arial; font-size:11pt; color:#7e7e7e; text-decoration:none;font-weight:bold;}
a.b11:hover {font-family:arial; font-size:11pt; color:#7e7e7e; text-decoration:none;font-weight:bold;}

a.b12 {font-family:arial; font-size:12pt; color:#7e7e7e; text-decoration:none;font-weight:bold;}
a.b12:hover {font-family:arial; font-size:12pt; color:#fe6102; text-decoration:underline;;font-weight:bold;}

a.b13 {font-family:arial; font-size:9pt; color:#715e49; text-decoration:none;} /*#d9d4ce*/
a.b13:hover {font-family:arial; font-size:9pt; color:#000; text-decoration:none;} /*#ffffff*/

a.sub {font-family:arial; font-size:9pt; color:#e1e1e1; text-decoration:none;}
a.sub:hover {font-family:arial; font-size:9pt; color:#ffffff;}

.input_1 {font-family:arial; font-size:9pt; height: 20px; padding-top: 3px; padding-left: 4px; color:#715e49;}

.input_2 {font-family:arial; font-size:9pt; padding-top: 3px; padding-left: 4px; color:#715e49;}

.hed-title {font-family:arial; font-size:13pt; color:#ff6000; text-decoration:none; line-height:17px; letter-spacing:0px; font-weight:bold;}

.listtitle {font-family:arial; font-size:10pt; color:#8d7d6b; text-decoration:none; line-height:17px; letter-spacing:0px; font-weight:bold;text-align:left;}

.listtitle02 {font-family:arial; font-size:9pt; color:#ff6000; text-decoration:none; line-height:17px; letter-spacing:0px;}

.listtitle03 {font-family:arial; font-size:10pt; color:#ff5f00; text-decoration:none; line-height:17px; letter-spacing:0px; font-weight:bold;}

.list01 {font-family:arial; font-size:9pt; color:#ffffff; text-decoration:none; line-height:17px; letter-spacing:0px; font-weight:bold;}

.list02 {font-family:arial; font-size:9pt; color:#715e49; text-decoration:none; line-height:17px; letter-spacing:0px;}

.list03 {font-family:arial; font-size:9pt; color:#715e49; text-decoration:none; line-height:17px; letter-spacing:0px; padding-left: 10px; }

.list04 {font-family:arial; font-size:9pt; color:#715e49; text-decoration:none; line-height:17px; letter-spacing:0px; word-wrap:break-word; word-break:break-all; }

.input_1 {font-family:arial; font-size:9pt; height: 12px; padding-top: 3px; padding-left: 4px; color:#715e49;}

.input_2 {font-family:arial; font-size:9pt; padding-top: 3px; padding-left: 4px; color:#715e49;}

.file_input_textbox { float: left }

.file_input_div { 	position: relative; width: 100px; height: 23px; overflow: hidden;}

.file_input_button { width: 100px; position: absolute; top: 0px; background-color: #33BB00; color: #FFFFFF; border-style: solid; }

.file_input_hidden { font-size: 45px; position: absolute; right: 0px; top: 0px; opacity: 0; filter: alpha(opacity=0); -ms-filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0;}


#main .container {margin:10px 0 30px 0}
#main .container > .title {margin-bottom:11px; font-size:15px; font-weight:bold; color:#ff7200}
#main .container > .contents {}
