@charset "utf-8";

#main_banner_wrap .txt_area {position:absolute;bottom:180px;left:360px;z-index:105;font-size:20px;line-height:1.5;color:#fff;letter-spacing:-0.2;font-family:notokr-light}
#main_banner_wrap .txt_area p {margin-bottom:15px;font-size:72px;font-family:notokr-thin}
#main_banner_wrap .txt_area p span {font-family:notokr-bold}

#main_banner_wrap .scroll {position:absolute;z-index:110;bottom:-21px;left:48.5%}
#main_banner_wrap .scroll_down {position:absolute;z-index:115;bottom:5px;left:49.9%;-webkit-animation:arr 1.6s infinite linear;-ms-animation:arr 1.6s infinite linear;animation:arr 1.6s infinite linear}
@-webkit-keyframes arr{from{bottom:-10px}15%{bottom:-5px}30%{bottom:-10px}45%{bottom:-5px}60%{bottom:-10px}100%{bottom:-10px}}
@keyframes arr{from{bottom:-10px}15%{bottom:-5px}30%{bottom:-10px}45%{bottom:-5px}60%{bottom:-10px}100%{bottom:-10px}}

.bx-pager{position:absolute;bottom:220px;right:440px;z-index:100}
.bx-pager-item{overflow:hidden;margin-bottom:10px}
.bx-pager-item a{display:block;float:right;width:28px;height:2px;background:#fff;opacity:0.5;filter: alpha(opacity=50);text-indent:-1000px;margin-left:5px;overflow:hidden;transition:all 0.2s}
.bx-pager-item a.active{width:45px;background:#fff;opacity:1;filter: alpha(opacity=100);}

.bx-controls-direction{display:none}