@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=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
body{  font-family: "Noto Sans TC", sans-serif; font-weight: 400;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.pageIndex .header_area { background: linear-gradient(to bottom, #0000008a 0%, #00000000 100%);  padding: 0px;  height: 150px;  position: absolute;}
.header_area {  background: none;  padding: 0px;  height: 150px;  position: absolute;}
.main_part {  max-width: 1600px;}
.swiper-banner .swiper-slide img{ z-index:99;}


@media screen and (max-width: 768px) {
/*.header_area{	height: 100px;}*/
}


/*上方選單右邊設定 臉書/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: #251b1a;
      color: #fff;
    }
    ::selection{
      background-color: #251b1a;
      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: #251b1a;
      }
    
    &::-webkit-scrollbar-track {
        box-shadow: transparent;
      }
    
/*大圖*/

.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/eason/banner_01.svg);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/eason/banner_02.svg);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: slide-in-bottom 1.3s; animation-fill-mode: both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after { animation: slide-in-bottom 1s; animation-fill-mode: both;}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/eason/banner_001.svg);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/eason/banner_002.svg);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before { animation: slide-in-bottom 1.3s; animation-fill-mode: both;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after { animation: slide-in-bottom 1s; animation-fill-mode: both;}

@-webkit-keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }


@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}   
  

/*開場*/
.swiper-banner::before {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/eason/logo_before.svg);
    background-color: #727171;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: center;
    z-index: 2;
    opacity: 1;
    animation: banner-show-off 2s linear forwards;
    pointer-events: none;
	z-index: 999;
}


@keyframes banner-show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes banner-show-off {
    0%{
        opacity: 1;
        background-color: #727171;
    }
    50%{
        opacity: 1;
        background-color: #727171;
    }
    75%{
        opacity: 1;
        background-color: transparent;
    }
    100%{
        opacity: 0;
        background-color: transparent;
    }
}

@keyframes banner-left-right {
    0%{
        opacity: 0;
        width: 0;
    }
    100%{
        opacity: 1;
        width: 40%;
    }
}

@keyframes banner-down-up {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}



@media screen and (max-width: 768px) {
	/*開場*/
	.swiper-banner::before { background-size: 15%;}
}

/*固定視窗*/
/*.swiper-wrapper .swiper-slide::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/eason/01index.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    pointer-events: none;
    animation: act-line 1.3s forwards 
cubic-bezier(0.73, 0.08, 0.11, 0.99);
}*/


/* 底下圈圈 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{ display:none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


#page{
}




/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#727171 ;}


/*預設解除背景輪播*/
#content_main {
    margin:0;
    z-index: 0;
    overflow: visible;
}
.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:#f0f0f0;}
.contact_page #content{  background:#f0f0f0;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/

.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: 83px;
    right: 3%;
    transition: all 0.5s;
    pointer-events: all;
}
.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    top: 57px;
    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;
}

.pageIndex .stellarnav.desktop .menu-toggle span.bars span {
    background: #fff;
}

.header_area.sticky .stellarnav.desktop .menu-toggle span.bars span {
    background: #251b1a;
    transition: 0.5s;
}
.stellarnav.desktop.active .menu-toggle span.bars span{
    background: #251b1a;
}


.stellarnav.desktop .menu-toggle span.bars span:nth-child(3) {
    width: 20px;
    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) {
    display: none;
    opacity: 1;
    transition: all 1s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(3) {
    left: 0;
    width: 40px;
    transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


/* 漢堡關 */


.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) {
    opacity: 0;
    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) {
    width: 20px;
    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: 20%;
    height: 100%;
    background: transparent;
    padding: 5% 3%;
    padding-top: 130px;
    border-radius: 0 0 0 30px;
}

.stellarnav.desktop.active > ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 590px;
    background-color: #d3d3d3;
    border-left: solid 1px #c3c3c3;
    animation: nav-left 0.5s 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: #43453D;
    display: flex;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    margin: 15px 5px;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
}
.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: #43453D;
    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(3) {
    animation-delay: 0.3s;
}
.stellarnav li:nth-child(4) {
    animation-delay: 0.4s;
}
.stellarnav li:nth-child(5) {
    animation-delay: 0.5s;
}
.stellarnav li:nth-child(6) {
    animation-delay: 0.6s;
}
.stellarnav li:nth-child(7) {
    animation-delay: 0.7s;
}
.stellarnav li:nth-child(8) {
    animation-delay: 0.8s;
}




