/* BASIC css start */
*{transition:all 0.3s;}
.container{overflow:hidden;}
.list-hd{
    margin-top:30px;
    margin-bottom:10px;
}

.list-hd h3{
    font-size:14px;
}

#SMS_list_array .list_array{
    padding:0;
}

#SMS_list_array .list_array .list_arrayLeft{
    margin-top: 0;
    padding: 0px 5px;
    border-top: 1px solid #eee;
}

.kslogo{
    width:150px;
}

.dintMadeMainBanner{
    position:relative;
    margin:-25px -12px 0;
}

.dintMadeMainBanner .imgWrap{
    position:relative;
}

.dintMadeMainBanner .imgWrap .bgMask{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#000;
    opacity:0.1;
}

.dintMadeMainBanner .textWrap .absoluteBox{
    position:absolute;
    width:100%;
    top:50%;
    text-align:center;
    color:#fff;
}

.dintMadeMainBanner .textWrap .absoluteBox.moStatic{
    top:60%;
}

.dintMadeMainBanner .textWrap h2{
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 26px;
}

.dintMadeMainBanner .textWrap p{
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 18px;
}

.dintMadeMainBanner .textWrap span{
    display:block;
    font-weight: 100;
    font-size: 14px;
    line-height:1.2;
}

@media (max-width:992px){
    .dintMadeMainBanner .textWrap h2{
        margin-bottom: 5px;
        font-size: 20px;
    }

    .dintMadeMainBanner .textWrap p{
        font-size: 10px;
    }

    .dintMadeMainBanner .textWrap span{
        font-size: 11px;
    }
    
    .dintMadeMainBanner .textWrap .absoluteBox.moStatic {
        position: static;
        color: #2a2a2a;
        text-align: left;
        margin: 10px 0 0 12px;
        padding-left: 5px;
        border-left: 5px solid #2a2a2a;
    }
}

.bestItemWrap,
.newArrivalWrap{
    margin:0 -12px;
}

.bestItemWrap ul:after{
    content:'';
    display:block;
    clear:both;
}

.bestItemWrap ul li.Product_list_item{
    width:calc((100% - 10px)/2);
    margin-right:10px;
    float:left;
}

.bestItemWrap ul li.Product_list_item:nth-child(2n){
    margin-right:0;
}

.designerPickWrap .designerPickList {
    margin-bottom:30px;
}

.designerPickWrap .designerPickList .imgWrap img {
    display:block;
    width:100%;
}

.designerPickWrap .designerPickList .textWrap p.name{
    padding-top:15px;
    font-size:18px;
    font-weight:500;
}

.designerPickWrap .designerPickList .textWrap div.price{
    font-size:14px;
    color:#767575;
}

@media (max-width:992px){
    .designerPickWrap .designerPickList .textWrap p.name{
        padding-top:5px;
        font-size:12px;
    }

    .designerPickWrap .designerPickList .textWrap div.price{
        font-size:10px;
    }
}

.goodsBigBan{
    padding-bottom:40px;
}

.goodsBigBan .goodsBanner{
    position:relative;
    width:calc((100% - 40px)/2);
    margin-right:40px;
}

.goodsBigBan.box_03 .goodsBanner{
    width:calc((100% - 48px)/3);
    margin-right:24px;
}

.goodsBigBan .goodsBanner:last-child{
    margin-right:0;
}

.goodsBigBan .goodsBanner > img{
    display:block;
    width:100%;
}

.goodsBigBan .goodsBanner .overlay{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    z-index:2;
    opacity:0;
    transition:all 0.5s;
}

.goodsBigBan .goodsBanner:hover .overlay{
    opacity:1;
}

.goodsBigBan .goodsBanner .overlay .textBox{
    position:absolute;
    width:100%;
    top:57%;
    left:0;
    color:#fff;
    font-family: 'Geosanslight';
    text-align:center;
}

.goodsBigBan.box_03 .goodsBanner .overlay .textBox{
    top:50%;
    transform:translateY(-50%);
}

.goodsBigBan .goodsBanner .overlay .textBox strong{
    display:block;
    margin-bottom:5px;
    font-size:34px;
    font-weight:300;
}

.goodsBigBan.box_03 .goodsBanner .overlay .textBox strong{
    font-size:28px;
}

.goodsBigBan .goodsBanner .overlay .textBox span{
    display:block;
    margin-bottom:80px;
    font-size:16px;
    font-weight:100;
}

.goodsBigBan .goodsBanner .overlay .textBox .bigBanGoodsInfo .name{
    margin-bottom:5px;
    font-size:12px;
    font-weight:100;
}

