@charset "UTF-8";

:root {
	--customer-loader-color: #333;
    --primary-color: #0182a0;
    --blog-cards-accent: #0182a0; /* 主色：橫槓、標題、連結 */
    --blog-cards-color: #192a3d;  /* 標題深藍 */
    --blog-cards-text: #4c4c4c;   /* 內文 */

    --news-rows-accent: #0182a0;  /* 主色：橫槓、日期 */
    --news-rows-color: #192a3d;   /* 標題深藍 */
    --news-rows-line: #d8dde2;    /* 分隔線 */
}


body {
    margin: 0px;
    /* font-size: 14px;
    color: #4c4c4c;
    font-family: "MyriadPro", "Microsoft JhengHei" !important; */
    color: rgb(25, 42, 61);
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
    background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

a {
    text-decoration: none;
    color: #4c4c4c;
}

img {
    max-width:100%;
}

a:hover,
button:hover {
    color: #9a9a9a;

    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.container {
    float: left;
    width: 100%;
}

.nav1 {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    /*box-shadow: 1px 1px 10px #EEE;*/
    height: 80px;
}

section.mainContent {
    max-width: 1920px;
    margin: auto;
}

/* 有logo+文字 */
.logo_index {
    display: inline-flex;
    margin-top: 0px;
    height: 80px;
    margin-left: 10%;
    max-width: 230px;
    width: auto;
    align-items: center;
}
.logo_index img {
    height: 60px;
}
.logo_index span {
    align-items: center;
    display: flex;
    margin-left: 10px;
    font-size: 20px; /* Fallback for IE */
    font-size: clamp(16px, 1.5vw, 20px); /* Modern browsers */
}



#ul1 {
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    height: 80px;
    line-height: 80px;
}

#ul1 li {
    float: left;
    list-style: none;
    /* margin: 0 0 0 36px;*/
     margin: 0 0 0 1.4em;
    padding: 0;
}

/* header{
	float:left;
	width:100%;
	height:480px;
	overflow:hidden;
	margin-top: 80px;
}
header img{
	float:left;
	width:100%;
	position: relative;
    top: -120px;
} */
.homepage-slider {
    width: 100%;
    overflow: hidden;
}

.homepage-slider img {
    width: 100%;
    position: relative;
}

.aside1 {
    float: left;
    width: 100%;
    padding: 50px 0 75px 0;
}

.aside2 {
    float: left;
    width: 100%;
}

footer {
    clear: both;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    border-top: 1px solid #d7d7d7;
    padding: 20px 10% 20px 10%;
}
.width-100 {
    width:100%;
}

h1,
h2 {
    width: 100%;
    margin: 0px;
    text-align: center;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 16px;
}
.page_content h1,
.page_content h2,
.page_content h3,
.page_content h4,
.customerMainContent h1,
.customerMainContent h2,
.customerMainContent h3,
.customerMainContent h4{
    text-align: left;
}

.customerMainContent h2{
    font-size: 30px;
}
@media screen and (max-width: 767px) {
    .customerMainContent h2{
        font-size: 20px;
    }
    .customerMainContent h3 {
        font-size: 18px;
    }
}
.customerMainContent b, .customerMainContent .bold {
    font-weight: bold;
    background-image: linear-gradient(to bottom, transparent calc(100% - 1.5em), rgb(41 167 225 / 40%) 1.5em);
}
.bold {
    font-weight: bold;
}

.customerMainContent ul li {
    padding: 5px 0px;
}

.aside1 h1 {
    margin: 0 0 20px 0;
    letter-spacing: 0.1em;
    color: #323232;
}

.aside1 .h2 {
    width: 60%;
    margin: 20px auto;
    float: none;
    line-height: 30px;
    font-weight: normal;
    text-align: justify;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .aside1 .h2 {
        width: 80%;
        font-size: inherit;
    }

}

