.content-wrapper {
	min-height:50vh;
	margin-bottom:82px;
	overflow:hidden;
}

.root-sections {
	gap: 0;
	display: grid;
	grid-template-columns:24% 76%;
	gap:0;
}

/* Left side */
ul.section_menu {
	font-size:14px;
	margin-top:10px;
	max-width:264px;
}

ul.section_menu li {
	border-bottom:1px solid #c1c1c1;
	padding-right:7px;
}

ul.section_menu li a {
	color:#000;
	text-decoration:none;
	font-weight:500;
	display:block;
	padding:14px 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.00079 0.000305176L0.59079 1.41031L5.17079 6.00031L0.59079 10.5903L2.00079 12.0003L8.00079 6.00031L2.00079 0.000305176Z' fill='%23ABABAB'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:right center;
	transition: all .2s ease-in-out;
}

ul.section_menu li a:hover {
	color:#eb7c00;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.00079 0.000305176L0.59079 1.41031L5.17079 6.00031L0.59079 10.5903L2.00079 12.0003L8.00079 6.00031L2.00079 0.000305176Z' fill='%23676767'/%3E%3C/svg%3E");
}

/* root items */
.sections__right_side .items-grid {
	display: grid;
	grid-template-columns:33.3% 33.3% 33.3%;
	border-left:1px solid #e5e5e5;
}

a.cat-item {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	overflow:hidden;
	color:#fff;
	display:block;
	text-decoration:none;
	font-size:14px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.item-photo-box {
	height:220px;
	width:100%;
	text-align:center;
	display:block;
}

.item-photo-box span {
	display:block;
	width:100vw;
	height:220px;
	display:table-cell;
	vertical-align:middle;
}

.item-photo-box img {
	max-height:220px;
	width:auto;
	height:auto;
	transition: all .2s ease-in-out;
}

.item-title-box {
	height:48px;
	display:grid;
	grid-template-columns:58% 42%;
	transition: all .05s ease-in-out;
	vertical-align:middle;
	background-position:right center;
	background-repeat:no-repeat;
	padding-left:6px;
	position:relative;
    background-color:#f0f1f1;
    color:#000;
    overflow: hidden;
}

.item-title-left i {
	display:table-cell;
	vertical-align: middle;
	height:48px;
    padding-right: 16px;
}

.item-title-right {
	height:48px;
	display: flex;
	align-items: center;
	text-align:center;
}

.item-title-right:before {
	content:'';
	width:8px;
	height:13px;
	position:absolute;
	margin-left:-15px;
	z-index:300;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2056 1.19958L6.2681 6.26208L1.2056 11.3246' stroke='%23778899' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat:no-repeat;
	background-position:right center;
	background-size:8px 13px;
}

.cat-item:hover .item-title-box {
	background-color:#e5e5e5;
}
.cat-item:hover .item-title-right:before {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2056 1.19958L6.2681 6.26208L1.2056 11.3246' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
a.cat-item:hover {
	color:#000;
}

a.cat-item:hover .item-photo-box img {
	transform: scale(1.01);
}

.item-title-right img {
	max-width:80%;
	margin:0 auto;
	z-index:200;
}

.item-logo-cover {
	position:absolute;
	background-color:#FFF;
	display:block;
	width:100%;
	height:50px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	z-index:100;
}

/* Individual styles for brand */
.brand-jonyang {
	background-color:#ffae05;
}

/* width < 1280 */
@media (max-width: 1280px) {

	/* right menu */
	ul.section_menu {
		max-width:96%;
	}

	.item-title-box {
		background-position:150px center;
		grid-template-columns:58% 42%;
		padding-left:8px;
	}

	/* category root items */
	.item-title-inner a span {
		width:138px;
	}

	.item-title-inner {
		padding-left:6px;
		font-size:12px;
	}
}

/* for width < 1100 */
@media (max-width: 1100px) {

	/* Root category */
	.root-sections {
		grid-template-columns: 30% 70%;
	}

	.sections__right_side .items-grid {
		grid-template-columns:50% 50%;
	}

	.item-title-box {
		background-position:right center;
		grid-template-columns:64% 36%;
	}
}

/* width < 1024 */
@media (max-width: 1024px) {
	.item-title-box {
		grid-template-columns:55% 45%;
	}
}

/* width < 840 */
@media (max-width: 840px) {
	.root-sections {
		display: block;
	}

	ul.section_menu {
		max-width:100%;
		margin-bottom:30px;
	}

	.sections__right_side .items-grid {
		border-top:1px solid #e5e5e5;
	}
}

/* width < 600 */
@media (max-width: 600px) {

	/* Root sections */
	.sections__right_side .items-grid {
		grid-template-columns:100%;
	}

	.item-title-box {
		grid-template-columns:65% 35%;
	}
}


/* width < 320 */
@media (max-width: 320px){

	a.cat-item {
		min-width:256px;
	}

}
