@charset "utf-8";
/* CSS Document */
html {
	font-family: Tahoma, dotum, "나눔고딕", gulim;
}
body {
	position:relative;
	width: 100%;
	font-size: 100%;
}
.lte7 body {
	min-width: inherit;
	max-width: none;
}
#wrap {
	position: relative;
	width: 60em;
	background: url(/images/common/bg.png) no-repeat 0 1.5em;
	margin: 0 auto;
	padding: 0 0.5625em;/* total width = 978px;*/
	z-index: 0;
}
h3,
label,
button,
input {
	font-size: 0.75em;
}
button {
	cursor: pointer;
}
a {
	text-decoration: none;
	color: #444;
}
a:hover {
	color: #f56e1e;
}
.hidden {
	display: none;
}
.clearfix {
	height:1%;
}
.clearfix {
	height:auto;
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}
h4 {
	margin: 2em 0 0.5em 0;
	color: #1288c4;
}
h5 {
	margin: 1em 0 0.75em 0;
}
h6 {
	margin: 1em 0 0 0;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #444;
}
#accessibility-links {
	position: absolute;
	top:-10em;
	font-size:75%;
	margin: 0 auto;
}
#accessibility-links li a:focus,
#accessibility-links li a:active {
	position: absolute;
	top: 10em;
	left: 1em;
	width: 10em;
	text-align: center;
	color: #000;
	background-color: #ffee8d;
	padding: 0.25em 0;
	z-index: 100;
}
#header {
	height: 8.5em;
/*	border-top: 5px solid #2dabe9;*/
}
#header h1 {
	position: absolute;
	top: 3.75em;
	left: 2em;
	width: 11.625em;
}
#header a.logo {
	display: block;
}
#header-left {
	line-height: 2em;
	float: left;
}
#header-right {
	line-height: 2em;
	float: right;
}
#header-left ul,
#header-right ul,
#header-left ul li,
#header-right ul li {
	display: inline-block;
	vertical-align: middle;
}
.lte7 #header-left ul {
	display: inline;
}
.lte7 #header-right ul {
	display: inline;
}
.lte7 #header-left ul li {
	display: inline;
}
.lte7 #header-right ul li {
	display: inline;
}
.top-links li {
	font-size: 75%;
	padding-left: 0.4em;
	margin-right: 0.25em;
}
#header ul.top-links li {
	background: url(/images/common/list-pause-icon.png) no-repeat left 50%;
}
#header ul.top-links li.first {
	background: none;
}

/* 상단내비게이션 */
#menu {
	position: absolute;
	top: 4.25em;
	left: 16em;
	/*width: 45em;*/
	font-family: Dotum, Gulim, sans-serif;
	margin: 0;
	padding: 0;
	z-index:100;
}
.ie7 #menu {
	left: 17.75em;
}
#menu ul {
	height: 2em;
	padding: 0;
	z-index:100;
}
#menu ul li {
	position: relative;
	display: inline-block;
}
.lte7 #menu ul li {
	display: inline;
}
/* current menu
#menu ul li.current ul {
	display: block;
}
 */
#menu ul li:hover {
	z-index: 100;
}
#menu ul li:hover ul {
	display: block;
	z-index: 100;
}
#menu ul li a {
	position: relative;
	display: block;
	padding-bottom: 0.5em;
}
#menu ul li ul {
	position: absolute;
	top: 1.5em;
	left: 0;
	display: none;
	width: 8em;
	height: auto;
	border: 2px solid #555;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#menu ul li ul li {
	top:0;
	left:0;
	float:none;
	font-size: 75%;
	line-height: 1.5em;
	width: 100%;
	margin:0;
	padding:0;
}
#menu ul li ul li a {
	position:relative;
	display:block;
	height:1.5em;
	line-height: 1.5em;
	font-weight: normal;
	border-top:1px solid #d0dcd8;
	background-color:#fff;
	letter-spacing: -1px;
	text-align:left;
	margin:0;
	padding: 0.5em 0.5em 0.45em 0.75em;
}
#menu ul li ul li.first a {
	border-top:0 none;
}
#menu ul li ul li.current a {
	color: #fff !important;
	background-color:#444 !important;
}
#menu ul li ul li:hover a,
#menu ul li:hover ul li a:hover {
	background-color: #ffee7a;
	text-decoration: none;
}
#menu ul li img {
	height: 1.0625em;
}
#menu ul li.menu1 {
	width: 3.5em;
	margin-left: 2em;
}
#menu ul li.menu2 {
	width: 1.8125em;
	margin-left: 2em;
}
#menu ul li.menu2 ul {
	width: 10em;
}
#menu ul li.menu3 {
	width: 1.8125em;
	margin-left: 2em;
}
#menu ul li.menu4 {
	width: 1.75em;
	margin-left: 2em;
}
#menu ul li.menu4 ul {
	width: 10em;
}
#menu ul li.menu5 {
	width: 3.5em;
	margin-left: 3em;
}
#menu ul li.menu6 {
	width: 3.4375em;
	margin-left: 2em;
}
#menu ul li.menu6 ul {
	width: 9em;
}
#menu ul li.menu7 {
	width: 3.375em;
	margin-left: 2em;
}
#menu ul li.menu8 {
	width: 4.25em;
	margin-left: 2em;
}
#menu ul li.menu9 {
	display:none;
}
/*
#quick-menu
{
	width: 10.1875em;
	height: 7em;
	background: url(/images/common/quick-menu/background.png) no-repeat;
	border: 1px solid #fff;
}
#quick-menu dl
{
	margin-left: 0.25em;
}
#quick-menu dl dt
{
	margin: -0.083em 0 0 0.083em;
}
#quick-menu dl dd
{
	width: 3em;
	display: inline;
	padding: 0;
	margin-left: 0.25em;
}
*/
/*
#decoration #quick-menu-button {
	width: 0.75em;
	vertical-align: top;
	line-height: 9.75em;
	overflow: hidden;
	background-color: red;
}
*/
/* decoration layout */
#decoration {
	width: 100%;
}

