@charset "utf-8";
/* *************喬築空間美學****************** */
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/* "Noto Sans TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* "Noto Serif TC" */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');




/* 英文字體 Cormorant Garamond */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/* 英文字體 Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/*網站全域設定/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
  /* --Color: #1c3459; */
  --MainColor: #004737; /*網站主要色系*/
  --SubColor: #033824; /*網站文字色*/
  --SubColor1: #fcf9ea; /*網站輔助色系1*/
  --SubColor2: #edecd7; /*網站輔助色系2*/
  --SubColor3: #2e2e2e; /*網站輔助色系3*/
  --SubColor4: #338751; /*網站輔助色系4*/  
  --SubColor5: #f3f281; /*網站輔助色系5*/ 
  --SubColor6: #053129; /*網站輔助色系6*/ 
  --SubColor7: #F1F4F3; /*網站輔助色系7*/ 
  --SFontE: "Inter", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontEN: "Cormorant Garamond", "Noto Sans TC",sans-serif, system-ui;/*英文標字體*/
  --SFont: "Noto Sans TC", sans-serif;/*內文字體*/
  --SFont2: "Noto Serif TC", sans-serif;/*內文字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f80:80px;
  --f60:60px;
  --f52:52px;
  --f48:48px;
  --f44:44px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (min-width:1520px) {
  :root{
    /* --f52:60px;
    --f28:32px; */
  }
}
@media (max-width:1024px) {
:root{
  --f80:70px;
  --m50:40px;
  --m30:25px;
  --f52:48px;
  --f48:40px;
  --f44:38px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --f80:60px;
  --m50:30px;
  --m30:20px;
  --f52:44px;
  --f48:32px;
  --f44:30px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f80:52px;
  --f52:36px;
  --f48:28px;
  --f44:26px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f17:15px;
}
}
@media (max-width:375px) {
:root{
  --f80:48px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
::-moz-selection {
    background-color: #060303;
    color: #fff;
}
::selection {
    background-color: #060303;
    color: #fff;
}

/* :root {
    --MainColor: #060303;
    --SubColor: #f3f4f4;
    --TitleColor: #222222;
    --FontColor: #111111;
    --SFontE: "Inter", "Noto Sans TC",sans-serif;
    --SFontEN: "Lexend", "Noto Sans TC",sans-serif, system-ui;
    --SFont: "Noto Sans TC", sans-serif;
} */
.path{display:none;}

/*卷軸*/
&::-webkit-scrollbar {
    background: #f1f1f1;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #f1f1f1;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {
    background: #f1f1f1;
}
&::-webkit-scrollbar-thumb {
    /* border-radius: 4px; */
    background-color: #c1c1c1;
}
&::-webkit-scrollbar-track {
    box-shadow: transparent;
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;

}

.header_area.sticky {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    background: transparent;
}

.main_header_area:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition-timing-function: ease-in;
    padding: 0 40px;
    transition: .4s ease;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .8);
    box-shadow: 1px 2px 5px 5px rgba(50, 50, 50, 0.1);
}
.pageIndex .main_header_area:after {
    /* height: 0; */
}

.header_area.sticky .main_header_area:after {
    height: 100%;
}

.main_header_area .container {
    max-width: 100%;
    padding: 0 40px;
    transition: 0.5s;
    height: 50px;
}

.pageIndex .header_area .main_header_area {
    background: transparent;
    /* opacity: 0; */
    transition: all 0.3s;
    position: relative;
}

.pageIndex .header_area.sticky .main_header_area {
    background: transparent;
    /* opacity: 1; */
    transition: all 0.3s;
}

.navigation {
    grid-template-columns: 201px 1fr;
    
}

.nav-header {
    grid-row: 1;
    height: 80px;
    width: fit-content;
}
.index * {transition:ease 2.5s;}

/*選單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.pageIndex .stellarnav {
    /* opacity: 0;
    transition: all 0.3s;
    pointer-events: none; */
}
.header_area.sticky .stellarnav {
    opacity: 1;
    transition: all 0.3s;
    pointer-events: unset;
}

.stellarnav>ul>li {
    position: relative;
    padding: 0px ;
}

.stellarnav>ul>li:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 0;
    height: 50px;
    position: absolute;
    top: -32%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    pointer-events: none;
    content: none;
}

