/* BASIC css start */
#MS_scroll_text_container{width:100%!important; text-align:left;background:#000;}
#MS_scroll_text_container li{width:100%!important;display:inline-block;font-size:12px;text-align:center}
#MS_scroll_text_container a{font-size:12px;  font-weight:500;    color: #fff;}
#MS_scroll_text_container a.click{width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    z-index: 999999;}
.fa-arrows-v:before {
    content: "\f07d";display:none;
}
.menu_on #header {top:0}

.product-tile__name{top: 5px;    font-size: 12px;}
.centered__copy{    text-align: center;

    border-top: 1px solid #000;
    
    margin: 20px;
    padding: 80px 0 50px 0;
}

.swiper-pagination-bullet{border:1px solid #000}
.swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;!important}
      
 #footer .footerNone {display:block !important}
/* 롤링배너 */
#event .MS_img-wrap { background: #000;color:#fff;font-size:11px;padding:10px 0;
    font-family: 'Noto Sans KR', sans-serif; position: relative; width: 100%; overflow: hidden; }
#event .event-imgs { position: relative; }
#event .MS_img-area {  width: 100%;
    text-align: center;}
    .MS_img-area a{    letter-spacing: 0!important;
    height: 40px;
    line-height: 40px;
    color: #fefaf0;
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;}
#event .MS_img-area:not(:first-child) { display: none; }
#event .MS_img-area img { width: 100%; }
#event .pagination { position: relative; left: 0; text-align: center; width: 100%; }
#event .pagination .swiper-pagination-switch { display: inline-block; margin: 0 2px; text-indent: -9999px; background: url(/images/d3/m_01/bull/event_now@2x.gif) no-repeat 0 50%; background-size: 19px 7px; width: 10px; height: 10px; }
#event .pagination .swiper-active-switch { background-position: -12px 50%; }
/* 해쉬태그 */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: #e64623;;
  
  height: 60px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}


.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 250);
}
.slider .slide {font-family: 'Black Han Sans', sans-serif!important;
    height: 20px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 20px 10px;
}
/* 뉴스박스 */
.newBoxCont img{display:none}
.newBox{text-align:center; position: relative;}
.newBox .libox{background:#fff;border:2px solid #e64623; font-family: 'Noto Sans KR', sans-serif;     font-weight: 400;
    color: #e64623;
    font-size: 1.9em;
            width:90%; display:inline-block; vertical-align: top; text-align:left; }
