@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
    font-family: "Noto Sans TC", sans-serif;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}

::-moz-selection{
    background-color: #D2D2D2;
    color: #fff;
  }
  ::selection{
    background-color: #D2D2D2;
    color: #fff;
  }
  
  body{
      overflow: overlay;
  }
  &::-webkit-scrollbar {
      background: #fff;
      width: 7px;
  }
  &::-webkit-scrollbar-button {
      display: none;
      background: #fff;
      border-radius: 0;
    }
  &::-webkit-scrollbar-track-piece {
      background: #fff;
    }
  
  &::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #4d4d4d;
    }
  
  &::-webkit-scrollbar-track {
      box-shadow: transparent;
    }



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 開場動畫 */
.bannerindex::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    backdrop-filter: grayscale(1)  blur(7px);
    z-index: 1000000000000010000000;
    animation: action-bg 4.3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
    pointer-events: none;
}

.bannerindex::after{
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/elegantquick/logo-08.png );
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 5%;
    height: 0;
    padding-bottom: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000000000001000000000;
    transform: translate(-50%,-50%) ;
    pointer-events: none;
    animation: action-logo 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}


.swiper-wrapper {
    transform: scale(0.8);
    animation: action-banner 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards ;
}

@keyframes action-bg {
    0%{
        backdrop-filter: grayscale(1)  blur(7px);
    }
    100%{
        backdrop-filter: grayscale(0)  blur(0px);
    }
}


@keyframes action-banner {
    0%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
    
}

@keyframes action-logo {
    0%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}



@media screen and (max-width: 1200px) {
    .bannerindex::after {
        width: 7%;
        top: 40%;
    }
}

@media screen and (max-width: 1024px) {
    .bannerindex::after {
        width: 7%;
        top: 30%;
    }
}


@media screen and (max-width: 768px) {
    .bannerindex::after {
        width: 12%;
        top: 50%;
    }
    .bannerindex::after{
        filter: brightness(0);
    }
}


@media screen and (max-width: 500px) {
    .bannerindex::after {
        width: 15%;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 0 10px;border-radius: 0;width: 50px;height: 2px;}

@media screen and (max-width: 600px){
	.swiper-banner .swiper-slide img {height: 30vh;object-fit: cover;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


#page {}




/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #ADA17E;
}


/*預設解除背景輪播*/


.bannerindex {
    position: static;
    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;
    }
}

#content {
    background: #fff;
}

.contact_page #content {
    background: #fff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/

.header_area {
    padding: 0;
}

.header_area .main_header_area {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}

.header_area.sticky .main_header_area {
    height: 0px;
    transition: all 0.5s;
}




.header_area .me_tp_features {
    display: block;
    position: fixed;
    top: 40px;
    right: 210px;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}

.header_area.sticky .me_tp_features {
    top: 20px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 60px;
    right: 3%;
    transition: all 0.5s;
    pointer-events: all;
}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    top: 60px;
    transition: all 0.5s;
}





/* 漢堡 */

.stellarnav .menu-toggle {
    text-align: center;

}

.stellarnav .menu-toggle:after {
    display: none;
}

.stellarnav .menu-toggle span.bars {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.stellarnav.desktop .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 40px;
    height: 2px;
    border-radius: 6px;
    background: #251b1a;
    margin: 0 auto 6px;
    left: 0;
    transition: 0.5s;
}

.stellarnav.desktop .menu-toggle span.bars span {
    background: #fff;
}

.header_area.sticky .stellarnav.desktop .menu-toggle span.bars span {
    background: #4d4d4d;
    transition: 0.5s;
}

.header_area .stellarnav.desktop.active .menu-toggle span.bars span {
    background: #fff;
}


.stellarnav.desktop .menu-toggle span.bars span:nth-child(3) {
    margin: 0;
}