.stellarnav>ul>li:hover::after {
    box-shadow: rgb(255, 255, 255) 0px 0px 31px;
    width: 100%;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
}

.stellarnav>ul>li>a {
	font-family: var(--SFont2);
	color: #000;
	letter-spacing: 0.11em;
	padding: 5px 10px;
	font-size: 16px;
	margin: 0;
	font-weight: bolder;
}

.stellarnav>ul>li>a:hover {
    color: #3C0077;
    transition: .5s cubic-bezier(0.77, 0, 0.65, 0.99);
}


/* .stellarnav ul:hover li a {
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
} */

.stellarnav ul li:hover a {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.stellarnav ul ul>li>a:hover,
.stellarnav ul ul>li>a:focus {
    color: #131413;
    opacity: 1;
}


/*上方選單右邊設定 臉書/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}
*/
.me_tp_features {
    display: none;
}

/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-brand {
    /* background: url(https://pic03.eapple.com.tw/goldenpine/logo.svg) no-repeat; */
    width: 340px;
    height: 100px;
    /* background-size: contain; */opacity: 0;
}

.pageIndex .nav-brand {
    width: fit-content;
    margin-top: 20px;
    /* margin-bottom: 10px; */
    transition: all .5s ease;
    margin-left: 0;
    padding: 0;
    background:;
    border-radius: 5px;
    top: 10px;opacity: 0;
}
.sticky .nav-brand, .nav-brand, .pageIndex .sticky .nav-brand{
    width: fit-content;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    background: ;
    border-radius: 0 0 5px 5px;
    position: relative;
    top: 0;
	
}
.sticky .nav-brand, .pageIndex .sticky .nav-brand{opacity: 1;}
.nav-brand img {
    max-width: 280px;
    transition: .4s ease;
    border-radius: 5px;
	padding-top: 22px;
	padding-left: 5px;
    padding-right: 5px;
}

.sticky .nav-brand img {
    max-width: 260px;
    /* opacity: 0; */
    transition: all .3s ease;
    transition: .4s ease;
    border-radius: 0 0 15px 15px;
	padding-top: 13px;
    padding-left: 5px;
    padding-right: 5px;
	 position: relative;
    top: 10;
    background-color: #000;
}




/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#content_main { margin:0;}
.bannerindex { position:relative; height:auto;padding-bottom: 0%;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img { height:auto;}

@media screen and (max-width: 768px) {
    .index { padding:0; margin:0;}
}

/* = = = Index  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.bannerindex .swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}
/*大圖2文字動畫*/
.bannerindex .swiper-slide:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events:none;
    background-size: contain;
    background-repeat: no-repeat;
}
.bannerindex .index .swiper-slide{ 	opacity:0;}
.bannerindex .swiper-slide:nth-child(1):before {
    width:60%;
	background-image: url(https://pic03.eapple.com.tw/034223310/pic_1.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 50%;
    left: 20%;
}

.bannerindex .swiper-slide:nth-child(2):before {
    width: 65%;
    background-image: url(https://pic03.eapple.com.tw/034223310/pic_2.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 50%;
    right: 0%;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: ani_RtoL 2s forwards cubic-bezier(.89, -1.3, .2, 1.3);
	transition: all 0.3s;
    animation-fill-mode: forwards; /* 動畫結束後保持最後狀態 */
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before{
    animation: ani_LtoR  2.5s forwards cubic-bezier(.89,-1.3,.2,1.3); 
    transition: all 0.3s;
	animation-fill-mode: forwards; /* 動畫結束後保持最後狀態 */
}




@keyframes ani_RtoL {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
              opacity: 0.25;
    }
	
	100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity:1;
    }
    
  }

  @keyframes ani_LtoR {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity:1;
    }
  }

  /*大圖2色塊動畫*/

  @keyframes ani_color {
    0% {height: 0;}
    100%{height: 100%; opacity:1;}
}

  
 @keyframes ani2_color {
    0% {height: 100%;}
    100%{height: 0%; opacity:1;}
}


/*.swiper-slide:nth-child(1) img{
    transform: scale(1) !important;
}*/
/*手機LOGO
.nav-brand-m {}
*/


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer {
	padding: 0;
	background: #093129;
    position:;
	position: relative;
}
/.footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/06-2999995/5.png) #ffffff;
    -webkit-animation: noise 1.5s steps(5) alternate infinite;
    animation: noise 1.5s steps(5) alternate infinite;
    z-index: -1;
}

