   .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* 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-wrapper h1 {
  font-size: 9vw;
  font-weight: 800;
  line-height:1.1em;
  font-family:'Montserrat', sans-serif !important;
  color:#fff;
  text-align:center;
  margin-bottom:0.5em;
}

.swiper-wrapper p.slider_p1 {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-align:center;
  width:100%;  box-sizing:border-box;
   font-family: "Noto Sans KR";
}


.swiper-slide-active .t_box{
    -webkit-animation: fadeInDown 1.5s;
            animation: fadeInDown 1.5s;

}


.low{font-size:4vw !important;color:rgba(255,255,255,0.8) !important}
.high{font-size:4.5vw !important;font-weight:600 !important;}
.low_e{font-size:4.2vw !important;color:rgba(255,255,255,0.8) !important}
.high_e{font-size:5.2vw !important;font-weight:600 !important;}



.text_box_wrap{background:rgba(0,0,0,0.5); width:100%; height:100%; position: absolute; top:0; left:0; z-index:99999999}
.text_box{position: absolute; top:50%; left:50%; width:100%; z-index:9999; transform:translate(-50%,-50%); text-align:center; padding:0 3%; box-sizing:border-box;}
.text_box p{width:100%; text-shadow:2px 2px 5px rgb(0 0 0 / 20%); display:inline-block; font-size:1.7rem; color:#fff; line-height:1.3em;}
.text_box p:nth-child(1){font-size:1.6rem; font-weight:700; margin-bottom:18px;}
.text_box p:nth-child(2){font-size:2.5rem; font-weight:700;}
.text_box a.btn{font-size:1.15rem; border:1px solid rgba(255,255,255,.5); padding:12px 60px; margin-top:40px; color:#fff; display:inline-block; transition:all 0.3s ease-out; border-radius:5px;}
.text_box a.btn:hover{border:1px solid #fff;}




@media all and (max-width:800px){
.m_none{display:none}
.text_box p:nth-child(2){font-size:2rem; word-break:keep-all;}

}