@charset "utf-8";
/* 메인영역 */
#main_banner_wrap{position:relative;z-index:1;width:1070px;height:780px;margin:0 auto;text-align:center}
#main_banner_wrap .txt{position:absolute;top:311px;z-index:999;width:100%;margin:0 auto;text-align:left;letter-spacing:-2.5px;font-family:'notokr-thin'}
#main_banner_wrap .move_txt01{margin-bottom:-4px;font-size:60px;line-height:74px;color:#fff;font-weight:100;opacity:0}
#main_banner_wrap .move_txt02{margin-bottom:26px;font-size:60px;color:#fff;letter-spacing:0;opacity:0;font-family:'notokr-bold'}
#main_banner_wrap .move_txt02 span{color:#ff9702}
#main_banner_wrap .move_txt03{font-size:17px;line-height:28px;color:#fff;opacity:0.0;letter-spacing:0;font-family:'notokr-regular'}

/* 메인 */
#main_banner {overflow:hidden;position:relative;z-index:5;width:100%;height:780px;background:url(/sh_img/index/main_banner/main_banner01.jpg)no-repeat center top}

/*메인 인덱스*/
.main_index_wrap{overflow:unset!important;z-index:50;position:absolute;width:0%;height:85px;bottom:0;background:rgba(0,0,0,0.2);border-top:1px solid rgba(255,255,255,0.18)}
.main_index{width:1070px;margin:0 auto}
.main_index ul{overflow:hidden;margin-top:-8px;padding-top:8px}
.main_index ul li{float:left;width:340px;margin-top:90px;text-align:center;line-height:85px;transition:.8s}
.main_index ul li:nth-child(2){width:390px}
.main_index ul li:hover{background:rgba(52,53,54,.8)}
.main_index ul li:nth-child(2):hover{background:rgba(255,151,2,.8)}
.main_index ul li a{position:relative;display:block;width:100%;height:100%;font-size:14px;color:#fff;font-weight:600;font-family:'Montserrat'}
.main_index ul li a::before{content:'';display:block;position:absolute;top:-2px;left:50%;width:5px;height:5px;border-radius:50%;background:#fff;transition:.8s}
.main_index ul li:hover a::before{background:#ff9702}
.main_index ul li:nth-child(2):hover a::before{background:#fff}

