/* BASIC css start */
.top_banner_wrap > .bx-wrapper {

    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    width: 100%;
    height: 50px;
    margin: 0 auto;

}
.top_banner_wrap > .top_btn_wrap {

    position: relative;
    width: 1100px;
    margin: 0 auto;
}


.top_banner {height: 50px;}
.top_banner > li {    

   height: 50px;
   text-align: center;
 
	
}

.top_banner > li a {
    width: 1100px;
    height: 50px;
    display: inline-block;
    font-size: 1.3em;
    letter-spacing: -0.5px;
    line-height: 50px;

}

.top_banner_wrap > .bx-wrapper > .bx-controls,.top_banner_wrap > .bx-wrapper > .bx-pager-item{ display:none; }

/* 배너 닫기버튼 CSS */
.top_banner_wrap > .top_btn_wrap a.top_bn_close {
    position: absolute;
    top: 10px;
    right: 0;
    width: 13px;
    height: 13px;
    padding: 5px;
    z-index: 80;    z-index: 80;  

}

.top_banner_wrap > .top_btn_wrap  a svg {
    width: 13px;
    height: 13px;
    fill: #bbb;

}

/* 배너 CSS */
.bn_new{background:#1d1d1d;}
.bn_kakaotalk{background: #ffd902;}
.bn_review{background:#f0f0f0; }
.bn_new > a {color:#fff;}
.bn_kakaotalk > a {
  color:#3a201e;
  background: #ffd902 url(/design/bodymax/M/ico/ico_top_kakao.png) 350px 16px no-repeat;
  background-size: 20px;
}
.bn_review > a {color:#333;}
/* BASIC css end */

