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

.tl_box_roll_wrap .center_slidelist .slider_img {background:url("../img/main2.jpg") 50% 50% no-repeat;background-size:cover; height: 850px;width:100%;overflow:hidden}
.tl_box_roll_wrap .center_slidelist .slide2{background-image:url("../img/main1.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:48%; transform:translateY(-50%);z-index: 3; display: flex; left:0; width: 100%; border:0px solid red; padding:0 65px;
    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: 'NanumSquare',sans-serif; }
.tl_box_roll_wrap .number_last{font-size:17px; font-weight: 300; color:#fff; letter-spacing: 1.7px; font-family: 'NanumSquare',sans-serif; }
.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_wrap {position: absolute; top:0; left: 50%; transform: translateX(-50%); width:1300px;  height: 100%; padding:310px 0 0;}
.main_typo {position: relative; text-align: center; width: 900px; margin:0 auto; position: relative; }
.main_typo h1 {font-family: 'Play', sans-serif; font-size:100px; font-weight: 700; color:#fff; line-height: 100px; }
.main_typo h2 {font-size:30px; font-weight: 500; color:#fff; margin:40px 0 0;}
.main_typo > img {position: absolute; }
.main_typo > #m_typo_bg1 {top:-40px; right: 0; }
.main_typo > #m_typo_bg2 {bottom:-15px; left: 0; }



/*progress*/
.slide-progress { width: 300px; 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: 300px; width:0; background: #fff;}

/* m_controller (컨트롤러 부모객체 )*/
.m_controller {display: flex; flex-direction: column; align-items: center; position: absolute; border:0px solid red; bottom: 90px; 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) {
    .tl_box_roll_wrap .owl-nav {padding:0 30px;}
}
@media screen and (max-width:1600px) {
}

@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) {

}
