@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:310px;text-align:center}
#main_banner .move_txt01{margin-top:-25px;font-size:62px;color:#fff;font-weight:600;letter-spacing:-0.2px;opacity:0;font-family:'Poppins',sans-serif}
#main_banner .move_txt02{white-space:pre-line;margin:10px 0 42px;font-size:28px;line-height:23px;color:rgba(255,255,255,.8);font-weight:300;letter-spacing:-0.1px;opacity:0;font-family:'POPPINS'}

/* 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:160px;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}

#main_banner .main_controls{position:absolute;bottom:0;left:0;width:100%;z-index:100;padding-bottom:240px;text-align:center}

/* 반응형 [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:45px;word-break:keep-all;line-height:1.1}
#main_banner .move_txt02{font-size:24px}
#main_banner .main_controls{padding-bottom:80px}
#main_banner .scroll{top:50px}
}
@media (max-width:768px){
#main_banner .main_img_box li{height:500px}
#main_banner .move_txt01{margin-bottom:15px;padding:0 10px;font-size:38px}
#main_banner .move_txt02{padding:0 10px;font-size:20px;white-space:normal;word-break:keep-all;line-height:1.4}
#main_banner .scroll{display:none}
}
@media (max-width:380px){
#main_banner .main_controls{padding-bottom:75px}
}
/* 반응형 [e] */