/*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_img {background:url("../img/main1.jpg?v=240808") 50% 50% no-repeat;background-size:cover;height:600px;width:100%;overflow:hidden}
.tl_box_roll_wrap .center_slidelist .slide2{background-image:url("../img/main2.jpg?v=240808");}
.tl_box_roll_wrap .center_slidelist .slide3{background-image:url("../img/main3.jpg?v=240808");}
.tl_box_roll_wrap .center_slidelist .slide4{background-image:url("../img/main4.jpg?v=240808");}
.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:50%; transform:translateY(-50%);z-index: 3; display: flex; flex-direction: column; right:60px;}
.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: 'Lato', sans-serif; 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; position: relative; top:-1px;}

/*페이지넘버*/
.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:14px; font-family: 'Lato', sans-serif; }
.tl_box_roll_wrap .box_number_page .total-current-slide { font-size: 18px;}
.tl_box_roll_wrap .box_number_page .number_last{font-size:8px; color: #fff; font-family: 'Lato', sans-serif; opacity: .7; position: relative; top:3px;}
.tl_box_roll_wrap .box_number_page .number_last::before {content: "/"; margin: 0 2px;}
/* .tl_box_roll_wrap .box_number_page .number::before {content: '0';} */
/* .tl_box_roll_wrap .box_number_page .number_last::before {content: '0';} */

/*메인타이포*/
.main_typo_wrap {position: absolute; top:46%; transform:translateY(-50%); left: 0; width:100%; text-align: center;}
.main_typo {padding:0 15px;}
.main_typo h2 {font-size: 15px; font-weight: 400; color:rgba(255,255,255,.8); line-height:24px; font-family: 'Lato', sans-serif; margin:10px 0 40px;}
.main_typo img {max-width:90%;}
.main_typo > a {font-size:15px; font-weight: 400; color:#fff; padding-left:30px; position: relative; font-family: 'Lato', sans-serif; transition: all .3s ease;}
.main_typo > a i {margin-left:10px; font-size:14px; position: relative; top:1px;}
.main_typo > a::before {content: ''; display: block; width:56px; height: 64px; position: absolute; left:0; top:50%; transform:translateY(-50%);
background: url('../img/hexa.png') 50% 50% no-repeat; transition: all .3s ease;}
.main_typo > a:hover {padding-left:40px;}
.main_typo > a:hover::before {background-image:url('../img/hexa_hv.png');}


/*progress*/
.slide-progress { width: 100px; height: 1px; background: rgba(255,255,255,0.4); margin: 0 10px; position: relative; }
.slide-progress div { position: absolute; top: 0; left: 0; width: 0; max-width: 100px; height:1px; 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:16px; transition: all .3s ease;}
#play_btn a.stop {}
#play_btn a.play {display: none; position: relative; }

/* m_controller (컨트롤러 부모객체 )*/
.m_controller {display: flex; align-items: center; border:0px solid red; justify-content: center; margin-bottom: 15px;}

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

/* .m_line {position: absolute; left:50%; transform:translateX(-50%); top:0; display: flex; justify-content: space-between; height:100%; width:960px; z-index: 1;}
.m_line > span {display: block; width:1px; height:100%; background: rgba(255,255,255,.2); z-index: -1; position: relative;} */

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

}

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

}

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

}

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

}

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

}
