@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:  "Montserrat", "Noto Sans TC", sans-serif;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* --------------------------------------------------
   主圖：模糊進場（不卡頓版）
   → 改用 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: 0;
    /*background: #66666642;*/
}

.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;
    }

}



.navigation {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}


/* LOGO */
.header_area .nav-header {
    position: relative;
    z-index: 123;
    max-width: 150px;
    opacity: 1;
    transition: all 0.85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.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);
}


.stellarnav>ul>li>a {
    display: flex;
    padding: 0;
    margin: 0;
    color: #fff;
    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:hover>a {
    color: #fff;
    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);
}


@media screen and (max-width:1400px) {
    .stellarnav>ul>li>a {
        margin: 0 5px;
    }

}


/* 購物籃 */
.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 ul ul {
    top: 100%;
    width: 100%;
    position: absolute;
    z-index: 9900;
    text-align: left;
    background: #ffffffbf;
    border: 2px #fff solid;
}

.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;
    background: #ffffff52;
    backdrop-filter: blur(12px);
    box-shadow: 0px 1px 2px #00000054;
    transition: all 0.5s;
}




@media screen and (max-width: 1400px) {
    .nav-brand {
    }

    .header_area .nav-header {}

    .header_area.sticky .nav-header {
    }
}

@media screen and (max-width: 1024px) {
    .nav-brand {
        display: inline-block;
        width: 180px;
    }

    .header_area .nav-header {
        top: 39px;
        left: -30px;
    }

    .header_area.sticky .nav-header {
        top: 21px;
    }

}

@media screen and (max-width: 768px) {
    .header_area .nav-header {
        left: 50%;
        transform: translate(-50%, 0px);
        z-index: 0;
        top: 24px;

    }
}



@media screen and (max-width: 768px) {
    .header_area .me_tp_features {
        display: none;
    }

    .header_area.sticky .me_tp_features {
        display: none;
    }

    .header_area .stellarnav {
        top: 10px;
        left: 0px;
        transform: none;
    }

    .header_area .stellarnav {
        top: 10px;
    }

    .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;
    }

    .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;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { z-index: 1;}
.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 .swiper-slide:nth-child(1):before {
    content: "熟齡與無障礙空間整合規劃";
    position: absolute;
    z-index: 2;
    line-height: 10%;
    font-size: 30px;
    font-weight: 300;
    color: #FFF;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);letter-spacing: 0.5em;
}
.pageIndex .swiper-slide:nth-child(2):before {
    content: "為熟齡而設計的安心生活空間";
    position: absolute;
    z-index: 2;
    line-height: 170%;
    font-size: 30px;
    font-weight: 300;
    color: #FFF;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);letter-spacing: 0.5em;
}

.pageIndex .swiper-slide:nth-child(1):before{right: 10%;top: 20%;writing-mode: vertical-rl;}
.pageIndex .swiper-slide:nth-child(2):before{right: 10%;top: 80%;}

.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before{animation: an-wm-v 1.5s 1s both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before{animation: an-wm-l 1.5s 1s both;}


@keyframes an-wm-v {
    0% {      transform:translateY(5vw);opacity: 0;letter-spacing: 1.5em;   }
    100% {      opacity:translateY(0);opacity: 1;letter-spacing: 0.5em;    }
}
@keyframes an-wm-l {
    0% {      transform:translateX(-5vw);opacity: 0;letter-spacing: 1.5em;   }
    100% {      opacity:translateX(0);opacity: 1;letter-spacing: 0.5em;    }
}

/* .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;
}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;aspect-ratio:6/7;}
/*
.pageIndex .swiper-slide:nth-child(1):before{right: 10%;top: 80%;}
.pageIndex .swiper-slide:nth-child(2):before{right: 10%;top: 20%;}
*/
.pageIndex .swiper-slide:nth-child(1):before{top: 85%;}
.pageIndex .swiper-slide:nth-child(2):before{top: 15%;right:unset;left: 10%; }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*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;  padding-right: 180px;}
.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;}

.footer_info li p.line {display: none;}

.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: 70px;}
	.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;}
	.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 {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




