@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');

/* 日文 */
/* Shippori Mincho */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* 英文字體 Libre Baskerville */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/* 英文字體 Gilda Display */
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
/* 英文字體 heebo */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&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: #fefcfb; */
  --MainColor: #212836; /*網站主要色系*/
  --SubColor: #313644; /*網站文字色*/
  --SubColor1: #123d53; /*網站輔助色系1*/
  --SubColor2: #133141; /*網站輔助色系2*/
  --SubColor3: #18212b; /*網站輔助色系3*/
  --SubColor4: #1d2a38; /*網站輔助色系4*/  
  --SubColor5: #495a68; /*網站輔助色系5*/ 
  --SubColor6: #9FB0B8; /*網站輔助色系6*/ 
  --SubColor7: #0d1b28; /*網站輔助色系7*/ 
  --SubColor8: #0e1923; /*網站輔助色系8*/
  --SubColor9: #1c2d3d; /*網站輔助色系9*/
  --SFonts: "heebo", "Noto Sans TC",sans-serif;/*英文字體-無襯線*/
  --SFontE: "Gilda Display", "Noto Serif TC",sans-serif;/*英文標字體*/
  --SFontC: "Shippori Mincho", "Noto Serif TC",sans-serif;/*中文標字體*/
  --SFont: "Noto Sans 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{ }
}
@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;
  --f20:18px;
}
}
@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:22px;
  --f24:20px;
  --f20:17px;
  --f18:16px;
  --f17:16px;   
  --f16:15px;
}
}
@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:20px;
  --f24:18px;
  --f18:16px;
  --f17:15px;  
}
}
@media (max-width:375px) {
:root{
  --f80:48px;
  --f52:32px;
  --f48:24px;
  --f44:22px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:18px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;  
  --f16:14px;
}
}
/*網站全域設定/＝＝＝＝＝*/


/*反白顏色*/
/* ::-moz-selection {
    background-color: #060303;
    color: #fff;
}
::selection {
    background-color: #060303;
    color: #fff;
} */



/*卷軸*/
&::-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 */
.header_area {
    transition: all .4s ease;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: transparent;
    padding: 0;
}
.header_area.sticky { 
    background: transparent;
}

.header_area .main_header_area {
    background: transparent;
    transition: all 0.3s;
    position: relative;
    padding: 0;
}
.header_area.sticky .main_header_area {
    background: transparent;
    transition: all 0.3s;
    position: relative;
    padding: 0;
}
/* .header_area .main_header_area:before {
    content: "";
    background: linear-gradient(180deg, #c4c3bc, transparent);
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 1;
    transition: .5s;
    opacity: 0;
} */

.main_header_area .container {
    max-width: 100%;
    transition: 0.5s;
}
.main_header_area .container:after {
    display: block;
    content: '';
    background: #fff;
    width: 0;
    position: absolute;
    backdrop-filter: blur(10px);
    top: 0;
    right: 0;
    height: 100%;
    transition: all .3s ease;
    z-index: 0;
}
.pageIndex .main_header_area .container:after {content: none;}
.sticky .container:after{
    width: 100%;
}


/* 導覽列-選單 = = = = = = = = = = = = = = = = =  */
.navigation {
    padding: 0;
    display: block;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    /* flex-direction: row; */
}
.stellarnav {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal;
    height: 100%;
    text-align: right;
    width: fit-content;
}
.pageIndex .stellarnav.desktop:after {
    display: block;
    content: '';
    /* background: #12374be0; */
    background: #fff;
    width: 0;
    position: absolute;
    backdrop-filter: blur(10px);
    top: 0;
    right: 0;
    height: 100%;
    transition: all .3s ease;
    z-index: 0;
    /* border-bottom-left-radius: 20px; */
}
.pageIndex .sticky .stellarnav.desktop:after {
    width: 100%;
}

.stellarnav.desktop > ul {
    margin: 0;
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;    
    z-index: 1;
    position: relative;
}


/* 第一層 */
.stellarnav > ul > li {
    position: relative;
    padding: 0 10px;
    font-size: 0;
    padding: 0;
}
.stellarnav.desktop > ul > li > a {
    font-family: var(--SFonts);
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
    line-height: 1;
}
.stellarnav.desktop > ul > li > a b {
    color: #fff;
    line-height: 1.1;
    transition: all .3s;
}
.sticky .stellarnav.desktop > ul > li > a b {
    color: var(--SubColor9);
}





.stellarnav.desktop ul ul>li>a:hover, .stellarnav.desktop ul ul>li>a:focus {
    color: #101010;
    opacity: 1;
}
.stellarnav.desktop > ul > li.has-sub > a, .pageIndex .sticky > .stellarnav.desktop > ul > li:last-child {
    padding-right: 15px;
}
/* 下拉符號移除 */
.stellarnav li.has-sub > a:after{
    content: none;
}




