﻿@import "common.css";

/* form */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}
img {
	border: 0;
	vertical-align: middle;
}
address, em {
	font-style: normal;
}
caption {
	display: none;
}
select {
	padding: 0 0 0 4px;
}
select option {
	padding: 4px 0;
}
.select_N {
	height: 24px;
	background-color: #ffffff;
	border: #cccccc 1px solid;
	vertical-align: middle;
	padding: 1px 2px 1px 4px;
	line-height: 1.4;
	margin-left: 5px;
}
/* input */
.input_trans {
	height: 20px;
	padding: 1px 0 1px 2px;
	line-height: 1.4;
	margin-left: 8px;
	border-style: none;
	background-color: transparent;
}
input, textarea {
	outline-style: none;
	cursor: text;
}
input[type='text'], input[type='file'], input[type='password'], input[type='email'], input[type='tel'] {
	vertical-align: middle;
}
input[type='text'], input[type='file'], input[type='password'], input[type='email'], input[type='tel'] {
	height: 20px;
	background-color: #ffffff;
	border: #cccccc 1px solid;
	padding: 1px 0 1px 2px;
	line-height: 1.4;
}
input[type='text']:focus, input[type='file']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, textarea:focus {
	height: 20px;
	background-color: #ffffff;
	border: #cccccc 1px solid;
	padding: 1px 0 1px 2px;
	line-height: 1.4;
}
textarea {
	height: auto;
	background: #ffffff;
	border: #cccccc 1px solid;
	padding: 3px 0 3px 2px;
	line-height: 1.6;
}
textarea.cus_txtArea {
	width:97%;
}
textarea:focus {
	height: auto;
	background: #ffffff;
	border: #cccccc 1px solid;
	padding: 3px 0 3px 2px;
	line-height: 1.6;
}
textarea, pre {
	overflow: auto;
}
/* button */
input[type='button'], input[type='submit'] {
	font-family: Arial, Tahoma, Trebuchet, Dotum, Sans-serif;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}
:focus{
	outline: 3px solid black;
}
input.but_bluegray {
	height: 26px;
	background-color: #556a75;
	border: #44555f 1px solid;
	color: #ffffff;
	font-size: 14px;
	padding: 3px 16px;
	vertical-align: middle;
	font-weight: normal !important;
}
input.but_bluegray:hover {
	background-color: #44555f;
	font-weight: normal !important;
}
input.but_bluegrayD {
	height: 26px;
	background-color: #37444b;
	border: #3e484e 1px solid;
	color: #ffffff;
	font-size: 14px;
	padding: 3px 16px;
	vertical-align: middle;
	font-weight: normal !important;
}
input.but_bluegrayD.w75 {
	width:75px;
}
input.but_bluegrayD:hover {
	background-color: #234558;
	font-weight: normal !important;
}
input.but_gray {
	height: 26px;
	background-color: #a0a0a0;
	border: #797979 1px solid;
	color: #ffffff;
	font-size: 14px;
	padding: 3px 10px;
	vertical-align: middle;
}
input.but_gray:hover {
	background-color: #797979;
}
input.but_brown {
	height: 26px;
	background-color: #7d7267;
	border: #6f6459 1px solid;
	color: #ffffff;
	font-size: 14px;
	padding: 3px 10px;
	vertical-align: middle;
}
input.but_brown:hover {
	background-color: #6f6459;
	border: #6f6459 1px solid;
}
input.but_blueB {
	height: 43px;
	background-color: #546C9C;
	border: #49618f 1px solid;
	color: #ffffff;
	font-size: 15px;
	padding: 3px 16px;
	vertical-align: middle;
}
input.but_blueB:hover {
	background-color: #49618f;
	border: #49618f 1px solid;
}
input.but_blueC{
	line-height: 26px;
	background-color: #3a5aa2;
	border: #273f7e 1px solid;
	color: #ffffff;
	font-size: 14px;
	padding: 0 10px;
	vertical-align: middle;
	font-weight: 400;
	margin:0 0 0 10px;
}




/* table */
table {
	border-collapse: collapse;
	width: 100%;
	table-layout : fixed;
}
table, td, th {
	border: none;
}
.boardEmpty {
	width: 100%;
	table-layout: fixed;
} /* 투명보드 */
.boardEmpty th {
	text-align: left;
}
.boardEmpty td {
	height: 24px;
	padding: 0 0 4px 4px;
	vertical-align: middle;
	line-height: 1.2;
}
.boardList {
	width: 100%;
	table-layout: fixed;
} /* 가로형보드*/
.boardList tr.head {
	width: auto;
	height: 41px;
	background: url(http://www.easylaw.go.kr/CSM/images/common/bg/bg_th.png) repeat-x;
}
.boardList tr.odd {
	background: #ffffff;
}
.boardList tr.even {
	background: #f3f3f3;
}
.boardList th {
	height: 41px;
	background: url(http://www.easylaw.go.kr/CSM/images/common/bg/th_side.png) no-repeat 100% 0;
	padding: 4px 0 3px 0;
}
.boardList th:last-child {
	background: none;
}
.boardList td {
	min-height: 30px;
	height: auto;
	border-right: #dcdbd5 1px solid;
	border-bottom: #dcdbd5 1px solid;
	padding: 5px 5px 2px 5px;
}
.boardList td:last-child {
	border-right: none;
}
.boardList td em.notice {
	display:inline-block; 
	width:42px;
	font-size: 11px;
	background-color: #5d6265;
	color:#fff;
	line-height: 2em;
	border-radius:2px;
	text-align: center;
	letter-spacing:-1px;
}
.boardList td a.notice {
	font-weight: 600;
}

.boardList_A {
	width: 100%;
	table-layout: fixed;
} /* 가로형보드 한줄형 / 설정패딩없음 */
.boardList_A td {
	height: auto;
	border-bottom: #dbdbdb 1px solid;
}
.boardWrite {
	width: 100%;
	border-top: #90949a 2px solid;
	border-bottom: #90949a 2px solid;
} /* 세로형보드 */
.boardWrite th {
	background-color: #e8eef1;
	border-right: #90949a 2px solid;
	border-bottom: #f5f5f5 1px solid;
}
.boardWrite td {
	height: 23px;
	padding: 10px 0 12px 12px;
	background-color: #ffffff;
	border-bottom: #f5f5f5 1px solid;
	text-align: left;
	word-break: break-all;
}

span.status-info.green {
	color: #428513;
}
span.status-info.blue {
	color: #006caf;
}
span.status-info.red {
	color: #c5636f;
}
span.sm-txt {
	display: block;
	font-weight: 400; 
	font-size: 11px;
	color: #666;
}
