/*讀入思源黑體*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

@font-face {
    font-family: 'AvantGardeITCbyBT';
    src: url('../fonts/AvantGardeITCbyBT-Book.otf');
}

.form-go {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
}

html {}

body {}

a {
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    transition: 0.5s;
}

a:active {}

img,
svg {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

a img {
    opacity: 1;
    transition: 0.5s;
}

a img:hover {
    opacity: 0.8;
    transition: 0.5s;
}

iframe {
    max-width: 100%;
}



/************************************/
/*以下為共用框架的各區塊設定*/
#header {
    transition: 0.5s;
}


/*選單的設定*/
nav.navbar {
    padding-left: 10.9%;
    padding-right: 10.9%;
    background-color: #fff;
    color: #000;
    padding-top: 29px;
    padding-bottom: 29px
}

nav.navbar .navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

nav.navbar .navbar-nav .nav-link {
    color: #000;
    padding-right: 2.1vw;
    padding-left: 2.1vw;
    font-size: 16px;
}


nav.navbar .offcanvas-body .navbar-nav {
    padding-right: 22px;
    text-align: center;
}

nav.navbar .offcanvas-body .navbar-nav .nav-link {
    color: #00111b;
}

h5.offcanvas-title {
    width: 100%;
    text-align: center;
}

nav.navbar .navbar-nav .nav-link:hover,
nav.navbar .navbar-nav .nav-item.active .nav-link {
    color: #000;
    font-weight: bold;
}

nav.navbar .navbar-nav .nav-link.active {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.navbar-toggler-icon {
    color: #fff;
    font-size: 1.5em;
    background-color: #888487;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/*子選單設定*/
.dropdown-item {
    color: #282828;
    padding: 0.5rem 1rem;
}

.navbar-collapse .dropdown .dropdown-menu {
    background-color: rgb(136 133 135 / 80%);
    padding: 0px;
    margin-left: 2.1vw;
    border-radius: 0px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: rgb(235 51 65 / 80%);
    color: #fff;
}

.offcanvas-body .dropdown .dropdown-menu {
    text-align: center;
}

@media (max-width: 1365px) {
    nav.navbar .navbar-nav .nav-link {
        padding-right: 1vw;
        padding-left: 1vw;
    }

    .dropdown .dropdown-menu {
        margin-left: 1vw;
    }

    nav.navbar {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 5vw;
        padding-right: 5vw;
    }

}

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

    .navbar-brand img {
        max-width: 60vw;
    }

    .navbar-toggler {
        padding: 0px;
    }
}

/*選單懸停的設定*/
#header.fixed-menu {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99;
    background-color: rgb(255 255 255 / 85%);
    transition: 0.5s;
}

#header.fixed-menu nav.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*語言選單的設定*/
.language_menu {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    padding-top: 12px
}

#header.fixed-menu .language_menu {
    display: none;
}

.language_menu ul.language_choose {
    margin-bottom: 0px;
    background-color: #b0b0b0;
    display: none;
}

.language_menu:hover ul.language_choose {
    display: block;
}

.language_menu .language_bar {
    width: 73px;
    position: relative;
}

.language_menu .language_bar::before {
    content: "";
    width: 0px;
    display: inline-block;
    height: 0px;
    border: 10px solid;
    border-color: #e60012 transparent transparent transparent;
    position: absolute;
    top: -12px;
    left: -12px;
}

.language_menu ul.language_choose>li>a {
    padding: 9px 16px 9px 9px;
}

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

.offcanvas .language_bar {
    margin-top: 2em;
}

.language_bar ul.language_choose {
    padding-left: 0px;
    list-style: none;
    text-align: center;
}

nav.navbar .offcanvas-body .navbar-nav li.active .nav-link {
    color: #fff;
}

.offcanvas li.active>a {
    background-color: #e60012;
    color: #fff;
}

.language_bar ul.language_choose li>a {
    color: #000;
    display: block;
}

.language_bar ul.language_choose li.active>a {
    background-color: #e60012;
    color: #fff;
}

/*將Bootstrap點擊的下選單變成滑入顯示*/
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}



/*footer 頁底的設定*/
#footer {
    background-color: #e60012;
    color: #fff;
}

.Company_Contact .footer_logo {
    margin-bottom: 18px;
}

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

