/* BASIC css start */
/* =========================================
   365ÇÇ½Ì ¸ÞÀÎ - 8¿ù 18ÀÏ
   ========================================= */

/* ¸ÞÀÎ ¹è³Ê */
.visual {
    position:relative;
    width:100%;
    height:588px;
    overflow:hidden;
}

.visual .inner {
    position:relative;
    width:1200px;
    height:588px;
    margin:0 auto;
    overflow:hidden;
}

.visual .inner img {
    display:block;
    width:100%;
    height:auto;
}

.visual .bx-pager {
    position:absolute;
    bottom:63px;
    width:100%;
    text-align:center;
    z-index:100;
}


/* =========================================
   Æ¯º°»óÇ°
   ========================================= */

#specialWrap {
    position:relative;
    width:100%;
    margin:0 auto;
}

#specialWrap .item-wrap {
    position:relative;
    width:1200px;
    margin:0 auto;
}

#specialWrap .item-cont {
    position:relative;
    width:1200px;
    margin:0 auto;
}

#specialWrap .item-cont .previewBtn {
    position:absolute;
    right:30px;
    bottom:-33px;
    width:60px;
    height:60px;
    background:#fff;
    box-shadow:0 1px 10px 2px rgba(95,95,95,.3);
    z-index:99;
}

#specialWrap .item-cont .previewBtn a {
    display:inline-block;
    width:60px;
    height:60px;
    line-height:74px;
    color:#000;
    text-align:center;
}

#specialWrap .item-cont .previewBtn i {
    color:#000;
    font-size:32px;
}


/* =========================================
   »óÇ° ¸ñ·Ï
   ========================================= */

.product-wrap {
    position:relative;
    width:1300px;
    margin:120px auto;
}


/* =========================================
   NEW PRODUCT
   ========================================= */

#newArrivals {
    width:1300px;
    margin:120px auto;
}

#newArrivals .item-cont {
    display:block;
}

#newArrivals .item-list {
    box-sizing:border-box;
}

#newArrivals .thumb img {
    max-width:100%;
    height:auto;
}


/* =========================================
   BEST ITEM
   ========================================= */

.product-wrap .item-list {
    box-sizing:border-box;
}

.product-wrap .thumb img {
    max-width:100%;
    height:auto;
}


/* »óÇ°¸í */
.item-list .prd-name a {
    text-decoration:none;
}


/* °¡°Ý */
.item-list .prd-price {
    color:#222;
}


/* =========================================
   È­¸éÀÌ Á¼À» ¶§
   ========================================= */

@media screen and (max-width:1300px) {

    .visual .inner {
        width:100%;
    }

    .visual .inner img {
        width:100%;
        height:auto;
    }

    #specialWrap {
        width:100%;
    }

    #specialWrap .item-wrap,
    #specialWrap .item-wrap .item-cont {
        width:100%;
    }

    .product-wrap,
    #newArrivals {
        width:calc(100% - 30px);
    }
}



/* BASIC css end */

