#layer_popup_01.layer-popup.open {
    display: block;
}

#layer_popup_02.layer-popup.open {
    display: block;
}

#card_layer_popup.layer-popup.open {
    display: block;
}

.loading_box {
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 200;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.loading_box > img {
    display: block;
    margin: 50px 20px;
    width: calc(100% - 45px);
    border-radius: 10px;
    max-width: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: 0;
}

.wrap .section.info_section .cont .logo_list ul .brigeTitle {
    display: flow-root;
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
}
.wrap .section.info_section .cont .logo_list ul .brigeTitle:not(:first-child) {
    padding-top: 30px;
}

.testAlert {
    margin-top: 30px;
    border: 2px dashed red;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #0000ff11;
}

.testAlert h3 {
    color: red;
    font-weight: bold;
    margin: 0 0 10px 0 !important;
    font-size: 40px !important;
}

.testAlert p {
    color: red;
    line-height: 1.5em;
    display: block;
    font-size: 18px;
}

@media (max-width: 600px) {
    .testAlert h3 {
        font-size: 24px !important;
    }

    .testAlert p {
        font-size: 15px;
    }
}
