.client-site-page .back {
    position: fixed;
    inset: 0;
    z-index: 150;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.client-site-page .header {
    position: relative;
    z-index: 200;
}

.client-site-page .client-menu-toggle {
    display: none;
}

/* Original Font Awesome glyph geometry, independent of page styles and font loading. */
.client-site-page .header .client-header-icon {
    display: block;
    flex: none;
    width: 0.875em;
    height: 1em;
    fill: currentColor;
    stroke: none;
    vertical-align: top;
}

.client-site-page .header .client-header-icon--close {
    width: 0.75em;
    margin-left: auto;
}

.client-site-page .sub-bg-wrap {
    position: relative;
    height: 268px;
    z-index: 0;
}

.client-site-page .sub-bg {
    position: absolute;
    top: -151.5px;
    left: 0;
    width: 100%;
    height: calc(268px + 151.5px);
    z-index: 0;
    overflow: hidden;
}

.client-site-page .sub-bg::before,
.client-site-page .sub-bg ul::before {
    position: absolute;
    inset: 0;
    content: "";
}

.client-site-page .sub-bg::before {
    background: #000000;
    opacity: 0.3;
    z-index: 1;
}

.client-site-page .sub-bg ul::before {
    background: #000000;
    opacity: 0.4;
}

.client-site-page .sub-bg ul,
.client-site-page .sub-bg li,
.client-site-page .sub-bg .img {
    width: 100%;
    height: 100%;
}

.client-site-page .sub-bg .m-ture {
    display: none;
}

.client-site-page .sub-title {
    position: relative;
    z-index: 1;
    font-size: 42px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    padding-top: 109.5px;
    margin-bottom: 61px;
}

.client-site-page .breadcrumb-area {
    position: relative;
    z-index: 1;
    height: 48px;
    background: rgba(0, 0, 0, 0.4);
}

.client-site-page .breadcrumb-wrap {
    position: relative;
    z-index: 9;
}

.client-site-page .breadcrumb {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    background: transparent;
}

.client-site-page .breadcrumb > li {
    position: relative;
    width: 50%;
}

.client-site-page .breadcrumb > li:first-child:nth-last-child(1),
.client-site-page .breadcrumb > li:first-child:nth-last-child(1) ~ li {
    width: 100%;
}

.client-site-page .breadcrumb > li:first-child:nth-last-child(2),
.client-site-page .breadcrumb > li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}

.client-site-page .breadcrumb > li:first-child:nth-last-child(3),
.client-site-page .breadcrumb > li:first-child:nth-last-child(3) ~ li {
    width: 33.333%;
}

.client-site-page .breadcrumb > li:first-child:nth-last-child(4),
.client-site-page .breadcrumb > li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}

.client-site-page .breadcrumb > li:first-child:nth-last-child(5),
.client-site-page .breadcrumb > li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}

.client-site-page .breadcrumb > li:first-child:nth-last-child(6),
.client-site-page .breadcrumb > li:first-child:nth-last-child(6) ~ li {
    width: 16.5%;
}

.client-site-page .breadcrumb > li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.client-site-page .breadcrumb a {
    display: block;
    height: 48px;
    padding: 0 14px;
    font-size: 17px;
    line-height: 48px;
    color: #ffffff;
    letter-spacing: -0.38px;
    text-align: center;
}

.client-site-page .breadcrumb a.active {
    background: #164475;
}

.client-site-page .breadcrumb a.is-disabled {
    cursor: default;
    pointer-events: none;
}

.client-site-page .area-wrap {
    border-top: 2px solid #1d1d1d;
}

.client-site-page .area-wrap .area-list {
    margin-top: 0 !important;
    padding-top: 24px;
    border-bottom: 1px solid #1d1d1d;
}

.client-site-page .area-wrap .area-list h3 {
    margin-bottom: 0;
    padding-left: 35px;
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
    color: #1d1d1d;
    background-image: url("/images/client-header/section-marker-81829ed8f38a2f63e330bc20290a71c0.svg");
    background-repeat: no-repeat;
    background-position: 0 5px;
}