@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: 5%;
    opacity: 0;
}

.footer_info ul:before {
    content: "CONTACT";
    display: block;
    color: #727171;
    font-weight: 400;
    font-size: 16px;
}
.footer_info li{ padding:10px 0px;}
.footer_logo img {    width: 100%;  }
.footer_logo {
    vertical-align: top;
    width: 160px;
    padding: 50px 20px 30px 20px;
    margin: 0;
    margin-right: 100px;
    filter: opacity(0.7);
}
.pageIndex .nav-brand {
    display: inline-block;
    width: 80px;
	filter: invert(1);
}
.nav-brand { display: inline-block;
    width: 87px; }
.footer_info ul {
    display: flex;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    flex-direction: column;
	align-items: flex-start;
	margin: 40px 0px 25px 0px;
}

.nav-brand img {
    position: relative;
    top: 0;
    max-width: 100%;
    opacity: 1;
    transition: all 0.5s;
}


.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/fwci/logo-38.png);*/
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.5s;
}


.sticky .nav-brand::before {
    opacity: 1;
    top: 0;
    transition: all 0.5s; 

	  
}


@media screen and (max-width: 1024px) {
    .nav-brand {
        display: block;
        width: 60px;
        margin: 0 auto;
    }
    .nav-header {
        position: relative;
        text-align: center;
    }
    .nav-brand img {
        position: relative;
        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: 15px;
        left: 0;
        z-index: -5;
    }
    .stellarnav.desktop.active > ul {
        padding: 5% 1%;
    }
    
}


@media screen and (max-width: 1020px) {

.subbox_item a { display: flex;  flex-direction: column;}
.blog_list_le {  padding-bottom: 60%;}
}


@media screen and (max-width: 880px) {
.blog_list_ri em {
    position: absolute;
    bottom: 0px;
}
.blog_list_ri {  width: 100%;}
}


@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: 45px;
}
.header_area.sticky a.nav-brand::before {
    width: 160%;
}
.header_area a.nav-brand::before{
    display: none;
}
.header_area.sticky a.nav-brand::before{
    display: none;
}
.nav-header {
    z-index: 0;
    top: -13px;
}
.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-right: 1px #d7d7d7 solid;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #d7d7d7;
    color: #727171;
}
.stellarnav .icon-close:after,.stellarnav .icon-close::before {
    border-bottom: solid 3px #727171;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
    top: -2px;
    margin: 0;
}
.stellarnav.mobile ul {
    background: #ebebeb;
}
.stellarnav.mobile li.open {
    background: #f5f5f5;
    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 {
    top: 0;
    opacity: 1;
}
.stellarnav.mobile > ul > li > a {
    display: flex;
    align-items: center;
}
#bottom_menu li {  display: none;}
.pageIndex .nav-brand { width: 40px;}

}


@keyframes up {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}




/*開場NAV */
.nav-header {
    opacity: 1;
    top: 15px;
}
.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 3s;
}

@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: 4s;
}
.stellarnav.desktop .menu-toggle{
    opacity: 1;
    top: 57px;
}



@keyframes banner-navbar {
    0%{
        top: 97px;
        opacity: 0;
    }
    100%{
        top: 27px;
        opacity: 1;
    }
}