#decoration img {
	width: 60em;
	height: 7em;
}
/* content layout */
#content {
	width: 42.95em;
	margin-bottom: 1em;
	padding: 0 1.5em 0 1em;
	display: inline-block;
	vertical-align: top;

	height: 1%;
}
#content {
	height: auto;
}
.lte7 #content {
	display: inline;
}

#content h3 {
	font-size: 1em;
	margin: 0 0 0.25em 0;
	padding: 0.75em 0 0.25em 0;
}
#nav-bar {
	clear: both;
	float: right;
	margin: 1em 0 0 0;
}
#nav-bar li {
	display: inline-block;
	font-size: 70%;
	line-height: 1.5em;
	letter-spacing: -1px;
	padding: 0 0.5em 0 0.75em;
	background: url(/images/common/nav.gif) no-repeat 0 50%;

	height: 1%;
}
#nav-bar li {
	height: auto;
}
.lte7 #nav-bar li {
	display: inline;
}
#nav-bar li.first {
	padding-left: 0;
	background-image: none;
}
#nav-bar li a {
	font-size: 1em;
}
#nav-bar li.last a {
	color: #f56e1e;
	font-weight: bold;
}


#content .sub-menu {
	font-size: 75%;
	margin-bottom: 0.5em;
}
#content-main .sub-menu {
	font-size: 100%;
	margin-bottom: 0.5em;
}
#content .sub-second-menu {
	font-size: 75%;
	padding-top: 0.5em;
	border-top: 1px dotted #cfcfcf;
}
#content .sub-menu li,
#content .sub-second-menu li {
	position: relative;
	display: inline-block;
	width: 24.8%;
	letter-spacing: -1px;
	vertical-align: top;
	overflow: hidden;

	height: 1%;
}
#content .sub-menu li {
	height: auto;
}
#content .sub-second-menu li {
	height: auto;
}
.lte7 #content .sub-menu li {
	display: inline;
}
.lte7 #content .sub-second-menu li {
	display: inline;
}
#content .sub-menu li a {
	display: block;
	text-align: left;
	line-height: 1.5em;
	border: 1px solid #bbb;
	margin: 0 0 1px 1px;
	padding: 0.2em 0.25em 0.2em 0.75em;
}
#content .sub-second-menu li a {
	display: block;
	color: #555;
	text-align: left;
	line-height: 1.5em;
	border: 1px solid #cfcfcf;
	background-color: #f9fcf5;
	margin: 0 0 1px 1px;
	padding: 0.2em 0.25em 0.2em 1.25em;
	background: url(/images/common/list-pause-icon.png) no-repeat 0.7em 50%;
}
#content .sub-menu li.current a,
#content .sub-menu li a:hover {
	color: #fff;
	background-color: #444;
	border-color: #222;
	/*background-color: #ff4d00;
	border-color: #ed4800;*/
}
#content .sub-second-menu li.current a,
#content .sub-second-menu li a:hover {
	color: #222;
	background-color: #d4f49c;
	border-color: #a4db45;
}
#content .sub-menu li.current a {
	color: #fff;
}
#content-menu,
#content-sub-menu {
	padding: 1em;
	border: 1px solid #eee;
}
#content-menu li,
#content-sub-menu li {
	position: relative;
	display: inline-block;
	line-height: 1.5em;
	width: 24%;
	background: url(/images/common/bullet.png) no-repeat left;
	padding-left: 1%;

	height: 1%;
}
#content-menu li {
	height: auto;
}
#content-sub-menu li {
	height: auto;
}
.lte7 #content-menu li {
	display: inline;
}
#content-menu li.current,
#content-sub-menu li.current {
	font-weight: bold;
}
#content-sub-menu {
	margin-top: 1em;
}
#content-main #top-link {
	display: block;
	width: 4em;
	height: 1.75em;
	margin-top: 2em;
}

