#nav li.menu1 {
	background: url('../images/contact/leftmenu1.gif') no-repeat left top;
	width: 145px;
}

#nav li.menu1 a:hover, #nav li.menu1_current {
	background: url('../images/contact/leftmenu1_over.gif') no-repeat left top;
	width: 145px;
}

#nav li.menu2{
	background: url('../images/contact/leftmenu2.gif') no-repeat left top;
	width: 145px;
}

#nav li.menu2 a:hover, #nav li.menu2_current {
	background: url('../images/contact/leftmenu2_over.gif') no-repeat left top;
	width: 145px;
}

#nav li.menu3{
	background: url('../images/contact/leftmenu3.gif') no-repeat left top;
	width: 145px;
}

#nav li.menu3 a:hover, #nav li.menu3_current {
	background: url('../images/contact/leftmenu3_over.gif') no-repeat left top;
	width: 145px;
}


ul.contact {
	margin-bottom: 12px;
}

ul.contact li {
	background: url('../images/common/bl_dot_gray.gif') no-repeat left 10px;
	padding: 3px 0 3px 10px;
}

p.visual {
	background: url('../images/contact/visual.jpg') no-repeat left top;
	height: 141px;
	width: 782px;
}

div.sitemap {
	float: left;
	width: 142px;
}

div.sitemap ul {
	margin-bottom: 20px;
}

div.sitemap2 {
	float: right;
}

div.sitemap2 li a {
	color: #0c2d83;
	font-weight: bold;
}

div.sitemap2 li li a {
	color: #666;
	font-weight: normal;
}

div.sitemap ul, div.sitemap2 ul, div.sitemap3 ul {
	margin-top: 10px;
	padding: 0 3px;
}

div.sitemap li, div.sitemap2 li, div.sitemap3 li {
	background: url('../images/common/bl_dot_gray.gif') no-repeat left 10px;
	padding: 1px 0 2px 10px;
}


/* board list */

.board {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
}

/* 게시판 검색영역 */
.board_box {
	height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
	width: 100%;
}

.board_box form {
	text-align: right;
}

.board_box form select {
	margin-bottom: 1px;
	vertical-align: bottom;
}

.board_box input.type-image {
	padding-left: 4px;
}

/* 게시판 리스트 */
div.board table.list {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	clear: both;
}

div.board table.list th, 
div.board table.list td {
	vertical-align: middle;
}

div.board table.list th {
	background: url('../images/contact/bg_th.gif') repeat-x left top;
	color: #fff;
	padding: 0;
	height: 28px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}

*html div.board table.list th {
	color: #fff;
	background: url('../images/contact/bg_th.gif') repeat-x left top;
	font-weight: bold;
	margin: 0;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}
	


div.board table.list td {
	border-bottom: 1px solid #DBDBDB;
	padding: 7px 0 4px 0;
	text-align: center;
	color: #585858;
}

div.board table.list td.subject,
div.board table.list td.subject2 {
	text-align: left;
	padding: 2px 10px 0 10px;
	vertical-align: middle;
}

div.board table.list td.subject a:link, 
div.board table.list td.subject a:visited {
	color: #585858;
	text-decoration: none;
}

div.board table.list td.subject a:active, 
div.board table.list td.subject a:hover {
	color: #034392;
	text-decoration: none;
}

div.board table.list td.subject2 a:link, 
div.board table.list td.subject2 a:visited {
	color: #111111;
	text-decoration: none;
}

div.board table.list td.subject2 a:active, 
div.board table.list td.subject2 a:hover {
	color: #034392;
	text-decoration: none;
}

div.board table.list td.photo img {
	border: 1px solid #B2B1B1;
}

div.board table.list td.subject p, 
div.board table.list td.subject2 p {
	text-align: left;
	padding: 0 0 0 11px;
	background: url('../images/board/icon_blet.gif') no-repeat left 5px;
	color: #4D4D4D;
}

div.board table.list td.subject img.blet2,
div.board table.list td.subject2 img.blet2 {
	margin: 2px 7px 0 0;
}

/* 페이지 번호 */
div.board table.list td.foot {
	padding: 15px 0 23px 0;
	margin: 0;
	border-style: none;
	font-size: 90%;
	border-top: 3px solid #dbdbdb;
	text-align: center;
}

div.board table.list td.foot ul {
	margin-left: 170px;
	list-style: none;
}

div.board table.list td.foot ul li {
	display: inline;
	background: url('../images/board/board_foot_line.gif') no-repeat left 4px;
	padding: 4px 3px 0 9px;
}

div.board table.list td.foot ul li.current {
	font-weight: bold;
	color: #256BA8;
}

div.board table.list td.foot a:link, 
div.board table.list td.foot a:visited {
	color: #5E686E;
	text-decoration: none;
}

div.board table.list td.foot a:active, 
div.board table.list td.foot a:hover {
	color: #256BA8;
	text-decoration: none;
}