.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(1) {
    left: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.stellarnav.desktop .menu-toggle span.bars span:nth-child(2) {
    opacity: 1;
    transition: all 1s;
}

.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(3) {
    left: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 /* hover 時變成 X */
  .stellarnav.desktop .menu-toggle:hover .bars span{    background: #000;}

  .stellarnav.desktop .menu-toggle:hover .bars span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
  }
  
  .stellarnav.desktop .menu-toggle:hover .bars span:nth-of-type(2) {
    opacity: 0;
  }
  
  .stellarnav.desktop .menu-toggle:hover .bars span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: -14px;
  }



/* 漢堡關 */


.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(1) {
    left: 0;
    transition: all 1s;
}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(2) {
    transition: all 1s;
}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(3) {
    left: 0;
    transition: all 1s;
}


.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(3) {
    margin: 0;
}

.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(1) {
    transition: all 1s;
}

.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(3) {
    width: 40px;
    transition: all 0.3s;
}










/* 未開啟 */

.stellarnav.desktop>ul {
    display: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -5;
    transition: all 0.3s;
}

.stellarnav.desktop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    pointer-events: none;
    transition: 1s;
}

.stellarnav.desktop::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1s;
}


/* 開啟 */
.stellarnav.desktop.active>ul {
    display: flex !important;
    transition: all 0.3s;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    pointer-events: all;
    width: 15%;
    height: 100%;
    background: transparent;
    padding: 5% 2%;
    padding-top: 130px;
    border-radius: 0 0 0 30px;
    justify-content: center;
}

.stellarnav.desktop.active>ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 590px;
    background-color: rgb(238 238 238 / 70%);
    backdrop-filter: blur(6px);
    animation: nav-left 1.0s forwards;
}

.stellarnav.desktop.active {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-end;
}

.stellarnav.desktop.active::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000001a;
    border-radius: 0;
    /* backdrop-filter: blur(5px); */
    opacity: 1;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}






@keyframes nav-left {
    0% {
        left: 590px;
    }

    100% {
        left: 0;
    }

}






@keyframes line-up {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}




/* BAR */


/* 購物籃 */
.tp_links {
    display: none;
}

.box_search input[type=text] {
    display: none;
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(20% - 42px);
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #3F3F3F solid;
    border-radius: 0;
    transition: all 0.3s;
}

.box_search input[type=text]:hover {
    color: #3F3F3F;
    transition: all 0.3s;
}

.box_search input[type=text]:focus {
    color: #3F3F3F;
    transition: all 0.3s;
}

.shop_search_btn {
    display: none;
    background: #3F3F3F;
    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;
}










/* 選項 */
.stellarnav>ul>li>a {
    margin: 0 20px;
    padding-left: 20px;
    color: #4d4d4d;
    display: flex;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    margin: 25px 5px;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
}
.stellarnav > ul:hover > li > a {opacity: 0.2;    transition: all 0.3s ease-in-out;}

.stellarnav > ul > li:hover > a {opacity: 1;    transition: all 0.3s ease-in-out;}

