.header-class {
    /* Nav */
    padding: 0px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.upper-header {
    /* 免費諮詢專線 0936-333-147 */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 8px 48px;

    /* pink */
    background: #F3BE9F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.icon_text {
    /* icon + text */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    gap: 8px;

}

.text-class {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    gap: 8px;

    width: 201px;
    height: 20px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.phone-text {
    /* 免費諮詢專線 0936-333-147 */
    height: 20px;

    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;

    /* brand */

    color: #00545D;

    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.vector-class {
    flex: none;
}

.log-menu {
    /* Logo + menu */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 48px;
    /* background_white */

    background: #FFFFFF;

    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.logo {
    /* logo */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;

    width: 306px;
    height: 48px;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.logo-1 {
    /* LOGO---商標 1 */

    width: 50px;
    height: 48px;

    background: url(LOGO---商標.png);

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.company-name {
    /* 一通貸 */
    width: max-content;
    height: 34px;

    font-family: 'Noto Serif HK', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;

    /* text_primary */

    color: #333333;


    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;

    gap: 16px;
}

span.slogan {
    width: max-content;
    height: 34px;

    font-family: 'Noto Serif HK', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    display: flex;
    align-items: center;

    /* text_primary */

    color: #333333;


    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;


}

.menu {
    /* menu */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 56px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

.selection {
    /* selection */
    width: 65px;
    height: 24px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

    /* brand */

    color: var(--text-color-pri);
}

.selection:focus {
    color: var(--primary-color);
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.dropdown {
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 4px;
    transition: 0.3s;
}

.dropdown:hover {
    cursor: pointer;
    background-color: var(--botton-color-disable);
    padding: 2px 8px;
    border-radius: 4px;
    color: var(--primary-color);
}

.dropdown:focus {
    padding: 2px 8px;
    border-radius: 4px;
    color: var(--primary-color);
}

.dropdown-item:hover {
    background-color: var(--text-white-color);
    color: var(--primary-color);
}

.custom-dropdown {
    /* 下拉選單 */
    left: -12px !important;
    /* background_white */

    background: #FFFFFF;
    /* stroke */

    border: 1px solid #E1E1E1;
    border-radius: 8px;

    /* Inside auto layout */
    z-index: 5;
    min-width: 6rem !important;
    cursor: pointer;
}

.rectangle-p {
    /* Rectangle 34 */
    width: 69px;
    height: 1px;
    /* stroke */
    margin: 8px 0;
    border-bottom: 1px solid var(--input-border-line-color);
}

.logo-menu {
    /* Logo + menu */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 48px;
    /* background_white */

    background: #FFFFFF;

    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

@media screen and (max-width: 850px) {
    .upper-header {
        /* 免費諮詢專線 0936-333-147 */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding: 8px 48px;
        /* pink */
        background: #F3BE9F;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        /* Inside auto layout */
    }

    .hamburger-section {
        display: flex;
        justify-content: flex-end !important;
    }

    .hamburger-btn {
        flex-shrink: 0;
        border: none;
        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-size: 2rem;
        transition: transform .2s ease-in-out;
        content: "";
        background-image: url(/images/hamburger.png);
        background-color: white;
    }

    .hamburger-btn-cancel {
        background-image: url(/images/icon-color-cross.png);
        transform: rotate(-180deg);
        background-color: white;
        flex-shrink: 0;
        border: none;
        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-size: 2rem;
        transition: transform .2s ease-in-out;
        content: "";
    }

    .logo-menu {
        padding: 8px 16px;
    }

    .company-name {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
    }
}