@import"https://fonts.googleapis.com/earlyaccess/notosanskr.css";

body {
    /*background: url(../img/main_bg1.jpg);*/
    font-family: "Noto Sans KR", sans-serif;
    background-color: white;
}

@font-face {
    font-family: "SDSamliphopangche_Outline";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/SDSamliphopangche_Outline.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "SDSamliphopangche_Basic";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/SDSamliphopangche_Basic.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

button {
    font-family: "Noto Sans KR", sans-serif
}

h1 {
    width: 140px;
    height: 40px;
    background: url(../img/icon.png) no-repeat;
    position: absolute;
    top: 30px;
    right: 30px
}

.main {
    width: 1030px;
    margin: 0 auto;
    padding: 80px 0 0px
}

    .main header div h2 {
        width: 90%;
        height: 82px;
        background: url(../img/img_h2.png) no-repeat;
        margin-bottom: 50px; 
        background-size: contain;
    }

    .main header .noti {
        text-align: center;
        color: #fff;
        background: rgba(196, 0, 0, .8);
        border-radius: 30px;
        padding: 35px
    }

        .main header .noti p {
            vertical-align: middle;
            font-size: 25px;
            font-weight: 400
        }

            .main header .noti p .ud {
                display: inline-block;
                border-bottom: 1px solid #fff;
                padding-bottom: 10px
            }

            .main header .noti p .sm {
                font-size: 18px;
                font-weight: 400
            }

            .main header .noti p:nth-of-type(2) .sm {
                opacity: .8;
                font-weight: 300
            }

            .main header .noti p .bt {
                display: inline-block;
                background: #000;
                padding: 10px 20px;
                font-size: 18px;
                border-radius: 50px;
                font-weight: 400;
                margin-right: 10px;
                position: relative;
                top: -5px
            }

            .main header .noti p .un {
                font-size: 28px;
                font-weight: 600;
                font-style: italic
            }

            .main header .noti p + p {
                margin-top: 20px
            }

    .main header .video {
        background: #000;
        width: 100%;
        margin-top: 60px;
        -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, .3);
        box-shadow: 10px 10px 5px rgba(0, 0, 0, .3)
    }

        .main header .video div {
            position: relative;
            padding-top: 56%;
            width: 100%
        }

            .main header .video div video {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

    .main section {
        display: none
    }

        .main section.on {
            display: block
        }

        .main section h3 {
            font-family: "SDSamliphopangche_Basic";
            font-size: 46px;
            color: #fff;
            position: relative;
            text-align: center;
            letter-spacing: .03em;
            margin: 100px 0 50px
        }

            .main section h3 span {
                font-family: "SDSamliphopangche_Outline";
                color: #000;
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 100%;
                letter-spacing: 0em
            }

        .main section h4 {
            font-family: "SDSamliphopangche_Basic";
            font-size: 38px;
            color: #d50224;
            text-align: center;
            font-weight: normal;
            margin-bottom: 50px
        }

        .main section .con {
            border: 4px solid #000;
            position: relative;
            margin-bottom: 80px;
            -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, .3);
            box-shadow: 10px 10px 5px rgba(0, 0, 0, .3);
            background: #f1e0d6
        }

            .main section .con h5 {
                background: #fff;
                color: #222;
                font-size: 28px;
                font-weight: 600;
                text-align: center;
                padding: 30px 0
            }

            .main section .con ul {
                background: #f1e0d6
            }

                .main section .con ul li {
                    width: 50%;
                    float: left;
                    line-height: 1.4
                }

                    .main section .con ul li:nth-of-type(n+3) {
                        /*border-top:2px dashed #fff*/
                    }

                    .main section .con ul li:nth-of-type(2n+2) {
                        border-left: 2px dashed #fff
                    }

                    .main section .con ul li button {
                        width: 100%;
                        height: 150px;
                        color: #222;
                        font-size: 20px;
                        font-weight: 400;
                        text-align: left;
                        position: relative;
                        padding-left: 220px
                    }

                .main section .con ul::after {
                    content: "";
                    display: block;
                    clear: both
                }

            .main section .con .input_box {
                display: block;
                padding-top: 30px;
                margin-bottom: 30px;
                position: relative
            }

                .main section .con .input_box label {
                    width: 100%;
                    max-width: 600px;
                    font-size: 19px;
                    font-weight: 400;
                    display: block;
                    color: #333;
                    margin: 10px auto 0
                }

                    .main section .con .input_box label span {
                        width: 160px;
                        font-weight: 600;
                        padding-right: 20px;
                        display: inline-block;
                        text-align: right
                    }

                    .main section .con .input_box label input[type=text] {
                        background: #f1e0d6;
                        width: 360px;
                        height: 35px;
                        border: 0;
                        border-bottom: 1px solid #555;
                        font-size: 18px
                    }

                .main section .con .input_box .checkbox_list {
                    margin-top: 25px;
                    text-align: center;
                    font-size: 14px;
                    letter-spacing: -1px
                }

                    .main section .con .input_box .checkbox_list .checkbox {
                        padding-top: 0px;
                        font-weight: 500
                    }

                    .main section .con .input_box .checkbox_list label {
                        display: inline;
                        vertical-align: top;
                        color: #555;
                        font-size: 16px
                    }

                .main section .con .input_box .ager {
                    display: none;
                    z-index: 10;
                    position: absolute;
                    top: 0px;
                    right: 50%;
                    -webkit-transform: translateX(50%);
                    transform: translateX(50%);
                    width: 732px;
                    height: 340px;
                    background: rgba(53, 53, 68, .95);
                    padding: 30px;
                    color: #fff;
                    font-size: 15px;
                    line-height: 26px;
                    font-weight: 200;
                    text-align: left;
                    letter-spacing: 0
                }

                    .main section .con .input_box .ager span.btn {
                        display: block;
                        padding: 3px 10px;
                        background: rgba(255, 255, 255, .8);
                        color: #333;
                        width: 200px;
                        margin: 20px auto;
                        text-align: center;
                        font-weight: 500;
                        cursor: pointer
                    }

                    .main section .con .input_box .ager.active {
                        display: block
                    }

                    .main section .con .input_box .ager > p {
                        padding-left: 16px
                    }

            .main section .con form button {
                background: #dc0225;
                position: relative;
                color: #fff;
                width: 100%;
                height: 95px;
                font-size: 28px;
                padding-left: 100px;
                display: block
            }

                .main section .con form button::before {
                    content: "";
                    display: inline-block;
                    width: 40px;
                    height: 40px;
                    background: url(../img/icon.png) -260px 0 no-repeat;
                    position: absolute;
                    top: 30px;
                    left: 50%;
                    -webkit-transform: translateX(-100px);
                    transform: translateX(-100px)
                }

        .main section.no1 .con ul li button::before {
            content: "";
            width: 100px;
            height: 100px;
            background: url(../img/icon.png) 0 -110px no-repeat;
            display: block;
            position: absolute;
            left: 88px;
            top: 25px
        }

        .main section.no1 .con ul li button:hover {
            font-size: 24px;
            color: #000;
            font-weight: 600;
            background: #eac6b0
        }

        .main section.no1 .con ul li:nth-child(2) button::before {
            background-position: -100px -110px
        }

        .main section.no1 .con ul li:nth-child(3) button::before {
            background-position: -200px -110px
        }

        .main section.no1 .con ul li:nth-child(4) button::before {
            background-position: -300px -110px
        }

        .main section.no2 .con ul li button {
            padding-left: 200px
        }

            .main section.no2 .con ul li button::before {
                content: "";
                width: 80px;
                height: 70px;
                background: url(../img/icon.png) 0 -40px no-repeat;
                display: block;
                position: absolute;
                left: 70px;
                top: 40px
            }

            .main section.no2 .con ul li button:hover {
                font-size: 24px;
                color: #000;
                font-weight: 600;
                background: #eac6b0
            }

        .main section.no2 .con ul li:nth-child(2) button::before {
            background-position: -80px -40px
        }

        .main section.no2 .con ul li:nth-child(3) button::before {
            background-position: -160px -40px
        }

        .main section.no2 .con ul li:nth-child(4) button::before {
            background-position: -240px -40px
        }

        .main section.no3 .con {
            margin: 0 auto
        }

            .main section.no3 .con h5 {
                font-size: 19px;
                line-height: 1.6
            }

                .main section.no3 .con h5 span {
                    color: #dc0225;
                    display: block
                }

            .main section.no3 .con .sms_box {
                background: url(../img/img_sms.jpg) right bottom -20px no-repeat #f1e0d6;
                position: relative;
                height: 340px
            }

                .main section.no3 .con .sms_box .input_box {
                    width: 50%;
                    margin: 50px 0;
                    padding-left: 10px
                }

                    .main section.no3 .con .sms_box .input_box label {
                        width: 100%
                    }

                        .main section.no3 .con .sms_box .input_box label span {
                            width: 130px
                        }

                        .main section.no3 .con .sms_box .input_box label input[type=text] {
                            background: #f1e0d6;
                            width: 300px
                        }

                    .main section.no3 .con .sms_box .input_box .checkbox_list {
                        position: relative;
                        left: 30px
                    }

                    .main section.no3 .con .sms_box .input_box button {
                        width: 300px;
                        height: 60px;
                        background: #555;
                        font-size: 20px;
                        margin: 20px auto;
                        display: block;
                        vertical-align: top;
                        margin-right: 50px;
                        padding-left: 50px
                    }

                        .main section.no3 .con .sms_box .input_box button::before {
                            background-position: -310px 0;
                            top: 12px;
                            left: 50%;
                            -webkit-transform: translateX(-80px);
                            transform: translateX(-80px)
                        }

            .main section.no3 .con .sms {
                width: 50%;
                position: absolute;
                width: 300px;
                height: 280px;
                bottom: -20px;
                right: 91px;
                color: #555;
                font-size: 17px;
                padding: 30px 20px 0;
                line-height: 1.6
            }

                .main section.no3 .con .sms strong {
                    display: block;
                    font-size: 24px;
                    color: #333
                }

                    .main section.no3 .con .sms strong span {
                        color: #dc0225
                    }

                .main section.no3 .con .sms span {
                    color: #222;
                    font-weight: 600
                }

            .main section.no3 .con .more_box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                overflow: hidden
            }

                .main section.no3 .con .more_box .more {
                    width: 50%;
                    background: url(../img/img_sms.jpg) left 60px bottom no-repeat #f1e0d6;
                    position: relative;
                    height: 500px
                }

                    .main section.no3 .con .more_box .more::after {
                        content: "";
                        width: 200%;
                        height: 1px;
                        background: #555;
                        display: block;
                        position: absolute;
                        top: 0;
                        left: -50%
                    }

                    .main section.no3 .con .more_box .more .input_box label span {
                        width: 100px
                    }

                    .main section.no3 .con .more_box .more .input_box label input {
                        width: 300px
                    }

                    .main section.no3 .con .more_box .more .sms {
                        bottom: 0px;
                        right: 50%;
                        -webkit-transform: translateX(50%);
                        transform: translateX(50%)
                    }

        .main section.no3 .mail {
            background: rgba(0, 0, 0, .9);
            color: #fff;
            padding: 30px;
            border-radius: 20px;
            text-align: center;
            font-size: 20px;
            margin-top: 80px
        }

            .main section.no3 .mail strong {
                color: #ff4936
            }

            .main section.no3 .mail button {
                background: #fff;
                display: inline-block;
                border-radius: 50px;
                font-size: 22px;
                color: #000;
                height: 45px;
                padding: 0 50px;
                margin-left: 20px;
                font-weight: 600
            }

            .main section.no3 .mail::before {
                content: "";
                width: 50px;
                height: 40px;
                background: url(../img/icon.png) -350px 0px no-repeat;
                display: inline-block;
                line-height: 0;
                position: relative;
                top: 12px
            }

