/* BASIC css start */
#preview_wrap {
    display: none !important;
}

@-webkit-keyframes bubble {
    0% {
        top: 34px;
    }

    50% {
        top: 31px;
    }

    100% {
        top: 34px;
    }
}

@keyframes bubble {
    0% {
        top: 34px;
    }

    50% {
        top: 31px;
    }

    100% {
        top: 34px;
    }
}

/* 상단 띠배너 */

.top-banner-wrap {
    width: 100%;
    height: 70px;
    overflow: hidden;
    background: #fef9db;
}

.top-banner-wrap .banner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1900px;
    height: 70px;
    margin-left: -950px;
    text-align: center;
}

.top-banner-wrap span.btn-close {
    cursor: pointer;
    display: block;
    width: 22px;
    height: 22px;
    font-size: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -11px;
    margin: -11px -600px 0px 0px;
    background: url(/design/crazyskin/wib/pc/img/icon/icon-x-g.png) no-repeat;
}

/* 상단 */

.header-wrap {
    width: 100%;
    height: 153px;
    position: relative;
    z-index: 1000;
}

.header-wrap .header-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.header-wrap .header-container.fixed {
    position: fixed;
}

.header-wrap .header-top {
    border-bottom: 1px solid #e5e5e5;
}

.header-wrap .header-top .left-menu li {
    vertical-align: middle;
    margin-right: 20px;
}

.header-wrap .header-top .left-menu li img {
    vertical-align: middle;
}

.header-wrap .header-top .left-menu li.bookmark img {
    margin-right: 5px;
}

