

.main-top-cate{
	display: block;
}
.section-lg-basic.category{
	padding-top: 31px;
}
.category .detail-title-sm{
	padding-bottom: 18px;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	letter-spacing: -1px;
}
.category .section-basic{
    padding-left: 20px!important;
    padding-right: 20px!important;
    padding-bottom: 70px!important;
    max-width: 1160px!important;}
/* �꺆硫붾돱 */
.category .tab-title {
	width: 100%;
	padding-left: 14px;
	padding-right: 14px;
	height: auto;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.category .tab-title ul {
	width: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	gap:0;
	border-top: 0.5px solid #e6e6e6;
	border-left: 0.5px solid #e6e6e6;
	box-sizing: border-box;
}
.category .tab-title ul li {
	padding: 0;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	border-bottom:0.5px solid #e6e6e6;
	border-right:0.5px solid #e6e6e6;
	height: 40px;
}
.category .tab-title ul li a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width:auto;
	height: 100%;
	font-size: 12px;
	letter-spacing:-0.3px;
	color: #000;
	background: #fff;
	cursor: pointer;
}
.category .tab-title ul li.active a {
	color: #fff;
	background:var(--main-color);
	border-width:0;
}
.category .tab-title ul li a .float-num{
	display: none;
}
.category .tab-inner {
	position: relative;
	width: 100%;
	height: auto;
}
.category .tab-cont {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	display: block;
	background: #fff;
}
.category .tab-cont .tab-box {
	display: none;
	position: relative;
	width: 100%;
	padding:0;
	height: auto;
	background: #fff;
}
.category .tab-cont .tab-box.active {
	display: block;
}