/* 第二層 */
.stellarnav > ul > li:nth-child(4) > ul li:first-child {display: none;
}
.stellarnav.desktop ul ul {
    padding: 0;
    padding-top: 20px;
    background: transparent;
    max-width: 160px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    position: absolute;
    display: block;
}
.stellarnav.desktop li li {
    border: 0;
    background: #113447e0;
}
.stellarnav.desktop li.has-sub li a {
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
    letter-spacing: 0.5px;
    font-family: var(--SFonts);
    color: #fff;
    transition: .3s;
    /* border-bottom: 1px solid #f6f6f6; */
}
.stellarnav.desktop li.has-sub li a:hover {
color: var(--SubColor2);
background: #f4f7f9;
}
.stellarnav.desktop li li a:hover {
    border-left: 6px solid var(--SubColor6);
}


/* 第三層 */
.stellarnav.desktop ul ul ul{
    padding: 0;
    transform: unset;
    left: 100%;
}






.me_tp_features {
    display: none;
}


/*電腦LOGO = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nav-header{
    transition: all 0.3s;
    padding: 15px 0;
    grid-row: 1;
    width: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    align-self: center;
    filter: unset;
}
.nav-brand {
    max-width: 260px;
    font-size: 0;
    transition: all 0.3s;
}
.sticky .nav-brand {
    max-width: 220px;
    font-size: 0;
}
.nav-brand img {
    max-width: 100%;
    filter: contrast(0) brightness(10);
}
.sticky .nav-brand img {
    filter: none;
}

.pageIndex .sticky .nav-brand {
    filter: drop-shadow(2px 2px 4px rgb(14 24 28 / 38%));
}
.pageIndex .sticky .nav-brand img {
    max-width: 100%;
    filter: contrast(0) brightness(10);
}




/*手機LOGO
.nav-brand-m {}
*/


/*footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.box_link{display: none;}

.footer {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    background: #133141;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(https://pic03.eapple.com.tw/chenicpa/ft_bg.png);
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 0;
    font-size: 13px;
}
.footer_info {
    display: flex;
    width: 100%;
    grid-template-columns: 120px 1fr;
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    flex-direction: column;
    gap: 20px;
    font-family: var(--SFonts);
    justify-content: space-between;
    align-items: flex-start;
    width: min(1200px, 86vw);
    margin-right: auto;
    margin-left: auto;
}

/* logo */
.footer_logo {
    max-width: 280px;
    width: fit-content;
    margin: 0;
}
.footer_logo img {
    max-width: 100%;
    filter: contrast(0) brightness(10);
}

.footer_info ul {
    position: relative;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* 聯絡資訊 */
.footer_info li{
    padding: 0;
}
.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px 40px;
}
.footer_info li p, .footer_info li p a{
    letter-spacing: 1.5px;
    position: relative;
    font-size: 12px;
    line-height: 2;
    color: #cbcbcb;
    font-weight: 300;
}
.footer_info li p.line{display: none;}
.footer_info li p.phone{order: -1;}
.footer_info li p:before {
    margin: 0;  
}
.footer_info li p:after {
    position: absolute;
    left: 1px;
    top: 50%;
    color: #666;
    font-size: 13px;
    transform: translate(0%, -50%);
}
/* 網頁連結 */
.footer_info li:nth-child(2) {
    right: 0;
    top: 0;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 30px;
}
.footer_menu a:first-child{
    display: none;
}
.footer_menu a {
background: transparent;
    border: 0;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    color: #ffffff99;
    font-weight: 500;
    position: relative;
    font-size: 13px;
}
.footer_menu a:before {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #ffffff99;
    transition: width .3s cubic-bezier(0.65, 0, 0.35, 1);
}
.footer_menu a:hover::before {
    right: 0;
    left: auto;
    width: 0;
}
.footer_menu a:hover {
    background: transparent;
}






/* ------------------------------------------------------------------------------------------------------------ */

.copy {
color: #acacac;
    border: none;
    margin: 0;
    font-size: 11px;
    margin-top: 80px;
    text-align: right;
    font-family: var(--SFonts);
    font-weight: 300;
    /* border-top: 1px solid #d2d2d2; */
    padding: 10px 0 12px;
    padding: 0;
    position: relative;
    letter-spacing: 1.5px;
    background: transparent;
    width: min(1200px, 86vw);
    margin-right: auto;
    margin-left: auto;
    justify-content: flex-start;
}
.copy a {
color: #acacac;
} 

/* 浮動按鈕 */
.info_fix{ }

/* 置頂按鈕 */
#to_top {
    left: unset;
    padding-top: 12px;
    font-size: 0;
    color: #fff;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 56px;
    background: rgba(255, 255, 255, .2);
    border-radius: 90px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .15);
    backdrop-filter: blur(2px);
    text-decoration: none;
}
#to_top i.top {
    width: 16px;
    height: 16px;
    top: 51%;
    right: unset;
    margin: 0 auto;
    transform: translateY(-50%) rotate(-90deg);
}
#to_top i.top:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    color: currentColor;
    background: url(https://pic03.eapple.com.tw/chenicpa/top_arrow.svg) no-repeat;
    background-position: center;
    transform: unset;
}
#to_top i.top:before{display: none;}
#to_top:hover {
    opacity: 0.7;
    transition: opacity 0.2s;
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 商品下拉超過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個--結束 */