/* 頁尾：左（logo+資訊）／中（選單）／右（版權） */
.footer_wrap {
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-start; */
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.footer_left {
    flex: 1 1 260px;
    min-width: 0;
}

.footer_menu {
    flex: 0 1 auto;
    font-size: 14px;
}

.footer_right {
    flex: 1 1 200px;
    min-width: 0;
    text-align: right;
}

footer .footer_left>span {
    display: block;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: 0 50%; */
    background-position: left center;
}
@media screen and (max-width: 900px) {
    footer .footer_left>span {
        background-position: center;
    }
}

.footer_info {
    line-height: 26px;
}

.footer_info p {
    margin: 0;
    padding: 0;
}

.footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_menu li {
    margin: 0;
    padding: 0;
    line-height: 26px;
}
.footer_menu a {
    color: #Fff;
}
.footer_menu a:hover {
    opacity: 0.8;
    color: #FFF;
}

.footer_copy {
    text-align: right;
    font-size:12px;
    letter-spacing: 0.1em;
}

.index_item1 {
    float: left;
    width: 100%;
    height: 351px;
}

.index_i1left {
    float: left;
    width: 50%;
    height: inherit;
    background-color: #f3f3f3;
}

.index_i1leftww {
    float: left;
    width: 80%;
    margin: 8% 10%;
}

.index_i1leftww p {
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #323232;
    letter-spacing: 0.12em;
}

.index_i1leftww span {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #9a9a9a;
}

.index_i1leftww ul {
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
    padding-left: 20px;
    font-size: 15px;
    line-height: 180%;
}

.index_i1leftww ul li {
    list-style-type: square;
}

.index_i1right {
    float: left;
    width: 50%;
    height: inherit;
    background: url("../img/use1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.index_item2 {
    float: left;
    width: 100%;
    height: 380px;
}

.index_i2left {
    float: left;
    width: 50%;
    height: inherit;
    background: url("../img/use2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.index_i2left222 {
    display: none;
}

.index_i2right {
    float: left;
    width: 50%;
    height: inherit;
    background-color: #f3f3f3;
}

.line1 {
    margin: 0 auto;
    width: 28px;
    height: 1px;
    border-bottom: 1px solid black;
}

.index_i2rightww {
    float: left;
    width: 80%;
    margin: 8% 10%;
}

.index_i2rightww p {
    float: left;
    width: 100%;
    font-size: 26px;
    margin: 0 0 20px 0;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #323232;
}

.index_i2rightww span {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 30px 0;
}

.index_i2rightww button {
    float: left;
    border-radius: 0;
    background: none;
    color: black;
    box-shadow: none;
    border: 2px solid #70706f;
    font-size: 16px;
    padding: 5px 50px;
    letter-spacing: 0.2em;
}

.index_i2rightww button:hover {
    background-color: #70706f;
    color: white;
    cursor: pointer;
}

.aside3 {
    display: flow-root; /* 取代 float：仍會包住內部浮動元素，但本身回到正常流 */
    /* width: 80%; */
    margin-top: 80px;
    /* padding: 48px 10%; */
    /* padding-top: 48px; */
    /* padding-bottom: 48px; */
}

.customer-page {
    margin: auto;
    line-height: 30px;
}
.customer-page.w10 {
    width: 100%;
}
.customer-page.w8 {
    width: 80%;
}
@media screen and (max-width: 767px) {
    .customer-page.w8 {
        width: 100%;
    }
}
.customer-page.w6 {
    width: 60%;
}
/* 修正部分特別地方 */
.customer-page h1, .customer-page h2 {
    text-align:left;
}
.customer-page hr {
    margin-top: 2em;
    margin-bottom: 2em;
}

img.img-responsive {
    width: 100%;
    height: auto;
}

.page_title1 {
    width: 70%;
    font-size: 26px;
    margin: 0 30% 20px 0;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.page_content {
    display: flow-root; /* 取代 float，仍包住內部浮動元素 */
    width: 100%;
}

/* 內頁左右兩欄（about / contact）：改用 flex，不再使用 float */
.page-cols {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 4%;
}

.article1 {
    flex: 1 1 52%;
    min-width: 0;
    border-top: 1px solid #d7d7d7;
}

.article1 p {
    width: 100%;
    line-height: 30px;
    margin: 0;
    padding-top: 20px;
    text-align: justify;
    font-size: 15px;
}
.article1 img {
    max-width: 100%;
    height: auto;
}

.article2 {
    flex: 0 1 44%;
    min-width: 0;
}

.article2 img {
    display: block;
    width: 100%;
}

.article2 iframe {
    display: block;
    width: 100%;
    height: 500px;
}

.article9 {
    display: flow-root; /* 取代 float，仍包住內部浮動元素 */
    width: 100%;
    /* border-top: 1px solid rgba(202, 202, 202, 0.85); */
}

.news_list {
    float: left;
    width: 100%;
    /* line-height: 50px; */
	padding-top: 10px;
    padding-bottom: 10px;
    line-height: 2em;
    border-bottom: 1px solid rgba(220, 220, 220, 0.85);
}

.newslt_title {
    float: left;
    width: 50%;
    height: inherit;
}

.newslt_date {
    float: left;
    width: 20%;
    height: inherit;
}

.newslt_more {
    float: left;
    width: 30%;
    height: inherit;
}

.news_list a {
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    /* margin: 9px 0; */
}

/* 舊版按鈕容器（列表的更多、內頁的返回）有固定寬高，
   改用 .theme-button 後要解除，否則左右內距會把文字擠成一行一字 */
.news_list a.theme-button,
.page_back a.theme-button {
    width: auto;
    height: auto;
    line-height: 1.8;
    white-space: nowrap;
}

/* 標題 + 返回鈕的同列容器，取代原本 page_title2 / page_back 的左右 float */
.page-headbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.page_title2 {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 24px;
    margin: 0 0 8px 0;
}

/* 用自然寬度而非固定 30%，否則窄螢幕下裝不滿 110px 的按鈕會溢出 */
.page_back {
    flex: 0 0 auto;
    text-align: right;
}

.page_back a {
    display: inline-block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid;
    margin: 0;
}


.article_title {
    float: left;
    width: 70%;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 36px;
}

.article_date {
    float: right;
    width: 30%;
    text-align: right;
    height: 40px;
    line-height: 40px;
    margin-top: 36px;
}

.article_words {
    float: left;
    width: 100%;
    line-height: 26px;
    margin-top: 16px;
    font-size: 15px;
}

.article_img {
    display: flow-root; /* 取代 float：後台文章內容常有浮動圖片，需要包住 */
    width: 100%;
}
.article_customer_content {
    background-color: #FFF;
    padding-top: 2em;
}

/*.article_img img{
	float:left;
	width:100%;
    margin-top: 24px;
}*/
.article_img img {
    max-width: 100%;
    height: auto !important;
    margin-top: 24px;
}

.article_title2 {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 36px;
}

.article_items {
    float: left;
    width: 30%;
    margin-right: 5%;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 25px 25px 30px 25px;
}

.article_items2 {
    float: left;
    width: 30%;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 25px 25px 30px 25px;
}

.article_subti {
    float: left;
    width: 100%;
    font-size: 27px;
    letter-spacing: 0.11em;
    font-weight: bold;
}

.article_info {
    float: left;
    width: 100%;
    color: #70706f;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    margin-top: 10px;
}

.products_in {
    display: flow-root; /* 取代 float，仍包住內部浮動元素（同時掛 .productList 時會被 flex 覆蓋） */
    width: 100%;
    margin-bottom: 80px;
}

.mnsn-banner {
    float: left;
    width: 100%;
    height: 480px;
}


.flexslider {
    position: relative;
    height: 480px;
    width: 100%;
}

.slides {
    position: relative;
    z-index: 1;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

.slides li {
    height: 480px;
    background-size: cover;
    background-position: center !important;
}

.slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -9999px
}

.flex-control-nav {
    float: left;
    z-index: 12;
    width: 100%;
    text-align: center;
    padding: 0px;
    position: absolute;
    bottom: 0;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
}

.flex-control-nav a {
    float: left;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    background-color: white;
    line-height: 37px;
}

.flex-control-nav .flex-active {
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 10px;
    background-color: black;
    cursor: pointer;
    color: black;
    line-height: 37px;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    top: 45%;
    padding: 0px;
}

.flex-direction-nav li {
    list-style: none;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 60px;
    background: url("../banner-use-img/prev3.png") center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 60px;
    background: url("../banner-use-img/next3.png") center center no-repeat;
}

.main-banner-words {
    display: none;
}

.nvh_phoneall.closed {
    display: none;
}

.lang {
    float: right;
    margin: 0 3%;
    height: 80px;
    line-height: 80px;
    font-size: 13.5px;
}

.lang span {
    float: left;
}

.lang p {
    float: left;
    margin: 0;
    padding: 0 5px;
}

.focus-nav {
    font-weight: bold;
}

.lang1 {
    float: right;
    margin: 30px 30px 0 0;

    display: none;
}

.lang1 span {
    float: left;
}

.lang1 p {
    float: left;
    margin: 0;
    padding: 0 15px;
}

.focus-nav1 {
    font-weight: bold;
}

.loading-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    z-index: 101;
}

.loading-mask span {
    float: left;
    width: 100%;
    height: 100%;
    background: url(../img/loading-wait.svg) no-repeat;
    background-size: 42px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.pronew-left {
    float: left;
    width: 22%;
    margin: 0 5% 0 0;
}

.pronew-right {
    float: left;
    width: 73%;
}

.pronew-right>p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 24px 0;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.pronew-item {
    float: left;
    width: 100%;
}

/*.pronew-item a:hover > .pronewit-one > .pronewit-img{
	background-size:106% !important;

    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pronew-item a:hover > .pronewit-o2 > .pronewit-img{
	background-size:106% !important;

    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}*/
.pronewit-one {
    float: left;
    width: 32%;
    margin: 0 2% 12px 0;
    padding: 3px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    background-color: #FFF;
}

.pronewit-o2 {
    float: left;
    width: 32%;
    margin: 0 0 12px 0;
    padding: 3px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.pronewit-img {
    float: left;
    width: 100%;
    aspect-ratio: 1 / 1; /* 正方形，高度隨欄寬自動換算 */
}

.pronewit-words {
    float: left;
    width: 100%;
    text-align: center;
    padding: 6px 0;
}

.pronewit-words p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 24px;
    line-height: 24px;
}

.prinnew-bd {
    font-size: 16px;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.prinnew-top {
    display: flex;
    align-items: flex-start;
    gap: 0 10%; /* 取代原本 .prinnet-show 的 margin-right */
    width: 100%;
    /* margin: 36px 0; */
    border-top: 1px solid rgba(202, 202, 202, 0.85);
    padding-top: 30px;
    margin-top: 20px;
    padding-bottom: 32px;
}

.prinnet-show {
    flex: 0 0 35%;
    height: auto; /* 高度改由內部 swiper 的 aspect-ratio 決定 */
    min-width: 0; /* flex item 預設 min-width:auto 會讓內容寬度蓋過 flex-basis */
}

.prinnet-det {
    flex: 0 0 50%;
    min-width: 0; /* 避免長字串把欄位撐爆 */
}

.prinnet-title {
    width: 100%;
    margin: 0 0 48px 0;

    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.05em;
}

.prinnet-words {
    width: 100%;
}

.prinnet-words p {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
}

.prinnet-words ul {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.prinnet-words ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: square;
}

.prinnet-words span {
    display: block; /* 原本靠 float 把 inline 的 span 變成區塊，改用 display 指定 */
    width: 100%;
    /* margin: 0 0 24px 0; */
    padding: 0;
    /* font-size: 20px; */
    font-weight: bold;
}

.prinnet-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}

.prinnet-btn a {
    display: inline-block;
    padding: 6px 24px;
    border: 1px solid;
    /* border: 1px solid #002b57; */
    /* background-color: #002b57; */
    /* color: white; */
}

/* .prinnet-btn a:hover {
    background-color: #282828;
    border: 1px solid #282828;
} */

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: contain;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;

    background-repeat: no-repeat;
    background-color: #cacaca;
}

.gallery-thumbs .swiper-slide {
    width: 18%;
    height: 100%;
    opacity: 0.4;

    background-repeat: no-repeat;
    background-color: #cacaca;
}


.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.bigout {
    float: left;
    width: 100%;
    margin: 0;
    padding: 24px 24px 60px 24px;
    box-sizing: border-box;
    background-color: #EFEFEF;
}

.big {
    float: left;
    width: 100%;
    margin: 0;
    padding: 8px 0 8px 22px;
    list-style: none;
    font-size: 16px;

    background: url('../img/claps-down.png') no-repeat;
    background-size: 12px;
    background-position: 0 50%;
}

.big:hover {
    cursor: pointer;
}

.big.title-animated {
    background: url('../img/claps-up.png') no-repeat;
    background-size: 12px;
    background-position: 0 50%;
}

.bigin {
    float: left;
    width: 100%;
    display: none;
}

.bigin ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 16px 45px;
    box-sizing: border-box;
}

.bigin ul li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 16px;
    list-style-type: square;
    padding: 4px 0;
}



.connew-form {
    width: 100%;
    margin-top: 24px;
}

/* 表單欄位改用 flex 排列（欄寬仍由後台設定的 inline width 決定） */
.connew-form form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    font-size: 14px;
}