/* 페이지만족도 */
#vote {
	position: relative;
	margin: 1.5em 0 0 0;
	padding: 1em 0.75em 1em 1.5em;
	background: url(/images/common/vote-bg.png) no-repeat 0 0;
	height: 5em;
}
#vote .text {
	position: absolute;
	top: 0.75em;
	left: 1em;
}
#vote #vote_content {
	position: relative;
	vertical-align: top;
	margin: 0 0 0 5em;
	height: 1%;
}
#vote #vote_content p {
	font-size: 75%;
}
#vote #vote_content legend {
	font-size: 0;
	height: 0;
	line-height: 0;

	overflow: hidden;
	visibility: hidden;
	width: 0;
}
#vote #vote_content #radio-rating {
	/*position: absolute;
	top: -0.35em;
	left: 15.5em;*/
	margin: 0.25em 0 0 -0.25em ;
}
#vote #vote_content #radio-rating li {
	display: inline;
}
#vote #vote_content #suggestion {
	vertical-align: top;
	margin: 0.25em 0 0 0;
}
#vote #vote_content #suggestion li {
	display: inline-block;
	vertical-align: bottom;
	height: 1%;
}
#vote #vote_content #suggestion li {
	height: auto;
}
.lte7 #vote #vote_content #suggestion li {
	display: inline;
}
#vote #vote_content #suggestion li span.suggestion-label {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}
#vote #vote_content #suggestion li input.textbox {
	font-size: 100%;
	width: 30em;
	background-color: #edfdff;
	border: 1px solid #aaaaaa;
	padding:0.25em;
}
#vote #vote_content #suggestion li {
	height: 1.5em;
	padding: 0;
}
#vote #vote_content #suggestion li a {
	width: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 0 0.35em;
	padding: 0.25em 0.5em;
	display: block;
	border: 1px solid #aaa;
}
.lte7 #vote #vote_content #suggestion li a {
	width: 3.25em;
}
#vote #vote_content #suggestion li a:hover {
	color: #0b5899;
}
#vote_content button { 
	line-height: 1.5em;
	width: 4em;
	height: 1.95em;
	font-weight: bold;
	color: #585858;
	background: #DDD url(/images/common/suggestion-bg01.png) 0 0 no-repeat;
	border: 0 none;
	margin: 0.24em 0 0 0.25em;
}
.lte7 #vote_content button { 
	margin: 0.05em 0 0 0.25em;
}
#vote_content a.vote-login {
	position: absolute;
	top: 3.25em;
	right: 8.45em;
	line-height: 1.5em;
	width: 4em;
	height: 1.95em;
	font-weight: bold;
	font-size: 75%;
	letter-spacing: -1px;
	color: #FFF;
	border: 0 none;
	background: url(/images/common/suggestion-bg02.png) 0 0 no-repeat;
	text-align: center;
	padding-top: 0.15em;
}
.lte7 #vote_content a.vote-login {
	position: absolute;
	top: 3.45em;
	right: 8.25em;
	padding-top: 0.25em;
}


/* side-menu layout */
#side-menu {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 14.5em;
	margin: 0;
	padding: 0 0 1em 0;

	height: 1%;
}
#side-menu {
	height: auto;
}
.lte7 #side-menu {
	display: inline;
}
#side-menu img.bottom {
	padding-top: 2em;
}
#side-menu-wrap {
	width: 14.5em;
	background: url(/images/common/side-menu-bg-body.png) repeat-y 0 0;
}
#side-menu h2 {
	width: 14.5em;
	background: url(/images/common/h2-bg.png) no-repeat left top;
}
#side-menu h2 img {
	margin: 0;
}
#side-menu ul {
	margin: 0;
	padding: 0;
	background: url(/images/common/side-menu-bg-bottom.png) no-repeat 0 bottom;
}
#side-menu ul li {
	position: relative;
	font-weight: bold;
	line-height: 1.75em;
	height: 1.75em;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;

	height: 1%;
}
#side-menu ul li {
	height: auto;
}
#side-menu ul li.first {
	border-top: 1px dotted #ccc;
}
#side-menu ul ul {
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	height: 1%;
}
#side-menu ul ul {
	height: auto;
}
#side-menu ul ul li {
	font-weight: normal;
	display: block;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	border: 0 none;
	background: none;
}
#side-menu ul ul li.first {
	border-top: 1px solid #ddd;
}
#side-menu ul li ul li a {
	display: block;
	line-height: 2em;
	padding: 0 0 0 2.5em;
	background: url(/images/common/icon02.png) no-repeat 1.75em 50%;
}
.lte7 #side-menu ul li ul li a {
	height: 1.75em;
	line-height: 2em;
}
#side-menu ul li a {
	display: block;
	color: #444;
	font-size: 75%;
	padding: 0 0 0 1.75em;
	vertical-align: middle;
	background: url(/images/common/icon01.png) no-repeat 0.5em 50%;

	height: 1%;
}
#side-menu ul li a {
	height: auto;
}
#side-menu ul li span {
	display: block;
	color: #444;
	font-size: 75%;
	cursor: pointer;
	line-height: 2em;
	vertical-align: top;
	padding: 0 0 0 1.75em;
	background: url(/images/common/sidemenu-expand.png) no-repeat 0.2em 50%;

	height: 2.25em;
}
#side-menu li span a {
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	background:none;
	vertical-align: top;
}
#side-menu li.current a,
#side-menu li.current span,
#side-menu li span:hover {
	color: #316992;
}
#side-menu li.current li.current a,
#side-menu li.current li a:hover {
	color: #fff;
	background: url(/images/common/bullet-on.png) no-repeat 0.5em center;
	background-color: #1187c4;
}
#side-menu li a:hover {
	color: #0d81ba;
}
#side-menu li li a:hover {
	color: #0d81ba;
	background-color: #eef9ff;
}

