@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:333px;z-index:999;width:100%;margin:0 auto;text-align:left}
#main_banner_wrap .move_txt01{font-size:54px;line-height:64px;color:#fff;opacity:0;font-family:'notokr-thin'}
#main_banner_wrap .move_txt01 span.color{color:#ff9702}
#main_banner_wrap .move_txt01 span.bold{font-family:notokr-bold}
#main_banner_wrap .move_txt02{margin-top:25px;font-size:17px;line-height:28px;color:#fff;opacity: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.png)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:17px;color:#fff;font-family:'notokr-medium'}
.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:.3s}
.main_index ul li:hover a::before{background:#ff9702}
.main_index ul li:nth-child(2):hover a::before{background:#fff}


.move_txt02 a{display:block;width:300px;height:55px;margin-top:20px;font-size:22px;text-align:center;line-height:55px;color:#1543b2;background:rgba(255,255,255,0.5);font-family:'notokr-bold'}