.stellarnav>ul>li>a:hover {
    padding-left: 25px;
    transition: all 0.3s;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li>a b {
    display: inline;
    line-height: 15px;
    height: 20px;
}

.stellarnav>ul>li>a b:nth-child(1) {
    margin-right: 20px;
}

.stellarnav>ul>li>a b:nth-child(2) {
    font-size: 12px;
    color: #fff;
    word-break: keep-all;
}

.stellarnav li {
    opacity: 1;
    width: 100%;
}

.stellarnav li::before {
    /* content: ""; */
    display: block;
    width: 0%;
    height: 1px;
    margin: 25px 0;
    background-color: #43453D;
    animation: line-left-right 1s forwards linear;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

.stellarnav>ul>li>a:hover b {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}











/* 選單線 延遲 */

.stellarnav li:nth-child(2) {
    animation-delay: 0.3s;
}

.stellarnav li:nth-child(3) {
    animation-delay: 0.5s;
}

.stellarnav li:nth-child(4) {
    animation-delay: 0.7s;
}

.stellarnav li:nth-child(5) {
    animation-delay: 0.9s;
}

.stellarnav li:nth-child(6) {
    animation-delay: 1.1s;
}

.stellarnav li:nth-child(7) {
    animation-delay: 1.3s;
}

.stellarnav li:nth-child(8) {
    animation-delay: 1.5s;
}




@keyframes line-left-right {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}




/* 字 動畫 */



.stellarnav>ul>li {
    opacity: 0;
    animation: up 1.5s forwards;
    animation-delay: 0.2s;
}


/* .stellarnav > ul > li:nth-child(2) {
    animation: up 1s forwards;
    animation-delay: 0.5s;
}
.stellarnav > ul > li:nth-child(3) {
    animation: up 1s forwards;
    animation-delay: 1s;
}
.stellarnav > ul > li:nth-child(4) {
    animation: up 1s forwards;
    animation-delay: 1.5s;
}
.stellarnav > ul > li:nth-child(5) {
    animation: up 1s forwards;
    animation-delay: 2s;
}
.stellarnav > ul > li:nth-child(6) {
    animation: up 1s forwards;
    animation-delay: 2.5s;
}
.stellarnav > ul > li:nth-child(7) {
    animation: up 1s forwards;
    animation-delay: 3s;
}
.stellarnav > ul > li:nth-child(8) {
    animation: up 1s forwards;
    animation-delay: 3.5s;
} */

/* 下拉 */


@media screen and (min-width: 768px) {
    .stellarnav ul ul {
        display: none !important;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/





@keyframes show-logo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show-line {
    0% {
        right: 100%;
        opacity: 0;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}






.nav-header {
    position: fixed;
    z-index: 123;
    top: 57px;
    left: 2%;
    opacity: 0;
    max-width: 90px;
}



.footer_logo img {
    width: 100%;
}

.footer_logo {
    vertical-align: top;
    width: 270px;
    margin: 0;
    display: none;
}

.nav-brand {
    display: inline-block;
    width: 90px;
}

.footer_info ul {
    display: flex;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    flex-direction: row-reverse;
    align-items: center;
}

.nav-brand img {
    position: relative;
    top: 50px;
    max-width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.nav-brand img {
    top: 0px;
    opacity: 1;
}





.nav-brand img {}

.header_area.sticky .nav-brand img {
    top: 50px;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
}

.nav-brand::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/elegantquick/logo-header.png);
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all 0.5s;
}

.nav-brand::before {
    opacity: 0;
    top: -130%;
}


.sticky .nav-brand::before {
    opacity: 1;
    top: 0;
    transition: all 0.5s;
}


@media screen and (max-width: 1024px) {
    .nav-brand {
        display: block;
        width: 70px;
    }
    .nav-header{
        max-width: 70px;
    }

    .nav-brand img {
        max-width: 100%;
        z-index: 100000;
        transition: all 0.3s;
    }

    .header_area.sticky a.nav-brand::before {
        width: 100%;
        transition: all 0.3s;
    }

    .stellarnav>ul>li>a {}

    .nav-header {
        opacity: 1;
        top: 37px;
        z-index: -5;
    }

    .stellarnav.desktop.active>ul {
        padding: 5% 1%;
    }

}











@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }

    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }

    .nav-brand {
        display: inline-block;
        width: 60px;
        margin: 0;
    }
    
    .nav-header{
        max-width: 60px;
    }

    .header_area.sticky a.nav-brand::before {
        width: 100%;
    }




    .nav-header {
        z-index: 0;
        top: -13px;
        left: 5%;
        width: fit-content;
    }

    .header_area .stellarnav .menu-toggle,
    .stellarnav .call-btn-mobile,
    .stellarnav .location-btn-mobile {
        top: 20px;
    }

    .header_area.sticky .stellarnav .menu-toggle,
    .stellarnav .call-btn-mobile,
    .stellarnav .location-btn-mobile {
        top: 17px;
        transition: all 0.5s;
    }

    .pageIndex .stellarnav .menu-toggle span.bars span {
        background: #fff;
        transition: all 0.5s;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #43453D;
    }

    .sticky .stellarnav .menu-toggle span.bars span {
        background: #43453D;
        transition: all 0.5s;
    }

    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        border: none;
        max-width: 100%;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #43453D;
        color: #fff;
    }

    .stellarnav .icon-close:after,
    .stellarnav .icon-close::before {
        border-bottom: solid 3px #fff;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        top: -2px;
        margin: 0;
    }

    .stellarnav.mobile ul {
        background: #fff;
    }

    .stellarnav.mobile li.open {
        background: #fff;
        padding: 3px;
    }

    .stellarnav li a {
        padding: 15px 10px;
        color: #43453D;
    }

    .stellarnav li li {
        display: block;
        margin-bottom: 0;
        border: 0;
    }


    .header_area.sticky .nav-brand img {}
    .stellarnav.mobile>ul>li> {
        margin: 80px 10px;
    }

    .stellarnav.mobile>ul>li>a {
        display: flex;
        align-items: center;
        color: #555;
        margin: 0;
    }

    .stellarnav.mobile>ul>li>a:hover {
        padding-left: 10px;
    }

    .stellarnav.mobile>ul>li {
        border-bottom: 0;
        margin: 30px 0px;
    }
}

