/*Content CSS*/
#main_visual {width: 100%; position: relative;}

.main-carousel{padding:0; display:block}
.main-carousel .li{height:100vh; background-size:cover; background-position:center; position:relative}
.main-carousel .img01 { background-image:url('../img/main_img1.jpg');}
.main-carousel .img02 { background-image:url('../img/main_img2.jpg');}
.main-carousel .img03 { background-image:url('../img/main_img3.jpg');}
.main-carousel .img04 { background-image:url('../img/main_img4.jpg');}

/*페이져*/
.main-carousel .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:48px; display: none; }
.main-carousel .owl-dots .owl-dot{background:#fff;width:19px; height: 19px; height:19px; border-radius: 50%; display:inline-block;margin-left:20px;transition: all 0.2s ease;}
.main-carousel .owl-dots .owl-dot.active{background:#009f9f; width: 52px; border-radius: 50px;}
.main-carousel .owl-dots .owl-dot:focus {outline: none; border: none;}

/*컨트롤러*/
.main-carousel .owl-nav{}
.main-carousel .owl-nav button {width: 45px; height: 45px; cursor:pointer; transition: all 0.2s; opacity: 0.5}
.main-carousel .owl-nav .owl-prev{ position:absolute;left:76px; top:50%; background: url('../img/main_prev.png')no-repeat 50% 50%;}
.main-carousel .owl-nav .owl-next{position:absolute;right:76px; top:50%; background: url('../img/main_next.png')no-repeat 50% 50%;}
.main-carousel .owl-nav button:hover {opacity: 1;}

/*메인타이포*/
.main_typo_wrap {width: 740px; height: 400px; position: absolute; top: 277px; left: 50%; margin-left: -370px; text-align: center; z-index: 2}
.main_typo { width: 100%; height: 100%;  position: relative; text-align: center; display: flex; flex-direction: column; justify-content: center; padding: 040px;}
.main_typo img {width: auto!important; display: inline!important;}
.main_typo h1 {font-size: 60px; font-family: 'Poppins', sans-serif; color: #fff; font-weight: 600; text-transform: uppercase; margin: 0 0 10px 0; line-height: 85px;}
.main_typo h1 span {font-size: 170px;}
.main_typo p {font-size: 15px; color: #fff; font-weight: 300; line-height: 30px; word-break: keep-all;}
#main_typo_bg1 {position: absolute; top: -15px; left: 0; opacity: 0.4}
#main_typo_bg2 {position: absolute; bottom: 0; right: 0; opacity: 0.4}

/*마우스*/
.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;}
}


@media screen and (max-width:1300px) {
    .main-carousel .li {height: 900px}

}

@media screen and (max-width: 960px) {
    .main-carousel .li .copy_area h2 {font-size: 36px;}
    .main-carousel .li .copy_area h3 {font-size: 15px;}
    .main-carousel .owl-nav { display:none}
}

@media screen and (max-width: 640px) {
    .main-carousel .li .copy_area { top:40%;max-width:320px}
    .main-carousel .li .copy_area h2 { font-size:40px; word-break:keep-all}
}