@keyframes noise {
    0% {      background-position: -88px 166px    }
    20% {      background-position: 222px -333px    }
    40% {      background-position: -111px 444px    }
    60% {      background-position: 33px -66px    }
    80% {      background-position: -138px 212px    }
    100% {      background-position: 317px -197px    }
}

.footer_logo {
    left: 50%;
    width: 100%;
    max-width: 35px;
    margin: 0 auto;
    /* padding-right: 20px; */
    position: absolute;
    font-size: 0;
    transform: translateX(-50%);
}

.footer .center {
    position: relative;
    max-width: 100%;
    padding: 60px 50px;
    background-color: #000;
    font-size: 13px;
    color: #fffbec;
    padding: 4em 0 3rem;
}
.footer_info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 48px;
    padding: 0;
    max-width: 1400px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 60px;
    /* width: 95%; */
    /* width: 100%; */
    max-width: 1600px;
    margin: auto;
    padding: 0;
    position: relative;
    margin-left: clamp(60px, 5%, 100px);
    margin-right: clamp(60px, 5%, 100px);
}

.footer_info ul {
    display: grid    ;
    /* grid-template-columns: 1fr 2fr; */
    grid-template-columns: 1fr 1fr;
    gap: 200px;
    align-items: baseline;
    width: 100%;
    /* max-width: 900px; */
    margin: auto;
    font-family: var(--SFont2);
}

.footer_info li {
    padding: 0;
}

.footer_info li:nth-child(2) {
    /* order: -1; */
    /* border-right: solid 1px #ffffff25; */
}

.footer_menu a,
.footer_info li:nth-child(1)>p,
.footer_info li:nth-child(1) a {
    transition: all 0.3s;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fffbec;
    padding: 0;
    letter-spacing: 0.1em;
}

.footer_menu {
    /* grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); */
    flex-wrap: wrap;
    /* margin-left: -10px; */
    max-width: 475px;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex    ;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: auto;
    row-gap: 5px;
    margin-left: auto;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 5px;
    border: none;
    background: transparent;
    width: fit-content;
    transition: all 0.3s;
    padding: 0;
    margin-top: 10px;
}
.footer_menu a:first-child{
    display: none;
}
/* .footer_menu a::before {
    content: '';
    width: 1px;
    height: 10px;
    margin: 0 13px;
    display: inline-block;
    vertical-align: middle;
    background-color: #444444;
} */

.footer_menu a:hover {
    background: transparent;
    color:#9d82ff;
    text-decoration: underline;
}
.footer_info li:before, .box_link:before {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.12em;
    color: #f9f286;
    font-family: var(--SFont2);
}

/* .box_link:before {
    content: "CONTACT";
}
    .footer_info li:nth-child(2):before {
    content: "RELATED LINK";
} */
.footer_info li:nth-child(1):before {
    /*content: "";*/
}

/* ICON符號 */
.fa-regular {    font-weight: 600;}

.fa-line:before {
    content: "\f3c0";
    font-size: 30px;
    filter: invert(10) brightness(10);
    line-height: 1 !important;
}
/* .fa-line:before {    content: "\f3c0";} */
.fa-mobile-screen-button::before {    content: "\f095"; font-size: 21px;}
.fa-envelope::before {    content: "\f0e0";}
.box_link {
    display: none;
    flex-direction: row;
    max-width: fit-content;
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    margin: 0 auto;
    position: relative;
    order: 3;
    padding-top: 20px;
    align-items: flex-end;
    align-content: flex-start;
    text-align: right;
}
.box_link a {
    border: none;
    margin: 0;
    width: fit-content;
    color: #1c1b1b;
    padding: 0 10px;
    font-size: 20px;
    transition: all .5s;
    padding: 0;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    transform: scale(.8);
    /* color: #999; */
    background: #fff;
}
.box_link a.me_tp_line {
    color: #1c1b1b;
    background: #1c1b1b;
}
.box_link a.me_tp_line:hover{
    background: #1c1b1b;
    opacity: .6;
}
.box_link a:hover {
    /* color: #ddd; */
    background: #999;
}

