<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{position:absolute;left:0;top:125px}
#main_banner_wrap{position:relative;z-index:1;width:100%;height:586px;text-align:left;overflow:hidden}
#main_banner_wrap .main_img_box{position:relative;height:586px}
#main_banner_wrap .main_img_box li{display:none;position:absolute;top:0;left:0;width:100%;height:100%}
#main_banner_wrap .main_img_box li.box1{display:block;background:url(/sh_img/index/main_banner/main_banner_01.jpg) no-repeat}
#main_banner_wrap .main_img_box li.box2{background:url(/sh_img/index/main_banner/main_banner_02.jpg) no-repeat}

#main_banner_wrap{position:relative;float:left;width:502px;height:586px;margin-right:14px;border-radius:10px;color:#222}
#main_banner_wrap .txt_area{position:absolute;top:62px;left:50px;z-index:999}
#main_banner_wrap .txt_area span{display:block;margin-bottom:22px;font-size:16px;font-family:'Play',sans-serif}
#main_banner_wrap .txt_area span b{font-weight:700}
#main_banner_wrap .txt_area .tit{font-size:40px;line-height:55px;font-family:'notokr-light'}
#main_banner_wrap .txt_area .tit b{font-weight:normal;font-family:'notokr-bold'}
#main_banner_wrap .bx-controls{position:absolute;bottom:50px;left:50px;width:100%;z-index:999}
#main_banner_wrap .bx-pager-item{display:inline-block;width:10px;height:10px;margin-right:10px;}
#main_banner_wrap .bx-pager-item a{display:block;height:100%;border-radius:50%;font-size:0;background-color:#fff;opacity:.6;-webkit-transition:all .3s;transition:all .3s}
#main_banner_wrap .bx-pager-item a.active{opacity:1}
</pre></body></html>