@charset "utf-8";

.modal-dialog.big::-webkit-scrollbar {
    width: 10px
}

.modal-dialog.big::-webkit-scrollbar-thumb {
    background-color: #38617a;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.modal-dialog.big::-webkit-scrollbar-button {
    background-color: #f1f1f1
}

.modal-dialog.big::-webkit-scrollbar-button {
    background-color: #f1f1f1;
    display: none
}

.modal-dialog.big::-webkit-scrollbar-corner {
    background-color: #38617a;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.modal-dialog.big .btn {
    float: right;
    font-size: 20px;
    margin-right: 0
}

.modal-dialog.big .campo_form {
    text-align: left;
    padding-bottom: 10px
}

    .modal-dialog.big .campo_form .label_module {
        float: left;
        position: relative;
        font-size: 16px;
        color: #3e3e3e;
        font-family: 'Noto Sans KR',sans-serif;
        margin-bottom: 8px;
        font-weight: 500;
        margin-right: 10px;
        top: 0
    }

.modal-dialog.big h4 {
    font-size: 20px;
    color: #333;
    width: 100%;
    display: inline-block;
    clear: both;
    margin: 20px 0 10px 0
}

.modal-dialog.big hr {
    margin: 0 0 10px 0;
    display: inline-block
}

.modal-dialog .btn {
    float: right;
    margin-right: 10px;
    font-size: 18px
}

.modal-dialog .btn-close {
    color: #38617a;
    font-size: 41px;
    text-decoration: none;
    position: absolute;
    right: 14px;
    top: 1px;
}

    .modal-dialog .btn-close:hover {
        color: #909090
    }

.modal:before {
    content: "";
    display: none;
    background: 0 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.modal:target:before {
    -webkit-transition: -webkit-transform .9s ease-out;
    -moz-transition: -moz-transform .9s ease-out;
    -o-transition: -o-transform .9s ease-out;
    transition: transform .9s ease-out;
    z-index: 999;
    background: rgba(0,0,0,.6);
    display: block
}

.modal:target + .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    top: 20%
}

    .modal:target + .modal-dialog.big {
        top: 0
    }

.modal-dialog.big {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 0;
    border: none
}

.modal-body .field_module {
    margin-bottom: 5px
}

    .modal-body .field_module.field_error {
        background: rgba(247, 93, 89, 0.3);
        color: red;
    }
.modal-dialog {
    background: #fefefe;
    border: #333 solid 1px;
    border-radius: 5px;
    position: fixed;
    left: 30%;
    top: -100%;
    z-index: 999999;
    width: 40%;
    -webkit-transform: translate(0,-500%);
    -ms-transform: translate(0,-500%);
    transform: translate(0,-500%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal-body {
    padding: 37px;
    text-align: center;
    display: inline-block;
    width: 100%
}

    .modal-body p {
        font-size: 16px;
        text-align: justify;
        margin-bottom: 20px
    }

    .modal-body ul {
        padding: 20px
    }

        .modal-body ul li {
            text-align: left;
            list-style-type: circle
        }

    .modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5 {
        text-align: left
    }

    .modal-body h2 {
        margin-bottom: 20px;
        color: #000;
        font-size: 22px;
        line-height: 22px;
        text-align: left;
        margin: 40px 0 20px 0;
        padding-bottom: 20px;
        border-bottom: 1px dotted #ccc;
        font-weight: 700
    }

    .modal-body h3 {
        color: #000;
        font-size: 22px;
        line-height: 22px;
        text-align: left;
        margin: 20px 0;
        padding-top: 20px
    }

.modal-header {
    padding: 10px 20px;
    border-bottom: #eee solid 1px;
    width: 100%
}

    .modal-header h2 {
        margin: 0px;
        font-weight: 700;
    }

.modal-footer {
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    border-top: #eee solid 1px
}

    .modal-footer p {
        font-size: 16px;
        color: #333;
        line-height: 20px
    }

        .modal-footer p a {
            text-decoration: underline;
            color: #cc0522;
            font-weight: 600;
            font-size: 16px
        }

.modal-header h3 {
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    margin-bottom: 0;
    color: #38617a;
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .modal-dialog {
        left: 20%;
        width: 60%
    }
}

@media screen and (max-width:778px) {
    .modal-dialog {
        left: 10%;
        width: 80%
    }
}

@media screen and (max-width:500px) {
    .campo_form {
        width: 100%;
        padding-right: 0;
        padding-bottom: 24px
    }

    .modal-dialog {
        left: 0;
        top: 0;
        width: 100%
    }

    .modal:target + .modal-dialog {
        top: 0
    }

    .modal-dialog .btn {
        margin: 0 0
    }

    .modal-dialog {
        border: none;
        -moz-border-radius: 0;
        border-radius: 0;
        height: 100%
    }
}
