@charset "utf-8";

.main{ position: relative; width: 100%; min-width: 1200px; }

/* 메인배너 */
.main .banner_area{ position: relative; width: 100%; height: 420px; }
#main_bn { width:1200px; height:420px; margin:0 auto; }
#main_bn img { width:100%; height:auto; }

/* 메인 콘텐츠 01*/
.main .m_conts01{ position: relative; display: block; width: 100%; padding-bottom: 90px; background: url(../../img/main/bg_m_conts01.jpg) repeat-x left top #f3f3f3; }
.main .m_conts01 .box_wrap{ position: relative; width: 600px; height: 520px; }
.main .m_conts01 .box_wrap:after{ position: relative; display: block; clear: both; content: ''; }

.main .m_conts01 .login{ float: left; width: 300px; height: 260px; padding: 38px 40px 30px 40px; background: #0054ff; color: #fff; }
.main .m_conts01 .login>h2{ margin-bottom: 16px; color: #fff; font-size: 22px; font-weight: 700; text-align: center; }
.main .m_conts01 .login>ul{ display: block; width: 100%; margin-bottom: 17px; }
.main .m_conts01 .login>ul>li{ height: 35px; border-bottom: 1px solid #fff; }
.main .m_conts01 .login>ul>li:first-child{ margin-bottom: 4px;}
.main .m_conts01 .login input{ width: 100%; height: 35px; padding: 0; border: none; background: none; color: #fff; font-weight: 300; }
.main .m_conts01 .login input::placeholder{color:#9db1e1;font-size: 14px;font-weight: 300; }
.main .m_conts01 .login .m_login_btn{ display: inline-block; width: 100%; height: 35px; margin-bottom: 10px; border-radius: 50px; background: #fff; color: #0054ff; font-size: 14px; font-weight: 900; line-height: 32px; text-align: center; }
.main .m_conts01 .login .m_login_btn:hover{ cursor: pointer; }
.main .m_conts01 .login .m_find{ width: 100%; text-align: center; }
.main .m_conts01 .login .m_find a{ color: #fff; font-size: 13px; }

.main .m_conts01 .m_myinfo01{ float: left; width: 300px; height: 260px; padding: 65px 40px 30px 40px; background: #0054ff;  color: #fff; text-align: center; }
.main .m_conts01 .m_myinfo01 .info_name{ margin-bottom: 14px; font-family: 'GmarketSans'; font-size: 22px; font-weight: 400; }
.main .m_conts01 .m_myinfo01 .info_txt{ margin-bottom: 12px; font-size: 18px; line-height: 30px; }
.main .m_conts01 .m_myinfo01 .info_txt .lv{ padding: 7px 14px 4px 14px; border: 1px solid #fff; border-radius: 50px; font-family: 'GmarketSans'; font-size: 17px; }
.main .m_conts01 .m_myinfo01 .info_link{ display: inline-block; height: 20px; margin-bottom: 22px; padding: 0 24px 0 0; background: url(../../img/main/icon_link.png) no-repeat right 1px; color: #fff; font-size: 15px; }
.main .m_conts01 .m_myinfo01 .info_logout{ display: inline-block; width: 90px; height: 30px; margin: 0 auto; background: #fff; border-radius: 4px; }
.main .m_conts01 .m_myinfo01 .info_logout span{ padding-right: 18px; background: url(../../img/main/icon_logout.png) no-repeat #fff right center; color: #0054ff; border-radius: 4px; font-size: 14px; line-height: 30px; }

.main .m_conts01 .m_myinfo01 .m_myinfo01_notuser{ text-align: center; }

.main .m_conts01 .m_myinfo01 .m_myinfo01_notuser .btn_login{
    text-align: center;
    display: inline-block;
    margin-top : 45px;
    height: 20px;
    padding : 0;
    color: #fff;
    font-size : 35px;
}

.main .m_conts01 .m_myinfo02{ float: left; width: 300px; height: 260px; padding: 35px; background: #0099a4; color: #fff;  }
.main .m_conts01 .m_myinfo02 p{ margin-bottom: 16px; font-size: 18px; }
.main .m_conts01 .m_myinfo02 ul{ padding-bottom: 17px; border-bottom: 1px solid #FAFAD2; }
.main .m_conts01 .m_myinfo02 ul li{ margin-top: 10px; padding-left: 12px; background: url(../../img/main/info_bullet.gif) no-repeat left 8px; font-size: 16px; }
.main .m_conts01 .m_myinfo02 ul li:first-child{ margin-top: 0; }
.main .m_conts01 .m_myinfo02 ul + p{ margin-top: 15px; margin-bottom: 11px; }
.main .m_conts01 .m_myinfo02 .coin{ position: relative; width: 100%; height: 30px;}
.main .m_conts01 .m_myinfo02 .coin p{ width: calc(100% - 85px); font-size: 17px; line-height: 28px; }
.main .m_conts01 .m_myinfo02 .coin p em{ font-weight: 600; }
.main .m_conts01 .m_myinfo02 .coin .charge { position: absolute; top: 0; right: 0; display: inline-block; width: 85px; height: 30px; border-radius: 4px; background: #fff; text-align: center; }
.main .m_conts01 .m_myinfo02 .coin .charge span{ padding-right: 18px; background: url(../../img/main/icon_coin.png) no-repeat right center; color: #0099a4; font-size: 14px; font-weight: 400; line-height: 30px; }

.main .m_conts01 .m_myinfo02 .m_myinfo02_notuser{ text-align: center; }

.main .m_conts01 .m_myinfo02 .m_myinfo02_notuser .btn_join{
    text-align: center;
    display: inline-block;
    height: 20px;
    margin-top : 75px;
    /* padding: 0 24px 0 0; */
    padding : 0;
    /* background: url(../../img/main/icon_link.png) no-repeat right 6px; */
    color: #fff;
    /* font-size: 20px; */
    font-size : 35px;
}



.main .m_conts01 .join{ float: left; width: 300px; height: 260px; background: #0054ff; color: #fff; }
.main .m_conts01 .join a{ color: #fff; font-family: 'GmarketSans'; font-size: 28px; font-weight: 700; line-height: 260px; text-align: center; }

.main .m_conts01 .company{ overflow: hidden; float: left; width: 300px; height: 260px; padding: 55px 10px 47px 40px; border-left: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; background: #fff; }
.main .m_conts01 .company h2{ margin-bottom: 12px; font-family: 'GmarketSans'; font-size: 22px; font-weight: 400; letter-spacing: -1.5px; }
.main .m_conts01 .company p{ margin-bottom: 32px; font-size: 18px; color: #7d7e80; line-height: 24px; letter-spacing: -1.3px; }
.main .m_conts01 .company .m_btn_remote{ display: inline-block; width: 250px; height: 50px; border-radius: 50px; background: #0054ff; color: #fff; font-size: 16px; font-weight: 600; line-height: 50px; text-align: center; }
.main .m_conts01 .company .m_btn_remote span{ display: inline-block; height: 50px; padding-left: 48px; background: url(../../img/main/icon_support.png) no-repeat left 50%; }

.main .m_conts01 .call{ overflow: hidden; float: left; width: 300px; height: 260px; padding: 55px 45px 45px 47px; border-right: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; background: #fff; }
.main .m_conts01 .call h2{ margin-bottom: 15px; font-size: 18px; color: #003197; letter-spacing: -1px; }
.main .m_conts01 .call .m_numb{ margin-bottom: 20px; font-size: 31px; font-weight: 800; color: #003197; }

.main .m_conts01 .call .txt_work{ font-size: 19px; font-weight: 600; letter-spacing: -1.2px; line-height: 26px; color:white;}

/* 메인 콘텐츠 게시판 */
.main .m_conts01 .m_board{ position: absolute; top: 0; right: 0; width: 600px; height: 520px; padding: 40px  40px 45px 40px; border-top: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; background: #fff; }
.main .m_conts01 .m_board h2{ margin-bottom: 25px; color: #27364e; font-size: 24px; font-weight: 600; letter-spacing: -1.5px; }
.main .m_conts01 .m_board .m_board_more{ position: absolute; top: 40px; right: 40px; display: inline-block; width: 22px; height: 22px; background: url(../../img/main/m_board_more.png) no-repeat left top; font-size: 0; }
.main .m_conts01 .m_board .m_board_list {}
.main .m_conts01 .m_board .m_board_list li{ position: relative; height: 36px; line-height: 36px; }
.main .m_conts01 .m_board .m_board_list li a{ font-size: 16px; cursor: pointer; }
.main .m_conts01 .m_board .m_board_list li a:hover .txt{ text-decoration: underline; }
.main .m_conts01 .m_board .m_board_list li .txt{ display: block; width: 360px; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }
.main .m_conts01 .m_board .m_board_list li .txt em{ margin-right: 6px; color: #eb3b43; font-weight: 500; }
.main .m_conts01 .m_board .m_board_list li .date{ position: absolute; right: 0; top: 0; color: #9e9e9e; }




/* 메인 콘텐츠 02*/
.main .m_conts02{ position: relative; width: 1200px; margin: 0 auto; padding: 85px 0 60px 0; }
.main .m_conts02 .adv_txt{ margin-bottom: 70px; font-family: "GmarketSans"; font-size: 26px; font-weight: 400; line-height: 41px; letter-spacing: -2px; text-align: center; }
.main .m_conts02 .adv_txt em{ color: #0099a4; }

.main .m_conts02 .adv li{ float: left; width: 600px; margin-bottom: 90px; padding-left: 90px; font-family: "GmarketSans"; font-size: 19px; letter-spacing: -1px; }
.main .m_conts02 .adv::after{ position: relative; display: block; clear: both; content: ''; }
.main .m_conts02 .adv li:nth-child(even){ margin-top: 60px; }


.main .m_conts02 .adv li .adv_list_wrap{ position: relative; width: 510px; height: 110px; padding: 32px 35px 0 77px; border: 2px solid #0099a4; border-radius: 10px; }

.main .m_conts02 .adv li p.m_talk_q{ margin-bottom: 8px; color: #959ba5; font-weight: 200; }
.main .m_conts02 .adv li p.m_talk_a{ color: #0054ff; font-weight: 400; }
.main .m_conts02 .adv li div.adv_bg01, .main .m_conts02 .adv li div.adv_bg02{ position: absolute; left: -52px; display: inline-block; width: 96px; height: 96px; }
.main .m_conts02 .adv li div.adv_bg01{ background: url(../../img/main/bg_talk_man.png) no-repeat center center; }
.main .m_conts02 .adv li div.adv_bg02{ background: url(../../img/main/bg_talk_woman.png) no-repeat center center; }


/* 메인 콘텐츠 03*/
.main .m_conts03{ width: 100%; padding: 100px 0; background: #f3f3f3; }
.main .m_conts03 h2{ margin-bottom: 65px; font-size: 28px; font-weight: 400; font-family: 'GmarketSans'; letter-spacing: -1.5px; text-align: center; }

.main .m_conts03 ul li{ float: left; width: 282px; height: 282px; margin: 0 0 0 24px; border-radius: 6px; text-align: center; }
.main .m_conts03 ul li a{ display: block; width: 282px; height: 282px; padding-top: 65px; color: #fff; }
.main .m_conts03 ul li a:hover em{ font-size: 24.5px; transition:All .2s ease; }
.main .m_conts03 ul li a span { color: #ddd; font-size: 16px; line-height: 21px; }
.main .m_conts03 ul li a em{ display: inline-block; width: 100%; margin-top: 23px; font-family: "GmarketSans"; font-size: 22px; font-weight: 700; letter-spacing: -0.5px; }
.main .m_conts03 ul li:first-child{ margin-left: 0; }
.main .m_conts03 ul li:nth-child(1){ background: url(../../img/main/bg_icon_map.png) no-repeat center 170px #4f91ff; }
.main .m_conts03 ul li:nth-child(2){ background: url(../../img/main/bg_icon_faq.png) no-repeat center 178px #198296; }
.main .m_conts03 ul li:nth-child(3){ background: url(../../img/main/bg_icon_bill.png) no-repeat center 175px #5e5baa; }
.main .m_conts03 ul li:nth-child(4){ background: url(../../img/main/bg_icon_cash.png) no-repeat center 174px #473d97; }

.main .m_conts03 ul::after{ position: relative; display: block; clear: both; content: ''; }

/*animate.css 내용 추가 시작*/
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInDownShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownShort {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInRightShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightShort {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUpShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpShort {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
        rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
/*  */
@-webkit-keyframes slideInUpShort {
    from {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUpShort {
    from {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUpShort {
    -webkit-animation-name: slideInUpShort;
    animation-name: slideInUpShort;
}
/*  */
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-100ms {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.animated.delay-200ms {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.animated.delay-300ms {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.animated.delay-400ms {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.animated.delay-500ms {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

/*animate.css 내용 추가 끝*/

/*fullpage.css 내용 추가 시작*/

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller {
    overflow: hidden;
}
.iScrollIndicator {
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
    right: 50px;
}
#fp-nav.left {
    left: 50px;
}
.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.bottom {
    bottom: 50px;
}
.fp-slidesNav.top {
    top: 50px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 6px;
    border: 0;
    background: rgb(255 255 255 / 30%);
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

/*fullpage.css 내용 추가 끝*/

/*신규 user.css 추가 시작*/

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 100;
    /*src: url("/common/font/new/NotoSansKR-Thin.woff2") format("woff2"), url("/common/font/new/NotoSansKR-Thin.woff") format("woff"), url("/common/font/new/NotoSansKR-Thin.otf") format("opentype");*/
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 200;
    /*src: url("/common/font/new/NotoSansKR-Light.woff2") format("woff2"), url("/common/font/new/NotoSansKR-Light.woff") format("woff"), url("/common/font/new/NotoSansKR-Light.otf") format("opentype");*/
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    /*src: url("/common/font/new/NotoSansKR-DemiLight.woff2") format("woff2"), url("/common/font/new/NotoSansKR-DemiLight.woff") format("woff"), url("/common/font/new/NotoSansKR-DemiLight.otf") format("opentype");*/
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    /*src: url("/common/font/new/NotoSansKR-Regular.woff2") format("woff2"), url("/common/font/new/NotoSansKR-Regular.woff") format("woff"), url("/common/font/new/NotoSansKR-Regular.otf") format("opentype");*/
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    /*src: url("/common/font/new/NotoSansKR-Medium.woff2") format("woff2"), url("/common/font/new/NotoSansKR-Medium.woff") format("woff"), url("/common/font/new/NotoSansKR-Medium.otf") format("opentype");*/
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    /*src: url("/common/font/new/NotoSansKR-Bold.woff2") format("woff2"), url("/common/font/new/NotoSansKR-Bold.woff") format("woff"), url("/common/font/new/NotoSansKR-Bold.otf") format("opentype");*/
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 900;
    /*src: url("/common/font/new/NotoSansKR-Black.woff2") format("woff2"), url("/common/font/new/NotoSansKR-Black.woff") format("woff"), url("/common/font/new/NotoSansKR-Black.otf") format("opentype");*/
}

* {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 14px;
    /*color: #000;*/
    letter-spacing: -0.15;
}
.user_body {
    min-width: 1350px;
}

html {
    scroll-behavior: smooth;
}
.m_br {
    display: none;
}
.m_ct {
    display: none;
}
.head {
    height: 100px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    flex-direction: column;
    min-width: 1350px;
}
.head .inner {
    max-width: 1540px;
    width: 100%;
    padding: 0 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    justify-content: center;
    /* height: 100%;         헤더 창 높이 수정 */
    height: 85px;
    margin: auto;
}
.head .logo {
    position: absolute;
    left: 50px;
}
.head .allcate {
    box-shadow: 0px 5px 9.7px -1.7px rgba(7, 8, 22, 25%);
    background-color: #f9f9f9;
    width: 100%;
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 100%;
    display: none;
}
.head .allcate .allcat_inner {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.head .inner .gnb {
    display: flex;
    height: 100%;
}
.head .inner .gnb > li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 35px;
}
/* 상단 메뉴리스트 호버시 상단에 영역 표시 */
.head .inner .gnb > li::before {
    content: "";
    display: block;
    height: 5px;
    background: transparent;
    left: 0;
    right: 0;
    position: absolute;
    width: calc(100% - 60px);
    margin: auto;
    bottom: 2px;
    pointer-events: none;
    transition: all 0.3s;
}
.head .inner .gnb > li.active::before {
    background: #0f76ea;
}
.head .inner .gnb > li:last-child {
    margin-right: 0;
}
.head .inner .gnb > li > a {
    font-size: 17px;
    font-weight: 500;
}
.head .inner .gnb li .depth2 {
    position: absolute;
    top: 70%;
    z-index: 1;
    white-space: inherit;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-height: 245px;
    /* overflow-y: auto; */
    display: none;
}

.head .inner .gnb li .depth2 > li {
    margin-top: 20px;
}
.head .inner .gnb li .depth2 > li:first-child {
    margin-top: 40px;
}
.head .inner .gnb li .depth2 > li > a {
    font-size: 15px;
    font-weight: 500;
    display: block;
    transition: all 0.2s;
}
.head .inner .gnb li .depth2 > li > a:hover {
    color: #0f76ea;
}
.head .inner .gnb li .depth2 > li > .depth3 {
    margin-top: 20px;
}
.head .inner .gnb li .depth2 > li > .depth3 li {
    margin-top: 10px;
}
.head .inner .gnb li .depth2 > li > .depth3 li:first-child {
    margin-top: 0;
}
.head .inner .gnb li .depth2 > li > .depth3 li > a {
    font-size: 15px;
    color: #777;
    transition: all 0.2s;
}
.head .inner .gnb li .depth2 > li > .depth3 li > a:hover {
    color: #0f76ea;
}

.head .inner .company {
    position: absolute;
    right: 50px;
    border: 1px solid #ddd;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head .inner .company .tooltip_box {
    box-shadow: 0px 3px 14.6px 0.5px rgb(7 8 22 / 15%);
    background: #0f76ea;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: calc(100% + 20px);
    border-radius: 20px;
    width: 170px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: tool_tip 1.2s linear infinite;
    z-index: 1;
}
@keyframes tool_tip {
    50% {
        transform: translateY(-4px);
    }
}
.head .inner .company .tooltip_box::before {
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -8px;
    content: "\e92f";
    color: #0f76ea;
    font-size: 15px;
    font-family: xeicon !important;
}

.head .top_menu {
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.head .top_menu ul {
    height: 40px;
    max-width: 1540px;
    width: 100%;
    padding: 0 50px;
    margin: auto;
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}
.head .top_menu ul li {
    display: flex;
    align-items: center;
}
.head .top_menu ul li a {
    font-size: 14px;
    color: #666;
}
.head .top_menu ul li + li::before {
    content: "";
    display: block;
    width: 1px;
    height: 7px;
    background: #ccc;
    margin: 0 20px;
}

#fp-nav {
    margin-top: 0 !important;
    top: calc(50%);
    transform: translateY(-50%);
}
#fp-nav ul,
.fp-slidesNav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 0;
    width: auto;
    height: auto;
    display: inline-flex;
    margin-top: 12px;
}
#fp-nav ul li:first-child {
    margin-top: 0 !important;
}
#fp-nav ul li:last-child {
    display: none;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    width: auto;
    display: inline-block;
}
body.fp-viewing-footer #fp-nav {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    position: initial;
    display: block;
    margin: 0;
    border-radius: 0;
    margin: 0;
    border-radius: 0;
    background: #999;
    opacity: 0.5;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    margin: 0;
    width: 20px;
    height: 6px;
    border-radius: 0;
    opacity: 1;
}

@media (max-width: 1400px) {
    /*	.user_main .user_ct2,
	.user_main .user_ct3,
	.user_main .user_ct4 {
		padding: 100px 0 !important;
		height: auto !important;
	}
	.user_main .user_ct2 .fp-tableCell,
	.user_main .user_ct3 .fp-tableCell,
	.user_main .user_ct4 .fp-tableCell {
		height: auto !important;
	}*/
    main {
        width:1440px;
    }

}

.footer_wrap,
.footer_wrap > .fp-tableCell {
    height: auto !important;
    padding-top: 0 !important;
    background: #333;
}
.footer_wrap .contact {
    background-color: #000;
    background-image: url("/common/img/main/new/contact_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer_wrap .contact p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.footer_wrap .contact button {
    display: flex;
    align-items: center;
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    justify-content: center;
    background: transparent;
    border-radius: 25px;
    margin-top: 30px;
}
.footer_wrap .contact button img {
    width: 18px;
    margin-left: 20px;
}
.footer_wrap footer {
    background: #333;
}

.footer_wrap .inner {
    max-width: 1820px;
    width: 100%;
    padding: 0 50px;
    margin: auto;
    background: #333;
}

.footer_wrap .ft_top {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    height: 55px;
    background: #515357;
}
.footer_wrap .ft_top .inner {
    display: flex;
    align-items: self-start;
    height: 53px;
    background: #515357;
    margin-left: 0px
}


/*.footer{ position: relative; width: 100%; background: #3e4043; color: #fff; }*/
/*.footer .footer_util{ width: 100%; height: 55px; background: #515357; }*/
.footer_wrap .ft_top .inner  ul{ width: 100%; margin-left: 130px; }
.footer_wrap .ft_top .inner  ul li{ position: relative; float: left; margin-left: 18px; padding-left: 18px; line-height: 55px; }
.footer_wrap .ft_top .inner  ul li:first-child{ margin-left: 0; padding: 0; }
.footer_wrap .ft_top .inner  ul li a{ color: #f5f5f5; font-size: 15px; }
.footer_wrap .ft_top .inner  ul li::before{ display:inline-block; width:1px; height: 11px; top: 50%; left:0; margin-top: -5px; background:#3d3e41; vertical-align: top;}


.footer_wrap .ft_top p {
    display: flex;
    align-items: center;
}
.footer_wrap .ft_top a {
    font-size: 16px;
    color: #fff;
}
.footer_wrap .ft_top a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
}
.footer_wrap .ft_top p::after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #fff;
    margin: 0 20px;
}
.footer_wrap .ft_top p:last-child:after {
    display: none;
}
.footer_wrap .ft_bottom {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 110px;
    margin-top: 10px;

}

.footer_wrap .ft_bottom .inner {
    /* margin: 0 0 0 0; */
    margin-left: 0px;
}
.footer_wrap .ft_bottom .segment {
    display: flex;
    align-items: baseline;
    position: relative;
    margin-left: 130px;
}
.footer_wrap .ft_bottom .segment > div {
    margin-left: 90px;
}
.footer_wrap .ft_bottom .segment > div p {
    display: flex;
}
.footer_wrap .ft_bottom .segment > div span {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.footer_wrap .ft_bottom .segment > div span::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #fff;
    margin: 0 20px;
}
.footer_wrap .ft_bottom .segment > div span:last-child:after {
    display: none;
}
.footer_wrap .ft_bottom .segment .logo2 {
    position: absolute;
    right: 0;
    top: 0;
}
.footer_wrap .ft_bottom .copy {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    color: #aaa;
}

.popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 19;
    display: block;
}

.popup2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    border-radius: 5px;
    box-shadow: 0px 3px 14.6px 0.5px rgba(7, 8, 22, 0.15);
    background-color: #fff;
    width: 820px;
    display: block;
}
.popup2 .popup_title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px;
}

.popup2 .popup_title .popup_close {
    font-size: 30px;
    background: none;
    color: #999;
}
.popup2 .popup_close2 {
    font-size: 30px;
    background: none;
    color: #999;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: 40px;
}
.popup2 .popup_close2 p {
    font-size: 15px;
    margin-left: 5px;
    color: #999;
}
.popup2 .popup_segment {
    padding: 20px;
    position: relative;
}

.user_main .inner {
    max-width: 1540px;
    padding: 0 50px;
    margin: auto;
}

.user_main section.top_menu {
    padding-top: 126px !important;   /* 헤더 높이줄이면서, 배너 높이 141px에서 수정 함. */
}
.user_main .user_ct1 > div {
    vertical-align: baseline;
    /*height: calc(100% - 141px) !important;*/
}
.user_main .user_ct1 .user_ct1_bg {
    background: #edeff4;
    /*height: calc(100% - 150px);*/
    height: 480px;
    min-width: 1440px;
}
.user_main .user_ct1 .user_ct1_bg > .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 300px;
}
.user_main .user_ct1.top_menu .user_ct1_bg > .inner {
    top: 141px;
    width: 1440px;
}
.user_main .user_ct1 .user_main_banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    /*height: 100%;*/
    height: 465px;
}
.user_main .user_ct1 .user_main_banner h5 {
    font-size: 40px;
    font-weight: 700;
}
.user_main .user_ct1 .user_main_banner p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 50px;
}
.user_main .user_ct1 .user_main_banner a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #24245b;
    width: 190px;
    height: 60px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.user_main .user_ct1 .user_main_banner .swiper-slide {
    /*align-items: center;*/
    display: flex;
    justify-content: space-between;
}

.user_main .user_ct1 .user_main_banner img {
    /*height: 100%;*/
    max-height: 540px;
    height: 400px;
}
.user_main .user_ct1 .login_wrap {
    display: inline-flex;
    align-items: center;
    padding: 40px 50px;
    background: #fff;
    border-radius: 5px;
    /*box-shadow: 0px 3px 9.7px 0.3px rgb(7 8 22 / 5%);*/
    /*position: absolute;*/
    position: inherit;
    /*right: 50px;*/
    /*bottom: 20px;*/
    z-index: 0;
    width: 100%;
}
.user_main .user_ct1 .login_wrap h5 {
    font-size: 24px;
    font-weight: 700;
    width: 70px;
}
.user_main .user_ct1 .login_wrap .segment {
    margin-left: 45px;
}
.user_main .user_ct1 .login_wrap .segment .chkId_box{
    text-align: left; font-size: 0.8rem; margin: 3px auto;
}

.user_main .user_ct1 .login_wrap .segment input[type=checkbox] {
    width: 18px; height: 18px; text-shadow: black 2px 3px 3px;
    vertical-align: sub;
    border-radius: 15px;
}

.user_main .user_ct1 .login_wrap .segment .flex_box {
    display: flex;
}
.user_main .user_ct1 .login_wrap .segment .flex_box input {
    width: 310px;
    /*height: 50px;*/
    height: 40px;
    background: #eee;
    border-radius: 5px;
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
    display: block;
}
.user_main .user_ct1 .login_wrap .segment .flex_box input::placeholder {
    color: #999;
}
.user_main .user_ct1 .login_wrap .segment .flex_box input + input {
    margin-top: 5px;
}
.user_main .user_ct1 .login_wrap .segment .flex_box .login_btn {
    width: 110px;
    background: #0f76ea;
    margin-left: 10px;
    border-radius: 5px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.user_main .user_ct1 .login_wrap .segment .login_menu {
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.user_main .user_ct1 .login_wrap .segment .login_menu p {
    display: flex;
    align-items: center;
}

.user_main .user_ct1 .login_wrap .segment .login_menu p::after {
    content: "";
    display: block;
    width: 1px;
    height: 6px;
    background: #ccc;
    margin: 0 15px;
}
.user_main .user_ct1 .login_wrap .segment .login_menu p:last-child:after {
    display: none;
}
.user_main .user_ct1 .login_wrap .segment .login_menu p a {
    font-size: 14px;
    color: #666;
}
.user_main .user_ct1 .notice_inner {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 1;*/
    margin: 0 auto;
    max-width: 1600px;
}
.user_main .user_ct1 .notice_wrap {
    display: flex;
    box-shadow: 0px 3px 14.6px 0.5px rgb(7 8 22 / 15%);
    background-color: #fff;
    border-radius: 5px;
    /*overflow: hidden;*/
    /*height: 300px;*/
    height: 330px;
    max-width: 1440px;
    width: calc(100% - 130px);
    margin: auto;
}
.user_main .user_ct1 .notice_wrap > div {
    width: 100%;
}
.user_main .user_ct1 .notice_wrap .left_ct {
    padding: 50px;
    width: calc(100% - 640px);
}
.user_main .user_ct1 .notice_wrap .left_ct .notice_title {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    display: inline-block;
}

.user_main .user_ct1 .notice_wrap .left_ct .notice_title img {
    margin-left: 15px;
}
.user_main .user_ct1 .notice_wrap .left_ct .notice_list {
    margin-top: 40px;
    display: flex;
    position: relative;
}
.user_main .user_ct1 .notice_wrap .left_ct .notice_list::before {
    content: "";
    display: block;
    width: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}
.user_main .user_ct1 .notice_wrap .left_ct .notice_list li {
    width: calc(50% - 50px);
    margin: 10px 0;
    cursor: pointer;
}
.user_main .user_ct1 .notice_wrap .left_ct .notice_list li:nth-child(1) {
    margin-right: 50px;
}
.user_main .user_ct1 .notice_wrap .left_ct .notice_list li:nth-child(2) {
    margin-left: 50px;
}

.user_main .user_ct1 .notice_wrap .left_ct .notice_list li .list_title {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;

    width: 100%;
}
.user_main .user_ct1 .notice_wrap .left_ct .notice_list li .list_txt {
    font-size: 15px;
    font-weight: 400;
    color: #777;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 20px;

    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.user_main .user_ct1 .notice_wrap .left_ct .notice_list li .date {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #777;
}
.user_main .user_ct1 .notice_wrap .left_ct .notice_list li .date img {
    margin-right: 10px;
}
.user_main .user_ct1 .notice_wrap .right_ct {
    width: 705px;
    /*min-width: 640px;*/
    display: flex;
    flex-direction: column;
    z-index: 0;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper {
    overflow: hidden;
    height: 150px;
    position: relative;
    display: flex;
    align-items: center;
    background: #f5f5f5;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper .swiper-wrapper {
    width: calc(100% - 70px);
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper .swiper-slide {
    padding: 50px;
    padding-right: 25px;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper .swiper-slide .segment {
    display: flex;
    align-items: flex-start;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper .swiper-slide .segment .dec {
    font-size: 15px;
    color: #fff;
    padding: 5px 8px;
    background: #f77219;
    margin-right: 30px;
    flex-shrink: 0;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper .swiper-slide .segment > div {
    overflow: hidden;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper .swiper-slide .segment > div a {
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    width: 100%;
    display: block;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper .swiper-slide .segment > div .date {
    font-size: 15px;
    color: #777;
    display: block;
    margin-top: 10px;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper .swiper_btn_box {
    width: 20px;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper .swiper_btn_box > div {
    position: initial;
    width: auto;
    height: auto;
    margin: auto;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper .swiper_btn_box > div:first-child {
    margin-bottom: 18px;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper .swiper_btn_box > div::before {
    font-size: 20px;
    color: #000;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_swiper .swiper_btn_box > div:after {
    display: none;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_btn {
    display: flex;
    /*height: calc(100% - 150px);*/
    height: calc(100% - 125px);
    box-shadow: -5px 0px 15px -5px #ccc;  /* 추가 */
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_btn a > img {
    margin-right: 30px;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_btn .tel {
    background: #0f76ea;
    /*width: calc(100% - 250px);*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 50px;*/
    width: 430px;
}

.user_main .user_ct1 .notice_wrap .right_ct .notice_btn .tel h5 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_btn .tel p {
    display: flex;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_btn .tel p span {
    /*margin-top: 15px;*/
    font-size: 15px;
    color: #fff;
    display: block;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_btn .tel p span + span {
    margin-left: 10px;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_btn .qna {
    background: #0f1eea;
    width: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 6px;
}


.user_main .user_ct1 .notice_wrap .right_ct .notice_btn .qna p {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}
.user_main .user_ct1 .notice_wrap .right_ct .notice_btn .qna span {
    color: #fff;

    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
}

.user_main .user_ct1 .user_main_banner .swiper_btn_box {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user_main .user_ct1 .user_main_banner .swiper_btn_box .swiper_dec {
    width: 160px;
    position: relative;
    margin-right: 30px;
}
.user_main .user_ct1 .user_main_banner .progress {
    display: block;
    position: relative;
    width: 80px;
    margin: auto;
}

.user_main .user_ct1 .user_main_banner .progress .bg {
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    opacity: 0.3;
}
.user_main .user_ct1 .user_main_banner .progress .time {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    width: 0;
    height: 2px;
}
.user_main .user_ct1 .user_main_banner .progress .time.active {
    width: 100%;
    animation: bullet 5s linear;
}
@keyframes bullet {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.user_main .user_ct1 .user_main_banner .progress .time.pause {
    animation-play-state: paused;
}

.user_main .user_ct1 .user_main_banner .swiper-pagination {
    position: initial;
}
.user_main .user_ct1 .user_main_banner .swiper-pagination > span {
    color: #000;
    font-weight: 700;
    font-size: 17px;
}
.user_main .user_ct1 .user_main_banner .swiper-pagination > .swiper-pagination-current {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.user_main .user_ct1 .user_main_banner .swiper-pagination > .swiper-pagination-total {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.user_main .user_ct1 .user_main_banner .swiper_button_pause {
    display: flex;
    font-size: 22px;
    cursor: pointer;
}
.user_main .user_ct1 .user_main_banner .swiper_button_pause::before {
    color: #b2b3b7;
    display: inline-block;
}
.user_main .user_ct1 .user_main_banner .swiper_button_pause.on::before {
    content: "\ea3e";
}

.user_main .user_sub_title {
    color: #0f76ea;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.user_main .user_title {
    font-size: 35px;
    font-weight: 500;
    /*margin-bottom: 70px;*/
    padding: 40px 0px;
    text-align: center;
}
.user_main .user_ct2 {
    background: #f7f9fb;
    height: 800px;
    margin-top: 70px;
}
.user_main .user_ct2 .inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
}
.user_main .user_ct2 .inner ul li {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: solid 1px #ddd;
    background-color: #fff;
    width: calc((100% - 40px) / 2);
    margin-top: 40px;
    min-height: 294px;
}
.user_main .user_ct2 .inner ul li:nth-child(2n) {
    margin-left: 40px;
}
.user_main .user_ct2 .inner ul li .segment {
    padding: 20px;
    padding-left: 0;
}
.user_main .user_ct2 .inner ul li .segment h6 {
    font-size: 22px;
    font-weight: 500;
}
.user_main .user_ct2 .inner ul li .segment h6 > span {
    font-size: 17px;
    font-weight: 500;
    color: #0f76ea;
    display: block;
    margin-top: 15px;
}
.user_main .user_ct2 .inner ul li .segment h6::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    margin: 15px 0;
}

.user_main .user_ct2 .inner ul li .segment p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    max-width: 355px;
    line-height: 32px;
}
.user_main .user_ct2 .inner ul li .ico {
    padding: 70px;
    flex-shrink: 0;
    width: 270px;
    text-align: center;
}
.user_main .user_ct3 table {
    /*width: 100%;*/
    width: 90%;
    margin: 0 auto;
}
.user_main .user_ct3 table td,
.user_main .user_ct3 table th {
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 400;
}
.user_main .user_ct3 table thead th {
    font-size: 16px;
    font-weight: 500;
    background: #fef7ec;
}
.user_main .user_ct3 table thead tr:first-child th:nth-child(1),
.user_main .user_ct3 table thead tr:first-child th:nth-child(2) {
    background: #f0f5fb;
}
.user_main .user_ct3 {
    padding-bottom: 70px;
    padding-top: 10px;
}
.user_main .user_ct4 {
    background-image: url("/common/img/main/new/user_ct4_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    padding-top: 60px;
}
.user_main .user_ct4 .inner {
    text-align: center;
}
.user_main .user_ct4 .user_ct4_title {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 3px 9.7px 0.3px rgba(7, 8, 22, 0.05);
    border: solid 1px #ddd;
    background-color: rgb(255 255 255 / 70%);
    padding: 12px 126px;
    margin-bottom: 80px;
}
.user_main .user_ct4 .user_ct4_title b {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}
.user_main .user_ct4 .user_ct4_title b span {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: #584b97;
}

.user_main .user_ct4 .img_box img {
    height: 100%;
    object-fit: contain;
    max-height: 540px;
}
.float-btn {
    position: fixed;
    right: 50px;
    bottom: 30px;
}
.float-btn .navmenu {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    box-shadow: 0px 3px 14.6px 0.5px rgb(7 8 22 / 15%);
    background-color: #0f76ea;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-btn .navmenu > div {
    width: 34px;
    height: 34px;
    position: relative;
}
.float-btn .navmenu .bar {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 22px;
    height: 2px;
    display: block;
    background: #fff;
    -webkit-transition: all 0.35s ease;
    -khtml-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.float-btn .navmenu .bar.pos1 {
    top: 8px;
}
.float-btn .navmenu .bar.pos2 {
    top: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
}
.float-btn .navmenu .bar.pos3 {
    top: 22px;
}

.float-btn .navmenu .selected .bar.pos1 {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.float-btn .navmenu .selected .bar.pos2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
}
.float-btn .navmenu .selected .bar.pos3 {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}
.float-btn .navmenu .selected .bar {
    width: 26px;
}
.float-btn ul {
    position: absolute;
    transition: 0.4s;
    transform: scale(0);
    bottom: -100%;
    opacity: 0;
}
.float-btn ul.selected {
    opacity: 1;
    transform: scale(1);
    bottom: 100%;
}
.float-btn ul a {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    box-shadow: 0px 3px 14.6px 0.5px rgba(7, 8, 22, 0.15);
    border: solid 1px #eee;
    background-color: #fff;
}
.float-btn ul > li {
    position: relative;
    margin: 10px 0;
}
.float-btn ul > li > p {
    position: absolute;
    font-size: 15px;
    width: 100%;
    white-space: nowrap;
    color: #0f76ea;
    top: 50%;
    transform: translateY(-50%);
    left: calc(-100% - 15px);
    text-align: right;
}

.last_section_popup {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
    height: calc(var(--vh, 1vh) * 100 - 421px);
    opacity: 0;
    pointer-events: none;
}
.last_section_popup .inner {
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-height: 380px;
}
.last_section_popup .inner > div {
    background: #fff;
    height: calc(100% - 30px);
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.last_section_popup .inner > div:nth-child(2) {
    background: #edf2fa;
    flex-direction: column;
}
.last_section_popup .inner > div p {
    font-size: 25px;
    font-weight: 500;
}
.last_section_popup .inner > div p > span {
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
}
.last_section_popup .inner > div a {
    width: 130px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f76ea;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
    border: none;
}
.fp-viewing-footer .last_section_popup {
    pointer-events: all;
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 0.8s;
}


/*
       class명 추가 후 정리 시작 css
                                        */

/* 로그인 세션정보 - div 박스 별도 css 처리 */
/*.user_main .user_ct1 .login_user_wrap{	display: inline-flex;	position: absolute;	right: 50px;	bottom: 5px;	z-index: 3;  }*/
.user_main .user_ct1 .login_user_wrap{	display: inherit;	position: relative;	right: 100px;	z-index: 3;  }


/* 세션정보 > 반갑습니다 xxx님 */
/*.user_main .user_ct1 .login_user_wrap .userBox1 {	float: right;	width: 300px;	height: 240px;	padding: 55px 40px 30px 40px;	background: #0054ff;	color: #ffffff; }*/
.user_main .user_ct1 .login_user_wrap .userBox1 {	width: 430px;	height: 175px;	padding: 25px 30px;	background: #001f61;	color: #ffffff;  }
.user_main .user_ct1 .login_user_wrap .userBox1 p:nth-child(1){	margin-bottom: 14px; font-family: 'GmarketSans'; font-size: 20px; font-weight: 400;}
.user_main .user_ct1 .login_user_wrap .userBox1 p:nth-child(2){	/*margin-bottom: 40px;*/ margin-bottom: 20px; font-size: 18px; line-height: 25px}
.user_main .user_ct1 .login_user_wrap .userBox1 p:nth-child(3){ position: relative; margin: auto;	width: auto;   }
.user_main .user_ct1 .login_user_wrap .userBox1 p:nth-child(2) .lv{	padding: 3px 6px 2px 5px; color : #0054ff; border: 1px solid #fff; background-color : #fff; border-radius: 50px; font-family: 'GmarketSans'; font-size: 17px; font-weight : 400; color: black;}
/*.user_main .user_ct1 .login_user_wrap .userBox1 a{	color: #ffffff;	text-shadow: 1px 1px 5px darkblue;}*/
.user_main .user_ct1 .login_user_wrap .userBox1 a{	color: gainsboro;   background-color: #0b51e1;	padding: 3px 30px;}
.user_main .user_ct1 .login_user_wrap .userBox1 a:hover{ color: #ffffff; text-shadow: none; font-weight: 500; font-size: 0.9rem; }


/* 세션정보 > 발송 가능건수 div 박스 */
/*.user_main .user_ct1 .login_user_wrap .userBox2 {	float: right; width: 340px; height: 240px; padding: 35px; background: #3588e8; color: #fff;}*/
.user_main .user_ct1 .login_user_wrap .userBox2 {	 width: 275px; height: 175px; padding: 20px; background: #001f61; color: #fff; border-left: dotted 2px #acacac; border-top-right-radius: 6px;}
.user_main .user_ct1 .login_user_wrap .userBox2 p:nth-child(1) {	margin-bottom: 10px; font-size: 18px;}
/*.user_main .user_ct1 .login_user_wrap .userBox2 ul{	padding-bottom: 17px; border-bottom: 1px solid #FAFAD2;}*/
.user_main .user_ct1 .login_user_wrap .userBox2 ul{	padding-bottom: 7px; border-bottom: 1px solid #FAFAD2;}
/*.user_main .user_ct1 .login_user_wrap .userBox2 p:nth-child(2){	margin-top: 15px; margin-bottom: 11px; }*/
.user_main .user_ct1 .login_user_wrap .userBox2 p:nth-child(2){	margin-top: 10px; margin-bottom: 10px; }
/* 폰트어썸 캐쉬 아이콘 */
.user_main .user_ct1 .login_user_wrap .userBox2 p:nth-child(2) .fa-coins {	color: gold; }


/* 충전버튼*/
.user_main .user_ct1 .login_user_wrap .userBox2 .charge_Btn{
    color: #0f192a; font-size: 14px; font-weight: 400; line-height: 30px; background-color:#fff; border-radius: 6px; float:right; /*margin: 0px 10px 0px 10px;*/ padding: 0px 20px 0px 20px; margin: -5px -3px;
}
/*  class명 추가 후 정리 끝 */

/*신규 user.css 추가 끝*/

/*reset.css 추가 시작*/
/* HTML5 Boilerplate  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
img[src$=".gif"],
img[src$=".png"] {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
img,
video {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/** {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	box-sizing: border-box;
	color: #333;
}*/

ul,
ol,
dl,
li {
    list-style: none;
}

a {
    vertical-align: top;
    text-decoration: none;
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select,
label {
    vertical-align: middle;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
select {
    text-transform: none;
}

body {
    font-size: 100%;
    line-height: 1.2;
}

label {
    cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

address {
    font-style: normal;
}

/* ios */

input,
textarea,
button,
select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

input:disabled {
    -webkit-text-fill-color: inherit;
    opacity: 1;
}
/*reset.css 추가 끝*/