/* ===========================================
   kaice-heading 스타일
   =========================================== */

.kaice-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8f4f8;
    text-indent: 0;
}

.kaice-heading .btn-text {
    padding-bottom: 8px;
    background: none;
    border: none;
    box-shadow: none;
}

.kaice-subtitle {
    font-size: 18px;
    font-family: var(--theme-font-extend);
    color: var(--theme-text-color);
    margin: 0 !important;
    border-bottom: 2px solid var(--theme-main-color);
    display: inline-block;
    padding-bottom: 4px;
}