#main .header .desc {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #767995;
	margin-top: 20px;
}

#main .list {
	width: -webkit-calc(100% - 28px);
	width: calc(100% - 28px);
	margin-left: -webkit-calc(28px / 2);
	margin-left: calc(28px / 2);
	margin-top: 20px;
	display: none;
}

#main .list .row {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #d8d8d8;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #4f4f4f;
}

#main .list .norecord {
	margin-top: 20px;
	padding: 20px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #4f4f4f;
	text-align: center;
}

#main .list .row .action {
	max-width: 150px;
	text-align: center;
}

#main .list .row .action button {
	width: 120px;
}

#main .list .thumb img {
	width: 150px;
	height: auto;
}

#main .list .cal_reqday {
	color: #f8574f;
}

#main .list .cal_pay {
	color: #f8574f;
}

#main .list .cal {
	min-width: 280px;
}

#main .filter {
	margin-top: 60px;
}

#main .filter .button-sub {
	width: 100px;
	padding: 2px 0 2px 0;
	margin-left: 10px;
}

#main .filter .link {
	float: right;
}

#main .filter .hbr {
	display: none;
}

/* date picker */
#main .filter .date {
	width: 160px;
	height: 30px;
	border: 1px solid #c1c4cc;
	background-image: url('/web/img/icon-datepicker.png');
	background-size: contain;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	text-align: center;
	text-indent: 0;
	font-size: 14px;
	color: #4f4f4f;
	cursor: pointer;
}

.datepicker .table-condensed {
	margin-left: -5px;
}

.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active {
	background-color: #24a1dc;
}

.datepicker .datepicker-switch {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	color: #041c3d;
}

.datepicker .datepicker-switch:hover {
	cursor: default;
}

.datepicker .dow {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #767995;
}

.datepicker .prev, .next {
	font-size: 14px;
}

.datepicker .day {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}

.datepicker .day:hover {
	background-color: #24a1dc;
}

@media (max-width: 467px) {
	#main .filter .button-sub {
		font-size: 14px;
		width: 80px;
	}
}

@media (max-width: 992px) {
	#main .list .thumb img {
		width: 100%;
	}

	#main .list .row .col {
		min-width: 100%;
	}

	#main .list .row .thumb {
		padding-bottom: 40px;
		text-align: center;
	}

	#main .list .row .action {
		max-width: 100%;
		padding-top: 40px;
	}

	#main .filter .hbr {
		display: block;
		height: 10px;
	}

	#main .filter .link {
		float: none;
	}

	#main .filter .button-sub {
		margin-left: 0;
	}

	#main .list {
		margin-top: 40px;
	}
}
