﻿.container-box h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

.container-box p {
    line-height: 1.3;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    word-break: keep-all;
}

.popup_chart {
    background: #fff;
    margin-top: 20px;
    font-size: 15px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 30%);
    border: 4px solid #10666b;
}

    .popup_chart .tg {
        width: 100%;
        border: 2px solid #072c2e;
        border-collapse: collapse;
        border-spacing: 0;
        text-align: center
    }

        .popup_chart .tg tr {
            border: 1px solid #727272;
        }

        .popup_chart .tg td {
            padding: 6px 0
        }

            .popup_chart .tg td:nth-child(1), .popup_chart .tg td:nth-child(2) {
                border-right: 1px solid #727272;
            }

.popup_bottom {
    position: absolute;
    width: 100%;
    padding: 15px 30px;
    background: #212529;
    box-sizing: border-box;
}


@media (max-width:767px) {
    #div_popup {
        width: 90%;
    }

    .container-box {
        padding: 15px 20px 20px 20px
    }

        .container-box h2 {
            font-size: 26px;
            letter-spacing: -1px;
            margin-bottom: 10px;
        }

        .container-box p {
            font-size: 12px;
            rgin-top: 10px;
        }

    .popup_bottom {
        padding: 10px 15px;
    }

    .popup_chart {
        font-size: 11px;
        margin-top: 10px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    #div_popup {
        width: 55%;
    }

    .container-box {
        padding: 30px;
    }

        .container-box h2 {
            font-size: 32px;
            ;
            margin-top: -10px;
            margin-bottom: 20px;
        }

        .container-box p {
            font-size: 13px;
        }

    .popup_chart {
        font-size: 13px;
        margin-top: 15px;
    }
}

@media (min-width:1024px) {
    #div_popup {
        width: 600px;
    }

    .container-box {
        padding: 40px;
    }

        .container-box h2 {
            font-size: 38px;
            margin-top: -10px
        }

        .container-box p {
            font-size: 18px;
        }
}

.container-box .ar_sdk_go_btn_box {
    margin-top: -15px;
    text-align: center;
    margin-bottom: 0
}


#div_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%);
    z-index: 1000000000;
    opacity: 0;
    animation: visual_opacity 1s forwards ease-in;
    -moz-animation: visual_opacity 1s forwards ease-in;  /*firefox*/
    -webkit-animation: visual_opacity 1s forwards ease-in;  /* safari and chrome */
    -o-animation: visual_opacity 1s forwards ease-in;  /*opera */
}


@keyframes visual_opacity {
    from {
        opacity: 0;
        margin-top: 50px;
    }

    to {
        opacity: 1;
        margin-top: 0px
    }
}

@-moz-keyframes visual_opacity {  /*firefox */
    from {
        opacity: 0;
        margin-top: 50px
    }

    to {
        opacity: 1;
        margin-top: 0px
    }
}

@-webkit-keyframes visual_opacity {  /* safari and chrome */
    from {
        opacity: 0;
        margin-top: 50px
    }

    to {
        opacity: 1;
        margin-top: 0px
    }
}

@-o-keyframes visual_opacity {  /*opera*/
    from {
        opacity: 0;
        margin-top: 50px
    }

    to {
        opacity: 1;
        margin-top: 0px
    }
}

.div_popup-content {
    width: 100% !important;
    outline: 2px solid #212529;
    outline-offset: -2px;
    background: url('/images/n6_1_0/popup.jpg') no-repeat bottom;
    background-size: cover;
    box-shadow: 0 5px 20px rgb(0 0 0 / 30%);
}

#popup_bk {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.8 );
    z-index: 10000000;
    backdrop-filter: blur(3px);
}

input {
    display: none;
}

    input + label {
        width: 24px;
        height: 24px;
        border: 2px solid #fff;
        background: #fff;
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        border-radius: 3px;
        margin-top: 5px;
        user-select: none
    }
    /*체크되었을 때 */
    input:checked + label {
        border: 2px solid #056b6e;
        background: #00898c;
    }

    input + label + label {
        position: relative;
        top: 3px;
        cursor: pointer;
        user-select: none;
        font-size: 16px;
        color: #a7a8ac;
        vertical-align: super;
        height: 30px;
        padding-left: 10px
    }

.close_popup a {
    width: 50px;
    height: 30px;
    float: right;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    line-height: 32px
}

    .close_popup a:hover {
        color: #00c3b3
    }

.popup_close {
    display: block
}

.ar_sdk_go_btn {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 30px;
    border: 2px solid #000;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    background: #071124;
    font-weight: 500;
    transition: all 0.5s;
    text-align: center;
    text-decoration: none;
}

    .ar_sdk_go_btn:hover {
        border: 2px solid #fff;
        color: #071124;
        background-color: rgba( 255, 255, 255, 0.7 );
        transition: all 0.5s;
        font-weight: 600;
    }