.category .table-header {
	padding: 20px 0 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.category .table-header div:first-child{
	font-size: 12px;
}


@media (min-width:1160px) {
	.category .section-basic{padding: 0!important;}
	.category.section-lg-basic{
		padding-top: 60px;
	}
	.category .tab-title {
		padding-left: 0;
		width: 24%;
		padding-right: 60px;
		height: auto;
	}
	.category .detail-title-sm{
		width: 100%;
		background:#f8f8f8;
		padding: 21px 19px;
		border: 1px solid #e6e6e6;
		border-bottom: 0;
	}
	.category .detail-title{
		font-size: 30px;
		font-weight: 600;
	}

	.category .tab-title ul {
		width: auto;
		display: block;
		justify-content: start;
		margin: 0;
		border: 1px solid #e6e6e6;
		border-top: 0;
		padding:5px 15px;
	}
	.category .tab-title ul li {
		width: 100%;
		height: 55px;
		line-height: 55px;
		border-right: 0;
		padding-right: 5px;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 0;
	}
	.category .tab-title ul li:last-child{
		border-bottom: 0;
	}
	.category .tab-title ul li a {
		display: block;
		text-align: left;
		line-height: 55px;
		width:auto;
		padding: 0;
		font-size: 16px;
		letter-spacing:0.5px;
		border: 0;
	}
	.category .tab-title ul li.active a,  .tab-title ul li:hover a{
		color: var(--main-color);
		font-weight: 500;
		background:none;
	}
	.category .tab-title ul li.active a .float-num, .tab-title ul li:hover a .float-num{
		color: #000;
		font-weight: 500;
	}
	.category .tab-title ul li.active a::after{
		content: "";
		width: 6px;
		height: 10px;
		position: absolute;
		right: 0;
		top:23.5px;
		/* transform: translateY(-50%); */
		background-position: 50% 50%;
		background-size: cover;
		background-image: url("../images/icons/category-arrow.png");
	}
	.category .tab-title ul li a .float-num{
		float: right;
		font-size: 13px;
		padding-right: 20px;
		display: block;
	}
	.category .tab-inner{
		width: 76%;
		height: auto;
	}
	.category .tab-cont .tab-box {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		/* max-width: 1160px; */
	}
	.category .table-header {
		padding: 40px 0 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
	}
	.category .table-header div:first-child{
		font-size: 16px;
		font-weight: 500;
	}
	.category .form-control-line{
		height: 23px;
		padding-right: 0;
		font-size: 16px;
		border: 0;
	}
}
.check-card{
	display: block;
	width: 100%;
	min-height: 10px;
	padding: 17px 0 17px 18px;
	font-size: 9px;
	border-top: 0;
	margin-bottom: 0;
	background:#fafafa;
	position: relative;
}
.check-card > div{
	position: relative;
}
.check-card > div >* >*{
	display: inline-block;
}
.check-card .w-10{
	width: 20%!important;
}
.check-card .w-90{
	position: relative;
	width: 80%!important;
	overflow-x: auto;
	display: flex;
	flex-wrap: nowrap;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
.check-card .w-90::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera*/
}
.check-card .w-10 strong{
	font-size: 11px;
	line-height: 25px;
}
.check-card > div:not(:last-child){
	margin-bottom: 10px;
}
.check-card .form-check{
	margin-bottom: 0;
	padding-left: 0;
	margin-right: 5px;
}


.check-card .btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
	margin-bottom: 5px;
}
.check-card .btn-check[disabled]+.btn,
.check-card .btn-check:disabled+.btn {
	pointer-events: none;
	filter: none;
	opacity: 0.65;
	padding:0;
	height: 25px;
	width: 75px;
}
.check-card .btn-check:checked+label {
	color:var(--main-color) !important;
	font-weight: 500;
	border-color: var(--main-color)!important;
	width: 75px;
	padding:0;
	height: 25px;
}
.check-card .btn-check+label.btn {
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	color: #767676;
	background: #fff;
	border-width: 1px!important;
	border-style: solid;
	border-color: #e6e6e6;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding:0;
	margin: 0;
	width: 75px;
	word-break: normal;
}
.check-card .btn-line{
	border: 0;
}
.category .form-control-line{
	height: 23px;
	padding-right: 13px;
	font-size: 12px;
	border: 0;
}
.check-card .plus-btn{
	display: none;
}
@media (min-width:1160px) {
	.check-card .w-10{
		width: 90px!important;
	}
	.check-card .w-90{
		width: calc(100% - 90px)!important;
		overflow-x: unset;
		display: flex;
		flex-wrap: wrap;
	}
	.check-card{
		width: 100%;
		border-top: 2px solid #000!important;
		margin-top: 19px;
		margin-bottom:0;
		padding: 24px 60px 15px 31px;
		font-size: 14px;
		border: 0;
	}
	.check-card .w-10 strong{
		font-size: 14px;
		line-height: 28px;
		font-weight: 500;
		color: #000;
	}
	.check-card > div:not(:last-child){
		margin-bottom: 0;
	}
	.check-card .form-check{
		margin-bottom:8px;
		margin-right: -1px;
		width: 100px;
		padding-left: 0;
		position: relative;
	}
	.check-card .form-check:not(:nth-child(7n))::after{
		position: absolute;
		bottom: 8px;
		right: -0.5px;
		height: 14px;
		width: 1px;
		content: "";
		background: #dddddd;
		z-index: 1;
	}
	.check-card .btn-check[disabled]+.btn,
	.check-card .btn-check:disabled+.btn {
		pointer-events: none;
		filter: none;
		opacity: 0.65;
		padding:0;
		height: 28px;
		/* width: 100px; */
	}
	.check-card .btn-check:checked+label {
		color:var(--main-color) !important;
		font-weight: bold!important;
		border-color: var(--main-color)!important;
		background: #fff!important;
		width: auto;
		padding:0 ;
		height: 28px;
		z-index: 2;
	}
	.check-card .btn-check+label.btn {
		text-align: center;
		font-weight:normal;
		font-size: 14px;
		color: #444;
		background: transparent;
		border-width: 1px!important;
		border-style: solid;
		border-color: transparent;
		height: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding:0;
		margin: 0;
		width: 100%;
	}
	.check-card .plus-btn{
		display: block;
		position: absolute;
		right: -20px;
		top: 5px;
		width: 24px;
		height: 24px;
		padding: 7px;
		object-fit: contain;
		border-radius: 12px;
		box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.1);
		background-color: #fff;
	}
	.check-card .plus-btn img{vertical-align:30px;}
}
.refresh {
	width: 100%;
	height: auto;
	min-height: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	border-bottom: 1px solid #E6E6E6;
}
.refresh > div:first-child{
	flex: 1;
	padding-right: 5px;
}
.refresh > div:last-child{
	width: 50px;
	margin-left: auto;
	text-align: right;
}
.refresh > div:first-child span{
	font-size: 12px;
	color: #767676;
	margin-right: 23px;
	position: relative;
	cursor: pointer;
}
.refresh > div:first-child span::after{
	content: "";
	position: absolute;
	right: -10px;
	top: 5px;
	width: 8px;
	height: 7px;
}
.refresh .refresh-button{
	background: url("../images/icons/reset-button-mob.png")no-repeat center center/contain;
	display: block;
	position: relative;
	padding-left: 15px;
	width: auto;
	height: 12px;
	cursor: pointer;
}
.refresh .refresh-button::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -4px;
	height: 20px;
	width: 1px;
	background: #E6E6E6;
}
@media (min-width:1160px) {
	.refresh {
		padding: 0;
	}
	.refresh > div:last-child{
		width: 120px;
		margin-left: auto;
	}
	.refresh > div:last-child >*{
		display: inline-block;
	}
	.refresh p{
		display: block;
		line-height: 51px;
	}
	.refresh > div:first-child p{
		margin-right: 10px;
		font-weight: bold;
	}
	.refresh > div:last-child p{
		cursor: pointer;
	}
	.refresh > div:first-child span{
		font-size: 14px;
		margin-right: 44px;
		line-height: 51px;
	}
	.refresh > div:first-child span::after{
		content: "";
		position: absolute;
		right: -15px;
		top: 7px;
		width: 9px;
		height: 9px;
	}
	.refresh .refresh-button{
		display: inline-block;
		line-height: 51px;
		background: url("../images/icons/reset-button.png")no-repeat center center/contain;
		position: relative;
		padding-left: 15px;
		margin-top: 16px;
		width: auto;
		height: 16px;
		cursor: pointer;
	}
	.refresh .refresh-button::before{
		height: 0;
	}
}
.category .grid {
	margin-top: 7px;
	align-items: stretch;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 269px;
	gap: 30px 11px;
	box-sizing: border-box;
}
.category .grid-item {
	width: auto;
	padding: 0;
	cursor: pointer;
	position: relative;
}
.category .item-sm:hover::before{
	content: "";
	top: -3px;
	left: -3px;
	position: absolute;
	background: transparent;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border: 1px solid var(--main-color);
	z-index: 5;
	border-radius: 0;
}

@media (min-width:1160px) {

	.category .grid {
		align-items: stretch;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: 385px;
		gap: 14px 15px;
		box-sizing: border-box;
	}

}

.category .custom-select{
    background: transparent url(/resources/images/icons/arrow-down.png) no-repeat right 0 center/10px 5px!important;
    padding-right:25px;
}
@media (min-width:1160px) {
    .category .custom-select{
        background: transparent url(/resources/images/icons/arrow-down.png) no-repeat right 0 center/10px 5px!important;
        padding-right:30px;
    }
}