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

.tl_box_roll_wrap .center_slidelist .slider_img {background:url("../img/main_img1.jpg") 50% 50% no-repeat;background-size:cover; height: 100vh;
min-height: 937px;width:100%;overflow:hidden}
.tl_box_roll_wrap .center_slidelist .slide2{background-image:url("../img/main_img2.jpg");}
.tl_box_roll_wrap .center_slidelist .slide3{background-image:url("../img/main_img3.jpg");}
.tl_box_roll_wrap .center_slidelist .slide4{background-image:url("../img/main_img4.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:46%; transform:translateY(-50%);z-index: 3; display: flex; left:0; width: 100%; border:0px solid red; padding:0 80px;
    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:20px; font-weight: 500; color:#fff; font-family: 'Oxanium', cursive;}
.tl_box_roll_wrap .number_last{font-size:20px; font-weight: 300; color:#fff; font-family: 'Oxanium', cursive; opacity: .4;}
.tl_box_roll_wrap  .number::after {content: '/'; display: inline-block; margin:0 17px; font-weight: 300;}
.tl_box_roll_wrap .number::before, .tl_box_roll_wrap .number_last::before {content: '0';}

/*메인타이포*/
.main_typo_wrap {position: absolute; top:0; left: 50%; transform: translateX(-50%); width:1300px;  height: 100%; padding:400px 0 0;}
.main_typo {position: relative; text-align: center;}
.main_typo h1 {font-size:91px; font-weight: 700; color:#fff; line-height: 91px; font-family: 'Montserrat'; margin-bottom: 45px;}
.main_typo p {font-size:24px; font-weight: 400; color:#fff; line-height: 45px;}

/*progress*/
.slide-progress { width: 200px; height: 2px; background: rgba(255,255,255,0.4); margin: 20px 0 0 0; position: relative; }
.slide-progress div { position: absolute; top: 0; left: 0; height: 2px; 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: 60px; 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);}

.m_line {position: absolute; display: block; }
.m_line.ver {width: 1px; height: calc(100% - 80px); background: rgba(255,255,255,.3); bottom:0; left:450px;}
.m_line.hor {width: 100%;  height: 1px; background: rgba(255,255,255,.3); bottom:205px; left:0;}



@media screen and (max-width:1800px) {
    .tl_box_roll_wrap .owl-nav {padding:0 30px;}
}
@media screen and (max-width:1600px) {
    .tl_box_roll_wrap .owl-nav {display: none;}
    .tl_box_roll_wrap .center_slidelist .slider_img {height: 937px;}
}

@media screen and (max-width:1300px) {
    .main_typo_wrap {width: 1200px;}
}

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

}

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

}

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

}
