.container{
    width: 1440px;
    margin: auto;
}
.content{
    margin-top: 107px !important;
}
.wel{
    user-select: none;
    position: relative;
}
.wel-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wel-item{
    width: calc(100% / 3);
}
.wel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wel-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wel-title{
    font-size: 88px;
    font-weight: 600;
    line-height: 107px;
    color: rgba(163, 38, 116, 1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 6px;
}
.wel-sm-title{
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 57px;
    color: rgba(51, 51, 51, 1);
    margin-top: 30px;
    margin-bottom: 140px;
}
.wel-label{
    display: flex;
    align-items: center;
}
.wel-label:before{
    content: "";
    width: 100px;
    height: 3px;
    background: rgba(163, 38, 116, 1);
}
.wel-label div{
    width: 434px;
    height: 69px;
    background-color: rgba(163, 38, 116, 1);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 10px;
    color: rgba(255, 255, 255, 1);
    margin: 0 40px;
}
.wel-label:after{
    content: "";
    width: 100px;
    height: 3px;
    background: rgba(163, 38, 116, 1);
}
.blurb{
    width: 100%;
    height: auto;
    background-image: url("../img/40year/blurd-bg.png");
    padding: 0 0 100px 0;
}
.blurb-top{
    width: 100%;
    height: 450px;
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 76px 64px;
    transform: translateY(-100px);
    position: relative;
    z-index: 4;
}
.blurb-top-left{
    width: 750px;
}
.blurb-top-item{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px;
    color: rgba(51, 51, 51, 1);
    text-indent: 2em;
}
.blurb-top-right{
    width: 460px;
    height: 100%;
}
.blurb-top-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.blurb-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blurb-title{
    font-family: serif;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 57.48px;
    color: rgba(163, 38, 116, 1);
    height: 80px;
    margin-bottom: 50px;
}

.blurb-item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.blurb-item:before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(163, 38, 116, 1);
    border-radius: 50%;
    margin-right: 8px;
}
.blurb-item span{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    color: rgba(51, 51, 51, 0.8);
}
.blurb-right{
    width: 690px;
    height: 365px;
    opacity: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("../img/40year/blurd-jy.png");
    display: flex;
    align-items: center;
    justify-content: center;
}
.blurb-right div{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-family: serif;
}

.leave{
    background-image: url("../img/40year/leave-bg.png");
    padding: 60px 0;
    overflow: hidden;
}
.leave-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.leave-form-item{
    width: 49%;
    height: 64px;
    opacity: 1;
    border-radius: 4px;
    background: rgba(242, 242, 242, 1);
    padding: 0 20px;
}
.leave-form-item input,
.leave-form-item textarea{
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    color: rgba(51, 51, 51, 0.8);
}
.area{
    width: 100%;
    height: 240px;
    margin: 24px 0;
    padding: 18px 20px;
}
.leave-form-button button{
    width: 240px;
    height: 63px;
    opacity: 1;
    border-radius: 4px;
    background: rgba(163, 38, 116, 1);
    float: right;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
}
.wel-bottom{
    width: 40px;
    height: 40px;
    margin-top: 30px;
    transform: translateY(0px);
    animation: upDown 2s linear infinite;
}
.wel-bottom img{
    width: 100%;
    height: 100%;
}
.wel-btn{
    width: 130px;
    height: 40px;
    background-color: #a32674;
    color: white;
    text-align: center;
    border-radius: 20px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}
@keyframes upDown {
    form{
        transform: translateY(0px);
    }
    to{
        transform: translateY(70px);
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .container{
        width: 1200px;
    }
    .blurb-top-left{
        width: 550px;
    }
    .blurb-top-item{
        line-height: 32px;
    }
    .wel-sm-title{
        margin-bottom: 60px;
    }
    .blurb-top{
        transform: translateY(-60px);
    }
    .blurb-title{
        margin-bottom: 15px;
    }
    .blurb-right{
        width: 600px;
        height: 330px;
    }
}

@media (max-width: 1200px) {
    .content{
        margin-top: 59px !important;
    }
    .container{
        width: 100%;
    }
    .wel-title{
        font-size: 28px;
        line-height: 30px;
    }
    .wel-sm-title{
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .blurb-top{
        height: auto;
        flex-direction: column;
        transform: translateY(0);
        padding: 30px 12px
    }
    .wel-label div{
        width: 200px;
        height: 45px;
        font-size: 16px;
        letter-spacing: 3px;
        margin: 0 10px;
    }
    .wel-label:before,
    .wel-label:after{
        width: 40px;
    }
    .blurb{
        padding: 0;
    }
    .blurb-top-left{
        width: 100%;
    }
    .blurb-top-right{
        width: 100%;
    }
    .blurb-top-item{
        line-height: 28px;
    }
    .blurb-content{
        padding: 30px 12px;
    }
    .blurb-title{
        font-size: 20px;
        margin-bottom: 0;
    }
    .blurb-item span{
        font-size: 14px;
    }
    .blurb-item:before{
        width: 6px;
        height: 6px;
        margin-right: 6px;
    }
    .blurb-item{
        margin-bottom: 15px;
    }
    .blurb-right{
        width: 100%;
        height: 260px;
    }
    .blurb-right div{
        max-width: 80%;
        font-size: 14px;
        line-height: 40px;
    }
    .leave{
        padding: 30px 12px;
    }
    .leave-form-item{
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
    }
    .leave-form-item input, .leave-form-item textarea{
        font-size: 16px;
    }
    .area{
        height: 200px;
        margin: 0;
        margin-bottom: 10px;
    }
    .leave-form-button button{
        width: 140px;
        height: 40px;
        font-size: 16px;
    }
    .wel-bottom{
        display: none;
    }
    .wel-btn{
        display: none;
    }
    .c-message-notice{
        top: 50% !important;
        left: 0 !important;
        margin-top: -46px !important;
    }
    .m_content{
        height: 110px !important;
        line-height: 100px !important;
    }
    .m_content span{
        font-size: 16px !important;
    }
}