@media screen and (max-width: 500px) {
    .nav-brand {
        width: 50px;
    }

    .nav-header{
        max-width: 50px;
    }

}


@keyframes up {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}




/*開場NAV */
.nav-header {
    opacity: 1;
    top: 37px;
}

.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 2.8s;
}

@keyframes banner-nav-logo {
    0% {
        top: 87px;
        opacity: 0;
    }

    100% {
        top: 20px;
        opacity: 1;
    }
}


.pageIndex .stellarnav.desktop .menu-toggle {
    opacity: 0;
    animation: banner-navbar 1s forwards;
    animation-delay: 2.8s;
}

.pageIndex .sticky .stellarnav.desktop .menu-toggle {
    opacity: 1;
    top: 27px;

}


.pageIndex .stellarnav.desktop.active .menu-toggle {}




.stellarnav.desktop .menu-toggle {
    opacity: 1;
    top: 57px;
}



@keyframes banner-navbar {
    0% {
        top: 97px;
        opacity: 0;
    }

    100% {
        top: 27px;
        opacity: 1;
    }
}




.other_promotion li {
    background-color: transparent;
}

.other_promotion li a {
    display: block;
    border: 0;
    padding: 30px 10px;
    margin: 0;
    position: relative;
    height: 100%;
    background-color: #dddddd;
    transition: all 0.5s;
}

.other_promotion li a:hover {
    background: #747474;
    color: #fff;
    transition: all 0.5s;
}

.other_promotion li a .pmtTitle h3 {
    transition: all 0.5s;
}

.other_promotion li a:hover .pmtTitle h3 {
    color: #fff;
    transition: all 0.5s;
}




.other_promotion .pmtTime cite {
    float: left;
    font-size: 12px;
    font-style: normal;
}

