/*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 .center_slidelist .slider_img {background:url("../img/main1.jpg?v=241106") 50% 50% no-repeat;background-size:cover;height:100vh; min-height: 937px;      width:100%;overflow:hidden; position: relative; }
.tl_box_roll_wrap .center_slidelist .slide2{background-image:url("../img/main2.jpg?v=241106");}
.tl_box_roll_wrap .center_slidelist .slide3{background-image:url("../img/main3.jpg?v=241106");}
.tl_box_roll_wrap .center_slidelist .slide4{background-image:url("../img/main4.jpg?v=241106");}
.tl_box_roll_wrap .center_slidelist .slide5{background-image:url("../img/main5.jpg?v=241106");}
.tl_box_roll_wrap .center_slidelist .slide6{background-image:url("../img/main6.jpg?v=241106");}


/*페이져*/
.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; align-items: center; margin:0 60px; }
.tl_box_roll_wrap .box_number_page span {font-size:18px; font-weight: 400; font-family: 'paybooc-Bold'; }
.tl_box_roll_wrap .box_number_page .number_last::before {content: "/"; margin: 0 14px; }
/* .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: 290px; left: 50%; transform: translateX(-50%); width:1740px; text-align: left; padding:0 20px; }
.main_typo h1 {font-size:52px; font-weight: 300; color:#fff; line-height: 80px; font-family: 'NanumSquare',sans-serif;}
.main_typo h1 b {font-weight: 800; letter-spacing: 0;}
.main_typo h1 span {letter-spacing: 5.2px; }
.main_typo p {font-size:20px; font-weight: 300; color:#fff; font-family: 'NanumSquare',sans-serif; margin:35px 0 55px; }
.main_typo ul {display: flex; text-align: center; }
.main_typo ul li a {width: 250px; height: 60px; display: flex ;align-items: center; justify-content: center; background: #0053a5; color:#fff; font-size:16px;
font-weight: 300; color:#fff;  overflow: hidden; z-index: 1; position: relative; }
.main_typo ul li a::before {content: ""; z-index: -1; position: absolute; background: #004384; transition: all .5s; left: 0; top: 0; width: 0; height: 100%;}
.main_typo ul li a:hover::before {width:100%;}
.main_typo ul li:nth-child(2) a { margin-left:15px; }
/*  btn_arrow */
.main_typo .btn_arrow {display: block; width: 24px; height: 1px; position: relative; background: #fff; margin-left: 30px; transition: all .5s ease; top:0; left:0;}
.main_typo .btn_arrow::after {content: ''; position: absolute; display: block; width: 8px;height: 1px;background: #fff;right: 0;transform: rotate(43deg);top: -3px;
transition: all .5s ease;}



/* m_controller (컨트롤러 부모객체 )*/
.m_controller {display: flex; align-items: center; position: absolute; bottom: 75px; left:50%; transform:translateX(-50%);}
/*progress*/
.slide-progress { width: 1px; height: 170px; background: rgba(255,255,255,0.4); margin: 10px 0; position: relative; }
.slide-progress div { position: absolute; top: 0; left: 0; width: 1px; max-height: 170px; height:0; background: #fff;}
/*재생정지버튼*/
#play_btn {display: flex; flex-direction: row; align-items: center; position: relative;}
#play_btn a {cursor: pointer; display: block; }
#play_btn a.stop {margin-left:17px; }
/* m_arrow */
#m_arrow button {background: transparent; border:0;}
#m_arrow button.owl-next {margin-left:25px;}



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

@media screen and (max-width:1700px) {
    #header .header-inner {max-width: 1300px; }
}

@media screen and (max-width:1300px) {
    .tl_box_roll_wrap .center_slidelist .slider_img {height: 937px; }
}

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

}

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

}

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

}
