/* =======================================
# ticket
========================================= */
.ticket {
    padding: 4.5rem 1.5rem 0;
}

.notice {
    padding: 8rem 1rem 5rem;
    background-image: url(../img/bg.png);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.notice::after {
    display: none;
}

.ticket-card {
    text-align: center;
    border: 3px solid #fff;
    border-radius: 39% 39% 0 0;
    background-image: var(--bgLightGradient);
    margin: 10px 10px 3rem;
    transition: 0.4s;
}

.ticket-card:hover{
    filter: drop-shadow(0px 0px 10px #efefef);
}

.ticket-icon {
    margin: -2.5rem auto 15px;
    max-width: 250px;
}

.ticket-icon img{
    display: block;
    width: 100%;
}

.ticket-txt h2 {
    margin: 0;
}

.ticket-txt h2 span,
.ticket-txt h4 span {
    font-size: 16px;
    font-weight: 400;
}

.ticket-txt h4 {
    color: #F9BF3D;
    padding-top: 10px;
}

.ticket-txt p {
    line-height: 1.2;
    min-height: 42px;
}

.ticket-btn {
    margin: 0 20px 10px;
}