#banner {
	width: 100%;
	margin-top: 60px;
}

#banner .carousel-item i {
	font-size: 100px;
	color: #ffffff;
	position: absolute;
	top: -webkit-calc((100% - 100px) / 2);
	top: calc((100% - 100px) / 2);
	left: -webkit-calc((100% - 100px) / 2);
	left: calc((100% - 100px) / 2);
	z-index: 2;
	cursor: pointer;
}

#video {
	position: relative;
	height: 0;
	padding-bottom: 70.3125%;
	margin-top: 60px;
}

#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#product_tab {
	width: 100%;
	margin: 60px 0 20px 0;
}

#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 {
	margin-top: 0;
	display: none;
}

#main .list .norecord {
	margin-top: 20px;
	width: 100%;
	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 .product-grid-row {
	align-items: stretch;
	justify-content: flex-start;
	margin-top: 40px;
}

#main .list .item {
	margin-top: 20px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 100%;
}

#main .list .item .thumb {
	aspect-ratio: 1;
	overflow: hidden;
	flex-shrink: 0;
}

#main .list .item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#main .list .item .desc {
	flex: 1 1 auto;
	min-height: 60px;
	padding: 20px 5px 0 5px;
	text-align: center;
}

#main .list .item .desc .title, .price {
	font-weight: 700;
	font-size: 14px;
	color: #4f4f4f;
}

#main .list .item .desc .normal {
	font-weight: normal;
	font-size: 12px;
	color: #828282;
}

@media (max-width: 576px) {
	#main .list .item {
		margin-left: 3%;
		width: 94%;
		height: 100%;
	}

	#main .list .col-md-3 {
		margin-top: 20px;
		height: 100%;
	}
}

@media (min-width: 577px) and (max-width: 768px) {
	#main .list .item .desc .normal {
		margin-top: 20px;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	#main .list .item .desc .normal {
		margin-top: 25px;
	}
}

@media (max-width: 768px) {
	#banner .carousel-item i {
		font-size: 60px;
		top: -webkit-calc((100% - 60px) / 2);
		top: calc((100% - 60px) / 2);
		left: -webkit-calc((100% - 60px) / 2);
		left: calc((100% - 60px) / 2);
	}
}

