.modal-shadow {
    /* display: block; */
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.modal-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.modal-wrap {
    display: block;
    background-image: linear-gradient(to bottom, #070836, #0f1577, #0f1577);
    z-index: 100;
    max-height: 100vh;
    box-shadow: 0 0 2px 0 #999;
    padding: 24px 25px;
    margin: auto 20px;
    overflow: auto;
}

.modal-wrap .modal-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.modal-wrap .modal-header .logo > img {
    width: 140px;
    height: 36px;
}

.modal-wrap .modal-header .close-button {
    cursor: pointer;
}

.modal-wrap .modal-content {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -0.42px;
}

.modal-wrap .modal-content h1 {
    font-size: 28px;
    line-height: 1.57;
    letter-spacing: -0.84px;
}

.modal-wrap .modal-content p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
}

.modal-wrap .modal-content .box {
    border-radius: 15px;
    border: solid 2px rgba(96, 234, 162, 0.3);
    margin: 22px 7px 30px 7px;
    padding: 30px 16px 27px 16px;
}

.modal-wrap .modal-content .sm-content-box {
    text-align: start;
    border-radius: 15px;
    color: rgba(96, 234, 162, 0.9);
    background-color: rgba(96, 234, 162, 0.2);
    padding: 20px;
    margin: 25px 9px;
}

.modal-wrap .modal-content .sm-content-box dl {
    line-height: 24px;
}

.modal-wrap .modal-content .sm-content-box dl em {
    font-weight: bold;
    opacity: 0.9;
}

.modal-wrap .modal-content .sm-content-box dl dd {
    margin-left: 10px;
}

.modal-wrap .modal-content .sm-content-box dl dd > ol {
    margin-left: 10px;
}

.modal-wrap .modal-footer {
    margin-bottom: 20px;
}

.modal-wrap .modal-footer .image-button {
    background-image: url('../assets/images/box.png');
    width: 245px;
    height: 60px;
    margin: auto;
    cursor: pointer;
}

.modal-wrap .modal-footer .image-button > span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'HGGGothicssi60g';
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -0.72px;
    color: #60eaa2;
    height: 100%;
}

.modal-wrap .modal-footer .image-button > span > img {
    margin-left: 19px;
}

.modal-wrap::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

.modal-wrap::-webkit-scrollbar-thumb {
    background-color: #b5b8bc;
    border-radius: 2px;
}

.modal-wrap::-webkit-scrollbar-track {
    background-color: transparent;
}

#announcement_popup {
    width: 480px;
}

#seminar_popup {
    width: 480px;
}

#seminar_popup .sm-content-box {
    margin-bottom: 0;
}

#consortium_popup {
    width: 480px;
}

#consortium_popup .modal-content .box {
    padding: 35px 0px 30px;
}

#consortium_popup .modal-content .box .sm-content-box {
    margin: 25px 25px 0;
    word-break: keep-all;
}

#consortium_popup .modal-footer {
    margin-bottom: 24px;
}

#anp_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 517px;
    margin: 0px;
    padding: 0px;
    transform: translate(-50%, -50%);
}

#anp_content {
    width: 100%;
    display: block;
    cursor: pointer;
}

#anp_regist {
    position: absolute;
    left: 46px;
    bottom: 130px;
    width: 426px;
    height: 52px;
    cursor: pointer;
}

#anp_close {
    width: 100%;
    height: 38px;
    background-image: url('../assets/images/acryl-next-2021-kv-860-px-close.png');
    background-size: contain;
    cursor: pointer;
}
