@charset "UTF-8";

/* .nav-item > .nav-link:first-letter, .control-label:first-letter, .title01:first-letter, .dropdown-menu > li:first-letter {
    color: var(--main-color);
} */
:root {
    --main-color: #ce1c0c;
    --main-match-color: #961E18;
    --second-color: #9E9E9E;
    --second-match-color: #2B2B2B;
}

.form-group .control-label span {
    color: hsla(359, 100%, 50%, 1.00);
}

#feedbackcontent::-webkit-input-placeholder {
    color: #000;
}

.webeditor {
    overflow-y: auto;
}

.email-link svg {
    width: 20px;
    height: 20px;
    fill: #FFF;
}

.card {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.form-inline img {
    width: 15px;
    height: 15px;
}

.slogan h1 {
    color: #ffffff;
}

.btn2 i {
    color: #03a9f4;
}

.p_na {
    text-align: center;
    color: var(--main-color);
    margin-top: 8px;
}

.to-top {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 99px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.to-top:hover {
    color: #fff;
    background-color: var(--main-color);
}

.pli_list a {
    padding-top: 5px !important;
    padding-right: 14px !important;
    padding-bottom: 5px !important;
    padding-left: 14px !important;
    display: block;
}

.advbox {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    color: #FFF;
    background-color: var(--main-match-color);
}

.advpic {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 11px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.52%, #ececec), color-stop(21.24%, white), color-stop(81.35%, white), to(#f0f0f0));
    background-image: linear-gradient(180deg, #ececec 0.52%, white 21.24%, white 81.35%, #f0f0f0 100%);
}

.error {
    margin-bottom: 16px;
}

input:-internal-autofill-selected {
    background: #000 !important;
}

/*選單開始*/
.dropdown-menu {
    margin-top: 0;
}

.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    color: var(--main-color);
}

.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0;
    border-width: 0;
}

.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li a:hover {
    color: white;
}

.dropdown-menu>li.show {
    color: white;
}

.dropdown-menu>li.show>a {
    color: white;
}

@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-width: 1px;
    }
}

/*選單結束*/
.pin_name {
    font-family: "moon", "Microsoft JhengHei";
    color: var(--main-color);
    font-weight: bolder;
}



input:focus {
    outline: none !important;
}

.ar img {
    width: 20px;
    height: 20px;
}

.btn2,
.navbar-toggler {
    outline: none !important;
}

.container img {
    max-width: 100%;
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    float: left;
    padding: 6px 13px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #222;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    background-image: linear-gradient(132deg, white 48.19%, #f7f7f7 48.19%);
}

.pagination li a:hover {
    float: left;
    padding: 6px 13px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #fff;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    background-image: linear-gradient(148deg, var(--main-color) 53%, var(--main-match-color) 49%);
}

.pagination .active a {
    background-image: linear-gradient(148deg, var(--main-color) 53%, var(--main-match-color) 49%);
}

.pagination ul {
    padding-left: 0;
}

.pagination .active a {
    color: #ffffff;
}

body {
    letter-spacing: 1px;
}

#accordion .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 6px;
}

#accordion .panel-heading {
    padding: 0;
    background-color: #fff;
}

#accordion .panel-title a {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding-top: 14px;
    padding-right: 20px;
    padding-left: 55px;
    padding-bottom: 14px;
    position: relative;
    background-color: #eee;
    border-right: 5px solid var(--main-color);
}

#accordion .panel-title a.collapsed {
    border-top: 0;
    color: #333;

}

#accordion .panel-title a:before {
    content: "-";
    font-family: "moon", "Microsoft JhengHei";
    position: absolute;
    top: 10px;
    left: 23px;
    font-size: 34px;
    line-height: 24px;
    color: var(--main-color);
}

#accordion .panel-title a.collapsed:before {
    font-family: "moon", "Microsoft JhengHei";
    position: absolute;
    top: 10px;
    left: 23px;
    font-size: 34px;
    line-height: 24px;
    color: var(--main-color);
    content: "+";
}

#accordion .panel-title a:hover {
    color: var(--main-color);
}

#accordion .panel-body {
    color: #666464;
    font-size: 14px;
    line-height: 20px;
    border-top: 0 none;
    background: #fbfbfb;
    padding: 15px 20px;
}

aside li {
    list-style-type: none;
    padding-left: 0 !important;
    margin-bottom: 10px;
    border-bottom: 1px dotted #9e9e9e;
    padding-bottom: 9px;
}

aside ul {
    list-style-type: none;
    padding-left: 0 !important;
}

main {
    background-attachment: fixed;
    background-color: #f7f7f7;
}

.address img {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 15px;
    margin-top: 5px;
}

.title2 {
    margin-bottom: 35px;
}

.address {
    margin-top: 29px;
    display: block;
}

.address li {
    list-style-type: none;
    margin-top: 15px;
    border-bottom: 1px dashed #c3c3c3;
    padding-bottom: 10px;
}

.address ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 30px;
    list-style-position: inside;
}

