@charset "utf-8";

/*배너영역*/
#banner_wrap{position:relative;overflow:hidden;width:100%;height:820px;margin:0 auto}
#banner_wrap .banner{width:100% !important;height:820px;margin:0 auto}

/*pager 디자인*/
.banner_btn{position:absolute;z-index:9999;bottom:-70px;width:100%;height:70px;background:rgba(0,0,0,.3)}
.banner_btn ul{width:1200px;height:70px;margin:0 auto}
.banner_btn ul li{float:left;width:25%;height:71px;border-right:1px solid rgba(255,255,255,.1);font-size:15px;line-height:71px;text-align:center;font-family:'notokr-medium'}
.banner_btn ul li:first-child{border-left:1px solid rgba(255,255,255,.1)}
.banner_btn ul li a{display:block;color:#d0d0d0;cursor:pointer;transition:all .2s}
.banner_btn ul li a.active{color:#fff;background:#2a2f37}
.banner_btn ul li a i{display:inline-block;padding-right:5px}
.banner_btn ul li .big_icon{font-size:19px}

/*메인텍스트*/
.banner li{position:relative;width:100% !important;height:820px;margin:0 auto !important}
.banner .bnr_tit{margin-top:140px;opacity:0}
.banner .bnr_tit .s_tit{position:relative;display:inline-block;margin-bottom:40px;font-size:14px;color:#fff;font-family:'Montserrat',sans-serif}
.banner .bnr_tit .s_tit:before{position:absolute;top:8px;right:-109px;content:'';width:89px;height:1px;background:rgba(255,255,255,.2)}
.banner .bnr_tit .tit{margin-bottom:23px;font-size:60px;line-height:66px;color:#fff;letter-spacing:-.6px;font-family:'notokr-thin'}
.banner .bnr_tit .tit span{font-family:'notokr-bold'}
.banner .bnr_tit .tit font{position:relative}
.banner .bnr_tit .tit font:before{position:absolute;top:-5px;left:24px;content:'';width:6px;height:6px;border-radius:6px;background:#fff}
.banner .bnr_tit .txt{font-size:17px;color:#d3d3d3;font-family:'notokr-regular'}

.banner .img01{background:url(/sh_img/index/main_banner/img01.jpg) center no-repeat}
.banner .img02{background:url(/sh_img/index/main_banner/img02.jpg) center no-repeat}
.banner .img03{background:url(/sh_img/index/main_banner/img03.jpg) center no-repeat}
.banner .img04{background:url(/sh_img/index/main_banner/img04.jpg) center no-repeat}

#banner_wrap .blue{color:#2eafd4}

@media (max-width:1230px){
#banner_wrap{width:100%}
}