.ml-about-page {
    --ml-about-blue: #046eb8;
    --ml-about-text: #181818;
    --ml-about-text-soft: #595959;
    --ml-about-border: #cccccc;
    --ml-about-surface: #ffffff;
    --ml-about-surface-alt: #fbfcff;
    --ml-about-header-cell: #dae8f8;
    --ml-about-wrap: 1440px;
    --ml-about-font: "Poppins", "Noto Sans TC", "Noto Sans JP", Helvetica, Arial, "微軟正黑體", sans-serif;
    color: var(--ml-about-text);
    font-size: 14px;
    font-family: var(--ml-about-font);
    line-height: normal;
}

.ml-about-page *,
.ml-about-page *::before,
.ml-about-page *::after {
    box-sizing: border-box;
}

.ml-about-page a {
    color: #000;
    text-decoration: none;
    transition: all 0.4s ease;
}

.ml-about-page a:hover {
    color: var(--ml-about-blue);
}

.ml-about-bannerArea {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ml-about-bannerArea .wrap {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.ml-about-bannerArea .bannerBox {
    position: relative;
}

.ml-about-bannerArea #banner {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-about-bannerArea #banner > li {
    position: relative;
}

.ml-about-bannerArea #banner > li > img {
    display: block;
    width: 100%;
    object-fit: cover;
    backface-visibility: hidden;
}

@media (max-width: 1900px) {
    .ml-about-bannerArea #banner > li > img {
        height: 450px;
    }
}

@media (max-width: 720px) {
    .ml-about-bannerArea #banner > li > img {
        height: 400px;
    }
}

@media (max-width: 540px) {
    .ml-about-bannerArea #banner > li > img {
        height: 360px;
    }
}

.ml-about-bannerArea #banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    -webkit-mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom / 100% auto;
    mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom / 100% auto;
    background:
        repeat-y url("/wp-content/uploads/2026/03/line4.png") left 36px top,
        repeat-y url("/wp-content/uploads/2026/03/line4.png") right 36px top,
        repeat-y url("/wp-content/uploads/2026/03/line4.png") center top,
        no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom / 100% auto;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .ml-about-bannerArea #banner::after {
        height: 100px;
        background:
            repeat-y url("/wp-content/uploads/2026/03/line4.png") left 20px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") right 20px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") center top,
            no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom / 100% auto;
    }
}

@media (max-width: 720px) {
    .ml-about-bannerArea #banner::after {
        height: 80px;
    }
}

@media (min-width: 1921px) {
    .ml-about-bannerArea #banner::after {
        -webkit-mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center / 100% 100%;
        mask: no-repeat url("/wp-content/uploads/2025/09/insMask.png") center / 100% 100%;
        background:
            repeat-y url("/wp-content/uploads/2026/03/line4.png") left 36px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") right 36px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") center top,
            no-repeat url("/wp-content/uploads/2025/09/insMask.png") center bottom / 100% 100%;
    }
}

.ml-about-bannerArea .titleBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: calc(100% - 40px);
    padding: 0;
}

.ml-about-bannerArea .titleBox em {
    margin: 0;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    line-height: normal;
}

.ml-about-bannerArea .bannerUnitTitle {
    margin: 0;
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
}

.ml-about-bannerArea .bannerUnitTitle::after {
    content: "";
    width: 26px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.ml-about-bannerArea .bread {
    position: static;
    margin: 0;
    padding: 30px 0 20px;
}

.ml-about-bannerArea .bread .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.ml-about-bannerArea .bread a,
.ml-about-bannerArea .bread span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
}

.ml-about-bannerArea .bread a:hover {
    opacity: 0.8;
}

.ml-about-bannerArea .bread a::after,
.ml-about-bannerArea .bread span::after {
    content: "/";
    font-size: 13px;
    color: #fff;
    padding: 0 9px;
}

.ml-about-bannerArea .bread a:last-child::after,
.ml-about-bannerArea .bread span:last-child::after {
    content: normal;
}

@media (max-width: 1200px) {
    .ml-about-bannerArea .bread {
        display: none;
    }
}

