/* BASIC css start */
.top_banner {height: 50px;}
.top_banner > li {    

   height: 50px;
   background: #000;
   text-align: center;
   line-height: 50px;    
	
}


.top_banner > li a {
    width:100%;
    height: 100%;
    display: inline-block;
    font-size: 1.2em;
    letter-spacing: -0.5px;

}




.bx-wrapper {
    position: relative;
    padding: 0;
    *: ;
    zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-pager-item {display:none;}

.bx-wrapper .bx-pager.bx-default-pager a {
    display:none;	
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.bx-wrapper .bx-controls-direction a {
    display:none;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}
.top_banner_wrap {

 position: relative;

}
.top_banner_wrap > a svg {
    width: 10px;
    height: 10px;
    fill: #bbb;

}
.top_banner_wrap > a.top_bn_close {

    width: 15px;
    height: 15px;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;  

}
.bn_new > a{background:#1d1d1d !important; color:#fff;}
.bn_kakaotalk > a{
    color: #381e1f !important;
    background: #ffd902 url(/design/bodymax/M/ico/ico_top_kakao.png) 60px 16px no-repeat;
    background-size: 20px;
    
}
.bn_review > a{background:#f0f0f0 !important;color:#333; }


@media ( max-width: 415px ) {

.top_banner > li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 1em;
    letter-spacing: -0.5px;
}

  
}

/* BASIC css end */