.card-header {
    background-image: linear-gradient(60deg, #adadad 2.08%, #adadad 87.05%);
    border: 0 solid #adadad;
}

.card {
    border: 0 solid #adadad;
}



.pro_in1 img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}



.page-header h1 {
    color: white;
    text-align: right;
    z-index: 9;
    position: relative;
    font-family: "moon", "Microsoft JhengHei";
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.63);
}

.big-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    background-repeat: repeat;
    background-position: 0 0;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}

.page-header {
    background-position: right center;
    padding-top: 150px;
    padding-bottom: 200px;
    position: relative;
    background-size: cover;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    margin-left: 0.35em;
}

.dropdown-menu .dropdown-toggle:hover:after {
    color: #fff;
}

.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0;
}

.dropdown-menu>li a:hover {
    background-color: var(--main-color);
    color: white;
    display: block !important;
}

.dropdown-menu>li a:hover:first-letter {
    color: white;
}

.dropdown-menu>li.show {
    background-color: #333333;
    color: white;
    display: block !important;
}

.dropdown-menu>li.show>a {
    color: white;
}



.soc {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.soc img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.soc a {
    display: inline-block;
    text-align: center;
}

.soc a:hover img {
    -webkit-transform: rotate(358deg);
    transform: rotate(358deg);
}

.ab_link {
    color: #ffffff;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.lang a {
    color: #000;
    font-family: "moon", "Microsoft JhengHei";
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.lang a:hover {
    color: var(--main-color);
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

/* nassir-style css設置↓ */

/* [header選單部分] */
.bg-dark {
    background-color: rgba(255, 255, 255, 0) !important;
}

nav .container-xl {
    background-color: #FFF;
}

.collapse.navbar-collapse>.navbar-nav>.nav-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -48%;
    margin-left: -1px;
    width: 1px;
    height: 70px;
    background: var(--main-color);
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

@media screen and (max-width:1000px) {
    .collapse.navbar-collapse>.navbar-nav>.nav-item::before {
        display: none;
    }
}

.collapse.navbar-collapse>.navbar-nav>.nav-item:hover::before {
    opacity: 1;
    transform: rotate(180deg);
}

.collapse.navbar-collapse>.navbar-nav>.nav-item.active::before {
    opacity: 1;
}

.nav-link {
    background: #FFF;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    opacity: 1;
    position: relative;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 2px;
    height: 100%;
    /* background: url(../img/resources/menu-border.png) center center no-repeat; */
}


/* [產品頁 css] */
.page-pdt {
    background-image: none !important;
    background-color: #fff;
}

.page-pdt-detail.page-pdt .inquiry_in .container.pb100 .margin-top-small.bbt {
    display: flex;
    justify-content: center;
}

.back {
    display: flex;
    justify-content: center;
}

.news_in,
.about {
    z-index: 10;
}


/* [footer部分] */


.cookies_3:hover {
    background: var(--main-color);
    color: #fff;
}

/* [首頁輪播 banner css] */
.carousel {
    height: max-content;
    max-height: 100vh;
    width: 100%;
    position: relative;
    overflow-y: hidden;
}

.carousel-caption {
    bottom: 10rem;
    text-align: left;
    /*border-left: 10px solid var(--main-color);*/
    padding-left: 1.5rem;
}

.carousel-caption h5 {
    font-size: 36px;
}

.carousel-caption p {
    font-size: 26px;
}

/* [首頁最新消息css] */

/* [首頁關於該公司css] */
.ab_word {
    margin: 1rem;
    padding: 2rem;
}

.ab_title {
    margin-bottom: 1.5rem;
    color: var(--main-match-color);
    font-weight: bold;
    font-size: 24px;
}

.ab_word p {
    color: var(--second-color);
}

.ab_list {
    color: var(--main-match-color);
    font-weight: bold;
}

.ab-link-box {
    display: flex;
    justify-content: right;
}

.ab_link {
    width: 150px;
    height: 35px;
    position: relative;
    background: var(--main-match-color);
    border-radius: 20px;
}

/* .ab_link:after{
    content:"更多";
    position:absolute;
    width:100%;
    height:100%;
    top: 6px;
    left:0;
    text-align:center;
    -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.ab_link:before {
    content:"點我看更多 →";
    height:100%;
    width:100%;
    top: 6px;
    position:absolute;
    color:#383736;
    left:-100%;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
} */

.ab_link:hover {
    background: var(--main-color);
    color: #fff;
}

.ab_link:hover:before {
    left: 25px;
    opacity: 1;
    color: #fff;
}

.ab_link:hover:after {
    left: 100%;
    opacity: 0;
}

/* [首頁熱門商品css] */



/* [首頁seo css] */
.slogan.index-slogan .seo-content {
    display: flex;
    background-color: rgba(255, 255, 255, 0.808);
}

.seo-word {
    margin: 1rem;
    padding: 2rem;
}

.seo-word p {
    color: #333;
}

.seo-title {
    font-family: "moon", "Microsoft JhengHei";
    font-size: 36px;
    font-weight: bolder;
    margin-bottom: 20px;
    color: var(--main-color);
}





/* nassir-style css設置↑ */




/* .bg-dark {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: linear-gradient(130deg, rgba(34, 34, 34, 0) 17.62%, rgba(255, 255, 255, 0.91) 17.62%, rgba(255, 255, 255, 0.91) 52.85%, rgba(255, 255, 255, 0.9) 52.85%, rgba(255, 255, 255, 0.9) 80.83%, rgba(255, 255, 255, 0.83) 80.83%, rgba(255, 255, 255, 0.78) 87.56%, rgba(255, 255, 255, 0) 87.56%);
    background-color: rgba(255, 255, 255, 0) !important;
} */
.dropdown-toggle::after {
    color: var(--main-color);
}

.dropdown-menu {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 254, 254, 0.82);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
}




.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--main-color);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ececec;
    border-radius: 0.25rem;
}

