@charset "utf-8";

.closure_banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 250;
    padding: 13px 20px;
    text-align: center;
    background: #2f6fe4;
    background: -webkit-linear-gradient(left, #2f6fe4 0%, #34a3ec 55%, #35c3f0 100%);
    background: linear-gradient(90deg, #2f6fe4 0%, #34a3ec 55%, #35c3f0 100%);
}

.closure_banner_text {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.closure_banner_link {
    color: #fff;
    text-decoration: underline;
}

.closure_banner_link:hover {
    color: #fff;
    text-decoration: none;
}

.closure_notice_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 299;
    background: rgba(0, 0, 0, 0.7);
}

.closure_notice {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 300;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 55px 60px;
    width: calc(100% - 40px);
    max-width: 700px;
    background: #0a7de6;
    background: -webkit-linear-gradient(350deg, #0a7de6 0%, #34a3ec 55%, #63c8f2 100%);
    background: linear-gradient(100deg, #0a7de6 0%, #34a3ec 55%, #63c8f2 100%);
}

.closure_notice_inner {
    max-width: 760px;
}

.closure_notice_title {
    max-width: 620px;
    margin-bottom: 28px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.02em;
    color: #fff;
}

.closure_notice_list {
    margin-bottom: 36px;
    padding-left: 36px;
}

.closure_notice_list li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
    list-style: disc;
}

.closure_notice_list li:last-child {
    margin-bottom: 0;
}

.closure_notice_list li strong {
    font-weight: 700;
}

.closure_notice_link {
    display: inline-block;
    padding: 20px 34px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #222;
    text-align: center;
    background: #fff;
}

.closure_notice_link:hover {
    color: #222;
    background: #f0f0f0;
}

.closure_notice_close {
    display: block;
    position: absolute;
    top: 26px;
    right: 26px;
    width: 34px;
    height: 34px;
    font-size: 0;
    line-height: 0;
}

.closure_notice_close:before,
.closure_notice_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    margin: -1px 0 0 -11px;
    background: #fff;
}

.closure_notice_close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.closure_notice_close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 1240px) {
    .closure_notice {
        padding: 45px 45px;
    }

    .closure_notice_title {
        font-size: 26px;
    }
}

@media (max-width: 940px) {
    .closure_banner {
        padding: 11px 15px;
    }

    .closure_banner_text {
        font-size: 13px;
    }

    .closure_notice {
        padding: 40px 35px;
    }

    .closure_notice_title {
        margin-bottom: 22px;
        font-size: 23px;
        padding-right: 20px;
    }

    .closure_notice_list {
        margin-bottom: 30px;
        padding-left: 30px;
    }

    .closure_notice_list li {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .closure_banner {
        padding: 10px 12px;
    }

    .closure_banner_text {
        font-size: 12px;
    }

    .closure_notice {
        margin-bottom: 25px;
        padding: 35px 20px 30px;
    }

    .closure_notice_title {
        margin-bottom: 18px;
        padding-right: 30px;
        font-size: 19px;
        line-height: 1.45;
    }

    .closure_notice_list {
        margin-bottom: 26px;
        padding-left: 22px;
    }

    .closure_notice_list li {
        font-size: 14px;
    }

    .closure_notice_link {
        display: block;
        width: 100%;
        padding: 18px 10px;
    }

    .closure_notice_close {
        top: 12px;
        right: 12px;
        width: 28px;
        height: 28px;
    }

    .closure_notice_close:before,
    .closure_notice_close:after {
        width: 18px;
        margin-left: -9px;
    }
}