.goodsBigBan .goodsBanner .overlay .textBox .bigBanGoodsInfo .price strike,
.goodsBigBan .goodsBanner .overlay .textBox .bigBanGoodsInfo .price span{
    display:inline-block;
    font-size:14px;
    font-weight:500;
}

.goodsBigBan .goodsBanner .overlay .textBox .bigBanGoodsInfo .price strike{
    font-weight:100;
    margin-right:5px;
}

@media(max-width: 992px) {
    .goodsBigBan{
        padding-bottom:10px;
    }
    
    .goodsBigBan.swiper{
        padding-bottom:10px;
        overflow:visible;
    }

    .goodsBigBan .goodsBanner{
        width:100%;
        margin-right:0;
    }
    
    .goodsBigBan .goodsBanner .overlay{
        opacity:1;
    }
    
    .goodsBigBan .goodsBanner .overlay .textBox strong{
        margin-bottom:5px;
        font-size:17px;
    }

    .goodsBigBan.box_03 .goodsBanner .overlay .textBox strong{
        font-size:12px;
    }

    .goodsBigBan .goodsBanner .overlay .textBox span{
        margin-bottom:40px;
        font-size:10px;
    }

    .goodsBigBan .goodsBanner .overlay .textBox em{
        font-size:10px;
    }
}
@media(max-width: 992px) {
    #setUp_slider.SMS_main_display_prd > ul > .Product_list_item .over_text_wrap > div,
    #setUp_slider.SMS_main_display_prd > ul > .Product_list_item .over_text_wrap{
        text-align:left;
    }
}

.hero_section {
 position: relative;
 min-height: 250px;
 height: 23vw;
 background-position: center 0;
 background-repeat: no-repeat;
 background-size: cover;
 margin-bottom: 30px;
}
.hero_section h3 {
 position: absolute;
 top: calc(50% - 17px);
 right: 10%;
 transform: translateY(50%);
 text-align: right;
 font-size: 23px;
 font-weight: 400;
 color: #fff;
}

.page_location li span {
  position: relative;
  color: #898989;
}

.page_location li:last-chilld span {
    color: #000;
}