.form-control:hover {
    border-color: var(--main-color);
}

a {
    color: var(--main-color);
    text-decoration: none;
    background-color: transparent;
    letter-spacing: 1px;
    font-family: "moon", "Microsoft JhengHei";
}

body {
    font-family: "moon", "Microsoft JhengHei";
}

a:hover {
    color: var(--main-color);
    text-decoration: none;
}

.btn:hover {
    color: inherit;
}

.bbt {
    /* background-color: var(--main-color);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    display: inline-block;
    border-right: 6px solid var(--main-match-color); */
    margin-bottom: 50px;
}

.bbt:hover {
    color: #fff;
}



.p10 {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}

#accordion .link a.collapsed:before {
    content: "";
}

.bbt:hover {
    border-right: 5px solid rgba(255, 255, 255, 0);
}

.btn1 {
    /* -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg); */
    color: #ffffff;
    font-size: 16px;
    font-family: "moon", "Microsoft JhengHei";
    background-color: var(--main-color);
}

.btn1:hover {

    background-color: var(--main-match-color);
}

.cookies_3 {
    border: 1px solid #e3e3e3;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 10px;
    display: inline-block;
    color: white;
    margin-bottom: 10px;
}

.btn3 {
    color: var(--main-color);
    font-size: 16px;
    font-family: "moon", "Microsoft JhengHei";
    border-width: 0;
    /* background-image: linear-gradient(110deg, rgba(255, 255, 255, 0) 16.58%, white 16.58%, white 81.35%, #cbcbcb 81.35%, #cbcbcb 86.01%, rgba(255, 0, 0, 0) 86.01%);
    background-color: rgba(0, 0, 0, 0.02); */
    padding-right: 40px;
    padding-left: 30px;
    margin-top: 7px;
}


