@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: 46px;color:#fff;font-weight:100;letter-spacing:-0.2px;opacity:0;font-family:'notokr-bold'}
#main_banner .move_txt01 span{font-weight: 900;font-family:'notokr-bold'}
#main_banner .move_txt02{white-space:pre-line;margin:10px 0 42px;font-size:24px;line-height:26px;color:#fff;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{padding-top:0;top:50%;transform:translateY(-50%);height:auto;}
#main_banner .move_txt01{font-size:40px;line-height:54px;word-break:keep-all}
#main_banner .scroll{top:auto;margin-top:90px}
}
@media (max-width:768px){
#main_banner .main_img_box li{height:500px}
#main_banner .main_txt_box{padding-top:10px}
#main_banner .move_txt01{margin-bottom:15px;padding:0 20px;line-height:42px;font-size:32px}
#main_banner .move_txt02{padding:0 8px;font-size:16px;line-height:40px;white-space:normal;word-break:keep-all}
#main_banner .scroll{display:none}
}
@media (max-width:480px){
#main_banner .move_txt01{font-size:24px}
#main_banner .move_txt02 {line-height:36px;font-size:14px}
}
/* 반응형 [e] */    