
/* 애니메이션 영역 */
.ani,
.pt {
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
}

/* ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

.main-btn-box{
    margin-top: 4vw;
}
.main-btn-box a{
    color: #fff;
    border-radius: 8rem;
    border: 2px #E1251B;
    background: linear-gradient(90deg, #E1251B 0%, #FF8380 100%);
}
.main-btn-box a:hover {
    background: #E1251B;
}

.main-header-area .wrap {
    height: 100%;
}
.main-header-area {
    overflow: hidden;
    height: calc(100vh - 8rem);
    background-color: #FFF7E2;
}
.main-title-area {
    position: relative;
    padding-top: 60px;
    z-index: 5;
}
.main-title-area .title-box h1 {
    color: #E1251B;
    font-size: 66px;
    margin-bottom: 42px;
}
.main-text-img {
    width: 100%;
    max-width: 530px;
    margin-bottom: 40px;
}
.kv-text-box-1 p {
    font-size: 24px;
    color: #800700;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 6px;
}
.kv-text-box-1 span {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    color: #800700;
}
.kv-text-box-1:nth-child(2) {
    margin-top: 18px;
}
.kv-text-box-3 {
    margin-top: 100px;
    margin-bottom: 38px;
}
.kv-text-box-3 .text-3 {
    font-size: 27px;
    color: #E1251B;
    line-height: 132%;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
.kv-text-box-3 .text-4 {
    font-size: 30px;
    color: #800700;
    line-height: 132%;
    font-weight: 700;
}
.apply-btn {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, rgba(225,37,27,1) 0%, rgba(255,131,128,1) 100%);
    border: 2px solid #E1251B;
    padding: 12.5px 55px;
    display: inline-flex;
    border-radius: 80px;
}


.main-visual-area {

    position: absolute;
    width: 1703px;
    height: 1043px;
    right: -580px;
    bottom: -250px;
    transform: scale(0.42);
}
.visual-1 {
    top: 0;
    left: 180px;
}
.visual-2 {
    top: 276px;
    left: 290px;
}
.visual-2 img {
    transform: translate(0, -10%);
    animation-name: bounce1;
    animation-duration: 2.5s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
}
.visual-3 {
    top: 20px;
    left: 0;
}
.visual-4 {
    top: 745px;
    left: 464px;
}
.visual-5 {
    top: 467px;
    left: 1128px;
}
.visual-6 {
    top: 132px;
    left: 356px;
}
.visual-6 img {
    transform: translate(0, -20%);
    animation-name: bounce1;
    animation-duration: 2.5s;
    animation-delay: 0.7s;
    animation-iteration-count: infinite;
}

.floating {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #E1251B;
    height: 56px;
    z-index: 10;
    font-size: 18px;
    font-weight: 700;
}

.up-btn {
    width: 48px;
    height: 48px;
    display: block;
    background: url(../img/Icon_Button_top.svg)no-repeat center/cover;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 30;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.up-btn.active {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1200px) {

    .main-header-area {
        /* height: calc(100vh - 6rem); */
        height: 1002px;
    }
    .main-header-area .wrap {
        padding: 0 40px;
    }
    .main-text-img {
        max-width: 500px;
    }
    .kv-text-box-1 p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .kv-text-box-1 span {
        font-size: 18px;
    }
    .kv-text-box-1:nth-child(2) {
        margin-top: 24px;
    }
    .kv-text-box-3 {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .apply-btn {
        display: none;
    }
    .floating {
        display: flex;
    }
    .main-visual-area {
        transform: scale(0.38);
        right: -560px;
    }

    .up-btn {
        bottom: 80px;
    }

}

@media (max-width: 767px) {

    .main-title-area {
        padding-top: 48px;
    }
    .main-visual-area{
        transform: scale(0.2);
        right: -660px;
        bottom: -340px;
    }
    .main-header-area {
        height: calc(100vh - 52px);
    }
    .main-header-area .wrap {
        padding: 0 20px;
    }
    .main-text-img {
        max-width: 240px;
        margin-bottom: 32px;
    }
    .kv-text-box-1 p {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .kv-text-box-1 span {
        font-size: 16px;
    }
    .kv-text-box-3 {
        margin-top: 28px;
    }
    .kv-text-box-3 .text-3 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .kv-text-box-3 .text-4 {
        font-size: 24px;
    }
    .up-btn {
        bottom: 70px;
        right: 20px;
    }

}
@media (max-width: 430px) {

    .main-visual-area{
        transform: scale(0.25);
        bottom: -240px;
        overflow: hidden;
    }
    .kv-text-box-3 .text-3 {
        font-size: 16px;
    }
    .kv-text-box-3 .text-4 {
        font-size: 18px;
    }
    
}
@media (max-width: 390px) {
    .main-visual-area{
        transform: scale(0.2);
        bottom: -374px;
    }
    
    br.mb-ver{
        display: block!important;
    }
}

  
br.mb-ver{
    display: none;
}