.event-section {
    padding-bottom: 0 !important;
}

.ticket-container {
    height: 320px;
    width: 100%;
    padding: 0 15%;
    display: inline-block;
    font-family: "Staatliches", cursive;
    background: #f8f4f0;
    color: black;
    font-size: 14px;
}

.tk-full-mb {
    padding: 10px;
    background-color: #f8f4f0;
    border-top: 1.5px dashed #eac7aa9c;
    box-shadow: rgb(0 0 0 / 5%) -2px 20px 20px, rgb(0 0 0 / 4%) 6px 17px 15px 0;
}

.tk-full-mb .event-note p {
    color: #726C6C;
    margin-bottom: 0 !important;
    font-size: 8px;
    line-height: 2;
    font-family: silka-medium, sans-serif;
}

.ticket-container .right-container {
    position: absolute;
    width: 100%;
    bottom: 5%;
    text-align: center;
}
.event-tk-ct,
.ticket-container .ev-mb-img {
    display: none;
}

.ticket-container .tk-right-detail {
    margin: 0 auto;
    width: fit-content;
    padding-left: 5px;
    font-family: silka-medium, sans-serif;
    color: rgb(178, 155, 155);
    font-size: 10px;
    cursor: pointer;
}

.ticket {
    margin: auto;
    width: 100%;
    height: auto;
    min-height: 245px;
    display: flex;
    background-color: #f8f4f0;
    border-top: 1px solid #f4eee9;
    box-shadow: rgb(0 0 0 / 5%) -2px 20px 20px, rgb(0 0 0 / 4%) 6px 17px 15px 0;
}

.left {
    width: 15%;
}
.middle {
    width: 55%;
    border-left: 1.5px dashed #eac7aa9c;
    border-right: 1.5px dashed #eac7aa9c;
}
.right {
    width: 30%;
}

.tk-1, tk-2 {
    display: block;
    width: 100%;
}

.ticket-container .tk-left,
.ticket-container .tk-middle,
.ticket-container .tk-right,
.ticket-container .tk-full-mb {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ticket-container .tk-left {
    background-image: url("../img/ticket/tk-left.jpeg");
}

.ticket-container .tk-middle {
    background-image: url("../img/ticket/tk-middle.jpeg");
}

.ticket-container .tk-right {
    background-image: url("../img/ticket/tk-right-1.jpeg");
}

.event-section {
    padding-top: 0;
}

@media screen and (max-width: 640px) {
    .ticket-container, .event-tk-ct {
        padding: 0 5%;
    }

    .ticket-container,
    .tk-1{
        display: none !important;
    }

    .event-tk-ct {
        display: block !important;
    }

    .ticket-container, .event-tk-ct {
        height: 400px;
    }

    .ticket-container .tk-full-mb {
        background-color: #faf4f2;
    }

    .ticket-container .ev-mb-img {
        display: block;
        width: 100%;
        height: auto;
        border-top: 1px solid #f4eee9;
        box-shadow: rgb(0 0 0 / 5%) -2px 20px 20px, rgb(0 0 0 / 4%) 6px 17px 15px 0;
    }

    .ticket-container .tk-mb {
        display: block;
        height: fit-content;
    }

    .event-note .ev-tt,
    .event-note .ev-ct {
        text-align: center;
        width: 100%;
    }

    .event-note .ev-tt .note-title {
        color: #aa5304bf;
        padding-bottom: 10px;
        font-size: 11px;
    }

    .event-note .ev-ct {
        display: flex;
    }

    .event-note .ev-ct .ev-time-par {
        width: 25%;
        text-align: center;
    }

    .event-note .ev-ct .ev-time-par .bb{
        font-weight: bold;
    }
}

@media screen and (min-width: 641px) {
    .ticket-container,
    .tk-1{
        display: block !important;
    }

    .event-tk-ct {
        display: none !important;
    }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
    .ticket-container, .event-tk-ct {
        padding: 0 7%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .ticket-container, .event-tk-ct {
        padding: 0 10%;
    }
}