.home-about-area.aboutArea {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: 104px;
    background-color: #f2f8ff;
    margin-top: -31px;
    position: relative;
    z-index: 1;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
}

@media (max-width: 1200px) {
    .home-about-area.aboutArea {
        margin-top: -100px;
        padding-bottom: 54px;
    }
}

.home-about-area.aboutArea *,
.home-about-area.aboutArea *::before,
.home-about-area.aboutArea *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.home-about-area.aboutArea a {
    text-decoration: none;
    transition: all 0.5s;
    color: inherit;
}

.home-about-area.aboutArea .wrap {
    display: flex;
    max-width: 1472px;
    margin: 0 auto;
    padding: 0 36px;
}

@media (max-width: 1200px) {
    .home-about-area.aboutArea .wrap {
        padding: 0 20px;
    }
}

.home-about-area.aboutArea .wrap > div {
    width: 50%;
}

.home-about-area.aboutArea .leftBox {
    display: flex;
    justify-content: flex-start;
    padding-right: 20px;
}

@media (max-width: 1024px) {
    .home-about-area.aboutArea .leftBox {
        display: none;
    }
}

.home-about-area.aboutArea .leftBox .Img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.home-about-area.aboutArea .leftBox .Img a {
    display: flex;
}

.home-about-area.aboutArea .leftBox .Img:hover img {
    transform: scale(1.1);
}

.home-about-area.aboutArea .leftBox .Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-area.aboutArea .leftBox .Img .textEditor {
    position: absolute;
    bottom: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 20px;
    line-height: 1.35;
    padding-left: 30px;
    letter-spacing: 1.3px;
    pointer-events: none;
}

.home-about-area.aboutArea .leftBox .Img .textEditor::before {
    content: "";
    height: 115px;
    width: 7px;
    background-color: #046eb8;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1024px) {
    .home-about-area.aboutArea .rightBox.rightBox {
        width: 100%;
    }
}

.home-about-area.aboutArea .rightBox .Img {
    display: flex;
    margin: 0 -13px;
}

@media (max-width: 1024px) {
    .home-about-area.aboutArea .rightBox .Img {
        width: auto;
    }
}

@media (max-width: 720px) {
    .home-about-area.aboutArea .rightBox .Img {
        flex-wrap: wrap;
        margin: 0 -10px;
    }
}

@media (max-width: 540px) {
    .home-about-area.aboutArea .rightBox .Img {
        margin: 0;
    }
}

.home-about-area.aboutArea .rightBox .Img .item {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 13px;
    position: relative;
}

.home-about-area.aboutArea .rightBox .Img .item a {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    height: 100%;
    width: 100%;
}

@media (max-width: 1024px) {
    .home-about-area.aboutArea .rightBox .Img .item {
        width: 33.33%;
        flex-shrink: 0;
        margin: 0;
        padding: 0 13px;
    }
}

@media (max-width: 720px) {
    .home-about-area.aboutArea .rightBox .Img .item {
        padding: 0 10px;
        width: 100%;
        max-height: 500px;
        margin-bottom: 20px;
    }

    .home-about-area.aboutArea .rightBox .Img .item:nth-of-type(n + 2) {
        margin-bottom: 0;
        width: 50%;
    }
}

@media (max-width: 540px) {
    .home-about-area.aboutArea .rightBox .Img .item {
        padding: 0;
        min-height: 321px;
    }

    .home-about-area.aboutArea .rightBox .Img .item:nth-of-type(n + 2) {
        width: 100%;
        min-height: 206px;
        margin-bottom: 20px;
    }
}

.home-about-area.aboutArea .rightBox .Img .item:first-child {
    display: none;
}

@media (max-width: 1024px) {
    .home-about-area.aboutArea .rightBox .Img .item:first-child {
        display: flex;
    }
}

.home-about-area.aboutArea .rightBox .Img .item:hover img {
    transform: scale(1.1);
}

.home-about-area.aboutArea .rightBox .Img .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-area.aboutArea .rightBox .Img .item .textEditor {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    padding-left: 16px;
    padding-bottom: 14px;
    letter-spacing: 1px;
    pointer-events: none;
    border-radius: 0 0 0 10px;
    overflow: hidden;
}

.home-about-area.aboutArea .rightBox .Img .item .textEditor::before {
    content: "";
    height: 50px;
    width: 4px;
    background-color: #046eb8;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-about-area.aboutArea .rightBox .Txt {
    margin-bottom: 30px;
}

.home-about-area.aboutArea .rightBox .Txt h1,
.home-about-area.aboutArea .rightBox .Txt h2 {
    font-size: 24px;
    color: #181818;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 26px;
}

@media (max-width: 480px) {
    .home-about-area.aboutArea .rightBox .Txt h1,
    .home-about-area.aboutArea .rightBox .Txt h2 {
        font-size: 20px;
        margin: 10px 0;
    }
}

.home-about-area.aboutArea .rightBox .Txt .textEditor {
    max-width: 480px;
}

@media (max-width: 1024px) {
    .home-about-area.aboutArea .rightBox .Txt .textEditor {
        max-width: none;
    }
}

.home-about-area.aboutArea .rightBox .Txt .textEditor .text {
    font-size: 16px;
    color: #403f3f;
    line-height: 1.5;
    letter-spacing: normal;
}

.home-about-area.aboutArea .rightBox .btn {
    background-color: #046eb8;
    width: 208px;
    height: 47px;
    border-radius: 999px;
    display: flex;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    padding: 0 19px 0 16px;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins", "Noto Sans Tc", sans-serif;
    letter-spacing: 0.66px;
    margin-bottom: 55px;
}

.home-about-area.aboutArea .rightBox .btn svg {
    width: 22px;
    height: 22px;
}

.home-about-area.aboutArea .rightBox .btn svg polyline,
.home-about-area.aboutArea .rightBox .btn svg line {
    stroke: #fff;
}

.home-about-area.aboutArea .rightBox .btn:hover {
    color: #046eb8;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(4, 110, 184, 0.23);
}

.home-about-area.aboutArea .rightBox .btn:hover svg polyline,
.home-about-area.aboutArea .rightBox .btn:hover svg line {
    stroke: #046eb8;
}

@media (max-width: 1024px) {
    .home-about-area.aboutArea .rightBox .btn {
        margin-bottom: 42px;
    }
}

.home-about-area.aboutArea .titleBox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .home-about-area.aboutArea .titleBox {
        margin-bottom: 20px;
    }
}

.home-about-area.aboutArea .titleBox em {
    font-style: normal;
    font-size: 50px;
    color: #046eb8;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 6px;
    margin-right: 15px;
}

.home-about-area.aboutArea .titleBox h2 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    position: relative;
    border-bottom: 1px solid rgba(4, 110, 184, 0.5);
    padding-bottom: 5px;
    margin-top: 14px;
    letter-spacing: 1px;
}

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

    .home-about-area.aboutArea .titleBox h2 {
        font-size: 16px;
        margin-top: 10px;
    }

    .home-about-area.aboutArea .rightBox .Txt .textEditor .text {
        font-size: 15px;
    }
}

.home-about-area.aboutArea .titleBox h2::after {
    content: "";
    width: 26px;
    height: 3px;
    background-color: #046eb8;
    left: 0;
    position: absolute;
    bottom: -2px;
}

.home-about-area.aboutArea .Img {
    width: auto;
}

.home-about-area.aboutArea .Img img {
    display: block;
    width: 100%;
    transition: transform 0.5s;
    backface-visibility: hidden;
}

.home-about-area.aboutArea .Txt {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.8;
}
