@charset "utf-8";

/* 메인 이미지 */
#main_banner .main_img_box{position:relative;width:100%}
#main_banner .main_img_box li{height:848px;background:center no-repeat; background-size:cover}
#main_banner .main_img_box .box1{background-image:url(/sh_img/index/main_banner/main_banner_01.jpg)}
#main_banner .main_img_box .box2{background-image:url(/sh_img/index/main_banner/main_banner_02.jpg)}
#main_banner .main_img_box .box3{background-image:url(/sh_img/index/main_banner/main_banner_03.jpg)}

/* 텍스트 */
#main_banner .main_txt_box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;padding-top:280px;text-align:center}
#main_banner .move_txt01{margin-top:-25px;font-size:80px;color:#fff;font-weight:100;letter-spacing:-0.2px;opacity:0;font-family:'Poppins',sans-serif}
#main_banner .move_txt02{white-space:pre-line;margin:10px 0 80px;font-size:15px;line-height:23px;color:rgba(255,255,255,.6);letter-spacing:-0.1px;opacity:0;font-family:'notokr-regular'}

/* pager */
#main_banner .swiper-pager{opacity:0}
#main_banner .swiper-pager span{opacity:1;width:11px;height:11px;border:1px solid rgba(255,255,255,.7);background:none}
#main_banner .swiper-pager span+span{margin-left:10px}
#main_banner .swiper-pager span.on{background-color:rgba(255,255,255,.7)}

/* 스크롤 */
#main_banner .scroll{display:inline-block;position:relative;top:209px;width:83px;height:78px;margin-top:-20px;padding-top:64px;color:#fff;background:url(/sh_img/index/main_banner/scroll.png)no-repeat center center;opacity:0;font-size:13px;font-weight:300;font-family:'Poppins',sans-serif}

/* 반응형 [s] */
@media (max-width:1024px){
#main_banner .main_img_box li{height:600px}	
#main_banner .main_txt_box{top:50%;transform:translateY(-50%);height:auto;padding:0}
#main_banner .move_txt01{margin-bottom:30px;font-size:75px;word-break:keep-all;line-height:1.1}
#main_banner .scroll{top:auto;margin-top:90px }
}
@media (max-width:768px){
#main_banner .main_img_box li{height:500px}
#main_banner .move_txt01{margin-bottom:15px;padding:0 20px;font-size:52px}
#main_banner .move_txt02{padding:0 50px;white-space:normal;word-break:keep-all}
#main_banner .scroll{display:none}
}
@media (max-width:380px){
#main_banner .move_txt01{font-size:42px}
}
/* 반응형 [e] */