header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.header_top {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header_s {
    position: absolute;
    z-index: 9;
    text-align: center;
    height: 81px;
    width: 100%;
}

.clear {
    clear: both;
}

.inq {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    position: relative;
}

.inq img {
    color: #ffffff;
    width: 20px;
    height: 20px;
}

.inq_q {
    background-color: var(--main-color);
    position: absolute;
    top: 0;
    font-size: 10px;
    color: #fff;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    width: 20px;
    height: 20px;
    border-radius: 99em;
    text-align: center;
}

.center {
    text-align: center;
    display: block;
}

a {
    outline: none;
}

.nav-item {
    margin-right: 2px;
    cursor: pointer;
    position: relative;
}

.form-inline {
    position: relative;
}

.btn2 {
    background-color: rgba(42, 187, 170, 0);
    border: 0 solid var(--main-color);
    position: absolute;
    right: 15px;
    top: 11px;
    width: 15px;
}

.btn2 img {
    z-index: 9999;
    position: absolute;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb25 {
    padding-bottom: 25px;
}

.pt25 {
    padding-top: 25px;
}



.webeditor {
    margin-top: 25px;
    margin-bottom: 25px;
}

.webeditor img {
    /* width: 100% !important;
    max-width: max-content !important;
    height: auto !important; */
    max-width: 100% !important;
    height: auto !important;
}

.webeditor table {
    max-width: 100% !important;
    height: auto;
    overflow-x: auto;
}

.skew-neg {
    -webkit-transform: skew(18deg, 0deg);
    transform: skew(18deg, 0deg);
    background-color: #9e0003;
}

.skew-neg a {
    -webkit-transform: skew(0deg, 0deg) !important;
    transform: skew(0deg, 0deg) !important;
    background-color: #289fc3;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {

    /* .bg-dark {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0.91) 17.62%, rgba(255, 255, 255, 0.91) 52.85%, rgba(255, 255, 255, 0.9) 52.85%, rgba(255, 255, 255, 0.9) 80.83%, rgba(255, 255, 255, 0.83) 80.83%, rgba(255, 255, 255, 0.78) 87.56%);
} */
    .page-header {
        background-position: center center;
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .pin_name {
        font-size: 22px;
    }

    .slogan h3 {
        color: #ffffff;
        font-family: "moon", "Microsoft JhengHei";
        font-size: 16px;
        max-width: 600px;
        float: none !important;
        font-weight: bolder;
    }

    .dropdown-menu {
        position: static;
        top: 95%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #ffffff;
        text-align: left;
        list-style: none;
        /* background-color: rgba(203, 203, 203, 0.82); */
        background-clip: padding-box;
        /* border: 1px solid rgba(0, 0, 0, 0.15); */
        width: 100%;
    }

    header {
        position: static;
        width: 100%;
        z-index: 9999;
    }

    /* .bg-dark {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0.91) 17.62%, rgba(255, 255, 255, 0.91) 52.85%, rgba(255, 255, 255, 0.9) 52.85%, rgba(255, 255, 255, 0.9) 80.83%, rgba(255, 255, 255, 0.83) 80.83%, rgba(255, 255, 255, 0.78) 87.56%);
} */
    .page-header {
        background-position: center center;
        padding-top: 150px;
        padding-bottom: 150px;
        position: relative;
    }

    .page-header h1 {
        color: white;
        text-align: center;
        z-index: 9;
        position: relative;
        font-family: "moon", "Microsoft JhengHei";
    }

    .nb,
    aside {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .slogan h3 {
        color: #ffffff;
        font-family: "moon", "Microsoft JhengHei";
        font-size: 16px;
        max-width: 600px;
        float: none !important;
        font-weight: bolder;
    }

    .pin_name {
        font-size: 22px;
    }

    .dropdown-menu {
        position: static;
        top: 95%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #ffffff;
        text-align: left;
        list-style: none;
        /* background-color: rgba(193, 193, 193, 0.82); */
        background-clip: padding-box;
        /* border: 1px solid rgba(0, 0, 0, 0.15); */
        width: 100%;
    }

    header {
        position: static;
        width: 100%;
        z-index: 9999;
    }

    .bg-dark {
        padding-top: 15px;
        padding-bottom: 15px;
        /* background-image: linear-gradient(130deg, rgba(255, 255, 255, 0.91) 17.62%, rgba(255, 255, 255, 0.91) 52.85%, rgba(255, 255, 255, 0.9) 52.85%, rgba(255, 255, 255, 0.9) 80.83%, rgba(255, 255, 255, 0.83) 80.83%, rgba(255, 255, 255, 0.78) 87.56%); */
    }

    .page-header {
        background-position: left center;
        padding-top: 150px;
        padding-bottom: 150px;
        position: relative;
    }

    .page-header h1 {
        color: white;
        text-align: center;
        z-index: 9;
        position: relative;
        font-family: "moon", "Microsoft JhengHei";
    }

    .nb,
    aside {
        display: none !important;
    }
}



.header-search-form .btn2 {
    padding-right: 30px;
}

.searchbox-icon {
    width: 15px;
    height: 15px;
    vertical-align: super;
}

.searchbox-icon:hover {
    fill: var(--main-color);
}

.form-control[aria-label=Search] {
    border: 1px solid #ddd;
}

.form-control[aria-label=Search]:hover {
    border-color: var(--main-color);
}

@media all and (min-width: 992px) {
    .navbar-nav {
        margin: 0 auto;
    }

}

.collapse_style>ul {
    margin-left: 1rem;
    padding-top: 1rem;
}

.collapse_style>ul>li {
    border-bottom: 0 solid #f0ad4e;
}

.collapse_panel a {
    color: #555a60;
    display: block;
}

.collapse_panel a:hover {
    color: var(--main-color);
}

.has_child:first-letter {
    font-weight: bold;
    color: var(--main-color);
}

.has_child {
    position: relative;
}

.has_child>a:after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
}

.has_child.plus>a:after {
    content: "+";
}

.has_child.minus>a:after {
    content: "-";
}



.navbar-dark .navbar-toggler-icon .icon {
    width: 30px;
    height: 30px;
    fill: #000;
}


.navbar-brand>img {
    width: 110px;
}

.index-slider .carousel-item h5,
.index-slider .carousel-item p {
    text-shadow: 2px 2px 3px #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.page-ab .line-height-limit {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 70px;
    height: auto;
}

.page-ab .line-height-single-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-ab .sidebar-line-height-limit {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 63px;
    height: auto;
}

.page-pdt .pli_list,
.page-search .pli_list {
    background-color: var(--main-color);
    text-align: center;
}


.page-pdt .pli_list .line-height-limit,
.page-search .pli_list .line-height-limit {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 70px;
    height: auto;
    color: #fff;
}

.page-pdt .sidebar .line-height-limit,
.page-search .sidebar .line-height-limit {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 63px;
    height: auto;
}

.page-news .pli_list .line-height-limit {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 70px;
    height: auto;
}

.page-news .pli_list_s a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 70px;
    height: auto;
    font-size: 20px;
}

.page-news .description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-height: 1.5em;
    max-height: 140px;
    height: auto;
    margin-bottom: 5em;
}

.page-news .sidebar .line-height-limit {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 63px;
    height: auto;
}

.page-news .line001+.btn2_2 {
    position: absolute;
    bottom: 0;
    right: 0;
}


/*增加詢問車RWD表格start*/

.btn-danger:hover {
    color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #191a7c;
    border-color: #3f51b5;
}

.in_pic {
    width: 125px;
    height: auto;
}

.rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table tr:nth-of-type(2n) {
    background: #fff;
}

.rwd-table th,
.rwd-table td {
    margin: 0.5em 1em;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 16px;
    padding-top: 16px;
}

.rwd-table {
    min-width: 100%;
    margin-bottom: 50px;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) "  ";
    font-weight: bold;
    width: 100%;
    display: block;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table th,
.rwd-table td:before {
    color: #313131;
    font-weight: bold;
}

@media (min-width: 768px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
        width: 150px;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}



/*RWD表格end*/



/*20211006檔案下載列表開始*/
.itemLink {
    text-align: right;
    font-size: 14px;
    white-space: nowrap;
    color: gray;
    padding-left: 32px;
    float: right;
}

.dl-list li {
    border-bottom: 1px dashed hsla(0, 0%, 84%, 1.00);
    padding-top: 8px;
    display: inline-block;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    list-style-position: inside;
    color: hsla(0, 0%, 16%, 1.00);
    width: 100%;
    margin-bottom: 20px;
}

/*.dl-list li::before {
    content: '•';
    display: inline-block;
    width: 20px;
    vertical-align: top;
}*/
.dl-list {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border: 1px dashed hsla(0, 0%, 84%, 1.00);
    background-color: hsla(0, 0%, 100%, 1.00);
    list-style-type: disc;
}

.dl-list a {
    color: #000;
    font-family: Arial, "微軟正黑體";
}

.dl-list a:hover {
    color: #0271E5;
    font-family: Arial, "微軟正黑體";
}

.itemLink img {
    width: 20px;
    height: 20px;
}

.itemTitle {
    width: 70%;
    display: inline-block;
}

.itemLink {
    display: inline-block;
    background: #ebeef3;
    padding-top: 10px;
    padding-right: 17px;
    padding-left: 17px;
    padding-bottom: 10px;
    border-radius: 20px;
    border-width: 0px;
    border-style: solid;
}

.itemLink:hover {
    display: inline-block;
    background-color: #E9E9E9;
    padding-top: 10px;
    padding-right: 17px;
    padding-left: 17px;
    padding-bottom: 10px;
    border-radius: 20px;
    color: hsla(0, 0%, 100%, 1.00);
}

.download-des {
    color: hsl(0deg 0% 70%);
}

.dl-list span {
    color: hsla(0, 0%, 4%, 1.00);
    font-family: Arial, "微軟正黑體";
    font-size: 18px;
}

.row.p_s {
    background-image: none !important;
}

@media screen and (max-width: 740px) {
    .itemTitle {
        width: 95%;
        display: inline-block;
    }
}

/*20211006檔案下載列表結束*/

/*20211029修改語系問題開始*/
@media screen and (max-width: 960px) {
    .inq {
        display: inline-block;
    }

    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
        position: static;
    }

    .btn2 {
        position: relative;
        right: 0px;
    }

    .header .form-control {
        display: inline-block;
    }
}