#side-menu li.current li a {
	color: #444;
}
#side-menu li.expanded span {
	background: url(/images/common/sidemenu-collapse.png) no-repeat 0.2em 50%;
}

/* side-menu form */
#side-menu-form {
	width: 10.8125em;
	height: 5.5em;
	margin: 0.5em 0 0 0;
	padding: 1.25em 1.25em;
	background: url(/images/common/form-bg.png) no-repeat;
}
#side-menu-form h4 {
	width: 6.5em;
	margin: 0;
	margin: 0 0 0 0;
	padding-left: 1.25em;
	background: url(/images/common/icon-01.gif) no-repeat;
}
#side-menu-form form {
	margin-top: 0.5em;
}
#side-menu-form form legend {
	position: absolute;
	overflow: hidden;
	height: 0;
	width: 0;
	font-size: 0;
	visibility:hidden;
}
#side-menu-form form select, #side-menu-form form button {
	font-size: 75%;
	display: inline-block;
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 0.1em 0;

	*display: inline;
	zoom: 1;
}
#side-menu-form form select {
	width: 64%;
	padding: 0.15em 0;
	margin-left: 0.25em;
	border: 1px solid #aaa;
}
#side-menu-form form select option.option-title {
	color: #000;
	background-color: #ffffee;
	font-weight: bold;
}
#side-menu-form form#city-combobox {
	margin-top: 0.25em;

	*margin-top: -0.75em;
	zoom: 1;
}
#side-menu-form form button {
	width: 27%;
	margin-left: 0.25em;

	*padding: 0.4em 0 0 0;
}
#side-menu-form form button:hover {
	color: #fff;
	background-color: #333;
	border-color: #111;
}
/* 추가 사이트 퀵메뉴*/
#side-menu .option-menu {
	margin: 0.5em 0 0 0;
	padding: 0;
}
#side-menu .option-menu p.performance {
	margin: 0.15em 0;
	padding: 0;
}
#side-menu .option-menu p.venue {
	margin: 0.15em 0;
	padding: 0;
}
#side-menu .option-menu p.getway {
	margin: 0.15em 0;
	padding: 0;
}


/* QR code content */
#qr-code {
	position: relative;
	margin-top: 0.5em;
	border: 1px solid #ccc;
}
#qr-code .qr_image {
	margin: 2.25em 0 1em 2.75em;
}
#qr-code h5 {
	position: absolute;
	top: 0;
	left: 0 !important;
	margin: 0;
	padding: 0;
}
#qr-code_content img {
	margin-bottom: 0.5em;
}
#qr-code_content {
	padding: 0.5em;
}
#qr-code_content p {
	/*padding-left: 1em;*/
	font-size: 70%;
	line-height: 1.3em;
}
#qr-code_content p span {
	color: #ff4d00;
	letter-spacing: -1px;
}

/* tab menu */
#sub-menu {
	clear: both;
	font-size: 75%;
	margin: 1em 1.75em 1em 1.5em;
	padding: 0.5em 0;
	border: 3px solid #4d648f;
	background: url(/images/common/sub-menu-bg.gif) repeat-x left bottom;
}
#sub-menu li {
	display: inline-block;
	width: 22.5%;
	line-height: 1.5em;
	margin: 0.25em 0 0.25em 0.5em;
	padding-left: 0.5em;
	background: url(/images/common/bullet.png) no-repeat left;
	letter-spacing: -1px;

	height: 1%;
}
#sub-menu li {
	height: auto;
}
.lte7 #sub-menu li {
	display: inline;
}
#sub-menu li.current a {
/*	background-color: #efefef;*/
	color: #333;
	font-weight: bold;
}
#sub-menu li:hover a {
	color: #4d648f;
	font-weight: bold;
}
#content-menu, #content-sub-menu {
	padding: 1em;
	border: 1px solid #eee;
}
#content-menu li, #content-sub-menu li {
	display: inline-block;
	width: 24%;
	padding-left: 1%;
	background: url(/images/common/bullet.png) no-repeat left;
	line-height: 1.5em;
	zoom: 1;
	*display: inline;
}
#content-menu li.current, #content-sub-menu li.current
{
	font-weight: bold;
}
#content-sub-menu
{
	margin-top: 1em;
}