/* = = = 大圖-分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = *
/*預設解除背景輪播*/
.bannerindex {
    position: relative;
    height: 100vh;
    padding: 0;
    background: #0e3e53;
}
/* 大圖尺寸 */
.bannerindex .swiper-banner {
    position: static;
    height: auto;
    height: 100vh;
    margin: auto;
    width: 100%;
    overflow: hidden;
}
.swiper-wrapper {
    height: 100%;
}
.swiper-slide {
    height: 100%;
}










/* 大圖點點按鈕 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px;
    display: none;
}
/* 大圖點點按鈕END */




/* 大圖外層文字 */
.bannerindex .swiper-wrapper:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 100;
    pointer-events: none;
    background: url(https://pic03.eapple.com.tw/chenicpa/bnA_txt01.svg) no-repeat;
    width: 40%;
    max-width: 560px;
    background-size: contain;
    height: auto;
    aspect-ratio: 566 / 99;
    bottom: 80px;
    left: 80px;
    opacity: 0;
}

/* 圖片 */
.bannerindex .swiper-banner .swiper-slide img, .bannerindex .swiper-banner .swiper-slide-active img{
    /* 大圖切換閃爍-opacity */
    opacity: unset !important;
    width: auto;
    object-fit: contain;
    height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    transform: unset !important;
}

/* 大圖內層 */
.bannerindex .swiper-banner .swiper-slide:before,.bannerindex .swiper-banner  .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 100;
    pointer-events: none;
}
/* banner01 */
.bannerindex .swiper-banner .swiper-slide:before {
}
.bannerindex .swiper-banner .swiper-slide:after {
    background-image: url(https://pic03.eapple.com.tw/chenicpa/bn_bg.png);
    width: 100%;
    height: auto;
    aspect-ratio: 1000 / 311;
    background-size: cover;
    bottom: -10%;
}

/* banner02 */



/* animation= */
.bannerindex .swiper-slide.swiper-slide-active:before {}
.bannerindex .swiper-wrapper:before{
    animation-delay: .3s;
	-webkit-animation: fadeInBottom  0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fadeInBottom  0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@keyframes fadeInBottom {
  0% {-webkit-transform: translateY(50px);transform: translateY(50px);opacity: 0;}
  100% {-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;}
}











/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/* 麵包屑 */
.path{
    display: none;
}


/* main */
div#page {
    position: relative;
    overflow: clip;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #0e3e53;
}
#content_main, #content {
    margin: 0;
    background: #0e3e53;
    padding: 80px 0;
    background-repeat: repeat;
    padding: 0;
    z-index: 1;
}
div#content {
    padding-top: 80px;
}

.edit_part{
    padding: 0;
}
.main_part {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 80px 40px 80px;
    /* padding-left: 3.5%;
    padding-right: 3.5%; */
}
.show_content {
    margin: auto;
    padding: 0;
    font-family: var(--SFont);
}
.subalbum-menu {
    margin: 0;
    padding: 0;
}

/* 下方頁碼 */
.page {
    width: 100%;
    margin: 60px auto 40px;
}
.page li a, .page li {
    font-family: var(--SFontE);
    display: inline-block;
    font-size: 17px;
    margin: 3px;
    border-color: transparent;
    color: #403b28;
    border-radius: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    transition: all 0.4s ease-in-out;
}
.page li a {
    background: transparent;
    color: #fff;
    margin: 0;
    border: 1px solid rgb(255 255 255 / 20%);
}
.page strong, li.activeN {
    background: var(--SubColor9);
    color: #ffffff;
    border-color: var(--SubColor9);
}
.page strong, .page a:hover {
    /* background: var(--SubColor9); */
    color: #ffffff;
    transition: all 0.1s ease-in-out;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 80%);
}



/*內頁BANNER 設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.banner {
    position: relative;
    background: #0e384b;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}
.banner h5 {
    position: relative;
    color: #fff;
    letter-spacing: 2px;
    width: 100%;
    z-index: 1;
    font-family: var(--SFontC);
    font-weight: 400;
    line-height: 4;
}
.banner h5:after {
    content: 'LATEST NEWS';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
    color: #133e52;
    pointer-events: none;
    z-index: -1;
    font-family: var(--SFontE);
}
.banner.banE h5:after {    content: 'OUR LIFE';}


.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


@media screen and (max-width: 768px){
.banner h5 { font-size: var(--f44);line-height: 2;}
.banner h5:after { font-size: 72px;}
}

@media screen and (max-width: 600px){
.banner {min-height: auto;padding: 60px 0;}
.banner h5:after { font-size: 60px;}
}

@media screen and (max-width: 480px){
.banner h5:after { font-size: 52px;}
}




/* RWD設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* @1600上方區域_大於捉雞版面1024 */
@media screen and (min-width: 1600px) {
.bannerindex .swiper-banner {
    margin: auto;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 100px);
    height: 100vh;
}
.bannerindex .swiper-banner .swiper-slide:before {}
}