/* 送出按鈕列：填滿剩餘寬度並靠右，取代原本的 float:right */
.connew-form .form-actions {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
}

.con_type {
    border: 0px;
    width: 100%;
    /* height: 34px; */
    line-height: 34px;
    margin-bottom: 8px;
    padding: 0px 14px;
    color: #002435;
    font-size: 14px;
    font-family: "MyriadPro", "Microsoft JhengHei";
    display: block;
    box-sizing: border-box;
    background-color: rgb(241, 241, 241);
}

.con_type:focus {
    outline: 2px solid #70706f;
}

.connew-form textarea {
    border: 0px;
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px 14px;
    color: #002435;
    font-size: 14px;
    font-family: "MyriadPro", "Microsoft JhengHei";
    display: block;
    box-sizing: border-box;
    background-color: rgb(241, 241, 241);
}

.connew-form textarea:focus {
    outline: 2px solid #70706f;
}

.con_submit {
    margin-left: auto; /* 取代原本的 float:right */
    width: 124px;
    height: 40px;
    line-height: 32px;
    outline: none;
    display: block;
    margin-top: 12px;
    font-size: 20px;
    font-family: "MyriadPro", "sourcehansans-tc", "Microsoft JhengHei" !important;
    color: #70706f;
    border: 2px solid #70706f;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: transparent;
}

.con_submit:hover {
    cursor: pointer;
    background-color: #70706f;
    color: white;

    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 900px) {
    .aside1 h2 {
        width: 76% !important;
    }

    .index_i1left {
        width: 100% !important;
        height: auto !important;
    }

    .index_i1right {
        width: 100% !important;
        height: 300px !important;
    }

    .index_i1leftww {
        width: 76% !important;
        margin: 12% 12% !important;
    }

    .index_item1 {
        height: auto !important;
    }

    .index_item2 {
        height: auto !important;
    }

    .index_i2left {
        display: none !important;
    }

    .index_i2right {
        width: 100% !important;
        height: auto !important;
    }

    .index_i2left222 {
        float: left;
        width: 100%;
        height: 300px;
        background: url("../img/use2.jpg") no-repeat;
        background-size: cover;
        background-position: center;

        display: block !important;
    }

    footer {
        height: auto !important;
        padding: 24px 10% 12px 10% !important;
        margin: 0 !important;
    }

    footer span {
        /* display: none !important; */
    }

    .flex-direction-nav {
        display: none !important;
    }

    .footer_wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer_left,
    .footer_menu,
    .footer_right {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }

    .footer_menu ul {
        justify-content: center;
    }

    .footer_info {
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
    }

    .footer_copy {
        width: 100% !important;
        text-align: center !important;
        margin-top: 10px !important;
        font-size: 12px !important;
    }

    .logo_index {
        float: left;
        width: 70% !important;
        background-size: auto 38px;
        height: 80px;
    }

    #ul1 {
        display: none;
    }

    header {
        margin-top: 80px;
    }

    .page_title1 {
        width: 100%;
    }

    .page_content {
        width: 100%;
    }

    .article1 {
        flex: 0 0 100%;
        margin: 0 0 24px 0;
    }

    .article2 {
        flex: 0 0 100%;
    }

    .news_list {
        height: auto;
    }

    .news_list {
        padding: 12px 0;
    }

    .newslt_date {
        width: 100%;
    }

    .newslt_title {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .newslt_more {
        width: 100%;
    }

    .newslt_more a {
        width: 100%;
        box-sizing: border-box;
    }

    .article_title {
        width: 100%;
        margin-top: 24px;
    }

    .article_date {
        width: 100%;
        margin-top: 0px;
        text-align: left;
    }

    .article_words {
        width: 100%;
        margin-top: 24px;
    }

    .article_items {
        width: 100%;
        margin-bottom: 18px;
    }

    .article_items2 {
        width: 100%;
    }

    /* 手機版內容區加寬：外框留白由 10% 縮到 5%，內層容器改吃滿 */
    .aside3 {
        padding: 12px 5% 40px 5%;
    }

    .aside3 .customer-page.w8,
    .aside3 .customer-page.w6 {
        width: 100%;
    }

    /* 有底圖的標題區改為滿版（用負邊距抵銷 .aside3 的左右內距） */
    .title-column.has-bg {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }



    .nvh_phoneall.closed {
        float: left;
        position: absolute;
        display: block;
        width: 100%;

        display: block;
    }

    .nvh_phonebar.closed {
        float: left;
        position: absolute;
        right: 10px;
    }

    .nvh_phonebar {
        float: left;
        position: absolute;
        right: 10px;
    }

    img#nvgtcg {
        float: left;
        height: 46px;
        margin-top: 7px;
    }

    .info-content.closed {
        float: left;
        width: 100%;

        display: none;
    }

    .info-content {
        float: left;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.9);
        height: 600px;
        width: 100%;
        top: 80px;
    }

    .info-content ul {
        float: left;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .info-content ul li {
        float: left;
        padding: 0;
        margin: 0 0 20px 0;
        list-style: none;
        width: 100%;
        text-align: center;
    }

    .info-content ul li a {
        float: left;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .lang {
        display: none;
    }

    .lang1 {
        display: block;
    }

    /* 手機版文字改小並靠左，只包住文字本身，不再滿版擋住產品視覺 */
    .main-banner-words {
        width: auto;
        max-width: 78%;
        box-sizing: border-box;
        left: 0 !important;
        bottom: 20px;
        padding: 12px 16px;
        border-left-width: 3px;
        background-image: linear-gradient(100deg,
            rgba(25, 42, 61, 0.88) 0%,
            rgba(25, 42, 61, 0.70) 100%);
    }

    .main-banner-words .h3 {
        height: auto !important;
        /* font-size: 20px; */
        line-height: 1.35;
        letter-spacing: 0.05em;
        margin-bottom: 4px;
    }

    .main-banner-words .h5 {
        /* font-size: 13px; */
        /* line-height: 1.6; */
    }

    /* 按鈕跟著文字靠左 */
    .main-banner-words .text-center {
        text-align: left;
    }

    .main-banner-words .mt-20px {
        margin-top: 12px;
    }

    .pronew-left {
        width: 100%;
        margin: 0 0 36px 0;
    }
/*
    .pronew-left ul {
        padding: 24px;
    } */
	.bigout {
		padding: 10px;
	}
    .pronew-right {
        width: 100%;
    }

    .pronew-right>p {
        font-size: 24px;
        height: auto;
        line-height: 24px;
    }

    .pronewit-one {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .pronewit-o2 {
        width: 100%;
        margin: 0 0 24px 0;
    }

    /* .pronewit-img 改用 aspect-ratio 維持正方形，此處不再覆寫固定高度 */

    /* 改成上下堆疊；flex-basis 會蓋過 width，因此要一併重設 */
    .prinnew-top {
        flex-direction: column;
        gap: 0;
    }

    .prinnet-show {
        flex: 0 0 auto;
        width: 100%;
        margin: 0 0 24px 0;
    }

    .prinnet-det {
        flex: 0 0 auto;
        width: 100%;
    }

    .prinnet-title {
        margin: 0 0 16px 0;
    }

    .prinnet-words {
        font-size: 16px;
    }

    .article_words {
        font-size: 16px;
    }

    /* ============ 1060615 edit ============ */
    .index_item1 button {
        margin-top: 20px !important;
    }
}

/* ============WAYHUNT ADD============ */
div#showpages {
    clear: both;
    padding: 50px 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

div#pagesinfo {
    float: left;
    white-space: nowrap;
}

div#pages {
    text-align: center;
    white-space: nowrap;
    display: table;
    margin: 0 auto;
}

