#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: #3661f9;
	width: fit-content;
	border: 1px solid #3661f9;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	margin: 10px 6px 20px 6px;
	cursor: pointer;
}

#sub_category .cat2 .nav-link:hover {
	color: #ffffff;
	background: #3661f9;
}

#sub_category .cat2 .active1 {
	color: #ffffff;
	background: #3661f9;
}

#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 .row .action .button-outline {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	color: #3661f9;
	background: #ffffff;
	border: 1px solid #3661f9;
	border-radius: 6px;
	padding: 10px 20px;
	width: 120px;
}
#main .list .row .action .button-outline:hover {
	color: #ffffff;
	background: #3661f9;
	border-color: #3661f9;
}

#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: #3661f9;
}

.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: #3661f9;
}

/* user_id 설정 모달 */
.userid-setup-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
.userid-setup-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
.userid-setup-modal-content {
	position: relative;
	max-width: 400px;
	margin: 120px auto 0;
	padding: 24px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.userid-setup-modal-title {
	margin: 0 0 12px 0;
	font-size: 18px;
	font-weight: bold;
	color: #041c3d;
}
.userid-setup-modal-desc {
	margin: 0 0 16px 0;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}
.userid-setup-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	margin-bottom: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
}
.userid-setup-error {
	margin: 0 0 12px 0;
	font-size: 13px;
	color: #c00;
}
.userid-setup-modal-actions {
	margin-top: 16px;
	text-align: right;
}
.userid-setup-modal-actions .btn {
	padding: 8px 20px;
	font-size: 14px;
}

@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;
	}
}