/*20211029修改語系問題結束*/

/*20211104頁尾加上信箱複製及電話開始*/

.disable-select {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.email-link a {
    color: #adadad;
}

.email-link svg {
    width: 20px;
    height: auto;
    fill: #adadad;
}

.f_m {
    display: inline-block;
}

.f_m svg {
    margin-right: 5px
}

.webeditor img {
    /* width: 100% !important;
    height: auto !important; */
}

.soc a {
    width: 30px !important;
}

main {
    background-image: none !important;
    background-color: #fff;
}

main {
    padding-bottom: 0px;
}

.alert-demo.btn.btn-danger {
    background-color: var(--second-match-color) !important;
}

.alert-demo.btn.btn-danger:hover {
    background-color: var(--main-color) !important;
}

aside {
    position: relative;
    order: -1;
}

/*20211104頁尾加上信箱複製及電話結束*/
/*20220117BANNER手機平板出現文字開始*/


@media screen and (max-width: 768px) {
    .d-none {
        display: block !important;
        width: calc(100% - 32px) !important;
        position: relative !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        color: #fff !important;
        /* right: 0%; */
        bottom: -20% !important;
        left: 50% !important;
        transform: translate(-50%, -150%) !important;

    }

    .d-none h5 {
        padding: 10px 8px !important;
        margin: 0 !important;
        margin-bottom: 0px !important;

    }

    .carousel-caption {

        padding-left: 0px !important;
    }

    .page-index .carousel-item h5 {
        padding-top: 10px;
        padding-left: 10px;
        text-shadow: 2px 2px 3px #FFF;
        font-size: 18px;
        /*background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 100%) !important;
        background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 100%) !important;
        background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 100%) !important;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 1.00) 100%) !important;
        */
    }

    .carousel-indicators li {
        background-color: #2A2A2A;
    }

    .index-slider .carousel-item h5,
    .index-slider .carousel-item p {
        text-shadow: 0px 0px 0px #000;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .pb50 {
        padding-bottom: 24px !important;
    }

    .pt100 {
        padding-top: 48px !important;
    }

    .page-news .line001+.btn2_2 {
        left: 50%;
        transform: translateX(-50%);
    }

    .cookies_3 {
        min-width: 326px;
    }

    .ab_word {
        padding: 0px;
        margin: 0px;
    }

    .page-news .row.p_s .col-md-7 {
        padding-top: 8px;
    }
}

@media screen and (max-width: 600px) {
    .slogan.index-slogan .seo-content {
        display: flex;
        background-color: transparent;
    }

    .seo-word {
        background-color: rgba(255, 255, 255, 0.808);

    }
}

/*20220117BANNER手機平板出現文字結束*/





















/* 【portable program SAAS000 CSS】 */
.webeditor img {
    margin: 1.5rem 0;
}







/* header setting */
/* header seo */
.index-seo_h {
    border-top: unset !important;
    width: max-content;
    position: fixed;
    bottom: 0px !important;
    padding: 0.5rem 0px !important;
    font-size: 14px !important;
    z-index: 50;
    background-image: none !important;
    background-color: var(--main-color);
}

.index-seo_h h1 {
    font-size: 14px !important;
    color: #FFF !important;
    margin: 0 !important;
    text-align: right !important;
}

/* header 詢問車 */
.del_0 img {
    width: 20px;
    text-align: right;
}

.iw .row {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 20px;
    padding-bottom: 7px;
}

.in_all {
    font-family: Arial, "微軟正黑體";
    font-size: 14px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background: var(--main-color);
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
}

.in_all:hover {
    font-family: Arial, "微軟正黑體";
    font-size: 14px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: var(--main-match-color);
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.del_0 {
    float: right;
}

.iqw .iw {
    width: auto;
    padding: 15px;
    background: #fff;
}

.iw span {
    color: #4a4a4a;
    font-family: Arial, "微軟正黑體";
    font-size: 14px;
}

.iqw .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    width: 290px;
}

.iw .col-md-9 a {
    font-size: 14px;
}

.inq2 {
    position: relative;
}

.inq_qu {
    font-size: 14px;
    color: var(--main-match-color);
    width: 21px;
    height: 21px;
    border-radius: 98em;
    display: inline-block;
    margin-left: 4px;
}

.qq input {
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    padding-top: 9px;
    padding-right: 25px;
    padding-bottom: 9px;
    padding-left: 25px;
    border-radius: 23px;
    width: 150px;
    margin-top: 5px;
}

/* rwd seo */
/* header 詢問車 rwd*/
@media screen and (max-width: 991px) {
    .iqw .dropdown-menu {
        position: static;
        width: 100%;
    }

    .dropdown.search-dropdown .dropdown-menu{
        position: static;
        width: 100%;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #ffffff;
        text-align: left;
        list-style: none;
    }


}


@media (max-width:480px) {
    .index-seo_h {
        width: 100% !important;
        position: static !important;
    }

    .index-seo_h h1 {
        font-size: 14px !important;
        color: #FFF !important;
        margin: 0 !important;
        text-align: center !important;
    }
}



/* header 主選項 */
.navbar-dark .navbar-nav .nav-link {
    font-family: "Arial", "Microsoft JhengHei";
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--main-color);
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: var(--main-color);
    font-weight: 700;
}

