@charset "utf-8";
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
body { --mainColor:#222222; --mainBColor:#888485; --mainCColor:#ffffff;
       --subColor01:#CF989E;--maindolor:#444444; --maineolor:#dddddd;font-family: "Nunito Sans";}
.main_part { max-width: 1366px;padding: 85px 25px;transition: 0.8s; animation: slide-top 1.5s 0.2s both;}
.blog_page.headerSticky .main_part , .blog_in_page.headerSticky .main_part ,
.album_page.headerSticky .main_part , .album_class_page.headerSticky .main_part {  max-width: 1550px;}

/*動畫*/
@keyframes slide-opacity {
    0% { opacity: 0; }
    100% { opacity: 1;}
}

@keyframes slide-top {
    0% { -webkit-transform: translateY(100%);transform: translateY(100%); opacity:0; }
    100% {-webkit-transform: translateY(0); transform: translateY(0); opacity:1;}
}

/*scrollbar*/
::-webkit-scrollbar { width: 6px; height: 0px;}
::-webkit-scrollbar-thumb { background: var(--subColor01);}
::-webkit-scrollbar-track { background: var(--mainBColor);}

/*header*/
/*第一層*/
.stellarnav > ul > li > a b { font-weight: 300;}
.stellarnav > ul > li:hover > a{color: #565656;}
.stellarnav > ul > li:nth-of-type(7)>a {color: var(--mainCColor);border-radius: 50px;margin-left: 30px; position: relative; padding: 0; width: 100px;}
.stellarnav > ul > li:nth-of-type(7)>a b {padding-top: 1px;}
.stellarnav > ul > li:nth-of-type(7)>a:after { content: ""; background: var(--mainColor); position: absolute; top: 3px; left: 0%; width: 100%; height: 100%; border-radius: 50px; z-index: -1;opacity: 1;}
.stellarnav > ul > li > a b {display: block; line-height: 40px;  height: 40px; margin: 0px; font-weight: 300;}
/*第二層*/
.stellarnav.desktop li.has-sub a {font-size: 15px;}
.stellarnav ul ul { background: rgb(241 239 239);  width: 100%;}
.stellarnav li li { border: none;}
.stellarnav ul ul ul {left: 100px; }

.stellarnav li li.has-sub > a:after {margin-left: 0px; border-left: none;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{ padding: 7px 5px;  transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav.desktop li.has-sub a { padding-right: 15px; text-align: center; position: relative; width: fit-content; margin: 0 auto;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #565656; }

/*SubMenu*/
.shop_search_btn { background: var(--subColor01);}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {  color: var(--subColor01);}

/*選單最大寬度設定*/
.main_header_area .container { max-width: 97%; margin: auto;}
.pageIndex .navigation { align-items: center;  grid-template-columns: 1fr;}

/*第一層*/
.stellarnav > ul > li {letter-spacing: 2px; width: 145px;}
.stellarnav > ul > li:hover > a{color: #565656;}
.stellarnav li.has-sub > a:after { border-left: none;  border-right: none; border-top: none;  display: inline-block;
        top: 10%;  top: 29%;  right: 0px;  transform: translateY(-40%); content: "＋";  color: #ffffff;}
.stellarnav > ul > li:nth-of-type(7)>a {color: var(--mainCColor);border-radius: 50px;margin-left: 30px; position: relative; padding: 0; width: 100px;}
.stellarnav > ul > li:nth-of-type(7)>a b {padding-top: 1px;}
.stellarnav > ul > li:nth-of-type(7)>a:after { content: ""; background: var(--mainColor); position: absolute; top: 3px; left: 0%; width: 100%; height: 100%; border-radius: 50px; z-index: -1;opacity: 1;}

/*第二層*/
.stellarnav.desktop li.has-sub a {font-size: 15px;}
.stellarnav ul ul { background: rgb(255 255 255 / 90%); width: 100%;}
.stellarnav li li { border: none;}
.stellarnav ul ul ul {left: 100px; }

.stellarnav li li.has-sub > a:after {margin-left: 0px; border-left: none;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{ padding: 5px 3px;  transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav.desktop li.has-sub a { padding-right: 15px; text-align: center; position: relative; width: fit-content;margin: 0 auto 0 10px;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #565656; }

/*SubMenu*/
.shop_search_btn { background: var(--subColor01);}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {  color: var(--subColor01);}

/*首頁選單移至側邊*/
.pageIndex .header_area{  position: fixed; width: 100%; right: 0; top: 0;padding: 20px 50px;}
.pageIndex .header_area {background: transparent;transition: 0.5s;}
.header_area { width: 95%; margin: 0 auto; transition: 0.5s;background: transparent;}

.pageIndex .main_header_area{background: transparent;}
.pageIndex .header_area { border-bottom: none;}
.pageIndex .header_area *{ transition: ease-in-out .35s; }
.pageIndex .header_area:not(.sticky) .main_header_area .container{  max-width: 97%; width: 100%;}

.pageIndex .header_area:not(.sticky) .navigation{  padding: 0px;}
.pageIndex .header_area:not(.sticky) .stellarnav{  display: flex; justify-content: flex-start;padding-top: 40px;padding-left: 0px;}
.pageIndex .header_area:not(.sticky) .stellarnav>ul {
        width: auto; max-width: 160px; margin-right: auto; margin-left: 0; display: flex;
        flex-direction: column; align-items: flex-start; justify-content: flex-start;}
.pageIndex .header_area:not(.sticky) .stellarnav li{ text-align: left;}

.pageIndex  .header_area:not(.sticky) .stellarnav li li.has-sub > a:after{ float: unset; right: unset; left: 0; right: 0;  border-left: 0;}
.pageIndex .header_area:not(.sticky) .stellarnav > ul > li:nth-of-type(7)>a:after {  opacity: 0;}
.pageIndex .header_area:not(.sticky) .stellarnav ul ul,
.pageIndex .header_area:not(.sticky) .stellarnav ul ul ul {
  left: unset;  top: 0;  background: transparent;  position: relative;}
.pageIndex .header_area:not(.sticky) .stellarnav ul ul ul {  position: absolute;  right: 100px;}
.pageIndex .header_area:not(.sticky) .stellarnav > ul > li > a { text-align: left; color: var(--mainCColor); padding: 0px; line-height: 45px; height: 45px;  margin: 0;position: relative;}
.pageIndex .header_area:not(.sticky) .stellarnav > ul > li > a:before {
        content: "";  position: absolute;
        left: 0; background: url(https://pic03.eapple.com.tw/gettendesign/header_icon.svg);
        width: 13px; height: 13px; top: 22%; opacity: 0;}
.pageIndex .header_area:not(.sticky) .stellarnav > ul > li > a:hover { padding-left: 20px;}
.pageIndex .header_area:not(.sticky) .stellarnav > ul > li > a:hover:before { opacity: 1;}

.pageIndex .header_area:not(.sticky) .stellarnav li li { border: 0;}
.pageIndex .header_area:not(.sticky) .stellarnav li li:hover > a , 
.pageIndex .header_area:not(.sticky) .stellarnav li li.has-sub:hover > a { color: #fff;}

/*下拉*/
.pageIndex .header_area:not(.sticky) .stellarnav ul ul {  margin-top: -10px;}
.pageIndex .header_area:not(.sticky) .stellarnav li li a {  border: 0; color: var(--mainCColor); padding: 3px 10px;font-size: 13px;}
 
/*隱藏*/
.me_tp_features { display: none;}/*選單ICON*/
.pageIndex .header_area:not(.sticky) .stellarnav ul li:nth-of-type(4) ul ,.stellarnav > ul > li:nth-of-type(4) ul {  overflow: hidden; height: 0;}

.stellarnav.desktop li.has-sub a:after { opacity: 0;}

/*下滑*/
.header_area.sticky .header_area { padding: 10px 25px 5px;}
.header_area.sticky { background: var(--mainCColor); padding: 10px 20px 5px;}
.header_area.sticky .navigation { grid-template-columns: 200px 1fr;}
.header_area.sticky .stellarnav > ul > li > a { font-size: 15px; margin: 0 15px;}

/*內頁*/
.stellarnav {  display: flex;  align-items: center;  justify-content: flex-end;}

/*大圖*/
#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}

.bannerindex .swiper-banner:before {
        content: "";
        position: absolute;
        z-index: 999;
        pointer-events: none;
        background: url(https://pic03.eapple.com.tw/gettendesign/banner_logo.svg);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        bottom: 13%;
        right: 7%;
        width: 100% !important;
        height: 0px !important;
        background-position: right;
        padding-bottom: calc(100% / 1 * 0.18);
        animation: slide-bottom 1s both;
        animation-delay: 0.5s;
}

@keyframes slide-top {
    0% {-webkit-transform: translateY(10%); transform: translateY(10%); opacity: 0; }
    100% { -webkit-transform: translateY(0%); transform: translateY(0%); opacity: 1;}
}

@keyframes slide-bottom {
    0% { -webkit-transform: translateY(-2%); transform: translateY(-2%); opacity: 0;}
    100% { -webkit-transform: translateY(0%); transform: translateY(0%); opacity: 1;}
}

@keyframes slide-right {
    0% {-webkit-transform: translateX(-18%); transform: translateX(-18%); opacity: 0; }
    100% { -webkit-transform: translateX(0%); transform: translateX(0%); opacity: 1;}
}

.bannerindex .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;}

/*電腦LOGO*/
.nav-brand { display: flex; align-items: center;}
.pageIndex .nav-header { max-width: 100px;display: none;}
.nav-header { max-width: 60px;grid-row: unset;}
header.header_area.sticky .nav-header {max-width: 60px;grid-row: unset;display: block;}
.footer_logo { width: 100%; margin: 50px auto 0;  max-width: 1500px;padding: 0 10px 20px;}
.footer_logo img {  max-width: 55px; filter: contrast(0) brightness(100);}

/*手機LOGO
.nav-brand-m {}
*/

/*Footer/＝＝＝＝＝*/
.footer { background: var(--mainBColor);padding: 0px 0 50px;}
.footer .center {  max-width: 1550px;  padding: 50px 30px 15px;}
.footer_info { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; flex-direction: column;padding: 0px;}
.footer_info ul {  width: 100%;display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-end;border-top: 1px solid var(--mainCColor); border-bottom: 1px solid var(--mainCColor);margin: -80px auto 0; padding: 20px 0;}
.footer_info li:nth-child(1) { display: flex; align-items: flex-start;  width: 60%;  flex-direction: row; padding: 0 10px; justify-content: space-between; flex-wrap: wrap;}
.footer_info li p, .footer_info li p a{color: var(--mainCColor); line-height: 200%;width: 50%;}
/*.footer_info li p.line { display: none;}*/

.footer_info li:nth-child(2) { width: 100%; max-width:40%; display: flex; justify-content: flex-end; align-items: center; align-content: center; flex-wrap: wrap;}
.footer_menu { display: flex; justify-content: flex-end; width: auto; flex-wrap: wrap;}
.footer_menu a {    margin: 0;	text-align: center;	transition: all 0.3s; padding: 5px 10px;border: none;font-size: 15px; color: var(--mainCColor); background: transparent;font-family: "Bellefair", serif;}
.footer_menu a:nth-child(1) { display: none;}
.footer_menu a:hover { background: transparent;}
.copy { background: transparent; color: #c7c7c7; border: none;  text-align: left;  width: 100%;  max-width: 1500px;  margin: 0px auto 0;padding: 0 40px 0 15px;justify-content: flex-start;}
.copy a{ color: #c7c7c7;transition:all 0.3s;}

/*footer icon*/
.box_link { position: relative; top: 0px; right: 0px;  width: 100%; max-width: 100%;  display: flex;  align-items: center; flex-direction: row;  margin: 0 0 auto; justify-content: flex-end;padding-right: 15px;}
.box_link a { width: fit-content;  border: none;transition:all 0.3s;color: #FFF;}
.box_link a.me_tp_mail , .box_link a.me_tp_call { display: none;}
.box_link a:hover { background: transparent; }

/*按鈕/＝＝＝＝＝*/
.animated-arrow { background: var(--subColor01);}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*購物車******************************************************** */
.product_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;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*預設解除背景輪播*/
#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 設定*/
.path p, .path p a { text-align: right;display: none;}

/*內頁BANNER 設定*/
.banner {background: transparent; justify-content: flex-start;align-content: flex-end;min-height: 250px; transition: 1s; 
        padding: 20px 25px; width: 100%;  max-width: 1366px; margin: 0 auto; position: relative;}
.banner:after { content: "";  background: url(https://pic03.eapple.com.tw/gettendesign/banner_02.svg);
        width: 190px;  height: 62px;  position: absolute; right: 7px;  bottom: 50px;  background-repeat: no-repeat;  background-size: contain;animation: slide-opacity  3s ease-in-out infinite alternate;}
.banner:before { content: ""; background: url(https://pic03.eapple.com.tw/gettendesign/banner_01.svg);
        width: 185px;  height: 60px; position: absolute; right: 50px; bottom: 50px; background-repeat: no-repeat;  background-size: contain;animation: slide-opacity  10s ease-in-out infinite alternate;}
/*.contact_page .banner:after , .contact_page .banner:before{ display: none;} */

.contact_page .banner , .services_page .banner {max-width: 1460px;}

.banner h5 { font-size: 50px; font-weight: 300; color: var(--maindolor); position: relative; letter-spacing: 3px; animation: slide-top 1.5s 0.5s both;padding-bottom: 100px;}
.banner h5:before { display: block; left: 3px; bottom: 70px; position: absolute; width: 100%; font-size: 19px; text-align: left;font-weight: 500;animation: slide-top 1.5s 0.7s both;}
.blog_page .banner h5:before { content: "甘田日常"; }
.banner.banE h5:before { content: "作品總覽"; }
.banner.banC h5:before { content: "預約諮詢"; }
.services_page .banner h5:before { content: "服務流程"; }


.banner h5:after { white-space: pre; font-size: 15px; left: 0;  bottom: 0;position: absolute; text-align: left;animation: slide-top 1.5s 1.5s both;}
.blog_page .banner h5:after , .blog_in_page .banner h5:after { content: "這裡放著一些我們想分享的故事，也整理了大家最常問的問題\A用輕鬆的方式陪你一起完成家的每個小步驟";}
.banner.banE h5:after { content: "我們記錄了許多屋主的改造旅程，\A也期待你能從中找到和自己生活最貼近的風格，慢慢描繪自己的家";}
.banner.banC h5:after  { content:"如果你正在規劃新家或想讓空間更舒服，歡迎和我們聊聊，\A我們很樂意一起討論你的想法。";}
.services_page .banner h5:after { content: "服務項目 | 服務流程 | 收費標準"; }

/*文章內頁*/
.blog_in_page .banner h5
{ font-size: 19px; font-weight: 500; left: 0px; position: relative;  bottom: 70px; width: 100%;  font-size: 19px; padding-bottom: 0px;
        text-align: left;  font-weight: 500;left: 3px; top: -68px; animation: slide-top 1.5s 0.7s both;}
.blog_in_page .banner h5:before 
{ content: "Daily";font-weight: 300;  color: var(--maindolor);  position: absolute; letter-spacing: 3px; font-size: 50px;
        bottom: 32px; left: -3px; animation: slide-top 1.5s 0.3s both; }
.blog_in_page .banner h5:after
{top: 53px; font-weight: 300;  left: -3px;animation: slide-top 1.5s 1.5s both;}

/*相簿內頁*/
.album_info_page .banner h5 , .album_class_page .banner h5 { font-size: 19px; font-weight: 500; left: 0px; position: relative;  bottom: 70px; width: 100%;  font-size: 19px; padding-bottom: 0px;
        text-align: left;  font-weight: 500;left: 3px; top: -68px; animation: slide-top 1.5s 0.7s both;}
.album_info_page .banner h5:before , .album_class_page .banner h5:before { content: "Portfolio";font-weight: 300;  color: var(--maindolor);  position: absolute; letter-spacing: 3px; font-size: 50px;
        bottom: 32px; left: -3px; animation: slide-top 1.5s 0.3s both; }
.album_info_page .banner h5:after , .album_class_page .banner h5:after {top: 53px; font-weight: 300;  left: -3px;animation: slide-top 1.5s 1.5s both;}
.headerSticky .banner { max-width: 1550px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
/*首頁*/
.module_i_news { padding: 110px 15px 70px;}
.module_i_news section {  max-width: 1400px;   margin: 0 auto;  display: flex;  flex-direction: row; flex-wrap: wrap;}
.module_i_news .title_i_box {
        text-align: left;  width: 40%;  writing-mode: vertical-lr;  display: flex; flex-direction: column;
        font-family: "Nunito Sans";  line-height: 210%; position: relative; justify-content: flex-start; padding: 0 50px;}
.module_i_news_list { width: 60%; padding: 0px;}

/*標題*/
.module_i_news .title_i_box h6 {  font-size: 23px; color: var(--maindolor);  order: 1; letter-spacing: 5px; font-weight: 500;}
.module_i_news .title_i_box h4 {  font-size: 17px;  color: var(--mainBColor); font-weight: 500;  letter-spacing: 3px; /*font-family: "Noto Serif TC";*/}
.module_i_news .title_i_box:before {
        content: "我們相信，\A設計不是把家具搬進去就好，\A而是一起慢慢聊，\A聊到細節，聊到生活。";
        position: absolute;  white-space: pre; left: 35%; font-size: 17px; letter-spacing: 2px; color: #444; line-height: 200%;}

/*首頁列表*/
.module_i_news ul { grid-gap: 25px;}
.module_i_news li a { grid-template-columns: 170px 1fr;  padding-bottom: 25px;}
.module_i_news li a+a { border-top: 1px solid var(--maineolor); padding: 25px 0 0;}
.i_blog_le img {transition: 1s;}
.i_blog_le { border-radius: 20px;}
.i_blog_ri { padding: 5px 5px 5px 30px;}

.i_blog_ri h5 {font-weight: 500;font-size: 17px; color: var(--mainColor);letter-spacing: 1px;}
.i_blog_ri em { margin: 7px 0 15px;}
.i_blog_ri p { line-height: 150%;}

/*hover*/
.module_i_news li a:after {display: none;}
.module_i_news li a:before { top: 50%;  transform: translateY(-50%);  right: 20px; text-align: center; font-size: 17px;  color: #fff;
        content: ">";  background: var(--subColor01);  padding: 3px;  border-radius: 50px; width: 30px; height: 30px;}
.module_i_news li a:hover .i_blog_le img, .subbox_item:hover .blog_list_le img { transform: scale(1.05); transition: 1s;}
/*按鈕*/
.i_blog_b { max-width: fit-content; margin: 0;  text-align: center;  margin: 0 0 0 auto; /*display: none;*/}
.i_blog_b .animated-arrow { background: transparent;  color: var(--mainBColor); height: fit-content;  width: fit-content; line-height: 25px; font-size: 14px;margin-top: 10px;}
.i_blog_b .animated-arrow > b { font-weight: 500; letter-spacing: 1px;}
.i_blog_b a:hover i.fa-solid.fa-arrow-right ,.i_blog_b a:hover b { color: var(--subColor01);}

/* 首頁最新消息輪播 */
.module_i_news ul,
.module_i_news li a{gap: 0;}
.module_i_news .swiper-pagination{text-align: left;}
.module_i_news .swiper-pagination-bullet-active{background: #E1BFC2;}
.module_i_news_list, .module_i_news_list.swiper {  padding: 0px 0 50px;}

/*列表*/
/*左側*/
.blog_le, .blog_ri {padding: 7px 10px 25px; margin-bottom: 4vw;}
.blog_le {  width: 100%;  display: flex; flex-wrap: wrap; flex-direction: row;  justify-content: space-between;border-bottom: 1px solid var(--maineolor);}
h5.blog_le_t { display: none;}
.blog_search { order: 1;}
.blog_search input[type=search]{ border-radius: 0px;}
.blog_search input[type=submit] {filter: hue-rotate(45deg);}
.blog_page h4.blog_category_title {display: none;}
.blog_le .accordion { width: fit-content;  display: flex;  flex-direction: row;
        flex-wrap: wrap; border: unset;  border-top: unset; border-radius: 0px; margin-left: 0;}
.accordion li+li .link { border-top: unset;}
.accordion li .link { width: 150px;}
.accordion li .link a {font-weight: 400; position: relative;  letter-spacing: 3px;color: var(--maindolor);padding: 15px 25px 15px 10px;transition: 0.5s;}
.accordion li .link a:before { content: ""; background: url(https://pic03.eapple.com.tw/gettendesign/header_icon.svg);
        width: 13px; height: 13px; position: absolute; left: 0; top: 39%; opacity: 0;  transition: 0.5s;}
.accordion li .link a:hover {padding-left: 25px;}
.accordion li .link a:hover:before { opacity: 1;}

/*hoever*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: transparent !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a { color: var(--maindolor) !important;}

.blog_ri {  width: 100%;  padding: 0px; display: flex;  flex-direction: column;}
.blog_subbox { grid-template-columns: 1fr; grid-gap: 50px;}
.blog_list_le { aspect-ratio: auto; overflow: hidden;border-radius: 30px;}
.subbox_item a { grid-template-columns: 60% 1fr; grid-gap: 75px; padding-left: 20px;}

.blog_list_ri { display: flex;  flex-direction: column; padding-top: 50px;height: 100%;position: relative;}
.blog_list_ri h5 { order: 1;  color: var(--maindolor); font-size: 23px; letter-spacing: 2px; font-weight: 400;}
.blog_list_ri em { font-size: 16px;  color: var(--subColor01); font-style: normal;  display: block; letter-spacing: 2px; line-height: 230%;
        width: fit-content;  padding: 0px 20px; margin-bottom: 40px;  border-left: 2px solid var(--subColor01);}
.blog_list_ri em span.news_dd {  display: block;  font-size: 40px;}
.blog_list_ri p {order: 2; padding-top: 5px; line-height: 160%; font-weight: 300; letter-spacing: 1px; font-size: 16px;}

.blog_list_ri:before { content: 'READ MORE'; position: absolute; z-index: 19;left: 0; letter-spacing: 2px;opacity: 1; bottom: 5%;
                       left: 2px; font-size: 15px; color: #999; transition: all .6s;}
.subbox_item a:before {  position: absolute; z-index: 19; bottom: 2%; right: 0px; opacity: 1; font-size: 13px;  color: #ffffff;
        transition: all .6s; content: ">"; background: var(--subColor01);
        width: 30px; height: 30px; border-radius: 50px; transform: translate(-30px, -50%);  padding: 0; display: flex; align-items: center; justify-content: center;}
.subbox_item a:after { display: none;} 
.subbox_item a:hover:before, .subbox_item a:hover:after { right: 0px;}


/*下滑*//*測試*/
.show_content.blog_box { display: flex; flex-direction: column; flex-wrap: wrap; transition: 1.5s;}
.headerSticky .show_content.blog_box { flex-direction: row;  flex-wrap: wrap;}
.blog_ri { width: 100%; max-width: 1366px; padding: 0px; display: flex; flex-direction: column; margin: 0 0 0 auto; transition: 1.5s;}

.headerSticky .blog_ri { max-width: calc(100% - 17%);}
.headerSticky .blog_le {flex-direction: column; width: fit-content; position: sticky; top: 100px; height: fit-content;  z-index: 99;  margin-bottom: 0; border-bottom: unset;}
.headerSticky .blog_search {  display: none;}
.headerSticky .blog_le .accordion { width: fit-content; display: flex; flex-direction: column; align-items: flex-start; margin: initial;}
.headerSticky .accordion li .link a {border-bottom: 1px solid var(--maineolor);}

/*內頁*/
.blog_in_page .main_part { padding: 50px 10px 100px;}
.blog_in_page .blog_ri { margin-bottom: 50px;}
h4.blog_category_title { color: var(--maindolor); font-size: 23px; letter-spacing: 3px; font-weight: 500;}
.blog_shareData { justify-content: flex-end;  margin-bottom: 20px;  order: 1;  margin-top: 50px;border-top: var(--maineolor) 1px solid;  padding-top: 30px;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i { display: block;  color: var(--mainBColor); font-weight: 300;filter: grayscale(1);}

/*按鈕*/
.blog_back { display: flex;  justify-content: center; margin: 0 auto;}
.blog_back a {width: 120px;  height: 120px; border-radius: 99em;  display: flex; justify-content: center; align-items: center;transition: 0.5s;}
.blog_back a.article_btn_prev { background: transparent;  color: var(--mainBColor);  border: 1px solid var(--mainBColor);margin-right: -20px;}
.blog_back a.article_btn_back {   background: transparent; color: var(--mainBColor); border: 1px solid var(--mainBColor); z-index: 99;}
.blog_back a.article_btn_next {   background: transparent; color: var(--mainBColor);  border: 1px solid var(--mainBColor); margin-left: -20px;}

.blog_back a:hover.article_btn_prev ,.blog_back a:hover.article_btn_back ,.blog_back a:hover.article_btn_next {  background: var(--subColor01); color: #fff;  border: 1px solid var(--subColor01);}

/*相關文章*/
.news_related_list { max-width: 1550px; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));}
.news_related { padding: 80px 15px; background: #dddddd;}
.blog_in_page .lastPage {  display: none;}

.news_related_list li a { padding: 0px; background: transparent;}
.news_related_list li figure { aspect-ratio: 4 / 2.5; border-radius: 30px;}
.news_related_list li a p { color: var(--maindolor);  padding-top: 20px; transition: 0.5s;}
.news_related_list li a:hover p { letter-spacing: 2px;}
.news_related h6 { margin: 0 auto 35px;}
.news_related h6 span:before { font-size: 23px; color: var(--maindolor); font-weight: 400; letter-spacing: 2px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/

/*相簿*/
/*列表*/
.subalbum-menu h2 {display: none;}
.show_content, .subalbum-menu { padding: 0px;}
.show-list { display: grid;  grid-template-columns: repeat(12, 1fr);  grid-gap: 15px 20px;  align-items: start; width: 100%;}
.show-list .item {grid-column: auto / span 3; grid-template-columns: 1fr; display: grid;  grid-gap: 5px; }
.show-list li:nth-of-type(1),
.show-list li:nth-of-type(8) { grid-row: auto / span 2; grid-auto-flow: dense; grid-column: span 6;}
.show-list .show_pic img {transition: 0.8s;}
.show-list .show_pic:hover img { transform:scale(1.1);  transition: 1.5s;}
.show-list .show_name { text-align: center;  position: absolute; bottom: 10%; color: #fff; left: 50%; transform: translateX(-50%); font-weight: 400; letter-spacing: 3px;}
.show-list .item:hover .show_name { color: #fff; bottom: 50%; transform: translate(-50%, -50%);}
.overlay {  display: none !important;}


/*分類列表*/
.album_page .show-list li:nth-of-type(1), .album_page .show-list li:nth-of-type(8) { grid-row: auto / span 2; grid-column: auto / span 3;}
.album_page .show-list .show_pic {  aspect-ratio: 4 / 6;  border-radius: 170px;}
.album_fixed_title i {display: none;}

/*內頁*/
.album_info_page .main_part { max-width: 1366px; border-top: 1px solid var(--maineolor);margin-top:40px;}
.album_info_page .show_content { padding: 20px 10px; display: flex;  flex-wrap: wrap; justify-content: space-between;}
.album_info_page .pic-list {  grid-template-columns: 1fr; grid-gap: 10px; width: 60%;}

/*文字*/
.album_info_page .album_descrip {  margin-bottom: 0px;  color: var(--maindolor);  line-height: 180%;letter-spacing: 1px; width: 30%; font-size: 15px;  position: sticky;  top: 150px; height: 600px;}

/*分類按鈕*/
.album_fixed_title span { display: inline-block; font-weight: 500; border-left: 5px solid var(--subColor01); padding-left: 15px;}
.other_album_choice li { background: var(--subColor01); border-radius: 10px;}
.other_album_choice li a { letter-spacing: 1px;}
.other_album_choice li a i.fa-solid.fa-right-from-bracket { margin: 0 10px;  display: none;}

/*首頁*/
.module_i_album {padding: 110px 20px; }
.i_album_list_box { padding: 50px 0 0; order: 3; border-top: 1px solid var(--mainBColor); margin-top: 30px;}
.module_i_album section { max-width: 1366px; display: flex; flex-direction: column;  flex-wrap: wrap;}
.module_i_album .title_i_box { text-align: left;  padding-left: 20px; order: 1;padding-bottom: 25px;position: relative;}
.module_i_album .title_i_box:before { content: ""; background: url(https://pic03.eapple.com.tw/gettendesign/work_be.svg); position: absolute; width: 81px;
        height: 180px; left: 20px; bottom: 110px; background-repeat: no-repeat; background-size: contain;}
.module_i_album .title_i_box h6 { font-size: 23px;  color: var(--maindolor); font-weight: 500;  letter-spacing: 3px; font-family: "Nunito Sans";}
.module_i_album .title_i_box h4 { font-size: 17px;  color: var(--mainBColor); font-weight: 500; letter-spacing: 2px; padding-top: 10px;}

/*列表*/
.i_album_list { grid-template-columns: repeat(3, 1fr);grid-gap: 1.5vw;}
.i_album_list li:nth-of-type(n+7) {  display: none;}
.i_album_list li a , .other_subalbum li a { border-radius: 30px; overflow: hidden; }
.i_album_list li div { aspect-ratio: 4 / 2.5; }
.i_album_list li a p , .other_subalbum li a p{ height: 2.7em;background: rgb(0 0 0 / 50%);color: #fff; text-align: left;  display: flex;justify-content: flex-start;align-items: center; padding: 0 50px; letter-spacing: 3px; font-size: 15px;}
.other_subalbum li a p { position: absolute; bottom: 0px;  width: 100%;transition: 0.5s;}

.i_album_list li a:before , .other_subalbum li a:before {  content: "+";  position: absolute;  color: #fff; font-size: 17px; z-index: 999; bottom: 0; right: 50px; height: 2em; transition: 1s;}
.show-list .item a:before {  content: "+";  position: absolute;  color: #fff; font-size: 17px; z-index: 999; bottom: 0; right: 50%; height: 2em; transition: 1s; opacity: 0;}

.i_album_b { display: flex; justify-content: flex-end;  align-items: center;  align-content: center;  flex-wrap: wrap; margin-top: -100px; order: 1;}
.i_album_b .animated-arrow { background: transparent;  color: var(--mainBColor); width: fit-content; padding-right: 20px; font-size: 14px; height: fit-content; line-height: 25px;}
.i_album_b .animated-arrow b {font-weight: 500; letter-spacing: 1px;}

/*hover*/
.i_album_b a:hover b , .i_album_b a:hover i.fa-solid.fa-arrow-right { color: var(--subColor01);}
.i_album_list li:hover p , .other_subalbum li:hover a p { justify-content: center;}
.other_subalbum li:hover a p {height: 100%;}
.i_album_list li:hover a:before , .other_subalbum li:hover a:before , .show-list .item a:hover:before  { right: 50%; bottom: 30%; transform: translateX(50%);opacity: 1;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1500px) {
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
}

@media screen and (max-width: 1480px) {
/*文章*/        
.subbox_item a { grid-template-columns: 55% 1fr;  grid-gap: 50px;}
/*.headerSticky .blog_ri { max-width: 1180px;}*/
}

@media screen and (max-width: 1200px) {
.news_related_list { grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 1080px) {
/*all*/
.main_part { padding: 40px 25px;} 

/*header*/
.stellarnav > ul > li { width: fit-content;}        
/*footer*/        
.footer_info li:nth-child(1) { width: 100%; flex-direction: column;}
.footer_info li:nth-child(2) { justify-content: flex-start;max-width: 100%;}
.footer_info li p, .footer_info li p a {width:100%; }
/*logo*/
.footer_logo { margin: 0;}
/*文章*/
.blog_list_ri em { line-height: 180%;}
.blog_list_ri em span.news_dd { font-size: 30px;}
.subbox_item a { grid-gap: 30px; }
.blog_list_ri {padding-top: 0px;}
.blog_list_ri em { margin-bottom: 20px;}
.blog_list_ri h5 {font-size: 20px;} 
.blog_list_ri p { padding-top: 0px;}

/*聯絡*/
.contact_content .information_right { flex-direction: column;}
.blank_letter {padding-bottom: 50px; width: 100%;}
}
@media screen and (max-width: 1024px) {
.stellarnav { justify-content: center;margin-top: 15px;}
.stellarnav > ul > li { width: auto;}
.stellarnav > ul > li > a { padding: 0 10px;}

/*文章*/
.headerSticky .blog_ri { max-width: calc(100% - 22%);}
}

@media screen and (max-width: 960px) {
/*文章*/        
.headerSticky .show_content.blog_box { flex-wrap: wrap;}
.headerSticky .blog_le { flex-direction: row; width: 100%; position: initial; top: 0px;  margin-bottom: 4vw; border-bottom: 1px solid var(--maineolor);}
.headerSticky .blog_le .accordion {flex-direction: row; }
.headerSticky .accordion li .link a {  border-bottom: unset;}
.headerSticky .blog_search { display: block;}
.headerSticky .blog_ri {  max-width: 100%;}
.blog_list_ri em {margin-bottom: 10px;}
.blog_list_ri p {font-size: 15px; margin-top: 0px;}

.subbox_item a { grid-template-columns: 45% 1fr; }
.subbox_item { border-bottom: unset;}
.blog_list_ri:before { bottom: 0%;letter-spacing: 1px;font-size: 12px;}
.subbox_item a:before {  bottom: -8%; width: 25px; height: 25px;}

/*首頁*/
.module_i_news { padding: 90px 25px 70px;}
.module_i_news .title_i_box { padding: 0 50px 0 0px;}
.module_i_news .title_i_box:before{ left: 30%; font-size: 15px;}

/*相簿*/
.i_album_list { grid-template-columns: repeat(2, 1fr);}
.i_album_list li a p, .other_subalbum li a p { padding: 0 20px;}
.i_album_list li:hover a:before, .other_subalbum li:hover a:before, .show-list .item a:hover:before { bottom: 15%;}

.album_info_page .album_descrip { margin-bottom: 20px; width: 100%; position: inherit; height: auto;}
.album_info_page .pic-list {  width: 100%;}
.album_info_page .show_content { padding: 20px 0px;}
}
@media screen and (max-width: 768px) {
.main_part {padding: 50px 25px;}
.blog_in_page .main_part {  padding: 50px 25px 80px;}

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

/*header*/
.pageIndex .nav-header { display: block;}
.pageIndex .stellarnav .menu-toggle:after { color: #ffffff;}
.pageIndex .stellarnav .menu-toggle span.bars span { background: #ffffff;}


/*漢堡選單*/
.pageIndex .header_area { padding: 10px 20px;}
.pageIndex .header_area:not(.sticky) .stellarnav { padding-top: 0px;}
.pageIndex .header_area:not(.sticky) .main_header_area .container { max-width: 100%;}
.stellarnav .menu-toggle:after { color: #ffffff; }
.stellarnav .menu-toggle span.bars {top: 0px;}
.stellarnav .menu-toggle span.bars span { height: 1px; background: #ffffff; margin: 0 auto 5px;}
.header_area.sticky .stellarnav .menu-toggle span.bars span {  background: var(--mainBColor);}
.header_area.sticky .stellarnav .menu-toggle:after { color: var(--mainBColor); }

.pageIndex .header_area:not(.sticky) .stellarnav>ul { width: 75%; max-width: 100%;}
.stellarnav > ul > li {width: 100%;} 
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: var(--subColor01);}
.stellarnav a { color: #ffffff;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after { border-bottom: solid 3px #ffffff;  }
.pageIndex .header_area:not(.sticky) .stellarnav > ul > li > a { color: var(--mainColor); }
.stellarnav .menu-toggle:after { color: var(--mainBColor);}
.stellarnav .menu-toggle span.bars span { background: var(--mainBColor);}   
.stellarnav { margin-top: 0px;}    
.pageIndex .header_area:not(.sticky) .stellarnav ul li:nth-of-type(4) ul,
 .stellarnav > ul > li:nth-of-type(4) ul {  overflow: auto; height: auto;} 

/*側邊選單/＝＝＝＝＝*/
.pageIndex .header_area:not(.sticky) .stellarnav>ul {
        width: 100%; max-width:60%; margin-right: 0; margin-left: auto; align-items: center;
        display: flex; flex-direction: column; align-content: flex-end; justify-content: flex-start; }
.pageIndex .header_area:not(.sticky) .stellarnav li { text-align: center;}
.pageIndex .header_area:not(.sticky) .stellarnav li a { color: var(--mainColor); text-align: center;  padding: 10px; margin: 0 auto;}
.pageIndex .header_area:not(.sticky) .stellarnav > ul > li > a {text-align: right;color: var(--mainColor);padding: 0px 0;height: 65px;display: flex;
        justify-content: center;flex-direction: column;align-items: center;margin: 0 auto;overflow: inherit;line-height: 150%; font-size: 15px;}

.stellarnav li li > a , .stellarnav li li.has-sub > a{ padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav > ul > li:nth-of-type(7)>a:after{display: none;}
.stellarnav.mobile li a,.stellarnav.mobile > ul > li  { border-bottom: unset;width: 100%;}
.stellarnav > ul > li:nth-of-type(7)>a { color: var(--mainColor);  width: 100%;margin-left: 0px;}
.stellarnav.mobile ul ul { background: #fff; color: var(--mainColor);}
.stellarnav li li {text-align: center;}
.stellarnav a.dd-toggle .icon-plus { left: 65px;}
.pageIndex .header_area:not(.sticky) .stellarnav li li a { color: var(--mainBColor);}
.pageIndex .header_area:not(.sticky) .stellarnav li li:hover > a, .pageIndex .header_area:not(.sticky) .stellarnav li li.has-sub:hover > a { color: var(--mainBColor);}
.pageIndex .header_area:not(.sticky) .stellarnav > ul > li > a:before {display: none;}
.pageIndex .header_area:not(.sticky) .stellarnav > ul > li > a.dd-toggle { padding: 6px; position: absolute; text-align: center; z-index: 999; font-size: 15px;}
.stellarnav.mobile li.open {padding: 10px 0;}
/*內頁*/
.pageIndex .header_area:not(.sticky) .stellarnav ul ul { margin-top: 0px;}
.main_header_area .container { max-width: 100%;}
.header_area {padding: 20px 20px 5px; }
.header_area .nav-brand { max-width: 40px; }

/*下滑*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    width: 100%; max-width: 75%; margin-right: 0; margin-left: auto; display: flex;  flex-direction: column; align-items: flex-start;
     align-content: flex-end; justify-content: flex-start; align-items: center;}
.stellarnav.mobile > ul > li > a { text-align: center; overflow: inherit;  height: auto;  line-height: 150%;  display: flex;
    flex-direction: column;  height: 65px;  font-size: 16px;  justify-content: center;padding: 10px; margin: 0px;}
.pageIndex .header_area:not(.sticky) .stellarnav > ul > li > a:hover { padding-left: 0px;}
.stellarnav.mobile ul ul { background: transparent;}
.stellarnav.mobile li a { border-bottom: unset; color: var(--mainBColor);  padding: 3px 10px;  font-size: 13px;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {  padding: 3px 10px;  border-color: transparent;  font-size: 13px; color: var(--mainBColor);}
.header_area.sticky .stellarnav > ul > li > a {  font-size: 15px;  margin: 0 auto;}

/*banner*/
.banner { padding: 20px 25px;}
.banner:before , .banner:after {bottom: 90px;}

/*文章*/
.subbox_item a { grid-template-columns: 1fr;padding-left: 0px;grid-gap: 20px; }
.subbox_item a:before { bottom: -3%;}
.blog_list_ri {padding-bottom: 50px;}

/*首頁*/
.module_i_news section{flex-direction: column; align-items: center;}
.module_i_news .title_i_box{ writing-mode: lr; text-align: left; width: 100%; max-width: 600px; margin: 0 auto 50px; padding: 0; 
        flex-direction: column-reverse; display: flex; justify-content: center; align-items: flex-start;}
.module_i_news .title_i_box:before { position: relative;  left: auto; font-size: 15px;line-height: 180%; width: 400px; top: 10px;}
.module_i_news_list{width: 100%; max-width: 600px;}
.module_i_news li{ border-bottom: unset; }


/*購物車*/
.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;}

/*相簿*/
/*首頁*/
.module_i_album { padding: 110px 25px 80px;}
/*列表*/
.album_class_page .show-list li:nth-of-type(1), .show-list li:nth-of-type(8) { grid-row: auto;  grid-auto-flow: dense; grid-column: auto;}
.album_class_page .show-list .item { grid-column: auto; grid-template-columns: 1fr;  grid-gap: 5px;}
.show-list { grid-template-columns: 1fr;grid-gap: 35px 25px ;}

.album_class_page .show-list { grid-gap: 35px 25px !important;}
.album_page .show-list .show_pic { aspect-ratio: 2 / 1; border-radius: 50px;}

}
@media screen and (max-width: 600px) { 
/*大圖*/
.bannerindex .swiper-backface-hidden .swiper-wrapper { width: 100% !important; aspect-ratio: 8 / 10;}
.pageIndex .header_area:not(.sticky) .stellarnav {  padding-top: 10px; }
.bannerindex .swiper-slide img { height: auto; aspect-ratio: 8 / 10; object-fit: cover;}
.bannerindex .swiper-slide:nth-child(2) img { object-position: right;}
.bannerindex .swiper-banner:before {padding-bottom: calc(100% / 1 * 0.3);}

/*header*/
header.header_area.sticky .nav-header { max-width: 40px;}
header.header_area.sticky .stellarnav.mobile { top: 3px;}

/*footer*/
.footer_menu {justify-content: flex-start;}
.footer .center { padding: 20px 30px 15px;}
.footer_info li:nth-child(2) { max-width: 100%;}
.copy { padding: 0 30px;}

/*banner*/
.banner:before {width: 120px;}
.banner:after {width: 120px; height: 44px; } 
.banner:before, .banner:after { bottom: 120px; }
.banner h5 { width: 100%; text-align: left; padding-bottom: 120px;font-size: 40px;}
.banner h5:after { width: 100%; white-space: break-spaces;}
.banner h5:before { bottom: 90px; font-size: 17px;}

/*文章*/
.accordion li .link a {padding: 5px 25px 5px 10px; }
.blog_search { width: 100%; margin-top: 15px;}
.news_related { padding: 80px 25px;}
.news_related_list { grid-template-columns: 1fr;  }
.news_related_list li a p {  padding-top: 10px;  padding-bottom: 30px;}
.blog_le, .blog_ri { padding: 7px 0px 25px;}
.blog_back a { width: 100px; height: 100px;}

/*首頁*/
.i_blog_ri p { font-size: 14px;}
.module_i_news li a:hover:before, .module_i_news li a:hover:after{opacity: 0;}

/*相簿*/
.i_album_list { grid-template-columns: repeat(1, 1fr); grid-gap: 5.5vw;}

/*內頁*/
.show-list { grid-template-columns: 1fr;grid-gap: 20px 25px !important;}
}


/* contact */
.car_page .information_left { display:none; /*2024.2.17 開會預設先隱藏*/}
.information_left, .information_right {max-width: calc(1400px + 50px); display: flex; justify-content: space-between; align-items: flex-end; padding: 10px 25px; margin: 0 auto 30px; overflow: hidden; vertical-align: top; padding:10px; }

.blank_letter { font-family: 'Josefin Sans','sans-serif','微軟正黑體'; padding-top: 30px; font-size: 26px; color: #101010; background-position: left bottom; background-repeat: no-repeat; }

.list_before { margin-top: 30px; font-size: 15px; color: #444; display: block; width: 100%; position: relative; }
.list_before * { transition:all .5s;}
.list_before li { margin: 5px 0; position: relative; line-height: 1.5; }
.list_before.info li{ padding-left: 32px;}
.list_before.account li{display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center; align-content: center;}

.contact_le_map {}
.contact_le_map * { transition:all .5s;}
.contact_le_map a { display:block; background:#d3af79; text-align:center; padding:10px; color:#fff;}
.contact_le_map a i.fa-solid.fa-right-to-bracket { margin:0 10px;}
.contact_le_map a b {}
.contact_le_map a:hover i.fa-solid.fa-right-to-bracket { margin:0 0 0 20px;}

.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: absolute; display: block; width: 35px; left: 0; font-size: 14px; font-weight: bold; letter-spacing: -1px; }

.info_TEL:before {content: "電話";}
.info_TEL2:before {content: "電話";}
.info_PHONE:before {content: "手機";}
.info_LINE:before {content: "LINE";}
.info_FAX:before {content: "傳真";}
.info_TAXID:before {content: "統編";}
.info_MAIL:before {content: "信箱";}
.info_ADD:before {content: "地址";}
.info_ADD2:before {content: "地址";}

.ACCN1:before, .ACCN2:before, .ACCN3:before, .ACCN4:before { display: block; width: 65px; left: 0; font-size: 14px; font-weight: bold; }
.ACCN1:before {content: "戶名";}
.ACCN2:before {content: "銀行名稱";}
.ACCN3:before {content: "銀行代碼";}
.ACCN4:before {content: "銀行帳號";}

.contact_page .main_part { max-width: 100%; padding: 80px 0px 0;  display: flex; flex-direction: column;}
.contact_content { padding: 0px;width: 100%; padding-bottom: 100px; overflow: hidden;}
.contact_content .information_left {max-width: calc(1400px + 50px); display: flex; justify-content: space-between; align-items: flex-end; padding: 10px 25px; margin: 0 auto 30px; overflow: initial;}
.contact_content .information_left:before{display: none;}
.blank_letter { width: 250px; font-family: "Nunito Sans"; font-weight: 500;  font-size: 23px; padding: 0px 80px 0 20px; letter-spacing: 3px; color: var(--maindolor); height: fit-content;position: relative;}
.blank_letter:before { content: "";  width: 5px; height: 30px;  background: var(--subColor01);  position: absolute; left: 0; top: 5%; margin-bottom: 30px;}
h4.blank_letter.i { display: none;}
.contact_le_nomap { width: 60%;}
.contact_le_nomap>img {position: relative;}
.inf_r { width: 100%;  max-width: 100%; position: relative; display: flex; justify-content: center; align-items: flex-start;
        flex-direction: row; flex-wrap: nowrap;margin: 0 auto; padding: 110px 25px 70px 25px; overflow: hidden;}
.contact_editbox { margin: auto; padding: 0px; width: 100%; order: 1;}
.contact_editbox iframe { display: block;}

.list_before { position: relative; padding-top: 55px; padding-right: 3%;}
.list_before li { line-height: 2.5;}
.list_before:before {
        content: "聯絡資訊";  position: absolute; font-size: 20px;  font-weight: 500; letter-spacing: 2px; font-family: "Nunito Sans";
        color: var(--maindolor); top: 0; left: 0; border-left: 5px solid var(--subColor01); padding-left: 15px;}
.list_before.info li{padding-left: 75px;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{
        left: 30px; font-weight: 500; letter-spacing: 1px; top: 50%; transform: translateY(-50%);}
.info_TEL:after, .info_TEL2:after, .info_PHONE:after, .info_LINE:after, .info_FAX:after, .info_TAXID:after, .info_MAIL:after, .info_ADD:after, .info_ADD2:after{
        content: ""; position: absolute; width: 20px; height: 20px; left: 0; top: 50%; transform: translateY(-50%);
         background-position: left !important; background-size: contain !important; background-repeat: no-repeat !important;}
.info_TEL:after { background: url(https://pic03.eapple.com.tw/gettendesign/contact_ph.svg);}
.info_LINE:after { background: url(https://pic03.eapple.com.tw/gettendesign/contact_line.svg);}
.info_FAX:after { background: url(https://pic03.eapple.com.tw/gettendesign/contact_fax.svg);}
.info_TAXID:after { background: url(https://pic03.eapple.com.tw/gettendesign/contact_tax.svg);}
.info_MAIL:after { background: url(https://pic03.eapple.com.tw/gettendesign/contact_mail.svg);}
.info_ADD:after { background: url(https://pic03.eapple.com.tw/gettendesign/contact_map.svg);}

.list_before.info li:last-child { padding-top: 70px;}
.list_before.info li a.line_btn { display: flex; align-items: center; width: fit-content; margin-right: 20px; filter: unset;}

.inf_r:before {
        width: 100%; max-width: 1435px;  content: ""; position: absolute;  height: 1px;  background: var(--maineolor); top: 0; left: 468px;}
.inf_r:after {
        content: ""; width: 85px; height: 1px;  background: var(--maineolor);  position: absolute; top: 28.9px; left: 393px; transform: rotate(320deg);}
.note { font-size: 13px; text-align: left; display: block;  padding-top: 20px;color: var(--subColor01);}

.contact_form { max-width: 1150px;  width: 100%; margin-top: 0px;  margin-bottom: 20px;  font-size: 15px; color: #444; display: grid; grid-template-columns: repeat(12, 1fr);  grid-gap: 25px 50px; align-items: start;}
.contact_form li { display: grid;  grid-template-columns: 1fr; grid-column: auto / span 12;  grid-gap: 5px;  justify-items: start;}
.contact_form li:nth-child(n+4) { grid-column: auto / span 3;}
.contact_form li:nth-child(8) { grid-column: auto / span 12;}
.contact_form li:nth-last-child(1),.contact_form li:nth-last-child(2) { grid-column: auto / span 6;}

.contact_form li input.noborder { border: unset; border-bottom:var(--maineolor) 1px solid;}
.form select {margin-right: 0px; margin-bottom: 0px;width: 100%; border: 1px solid var(--maineolor) ;}
.contact_form li textarea.noborder { border: 1px var(--maineolor) solid;}
.contact_form li.last blockquote, .contact_form li.last cite {background: transparent; color: var(--mainBColor); border: 1px solid var(--mainBColor);  margin-right: -20px; border-radius: 99em; width: 120px; height: 120px; display: flex; justify-content: center; align-items: center; transition: 0.5s;}
.contact_form li.last cite{margin-right: 0;}
.contact_form li.last{margin-top: 10px; }
.contact_form li.last blockquote:hover,.contact_form li.last cite:hover { background: var(--subColor01); border: 1px solid var(--subColor01);  color: #fff;}

@media screen and (max-width: 768px) {
  h4.blank_letter.i{display: block;}
  .contact_content {overflow: initial;}
  .list_before.info{padding: 30px 0;}
  .contact_content .information_left{flex-direction: column; align-items: flex-start;}
  .c_inf{margin: 0 0 30px !important;}
  .contact_le_nomap{width: 100%;}
  .inf_r{flex-direction: column;}
  .inf_r h4{margin-bottom: 30px;}
  .contact_form{grid-gap: 25px;}
}
@media screen and (max-width: 600px) {
  .contact_content{padding-bottom: 20px;}
  .contact_form li .form__label{background: transparent;}
  .inf_r:before{left: 116px;}
  .inf_r:after{left: 41px;}
  .contact_form li.last blockquote, .contact_form li.last cite{width: 100px; height: 100px; }
}
@media screen and (max-width: 480px) {
.contact_form li:nth-child(n+4){grid-column: auto / span 6;}
.list_before.info{word-break:break-word;}
.contact_form li:nth-last-child(1), .contact_form li:nth-last-child(2){grid-column: auto / span 12;}
.contact_form li:nth-child(8) {grid-column: auto / span 12;}
}