.client-site-page .area-wrap .area-list h3 a {
    position: relative;
    display: block;
    color: #1d1d1d;
    cursor: pointer;
}

.client-site-page .area-wrap .area-list h3 a::before {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: #555555;
    letter-spacing: -0.6px;
    content: "\f107";
}

.client-site-page .area-wrap .area-list.active h3 a::before {
    content: "\f106";
}

.client-site-page .area-wrap .area-list .text {
    display: none;
    padding: 32px 0 40px;
    border-top: 1px solid #1d1d1d;
}

.client-site-page .area-wrap .area-list.active .text {
    display: block;
}

.client-site-page .area-wrap .text > p {
    margin-left: 35px;
    font-size: 19px;
    color: #555555;
    letter-spacing: 0;
}

.client-site-page .area-wrap .text > p + p {
    margin-top: 16px;
}

@media (min-width: 1200px) {
    .client-site-page .header {
        width: 100%;
        height: 151.5px;
        background: transparent;
    }

    .client-site-page .header h1 {
        position: relative;
        z-index: 101;
        float: left;
        padding-top: 24px;
    }

    .client-site-page .header h1 a {
        display: block;
        width: 270px;
        height: 99.9px;
        background: url("/images/client-header/logo-default-c076ea4fb7f2ebae306aba8c4d5cd02f.svg") no-repeat center;
        background-size: cover;
    }

    .client-site-page .header::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 151.5px;
        background: #164475;
        opacity: 0;
        transition: opacity 0.3s ease;
        content: "";
    }

    .client-site-page .header:hover::before,
    .client-site-page .header:focus-within::before,
    .client-site-page .header.header--solid-default::before,
    .client-site-page .header.active::before,
    .client-site-page .header.all-menu::before {
        opacity: 1;
    }

    .client-site-page .header.active::after {
        position: absolute;
        top: 151.5px;
        left: 0;
        width: 100%;
        height: 85px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        background: #164475;
        content: "";
    }

    .client-site-page .header:hover h1 a,
    .client-site-page .header:focus-within h1 a,
    .client-site-page .header.header--solid-default h1 a,
    .client-site-page .header.active h1 a,
    .client-site-page .header.all-menu h1 a {
        background: url("/images/client-header/logo-on-7373868e38582de94e3bd932122da477.png") no-repeat center;
        background-size: cover;
    }

    .client-site-page .m-menu {
        display: block;
    }

    .client-site-page .header-util-wrap {
        float: right;
        padding-top: 16px;
    }

    .client-site-page .header-util-wrap .top-util {
        display: flex;
        align-items: center;
    }

    .client-site-page .header-util-wrap .top-util .sns-link {
        margin-right: 10px;
    }

    .client-site-page .header-util-wrap ul {
        display: flex;
        align-items: center;
        margin-right: 92px;
    }

    .client-site-page .header-util-wrap ul li {
        position: relative;
        float: left;
        padding: 0 10px;
    }

    .client-site-page .header-util-wrap ul li a img {
        display: block;
        width: 28px;
        height: 28px;
    }

    .client-site-page .header .langs .row {
        position: relative;
        height: 0;
    }

    .client-site-page .header .langs ul {
        position: absolute;
        top: 22px;
        right: 0;
    }

    .client-site-page .header .langs li {
        float: left;
        padding: 0 8px;
    }

    .client-site-page .header .langs a {
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
        opacity: 0.6;
    }

    .client-site-page .header .langs a.active {
        opacity: 1;
        text-decoration: underline;
    }

    .client-site-page .header .all-menu-open {
        position: relative;
    }

    .client-site-page .header .all-menu-open a {
        position: absolute;
        top: 78px;
        right: 0;
        z-index: 112;
        font-size: 18px;
        line-height: 18px;
        color: #ffffff;
    }

    .client-site-page .header .all-menu-open span,
    .client-site-page .header .all-menu-close span {
        display: none !important;
    }

    .client-site-page .header .all-menu-close {
        position: absolute;
        display: none;
    }

    .client-site-page .header .all-menu-close a {
        font-size: 18px;
        line-height: 18px;
        color: #ffffff;
    }

    .client-site-page .header .all-menu-open a .client-header-icon,
    .client-site-page .header .all-menu-close a .client-header-icon {
        font-size: 24px;
    }

    .client-site-page .gnb {
        position: absolute;
        top: 75px;
        left: 0;
        z-index: 100;
        width: 100%;
        font-size: 0;
        text-align: right;
    }

    .client-site-page .gnb .row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 16px;
        padding-left: 305px;
        padding-right: 60px;
        text-align: left;
    }

    .client-site-page .gnb .menu {
        position: relative;
        display: block;
        flex: 0 0 auto;
        text-align: center;
    }

    .client-site-page .gnb .menu h3 {
        padding: 0;
    }

    .client-site-page .gnb .menu h3 a {
        position: relative;
        display: block;
        height: 108.5px;
        padding-bottom: 32px;
        font-size: 19px;
        line-height: 23px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .client-site-page .header.active .gnb .menu h3 a {
        color: #ffffff;
    }

    .client-site-page .gnb .menu h3 a::before {
        position: absolute;
        top: 36px;
        left: 50%;
        width: 0;
        border-bottom: 3px solid #ffffff;
        content: "";
    }

    .client-site-page .gnb .menu h3 a:hover::before,
    .client-site-page .gnb .menu h3 a.active::before {
        left: 0;
        width: 100%;
        transition: 0.3s;
    }

    .client-site-page .gnb .menu h3 a i {
        display: none;
    }

    .client-site-page .gnb .menu ul.depth-menu {
        position: absolute;
        top: 75px;
        left: 0;
        z-index: 11;
        width: max-content;
        min-width: 100%;
        height: 0;
        overflow: hidden;
        letter-spacing: 0;
        white-space: nowrap;
        text-align: left;
        transition: height 0.5s ease;
    }

    .client-site-page .header.active .gnb .menu ul.depth-menu.show {
        height: 85px;
    }

    .client-site-page .gnb .menu ul.depth-menu li {
        display: inline-block;
        vertical-align: top;
    }

    .client-site-page .gnb .menu ul.depth-menu > li > a {
        position: relative;
        display: block;
        margin: 0 36px 0 0;
        padding: 28.5px 0 32px;
        font-size: 17px;
        font-weight: 300;
        letter-spacing: -0.2px;
        color: transparent;
    }

    .client-site-page .gnb .menu ul.depth-menu > li:last-child > a {
        margin-right: 0;
    }

    .client-site-page .header.active .gnb .menu ul.depth-menu > li > a {
        color: #ffffff;
    }

    .client-site-page .gnb .menu ul.depth-menu > li > a:hover,
    .client-site-page .gnb .menu ul.depth-menu > li > a.active {
        color: #164475;
        font-weight: 700 !important;
        text-decoration: none;
    }

    .client-site-page .header.active .gnb .menu ul.depth-menu > li > a::before {
        position: absolute;
        top: 57px;
        left: 50%;
        width: 0;
        border-bottom: 1px solid #ffffff;
        content: "";
    }

    .client-site-page .gnb .menu ul.depth-menu > li > a:hover::before,
    .client-site-page .gnb .menu ul.depth-menu > li > a.active::before {
        left: 0 !important;
        width: 100% !important;
        transition: 1s;
    }

    .client-site-page .header.all-menu {
        position: relative;
    }

    .client-site-page .header.all-menu::after {
        display: none;
    }

    .client-site-page .header .all-menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: #164475;
    }

    .client-site-page .header .all-menu::before {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 151.5px;
        background: #164475;
        content: "";
    }

    .client-site-page .header.all-menu .all-menu-bg {
        height: calc(100vh - 151.5px);
        margin-top: 151.5px;
        overflow: auto;
    }

    .client-site-page .all-menu .menu {
        display: flex;
        padding: 33px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .client-site-page .all-menu .menu h3 {
        padding: 0;
    }

    .client-site-page .all-menu .menu h3 a {
        display: block;
        width: 261px;
        height: auto;
        padding: 0;
        font-size: 26px;
        line-height: 31px;
        color: #ffffff;
    }

    .client-site-page .all-menu .menu h3 a::before,
    .client-site-page .all-menu .menu h3 i {
        display: none;
    }

    .client-site-page .all-menu .menu .depth-menu {
        position: static;
        display: flex;
        width: calc(100% - 261px);
        height: auto;
        overflow: visible;
        transform: none;
        padding-right: 0;
    }

    .client-site-page .all-menu .menu .depth-menu > li {
        width: 20%;
    }

    .client-site-page .all-menu .menu .depth-menu > li:first-child:nth-last-child(-n + 3),
    .client-site-page .all-menu .menu .depth-menu > li:first-child:nth-last-child(-n + 3) ~ li {
        flex: 0 0 260px;
        width: 260px;
    }

    .client-site-page .all-menu .menu .depth-menu > li:first-child:nth-last-child(6),
    .client-site-page .all-menu .menu .depth-menu > li:first-child:nth-last-child(6) ~ li {
        flex-basis: auto;
        width: 16.5%;
    }

    .client-site-page .all-menu .menu .depth-menu > li > a {
        position: relative;
        margin: 0;
        padding: 0;
        font-size: 17px;
        line-height: 31px;
        color: #ffffff !important;
    }

    .client-site-page .all-menu .menu .depth-menu > li > a::before {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0;
        border-bottom: 1px solid #ffffff;
        content: "";
    }

    .client-site-page .all-menu .menu .depth-menu > li > a:hover::before,
    .client-site-page .all-menu .menu .depth-menu > li > a.active::before {
        width: 100%;
        transition: 1s;
    }

    .client-site-page .header.all-menu .all-menu-open {
        display: none;
    }

    .client-site-page .header.all-menu .all-menu-close {
        top: 66px;
        right: 0;
        z-index: 100;
        display: block !important;
        text-align: right;
    }

    .client-site-page .header.all-menu .all-menu-close a {
        font-size: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .client-site-page .gnb .menu h3 {
        padding: 0;
    }

    .client-site-page .all-menu .menu h3 a {
        width: 200px;
    }

    .client-site-page .all-menu .menu .depth-menu {
        width: calc(100% - 200px);
    }

    .client-site-page .all-menu .menu .depth-menu > li > a {
        font-size: 15px;
    }

    .client-site-page .all-menu .menu .depth-menu > li:first-child:nth-last-child(-n + 3),
    .client-site-page .all-menu .menu .depth-menu > li:first-child:nth-last-child(-n + 3) ~ li {
        flex-basis: 240px;
        width: 240px;
    }
}

@media (max-width: 1199px) {
    .client-site-page .header {
        min-height: 56px;
        padding: 0;
        background: transparent;
    }

    .client-site-page .header > .container,
    .client-site-page .header > .container > .row {
        min-height: 56px;
    }

    .client-site-page .header.header--solid-default,
    .client-site-page .header.header--solid-default > .container,
    .client-site-page .header.header--solid-default > .container > .row {
        background: #164475;
    }

    .client-site-page .header::before,
    .client-site-page .header::after {
        display: none !important;
    }

    .client-site-page .header h1 {
        position: relative;
        z-index: 101;
        float: left;
        padding: 8px 0;
    }

    .client-site-page .header h1 a {
        display: block;
        width: 108.15px;
        height: 40px;
        background: url("/images/client-header/logo-on-7373868e38582de94e3bd932122da477.png") no-repeat center;
        background-size: cover;
    }

    .client-site-page .header.active,
    .client-site-page .header.all-menu {
        background: #164475;
    }

    .client-site-page .header.active > .container,
    .client-site-page .header.active > .container > .row,
    .client-site-page .header.all-menu > .container,
    .client-site-page .header.all-menu > .container > .row {
        background: #164475;
    }

    .client-site-page .header .langs .row {
        position: relative;
        height: 0;
    }

    .client-site-page .header .langs .container {
        width: auto;
        max-width: none;
        padding: 0;
        margin: 0;
    }

    .client-site-page .header .langs ul {
        position: absolute;
        top: 18px;
        right: 64px;
    }

    .client-site-page .header .langs li {
        float: left;
        padding: 0 8px;
    }

    .client-site-page .header .langs a {
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
        opacity: 0.6;
    }

    .client-site-page .header .langs a.active {
        opacity: 1;
        text-decoration: underline;
    }

    .client-site-page .header .all-menu-open {
        position: absolute;
        top: 18px;
        right: 15px;
        z-index: 260;
        width: auto;
        max-width: none;
        padding: 0;
        margin: 0;
    }

    .client-site-page .header .all-menu-open a {
        display: block;
        font-size: 18px;
        line-height: 18px;
        color: #ffffff;
    }

    .client-site-page .header .all-menu-open span,
    .client-site-page .header .all-menu-close span {
        display: none !important;
    }

    .client-site-page .header .all-menu-open a .client-header-icon,
    .client-site-page .header .all-menu-close a .client-header-icon {
        font-size: 26px;
    }

    .client-site-page .header .all-menu-close {
        position: absolute;
        top: 18px !important;
        right: 15px;
        z-index: 260;
        display: none;
    }

    .client-site-page .header .all-menu-close a {
        font-size: 18px;
        line-height: 18px;
        color: #ffffff;
    }

    .client-site-page .header.all-menu .all-menu-open {
        display: none;
    }

    .client-site-page .header.all-menu .all-menu-close {
        display: block;
    }

    .client-site-page .m-menu {
        position: fixed;
        top: 56px;
        right: 0;
        z-index: 250;
        display: none;
        width: 100%;
        height: calc(100vh - 56px);
        margin-right: -100%;
        overflow-y: auto;
        background: #164475;
        letter-spacing: -1px;
        text-align: left;
        transition: margin-right 0.18s ease;
    }

    .client-site-page .m-menu.is-open {
        margin-right: 0;
    }

    .client-site-page .top-util {
        height: auto;
        padding: 16px 15px;
    }

    .client-site-page .top-util li {
        position: relative;
        float: left;
        padding: 0 5px;
    }

    .client-site-page .top-util li img {
        display: block;
        width: 28px;
        height: 28px;
    }

    .client-site-page #gnb .container {
        width: 100%;
        padding: 0;
    }

    .client-site-page #gnb .menu h3 a {
        position: relative;
        display: block;
        padding: 21px 62px 21px 16px;
        border-bottom: 1px solid #dbdbdb;
        font-size: 19px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 0;
    }

    .client-site-page #gnb .menu h3 {
        position: relative;
    }

    .client-site-page .client-menu-toggle {
        position: absolute;
        inset: 0 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 19px;
        cursor: pointer;
    }

    .client-site-page .header .client-menu-toggle .client-header-icon--minus,
    .client-site-page .header .client-menu-toggle[aria-expanded="true"] .client-header-icon--plus {
        display: none;
    }

    .client-site-page .header .client-menu-toggle[aria-expanded="true"] .client-header-icon--minus {
        display: block;
    }

    .client-site-page #gnb .menu > ul.depth-menu {
        display: none;
        overflow-y: auto;
        padding: 0 15px;
        border-bottom: 1px solid #dddddd;
        background: #164475;
    }

    .client-site-page #gnb .menu > ul.depth-menu.active {
        display: block;
    }

    .client-site-page #gnb .menu ul > li > a {
        position: relative;
        display: block;
        padding: 8px 15px 8px 12px;
        font-size: 19px;
        letter-spacing: -0.47px;
        color: #ffffff;
    }

    .client-site-page #gnb .menu ul > li > a::before {
        position: absolute;
        top: calc(50% - 1.5px);
        left: 0;
        width: 3px;
        height: 3px;
        border-radius: 1px;
        background: #ffffff;
        content: "";
    }

    .client-site-page #gnb .menu ul > li > a.active {
        font-weight: 700;
    }

    .client-site-page .sub-bg-wrap {
        height: 204px;
        z-index: 10;
    }

    .client-site-page .sub-bg {
        top: -56px;
        height: calc(204px + 56px);
    }

    .client-site-page .sub-bg .img {
        display: none;
    }

    .client-site-page .sub-bg .m-ture {
        display: block;
    }

    .client-site-page .sub-title {
        font-size: 30px;
        line-height: 1;
        padding-top: 84px;
        margin-bottom: 49px;
    }

    .client-site-page .breadcrumb-area .container {
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .client-site-page .breadcrumb-wrap {
        width: 100%;
        min-height: 48px;
        background: #ffffff;
    }

    .client-site-page .breadcrumb {
        display: flex;
        flex-direction: column;
        height: 48px;
        padding: 0;
        margin-bottom: 0;
        overflow: hidden;
        background: #164475;
        text-align: left;
        transition: height 0.3s ease;
    }

    .client-site-page .breadcrumb.all-view {
        height: var(--breadcrumb-expanded-height, 48px);
    }

    .client-site-page .breadcrumb > li {
        display: block;
        width: 100%;
        height: 0;
        overflow: hidden;
        border-left: 0;
        background: #ffffff;
        transition: height 0.3s ease;
    }

    .client-site-page .breadcrumb > li:first-child:nth-last-child(1),
    .client-site-page .breadcrumb > li:first-child:nth-last-child(1) ~ li,
    .client-site-page .breadcrumb > li:first-child:nth-last-child(2),
    .client-site-page .breadcrumb > li:first-child:nth-last-child(2) ~ li,
    .client-site-page .breadcrumb > li:first-child:nth-last-child(3),
    .client-site-page .breadcrumb > li:first-child:nth-last-child(3) ~ li,
    .client-site-page .breadcrumb > li:first-child:nth-last-child(4),
    .client-site-page .breadcrumb > li:first-child:nth-last-child(4) ~ li,
    .client-site-page .breadcrumb > li:first-child:nth-last-child(5),
    .client-site-page .breadcrumb > li:first-child:nth-last-child(5) ~ li,
    .client-site-page .breadcrumb > li:first-child:nth-last-child(6),
    .client-site-page .breadcrumb > li:first-child:nth-last-child(6) ~ li {
        width: 100%;
    }

    .client-site-page .breadcrumb > li + li {
        border-left: 0;
    }

    .client-site-page .breadcrumb > li.active {
        order: -1;
        display: block !important;
        height: 48px;
        border-right: 0;
        background: #164475;
    }

    .client-site-page .breadcrumb.all-view > li {
        height: 48px;
    }

    .client-site-page .breadcrumb.all-view > li:not(.active) {
        border-bottom: 1px solid #d8dee6;
    }

    .client-site-page .breadcrumb a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: 0 16px;
        font-size: 14px;
        line-height: 1;
        transition: height 0.3s ease;
    }

    .client-site-page .breadcrumb a.active {
        color: #ffffff;
        background: #164475;
    }

    .client-site-page .breadcrumb > li:not(.active) a {
        color: #1d1d1d;
        background: #ffffff;
    }

    .client-site-page .breadcrumb > li:not(.active) a:hover,
    .client-site-page .breadcrumb > li:not(.active) a:focus-visible {
        color: #164475;
        background: #f1f4f7;
    }

    .client-site-page .breadcrumb > li:not(.active) a.is-disabled {
        color: #8a929c;
        background: #f6f7f9;
    }

    .client-site-page .breadcrumb li.active a::before {
        position: absolute;
        top: 50%;
        right: 18px;
        z-index: 1;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #ffffff;
        content: "\f078";
        transform: translateY(-50%);
        transition: transform 0.2s ease;
    }

    .client-site-page .breadcrumb.all-view li.active a::before {
        transform: translateY(-50%) rotate(180deg);
    }

    .client-site-page .area-wrap .area-list h3 {
        padding-left: 30px;
        padding-bottom: 24px;
        margin-bottom: 0;
        font-size: 18px;
        background-position: 7px 5px;
        background-size: 15px;
    }

    .client-site-page .area-wrap .area-list h3 a::before {
        right: 0;
    }

    .client-site-page .area-wrap .text > p {
        margin-left: 0;
        font-size: 17px;
    }
}
