@charset "utf-8";

#main_banner{overflow:hidden;position:relative;width:100%;height:767px}
#main_banner .main_img{position:absolute;z-index:20;left:-10%;top:50px;width:55%;height:667px;background:#fff;opacity:0;box-shadow: 20px 20px 54px -27px rgba(0,0,0,0.11)}
#main_banner .main_img li{width:100%;height:100%;background-size:cover}
#main_banner .main_banner01{background:url(/sh_img/index/main_banner/img/main_img01.png) no-repeat}

/*메인텍스트 영역*/
#main_banner .txt_box{position:relative;width:1200px;height:767px;margin:0 auto;background:url(/sh_img/index/main_banner/img/main_bg.png) repeat-x}
#main_banner .txt_box:before{position:absolute;right:-30%;content:'';width:30%;height:767px;background:url(/sh_img/index/main_banner/img/main_bg.png) repeat-x}
#main_banner .txt_box .main_txt_area{position:absolute;left:50%;top: 140px;width: 633px;margin-left: 137px;z-index: 999;}


#main_banner .txt1{display:block;width:405px;height:48px;font-size: 19px;line-height:48px;text-align: center;border-radius: 30px;color:#fff;background-color:#24438f;font-family:notokr-medium;}
#main_banner .txt2{padding: 3px 0 7px;font-size:38px;color:#fff;font-family:notokr-bold;}
#main_banner .txt2 span{color:#d70476}
#main_banner .txt3{font-size:17px;color:#fff;font-family:notokr-regular}
#main_banner .txt4{position:relative;margin-top:10px;font-size: 17px;color:#fff;white-space:pre-line;font-family: 'notokr-medium'}
/* #main_banner .txt4:before{position:absolute;left:0;top: 10px;width: 3px;height: 3px;border-radius:50%;content:'';background-color: #fc9835;} */
/* #main_banner .txt4{position:relative;padding-left: 12px;font-size: 17px;color:#fff;font-family: notokr-medium;} */

#main_banner .main_s_tit{padding-top:210px;font-weight:400;font-size:16px;letter-spacing:1px;color:#eaebeb;opacity:0;font-family: notokr-medium;}
#main_banner .main_s_tit span{font-weight:600}
#main_banner .main_tit{font-size: 29px;line-height: 39px;letter-spacing:-1px;color:#fff;opacity:0;font-family: 'notokr-medium';}
#main_banner .main_tit span{font-family:'notokr-bold'}
#main_banner .main_tit .org{color:#fc9835}
#main_banner .main_txt{font-size:15px;line-height:26px;color:rgba(255,255,255,.6);opacity:0;font-family:'notokr-regular' }
#main_banner .main_btn{margin-top:25px}
#main_banner .main_btn a{display:inline-block;width:212px;height:56px;margin: 5px;border:1px solid rgba(255,255,255,.2);border-radius:56px;font-size:15px;color:#fff;text-align:center;line-height:53px;transition:all .3s;font-family:'notokr-medium';}
#main_banner .main_btn a:hover{background:#fc9835}

/*회전*/
#main_banner .circle{position:absolute;z-index:11;animation:rotation 15s linear infinite;opacity:0}
@keyframes rotation {0%{transform: rotate(0deg)}100%{transform:rotate(360deg)}}
#main_banner .rotation01{top:69px;left:50%;margin-left:50px}
#main_banner .rotation02{right:-32px;bottom:-68px;height:352px;animation:rotation 30s linear infinite}

