@charset "utf-8";

/* 메인영역 */
#main_banner{position:relative;z-index:5;width:100%}
#main_banner .main_img_box{position:relative;width:100%;height:848px}

#main_banner .main_img_box li{position:absolute;top:0;left:0;width:100%;height:100%;background:no-repeat;background-size:cover}
#main_banner .main_img_box .box1{background-image:url(/sh_img/index/main_banner/main_banner_01.jpg);background-size:cover}
#main_banner .main_img_box .box2{background-image:url(/sh_img/index/main_banner/main_banner_02.jpg);background-size:cover}
#main_banner .main_img_box .box3{background-image:url(/sh_img/index/main_banner/main_banner_03.jpg);background-size:cover}

#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;white-space:pre-line;line-height:1.1;letter-spacing:-0.2px;opacity:1;font-family:var(--k-font)}
#main_banner .move_txt01 b{font-size:700}
#main_banner .move_txt02{margin:20px 0 42px;font-size:20px;line-height:23px;color:rgba(255,255,255,.6);font-weight:300;letter-spacing:-0.1px;opacity:1;font-family:'POPPINS'}

/* 메인 */
.bx-pager{position:absolute;top:556px;left:50%;transform:translateX(-50%);z-index:999}
.bx-pager-item{float:left}
.bx-pager-item a{display:block;width:11px;height:11px;border:1px solid #ddd;border-radius:50%;text-indent:-1000px;margin:0 6px;overflow:hidden}
.bx-pager-item a.active{background:#fff}

/* 스크롤 */

#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}
