/* BASIC css start */
.shopbrand h2 {text-align:center; font-size: 1.25em; font-weight:bold; padding-top:10px;}
.shopbrand .MK_product_list {background-color:#f9f9f9; border-bottom:1px solid #4a4a4a; border-top: 1px solid #4a4a4a;}
.shopbrand .MK_product_list .items {padding: 10px 0;}
.shopbrand .MK_product_list .items #MK_best_product li {width:33.33%;}
.shopbrand .MK_product_list .items .paging-num {text-align: center; clear: both; margin:20px 0;}
.shopbrand .MK_product_list .items .paging-num a {background-color:#fff; border:1px solid #393939; padding:5px 10px; margin:0 10px;} 
.now_cate {
    font-family: 'Nanum Barun Gothic';
    color: #000000;
    text-align: center;
    padding: 25px 0;
    font-size: 18px;
}
.nodata {
    font-family: 'Nanum Barun Gothic';
    color: #000000;
    text-align: center;
    padding: 55px 0;
    font-size: 18px;
}
#MS_product_more_btn_area {
    margin-bottom: 50px;
    padding: 0 15px;
}
.product-wrap {
	margin:0 auto;
	position:relative;
	width:100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* product */
.prd-name, .prd-name a {
	font-size: 13px;
	color: #000000;
	line-height: 1.7;
	letter-spacing: -0.5px;
}
.prd-price, .prd-price a {
	font-size: 15px;
	color: #000;
}
.prd-price a .price, .prd-price .price {
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	color: #e0002a;
	letter-spacing: 0.5px;
	position: relative;
	top: 2px;
}
.prd-price .consumer, .prd-price a .consumer {
	text-decoration: line-through;
	color: #c2c2c2;
	font-size: 13px;
	font-weight: 400;
}
.prd-price .consumer .won, .prd-price a .consumer .won {
	font-size: 12px;
	letter-spacing: 0;
	position: relative;
	font-weight: normal;
	vertical-align: middle;
}
.prd_list .pd_wrap .info .prd-price .normal .won {
	font-size: 13px;
	position: relative;
	top: -1px;
}
.prd-price a .normal, .prd-price .normal {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: #000000;
	position: relative;
}
.prd-price .dc_per, .prd-price a .dc_per {
	font-size: 14px;
	color: #d54141;
	display: block;
	font-weight: bold;
	font-family: Verdana;
}
ul.prd_list {
	font-size: 0; 
}
ul.prd_list li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 20px;
	text-align: center;
	position: relative;
}
.prd_list .pd_wrap .img img {
	width: 100%;
}
.prd_list .pd_wrap .img .MK-product-icons {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.prd_list .pd_wrap .img .MK-product-icons img {
	width: auto;
	max-width: 100%;
	margin: 0 3px;
	vertical-align: middle;
}
.prd_list .pd_wrap .img {
	margin-bottom: 20px;
	position: relative;
}
.prd_list .pd_wrap .info .subname {
	color: #656565;
	font-size: 12px;
	margin-top: 7px;
}
.prd_list .pd_wrap .info {
	position: relative;
}
.prd_list .pd_wrap .info .line {
	width: 10px;
	height: 1px;
	background: #000;
	margin: 5px auto 0;
}
.prd_list .pd_wrap .info .prd-price {
	margin-top: 8px;
	font-size: 14px;
	position: relative;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
	font-weight: 500;
}
/* product */
.list_title {
	padding: 45px 0 25px;
	text-align: center;
}
.list_title h3 {
	color: #000000;
	letter-spacing: -0.5px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
}
.list_title .en {
	color: #ececec;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 6px;
	font-family: Verdana;
	padding-bottom: 10px;
}
.list_title .title_sub {
	font-size: 13px;
	color: #969696;
	letter-spacing: -0.5px;
	padding-top: 8px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
}
.cate-wrap {
    padding-bottom: 25px;
}

.cate-wrap .class-list {}

.cate-wrap .class-list ul {
    font-size: 0;
    text-align: center;
}

.cate-wrap .class-list ul li {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px;
    background: #e9e9e9;
    border-radius: 8px;
    margin: 3px;
}

.cate-wrap .class-list ul li a {
    color: #656565;
    font-size: 13px;
}
.cate-wrap .class-list ul li.active {
    background: #1a1a1a;
}

.cate-wrap .class-list ul li.active a {
    color: #fff;
}
/* BASIC css end */

