/*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: 100vh;
min-height: 937px;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_slidelist .slide4{background-image:url("../img/main4.jpg");}
.tl_box_roll_wrap .center_slidelist .slide5{background-image:url("../img/main5.jpg");}
.tl_box_roll_wrap .center_slidelist .slide6{background-image:url("../img/main6.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:18px; font-weight: 700; color:#fff; letter-spacing: 10.8px; font-family: 'NanumSquare',sans-serif;}
.tl_box_roll_wrap .number_last{font-size:18px; font-weight: 700; color:#fff; letter-spacing: 10.8px;font-family: 'NanumSquare',sans-serif; opacity: .35;}
.tl_box_roll_wrap  .number::after {content: '/'; }
/* .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; text-align: left; height: 100%; padding:280px 0 0;}
.main_typo {position: relative; }
.main_typo h1 {font-size:68px; font-weight: 400; color:#fff; line-height: 105.5px; font-family: 'paybooc-Light'; margin:40px 0;}
.main_typo h1 b {font-family: 'paybooc-Bold'; position: relative; z-index: 1;}
.main_typo h1 b::before {content: ''; width: 477px; height: 20px; position: absolute; left:0; top:62%; transform:translateY(-50%); display: block;z-index: -1;
background-image: linear-gradient(to right, #0069d7, #a1cc3a);}
.main_typo p {font-size:16.5px; font-weight: 300; color:#fff; line-height: 30.5px; }

/*progress*/
.slide-progress { width: 250px; height: 2px; background: rgba(255,255,255,0.4); margin: 0 40px 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; align-items: center; }
/* 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);}

/*마우스*/
.main_scroll { width: 23px ;height: 46px; position: absolute; bottom: 0; left: 50%; z-index: 2; margin-left: -11px; animation:ani 1.1s infinite linear;}
@keyframes ani {
    0%{bottom: 70px;}
    50%{bottom: 60px;}
    100% {bottom: 70px;}
}

/* m_btn_wr */
.m_btn_wr {position: absolute; border:0px solid red; display: flex; bottom: 90px;  right: -150px;}
.m_btn_wr li {width: 205px; height: 205px; margin-left:16px;}
.m_btn_wr li a {position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding:30px 30px; transition: all .3s ease; width: 100%; height: 100%;
background: url('../img/m_btn.png') 50% 50% no-repeat;}
.m_btn_wr li a i {position: absolute; right:30px; top:30px; transition: all .3s ease;}
.m_btn_wr li a h2 {font-size:18px; font-weight: 400; color:#fff; font-family: 'NanumSquare',sans-serif;	margin-bottom: 8px;}
.m_btn_wr li a span {font-size:14px; font-weight: 400; color:rgba(255,255,255,.3); font-family: 'Raleway', sans-serif;}
/* hover */
.m_btn_wr li a:hover {background-image: url('../img/m_btn1_hv.jpg');}
.m_btn_wr li:nth-child(2) a:hover {background-image: url('../img/m_btn2_hv.jpg');}
.m_btn_wr li:nth-child(3) a:hover {background-image: url('../img/m_btn3_hv.jpg');}
.m_btn_wr li a:hover i {transform: rotate(90deg);}





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

}
