/* teb-menu */
#board-divisions {
	margin-bottom: 1em;
	padding: 1em 1em;
	border: 1px solid #ddd;
}
* html #board-divisions {
	padding: 0.75em 1em 1em 1em;
}
#board-divisions li span {
	font-size: 1em;
}
#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.25em 0;
}
* html #board-divisions li li {
	display: inline;
}
*+html #board-divisions li li {
	display: inline;
}
#board-divisions li {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
* html #board-divisions li {
	display: inline;
	padding-top: 0.25em;
	margin-top: 0.25em;
	overflow: hidden;
}
*+html #board-divisions li {
	display: inline;
}
#board-divisions li a,
#board-divisions li span {
	padding-left: 0.5em;
	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.expanded li a:hover {
	color: #960000;
	font-weight: bold;
}
#board-divisions li li a,
#board-divisions li.expanded li a {
/*	background-image: url(/images/common/nav.gif);*/
	margin: 0 0 0 0.5em;
}
#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 {
	width: 24%;
	border: 1px solid #ddd;
	background-color: #edfdff;
	margin: 0.25em 0 0 0.25em;
}

/* board-navigation-info */
#board-header #board-navigation-info {
	margin: 0.75em 1em 0 0;
}

/* form */
/*
#board-header form {
	font-size: 1em;
	height: 2em;
	border: 1px solid red;
}
#board-header form select,
#board-header form input,
#board-header form button {
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ccc;

	*display: inline;
	zoom: 1;
}
#board-header form input {
	width: 10em;
	height: 1.65em;
}
#board-header form select,
#board-header form button {
	width: 5em;
	height: 2em;
	text-align: center;
}
#board-header form button:hover {
	color: #fff;
	background-color: #666;
	border-color: #666;
}*/

/* ÁÖ¿äÁ¦Ç°¾È³» °Ô½ÃÆÇ */
#content-main ul.board {
	border: 3px solid
	clear: both;
	margin-top: 1em;
}
#content-main ul.board li {
	display:inline-block;
	width:19%;
	min-height:8em;
	vertical-align:top;
	margin-top: 1em;
}
* html #content-main ul.board li {
	height:8em;
	display:inline;
}
*+html #content-main ul.board li {
	display:inline;
}
#content-main ul.board li img, #content-main ul.board li span {
	display:block;
	text-align:center;
	margin:0 auto;
}

#content-main p.board {
	clear: both;
	margin-top: 1em;
	text-align: center;
	border: 1px solid #ddd;
}

/* Å×ÀÌºí */
table
{
	width: 100%;
	border: #666 solid 1px;
	border-top-width: 2px;
	border-collapse: collapse;
	margin-top: 0.5em;
	/*font-size: 0.75em;*/
}
table caption
{
	/*display: table-caption;
	position: absolute;*/
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}
table a
{
	font-size: 1em;
}
th, td
{
	border: #ccc solid 1px;
	padding: 0.5em;
	line-height: 1.5em;
	color: #444;
	vertical-align: middle;
	text-align: center;
}
table td.left {
	text-align: left;
	padding-left: 0.75em;
}
thead tr
{
	background-color: #f8f8f8;
	vertical-align: middle;
}
tbody th
{
	font-weight: normal;
}
.board,
.board th,
.board td {
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
}
.board th {
	text-shadow: 0 1px 0 #fff;
	border-bottom: 0 none;
}
#content-main ul#gallery-list {
	margin: 0.5em 0 0.5em 0;
	width: 100%;
	border-top: 2px solid #666;
	padding: 0.5em 0;
}

/* °Ô½ÃÆÇ °Ë»ö */
#board-header {
	/*display: inline;*/
	width: 100%;
	height: 2em;
}
#board-header form, #board-header a {
	display: inline-block;
	font-size: 1em;
	vertical-align: middle;

	*display: inline;
	zoom: 1;
}
#board-navigation-info {
	height: 1em;

	/*padding-top: 0.15em;*/
}
#board-header form {
	height: 1.5em;
	*margin-bottom: 0.25em;
}

#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 {
	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;
	height: 1.95em;

	*padding-top: 0.2em;
	*vertical-align: top;
}

/* board list °Ô½ÃÆÇ */
#content-main table.board {
	_width: 56.65em;
	background: url(/images/board/thead-bg.png) no-repeat left top;
}
#content-main table.board thead tr {
	height: 3.5em;
	padding-top: 0.5em;
	background-color: transparent;
}
#content-main table.board {
	margin: 0.25em 0 0 0;
}
/*
#content-main table.board thead th.id {
	width: 15em;
}
#content-main table.board thead th.division {
	width: 6em;
}
#content-main table.board thead th.author {
	width: 25em;
}
#content-main table.board thead th.date {
	width: 15em;
}
#content-main table.board thead th.date-end {
	width: 10em;
}
#content-main table.board thead th.files {
	width: 10em;
}
#content-main table.board thead th.read-count {
	width: 15em;
}
*/
#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 thead tr:hover {
	background-color: transparent;
}
#content-main table.board a:hover {
	color: #111;
	text-decoration: underline;
}
#board-footer {
	/*position: relative;*/
	/*margin: 1em 0 0 0;*/
	padding: 1.25em 0 0 0;
	vertical-align: top;
	/*border-top: 1px solid #aaa;*/

	zoom: 1;
}
#board-footer:after {
	content: '';
	display: block;
	clear: both;
}
#content-main ul.paginator li {
	display: inline-block;
	line-height: 1.5em;
	padding: 0;
	vertical-align: middle;
	border: 1px solid #ccc;
	margin: 0 0.1em;

	zoom: 1;
	*display: inline;
}
#board-footer ul {
	float: left;
	width: auto;
/*	border: 1px solid red;*/
}
#board-footer span.write-btn {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	/*position: relative;
	display: block;*/
}
#board-footer span.write-btn a {
	display: block;
	/*position: absolute;
	height: 2em;
	top: 0;
	right: 0;*/
}
#board-footer span.write-btn img {

	/*position: absolute;
	top: 1.75em;
	left: 0;*/
	/*margin: 0 0 0 20em;*/
}

/* 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;

	zoom: 1;
	*display: inline;
}
#record-write input, #record-write select {
	display: inline-block;

	width: 20em;

	zoom: 1;
	*display: inline;
}
#record-write input.regist-button {
	width: 5.75em;
	margin: 0 0 0.25em 0;
}
#record-write input.button {
	width: auto;
}
#record-write textarea {
	width: 100%;
	height: 20em;
}
#record-write ul label {
	width: auto;
	display: block;
	text-align: left;
}
#record-write ul input {
	width: auto;
}