.footer_menu {}

ul.footer_menu-nav {
    list-style: none;
    padding: 30px 0px 0px;
    display: flex;
    gap: 20px 3.96vw;
}


ul.footer_menu-nav>li.nav-item {}

ul.footer_menu-nav>li.nav-item>a.nav-link {
    padding: 0px;
    color: #fff;
    font-size: 16px;
}

ul.footer_menu-nav ul.sub-menu {
    list-style: none;
    padding: 14px 0px 0px;
}

ul.footer_menu-nav ul.sub-menu a.sub-item {
    font-size: 14px;
    color: #010101;

}

.copyright_wrap {
    background-color: #131313;
    color: #fff;
    font-size: 14px;
}

.copyright_wrap .copyright .visual_design {
    color: #5e5e5e;
}


@media (min-width: 992px) {
    .footer_wrap {
        padding: 60px 10.9% 38px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .copyright_wrap .copyright {
        padding: 20px 10.9%;
        display: flex;
        justify-content: space-between;
    }
}

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

    .footer_menu {
        display: none;
    }

    .copyright_wrap .copyright {
        padding: 10px 20px;
        text-align: center;
    }
}

/************************************/
/*以下為各頁設定*/
/*home_page 首頁的設定*/
body.home_page {}

body.home_page nav.navbar {
    background-color: transparent;
}

body.home_page .navbar-brand img {}

body.home_page .big_banner {
    position: relative;
}

body.home_page .big_banner .txt {
    width: 37.3vw;
    position: absolute;
    right: 8.33vw;
    bottom: 4.8vw;
}