div#pages ul {
    margin: 0;
    padding: 0;
}

div#pages a:link,
div#pages a:visited,
div#pages a:active {
    color: #70706f;
    text-decoration: none;
    display: block;
}

div#pages a:hover {
    color: #f4f4f4;
    text-decoration: none;
    background-color: #70706f;
    display: block;
}

div#pages li {
    margin: 3px;
    /* padding:2px 5px; */
    height: 34px;
    min-width: 34px;
    line-height: 34px;
    list-style-type: none;
    float: left;
    background: #fff;
    color: #70706f;
    border: 1px #999 solid;
    white-space: nowrap;
}

div#pages li.pagesnow {
    color: #70706f;
    background-color: #f4f4f4;
    white-space: nowrap;
    border: 1px #999 solid;
}

div#pages li.pbutton {
    color: #70706f;
    background-color: #f4f4f4;
    /* padding:3px 5px 1px 5px; */
    padding: 0px 5px;
    white-space: nowrap;
    border: 1px #999 solid;
}

div#pages li.pbutton:hover {
    color: #f4f4f4;
    background-color: #333;
    /* padding:3px 5px 1px 5px; */
    white-space: nowrap;
    border: 1px #999 solid;
}


div#pages li.opt {
    color: #70706f;
    padding: 0px 2px;
    white-space: nowrap;
    border: 0px;
}

div#showpages select {
    background-color: #f4f4f4;
    border: 1px #999 solid;
    padding: 3px;
    color: #70706f;
}

a.active {
    color: #9a9a9a;
}

