a {
    text-decoration: none;
}

.event_wrap {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #ffffff55;
    margin: 10px;
}

.notice {
    width: 100%;
    height: 100%;
}

.title {
    font-size: 40px;
    padding: 0 20px;
    font-weight: 900;
    color: #f9b700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    user-select: none;
    border-bottom: 4px solid #f9b700;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.2),
        0 0 10px rgba(249, 183, 0, 0.7);
}

.list {
    padding: 10px;
}

.con-sub-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.3px;
    padding: 10px 14px;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-bottom: 1px solid #ffffff55;
}

.con-sub-title:hover {
    cursor: pointer;
    background-color: #2a2a2a;
    color: #f1c40f;
}

.highlight {
    color: #f39c12;
    font-weight: 800;
}

.content-area {
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
    .event_con {
        width: 380px;
    }

    .title {
        font-size: 21px;
    }

    .content-area img {
        max-width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}