@media (max-width: 767px) {
    body.home_page .big_banner {
        height: 100vw;
        background-image: url(../images/home_banner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }

    body.home_page .big_banner .txt {
        width: 80vw;
    }
}

main.home-page .section-01 {
    background-image: url(../images/home_section-01_bg.jpg);
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    height: 24.48vw;
    max-height: 470px;
}

main.home-page .section-01 .section_wrap {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

main.home-page .section-01 .section_wrap .txt {
    text-align: center;
    padding: 30px 20px;
}

main.home-page .section-01 .section_wrap .txt h3 {
    font-size: 36px;
}

main.home-page .section-01 .section_wrap .txt p {
    margin-bottom: 0px;
    font-size: 18px;
}

@media (min-width: 992px) {
    .section_wrap.container {
        max-width: unset;
        padding-left: 10.9vw;
        padding-right: 10.9vw;
    }
}

@media (max-width: 767px) {
    main.home-page .section-01 {
        height: 200px;
    }
}

main.home-page section {
    position: relative;
}

main.home-page .section-02 {
    background-color: #e6e6e6;
    padding-top: 6.3vw;
    padding-bottom: 6.3vw;

}

main.home-page .home_pr_list {
    display: grid;
    grid-template-columns: 35% 43.3% 19.2%;
    grid-column-gap: 1.25%;
    grid-row-gap: 1vw;

}

main.home-page .home_pr_list a.home_pr {
    position: relative;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;

}

main.home-page .home_pr_list a.home_pr:hover {
    background-color: #000;
    opacity: 0.8;
}

main.home-page .home_pr_list a.home_pr .txt {
    color: #fff;
    font-size: 1.5vw;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

a.home_pr.pr01 {
    height: 25vw;
    background-image: url(../images/home_section-02_pr01.jpg);
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}

a.home_pr.pr02 {
    height: 13.54vw;
    background-image: url(../images/home_section-02_pr02.jpg);
}

a.home_pr.pr03 {
    height: 13.54vw;
    background-image: url(../images/home_section-02_pr03.jpg);
}

a.home_pr.pr04 {
    height: 10.41vw;
    background-image: url(../images/home_section-02_pr04.jpg);
}

a.home_pr.pr05 {
    height: 10.41vw;
    background-image: url(../images/home_section-02_pr05.jpg);
}

@media (max-width: 767px) {
    main.home-page .home_pr_list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1.25%;
        grid-row-gap: 1vw;

    }

    a.home_pr.pr01 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
    }

    main.home-page .home_pr_list a.home_pr {
        min-height: 100px;
    }

    main.home-page .home_pr_list a.home_pr .txt {
        font-size: 14px;
    }
}

.triangle-icon {
    width: 0;
    height: 0;
    border: 1.25vw solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;

}

.triangle_right {
    top: 0px;
    right: calc(10.9vw + 6vw)
}

.triangle_left {
    top: 0px;
    left: calc(10.9vw + 4vw)
}

main.home-page .section-03 {
    background-color: #fff;
    height: 32.3vw;
    background-image: url(../images/home_section-03_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

main.home-page .section-03 .triangle-icon {
    border-color: #e6e6e6 transparent transparent transparent;
}

main.home-page .section-03 .section-con {
    padding-top: 12.7vw;
    padding-left: 18.6vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main.home-page .section-03 .section-con .txt {
    font-size: 19px;
}

main.home-page .section-03 .section-con .txt h3 {
    font-size: 30px;
    color: #e60012;
    margin-bottom: 28px;
    margin-top: 30px;
}

main.home-page .section-03 .section-con .img img {
    border: 1px solid #c9c9c9;
}

@media (max-width: 1439px) {
    main.home-page .section-03 {
        height: unset;
    }

    main.home-page .section-03 .section-con {
        padding-top: 9vw;
        padding-left: 10vw;
        padding-bottom: 2vw;
        gap: 20px;
    }

    main.home-page .section-03 .section-con .txt {
        background-color: rgb(255 255 255 / 70%);
        padding: 20px;
        margin-bottom: 2vw;
    }
}

@media (max-width: 991px) {
    main.home-page .section-03 .section-con {
        display: block;
        padding-left: unset;
        padding-bottom: 6vw
    }



    main.home-page .section-03 .section-con .txt h3 {
        margin-top: 0px;
    }

    main.home-page .section-03 .section-con .txt p {
        margin-bottom: 0px;
    }

    main.home-page .section-03 .section-con .img {
        text-align: right;
    }

    main.home-page .section-03 .section-con .img img {
        max-width: 50vw;
    }

    .triangle-icon {
        border-width: 10px;
    }
}

/************************************/
/* 一般內頁設定*/
.web_page {}

.Bread_crumbs {
    padding: 19px 0px 16px;
    border-bottom: 1px solid #e6e6e6;
}

ul.breadcrumbs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.breadcrumbs>li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #afafaf;
}

ul.breadcrumbs>li.home a {
    color: #e6e6e6;
    margin-right: 20px;
    font-size: 24px;
}

ul.breadcrumbs>li.parents:after {
    content: "/";
    margin: 0px 8px;
}

ul.breadcrumbs>li.this_page {
    color: #e60012;
}

.page_Title {
    padding-top: 42px;
    padding-bottom: 34px;
    position: relative;
}

.page_Title h2 {
    margin: 0px;
    font-size: 30px;
    color: #565656;
}

.page_Title h2 span.title_icon {
    height: 39px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

/*about_01 關於我們-企業理念 的設定*/
.web_page.page_about {}

.page_big_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.page_about .page_big_banner {
    background-image: url(../images/big_banner-about_01.jpg);
    height: 542px;
    position: relative;
}

.page_big_banner .txt {
    text-align: right;
    width: 45.5vw;
    position: absolute;
    right: 8.33vw;
    bottom: 4.8vw;
}

@media (max-width: 767px) {
    .page_big_banner .txt {
        min-width: 300px;
    }
}

.web_page.page_about .section-01 {
    background-color: #e6e6e6;
    position: relative;
}

.web_page.page_about .section-01 .section_con {
    padding-top: 4.7vw;
    padding-bottom: 3.4vw;
    display: flex;
    align-items: center;
    gap: 40px 20px;
}

.web_page.page_about .section-01 .section_con .txt {
    width: 38.5vw;
    padding-left: 5vw;
    font-size: 16px;
    line-height: 36px;

}

.web_page.page_about .section-01 .section_con .txt b {
    color: #e60012;
}

.web_page.page_about .section-01 .section_con .img {
    width: 39vw;
}

@media (max-width: 991px) {
    .web_page.page_about .section-01 .section_con {
        display: block;
    }

    .web_page.page_about .section-01 .section_con .txt {
        padding-left: 0px;
        width: unset;
    }

    .web_page.page_about .section-01 .section_con .img {
        width: unset;
        text-align: center;
    }
}

.web_page.page_about .section-02 {
    background-color: #fff;
    position: relative;
    background-image: url(../images/page_about01_section-02_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    min-height: 455px;
}

.web_page.page_about .section-02 .section_con {
    padding-top: 8.4vw;
    padding-bottom: 2.6vw;
    display: flex;
    gap: 4.58vw 20px;

}

.web_page.page_about .section-02 .section_con .img {
    width: 34vw;
    text-align: right;
}

.web_page.page_about .section-02 .section_con .txt {
    width: 39.6vw;
    font-size: 16px;
    line-height: 36px;
}

.web_page.page_about .section-02 .section_con .txt h3 {
    font-size: 24px;
    line-height: 36px;
    color: #e60012;
    margin-top: 0px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .web_page.page_about .section-02 .section_con {
        display: block;

    }

    .web_page.page_about .section-02 .section_con .img {
        width: unset;
        text-align: center;
        margin-bottom: 40px;
    }

    .web_page.page_about .section-02 .section_con .txt {
        width: unset;
        background-color: rgb(255 255 255 / 70%);
        padding: 20px
    }
}

.web_page.page_about .section-03 {
    background-color: #fff;
    position: relative;
    background-image: url(../images/page_about01_section-03_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    min-height: 52.2vw;
}

.web_page.page_about .section-03 .section_con {
    padding-top: 12.9vw;
    padding-left: 46.2vw;
}

.web_page.page_about .section-03 .section_con .txt {
    font-size: 16px;
    line-height: 36px;
}

.web_page.page_about .section-03 .section_con .txt h3 {
    font-size: 26px;
    line-height: 36px;
    color: #e60012;
    margin-top: 0px;
    margin-bottom: 0px;
}

.web_page.page_about .section-03 .section_con .txt h4 {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 0px;
}

@media (max-width: 1339px) {
    .web_page.page_about .section-03 .section_con .txt {
        background-color: rgb(220 220 220 / 70%);
        padding: 20px
    }
}

@media (max-width: 991px) {
    .web_page.page_about .section-03 .section_con {
        padding-left: unset;
        padding-bottom: 12vw;

    }


}

/*about_02 關於我們-歷史沿革 的設定*/

.page_about.about02 .page_big_banner {
    background-image: url(../images/big_banner-about_02.jpg);
    height: 542px;
    position: relative;
}

.page_Title .page_title_icon {
    position: absolute;
    right: 10.9vw;
    top: 20px;
}

.history_list {
    min-height: 12.2vw;
    position: relative;
}

.history_list:nth-child(odd) {
    background-color: #fff;
}

.history_list .history_con {
    padding-top: 6.1vw;
    display: flex;
    gap: 20px 3.7vw;
    align-items: center;
    font-size: 16px;
    line-height: 36px;
    position: relative;
    padding-bottom: 5vw;
}

.history_list .history_con:before {
    content: "";
    width: 0;
    height: 0;
    border: 1.25vw solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 7vw;
}

.history_list:nth-child(2) .history_con:before {
    border-color: transparent transparent transparent transparent;
}

.history_list:nth-child(odd) .history_con:before {
    border-color: #e6e6e6 transparent transparent transparent;
}

.history_list .history_con .his_years {
    width: 12vw;
    text-align: right;
    font-size: 3.1vw;
    line-height: 3.1vw;
    color: #7e7e7e;
}

.history_list .history_con .his_txt {
    font-size: 17px;
    line-height: 36px;
    width: calc(100% - 16vw);
}

.his_txt.have_ul {}

.history_list .history_con .his_txt span.red {
    color: #ff0000;
}

.history_list .history_con .his_txt span.green {
    color: #4e9b00;
}

.history_list .history_con .his_txt ul {
    padding: 0px;
    margin: 0px;
}

.container.history_list {
    max-width: unset;
}

@media (max-width: 991px) {
    .page_Title .page_title_icon {
        position: relative;
        text-align: right;
        right: unset;
        top: unset;
        margin-top: 10px;
    }

    .page_Title .page_title_icon img {
        max-width: 70vw;
    }

    .history_list .history_con .his_years {
        font-size: 24px;
    }

    .history_list .history_con {
        padding-left: 8vw;
        padding-bottom: 10px;
        gap: 20px 40px;
    }

    .history_list .history_con:before {
        left: 16vw;
        border-width: 10px;
    }
}

/*production_01 製造與生產-品質認證 的設定*/

.page_production .page_big_banner {
    background-image: url(../images/big_banner-production_01.jpg);
    height: 542px;
    position: relative;
}

.page_production .section-01 {
    background-color: #e6e6e6;
    position: relative;
    padding: 46px 0px;
}

.page_production .section-02 {
    padding-top: 5.6vw;
    padding-bottom: 7.3vw;
    position: relative;
}

.page_production .section-02 .section_con h4 {
    font-family: "Berlin Sans FB";
    font-size: 26px;
    line-height: 36px;
    vertical-align: middle;
    font-weight: unset;

}

.page_production .section-02 .section_con h4 span.tw {
    font-weight: bold;
    font-size: smaller;
}

.page_production .section-02 .section_con .img img {
    height: 23vw;
}

.doc_list {
    align-items: flex-end;
}

.doc_list .doc {
    margin-bottom: 2em;
}

.page_production01_section-02_icon {
    position: absolute;
    bottom: -18px;
    left: 0px;
}

.page_production01_section-02_icon img {
    width: 24.1vw;
}

@media (max-width: 991px) {
    .page_production .section-02 .section_con .img img {
        height: unset;
    }

    .page_production .section-02 .section_con h4 {
        font-size: 20px;
        line-height: 1em;
    }
}

@media (max-width: 767px) {
    .page_production .section-02 .section_con .img img {
        height: 60vw;
    }
}

/*production_02 製造與生產-適用範圍 的設定*/
.page_production.production_02 .page_big_banner {
    background-image: url(../images/big_banner-production_02.jpg);
    height: 542px;
    position: relative;
}

.page_production.production_02 .section-01 {
    padding-top: 80px;
    padding-bottom: 86px;

}

.page_production.production_02 .section-01 .section_con {
    padding-left: 4.95vw;
}

.page_production.production_02 .section-01 .section_con h3 {
    font-size: 55px;
    line-height: 1em;
    color: #fff;
}

.page_production.production_02 .section-01 .section_con h4 {
    font-size: 34px;
    line-height: 1em;
    color: #7a7a7a;
}

.page_production.production_02 .section-01 .section_con .use_list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
}

.page_production.production_02 .section-02 .section_con {
    text-align: center;
}

.page_production.production_02 .section-02 .triangle-icon {
    border-color: #e6e6e6 transparent transparent transparent;
}

@media (max-width: 767px) {
    .page_production.production_02 .section-01 .section_con .use_list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 1.3vw;
    }

    .page_production.production_02 .section-02 .section_con .img img {
        height: unset;
    }
}

/*production_03 製造與生產-開發流程 的設定*/
.page_production.production_03 .page_big_banner {
    background-image: url(../images/big_banner-production_03.jpg);
    height: 542px;
    position: relative;
}

.page_production.production_03 .section-01 {
    padding-top: 4.95vw;
    padding-bottom: 8.3vw;
    background-image: url(../images/page_production03_section-01_bg.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.page_production.production_03 .section-02 {
    padding: 0px;
}

.page_production.production_03 .section-02 .triangle-icon {
    border-color: #e6e6e6 transparent transparent transparent;
}

@media (max-width: 767px) {
    .page_production.production_03 .section-01 {
        background-size: contain;
    }
}

/*case 製造與生產-品質認證 的設定*/

.page_case .page_big_banner {
    background-image: url(../images/big_banner-case.jpg);
    height: 542px;
    position: relative;
}

.page_case .section-01 {
    background-color: #e6e6e6;
    position: relative;
    padding: 80px 0px;
    background-image: url(../images/page_case_section-01_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.page_case .section-01 .section_con h4 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 4.6vw;
}

.page_case .section-02 {
    position: relative;
}

.page_case .section-02 .triangle-icon {
    border-color: #e6e6e6 transparent transparent transparent;
}

.page_case .section-02 .section_con {
    padding-top: 5.7vw;
    padding-bottom: 6vw;
}

.page_case .section-02 .section_con .case_list {
    text-align: center;
}

.page_case .section-02 .section_con .case_list .case {
    margin-bottom: 2em;
}

/*case 製造與生產-品質認證 的設定*/
.page_contact .page_big_banner {
    background-image: url(../images/big_banner-contact.jpg);
    height: 542px;
    position: relative;
}

.page_contact .section-01 {
    background-color: #e6e6e6;
    position: relative;
    padding: 50px 0px;
    background-image: url(../images/page_contact_section-01_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.contact_form {
    padding-left: 21.8vw;
    font-size: 24px;
}

.contact_form .form_logo {
    text-align: right;
    margin-bottom: 20px;
}

.contact_form .col-form-label {
    text-align: right;
    line-height: 1em;
}

.contact_form .form-control {
    border: 1px solid #e60012;
}

.contact_form .button_group {
    text-align: center;
}

.contact_form .button_group .btn {
    font-size: 20px;
    padding: 18px 70px;
    border-radius: 40px;
    margin: 0px 24px;
}

@media (max-width: 1200px) {
    .contact_form {
        padding-left: unset;
    }
}

@media (max-width: 767px) {
    .contact_form .button_group .btn {
        font-size: 20px;
        padding: 10px 30px;
        border-radius: 20px;
        margin: 0px 24px 1em;
    }

    .contact_form .col-form-label {
        font-size: 16px;
        text-align: left;
    }

    .page_contact .section-02 .map iframe {
        height: 500px;
    }
}

/*product_list 產品列表 的設定*/
.page_pr_list .page_big_banner {
    background-image: url(../images/big_banner-prList_01.jpg);
    height: 542px;
    position: relative;
}

.page_pr_list .section-Pr_list {
    position: relative;
    padding: 7.4vw 0px 6vw;
}

.page_pr_list .section-Pr_list:nth-child(even) {
    background-color: #e6e6e6;
}

.page_pr_list .section-Pr_list .section_con {}

.page_pr_list .section_con .pr_item {
    border-left: 1px solid #b3b3b3;
    position: relative;
    padding-top: 48px;
    padding-bottom: 16px;
    margin-bottom: 2em;
}

.page_pr_list .section_con .pr_item::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0px;
    border: 11px solid;
    border-color: transparent transparent transparent #e71f19;
    position: absolute;
    left: 0;
    top: 50px;
}

.page_pr_list .section_con .pr_item .txt {
    font-size: 1.56vw;
    color: #565656;
    padding-left: 3.6vw;
    margin-bottom: 58px;
}

.page_pr_list .section_con .pr_item .img {
    text-align: center;
}


.page_pr_list .section-Pr_list:nth-child(odd) .triangle-icon {
    border-color: #e6e6e6 transparent transparent transparent;
}

@media (max-width: 767px) {
    .page_pr_list .section_con .pr_item .txt {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/*product_detal 產品介紹-詳細內容 的設定*/
.page_pr_detal .page_big_banner {
    background-image: url(../images/big_banner-prList_01.jpg);
    height: 542px;
    position: relative;
}

.page_pr_detal .page_title {
    position: relative;
}

.page_pr_detal .page_title .pr_menu {
    text-align: right;
}

ul.pr_menu_ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.pr_menu_ul>li.pr_item {
    position: relative;
}

ul.pr_menu_ul>li.pr_item>a {
    font-size: 24px;
    padding: 5px 10px;
    color: #565656;
}

ul.pr_menu_ul>li.pr_item.active>a,
ul.pr_menu_ul>li.pr_item:hover>a {
    color: #e60012;
    font-size: 26px;
}



.page_pr_detal .section-Pr_list {
    position: relative;
    padding: 7.4vw 0px 6vw;
}

.page_pr_detal .section-Pr_list:nth-child(even) {
    background-color: #e6e6e6;
}

.page_pr_detal .section_con .pr_item {
    border-left: 1px solid #b3b3b3;
    position: relative;
    padding-top: 0px;
    padding-bottom: 44px;
    margin-bottom: 2em;
}

.page_pr_detal .section_con .pr_item::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0px;
    border: 11px solid;
    border-color: transparent transparent transparent #e71f19;
    position: absolute;
    left: 0;
    bottom: 2.2vw;
}

.page_pr_detal .section_con .pr_item .txt {
    font-size: 1.2vw;
    padding-left: 1.6vw;
    position: absolute;
    bottom: 1em;
    height: 2em;
}

.page_pr_detal .section_con .pr_item .img {
    text-align: center;
}

.page_pr_detal .section-Pr_list .triangle-icon {
    display: none;
}

.page_pr_detal .section-Pr_list:nth-child(odd) .triangle-icon {
    border-color: #e6e6e6 transparent transparent transparent;
}


.page_pr_detal .section-01.section-Pr_list {}

@media (max-width: 767px) {
    .page_pr_detal .section_con .pr_item .txt {
        font-size: 16px;
    }

    .page_pr_detal .page_title {
        display: block;
    }

    .page_pr_detal .page_title .pr_menu {
        margin-top: 20px;
    }

    ul.pr_menu_ul>li.pr_item>a {
        font-size: 18px;
    }
}

/************************************/
/*英文版微調*/

nav.navbar .navbar-nav.en_menu .nav-link.dropdown-toggle {
    white-space: unset;
}

main.home-page .section-03.for_en {
    height: unset;
}

@media (min-width: 992px) {
    main.home-page .section-03 .section-con .txt {
        width: 60%;
        padding-bottom: 2vw;
    }

    .web_page.page_about .section-01.for_en .section_con {
        align-items: flex-start;
    }
}

/*20240923補充修改*/
#header .main-menu .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.section-Ca_info {
    background-color: #d4d4d4;
    position: relative;
    padding: 6vw 0px 5vw;
}

.section-Ca_info h2 {
    color: #e60012;
    font-size: 2.3vw;
    font-weight: bold;
    margin-bottom: 0.6em;
}

.section-Ca_info.detal h2 {
    color: #000;
    text-align: center;
}

.section-Ca_info .txt {
    font-size: 1.56vw;
    line-height: 1.88vw;
}

.section-pr_datal {
    padding: 50px 0px 100px;
}

.section-pr_datal .pr_intro h3.title {
    color: #e60012;
    margin-bottom: 1em;
    position: relative;
    font-weight: bold;
}

.section-pr_datal .pr_intro .link {
    margin-top: 2em;
}

.section-pr_datal .pr_intro .link>a {
    display: inline-block;
    margin-right: 2em;
}

.section-pr_description .title {
    background-color: #e6e6e6;
    padding: 4.7vw 0px 3.1vw;
}

.section-pr_description .title h3 {
    font-weight: bold;
    position: relative;
}

.section-pr_description .title h3:after {
    content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    border: 1.15vw solid;
    border-color: #e6e6e6 transparent transparent transparent;
    position: absolute;
    bottom: -5.8vw;
    left: 0px;
    z-index: 99;
}

.section-pr_description .description {
    background-color: #cbcbcb;
    padding: 6.77vw 0px 6.77vw;
}

@media (min-width: 768px) {
    .section-pr_datal .pr_img {
        padding-right: 5vw;
    }

    .section-pr_datal .pr_intro {
        padding-left: 3vw;
        border-left: 1px solid #b3b3b3;
    }

    .section-pr_datal .pr_intro h3.title {
        font-size: 2.3vw;
        margin-top: 0.8em;
    }

    .section-pr_datal .pr_intro h3.title:after {
        content: "";
        width: 0px;
        height: 0px;
        display: inline-block;
        border: 0.6vw solid;
        border-color: transparent transparent transparent #e60012;
        position: absolute;
        left: -3vw;
        top: 0.7vw;
    }

    .section-pr_datal .pr_intro .txt {
        font-size: 1.5rem;
    }

    .section-pr_description .title h3 {
        font-size: 2.5vw;
    }

    .section-pr_description .description {
        font-size: 1.87vw;
    }
}

@media (max-width: 767px) {
    .section-Ca_info h2 {
        font-size: 1.5rem;
    }

    .section-Ca_info .txt {
        font-size: 1rem;
        line-height: inherit;
    }

    .section-pr_datal .pr_intro .link {
        text-align: center;
    }

    .section-pr_datal .pr_intro .link>a {
        margin: 0px 1em;
    }
}

/************************************/
/*pc 和 mobile行動瀏覽的硬設定*/

.only_pc {}

.only_mobile {}

.over_pad {}

.under_pad {}

@media (min-width: 768px) {
    .only_pc {}

    .only_mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .only_pc {
        display: none;
    }

    .only_mobile {}
}