/* BASIC css start */
.cate_title_img {
	margin-top:22px;
	width: 1280px;
	text-align: center;
}
.cate_title_img img {
	max-width: 100%;
}
.category {
	margin-top:22px;
	/*height: 88px;*/
    width: 100%;
	color: #fff;
	font-family: 'NanumSquare';
	font-weight: 800;
	font-size: 40px;
	-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;
}
.category .cate_name {
        display: none;
	padding-left: 50px;
	cursor: Pointer;
}
.category .cate_name img {
	padding-left: 50px;
}
.badges {
	position: absolute;
	display:none;
}
.badges .badge {
	width: 70px;
	height: 70px;
	background-color: #ffed00;
}
.badges .badge span {
	display: inline-block;
	width: 100%;
	color: #002550;
	text-align: center;
	font-size: 28px;
	line-height: 70px;
	font-family: 'Roboto';
	font-weight: 900;
}
.product-wrap {
	margin:0 auto;
	position:relative;
	width:1280px
}
.prdList {
	font-size: 0;
	margin-top: 70px;
}
.prdList li {
	position: relative;
	font-size: 12px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	/* width: 25%; */
    margin: 0;
	overflow: hidden;
	width: 310px;
	margin: 0 0 90px 12px;
	text-align: left;
}
.prdList.slide_product li {
	text-align: left;
}
.prdList li .thumbnail {
	position: relative;
	/*width: 310px;*/
	/*height: 310px;*/
	overflow: hidden;
	-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;
	border: 1px solid #e8e8e8;
    text-align: center;
}
.prdList li .thumbnail img {    max-width: 100%;
}
.prdList li .thumbnail a {
	display: block;
}
.prdList li .name {
/*padding-top: 30px;*/
}
.prdList li .name a {
	font-family: 'NanumSquare';
	font-weight: 700;
	font-size: 30px;
	color: #2b2b2b;
	letter-spacing: -1px;
}
.prdList li .price_box {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 36px;
	color: #aeaeae;
	letter-spacing: -1px;
	padding-top: 5px;
}
.prdList.x3x {
	margin-left: 0;
}

.prdList.x3x li {
	width: 33.333%;
	-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;
	margin: 0;
	padding: 0 25px;
}
.prdList.x3x li {padding-bottom:60px;
}
.prdList.x3x li .thumbnail {
	margin: 0 auto;
	border: 0;
}
.prdList.x3x li .name a {
    color: #00254f;
    /*font-size: 39px;*/
    font-size: 33px;
    letter-spacing: 0;
    font-family: 'NanumSquare';
    font-weight: 700;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prdList.x3x li .price_box {
	color: #00254f;
	font-size: 36px;
	padding-top: 15px;
	font-family: 'Roboto';
	font-weight: 700;
	letter-spacing: -0.5px;
}
.prdList li .subname {
	padding-top: 10px;
}
.prdList li .subname a {
	font-family: 'NanumSquare';
	font-weight: 400;
	font-size: 22px;
	color: #2b2b2b;
}
.prdList.x3x li:nth-child(3n) {
	padding-right: 0;
    padding-left: 50px;
}
.prdList.x3x li:nth-child(3n+1) {
	padding-left: 0;
    padding-right: 50px;
}
.buy {
	padding-top: 20px;
	padding-bottom: 25px;
}
a.buy_btn {
	width: 140px;
	height: 52px;
	background: #ffed00;
	display: block;
	line-height: 52px;
	text-align: center;
	border-radius: 10px;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 22px;
	color: #00254f;
	letter-spacing: 1px;
	text-transform: uppercase;
}
a.buy_btn:hover {
	background: #00254f;
	color: #ffed00;
	-webkit-transition: background-color 0.2s, color 0.2s;
	-khtml-transition: background-color 0.2s, color 0.2s;
	-moz-transition: background-color 0.2s, color 0.2s;
	-ms-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
	-o-transition: background-color 0.2s, color 0.2s;
}
.cate-list { 
}
.cate-list ul {
	font-size: 0;
}
.cate-list ul li {
        display: inline-block;
        width: 33.33333%;
	padding-left: 40px;
        background: #002550;
	border-left: 1px solid #dfdfdf;
        box-sizing: border-box;
}
.cate-list ul li a {
	line-height: 88px;
	color: #fff;
	font-family: 'NanumSquare';
	font-weight: 800;
	font-size: 34px;
	display: block;
}
.cate-list ul li:nth-child(3n+1) {
	border-left: 0;
}
.cate-list ul li:nth-child(n+4) {
	border-top: 1px solid #dfdfdf;
}
.cate-list ul li:hover a {
	color: #ffed00;
}
.prdList.x3x {
    border-bottom: 1px solid #e8e8e8;
}
.prdList.x3x:last-child {
    border-bottom: 0;
}
.prdList.x3x + .prdList.x3x {
    margin-top: 50px;
}
.colorfff{
     font-size: 0; } 
.colorfff:before{
    content: "CATEGORY";
    font-size: 40px;
    vertical-align: middle;}


.colorfff img {
-ms-transform: rotate(180deg); 
-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-right: 50px;
}
/* BASIC css end */

