@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body, input, textarea, select, button {
	font-family: "맑은 고딕","Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

body {
	background: #fff url(../images/bg.png) repeat-x scroll 0 0;
	color: #555555;
	line-height: 160%;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	background-color: inherit;
	color: #183048;
	text-decoration: none;
}

a:hover {
	color: #498B48;
	text-decoration: underline;
}

h1, h2, h3 {
	color: #111111;
	font-family: "맑은 고딕","Trebuchet MS",Arial,Sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
}

h1 {
	font-size: 1.8em;
}

h2 {
	color: #003366;
	font-size: 1.6em;
	letter-spacing: -1px;
}

h3 {
	color: #3A4849;
	font-size: 1.3em;
}

p, hr, h1, h2, h3, form {
	margin: 10px 15px;
}

ul, ol {
	margin: 10px 15px;
	padding: 0 15px;
}

hr {
	border-bottom: 1px solid #EBEBEB;
	border-style: none none solid;
	border-width: 0 0 1px;
	clear: both;
	height: 1px;
	margin: 0 15px 0 0;
	padding: 0;
}

hr.hidden {
	clear: both;
	visibility: hidden;
}

img {
	border: 1px solid #DADADA;
	padding: 5px;
}

img.no-border {
	border: medium none;
}

img.float-right {
	margin: 5px 0px 5px 15px;
}

img.float-left {
	margin: 5px 15px 5px 0px;
}

img.thumb {
}

table {
	border-collapse: collapse;
}

td, th {
	border: 1px solid #ccc;
}

form table th {
	vertical-align: top;
}

form table td, form table th {
	border: none;
	padding: 2px 3px;
}

input[type=text], textarea {
	border: 1px solid #ccc;
	padding: 2px 0;
}

code {
	color: #333333;
	font-family: 'Courier New','Lucida Console',monospace;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 500;
}

blockquote {
	background: #FAFAFA url(quote.gif) no-repeat scroll 5px 1em;
	border: 1px solid #EAEAEA;
	color: #333333;
	font-weight: bold;
	margin: 10px 15px;
	padding: 0 0 0 45px;
}

form {
	background: #F3F3F3 none repeat scroll 0%;
	background-color: rgba(245,245,245,0.6);
	border: 1px solid #EAEAEA;
	padding: 5px;
}

span.em-underline:lang(ko) {
	text-decoration: underline;
}
span.em-underline:lang(en) {
	font-style: italic;
}

#content, #header, #footer {
	width: 850px;
}

#content {
	margin: 20px auto;
	padding: 0;
	text-align: left;
}

#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}

#header-wrap {
	text-align: center;
	background: transparent url(../images/underbar.jpg) repeat-x bottom left;
}

#header {
	height: 151px;
	margin: 0 auto;
}

#header-content {
	position: relative;
}

#header-content h1 {
	background: transparent url(../images/logo.png) no-repeat 0;
	top: 30px;
	left: 15px;
	margin: 0;
	padding: 0;
	position: absolute;
	padding-left: 199px;
	height: 95px;
	width: 0;
	overflow: hidden;
}

#header-content ul {
	font-family: '맑은 고딕',Tahoma,'Trebuchet MS',Arial,Sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-transform: none;
	top: 100px;
	right: 0;
}

#header-content li {
	display: inline;
	margin: 0;
	padding: 0;
}

#header-content ul#navigation a {
	color: #ABABAB;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#header-content ul#navigation a span {
	color: #ABABAB;
	display: block;
	float: left;
	padding: 7px 25px 7px 5px;
}

#header-content ul#navigation a:hover {
	background: transparent url(../images/menu_left.png) no-repeat scroll left top;
	color: #FFF;
}

#header-content ul#navigation a:hover span {
	background: transparent url(../images/menu_long.png) no-repeat scroll right top;
	color: #FFF;
}

#header-content #status {
	position: absolute;
	right: 10px;
	top: 5px;
	max-width: 210px;
	padding: 0px 10px 0px;
	line-height: 1.0;
	background: #282222;
	border: 1px solid #2C2929;
	color: #666;
	font-size: 0.88em;
	font-weight: normal;
}

#header-content #status a {
	color: #A8A6A6;
	text-decoration: none;
	line-height: 20px;
}

#header-content #status a:hover {
	color: #35AA32;
	color: #00CCFF;
}

#header-content #header-links {
	padding-top: 5px;
	float: left;
}