.navbar-dark .navbar-nav .show>.nav-link {
    color: var(--main-color);
}


/* header 語系 */
.search-dropdown .icon {
    width: 18px;
    fill: #000;
    cursor: pointer;
}

.search-dropdown .icon:hover {
    fill: var(--main-color);
}

/* header rwd */
@media screen and (min-width:992px) and (max-width:1199px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .bg-dark {
        background-color: #FFF !important;
    }

    .nav-item {
        padding: 5px 8px;
        border-bottom: 1px dashed #FFF;
        margin-bottom: 8px;
    }

    .nav-item:nth-last-child(1) {
        margin-bottom: 0px;
    }

    .nav-item:hover,
    .nav-item:hover>.nav-link {
        background-color: #fff;
        color: var(--main-color) !important;
        border-bottom: 0px dashed #FFF
    }

    .nav-item.active,
    .navbar-dark .navbar-nav .active>.nav-link {
        background-color: #fff;
        color: var(--main-color) !important;
        border-bottom: 0px dashed #FFF
    }

    .nav-item:nth-last-child(1) {
        padding: 5px 8px;
        border-bottom: 0px dashed #FFF
    }

    .navbar-collapse {
        padding-top: 8px;
    }

    .dropdown-menu {
        background-color: #fff;
    }

    .searchbox-icon {
        fill: var(--main-color);
    }

    .searchbox-icon:hover {
        fill: var(--main-match-color);
    }

    /* header 搜尋框 */
    .header-search-form {
        padding: 0 0.5rem;
        position: relative;
    }

    .form-inline .form-control {
        display: flex;
        width: 100%;
    }

    .header-search-form .btn2 {
        right: 25px;
        position: absolute;
    }
}







/* footer setting */
footer {
    background-color: #202020;
    padding-top: 50px;
    padding-bottom: 15px;
    background-image: none !important;
}