.SMS_main_display_prd { margin-bottom: 42px; }
.SMS_main_display_prd > ul {font-size: 0;}
.SMS_main_display_prd > ul > .Product_list_item {display: inline-block; width: calc(33.332% - 26.667px); margin-bottom: 40px; margin-right: 40px;}
.SMS_main_display_prd > ul > .Product_list_item > a {position: relative; display: block; width: 100%; margin: 0;}
.SMS_main_display_prd > ul > .Product_list_item .overlay {position: relative; transition: all 0.5s;}
.SMS_main_display_prd > ul > .Product_list_item .over_text_wrap > div {font-size: 14px; line-height: 1.4; text-align: center; word-break: keep-all;}
.SMS_main_display_prd > ul > .Product_list_item .over_text_wrap .strike {text-decoration: line-through; color: #ddd;}
.SMS_main_display_prd > ul > .Product_list_item img {width: 100%;}
.SMS_main_display_prd > ul > .Product_list_item .over_text_wrap > div.name{padding:10px 0 0;}


@media (max-width: 992px) {
.SMS_main_display_prd .flex-viewport ul > li .over_text_wrap > div {color: #888; padding: 10px 0; text-align: left; font-size: 11px;}
.SMS_main_display_prd .flex-viewport ul > li .over_text_wrap .price {padding :0;}
.SMS_main_display_prd .flex-viewport ul > li .over_text_wrap { position: static; transform: none; top: 0; left: 0; width: 100%;}
.SMS_main_display_prd > ul > .Product_list_item {width: calc(50% - 5px); margin-right: 10px; margin-bottom: 30px; vertical-align: top;}
.SMS_main_display_prd > ul > .Product_list_item .over_text_wrap{text-align:center;}
.SMS_main_display_prd > ul > .Product_list_item .over_text_wrap > div {color: #000; padding: 10px 0; }
.SMS_main_display_prd > ul > .Product_list_item .over_text_wrap .strike{display:inline-block;margin-right:5px;}
.SMS_main_display_prd > ul > .Product_list_item .over_text_wrap .price {display:inline-block;padding :0;}
.SMS_main_display_prd > ul > .Product_list_item .over_text_wrap .name:after {display: none;}
.SMS_main_display_prd > ul > .Product_list_item .over_text_wrap { position: static; transform: none; top: 0; left: 0; width: 100%;}
.SMS_main_display_prd > ul > .Product_list_item .over_text_wrap > div {padding:0; font-size: 10px;}
}


.SMS_CategoryBest_header {font-size: 14px; margin-bottom:10px; }


.SMS_Product_display {
  padding-bottom: 28px;
}
.SMS_Product_display h3 {
  font-family: 'GeosansLight', sans-serif;
  font-size: 14px;
  margin-top: 28px;
  margin-bottom: 10px;
}
.SMS_Product_display .items {
  font-size: 0;
}
.SMS_Product_display .SMS_base_mask {
  text-align: center;
}

.SMS_Product_display {
  margin-right: -5px;
}

.SMS_Product_display li {
  display: inline-block;
  width: 50%;;
  vertical-align: top;
  font-size: 8px;
  margin:0;
  padding-right: 5px;
  padding-bottom: 22px;
}

.SMS_Product_display .SMS_moreBtn {
  text-align: center;
  margin-bottom: 20px;
}
.SMS_Product_display .view_more_btn {
  position: relative;
  background: #fff;
  font-family: 'GeosansLight', sans-serif;
  font-size: 8.5px;
  color: #3a3a3a;
}
.SMS_Product_display .view_more_btn:after {
  content:'';
  position: absolute;
  display: block;
  right: -13px;
  top: 8px;
  width: 7px;
  height: 1px;
  background: #3a3a3a;
}
.SMS_Product_display .view_more_btn:before {
  content:'';
  position: absolute;
  display: block;
  right: -10px;
  top: 5px;
  width: 1px;
  height: 7px;
  background: #3a3a3a;
}

.SMS_Category_list .CateInBody {
    border-bottom:none;
    margin-bottom:10px;
}

.SMS_Category_list .CateInBody ul {

border-bottom: 1px solid #ddd;
display: table;
}

.SMS_Category_list .CateInBody ul:last-child {
border-bottom: none;
}

.SMS_Category_list .CateInBody ul li {
position: relative;
display: inline-block;
float: left;
width: auto;
height: 15px;
line-height: 15px;
font-size: 12px;
text-align: center;
/* border-right: 1px solid #ccc; */
padding-right: 12px;
}

.SMS_Category_list .CateInBody ul li a {
display: block;
text-align: center;
color: #6D6D6D;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
font-size: 11px;
}

.SMS_Category_list .CateInBody ul li .sel {
font-weight: bold;
color: #000;
border-bottom: 1px solid #000;
position: relative;
}

.SMS_Category_list .CateInBody ul li:last-child {
border-right: none;
}

.SMS_Category_list .CateInBody ul li:last-child span {
border-right: none;
}

.SMS_Category_list .CateInBody ul li span {
display: inline-block;
position: absolute;
right: 1px;
width: 1px;
font-weight: normal;
color: #ddd;
padding: 0;
display: none;
}
.view_more_btn {
  position: relative;
  background: #fff;
  font-family: 'GeosansLight', sans-serif;
  font-size: 8.5px;
  color: #3a3a3a;
}
.view_more_btn:after {
  content:'';
  position: absolute;
  display: block;
  right: -13px;
  top: 8px;
  width: 7px;
  height: 1px;
  background: #3a3a3a;
}
.view_more_btn:before {
  content:'';
  position: absolute;
  display: block;
  right: -10px;
  top: 5px;
  width: 1px;
  height: 7px;
  background: #3a3a3a;
}
.SMS_moreBtn {
  text-align: center;
  margin-bottom: 20px;
}

.SMS_CategoryBest_wrap .swiper-container {
    overflow:visible;
    padding-bottom:10px;  
    margin-bottom:50px;
}

.SMS_CategoryBest_wrap .swiper-container-horizontal .swiper-scrollbar{
    display:block;
    width:60%;
    height:2px;
    left:20%;
    bottom:0;
    opacity:1 !important;
}

.SMS_CategoryBest_wrap .SMS_Product_display li{
    padding-bottom:10px;
}

/*½º¿ÍÀÌÆÛ °ü·Ã*/
.bestItemWrap,
.newArrivalWrap,
.setUpWrap{position:relative;}

.swiperBtn{position:absolute; top:50%; transform:translateY(calc(-50% - 20px)); cursor:pointer; }
.swiperBtn.next{right:-80px;}
.swiperBtn.prev{left:-80px;}


.newItemWrap{
    padding-top:5px;
}

.newItemWrap .goodsBigBan .goodsBanner{
    transform:scale(0.85);
    transition:all 0.3s;
}
.newItemWrap .goodsBigBan .goodsBanner.swiper-slide-active{
    transform:scale(1);
/* BASIC css end */

