@charset "UTF-8";

/* 기본 */
* {
	margin: 0;
	padding: 0;
}
.ico {
	background: url("../images/ico_pics.png") no-repeat;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #333;
}
a.more {
	width: 16px;
	height: 16px;
	background-position: -77px -350px;
	transform: rotate(0deg);
	transition: all 0.15s esse-in;
	position: absolute;
	top: 15px;
	right: 15px;
}
p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
input[type="text"],
input[type="password"] {
		height: 30px;
		line-height: 29px;
		width: 200px;
		border: 1px solid #bbb;
		padding: 0 5px;
		box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
	width: 10px;
	height: 10px;
	vertical-align: 3px;
}
input[type="checkbox"]+label {
	display: inline-block;
	background-position: -623px -52px;
	margin-left: -16px;
	font-size: 12px;
	color: #888;
	cursor: pointer;
	line-height: 12px;
	height: 22px;
	width: 22px;
}
input[type="checkbox"]:checked+label {
	background-position: -623px -74px;
}
input[type="radio"]+label {
	display: inline-block;
	background-position: -623px 0px;
	margin-left: -16px;
	cursor: pointer;
	line-height: 21px;
	height: 22px;
	padding-left: 28px;
}
input[type="radio"]:checked+label {
	background-position: -623px -22px;
}
input.datepicker {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	display: table-cell;
	vertical-align: inherit;
	text-align: center;
}
th, td {
	word-wrap: break-word;
	word-break: break-all;
}
img, fieldset {
	vertical-align: top;
	border: 0;
}
img {
	overflow: clip;
}
form {
	display: block;
}
article {
	display: block;
}
thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
/* 공통 */
.textL {
	text-align: left !important;
}
.textR {
	text-align: right !important;
}
.edit {
	height: 30px;
	line-height: 30px;
	width: 36px;
	padding: 0;
	font-size: 13px;
	margin-left: 3px;
	margin-top: 0;
	float: inherit;
}
.btnBlue {
	display: inline-block;
	background-color: #82b8ff;
	color: #fff;
	text-align: center;
}
.btnGrey {
	display: inline-block;
	height: 21px;
	background-color: #f2f4f7;
	border: 1px solid #8898ad;
	font-size: 13px;
	color: #495b73;
	text-align: center;
}
.btnBasic {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	border: 1px solid #8898ad;
	color: #495b73;
	font-size: 13px;
	padding: 0 5px;
	text-indent: -2px;
	margin-bottom: 5px;
}
.btnOk {
	display: block;
	width: 50px;
	height: 28px;
	line-height: 28px;
	background-color: #f2f4f7;
	border: 1px solid #8898ad;
	font-size: 13px;
	color: #495b73;
	text-align: center;
	margin: 30px auto;
}
.btn_confirm {
    display: block;
    height: 28px;
    line-height: 26px;
    background-color: #f00038;
    border: 1px solid #a00025;
    color: #fff;
    font-weight: bold;
    width: 50px;
    float: right;
    text-align: center;
}
.overtext {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.blind {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: 9999px;
}
span.bar {
	margin: 0 3px;
}
ul.board span.new {
	width: 34px;
	height: 16px;
	line-height: 15px;
	text-align: center;
	background-color: #fc2a00;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
}
