@charset "utf-8";

/* 메인 */
#main_banner{position:relative;z-index:1}
/* 메인영역 */
#main_banner_wrap{position:relative;z-index:1;width:100%}
#main_banner_wrap .main_img_box{position:relative;height:720px}
#main_banner_wrap .main_img_box p{display:none;position:absolute;top:0;left:0;width:100%;height:100%}
#main_banner_wrap .main_img_box p.box1{display:block;background:url(./main_banner_1.jpg) no-repeat center}
#main_banner_wrap .main_img_box p.box2{background:url(./main_banner_2.jpg) no-repeat center}
#main_banner_wrap .main_img_box p.box3{background:url(./main_banner_3.jpg) no-repeat center}
#main_banner_wrap .txt{position:absolute;z-index:101;left:50%;top:298px;transform:translateX(-50%);width:1200px;text-align:right}

#main_banner_wrap .move_txt01{margin:30px 0 43px;font-size:18px;line-height:23px;color:#fff;font-family: 'Poppins', sans-serif;letter-spacing:1.4px;opacity:0}
#main_banner_wrap .move_txt02{font-size:70px;letter-spacing:1px;color:#fff;font-family: 'Poppins', sans-serif;font-weight:700;opacity:0;text-shadow:0px 0px 25px #666}

#main_banner_wrap .breadcrumb{position:absolute;bottom:-72px;right:0;opacity:0}
#main_banner_wrap .breadcrumb:after{content:"";display:block;clear:both}
#main_banner_wrap .breadcrumb li{float:left}
#main_banner_wrap .breadcrumb li button{width:7px;height:7px;background-color:#fff;opacity:.5;border:none;border-radius:50%;margin-right:9px}
#main_banner_wrap .breadcrumb li:last-child button{margin-right:0}
#main_banner_wrap .breadcrumb li button.active{opacity:1}