@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Gothic:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Condensed+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family:  "Roboto", "Noto Sans TC", sans-serif;
}

.main_part {  max-width: 1600px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* --------------------------------------------------
   主圖：模糊進場（不卡頓版）
   → 改用 0.95s（避免與文字卡時間）
-------------------------------------------------- */

.swiper-wrapper {
  opacity: 0;
  transform: scale(1.1);
  filter: blur(18px);
  animation: bgSoftIn 0.95s ease-out forwards;
}


@keyframes bgSoftIn {
  0% {
    opacity: 0;
    filter: blur(15px); /* 降低初始模糊度，減輕負擔 */
    transform: scale(1.1) translateZ(0); /* 強制硬體加速 */
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1) translateZ(0);
  }
}

/* 修改主圖元素設定 */
.swiper-banner .swiper-slide img {
  will-change: transform, opacity, filter; /* 預告瀏覽器要動這幾個屬性 */
  backface-visibility: hidden;
  perspective: 1000px;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*反白顏色*/
::-moz-selection {
    background-color: #F7B75F;
    color: #fff;
}

::selection {
    background-color: #F7B75F;
    color: #fff;
}

body {
    overflow: overlay;
    overflow-x: hidden;
}

&::-webkit-scrollbar {
    background: #fff6ed;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #fff6ed;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #fff6ed;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #F7B75F;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}


#content {
    background: #f4f4f4;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/
.nav-menu {
    margin: 0;
}

.main_header_area .container {
    max-width: 85%;
}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #ADA17E;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #ADA17E;
}

.nav-dropdown>li {
    text-align: center;
}

.pageIndex .header_area {
    /*background: linear-gradient(180deg, #44444478, #ffffff00);*/
    padding: 10px 0;
}

.pageIndex .header_area.sticky {
    background: #fff;
    padding: 0px 0;
    transition: all .5s ease;
}

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0;
    background: #fdfdfded;
}

.header_area.sticky {
    background: #fff;
    transition: all .5s ease;
}



