@charset "UTF-8";
.modal-hee {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-hee.fade .modal-hee-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal-hee.fade .modal-hee-dialog {
        transition: none;
    }
}
.modal-hee.show .modal-hee-dialog {
    transform: none;
}



.modal-hee-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 567px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    outline: 0;
    /*background-image: url(/img/backgrounds/kakaopay-bg.png);*/
    box-sizing: border-box;
}

.modal-hee-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.5rem;
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);

}
.modal-hee-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-hee-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: 700;
}

.modal-hee-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 1rem;
}

@media (min-width: 576px) {
    .modal-hee-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-hee-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-hee-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-hee-sm {
        max-width: 300px;
    }
}
@media (min-width: 1100px) {
    .modal-hee-lg,
    .modal-hee-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-hee-xl {
        max-width: 1140px;
    }
}
.modal-hee-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-hee-fullscreen .modal-hee-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-hee-fullscreen .modal-hee-header {
    border-radius: 0;
}
.modal-hee-fullscreen .modal-hee-body {
    overflow-y: auto;
}
.modal-hee-fullscreen .modal-hee-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-hee-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-hee-fullscreen-sm-down .modal-hee-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-hee-fullscreen-sm-down .modal-hee-header {
        border-radius: 0;
    }
    .modal-hee-fullscreen-sm-down .modal-hee-body {
        overflow-y: auto;
    }
    .modal-hee-fullscreen-sm-down .modal-hee-footer {
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .modal-hee-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-hee-fullscreen-md-down .modal-hee-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-hee-fullscreen-md-down .modal-hee-header {
        border-radius: 0;
    }
    .modal-hee-fullscreen-md-down .modal-hee-body {
        overflow-y: auto;
    }
    .modal-hee-fullscreen-md-down .modal-hee-footer {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    .modal-hee-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-hee-fullscreen-lg-down .modal-hee-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-hee-fullscreen-lg-down .modal-hee-header {
        border-radius: 0;
    }
    .modal-hee-fullscreen-lg-down .modal-hee-body {
        overflow-y: auto;
    }
    .modal-hee-fullscreen-lg-down .modal-hee-footer {
        border-radius: 0;
    }
}
@media (max-width: 1199.98px) {
    .modal-hee-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-hee-fullscreen-xl-down .modal-hee-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-hee-fullscreen-xl-down .modal-hee-header {
        border-radius: 0;
    }
    .modal-hee-fullscreen-xl-down .modal-hee-body {
        overflow-y: auto;
    }
    .modal-hee-fullscreen-xl-down .modal-hee-footer {
        border-radius: 0;
    }
}
@media (max-width: 1499.98px) {
    .modal-hee-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-hee-fullscreen-xxl-down .modal-hee-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-hee-fullscreen-xxl-down .modal-hee-header {
        border-radius: 0;
    }
    .modal-hee-fullscreen-xxl-down .modal-hee-body {
        overflow-y: auto;
    }
    .modal-hee-fullscreen-xxl-down .modal-hee-footer {
        border-radius: 0;
    }
}
설명