.footer_info {
    color: #FFF;
    font-family: "Arial", "Microsoft JhengHei";
    letter-spacing: 2px;
    font-size: 14px;
    padding: 1rem 0;
}

.footer_info a {
    color: #F7F7F7;
    font-family: "Arial", "Microsoft JhengHei";
    letter-spacing: 2px;
    font-size: 14px;
    word-wrap: break-word;
    transition: 0.3s;
}

.footer_info a:hover {
    color: var(--main-color);
}

.footer_info li {
    list-style-type: none;
    text-align: center;
    margin: 0.5rem 0;
}

.footer-brand p img {
    width: 120px !important;
    height: auto !important;
    margin-bottom: 10px;
}

.soc a:last-child {
    margin-left: 5px;
}

@media all and (min-width: 320px) {
    .footer-brand img {
        max-width: 100%;
    }
}

@media all and (min-width: 415px) {
    .footer-brand img {
        max-width: 350px;
    }
}

/* footer copy */
.copy {
    background-color: #202020;
    padding: 0.5rem 0;
    color: #adadad;
    text-align: center;
}

.copy a {
    color: ;
    transition: 0.3s;
}

.copy a:hover {
    color: var(--main-color);
}


/* footer gdpr */
footer .advbox .btn3.closebtn {
    padding: 0.3rem 2rem;
    background-color: var(--second-match-color);
    color: white;
}

footer .advbox .btn3.closebtn:hover {
    background: var(--second-color);
}







/* title setting */
.pin_name {
    margin-bottom: 3rem;
}

.title01 {
    padding: 1.5rem 0;
    font-family: "Arial", "Microsoft JhengHei";
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
}

.title01:after {
    margin: 10px auto 0;
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background-color: var(--main-color);
}







/* btn setting */
.btn2_2 {
    color: #fff;
    padding: 0.5rem 2rem;
    background: var(--second-match-color);
    transition: 0.2s;
    text-align: center;
}

.btn2_2:hover {
    color: #FFF;
    transform: translate(-0.25rem, -0.25rem);
    background: var(--main-color);
    box-shadow: 0.25rem 0.25rem var(--second-match-color);
}

.btn1 {
    color: #FFF;
    padding: 0.5rem 2rem;
    background-color: var(--second-match-color);
    transition: 0.2s;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 0;
}

.btn1:hover {
    color: #FFF;
    transform: translate(-0.25rem, -0.25rem);
    background-color: var(--main-color);
    box-shadow: 0.25rem 0.25rem var(--second-match-color);
}

.page-pdt-detail.page-pdt .inquiry_in .container.pb100 .margin-top-small.bbt button {
    color: #FFF;
    background-color: var(--second-match-color);
    transition: 0.2s;
    padding: 0.5rem 3rem;
    text-align: center;
}

.page-pdt-detail.page-pdt .inquiry_in .container.pb100 .margin-top-small.bbt button:hover {
    box-shadow: 0.25rem 0.25rem var(--second-match-color);
    transform: translate(-0.25rem, -0.25rem);
    color: #FFF;
    background-color: var(--main-color);
}







/* 麵包屑 setting */
.breadcrumb1 {
    background-color: var(--second-match-color);
    font-family: "Arial", "Microsoft JhengHei";
    font-weight: bold;
    margin-bottom: 45px;
}

ul .breadcrumb {
    margin-right: auto;
    margin-left: auto;
}

.breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.75rem;
    padding-right: 0;
    padding-left: 1px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    background-color: rgba(234, 237, 240, 0);
    border-radius: 0.25rem;
    z-index: 9999;
    text-align: right;
}

.breadcrumb li {
    color: var(--main-color);
}

.breadcrumb li a {
    color: #fff;
    text-align: center;
}

.breadcrumb li a::after {
    content: " •  ";
    color: var(--main-color);
    margin-right: 3px;
}

.breadcrumb li a:hover {
    color: var(--main-color);
}

/* 麵包屑 rwd */
@media (max-width:480px) {
    .breadcrumb {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}







/* index setting */
/* index banner */
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: var(--main-color);
}

@media (max-width:767px) {
    .carousel-inner {
        background-color: #eee;
    }
}

/* index news */
.news_in {
    background-image: none !important;
}

.news_mask {
    padding: 70px 0 10px 0;
    background-image: none !important;
    background-position: bottom;
    background-size: cover;
    background-color: #eee;
}

.news_in .ind_date {
    display: none;
}

/* news img hover */
.news_in .a_img {
    width: 100%;
    overflow: hidden;
}

.news_in .a_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.news_in .col-md-4.col-sm-12:hover img {
    transform: scale(1.2);
}

/* news word */
.indexNews-text p .line-height-limit {
    color: #FFF;
}

.news_in .col-md-4.col-sm-12:hover .indexNews-text .line-height-limit {
    color: #FFF;
}

/* news word box  */
.indexNews-text p {
    padding: 0.3rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: 0.2s;
    background-color: var(--main-color);
    text-align: center;
    margin: 1rem 0;
}

