/**
 * 注意：此檔案包含自定義樣式，請勿在系統更新時覆蓋
 * Note: This file contains custom styles, do not overwrite during system updates
 * 最後更新 / Last updated: 2025-04-16
 */

.header-template18 {
    background: transparent !important;
}
.header-template18 .header__search-icon {
    width: max-content;
}
.header-template18 .logo__img {
    padding: 10px 24px;
    border-radius: 48px;
    box-shadow: 0px 0px 5px 2px rgba(194, 194, 194, 0.7215686275);
}
.header-template18 .topblock {
    margin-bottom: 8px;
}
.header-template18 .topblock .wrapper {
    text-align: right;
}
.header-template18 .wrapper {
    max-width: 100%;
    padding: 0px 24px !important;
}
.header-template18 .wrapper .left-info li {
    text-shadow: -1px -1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, 1px 1px 3px #fff;
}
.header-template18 .header__inner .nav__layer {
    top: 48px;
    border-radius: 0px 0px 8px 8px;
}
.header-template18 .header__inner .nav__layer .nav__layer {
    top: 24px;
    border-radius: 8px;
}
.header-template18 .header__inner .nav__name {
    padding: 10px 30px;
    position: relative;
    z-index: 1;
}
.header-template18 .header__inner .nav__name::after {
    height: 100%;
}
.header-template18 .header__inner .nav__name:hover::after {
    border-radius: 48px;
    z-index: -1;
    height: 100%;
}
.header-template18 .header__inner .nav__name.active::after {
    border-radius: 48px;
    z-index: -1;
    height: 100%;
}
.header-template18 .header__inner .nav-item:nth-child(1) .nav__name {
    padding-left: 20px !important;
}
.header-template18 .header__inner .header__search {
    margin-right: 20px;
    z-index: 2;
}
.header-template18 .header__inner .nav__box {
    margin-left: auto;
    margin-right: -160px;
    border-radius: 48px;
    padding: 10px 240px 10px 10px;
    box-shadow: 0px 0px 5px 2px rgba(194, 194, 194, 0.7215686275);
}
.header-template18 .header__inner:after {
    left: -moz-calc(50% - 55%);
    left: -webkit-calc(50% - 55%);
    left: calc(50% - 55%);
    width: 160px;
    height: 48px;
    left: unset;
    right: 36px;
    border-radius: 48px;
    z-index: 1;
}
.header-template18.header--fixed {
    box-shadow: none;
}

@media only screen and (min-width: 1280px) {
    .header-template18 .header__search-form {
        width: calc(100% - 48px);
        left: 24px;
    }
    .header-template18 .header__search-form .header__inner .nav__layer {
        top: 40px;
    }
    .header-template18 .header__search-form .header__inner .nav__layer .nav__layer {
        top: 15px;
    }
}
@media only screen and (min-width: 991px) {
    .header-template18 .header__search-form {
        width: calc(100% - 32px);
        height: calc(100% - 36px);
        left: 16px;
        top: 39px;
        border-radius: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 80px 10px 24px;
        transition: 0.3s all ease-in-out;
    }
    .header-template18 .header__search--on {
        border-radius: 48px;
        background-color: #eae3e3;
        width: 36px;
        height: 36px;
        z-index: 12 !important;
    }
    .header-template18 .header__search-btn {
        position: relative;
        top: 0;
        right: 0;
    }
}
@media only screen and (max-width: 1400px) {
    .header-template18 .header__inner .nav__name {
        padding: 10px 22px;
    }
}
@media only screen and (max-width: 1280px) {
    .header-template18 .wrapper {
        padding: 0 16px !important;
    }
    .header-template18 .logo__img {
        padding: 10px 15px;
    }
    .header-template18 .header__inner::after {
        width: 160px;
        height: 36px;
        right: 28px;
    }
    .header-template18 .header__inner .nav__layer {
        top: 38px;
    }
    .header-template18 .header__inner .nav__box {
        padding-right: 180px;
    }
    .header-template18 .header__inner .nav__name {
        font-size: 16px;
        padding: 5px 16px;
    }
    .header-template18 .header__inner .nav__box {
        padding: 8px 170px 8px 10px;
    }
    .header-template18 .header__search-icon {
        font-size: 18px;
    }
    .header-template18 .nav__btn {
        right: 4px;
    }
}
@media only screen and (max-width: 991px) {
    .header-template18 .header__search-form:after {
        background-color: rgba(0, 0, 0, 0.7) !important;
    }
    .header-template18 .header__search-icon .icon-x {
        position: relative;
        left: unset;
        top: unset;
        transform: translateX(0);
        color: #333 !important;
    }
    .header-template18 .header__search-form {
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        padding: 10px 24px 10px 24px;
        border-radius: 0;
    }
    .header-template18 .header__inner::after {
        width: 200px;
        height: 100%;
        right: 16px;
    }
    .header-template18 .header__inner .header__search--on {
        position: fixed;
        right: 16px;
        top: 16px;
        background-color: whitesmoke;
        z-index: 66;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-template18 .hamburger {
        z-index: 5;
    }
    .header-template18 .hamburger--on {
        z-index: 20;
    }
    .header-template18 .header__inner {
        justify-content: start;
    }
    .header-template18 .header__inner .header__search {
        margin-right: 0px;
    }
    .header-template18 .header__inner .hamburger {
        margin-right: 12px;
    }
    .header-template18 .header__inner .logo {
        flex: 1;
    }
    .header-template18 .header__inner .nav__box {
        padding-top: 50px !important;
        padding-right: 16px !important;
        margin-right: 0;
        border-radius: 0;
    }
    .header-template18 .header__inner .nav__name {
        padding: 10px 15px;
    }
    .header-template18 .header__inner .nav__layer {
        top: 0;
    }
    .header-template18 .header__inner .nav__layer .nav__layer {
        top: 0;
    }
}

.index-editor-template26 {
    padding: 24px;
}
.index-editor-template26 .index-editor-template26-info {
    padding: 24px 24px 24px 0;
}
.index-editor-template26 .index-editor-template26-info .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 3px;
}
.index-editor-template26 .index-editor-template26-info .content {
    margin: 16px 0px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}