@media screen and (max-width: 1200px) {
/* 大圖 */
.bannerindex .swiper-banner .swiper-slide:after{bottom: -1px;}
.bannerindex .swiper-wrapper:before {width: 46%;}
.bannerindex .swiper-banner .swiper-slide img {object-position: 95%;}

/* = = header = = */
/* 導覽列 */
.stellarnav.desktop > ul > li > a {padding: 10px;}
.stellarnav.desktop > ul > li.has-sub > a, .pageIndex .sticky > .stellarnav.desktop > ul > li:last-child{padding-right: 10px;}
}

@media screen and (max-width: 1100px) {
/* 導覽列 */
.stellarnav.desktop > ul > li > a {padding: 10px 8px;}
}



/* @1024上方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
/* 大圖 */
.bannerindex {height: 80vh;}
.bannerindex .swiper-banner {height: 80vh;}


/* = = header = = */
.header_area {position: sticky;background: #fff;}
.header_area.sticky {background: #fff;}
.navigation {grid-template-columns: 1fr;align-items: center;gap: 0;padding: 0;height: auto;}

/* logo*/
.nav-header {padding-bottom: 0;}
.nav-brand { padding: 5px 0;}
.nav-brand img{filter:unset; }
.pageIndex .sticky .nav-brand {filter: unset;}
.pageIndex .sticky .nav-brand img {filter: unset;}

/* 導覽列 */
.stellarnav.desktop {opacity: 1;pointer-events: unset;height: auto;}
.stellarnav.desktop ul {text-align: center;height: auto;}
.stellarnav.desktop > ul > li {padding: 0;padding-bottom: 10px;}  
.stellarnav.desktop > ul > li > a {letter-spacing: 1px;margin: 0;font-size: 15px;padding: 10px;}
.stellarnav.desktop > ul > li > a b {color: var(--SubColor9);}
/* 第二層 */
.stellarnav.desktop ul ul {padding-top: 10px;}
}


/* @768上方區域_大於手機版面768 */
@media screen and (min-width: 768px) {
/* = = 大圖 = = */
.bannerindex {padding: 0;}

/* header */
.stellarnav.desktop > ul {display: flex !important;}
}




/* @768上方區域_小於手機版面768 */
@media screen and (max-width: 768px) {
/* = = 大圖 = = */
.bannerindex .swiper-banner:before {}

.bannerindex { position: relative;padding:0; margin:0;height: auto;}
.bannerindex .swiper-banner {position: static;margin: 0;height: auto;}
.pageIndex .swiper-banner .swiper-slide {
height: auto;
width: 100% !important;
aspect-ratio: 768/960;
background-position: center;
background-size: cover;
}
.pageIndex .swiper-banner .swiper-slide:nth-child(1) {
background-image: url(https://pic03.eapple.com.tw/chenicpa/BNm01.jpg);
background-position: 0% 50%;
}
.pageIndex .swiper-banner .swiper-slide:nth-child(2) {
background-image: url(https://pic03.eapple.com.tw/chenicpa/BNm02.jpg);
background-position: 0% 50%;
}
.pageIndex .swiper-banner .swiper-slide img {height: auto;display: none;}
.bannerindex .swiper-banner .swiper-slide:after{bottom: -10%;}
/* 大圖字 */
.bannerindex .swiper-wrapper:before {width: 70%;bottom: 15%;left: 40px;max-width: 480px;}
    

/* logo*/    
.nav-header {padding: 0;width: calc(100% - 60px);text-align: center;position: relative;z-index: 100;margin-left: 20px;height: 100%;display: flex;align-self: center;}
.nav-brand {width: 200px; margin-left: 0;}
.sticky .nav-brand {max-width: 180px;}




/* = = header = = */
.header_area { }
.main_header_area .container {padding: 0;}
.navigation {display: flex;justify-content: space-between;flex-direction: row;gap: 0;}


/* 導覽列 */
.stellarnav.mobile {
    /* left: 0; */
    right: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60px;
    margin-left: auto;
    position: relative;
    z-index: 100;
    width: 60px;
    height: 60px;
    /* background: #4a4a4b; */
    padding: 8px;    
    font-family: var(--SFonts);
}
/* 導覽列漢堡選單 */
.stellarnav.mobile .menu-toggle {
    display: flex;
    margin: auto;
    padding: 0;
    flex-direction: column;
    gap: 8px;
}
/* 漢堡選單樣式 */
.stellarnav .menu-toggle:after {
    text-transform: capitalize;
    content: 'Menu';
    font-size: 10px;
    text-transform: uppercase;
    color: var(--SubColor5);
    transform: scale(1);
    font-family: var(--SFonts);
    letter-spacing: 0.04em;
}
.stellarnav .menu-toggle span.bars {
    display: block;
    margin: 0;
}
.stellarnav .menu-toggle span.bars span {
    width: 28px;
    height: 1px;
    border-radius: 0;
    background: var(--SubColor5);
    margin: 0 auto 6px;
}
.stellarnav .menu-toggle span.bars span:nth-child(3) {
    margin: 0 auto;
}

/* 導覽列展開 */
.stellarnav.mobile.left > ul {
    left: unset;
    right: 0;
    font-size: 0;
    max-width: 100%;
    padding: 0 30px;        
    /*右滑出現*/
    right: -100vw;
    overflow-y: auto;
    transition: all .5s ease;
}
.stellarnav.mobile.left.active > ul{        
    right: 0;
    max-width: 100%;
}


.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    display: inline-block;
    font-size: 12px;
    background: transparent;
    height: 76px;
    width: fit-content;
    padding: 0;
    margin: 26px 0 28px;
    text-transform: capitalize;
    content: 'Menu';
    font-size: 14px;
    color: #000;
    transform: scale(1);
    font-family: var(--SFonts);
    letter-spacing: 0.04em;
    height: fit-content;
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
}
.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;
}


/* 第一層 */
.stellarnav.mobile  > ul > li:after {
    content: none;
}
.stellarnav.mobile > ul > li {
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}
.stellarnav.mobile li.open {
    background: #f3f3f3;
    color: #fff;
    padding: 0 0 5px;
}
.stellarnav.mobile > ul > li > a {
    text-align: left;
    overflow: auto;
    height: auto;
    line-height: 150%;
    display: block;
    color: var(--MainColor);
    font-size: 15px;
    letter-spacing: 1px;
}
.stellarnav.mobile li.open > a {
    border: 0;
    padding: 15px 10px;
}    
.stellarnav > ul > li > a:before{content: none;}
.stellarnav.mobile > ul > li > a b:last-child{display: none;}


/* +符號修改 = = */
.stellarnav.mobile > ul > li > a.dd-toggle {top: 5px;}
.stellarnav.mobile > ul > li.open > a.dd-toggle {top: 0;}
.stellarnav a.dd-toggle .icon-plus:before {
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #666;
    top: 50%;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
}
.stellarnav a.dd-toggle .icon-plus:after {
    width: 8px;
    height: 8PX;
    top: 50%;
    border-bottom: solid 1px #666;
    transform: rotate(45deg);
}
.stellarnav li.open > a.dd-toggle .icon-plus {
    -moz-transform: translateY(10px) scaleY(-1);
    -webkit-transform: translateY(10px) scaleY(-1);
    -o-transform: translateY(10px) scaleY(-1);
    transform: translateY(10px) scaleY(-1);
}/* +符號修改END = = */


/* 第二層 */
.stellarnav.mobile ul ul {
left: unset;
margin: 0 auto;
padding: 0;
width: calc(100% - 10px);
margin: auto;
left: unset;
box-shadow: none;
}
.stellarnav li li {
font-family: var(--SFonts);
font-size: 13px;
color: #333333;
letter-spacing: .5px;
}


}








/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
    max-width: 140px;
}

