/* BASIC css start */
/** 공통 slick 버튼 **/

body .slick-arrow{
    width: 25px;
    height: 45px;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

body .slick-dots{
    bottom: 0px;
    width: 100%;
    height: 10px;
    text-align: center;
    position: absolute;
    padding: 0;
    display: block !important;
    left: 0;
}

body .slick-dots li{
    width: 10px;
    height: 10px;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    cursor: pointer;
    background: #a5a5a5;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
}

body .slick-dots li.slick-active{
    background: #727272;
}

body .slick-dots li button{
    background: none;
    border: none;
    font-size: 0px;
}



/** 최상단띠배너 **/

.top_banner_wrap{
    position: relative;
    z-index: 95;  
}

.top_banner_wrap .inner > a:nth-of-type(1) ~ a{
    display: none;
}

.top_banner_wrap .inner a{
    display: block;
    font-size: 0;
}

.top_banner_wrap .inner img{
    width: 100%;
    display: block;
}

.top_banner_wrap .flipper_inner {
    height: 65px;
}

.top_banner_wrap .flipper_inner .front,
.top_banner_wrap .flipper_inner .back {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.top_banner_wrap .flipper_inner .front {
    z-index: 2;
}

.top_banner_wrap .flipper_inner .back {
    z-index: 1;
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

@-webkit-keyframes animationFrontBanner {
    0% {
        z-index: 2;
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    40% {
        z-index: 2;
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    50% {
        z-index: 1;
        -webkit-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
    90% {
        z-index: 2;
        -webkit-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
    100% {
        z-index: 2;
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.animationFrontBanner {
    display: inline-block;
    -webkit-animation: animationFrontBanner 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes animationBackBanner {
    0% {
        z-index: 2;
        -webkit-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
    40% {
        z-index: 2;
        -webkit-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
    50% {
        z-index: 1;
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    90% {
        z-index: 2;
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    100% {
        z-index: 2;
        -webkit-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
}

.animationBackBanner {
    display: inline-block;
    -webkit-animation: animationBackBanner 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
}



/** 상단 시작 **/

header .notice_wrap{
    display: none;
}

.header_wrap{
    position: relative;
    z-index: 98;
    background: #fff;
    width: 100%;
    top: 0;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.header_wrap .hd_top{
    position: relative;
    padding: 0 20px;
}

.header_wrap .hd_top .icon_top{
    position: absolute;
    width: 23px;
    height: 21px;
    top: 50%;
    margin-top: -11px;
}

.header_wrap .hd_top .logo_wrap{
    width: 100px;
    padding: 16px 0;
}

.header_wrap .hd_top .logo_wrap img{
    width: 100%;
}

.header_wrap .hd_top .icon_cart{
    background: url('/design/crazyskin/wib/m/img/icon/icon_cart.png') no-repeat center;
    right: 65px;
    background-size: auto 100%;
}

.header_wrap .hd_top .icon_cart a{
    display: block;
    width: 100%;
    height: 100%;
}

.header_wrap .hd_top .icon_cart span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffacaa;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: -11px;
    right: -11px;
}

.header_wrap .hd_top .icon_menu{
    background: url('/design/crazyskin/wib/m/img/icon/icon_menu.png') no-repeat center;
    right: 20px;
    background-size: auto 100%;
}

.header_wrap .hd_top .icon_sch{
    background: url('/design/crazyskin/wib/m/img/icon/icon_sch.png') no-repeat center;
    right: 110px;
    background-size: auto 100%;
}



/* GNB 카테고리 */

.header_wrap .gnb_wrap{
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 15px 20px;
}

.header_wrap .gnb_wrap li {
    width: 15%;
}

.header_wrap .gnb_wrap li:nth-of-type(1),
.header_wrap .gnb_wrap li:nth-of-type(2){
    width: 25%;
}

.header_wrap .gnb_wrap li a{
    font-size: 14px;
    color: #232323;
    display: block;
    line-height: 1;
    font-weight: bold;
}

/* 스크롤시 상단고정 */

.header_wrap.fixed{
    position: fixed;
    background: rgba(255,255,255,0.9);
}



/** 좌측 햄버거메뉴 **/

aside {
    position: fixed;
    width: 320px;
    height: 100%;
    top: 0;
    right: -320px;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

aside.on,
aside.on .aside_cs_wrap{
    right: 0;
}

aside .aside_top{
    background: #ff9e9c;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
}

aside .aside_top .left_box{
    width: 76px;
    margin: 15px 0;
}

aside .aside_top .left_box img{
    width: 100%;
}

aside .aside_top .right_box .aside_close{
    position: absolute;
    top: 50%;
    right: 15px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
}

aside .aside_top .right_box .aside_close img{
    width: 100%;
}


/* 마이메뉴링크 */

aside .my_menu{
    padding: 15px 12px;
}

aside .welcome{
    font-size: 13.5px;
    font-weight: bold;
    color: #383838;
    width: 33%;
    vertical-align: middle;
}

aside .welcome.login{
    width: 26%;
}

aside .right_box{
    width: 67%;
    vertical-align: middle;
    text-align: right;
}

aside .right_box.login{
    width: 74%;
}

aside .right_box ul li a{
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    font-size: 11.5px;
    color: #676767;
    display: block;
    padding: 3px 9px;
    margin-left: 8px;
}


/* 검색창영역 */

aside .sch_wrap{
    position: relative;
    padding: 0 12px;
}

aside .sch_input_wrap #keyword{
    width: 100%;
    padding: 0;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    border: none;
    font-size: 13px;
    text-indent: 10px;
    padding-right: 42px;
    background: #eeeeee;
}

aside .sch_input_wrap .sch_btn{
    width: 20px;
    height: 20px;
    background: url(/design/crazyskin/wib/m/img/icon/icon_sch.png) no-repeat center;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 22px;
    top: 11px;
    opacity: 0.6;
}


/* 카테고리 */

aside .cate_tab_wrap{
    padding: 40px 0 100px;
}

aside .cate_tab_wrap .tab_hd{
    margin-bottom: 15px;
    text-align: center;
}

aside .cate_tab_wrap .tab_hd > p{
    font-size: 13px;
    color: #565656;
    margin: 0 11px;
    padding: 0 4px 4px;
}

aside .cate_tab_wrap .tab_hd > p.on{
    color: #4a4a4a;
    font-weight: 900;
    border-bottom: 1px solid #4a4a4a;
}

aside .cate_tab_wrap .list{
    border-top: 1px solid #e6e6e6;
}

aside .cate_tab_wrap .list li a{ 
    line-height: 42px;
    display: block;
    font-size: 12px;
    color: #565656;
    padding: 0 15px;
    border-bottom: 1px solid #e6e6e6;
}    

aside .today_wrap .list_shopping2x ul{
    padding: 0 7px;
}

aside .today_wrap .list_shopping2x li a{
    padding: 0 5px 18px;
}

aside .today_wrap .list_shopping2x .list_shoppingInfo {
    margin-top: 15px;
}


/* 하단배너영역 */

aside .aside_ft_banner{
    padding: 0 12px 20px;
}

aside .aside_ft_banner img{
    width: 100%;
}



/** 공통 BG 영역 **/

.mask_black{
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.mask_white{
    background: rgba(255,255,255,0.6);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}



/** 스크롤 상단이동 **/

.scroll_top{
    position: fixed;
    z-index: 99;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    opacity: 0.9;
    font-size: 0;
    text-indent: -9999px;
    right: 10px;
    bottom: 15px;
    display: none;
    background: #fff url(/design/crazyskin/wib/m/img/icon/icon_arrow_up_bk.png) no-repeat center;
    background-size: 18px auto;
    bottom: 30px;
    border: 1px solid #7f7f7f;
    overflow: hidden;
}



/** 리사이징 **/


@media (max-width: 350px) {
    .header_wrap .gnb_wrap{padding-bottom: 10px;}
    .header_wrap .gnb_wrap li a{font-size: 12px;}
}
/* BASIC css end */