@media screen and (max-width: 500px) {
.pageIndex .nav-brand { width: 25px;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/


.footer .center {
    max-width: 1600px;
}
.footer{
    border-top: none !important;
    padding: 0;
    height: auto;
    opacity: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background: #ebebeb;
    z-index: 1;
}
.pageIndex .footer{
    opacity: 0;
    animation: footer-text forwards 1s;
    animation-delay: 2.6s;
}
.footer_menu {border-bottom: none !important;display: flex;}
.copy {
    background: transparent;
    color: #727171;
    border: none;
    margin-top: 0;
    border-top: 1px #ccc solid;
    padding: 10px 0;
	font-size: 10px;
}
.copy a{color: #727171;}

.footer_menu a:hover {    background: #02642F;}
.footer_menu a {    transition: all 0.3s;}
.box_link{
    display: none;
}
.footer_info li p {width: auto;color: #727171;width: 33%;}
.footer_info li p a{
    color: #727171;
}
.footer_info li p:before {
    color: #727171;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 0px;
    border: 0;
    margin: 0px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 100%;
    color: #727171;
    background: transparent;
}
.footer_menu a:hover {
    background: transparent;
    color: #333;
}

.footer_info {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
    justify-content: center;
}


.center {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}

.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    border-top: solid 1px #ccc;
    margin-top: 13px;
	width: 100%;
    margin-bottom: 10px;
}
.footer_info li:nth-child(2) {
    margin-right: 5%;
}
.footer_info li:nth-child(2)::before{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #494949;
}

.footer_info li p.tel:before{ content: '市話：';}
.footer_info li p.add{}
.footer_info li p.add2{}
.footer_info li p.add:before{ content:'地址：';}
.footer_info li p.add2:before{ content:'營業時間：';}
.footer_info li p.line:before { content: 'Line：';}
.footer_info li p.mail:before { content: 'Email：';}
p.line {  order: 3;}
p.tel {  order: 2;}
p.taxid {  order: 1;}
p.mail {  order: 4;}
p.add {  order: 5;}
p.add2 {  order: 6;}
/* 浮動 */

.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;
    animation: footer-text forwards 1s;
    z-index: 1;
    animation-delay: 2.6s;
}
.info_fix:hover{
    width: auto;
    right: 0;
    transition: all 0.7s;
}
.info_fix_links {
    display: flex !important;
    background: #565656bf;
    width: 50px;
    padding-bottom: 0;
    overflow: hidden;
    justify-content: flex-end;
    flex-direction: column;
}
.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 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;
}

#to_top {
    color: #494949;
    background: transparent;
    box-shadow: none;
    transition: all 0.7s;
    border: solid 1px #ccc;
    border-radius: 50px;
    padding: 20px;
    width: 77px;
    height: 77px;
	z-index: 8;
	bottom: 50px;
    left: 20px;
}
#to_top:hover i{
    transform: translate(0,-5px);
    transition: all 0.7s;
}

#to_top i:before, #to_top i:after {
    background: #494949;
}