.agi-img {
    float: left;
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.aside1 button {
    display: block;
    border-radius: 0;
    background: none;
    color: black;
    box-shadow: none;
    border: 2px solid #70706f;
    font-size: 16px;
    padding: 5px 50px;
    letter-spacing: 0.2em;
    margin: 20px auto 0px auto;
    cursor: pointer;
}

.aside1 button:hover {
    background-color: #70706f;
    color: white;
    cursor: pointer;
}

.index_item1 button {
    float: right;
    border-radius: 0;
    background: none;
    color: black;
    box-shadow: none;
    border: 2px solid #70706f;
    font-size: 16px;
    padding: 5px 50px;
    letter-spacing: 0.2em;
    margin-top: -40px;
}

.index_item1 button:hover {
    background-color: #70706f;
    color: white;
    cursor: pointer;
}

.f-black {
    color: #bebebe;
}

.vidindex{
    float:left;
    width:100%;
    padding:120px 0;
    background-repeat: no-repeat;
    background-size:cover;
    background-position:bottom;
    position:relative;
}
.vidi_mask{
    position:absolute;
    top: 0px;
    width:100%;
    height:100%;
}
.vidi_put{
    float: left;
    width: 40%;
    /* height: 290px; */
    margin: 0 6% 0 10%;
    position: relative;
    z-index: 2;
}
.vidi_put iframe{
    float:left;
    width:100%;
    height:100%;
}
.vidi_words{
    float:left;
    width:35%;
    position: relative;
    z-index: 2;
}
.vidi_words h2{
    float:left;
    text-align:left;
    width:100%;
    padding:0;
    margin:0;
    font-size: 39px;
}
.vidi_words div.content{
    float:left;
    width:100%;
    padding:0;
    margin:24px 0 0 0;
    font-size: 18px;
    line-height: 30px;
}

.vidindex.vidi-right .vidi_put {
    float: right;
}
.vidindex.vidi-right .vidi_words {
    margin-left: 5%;
}

.main-banner-words {
    position: absolute;
    color: #fff;
    left: 10%;
    bottom: 36px;
    padding: 24px 32px;
    box-sizing: border-box;
    /* 半透明漸層（深藍 → 主色）取代原本的純黑底，
       深色底圖不會過黑、淺色底圖也還有足夠對比；模糊只是加分，不支援也不影響可讀性 */
    background-image: linear-gradient(100deg,
        rgba(25, 42, 61, 0.90) 0%,
        rgba(25, 42, 61, 0.74) 55%,
        rgba(1, 130, 160, 0.62) 100%);
    border-left: 4px solid var(--primary-color);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.main-banner-words .h3 {
    /* font-size: 38px; */
    font-size: clamp(20px, 2.4vw, 30px);
    letter-spacing: 0.1em;
    height: 38px;
    line-height: 38px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
}

.main-banner-words .h5 {
    /* font-size: 18px; */
    font-size: clamp(16px, 1.5vw, 18px);
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    font-weight: normal;
    /* line-height: 1.7; */
    color: rgba(255, 255, 255, 0.88);
}

/* ============ LUGO ADD============ */
/* 新版表單客製化 */
form .inline-label {
    display: inline-block;
    margin-right: 10px;
}

form .inline-radio,
form .inline-checkbox {
    float: left;
    width: 100%;
    color: #757575;
}

form .inline-radio .inline-radio-col,
form .inline-checkbox .inline-checkbox-col {
    display: inline-block;
    margin-right: 20px;
}

form .input-set {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 100%;
}

/* 新版文章客製化 */
.articleList-container,
.productList-container {
    display: flow-root; /* 取代 float，仍包住內部浮動元素 */
    padding-top: 40px;
    margin-bottom: 80px;
    width: 100%;
}

.articleList,
.productList {
    display: flex;
}

.article-cate-title,
.product-cate-title {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 24px 0;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.article-left,
.product-left {
    flex: 0 0 22%;
    margin: 0 5% 0 0;
}

.article-right,
.product-right {
    flex: 1 1 auto;
}

.article_words a {
    /* 文章超連結給予樣式 */
    text-decoration: underline;
}

/* 分類選單：改成清單上方的 tab / pill（取代 .article-left 側欄） */
.cate-tabs {
    margin: 0 0 30px 0;
}

.cate-tabs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cate-tabs-list + .cate-tabs-list {
    margin-top: 12px;
}

.cate-tab {
    display: inline-block;
    padding: 8px 22px;
    border: 1px solid #DDD;
    border-radius: 20px;
    background-color: #F5F5F5;
    color: #454545;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    transition: all .25s ease-in-out;
}

.cate-tab:hover {
    /* 顏色沿用 base.php 的主題按鈕變數，換色時不用再改這裡 */
    color: var(--btn-primary-hover-color);
    background-color: var(--btn-primary-hover-bg-color);
    border-color: var(--btn-primary-hover-border-color);
}

.cate-tab.is-active,
.cate-tab.is-active:hover {
    color: var(--btn-primary-color);
    background-color: var(--btn-primary-bg-color);
    border-color: var(--btn-primary-border-color);
}

/* 第二層子分類用小一點的膠囊做區隔 */
.cate-tabs-sub .cate-tab {
    padding: 5px 16px;
    border-radius: 16px;
    background-color: transparent;
    font-size: 14px;
}

/* 手機版下拉：桌機隱藏，900px 以下才取代 pill 列 */
.cate-select-wrap {
    display: none;
    position: relative;
}

.cate-select {
    width: 100%;
    padding: 12px 44px 12px 20px;
    border: 1px solid #DDD;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: #FFF;
    color: #454545;
    font-size: 16px; /* 小於 16px 時 iOS 會自動放大畫面 */
    line-height: 1.5;
    /* 自繪箭頭，避免各家瀏覽器預設外觀不一致 */
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1.4 0 6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 12px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 多語系選單 */
.lang-item+.lang-item:before {
	content: "｜";
}


@media screen and (max-width: 900px) {
    form .input-set {
        width: 100% !important;
        /*手機版本強制100%*/
        margin-right: 0px !important;
    }
	.articleList, .productList {flex-wrap: wrap;}
	.article-left, .article-right, .pronew-left, .pronew-right { width:100%; flex: 0 0 100%; margin-bottom: 50px}

	/* 分類選單手機版改用下拉，pill 列隱藏 */
	.cate-tabs { margin-bottom: 24px; }
	.cate-tabs-list { display: none; }
	.cate-select-wrap { display: block; }

    /* 首頁影音 */
    .vidi_put{ width: 80%; margin: 0 10% 24px 10%;}
	.vidi_words{ width: 80%; margin: 0 10%; }
    .vidi_words h2 { text-align: center; }
    .vidi_words div.content {width: 100%;margin-left: 5%;}
}


/* 讀取特效 */
.animation-barloader {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.animation-barloader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: var(--customer-loader-color);
    animation: animation-barloader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.animation-barloader div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.animation-barloader div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.animation-barloader div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes animation-barloader {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

/* Homepage style */
.blog-thumbnail {
    padding: 30px;
}
.blog-item-inner {
    padding: 0px 30px;
}
.blog-btn-container {
    padding: 0px 30px;
    text-align: center;
}
.blog-item-inner p {
    line-height: 1.8em;
}

.aside-news {
    float: left;
    width: 100%;
    padding: 50px 0 75px 0;
}
.aside-container {
    max-width: 1200px;
    margin: auto;
}
.aside-container h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 30px;
    letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
    .aside-container h2 {
        font-size: 20px;
    }
}
.aside-container .subtitle {
    padding: 15px 0 0 0;
    font-size: 18px;
}




/* 完全置底按鈕 */
.aside-news .button-bottom .width-1-3{
    position: relative;
    padding-bottom: 50px;
}
.aside-news .button-bottom .blog-btn-container {
    position: absolute;
    bottom: 0;
    width: 80%;
    text-align: center;
}

/* grid system */
.my-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.my-grid {
    margin-left: -30px;
}
.my-grid>* {
    padding-left: 30px;
}
.my-grid .width-1-3 {
    margin-bottom:30px;
    width: 100%;
    box-sizing: border-box;

}
@media (min-width: 960px) {
    .my-grid .width-1-3 {
        width: calc(100% * 1 / 3.001);
    }
}

@media (min-width: 1200px){
    .my-grid {
        margin-left: -40px;
    }
    .my-grid>* {
        padding-left: 40px;
    }
}

/* 專案客製化 */

/* --- 區塊標題 title_column --------------------------------------------- */
.title-column {
    --title-column-accent: #0182a0; /* 主色，橫槓 */
    --title-column-color: #192a3d;  /* 標題深藍 */
    padding: 70px 0 60px 0;
    text-align: center;
    /*background-color: #f2f5f7;*/ /* 後台有填「區塊底色」時會被 inline style 覆蓋 */
}

/* 外層用 w10 讓底色滿版，文字區收在 80% 與其他 w8 區塊對齊 */
.title-column .container-fluid {
    width: 80%;
    margin: 0 auto;
}

.title-column .title-column-bar {
    display: block;
    width: 48px;
    height: 4px;
    /* margin: 0 auto 30px auto; */
    margin: 0 auto 16px auto;
    background-color: var(--title-column-accent);
}

.title-column .title-column-uptitle {
    margin: 0 0 6px 0;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: var(--title-column-color);
}

.title-column .title-column-title {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    color: var(--title-column-color);
    /* 中文字加了字距後整體會偏右，補回最後一字的空隙讓視覺置中 */
    text-indent: 0.12em;
    text-align: center;
}

.customer-page h2 {
    color: var(--primary-color); /* 主色，橫槓 */
    font-size: 28px;

}

.customer-page h3 {
    color: var(--primary-color); /* 主色，橫槓 */
    font-size: 24px;

}
/* 底圖模式：後台有選背景圖時，最外層加 .has-bg（滿版底圖 + 淺色字） */
.title-column.has-bg {
    --title-column-overlay: rgba(25, 42, 61, 0.30); /* 遮罩，確保淺色字在任何底圖上都清楚 */
    position: relative;
    padding: 110px 0 100px 0;
    background-color: #6e9fb2; /* 底圖載入前／未滿版時的備用底色 */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.title-column.has-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--title-column-overlay);
}

.title-column.has-bg > * {
    position: relative;
    z-index: 1;
}

/* 淺色字（.has-bg 自動套用，也可單獨加 .is-inverse 手動切換） */
.title-column.has-bg .title-column-bar,
.title-column.is-inverse .title-column-bar {
    background-color: #fff;
}

.title-column.has-bg .title-column-uptitle,
.title-column.has-bg .title-column-title,
.title-column.is-inverse .title-column-uptitle,
.title-column.is-inverse .title-column-title {
    color: #fff;
}

/* 疊圖模式：標題區底圖往下延伸，下方內容用 .section-panel 疊在底圖上
   標題區加 .has-overlap，緊接的下一個區塊加 .section-overlap，兩者共用 --section-overlap */
:root {
    --section-overlap: 320px; /* 底圖被內容面板蓋住的高度 */
}

.title-column.has-bg.has-overlap {
    padding-bottom: calc(40px + var(--section-overlap)); /* 40px = 標題與面板上緣的間距 */
}

.section-overlap {
    position: relative;
    z-index: 1;
    margin-top: calc(var(--section-overlap) * -1);
    padding-top: 0;
}

/* advpage 版本：區塊之間彼此獨立，改用相鄰選擇器讓「下一個區塊」自動疊上來，
   不需要修改被疊的那個區塊樣板 */
.title-column.has-overlap + * {
    position: relative;
    z-index: 1;
    margin-top: calc(var(--section-overlap) * -1);
}

/* advpage 面板：由 default_page.php 的渲染迴圈輸出 .section-overlap > .section-panel，
   中間可以包任意多個區塊（到「面板結束」區塊為止） */
.section-overlap > .section-panel {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
}
.text-container {
    padding: 8% 10%;
}
@media screen and (max-width: 900px) {
        /* advpage：面板在手機版加寬（內距由通用的 .section-panel 手機版樣式處理） */
    .section-overlap > .section-panel {
        width: 90%;
    }
}
@media screen and (max-width: 767px) {
    .section-overlap > .section-panel {
        padding: 0px;
    }
    .text-container {
        padding: 16px;
    }
}

/* 面板內的區塊：容器不要再內縮一次，並收掉頭尾多餘的上下留白 */
.section-panel > * > .aside-container,
.section-panel > * > .blog-cards-wrap,
.section-panel > * > .news-rows-wrap,
.section-panel > * > .section-inner,
.section-panel > * > .container-fluid,
.section-panel > * > .customer-page {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.section-panel > *:first-child {
    padding-top: 0;
}

.section-panel > *:last-child {
    padding-bottom: 0;
}

/* 清掉內層容器原本的上留白，面板上緣才會準確貼齊 */
.section-overlap .articleList-container,
.section-overlap .productList-container {
    padding-top: 0;
}

@media (max-width: 767px) {
    :root {
        --section-overlap: 120px;
    }
    .title-column {
        padding: 48px 0 40px 0;
    }
    .title-column.has-bg {
        padding: 70px 0 60px 0;
    }
    .title-column.has-bg.has-overlap {
        padding-bottom: calc(24px + var(--section-overlap));
    }
    .title-column .title-column-bar {
        margin-bottom: 22px;
    }
    .title-column .title-column-uptitle {
        font-size: 15px;
    }
    .title-column .title-column-title {
        font-size: 26px;
    }
    .customer-page h2 {
        font-size: 24px;
    }
    .customer-page h3 {
        font-size: 20px;
    }
}


/* --- 最新消息（左標題／右列表）_news_rows -------------------------------- */
.aside-news-rows {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 70px 0 60px 0;
}

.aside-news-rows .news-rows-wrap {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
}

/* 左側標題 */
.aside-news-rows .news-rows-head {
    flex: 0 0 240px;
    max-width: 240px;
    padding-top: 6px;
}


.rows-uptitle {
    margin: 0 0 14px 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.5;
    color: var(--news-rows-color);
}

.aside-news-rows .news-rows-title {
    width: auto;
    margin: 0;
    /* font-size: 30px; */
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-align: left;
    color: var(--news-rows-color);
}

/* 右側列表 */
.aside-news-rows .news-rows-list {
    flex: 1 1 auto;
    min-width: 0;
}

.aside-news-rows .news-row {
    display: flex;
    align-items: baseline;
    gap: 30px;
    padding: 18px 0;
    border-bottom: 1px solid var(--news-rows-line);
    color: var(--news-rows-color);
    line-height: 1.6;
}

.aside-news-rows .news-row:first-child {
    padding-top: 0;
}

.aside-news-rows a.news-row:hover {
    color: var(--news-rows-accent); /* 覆寫全站 a:hover 的變灰 */
}

.aside-news-rows .news-row-date {
    flex: 0 0 auto;
    min-width: 88px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--news-rows-accent);
}

.aside-news-rows .news-row-title {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 16px;
    letter-spacing: 0.04em;
}

@media (max-width: 900px) {
    .aside-news-rows .news-rows-wrap {
        flex-direction: column;
        gap: 24px;
        width: 86%;
    }
    .aside-news-rows .news-rows-head {
        flex: 0 0 auto;
        max-width: none;
        width: 100%;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .aside-news-rows {
        padding: 48px 0 40px 0;
    }
    .aside-news-rows .news-row {
        flex-direction: column;
        gap: 6px;
        padding: 14px 0;
    }
    .aside-news-rows .news-row-date {
        font-size: 14px;
    }
    .aside-news-rows .news-row-title {
        font-size: 14px;
    }
}

/* --- 部落格（左主圖／右列表）_blog_cards --------------------------------- */
.aside-blog-cards {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 70px 0 60px 0;
}

.aside-blog-cards .blog-cards-wrap {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
}

/* 區塊標題 */
.aside-blog-cards .blog-cards-head {
    margin-bottom: 44px;
}

.title-row-bar {
    display: block;
    width: 80px;
    height: 4px;
    margin: 0 0 26px 0;
    background-color: var(--blog-cards-accent);
}
.text-center .title-row-bar {
    margin-left: auto;
    margin-right: auto;
}

/* .aside-blog-cards .blog-cards-uptitle {
    margin: 0 0 14px 0;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.5;
    color: var(--blog-cards-color);
} */

.aside-blog-cards .blog-cards-title {
    width: auto;
    margin: 0;
    /* font-size: 30px; */
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-align: left;
    color: var(--blog-cards-color);
}

/* 左主圖 + 右列表 */
.aside-blog-cards .blog-cards-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 60px;
    align-items: start;
}

/* 共用：標題左側短槓 */
.aside-blog-cards .blog-feature-title,
.aside-blog-cards .blog-card-title {
    margin: 0 0 16px 0;
    padding-left: 14px;
    border-left: 4px solid var(--blog-cards-accent);
    /* font-size: 20px; */
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: left;
}

/* 左右兩張卡片都是「整張為連結」，內層標題與 LEARN MORE 不再是 <a> */
.aside-blog-cards .blog-feature-link,
.aside-blog-cards .blog-feature-link:hover,
.aside-blog-cards .blog-card-link,
.aside-blog-cards .blog-card-link:hover {
    display: block;
    color: inherit; /* 覆寫全站 a / a:hover 的顏色 */
}

.aside-blog-cards .blog-feature-title,
.aside-blog-cards .blog-card-title {
    color: var(--blog-cards-accent);
}

.aside-blog-cards .blog-feature-link:hover .blog-feature-title,
.aside-blog-cards .blog-feature-link:hover .blog-cards-more,
.aside-blog-cards .blog-card-link:hover .blog-card-title,
.aside-blog-cards .blog-card-link:hover .blog-cards-more {
    color: var(--blog-cards-color);
}

/* 共用：內文與 LEARN MORE */
.aside-blog-cards .blog-feature-desc,
.aside-blog-cards .blog-card-desc {
    margin: 0 0 18px 0;
    /* font-size: 16px; */
    line-height: 1.9;
    letter-spacing: 0.04em;
    /* color: var(--blog-cards-text); */
}

.aside-blog-cards .blog-cards-more {
    display: inline-block;
    /* font-size: 15px; */
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: underline;
    color: var(--blog-cards-accent);
}

.aside-blog-cards .blog-cards-more:hover {
    color: var(--blog-cards-color);
}

/* 左側主打文章 */
.aside-blog-cards .blog-feature-thumb {
    display: block;
    margin-bottom: 28px;
}

.aside-blog-cards .blog-feature-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

/* 右側文章列表 */
.aside-blog-cards .blog-cards-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.aside-blog-cards .blog-card {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.aside-blog-cards .blog-card-thumb {
    flex: 0 0 32%;
    max-width: 32%;
}

.aside-blog-cards .blog-card-thumb img {
    display: block;
    width: 100%;
    /*aspect-ratio: 11 / 10;*/
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.aside-blog-cards .blog-card-body {
    flex: 1 1 auto;
    min-width: 0;
}

@media (max-width: 900px) {
    .aside-blog-cards .blog-cards-wrap {
        width: 86%;
    }
    .aside-blog-cards .blog-cards-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .aside-blog-cards {
        padding: 48px 0 40px 0;
    }
    .aside-blog-cards .blog-cards-head {
        margin-bottom: 30px;
    }
    .title-row-bar {
        margin-bottom: 18px;
    }
    .aside-blog-cards .blog-cards-uptitle {
        /* font-size: 15px; */
    }
    .aside-blog-cards .blog-cards-title {
        /* font-size: 24px; */
    }
    .aside-blog-cards .blog-feature-title,
    .aside-blog-cards .blog-card-title {
        /* font-size: 18px; */
    }
    .aside-blog-cards .blog-feature-desc,
    .aside-blog-cards .blog-card-desc {
        /* font-size: 15px; */
        line-height: 1.8;
    }
    .aside-blog-cards .blog-card {
        flex-direction: column;
        gap: 16px;
    }
    .aside-blog-cards .blog-card-thumb {
        flex: 0 0 auto;
        max-width: none;
        width: 100%;
    }
    .aside-blog-cards .blog-card-thumb img {
        aspect-ratio: 3 / 2;
    }
    /* 手機版：「更多」連結貼齊右緣，並與標題垂直置中 */
    .aside-blog-cards .blog-cards-head .d-flex {
        align-items: center;
    }
    .aside-blog-cards .index-blog-more-link {
        margin-left: auto; /* 取代桌機版跟在標題後面的固定 60px */
        flex-shrink: 0;    /* 標題長到換行時也不要被壓扁 */
    }
    .aside-blog-cards .index-blog-more-link .link-arrow-text {
        white-space: nowrap;
    }
}

/* --- 通用：置中與深底反白 ------------------------------------------------ */
.text-center {
    text-align: center!important;
}

.text-center .blog-cards-title {
    text-align: center;
}
@media (max-width: 767px) {
    .text-center .blog-cards-title {
        font-size: 20px;
    }
}

/* 放在深色底圖上時，標題群組整組轉白 */
.is-inverse,
.is-inverse .rows-uptitle,
.is-inverse .blog-cards-title {
    color: #fff;
}

.is-inverse .title-row-bar {
    background-color: #fff;
}

/* --- 通用：縮圖 hover 緩慢放大 ------------------------------------------ */
/* 外層負責裁切，圖片放大時不會溢出版面 */
.popup-gallery,
.popup-gallery a,
.blog-thumbnail a,
.blog-feature-thumb,
.blog-card-thumb,
.pronewit-imgwrap {
    display: block;
    overflow: hidden;
}

.popup-gallery img,
.blog-thumbnail img,
.blog-feature-thumb img,
.blog-card-thumb img,
.pronewit-imgwrap .pronewit-img {
    transition: transform 0.8s ease;
}

/* 觸發點掛在「卡片容器」而不是 <a>，連結搬到哪一層都不影響 */
.blog-item:hover .popup-gallery img,
.popup-gallery:hover img,
.blog-thumbnail:hover img,
.blog-feature:hover .blog-feature-thumb img,
.blog-card:hover .blog-card-thumb img,
.pronewit-one:hover .pronewit-img {
    transform: scale(1.08);
}

/* --- 通用：整頁進場淡入 -------------------------------------------------
   .fx-page 由 base.php <head> 的 inline script 掛上（第一次繪製前就生效），
   .fx-page-ready 由頁尾的 script 掛上；沒有 JS 時兩個 class 都不存在，內容照常顯示 */
.fx-page body {
    opacity: 0;
}

.fx-page.fx-page-ready body {
    opacity: 1;
    transition: opacity 0.6s ease;
}

/* 使用者偏好減少動態效果時直接顯示 */
@media (prefers-reduced-motion: reduce) {
    .fx-page body,
    .fx-page.fx-page-ready body {
        opacity: 1;
        transition: none;
    }
}

/* --- 通用：主題按鈕外型（顏色由 base.php 的 .theme-btn-primary / -secondary 決定） --- */
.theme-button {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 50px;
    border: 2px solid #70706f;
    border-radius: 0;
    box-shadow: none;
    background: none;
    color: black;
    font-size: 16px;
    letter-spacing: 0.2em;
    cursor: pointer;
}

.theme-button:hover {
    background-color: #70706f;
    color: white;
    cursor: pointer;
}

/* --- 通用：內容面板（淺底 + 細框，用來疊在底圖上） ----------------------- */
.section-panel {
    display: flow-root; /* 形成 BFC，才包得住內部仍在使用 float 的區塊 */
    box-sizing: border-box;
    padding: 46px 40px 40px 40px;
    background-color: #f5f7f8;
    border: 1px solid rgba(1, 130, 160, 0.15);
}

/* 面板本身同時是左右兩欄容器時維持 flex（flex 容器一樣包得住浮動元素） */
.section-panel.page-cols {
    display: flex;
}

@media (max-width: 767px) {
    .section-panel {
        padding: 30px 24px 28px 24px;
    }
}

/* --- 通用：卡片列（可 2／3／4 欄，欄與欄之間可加分隔線） ------------------ */
.card-grid {
    display: grid;
    grid-template-columns: repeat(var(--card-cols, 3), minmax(0, 1fr));
    /* 用負邊距把左右第一／最後一欄的內距吃掉，讓每欄「內容寬度」完全相同，
       圖片才會等寬等高；欄間距 = --card-gap 的兩倍 */
    margin: 0 calc(var(--card-gap, 34px) * -1);
}

.card-grid-2 { --card-cols: 2; }
.card-grid-3 { --card-cols: 3; }
.card-grid-4 { --card-cols: 4; }

.card-grid .card-col {
    padding: 0 var(--card-gap, 34px);
    margin-bottom: 32px;
}

.card-grid.has-divider .card-col + .card-col {
    border-left: 1px solid var(--card-line, rgba(1, 130, 160, 0.35));
}
.card-grid.has-divider .card-col:nth-child(3n+1) {
    border-left: 0px;
}


.card-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* 圖片一律裁切成固定比例，同一列高度一致（比例可用 --card-thumb-ratio 調整） */
.card-thumb {
    aspect-ratio: var(--card-thumb-ratio, 2 / 1);
    overflow: hidden;
}

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

/* 完整顯示模式：.card-grid 加上 .fit-contain
   圖片一律完整顯示不裁切；支援 subgrid 的瀏覽器會讓「縮圖列」的高度＝該列最高的那張圖，
   不支援的則退回固定比例的框（一樣等高，只是高度由 --card-thumb-ratio 決定） */
.card-grid.fit-contain .card-thumb img {
    object-fit: contain;
}

@supports (grid-template-rows: subgrid) {
    .card-grid.fit-contain {
        grid-template-rows: auto auto auto auto; /* 圖 / 標題 / 內文 / 短槓 */
    }

    .card-grid.fit-contain .card-col,
    .card-grid.fit-contain .card-item {
        display: grid;
        grid-row: span 4;
        grid-template-rows: subgrid;
        height: auto;
    }

    /* 明確指定列數，某張卡片缺標題或內文時也不會整個往上錯位 */
    .card-grid.fit-contain .card-thumb { grid-row: 1; aspect-ratio: auto; }
    .card-grid.fit-contain .card-title { grid-row: 2; }
    .card-grid.fit-contain .card-desc  { grid-row: 3; }
    .card-grid.fit-contain .card-bar   { grid-row: 4; }
}

.card-title {
    margin: 26px 0 16px 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: var(--primary-color);
}

.card-desc {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
}

/* 卡片下方短槓 */
.card-bar {
    display: block;
    width: 44px;
    height: 4px;
    margin: 34px 0 0 0;
    background-color: var(--primary-color);
}

.text-center .card-bar {
    margin-left: auto;
    margin-right: auto;
}

/* --- 通用：文字 + 圓形箭頭連結 ------------------------------------------- */
.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: var(--primary-color);
}

.link-arrow:hover {
    color: var(--blog-cards-color); /* 覆寫全站 a:hover 的變灰 */
}

.link-arrow-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: underline;
}

.link-arrow-icon {
    position: relative;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.link-arrow-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 43%;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 900px) {
    .link-arrow-icon {height: 24px;width: 24px;}

    .link-arrow-icon::after {
        left: 40%;
    }
}

/* --- 圖卡 + 內容（滿版底圖 + 白色面板）_image_cards_with_content --------- */
.aside-image-cards {
    --section-bg-height: 66%; /* 底圖band高度，其餘由頁面底色接續 */
    --card-line: rgba(1, 130, 160, 0.35);
    position: relative;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 70px 0;
}

/* 底圖：後台未上傳前用 images/section-bg-placeholder.svg */
.aside-image-cards .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--section-bg-height);
    /* background-color: #6e9fb2; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.aside-image-cards .section-inner {
    position: relative;
    width: 80%;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 90px;
}

.aside-image-cards .section-head {
    margin-bottom: 46px;
}

.aside-image-cards .section-panel-footer {
    margin-top: 40px;
    padding-top: 44px;
    border-top: 1px solid var(--card-line);
}

.section-panel-footer.index-news-footer  {
    margin-top: 40px;
}
.index-blog-more-link {
    margin-left: 60px;
    display: flex;
    align-items: center;
}
@media (max-width: 900px) {
    .aside-image-cards {
        --section-bg-height: 42%;
    }
    .aside-image-cards .section-inner {
        width: 88%;
        padding-top: 60px;
    }
    .card-grid {
        grid-template-columns: minmax(0, 1fr);
        margin: 0;
    }
    .card-grid .card-col {
        padding: 0;
    }
    .card-grid.has-divider .card-col + .card-col {
        margin-top: 34px;
        padding-top: 34px;
        border-left: 0;
        border-top: 1px solid var(--card-line);
    }
}

@media (max-width: 767px) {
    .aside-image-cards {
        padding-bottom: 48px;
    }
    .aside-image-cards .section-head {
        margin-bottom: 32px;
    }
    .aside-image-cards .section-panel-footer {
        margin-top: 36px;
        padding-top: 30px;
    }
    .card-title {
        font-size: 18px;
    }
    .card-desc {
        font-size: 15px;
        line-height: 1.9;
    }
    .link-arrow {
        gap: 14px;
    }
}

/* --- 商品內頁：特色列（pdt_feature 以全形「：」分成標題／內容） ------------ */
.feature-section {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 14px 40px;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 24px 0;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    font-size: 16px;
    line-height: 1.7;
}

.feature-section .feature-label {
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--primary-color);
}

.feature-section .feature-value {
    color: var(--blog-cards-color);
    word-break: break-word;
}

.feature-section .feature-value-full {
    grid-column: 1 / -1; /* 沒有全形冒號的行整行顯示 */
}

/* --- 商品內頁：線上通路（pdt_content_slot1） ----------------------------- */
/* 桌機：各通路依內容寬度並排；手機：每個通路各佔一列 */
.shop-channel {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0 12px; /* 直向間距由 .shop-channel-row 的 margin-bottom 提供 */
    width: 100%;
    margin-top: 24px;
}

.shop-channel-title {
    flex: 0 0 100%; /* 標題自己一行 */
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--blog-cards-color);
}

.shop-channel-row {
    display: flex;
    align-items: stretch;
    flex: 0 1 auto;
    gap: 12px;
    margin-bottom: 12px;
}

.shop-channel-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 0 0 auto;
    min-width: 200px;
    box-sizing: border-box;
    padding: 12px 32px;
    border: 1px solid rgba(1, 130, 160, 0.25);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--blog-cards-color);
    word-break: break-word;
    transition: all 0.2s ease-in-out;
}