/* .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);
}


.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) {}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章功能頁/ = = = = */
.blog_box {
    display: flex;
    margin: auto;
    font-family: var(--SFontE);
    justify-content: space-between;
    flex-wrap: wrap;
}
/* 左側分類欄位 */
.blog_le {
    width: 220px;
    padding: 0;
}
h5.blog_le_t {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
}
h5.blog_le_t em {
    font-size: var(--f20);
    color: #ffffff94;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
    font-family: var(--SFontC);
}
h5.blog_le_t span {
    font-size: 0;
    display: none;
}
.blog_search {
    position: relative;
    margin-bottom: 10px;
    opacity: .8;
}
.blog_search input[type=search] {
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    background: #fcfcfc;
    border-radius: 0;
    padding: 10px 40px 10px 10px;
}
/* 分類列 */
.blog_le .accordion {
    border-radius: 0;
    border: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-size: 0;
}
.blog_le .accordion li {
    transition: .3s ease-out;    
    border-bottom: 1px solid #ffffff4d;
}
.blog_le .accordion li .link i{color: #9fb0b7;}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    padding: 15px 10px 10px;
    text-align: left;
    line-height: 1.7;
    letter-spacing: 1.5px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    border-bottom: 1px solid #ffffff1f;
}

.blog_le .accordion > li.on_this_category{
    background: #12384a !important;
}
.blog_le .accordion > li.on_this_category:hover .link a,.blog_le .accordion > li:hover .link a{
    color: #fff  !important;
}
.blog_le .accordion > li:hover {
    background: transparent !important;
}
.blog_le .accordion > li:hover a {
    opacity: .5;
}
.blog_le .accordion > li.on_this_category .link a {
    color: #fff  !important;  
}
/* 次分類 */
.blog_le .accordion li, .submenu li+li{border: 0;}
.submenu {
    background: transparent;
    font-size: 14px;
}
.submenu a {
    position: relative;
    color: #ccc;
    padding: 10px 15px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    border: 0;
}
.submenu a i {    display: none;}
.submenu li.on_this_category a, .submenu a:hover {
    background: #12384a;
}


