@charset "utf-8";

/* 메인영역 */
#main_banner{position:relative;width:1200px;margin:0 auto;padding-top:145px}
#main_banner .adm_bnr{display:block;position:absolute;top:20px;left:20px;z-index:101;padding:5px 20px;border-radius:3px;font-size:15px;color:#fff;background-color:#e40000;font-family:'notokr-medium'}
#main_banner_wrap{overflow:hidden;position:relative;z-index:1;width:850px;height:380px;margin-right:25px;border-radius:10px;text-align:left}
#main_banner_wrap .main_img_box{position:relative;height:380px}
#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_banner1.jpg) no-repeat}
#main_banner_wrap .main_img_box li.box2{display:block;background:url(/sh_img/index/main_banner/main_banner2.jpg) no-repeat}
#main_banner_wrap .main_img_box li.box3{display:block;background:url(/sh_img/index/main_banner/main_banner3.jpg) no-repeat}
#main_banner_wrap .main_img_box li.box4{display:block;background:url(/sh_img/index/main_banner/main_banner4.jpg) no-repeat}
#main_banner_wrap .main_img_box li.box5{display:block;background:url(/sh_img/index/main_banner/main_banner5.jpg) no-repeat}
#main_banner_wrap .bx-controls{position:absolute;bottom:30px;right:35px;z-index:999;width:130px;height:45px;border-radius:50px;text-align:right;background:rgba(0,0,0,.8)}
#main_banner_wrap .bx-controls-direction a{position:absolute;top:50%;width:6px;height:8px;font-size:0px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}
#main_banner_wrap .bx-controls-direction .bx-prev{left:25px;background:url(/sh_img/index/main_banner/pre_icon.png) no-repeat}
#main_banner_wrap .bx-controls-direction .bx-next{left:60px;background:url(/sh_img/index/main_banner/next_icon.png) no-repeat}
#main_banner_wrap .bx-controls-auto a{position:absolute;top:50%;left:42px;width:6px;height:8px;font-size:0px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}
#main_banner_wrap .bx-controls-auto .bx-start{background:url(/sh_img/index/main_banner/play_icon.png) no-repeat}
#main_banner_wrap .bx-controls-auto .bx-stop{background:url(/sh_img/index/main_banner/stop_icon.png) no-repeat}
#main_banner_wrap .bx-controls-auto .active{display:none}
#main_banner_wrap .main_counter{position:absolute;bottom:45px !important;left:unset;right:55px;width:40px;z-index:9999;font-size:14px;font-weight:700;color:#fff;text-align:right;letter-spacing:0;font-family:'Play' }

/*오시는 길*/
.map{position:absolute;bottom:0;right:0;width:27%;height:127px;border-radius:0 0 8px 8px;padding:40px 0 0 125px;font-size:14px;color:rgba(255,255,255,.5);background:#544d3c url(/skin/outlogin/basic/img/map_icon.png) no-repeat 19% center}
.map p{margin-bottom:3px}
.map p span{margin-right:3px;font-size:17px;color:#fff;font-family:'notokr-medium'}
.map p a{font-size:13px;color:rgba(255,255,255,.5);transition:all .2s;-webkit-transition:all .2s;font-family:'notokr-regular'}
.map p a:hover{color:#fff}