.sig {
    -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, .3);
    box-shadow: 10px 10px 5px rgba(0, 0, 0, .3);
    display: block;
    margin: 0 auto 0;
    border: 4px solid #000;
    width: 100%;
    max-width: 1361px;
    display: none
}

    .sig.on {
        display: block
    }

.popup {
    background: rgba(53, 58, 68, .8);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none
}

    .popup > div {
        width: 890px;
        height: 570px;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
        padding-top: 50px;
        border: 4px solid #000;
        background: #f1e0d6;
        overflow: hidden
    }

        .popup > div button {
            width: 100%;
            height: 100px;
            color: #fff;
            font-size: 28px;
            background: #dc0225;
            position: absolute;
            bottom: 0;
            left: 0;
            font-weight: 600;
            z-index: 3
        }

            .popup > div button::before {
                content: "";
                width: 40px;
                height: 40px;
                display: inline-block;
                position: relative;
                margin-right: 10px;
                top: 12px;
                background: url(../img/icon.png) -200px 0 no-repeat
            }

        .popup > div p {
            font-family: "SDSamliphopangche_Basic";
            font-size: 58px;
            color: #fff;
            position: relative;
            text-align: center;
            letter-spacing: .03em;
            z-index: 2
        }

            .popup > div p span {
                font-family: "SDSamliphopangche_Outline";
                color: #000;
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 100%;
                letter-spacing: 0em
            }

    .popup.on {
        display: block
    }

    .popup#no > div button::before {
        background-position: -150px 0
    }

    .popup#no img {
        margin: 0 auto;
        display: block;
        position: relative;
        left: 20px;
        -webkit-animation: move2 .5s;
        animation: move2 .5s
    }

    .popup#yes p {
        margin-top: 30px
    }

    .popup#yes span.bg {
        -webkit-animation: move .5s;
        animation: move .5s;
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 500px;
        background: url(../img/yes_img.png) no-repeat;
        z-index: 1
    }

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes move {
    0% {
        bottom: -300px
    }

    100% {
        bottom: -10px
    }
}

@keyframes move {
    0% {
        bottom: -300px
    }

    100% {
        bottom: -10px
    }
}
/*
@media(min-width: 780px) {
    .main {
        min-width: 1000px;
        padding: 80px 20px 100px
    }
        .main header div {
            text-align: center;
        }

            .main header div h2 {
                width: 85%;
                background-size: 100%;
                margin-top: 20px
            }

        .main .sig {
            width: 100%;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
}*/

@media (prefers-color-scheme: dark) {
    .main section h3 span {
        color: #888;
    }
}
@media (prefers-color-scheme: light) {
    .main section h3 span {
        color: #888;
    }
}