:root {
    --desktop-header-height: 96px;
    --tablet-header-height: 80px;
    --mobile-header-height: 64px;
}

.st-Contents {
    background: #f6f9fb;
    margin-top: var(--desktop-header-height) !important;
}

.header__menu-expand {
    margin-top: var(--tablet-header-height);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    background: var(--white);
    padding: 32px 48px 53px;
    overflow: auto;
}

.db__sidebar-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--indigo-700);
    text-align: center;
    margin-bottom: 20px;
}

.header__menu-expand .header__menu ul li a,
.header__menu-logout {
    height: 54px;
    width: 100%;
    background: #f1f3fc;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--black);
    margin-bottom: 4px;
    text-align: left;
    display: flex;
    align-items: center;
}

.header__menu-expand .header__menu ul li a img,
.header__menu-logout img {
    margin-right: 8px;
}

.header__menu-expand .header__menu .header__menu-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 209px;
    height: 48px;
    border: 1.09px solid #4a5796;
    border-radius: 8px;
    margin: 48px auto 0;
}

.header__menu-expand .header__menu .header__menu-phone .header__phone-number {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--indigo-700);
}

.header__menu-expand .header__menu .header__menu-phone img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.hd_Content_Search_Btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--indigo-700);
    width: 200px;
    height: 36px;
    padding: 6px;
    margin-bottom: 6px;
    border-radius: 20px;
    cursor: pointer;
    border: 0.88px solid #d7d6e9;
}

.hd_Content_Search_Btn-text {
    color: var(--white);
    -webkit-text-fill-color: var(--white);
    -webkit-opacity: 1;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    align-content: center;
}

.hd_Content_Search_Btn:hover {
    background-color: var(--indigo-500);
}