@media (max-width: 480px) {
    .ml-about-bannerArea .titleBox em {
        font-size: 42px;
    }

    .ml-about-bannerArea .bannerUnitTitle {
        font-size: 16px;
    }
}

.ml-about-mainArea {
    background:
        repeat-y url("/wp-content/uploads/2026/03/line4.png") left 36px top,
        repeat-y url("/wp-content/uploads/2026/03/line4.png") right 36px top,
        repeat-y url("/wp-content/uploads/2026/03/line4.png") center top,
        repeat url("/wp-content/uploads/2025/11/Bg.png") center border-box;
    padding: 80px 0 60px;
}

@media (max-width: 1200px) {
    .ml-about-mainArea {
        background:
            repeat-y url("/wp-content/uploads/2026/03/line4.png") left 20px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") right 20px top,
            repeat-y url("/wp-content/uploads/2026/03/line4.png") center top,
            repeat url("/wp-content/uploads/2025/11/Bg.png") center border-box;
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .ml-about-mainArea {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.ml-about-wrap {
    position: relative;
    max-width: var(--ml-about-wrap);
    margin: 0 auto;
    padding: 0 20px;
}

.ml-about-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ml-about-contentBox {
    clear: both;
}

.ml-about-classRowBox {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
    padding: 20px 0;
    padding-top: 0;
}

.ml-about-classLink {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-about-classLink li {
    margin-right: 15px;
    margin-bottom: 10px;
}

.ml-about-classLink a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    line-height: normal;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(4, 110, 184, 0.23);
    letter-spacing: 1px;
    text-align: center;
}

.ml-about-classLink a.current,
.ml-about-classLink a:hover {
    color: #fff;
    background-color: var(--ml-about-blue);
}

@media (max-width: 1200px) {
    .ml-about-classLink {
        display: none;
    }
}

.ml-about-mClassLink {
    position: relative;
    z-index: 3;
    display: none;
}

@media (max-width: 1200px) {
    .ml-about-mClassLink {
        display: block;
    }
}

.ml-about-mClassLink.open > ul {
    display: block;
}

.ml-about-mClassLink .main {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 42px 10px 10px;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    background-color: var(--ml-about-blue);
    border: 0;
    cursor: pointer;
}

.ml-about-mClassLink .main::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.3s ease;
}

.ml-about-mClassLink.open .main::before {
    transform: translateY(-35%) rotate(225deg);
}

.ml-about-mClassLink > ul {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    z-index: 1;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ml-about-mClassLink > ul > li + li {
    border-top: 1px solid #f2f2f2;
}

.ml-about-mClassLink > ul > li.current > a,
.ml-about-mClassLink > ul a.current {
    color: var(--ml-about-blue);
}

.ml-about-mClassLink > ul a {
    display: block;
    padding: 14px 20px;
    color: #000;
    font-size: 14px;
    background-color: #fff;
}

.ml-about-panel {
    display: none;
}

.ml-about-panel.is-active {
    display: block;
}

.ml-about-articleTitle {
    clear: both;
    margin: 0 0 25px;
    padding: 10px 0;
    border-bottom: 1px solid var(--ml-about-border);
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #232323;
}

.ml-about-textEditor {
    color: var(--ml-about-text-soft);
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.4px;
}

.ml-about-panel[data-about-panel="business-units"] .ml-about-textEditor {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    overflow-x: auto;
}

.ml-about-panel .ml-about-textEditor--core {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    overflow-x: auto;
    padding-top: 24px;
}

.ml-about-panel[data-about-panel="company-profile"] .ml-about-textEditor {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

.ml-about-panel[data-about-panel="our-locations"] .ml-about-textEditor {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

.ml-about-textEditor--table {
    overflow-x: auto;
}

.ml-about-textEditor--table .ml-about-h3Title {
    margin: 0;
}

.ml-about-tableSpacer {
    min-height: 24px;
    line-height: 24px;
}

.ml-about-textEditor p {
    margin: 0 0 18px;
}

.ml-about-textEditor p:last-child {
    margin-bottom: 0;
}

.ml-about-h3Title {
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--ml-about-blue);
}

.ml-about-h3Title span {
    display: inline-block;
}

.ml-about-infoTable {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.ml-about-infoTable th,
.ml-about-infoTable td {
    border: 1px solid #dcdcdc;
    padding: 23px 20px;
    line-height: 1.5;
    vertical-align: top;
}

.ml-about-infoTable th {
    width: 16%;
    background-color: var(--ml-about-header-cell);
    font-weight: 700;
    font-size: 20px;
    color: var(--ml-about-text);
    text-align: left;
    letter-spacing: 0.8px;
}

.ml-about-infoTable td {
    width: 84%;
    background-color: #fff;
    font-size: 18px;
    color: var(--ml-about-text-soft);
    text-align: left;
}

.ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable {
    background-color: #fff;
    table-layout: auto;
}

.ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable tbody tr:nth-of-type(2n) {
    background-color: #fafcff;
}

.ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable tbody tr:last-child td {
    border-bottom: 0;
}

.ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable thead th {
    background-color: #046eb8;
    border: 0;
    padding: 15px 16px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable td {
    border: 1px solid #dcdcdc;
    background-color: transparent;
    padding: 23.4px 10px;
    line-height: 1.5;
    text-align: center;
    vertical-align: top;
    width: auto;
}

.ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable td:first-child {
    width: 11.5%;
    background-color: #dae8f8;
    font-family: "Noto Sans TC", "Noto Sans JP", "Poppins", Helvetica, Arial, "微軟正黑體", sans-serif;
    font-size: 20px;
    color: #181818;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.8px;
    text-align: left;
    border-bottom-color: #fff;
    white-space: normal;
}

.ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable td:first-child strong {
    font-weight: 700;
}

.ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable td:not(:first-child) {
    width: auto;
    font-size: 18px;
    color: #595959;
    letter-spacing: 0.8px;
    text-align: center;
    font-family: "Poppins", "Noto Sans TC", "Noto Sans JP", Helvetica, Arial, "微軟正黑體", sans-serif;
}

.ml-about-split {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.ml-about-splitText,
.ml-about-splitMedia {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}

.ml-about-splitText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 50px 30px 30px;
}

.ml-about-splitMedia {
    display: flex;
    align-self: stretch;
}

.ml-about-splitMedia img,
.ml-about-unitMedia img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.ml-about-splitMedia img {
    height: 100%;
    min-height: 100%;
    aspect-ratio: 948 / 663;
}

.ml-about-unitMedia img {
    height: auto;
}

.ml-about-prose {
    max-width: 980px;
}

.ml-about-coreParagraph {
    max-width: 580px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    color: #2f2f2f;
}

.ml-about-coreParagraph strong {
    color: var(--ml-about-blue);
    font-weight: 700;
}

.ml-about-mapBox {
    position: relative;
    width: 100%;
    aspect-ratio: 63 / 40;
    margin-bottom: 0;
    overflow: hidden;
}

.ml-about-mapBox iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    border: 0;
}

.ml-about-locationBuilder,
.ml-about-locationShelf,
.ml-about-locationShelfBox {
    width: 100%;
}

.ml-about-locationShelf {
    max-width: 1340px;
    padding: 20px;
    margin: 0 auto;
}

.ml-about-locationSectionTitle {
    margin: 0;
    padding: 0 0 28px;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    color: #2f2f2f;
    text-align: center;
}

.ml-about-locationSectionTitle span {
    display: inline-block;
}

.ml-about-locationList {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-about-locationColumn {
    width: 100%;
    padding: 0;
}

.ml-about-locationItem {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    overflow: hidden;
}

.ml-about-locationMedia {
    width: 100%;
    aspect-ratio: 16 / 5;
    margin: 0;
    overflow: hidden;
    background-color: #f4f4f4;
}

.ml-about-locationMedia img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ml-about-locationDetail {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
    align-items: stretch;
    gap: 24px;
    padding: 24px;
    background-color: #fff;
}

.ml-about-locationDetail .ml-about-mapBox {
    aspect-ratio: 16 / 9;
}

.ml-about-locationCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 36px;
    background-color: #fff;
    border: 1px solid #eeeeee;
}

.ml-about-locationCard h4 {
    margin: 0;
    padding-bottom: 22px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    color: #2f2f2f;
}

.ml-about-locationBody {
    padding-bottom: 20px;
}

.ml-about-locationContactList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-about-locationContactList li {
    margin-bottom: 18px;
    color: #414141;
    font-size: 16px;
}

.ml-about-locationContactList li:last-child {
    margin-bottom: 0;
}

.ml-about-locationContactList a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    color: #414141;
}

.ml-about-locationContactList .ml-about-locationStaticInfo {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    color: #414141;
}

.ml-about-locationContactList i,
.ml-about-locationContactList .ticon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    border: 2px solid #046eb8;
    border-radius: 50%;
    font-size: 17px;
    color: #046eb8;
    text-align: center;
}

.ml-about-locationContactList .ticon,
.ml-about-locationContactList .ticon::before {
    font-family: "ticons" !important;
}

.ml-about-locationContactList .ticon-phone::before {
    content: "\e116";
}

.ml-about-locationContactList .ticon-phone {
    font-size: 16px;
    position: relative;
    left: 1px;
}

.ml-about-locationContactList .ticon-print::before {
    content: "\e102";
}

.ml-about-locationContactList .ticon-print {
    font-size: 16px;
}

.ml-about-locationContactList .ticon-envelope-o::before,
.ml-about-locationContactList .ticon-envelope-open-o::before,
.ml-about-locationContactList .ticon-envelope::before {
    content: "\e24e";
}

.ml-about-locationContactList .ticon-map-marker::before {
    content: "\e183";
    position: relative;
    top: 0;
    left: 0.5px;
    font-size: 16px;
}

.ml-about-locationContactList .ticon-map-marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ml-about-locationContactList b {
    display: inline-block;
    vertical-align: middle;
    font-family: "Poppins", "Noto Sans JP", "Noto Sans TC", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3px;
    font-variant-numeric: tabular-nums;
    overflow-wrap: anywhere;
}

.ml-about-locationBranches {
    margin-top: 68px;
}

.ml-about-locationBranchTitle {
    margin: 0;
    padding: 0 0 38px;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    color: #2f2f2f;
    text-align: center;
}

.ml-about-locationBranchList {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-about-locationBranchItem {
    min-width: 0;
}

.ml-about-locationBranchCard {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
}

.ml-about-locationBranchMap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #eef3f6;
}

.ml-about-locationBranchMap iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.ml-about-locationBranchContent {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 28px 22px 28px;
    background-color: #fff;
}

.ml-about-locationBranchCard h4 {
    margin: 0;
    padding-bottom: 24px;
    font-size: 31px;
    line-height: 1.32;
    font-weight: 700;
    color: #2f2f2f;
}

.ml-about-locationBranchText {
    flex: 1 1 auto;
}

.ml-about-locationBranchText p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #414141;
}

.ml-about-locationBranchText a {
    color: #046eb8;
    text-decoration: none;
}

.ml-about-locationBranchContactList {
    flex: 1 1 auto;
}

.ml-about-locationBranchContactList li {
    margin-bottom: 9px;
}

.ml-about-locationBranchNote {
    margin: 0;
    color: #666666;
}

.ml-about-locationBranchButton {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 100%;
    min-width: 0;
    max-width: 310px;
    height: 40px;
    margin: 30px auto 3px;
    padding: 0 20px;
    background-color: #046eb8;
    border: 1px solid #046eb8;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
}

.ml-about-locationBranchButton:link,
.ml-about-locationBranchButton:visited {
    color: #ffffff;
}

.ml-about-locationBranchButton:hover,
.ml-about-locationBranchButton:focus {
    color: #046eb8;
    background-color: #fff;
}

.ml-about-locationBranchButton[aria-disabled="true"] {
    cursor: default;
}

.ml-about-locationBlock h5,
.ml-about-locationBlock p,
.ml-about-locationContact {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #2f2f2f;
}

.ml-about-locationBlock h5 {
    font-weight: 700;
}

.ml-about-locationContact {
    white-space: pre-line;
}

.ml-about-locationBlock a,
.ml-about-locationContact a {
    color: inherit;
}

.ml-about-locationBtnBox {
    min-height: 24px;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ml-about-unitRow {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 0;
}

.ml-about-unitRow.is-reverse {
    flex-direction: row-reverse;
}

.ml-about-unitMedia,
.ml-about-unitText {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}

.ml-about-unitMedia {
    display: flex;
    align-self: stretch;
}

.ml-about-splitText,
.ml-about-unitText {
    min-width: 0;
}

.ml-about-unitMedia img {
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
}

.ml-about-unitText p,
.ml-about-unitParagraph {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #2f2f2f;
    letter-spacing: 0;
}

.ml-about-unitText p:last-child,
.ml-about-unitParagraph:last-child {
    margin-bottom: 0;
}

.ml-about-unitSpacer {
    min-height: 24px;
    line-height: 24px;
    padding-bottom: 20px;
}

.ml-about-unitBtnBox {
    min-height: 24px;
    margin-left: -3px;
    margin-right: -3px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ml-about-unitBuilders,
.ml-about-unitBuilder,
.ml-about-unitShelf,
.ml-about-unitShelfBox {
    width: 100%;
}

.ml-about-unitBuilder {
    max-width: 1400px;
    margin: 0 auto;
}

.ml-about-unitShelf {
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
}

.ml-about-unitShelf--full {
    max-width: none;
    overflow: hidden;
    padding: 0;
    width: calc(100vw - 17px);
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.ml-about-unitText .ml-about-h3Title {
    margin: 0;
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 1.5;
    color: #2f2f2f;
}

.ml-about-unitText {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 70px;
}

.ml-about-unitTextBox {
    width: 100%;
}

@media (min-width: 841px) {
    .ml-about-textEditor--core .ml-about-split {
        position: relative;
        left: 50%;
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
        gap: 0;
        width: calc(100vw - 17px);
        transform: translateX(-50%);
    }

    .ml-about-textEditor--core .ml-about-splitText,
    .ml-about-textEditor--core .ml-about-splitMedia {
        max-width: none;
    }

    .ml-about-textEditor--core .ml-about-splitText {
        flex: 0 0 650px;
        width: 650px;
        padding: 30px 70px 30px 0;
        align-items: center;
        justify-content: center;
    }

    .ml-about-textEditor--core .ml-about-prose {
        max-width: none;
    }

    .ml-about-textEditor--core .ml-about-splitMedia {
        flex: 0 0 50%;
        width: 50%;
    }

    .ml-about-textEditor--core .ml-about-splitMedia img {
        height: 100%;
        min-height: 100%;
        aspect-ratio: auto;
    }
}

@media (min-width: 1201px) {
    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitMedia,
    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitText {
        flex-shrink: 0;
        width: 50%;
        max-width: 50%;
    }

    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitRow {
        width: 100%;
    }

    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitMedia img {
        height: auto;
        min-height: 0;
        aspect-ratio: auto;
    }

    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitText {
        padding: 30px 70px;
        box-sizing: border-box;
    }

    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitRow.is-reverse .ml-about-unitText {
        padding-left: 0;
    }

    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitRow:not(.is-reverse) .ml-about-unitText {
        padding-right: 0;
    }
}

@media (min-width: 1341px) {
    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitText {
        width: calc((100% - (100% - 1300px)) / 2);
        max-width: calc((100% - (100% - 1300px)) / 2);
    }

    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitTextBox {
        max-width: 580px;
    }
}

@media (max-width: 1200px) {
    .ml-about-unitText {
        padding: 20px;
    }

    .ml-about-unitShelf--full {
        width: calc(100vw - 17px);
        max-width: none;
    }
}

.ml-about-empty {
    padding: 18px 20px;
    border: 1px solid rgba(4, 110, 184, 0.18);
    background-color: rgba(255, 255, 255, 0.8);
}

.ml-about-empty p {
    margin: 0;
}

@media (max-width: 1200px) {
    .ml-about-panel {
        scroll-margin-top: 90px;
    }

    .ml-about-infoTable th,
    .ml-about-infoTable td {
        padding: 18px 16px;
    }

    .ml-about-infoTable th {
        width: 24%;
        font-size: 18px;
    }

    .ml-about-infoTable td {
        width: 76%;
        font-size: 16px;
    }

    .ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable thead th {
        font-size: 16px;
    }

    .ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable td {
        padding: 14px 10px;
    }

    .ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable td:first-child,
    .ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable td:not(:first-child) {
        font-size: 16px;
    }

    .ml-about-split {
        flex-direction: column;
        gap: 24px;
    }

    .ml-about-unitRow,
    .ml-about-unitRow.is-reverse {
        flex-direction: column;
        gap: 0;
    }

    .ml-about-splitText,
    .ml-about-splitMedia,
    .ml-about-unitMedia {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .ml-about-unitText {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .ml-about-unitText p {
        font-size: 20px;
    }

}

@media (min-width: 841px) and (max-width: 1200px) {
    .ml-about-textEditor--core .ml-about-split {
        flex-direction: row;
    }

    .ml-about-textEditor--core .ml-about-splitText,
    .ml-about-textEditor--core .ml-about-splitMedia {
        flex: 0 0 50%;
        width: 50%;
    }

    .ml-about-textEditor--core .ml-about-splitText {
        padding: 20px;
    }

    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitRow {
        flex-direction: row;
        gap: 0;
    }

    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitRow.is-reverse {
        flex-direction: row-reverse;
    }

    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitMedia,
    .ml-about-panel[data-about-panel="business-units"] .ml-about-unitShelf--full .ml-about-unitText {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 840px) {
    .ml-about-textEditor--core .ml-about-split {
        width: 100vw;
    }

    .ml-about-textEditor--core .ml-about-splitText {
        order: 2;
        padding: 20px;
    }

    .ml-about-textEditor--core .ml-about-splitMedia {
        order: 1;
    }

    .ml-about-unitShelf--full {
        width: 100vw;
    }
}

@media (max-width: 768px) {
    .ml-about-textEditor {
        font-size: 16px;
        line-height: 1.75;
    }

    .ml-about-h3Title {
        font-size: 22px;
    }

    .ml-about-unitRow,
    .ml-about-unitRow.is-reverse {
        gap: 0;
    }

    .ml-about-unitMedia {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .ml-about-unitText .ml-about-h3Title {
        margin-bottom: 14px;
        font-size: 20px;
    }

    .ml-about-unitText p {
        font-size: 20px;
        line-height: 1.5;
    }

    .ml-about-infoTable,
    .ml-about-infoTable tbody,
    .ml-about-infoTable tr,
    .ml-about-infoTable th,
    .ml-about-infoTable td {
        display: block;
        width: 100%;
    }

    .ml-about-infoTable tr + tr {
        margin-top: 12px;
    }

    .ml-about-infoTable th,
    .ml-about-infoTable td {
        border: 1px solid #dcdcdc;
    }

    .ml-about-infoTable th {
        border-bottom: 0;
        padding-bottom: 12px;
    }

    .ml-about-infoTable td {
        padding-top: 12px;
    }

    .ml-about-panel[data-about-panel="company-profile"] .ml-about-textEditor {
        line-height: 1.5;
    }

    .ml-about-panel[data-about-panel="company-profile"] .ml-about-infoTable td:first-child {
        width: 100%;
        white-space: normal;
    }

    .ml-about-locationCard {
        padding: 20px;
    }

    .ml-about-locationCard h4 {
        font-size: 20px;
    }

    .ml-about-locationSectionTitle {
        font-size: 26px;
    }

    .ml-about-locationList {
        margin: 0;
        flex-direction: column;
    }

    .ml-about-locationColumn {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .ml-about-locationColumn:not(:last-child) {
        padding-bottom: 20px;
    }

    .ml-about-locationMedia {
        aspect-ratio: 16 / 9;
    }

    .ml-about-locationDetail {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 16px;
    }

    .ml-about-locationBranchList {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ml-about-locationBranchCard {
        min-height: 0;
    }

    .ml-about-locationBranches {
        margin-top: 42px;
    }

    .ml-about-locationBranchTitle {
        padding-bottom: 22px;
        font-size: 28px;
    }

    .ml-about-locationBranchContent {
        padding: 24px 20px;
    }

    .ml-about-locationBranchCard h4 {
        padding-bottom: 16px;
        font-size: 26px;
    }

    .ml-about-locationBranchText p {
        font-size: 16px;
    }

    .ml-about-locationBranchButton {
        margin-top: 22px;
        font-size: 15px;
    }
}