.newBox .libox p {font-weight:500;padding:20px 40px;font-family: 'Noto Sans KR', sans-serif;}
.newBox .libox .subject{border-top:2px solid #e64623; padding:20px 40px;font-family: 'Noto Sans KR', sans-serif;font-weight:500;}
.newBox .libox p img{width:30px}
.newBox .libox div{padding:0 40px;line-height: 1.5;}
.newBox .thumb{width:100%; border-bottom:2px solid #e64623}
.newBox h2{font-family: GrotzecCond-Bold3, sans-serif;font-size: 44px;color:#e64623;padding: 40px 0;
    line-height: 0.8;}
.newBox .chicken {width:50px; padding:40px 0 }
.newBox a{display: inline-block;  }
.newBoxCont .swiper-container{display:none}
.newBox .libox .none{padding: 0;}


.newBox #jssor_1 {
    padding: 43px 0 27px 0;
    margin: 0;
    background: url(/design/bodram/img/dot.svg),#fff;
    background-size: 4px;
    -webkit-transform: translateZ(0);
}
/* 첫번째 비쥬얼 배너 */
.mainBox {font-size: 0;text-align:center;}
.mainBox .mainBoxIn {position:relative;  width:100%; display:inline-block;text-align:left;}
.mainBox .bannerBoxText {padding: 50px 40px 10px 40px;position: relative; background: #fff;z-index:10; color:#e64623;}
.mainBox .bannerBoxText h2{font-family: GrotzecCond-Bold3, sans-serif;font-size: 42px;color:#e64623;
    line-height: 0.8;}
.mainBox .bannerBoxText h3{font-family: 'Noto Sans KR', sans-serif; font-weight:900;font-size:31px;color:#e64623;padding:5px 0 20px 0}
.mainBox .bannerBoxText h4{font-family: 'Noto Sans KR', sans-serif; font-weight:600;font-size:12px;color:#e64623;padding:0 0 5px 0}
.mainBox .bannerBoxText p{line-height:1.6;font-family: 'Noto Sans KR', sans-serif; font-weight:500;font-size:15px;color:#e64623;padding:0 0 20px 0}
.mainBox .bannerBoxImg {    width:100%;height: 400px;}

/* 비디오 배너 */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}

.row *, .row :after, :before {
    box-sizing: border-box;
}
.videobox {overflow: hidden;margin:0 40px 50px 40px; border:2px solid #e64623 ;
    position: relative;
    text-align: center; }

#myVideo {
  position: relative;
      left: 50%;
    transform: translateX(-50%);
      max-width: 180%;width: 180%;
 
}

.content {
  position: absolute;
  top: 50%;
    transform: translateY(-50%);
  
  color: #000;
  width: 100%;
  padding: 20px;
}
.d-md-block {padding:15px 0}
#myBtn {
      width: 52px;
    height: 52px;
    border-radius: 100px;
    font-size: 12px;letter-spacing: -0.9px;
    padding: 10px;
    border: 1px solid #000;
    background: none;
    color: #000;
    cursor: pointer;
}
/* 두번째 비쥬얼 배너 */
.mainBox2 {text-align:center;padding:0; background: #e64623;}
.mainBox2 .mainBoxIn {position:relative; width:100%; text-align:left;}
.mainBox2 .bannerBoxText {height: 320px;  padding: 40px 30px 40px 40px;background: #e64623;color:#fff;}
.mainBox2 .bannerBoxText h2{font-family: GrotzecCond-Bold3, sans-serif;font-size: 54px;color:#fff;line-height: 0.8;}
.mainBox2 .bannerBoxText h3{line-height: 1.3;font-family: 'Noto Sans KR', sans-serif; font-weight:900;font-size:30px;color:#fff;padding:0 0 0px 0}
.mainBox2 .bannerBoxText h4{font-family: 'Noto Sans KR', sans-serif; font-weight:600;font-size:14px;color:#fff;padding:0 0 5px 0}
.mainBox2 .bannerBoxText p{font-weight:500;line-height:1.6;font-family: 'Noto Sans KR', sans-serif; font-size:15px;color:#fff;padding:0 0 20px 0}
.mainBox2 .bannerBoxImg { position: relative; margin:0 40px 40px 40px; border:2px solid #fff }

.swiper-container {
      width: 100%;
      height: 100%;

    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
     

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-pagination{position:absolute;}
  .swiper-pagination-bullet{opacity:1!important;background: #fff;border-radius: 0px!important;border:1px solid #fff}

.swiper-pagination-bullet-active{background: #FFF!important;}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 366px!important;
    left: 40px!important;
    padding-left: 0!important;
}

/* 팝업 */
#MAKESHOPLY0{transform: translateX(-50%); width: 100%!important;   margin-left: 0!important;}

.specialBottom{padding:0 20px }
.specialBottom a{    width: 100%;
    display: inline-block;}
.copy-center{text-align: center;
    font-size: 1.1em;
    line-height: 24px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 20px;
    padding: 40px 0;}

/* //롤링배너 */

.main .topBanner {margin-top:15px;}
.main .topBanner .topBannerLeft {width:49%; float:left; position:relative;}
.main .topBanner .topBannerRight {width:49%; float:right; position:relative;}
.main .topBanner img {width:100%; vertical-align:top;}
.main .topBanner .topBannerTitle {width:100%; font-size:1.083em; font-weight:bold; padding:2px 0; background-color:rgba(0,0,0,0.4);; text-align:center; color:#fff; position:absolute; bottom:0; left:0;}


.banner1 {text-align:center;position:relative;}
.banner1 img {width:100%; vertical-align:top;}
.banner1 p {padding: 10px 0 20px 0;}
.banner2 img {width:100%; vertical-align:top;}
.banner1 .heading {position:absolute; bottom:20px;width:100% }
.banner1 .heading h2{ font-family: GrotzecCond-bold3, sans-serif;color: #fff; font-size: 60px;line-height: 1;}
.banner1 .heading p{color:#fff;font-size:14px;line-height:1.6;padding-top:5px;font-weight: 500;}


 /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider bullet skin 051 css*/
        .jssorb051 .i {position:absolute;cursor:pointer;}
        .jssorb051 .i .b {fill:#fff;fill-opacity:0.3;}
        .jssorb051 .i:hover .b {fill-opacity:.7;}
        .jssorb051 .iav .b {fill-opacity: 1;}
        .jssorb051 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 051 css*/
        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}
        
        
        
        
        



/* BASIC css end */