.index-editor-template26 .index-editor-template26-info a {
    border-radius: 5px;
    margin: 0;
    margin-top: 8px;
    border: 2px solid #fff;
}
.index-editor-template26 .index-editor-template26-info a:hover {
    transform: translateY(0px);
}

@media only screen and (max-width: 1480px) {
    .index-editor-template26 {
        padding: 0px 16px;
    }
    .index-editor-template26 .index-editor-template26-info {
        padding: 24px 24px 24px 24px;
    }
}
@media only screen and (max-width: 480px) {
    .index-editor-template26 {
        padding: 24px 16px;
    }
    .index-editor-template26 .index-editor-template26-info {
        padding: 24px 0px 24px 0;
    }
}


.index-editor-template27 {
    padding: 48px 36px;
}
.index-editor-template27 .index-editor-template27-item {
    width: calc(50% - 12px);
    margin: 12px 24px 12px 0px;
    position: relative;
}
.index-editor-template27 .index-editor-template27-item:nth-child(2n) {
    margin-right: 0;
}
.index-editor-template27 .index-editor-template27-item .pic {
    width: 100%;
    height: max-content;
    position: relative;
}
.index-editor-template27 .index-editor-template27-item .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index-editor-template27 .index-editor-template27-item .pic img {
    width: 100%;
    height: auto;
}
.index-editor-template27 .index-editor-template27-item .content {
    width: calc(100% - 64px);
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px;
    border-radius: 8px;
    z-index: 3;
    transition: 0.4s all ease-in-out;
}
.index-editor-template27 .index-editor-template27-item .content a, .index-editor-template27 .index-editor-template27-item .content .title, .index-editor-template27 .index-editor-template27-item .content .text {
    transition: 0.4s all ease-in-out;
}
.index-editor-template27 .index-editor-template27-item .content:hover {
    transition: 0.4s all ease-in-out;
}
.index-editor-template27 .index-editor-template27-item .content:hover a, .index-editor-template27 .index-editor-template27-item .content:hover .title, .index-editor-template27 .index-editor-template27-item .content:hover .text {
    transition: 0.4s all ease-in-out;
}
.index-editor-template27 .index-editor-template27-item .content .title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.index-editor-template27 .index-editor-template27-item .content .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px auto;
}
.index-editor-template27 .index-editor-template27-item .content a {
    display: flex;
    margin-left: auto;
    width: max-content;
    text-align: end;
}
.index-editor-template27 .index-editor-template27-item .content .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
    z-index: 3;
}