div.board table.list td.foot ul li.paper {
	background: none;
	padding: 0;
	vertical-align: text-bottom;
} 

div.board table.list td.foot img {
	
	vertical-align: middle;
}

/* buttons */
div.board p.button, {
	text-align: right;
	margin: 5px 0;
	padding: 0;
	vertical-align: bottom;
	float: left;
	width: 100%;
}

div.board p.button .left, {
	float: left;
	margin-right: 4px;
}

div.board p.button .text {
	font-size: 0.9em;
	letter-spacing: -1px;
	vertical-align: middle;
	padding-top: 4px;
}

div.board p.reply-button {
	margin: 10px 0 25px;
}

img.filesch {
	margin: 3px 0 0 10px;
}


/* board view */

/* 제목 */

.view {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
}

.view th.top {
	background-color: #b8d5c5;
	border-top: 2px solid #214E49;
	padding: 3px 0 8px 10px;
}

.view th span {
	font-weight: normal;
	letter-spacing: 0em;
}

.view th.btm {
	background-color: #f8f1f0;
	letter-spacing: 0.09em;
	border-top: 2px solid #fff;
	padding: 3px 0 8px 10px;
}

.view td {
	padding: 5px;
}

.view tbody td {
	border-bottom: 1px solid #ccc;
}

.view th.btm {
	background-color: #b8d5c5;
	letter-spacing: 0.09em;
	border-top: 2px solid #fff;
	padding: 3px 0 8px 10px;
}

.view td {
	padding: 5px;
}

/* 이전글,다음글 영역 */

dl.prev-next {
	padding: 0;
	margin: 0px 0 0 0;
	clear: both;
	height: 58px;
	background-color:#F7F7F7;
	border-bottom: 2px solid #DBDBDB;
}

dl.prev-next dt.pre,
dl.prev-next dt.next{
	padding: 0 7px 5px 11px;
	margin: 0;
	float: left;
}

dl.prev-next dd.pre {
	padding: 8px 0 4px 13px;
	border-bottom: 1px solid #DBDBDB;
}

dl.prev-next dd.next {
	padding: 5px 0 6px 13px;
	margin: 0 11px 0 11px;
}

*html dl.prev-next dd.next {
	padding: 5px 0 5px 13px;
	margin: 0 11px 0 11px;
}

dl.prev-next dd.next a:link, a:visited, 
dl.prev-next dd.pre a:link, a:visited, 
*html dl.prev-next dd.next a:link, a:visited {
	color: #5C5C5C;
	text-decoration: none;
	background: none;
}

dl.prev-next dd.next a:active, a:hover, 
dl.prev-next dd.pre a:active, a:hover, 
*html dl.prev-next dd.next a:active, a:hover {
	color: #0C2D83;
	text-decoration: none;
	background: none;
}


/* 버튼 영역 */
.btn_01 {
	float: right;
	padding: 14px 0;
	margin: 0;
}

.btn_01 img {
	margin-left: 4px;
}


/* board write */

/* 쓰기영역 */
.write {
	padding: 0;
	margin: 0;
	clear: both;
}

.write th.top {
	background-color: #a3b9ad;
	border-top: 2px solid #144542;
	padding: 3px 0 8px 10px;
}

.write th {
	background-color: #a3b9ad;
	padding: 3px 0 8px 10px;
}

.write td.top {
	background-color: #fff;
	border-top: 2px solid #144542;
	padding: 3px 0 3px 10px;
}

.write td{
	background-color: #fff;
	padding: 3px 0 3px 10px;
}

.write tbody th, .write tbody td {
	border-bottom: 1px solid #ccc;
}

div.board_write dl {
	border-top: 2px solid #e4e4e4;
}

div.board_write dt {
	clear:both;
	font-weight: bold;
	padding: 8px 0 0 12px;
	margin-right:5px;
	background: #F7F7F7 url('../images/board/black_dot.gif') no-repeat 5px 13px;
	width: 105px;
	float: left;
	height:24px;
}

div.board_write dd, {
	padding: 7px 7px;
	border-bottom: 1px solid #DBDBDB;
}

input.write {
	border: 1px solid #CECECE;
	padding: 2px 0 0 5px;
	font-size: 100%;
	width: 20%;
}

input.write2 {
	border: 1px solid #CECECE;
	padding: 2px 0 0 5px;
	font-size: 100%;
	width: 10%;
}

input.subject {
	border: 1px solid #CECECE;
	padding: 2px 0 0 5px;
	font-size: 100%;
	width: 88%;
}

input.file {
	border: 1px solid #CECECE;
	padding: 2px 0 0 5px;
	font-size: 100%;
	width: 67%;
	margin-right: 5px;
}

textarea.write {
	border: 1px solid #CECECE;
	padding: 2px 0 0 5px;
	letter-spacing: 0.05em;
	font-size: 100%;
	width: 88%;
	height: 100px;
}




