.logo {
    z-index: 2;
}


/* modal z-index 1000 */
.modal {
    display: none;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal.show {
    display: block;
}

.modal .modal_dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.modal .modal_dialog .modal_content {
    position: relative;
    max-width: 90%;
    background: #ffffff;
}

.modal .modal_dialog .modal_content.type_agree {
    width: 48rem;
    border-radius: 2rem;
    padding: 5rem 2rem 3.6rem;
}

.modal .modal_dialog .modal_content.type_agree .modal_head .tit {
    font-family: "Pretendard", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #000000;
    text-align: center;
}

.modal .modal_dialog .modal_content.type_agree .modal_head .close_btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: url("/inc/img/common/ico_close.png") no-repeat center;
    background-size: 100%;
}

.modal .modal_dialog .modal_content.type_agree .modal_body {
    padding: 2rem 0;
}

.modal .modal_dialog .modal_content.type_agree .modal_body .agree_txt {
    width: 100%;
    padding: 2rem;
    max-height: 38.5rem;
    background: #fafafa;
    overflow-y: auto;
}

.modal .modal_dialog .modal_content.type_agree .modal_body .agree_txt::-webkit-scrollbar {
    width: 3px;
}

.modal .modal_dialog .modal_content.type_agree .modal_body .agree_txt::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
    border-radius: 30px;
}

.modal .modal_dialog .modal_content.type_agree .modal_body .agree_txt strong {
    display: block;
    font-family: "Pretendard", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #000000;
    margin-bottom: 1.2rem;
}

.modal .modal_dialog .modal_content.type_agree .modal_body .agree_txt p {
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem;
    word-break: keep-all;
    color: #777777;
}

.modal .modal_dialog .modal_content.type_agree .modal_body .agree_txt p+p {
    margin-top: 1.2rem;
}

.modal .modal_dialog .modal_content.type_agree .modal_body .agree_txt p+strong {
    margin-top: 2rem;
}

.modal .modal_dialog .modal_content.type_agree .modal_body .agree_txt table {
    margin: 1.6rem 0;
    width: 100%;
}

.modal .modal_dialog .modal_content.type_agree .modal_body .agree_txt table th {
    border: 1px solid #e1e3e8;
    font-family: "Pretendard", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #000000;
    background: #e1e3e8;
    padding: 4px 0;
}

.modal .modal_dialog .modal_content.type_agree .modal_body .agree_txt table td {
    border: 1px solid #e1e3e8;
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #000000;
    background: #ffffff;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    word-break: keep-all;
}

.mr5 {
    margin-right: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.cp {
    cursor: pointer;
}

.cd {
    cursor: default;
}

.swal2-container {
    scale: 1;

}

.swal2-popup {
    width: auto;
    max-width: 800px;
    min-width: 250px;
}

.swal2-actions button {
    width: 65px;
    height: 40px;
    font-size: 1.4em !important;
}

.swal2-title {
    font-size: 1.7em;
    line-height: 1.5em;
}

.swal2-content {
    font-size: 1.7em;
    line-height: 1.5em;
}



/* HTML: <div class="loader"></div> */
.load_area {
    z-index: 9999;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2f2f2f;
    opacity: 0.5;
    display: none;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid lightblue;
    border-right-color: #3f90ef;
    animation: l2 1s infinite linear;
}

@keyframes l2 {
    to {
        transform: rotate(1turn)
    }
}

.only_text_center {
    text-align: center;
    /* 원하는 값 */
}

/* placeholder는 원래대로 (자간 적용 안함) */
.only_text_center::placeholder {
    text-align: left;
    /* 또는 0 */
}

.hover_blue:hover {
    color: #3f90ef !important;
}

.disabledBtn {
    border-color: #ddd !important;
    background: #ddd !important;
    color: #999 !important;
}

#userCert {
    letter-spacing: 20px;
    text-align: center;
    /* 원하는 값 */
}

/* placeholder는 원래대로 (자간 적용 안함) */
#userCert::placeholder {
    letter-spacing: normal;
    text-align: left;
    /* 또는 0 */
}