.shop-channel-name:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.shop-channel-btn,
.store-entry-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    padding: 12px 24px;
    border: 1px solid var(--primary-color);
    border-radius: 999px;
    font-size: 17px;
    letter-spacing: 0.08em;
    transition: all 0.2s ease-in-out;
}

.shop-channel-btn {
    flex: 1 1 auto;
    background-color: var(--primary-color);
    color: #fff;
}

.shop-channel-btn:hover {
    background-color: transparent;
    color: var(--primary-color);
}

/* 實體門市：整列外框按鈕 */
.store-entry-btn {
    width: 100%;
    margin-top: 12px;
    background-color: transparent;
    color: var(--primary-color);
}

.store-entry-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* 按鈕右側的箭頭，用邊框畫，不依賴 icon font */
.link-arrow-chevron {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

/* 錨點捲動時避開固定導覽列 */
#store-list {
    scroll-margin-top: 100px;
}

@media (max-width: 767px) {
    .feature-section {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
        font-size: 15px;
    }
    .feature-section .feature-label {
        margin-top: 8px;
    }
    .shop-channel-row {
        flex: 0 0 100%;
        width: 100%;
    }
    .shop-channel-name {
        flex: 1 1 auto;
        min-width: 0;
        padding: 12px 16px;
    }
}