@media only screen and (min-width: 768px) and (max-width: 1430px) {
    .st-Contents {
        margin-top: var(--tablet-header-height) !important;
        padding-top: 0 !important;
    }

    .header__menu-expand {
        display: block;
    }

    .header__menu-expand .db__sidebar {
        display: block !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .header__menu-expand .header__menu .header__menu-phone {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .st-Contents {
        margin-top: var(--mobile-header-height) !important;
        padding-top: 0 !important;
    }

    .header__menu-expand {
        display: block;
        margin-top: var(--mobile-header-height) !important;
        padding: 24px 16px 91px;
    }

    .header__menu-expand .db__sidebar {
        display: block !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
}

.desktop__header-container {
    border-bottom: 1px solid #dddddd;
    height: var(--desktop-header-height);
    background: #ffffff;
    padding: 0 40px;
    position: fixed;
    margin: 0 auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
}

.desktop__header-container .desktop__header-box {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
}

.tablet__header-container {
    height: var(--tablet-header-height);
    background: #ffffff;
    box-shadow: 0 0 16px 0 #00000040;
    padding: 0 40px;
    display: none;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}

.mobile__header-container {
    height: var(--mobile-header-height);
    background: #ffffff;
    box-shadow: 0 0 16px 0 #00000040;
    padding: 0 24px;
    display: none;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}

.header__logo {
    width: 160px;
}

.desktop__header-container .header__content {
}

.desktop__header-container .header__content .header__content-menu {
    display: flex;
    flex-direction: column;
    align-items: end;
    height: fit-content;
    margin-left: 40px;
}

@media only screen and (min-width: 1024px) and (max-width: 1150px) {
    .desktop__header-container .header__content .header__content-menu {
        margin-left: 20px;
    }
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list {
    display: flex;
    align-items: center;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item {
    padding: 0 12px;
    position: relative;
}
.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item:first-child {
    padding-left: 0px;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .hidden__box {
    width: 100%;
    height: 35px;
    background: transparent;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 4;
    display: block;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .hidden__box:hover
    ~ .header__menu-child {
    display: flex;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: white;
    transform: rotate(45deg);
    display: none;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child {
    display: none;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    top: 60px;
    right: 0;
    background: #ffffff;
    z-index: 2;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 9px 28px 8px #0000000d;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child:hover {
    display: flex;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child
    li {
    width: 273px;
    min-height: 40px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child
    li
    .db_section-nested-child
    a {
    display: flex;
    align-items: center;
    padding-left: 48px;
    width: 100%;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black);
    min-height: 40px;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child
    li
    .db_section-nested-child
    a
    img {
    width: 24px;
    height: 24px;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child
    li
    .db_section-nested-child {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child
    li
    > * {
    width: 100%;
    height: 100%;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child
    li:not(.nested-link):hover {
    background: #f1f3fc;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child
    li.nested-link
    .db_section-nested-child
    a:hover {
    background: #f1f3fc;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child
    .header__child-title {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black);
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child
    .nested-link
    .header__child-title {
    height: 40px;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child
    .nested-link
    .header__child-title:hover {
    background: #f1f3fc;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child
    .header__child-title
    img {
    padding-left: 16px;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__menu-child::before {
    content: "";
    display: block;
    top: -10px;
    right: 20px;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
    background: white;
    position: absolute;
    z-index: -1;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid white;
    border-left: 10px solid white;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__item-title {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__item-title
    img {
    transition: all 0.3s ease-in-out;
}

/* .desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    height: 16px;
    width: 1px;
    background: #999999;
} */

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__item-title::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #747fb8;
    display: none;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__item-title:hover::after,
.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item:has(.hidden__box:hover)
    .header__item-title::after,
.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item:has(.header__menu-child:hover)
    .header__item-title::after {
    display: flex;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__item-title:hover
    > img,
.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item:has(.hidden__box:hover)
    .header__item-title
    > img,
.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item:has(.header__menu-child:hover)
    .header__item-title
    > img {
    transform: rotate(180deg);
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item:has(.header__item-title:hover)
    .hidden__box {
    display: block;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__item-title:hover
    + .header__menu-child {
    display: flex;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-list
    .header__menu-item
    .header__item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--black);
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-search {
    display: flex;
    align-items: center;
    position: relative;
    height: 36px;
    width: 200px;
    background: var(--indigo-700);
    border: 0.88px solid #d7d6e9;
    border-radius: 19.33px;
    padding: 0 16px;
    margin-bottom: 12px;
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-search
    .header__search-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--white);
}

.desktop__header-container
    .header__content
    .header__content-menu
    .header__menu-search
    .header__search-img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.desktop__header-container .header__info {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.desktop__header-container .header__info .header__info-router {
    display: flex;
    align-items: center;
}

.desktop__header-container
    .header__info
    .header__info-router
    > *:not(:first-child) {
    margin-left: 24px;
}

.desktop__header-container .header__info .header__info-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.desktop__header-container .header__info .header__info-cart p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
    margin-top: 4px;
}

.desktop__header-container .header__info .header__info-bell {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.desktop__header-container .header__info .header__info-cart:after {
    content: attr(data-number);
    position: absolute;
    top: -3px;
    right: -7px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f3483f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white);
}

.desktop__header-container .header__info .header__info-bell:after {
    content: attr(data-number);
    position: absolute;
    top: -3px;
    right: -7px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f3483f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white);
}

.desktop__header-container
    .header__info
    .header__info-bell[data-number="0"]::after,
.desktop__header-container
    .header__info
    .header__info-cart[data-number="0"]::after {
    content: none;
}

.desktop__header-container .header__info .header__info-bell p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
    margin-top: 4px;
}

.desktop__header-container .header__info .header__info-cart a img,
.desktop__header-container .header__info .header__info-bell a img {
    width: 36px;
    height: 36px;
}

.desktop__header-container .header__info .header__info-time,
.st-Header_Assist .header__info-time {
    height: 56px;
}
.desktop__header-container .header__info .header__info-user {
    width: 66px;
}
.desktop__header-container .header__info .header__info-user a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.desktop__header-container .header__info .header__info-user a img {
    width: 40px;
    height: 40px;
}

.desktop__header-container
    .header__info
    .header__info-user
    a
    .header__info-user-name {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.desktop__header-container
    .header__info
    .header__info-user
    a
    .header__info-user-name
    .header__user-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--black);
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop__header-container
    .header__info
    .header__info-user
    a
    .header__info-user-name
    > *:not(:first-child) {
    margin-left: 5px;
}

.desktop__header-container .header__info-user:hover .header__menu-user-item {
    display: block;
}

.desktop__header-container .header__info-user {
    position: relative;
}

.desktop__header-container .header__info-user .hidden__box {
    width: 150px;
    height: 45px;
    background: transparent;
    position: absolute;
    top: 67px;
    right: 0;
    z-index: 4;
    display: block;
}

.desktop__header-container .header__info-user .header__menu-user-item {
    display: none;
    position: absolute;
    top: 106px;
    right: 0;
    width: 280px;
    background: var(--white);
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0px 9px 28px 8px #0000000d;
    box-shadow: 0px 6px 16px 0px #00000014;
    box-shadow: 0px 3px 6px -4px #0000001f;
}

.desktop__header-container .header__info-user .header__menu-user-item::before {
    content: "";
    display: block;
    top: -10px;
    right: 20px;
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
    background: white;
    position: absolute;
    z-index: -1;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid white;
    border-left: 10px solid white;
}

.desktop__header-container .header__info-user .header__menu-user-item li {
    height: 40px;
    display: flex;
    align-items: center;
}

.desktop__header-container .header__info-user .header__menu-user-item li:hover {
    background: #f1f3fc;
}

.desktop__header-container
    .header__info-user
    .header__menu-user-item
    > *:not(:first-child) {
    margin-top: 8px;
}

.desktop__header-container
    .header__info-user
    .header__menu-user-item
    li
    .header__child-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black);
}

.desktop__header-container
    .header__info-user
    .header__menu-user-item
    li
    .header__child-title
    img {
    width: 40px;
    height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 1430px) {
    .desktop__header-container {
        display: none;
    }

    .mobile__header-container {
        height: var(--tablet-header-height);
        display: none;
    }

    .tablet__header-container {
        display: flex;
        justify-content: space-between;
    }

    .header__logo {
        margin-top: 0;
        width: 160px;
        height: 40px;
    }

    .tablet__header-container .header__info {
        display: flex;
        align-items: center;
    }

    .tablet__header-container .header__info .header__info-router {
        display: flex;
        align-items: center;
    }

    .tablet__header-container
        .header__info
        .header__info-router
        > *:not(:first-child) {
        margin-left: 24px;
    }

    .tablet__header-container .header__info > *:not(:first-child) {
        width: 30px;
        margin-left: 40px;
    }

    .tablet__header-container .header__info .header__info-cart {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .tablet__header-container .header__info .header__info-cart a img,
    .tablet__header-container .header__info .header__info-bell a img {
        width: 32px;
        height: 32px;
    }

    .tablet__header-container .header__info .header__info-cart p {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: #000000;
        margin-top: 4px;
    }

    .tablet__header-container .header__info .header__info-bell {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .tablet__header-container .header__info .header__info-cart:after {
        content: attr(data-number);
        position: absolute;
        top: -6px;
        right: -9px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #f3483f;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: var(--white);
    }

    .tablet__header-container .header__info .header__info-bell:after {
        content: attr(data-number);
        position: absolute;
        top: -6px;
        right: -9px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #f3483f;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: var(--white);
    }

    .tablet__header-container
        .header__info
        .header__info-bell[data-number="0"]::after,
    .tablet__header-container
        .header__info
        .header__info-cart[data-number="0"]::after {
        content: none;
    }

    .tablet__header-container .header__info .header__info-bell p {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: #000000;
        margin-top: 4px;
    }
}

@media only screen and (max-width: 767px) {
    .desktop__header-container {
        display: none;
    }

    .tablet__header-container {
        display: none;
    }

    .mobile__header-container {
        display: flex;
        justify-content: space-between;
    }

    .header__logo {
        margin-top: 0;
        width: 120px;
        height: 30px;
    }

    .mobile__header-container .header__info {
        display: flex;
        align-items: center;
    }

    .mobile__header-container .header__info .header__info-router {
        display: flex;
        align-items: center;
    }

    .mobile__header-container
        .header__info
        .header__info-router
        > *:not(:first-child) {
        margin-left: 16px;
    }

    .mobile__header-container .header__info > *:not(:first-child) {
        margin-left: 24px;
        width: 30px;
    }

    .mobile__header-container .header__info .header__info-cart {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .mobile__header-container .header__info .header__info-cart a img,
    .mobile__header-container .header__info .header__info-bell a img,
    .mobile__header-container .header__info .header__info-home a img {
        width: 24px;
        height: 24px;
    }

    .mobile__header-container .header__info .header__info-cart p {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: #000000;
        margin-top: 4px;
    }

    .mobile__header-container .header__info .header__info-bell {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .mobile__header-container .header__info .header__info-cart:after {
        content: attr(data-number);
        position: absolute;
        top: -13px;
        right: -11px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #f3483f;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        color: var(--white);
    }

    .mobile__header-container .header__info .header__info-bell:after {
        content: attr(data-number);
        position: absolute;
        top: -13px;
        right: -11px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #f3483f;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: var(--white);
    }

    .mobile__header-container
        .header__info
        .header__info-bell[data-number="0"]::after,
    .mobile__header-container
        .header__info
        .header__info-cart[data-number="0"]::after {
        content: none;
    }

    .mobile__header-container .header__info .header__info-bell p {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: #000000;
        margin-top: 4px;
    }
}

.header__menu-divider {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #999999;
    margin-bottom: 8px;
    margin-top: 8px;
}

.db__sidebar-section .side__section-group {
    display: flex;
    align-items: center;
    padding: 13px 12px;
    background: #f1f3fc;
}

.db__sidebar-section a {
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.db__sidebar-section a:hover .db__section-child {
    color: var(--indigo-500);
}

.db__sidebar-section .side__section-group .section__group-title {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--black);
}

.db__sidebar-section .db__section-child {
    margin-left: 8px;
    padding: 13px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--black);
}

.db__sidebar-section .db_section-nested-child .db__section-child {
    padding: 5px 0;
}

.db__sidebar-section .db_section-nested-child {
    padding-left: 16px;
}

.db__sidebar-section .db_section-nested-child a {
    display: flex;
    align-items: center;
    margin-left: 20px;
    height: 40px;
}
.db__sidebar-section .db_section-nested-child a img {
    width: 24px;
    height: 24px;
}

.db__sidebar-section .db__section-child.caption {
    color: #8c8c8c;
}

.db__divider {
    border-top: 1px solid #e8e8e8;
}

@media only screen and (min-width: 768.01px) and (max-width: 1023px) {
    .db__container {
        padding: 40px 64px 0;
    }

    .db__sidebar {
        display: none;
    }

    .db__main {
        width: 100%;
        max-width: 100%;
        min-width: 640px;
        margin: 0 auto 40px;
    }

    .db__main-head {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .db__main-head form {
        display: none;
    }

    .db__sidebar-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .db__sidebar {
        display: none;
    }

    .db__main {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 24px;
    }

    .db__main-head {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .db__main-head form {
        display: none;
    }

    .db__sidebar-title {
        margin-bottom: 16px;
    }
}

.st-Header_Assist.tablet {
    display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .db__main {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 40px !important;
    }
}

@media only screen and (min-width: 768.01px) and (max-width: 1023px) {
    .st-Header_Assist.tablet {
        display: flex !important;
        margin-top: 0;
        margin-right: 22px;
    }
    .st-Header_TelNum-number {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768.01px) and (max-width: 1279px) {
    .st-Header_Tel {
        display: none;
    }
}
/* For IOS 14 */

@media only screen and (min-width: 767px) and (max-width: 1279px) {
    .tb-search > *:not(:last-child) {
        margin-right: 24px;
    }
    .header-mobile-container > *:not(:last-child) {
        margin-bottom: 40px;
    }
    .hd-mb-extra .tag-block:not(:last-child) {
        margin-right: 40px;
    }
    .hd-mb-extra-1 > *:not(:last-child) {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .header-mobile-container > *:not(:last-child) {
        margin-bottom: 32px;
    }
    .hd-mb-extra > *:not(:last-child) {
        margin-bottom: 24px;
    }
    .hd-mb-extra-1 {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, max-content));
        gap: 16px;
    }
    .hd-mb-extra-1 > * {
        width: max-content;
    }
}
