/*Content CSS*/
.main-carousel{ padding:0; display:block}
.main-carousel .li{height:580px; background-size:cover; background-position:center 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 .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{position:absolute;width:100%;top:47%; z-index: 2}
.main-carousel .owl-nav .owl-prev{width:30px;height:57px;position:absolute;left:50px; text-align:center; cursor:pointer; background:url('../img/main_prev.png')no-repeat 50% 50%; opacity: 0.45; transition: all 0.3s;}
.main-carousel .owl-nav .owl-next{width:30px;height:57px;position:absolute;right:50px; text-align:center; cursor:pointer; background:url('../img/main_next.png')no-repeat 50% 50%;opacity: 0.45; transition: all 0.3s;}
.owl-nav button:focus {outline: none; border: none;}
.owl-nav button:hover {opacity: 1!important;}

/*메인타이포*/
.main_typo_wrap {width: 100%; position: absolute; top: 160px; left: 0; z-index: 2}
.main_typo h1 {font-size: 30px;  font-family: 'GmarketSansLight',sans-serif; color: #fff; line-height: 45px; text-align: center; word-break: keep-all;}
.main_typo h1 span {font-family: 'GmarketSansBold',sans-serif;}

.main_btn {width: 260px; margin: 30px auto 0;}
.main_btn a {width: 100%; height: 70px; line-height: 70px; border-radius: 50px; padding: 0 0 0 50px; background: url('../img/c_arrow_w.png')no-repeat 80% 51% #0053dd; border: 1px solid #0053dd; color:#fff; font-size: 14px; display: block; transition: all 0.3s;}

/*메인우측하단버튼*/
.main_txt_btn_wrap {position: absolute; bottom:0; left: 50%; z-index: 3; width: 1280px; transform: translateX(-50%);}
.main_txt_btn {width: 317px; border-left: 6px solid #ffc600; position: absolute; bottom:0; right: -311px;}
.main_txt_btn a {width: 100%; background: url('../img/main_txt_bg.png')no-repeat 50% 50% #0053dd; display: block; padding: 35px 35px 0; height: 194px;}
.main_txt_btn a h1 {font-size: 24px; color:#fff; font-family: 'NanumSquare',sans-serif; font-weight: 700; margin-bottom: 8px;}
.main_txt_btn a p {font-size: 14px; color:rgba(255, 255, 255, 0.5); font-weight: 300; margin-bottom: 50px;}
.main_txt_btn a .more {font-size: 17px; font-family: 'NanumSquare',sans-serif; color: #fff; font-weight: 300; text-align: right;}

/*마우스*/
.main_scroll { width: 23px ;height: 46px; position: absolute; bottom: 0; left: 50%; margin-left: -11px; animation:ani 1s infinite;}

@keyframes ani {
    0%{bottom: 50px;}
    50%{bottom: 40px;}
    100% {bottom: 50px;}

}


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

}

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

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