/* --- 經銷據點 store_detail ---------------------------------------------- */
.store_detail {
    --store-accent: #0182a0; /* 主色 */
    --store-text: #192a3d;
    --store-muted: #7b8794;
    --store-border: #e4e8ec;
    padding: 40px 0 60px 0;
}

/* 縣市篩選按鈕 */
.store_detail .store-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}

.store_detail .store-filter-chip {
    padding: 8px 22px;
    border: 1px solid var(--store-border);
    border-radius: 999px;
    background: #fff;
    color: var(--store-text);
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.store_detail .store-filter-chip:hover {
    border-color: var(--store-accent);
    color: var(--store-accent);
}

.store_detail .store-filter-chip.is-active {
    background: var(--store-accent);
    border-color: var(--store-accent);
    color: #fff;
}

/* 縣市區塊標題 */
.store_detail .store-group {
    margin-bottom: 40px;
}

.store_detail .store-group-title {
    margin: 0 0 18px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--store-accent);
    text-align: left;
}

/* 卡片 */
.store_detail .store-card-grid {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/
    grid-template-columns: 1fr 1fr;
    /*gap: 20px;*/
    gap: 5px;
}

.store_detail .store-card {
    /*display: block;*/
    /*padding: 22px 24px;*/
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border: 1px solid var(--store-border);
    border-radius: 8px;
    background: #fff;
    color: var(--store-text);
    line-height: 1.9;
    transition: all 0.2s ease-in-out;
}

