.ns-root *,
.ns-root *::before,
.ns-root *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ns-root {
    font-family: "Noto Sans TC", "Noto Sans JP", "Poppins", Helvetica, Arial, "微軟正黑體", "Heiti TC", "メイリオ", sans-serif;
    font-size: 14px;
    color: #181818;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #fff;
}

.ns-root a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s ease;
}

.ns-root a:hover {
    color: #046eb8;
}

.ns-root ul {
    list-style: none;
}

.ns-root .newsArea {
    padding: 0;
    background-color: #fff;
    background-image:
        linear-gradient(#eeeeee, #eeeeee),
        linear-gradient(#eeeeee, #eeeeee),
        linear-gradient(#eeeeee, #eeeeee);
    background-size:
        1px 100%,
        1px 100%,
        1px 100%;
    background-position:
        0 top,
        calc(100%) top,
        center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
}

.ns-root .newsArea::before {
    content: "";
    position: absolute;
    top: -131px;
    left: 0;
    width: 100%;
    height: 131px;
    -webkit-mask: no-repeat url("/wp-content/uploads/2026/04/mask2.png") center bottom / 100% auto;
    mask: no-repeat url("/wp-content/uploads/2026/04/mask2.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,
        #fff;
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 1200px) {
    .ns-root .newsArea::before {
        top: -96px;
        height: 96px;
        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,
            #fff;
    }
}

@media (min-width: 1921px) {
    .ns-root .newsArea::before {
        -webkit-mask: no-repeat url("/wp-content/uploads/2026/04/mask2.png") center bottom / 100% 100%;
        mask: no-repeat url("/wp-content/uploads/2026/04/mask2.png") center bottom / 100% 100%;
    }
}

.ns-root .newsArea .wrap {
    max-width: 1918px;
    padding: 0 36px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .ns-root .newsArea .wrap {
        padding: 0 20px;
        flex-direction: column;
    }
}

.ns-root .newsArea .wrap > div {
    width: 50%;
}

@media (max-width: 1200px) {
    .ns-root .newsArea .wrap > div {
        width: 100%;
    }
}

.ns-root .newsArea .wrap > .left {
    padding-top: 50px;
}

@media (max-width: 1200px) {
    .ns-root .newsArea .wrap > .left {
        padding-top: 20px;
    }
}

.ns-root .newsArea .wrap > .left .titleBox {
    margin-right: 0;
    margin-left: auto;
    padding-right: 34px;
}

@media (max-width: 1500px) {
    .ns-root .newsArea .wrap > .left .titleBox {
        padding: 0 20px;
    }
}

@media (max-width: 720px) {
    .ns-root .newsArea .wrap > .left .titleBox {
        padding: 0;
    }
}

.ns-root .newsArea .wrap > .left .titleBox + p {
    padding-right: 34px;
    margin-left: auto;
    padding-left: 3px;
}

@media (max-width: 1500px) {
    .ns-root .newsArea .wrap > .left .titleBox + p {
        padding: 0 20px;
    }
}

@media (max-width: 720px) {
    .ns-root .newsArea .wrap > .left .titleBox + p {
        padding: 0;
    }
}

.ns-root .newsArea .wrap > .left .btnBox {
    max-width: 702px;
    margin-left: auto;
}

@media (max-width: 1500px) {
    .ns-root .newsArea .wrap > .left .btnBox {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 1200px) {
    .ns-root .newsArea .wrap > .left .btnBox {
        max-width: none;
    }
}

@media (max-width: 720px) {
    .ns-root .newsArea .wrap > .left .btnBox {
        padding-right: 0;
        padding-left: 0;
    }
}

.ns-root .newsArea .wrap > .right {
    justify-content: flex-start;
    padding: 50px 0 0;
}

@media (max-width: 1200px) {
    .ns-root .newsArea .wrap > .right {
        padding-top: 20px;
    }
}

.ns-root .newsArea .wrap > .right .titleBox {
    padding-left: 34px;
    margin-left: 0;
    margin-right: auto;
}

@media (max-width: 1500px) {
    .ns-root .newsArea .wrap > .right .titleBox {
        padding: 0 20px;
    }
}

@media (max-width: 720px) {
    .ns-root .newsArea .wrap > .right .titleBox {
        padding: 0;
    }
}

.ns-root .newsArea .wrap > .right .titleBox + p {
    padding-left: 34px;
}

@media (max-width: 1500px) {
    .ns-root .newsArea .wrap > .right .titleBox + p {
        padding: 0 20px;
    }
}

@media (max-width: 720px) {
    .ns-root .newsArea .wrap > .right .titleBox + p {
        padding: 0;
    }
}

.ns-root .newsArea .wrap > .right .btnBox {
    padding-left: 34px;
}

@media (max-width: 1500px) {
    .ns-root .newsArea .wrap > .right .btnBox {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 720px) {
    .ns-root .newsArea .wrap > .right .btnBox {
        padding-right: 0;
        padding-left: 0;
    }
}

.ns-root .newsArea .wrap .titleBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
    max-width: 702px;
}

@media (max-width: 1500px) {
    .ns-root .newsArea .wrap .titleBox {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1200px) {
    .ns-root .newsArea .wrap .titleBox {
        max-width: none;
    }
}

.ns-root .newsArea .wrap .titleBox em {
    font-size: 50px;
    font-style: normal;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    color: #046eb8;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    margin-right: 22px;
    display: block;
}

@media (max-width: 1300px) {
    .ns-root .newsArea .wrap .titleBox em {
        font-size: 48px;
    }
}

@media (max-width: 540px) {
    .ns-root .newsArea .wrap .titleBox em {
        line-height: 1.1;
        font-size: 45px;
        margin-bottom: 13px;
    }
}

.ns-root .newsArea .wrap .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-bottom: 6px;
    letter-spacing: 1px;
}

@media (max-width: 1500px) {
    .ns-root .newsArea .wrap .titleBox h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .ns-root .newsArea .wrap .titleBox h2 {
        font-size: 16px;
    }
}

.ns-root .newsArea .wrap .titleBox h2::after {
    content: "";
    width: 26px;
    height: 3px;
    background-color: #046eb8;
    left: 0;
    position: absolute;
    bottom: -2px;
}

.ns-root .newsArea .wrap .titleBox + p {
    font-size: 24px;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    font-weight: 500;
    max-width: 702px;
    margin-bottom: 39px;
    color: #181818;
}

@media (max-width: 1200px) {
    .ns-root .newsArea .wrap .titleBox + p {
        max-width: none;
    }
}

.ns-root .newsArea .newsList,
.ns-root .newsArea .newsList2 {
    display: flex;
    border-top: 1px solid #eeeeee;
    flex-direction: column;
}

.ns-root .newsArea .newsList li,
.ns-root .newsArea .newsList2 li {
    border-bottom: 1px solid #eeeeee;
    border-right: 0;
}

@media (max-width: 720px) {
    .ns-root .newsArea .newsList li,
    .ns-root .newsArea .newsList2 li {
        border-left: 0;
    }
}

.ns-root .newsArea .newsList li .item,
.ns-root .newsArea .newsList2 li .item {
    max-width: 702px;
    position: relative;
    transition: all 0.5s;
}

.ns-root .newsArea .newsList li .item {
    padding-right: 34px;
    margin-left: auto;
}

.ns-root .newsArea .newsList2 li .item {
    padding-left: 34px;
}

.ns-root .newsArea .newsList li .item::after,
.ns-root .newsArea .newsList2 li .item::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #046eb8;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.ns-root .newsArea .newsList li .item:hover::after,
.ns-root .newsArea .newsList2 li .item:hover::after {
    opacity: 1;
}

@media (max-width: 1500px) {
    .ns-root .newsArea .newsList li .item,
    .ns-root .newsArea .newsList2 li .item {
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .ns-root .newsArea .newsList li .item,
    .ns-root .newsArea .newsList2 li .item {
        max-width: none;
    }
}

@media (max-width: 720px) {
    .ns-root .newsArea .newsList li .item,
    .ns-root .newsArea .newsList2 li .item {
        border-left: 0;
        padding: 0;
    }
}

.ns-root .newsArea .Txt {
    position: relative;
    background-color: #fff;
    padding: 18px 0;
    min-height: 143px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 720px) {
    .ns-root .newsArea .Txt {
        flex-wrap: wrap;
        background: transparent;
    }
}

.ns-root .newsArea .Txt .right {
    flex-grow: 1;
    padding-right: 20px;
}

@media (max-width: 720px) {
    .ns-root .newsArea .Txt .right {
        width: calc(100% - 100px);
        padding-right: 0;
    }
}

.ns-root .newsArea h3 {
    height: 54px;
    overflow: hidden;
}

@media (max-width: 720px) {
    .ns-root .newsArea h3 {
        height: 34px;
    }
}

.ns-root .newsArea h3 a {
    height: 54px;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #181818;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 720px) {
    .ns-root .newsArea h3 a {
        height: 34px;
    }
}

.ns-root .newsArea h3 a:hover {
    color: #046eb8;
}

.ns-root .newsArea .Txt p {
    height: 54px;
    font-size: 14px;
    color: #403f3f;
    line-height: 1.5;
    letter-spacing: 0.6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 4px;
}

.ns-root .newsArea .date {
    font-size: 12px;
    color: #a5a5a5;
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-right: 48px;
    width: 100px;
    flex-shrink: 0;
}

.ns-root .newsArea .date::after {
    content: "";
    top: 10px;
    right: 22px;
    width: 1px;
    height: 40px;
    background-color: #dcdcdc;
    position: absolute;
    transform: rotate(20deg);
}

.ns-root .newsArea .date span {
    font-family: "Poppins", "Noto Sans TC", sans-serif;
    font-size: 27px;
    line-height: 1.3;
    color: #808080;
    margin-top: 2px;
}

.ns-root .newsArea .Txt .link {
    width: 63px;
    height: 63px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    border-radius: 888px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-shrink: 0;
    position: relative;
    transition: all 0.5s;
}

.ns-root .newsArea .Txt .link::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 5px solid #fff;
    border-radius: 999px;
    z-index: 2;
}

@media (max-width: 720px) {
    .ns-root .newsArea .Txt .link {
        margin-left: 100px;
    }
}

.ns-root .newsArea .Txt .link:hover {
    background-color: #046eb8;
    border-color: #046eb8;
}

.ns-root .newsArea .Txt .link:hover svg polyline,
.ns-root .newsArea .Txt .link:hover svg line {
    stroke: #fff !important;
}

.ns-root .newsArea .Txt .link svg polyline,
.ns-root .newsArea .Txt .link svg line {
    stroke: #046eb8;
    transition: all 0.5s;
}

.ns-root .newsArea .wrap > div .btnBox {
    padding-top: 37px;
    padding-bottom: 54px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .ns-root .newsArea .wrap > div .btnBox {
        padding: 24px 0;
    }
}

.ns-root .newsArea .wrap > div .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;
    transition: all 0.5s;
    cursor: pointer;
}

.ns-root .newsArea .wrap > div .btn svg {
    width: 22px;
    height: 22px;
}

.ns-root .newsArea .wrap > div .btn > span {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.ns-root .newsArea .wrap > div .btn > span svg {
    display: block;
}

.ns-root .newsArea .wrap > div .btn svg polyline,
.ns-root .newsArea .wrap > div .btn svg line {
    stroke: #fff;
    transition: all 0.5s;
}

.ns-root .newsArea .wrap > div .btn:hover {
    color: #046eb8;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(4, 110, 184, 0.23);
}

.ns-root .newsArea .wrap > div .btn:hover svg polyline,
.ns-root .newsArea .wrap > div .btn:hover svg line {
    stroke: #046eb8 !important;
}

@media (max-width: 480px) {
    .ns-root .newsArea .wrap > div .btn {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

.ns-sk-row {
    padding: 18px 0;
    min-height: 143px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    gap: 16px;
    align-items: center;
}

.ns-sk-box {
    background: linear-gradient(90deg, #f2f2f2 25%, #e8e8e8 50%, #f2f2f2 75%);
    background-size: 200% 100%;
    animation: ns-shimmer 1.4s infinite;
    border-radius: 3px;
}

@keyframes ns-shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