/* content-main */
#content-main {
	position: relative;
	clear: both;
	font-size: 75%;
	padding: 0 0 5em 0;
	line-height: 1.5em;
}

#content-main ul.paginator li a,
#content-main ul.paginator li span {
	font-size: 1em;
	padding: 0.2em 0.4em;
	display: block;
}
#content-main ul.paginator li.current {
	color: #fff;
	background-color: #111;
	border-color: #111;
}

#content-main ul.paginator li a:hover {
	color: #fff;
	background-color: #111;
}

table {
	clear: both;
	width: 100%;
	border: #ff8a2f solid 2px;
	margin: 0.5em 0;
	padding: 0;
}
table caption.hidden {
	position: absolute;
	visibility: hidden;
	line-height: 0;
	top: 0;
	left: 0;
	font-size: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}
table caption {
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
table a {
	font-size: 1em;
}
table tr.gray {
	background-color: #f9f9f9;
}
table th {
	color: #222;
	text-align: center;
	vertical-align: middle;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 0.5em;
	line-height: 1.5em;
}
table thead th {
	padding: 0.75em 0.5em;
	background-color: #fafdee;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #222;
}
table tbody th {
	font-weight: normal;
	border: 1px solid #ddd;
	background-color: #fafafa;
}
table td {
	color: #444;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	border-top: #ddd solid 1px;
	border-left: #eee solid 1px;
	border-right: #eee solid 1px;
	/*border-bottom: #ddd solid 1px;*/
	background-color:#fff;
	padding: 0.35em;
}
table td.td-left {
	text-align: left;
}
table td.td-center {
	text-align: center;
}
table td.td-right {
	text-align: right;
}
table td#master-color {
	color: #00417e;
	font-weight: bold;
	background-color: #EFFAFF;
}
table td#submaster-color {
	background-color: #f1fae9;
}


.board {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.board th {
	color: #444;
	border: 0 none;
	border-bottom: 1px solid #999;
	background: #fafafa url(/images/common/table-board-bg.gif) 0 0 repeat-x;
}
.board td {
	padding: 0.4em;
	border-left: 0 solid #fff;
	border-right: 0 solid #fff;
}
#board-decoration {
	margin-bottom: 1em;
}
#board-decoration, #board-decoration img {
	border: 0.2em solid #ededed;
}
#board-decoration img,
#board-decoration p {
	display: inline-block;
	vertical-align: top;

	height: 1%;
}
#board-decoration img {
	height: auto;
}
#board-decoration p {
	height: auto;
}
.lte7 #board-decoration img {
	display: inline;
}
.lte7 #board-decoration p {
	display: inline;
}
#board-decoration img {
	width: 7.9375em;
	border-width: 0.0625em;
	margin: 0.5em 0 0.5em 0.75em;
}
#board-decoration p {
	width: 44em;
	line-height: 1.25em;
	text-align: justify;
	margin: 1em 0.5em 0.5em 1.75em;
}
#board-divisions {
	padding: 1em;
	border: 1px solid #eee;
}
#board-divisions li span {
	font-size: 0.75em;
}
#board-divisions li.current a,
#board-divisions li.current span,
#board-divisions li.current li.current a {
	color: #f00;
}
#board-divisions li.current li a {
	color: #666;
}
#board-divisions li li {
	display: inline-block;
	width: 30%;
	padding: 0.1em 0;
	
	height: 1%;
}
#board-divisions li li {
	height: auto;
}
.lte7 #board-divisions li li {
	height: auto;
}

/* board-divisions js-enabled */
#board-divisions {
	margin-bottom: 0.5em;
}

