@charset "utf-8";
/* 메인영역 */
#main_banner_wrap{position:relative;z-index:1;width:1200px;height:780px;margin:0 auto}
#main_banner_wrap .txt{position:absolute;top:166px;z-index:999;width:100%;margin:0 auto}
#main_banner_wrap .move_txt01{margin-bottom:6px;font-size:22px;line-height:24px;color:#fff;font-family:'notokr-regular';opacity:0}
#main_banner_wrap .move_txt02{margin-bottom:26px;font-size:55px;color:#fff;letter-spacing:0;font-family:'notokr-bold';opacity:0}
#main_banner_wrap .move_txt02 span{color:#ff7e00}

/* 메인 */
#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:1200px;height:204px;bottom:8px;left:50%;margin-left:-600px}
.main_index{width:1200px;margin:0 auto}
.main_index ul{overflow:hidden}

.main_index ul li{float:left;width:256px;height:204px;margin-right:10px;background:#282828;box-sizing:border-box}
.main_index ul li:nth-child(1){background:#ff7e00}
.main_index ul li:nth-child(3){margin-right:0}

.main_index ul li .step{font-size:12px;color:#fff;font-weight:700;font-family:'Montserrat'}
.main_index ul li .step_txt{margin-top:20px;font-size:15px;color:#bdbdbd;line-height:25px;font-family:'notokr-regular'}
.main_index ul li:nth-child(1) .step_txt{color:#ffd1b8}
.main_index ul li .step_txt span{display:inline-block;margin-bottom:5px;font-size:19px;color:#fff;font-family:'notokr-medium'}
.main_index ul li a{display:block;width:100%;height:100%;padding:48px 0 0 32px;background-position:195px 35px;background-repeat:no-repeat;transition:all .3s}

.main_index ul li:nth-child(1) a{background-image:url('/sh_img/index/main_banner/step_bg01.png')}
.main_index ul li:nth-child(1):hover a{background-image:url('/sh_img/index/main_banner/step_bg01_on.png')}
.main_index ul li:nth-child(2) a{background-image:url('/sh_img/index/main_banner/step_bg02.png')}
.main_index ul li:nth-child(2):hover a{background-image:url('/sh_img/index/main_banner/step_bg02_on.png')}
.main_index ul li:nth-child(3) a{background-image:url('/sh_img/index/main_banner/step_bg03.png')}
.main_index ul li:nth-child(3):hover a{background-image:url('/sh_img/index/main_banner/step_bg03_on.png')}
