#event .content {
    padding-bottom: 164px;
}

#event .head {
    margin: 0 auto;
    max-width: 990px;    
    margin-top: 40px;
}

#event .head .t0 {}

#event .head .event-subs {
    margin-top: 23px;
    border-top: 2px solid black;
    padding-left: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #F6F7F8;
}

#event .head .event-subs strong {
    font-weight: 600;
    font-size: 14px;
    color: #0f0f0f;
}

#event .head .event-subs .date {
    font-weight: 400;
    font-size: 14px;
    color: #8f8f8f;
    margin-left: 38px;
}

#event .sect {
    position: relative;
    margin: 0 auto;
    max-width: 990px;
}

#event .sect img {
    width: 100%;
}

#event .btn-act:hover {
    opacity: 0.8;
}

#event .btn-act {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* height: 19.4%; */
    width: 396px;
    z-index: 2;
    cursor: pointer;
    /* border: 1px solid red; */
}

#event .btn-act img {
    width: auto;
}

#event .btn-act.req-submit1 {
    top: 48%;
}

#event .btn-act.req-submit2 {
    top: 83%;
}

#event .btn-act.req-pkg {
    top: 63.4%;
}