.info_fix_tel span::before, .info_fix_tel2 span::before {
    background-image: url(https://pic03.eapple.com.tw/fwci/footer-05.png );
}

@keyframes footer-text {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
    
}
@media screen and (max-width: 1700px) {
.footer_logo {  margin: 0px 100px;}
}
@media screen and (max-width: 1440px) {

    .footer_info li:nth-child(2) {
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .footer_info li p {
        width: auto;
        min-width: 100%;
    }
    .footer_info li:nth-child(1) {
        justify-content: center;
        padding-bottom: 5px;
		width: 90%;
    }
	.footer_logo {  padding: 0px 20px 30px 20px; width: 180px;}
}

@media screen and (max-width: 768px) {
    .footer_info ul {
        width: 100%;
        text-align: center;
    }
    .footer_info li:nth-child(1) {
        justify-content: center;
        width: 100%;
        text-align: left;
    }
    .footer_menu {
        border-bottom: none !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
	.footer_info li p {
    	line-height: 185%;
	}
	.footer_logo {
        margin: 0px 40px 0px 80px;
    }
	.footer_info {   justify-content: center;}
    
}



@media screen and (max-width: 768px) {
    .footer_menu a {
        display: inline-block;
        padding: 8px 11px;
        border: 0;
        margin: 10px 5px;
        font-size: 14px;
        line-height: 100%;
        background: transparent;
        border: 1px #ccc solid;
        width: 23%;
        letter-spacing: 1px;
		width: 17%;
    }
	.footer_menu {
        justify-content: flex-start;
    }
	.footer_logo {
        padding: 25px 20px 30px 20px;
        width: 130px;
    }
	.footer_info ul {  padding: 0px 20px;}
	.footer_info li:nth-child(2) { width: 100%;}
	.footer_menu a:nth-child(1){margin-left: 0px;  }
	.footer_info li+li {  margin-top: 0px; }

    
}
@media screen and (max-width: 690px) {
.footer_menu a {  width: 30%;margin: 5px;}
.footer_menu a:nth-child(4){margin-left: 0px;}
}
@media screen and (max-width: 500px) {
.footer_info ul {   padding: 0px 15px;  margin: 0px 0px 25px 0px;}
.footer_info {  display: flex; justify-content: center;flex-direction: column;}
.footer_logo {  width: 80px;  padding: 30px 10px 20px 10px;}
.footer_menu a {  padding: 8px 5px;   margin: 5px 5px;  border: 1px #d6d6d6 solid;  width: 30%;}
.footer_info li+li {  margin-top: 0px; }



}
@media screen and (max-width: 350px) {
.footer_menu a {  font-size: 13px; }
.footer_info li p {  font-size: 13px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: transparent;
    padding-top: 200px;
}
.banner::before{
    content: "";
    display: block;
    width: 20%;
    color: #494949;
    font-size: 24px;
    border-right: 1px #494949 solid;
    border-left: 1px #494949 solid;
    margin: 0 auto;
    font-weight: 400;
}
.banner h5 {
    display: none;
    color: #494949;
}

.banner.banA {}
.banner.banB {
    display: none;
}
.banner.banC::before {
    content: "預約諮詢";
}
.banner.banD {}
.banner.banE::before {
    content: "作品集";
}
.banner.banblog::before {
    content: "設計札記";
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {    border: 1px solid #727171 !important;    color: #727171;}
.products-list a:hover .more {    background: #727171;    border-color: #727171;	color: #ffffff;}


/*外層*/
.product-layer-two li a {    color: #727171;    border: 1px solid #727171;    transition: all 0.3s;}
.product-layer-two li:hover > a { background: #727171;    color: #fff;}
.product-layer-two li.active > a {background: #727171;    color: #fff;	font-weight: normal;}

/*內層*/
.lastPage {    background: #727171;}
.nextaction {    background-color: #727171;}
.lastaction {    color: #fff;    background-color: #727171;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_btn_back {    background: #494949;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #494949 !important;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li { border-bottom: 1px #3f3f3f38 solid; transition: all 0.3s;}
.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {    text-align: justify;font-size: 22px; letter-spacing: 1px;  font-weight: 500;}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}
.accordion li+li .link {  border-top: none;}
.news_related h6 span:before {  content: '相關文章';  font-size: 22px;  color: #727171;  font-weight: 500;  letter-spacing: 1px;}
.news_related h6 {  margin: 25px auto 20px;}
.news_related_list li a p {  padding: 10px 0px;}
.news_related {  background: #f7f7f7;}
.blog_back a.article_btn_prev{ background-color:#000;}
.blog_back a.article_btn_next{ background-color:#000;}
/*文章分享變1排3個*/
.blog_page .main_part .blog_in_page .main_part { max-width: 90%;}
.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_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 {
    border: none;
    border-radius: 0;
	margin-top: 30px;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #333 !important;
    transition: all 0.3s;
	background-color: #dedede;
}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {
    color: #565656 !important;
}

.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;
    font-family: 'Klee One';
}
.submenu a:hover {
    background: #00000000;
    color: #565656;
}
.submenu a:before{
    display: none;
}
.blog_le .accordion li i {
    position: absolute;
    top: 19px;
    right: 20px;
    font-size: 16px;
    color: #444;
    transition: all 0.4s ease;
}
.fa-circle-chevron-right::before {
    content: "▶️";
    font-size: 11px;
}

.blog_le .accordion > li:hover.open{
    background-color: transparent !important;
}
.blog_le .submenu li.on_this_category a, .submenu a:hover {  background: #afafaf;}
.blog_le .submenu a {  color: #333;  background-color: #eaeaea;font-family: "noto sans TC", "poppins";}

/* 右邊欄位 */

.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: 30%;
    overflow: hidden;
    position: relative;
}
.blog_list_le::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000021;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.5s;
}
.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: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.subbox_item::after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #cdcdcd;
    margin: 40px 0;
}
.blog_le .submenu {  background: transparent;}
.blog_list_ri h5 {
    color: #494949;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: 500;
}

.subbox_item a img{
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}
.subbox_item a:hover img{
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 1s cubic-bezier(0.68, 0.55, 0.38, 0.99);
}

h4.blog_category_title {
    text-align: justify;
    color: #494949;
}
.blog_box_edit  {
    line-height: 150%;
    color: #3f3f3f;
}

.blog_in_page .main_part {
    max-width: 100%;
    width: 1600px;
}

.blog_list_ri em {
    position: absolute;
    right: 0;
}

.blog_list_ri em {  color: #727171;}
.blog_list_ri p {  color: #727171;}




@media screen and (max-width: 1090px) {
    .blog_page .main_part .blog_in_page .main_part { max-width: 90%; }
	.subbox_item a { display: flex;  flex-direction: column;}
	.blog_list_le {  padding-bottom: 60%;}
	.show-list {  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 0px;
        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%;
		margin-bottom: 50px;
    }
    .blog_page .show_content {
        max-width: 100%;
    }
    .subbox_item {
        border-bottom: 0;
    }
    .blog_page .main_part .blog_in_page .main_part {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
.blog_in_page .main_part {   max-width: 90%;  margin-bottom: 50px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    max-width: 100%;
    padding: 50px;
}
.show-list .item:hover .show_name {    color: #727171;}
.show-list .show_pic {
    height: 0;
    padding-bottom: 100%;
    bottom: 0;
}
.show-list .show_pic {
    aspect-ratio: 3 / 3;
}

.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: auto;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    transition: all 0.3s;
}
.show-list .item a {
    display: block;
    max-width: 100%;
}
.show-list .item:hover .show_pic img{
    transform: scale(1.3);
    transition: all 2s;
}
.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-gap: 20px;
}
.clearfix:before, .clearfix:after {
    display: none;
}

.show-list .show_name {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.15em;
    margin-top: 0;
    overflow: hidden;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    font-weight: 400;
    z-index: 3;
    transform: translate(-50%,0);
    transition: all 0.3s;
}

.show-list .item:hover .show_name{
    color: #fff;
    opacity: 1;
    transition: all 2s;
}


.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}



@media screen and (max-width: 1090px) {
.show-list {  width: 100%; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
}




/*次分類頁面*/
.other_album_choice li {
    background: #fff;
    border-radius: 0;
}
.other_album_choice li a {
    color: #494949;
}
.other_subalbum li p {    
    line-height: 220%;
    text-align: center;
}
.other_subalbum li a div {
    height: 0;
    max-height: 100%;
    padding-bottom: 0%;
    overflow: hidden;
    position: relative;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: auto;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    transition: all .4s;
}
.other_subalbum li a:hover img {
    transform: scale(1.3);
    transition: all 2s;
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%) scale(1);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.other_subalbum li a:hover div:after {transform: translate(-50% , -50%) scale(1);opacity: 1;transition: all .4s;}
.album_fixed_title{  display: none;}
.album_info_page .pic-list {  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));}

/*照片頁*/
.pic-list .show_pic {height: 0;max-height: 100%;padding-bottom: 74%;}
.pic-list .show_pic img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: auto;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.show-list .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0px ;
}
.show_content {
    margin: auto;
    padding: 0;
    max-width: 100%;
}
.subalbum-menu {
    margin: 30px 0;
    padding: 0;
}
.subalbum-menu h2 {
    display: flex;
    position: relative;
    color: #494949;
    left: 0;
    flex-direction: row-reverse;
    align-items: center;
    width: fit-content;
    font-weight: 500;
    margin-left: 1%;
}
.block {
    background: #494949;
}

.other_subalbum li {
    display: inline-block;
    background: #fff;
    width: calc(100% / 2 - 2%);
    margin: 10px 1%;
    border: none !important;
}

.page strong, .page a {
    display: inline-block;
    min-width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    border: 0;
    border-radius: 0;
    padding: 0 10px;
    margin: 0 10px;
}
.album_fixed_title{  display: none;}
.other_subalbum li p {  line-height: 220%;  text-align: center;  background-color: #fff;  color: #333;}
.album_class_page .show-list {  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}

@media screen and (max-width: 870px) {
.album_info_page .pic-list { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
}

@media screen and (max-width: 768px) {
/*照片頁*/
.pic-list .item {    width: 100%;    margin: 0px;}
.album_page .show_content,.album_class_page .show_content { margin: auto;  padding: 0; max-width: 90%;}
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part { padding:  20px;}
.pic-list .item h6 { font-size: 16px;  color: #666; padding: 0px;}
}

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {    border-bottom: 2px solid #727171;}
.promotion_title {    border-bottom: 1px solid #727171;}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 0px; }
#to_top { bottom:15px; font-size: 10px;width: 60px;height: 60px;}
#to_top i.top {  width: 15px;  height: 12px;}
.nav-menu {    margin: 0;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li {    text-align: left;}
.nav-dropdown>li>a {    width: calc(100% - 45px);}

/*手機版LOGO設定*/
.footer_logo { margin-left: unset; margin: auto; text-align: center; }

}

@media screen and (max-width: 600px) {
}
/*手機板大圖*/
/*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/





/*聯絡我們MAP區改滿版編輯區*/
.contact_content {    width: 100%;padding: 0;}
.contact_page .main_part {    max-width: 100%;    padding: 0;}
.contact_page .path {    display: none;}
.contact_content .information_left {    width: 100%;    padding: 0;}
.contact_content .information_right {    width: 90%;    margin: 80px auto;    padding: 0 10px;    display: block;}
.contact_content .information_left > h4.blank_letter {    display: none;}
.contact_content .list_before {    
    display: none;
    width: 100%;  max-width: 100%;    padding: 0;    margin: 0 auto;
}
.contact_content .list_before > li:not(li:last-of-type) {    display: none;}
.contact_content .list_before.info > li:last-of-type {    padding: 0;    margin: 0;}
@media screen and (max-width: 768px) {.contact_content .information_right {    margin: 50px auto;}}
/**/
/*電腦版表單最大寬度設定*/
.contact_content .information_right {max-width: 80%;}


.contact_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.blank_letter {
    font-family: '"Noto Sans TC", sans-serif';
    padding-top: 0;
    font-size: 24px;
    padding: 30px 0;
    color: #494949;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.3em;
}
.blank_letter::before {
    content: "FORM";
    display: inline-block;
    font-size: 30px;
    color: #494949;
    font-family: "Noto Sans TC", sans-serif;
    margin-right: 100px;
    letter-spacing: .3em;
    font-weight: 300;
}
.blank_letter::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #494949;
    position: absolute;
    top: 50%;
    left: 135px;
    transform: translate(0,-50%);
}
.list_before.info li {
    padding-left: 32px;
    color: #494949;
}
.contact_form li .form__label {
    color: #494949;
    width: 130px;
    margin-left: -140px;
    text-align: left;
}
.contact_le_map a {
    background: #494949;
    color: #fff;
}
.contact_form li.last cite {
    background: #494949;
    color: #fff;
    width: 220px;
}

.contact_content .information_left {
    width: 100%;
    margin-bottom: 50px;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.contact_le_nomap {
    transition: all .5s;
}
.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    /* border-bottom: 1px #494949 solid; */
    background: #0000000a;
    color: #494949;
    transition: all 0.3s;
}
.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #4949493d;
    padding: 20px 0;
    padding-left: 130px;
}

.contact_form li textarea.noborder{
    background: transparent;
    border: 1px #494949 solid;
    color: #494949;
    transition: all 0.3s;
}
.contact_content form {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.form__insert input{
    margin: 0 10px;
    color: #494949;
}


.contact_content {
    margin: auto;
    padding: 0px 5%;
}

.note {
    font-size: 13px;
    text-align: right;
    letter-spacing: 0;
}
.contact_form {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #494949;
    max-width: 80%;
}
.contact_form li:nth-last-of-type(3) .form__label{
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .contact_form li.last cite {
        width: 160px;
    }
    .contact_content .information_right {
        max-width: 100%;
        padding: 0;
    }
    .contact_form li.last {
        display: flex;
        justify-content: center;
    }
    .banner::before {
        width: 50%;
    }
    .contact_form {
        max-width: 100%;
    }
}