.header-wrap .header-top .left-menu li a {
    font-size: 13px;
    color: #414141;
    display: block;
    line-height: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-wrap .header-top .left-menu li:hover a,
.header-wrap .header-top .right-menu li:hover a {
    opacity: .5;
}

.header-wrap .header-top .left-menu li.bookmark span {
    position: relative;
    top: 2px;
}

.header-wrap .header-top .right-menu li {
    margin-left: 20px;
}

.header-wrap .header-top .right-menu li a {
    font-size: 13px;
    color: #414141;
    display: block;
    line-height: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.header-wrap .header-top .right-menu li a span.cart-count {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #ffacaa;
    border-radius: 50%;
    margin-left: 3px;
    position: relative;
    bottom: 2px;
}

.header-wrap .header-top .right-menu li span.join-benefit {
    display: block;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -29.5px;
    width: 59px;
    height: 27px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 31px;
    background: url(/design/crazyskin/wib/pc/img/icon/icon-bubble.png) no-repeat;
    -webkit-animation: bubble 1s linear infinite;
    animation: bubble 1s linear infinite;
}

.header-wrap .header-bottom .logo {
    margin: 24px 48px 16px 0px;
}

.header-wrap .header-bottom .category {
    margin-top: 69px;
}

.header-wrap .header-bottom .category > ul > li {
    margin-right: 49px;
    position: relative;
}

.header-wrap .header-bottom .category > ul > li > a {
    font-size: 15px;
    color: #232323;
    font-weight: bold;
    position: relative;
}

.header-wrap .header-bottom .category ul li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #f1aba4;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-wrap .header-bottom .category ul li:hover > a:after {
    opacity: 1;
    visibility: visible;
}

.header-wrap .header-bottom .category > ul > li > a.eng {
    font-weight: bold;
}

.header-wrap .header-bottom .category > ul > li .sub-category {
    position: absolute;
    top: 35px;
    left: -16px;
    border: 1px solid #d6d6d6;
    background: #fff;
    width: 300px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-wrap .header-bottom .category > ul > li.normal .sub-category{
    width: 200px;
}

.header-wrap .header-bottom .category > ul > li:hover .sub-category {
    opacity: 1;
    visibility: visible;
}

.header-wrap .header-bottom .category > ul > li .sub-category .category-box {
    width: 50%;
    position: relative;
    box-sizing: border-box;
    padding: 25px 24px 31px;
}

.header-wrap .header-bottom .category > ul > li.normal .sub-category .category-box {
    width: 100%;
}

.header-wrap .header-bottom .category > ul > li .sub-category .category-box:first-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #d6d6d6;
    position: absolute;
    top: 0;
    right: 0;
}

.header-wrap .header-bottom .category > ul > li .sub-category .category-box span.title {
    display: block;
    font-size: 13px;
    color: #232323;
    line-height: 24px;
    margin-bottom: 13px;
    font-weight: bold;
}

.header-wrap .header-bottom .category > ul > li .sub-category .category-box ul li a {
    font-size: 13px;
    line-height: 27px;
    color: #606060;
    position: relative;
}

.header-wrap .header-bottom .search-layer {
    width: 212px;
    border-bottom: 1px solid #000;
    position: relative;
    margin-top: 54px;
}

.header-wrap .header-bottom .search-layer span {
    display: none;
}

.header-wrap .header-bottom .search-layer input {
    margin: 0;
    border: none;
    padding: 0;
    height: 37px;
    line-height: 37px;
    color: #232323;
    font-size: 13px;
    background: transparent;
}

.header-wrap .header-bottom .search-layer a.btn-search {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8.5px;
}

/* 우측 윙 */

.right-wing {
    position: fixed;
    top: 50%;
    margin-top: -95px;
    z-index: 10;
    right: 30px;
}

.right-wing>ul>li {
    margin-bottom: 8px;
}

.right-wing>ul>li:last-child {
    margin: 0;
}

.right-wing>ul>li a {
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #606060;
    color: #fff;
    font-size: 11px;
    padding-top: 35px;
    box-sizing: border-box;
}

.right-wing>ul>li:first-child a {
    background: #606060 url(/design/crazyskin/wib/pc/img/icon/icon-cart-s.png) no-repeat center 12px;
}

.right-wing>ul>li .cart-count {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #ffacaa;
    border-radius: 50%;
    margin-left: 3px;
    position: absolute;
    top: -1px;
    right: 6px;
}

.right-wing>ul>li:nth-of-type(2) a {
    background: #606060 url(/design/crazyskin/wib/pc/img/icon/icon-user.png) no-repeat center 10px;
}

.right-wing>ul>li a.today {
    padding: 17px 0px;
}

.right-wing .today-view {
    margin-top: 10px;
    border: 1px solid #606060;
    background: #fff;
    width: 58px;
    -khtml-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.right-wing .today-view.on{
    opacity: 1;
    visibility: visible;
}

.right-wing .today-view .today-cont {
    display: block !important;
}

.right-wing .today-view .today-cont img {
    width: 100%;
    height: auto;
}

.right-wing .today-view .item-cont {
    padding-bottom: 21px;
}

.right-wing .today-view .item-cont div {
    font-size: 0;
    line-height: 1;
}

.right-wing .today-view .slick-slide {
    border:none;
    margin: 0;
}

.right-wing .today-view .slick-arrow {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    position: absolute;
    bottom: 4px;
    left: 17px;
    background: url(/design/crazyskin/wib/pc/img/btn/btn-prev-s.jpg);
}

.right-wing .today-view .slick-arrow.slick-next {
    background: url(/design/crazyskin/wib/pc/img/btn/btn-next-s.jpg);
    left: auto;
    right: 18px;
}

a.btn-top {
    position: fixed;
    bottom: 50px;
    right: 33px;
    z-index: 10;
}

/* 상품 공통 */

.basic-product {
    width: 1200px;
}

.basic-product .list {
    width: 300px;
    padding: 12px 12px 18px;
    margin-bottom: 42px;
    box-sizing: border-box;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
}

.basic-product .list:hover {
    border-color: #ffacaa;
}

.basic-product .list .item-img {
    position: relative;
    margin-bottom: 20px;
}

.basic-product .list .item-img img {
    width: 100%;
    height: auto;
}

.basic-product .list .hover-box {
    width: 161px;
    height: 78px;
    position: absolute;
    top: 50%;
    margin-top: -39px;
    left: 50%;
    margin-left: -80.5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.basic-product .list:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.basic-product .list .hover-box a {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding-top: 47px;
    box-sizing: border-box;
    background: #606060 url(/design/crazyskin/wib/pc/img/icon/icon-cart.png) no-repeat center 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.basic-product .list .hover-box a.detail {
    background: #606060 url(/design/crazyskin/wib/pc/img/icon/icon-search-w.png) no-repeat center 16px;
    margin-left: 5px;
}

.basic-product .list .hover-box a:hover {
    background-color: #ffacaa;
}

.basic-product .list p.product-name {
    font-size: 15px;
    color: #232323;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 13px;
    text-align: center;
}

.basic-product .list ul.spec li {
    vertical-align: bottom;
    margin-right: 5px;
}


.basic-product .list ul.spec li.listDiscount {
    font-size: 13px;
    color: #4d4d4e;
}

.basic-product .list ul.spec li.listPrice {
    font-size: 18px;
    color: #232323;
    font-weight: bold;
}

.basic-product .list ul.spec li.listPrice span.krw {
    font-size: 13px;
    font-weight: bold;
}

.basic-product .list ul.spec li.discount-rate {
    font-size: 18px;
    color: #ffa5a6;
    font-weight: bold;
}

.basic-product .list .promotion {
    display: none;
}
/* BASIC css end */

