div.main-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 61px;
	padding-bottom: 0px;
}

.category-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: rgb(38, 25, 25);
	min-height: 37px;
}

.main-container .scrollbar-container {
	border-bottom: 1px solid rgb(233, 233, 233);
}

.scrollbar-container {
	position: relative;
	height: 100%;
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

ul.category-section {
	display: flex;
	gap: 35px;
	flex-direction: row;
	width: 100%;
	height: 56px;
	margin-top: 40px !important;
    overflow: scroll;
    scrollbar-width: none; /* Firefox에서 스크롤바 숨기기 */
    -ms-overflow-style: none; /* IE에서 스크롤바 숨기기 */
    margin: 0;
    padding: 0;
}

ul.category-section::-webkit-scrollbar {
    display: none; /* 크롬, 사파리에서 스크롤바 숨기기 */
}

ul.category-section > li {
	display: block !important;
	height: 100%;
}

ul.category-section > li > a {
	width: 100%;
	display: inline-block !important;
	height: 100%;
}

ul.category-section > li > a > span {
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: rgba(0, 0, 0, 0.4);
	transition: 0.4s;
	padding-bottom: 28px;
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0px;
}

ul.category-section > li > a > span:hover {
	opacity: 0.6;
	color: rgb(124, 90, 255);
}

ul.category-section > li > a > span.active-link {
	border-bottom: 2px solid rgb(124, 90, 255);
	color: rgb(124, 90, 255);
	padding: 0px 0px 28px;
	transition: 0.3s;
}

.category-wrapper .pro-banner-wrap {
    margin-top: 30px;
    background: rgb(239, 249, 251);
    border-radius: 10px;
    padding: 35px 50px;
}

.category-wrapper .pro-banner-wrap p {
    font-weight: 500;
    font-size: 17px;
    line-height: 27.2px;
    color: rgb(65, 174, 195);
    margin: 0;
}

.products-section ul {
    height: 100%;
    margin-bottom: 70px !important;
    margin-top: 30px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.products-wrapper li {
    display: inline-block;
    width: calc(50% - 15px);
}

.products-wrapper div.product {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 10px;
    padding: 22px 30px 22px 60px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}

.products-wrapper div.product:hover {
    border: 1px solid rgb(124, 90, 255);
}

.pro-detail .wc-block-grid__product-image {
    width: 30%;
    margin: unset;
}

.pro-detail {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 40px;
}

.pro-detail img {
    display: block;
    min-width: 100px;
    max-width: 210px !important;
    height: 100%;
    transition: opacity 0.4s;
}

.product-detail .detail-text {
    width: 60%;
    margin-block-start: unset !important;
}

.wp-block-woocommerce-product-price {
    margin-block-start: unset !important;
}

.product-type a {
    color: rgb(102, 102, 102);
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.28px;
    margin-bottom: 2px;
}

.product-name {
    max-width: 290px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(0, 0, 0);
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
}

.product-detail .detail-text .pro-desc {
    margin-top: 10px;
}

.product-detail .detail-text .pro-desc p {
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
    letter-spacing: -0.28px;
    color: rgb(102, 102, 102);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 400 !important;
}
















.page-wrap {
	margin: 0px 0px 100px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.pagenum-wrapper {
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%) !important;
}

.pagenum {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between !important;
	-webkit-box-align: center;
	align-items: center;
	gap: unset !important;
}

.page-number {
	padding: 0px 13px;
	margin: 0 !important;
	display: flex;
}

.page-number .page-numbers {
	font-weight: 600;
	margin: 0px 13px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.03em;
	cursor: pointer;
	width: 14px;
	display: block;
	text-align: center;
}

.page-number .page-numbers.current {
	border-bottom: 1px solid rgb(124, 90, 255);
	color: rgb(124, 90, 255);
	cursor: none !important;
	pointer-events: none;
}

.pagenum-wrapper .button {
	width: 7px;
	height: 13px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.4s;
	cursor: pointer !important;
	margin: unset !important;
}

.page-prev-button {
	background-image: url(/images/page-arrow.svg);
	background-position: center center;
	transform: rotate(180deg);
	cursor: pointer;
}

.page-next-button {
	background-image: url(/images/page-arrow.svg);
	background-position: center center;
	cursor: pointer;
}
.detail-text .product-type a {
    display: none;
}

.detail-text .product-type span {
    display: none;
}
.detail-text .product-type a:last-child {
    display: block;
}

.empty-wrapper {
    position: relative;
    width: 100%;
    padding: 10vh 0px;
}

.empty-wrapper .no-search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.empty-wrapper .no-search-box img {
    width: 42px;
}

.empty-wrapper .no-search-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: rgb(102, 102, 102);
    margin-top: 12px;
    word-break: auto-phrase;
}

@media (max-width: 1024px) {
    .product-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 8px;
    }
}

@media (max-width: 770px) {

div.main-container {
	padding: 30px 20px 0px;
}

.category-title {
	font-size: 22px;
}

ul.category-section {
    display: flex;
	gap: 10px;
    flex-direction: row;
    width: 100%;
	height: unset;
    margin-top: 40px !important;
    overflow: scroll;
}

ul.category-section::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

ul.category-section > li > a {
    padding: 0px 5px;
}

ul.category-section > li > a > span {
    min-width: auto;
    width: auto;
    height: 36px;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 22.4px;
}

.category-wrapper .pro-banner-wrap {
    border-radius: 6px;
    padding: 18px 30px;
    margin-top: 20px;
}

.category-wrapper .pro-banner-wrap p {
	letter-spacing: -0.02em;
	font-size: 13px;
	line-height: 20.8px;
}

.products-section ul {
    margin-top: 20px;
    margin-bottom: 30px;
    gap: 20px;
}

.products-wrapper li {
    padding: 0px;
    width: 100%;
    height: auto;
}

.products-wrapper div.product {
    padding: 32px 20px 20px;
    border-radius: 6px;
}

.product-detail .pro-detail {
    gap: 10px;
}

.pro-detail img {
	min-width: unset;
}

v .detail-text {
	width: 70%;
}

.product-detail .taxonomy-product_cat {
    font-size: 12px;
    margin-bottom: 3px;
}

.product-type a {
    font-size: 12px;
    margin-bottom: 3px;
}

.product-detail .detail-text .pro-desc {
    margin-top: 8px;
}

.empty-wrapper .no-search-box {
    width: 100%;
}

.empty-wrapper .no-search-box p {
    font-size: 13px;
}



}