@media only screen and (max-width: 768px) {
    .index-editor-template27 .index-editor-template27-item {
        width: 100%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 480px) {
    .index-editor-template27 {
        padding: 48px 16px;
    }
    .index-editor-template27 .index-editor-template27-item {
        padding: 12px 0;
    }
    .index-editor-template27 .index-editor-template27-item .pic img {
        min-height: 80vw;
        position: relative;
        object-fit: cover;
    }
}

.index-editor-template29 {
    padding: 48px 3vw;
    position: relative;
    overflow: hidden;
}
.index-editor-template29::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.index-editor-template29 .coldefault3 {
    padding: 16px;
}
.index-editor-template29 .counter-box {
    padding: 24px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.index-editor-template29 .counter-box .pic {
    margin-bottom: 16px;
    width: 100%;
}
.index-editor-template29 .counter-box img {
    height: 80px;
    width: auto;
    position: relative;
    object-fit: contain;
    margin: auto;
}
.index-editor-template29 .counter-box .counter-group {
    display: flex;
    align-items: center;
}
.index-editor-template29 .counter-box .counter-group div {
    font-size: 28px;
    font-weight: 600;
    padding: 0 3px;
}
.index-editor-template29 .counter-box .samll-text {
    width: 100%;
    margin-top: 8px;
    font-size: 16px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .index-editor-template29 {
        padding: 48px 0vw;
    }
    .index-editor-template29 .counter-box {
        padding: 24px 12px;
    }
}

.index-editor-template30 {
    padding: 48px 0px;
}
.index-editor-template30 .title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}
.index-editor-template30 .coldefault2 {
    width: calc(16.7% - 24px);
    margin: 12px 28px 12px 0px;
}
.index-editor-template30 .coldefault2:nth-child(6n) {
    margin-right: 0;
}
.index-editor-template30 .logo-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 16px;
    position: relative;
}
.index-editor-template30 .logo-item:hover .pic img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}
.index-editor-template30 .logo-item .link-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: transparent;
}
.index-editor-template30 .logo-item .pic {
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-editor-template30 .logo-item .pic img {
    height: 60px;
    width: auto;
    position: relative;
    object-fit: contain;
    transition: all 0.4s ease-in-out;
}
.index-editor-template30 .logo-item .name {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.index-editor-template30 .logo-item:hover .name {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1480px) {
    .index-editor-template30 {
        padding: 48px 40px;
    }
}
@media only screen and (max-width: 991px) {
    .index-editor-template30 {
        padding: 48px 30px;
    }
    .index-editor-template30 .coldefault2 {
        width: calc(33.3% - 24px);
        margin: 12px 28px 12px 0px;
    }
    .index-editor-template30 .coldefault2:nth-child(3n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .index-editor-template30 .coldefault2 {
        width: calc(50% - 14px);
        margin: 12px 28px 12px 0px;
    }
    .index-editor-template30 .coldefault2:nth-child(3n) {
        margin-right: 28px;
    }
    .index-editor-template30 .coldefault2:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .index-editor-template30 {
        padding: 48px 16px;
    }
}
/*# sourceMappingURL=custom-made.css.map */
/* header custom color */
.header-template18 .header__inner .nav__name::after{
    background: #ededed8f !important;
    width: 0;
}

.header-template18 .nav__name.active::after,.header-template18 .header__inner .nav__name:hover::after{
    border-radius: 48px;
    z-index: -1;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
}

.header-template18 .header__inner .nav__name:hover{
    color: #2879D0 !important;
}

/* 全局|gdpr|位置變更 */
@media screen and (min-width:991px) {
    .advbox{
        max-width: 400px;
        left: 16px;
        bottom: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cookies-btn,.advbox .btnset{
        width: 100%;
        margin: 8px auto;
        text-align: center;
    }

    .advbox .btnset:hover{
        background: #383838;
    }

}

.footer-common-editor1 {
    width: 100%;
}

.footer-common-editor1-template8 {
    padding: 30px 0 20px;
}
.footer-common-editor1-template8 .footer-item {
    padding-left: 3rem;
}
.footer-common-editor1-template8 .footer-item:nth-child(1) {
    padding-right: 0px;
}
.footer-common-editor1-template8 .footer-item .footer-logo {
    margin-top: 24px;
}
.footer-common-editor1-template8 .footer-item .title {
    font-weight: bolder;
}
.footer-common-editor1-template8 .has-icon {
    flex-direction: column;
}
.footer-common-editor1-template8 .has-icon .footer-social-icon {
    display: flex;
    margin-top: 24px;
}
.footer-common-editor1-template8 .has-icon .footer-social-icon a {
    display: block;
    margin-right: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-common-editor1-template8 .has-icon .footer-social-icon a img {
    width: auto;
    height: 20px;
    object-fit: contain;
}
.footer-common-editor1-template8 .has-icon ul li::before {
    content: ">";
    margin-right: 8px;
}
.footer-common-editor1-template8 .footer__logo img {
    max-width: 100%;
    height: auto;
}
.footer-common-editor1-template8 .footer__logo p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}
.footer-common-editor1-template8 .footer__info {
    align-content: flex-start;
}
.footer-common-editor1-template8 .footer__info .title {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    font-weight: bolder;
}
.footer-common-editor1-template8 .footer__info ul {
    width: 100%;
    padding-left: 0;
    margin: 0;
}
.footer-common-editor1-template8 .footer__info ul li {
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    list-style-type: none;
    position: relative;
}
.footer-common-editor1-template8 .footer__info ul li:last-child {
    margin-bottom: 0;
}
.footer-common-editor1-template8 .footer__info ul li::before {
    width: 24px;
    height: 24px;
    font-size: 16px;
    font-family: "icomoon";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-common-editor1-template8 .footer__info ul li.add::before {
    content: "\e923";
}
.footer-common-editor1-template8 .footer__info ul li.tel::before {
    content: "\e926";
}
.footer-common-editor1-template8 .footer__info ul li.fax::before {
    content: "\e91d";
}
.footer-common-editor1-template8 .footer__info ul li.mail::before {
    content: "\e91c";
}
.footer-common-editor1-template8 .footer__info ul li a:hover {
    text-decoration: underline;
}
.footer-common-editor1-template8 .footer__social {
    align-content: flex-start;
}
.footer-common-editor1-template8 .footer__social .title {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
.footer-common-editor1-template8 .footer__social ul {
    padding-left: 0;
    margin: 0;
}
.footer-common-editor1-template8 .footer__social ul li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    list-style-type: none;
}
.footer-common-editor1-template8 .footer__social ul li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .footer-common-editor1-template8 .footer__social {
        border-style: none !important;
    }
    .footer-common-editor1-template8 .footer-item {
        margin: 16px 0px;
    }
    .footer-common-editor1-template8 .footer__logo {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .footer-common-editor1-template8 .footer__logo img {
        margin: auto;
    }
}
@media only screen and (max-width: 480px) {
    .footer-common-editor1-template8 .footer-item {
        padding-left: 0 !important;
    }
    .footer-common-editor1-template8 .footer__social {
        margin-bottom: 20px;
        padding: 15px 0;
        border-width: 1px 0;
        border-style: solid;
    }
}

/* 全局|header|箭頭樣式 */
.nav__btn::after{
    font-family: "icomoon" !important;
    content: "\f105" !important;
    font-size: 20px;
    transform: rotate(90deg);
}

.nav__layer .nav__btn::after{
    font-family: "icomoon" !important;
    content: "\f105" !important;
    font-size: 20px;
    transform: rotate(0deg);
}

@media screen and (max-width:991px) {
    .nav__btn::after{
        font-family: "icomoon" !important;
        content: "\f105" !important;
        font-size: 20px;
        transform: rotate(0deg);
    }
}
.nav__btn-icon{
    display: none;
}

/* 首頁|列表標題|字體粗度 */
section .title.title--lg{
    font-weight: bold;
}

/* 首頁|banner|箭頭大小 */
.ind-banner .swiper-button-next::after, .ind-banner .swiper-button-prev::after{
    font-size: 24px;
}

.news.index-list-effect-2 .img:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}
.news.index-list-effect-2 .img:hover img {
    transform: scale(1) !important;
}

.header-template18 .logo__img{
    padding: 14px 16px !important;
}

@media screen and (min-width:991px) {
    .header__search--on .header__search-icon i{
        margin-left: 8px;
    }
}

@media only screen and (max-width: 1280px) {
    .header-template18 .header__inner .nav__name {
        font-size: 16px;
        padding: 5px 14px !important;
    }

    .header-template18 .logo__img {
        padding: 10px 8px !important;
    }

    .logo__img img{
        width: 180px !important;

    }
}

.banner-video {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 953; /* 或用 3 / 1、21 / 9 依照你 banner 圖片比例 */
    overflow: hidden;
}

.banner-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .banner-video {
        aspect-ratio: 480 / 425; /* 手機版比例 */
    }
    .ind-banner__textbox {
        display: none;
    }

}

.language {
    .option {
        li {
            &:last-child {
                display: none;
            }
        }
    }
}

