/* #js-removepop {} */

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

/* .popup__container {} */

.popup__inner {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 92%;
}

.popup__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup__inwrap {
    z-index: 999;
}

/* .popup__inner a {} */

.popup__inner img {
    width: 100%;
}

.modalpop__close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}



.infogwidget__text {
    overflow: hidden;
    max-height: 65px;
}

.menu ul li a {
    white-space: nowrap;
}

.xswiper-topbanner .xslide-img:before {
    content: none
}

.detail__content p a {
    background: #0a4ea2;
    padding: 5px 10px;
}

/*2021*/
.detail__content ol {
    list-style: decimal;
    margin-left: 20px;
}

.detail__content ol li {
    margin-bottom: 7px;
    padding-left: 3px;
}

.detail__content table td {
    border: 1px solid #212121;
    padding: 5px 12px;
}

.detail__content table p {
    margin-bottom: 0;
}

.detail__content ul {
    list-style: disc;
    margin-left: 25px;
    margin-top: 5px;
}

.detail__content ul li {
    margin-bottom: 5px;
}

.detail__content ol a {
    background: #0a4ea2;
    padding: 1px 6px;
}