/* BASIC css start */
  
#contentWrap {
    width: 1200px !important;
}

/* tit */
.tit.-effect {
    text-align: center;
    font-size: 11px;
    padding: 75px 0 18px 0;
    margin-bottom: 60px;
}

.tit.-effect:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    margin: 30px 0 0 0;
    background: #e6e6e6;
}

.tit.-effect span {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
    position: relative;
}


.tit.-effect span:after {
    content: '';
    width: 0px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin: 30px 0 0 0;
    background: #e6e6e6;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tit.-effect.on span {}

.tit.-effect.on span:after {
    background: #000;
    width: 110%;
    left: -5%;
}


/* prd */
.prd_wrap{
    width: 1200px;
    margin: 0 auto;
}
.prd4x {
    font-size: 0;
}

.prd4x .prd_list {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin-left: 26px;
}
.prd4x .prd_list:nth-child(4n+1) {
    margin-left: 0;
}

.prd4x .prd_list .thumb {
    position: relative;
    border: 1px solid #f0f0f0;
}

.prd4x .prd_list .thumb img {
    max-width: 100%;
}

.prd4x .prd_list .thumb .preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    height: 52px;
    line-height: 52px;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #f0f0f0;
}
.prd4x .prd_list .thumb .preview a {
	margin-right: 25px;
	display: inline-block;
}
.prd4x .prd_list .thumb .preview a:last-child {
	margin-right: 0;
}
.prd4x .prd_list .thumb .preview a:hover {
	opacity: 0.85;
}
.prd4x .prd_list .desc {
	position: relative;
	text-align: center;
}

.prd4x .prd_list .desc ul {}

.prd4x .prd_list .desc ul li.prd-name {
    font-size: 11px;
    color: #000000;
}

.prd4x .prd_list .desc ul li.prd-price {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding-top: 6px;
}

.prd4x .prd_list .desc ul li.prd-price strike {
    color: #999;
}

.prd4x .prd_list .desc ul li.prd-color {
}

.prd4x .prd_list .desc ul li.prd-color span {
    font-size: 10px;
}

.prd4x .prd_list .desc ul li.prd-color span + span {
    margin: 0 0 0 4px;
} 
.cate_name {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #a48f78;
    letter-spacing: 3px;
    font-size: 18px;
    text-align: center;
    padding-top: 85px;
    padding-bottom: 24px;
}

.cate-wrap {
    text-align: center;
}

.cate-wrap .class-list {}

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

.cate-wrap .class-list ul li {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
}

.cate-wrap .class-list ul li a {
    font-weight: 400;
    color: #b2b2b2;
    font-size: 13px;
}
.cate-wrap .class-list ul li a span {
    font-family: 'Lato', sans-serif;
}

.cate-wrap .class-list ul li.on a {
    color: #242424;
}

.cate-wrap .class-list ul li:hover a {
    color: #242424;
}

.prodsort {
    padding: 48px 0 0;
    margin-bottom: 30px;
    position: relative;
}
.prodsort h3 {
    font-size: 18px;
    color: #4c4c4c;
}
.prodsort ul {
    font-size: 0;
}

.prodsort ul li {
    vertical-align: middle;
    display: inline-block;
}

.prodsort ul li.left, .prodsort ul li.right {
    width: 50%;
    font-size: 12px;
}
.prodsort ul li.right {
    text-align: right;
    font-size: 0;
}

.prodsort ul li.right a {
    color: #898989;
    font-size: 11px;
   /* font-family: Dotum, "돋움", sans-serif; */
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    margin-left: 5px;
    display: inline-block;
    height: 29px;
    line-height: 29px;
}
/* BASIC css end */

