/*Content CSS*/
.tl_box_roll_wrap .bx-wrapper { box-shadow: none; border: none}
.tl_box_roll_wrap {margin-top: 0; position: relative;}
.tl_box_roll_wrap .box_title{width:286px;height:258px;padding:40px 30px;color:#fff; position:absolute;bottom:-47px; right: 0; z-index:55}
.tl_box_roll_wrap .box_title h1{font-family: 'Raleway', sans-serif; font-size:18px; font-weight:600;}
.tl_box_roll_wrap .box_title p {font-size: 16px; font-weight: 300; margin-top: 10px; color: rgba(255,255,255,0.7); line-height: 24px; font-family: 'Raleway', sans-serif; }

.tl_box_roll_wrap .center_slidelist .slider_wrap01{color:#fff;background:url("../img/main1.jpg?v=240808") center top no-repeat;background-size:cover;height:500px;width:100%;overflow:hidden}
.tl_box_roll_wrap .center_slidelist .slider_wrap02{color:#fff;background:url("../img/main2.jpg?v=240808") center top no-repeat;background-size:cover;height:500px;width:100%;overflow:hidden}
.tl_box_roll_wrap .center_slidelist .slider_wrap03{color:#fff;background:url("../img/main3.jpg?v=240808") center top no-repeat;background-size:cover;height:500px;width:100%;overflow:hidden}
.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}


/*페이져*/
.center_slidelist .owl-dots{position:absolute;  top: 50%; right: 80px; width: 15px; text-align:right; display: flex; flex-direction: column; justify-content: flex-end; transform: translateY(-50%);}
.center_slidelist .owl-dots .owl-dot{background:transparent; width:15px; height: 15px; border-radius: 50%; border: 1px solid #fff; margin-bottom: 24px; transition: all 0.2s ease;}
.center_slidelist .owl-dots .owl-dot:last-child {margin-bottom: 0;}
.center_slidelist .owl-dots .owl-dot.active{background:#e60412; border: 1px solid #e60412}
.center_slidelist .owl-dots .owl-dot:focus {outline: none; border: none;}


/*컨트롤러*/
.tl_box_roll_wrap .owl-nav{position:absolute;top:380px; z-index: 3; display: flex; flex-direction: column; right:70px;}
.tl_box_roll_wrap .owl-nav button {text-align:center; cursor:pointer;transition: all 0.2s; display: block; text-decoration: none; font-size:12px; font-weight: 400;
letter-spacing: .1px; font-family: 'paybooc-Medium'; opacity: .7; color:#fff; background: transparent;}
/* .tl_box_roll_wrap .owl-nav .owl-prev {background:url("../img/main_prev.png") center center no-repeat; }
.tl_box_roll_wrap .owl-nav .owl-next {background:url("../img/main_next.png") center center no-repeat; } */
.tl_box_roll_wrap .owl-nav .owl-next {margin-top:20px;}
.tl_box_roll_wrap .owl-nav button:hover {opacity: 1;}
.owl-nav button:focus {outline: none; border: none;}
.tl_box_roll_wrap .owl-nav button img {margin-left:5px;}

/*페이지넘버*/
.tl_box_roll_wrap .box_number_page{ color:#fff; display: flex; flex-direction: row; justify-content: center;}
.tl_box_roll_wrap .box_number_page .number{font-size:16px; font-family: 'paybooc-Bold', sans-serif; }
.tl_box_roll_wrap .box_number_page .number::before {content: '0';}
.tl_box_roll_wrap .box_number_page .number::after {content: "/"; margin: 0 5px;}
.tl_box_roll_wrap .box_number_page .total-current-slide { font-size: 16px;}
.tl_box_roll_wrap .box_number_page .number_last{font-size:13px; color: #fff; font-family: 'paybooc-Light'; opacity: .7; position: relative; top:3px;}
.tl_box_roll_wrap .box_number_page .number_last::before {content: '0';}

/*메인타이포*/
.main_typo_wrap {position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%); width:100%;  }
.main_typo {text-align: center;}
.main_typo h2 {font-size:25px; font-weight: 400; color:#fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);font-family: 'paybooc-Bold';}
.main_typo h1 {font-size:45px; font-weight: 400; color:#fff; letter-spacing: .8px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16); margin-top:10px; font-family: 'paybooc-Bold';}
.main_typo p {font-size:15px; font-weight: 400; color:#fff; letter-spacing: -.3px; line-height: 25px; display: none;}
.main_typo a {display: block; text-align: center; width:260px; height:40px; line-height: 40px; background:rgba(255,255,255,.25); transition: all .3s ease; font-size:14px;
font-weight: 400; color:#fff; letter-spacing: -.3px; margin:20px auto 0;}
.main_typo a:hover {background:rgba(255,255,255,1); color:#0c3381;}
.main_typo a i {margin-left:10px; transition: all .3s ease; color:#fff;}
.main_typo a:hover i {transform: rotate(180deg); color:#0c3381;}


/*progress*/
.slide-progress { width: 100px; height: 1px; background: rgba(255,255,255,0.4); margin: 0 20px; position: relative; }
.slide-progress div { position: absolute; top: 0; left: 0; height: 1px; max-width: 100px; width:0; background: #fff;}
/*재생정지버튼*/
#play_btn {display: flex; flex-direction: row; justify-content: space-between; align-items: center; position: relative;}
#play_btn a {cursor: pointer; color:#fff; display: block;  font-size:24px; transition: all .3s ease;}
#play_btn a.stop {background: url('../img/pause.png') 50% 50% no-repeat;width:24px; height:24px;}
#play_btn a.play {display: none; height:24px; position: relative; top:-5px;}

/* m_controller (컨트롤러 부모객체 )*/
.m_controller {display: flex; align-items: center; justify-content: center; position: absolute;left:50%; transform:translateX(-50%);  top:110px;border:0px solid red; }

.scroll_down { position: absolute; bottom: 0; animation: ani 1s infinite; text-align: center; left:0; width:100%;}
.scroll_down p {font-size:12px; font-weight: 400; color:#fff; opacity: .8; font-family: 'paybooc-Medium';}
.scroll_down i {display: block; margin:10px auto 0; font-size:15px; color:#fff; opacity: .8;}
@keyframes ani {
    0%{bottom: 40px;}
    50%{bottom: 30px;}
    100% {bottom: 40px;}
 }



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

}
