<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 메인영역 */
#main_banner_wrap{position:relative;z-index:1;width:1200px;height:780px;margin:0 auto;text-align:center}
#main_banner_wrap .txt{position:absolute;top:270px;z-index:999;width:100%;margin:0 auto;text-align:center;font-family:'Montserrat'}
#main_banner_wrap .move_txt01{margin-bottom:-4px;font-size:25px;line-height:24px;color:#444;opacity:0;font-family:'notokr-light'}
#main_banner_wrap .move_txt02{margin-bottom:26px;font-size:64px;color:#000;letter-spacing:0;opacity:0;font-family:'notokr-bold'}
#main_banner_wrap .move_txt02 span{margin:0 10px;font-size:70px;font-weight:500;color:#0763d5}
#main_banner_wrap .move_txt03{font-size:17px;line-height:28px;color:#fff;opacity:0.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: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:25px;font-size:13px;color:#bdbdbd;line-height:22px;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:15px;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')}
</pre></body></html>