/*Content CSS*/
.main-carousel{ padding:0; display:block; position: relative; z-index: 2;}
.main-carousel .li{width: 100%; height: 550px; background-size:cover; background-position:center; position:relative}
.main-carousel .img01 { background-image:url('../img/main1.jpg');   background-position: 55% 50%;}
.main-carousel .img02 { background-image:url('../img/main2.jpg'); background-position: 80% 50%;}
.main-carousel .img03 { background-image:url('../img/main3.jpg');background-position:75% 50%;}
.main-carousel .img04 { background-image:url('../img/main4.jpg');  }

/*페이져*/
#vis_dots {width:100%; text-align:center; display: flex ;justify-content: center ; margin-top: 50px;}
#vis_dots .owl-dot{background:rgba(255,255,255,.26);width:10px; height: 10px; border-radius: 50%; display:inline-block;margin-right:20px;transition: all 0.2s ease;}
#vis_dots .owl-dot:last-child {margin-right: 0;}
#vis_dots .owl-dot.active{background:rgba(255,255,255,1);}
#vis_dots .owl-dot:focus {outline: none; border: none;}

/*컨트롤러*/
.main-carousel .owl-nav{}
.main-carousel .owl-nav button {width: 30px; height: 57px; text-align:center; cursor:pointer;opacity: 0.5;transition: all 0.3s; }
.main-carousel .owl-nav .owl-prev{position:absolute; top: 45%; left:70px; z-index: 2; background:url('../img/m_prev.png')no-repeat 50% 50%;}
.main-carousel .owl-nav .owl-next{position:absolute; top: 45%; right:70px; z-index: 2; background:url('../img/m_next.png')no-repeat 50% 50%;}
.owl-nav button:focus {outline: none; border: none;}
.owl-nav button:hover {opacity: 1;}

/*메인타이포*/
.main_typo {width: 100%; position: absolute; top: 0; left: 0; z-index: 2;   overflow: hidden; display: flex; align-items: center; justify-content: center; flex-direction: column;
height: 100%; text-align: center; padding:50px 15px 0; }
.main_typo h1 {font-size:30px; font-weight: 700; color:#fff; line-height: 50px; word-break:keep-all;}
.main_typo p {font-size: 15px; font-weight: 400; color:#fff; line-height: 26px; margin-top: 20px ;word-break: keep-all; letter-spacing: -.5px; }




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

}

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

}

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

}

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