.main-kv{height:579px;width:100%;background-image: url(/static/img/main-kv.png);background-repeat: no-repeat;background-position: center center;}

.main-middle-title {
    display: flex;
    margin: 41px auto;
    justify-content: center;
    align-items: center;
}

.main-new-title {
    margin: 41px auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

h3.main-new-title span {
    font-size: 22px;
}

h3.main-new-title p {
    font-size: 14px;
    font-weight: normal;
}

.main-qa {
    margin: 200px 0 45px;
}

.main_popup {
    display: none;
    position: fixed;
    /* top: 200px; */
    /* left: 50%; */
    /* margin-left: -270px; */
    border: 1px solid gray;
    background: white;
}
.main_popup .pop_bottom_button {display: flex;justify-content: space-between;align-items: center;height: 30px;padding: 0 10px;}
.main_popup .pop_bottom_button a{width: fit-content;}
.main_popup img {max-height:100%}