#board-divisions li {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
#board-divisions li {
	height: auto;
}
.lte7 #board-divisions li {
	display: inline;
}
#board-divisions li a, #board-divisions li span {
	padding-left: 1em;
	background: url(/images/common/collapsed.gif) no-repeat left center;
}
#board-divisions li.expanded a, #board-divisions li.expanded span {
	background-image: url(/images/common/expanded.gif);
}
#board-divisions li li a, #board-divisions li.expanded li a {
	background-image: url(/images/common/bullet.png);
}
#board-divisions li span {
	display: block;
	cursor: pointer;
}
#board-divisions li ul {
	display: none;
	position: relative;
	top: 0.5em;
	width: 333%;
}
#board-divisions li.pos-1 ul {
	left: 0%;
}
#board-divisions li.pos-2 ul {
	left: -100%;
}
#board-divisions li.pos-3 ul {
	left: -200%;
}
#board-divisions li.expanded ul {
	display: block;
}
#board-divisions li.expanded li {
	background-color: #eee;
	text-align: left;
	width: 25%;
}
#board-header {
	display: inline;
}
#board-header form,
#board-header a {
	display: inline-block;
	font-size: 1em;
	vertical-align: middle;

	height: 1%;
}
#board-header form {
	height: auto;
}
.lte7 #board-header form {
	display: inline;
}
#board-header legend,
#board-header label.board-combo-label,
#board-header label.board-textbox-label {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
#board-header a {
	height: auto;
}
.lte7 #board-header a {
	display: inline;
}
#board-navigation-info {
	height: 1em;
}
.lte7 #board-navigation-info {
	padding-top: 0.15em;
}
#board-header form {
	height: 2em;
}
.lte7 #board-header form {
	margin-bottom: 0.25em;
}
#board-header a {
	margin-left: 1em;
}
#board-header input,
#board-header button {
	font-size: 1em;
}
#board-header div {
	float: right;
}
#board-header div span {
	margin-left: 1em;
}
#board-header button {
	width: 4em;
}
.lte7 #board-header button {
	padding-top: 0.2em;
	vertical-align: top;
}
/* board list */
#content-main table.board {
	margin-top: 1em;
}
#content-main table.board  caption {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
#content-main table.board thead th.id {
	width: 4em;
}
#content-main table.board thead th.division {
	width: 6em;
}
#content-main table.board thead th.author {
	width: 7em;
}
#content-main table.board thead th.date {
	width: 6em;
}
#content-main table.board thead th.date-end {
	width: 6em;
}
#content-main table.board thead th.files {
	width: 6em;
}
#content-main table.board thead th.read-count {
	width: 4em;
}
#content-main table.board tbody td {
	text-align: center;
}
#content-main table.board tbody td.title {
	text-align: left;
}
#content-main table.board tbody td.title a.reply {
	padding-left: 2em;

	background: url(/images/board/re.gif) no-repeat;
}
#content-main table.board tbody td ul li {
	display: inline;
	margin-left: 0.2em;
}
#content-main table.board tr:hover {
	background-color: #f4f4f4;
}
#content-main table.board a:hover {
	color: #111;
	text-decoration: underline;
}
#content-main ul.board li {
	display: inline-block;

	width: 19%;
	min-height: 8em;
	vertical-align: top;

	height: 1%;
}
#content-main ul.board li {
	height: auto;
}
.lte7 #content-main ul.board li {
	display: inline;
}
.ie6 #content-main ul.board li {
	height: 8em;
}
#content-main ul.board li img,
#content-main ul.board li span {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* #gallery-list */
#content-main ul#gallery-list {
	position: relative;
	border-top: 2px solid #666;
	margin-top: 0.5em;
	padding: 0.5em 0;
}
#content-main ul#gallery-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 27.25em;
	min-height: 7.5em;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 0.25em;
	margin: 0.25em;
	
}
.lte7 #content-main ul#gallery-list li {
	display: inline;
	height: 7.5em;
}
#content-main ul#gallery-list li:hover {
	border: 1px solid #0d8956;
}
#content-main ul#gallery-list li a {
	display: block;
	background-color: #f4f4f4;
} 
#content-main ul#gallery-list li img {
	display: inline-block;
	vertical-align: top;
	width: 10em;
	height: 7.5em;
	overflow: hidden;

}
.lte7 #content-main ul#gallery-list li img {
	display: inline;
}
#content-main ul#gallery-list li span {
	display: inline-block;
	padding: 0.25em 0 0.25em 0.75em;
	width: 16.25em;
	height: 7em;
	overflow: hidden;
	vertical-align: top;
	text-align: left;
	cursor: pointer;
}
.lte7 #content-main ul#gallery-list li span {
	display: inline;
}
#board-footer {
	margin-top: 1em;

	height: 1%;
}
#board-footer {
	height: auto;
}
#board-footer:after {
	content: '';
	display: block;
	clear: both;
}
#content-main ul.paginator {
	margin: 1em 0;
}
#content-main ul.paginator li {
	position: relative;
	display: inline-block;
	line-height: 1.5em;
	padding: 0;
	vertical-align: middle;
	/*font-size: 0.75em;*/
	border: 1px solid #ccc;
	margin: 0 0.1em;

	height: 1%;
}
#content-main ul.paginator li {
	height: auto;
}
.lte7 #content-main ul.paginator li {
	display: inline;
}
#content-main ul.paginator li a,
#content-main ul.paginator li span {
	font-size: 1em;
	padding: 0.2em 0.4em;
	display: block;
}
#content-main ul.paginator li.current {
	color: #fff;
	background-color: #111;
	border-color: #111;
}
#content-main ul.paginator li a:hover {
	color: #fff;
	background-color: #111;
}
#board-actions {
	float: right;
}
.record-footer {
	width: 100%;
	padding: 2em 0;
	border-top: none;
}
.record-footer:after {
	content: '';
	display: block;
	clear: both;
}
.record-footer form {
	display: inline-block;
	/*width: 15.5em;*/
	margin: 0;
	padding: 0;

	height: 1%;
}
.record-footer form {
	height: auto;
}
.lte7 .record-footer form {
	display: inline;
	width: 21em;
}
.record-footer form label {
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.record-footer form span.password-title {
	padding: 0 1em 0 0;
}
.record-footer form label input {
	font-size: 1em;
	height: 1.5em;
	vertical-align: middle;
	margin: 0 0.1em 0 0;
	padding-left: 0.2em;
	letter-spacing: 2px;
	border: 4px solid #ff7e1f;
}
.record-footer form input.delete_btn,
.record-footer form input.modify_btn {
	vertical-align: middle;
	margin: 0 0.5em 0 0.25em;
}
.record-footer a {
	display: inline-block;
	vertical-align: bottom;

	height: 1%;
}
.record-footer a {
	height: auto;
}
.lte7 .record-footer a {
	display: inline;
	margin-bottom: 0.15em;
}
.record-footer form a img {
	height: 2.3333em;
}
.record-actions {
	float: right;
}
.record-actions li {
	display: inline-block;
	margin-left: 0.5em;

	height: 1%;
}
.record-actions li {
	height: auto;
}
.lte7 .record-actions li {
	display: inline;
}

/* board view */
#content-main div.record-title {
	clear: both;
	border-top: 2px solid #666;
	border-bottom: 1px solid #ccc;
	line-height: 2em;
	height: 2em;
	padding: 0.1em 0;
}
#content-main div.record-author,
#content-main div.record-date {
	display: inline-block;
	width: 49.99%;
	line-height: 2em;
	height: 2em;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0;

}
.lte7 #content-main div.record-author {
	display: inline;
}
.lte7 #content-main div.record-date {
	display: inline;
}
#content-main div span.header {
	display: inline-block;

	width: 20%;
	padding-left: 1em;
	margin-right: 1em;
	background: #efefef;

	height: 1%;
}
#content-main div span.header {
	height: auto;
}
.lte7 #content-main div span.header {
	display: inline;
}
#content-main div.record-author span.header,
#content-main div.record-date span.header {
	width: 40%;
}

