.visual {
    width: 100%;
    line-height: 0;
}

.widthAuto {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.widthAuto img {
    width: 100%;
}

.evtCon {
    padding: 0 16px;
    box-sizing: border-box;
    width: 100%;
    background-color: #f9f9f9;
}

.widthAuto2 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 100px;
}

.img_banner {
    width: 100%;
}

.img_banner img {
    width: 100%;
}

.evtNotice1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 30px;
}

.section1 {
    margin: 0 50px;
}

.section1 img {
    width: 100%;
}

.section2 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px;
}

.article {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.smallTitle {
    background-color: black;
    color: #fff;
    padding: 4px 16px;
}

/* a태그 하이퍼링크 컬러 제거 */
a {
    color: inherit;
    text-decoration: none;
}
.redButton {
    background-color: #e40000;
    color: #fff;
    border-radius: 16px;
    font-size: 12px;
    padding: 4px 20px;
    text-decoration: underline;
}

.evtNotice2 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.Notice_content1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
}

.Notice_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text2 {
    line-height: 1.6;
    flex-grow: 1;
}

strong {
    font-weight: bold;
}

.font_red {
    color: #e40000;
}

.button {
    width: 100%;
    /*background-color: black;*/
    border-radius: 20px;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
    margin-top: 20px;
}

.img_position {
    width: 100%;
    max-width: 340px;
}

.img_position img {
    width: 100%;
}

@media (min-width: 800px) {
    .button {
        width: 100%;
        background-color: black;
        border-radius: 20px;
        text-align: center;
        padding: 30px 0;
        font-size: 25px;
        font-weight: bold;
        margin-top: 20px;
    }

    .visual {
        background: url('/Image_pc/메인배너.png') no-repeat center #777ede;
        height: 683px;
    }
}

@media (max-width: 800px) {
    .button {
        width: 100%;
        /*background-color: black;*/
        border-radius: 20px;
        text-align: center;
        padding: 30px 0;
        font-size: 16px;
        font-weight: bold;
        margin-top: 20px;
    }

    .visual {
        width: 100%;
        background: url('/Image_mo/메인배너모바일.png') no-repeat center #777ede;
        height: 440px;
        line-height: 0;
    }

    .text2 {
        font-size: 14px;
    }
}
