#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;
}

#product_tab {
	width: 100%;
	margin-top: 60px;
}

#product_tab a {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #767995;
	cursor: pointer;
}

#sub_category {
	margin-top: 30px;
}

#sub_category .cat2 .nav-link {
	text-align: center;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #24a1dc;
	width: fit-content;
	border: 1px solid #24a1dc;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	margin: 10px 6px 20px 6px;
	cursor: pointer;
}

#sub_category .cat2 .nav-link:hover {
	color: #ffffff;
	background: #24a1dc;
}

#sub_category .cat2 .active1 {
	color: #ffffff;
	background: #24a1dc;
}

#sub_category .cat2 li {
	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: 300px;
	height: auto;
}

/* date picker */
#main .list .sub1 .date {
	width: 140px;
	height: 20px;
	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: 12px 12px;
	text-align: center;
	text-indent: 0;
	font-size: 12px;
	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: 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;
	}
}