.indexNews-text p:hover {
    background-color: var(--second-match-color);
    transform: translate(-0.25rem, -0.25rem);
    box-shadow: 0.25rem 0.25rem var(--main-color);
}


/* news item hover */
.news_in .col-md-4.col-sm-12:hover .indexNews-text p {
    background-color: var(--second-match-color);
    transform: translate(-0.25rem, -0.25rem);
    box-shadow: 0.25rem 0.25rem var(--main-color);
}

/* index news rwd */
@media screen and (min-width: 1080px) {
    .news_in .a_img {
        height: 250px;
    }
}

@media screen and (min-width:992px) and (max-width:1080px) {
    .news_in .a_img {
        height: 300px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .news_in .a_img {
        height: 200px;
    }
}

@media screen and (max-width:767px) {
    .news_in .col-md-4.col-sm-12 {
        margin: 1rem 0;
    }
}



/* index pdt */
.index-product {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: #FFF;
    background-image: none !important;
}

.index-product .pli_list {
    flex-direction: column;
}

/* index slogan */
section.slogan {
    background-image: none !important;
}

section.slogan>.container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

section.slogan .bg-custom {
    display: none;
}

.intro-item {
    display: flex;
}

.intro-part {
    padding: 0;
}

.intro-box {
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.intro-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.intro-part.word {
    background-color: #eee;
}

.intro-part.word .intro-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5rem;
}

.intro-part.word .intro-box h3 {
    color: var(--main-match-color);
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 21px;
}

.intro-part.word .intro-box p {
    color: #000;
    line-height: 28px;
    text-align: justify;
}

/* index slogan rwd */
@media (max-width:991px) {
    .intro-item {
        flex-direction: column;
    }

    .intro-item.wp {
        flex-direction: column-reverse;
    }

    .intro-part.word .intro-box {
        padding: 3rem;
        height: auto;
    }
}

/* index ab */
.about {
    padding: 30px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/index-ab-bg.webp) !important;
}

.about .webeditor {
    padding: 0;
    margin-bottom: 0;
}

.ab-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ab-item {
    padding: 2rem;
}

.ab-part {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ab-part .ab-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
}

.ab-part .ab-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ab-part h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align:justify;
}
.ab-part p{
    text-align:justify; 
}

















/* news setting */
.page-news .row.p_s {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: #d8d8d8 dotted 1px;
}


.page-news .row.p_s .col-md-5 a {
    width: 100%;
    height: 100%;
}

.page-news .row.p_s .col-md-5 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-news .pli_list_s {
    font-weight: 700;
    margin: 1rem 0;
}







/* pdt setting */
/* pdt products item */
.card {
    border: 0;
    box-shadow: none !important;
}

.pro_in1{
    width: 100%;
}

/* pdt img */
.pro_in1>a {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_in1>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

/* pdt title */
.pli_list {
    color: #FFF;
    margin: 1rem 0;
}

.pli_list a {
    color: #fff;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--main-color);
    transition: 0.2s;
}

.pli_list a:hover {
    transform: translate(-0.25rem, -0.25rem);
    background-color: var(--second-match-color);
    color: #FFF;
    box-shadow: 0.25rem 0.25rem var(--main-color);
}

/* pdt hover */
.pro_in1:hover a>img {
    transform: scale(1.2);
}

.pro_in1:hover .pli_list a {
    transform: translate(-0.25rem, -0.25rem);
    background-color: var(--second-match-color);
    color: #FFF;
    box-shadow: 0.25rem 0.25rem var(--main-color);
}

/* pdt rwd */
@media screen and (min-width:1200px) {
    .pro_in1>a {
        height: 220px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .pro_in1>a {
        height: 220px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .pro_in1>a {
        height: 120px;
    }
}







/* pdt detail setting */
.page-pdt-detail.page-pdt .pro_con_s {
    margin-bottom: 2rem;
}

.page-pdt-detail.page-pdt .row.in_con .btn2_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

@media screen and (max-width: 740px) {
    .itemTitle {
        width: fit-content;
    }

    .page-pdt-detail .dl-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 480px) {
    .page-pdt-detail .dl-list li {
        flex-direction: column;
    }

    .page-pdt-detail .dl-list li a {
        margin: 0.5rem 0;
    }
}







/* sitemap setting */
.col-md-4.col-sm-12.sitemap h2 {
    font-family: "Arial", "Microsoft JhengHei";
    font-weight: 700;
    font-size: 18px;
    background: #eee;
    padding-left: 1rem;
    border-left: 4px solid var(--main-color);
    margin: 1rem 0 2rem 0;
    padding: 1rem 1rem 1rem 1.5rem;
    width: 100%;
}

.col-md-4.col-sm-12.sitemap a {
    transition: 0.3s;
}

.col-md-4.col-sm-12.sitemap a:hover {
    color: var(--main-match-color);
}
.page-contact .col-md-12.col-sm-12{
	margin-bottom:5rem;
}
.webeditor td {
    padding-left: 25px;
    padding-right: 25px;
    text-align: right;
    font-size: 14px;
}
