/*Content CSS*/
.tl_box_roll_wrap {margin-top: 0; position: relative;}

.tl_box_roll_wrap .center_slidelist .slider_img {background:url("../img/main1.jpg") 50% 50% no-repeat;background-size:cover; height: 500px; width:100%;overflow:hidden}
.tl_box_roll_wrap .center_slidelist .slide2{background-image:url("../img/main2.jpg");}
.tl_box_roll_wrap .center_slidelist .slide3{background-image:url("../img/main3.jpg");}
.tl_box_roll_wrap .center_pager{position:relative;float:right;right:0;width:80px;height:30px;color:#fff;margin-top:10px}
.tl_box_roll_wrap .center_pager .center-current-slide{display:inline-block;float:left;margin-top:-15px;font-size:29px;font-weight:600}
.tl_box_roll_wrap .center_pager .total-current-slide{display:inline-block;float:right;font-size:18px}

/*컨트롤러*/
.tl_box_roll_wrap .owl-nav{position:absolute;top:50%; transform:translateY(-50%);z-index: 3; display: flex; left:0; width: 100%; border:0px solid red; padding:0 60px;
    justify-content: space-between; height: 0;}
.tl_box_roll_wrap .owl-nav button {text-align:center; cursor:pointer;transition: all 0.2s; display: block; text-decoration: none; opacity: .6; color:#fff;
font-size:0; width: 30px; height: 57px; }
.tl_box_roll_wrap .owl-nav .owl-prev {background: url('../img/m_prev.png') 50% 50% no-repeat;}
.tl_box_roll_wrap .owl-nav .owl-next {background: url('../img/m_next.png') 50% 50% no-repeat;}
.tl_box_roll_wrap .owl-nav button:hover {opacity: 1;}
.owl-nav button:focus {outline: none; border: none;}

/*페이지넘버*/
.tl_box_roll_wrap { color:#fff; display: flex; flex-direction: row; justify-content: center;}
.tl_box_roll_wrap  .number{font-size:17px; font-weight: 300; color:#fff; letter-spacing: 1.7px; font-family: 'Montserrat'; }
.tl_box_roll_wrap .number_last{font-size:17px; font-weight: 300; color:#fff; letter-spacing: 1.7px; font-family: 'Montserrat'; }
.tl_box_roll_wrap  .number::after {content: '/'; display: inline-block; margin:0 10px; font-weight: 300;}
.tl_box_roll_wrap .number::before, .tl_box_roll_wrap .number_last::before {content: '0';}

/*메인타이포*/
.main_typo {position: absolute; top:0; left: 0; width:100%;  height: 100%; padding: 130px 20px 0;  text-align: center;}
.main_typo h2 {font-size:13px; font-weight: 500; color:rgba(255,255,255,.94); letter-spacing: 7px; font-style: italic;
text-shadow: 0 0 6px rgba(0,0,0,.31); line-height: 23px; }
.main_typo h1 {font-size: 60px; font-weight: 800; color:#fff; font-family: 'NanumSquare',sans-serif; margin:  20px 0; text-shadow: 0 0 6px rgba(0,0,0,.31);}
.main_typo  p {font-size: 16px; font-weight: 400; color:#fff; text-shadow: 0 0 6px rgba(0,0,0,.31); word-break: keep-all; line-height: 28px; padding: 0 30px}


/*progress*/
.slide-progress { width: 250px; height: 1px; background: rgba(255,255,255,0.3); margin: 25px 0 0 0; position: relative; }
.slide-progress div { position: absolute; top: 0; left: 0; height: 1px; max-width: 250px; width:0; background: #fff;}

/* m_controller (컨트롤러 부모객체 )*/
.m_controller {display: flex; flex-direction: column; align-items: center; position: absolute; border:0px solid red; bottom: 50px; left:50%; transform:translateX(-50%);}
/* dots */
.m_dots {display: flex; align-items: center; position: absolute; border:0px solid red; bottom:60px; left:0;}
.m_dots button {width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.4); margin-right: 12px; outline: none; transition: all .2s ease;}
.m_dots button:last-child {margin-right: 0;}
.m_dots button.active {width: 12px; height: 12px; background: rgba(255,255,255,.9);}



@media screen and (max-width:1800px) {
}
@media screen and (max-width:1600px) {
}

@media screen and (max-width:100%) {
}

@media screen and (max-width:1200px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 640px) {

}