.header_area.sticky::before {
    transform: scale(1);
    opacity: 1;
    transition: all 0.85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area.sticky:hover:before {
    transition: all 0.85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.main_header_area {
    position: relative;
    background: transparent;
    animation: hd-ac 1.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
}

@keyframes hd-ac {
    0% {
        transform: translate(0, -100px);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }

}


@media screen and (max-width:1024px) {
.main_header_area .container {
    max-width: 95%;
    }
}


.navigation {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}


/* LOGO */
.pageIndex .header_area .nav-header {
    position: relative;
    z-index: 123;
    max-width: 100px;
    opacity: 1;
    transition: all 0.85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area .nav-header {max-width: 90px;}

.header_area.sticky .nav-header {
    max-width: 90px;
    opacity: 1;
    transition: all 0.85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.nav-brand {
    display: inline-block;
    width: 100%;
}








/* 選單選項 */

.stellarnav>ul {
    display: flex;
    width: calc(100vw / 12 * 6);
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 0;
    text-wrap: nowrap;
    transition: all 0.85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    gap: 0;
    justify-content: flex-end;
}


.header_area .me_tp_features {
    position: absolute;
    top: 50px;
    right: 0;
    width: 260px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    display: none;
}

.header_area.sticky .me_tp_features {
    top: 28px;
    transition: all 0.85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area .stellarnav {
    position: relative;
    display: flex;
    z-index: 9900;
    line-height: normal;
    opacity: 1;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 20px;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area.sticky .stellarnav {
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area.sticky:hover .stellarnav {
    transform: translate(0, 0px);
    opacity: 1;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


/* 選單字 */

.stellarnav>ul>li {
    width: 150px;
    padding: 20px 0;
}

.stellarnav>ul>li::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #F7B75F;
    position: absolute;
    bottom: 1px;
    transform-origin: 50% 50%;
    transform: scale(0, 1);
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.stellarnav>ul>li:hover::after {
    transform: scale(1, 1);
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


.pageIndex .stellarnav>ul>li>a {
    display: flex;
    padding: 0;
    margin: 0;
    color: #333;
    font-weight: 400;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    letter-spacing: 2px;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav>ul>li>a {
    display: flex;
    padding: 0;
    margin: 0;
    color: #333;
    font-weight: 400;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    letter-spacing: 2px;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.pageIndex .stellarnav>ul>li:hover>a {
    color: #333;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.pageIndex .sticky .stellarnav > ul > li > a {
    color: #333;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav>ul>li:hover>a {
    color: #333;
    transition: all .5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.sticky .stellarnav > ul > li > a {
    color: #333;
    transition: all .5s ease;
}



.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav > ul > li > a b{
    line-height: 35px;
    height:35px;
}

.stellarnav>ul>li>a b:nth-child(1) {
    letter-spacing: 2px;
    font-weight: 500;
}
.stellarnav>ul>li>a b:nth-child(2) {
    letter-spacing: 3px;
    font-weight: 300;
}
.stellarnav > ul > li > a:hover b {
    transform: translateY(-35px);
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
}


/* 購物籃 */
.tp_links {
    display: none;
}

.box_search input[type=text] {
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(100% - 42px);
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #565656 solid;
    border-radius: 0;
    transition: all 0.3s;
}

.box_search input[type=text]:hover {
    color: #565656;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #565656;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #565656;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}

.me_tp_features a {
    margin: 0 0;
}

.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}

.me_tp_features a.tp_btn_notice span {
    display: none;
}

@media screen and (max-width:1270px) {
    .box_search {
        display: none;
    }

    .header_area .me_tp_features {
        width: 90px;
    }
}


/*下拉*/
.stellarnav>ul>li.has-sub>a {
    padding-right: 0;
}

.stellarnav.desktop li.has-sub a.dd-toggle {
    display: none;
}

.stellarnav ul ul {
    top: 100%;
    width: 100%;
    position: absolute;
    z-index: 9900;
    text-align: left;
    background: #ffffffbf;
    border: 2px #fff solid;
    width: 180px;
}

.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: 0;
}

.stellarnav li li a,
.stellarnav li li.has-sub>a:nth-child(1) {
    padding: 15px 20px;
    display: block;
    color: #565656;
    background: transparent;
    font-size: 14px;
    backdrop-filter: blur(5px);
    font-weight: 600;
    white-space: break-spaces;
    transition: all 0.3s;
}

.stellarnav li li a:hover,
.stellarnav li li.has-sub>a:nth-child(1):hover {
    padding-left: 25px;
    color: #f7b75f;
    background: #ffffff52;
    backdrop-filter: blur(12px);
    box-shadow: 0px 1px 2px #00000054;
    transition: all 0.5s;
}




@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1024px) {
    .nav-brand {
        display: inline-block;
        width: 180px;
    }

    .stellarnav>ul {
        width: calc(130vw / 12 * 6)
    }

    .stellarnav>ul>li>a {
        margin: 0 5px;
    }
}

@media screen and (max-width: 900px) {
    .stellarnav>ul {
        width: calc(150vw / 12 * 6)
    }
}

@media screen and (max-width: 768px) {
    .header_area .nav-header {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0px);
        z-index: 0;
        top: 5px;
    }

    .header_area .me_tp_features {
        display: none;
    }

    .header_area.sticky .me_tp_features {
        display: none;
    }

    .header_area .stellarnav {
        left: 0px;
        transform: none;
    }

    .header_area.sticky .stellarnav {
        top: 10px;
    }

    .stellarnav.mobile.active {
        z-index: 1000000;
    }


    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        border: 0;
    }

    .stellarnav.mobile.left .close-menu {
        background: #565656;
        color: #fff;
    }

    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }

    .stellarnav .icon-close::before {
        border-bottom: solid 3px #fff;
    }

    .pageIndex .stellarnav.mobile>ul>li>a {
        padding: 30px 43px 30px 10px;
    }

    .pageIndex .stellarnav.mobile > ul > li > a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 150%;
        display: block;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 30px 43px 30px 10px;
    }

    .header_area .stellarnav>ul::after {
        display: none;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 6px;
        position: absolute;
        top: 21px;
    }

    .stellarnav li li a:hover,
    .stellarnav li li.has-sub>a:nth-child(1):hover {
        padding-left: 25px;
        background: inherit;
        backdrop-filter: none;
        box-shadow: none;
        transition: all 0.5s;
    }

    .stellarnav.mobile li.open li.open {
        background: #eee;
        padding: 0;
    }

    .stellarnav.mobile li.open {
        background: #f3f3f3;
        padding: 0;
    }

    .stellarnav ul ul {
        border: 0;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #565656;
    }

    .stellarnav .menu-toggle:after {
        color: #565656;
    }

    .main_header_area{
        animation: none;
    }
    .stellarnav>ul>li {
        width: auto;
        padding: 0px 0;
    }

    .header_area.sticky:hover .stellarnav {
    transform: none;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { z-index: 1; margin-top: 0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*大圖*/

/* 照片調暗 */
/*.pageIndex .swiper-wrapper .swiper-slide {
    background-color: #8c8c8c;
    height: fit-content;
}

.swiper-banner .swiper-slide img {
    position: relative;
    mask-image: radial-gradient(circle, black 30%, #00000036 100%);
}*/


.pageIndex .bannerindex .swiper-slide:nth-child(1) {
  --s2-text-width: clamp(320px, 45vw, 500px);
  --s2-text-right: clamp(20px, 10vw, 250px);
  --s2-line-height-offset: -0.1em;
}

@keyframes s2ImgReveal {
  0% {
    clip-path: inset(0 0% 0 0);
    opacity: 0;
    filter: brightness(0.6);
  }
  15% {
    clip-path: inset(0 0% 0 0);
    opacity: 1;
    filter: brightness(0.65);
  }
  100% {
    clip-path: inset(0 32% 0 0);
    opacity: 1;
    filter: brightness(1);
  }
}



.pageIndex .bannerindex .swiper-slide:nth-child(1):after {
    content: '熟齡與無障礙空間整合規劃';
    color: #333;
    white-space: pre;
    position: absolute;
    left: clamp(20px, 10vw, 250px);
    top: 89%;
    transform: translateY(calc(-100% +  -0.1em));
    width: clamp(320px, 45vw, 550px);
    text-align: center;
    z-index: 20;
    font-family: "Noto Sans TC", sans-serif;
    font-size: clamp(32px, 5vw, 30px);
    line-height: 1.05;
    font-weight: 400;
    background: #ffffff40;
    backdrop-filter: blur(6px);
    padding: 51px;
    border-radius: 10px;
    border: 1px solid #ffffff30;
    letter-spacing: 0;
    letter-spacing: 5px;
}


.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after {
  animation:
    s2RevealEN    4s cubic-bezier(0.16, 1, 0.3, 1) 1s both,
    luxuryShimmer 16s ease-in-out 6s infinite;
}



.pageIndex .bannerindex .swiper-slide:nth-child(2):after {
    content: '為熟齡而設計的安心生活空間';
    color: #333;
    white-space: pre;
    position: absolute;
    right: clamp(20px, 10vw, 250px);
    top: 89%;
    transform: translateY(calc(-100% +  -0.1em));
    width: clamp(320px, 45vw, 600px);
    text-align: center;
    z-index: 20;
    font-family: "Noto Sans TC", sans-serif;
    font-size: clamp(32px, 5vw, 30px);
    line-height: 1.05;
    font-weight: 400;
    background: #ffffff40;
    backdrop-filter: blur(6px);
    padding: 51px;
    border-radius: 10px;
    border: 1px solid #ffffff30;
    letter-spacing: 0;
    letter-spacing: 5px;
}


.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {
  animation:
    s2RevealEN    4s cubic-bezier(0.16, 1, 0.3, 1) 1s both,
    luxuryShimmer 16s ease-in-out 6s infinite;
}


@keyframes s2RevealEN {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translateY(calc(-100% +  -0.1em + 16px));
    filter: brightness(0.5);
  }
  22% { opacity: 1; }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0% 0);
    transform: translateY(calc(-100% +  -0.1em));
    filter: brightness(1);
  }
}

@keyframes s2RevealCN {
  0% {
    opacity: 0;
    letter-spacing: 0.8rem;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    letter-spacing: 0.4rem;
    transform: translateY(0);
  }
}

/* ==========================================
   共用動畫
========================================== */
@keyframes luxuryShimmer {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 1024px) {
.bannerindex {
    aspect-ratio: 3/2;
    margin: 0 auto;
    overflow: hidden;transition:all 0.3s;
}
.swiper-banner {    height: 100%;}
.swiper-banner .swiper-slide img {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    margin: 0;
    transition: all 0.3s;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1),
.pageIndex .bannerindex .swiper-slide:nth-child(2) {
    width: clamp(260px, 55vw, 580px);
    right: clamp(16px, 5vw, 80px);
}

.pageIndex .bannerindex .swiper-slide:nth-child(1):after,
.pageIndex .bannerindex .swiper-slide:nth-child(2):after {
    width: clamp(320px, 40vw, 650px);
    font-size: clamp(20px, 5vw, 18px);
    padding: 50px 20px;
}
}

@media screen and (max-width: 950px) {
.pageIndex .bannerindex .swiper-slide:nth-child(1):after,
.pageIndex .bannerindex .swiper-slide:nth-child(2):after {
   width: clamp(320px, 48vw, 650px);
}
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;aspect-ratio:6/7;}

.pageIndex .bannerindex .swiper-slide:nth-child(1):after,
.pageIndex .bannerindex .swiper-slide:nth-child(2):after {
    top: 80%;
    width: clamp(320px, 58vw, 650px);
}
}

@media screen and (max-width: 650px) {
.pageIndex .bannerindex .swiper-slide:nth-child(1):after,
.pageIndex .bannerindex .swiper-slide:nth-child(2):after {
    width: clamp(320px, 70vw, 650px);
    font-size: clamp(18px, 4vw, 18px);
}
}

@media screen and (max-width: 500px) {
.pageIndex .bannerindex .swiper-slide:nth-child(1):after,
.pageIndex .bannerindex .swiper-slide:nth-child(2):after {
    padding: 50px 20px;
    font-size: clamp(16px, 4vw, 18px);
    padding: 30px 20px;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/

.footer .center {max-width: 1800px;width: 90%;}
.privacyLinks a {padding: 0 10px;}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer{background: #363435 url(https://pic03.eapple.com.tw/pinwoof/noise.png) repeat;padding: 40px 0 0;}
.footer_logo {max-width: 180px;position: absolute;right: 0;top: 20px;}
.footer_info {grid-template-columns: 1fr;}
.footer_info ul {display: flex;flex-direction: column-reverse;}
.footer_info li {padding: 10px 0 30px;}
.footer_info li p,.footer_info li p a{color: #eaeaea;line-height: 2;}
.footer_info li p a:hover{color: #F7B75F;}
.footer_menu a {background: transparent;border: none;color: #d1d1d1;padding: 10px 25px 10px 0;font-size: 13px;transition: all .5s;}
.footer_menu a:hover{background: transparent;color: #F7B75F;}

.box_link{display: none;}
.copy,.copy a{font-size: 10px;color: #f7b75f45;transition: all .5s;}
.copy {padding: 30px 0;border-top: 1px solid #f7b75f45;margin-top: 30px;}
.copy a:hover{color: #F7B75F;}
.privacyLinks a+a {border-left: 1px solid #665c52;}

@media screen and (max-width: 1024px){
	.footer_logo {right: 5%;}
}
@media screen and (max-width: 768px){
	.footer_logo {position: relative;right: auto;top: 0;margin: 0 auto;max-width: 120px;}
	.footer_menu {text-align: center;border-bottom: 2px solid #504b46;}
	.footer_menu a {padding: 15px 8px;margin: 0;}
	.footer_menu a:first-child{display: none;}
    .footer_info li+li {margin-top: 10px;}
	.copy {width: 90%;margin: 30px auto 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 浮動 */

.info_fix {
    width: auto;
    box-sizing: border-box;
    position: fixed;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-end;
    justify-content: flex-end;
    transition: all 0.7s;
    z-index: 1;
    transform: translate(50px, 0);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.headerSticky .info_fix {
    opacity: 1;
    transform: translate(0px, 0);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);

}

.info_fix:hover {
    width: auto;
    right: 0;
    transition: all 0.7s;
}

.info_fix_links {
    display: flex !important;
    background: #ffffff50;
    width: 50px;
    padding-bottom: 0;
    border: 1px #f7b75f4a solid;
    overflow: hidden;
    justify-content: flex-end;
    flex-direction: column;
    border-radius: 10px 0 0 10px;
    backdrop-filter: blur(4px);
}

.info_fix_links a {
    color: #F7B75F;
}

.info_fix>span {
    display: none;
}

.info_fix_links a {
    background: transparent;
}

.info_fix_links a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: visible;
    border-radius: 0;
    transition: .3s;
    background: transparent;
    margin-bottom: 0;
}

.info_fix_links a:hover {
    background: #F7B75F;
}
.info_fix_links a:hover{
    color: #fff;
}

.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.info_fix_links a span::before {
    background-size: contain;
}



.info_fix_links p {
    text-align: center;
    font-weight: 900;
    writing-mode: vertical-rl;
}

/* 隱藏 */
.info_fix_links a.info_fix_default.info_fix_mail {
    display: none;
}

@keyframes footer-text {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}


#to_top {
    color: #636363;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    transition: all 0.7s;
}

#to_top:hover i {
    transform: translate(0, -5px);
    transition: all 0.7s;
}

#to_top i:before,
#to_top i:after {
    background: #636363;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    width: 100%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    gap: 25px;
    background: transparent;
    transition: 1s cubic-bezier(0.56, 0.66, 0.11, 0.99);
}
.banner::before {
    content: "";
    display: block;
    font-size: 20px;
    color: #F7B75F;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner h5 {
    display: block;
    font-size: 50px;
    color: #373435;
    font-weight: 600;
    z-index: 99;
    letter-spacing: 3px;
    line-height: 1;
    order: 0;
    text-transform: uppercase;
}


.blog_page.article_a .banner.banblog::before {
    content: "Barrier-Free Space Planning";
}

.blog_page.article_b .banner.banblog::before {
    content: "Construction Blog";
}

.banner.banC::before {
    content: "Contact Us";
}

.banner.banE::before {
    content: "Project";
}

.banner.banA {}
.banner.banB {display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


/* 開場動畫 */
.banner h5 {
    opacity: 0;
    transform: translate(0, 50px);
    animation: banner-h5-ac 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    animation-delay: .5s;
}

.banner::before {
    opacity: 0;
    transform: translate(0, 50px);
    animation: banner-h5-ac 1s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}


@keyframes banner-h5-ac {
    0% {
        opacity: 0;
        transform: translate(0, 50px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0px);
    }

}


@media screen and (max-width: 600px) {
.banner h5 {
    font-size: 40px;
    }

.banner::before {
    font-size: 16px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

/*文章一-無障礙空間規劃*/

/*文章測選單*/

.article_a .blog_search {
    position: absolute;
    top: 82px;
    left: 0px;
}

.article_a .blog_search input[type=search] {
    border: none;
    background: transparent;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 19px;
    letter-spacing: 1.5px;
    color: #444444;
}

.article_a .blog_search input[type=submit] {
    filter: grayscale(1);
}

.article_a .blog_le .accordion {
  border-radius: 0px;background: #f4f4f4;
}
.article_a .submenu li {
    background: #fff !important;
}

.article_a .accordion li .link a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-left: 40px;
}




.article_a .accordion li .link a:before {
    content: '►';
    position: absolute;
    top: 18px;
    left: 12px;
    color: #111111;
    transition: all.3s;
}

.article_a .blog_le .accordion > li:hover .link a:before , .article_a li.on_this_category .link a:before{
  color:#fff;
  transition: all .3s;
}

.article_a .blog_le .accordion > li:hover, .article_a .blog_le .accordion > li.on_this_category {
background: #F7B75F !important;transition: all 0.4s;
}
.article_a .blog_le .accordion > li:hover .link a, .article_a .blog_le .accordion > li.on_this_category .link a {
    color: #ffffff !important;transition: all 0.4s;
}
.article_a.submenu a {
    background: transparent;
    color: #424242;
}


.article_a .submenu li.on_this_category a, .article_a .submenu a:hover {
  background: #faf2d9;
  color: #424242;
  padding-left: 35px;
}

.article_a .submenu a i {
  left: -30px;
  transition: all 0.4s;
}

.article_a .submenu li.on_this_category a i,.article_a .submenu a:hover i {
    left: 10px;
    transition: all 0.4s;
}

.article_a .fa-circle-chevron-right::before {
content: "◆";
}

.article_a h5.blog_le_t {
    font-weight: 400;
    font-family: "Asap Condensed", sans-serif, "Noto Sans TC", serif;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 20px;
}

.article_a h5.blog_le_t span {
    font-size: 16px;
    text-transform: uppercase;
}

.article_a .toShareNews b,.article_a  .toShareNews a, .article_a .toShareNews a object, .article_a .toShareNews a i {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
}

/******************************/

.article_a .main_part{ max-width: 1800px;}

.article_a .blog_le {
    width: 85%;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 5vw;
}

.article_a .blog_box {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.article_a .blog_le .accordion .open {
  background:#a1a993 ;
}

.article_a .blog_le .accordion {
    border-radius: 0px;
    background: #f4f4f4;
    border: none;
    border-radius: 5px;
    width: 300px;
    margin: 0px;
    max-width: 100%;
}

.article_a .blog_le .accordion li.open .link a {
    color: #ffffff !important;
}

.article_a .blog_le .accordion li.open i.fa-chevron-down::before {
    content: '\f077';
    color: #fff;
}


/*文章外層*/

.article_a .blog_subbox { grid-template-columns: repeat(4, 1fr);}


.article_a .blog_ri {
    width: calc(100% - 120px);
    padding: 0px;
}

.article_a .subbox_item a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding:20px 0 45px;  
}

.article_a .module_i_news li:before, .article_a .subbox_item:before {
    content: "→";
    position: absolute;
    color: #F7B75F;
    right: 10px;
    font-size: 13px;
    bottom: 9px;
}
.article_a .module_i_news li:hover::before, .article_a .subbox_item:hover::before {
    animation: mo_arrow 800ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@keyframes mo_arrow{
    40%,50%{opacity:0}
    43%{transform:translateX(105%) scaleY(0.1)}
    44%,50%{transform:translateX(-145%) scaleY(0.1)}
    100%{transform:translateX(0) scaleY(1)}
}
.article_a .module_i_news li:after, .article_a .subbox_item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f7b75f7a;
    position: absolute;
    border: none;
    left: 0;
    transition: 0.2s;
    opacity: 1;
    bottom: 0;
}
.article_a.module_i_news li:hover:after, .article_a .subbox_item:hover:after {
    animation-name: line_move;
    animation-duration: 0.5s;background: #F7B75F;
}

.article_a .module_i_news li a, .article_a .subbox_item a {
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: hidden;
    animation: blogin 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards;
    padding: 10px;
    padding-bottom: 35px;
}
.article_a .module_i_news li a:before, .article_a .subbox_item a:before {
    color: #F7B75F;
    opacity: 1;
    text-align: left;
    left: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    transform: translateY(0%);
    overflow: hidden;
    height: 16px;
}
.article_a .module_i_news li a:hover:before, .article_a .subbox_item a:hover:before {
    transform: translateY(-100%);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
}
.article_a .module_i_news li a::after, .article_a .subbox_item a:after {
    background: transparent;
    opacity: 1;
    top: 100%;
    border: none;
    color:#F7B75F;
    opacity: 1;
    text-align: left;
    left: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    content: 'READ MORE';
    overflow: hidden;
    box-sizing: border-box;
    bottom: 0;
    height: 16px;
}
.article_a .module_i_news li a:hover:after, .article_a .subbox_item a:hover:after {
    transform: translateY(-151%);
}

@keyframes line_move{
    30%{left:100%;width:0}
    40%{width:0;left:0}
    100%{left:0;width:100%}
}

.article_a .module_i_news li a, .article_a .i_blog_le img {animation-delay: 3s;}
.fa-caret-down::before {color:#f7b75f;}

.article_a .i_blog_le, .article_a .blog_list_le {    aspect-ratio: 3 / 4; overflow: hidden;}
.article_a .i_blog_le img, .article_a .blog_list_le img{ 
    transition: opacity 450ms, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: img-in 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards ; 
}
.article_a .module_i_news li a:hover img, .article_a .subbox_item a:hover img {    transform: scale(1.2) translate3d(0, 0, 0);}

.article_a.blog_list_ri, .article_a .i_blog_ri { padding: 0;}
.article_a.i_blog_ri h5, .article_a .blog_list_ri h5 {color: #373435; font-weight: 400; font-size: 18px; }
.article_a .i_blog_ri em, .article_a .blog_list_ri em {color: #373435; display: none;}
.article_a .i_blog_ri p, .article_a .blog_list_ri p {
    font-size: 14px;
    color: #666;
    -webkit-line-clamp: 1;
    letter-spacing: 1px;
    line-height: 140%;
    font-weight: 300;
}

@keyframes blogin {
    0% {    border-top-right-radius: 200px;}
    100% {    border-top-right-radius: 0px;  }
}

@keyframes img-in {
    0% {    filter: blur(10px);}
    100% {  filter: blur(0px); }
}


@media screen and (max-width: 768px) {
.article_a .blog_le {
    width: 100%;
    display: block;
    max-width: none;
    justify-content: space-between;
    align-items: unset;
    gap: 50px;
    margin-top: 50px;
}
.article_a .blog_search {
    position: relative;
    top: 0px;
    left: 0px;
}
.article_a .blog_le .accordion {
    width: 100%;
}
  }

/*文章內頁*/

.article_a .blog_box_edit .edit img {
    padding: 10px;
}

.article_a .articel_mainPic img {
    display: none;
}

.article_a .blog_box_edit * {
    font-family: "Noto Sans TC", serif;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 200%;
    color: #6d6d6d;
}

.article_a h4.blog_category_title {
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}


@media screen and (max-width: 1200px) {
.article_a .blog_subbox {grid-template-columns: repeat(3, 1fr);}
.article_a .blog_le {    margin-bottom: 8vw;}
}

@media screen and (max-width: 1024px) {
.article_a .blog_subbox {grid-template-columns: repeat(2, 1fr);}
.article_a .blog_ri {width: 100%;}
}

@media screen and (max-width: 600px) {
.article_a .blog_subbox {grid-template-columns: repeat(1, 1fr);}
}


/*文章二-施工實績*/
.article_b .show_content.blog_box { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.article_b .blog_subbox { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 60px 30px;}
.article_b .subbox_item a { grid-template-columns: 1fr;}
.article_b .blog_list_ri { min-height: 200px;}
.article_b .blog_list_ri h5 {  font-weight: 500; letter-spacing: 2px;  font-size: 17px;  color: #373435;}
.article_b .blog_list_ri p { border-top: 1px solid #ccc;  padding-top: 10px;  margin-top: 20px; font-size: 15px; color: #666;}
.article_b .blog_list_ri em { color: #555;}
/*hover*/
.article_b .subbox_item a:after{display: none;}
.article_b .blog_list_le { overflow: hidden;}
.article_b .subbox_item:hover .blog_list_le img { transform:scale(1.1);  transition: 0.8s;}
.article_b .subbox_item a:before { display: none;}

/*側邊*/
.article_b h5.blog_le_t { font-size: 22px;  color: #666; margin-bottom: 15px;}
.article_b .blog_le { position: sticky;  top: 100px;width: 220px;}
.article_b .blog_le .accordion { border-radius: 0px;border: unset;}
.article_b .blog_search input[type=search] { border-radius: 0px;}
.article_b .blog_le .accordion > li:hover, .article_b .blog_le .accordion > li.on_this_category { background: transparent !important;}
.article_b .blog_le .accordion > li:hover .link a, .article_b .blog_le .accordion > li.on_this_category .link a { color:  #F7B75F !important;  letter-spacing: 2px;}
.article_b .blog_search { margin-bottom: 20px;}
.article_b .accordion li .link a {transition: 0.5s;}


/*內頁*/
.article_b .blog_in_page .main_part {padding: 50px 20px 80px;}
.article_b.blog_ri { width: calc(100% - 330px);}
.article_b .blog_shareData {flex-direction: row;}
.article_b h4.blog_category_title { color: #111; font-size: 24px; padding: 10px 0;  margin-bottom: 10px; letter-spacing: 5px; font-weight: 400;}
.article_b .blog_shareData { margin-bottom: 50px; }
.article_b .articel_mainPic { margin-bottom: 50px;}
.article_b .articel_mainPic>img {  max-width: 500px !important; width: 100% !important;}
.article_b .blog_box_edit * { line-height: 140%;}


/*內頁*/
.article_b .promotions_page .path { width: 100%;}
.article_b .promotions_page .show_content { margin: 0 auto 0 0;  padding: 10px 10px;  width: 100%; max-width: 100%;}
.article_b .other_promotion .pmtTime span { float: left;}
.article_b .other_promotion li a { display: flex;  flex-direction: column;}
.article_b .other_promotion .pmtTime { order: 0;}
.article_b .other_promotion .pmtTitle h3 { margin: 5px 0 0 0;}
.article_b .other_promotion li a {  display: flex; flex-direction: column;  border: unset;  border-top: 1px solid #e5e5e5;}
.article_b .other_promotion li a:before,.other_promotion li a:after{display: none;}
.article_b .other_promotion li a:hover { background: transparent;}


.article_b .promotion_title em { display: none;}
.article_b .promotion_title h2 { display: block; padding-top: 15px;font-weight: 700;}
.article_b .promotion_title { border-bottom: 1px solid #c9c9c9; padding-bottom: 15px;}
.article_b .promotion_title * { font-size: 15px;}
.article_b .promotion_title span { border: unset;}

/*側邊*/
.article_b .promotions_page .other_promotion { grid-template-columns: 1fr 1fr 1fr; width: 100%; max-width: 100%;padding-top: 50px; margin: 0 0 80px auto; grid-gap: 15px 25px;}
.article_b .promotions_page ul.page {  width: 100%;  margin: 0px 0 0 auto; font-size: 14px; display: flex; justify-content: center;}
.article_b .promotions_page .page li {margin: 1px;}
.article_b .promotions_page .page li.activeN { background: #555; border-radius: 99em;  width: 20px; color: #fff;}


/*按鈕*/

.blog_back a {
    color: #111111;
    padding: 8px 16px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #EEEEEE;
    letter-spacing: .04em;
    transition: all .4s ease;
}

.blog_back a.article_btn_next, .blog_back a.article_btn_prev {
    background: transparent;
}

.blog_back a.article_btn_back {
  background: #EEEEEE;
  color: #111111;
}

.blog_back a:hover {
    opacity: 0.5;
}

.blog_page h4.blog_category_title{display: none;}

.blog_back {
    width: 100%;
    gap: 0;
    margin-bottom: 20px;
}


/*相關文章*/

.news_related h6 span {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_related h6 span:before {
    content: 'Related Articles';
    font-size: 30px;
    color: #454442;
    letter-spacing: 2px;
    text-indent: 2px;
    text-transform: uppercase;
    font-weight: 200;
}

.news_related h6 span::after {
    content: '相關文章';
    font-size: 16px;
    color: #454442;
    font-weight: 200;
    margin-top: 10px;
}

.news_related {
    background: #f4f4f4;
    padding: 10px 15px 70px;
}

.news_related_list li a {
    padding: 7px;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    border: 17px solid #F7B75F;
}

.lastPage {
    display: none;
}


@media screen and (max-width: 980px) {
.show_content.blog_box {flex-direction: column; }

.article_b .blog_le {position: relative; top: 0px; width: 100%;}
.blog_ri {width: 100%; padding: 0;}
}


@media screen and (max-width: 768px) {
.article_b .blog_subbox {grid-template-columns: 1fr 1fr;grid-gap: 30px;}
}

@media screen and (max-width: 600px) {
.article_b .blog_subbox {grid-template-columns: 1fr;}
.blog_back { grid-template-columns: 1fr; max-width: 100%; width: 100%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 聯絡我們 */

.contact_page .main_part { display: flex; max-width: 100%; padding: 80px 0; flex-wrap: wrap; flex-direction: row;}
.contact_page .path , .contact_le_nomap { display: none;}
.contact_editbox {  margin: 0; width: 50%;  padding: 0px;  order: 2;  max-height: 680px; position: sticky;  top: 100px;}
.contact_content {  margin: auto 0; padding: 0px 80px; width: 50%;}
.contact_content .information_left { width: 100%; padding: 0;}
.blank_letter { font-size: 20px; color: #373435; letter-spacing: 2px; position: relative;}

.contact_content form {  display: flex; flex-direction: column;}
.list_before { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start;  margin-top: 30px;margin-bottom: 35px;}
.list_before.info li { padding-left: 80px; width: 48%;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before { 
        left: 15px;width: fit-content;}
.contact_content .information_right { width: 100%; padding-left: 0px;}
.contact_content .form {  margin-top: 30px;grid-gap: 30px;}

.contact_form li input.noborder { border: unset; border-bottom: 1px solid #ddd;  background: transparent;}
.contact_form li textarea.noborder {  background: transparent;}

.contact_le_map a { display: none;}

/*按鈕*/
.contact_form li.last cite { background: #f7b75f;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #f7b75f solid;  border-radius: 30px;}
.contact_form li.last blockquote { color: #f7b75f;}


@media screen and (max-width: 1470px) {
.list_before.info li {  width: 100%;}
}

@media screen and (max-width: 980px) {
.contact_page .main_part {  flex-direction: column;padding: 30px 0 0;}
.contact_content {  width: 100%;  padding: 0px 30px;}
.contact_editbox { width: 100%;}
.contact_editbox iframe {  display: block;}
.contact_content .information_right { padding-bottom: 50px;}
}

@media screen and (max-width: 600px) {
.contact_form li .form__label { background: transparent;}
.contact_content .form { grid-gap: 10px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 相簿 */

.show-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
.subalbum-menu h2 {
    display: none;
}
.other_subalbum li {
    background: #f4f4f4;
}

.other_subalbum li a p {
    text-align: center;
    color: #373435;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    background: #f4f4f4;
}
.show-list .item a .show_pic img {
    transform: scale(1);
    transition: all .8s;
    min-height: 420px;
    object-fit: cover;
    filter: saturate(.6);
    -webkit-mask-image: linear-gradient(90deg, #f4f0ec 0, #f4f0ec 50%, transparent 100%);
    mask-image: linear-gradient(90deg, #f4f0ec 0, #f4f0ec 50%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
    animation: 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 normal forwards maskFadeIn;
}
.show-list .item a:hover .show_pic img {    transform: scale(1.05);}
.overlay {    display: none;}

@keyframes maskFadeIn {
    0% {
        -webkit-mask-position: 200% 0;
        mask-position: 200% 0
    }

    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

/*相簿-第二層*/
.pic-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 10px;
}
.pic-list .show_pic img{    transform: scale(1);  transition: all .8s; }
.pic-list .item a:hover .show_pic img {    transform: scale(1.05);}


@media screen and (max-width: 1024px) {
.show-list {    grid-gap: 1vw;}
}

@media screen and (max-width: 768px) {
.show-list, .pic-list {    grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 600px) {
.show-list, .pic-list {    grid-template-columns: repeat(1, 1fr);}
.show-list { grid-gap: 5vw;}
}


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 7px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