.other_promotion li a:before,
.other_promotion li a::after {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/

/* ▼ FOOTER (切版) START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.box_link {
    display: none;
}

/*切完刪掉 -------------------- */
/*隱藏-footer*/
.footer_logo,
.footer_info ul {
    display: none;
}

.footer{
    background: transparent;
}

.copy:before{
    content: "";
    background: url(https://pic03.eapple.com.tw/elegantquick/footer.jpg) no-repeat;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: auto;
    position: absolute;
    background-size: contain;
    aspect-ratio: 1920 / 345;
    margin-bottom: -245px;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*電腦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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin: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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {position: relative;padding: 50px 5%;min-height: 600px;align-content: flex-end;overflow: hidden;}
.banner:after {content: '';display: block;position: absolute;top: 0;left: 0;
    width: 100%;height: 600px;background: linear-gradient(0deg, rgb(0 0 0 / 35%), rgb(0 0 0 / 5%));z-index: 0;}
.banner h5 {font-size: 25px;font-weight: 400;letter-spacing: 0.15em; z-index: 1;color: #fff; animation: fadeIn 3s ease-in-out forwards;}
.banner h5:before {content: ''; display: inline-block; font-weight: lighter; padding-right: 7px;}
.blog_page.article_a .banner.banblog h5:before {content: 'NEWS & BLOG |';}
.services_page .banner.banB h5:before {content: 'PROCESS |';}
.other_page .banner.banB h5:before {content: 'CHARGE |';}
.banner.banC h5:before {content: 'CONTACT |';}
.banner.banE h5:before {content: 'PROJECTS |';}
.blog_page.article_b .banner.banblog h5:before {content: 'NEWS & BLOG |';}
.banner.banA {}
.services_page .banner.banB {background: url(https://pic03.eapple.com.tw/elegantquick/a_banB.jpg) top center no-repeat;
    background-size: cover;}
.other_page .banner.banB {background: url(https://pic03.eapple.com.tw/elegantquick/b_banB.jpg) top center no-repeat;
    background-size: cover;}
.blog_page.article_a .banner.banblog, .blog_in_page.article_a .banner.banblog {background: url(https://pic03.eapple.com.tw/elegantquick/blog_page.jpg) top center no-repeat;
        background-size: cover;}
.banner.banC {background: url(https://pic03.eapple.com.tw/elegantquick/banC.jpg) top center no-repeat;
    background-size: cover;}
.banner.banD {}
.banner.banE {background: url(https://pic03.eapple.com.tw/elegantquick/banE.jpg) top center no-repeat;
    background-size: cover;}
.blog_page.article_b .banner.banblog, .blog_in_page.article_b .banner.banblog {
    background: url(https://pic03.eapple.com.tw/hengyidesign/banblog.jpg) top center no-repeat;
    background-attachment: fixed;background-size: auto;}

@media screen and (max-width:1200px) {
.banner, .banner:after {min-height: 600px;height: auto;}
}
@media screen and (max-width:1024px) {
.banner {background-attachment:unset !important;background-size: cover !important;min-height: 400px;padding: 30px 5%;}
.banner:after {min-height: 400px;}
}
@media screen and (max-width:768px) {
.banner {padding: 30px 5%;}
.banner h5 {font-size: 22px;}
}
@media screen and (max-width:600px) {
.banner, .banner:after {min-height: 300px;}
.banner h5 {font-size: 20px;}
}
@media screen and (max-width:450px) {
.banner, .banner:after {min-height: 180px;}
.banner h5 { font-size: 18px;}
}


/* 淡入動畫 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(-0%, -60%); /* 從上方淡入 */
  }
  100% {
    opacity: 1;
    transform: translate(-0%, -50%);
  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_page .edit, .blog_in_page .show_content {
    max-width: 1440px;
    width: 100%;
    padding: 20px 0 50px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

/*按鈕*/
.blog_back { justify-content: center; justify-items: center; width: 100%; border-top: 1px solid #bebebe; padding-top: 30px;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_back ,.blog_back a.article_btn_next{ background: transparent; width: 120px; border-radius: 99em; display: flex; align-items: center; justify-content: center; }
.blog_back a.article_btn_prev , .blog_back a.article_btn_next { border: unset; color: #000;}
.blog_back a.article_btn_back{ color:#000;}
.blog_back a.article_btn_back:hover  , .blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {  color: #7F7F7F;}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;width: auto;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #4C4C4C !important;}
.submenu a:hover {    background: #cbc0a0;}

/*移至上方*/
.blog_le {width: 100%;}
.blog_le, .blog_ri { padding: 7px 0;}
.blog_ri {width: 100%;max-width: 1200px;margin: 0 auto; display: block;}
h5.blog_le_t , .blog_search {display: none;}
.blog_le .accordion {border-radius: 0px; border: none; display: flex; justify-content: flex-end;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {width: auto;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a { color: #000 !important;}
.accordion li .link { padding: 0px 30px;font-size: 17px; letter-spacing: 2px; color: #000;font-weight: 500;}
.accordion li .link a { padding: 10px 20px;}
.submenu ,.blog_le .accordion li.default .submenu {width: 110px;}
.accordion li+li .link{ border-top: none;}


/*文章分享變1排3個*/
.blog_page .main_part {
    max-width: 1440px;
}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item {    width: 100%;    padding: 5px;}
@media screen and (max-width: 1024px) {.subbox_item {    width: 50%;}}
@media screen and (max-width: 600px) {.subbox_item {    width: 100%;}}
/**/


/* 左邊欄位 */
h5.blog_le_t {
    display: none;
}
.blog_le {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
}
.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}
.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}
.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}

.blog_le .accordion {
    width: 100%;
    border: none;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #c5c5c5;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    transition: all 0.3s;
}
.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
}
.submenu a {
    display: block;
    position: relative;
    background: transparent;
    color: #565656;
    padding: 12px 12px 12px 25px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    line-height: 1.25;
    
}
.submenu a:hover {
    background: #0000000d;
    color: #565656;
}
.submenu a:before{
    display: none;
}
.blog_le .accordion li i {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 16px;
    color: #444;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
}
.blog_le .accordion li.open i.fa-chevron-down {
    transform: translate(0, -50%) rotate(180deg);
}

.blog_le .accordion li i:hover {
    color: #fff !important;
    transition: all 0.4s ease;
}


.blog_le .accordion > li:hover.open{
    background-color: transparent !important;
}



/* 右邊欄位 */

.subbox_item {
    position: relative;
    border-bottom: 1px hsl(0deg 0% 49.8% / 50%) solid;
    padding: 80px 0;
}

.subbox_item::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #7F7F7F;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.subbox_item:hover:before{
    width: 100%;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}





.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: row;
}

.blog_list_le {
    width: 100%;
    height: 0;
    padding-bottom: 27%;
    overflow: hidden;
    position: relative;
}
.blog_list_le::after{
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.5s;
}
.blog_ri {
    width: 100%;
}
.subbox_item a:hover .blog_list_le::after{
    opacity: 1;
    transition: all 0.5s;
}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blog_list_ri {
    display: flex;
    vertical-align: top;
    padding: 25px 20px 25px 50px;
    width: 70%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog_subbox .subbox_item:nth-of-type(1) .blog_list_ri {
    width: 50%;
}





.blog_list_ri h5 {
    color: #494949;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    width: fit-content;
}
.blog_list_ri p {
    width: 100%;
    -webkit-line-clamp: none;
    word-break: break-all;
}
.subbox_item a img {
    filter: grayscale(0.7);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}
.subbox_item a:hover img{
    filter: grayscale(0);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

h4.blog_category_title {
    text-align: justify;
    display: none;
    color: #494949;
}
.blog_box_edit  {
    line-height: 150%;
    color: #3f3f3f;
}

.blog_in_page .main_part{
    max-width: 100%;
}

.blog_list_ri em {
    position: relative;
    right: 0;
}


/*相關文章*/
.news_related { background: #fff; padding: 80px 15px;}
.news_related_list { max-width: 1550px; grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}
.news_related h6 span:before { content: '相關文章';  font-size: 24px; color: #000; font-weight: 500; letter-spacing: 2px;}
.news_related h6 { margin: 0 auto 50px;}

.news_related_list li:nth-child(n+4) { display: none;}
.news_related_list li a { padding: 0px; background: transparent;}
.news_related_list li figure {  aspect-ratio: 16 / 9;}
.news_related_list li a p { padding-top: 15px;}

.lastPage { color: #7F7F7F;  border: 1px solid; background: transparent; transition: 0.5s; margin: 100px auto 0;}
.lastPage:hover { background: #7F7F7F; color: #fff;}




@media screen and (max-width: 1024px) {
    .blog_page .main_part {
        max-width: 90%;
    }
    .subbox_item {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .subbox_item a {
        flex-direction: column;
    }
    .blog_page .main_part {
        max-width: 75%;
    }
    .blog_list_ri {
        display: flex;
        vertical-align: top;
        padding: 20px;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .subbox_item a:before{
        display: none;
    }
    .blog_list_le {
        padding-bottom: 70%;
    }
    .blog_in_page .main_part{
        max-width: 75%;
    }
    .blog_page .show_content {
        max-width: 100%;
    }
    .subbox_item {
        border-bottom: 0;
    }
    .blog_page .main_part {
        max-width: 100%;
    }
    .blog_list_ri{
        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_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1600px; width: 100%;    margin: 0 auto;}

/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1600px; width: 100%;    margin: 0 auto;}
.subalbum-menu { margin: 0px 0;}
/*版面*/
ul.show-list, .other_subalbum{    display: grid;    grid-template-columns: 1fr 1fr;    gap: 50px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}

.other_subalbum li {background: transparent;}


.show-list .show_pic {aspect-ratio: auto; padding-bottom: calc(100% / 16 * 9);}


.show-list .show_pic img , .other_subalbum li a img { display: block; max-width: 100%;  min-width: 100%; height: 100%;  object-fit: cover; -moz-object-fit: cover; -ms-object-fit: cover;
  -o-object-fit: cover; -webkit-object-fit: cover;  position: absolute;  left: 0%;  top: 0%;  transition: 0.8s; filter: grayscale(0.7);}
.other_subalbum li a div:hover img , .show-list .show_pic:hover img { transform: scale(1.05);  filter: grayscale(0);}

.show-list .item:hover .show_name { color: var(--subColor01);}
.other_album_choice li {    background: var(--subColor01);}
.subalbum-menu h2{  display: none;}
.overlay{ display: none;}
.other_subalbum li p { text-align: center; color: #000;  letter-spacing: 2px;  width: fit-content;  margin: 40px auto 0;  position: relative; padding-bottom: 10px;}
.other_subalbum li p:after {content: "";  background: #7F7F7F;  width: 0%;  height: 1px;  position: absolute;  left: 0;  bottom: 0;  transition: 0.5s;}
.other_subalbum li:hover p:after { width: 100%;}
.album_page .other_album, .album_class_page .other_album ,.album_info_page .other_album ,.album_page .overlay {display: none;}

/*瀑布流*/
.pic-list { -moz-column-count:3; -moz-column-gap:10px; -webkit-column-count:3; -webkit-column-gap:10px; column-count:3; column-gap:10px; width:100%; margin:0 auto; text-align: center; display: block;}
.pic-list .item { width:100%; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; padding: 0; margin: 0;}
.pic-list .show_pic { height:auto; padding:0;}

@media screen and (max-width: 980px) {
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 768px) {
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}
}

@media screen and (max-width: 600px) {
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}
} 



/*相本列表
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.red {    color:#4D4D4D;}
.contact_page .main_part {  display: flex;  max-width: 100%; padding: 0; flex-wrap: wrap; padding-top: 0;}
.blank_letter {    display: none;}
.noborder {    background:#f3f3f3;    color: #000000 ;    padding: 5px;    border-radius: 3px;}
.contact_form { display: flex; margin-top: 0px; margin-bottom: 0px; font-size: 15px; color: #fff; flex-wrap: wrap; gap: 30px 60px; margin-top: 50px;}
.contact_form li { width: calc(100% / 2 - 30px); padding: 0; padding-left: 0; display: flex; flex-direction: column; align-content: center; align-items: flex-start; position: relative;}
.contact_form li .form__label { display: inline-block; width: 100%; text-align: left; margin-left: 0; padding-right: 0; vertical-align: top; color: #4D4D4D; margin: 0; position: relative;}
.contact_form li .form__insert {text-align: center;}
.contact_form li.last { display: flex; width: 100%; text-align: center; padding-left: 0; flex-direction: row; justify-content: flex-end;}
.contact_form li.last blockquote { color: #000; padding: 0; margin: 0 0 0 20px; vertical-align: middle; border: none;}
.contact_form li input.noborder{ border: 0; border-bottom: 1px #D2D2D2 solid; background-color: transparent; padding: 10px 0;}
.contact_form li.last cite { background: #D2D2D2; color: #000; border: 1px #D2D2D2 solid; display: inline-block; padding: 0; margin: 0 0 0 20px; vertical-align: middle;}
.contact_le_nomap { display: none;}

.form select {    background-color: #f3f3f3;    border: none;    color: #000000;    width: 100%;    margin: 0;    padding: 5px 26px 5px 5px;}

.contact_editbox { margin: 0; width: 100%; padding: 0; order: 2; max-height: 300px; position: sticky; top: 100px; filter: grayscale(1); transition: 0.5s;}
.contact_editbox:hover { transition: 0.5s; filter: grayscale(0);}

/*******************************************/
/*聯絡我們MAP區改滿版編輯區*/
/*電腦版表單最大寬度設定*/
/**/
.contact_page .path {    display: none;}
.contact_page .main_part {    max-width: 100%;    padding: 0 0 50px;}
.contact_content {    width: 90%;    padding:  0; max-width: 1400px; position: relative;}
.contact_content > form {    display: flex;margin-bottom: 50px;}
.contact_content .information_left {    width: 30%;    padding: 0;min-width: 250px;padding-right: 30px;margin-top: 20px;}
.contact_content .information_right {    width: 100%;    margin: 0 auto;    padding: 0 0px;    display: block;flex:1;}
.contact_content .information_left > h4.blank_letter {    display: none;}
.contact_content .list_before {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
/*20240109*/
.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 {
position: unset; color: #4D4D4D; font-weight: 600; letter-spacing: 1px;}
.list_before.info li {padding-left: 0px;}
.list_before li {letter-spacing: 1px; margin: 20px 0; width: 100%;}

.captcha {width: 100%;}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
.contact_content > form {flex-direction: column;}
.contact_content .information_left{width: 100%;     margin-top: 20px;}
.contact_form{ flex-direction: column; align-items: center;}
.contact_form li { width: 100%;}
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background-color: transparent;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { display: none; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




