.round-input {
    background: #FFFFFF !important;
    border: 1px solid #ECECEC !important;
    border-radius: 10px !important;
}

.imgbox {
    display: flex;
    justify-content: end;
    height: 100%;
}

.find-id {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #005A9C;
}

.nav-underline {
    width: 9rem;
    height: 4rem;
    margin-bottom: 1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom: 1px solid #D6D6D6;
}

.nav-underline.active {
    width: 9rem;
    height: 4rem;
    color: #495057;
    background-color: #fff;
    border-bottom: 3px solid #0671E0;
}

.btn-color {
    background-color: #0671E0;
    color: #fff;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(201deg, rgba(6, 113, 224, 0.88) 2.33%, rgba(77, 144, 158, 0.47) 96%);
    z-index: 999;
}

.form-login>.text-email>b {
    font-weight: bold;
    font-size: 30px;
}

.text-email {
    font-weight: 100;
    font-size: 30px;
}

.text-email-deco {
    font-weight: 100;
    font-size: 22px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.height-fit {
    max-height: 100vh;
}

.height-35px {
    height: 35px !important;
}

.height-45px {
    height: 45px !important;
}

.height-64px {
    height: 64px !important;
}

.max-width-150px {
    max-width: 150px !important;
}

.width-150px {
    width: 150px !important;
}

.width-215px {
    width: 215px !important;
}

.width-300px {
    width: 300px !important;
}

.width-490px {
    width: 490px;
}

.checkbox-css {
    transform: scale(1.4);
}

.border-topbot {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(68, 68, 68, 0.6);
    border-bottom: 1px solid rgba(68, 68, 68, 0.6);
}

.text-main-color {
    color: #0D5CAB;
}

.text-16px {
    font-size: 16px;
}

.text-30px {
    font-size: 30px;
}

.form-login>h2 {
    color: #0D5CAB;
    padding-bottom: 50px;
}

.form-login>h3 {
    color: #0D5CAB;
    font-size: 16px;
}

.form-find-id>h2 {
    color: #0D5CAB;
    font-size: 30px;
}

.form-find-id>h3 {
    color: #0D5CAB;
    font-size: 16px;
}

.form-fogot-password>h2 {
    font-size: 30px;
    color: #0D5CAB;
}

.form-fogot-password>h3 {
    font-size: 16px;
    color: #0D5CAB;
}

.form-signup_success>h2 {
    font-size: 30px;
    color: #0D5CAB;
}
.form-group > button {
	margin-top: 20px;	
	margin-bottom: 20px;
}
/* .title-request_password {
    font-family: 'Noto San KR';
} */
.find-id {
	text-decoration: none;
}
@media screen and (min-width: 280px) and (max-width: 576px) {
    .title-request_password {
        word-break: keep-all;
        font-size: 18px;
        margin-top: 20px;
    }

    .form-login>h2 {
        margin-top: 15px;
    }

    .width-215px {
        width: 330px !important;
    }

    .text-email {
        font-size: 24px;
    }

    .form-find-id>h2 {
        margin-top: 15px;
        color: #0D5CAB;
        font-size: 24px;
    }

    .form-find-id>h3 {
        color: #0D5CAB;
        font-size: 16px;
    }

    .form-fogot-password>h2 {
        margin-top: 15px;
        font-size: 24px;
        color: #0D5CAB;
    }

    .form-signup_success>h2 {
        margin-top: 15px;
        font-size: 24px;
        color: #0D5CAB;
    }

    .form-fogot-password>h3 {
        font-size: 16px;
    }

    .btn-mobile-font {
        font-size: 14px !important;
    }

}

.pagination .paginate_button .page-link {
    padding: 14px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    background: #F3F3F3;
    border-radius: 5px;
    border: none;
    outline: none;
}


.pagination .page-item.active .page-link {
    background: #005A9C;
    color: white;
}

.pagination .page-item+.page-item {
    margin-left: 10px;
}

.pagination .page-item:last-child {
    margin-left: 10px;
}

.pagination .previous .page-link,
.pagination .next .page-link {
    border: none;
    background: #FFFFFF;
}

.pagination {
    margin-top: 40px !important;
    text-align: center;
    justify-content: center !important;

}

.dataTables_scroll {
    margin-top: 50px !important;
}

table.dataTable thead tr th {
    background-color: #f1f4f6;
}
table.dataTable th, td {
  font-size: 14px;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

#list-inquiry {
    width: 100% !important;
}