.store_detail a.store-card:hover {
    border-color: var(--store-accent);
    box-shadow: 0 4px 14px rgba(1, 130, 160, 0.12);
    color: var(--store-text); /* 覆寫全站 a:hover 的變灰 */
}

.store_detail .store-card-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--store-accent);
}

.store_detail .store-card-note {
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    color: var(--store-text);
}

.store_detail .store-card-addr {
    font-size: 16px;
    margin-left: 16px;
    color: var(--store-muted);
}

.store_detail .store-card-map {
    display: inline-block;
    /*margin-top: 10px;*/
    margin-left: auto;
    font-size: 14px;
    color: var(--store-accent);
}

.store_detail a.store-card:hover .store-card-map {
    text-decoration: underline;
}

.store_detail .store-empty {
    padding: 40px 0;
    text-align: center;
    color: var(--store-muted);
}

@media (max-width: 1200px) {
    .store_detail .store-card-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .store_detail {
        padding: 24px 0 40px 0;
    }
    .store_detail .store-filter {
        margin-bottom: 24px;
    }
    .store_detail .store-filter-chip {
        padding: 6px 16px;
        font-size: 14px;
    }
}
@media screen and (max-width: 579px) {
    .store_detail .store-card {
        flex-wrap: wrap;
    }
    .store_detail .store-card-name {
        width: 100%;
    }
    .store_detail .store-card-addr {
        margin-left: 0px;
        width: 100%;
    }

    .store_detail .store-card-map {
        display: none;
    }

    
}


.mt-20px {
    margin-top: 20px;
}
.d-flex {
    display: flex;
}