html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

/* 文字設定 */
.txt_xxl {
    /*h2*/
    font-weight: 700;
    font-size: 56px;
    color: #fff;
    letter-spacing: 0.05em;
}

@media(max-width:1699px) {
    .txt_xxl {
        font-size: 56px;
    }
}

@media(max-width:1499px) {
    .txt_xxl {
        font-size: 52px;
    }
}

@media(max-width:1299px) {
    .txt_xxl {
        font-size: 50px;
    }
}

@media(max-width:1199px) {
    .txt_xxl {
        font-size: 48px;
    }
}

@media(max-width:1099px) {
    .txt_xxl {
        font-size: 46px;
    }
}

@media(max-width:991px) {
    .txt_xxl {
        font-size: 36px;
    }
}

@media(max-width:767px) {
    .txt_xxl {
        font-size: 34px;
    }
}

@media(max-width:575px) {
    .txt_xxl {
        font-size: 32px;
    }
}

@media(max-width:390px) {
    .txt_xxl {
        font-size: 30px;
    }
}

.txt_xl {
    /*h3*/
    font-weight: 500;
    font-size: 36px;
    color: #fbc808;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

@media(max-width:1699px) {
    .txt_xl {
        font-size: 36px;
    }
}

@media(max-width:1499px) {
    .txt_xl {
        font-size: 32px;
    }
}

@media(max-width:1299px) {}

@media(max-width:1199px) {
    .txt_xl {
        font-size: 30px;
    }
}

@media(max-width:1099px) {
    .txt_xl {
        font-size: 28px;
    }
}

@media(max-width:991px) {
    .txt_xl {
        font-size: 26px;
    }
}

@media(max-width:767px) {}

@media(max-width:575px) {}

@media(max-width:390px) {
    .txt_xl {
        font-size: 24px;
    }
}

.txt_lg {
    /*h4*/
    font-weight: 500;
    font-size: 24px;
    color: #505050;
    line-height: 1.5em;
}

@media(max-width:1699px) {
    .txt_lg {
        font-size: 22px;
    }
}

@media(max-width:1499px) {
    .txt_lg {
        font-size: 20px;
    }
}

@media(max-width:1299px) {}

@media(max-width:1199px) {}

@media(max-width:1099px) {}

@media(max-width:991px) {}

@media(max-width:767px) {
    .txt_lg {
        font-size: 16px;
    }
}

@media(max-width:575px) {}

@media(max-width:390px) {
    .txt_lg {
        font-size: 14px;
    }
}

.txt_md {
    /*h5*/
    font-weight: 400;
    font-size: 20px;
    color: #505050;
    line-height: 1em;
}

@media(max-width:1699px) {
    .txt_md {
        font-size: 20px;
    }
}

@media(max-width:1499px) {}

@media(max-width:1299px) {}

@media(max-width:1199px) {
    .txt_md {
        font-size: 18px;
    }
}

@media(max-width:1099px) {}

@media(max-width:991px) {}

@media(max-width:767px) {
    .txt_md {
        font-size: 16px;
    }
}

@media(max-width:575px) {
    .txt_md {
        font-size: 14px;
    }
}

@media(max-width:390px) {}

.txt_sm {
    /*h6*/
    font-weight: 400;
    font-size: 18px;
    color: #505050;
    line-height: 1.5em;
}

@media(max-width:1699px) {
    .txt_sm {
        font-size: 18px;
    }
}

@media(max-width:1499px) {}

@media(max-width:1299px) {}

@media(max-width:1199px) {}

@media(max-width:1099px) {}

@media(max-width:991px) {}

@media(max-width:767px) {
    .txt_sm {
        font-size: 16px;
    }
}

@media(max-width:575px) {}

@media(max-width:390px) {
    .txt_sm {
        font-size: 14px;
    }
}


/* .btn_txt { */
/*按鈕文字*/
/*font-weight: 500;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
} */


@media(max-width:1699px) {
    .btn {
        font-size: 18px;
    }
}

@media(max-width:1499px) {
    .btn {
        font-size: 16px;
    }
}

@media(max-width:1299px) {}

@media(max-width:1199px) {}

@media(max-width:1099px) {}

@media(max-width:991px) {}

@media(max-width:767px) {}

@media(max-width:575px) {}

@media(maxmax-width:390px) {
    .btn {
        font-size: 14px;
    }
}


.footer_txt_lg {
    /*頁尾大字體*/
    font-weight: 400;
    font-size: 18px;
    color: #fbc808;
}

.footer_txt_sm {
    /*頁尾小字體*/
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

/*大按鈕*/
.btn {
    position: relative;
    border: #fbc808 1px solid;
    padding: 10px 25px 10px 20px;
    max-width: 180px;
    background-color: #fbc808;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    background-color: #fff;
    color: #fbc808;
}

@media(max-width:1499px) {
    .btn {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .btn {
        font-size: 14px;
        padding: 6px 12px;
    }
}

/* NAV選單 */
.bf_nav {
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navbar_area {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0;
}

/* LOGO */
.nav_logo_block {
    display: block;
    margin: auto;
}

.nav_logo {
    width: 217px;
    height: auto;
    display: block;
}

@media(max-width:1699px) {
    .navbar_area {
        padding: 0 12px;
    }
}

@media(max-width:1199px) {
    .nav_logo_block {
        margin: 0 !important;
    }

    .nav_logo {
        width: 160px;
    }
}

@media(max-width:575px) {
    .nav_logo {
        width: 140px;
    }
}

@media(max-width:390px) {
    .nav_logo {
        width: 120px;
    }
}

/* 選單列 */
.bf_navcoll .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bf_navcoll .nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-top: 0px;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
}

.bf_navcoll .nav-item .nav-link:hover {
    color: #fbc808;
}

.collapse {
    justify-content: flex-end;
}

.nav-item .support_block {
    background-color: transparent;
    border: none;
}

/* desk navbar drowdown style */
.navbar_area .dropdown-item {
    color: #505050;
    background-color: transparent;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid transparent;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #f5f5f5;
    border-bottom: 1px solid transparent;
    color: #505050;
    border: none;
}

/* barhover 效果 */
.navbar_area .dropdown-item:focus,
.dropdown-item:hover {
    background-color: #fff;
    border-bottom: 1px solid #fbc808;
    transition: all 0.3s ease-in-out;
}

@media(max-width:1199px) {
    .bf_navcoll .nav-item .nav-link {
        font-size: 16px;
        white-space: nowrap;
        padding: 10px 10px;
    }

    .dropdown-item {
        font-size: 14px;
    }

    .navbar_btn {
        font-size: 16px;
    }
}

/* 縮小展開的bar */
@media(max-width:997px) {
    .navbar-nav .nav-item {
        width: 100%;
        text-align: center;
    }

    .navbar-nav .dropdown-item:hover {
        padding-left: 10px;
    }
}

.bf_navcoll .nav-item .nav-link:has(.contact_block),
.bf_navcoll .nav-item .nav-link:has(.language_block) {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block !important;
        margin-top: 0;
        transform: all .3s ease-in-out;
    }
}

.dropdown-item {
    font-size: 16px;
}

/* navburger */
@media(max-width: 991px) {
    .navbar-toggler {
        position: absolute;
        top: 7px;
        z-index: 999;
        right: 12px;
        border-radius: 100%;
        border: none;
        height: 45px;
        width: 45px;
        cursor: pointer;
        box-shadow: none !important;
        padding: 0px 12px;
    }

    @media(max-width:575px) {
        .navbar-toggler {
            top: 5px;
        }
    }

    @media(max-width:390px) {
        .navbar-toggler {
            top: 3px;
        }
    }

    .navbar-toggler .burger_btn {
        width: 100%;
        height: 2px;
        background: #505050;
        margin: 5px auto;
        transition: all 0.3s ease;
        backface-visibility: hidden;
    }

    /* 更改下拉選單展開樣式 */
    .bf_nav .dropdown-menu {
        border: 0px;
        background-color: #f5f5f5;
        font-family: 'roboto regular';
        color: #505050;
        white-space: normal;
    }

}

/* 漢堡選單動態變化 */
.navbar-toggler.on .line1 {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.on .line2 {
    opacity: 0;
}

.navbar-toggler.on .line3 {
    transform: rotate(-45deg) translate(5px, -5px);
}


/* 右側按鈕 */
.navbar_btn {
    max-width: 1420px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    gap: 10px;
    top: 20px;
    right: 20px;
}

@media(max-width:991px) {
    .navbar_btn {
        position: absolute;
        right: 60px !important;
        z-index: 999;
        top: 15px;
    }

    .navbar_btn text {
        font-size: 16px;
        font-family: 'Roboto medium';
    }
}

@media(max-width:390px) {
    .navbar_btn {
        top: 13px;
    }
}


/* contact */
.contact_btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    position: relative;
    text-decoration: none;
    background-color: #fbc808;
    margin-left: 10px;
    border-radius: 5px;
}

.contact_icon {
    width: 20px;
    height: auto;
    display: block;
    flex-shrink: 0;
}

/* contact line */
.v-line {
    width: 1px;
    height: 25px;
    background-color: #fff;
    opacity: 0.3;
    flex-shrink: 0;
}

.contact_text {
    color: #fff !important;
    text-decoration: none;
    padding: 0 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.language_btn img {
    max-width: 100%;
    width: 20px;
    height: auto;
    color: #fff;
}

.language_btn {
    background-color: #505050;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
}

/* 語系下拉展開樣式 */
.navbar_btn .dropdown-menu {
    transform: translateX(-50%);
    left: 50%;
    min-width: 0;
    background-color: #f5f5f5;
    color: #505050;
    border: none;
}

@media (max-width: 1199px) {
    .contact_btn {
        padding: 6px 12px;
        gap: 8px;
        margin-left: 5px;
    }

    .contact_icon {
        width: 16px;
    }

    .v-line {
        height: 14px;
    }

    .contact_text {
        font-size: 14px;
    }

    .language_btn img {
        width: 15px !important;
    }

    .language_btn {
        padding: 6px !important;
    }
}

@media(max-width:575px) {
    .contact_btn {
        padding: 4px 10px;
        gap: 4px;
        margin-left: 5px;
    }

    .contact_icon {
        width: 12px;
    }

    .v-line {
        height: 7px;
    }

    .language_btn img {
        width: 14px !important;
    }

    .language_btn {
        padding: 4px !important;
    }
}


/* 首頁Banner區 */
.banner_area {
    width: 100%;
    padding: 0px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}


.banner_block {
    overflow: hidden;
    position: relative;
}

/* BN遮罩 */
.BN_black {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.bn_img_section {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner_tblock {
    padding: 0 24px;
    max-width: 1420px;
    position: absolute;
    bottom: 214px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
}

.BN_text {
    align-items: flex-end;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.BN_text_lg {
    font-size: 60px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    z-index: 10;
}

.BN_text_sm {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    z-index: 9;
}

.banner .banner_slick {
    margin-bottom: -40px !important;
}

.banner_slick .slick-dots {
    max-width: 1420px;
    position: relative;
    bottom: 200px;
    display: block;
    width: 100%;
    padding: 0 24px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 10;
    list-style: none;
    text-align: end;
}

.banner_slick .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.banner_slick .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.banner_slick .slick-dots li button:hover,
.banner_slick .slick-dots li button:focus {
    outline: none;
}

.banner_slick .slick-dots li button:hover:before,
.banner_slick .slick-dots li button:focus:before {
    opacity: 1;
}

.banner_slick .slick-dots li button:before {
    font-family: 'slick';
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner_slick .slick-dots li.slick-active button:before {
    background-color: #fff;
    border-color: #fff;
}

/* 首頁BN響應式調整 */
@media(max-width:1699px) {
    .banner_tblock {
        bottom: 170px;
    }

    .BN_text {
        box-sizing: border-box;
    }

    .BN_text_lg {
        font-size: 50px;
        line-height: 1.1;
    }

    .BN_text_sm {
        font-size: 16px;
        line-height: 1.2;
    }

    .banner_slick .slick-dots {
        bottom: 158px;
    }
}

@media(max-width:1499px) {
    .banner_tblock {
        bottom: 130px;
    }

    .BN_text_lg {
        font-size: 50px;
        line-height: 1.1;
    }

    .BN_text_sm {
        font-size: 16px;
        line-height: 1.2;
    }

    .banner_slick .slick-dots {
        bottom: 118px;
    }
}

@media(max-width:1299px) {
    .banner_tblock {
        bottom: 120px;
    }

    .BN_text_lg {
        font-size: 40px;
    }

    .BN_text_sm {
        font-size: 16px;
    }

    .banner_slick .slick-dots {
        bottom: 108px;
    }
}

@media(max-width:1199px) {
    .banner_tblock {
        bottom: 100px;
    }

    .banner_slick .slick-dots {
        bottom: 98px;
    }

}

@media(max-width:991px) {
    .banner_tblock {
        bottom: 70px;
    }

    .BN_text_lg {
        font-size: 30px;
    }

    .BN_text_sm {
        font-size: 14px;
    }


    .banner_slick .slick-dots {
        bottom: 70px;
    }

    .banner_slick .slick-dots li button:before {
        width: 8px;
        height: 8px;
    }

    .banner_slick .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0 3px;
    }
}


@media(max-width:767px) {
    .banner_tblock {
        bottom: 60px;
    }

    .BN_text_lg {
        font-size: 22px;
    }

    .BN_text_sm {
        display: none;
    }


    .banner_slick .slick-dots {
        bottom: 60px;
    }
}

@media(max-width:575px) {
    .banner_tblock {
        bottom: 40px;
    }


    .BN_text_lg {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .banner_slick .slick-dots {
        bottom: 50px;
    }
}

@media(max-width:390px) {
    .banner_tblock {
        bottom: 35px;
    }

    .BN_text_lg {
        font-size: 18px;
    }
}


/* 首頁OEM/ODM區*/
.oem_block {
    align-items: center;
    position: relative;
    overflow: hidden;
}

.oem_txt_section {
    max-width: 790px;
    margin: auto;
    width: 100%;
}

@media(max-width:1299px) {
    .oem_txt_section {
        padding-left: 25px;
    }
}

.oem_left_area {
    padding: 0;
}

.oem_left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    background-color: #d9d9d9;
    /* background-image: url('../image/index/oemodmphoto.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 890px;
}

.oem_left.lazyloaded {
    background-image: url('../image/index/oemodmphoto.png');
}

@media(max-width:991px) {
    .oem_left {
        height: 850px;
    }
}

@media(max-width:575px) {
    .oem_left {
        height: 810px;
    }
}

.oem_left::before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
}

.oem_txt {
    position: relative;
    z-index: 1;
}

.oem_txt_lg .odm {
    margin-left: 130px;
    margin-bottom: -10px;
}

.oem_txt_lg {
    display: inline-block;
}

.oem_txt_sm {
    color: #fff;
}

.slashed {
    border: 2px solid #fff;
    width: 150px;
    transform: rotate(-45deg);
    margin-left: 55px;
    margin-top: -15px;
}

.oem_txt_sm {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.oem_card {
    display: flex;
    flex-direction: row;
}

.oem_txt .btn {
    margin-top: 30px;
}

.btn span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.btn span::after {
    content: "";
    background-image: url('../image/index/btn_r.svg');
    width: 10px;
    height: 18px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 34px;
}

.btn:hover span::after {
    background-image: url('../image/index/btn_r_hover.svg');
}

/* 右邊卡片 */
.card_area {
    padding: 0;
}

@media(max-width:991px) {
    .card_area {
        padding-right: 24px;
    }
}

.oem_card {
    max-width: 490px;
    margin-left: -110px;
    /* padding: 10px; */
}

.card_section {
    display: flex;
    flex-direction: row;
}


.card_section img {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}

.oem_nb01 {
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    color: #fbc808;
    left: 20px;
    top: -45px;
}

.oem_nb02 {
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    color: #fbc808;
    left: 20px;
    top: -45px;
}

.oem_nb03 {
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    color: #fbc808;
    left: 20px;
    top: -45px;
}

.oem_nb04 {
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    color: #fbc808;
    left: 20px;
    top: -45px;
}


.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 10px;
    z-index: 2;
    padding: 30px;
    height: 100%;
    border: 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.card_r {
    top: 100px;
}

.oemodm_txt_xxl {
    font-size: 140px;
    font-weight: 700;
    line-height: 1em;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    color: #505050;
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    white-space: nowrap;
}

.botton_lg,
.support_header .botton_lg {
    width: 180px;
}

.oem_columeblock {
    display: grid;
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
}

.marquee-txt {
    display: inline-block;
    min-width: 100%;
}

.marquee-infinite {
    animation: marquee-vertical 6s linear infinite;
}

/*OEM跑馬燈效果*/
@keyframes marquee-vertical {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%)
    }
}

/* 首頁OEM響應式 */
@media(max-width:1699px) {

    .card_area {
        padding-right: 100px;
    }

    .card_section .txt_lg {
        font-size: 22px;
    }

    .card_section img {
        width: 90px;
        height: 90px;
        margin-bottom: 28px;
    }

    .oemodm_txt_xxl {
        font-size: 110px;
    }
}

@media(max-width:1499px) {
    .oem_txt_lg .txt_xxl {
        font-size: 52px;
    }

    .oemodm_txt_xxl {
        font-size: 90px;
    }

    .oem_txt_sm {
        font-size: 26px;
    }

    .card_section .txt_lg {
        font-size: 20px;
        margin: 0;
    }

    .botton_lg .btn {
        font-size: 16px;
    }

    .card .oem_nb01 {
        font-size: 50px;
        top: -38px;
    }

    .card .oem_nb02 {
        font-size: 50px;
        top: -38px;
    }

    .card .oem_nb03 {
        font-size: 50px;
        top: -38px;
    }

    .card .oem_nb04 {
        font-size: 50px;
        top: -38px;
    }
}

@media(max-width:1299px) {
    .oem_txt_lg .txt_xxl {
        font-size: 50px;
    }

    .oem_txt_sm {
        font-size: 24px;
    }

    .card_section img {
        width: 80px;
        height: 100%;
    }
}

@media(max-width:1199px) {
    .oem_txt_lg .txt_xxl {
        font-size: 48px;
    }

    .oem_txt_sm {
        font-size: 22px;
    }

    .card_section {
        max-width: 410px;
    }
}

@media(max-width:991px) {
    .slashed {
        width: 130px;
    }

    .oem_txt_lg .txt_xxl {
        font-size: 46px;
    }

    .oem_txt_sm {
        font-size: 20px;
    }

    .oem_txt_section {
        margin-top: 50px;
    }

    .oem_area .botton_lg {
        position: absolute !important;
        right: -270px;
        top: 35px;
    }

    .botton_lg {
        width: 160px;
    }

    .support_header .botton_lg {
        width: 160px !important;
        padding-top: 10px !important;
    }

    .oem_txt .btn {
        margin-top: 0;
    }

    .btn span::after {
        width: 8px;
        height: 16px;
        margin-left: 24px;
    }

    .oem_card {
        max-width: 500px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: -150px;
    }

    .card_section img {
        width: 70px;
        height: 100%;
        margin-bottom: 26px;
    }

    .card_section {
        margin-top: -50px;
    }
}

@media(max-width:767px) {
    .botton_lg .btn {
        font-size: 14px;
    }

    .card_section {
        max-width: 400px;
        margin-top: -30px;
    }

    .oem_card {
        margin: auto;
        top: 250px;
        display: flex;
        justify-content: center;
    }

    .oem_columeblock {
        display: none;
        overflow: hidden;
    }

    .oem_area .botton_lg {
        right: 24px;
    }

    .card_section .txt_lg {
        font-size: 18px;
    }

    .oem_nb01 {
        top: -40px;
    }

    .oem_nb02 {
        top: -40px;
    }

    .oem_nb03 {
        top: -40px;
    }

    .oem_nb04 {
        top: -40px;
    }

    .botton_lg {
        width: 130px;
    }
}

@media(max-width:575px) {
    .slashed {
        width: 110px;
        margin-left: 60px;
    }

    .oem_txt_section {
        margin-top: 80px;
    }

    .oem_txt_lg .txt_xxl {
        font-size: 42px;
    }

    .card_section .txt_lg {
        font-size: 16px;
    }

    .oem_txt_sm {
        font-size: 18px;
    }

    .oem_area .botton_lg {
        position: relative !important;
        right: 0;
        top: 0;
        padding-top: 10px;
    }

    .card_section {
        margin-top: 5px;
    }

    .oem_card {
        top: 300px;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }

    .card {
        padding: 30px;
    }

    .card_l {
        top: 10px;
    }

    .card_r {
        top: 60px;
    }

    .card_section img {
        width: 60px;
        margin-bottom: 10px;
    }
}

@media(max-width:390px) {
    .oem_txt {
        margin-top: 30px;
    }

    .slashed {
        width: 120px;
        margin-left: 55px;
    }

    .oem_txt_lg .txt_xxl {
        font-size: 38px;
    }

    .oem_txt_sm {
        font-size: 16px;
    }

    .card {
        padding-top: 50px;
        padding: 30px 20px;
    }

    .card_section img {
        width: 50px;
        margin-bottom: 2px;
    }

    .card_section .txt_lg {
        font-size: 14px;
    }

    .card .oem_nb01 {
        font-size: 40px;
        top: -30px;
    }

    .card .oem_nb02 {
        font-size: 40px;
        top: -30px;
    }

    .card .oem_nb03 {
        font-size: 40px;
        top: -30px;
    }

    .card .oem_nb04 {
        font-size: 40px;
        top: -30px;
    }
}

/* 首頁application應用區 */
.index_application {
    padding: 0px;
}

.idx_app_area {
    position: relative;
    margin: auto;
    padding: 185px 0px;
}

.index_a_area {
    padding: 0;
    position: relative;
    justify-content: center;
    max-width: 1420px;
    margin: auto;
    z-index: 2;
}

.index_a_info {
    position: relative;
}

.tittle_applicition {
    display: flex;
    align-items: center;
}

.index_a_info .txt_sm {
    max-width: 573px;
    height: 100%;
    margin-bottom: 50px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cover_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.index_a_info img {
    display: inline-block !important;
}

.index_a_btn {
    max-width: 480px;
    margin-bottom: 0 !important;
}

.index_a_btn .slick-slide {
    width: 100%;
}

/*按鈕區裡的下一層div(而非按鈕區裡的所有div)*/
.index_a_btn .slick-slide>div {
    padding: 15px 0px;
}

.app_btn {
    letter-spacing: 0.05em;
    text-decoration: none;
    box-sizing: border-box;
    padding: 30px;
    cursor: pointer;
}

.btn_box {
    background-color: #505050;
    z-index: 1;
}

.app_btn span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.btn_box span::after {
    content: "";
    background-image: url('../image/index/app_btn.svg');
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    flex-shrink: 0;
    /*固定大小 才不會因為縮放而變形*/
}

.index_a_btn .slick-slide.slick-current .app_btn span {
    color: #fbc808 !important;
    transition: color 0.3s ease;
}

.index_a_btn .slick-slide.slick-current .app_btn span::after {
    background-image: url('../image/index/app_btn_hover.svg') !important;
}


.index_a_pic {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
}

/*圖片遮罩*/
.a_bg_slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.index_a_pic .a_bg_slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    visibility: hidden;
}

.a_bg_slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

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

.index_a_btn .slick-dots {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    bottom: 0;
    margin-left: -40px;
}

.index_a_btn .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 5px 0px;
    padding: 0;
    color: #fff;
}

.index_a_btn .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: 1;
    box-shadow: none;
}

.index_a_btn .slick-dots li button:before {
    content: '';
    display: none;
}

.index_a_btn .slick-dots li.slick-active button {
    background-color: #fff;
}

@media(max-width:1699px) {
    .index_a_btn {
        margin-left: 50px !important;
    }
}

@media(max-width:1199px) {
    .index_a_btn {
        max-width: 440px;
    }

    .index_a_btn span {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .app_btn {
        padding: 20px !important;
    }

    .index_a_btn span {
        font-size: 18px;
    }

    .btn_box span::after {
        width: 30px;
        height: 30px;
    }

    .index_a_btn .slick-slide>div {
        padding: 8px 0px;
    }

    .idx_app_area {
        padding: 150px 0px;
    }
}

@media(max-width:767px) {
    .idx_app_area {
        padding: 50px 0px;
    }

    .index_a_btn {
        max-width: 100%;
        margin-left: 0 !important;
    }

    .index_a_btn .slick-slide>div {
        padding: 0px 12px;
    }

    .app_info {
        padding: 12px 12px;
    }

    .index_a_info .txt_sm {
        margin-bottom: 0;
    }

    .index_a_info .botton_lg {
        margin-top: 30px;
    }
}

@media(max-width:575px) {
    .index_a_btn span {
        font-size: 16px;
    }

    .app_btn {
        padding: 15px !important;
    }

    .btn_box span::after {
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }
}

@media(max-width:390px) {
    .index_a_btn span {
        font-size: 14px;
    }

    .app_btn {
        padding: 10px !important;
    }

    .btn_box span::after {
        width: 15px;
        height: 15px;
    }
}

/* 首頁capa我們的能力區 */
.index_capa {
    max-width: 1420px;
}

.capa_area {
    padding: 150px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index_capa_block .txt_xxl {
    color: #333333;
    margin-bottom: 160px;
}

.index_capa_title {
    margin-top: 220px;
    position: relative;
    margin: auto;
}

.capa_txt {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_capa_title .txt_lg.active {
    border-bottom: 1px solid rgba(251, 200, 8);
    border-radius: 0;
}

.capa_txt .txt_lg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #808080;
    margin-bottom: 0;
    padding: 40px 0 20px 0;
    width: 100%;
    border-bottom: 1px solid rgba(217, 217, 217);
    border-radius: 0;
}

.nav-link.active {
    color: #fbc808;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #333333;
}

.capa_txt .txt_lg::after {
    content: "";
    background-image: url('../image/index/capa_btn.svg');
    width: 10px;
    height: 18px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.capa_txt .txt_lg.active::after {
    background-image: url('../image/index/capa_btn_hover.svg');
}

.index_capa_block .capa_txt .txt_lg.active {
    color: #333333;
    background-color: transparent;
}

.index_capa_title .botton_lg {
    margin-top: 75px;
}

.capa_txt_block {
    margin-top: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_capa_info {
    position: relative;
}

/*圖片黃色陰影*/
.capa_right img {
    width: 100%;
    box-shadow: 15px 15px 0 #fbc808;
}

.capa_right {
    padding: 0;
}

.capa_right .botton_lg {
    display: none;
}

/*首頁capa我們的能力響應式*/
@media(max-width:1199px) {
    .index_capa_block .txt_xxl {
        margin-bottom: 130px;
    }
}

@media(max-width:991px) {
    .index_capa_block .txt_xxl {
        margin-bottom: 80px;
    }

    .capa_txt .txt_lg {
        padding: 20px 0;
    }

    .capa_txt_block {
        margin-top: 30px;
    }
}

@media(max-width:767px) {
    .capa_area {
        padding: 50px 0;
        margin: auto;
    }

    .capa_right {
        padding: 12px;
    }

    .index_capa_block .txt_xxl {
        margin-bottom: 30px;
    }

    .capa_txt .txt_lg {
        padding: 10px 0;
    }

    .index_capa_title .botton_lg {
        display: none;
    }

    .capa_right .botton_lg {
        display: block;
        margin-top: 20px;
    }
}

/*首頁Video區*/
.video_area {
    max-width: 1920px;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.video_block {
    padding: 0;
}

.video_btn {
    border: none;
    padding: 0;
}

.video_section {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*播放視窗關閉按鈕*/
.modal-header .btn-close {
    padding: 10px 25px;
}

/*play按鈕*/
.play_icon {
    position: absolute;
    width: 100px;
    height: auto;
    flex-shrink: 0;
}

@media(max-width:1699px) {
    .play_icon {
        width: 90px;
    }
}

@media(max-width:1499px) {
    .play_icon {
        width: 80px;
    }
}

@media(max-width:1299px) {
    .play_icon {
        width: 70px;
    }
}

@media(max-width:991px) {
    .play_icon {
        width: 60px;
    }
}

@media(max-width:575px) {
    .play_icon {
        width: 50px;
    }
}

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-header {
    padding: 0;
    border-bottom: none;
}


/*首頁news區*/
.news_area {
    max-width: 1420px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    margin: auto;
    padding: 150px 0;
}

.news_title_block {
    border-bottom: 1.35px solid #333333;
    padding-bottom: 22px;
    /*扣除h2的8px*/
    padding-left: 0;
    padding-right: 0;
}

.news_tittle_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.news_title_block .txt_xxl {
    color: #505050;
}

.news_info_area {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
}

.news_link {
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.news_block {
    width: 100%;
    align-items: center;
}

.news_img_block img {
    width: 100%;
}

.news_info_section {
    padding: 0 0 0 126px;
}

.news_info .txt_md {
    color: #fbc808;
    font-weight: 700;
    margin-bottom: 10px;
}

.news_info .txt_lg {
    font-weight: 700;
    color: #333333;
    margin: 0;
    margin-bottom: 10px;
}

.news_info .txt_sm {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_info_area::after {
    content: "";
    background-image: url('../image/index/news_btn.svg');
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    /*確保縮放不變形*/
    margin-right: 12px;
}

.news_info_area:hover::after {
    background-image: url('../image/index/news_btn_hover.svg');
}

.news_info_area:hover {
    background-color: #f5f5f5;
}

/*首頁news 響應式*/
@media(max-width:1499px) {
    .news_area {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media(max-width:1199px) {
    .news_info_section {
        padding: 0 0 0 50px;
    }
}

@media(max-width:991px) {
    .news_info_section {
        padding: 0;
    }

    .news_info {
        padding-top: 30px;
    }
}

@media(max-width:767px) {
    .news_area {
        padding: 50px 0;
    }
}

@media(max-width:575px) {
    .news_tittle_section {
        display: block;
    }

    .news_info_area::after {
        display: none;
    }

    .news_info .txt_md {
        margin-bottom: 5px;
    }

    .news_info .txt_lg {
        margin-bottom: 5px;
    }
}

.news_info {
    padding-top: 15px;
}

/*首頁about區*/
.about_area {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    background-color: #f5f5f5;
}

.about_block {
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.about_img_section {
    max-width: 100%;
    overflow: hidden;
}


.about_info {
    max-width: 603px;
    padding-left: 105px;
    box-sizing: border-box;
}

.about_txt .txt_xxl {
    color: #333333;
    padding-bottom: 24px;
}

.about_txt .txt_sm {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about_txt .botton_lg {
    padding-top: 20px;
}

@media (max-width: 1299px) {
    .about_txt {
        padding-right: 24px;
    }
}

@media (max-width: 1199px) {

    .about_info {
        padding-left: 70px;
    }

    .about_txt .txt_xxl {
        padding-bottom: 20px;
    }

    .about_txt {
        padding-right: 24px;
    }
}

@media (max-width: 991px) {
    .about_info {
        padding: 30px;
        max-width: 100%;

    }

    .about_txt .txt_xxl {
        padding-bottom: 0;
    }

    .about_txt .botton_lg {
        padding-top: 10px;
    }

    .about_txt .txt_sm {
        -webkit-line-clamp: 4;
        margin: 0;
    }
}

@media(max-width:767px) {
    .about_txt .txt_xxl {
        padding-bottom: 10px;
    }

    .about_block {
        padding-bottom: 50px;
    }

    .about_txt .txt_sm {
        -webkit-line-clamp: 5;
    }
}

/*footer區*/
.site_footer {
    background-color: #505050;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
}

.footer_area {
    max-width: 1420px;
}

.site_footer a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
}

.footer_top {
    border-bottom: 1px solid rgba(245, 245, 245, 0.3);
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.footer_top img {
    max-width: 250px;
}

.footer_top_block {
    display: flex;
    justify-content: space-between;
}

.social_list li {
    margin-left: 10px;
}

.social_list li a {
    display: block;
    width: 40px;
    height: 40px;
}

.footer_col {
    margin-bottom: 40px;
}

.footer_body {
    display: flex;
    justify-content: space-around;
}

.footer_body_info {
    max-width: 200px;
}

.footer_title {
    font-size: 18px;
    color: #fbc808;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2;
}

/* 標題的左側黃線 */
.footer_title.with_border {
    border-left: 2px solid #fbc808;
    padding-left: 12px;
    margin-left: -11px;
}

.footer_links li,
.contact_info li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.contact_info li {
    line-height: 1.6;
}

.btn_contact::after {
    content: "";
    background-image: url('../image/index/btn_r.svg');
    width: 10px;
    height: 18px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 34px;
}


.btn_contact::after {
    content: "";
    background-image: url('../image/index/btn_r.svg');
    width: 10px;
    height: 15px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-left: 65px;
}

.btn_contact:hover {
    color: #fbc808;
    background-color: #fff !important;
}

.btn_contact:hover::after {
    background-image: url('../image/index/btn_r_hover.svg');
}

/*隱私權區*/
.footer_bottom {
    position: relative;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.copyright {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    opacity: 0.8;
}

/*TOP按鈕 */
.btn_top {
    width: 50px;
    height: 50px;
    background-color: #505050;
    border: 1px solid #fbc808;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn_top span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.btn_top span::before {
    content: '';
    background-image: url('../image/index/top_btn.svg');
    width: 15px;
    height: 10px;
    display: block;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-bottom: 4px;
}

.btn_top:hover {
    background-color: #fbc808;
    color: #505050;
}

@media(max-width:1299px) {
    .footer_title {
        font-size: 16px;
    }

    .footer_body_info li {
        font-size: 14px;
    }

    .contact_info li {
        font-size: 14px;
    }

}


@media(max-width:1199px) {
    .footer_title {
        font-size: 14px;
    }

    .footer_body_info li {
        font-size: 12px;
    }

    .contact_info li {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .footer_body {
        display: none;
    }

    .footer_title {
        font-size: 18px;
    }

    .footer_body_info li {
        font-size: 16px;
    }

    .social_list li a {
        width: 30px;
        height: 30px;
    }
}


@media (max-width: 767px) {
    .site_footer {
        text-align: center;
    }

    .footer_top img {
        max-width: 250px;
    }

    .site_footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .footer_col {
        margin-bottom: 0;
    }

    .footer_col .btn_contact::after {
        width: 8px;
        height: 16px;
        margin-left: 24px;
    }

    .footer_bottom {
        justify-content: center;
    }

    .btn_top {
        bottom: 50px;
    }
}

@media (max-width: 575px) {
    .footer_top img {
        max-width: 200px;
    }

    .social_list li a {
        width: 25px;
        height: 25px;
    }

    .btn_top {
        width: 40px;
        height: 40px;
        bottom: 70px;
    }

    .btn_top span {
        font-size: 12px;
    }

    .btn_top span::before {
        width: 15px;
        height: 10px;
    }

    .social_list {
        flex-wrap: wrap;
    }

    .social_list li {
        margin-left: 5px;
    }

}

@media (max-width: 390px) {
    .social_list li a {
        width: 18px;
        height: 18px;
    }

}

/*麵包屑樣式設定*/
.breadcrumb {
    margin: auto;
}

.breadcrumb li {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .25rem;
}

.breadcrumb a {
    text-decoration: none;
    color: #fff;
}

.breadcrumb .breadcrumb-item::before {
    color: #fff;
    padding-left: .25rem;
}

.breadcrumb-item.active {
    color: #fbc808;
}

@media(max-width:1299px) {
    .breadcrumb li {
        font-size: 16px;
    }
}

@media(max-width:1099px) {
    .breadcrumb li {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .breadcrumb li {
        font-size: 12px;
    }
}

/*cp分類頁OEM區*/
.cp_area {
    padding: 0;
}

.cp_oem_banner {
    margin: 0;
}

.cp_oem_block {
    margin-top: 83px;
    padding: 0;
}

@media(max-width:1199px) {
    .cp_oem_block {
        margin-top: 60px;
    }
}

@media(max-width:979px) {
    .cp_oem_block {
        margin-top: 53px;
    }
}

@media(max-width:575px) {
    .cp_oem_block {
        margin-top: 57px;
    }
}

@media(max-width:390px) {
    .cp_oem_block {
        margin-top: 49px;
    }
}

.cp_oem_block_tittle {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.cp_oem_bn_block {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cp_bn_black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.cp_oem_bn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
    max-width: 1420px;
}


/* --- RWD 響應式設定 --- */

@media (max-width: 1499px) {
    .cp_bn_txt_section {
        padding: 0px 24px;
    }
}

@media (max-width: 991px) {
    .cp_oem_block_tittle {
        height: 350px;
        /* 高度縮小 */
    }
}

@media (max-width: 767px) {
    .cp_oem_block_tittle {
        height: 250px;
    }

    .cp_oem_bn {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0 24px;
    }

    .cp_oem_bn .breadcrumb {
        font-size: 14px;
    }
}

/*cp OEM內容區*/
.dt_area {
    position: relative;
    padding: 0;
}

.dt_company_area,
.cp_info_section {
    max-width: 1420px;
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}

.cp_oem_img img {
    width: 100%;
    height: auto;
    display: block;
}

.cp_bn_title.txt_xxl {
    color: #fbc808;
}

.cp_oem_txt_block {
    position: relative;
    align-items: center;
    padding-left: 30px;
}

.cp_oem_info {
    padding-bottom: 58px;
}

.cp_oem_title {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1em;
    margin-bottom: 40px;
}

.cp_oem_txt_block .txt_sm {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cp_oem_txt_block .botton_lg {
    padding-top: 40px;
}

/* --- 浮水印數字 --- */
.cp_OEM_watermark_number {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: rgba(128, 128, 128, 0.1);
    line-height: 1;
    font-size: 100px;
    position: absolute;
    bottom: -130px;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

/*數字左右調整*/
.cp_oem_info:nth-child(even) .cp_oem_t {
    order: 1;
}

.cp_oem_info:nth-child(even) .cp_oem_i {
    order: 2;
}

.cp_oem_info:nth-last-child(1) {
    padding-bottom: 0;
}

/*cp_oem響應式*/
@media (max-width: 1499px) {

    .cp_info_section {
        padding: 130px 24px !important;
    }

    .cp_OEM_watermark_number {
        bottom: -80px;
        padding-right: 24px;
    }

    .cp_oem_txt_block {
        padding-right: 24px;
    }
}

@media (max-width: 1299px) {

    .cp_info_section {
        padding: 100px 24px !important;
    }

    .dt_company_area {
        padding: 100px 12px !important;
    }

    .cp_OEM_watermark_number {
        font-size: 90px;
        bottom: -45px;
    }
}

@media (max-width: 1199px) {

    .cp_info_section {
        padding: 80px 24px !important;
    }
}

@media (max-width: 1099px) {

    .cp_info_section {
        padding: 65px 24px !important;
    }

    .cp_OEM_watermark_number {
        font-size: 80px;
        bottom: -35px;
    }
}

@media (max-width: 991px) {

    .cp_info_section {
        padding: 50px 24px !important;
    }

    .cp_oem_title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .cp_oem_txt_block .txt_sm {
        font-size: 16px;
    }

    .cp_oem_txt_block .botton_lg {
        padding-top: 10px;
    }

    .cp_oem_info {
        padding-bottom: 20px;
    }

    .cp_oem_txt_block {
        padding-left: 0;
    }

}

@media(max-width:767px) {
    .cp_oem_info:nth-child(odd) .cp_oem_txt_block {
        padding-left: 0;
    }

    .cp_oem_info:nth-child(even) .cp_oem_t {
        order: 2;
    }

    .cp_oem_info:nth-child(even) .cp_oem_i {
        order: 1;
    }

    .cp_OEM_watermark_number {
        display: none;
    }
}

@media(max-width:575px) {
    .cp_oem_title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .cp_oem_txt_block .txt_sm {
        font-size: 14px;
    }
}

@media(max-width:390px) {
    .cp_oem_title {
        margin-bottom: 5px;
    }
}

/*cp_oem_seo區*/
.cp_oem_seo_area {
    background-color: #f5f5f5;
}

.cp_oem_seo_block {
    max-width: 1420px;
    width: 100%;
}

.cp_oem_seo_txt {
    width: 100%;
    padding: 60px 0;
}

@media(max-width:767px) {
    .txt_sm {
        font-size: 14px;
    }

    .cp_oem_seo_txt {
        width: 100%;
        padding: 30px 0;
    }
}

/*oem內頁區*/
.dt_section {
    max-width: 1420px;
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}

.dt_oem_i {
    padding: 0;
}

.dt_oem_t {
    padding: 0;
}

.dt_oem_info {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.dt_oem_img img {
    width: 100%;
    height: auto;
    display: block;
}

.detail_title_block .dt_oem_title {
    font-size: 40px;
    font-weight: 700;
    color: #505050;
    line-height: 1.5em;
    padding-left: 80px
}

.dt_txt_block {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 40px 0;
}

.oem_dt_txt {
    margin-top: 40px;
}

.dt_txt_block p {
    /*h6*/
    font-weight: 400;
    font-size: 18px;
    color: #505050;
    line-height: 1.5em;
}

.detail_action.botton_lg {
    padding-top: 60px;
    margin: auto;
    display: block;
}

@media(max-width:1699px) {

    .detail_title_block .dt_oem_title,
    .dt_about_area .cp_about_title,
    .support_header .support_title,
    .contact_input_area .support_title {
        font-size: 38px;
    }
}

@media(max-width:1499px) {

    .dt_section,
    .dt_meta_info {
        padding: 130px 24px !important;
    }

    .detail_title_block .dt_oem_title,
    .dt_about_area .cp_about_title,
    .support_header .support_title,
    .contact_input_area .support_title {
        font-size: 36px;
    }

    .dt_oem_info {
        margin-bottom: 30px;
    }

    .dt_txt_block {
        padding: 30px 0;
    }

    .oem_dt_txt {
        margin-top: 30px;
    }
}

@media(max-width:1299px) {

    .dt_section,
    .dt_meta_info {
        padding: 100px 24px !important;
    }
}

@media(max-width:1199px) {

    .dt_section,
    .dt_meta_info {
        padding: 80px 24px !important;
    }

    .detail_title_block .dt_oem_title,
    .dt_about_area .cp_about_title,
    .support_header .support_title,
    .contact_input_area .support_title {
        font-size: 32px;
    }
}

@media(max-width:1099px) {

    .dt_section,
    .dt_meta_info {
        padding: 65px 24px !important;
    }
}

@media(max-width:991px) {

    .dt_section,
    .dt_meta_info {
        padding: 50px 24px !important;
    }

    .dt_txt_block {
        padding: 20px 0;
    }

    .oem_dt_txt {
        margin-top: 20px;
    }

    .detail_title_block .dt_oem_title,
    .dt_about_area .cp_about_title,
    .support_header .support_title,
    .contact_input_area .support_title {
        font-size: 28px;
    }

    .detail_action.botton_lg {
        padding-top: 40px;
    }
}

@media(max-width:767px) {

    .detail_title_block .dt_oem_title,
    .dt_about_area .cp_about_title,
    .support_header .support_title,
    .contact_input_area .support_title {
        font-size: 26px;
        padding-left: 0;
        padding-bottom: 10px;
    }

    .dt_txt_block p {
        font-size: 16px;
    }

    .dt_oem_info .dt_oem_t {
        order: 1;
    }

    .dt_oem_info .dt_oem_i {
        order: 2;
    }
}

@media(max-width:575px) {
    .dt_txt_block {
        padding: 10px 0 0 0;
    }

    .oem_dt_txt {
        margin-top: 10px;
    }

    .detail_title_block .dt_oem_title,
    .dt_about_area .cp_about_title,
    .support_header .support_title,
    .contact_input_area .support_title {
        font-size: 24px;
    }

    .dt_txt_block p {
        font-size: 14px;
    }

    .detail_action.botton_lg {
        padding-top: 20px;
    }
}


@media(max-width:390px) {

    .detail_title_block .dt_oem_title,
    .dt_about_area .cp_about_title,
    .support_header .support_title,
    .contact_input_area .support_title {
        font-size: 18px;
    }

}

/*application 分類頁區*/
.dt_oem_area {
    position: relative;
    display: flex;
    flex-direction: column;
}

.cp_info_block {
    padding: 0;
}

.cp_app_block {
    margin-bottom: 48px;
}

.cp_app_block:nth-last-child(1) {
    margin-bottom: 0;
}

.app_img_card {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
}

.cp_app_title {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
}

.app_cp_bg_img {
    width: 100%;
    max-height: 435px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.app_cp_bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.cp_app_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 40px;
}

.app_img_card:hover .cp_app_txt {
    background: rgba(0, 0, 0, 0.6);
}

.cp_app_info {
    display: flex;
    align-items: center;
}

.cp_app_btn span {
    content: "";
    background-image: url('../image/index/app_btn.svg');
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 32px;
    flex-shrink: 0;
}

.app_img_card:hover .cp_app_btn span {
    background-image: url('../image/index/app_btn_hover.svg');
}

/*app分類頁響應式*/

@media(max-width:991px) {
    .cp_app_title {
        font-size: 28px;
    }

    .cp_app_block {
        margin-bottom: 30px;
    }

    .cp_app_txt {
        padding: 20px;
    }
}


@media(max-width:767px) {
    .cp_app_title {
        font-size: 26px;
    }

    .cp_app_btn span {
        width: 40px;
        height: 40px;
        margin-left: 20px;
    }

    .cp_app_block {
        margin-bottom: 20px;
    }

    .cp_app_txt {
        padding: 10px;
    }
}

@media(max-width:575px) {
    .cp_app_title {
        font-size: 24px;
    }

    .cp_app_btn span {
        margin-left: 14px;
    }

    .cp_app_block {
        margin-bottom: 10px;
    }
}

@media(max-width:390px) {
    .cp_app_title {
        font-size: 18px;
    }

    .cp_app_btn span {
        display: none;
    }
}

.dt_app_info {
    display: flex;
    align-items: center;
}

.dt_app_info .dt_txt_block {
    border-top: none;
}

.detail_title_block .dt_app_title {
    font-size: 40px;
    font-weight: 700;
    color: #505050;
}

.dt_app_info .detail_title_block {
    border-bottom: 1.4px solid #333333;
    margin-bottom: 48px;
}

.app_info_img_block {
    position: relative;
    width: 100%;
}

.dt_app_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.dt_app_img {
    width: 100%;
    max-height: 345px;
    overflow: hidden;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

.dt_app_txt {
    position: absolute;
    top: 40px;
    left: 40px;
}

.dt_app_txt {
    max-width: 600px;
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
    margin: auto;
}

.dt_txt_block li {
    color: #505050;
    font-size: 18px;
}

.dt_txt_block li::marker {
    color: #fbc808;
}


@media(max-width:1699px) {
    .detail_title_block .dt_app_title {
        font-size: 38px;
    }
}

@media(max-width:1499px) {
    .detail_title_block .dt_app_title {
        font-size: 36px;
    }
}

@media(max-width:1199px) {
    .detail_title_block .dt_app_title {
        font-size: 32px;
    }

    .dt_app_info .detail_title_block {
        margin-bottom: 30px;
    }
}

@media(max-width:991px) {
    .detail_title_block .dt_app_title {
        font-size: 28px;
    }
}

@media(max-width:767px) {
    .detail_title_block .dt_app_title {
        font-size: 26px;
    }

    .dt_app_info .detail_title_block {
        margin-bottom: 20px;
    }

    .dt_app_txt p {
        color: #505050;
    }

    .dt_app_img_txt p {
        font-size: 16px;
    }

    .dt_txt_block li {
        font-size: 16px;
    }
}

@media(max-width:575px) {
    .detail_title_block .dt_app_title {
        font-size: 24px;
    }

    .dt_app_txt p {
        font-size: 14px;
    }

    .dt_txt_block li {
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .detail_title_block .dt_app_title {
        font-size: 18px;
    }
}

/*metalworking 加工材質分類頁區*/
/* .cp_meta_area{
  flex-wrap: wrap;
} */
.cp_meta_info {
    margin: 0;
    padding: 0;
}

.cp_meta_info a {
    text-decoration: none;
}

.cp_meta_section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.cp_meta_img {
    position: relative;
    width: 100%;
    max-height: 340px;
    margin: auto;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.cp_meta_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: background-color 0.3s ease;
}

.cp_meta_section:hover .cp_meta_img::after {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
}

.cp_meta_txt_block {
    position: absolute;
    margin: auto;
    z-index: 2;
}

.cp_meta_txt_block .cp_oem_title {
    color: #fff;
    left: 0;
    right: 0;
    padding: 24px;
    margin: auto;
    font-weight: 500;
}

/*加工材質內頁區*/
.dt_meta_area {
    position: absolute;
    width: 70%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: -1;
}

.dt_meta_info {
    max-width: 1420px;
    position: relative;
    padding: 150px 0;
    margin: auto;
}

.meta_info_txt_block .dt_txt_block {
    border-top: none;
    border-bottom: none;
    padding: 0;
}

.meta_info_txt_block .dt_yello_txt {
    color: #fbc808;
}

/*讓圖片跟著文字捲動*/
@media (min-width: 768px) {
    .app_info_img_block {
        /* 1. 設定黏性定位 */
        position: -webkit-sticky;
        /* Safari 支援 */
        position: sticky;
        /* 2. 設定距離視窗頂部多少 px 時開始固定 */
        top: 80px;
    }
}

@media(max-width:767px) {
    .dt_meta_area {
        width: 100%;
    }

    .dt_meta_t {
        order: 2 !important;
    }

    .dt_meta_i {
        order: 1 !important;
    }

    .meta_info_txt_block .dt_txt_block {
        padding: 20px 0;
    }
}

@media(max-width:390px) {
    .dt_txt_block span {
        font-size: 14px;
        line-height: 1;
    }
}

/*about company內頁區*/
.dt_company_area {
    margin: auto;
}

.dt_company .company_area {
    overflow: hidden;
}

.dt_company .oemodm_txt_xxl {
    z-index: -1 !important;
}

.dt_about_area {
    position: relative;
    overflow: hidden;
}

.cp_about_title {
    font-size: 40px;
    font-weight: 700;
    color: #fbc808;
    line-height: 1.5em;
}

.cp_about_info {
    max-width: 1420px;
    padding: 20px 0 0 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.cp_about_t {
    max-width: 1420px;
    align-items: center;
    margin: auto;
}

.cp_about_txt_block {
    padding-left: 96px;
}

.dt_ab_card_area {
    max-width: 1420px;
    padding: 80px 12px;
    margin: auto;
    text-align: center;
    justify-content: space-around;
}

.dt_ab_card_area>div:nth-child(even) .service-card {
    transform: translateY(-50px);
    /* 視覺上向上位移 50px */
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border: none;
    height: 100%;
    padding: 24px;
}

.service-card img {
    max-width: 100px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    margin-bottom: 45px;
}


.dt_why_area {
    max-width: 1420px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.dt_why_1 {
    z-index: 3;
    margin-right: -50px;
}

.dt_why_2 {
    z-index: 2;
    margin-right: -50px;
}

.dt_why_3 {
    z-index: 1;
}

.dt_why_area .txt_sm {
    padding-bottom: 60px;
}


/* 圓形圖示區塊 */
.circle-img {
    max-width: 100%;
    aspect-ratio: 1 / 1;
    /* 關鍵：防止寬度縮小時高度沒跟著縮導致變橢圓 */
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 像 background-size: cover 一樣裁切 */
    object-position: center;
    display: block;
    /* 消除圖片底部空隙 */
}

.dt_why_area {
    max-width: 1420px;
    padding: 150px 0;
    margin: auto;
}

.dt_why_area .txt_lg {
    padding: 20px 0 0 0;
}

.dt_capa {
    position: relative;
    display: block;
}

.dt_capa_area {
    max-width: 1420px;
    position: relative;
    margin: auto;
    padding: 150px 0 150px 0;
    cursor: default;
}

.dt_capa .slick-dots {
    width: auto;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    bottom: 0;
    margin-left: -40px;
}

.dt_capa .slick-dots li button:before {
    content: '';
    /* 清空 content */
    display: none;
}

.dt_capa .slick-dots li.slick-active button:before {
    opacity: 0;
}

.dt_capa .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #d9d9d9;
    border-radius: 100%;
    opacity: 1;
    box-shadow: none;
}

.dt_capa .slick-dots li.slick-active button {
    background-color: #d9d9d9;
}


.capa_info_block .cp_about_title {
    display: inline-block;
    text-align: left;
}

.dt_capa_block {
    display: flex;
    align-items: center;
    position: relative;
}


.capa_info_block_t {
    text-align: left;
}

.dt_capa_info_block {
    align-items: center;
    display: flex;
    justify-content: center;
}

.capa_info_block_i {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
}

.capa_info_block_i img {
    margin: auto;
    object-fit: cover;
    width: 100%;
}

@media(max-width:1499px) {
    .dt_capa_are {
        padding: 0 0 130px 0;
    }

    .dt_why_area {
        padding: 130px 12px;
    }

    .dt_company_area {
        padding: 130px 24px 40px 24px;
    }

    .dt_capa .slick-dots {
        /* display: none !important; */
        margin-left: 0;
    }

    .capa_info_block_t {
        margin-left: 40px;
    }
}

@media(max-width:1299px) {
    .dt_company_area {
        padding: 100px 12px 20px 12px !important;
    }

    .cp_about_txt_block {
        padding-left: 40px;
    }

    .dt_capa_area {
        padding: 100px 0 100px 0;
    }

    .dt_why_area {
        padding: 100px 12px;
    }
}

@media(max-width:1199px) {

    .dt_capa_area {
        padding: 80px 0 80px 0;
    }

    .cp_about_txt_block {
        padding-left: 20px;
    }

    .dt_why_area {
        padding: 80px 12px;
    }

    .service-card img {
        max-width: 80px;
        margin-bottom: 10px;
    }
}

@media(max-width:1099px) {
    .dt_company .oemodm_txt_xxl {
        display: none;
    }

    .dt_capa_area {
        padding: 65px 0 65px 0;
    }
}

@media(max-width:991px) {
    .dt_ab_card_area>div:nth-child(even) .service-card {
        transform: translateY(0px);
        /* 視覺上位移調整回正常排列*/
    }

    .service-card {
        padding: 24px;
    }

    .cp_about_txt_block {
        padding-left: 0;
    }

    .dt_company_area {
        padding: 50px 12px 0px 12px;
    }

    .dt_why_area {
        padding: 50px 12px 20px 12px;
    }

    .dt_why_area .txt_lg {
        padding: 20px 0;
    }

    .dt_why_area .txt_sm {
        padding-bottom: 20px;
    }

    .dt_why_1 {
        margin-right: 0px;
    }

    .dt_why_2 {
        margin-right: 0px;
    }

    .dt_ab_card_area {
        padding: 0 12px 40px 12px;
    }

    .dt_capa_area {
        padding: 50px 24px 50px 24px;
    }

    /*設定手機板時區塊滾動滿版*/
    .dt_capa {
        /* min-height: 100dvh; */
        height: auto;
        /* 告訴瀏覽器：在這個區塊滑到底時，不要連動父層(body)捲動 */
        overscroll-behavior-y: contain;
        /* 告訴瀏覽器：這個區塊主要由程式控制觸控，限制預設動作 */
        touch-action: none !important;
    }

    .dt_capa,
    .slick-list,
    .slick-track,
    .slick-slide {
        touch-action: pan-y !important;
    }

    .service-card img {
        max-width: 70px;
        margin-bottom: 10px;
    }

    .dt_capa .slick-dots {
        margin-left: -24px;
    }

    .capa_info_block_t {
        margin-left: 0px;
    }
}

@media(max-width:767px) {

    .dt_company_area {
        padding: 50px 12px 0px 12px;
    }

    .dt_why_area {
        padding: 50px 12px 50px 12px;
    }

    .cp_about_info {
        padding: 10px 24px 0 24px;
    }

    .dt_why_1,
    .dt_why_2,
    .dt_why_3 {
        padding-bottom: 30px;
    }

    .dt_ab_card_area {
        padding: 0 12px 10px 12px;
    }

    .dt_why_area .txt_sm {
        padding-bottom: 30px;
    }

    .service-card img {
        max-width: 50px;
        margin-bottom: 10px;
    }
}

@media(max-width:575px) {

    .dt_company_area,
    .dt_why_area {
        padding: 50px 12px 0px 12px;
    }

    .cp_about_info {
        padding: 0px 12px 0 12px;
    }

    .dt_why_area .txt_lg {
        padding: 10px 0;
    }

    .dt_why_1,
    .dt_why_2,
    .dt_why_3 {
        padding-bottom: 10px;
    }

    .cp_about_t {
        padding: 20px 12px 0 12px;
    }

    .dt_why_area .txt_sm {
        padding-bottom: 0px;
    }

    .service-card img {
        max-width: 40px;
        margin-bottom: 10px;
    }
}

@media(max-width:390px) {
    .service-card img {
        max-width: 30px;
        margin-bottom: 10px;
    }
}

/*faq區*/
.support_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3 !important;
}

.support_title {
    font-size: 40px;
    font-weight: 800;
    color: #505050;
    margin: 0;
    line-height: 1.2;
    padding: 0;
}

/* 按鈕群組 */
.support_header .botton_lg {
    padding-top: 0;
    margin: 0 12px;
    width: 180px;
}

.filter_group {
    display: flex;
    justify-content: flex-end;
    flex-wrap: no-wrap;
    padding: 0;
}

.support_header {
    padding: 0 0 24px 0;
    border-bottom: 1px solid #333333;
}

.btn_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 180px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn_filter:hover {
    background-color: #fff;
    color: #fbc808;
}

.detail_action.active .btn_filter {
    background-color: #fff;
    color: #fbc808;
}

.detail_action.active span::after {
    background-image: url('../image/index/btn_r_hover.svg');
}

.faq_list .accordion-item {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    background: transparent;
    padding: 0;
    transition: background-color .4s ease-in-out;
}

.faq_list .accordion-item.active {
    background-color: #f5f5f5;
}

.accordion-header .accordion-button::after {
    width: 15px;
    height: 10px;
    object-fit: contain;
    flex-shrink: 0;
    background-size: auto;
    background-image: url(../image/support/faq_btn.svg);
    transform: rotate(-180deg);
}

.accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url(../image/support/faq_btn_open.svg);
    transform: rotate(-180deg);
}

/* Q: 按鈕標題列 */
.faq_list .accordion-button {
    background-color: transparent;
    box-shadow: none;
    padding: 30px 20px;
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    align-items: flex-start;
}

/* Q: 展開時的狀態 (Active) */
.faq_list .accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
    box-shadow: none;
    transition: background-color 0.3s ease-in-out;
}

/* A: 內容區域 */
.faq_list .accordion-collapse.show {
    color: #333333;
    background-color: #f5f5f5;
    transition: background-color 0.3s ease-in-out;
}

.faq_list .accordion-body {
    padding: 0 0px 40px 20px;
    display: flex;
}

/* --- Q & A 文字樣式 --- */
.q_mark {
    font-size: 30px;
    font-weight: bold;
    color: #fbc808;
    margin-right: 25px;
    line-height: 1;
    min-width: 30px;
}

.a_mark {
    font-size: 30px;
    font-weight: bold;
    color: #505050;
    margin-right: 25px;
    line-height: 1;
    min-width: 30px;
}

@media(max-width:1099px) {
    .support_header .botton_lg {
        margin: 0 4px;
    }
}

@media (max-width: 991px) {
    .filter_group {
        width: 100%;
        overflow-x: auto;
        /* 手機版按鈕可以橫向滑動 */
        padding-bottom: 10px;
        flex-wrap: wrap;
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .support_header {
        padding: 0;
    }

    .btn_filter {
        flex: 0 0 auto;
        /* 防止按鈕被壓縮 */
    }

    .faq_list .accordion-body {
        padding: 0 10px 20px 10px;
        display: flex;
    }

    .faq_list .accordion-button {
        font-size: 18px;
        padding: 20px 10px;
    }

    .q_mark,
    .a_mark {
        font-size: 24px;
        margin-right: 15px;
        min-width: 20px;
    }
}

@media (max-width: 767px) {
    .filter_group {
        margin-bottom: 0;
    }

    .support_header .support_page {
        padding: 0;
    }

    .sup_title {
        padding: 0;
    }

    .accordion-header .accordion-button::after {
        width: 10px;
        height: 10px;
    }
}

/*video cp 分類頁區*/
.video_list {
    padding: 48px 0 0 0;
}


.video {
    position: relative;
    cursor: pointer;
    display: block;
}

.video_play {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}

.video:hover .video_play {
    background-color: rgba(0, 0, 0, 0.1);
    /* hover 時遮罩變淡，看清楚圖片 */
}

.video_icon {
    width: 50px;
    z-index: 2;
    transition: all .4s ease-in-out;
}

.video:hover .video_icon {
    transform: scale(1.1);
}

.video_tblock .txt_lg {
    font-weight: 500;
    padding-top: 24px;
}

.video_tblock .txt_sm {
    color: #fbc808;
}

.page_area {
    margin-top: 60px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.page_dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page_number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.page_arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_prev::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    flex-shrink: 0;
    background-size: contain;
    background: url('../image/support/page_btn_left.svg');
    background-repeat: no-repeat;
}

.page_next::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    flex-shrink: 0;
    background-size: contain;
    background: url('../image/support/page_btn_r.svg');
    background-repeat: no-repeat;
}

.page_all {
    color: #505050;
    margin: 0 5px;
}

.page_all::before {
    content: "/";
    margin-right: 5px;
}

@media(max-width:1699px) {
    .video_list {
        padding: 30px 0 0 0;
    }
}

@media(max-width:575px) {
    .page_area {
        margin-top: 20px;
    }

    .page_number {
        padding: 0 10px;
    }

    .page_next::after {
        width: 8px;
        height: 10px;
    }

    .page_prev::after {
        width: 8px;
        height: 10px;
    }
}

/*catalog 型錄分類頁區*/
.cp_catalog_area a {
    text-decoration: none;
}

.catalog_pic {
    position: relative;
    overflow: hidden;
}

.catalog_item {
    background-color: #f5f5f5;
}

.catalog_item:hover .video_pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: background-color 0.3s ease-in-out;
    pointer-events: none;
}

.catalog_tblock .txt_md {
    font-weight: 500;
    padding: 5px 0 0 0;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog_tblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #f5f5f5;
}

.download_icon {
    display: flex;
}

.download_icon::after {
    content: '';
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: inline-block;
    background-image: url('../image/support/download_btn.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width:991px) {
    .catalog_tblock {
        padding: 12px;
    }
}

@media(max-width:575px) {
    .catalog_tblock .txt_md {
        font-size: 16px;
    }
}

/*news&articles分類頁區 >>同首頁設計*/

/*news&articles 內頁區*/
.detail_title_block .news_date.txt_md {
    font-weight: 700;
    padding: 0 0 0 80px;
    color: #fbc808;
}

@media(max-width:767px) {
    .detail_title_block .news_date.txt_md {
        padding: 0;
    }
}

/*contact區*/
.contact_block1 {
    max-width: 1420px;
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.contact_pic img {
    width: 50px;
    height: auto;
    flex-shrink: 0;
    display: inline-block;
    object-fit: contain;
}

.contact_card {
    background-color: #fbc808;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
    padding: 20px;
    height: 100%;
    width: 100%;
    text-align: center;
}

.contact_t .txt_lg {
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.contact_t .txt_sm {
    color: #fff;
    margin: 0;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.contact_t .txt_sm a {
    color: #fff !important;
    /* 強制變回白色 */
    text-decoration: none;
    /* 移除底線 */
    pointer-events: auto;
    /* 確保仍然可以點擊撥號 */
}

.contact_t {
    width: 100%;
    padding: 20px 0 0 0;
}

.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fbc808;
}

.form-floating .form-control:focus {
    border-color: #fbc808;
    box-shadow: none;
}

.link_btn {
    border: none;
    background: none;
}

.contact_input_area .botton_lg {
    display: flex;
    justify-content: flex-end;
}

.code_block {
    display: flex;
    align-items: center;
}

.reset_block {
    display: flex;
    align-items: center;
    /* padding-left: 30px; */
}

.form_code {
    width: 100%;
    padding: 20px 0 0 0;
}

.reset_btn {
    width: 30px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
    padding-left: 10px;
    background: none;
    border: none;
}

.invalid-feedback {
    position: absolute;
    bottom: -26px;
}

.contact_block2 {
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.send_btn {
    padding: 30px 0 0 0;
    display: flex;
    justify-content: flex-end;
}

.google_map {
    max-height: 450px;
}

.google_map_ratio iframe {
    width: 100%;
    display: block;
}

@media(max-width:1199px) {
    .contact_card_area {
        padding: 0 0 30px 0;
    }
}

@media(max-width:767px) {
    .contact_card_area {
        order: 2;
    }

    .contact_input_area {
        order: 1;
        padding: 0 0 30px 0;
    }

    .google_map_ratio iframe {
        height: 350px;
    }

    .contact_pic img {
        width: 45px;
    }
}

@media(max-width:575px) {
    .contact_card_area {
        order: 2;
    }

    .google_map_ratio iframe {
        height: 350px;
    }

    .contact_pic img {
        width: 35px;
    }

    .contact_card {
        padding: 12px;
    }

    .contact_t {
        padding: 10px 0 0 0;
    }

    .send_btn {
        padding: 10px 0 0 0;
        margin: 0;
    }
}

.support_lg_btn {
    display: none;
}

.support_page {
    padding: 0;
    display: contents;
}

.support_page .dropdown-menu {
    display: flex;
    position: relative;
    border: none;
    justify-content: flex-end;
    margin-bottom: 16px;
}


.support_page .dropdown-menu li:nth-last-child(1) {
    padding-right: 0;
}


@media(max-width:767px) {
    .support_lg_btn {
        display: block;
        margin-bottom: 12px;

    }

    .support_page .dropdown-menu {
        display: none;
        position: absolute;
    }

    .support_page .dropdown-menu.show {
        display: block;
        background-color: #fff;
        border-radius: 5px;
        padding: 5px 3px;
    }

    .support_page .dropdown-menu.show .botton_lg {
        padding: 2px 0 !important;
    }
}

.support_page .dropdown-item.active {
    background-color: #fff !important;
    color: #fbc808;
}

.support_page .dropdown-item.active.btn span::after {
    background-image: url(../image/index/btn_r_hover.svg);
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 .25rem rgba(251, 200, 8, .5);
}

/*privacy 隱私權頁區*/
.band_txt {
    color: #fbc808;
}

/*cookies 視窗區*/
.privacyBox {
    background-color: rgba(50, 50, 50, .5);
    border-radius: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 20px;
    z-index: 999;
}

.cookie_block {
    max-width: 800px;
    margin: auto;
    display: flex;
    align-items: center;
}

.cookie_block .txt_sm {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
    margin-right: 5px;
}

.cookie_block a {
    color: #fbc808;
}

.privacyBox .closePrivacy {
    white-space: nowrap;
    cursor: pointer;
}

.closePrivacy {
    background-color: #fbc808;
    border-radius: 10px;
    padding: 10px;
    transition: all .3s ease-in-out;
}

.closePrivacy:hover {
    background-color: #fff;
    color: #505050;
}

@media(max-width:767px) {
    .closePrivacy {
        padding: 8px;
    }
}

@media(max-width:575px) {
    .closePrivacy {
        padding: 5px;
    }
}

/*submit 送出頁區*/
.submit_area {
    margin: auto;
    text-align: center;
}

.submit_area .txt_xl {
    margin: 0;
}

.submit_area .txt_sm {
    padding-bottom: 20px;
}

/*404區*/
.bog_area {
    margin: auto;
    text-align: center;
}

.bog_txt {
    color: #fbc808;
    font-size: 130px;
    font-weight: 700;
    margin: 0;
}

.bog_area .txt_lg {
    padding-bottom: 20px;
}

@media(max-width:1499px) {
    .bog_txt {
        font-size: 100px;
    }
}

@media(max-width:1199px) {
    .bog_txt {
        font-size: 90px;
    }
}

@media(max-width:991px) {
    .bog_txt {
        font-size: 80px;
    }
}

@media(max-width:767px) {
    .bog_txt {
        font-size: 70px;
    }
}

@media(max-width:575px) {
    .bog_txt {
        font-size: 60px;
    }
}


/*動態效果區*/
.aos-animate {
    z-index: 2;
}