.copy {
    border: none;
    padding: 12px 0;
    background-color:#10082d;
    color: #94957a;
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.08em;
    font-family: var(--SFontE);
    font-weight: 400;
}
.copy a {
    color: #94957a;
}
.copy a:hover {
    color: #ccc700;
}

/* 浮動按鈕 */
.info_fix{
}
.info_fix_line .fa-line:before {
    filter: none;
}
.info_fix .linksBtn{
    box-shadow: 0 0 20px #00000026;
}


/*下拉線條箭頭
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}
.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}
.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}
.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */
.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
}

.product-layer-two li li a {
    padding: 5px 10px;
}

.product-layer-two li li:hover>a {
    background: #fff;
    color: #ad925e;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
    background: #ad925e;
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

/*顏色*/
.products-list .more {
    border: 1px solid #ADA17E;
    color: #ADA17E;
}

.products-list .item a:hover .more {
    background: #ADA17E;
}

/*購物車/內層＝＝*/
.product_info_page .main_part {
    width: 90%;
}

/*按鈕顏色*/
.inquiry_a1 {
    background: #cbc0a0;
}

.inquiry_a2 {
    background: #bdab77;
}

.inquiry_a3 {
    background: #ADA17E;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #222;
}

.lastaction {
    color: #ADA17E;
    background-color: #f2f2f2;
}

.nextaction {
    background-color: #ADA17E;
}

.lastPage {
    background: #ADA17E;
}

/*商品側邊規格*/
.product_info li .txt_box {
    color: #222222;
    width: 100%;
}

.sidebarBtn .sp_price {
    color: #cbc0a0;
}

.mobile_product_name {
    font-size: 24px;
}

/*相關推薦*/
.prod_related h6 span:before {
    font-size: 28px;
}



@media screen and (max-width: 1200px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {

    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }

    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }

    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }

    .product_page .product_menu_list>h5 {
        display: block;
    }

    .product_page .show_content>a {
        order: 1;
    }

    .product_page ul.products-list {
        order: 2;
    }

    .product_page ul.page {
        order: 3;
    }

    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
}

@media screen and (max-width: 600px) {}


/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設解除背景輪播*/
#content_main, #content {
    margin: 0;
    background:;
  
    /* background-image: url(https://www.fptpe.com/images/bg/noise_yellow_bg.jpg); */
    background: url();
    background-repeat: repeat;
}
.index {
    position: relative;
    height: auto;
}
.swiper- {
    position: static;
    margin: 0;
    height: auto;
}
/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px
}
.swiper-pagination-bullet {
    /* display: inline-block; */
    /* border-radius: 50%; */
    /* background: transparent; */
    /* border: 1px solid #fff; */
    opacity: .5;
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}


/* 大圖切換閃爍 */
.swiper- .swiper-slide img, .swiper- .swiper-slide-active img{
    opacity: unset !important;
}



.swiper-slide img { height:auto;}



/* .swiper-slide img {
    height: auto;
    transform: scale(1.4);
    animation: -img 2s forwards;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */


.swiper-slide:before,
.swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;
}

/* 02 */
/* .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/goldenpine/bnA_txt.svg);
    content: "";
    display: block;
    position: absolute;
    top: 48%;
    left: clamp(100px, 12%, 200px);
    width: 38%;
    height: auto;
    transform: translateY(-50%);
    aspect-ratio: 746 / 351;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-slide:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/goldenpine/cloud1.png);
    background-repeat: no-repeat;
    bottom: 20%;
    left: -5%;
    width: 50%;
    height: auto;
    aspect-ratio: 120 / 42;
    max-width: 1200px;
    background-size: contain;
    z-index: 0;
}

.swiper-slide.swiper-slide-active:nth-child(2):before {
    -webkit-animation: -in 2s ease-in-out both;
    animation: -in 2s ease-in-out both;
    animation-delay: 0s;
}
.swiper-slide.swiper-slide-active:nth-child(2)::after {
    animation-delay: 1s;
    animation: cloudLeft 24s linear infinite;
} */


