#main_banner{position:relative;z-index:5;width:100%;height:1080px}

#main_txt_wrap{position:relative;width:1070px;margin:0 auto;font-family:'notokr-regular'}
#main_txt_wrap .main_txt{position:absolute;top:114px;left:0;width:1070px;color:#fff;text-align:center;z-index:999;font-family:'notokr-demilight'}
#main_txt_wrap .main_txt p{font-size:18px}
#main_txt_wrap .main_txt .main_tit{padding-top:30px;font-size:68px;font-weight:300;line-height:75px;font-family:'Raleway', sans-serif}
#main_txt_wrap .main_txt .main_tit span.b{font-weight:700}
#main_txt_wrap .main_txt .main_tit span.c{color:#d60022}
#main_txt_wrap .main_txt .main_go_btn{display:block;position:relative;margin:35px auto;width:188px;height:47px;border:solid 5px #fff;font-size:15px;line-height:47px;color:#fff;text-align:center;transition:.3s linear;box-sizing:content-box;font-family:'notokr-bold'}
#main_txt_wrap .main_txt .main_go_btn:hover{color:#95172b;background:#fff}

#slideshow {overflow:hidden;position:relative;min-width:1070px;width:100%;height:100%}
#slides {position:relative;width:100%;height:100%;list-style:none;overflow:auto;margin:0 auto}
#slides li {width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover}
#slides .img01 {background-image:url(/sh_img/index/main_banner/main_banner_250701.jpg)}
/* #slides .img02 {background-image:url(/sh_img/index/main_banner/main_banner02.jpg)}
#slides .img03 {background-image:url(/sh_img/index/main_banner/main_banner03.jpg)} */
/*
#slides .img03 {background-image:url(/sh_img/index/main_banner/main_banner03.jpg)}
#slides .img04 {background-image:url(/sh_img/index/main_banner/main_banner04.jpg)}
*/

/* 갯수버튼 */
.pagination {position:absolute;bottom:-33px;left:575px;z-index:100}
.pagination li {display:inline-block;width:93px;height:3px;cursor:pointer;margin:0 7px 0 0;background:#dedede;text-indent:-9999px}
.pagination li:hover {background:#334d6d}
li.current {background:#334d6d}

/* 좌우버튼 */
#slideshow:hover .prev, #slideshow:hover .next {opacity:1}
#slideshow .prev {opacity:0;position:absolute;bottom:0;left:10%;z-index:9999;top:363px;background:url(/sh_img/index/main_banner/prev.png) no-repeat}
#slideshow .next {opacity:0;position:absolute;bottom:0;right:10%;z-index:9999;top:363px;background:url(/sh_img/index/main_banner/next.png) no-repeat}
#slideshow  .slide_btn span {position:absolute;display:inline-block;width:36px;height:79px;cursor:pointer;transition:ease-out .2s}
#slideshow  .slide_btn span:hover {opacity:0.7;filter:alpha(opacity=70);transition:ease-out .2s}

/* 스크롤 */
#slideshow .scroll {position:absolute;left:50%;bottom:0;z-index:999;width:130px; height:38px;margin-left:-65px}
#slideshow .scroll img {display:block;position:absolute;z-index:6;bottom:50px;left:57px;-webkit-animation:arr 1.6s infinite linear;-ms-animation:arr 1.6s infinite linear;animation:arr 1.6s infinite linear}
@-webkit-keyframes arr{from{bottom:45px}15%{bottom:50px}30%{bottom:45px}45%{bottom:50px}60%{bottom:45px}100%{bottom:45px}}
@keyframes arr{from{bottom:45px}15%{bottom:50px}30%{bottom:45px}45%{bottom:50px}60%{bottom:45px}100%{bottom:45px}}
#slideshow .scroll p{font-size:13px;font-weight:700;color:#fff;text-align:center;font-family:'Raleway', sans-serif}