/* 右側圖文區 */
.blog_ri {
    width: calc(100% - 240px);
    padding: 0 0 0 60px;
}
h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: none;
}
/* 圖文區塊 */
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
}
.subbox_item {
    position: relative;
    width: 100%;
    background: rgb(255 255 255);
    border-radius: 0;
    overflow: hidden;
    transition: .5s ease-out;
    border: 0;
    height: fit-content;
    width: 100%;
    margin: 0;
    background: transparent;
    padding: 25px 0;
}
.subbox_item:hover {
    transition: .5s ease-out;
}
.subbox_item li:hover {
    transition: .5s ease-out;
}
.subbox_item a {
    gap: unset;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {
    content: none;
}
/* 圖 */
.blog_list_le {
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
    background-color: #05212f;
    margin-right: 40px;
    max-width: 32%;
    min-width: 280px;
}
.blog_list_le img {
    width: 100%;
    transition: all .6s ease-out;
}
.subbox_item a:hover img {
    z-index: 1;
    /* opacity: 0.4; */
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*.subbox_item a:hover .blog_list_le::before{
    opacity: 1;
    transition: 0.5s;
    margin-top: -20px;
}
.module_i_news li a .i_blog_le:before, .blog_list_le::before{
    content: "MORE +";
    position: absolute;
    line-height: 1.462;
    font-family: var(--SFontE);
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translateX(-50%);
    margin-top: -80px;
    display: block;
    padding: 10px 20px 7px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    background: #fff;
    color: var(--MainColor);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */
/* 文字 */
.blog_list_ri {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 15px 35px;
    padding: 0;
    width: 100%;
    margin: 0;
    height: fit-content;
    height: fit-content;
}
.blog_list_ri:after {
    opacity: .3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    content: "";
    background: linear-gradient(45deg, #DBA26F, #A97046);
    background: linear-gradient(45deg, #ffffff, #ffffff00);
    transition: width .6s cubic-bezier(0.65, 0, 0.35, 1);
}
.subbox_item a:hover .blog_list_ri:after{
    width: 100%;
}
.blog_list_ri h5 {
    font-size: var(--f22);
    text-align: left;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 5px 0;
}
.blog_list_ri em {
font-size: 14px;
letter-spacing: 2px;
margin: 0;
order: -1;
padding: 0 0 10px 0;
color: #fff;
font-family: var(--SFontE);
font-weight: 400;
}
.blog_list_ri p {
font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.7;
    font-weight: 400;
    color: #bbb;
    margin: 10px 0 20px;
}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {
    /* color: transparent; */
}
.blog_in_page .blog_ri {
    width: calc(100% - 240px - 40px);
    background: rgb(241 247 251 / 100%);
    padding: 10px 40px;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    letter-spacing: 1.5px;
    font-size: var(--f24);
    display: block;
    text-align: left;
    border-bottom: 1px dashed #969ca74d;
    color: #232323;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 20px 0;
}



/* 分享按鈕 = = */
.blog_shareData {
    border: 1px solid #ccc;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    display: none;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.toShareNews a object {
    filter: grayscale(1) brightness(1) contrast(1);
}
.toShareNews > a:hover > object {
    filter: none;
}
/* 文章編輯器 */
.blog_box_edit {
    background: transparent;
}
.blog_box_edit * {
    line-height: 1.7;
}
.articel_mainPic {
    display: none;
}

/*文章-相關推薦*/
.news_related, .prod_related {
    font-family: var(--SFont);
    background: #fff;
    padding: 80px 5%;
    margin: auto;
    display: none;
}


/* 上下篇按鈕 */
.blog_back {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    justify-self: flex-end;
    width: calc(100% - 240px - 40px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    margin-right: 0;
    justify-items: start;
}
.blog_back a {
    font-size: 13px;
    letter-spacing: 0.08em;
}
.blog_back a.article_btn_back {
    background: #a7a9ac;
    transition: .4s ease;
    display: none;
}
.blog_back a.article_btn_back:hover {
    opacity: .6;
}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {        
    transition: .4s ease;
    border: 1px solid rgb(255 255 255 / 20%);
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 15px;
    width: 180px;
    height: 45px;
    font-weight: 300;
    line-height: 43px;
    padding: 0 20px;
    position: relative;
}
a.article_btn_next {
    justify-self: flex-end;
}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
    /* opacity: .6; */
    border-color: #CAE7F2;
    color: #CAE7F2;
}



@media screen and (max-width: 1024px) {
/* 外層 */
.blog_le { width: 100%; margin-bottom: 40px;}
h5.blog_le_t {display: none;}
.blog_le .accordion {padding-top: 5px;display: flex;gap: 10px;}
.blog_le .accordion li {/* border: 1px solid #C8D6DE; */}
.blog_search input[type=search] {border-radius: 2px;}
.accordion li .link a {padding: 8px 15px 6px;border-radius: 4px;border: 1px solid #0e384b;background: #0e384b;font-size: 14px;}

.blog_ri { width: 100%;padding: 0;}
.blog_list_le {max-width: 250px;margin: 0;}
.i_blog_ri h5, .blog_list_ri h5 {font-size: var(--f22);}
.blog_list_ri p {letter-spacing: 1.5px;}
.blog_subbox {padding-left: 0px;gap: 40px;}
.subbox_item {padding: 0;}
.subbox_item a {gap: 25px;}

/* 內層 */
.blog_in_page .blog_ri {width: 100%;padding: 10px 25px;}
.blog_back {width: 100%;}
}

@media screen and (max-width: 768px) {
/* 外層 */
.blog_le {margin-bottom: 20px;}
.blog_list_ri p {font-size: 13px;}
.blog_list_le {max-width: 200px;/* margin-right: 15px; */}
.blog_subbox {gap: 30px;}
.subbox_item a .blog_list_le::before, .subbox_item a:hover .blog_list_le::before {letter-spacing: 1px;font-size: 14px;padding: 6px 15px;}

}

@media screen and (max-width: 600px) {
/* 外層 */
.subbox_item a {flex-direction: column;gap: 10px;}
.blog_list_le, .blog_list_ri {margin: 0 auto;max-width: 100%;}
}

@media screen and (max-width: 480px) {
.blog_list_ri em {font-size: 12px;opacity: .6;letter-spacing: .5px;}

}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*促銷活動設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* 促銷首頁 */
.news_part {
    width: 100%;
    padding: 50px 20px;
    background: #fff;
}
.animated-arrow {
    background: #2f68ab;
}






/* = = = 分隔線 相本主分類= = = = = = = = = == = = = = = = = = = = = = = = = = = = */
/*相本分類全版面 ( 限制最寬2000px  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.show-list .item:hover .show_name{
    color: #e14d4b;
}

/*相簿*/
.other_album_choice li {
    background: #ccc;
}
/*相簿下方隱藏*/
.other_album_choice{display:none;}
.album_fixed_title{display:none;}


.show-list .item a .show_pic {
    transition: all .6s;
}
.show-list .show_pic::before {
    content: '\f002';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -11px;
    margin-top: -12px;
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    transition: all .5s ease-out;
}
.show-list .item:hover .show_pic::before
 {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    transition-delay: .3s;
}
.show-list .show_pic:after {
    content: '';
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 6px solid #0f3241;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .6s ease-out;
}
.show-list .item a:hover .show_pic:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-delay: .5s;
}
.show-list .show_pic {
    aspect-ratio: 4 / 3;
}
.show-list .item a .show_pic img {
    transform: scale(1);
    transition: all .6s;
}
.show-list .item a:hover .show_pic img {
    transform: scale(1.1);    
    opacity: 0.6;
}
.overlay {
    background: rgba(0, 0, 0, .5);
    transform: scale(1);
}









/* = = = 分隔線 相本分類= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*相本列表*/
.album_page #page, .album_class_page #page, .album_info_page #page{

}
.album_page #content, .album_class_page #content, .album_info_page #content{
    background: transparent;
}

.album_page .show_content, .album_info_page .show_content{ 
    width: 100%;    
    text-align: center;
}

/* 主分類相簿名 */
.subalbum-menu h2 {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    font-size: 24px;
    color: var(--SubColor);
    display: none;
}
/*大分類頁*/
.album_class_page .show_content,.album_info_page .show_content {width: 90%;}
.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: clamp(20px, 4%, 50px);
    gap: 30px;
}
.album_class_page .show-list {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.show-list .item {
    text-align: center;
    width: 100%;
    background: transparent;
}
/* 次分類相簿名 */
.other_subalbum li a p {
    margin: 0;
    /* margin-top: -20px; */
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
    font-family: var(--SFontC);
    color: #fff;
}


/*相本內頁-.album_info_page*/
.album_info_page{}
.album_descrip p {
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    color: #333;
    font-size: 20px;
    letter-spacing: 0.12em;
}
/*相簿瀑布流*/
.album_info_page .pic-list {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 10px;
}
.album_info_page .pic-list .item { width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.album_info_page .pic-list .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: 4 / 4;
}
.pic-list .item h6 {
    padding: 0;
}



@media (max-width: 1440px){
.album_info_page .pic-list{-moz-column-count:3; -webkit-column-count:3;  column-count:3;}
}

@media screen and (max-width: 1280px){
.show-list {grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 980px){}

@media screen and (max-width: 768px){
.show-list {grid-template-columns: 1fr;}
}

@media screen and (max-width: 600px){
.album_page .show-list .item{width: 100%;}	
.album_page .show-list .item{margin:auto;}
.show-list .item{margin:auto;}
/* .show-list .item a .show_pic img{min-height: 340px;} */
}





/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* 編輯器 */
.contact_editbox{
	padding: 0;
}


.contact_content {
    margin: auto;
    padding: 0;
    /* background: #fff; */
    /* mix-blend-mode: soft-light; */
    /* max-width: 1400px; */
    /* margin: auto; */
    position: relative;
}
.contact_content:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/chenicpa/c_bg.png);
    z-index: 0;
}
.contact_content form {
    width: 95%;
    padding: 100px 20px;
    max-width: 1200px;
    margin: auto;
    z-index: 1;
    position: relative;
}
/* 資訊隱藏 */
.contact_content .information_left{	display: none;}
/* 表單出現 */
.contact_content .information_right {
    width: 100%;
    padding-left: 30px;
    padding: 0;
}
/* 標 */
.blank_letter {
    font-family: var(--SFontE);
    padding-top: 30px;
    font-size: 36px;
    color: #002B49;
    font-weight: 500;
    letter-spacing: 2px;
    display: flex;
    flex-direction: column;
}
h4.blank_letter.f:before {
    content: 'FORM';
    font-size: 14px;
    letter-spacing: 2px;
}
.red {
    color: #d12f2f;
}
/* 表單區 */
.contact_form {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #333;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    font-family: var(--SFont);
    border-top: 1px solid #D2D5D7;
}
.contact_form li {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-gap: 10px;
    padding: 20px;
    border-bottom: 1px solid #D2D5D7;
}
.contact_form li .form__label {
display: flex;
    max-width: fit-content;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    background: transparent;
    justify-content: space-between;
    align-items: center;
}
.star {
    padding: 3px;
    display: inline-block;
    width: 13px;
    order: 2;
}
.contact_form li input.noborder, .contact_form li textarea.noborder{
    border: 0;
    background: #ffffff;
    /* border-bottom: 1px solid #eee; */
    padding: 8px 5px;
}

/* 按鈕 */
.contact_form li.last {
    border: none;
    text-align: right;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    position: relative;
    padding: 10px;
    text-align: center;
    border: 1px #11274C solid;
    width: 220px;
    max-width: calc(50% - 10px);
    font-size: 16px;
    font-family: var(--SFontE);
    transition: all 0.6s ease;
}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover{
    opacity: .6;
}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input{
    letter-spacing: 2px;
}
.contact_form li.last blockquote {
    color: #11274C;
}

.contact_form li.last cite:before{
    content: "";
    -webkit-animation: btn-shine 5s ease-in-out infinite;
    animation: btn-shine 5s ease-in-out infinite;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
}
@keyframes btn-shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  85% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  86% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.contact_form li.last cite {
    overflow: hidden;
    background: linear-gradient(to right, #114565 0%, #0A3551 50%, #0A344F 100%);
    color: #fff;
}
.contact_form li.last cite input {
    font-weight: 300;
}
.fa-arrow-right::before {
    content: "";
    width: 25px;
    height: 5px;
    background: url(https://pic03.eapple.com.tw/chenicpa/c_arrow.svg);
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    /* background: #fff; */
}
.contact_form li.last cite:hover i.fa-solid.fa-arrow-right {
    margin: unset;
}

@media screen and (max-width: 768px) {
.contact_content form {width: 95%;padding: 80px 25px;}
.contact_form li {grid-template-columns: 1fr;padding: 15px 0;}
.contact_form li .form__label{padding: 0;}
.contact_form {margin-bottom: 0;}
}
@media screen and (max-width: 480px) {
.blank_letter{font-size: 32px;padding-top: 0;}
h4.blank_letter.f:before {font-size: 10px;}
.note {font-size: 11px;}
.contact_form li {padding: 10px 0 15px;grid-gap: 6px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {padding: 5px;}
}



/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (min-width: 1700px) {
/* footer */
.footer_info {margin: auto;}
}

/* 下方區域_平板版面1280 */
@media screen and (max-width: 1280px) {

}

/* @1024下方區域_平板版面1024 */
@media screen and (max-width: 1024px) {
/* main */
div#content {padding-top: 0px;}


/* footer */
.footer .center{}
.footer_info {}
.footer_info ul {}
.footer_info li:nth-child(2) {}
.footer_menu {}
   
}

/* 下方區域_平板版面768 */
@media screen and (max-width: 768px) {

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none}
.footer.with_shopping_mode {padding: 60px 0;}
#to_top {}



/* footer */
.footer .center {max-width: 100%;}
.footer_info {gap: 0px;width: 100%;}
.footer_logo {margin: 0 auto;}
.footer_info ul {display: flex;flex-direction: column;align-items: center;gap: 20px;padding: 0;}
.footer_info li:nth-child(1) {grid-template-columns: 1fr;width: 100%;gap: 0;text-align: center;}
.footer_info li p, .footer_info li p a { line-height: 2.4;color: #fff;}
.footer_info li:nth-child(2) {width: 100%;text-align: center;display: flex;justify-content: center;margin-top: 10px;padding-top: 30px;border-top: 1px solid var(--SubColor5);}
.footer_menu {width: fit-content;gap: 5px 40px;}
.footer_menu a {width: fit-content;}
.copy {font-size: 10px;justify-content: center;padding-top: 40px;margin-top: 0;font-size: 10px;letter-spacing: 1px;width: 80%;text-align: center;line-height: 1.9;}
}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 480px) { 
/* main */
.main_part {padding: 60px 25px ;}
}