#content-main div.record-files {
	padding: 0.15em 0;
	border-bottom: 1px solid #888;
	height: 100%;
}
#content-main div.record-files span.header {
	vertical-align: top;
}
#content-main div.record-files ul {
	display: inline-block;
	width: 70%;

	height: 1%;
}
#content-main div.record-files ul {
	height: auto;
}
.lte7 #content-main div.record-files ul {
	display: inline;
}
#content-main div.record-files ul li {
	margin-bottom: 0.3em;
}
#content-main div.record-files ul li img {
	vertical-align: bottom;
	margin-right: 0.5em;
}
#content-main div.record-files a {
	font-size: 1em;
}
#content-main div.record-content {
	position: relative;
	height: 100%;
	border-bottom: 1px solid #ccc;
	margin-top: 1em;
	padding: 1em;
}
#content-main div.record-content a,
#content-main div.record-content p,
#content-main div.record-content span {
	color: #444;
	font-size: 1em;
}
#content-main div.record-content p {
	margin: 1em 0;
}
#content-main div.record-content table {
	width: auto;
}

/* board-write */
#record-write label {
	display: inline-block;
	width: 8em;
	padding-right: 1em;
	height: 2em;
	line-height: 2em;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	font-size: 1em;
}
.lte7 #record-write label {
	display: inline;
}
#record-write label.hidden {
	display: none;
}
#record-write input,
#record-write select {
	display: inline-block;
	width: 20em;
	font-size: 1em;
	
	height: 1%;
}
#record-write input {
	height: auto;
}
#record-write select {
	height: auto;
}
#record-write input.button {
	width: auto;
}
#record-write input.regist-button {
	width: auto;
	height: auto;
	/*width: 5.75em;
	height: 2.3333em;*/
	margin: 1em 0 0.5em 0;
}
#record-write textarea {
	width: 100%;
	height: 20em;
}
#record-write ul label {
	width: auto;
	display: block;
	text-align: left;
}
#record-write ul input {
	width: auto;
}

/* manager 페이지 매니저 */
#manager {
	width: 44.25em;
	height: 1.9375em;
	clear: both;
	margin-top: 0.5em;
	padding: 1.25em 0 0 0;
	border: 1px solid #d9d9d9;
	background: url(/images/common/manager-bg.png) repeat-x 0 0.0833em;
}
#manager p {
	font-size: 75%;
	margin-left: 12.5em;
}
.lte7 #manager p {
	line-height: 1.75em;
}