#header-content #form-languages {
	background: transparent;
	border: 0 none;
	float: right;
	margin: 0 0 0 4px;
	height: 20px;
}

#header-content #form-languages label {
	display: inline-block;
	vertical-align: middle;
}
#header-content #form-languages select {
	vertical-align: middel;
}
#header-content #form-languages button {
	display: inline-block;
	border: 1px solid #444;
	background: #333;
	color: white;
	vertical-align: middle;
}

#main {
	position: relative;
	width: 580px;
	float: left;
}

#main #column1 {
	padding-right: 20px;
	position: relative;
	width: 100%;
}

#content h1,
#main h1 {
	background: transparent url(../images/bk_dotted.gif) repeat-x scroll left bottom;
	color: #163F53;
	font-family: "맑은 고딕","Trebuchet MS",Tahoma,Arial,sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1.7px;
	line-height: normal;
	margin: 10px 15px 15px;
	padding: 0 0 5px;
	text-transform: none;
}
#content h2,
#main h2 {
	background: transparent url(../images/bk_dotted.gif) repeat-x scroll left bottom;
	color: #163F53;
	font-family: "맑은 고딕","Trebuchet MS",Tahoma,Arial,sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: normal;
	margin: 10px 15px 15px;
	padding: 0 0 5px;
	text-transform: none;
}

#main p, #main h1, #main h2, #main h3, #main blockquote, #main form {
	margin-left: 0;
}

#main form p {
	margin: 10px;
}

#sidebar {
	float: right;
	font-size: 0.95em;
	width: 160px;
}

#sidebar h3 {
	color: #163F53;
	font-family: '맑은 고딕',"Trebuchet MS",Tahoma,Arial,sans-serif;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: normal;
	margin: 5px 0 15px;
	padding: 5px 10px 0;
	text-transform: uppercase;
}

#sidebar p {
	margin-left: 10px;
	margin: 5px 0;
	padding: 0;
}

#sidebar a img {
	border: 1px solid #D3DBDC;
	margin: 0 0 3px;
	padding: 0;
}


#sidebar ul.sidemenu {
	background: transparent url(bk_dotted.gif) repeat-x scroll left top;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 10px 15px;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

#sidebar ul.sidemenu li {
	background: transparent url(gray_dotted.gif) repeat-x scroll left bottom;
	padding: 6px 5px 6px 0px;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu li a {
	color: #183048;
	text-decoration: none;
}

#sidebar ul.sidemenu li a:hover {
	color: #CB4721;
	text-decoration: none;
}

#footer-wrap {
	background-color: #F3F3F3;
	border-top: 1px solid #E7E7E7;
	clear: both;
	color: #666666;
	font-size: 0.95em;
	height: 50px;
	margin: 0;
	margin-top: 10px;
	padding: 10px 0 30px;
	text-align: center;
}

#footer p {
	line-height: 170%;
	margin-top: 0px;
}

#footer a img, #footer a:hover img {
	border: medium none;
}

#footer {
	margin: 0 auto;
	text-align: left;
}

#footer a {
	color: #003366;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .footer-left {
	float: left;
	padding: 10px 0px;
	width: 65%;
}

#footer .footer-right {
	float: right;
	padding: 10px 0px;
	width: 30%;
}

#footer .footer-right p {
	margin: 0;
	padding: 0;
}

body.news .article {
	border-top: 1px solid #ccc;
}
body.news .article:first-child {
	border-top: 0 none;
}
body.news .article-content {
	padding: 0 0.8em;
}
body.news .note {
	background: #f2f2f2;
	font-size: 8pt;
	padding: 4px 8px;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

.clear {
	clear: both;
	height: 0;
}

.none {
	display: none;
}

.block {
	display: block;
}

.hide {
	display: none;
}

.blue {
	color: #003366;
}

.green {
	color: #498B48;
}

.pink {
	color: #DB0048;
}

.red {
	color: red;
}

.error_message {
	color: red;
}

.help {
	font-size: 0.8em;
	color: #888;
	margin: 3px;
}

.more {
	color: #c63;
	font-size: 0.6em;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	letter-spacing: 0;
}

ul.left-items li {
	float: left;
	margin-right: 30px;
}

.link-note {
	margin-left: 0.3em;
	font-size: 0.7em;
	color: #999;
	font-weight: normal;
}

.media {
	text-align: center;
}
.media img {
	max-width: 750px;
}

.pagination {
	text-align: center;
}
