@charset "UTF-8";
/*-------------------------------------------------------------------
    파일정의 : 레이아웃 스타일
    참고사항 : 레이아웃, 상세스타일, 메뉴스타일 분류
    분류순서 : Wrapper > Header > Content > Footer
    속성순서 : 표시 > 위치 > 넘침/흐름 > 크기/간격 > 박스모양 > 폰트/정렬 > 기타
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
    ## font-size
-------------------------------------------------------------------*/
.f_size-14px{font-size:14px;}
.f_size-15px{font-size:15px;}
.f_size-16px{font-size:16px;}
.f_size-17px{font-size:17px;}
.f_size-18px{font-size:18px;}
.f_size-20px{font-size:20px;}
.f_size-22px{font-size:22px;}
.f_size-24px{font-size:24px;}
.f_size-28px{font-size:28px;}
.f_size-30px{font-size:30px;}
.f_size-35px{font-size:35px;}
.f_size-60px{font-size:60px;}
.f_size-100px{font-size:100px;}
.color-01{color: #8399ad;}
.color-02{color: #444;}
.color-03{color: #1b4157;}
.color-04{color: #f82424;}
.color-05{color: #318906;}
.color-06{color: #00529e;}
.color-07{color: #3b3b3b;}
.color-08{color: #e8bf00;}
.color-09{color: #264fc4;}
.color-10{color: #71bf45;}
.color-11{color: #717c9a;}
.color-12{color: #ddd;}
.color-13{color: #1992d6;}
.color-14{color: #666;}
.color-15{color: #e6e6e6;}
.color-16{ color:#093687; }
.color-w{color: #fff;}
.f_ns{font-family: 'NanumSquare', sans-serif !important;}
.f_nt{font-family: 'Nunito Sans', sans-serif !important;}
.f_nts{font-family: "NotoSans", sans-serif !important;}
.f_w-100{font-weight: 100;}
.f_w-300{font-weight: 300;}
.f_w-400{font-weight: 400;}
.f_w-500{font-weight: 500;}
.f_w-700{font-weight: 700;}
.f_w-900{font-weight: 900;}

/*-------------------------------------------------------------------
    ## margin
-------------------------------------------------------------------*/
.m_t-10px{margin-top: 10px !important;}
.m_t-15px{margin-top: 15px !important;}
.m_t-20px{margin-top: 20px !important;}
.m_t-28px{margin-top: 28px !important;}
.m_t-30px{margin-top: 30px !important;}
.m_t-40px{margin-top: 40px !important;}
.m_t-50px{margin-top: 50px !important;}
.m_t-60px{margin-top: 60px !important;}
.m_t-70px{margin-top: 70px !important;}
.m_t-80px{margin-top: 80px !important;}
.m_r-15px{margin-right: 15px !important;}
.m_r-30px{margin-right: 30px !important;}
.m_r-45px{margin-right: 45px !important;}
.m_r-100px{margin-right: 100px !important;}
.m_l-15px{margin-left: 15px !important;}
.m_l-45px{margin-left: 45px !important;}
.m_b-10px{margin-bottom: 10px !important;}
.m_b-30px{margin-bottom: 30px !important;}
.m_b-50px{margin-bottom: 50px !important;}
.m_b-80px{margin-bottom: 80px !important;}
.m-50px{margin: 50px auto !important;}
.m_auto{margin: auto !important;}

/*-------------------------------------------------------------------
    ## padding
-------------------------------------------------------------------*/
.p_t-30px{padding :30px 0 0;}
.p_t-70px{padding :70px 0 0;}
.p_b-30px{padding :0px 0px 30px;}
.p_l-20px{padding-left :20px !important;}
.p_l-30px{padding-left :30px !important;}
.p_l-50px{padding-left :50px !important;}
.p_l-65px{padding-left :65px !important;}
.p_r-20px{padding-right :20px !important;}
.p_r-50px{padding-right :50px !important;}
.p-0px{padding: 0 !important;}
.p-20px{padding: 20px 0 !important;}
.p-30px{padding: 30px 0 !important;}
.p-40px{padding: 40px 0;}
.p-70px{padding: 70px 0;}
.pp-30px{padding: 30px !important;}
.pp-45px{padding: 45px !important;}
.pp-60px{padding: 60px;}

/*-------------------------------------------------------------------
    ## border
-------------------------------------------------------------------*/
.border-01{border-bottom: 1px solid #dedede;}
.border-02{border-right: 1px solid #ddd;}
.border-03{border-width: 0px !important;}
.border-04{border-top: 1px solid #ddd;}
.border-05{border-width: 1px 0px 1px 1px !important;}
.border-06{border-top: 0px !important;}

/*-------------------------------------------------------------------
    ## align
-------------------------------------------------------------------*/
.txt-align_l, .btn-align_l{text-align: left !important;}
.txt-align_r, .btn-align_r{text-align: right !important;}
.txt-align_c{text-align: center !important;}

/*-------------------------------------------------------------------
    ## display
-------------------------------------------------------------------*/
.dp-inline-block{display:inline-block;}

/*etc*/
.width-100p{width: 100% !important;}
.width-auto{width: auto !important;}
.width-170px{width: 170px !important;}
.width-300px{width: 300px !important;}
.width-1200px{width: 1200px !important;}
.width-max{max-width: 100%;}
.f_left{float: left;}
.f_right{float: right;}
.input-group.min-auto{min-width: auto !important;}
.line-1{line-height: 1.5 !important;}
.line-18{line-height: 1.8 !important;}
.line-2{line-height: 2 !important;}
.line-24{line-height: 2.4 !important;}
.line-3{line-height: 3 !important;}
.line-4{line-height: 4 !important;}
.line-5{line-height: 5 !important;}
.top_50p{position: relative;top: 50%;transform: translateY(-50%);}
.text-top{vertical-align: text-top;}
.bg_color-01{background-color: #f0efef !important;}
.bg_color-02{background-color: #f7f7f7 !important;}
.txt_d{text-transform: uppercase;}
.keep-all{word-break: keep-all;}

/*btn*/
.btn-align_r .dp-inline-block .btn{float: initial;margin:0;width: 100% !important;}

/* Mixin Common */
.input-group {position:relative; vertical-align:middle;}
.input-group .input {width:100%;}
.input-group .prepend {left:5px;}
.input-group .append {right:5px;}
.input-group .prepend .btn-ico,
.input-group .append .btn-ico {vertical-align:top;}
.input-group.has-prepend .input {padding-left:35px;}
.input-group.has-append .input {padding-right:35px;}

/*bul*/
.bul-01::before{content:'';position: relative;display:inline-block;width: 6px;height: 6px;top: 50%;left: 0px;transform: translateY(-50%);margin: 25px 10px 0 0;background: #71bf45;border-radius: 50%;}


/*-------------------------------------------------------------------
    ## gnb
-------------------------------------------------------------------*/
#header {position:absolute;z-index:103;top:0;left:0;width:100%;min-width: 1263px;height: 120px;background-color: rgba(255, 255, 255, 0);border-bottom: 0px;}
.header-inner.in-sec{height: auto;margin: auto;margin-right: 0px;margin-left: 0px;}
.header-logo {position: absolute;width: 164px;height: 120px;display: inline-block;top: auto;/* left: -200px; */transform: none;padding: 0;background: url('../../images/common/bayside/logo.png') left bottom no-repeat;font-size: 0;text-indent: -999999px;z-index: 10;float: none;}
.is-active .header-logo {
    background: url('../../images/common/bayside/logo_w.png') left bottom no-repeat;
}
.header-logo.gray {position: relative;width: 112px;height: 78px;left: 10%;bottom: -65px;top: auto;transform: inherit;padding: 0;background: url('../../images/common/logo_gray.png') center no-repeat;font-size: 0;text-indent: -999999px;z-index: 10;}
.header-logo .logo {position: absolute;display: block;color:#000;font-size:20px;z-index: 10;width: 100%;height: 100%;}
/*#header .header-inner{overflow: hidden;}*/
.header-gnb {display: none;}
.gnb-load {position: fixed;top: 0;overflow: auto;width: 100%;height: 100%;background: #fff;z-index: 999;}
/*.gnb-close{position: fixed;right: 0;width: 40px;height: 40px;margin: 20px;background: url('../../images/common/ico_close-01.png') center no-repeat;z-index: 999;font-size: 0;text-indent: -999999px;}*/
.gnb.gnb-fulldown{position: absolute;display: block;width: 100%;height: 120px;margin: auto;/* overflow: hidden; */top: auto;right: auto;transform: none;}
.gnb.gnb-fulldown .node1-list {display: -webkit-box;display: -ms-flexbox;display: flex;width: 67%;height: 100%;padding: 0;top: 0;left: 15%;}
.gnb.gnb-fulldown .node1-item{-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;min-width: 155px;}
.gnb.gnb-fulldown .node1-item:hover{background-color: #510966;}
.gnb.gnb-fulldown .node1-link{width: 100%;font-size: 18px;line-height: 120px;color: #fff;text-align: center;letter-spacing: 0.2px;font-family: 'Nunito Sans', sans-serif;font-weight:bold;}
.gnb.gnb-fulldown .node1-item.is-active > .node1-link{color: #fff;/*font-weight: 600;*/}
.gnb-fulldown .node2-list.is-active {background-color: rgba(255,255,255,0);}
.gnb-fulldown .node2-link:focus, .gnb-fulldown .node2-link:hover, .gnb-fulldown .node2-link:active, .gnb-fulldown .node2-item.is-active .node2-link, .gnb-fulldown .node2-item.is-current .node2-link {color: #d563f0;}
.gnb-fulldown .node2-link{padding: 0;}
.gnb-fulldown .node2-menu{position: absolute;display: block;width: 100%;height: 310px;top: 70px;text-align: center;}
.gnb.gnb-fulldown .node1-item.is-active .node2-menu{
    background-color:#510966;
}
.gnb-fulldown .node2-menu:before{
    content:'';
    position:relative;
    display:block;
    width:100%;
    height:50px;
}
.gnb.gnb-fulldown .node1-item.is-active .node2-menu:before{
    background: url('../../images/common/bayside/img_line.png') center no-repeat;
}
.header_bg{position:absolute;display: block;z-index:5;top: 0;left:0;width:100%;min-width: 1263px;height: 0px;background: rgba(54, 0, 68, 0.9);border-top: 0px;overflow: hidden;}
/*.header_bg::after{content: '';position: absolute;width: 1200px;min-width: 1200px;height: 100%;top: 0px;left: 50%;transform: translateX(-50%);background:url('../../images/common/gnb_bg.png') left center no-repeat;}*/
.gnb-fullsize > .logo{position: absolute;left:0;display: block;width: 100%;height: 230px;background: #fff;}
.gnb-fullsize > .logo::after{content:'';position: absolute;display: block;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 120px;height: 120px;display: block;background: url('../../images/common/logo.png') center no-repeat;}
.gnb-fullsize .node1-list {position: absolute;display: block;white-space:nowrap;margin: 0;width: 1200px;top: 230px;}
/* Transition */
.gnb-dropdown .node1-item.is-active>.node2-menu,
.gnb-fulldown.is-active .node2-menu,
.gnb-fulldown.is-active .gnb-bg,
.drop.down .drop-menu.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-animation: dropdown-active 0.4s ease both;
    animation: dropdown-active 0.4s ease both;
}
@media (max-width:1280px){
    .header-gnb {zoom: 0.85;}
    html {zoom: 0.85;}
}

.header-anb {position: relative;display: block;max-width: 1360px;min-width: 1263px;height: 120px;top: auto;margin: auto;right: auto;transform: none;}
.btn-anb {position: relative;display:inline-block;width: 37px;height: 37px;top: 50%;margin-left: 10px;padding: 0;background: url('../../images/common/ico_menu-01.png') center no-repeat;transform: translateY(-50%);float: right;}
.btn-anb:before, .btn-anb:after {content:'';}
.btn-anb span, .btn-anb:before, .btn-anb:after {display:none;}
.btn-anb:before {display:none;}
.btn-anb span {display:none;}
.btn-anb:after {display:none;}

.gnb .node1-link{font-size: 20px; color: #5d5c5c;}
.gnb .node1-link > em{display: block;font-size: 28px;color: #014584;font-family: "Roboto";font-weight: 500;text-transform: uppercase;}
.gnb .node2-list {padding: 0;background-color: rgba(255, 255, 255, 0);border: 0px;border-radius: 0px;margin: 0 auto;width: 100%;}
.gnb .node2-link{display: block;width: 100%;font-size: 16px;line-height: 2.5;letter-spacing: -0.8px;color: #fff;font-family: 'Nunito Sans', sans-serif;text-align: center;text-transform: uppercase;}
.popup_imgst{padding:0px;top: 120px;left: 7%;z-index: 10;}
.popup-close{position: absolute;top: 7px;right: 7px;display: block;font-size: 13px;color: #404040;z-index: 100005;}
.popup-close .btn_close{
    color: #404040;
}
.popup_imgst .btn_close{position: absolute;right: 0;top: 0;}

.header-utilMenu{position: absolute;display: block;width: 160px;height: 120px;top: 0;left: auto;right: 0;line-height: 30px;padding: 0;z-index: 999;overflow: hidden;}
.header-utilMenu:after{content:'';position: absolute;display:block;width:100%;height: 30px;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index:1;border-radius: 5rem;}
.header-utilMenu ul{position: absolute;display: block;top: 0;width: 100%;height: 100%;z-index: 999;text-align: center;}
.header-utilMenu ul > li {display:inline-block;}
.header-utilMenu ul > li::after{content:'';position: relative;display:inline-block;width: 15px;height: 6px;border-radius: 100%;margin: 0;}
.header-utilMenu ul > li:last-child::after{margin-right:0; display: none;}
.header-utilMenu ul > li > a{color: #fff;font-size: 15px;font-family: 'Nunito Sans', sans-serif;text-transform: uppercase;line-height: 120px;}

.all_menu-full > .gnb{position: relative;width: 1200px;margin: auto;top: 50%;transform: translateY(-50%);}
.all_menu-full > .gnb > .top{position: relative;width: 100%;height: 148px;}
.all_menu-full > .gnb > .top .logo{display: block;width: 360px;height: 85px;margin: auto;background: url('../../images/common/logo.png') center no-repeat;background-size: contain;font-size: 0;text-indent: -9999999px;color: transparent;}
.all_menu-full > .gnb > .top .gnb-close{position: absolute;top: 22px;right: 0;width: 50px;height: 50px;}
.all_menu-full > .gnb > .top .gnb-close > span{text-indent: -99999999999999999999px;}
.all_menu-full > .gnb > .top .gnb-close > .ico-close03{position: absolute;top: 0;left: 0;}
.all_menu-full > .gnb .node1-list{position: relative;width: 100%;display: flex;top: auto;}
.all_menu-full > .gnb .node1-item{ -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1;padding: 0;display: block;}
.all_menu-full > .gnb .node1-link{font-size: 20px;color: #fff;background: #1a3b4f;padding: 20px 0;text-align: center;margin: 0 0 0 -1px;text-transform: uppercase;}
.all_menu-full > .gnb .node1-link:hover{color: #3ecfff !important;}
.all_menu-full > .gnb .node2-list{border-top: 0px;margin: 0px;width: inherit;}
.all_menu-full > .gnb .node2-link {position: relative;font-size: 16px;line-height: 3.5;text-align: center;color: #2a2a2a;left: 4px;}
.all_menu-full > .gnb .node2-link:hover {color: #0095c7;}
.all_menu-full > .gnb .node2-item .node2-link:after{content:'';position: relative;display: inline-block;width: 8px;height: 8px;top: 0;right: 0;transform: translate(8px, -50%);border-radius: 50%;background-color: #72c042;opacity: 0;transition: all 0.1s ease-in-out 0s;}
.all_menu-full > .gnb .node2-item:hover .node2-link:after{content:'';position: relative;display: inline-block;width: 8px;height: 8px;top: 0;right: 0;transform: translate(8px, -150%);border-radius: 50%;background-color: #72c042; opacity: 1;}
.all_menu-full > .gnb > .bottom{position: relative;width: 100%;height: auto;display: block;margin: 40px auto 0px;border: 1px solid #d0d0d0;border-width: 1px 0px;text-align: center;}
.all_menu-full > .gnb > .bottom > a{display: inline-block;font-size: 15px;color: #808080;padding: 22px 50px;}
.all_menu-full > .gnb > .bottom > a:hover{color: #72c042;}

/*container*/
.container{overflow: hidden;}
/*-------------------------------------------------------------------
    ## Footer
-------------------------------------------------------------------*/
#footer {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;z-index:102;height: auto;background-color: #292929;font-size:14px;color: #fff;border-top: 0px;}
.footer-inner {display: block;width: 1200px;margin: auto;padding: 50px 0;text-align: center;}
.footer-inner .logo_inner{width: 150px;display: block;margin: auto;}
.footer-inner .info_inner{
    display: block;
    margin: auto;
    text-align: center;
}
.footer-inner .company_info{line-height: 2;margin: 20px auto 0;color: #e0d8d8;display: block;font-size: 15px;}
.footer-inner .company_info a{color: #2a2a2a;}
.footer-inner .company_info dl{display: inline-block;margin-right: 30px;}
.footer-inner .company_info dt, .footer-inner .company_info dd{display:inline-block;}
.footer-inner .company_info .row-01, .footer-inner .company_info .row-02, .footer-inner .company_info .row-03{display:block;clear: both;color: #a9a9a9;}
.footer-inner .copyright{margin: 0;text-transform: uppercase;color: #aeaeae;font-size: 14px;}
.footer-inner .terms{display: block;margin: 0px auto 15px;} 
.footer-inner .terms li{display: inline-block;font-size:14px;margin: 0 20px 0 0;}
.footer-inner .terms li:last-child{margin:0;}
.footer-inner .terms a{color: #fff;font-weight: 100;}
.footer-inner .terms a.home{font-weight: bold;}
.logo.gray {position: relative;display: block;width: 96px;height: 60px;left: auto;bottom: auto;top: auto;-webkit-transform:inherit;transform: inherit;padding: 0;margin: auto;background: url('../../images/common/bayside/logo_foter.png') center no-repeat;background-size: contain;font-size: 0;text-indent: -999999px;}

/*약관*/
.type-basic.footer .popup.demo1{width: 70vw; height: 60vh; overflow: visible;}
.type-basic.footer .popup-cont{height: 100%;}
.type-basic.footer .popup-cont object{position: absolute;width: 95%;height: 66%;left: 50%;transform: translateX(-50%);}

/*paging*/

.paging-basic .btn {
    min-width: 30px;
    height: 30px;
    padding: 0 5px 1px;
    line-height: 27px;
    border: 0px;
    border-radius: 50%;
}

.paging-basic .num-group .btn[aria-current=true] {
    color: #ffffff;
    border: 0px;
    background: #3c74a7;
}

/*.type01 .popup*/
.type01 .popup.demo1 .popup-head{background: #555;}
.type01 .popup.demo1 .popup-head > h3{color: #fff;}

/*error*/
.error{display: flex;}
.content-body{flex: auto;}
.error_area{margin: 187px auto 110px !important;}
.error_area h2{font-size: 28px;font-weight: 700;color: #232121;line-height: 1.3;margin: 20px 0;}
.error_area p{font-size: 16px;color: #555;line-height: 1.5;}
.error_area p strong{font-size: 16px;font-weight: bold;}
.error_area .box-body{padding: 110px 0 !important; text-align: center;}
.error_area .btn{border-radius: 5rem;margin:2rem auto 0;background:#4b4b4b;padding: 1.5rem 2rem;}
.error_area .btn i{
    top: -1px;
    margin: 0 0 0 11px;
}

/*top btn*/
.sticky_area{position: absolute;width: auto;height: auto;top: 50%;right: 4%;z-index: 999;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.sticky_area > .btn_sticky{display: block;width: auto;height: auto;margin: 0 auto 30px;color: #fff;text-indent: 0px;font-size: 18px;border-radius: 100%;text-align: center;}
.sticky_area > .btn_sticky:hover > span{border:1px solid #fff;border-width:0px 0px 1px;}
.sticky_area > .btn_sticky::before{content: '';display: block;width: 100%;height: 40px;}
.sticky_area > .btn_sticky.sticky01::before{background: url('../../images/main/btn-01.png') top center no-repeat;}
.sticky_area > .btn_sticky.sticky02::before{background: url('../../images/main/btn-02.png') top center no-repeat;}
.sticky_area > .btn_sticky.sticky03::before{background: url('../../images/main/btn-03.png') top center no-repeat;}
.sticky_area > .btn_sticky.sticky04::before{background: url('../../images/main/btn-04.png') top center no-repeat;}

#footer .sticky_area > .btn_sticky.sticky01{
    display: block;
    width: 68px;
    height: 68px;
    font-size: 18px;
    color: #686868;
    border-radius: 100%;
    border: 2px solid #4b4b4b;
    text-align: center;
    line-height: 68px;
    margin:auto;
}
#footer .sticky_area > .btn_sticky.sticky01::before{content: '';background: none;height: 0;}
#footer .sticky_area > .btn_sticky:hover > span{border-width:0px;}

.right_menu{
    opacity: 1;
    position: absolute;
    display: block;
    width: 70px;
    height: 110px;
    right: 4%;
    top: calc(50% - 210px);
    z-index: 10;
}

.right_res{
    opacity: 1;
    position: absolute;
    display: block;
    width: 70px;
    height: 110px;
    right: 4%;
    top: calc(50% - 80px);
    z-index: 10;
}

.right_notice{
    opacity: 1;
    position: absolute;
    display: block;
    width: 70px;
    height: 110px;
    right: 4%;
    top: calc(50% + 60px);
    z-index: 15;
}
.right_btn span{display: block;text-align: center;top: 18px;color: #a9a9a9;}
.right_btn:after{
    content: '';
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 40, 140, 0.85);
}
@media (max-width:1600px){
    .right_menu, .right_res, .right_notice{right: 2%;}
}
.ico-menu{display: block;width: 32px;height: 32px;margin: 0 auto 30px;background-image: url('../../images/common/ico_menu-02.png');background-position: center;}
.ico-res {width: 32px;height: 32px; margin: 0 auto 30px; background-image: url('../../images/common/ico_res.png');}
.ico-notice{width: 32px;height: 32px;margin: 0 auto 30px;background-image: url('../../images/common/ico_notice.png');}
.right_area{
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 3%;
    z-index: 10;
}


/*ie_chk_area*/
.ie_chk_area{position: fixed;width: 550px;height: 550px;bottom: 0px;right: 0px;display: block;background: #fff;padding: 25px;z-index: 999;border:1px solid #ccc;}
.ie_chk_area .con .tit img {display: block;margin: 20px auto 10px;}
.ie_chk_area .con .tit{display: block;margin: auto;font-size: 1.8rem;font-weight: 400;text-align: center; color: #00455a;}
.ie_chk_area .con strong{font-weight: 900;}
.ie_chk_area .con strong.color-01{color: #009c39;}
.ie_chk_area .blind{display: none;}
.ie_chk_area .btn-close{ position: absolute; display: block; width: 40px; height: 40px; top: 0px; right: 0px; float: right; background: url('/resource/assets/common/images/bt_close_b.png') center no-repeat; border: 0;}
.ie_chk_area .btxt{color: #00455a;text-align: center;font-weight: 600;padding-bottom: 2rem;margin-bottom: 2rem;border-bottom: 1px solid;}
.ie_chk_area .txt{color: #575757;text-align: center;}
.ie_chk_area .con span{position: relative;width: 480px;height: 285px;margin: 20px auto;background: #f4f4f4;display: block;padding: 30px;}
.ie_chk_area .btn-upgrade{position:relative;display:block;margin: 20px auto;width: 256px;text-align: center;padding: 10px 0;background: #00455a;border-radius: 5rem;font-size: 16px;color: #fff;}
.ie_chk_area .chk-uclose{position: absolute;bottom: 0;padding: 0.5rem 0;background: white;width: 540px;left: 0;text-align: center;}

/*-------------------------------------------------------------------
    ## animate add
-------------------------------------------------------------------*/
.delay-08 {-webkit-animation-delay: 0.8s; animation-delay: 0.8s;}
.delay-1 {-webkit-animation-delay: 1s; animation-delay: 1s;}
.delay-1_5 {-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}