/* 01 */
/* .swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/goldenpine/bnB_txt.svg);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20%;
    width: 38%;
    height: auto;
    transform: translateY(-50%);
    aspect-ratio: 746 / 351;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/goldenpine/cloud1.png);
    background-repeat: no-repeat;
    bottom: 20%;
    right: -5%;
    width: 50%;
    height: auto;
    aspect-ratio: 120 / 42;
    max-width: 1200px;
    background-size: contain;
    z-index: 0;
}

.swiper-slide.swiper-slide-active:nth-child(1):before {
    -webkit-animation: -in 2s ease-in-out both;
    animation: -in 2s ease-in-out both;
    animation-delay: 0s;
}
.swiper-slide.swiper-slide-active:nth-child(1)::after {
    animation-delay: 1s;
    animation: cloudRight 24s linear infinite;
} */



@keyframes -in {
    0% {
        opacity: 0;
    }    
    100% {
        opacity: 1;
    }
}
@keyframes -img {
    0% {
        filter: brightness(0.1);
        opacity: 0.5;
        transform: scale(1.2);
    }

    100% {
        filter: brightness(1);
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


@keyframes move_before {
    0% {
        left: 45%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}
@keyframes move_after {
    0% {
        left: 55%;
        opacity: 0;
    }

    100% {
        left: 50%;
        opacity: 1;
    }
}


@keyframes cloudLeft{
    0% {
        left: -10%;
        opacity: 0;
    }
    5% {
        left: -5%;
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: 50%;
        opacity: 0;
    }
}
@keyframes cloudRight{
    0% {
        right: -10%;
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        right: 40%;
        opacity: 0;
    }
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/*內頁 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    position: relative;
    /* background: #f2f2f2; */
    /* padding: 10% 60px; */
	width: 100%;
    aspect-ratio: 200 / 74;
    max-height: 350px;
    object-fit: cover;
    background: url(https://pic03.eapple.com.tw/034223310/banner.jpg);
    background-size: cover;
}
.banner:after {
    position: absolute;
    content: '';
    background: url() no-repeat;
    width: 100%;
    height: 300px;
    background-size: cover;
    z-index: 1;
    left: 0;
    bottom: -20px;
    background-position: center;
}
.banner h5 {
	
	position: relative;
	font-family: var(--SFont2);
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.24em;
	font-size: var(--f40);
	display: flex;
	text-shadow: 0 4px 10px rgb(0 0 0 / 40%);
	flex-direction: column;
	padding:30px; 	
	background-color: rgb(0, 0, 0,0.5);	
}
.banner h5:after {
    content: "Services";
    width: fit-content;
    /* height: 48px; */
    color: #fff;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 24px;
    font-family: var(--SFontEN);
    line-height: 1.4;
}




@media screen and (min-width: 1400px) {
   
}

@media screen and (max-width: 1024px) {
    /* = = header = = */
    .header_area {
        position: relative;
    }
    .header_area.sticky {
        position: fixed;
    }
    .main_header_area .container {
        padding: 0 15px;
    }
    .navigation {
        display: grid  ;
        grid-template-columns: 100px 1fr;
        align-items: center;
    }
    /* logo*/
    .pageIndex .nav-brand, .sticky .nav-brand, .nav-brand {
        margin-top: 20px;
        margin-bottom: 10px;
        transition: 0s;
        margin-left: 0;
        margin: 0;
        width: fit-content;
      
    }
    .nav-brand img {
        max-width: 110px;
    }
    .sticky .nav-brand img{
        max-width: 200px;
        transition: 0s;
    }

    /* 導覽列 */
    .pageIndex .stellarnav {
        opacity: 1;
        pointer-events: unset;
    }
    .stellarnav ul {
        text-align: right;
    }
    .stellarnav > ul > li {
        padding: 10px 0;
    }
    
    .stellarnav > ul > li > a {
        letter-spacing: 0;
        padding: 0px 8px;
        margin: 0;
        font-size: 15px;
    }
    .stellarnav>ul>li:after {
        height: 3px;
        top: 100%;
        bottom: 0;
        transform: translate(-50%, 0);
    }
}



/* 上方區域_手機版面768 */
@media screen and (max-width: 768px) {
    /* = = 大圖 = = */
    .index {
        padding: 0;
        margin: 0;
    }

    /* logo*/    
    .nav-brand img {
        max-width: 100px;
    }

    /* = = header = = */
    .navigation {
        display: flex ;
    }
    /* 導覽列漢堡選單 */
    .stellarnav.mobile .menu-toggle {
        display: flex;
        margin: 17px 0;
        padding: 0;
    }
    .stellarnav .menu-toggle:after {
        text-transform: capitalize;
        content: 'Menu';
        font-size: 14px;
        color: #000;
        transform: scale(1);
        font-family: var(--SFontEN);
        letter-spacing: 0.04em;
    }
    .stellarnav .menu-toggle span.bars {
        display: block;
        margin: 2px 9px 0 3px;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 18px;
        height: 1px;
        border-radius: 0;
        background: #000;
        margin: 0 auto 3px;
    }
	
	
    /* 導覽列展開 */
    .stellarnav.mobile.left > ul {
        left: 0;
        font-size: 16px;
		font-family: 'Noto Serif TC', serif;
        max-width: 100%;
        padding: 0 30px;
    }

    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: left;
        font-size: 12px;
        background: transparent;
        height: 76px;
        width: fit-content;
        padding: 0;
        margin: 29px 0 28px;
        /* padding-left: 30px; */
        text-transform: capitalize;
        content: 'Menu';
        font-size: 14px;
        color: #000;
        transform: scale(1);
        font-family: var(--SFontEN);
        letter-spacing: 0.04em;
        height: fit-content;
    }
    .stellarnav .icon-close {
        box-sizing: border-box;
        width: 18px;
        height: 12px;
        position: relative;
        display: inline-block;
        margin: 2px 9px 0 3px;
    }
    .stellarnav .icon-close:before , .stellarnav .icon-close:after {
        width: 18px;
        height: 0px;
        border-bottom: solid 1px #000;
    }
    /* 導覽列選取Hover效果 */
	
    .stellarnav ul:hover li a {
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

}














/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*一排呈現
.subbox_item { width:100%;}
*/

/*文章內層*/
.blog_back a.article_btn_back {
    background: #958377;
}

.blog_back a.article_btn_prev {
    background: #333;
}

.blog_back a.article_btn_next {
    background: #333;
}

/*文章-相關推薦*/
.news_related {
    background: #f3f3f3;
    padding: 25px 15px;
}

.news_related h6 span:before {
    font-size: 24px;
    color: #6d7980;
}

.lastPage {
    color: #fff;
    background: #ADA17E;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 促銷首頁 */
.news_part {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
}



/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_form li.last cite {
    background: #d3af79;
}

.contact_editbox{
	padding: 0;
}
.contact_content .information_left{
	display: none;
}


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer_logo a img {
    display: none;
}
  .footer_logo {
        max-width: 250px;}
		
.footer_logo a::after {
    content: '';
    display: block;
    background: url(https://pic03.eapple.com.tw/034223310/f_logo.jpg) no-repeat;
    background-size: cover;
     max-width: 250px;
    aspect-ratio: 30/9;
}
@media screen and (min-width: 1700px) {
    /* footer */
    .footer_info {
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    /* footer */
    .footer_info {
        grid-template-columns: 1fr;
        text-align: center;
        position: relative;
        gap: unset;
    }
    .footer_logo {
        position: relative;
        left: unset;
        width: 100%;
        max-width: 180px;
        font-size: 0;
        transform: unset;
    }
    .footer_logo a {
        position: relative;
        display: block;
        width: 100%;
    }

    .footer_info ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .footer_info li:nth-child(1):before {
        text-align: center;
    }
    .footer_info li:nth-child(1) {
        border-bottom: 1px solid #5f5f5f;
        padding-bottom: 20px;
    }
    .footer_info li+li{
        margin-top: 0;
    }
    .footer_menu {
        margin: auto;
      
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 20px;
        row-gap: 0px;
        margin-left: auto;
    }
    .footer_menu a {
        margin: 0;
        text-align: left;
        padding: 5px;
        border: none;
        background: transparent;
        width: fit-content;
        transition: all 0.3s;
        padding: 0;
        /* margin-top: 10px; */
        padding: 5px;
        text-align: center;
    }

    
}


@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    /* #bottom_menu {        display: block;    } */

    .footer.with_shopping_mode {
        padding: 0 0 55px;
    }
    #to_top {
        bottom: 60px;
    }

    /* footer */
    /* .footer_logo {
        grid-column: 1 / 1;
        padding-right: 0;
    }
    .box_link {
        max-width: 100%;
        border-top: solid 1px #ffffff25;
        padding-top: 20px;
    }
    .footer_info {
        gap: 20px 0;
    }
    .footer_info ul {
        width: 100%;
        grid-template-columns: 1fr;
    }
    .footer_info li:nth-child(1) {
        border-top: solid 1px #ffffff25;
        padding-top: 20px;
        border-right: none;
    }
    .footer_info li:nth-child(2) {
        order: -1;
        border-right: none;
        border-top: solid 1px #ffffff25;
        padding-top: 20px;
    } */

}

@media screen and (max-width: 600px) {}
@media screen and (max-width: 480px) {
	.footer_menu a { padding: 0px;}
    
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*標題*/
.blank_letter {   color: #333;   font-size: 25px;  padding-top: 0;  font-family: 'Noto Serif TC', serif;}
/*左側資訊*/
.contact_content .information_left{margin-bottom: 80px;}
.list_before.info li {border-bottom: 1px solid #eee;padding: 5px 5px 10px 70px;word-break: break-word;  line-height: 120%;}
.list_before.info li:before{font-weight: 400;letter-spacing: .4rem;width: 60px;}
/*表格設定*/
.contact_content .information_right {width: calc(100% - 305px);padding-left: 50px;}
button, input, optgroup, select, textarea{outline: none;}
.contact_form li {margin-bottom: 8px;}
.contact_form li input.noborder,.contact_form li textarea.noborder {background: #ffffff;}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px solid #888;}
.contact_form li.last blockquote{color: #888;}
.contact_form li.last cite {background: #888;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 4px;}
.noborder {padding: 10px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
	grid-template-columns: repeat(auto-fit, minmax(20px, 20px) minmax(200px, 1fr));line-height: 1.8;}
.form select{width: 100%;border: 1px solid #eee;padding: 6px 26px 6px 6px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {
  border: 1px #e4e4e4 solid;}
    
@media screen and (max-width: 768px) {
	/*左側資訊*/
	.list_before.info li,.list_before.info li:before{font-size: 12px;}
	/*表單設定*/
	.contact_form li {grid-gap: 5px;}
	.form select{margin: 0;}
	.contact_form li.last input{font-size: 12px;}
}
@media screen and (max-width: 600px){
	.contact_form {margin-top: 20px;}
	.contact_form li {margin-bottom: 10px;}
	.contact_form li .form__label {font-weight: 500;background: transparent;padding: 0;}
	.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{
		font-size: 12px;}
	.form select{font-size: 12px;}
	.list_before.info li {padding: 5px 5px 5px 70px;}
	.noborder {padding: 5px;}
}



/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*共同設定*/
.contact_page .main_part {max-width: 2000px;}
/*編輯頁區塊*/
.contact_editbox{padding: 0;}
/*資訊區塊*/
.contact_content .information_left{display: none;}
/*表單區塊*/
.contact_content .information_right {width: 100%;background: #c3bfbf42;
    padding: 3% 6% 4%;max-width: 1200px;margin: 0 auto;display: block;margin-top: 30px;
    border-radius: 65px 65px 0 0;}
.blank_letter.f:after {  content: "";  display: block;  color: #858585;  font-size: 14px;  letter-spacing: 1px;  margin: 10px 0 40px;  font-weight: 600;}
.contact_form li .form__label {max-width: 130px;}
.form select {border: 1px solid #a78f6a;padding: 10px 26px 10px 10px;color: #474141;border-radius: 6px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {  grid-template-columns: repeat(auto-fit, minmax(20px, 20px) minmax(180px, 1fr));}
.contact_form li.last blockquote {color: #474141;}
.contact_form li.last cite {background: #352081;}
.contact_form li.last blockquote, .contact_form li.last cite {border: none;}

@media screen and (max-width: 600px){
.contact_form li {  grid-template-columns: auto;  grid-gap: 0;}
.contact_content .information_right {  padding: 20% 6% 4%;}


}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章*/
.blog_box {
    padding: 10px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

h4.blog_category_title {
    display: none;
}

.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 40px;
}

.blog_le,
.blog_ri {
    margin-bottom: 1vw;
}

.blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: none;
}

.subbox_item a {
    display: flex;
    flex-flow: row wrap;
    grid-gap: 0;
}

.blog_list_le {
    width: 290px;
    padding: 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

.blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1.2s ease;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
    transition: all .6s ease;
}

.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    padding: 24px 0 24px 42px;
    width: calc(100% - 305px);
    position: relative;
}

.blog_list_ri h5 {
    font-weight: bold;
    color: #7632AD;
    -webkit-line-clamp: 2;
    font-size: 20px;
	font-family: 'Noto Serif TC', serif;
}

.blog_list_ri em {
    display: none;
}

.blog_list_ri p {
    line-height: 175%;
    margin: 16px 0;
    text-align: justify;
    color: #999;
	font-family: 'Noto Serif TC', serif;
}

.blog_list_ri:after {
    content: '＋ 繼續閱讀';
    letter-spacing: .5px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    font-weight: 500;
    color: #444;
}


.submenu {
    background: #f1f6fa;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #3071bf;
}

/*內頁*/
.blog_in_page h4.blog_category_title {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 0 0 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 24px;
    color: #7632AC;
    font-weight: 600;
}

.blog_in_page .blog_ri {
    padding-top: 36px;
}

.blog_box_edit * {
    line-height: 165%;
}

.blog_box_edit {
    font-size: 16px;
    color: #444;
}

.blog_back {
    width: 100%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    transition: all .3s ease;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: transparent;
    color: #7632AC;
    border: 1px solid #7632AC;
}

.blog_back a:hover {
    background: #7632AC !important;
    color: #fff;
}

.news_related_list li a p {
    margin: 6px auto 4px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 10px;
}

/*首頁文章*/
.module_i_news .title_i_box h4 {
	font-size: 20px;
	color: #fff;
	font-family: "Noto Serif TC", sans-serif;
	font-weight: 500;
	background: #7533a9;
	border-radius: 60px;
	height: 43px;
	line-height: 43px;
	width: 145px;
	margin-right: auto;
	margin-left: auto;
}
.module_i_news {
    background: #f1f6fa;
    padding: 20px 5% 100px;
}

.module_i_news section {
    max-width: 1330px;
}

.module_i_news_list {
    padding: 0;
}




.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.module_i_news li {
    width: 100%;
    margin: 0;
    border-bottom: none;
    transition: .5s ease;
}

.module_i_news li a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
    position: relative;
}

.i_blog_le {
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.i_blog_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 1s ease;
}

.module_i_news li a:hover .i_blog_le img {
    transform: scale(1.1);
}

.i_blog_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 15px 0;
    position: relative;
    justify-content: center;
}

.i_blog_ri h5 {
    font-weight:600;
    color: #3d4653;
    font-size: 20px;
	font-family: "Noto Serif TC", sans-serif;
	
}

.i_blog_ri em {
    display: none;
}

.i_blog_ri p {
    line-height: 155%;
    padding: 10px 0 0;
    margin: 8px 0 22px;
    -webkit-line-clamp: 2;
    text-align: justify;
    font-size: 16px;
    border-top: 1px solid #bbb;
    height: 61px;
	font-family: "Noto Serif TC", sans-serif;
}

.module_i_news li a:before,
.module_i_news li a:after {
    content: none;
}

.module_i_news li a:after {
    content: '▶查看全文';
    color: #7434a6;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    top: auto;
    background: none;
    border: none;
    left: 0;
    opacity: 1;
}

.i_blog_b a.animated-arrow {
    margin-top: 70px;
    background: #d3b25e;
    border-radius: 60px;
    height: 100%;
    line-height: 45px;
    width: 200px;
    font-size: 18px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 768px) {
.module_i_news ul {
    grid-template-columns: repeat(2, 1fr); 
}
.nav-header {
	height: 80px;
}
}
@media screen and (max-width: 425px) {
.module_i_news ul {
    grid-template-columns: repeat(1, 1fr); 
}
.blog_list_ri,.blog_list_le {
	width: 100%;    
}
.blog_list_ri {
   padding: 0px;
}
.blog_ri {padding: 0 3% 0 3%;}


}
.info_fix_links {
    display: flex !important;}
.info_fix>span {display:none;}