#manager p span{
	font-weight: bold;
	color: #0072bc;
	letter-spacing: -0.075em;
}
#manager p,
#manager a {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;

	height:1px;
}
#manager p {
	height:auto;
}
#manager a {
	height:auto;
}
.lte7 html #manager p {
	display:inline;
}
.lte7 html #manager a {
	display:inline;
}


/* footer */
#footer {
	clear: both;
	position: relative;
	height: 9em;
	margin: 0;
	padding: 1.5em 0 0 0.5em;
	border-top: 1px solid #aaa;
	background: url(/images/common/footer-bg.png) no-repeat top;
}
#footer a.logo {
	display: block;
	width: 9.125em;
	height: 1.6875em;
	margin-bottom: 1.5em;
}
#footer a.logo img {
	width: 9.125em;
	height: 1.6875em;
}

#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	display: inline-block;
	font-size: 70%;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 0.5em 0.1em;
	background: url(/images/common/list-pause-icon.png) no-repeat 0 0.2em;
}
.lte7 #footer li {
	display: inline;
}
#footer li.first,
#footer li.last {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0.5em 0;
	background: none;
}
#footer li a {
	float: none;
	color: #555;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0.75em 0 0;
	border-bottom: 1px solid #fff;
}
#footer li a:hover {
	color: #ff7b1c;
	border-color: #ff7b1c;
}
#footer address {
	display: block;
	font-size: 75%;
	color: #666;
	font-style: normal;
	line-height: 1.5em;
	padding: 0.5em 0 0 0;
	margin: 0.5em 0 0 0;
}
#footer address strong {
	letter-spacing: -1px;
}
/*
#footer address {
	display: block;
	font-style: normal;
	padding: 0.5em 0 0 0;
	margin: 0.25em 0 0 0;
}
*/
#footer p {
	color: #666;
	font-size: 75%;
	line-height: 1.5em;
	margin: 0;
}
#footer p a {
	float: none;
	color: blue;
	font-size: 1em;
	border-bottom: 1px solid blue;
}
#footer p a:hover {
	border-bottom: 0 none;
}
#footer span {
	color: #ccc;
}
.markup-valid {
	position: absolute;
	top: 5em;
	right: 1em;
	
}

/*지도*/
img.map{
	width: 55.5em;
	margin: 1em 0;
}
p.map{width:33.3333em;height:33.5556em;margin:3em 0 0 0;}
p.map img{width:33.3333em;height:33.5556em;}
div.map{width:56em;height:400px;border:4px solid #333;margin:.85em 0 0 0;}
div.map div,div.map img{height:100%;}

/* list */
#content-main .depth01,
#content-main .list-icon {
	margin: 1em 0 2em 1.25em;
	padding: 0;
	height: 100%;
}{
	margin-bottom:3em;
}
#content-main .depth02 {
	margin-top:0.5em;
}
#content-main .depth01 li {
	background: url(/images/common/depth01.gif) no-repeat 0.4em 0.7em;
	height: 1%;
	line-height: 1.5em;
	margin: 0 0 0.5em 0.5em;
	padding: 0 0 0 1em;
	position: relative;
}
#content-main .depth02 dd,
#content-main .depth02 li {
	background: url(/images/common/depth02.gif) no-repeat 0.3em 0.75em;
	height: 1%;
	line-height: 1.5em;
	margin: 0 0 0.5em 0.25em;
	padding: 0 0 0 1em;
	position: relative;
}
.list-icon dt {
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 0.5em 0.25em;
	padding: 0 0 0 1em;
	background: 0url(/images/common/depth01.gif) no-repeat 0 0.45em;
}
.list-icon dd {
	line-height: 1.5em;
	margin: 0 0 0.5em 1.25em;
	padding-left: 1em;
	background: url(/images/common/depth02.gif) no-repeat 0 0.7em;
}
dt {
	color: #666;
	font-weight: bold;
	margin:0.5em 0 0.25em 0;
}
dd {
	padding-left: 0;
}
p.text {
	line-height:1.5em;
	margin: 0.5em 0 0.5em 0.25em;
	padding-left:1em;
	background:url(/images/common/depth02.gif) no-repeat 0.3em 0.7em;
}

/* 회원 및 회원관리 */
#content a.member-add {
	border: 1px solid #f04e08;
	padding: 0.3em 0.5em 0.3em 2em;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
	display: block;
	width: 6em;
	background: #ff4d00 url(/images/common/member-add-icon.gif) 0.6em 0.6em no-repeat;
}
#content a.member-add:hover {
	background-color: #099537;
	border-color: #048a30;
}
table.member-list tbody td a {
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	color: #111;
	margin-right: 0.5em;
	padding: 0.2em 0.25em;
}
table.member-list tbody td a:hover {
	background-color: #099537;
	border-color: #048a30;
	color: #fff;
}








/* for print url-expand*/
span.url { display: none !important; }
