@charset "utf-8";


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*網站 LOADING 畫面*/

@keyframes fadeInOut {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
body{
    -webkit-animation: fadeInOut 2.5s ;
    animation: fadeInOut 2.5s;}


/*預設解除背景輪播*/
#content_main { margin:0;background: url(https://pic03.eapple.com.tw/tianyuan/bg.jpg) top center;background-repeat: repeat-y;}
#content {background: url(https://pic03.eapple.com.tw/tianyuan/bg.jpg) top center;background-repeat: repeat-y;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.path {display: none;}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*網站統一設定*/
.main_part {max-width: 1500px;padding: 100px 5%;}
.show_content {padding: 0;}
.page {width: 100%;margin: 50px auto;color: #fff;gap: 5px;}
.page li {margin: 0;display: flex;width: 30px;height: 30px;line-height: 30px;
    justify-content: center;align-items: center;align-content: center;text-align: center;
    border-radius: 50px;transition: .3s;}
.page li a, .page li strong {width: 30px;height: 30px;line-height: 30px;color: #fff;}
.page strong, .page a:hover {background: #fff;color: #000000;}
.page li.activeN {background: #fff;color: #000;}

@media screen and (max-width: 1024px) {
.main_part {padding: 80px 5%;}
.page {font-size: 15px;gap: 3px;}
}
@media screen and (max-width: 500px) {
.main_part {padding: 60px 5%;}
.page {font-size: 14px;gap: 2px;}
}
@media screen and (max-width: 425px) {
.main_part {padding: 50px 5%;}
.page {font-size: 13px;gap: 0;}
}

/*網站按鈕*/
.animated-arrow {margin-top: 0;padding: 5px 0;background: unset;color: #ccc;border-bottom: 3px solid;border-top: 3px solid;
    width: 200px;height: auto;line-height: 40px;}
.animated-arrow b { font-size: 14px;font-weight: normal;letter-spacing: 0.08em;}
.animated-arrow i.fa-solid.fa-arrow-right {display: none;}

.animated-arrow:before, .animated-arrow:after {content: '';position: absolute;top: 5px;left: 0;width: 100%;height: 1px;background: #ccc;}
.animated-arrow:after {top: auto;bottom: 5px;}

.animated-arrow:hover {color: #DFB669;}
.animated-arrow:hover:before, .animated-arrow:hover:after {background: #DFB669;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*HEADER*/
.pageIndex .header_area {background: #ffffff00;position: fixed;
    border-bottom: 0px solid #583f281a;transition: 1s ease;}
.pageIndex .header_area:hover, .header_area:hover {background: #fff; transition: .5s ease;}
.header_area {position: fixed;background: hsl(0deg 0% 100% / 90%);border-bottom: 0px solid #583f281a;padding: 0;transition: 1s ease;}
.pageIndex .header_area.sticky {background: #ffffffe6;border-bottom: 1px solid #583f281a;transition: 1s ease;}
.header_area.sticky {background: #ffffff;border-bottom: 1px solid #583f281a;transition: 1s ease;}

.me_tp_features {position: relative;display: flex;right: 0;bottom: 0;width: fit-content;text-align: center;padding: 20px 0;z-index: 9901;order: 2;}
.pageIndex .me_tp_features {z-index: 10000;}
.pageIndex .header_area .me_tp_features a {color: #fff;}
.me_tp_features a {margin: 0;padding: 0 10px;font-size: 14px;font-weight: normal;
    color: #573e27;letter-spacing: 0.15em;transition: .5s ease;}
.me_tp_features a:hover {opacity: 0.5;transition: .5s ease;}
.pageIndex .header_area:hover .me_tp_features a, .header_area.sticky .me_tp_features a {color: #573e27;transition: 1s ease;}
.me_tp_features a.tp_btn_notice {display: none;}
.box_search, .tp_links {display: none;}

.main_header_area .container {max-width: 90%;}
.navigation {display: grid;grid-template-columns:100px 1fr 120px;align-items: end;justify-items: center;}

/*LOGO*/
.nav-header {grid-row: 1 / 1;max-width: 85px;padding: 10px 0;transition: 0.3s ease;}
.nav-brand {display: flex;}

/*選單*/
.stellarnav ul {display: flex;text-align: center;justify-content: center;align-items: center;}
.stellarnav > ul > li:nth-of-type(1) {display: none;}
.pageIndex .header_area .stellarnav > ul > li > a {color: #ffffff;text-shadow: 0 0 10px #ffffff00;}
.stellarnav {order: 1;width: fit-content;}
.stellarnav > ul > li > a {display: inline-flex;flex-direction: column;font-weight: normal;padding:20px 15px 15px;color: #573e27;
    text-shadow: 0 0 10px #ffffff;letter-spacing: 0.15em;margin: 0;line-height: 1;height: auto;transition: 1s ease;}
.stellarnav > ul > li > a b {line-height: 1.3;height: auto;}
.stellarnav > ul > li > a > b:last-of-type {font-size: 12px;line-height: 1.8;letter-spacing: 0.15em;text-transform: math-auto;}
.pageIndex .header_area .stellarnav > ul > li > a > b:last-of-type { color: #fff;}
.stellarnav > ul > li > a b:last-of-type, .pageIndex .header_area:hover .stellarnav > ul > li > a > b:last-of-type, 
.header_area.sticky .stellarnav > ul > li > a > b:last-of-type, .header_area:hover .stellarnav > ul > li > a > b:last-of-type {color: #cfa372;}
.stellarnav > ul > li > a:hover b {transform: unset;-webkit-transform: unset;-moz-transform: unset;}
.header_area.sticky .stellarnav > ul > li > a, .pageIndex .header_area:hover .stellarnav > ul > li > a, .header_area:hover .stellarnav > ul > li > a {
    color: #573e27;transition: 1s ease;}
.stellarnav > ul > li > a:before {content: '';position: absolute;transform: translateX(-50%);
    top: auto;left: 50%;bottom: 10px;width: 0%;opacity: 0;height: 1px;background: #573e27;transition: 0.5s ease;}
.stellarnav > ul > li:hover > a:before {width: 80%;opacity: 1;transition: 0.5s ease;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}
.stellarnav li.has-sub > a:after {display: none;}

/*下拉選單*/
.stellarnav li.drop-left ul ul {left: 100%;right: 0;}
.stellarnav > ul > li > ul {width: 250px;border-radius: 0;transform: translateX(-50%);left: 50%;
    right: 0;background: #fff;border: 1px solid #dfdfdf;}
.stellarnav > ul > li > ul > li {border: unset;text-align: center;}
.stellarnav > ul > li > ul > li+li {border-top: 1px solid #583f2833;}
.stellarnav > ul > li > ul > li > a {padding: 10px 5px;color: #573e27;letter-spacing: 0.1em;transition: 0.2s ease;}
.stellarnav > ul > li > ul > li > a:hover {opacity: .5;}
.stellarnav > ul > li > ul > li > ul {left: 100%;right: 0;background: #ffffff;border-radius: 0;;border: 1px solid #dfdfdf;}
.stellarnav > ul > li > ul > li > ul > li {border: unset;}
.stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #aaa;}
.stellarnav > ul > li > ul > li > ul > li > a {color: #573e27;text-align: center;letter-spacing: 0.1em;padding: 10px;}
.stellarnav > ul > li > ul > li > ul > li > a:hover {opacity: .5;}

@media screen and (max-width: 1400px) {
.main_header_area .container {max-width: 95%;}
.stellarnav > ul > li > a {padding: 20px 10px 15px;}
.stellarnav > ul > li > a b:last-of-type {letter-spacing: 0.08em;}
}

@media screen and (max-width: 1210px) {
.navigation {grid-template-columns: 100px 1fr;justify-items: end;}
.nav-header {grid-row: 1 / 3;padding: 15px 0;}
.me_tp_features {padding: 15px 0 0;position: relative;order: 1;justify-content: flex-end;}
.stellarnav {order: 2;}
.stellarnav > ul > li > a {font-size: 15px;letter-spacing: 0.1em;}
.stellarnav > ul > li > a b:last-of-type {font-size: 11px;}
}

@media screen and (max-width: 1024px) {
.pageIndex .header_area {position: sticky;}
.navigation {grid-template-columns: 1fr;justify-items: center;}
.nav-header {padding: 15px 0 0;}
.me_tp_features {justify-content: center;}
.me_tp_features a, .pageIndex .header_area .me_tp_features a {color: #573e27;}
.stellarnav > ul > li > a, .pageIndex .header_area .stellarnav > ul > li > a {color: #573e27;}
.pageIndex .header_area .stellarnav > ul > li > a > b:last-of-type {color: #cfa372;}
}
@media screen and (max-width: 900px) {
.nav-header {max-width: 85px;}
.stellarnav > ul > li > a {padding: 20px 5px;letter-spacing: 0.1em;}
.stellarnav > ul > li > a b:last-of-type {font-size: 10px;}
}
@media screen and (max-width: 768px) {
.header_area {border-bottom: 1px solid #583f281a;}
.nav-header {padding: 15px 0;max-width: 75px;}
.me_tp_features {position: absolute;top: 0%;gap: 5px;display: flex;flex-direction: column;
    justify-content: center;margin: 0;padding: 0;align-items: flex-start;}

.stellarnav.mobile {display: flex;justify-content: center;align-items: center;height: 100%;}
.stellarnav.mobile.active {z-index: 10001;}
.stellarnav .menu-toggle {padding: 0;}
.stellarnav .menu-toggle:after {display: none;}
.stellarnav .menu-toggle span.bars {top: 0;}
.stellarnav .menu-toggle span.bars span {width: 30px;height: 1px;border-radius: 0;background: #573e27;
    margin: 0px auto 8px;}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border: unset;max-width: 100%;width:50%;box-shadow: 0 0 10px #ccccccbf;opacity: 0;}
.stellarnav.mobile.active > ul {opacity: 1;padding: 0;width: 70%;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    position: relative;top: 0;left: 0;background: unset;letter-spacing: 0.15em;padding: 15px;}
.stellarnav .icon-close {width: 20px;height: 11px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 1px #573e27;}
.stellarnav.mobile > ul > li {border-bottom: unset;width: 100%;opacity: 0;}
.stellarnav.mobile.active > ul > li {opacity: 1;}
.stellarnav > ul > li > a:before {display: none;}
.stellarnav.mobile li a {border-bottom: unset;}
.stellarnav.mobile > ul > li > a {display: flex;padding: 20px 30px;font-size: 16px;color: #573e27;text-align: center;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 25px 0;border: 0;right: 20px;}
.stellarnav.mobile ul > li > ul {padding: 0;background: #583f280d;border: unset;box-shadow: unset;
    border-bottom: 1px solid hsl(29deg 38% 25% / 50%);}
.stellarnav.mobile > ul > li > ul > li > a, .stellarnav.mobile > ul > li > ul > li.has-sub > a, 
.stellarnav.mobile > ul > li > ul > li > ul > li > a {padding: 15px 50px !important;letter-spacing: 0.15em;
    text-align: center;font-size: 15px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #573e27;}
.stellarnav.mobile li.open {padding: 0;background: unset;}
.stellarnav.mobile li.open > a {border-bottom: 1px solid hsl(29deg 38% 25% / 50%);}
.stellarnav.mobile li.open li.open {padding: 0;background: unset;}
.stellarnav.mobile li.open li.open > a {border-bottom: 1px solid hsl(29deg 38% 25% / 50%);}
}
@media screen and (max-width: 600px) {
.stellarnav.mobile > ul > li > a {font-size: 15px;padding: 15px 40px;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 15px 0;right: 10px;}
.stellarnav.mobile > ul > li > ul > li > a, 
.stellarnav.mobile > ul > li > ul > li.has-sub > a, 
.stellarnav.mobile > ul > li > ul > li > ul > li > a {font-size: 14px;padding: 15px 55px !important;}
}
@media only screen and (max-width: 570px) {
.me_tp_features a.tp_btn_cart {display: block;font-size: 13px;letter-spacing: 0.1em;}
}
@media screen and (max-width: 450px) {
.nav-header {padding: 10px 0;max-width: 60px;}
.me_tp_features {right: -10px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {font-size: 12px;}
.stellarnav .menu-toggle span.bars span {width: 25px;margin: 0px auto 6px;}
.stellarnav.mobile.active > ul {width: 85%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/

@-webkit-keyframes totop {
	0% {transform: translateY(-20px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}
@keyframes totop {
	0% {transform: translateY(-20px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}

@-webkit-keyframes tobottom {
	0% {transform: translateY(20px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}
@keyframes tobottom {
	0% {transform: translateY(20px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}

/*大圖*/
.pageIndex .swiper-fade .swiper-slide:nth-child(2):before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/tianyuan/大圖文字-05.svg);transform: translate(-50%,-50%);
    width: 25%;top: 80%;left: 50%;aspect-ratio: 69 / 29;background-size: contain;background-repeat: no-repeat;z-index: 999;}
.pageIndex .swiper-fade .swiper-slide:nth-child(3):before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/tianyuan/大圖文字-06.svg);transform: translate(-50%,-50%);
    width: 22%;top: 80%;left: 50%;aspect-ratio: 118 / 37;background-size: contain;background-repeat: no-repeat;z-index: 999;}

/*大圖輪播按鈕*/
.swiper-pagination-bullets.swiper-pagination-horizontal {left: 6.5%;right: 0%;bottom: 50%;
    transform: translateX(-50%) rotate(90deg);width: fit-content;}
.swiper-pagination-bullet {width: 5px;height: 5px;display: inline-block;border-radius: 15px;
    background: #fff;opacity: 0.5;}
.swiper-pagination-bullet-active { width: 30px;height: 5px;opacity: 1;background: #fff;}

@media screen and (max-width: 1200px) {
.pageIndex .swiper-fade .swiper-slide:nth-child(2):before {width: 32%;}
.pageIndex .swiper-fade .swiper-slide:nth-child(3):before {width: 28%;}
}
@media screen and (max-width: 450px) {}

@media screen and (max-width: 600px) {
/*手機板大圖*/
/* .pageIndex .swiper-slide img { display:none; }
.pageIndex .swiper-slide {width: 100%;height: 0;padding-bottom: calc(100% / 3 * 4);}
.pageIndex .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/tianyuan/手機大圖-03.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/tianyuan/手機大圖-04.jpg) ; background-size:cover;   background-position: center;}
 */
.pageIndex .swiper-fade .swiper-slide:nth-child(2):before {width: 60%;top: 78%;}
.pageIndex .swiper-fade .swiper-slide:nth-child(3):before {width: 52%;top: 78%;}
}
@media screen and (max-width: 450px) {
.pageIndex .swiper-fade .swiper-slide:nth-child(2):before {width: 75%;}
.pageIndex .swiper-fade .swiper-slide:nth-child(3):before {width: 65%;}
}



/*內頁BANNER 設定*/
.banner {max-width: 1500px;background: unset;padding: 50px 5% 0;align-content: flex-end;min-height: 35vh;margin: 0 auto;}
.banner h5 {width: 100%;position: relative;font-size: 25px;letter-spacing: 0.1em;font-weight: 700;line-height: 2.2;
    font-family: 'Noto Serif TC';color: #BF8C26;}
.banner h5:before {content: 'Tianyuan';position: absolute;width: 100%;transform: translate(-50%, -50%);top: 0%;left: 50%;font-weight: normal;
    font-family: 'DM Serif Display';text-transform: math-auto;color: hsl(42deg 45% 57% / 15%);font-size: 60px;letter-spacing: 0.05em;}
.blog_page.article_b .banner.banblog h5:before {content: 'Project';}
.banner.banblog[data-banner="article_list_1053"] h5:before {content: 'Wedding Banquet' !important;}
.banner.banblog[data-banner="article_list_1054"] h5:before {content: 'Business Meeting' !important;}
.banner.banblog[data-banner="article_list_1055"] h5:before {content: 'Column Report' !important;}
.banner.banA {}
.banner.banB {}
.other_page .banB h5:before {content: 'Traffic Information';}
.banner.banC h5:before {content: 'Contact Us';}
.banner.banD {}
.banner.banE h5:before {content: 'Happy Witness';}
.banner.banF h5:before {content: 'Shopping Mall';}
.blog_page.article_a .banner.banblog h5:before {content: 'News';}


@media screen and (max-width: 1024px) {
.banner {min-height: 45vh;}
.banner h5 {font-size: 23px;}
}
@media screen and (max-width: 768px) {
.banner {min-height: 30vh;}
.banner h5 {font-size: 22px;}
.banner h5:before {font-size: 45px;}
}
@media screen and (max-width: 600px) {
.banner {min-height: 28vh;}
.banner h5 {font-size: 20px;}
.banner h5:before {font-size: 40px;}
}
@media screen and (max-width: 450px) {
.banner {min-height: 22vh;}
.banner h5 {font-size: 18px;}
.banner h5:before {font-size: 30px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.copy {text-align: center;padding: 20px 0;font-size: 11px;letter-spacing: 0.1em;
    color: #ffffff26;border-top: unset;margin-top: 0px;}
.copy a:hover {color: #ffffff;}

#to_top {bottom:45px;left: auto;right: 8px;width: 60px;height: 60px;padding-top: 0;padding: 24px 14px;
    line-height: 1;font-size: 15px;font-weight: 600;letter-spacing: 0.1em;background: #b58e2c;
    color: #ffffff;box-shadow: unset;transition: .5s ease;}
#to_top i.top {display: none;}
#to_top:hover {background: #573e27;transition: .5s ease;}

#bottom_menu {display: none;}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
#to_top {bottom: 10px;right: 5px;width: 50px;height: 50px;padding: 20px 10px;font-size: 13px;}
}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章設定*/
.module_i_news {padding: 100px 5% 75px;border-top: 1px solid #c3a56080;}
.module_i_news section {max-width: 1400px;}
.module_i_news .title_i_box {margin-bottom: 50px;}
.module_i_news .title_i_box h6 {display: none;}
.module_i_news .title_i_box h4 {width: 100%;position: relative;font-size: 25px;letter-spacing: 0.1em;font-weight: normal;line-height: 2.5;}
.module_i_news.module_i_news01 .title_i_box h4:before {content: 'News';position: absolute;width: 100%;transform: translate(-50%, -50%);top: 0%;left: 50%;
    font-family: 'DM Serif Display';text-transform: math-auto;color: hsl(42deg 45% 57% / 15%);font-size: 60px;letter-spacing: 0.05em;}
.module_i_news.module_i_news02 .title_i_box h4:before {content: 'Wedding Banquet';position: absolute;width: 100%;transform: translate(-50%, -50%);top: 0%;left: 50%;
    font-family: 'DM Serif Display';text-transform: math-auto;color: hsl(42deg 45% 57% / 15%);font-size: 60px;letter-spacing: 0.05em;}

.module_i_news_list, .module_i_news_list.swiper {padding: 0;}
.module_i_news ul {grid-template-columns: repeat(3, 1fr);grid-gap: 10px;}
.module_i_news li:nth-child(n+4){display: none;}
.module_i_news li a {grid-template-columns: 1fr;grid-gap: 10px;padding-bottom: 40px;}
.i_blog_le {aspect-ratio: 3 / 2;}
.i_blog_ri {padding: 0;}
.i_blog_ri h5 {font-weight: normal;font-size: 20px;color: #573e27;}
.i_blog_ri em {display: none;}
.i_blog_ri>*+* {margin-top: 10px;}
.i_blog_ri p {font-size: 16px;line-height: 1.5;-webkit-line-clamp: 1;}

.module_i_news li a:before {right: 0;font-size: 14px;letter-spacing: 0.08em;color: #573e27;transition: all .4s;}
.module_i_news li a:hover:before {opacity: 1;transition: all .4s;}
.module_i_news li  a:after {width: 0%;height: 1px;top: auto;bottom: 0;border: unset;background: rgb(238 207 151);}
.module_i_news li  a:hover:after {width: 100%;}

.i_blog_b {max-width: 1400px;padding-top: 50px;}

@media screen and (max-width: 1024px) {
.module_i_news .title_i_box h4 {font-size: 23px;}
.blog_list_ri h5 {font-size: 18px;}
.blog_list_ri p {font-size: 15px;}
}
@media screen and (max-width: 960px) {
.module_i_news ul {grid-template-columns: repeat(2, 1fr);grid-gap: 30px 10px;}
.module_i_news li {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.module_i_news {padding: 50px 5%;}
.module_i_news .title_i_box {margin-bottom: 30px;}
.module_i_news .title_i_box h4 {font-size: 22px;}
.module_i_news.module_i_news01 .title_i_box h4:before, .module_i_news.module_i_news02 .title_i_box h4:before {font-size: 45px;}
.module_i_news ul {grid-template-columns: repeat(1, 1fr);grid-gap: 15px 10px;}
.i_blog_ri h5 {font-size: 17px;}
.i_blog_ri p {font-size: 14px;}
.i_blog_b {padding-top: 30px;}
}
@media screen and (max-width: 600px) {
.module_i_news .title_i_box h4 {font-size: 20px;}
.module_i_news.module_i_news01 .title_i_box h4:before, .module_i_news.module_i_news02 .title_i_box h4:before  {font-size: 40px;}
.module_i_news li a {padding-bottom: 35px;}
.module_i_news li a:before {font-size: 13px;}
.i_blog_ri>*+* {margin-top: 5px;}
.i_blog_ri h5 {font-size: 16px;}
.i_blog_ri p {font-size: 13px;}
}
@media screen and (max-width: 450px) {
.module_i_news .title_i_box h4 {font-size: 18px;}
.module_i_news.module_i_news01 .title_i_box h4:before, .module_i_news.module_i_news02 .title_i_box h4:before  {font-size: 30px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
.blog_box {display: flex;flex-direction: column;align-items: center;gap: 30px;}
.blog_le {width: 100%;padding: 0;margin-bottom: 30px;}
h5.blog_le_t, .blog_search {display: none;}
.blog_le .accordion {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;border-radius: 0;border: unset;gap: 5px;}
.accordion li+li .link {border-top: unset;}
.accordion li .link a {line-height: 1;padding: 10px 15px;color: #573e27;font-size: 17px;letter-spacing: 0.08em;font-weight: normal;}
.blog_le .accordion li {transition: all .4s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #573e27 !important;transition: all .4s;}

.blog_ri {width: 100%;padding: 0;margin-bottom: 30px;}
.blog_subbox {grid-template-columns: repeat(3, 1fr);grid-gap: 10px;}
.subbox_item a {grid-template-columns: 1fr;grid-gap: 10px;padding-bottom: 40px;}
.blog_list_le {aspect-ratio: 3 / 2;}
.blog_list_ri {padding: 0;}
.blog_list_ri h5 {font-weight: normal;font-size: 20px;color: #573e27;}
.blog_list_ri em {display: none;}
.blog_list_ri>*+* {margin-top: 10px;}
.blog_list_ri p {font-size: 16px;line-height: 1.5;-webkit-line-clamp: 1;}

.subbox_item a:before {right: 0;font-size: 14px;letter-spacing: 0.08em;color: #573e27;transition: all .4s;}
.subbox_item a:hover:before {opacity: 1;transition: all .4s;}
.subbox_item a:after {width: 0%;height: 1px;top: auto;bottom: 0;border: unset;background: rgb(238 207 151);}
.subbox_item a:hover:after {width: 100%;}

@media screen and (max-width: 1024px) {
.blog_le {margin-bottom: 0;}
.accordion li .link a {font-size: 16px;}

.blog_list_ri h5 {font-size: 18px;}
.blog_list_ri p {font-size: 15px;}
}
@media screen and (max-width: 960px) {
.blog_subbox {grid-template-columns: repeat(2, 1fr);grid-gap: 30px 10px;}
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.accordion li .link a {font-size: 15px;}

.blog_list_ri h5 {font-size: 17px;}
.blog_list_ri p {font-size: 14px;}
}
@media screen and (max-width: 600px) {
.blog_subbox {grid-template-columns: repeat(1, 1fr);grid-gap: 30px 10px;}
.subbox_item a {padding-bottom: 35px;}
.subbox_item a:before {font-size: 13px;}
.blog_list_ri>*+* {margin-top: 5px;}
.blog_list_ri h5 {font-size: 16px;}
.blog_list_ri p {font-size: 1px;}
}
@media screen and (max-width: 450px) {
.accordion li .link a {font-size: 14px;padding: 10px;}
}


/*文章內頁設定*/
.blog_in_page .blog_box {gap: 50px;}
.blog_in_page h4.blog_category_title {color: #573e27;font-size: 22px;font-weight: normal;letter-spacing: 0.08em;padding: 0;margin-bottom: 5px;}
.blog_shareData {padding: 8px 10px;background: #c3a5601a;}
.toShareNews {font-size: 14px;color: #573e27;align-items: flex-end;line-height: 1;}
.toShareNews b {font-weight: 500;letter-spacing: 0.08em;}
.blog_box_edit * {font-size: 17px;line-height: 1.8;letter-spacing: 0.08em;overflow: hidden;}

.news_tags a {color: #B1652B;font-size: 15px;}
.blog_back {width: 100%;grid-gap: 10px;}
.blog_back a {display: flex;align-items: center;gap: 15px;font-size: 14px;padding: 10px 0;letter-spacing: 0.5em;color: #573e27;}
.blog_back a:before {content: '';display: block;position: relative;left: 0;top:0;width: 50px;height: 1px;background: #c2a460;transition: all .4s;}
.blog_back a:hover:before, .article_btn_back:hover:after{width: 30px;transition: all .4s;}
.blog_back a.article_btn_back, .blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: unset;}

.blog_back a.article_btn_prev {text-align: left;}
.blog_back a.article_btn_next {flex-direction: row-reverse;text-align: right;}
.blog_back a.article_btn_back {justify-content: center;}
a.article_btn_back:after {content: '';display: block;position: relative;left: 0;top: 0;width: 50px;height: 1px;background: #c2a460;transition: all .4s;}

.news_related {background: #ffffffa6;padding:100px 5% 50px;border-top: 1px solid #c3a56080;}
.news_related h6 {max-width: 1500px;margin: 0 auto 50px;}
.news_related h6 span {display: block;position: relative;width: 100%;}
.news_related h6 span:before {color: #000000;font-size: 22px;letter-spacing: 0.1em;font-weight: normal;line-height: 2.5;}
.news_related h6 span:after {content: 'Related articles';position: absolute;width: 100%;transform: translate(-50%, -50%);top: 0%;left: 50%;
    font-family: 'DM Serif Display';text-transform: math-auto;color: hsl(42deg 45% 57% / 15%);font-size: 60px;letter-spacing: 0.05em;font-weight: normal;}

.news_related_list {grid-template-columns: repeat(4, 1fr);max-width: 1500px;grid-gap: 10px;}
.news_related_list li a {display: flex;padding: 0;background: unset;height: 100%;flex-direction: column;align-items: center;gap: 10px;transition: 0.5s ease;}
.news_related_list li a:hover {transform: translateY(-10px);transition: 0.5s ease;}
.news_related_list li figure {aspect-ratio: 3 / 2;}
.news_related_list li a p {font-size: 15px;color: #573e27;letter-spacing: 0.05em;}

.lastPage {font-size: 14px;letter-spacing: 0.5em;color: #573e27;background: unset;padding: 10px 0;margin: 50px auto 0;max-width: 1500px;width: 100%;
    text-align: center;border-top: 1px solid #c3a56080;border-bottom: 1px solid #c3a56080;transition: 0.5s ease;}
.lastPage:hover {background: #c3a5600d;transition: 0.5s ease;}

@media screen and (max-width: 1024px) {
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_box_edit * {font-size: 16px;}
.news_related {padding: 80px 5% 50px;}
.news_related h6 span:before {font-size: 20px;}
.news_related h6 span:after {font-size: 50px;}
.news_related_list li a p {line-height: 1.5;}
}
@media screen and (max-width: 768px) {
.blog_in_page h4.blog_category_title {font-size: 18px;}
.blog_box_edit * {font-size: 15px;}
.blog_back a {font-size: 13px;gap: 10px;letter-spacing: 0.15em;}
.news_related_list {grid-template-columns: repeat(2, 1fr);}
.news_related h6 span:before {font-size: 18px;}
.news_related h6 span:after {font-size: 45px;}
.news_related_list li a p {font-size: 14px;}
}
@media screen and (max-width: 600px) {
.blog_in_page h4.blog_category_title {font-size: 17px;}
.toShareNews {font-size: 12px;}
.blog_box_edit * {font-size: 14px;}
.blog_back a:before, a.article_btn_back:after {width: 25px;}
.blog_back a:hover:before, a.article_btn_back:after:hover:after {width: 15px;}
.news_related h6 span:before {font-size: 17px;}
.news_related h6 span:after {font-size: 40px;}
.news_related_list {grid-template-columns: 1fr;}
}
@media screen and (max-width: 450px) {
.blog_back a {font-size: 12px;gap: 5px;}
.blog_back a:before, a.article_btn_back:after {width: 18px;}
.blog_back a:hover:before, a.article_btn_back:after:hover:after {width: 8px;}
.news_related h6 span:before {font-size: 16px;}
.news_related h6 span:after {font-size: 30px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product_page.bodyDesktop .show_content {width: 100%;display: flex;justify-content: space-between; flex-wrap: wrap;align-items: flex-start;}
.product_page.bodyDesktop .product_menu_list {width: 20%;margin-bottom: 0;}
.product_page.bodyDesktop .products-list {width: 75%;grid-gap: 15px;grid-template-columns: repeat(3, 1fr);}
.product-layer-two ul {grid-gap: 0;}
.product-layer-two li ul {position: relative;top: 0;}
.product-layer-two li li {display: grid;}
.product-layer-two li a {font-size: 15px;border: 0;border-bottom: 1px solid #dfdfdf;background: unset;padding: 15px
    ;color: #222;letter-spacing: 0.08em;transition: .3s ease;}
.product-layer-two li:hover > a { background: #bea15c1a;}
.product-layer-two li i {color: #222;width: 45px;height: 45px;}
.product-layer-two li li a {border: 0;border-bottom: 1px solid #e6ccb2;background: unset;}
.product-layer-two li.active a {border: 0 !important;border-bottom: 1px solid #dfdfdf !important;}
.product-layer-two li.active li {display: block !important;color: #000000;background: #bea15c1a;}
.product-layer-two li.active li a {color: #000000;}
.products-list .item a {padding-bottom: 42px;}
.products-list .name {display: block;text-align: center;font-size: 16px;color: #000;font-family: 'Rubik';
    letter-spacing: 0.08em;line-height: 1.8;-webkit-line-clamp: 1;margin-bottom: 15px;height: 28px;}
.products-list .price {margin: 0 0 10px 0;text-align: center;}
.products-list .price b {color: #c3a560;font-family: 'Rubik';font-weight: 400;font-size: 17px;letter-spacing: 0.08em;}
.products-list .more {border: 0;color: #000;background: #f0f0f0;font-size: 15px;font-weight: 400;letter-spacing: 0.15em;line-height: 40px;}
.products-list .item a:hover .more {background: #c3a560;}

@media screen and (max-width: 980px) {
.product_page.bodyDesktop .product_menu_list {width: 28%;}
.product_page.bodyDesktop .products-list {width: 70%;grid-gap: 30px 15px;grid-template-columns: repeat(2, 1fr);}
.products-list .name {height: 20px;line-height: 1.2;}
}

@media screen and (max-width: 768px) {

.product_menu_list > h5 {font-size: 20px;font-weight: 500;margin-bottom: 30px;
    padding-right: 2em;color: #000;display: block;letter-spacing: 0.08em;}
.product_menu_list > h5 a {color: #000;}
.product_menu_list > h5.openNext {margin-bottom: 10px;}
.product_page.bodyDesktop .products-list {width: 70%;}
.product-layer-two li a {padding: 10px 0;}
.product-layer-two li li a {padding: 10px 15px;}
.products-list .item a {padding-bottom: 35px;}
.products-list .name {font-size: 15px;margin-bottom: 10px;margin-top: 10px;}
.products-list .more {line-height: 35px;}
}

@media screen and (max-width: 600px) {
.product_menu_list {margin:0 10px;}
.product_menu_list > h5 {font-size: 17px;}
.product-layer-two {grid-template-columns: repeat(2, 1fr);gap: 10px;margin-bottom: 30px;}
.products-list, .pageIndex .products-list {grid-gap: 20px 10px;grid-template-columns: repeat(2, 1fr);}
.product-layer-two li a {font-size: 14px;padding: 7px 5px;}
.products-list .item a {padding-bottom: 30px;}
.products-list .name {font-size: 13px;line-height: 1.5;}
.products-list .more {font-size: 13px;line-height: 30px;}
}

@media screen and (max-width: 450px) {
.product-layer-two {gap: 0px 10px;}
.product_menu_list > h5 {font-size: 16px;}
.product-layer-two li a {font-size: 13px;padding: 8px 0;}
.products-list .item a {padding-bottom: 28px;}
.products-list .name {font-size: 12px;line-height: 1.8;margin-bottom: 5px;margin-top: 5px;}
.products-list .more {font-size: 12px;line-height: 28px;}
}
@media screen and (max-width: 400px) {
.product_menu_list > h5 {font-size: 15px;}
.product-layer-two li a {font-size: 12px;letter-spacing: 0.05em;}
}

/*購物車內頁*/
.product_info_page .main_part { max-width: 1400px;}
.product_info_page .product_menu_list {display: none;}
.product_info_page .product-wrapper{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.prod_info_clearfix {display: none;}
.product_main {width: 68%;padding: 0;}
.product_pic {position: relative;display: flex;padding-left: 0;flex-direction: row;justify-content: flex-end;}
.proImgSwiper {--swiper-navigation-color: unset;width: 85%; aspect-ratio: 3 / 2;}
#prod_thumbSwiper {width: 13%;max-width: unset;}

/*圖上的按鈕*/
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after {
    text-shadow: unset;background: #ffffff80;padding: 10px 15px;color: #000;}
.swiper-backface-hidden .swiper-slide {transform: unset;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: 8%;}
.swiper-button-prev, .swiper-rtl .swiper-button-next {left: 8%;}

/*右側商品規格框*/
.sidebarBtn {padding: 30px;width: 28%;border: 0;background:#FAF2E4;}
.sidebarBtn h2 {color: #000;font-size: 22px;line-height: 2;letter-spacing: 0.08em;font-family: 'Noto Sans TC';font-weight: 500;}
.sidebarBtn .price {border-bottom: 1px solid #c3a560;}
.sidebarBtn .price span { font-size: 17px;color: #c3a560;}
.product_info li {margin: 15px 0;}
.product_info li span {font-size: 14px;color: #c3a560;letter-spacing: 0.15em;}
.product_info li .txt_box {width: 100%;color: #000;letter-spacing: 0.15em;}
.radio-inline__label {padding: 8px 10px;margin: 5px 0px;color: #000;border: 1px solid #B4B4B4;font-family: 'Noto Sans TC';}
.amountNum {width: 100%;height: 35px;color: #000000; margin-left: 0; padding-left: 0;}
.inquiry_a1 {background: #B4B4B4;letter-spacing: 0.15em;}
.inquiry_a2 {background: #000;letter-spacing: 0.15em;}
.toShare {border-top: 1px solid #B4B4B4;color: #000;}
/*商品資訊*/
.prod_tabs {width: 100%;margin-top: 20px;}
.pd_tabTitle li {border-bottom: 0;}
.pd_tabTitle li a {background: #faf2e5;font-size: 20px;padding: 15px;}
.pd_tabTitle li.activeTab a {color: #573e27;background: #bea15c1a;padding: 15px;letter-spacing: 0.08em;font-size:17px;}
.pd_tabTitle li.activeTab::after {background: #c3a560;}
.pd_tabInner_contain {padding-top: 0;letter-spacing: 0.08em;line-height: 1.5;}
.pd_tabInner_contain .edit {font-size: 17px;}

/*相關推薦*/
.prod_related {background: #ffffffa6;padding:100px 5% 50px;border-top: 1px solid #c3a56080;}
.prod_related h6 {max-width: 1500px;margin: 0 auto 50px;}
.prod_related h6 span {display: block;position: relative;width: 100%;}
.prod_related h6 span:before {color: #000000;font-size: 22px;letter-spacing: 0.1em;font-weight: normal;line-height: 2.5;}
.prod_related h6 span:after {content: 'Related Items';position: absolute;width: 100%;transform: translate(-50%, -50%);top: 0%;left: 50%;
    font-family: 'DM Serif Display';text-transform: math-auto;color: hsl(42deg 45% 57% / 15%);font-size: 60px;letter-spacing: 0.05em;font-weight: normal;}

.related_list {grid-template-columns: repeat(4, 1fr);max-width: 1500px;grid-gap: 10px;}
.related_list li a {display: flex;padding: 0;background: unset;height: 100%;flex-direction: column;align-items: center;gap: 10px;transition: 0.5s ease;}
.related_list li a:hover {transform: translateY(-10px);transition: 0.5s ease;}
.related_list li figure {aspect-ratio: 3 / 2;}
.related_list li a p {font-size: 15px;color: #573e27;letter-spacing: 0.05em;}

.prod_related_b_box .lastPage {font-size: 14px;letter-spacing: 0.5em;color: #573e27;background: unset;padding: 10px 0;margin: 50px auto 0;max-width: 1500px;width: 100%;
    text-align: center;border-top: 1px solid #c3a56080;border-bottom: 1px solid #c3a56080;transition: 0.5s ease;}
.prod_related_b_box .lastPage:hover {background: #c3a5600d;transition: 0.5s ease;}



@media screen and (max-width: 1200px) {
/*下方商品資訊*/
}

@media screen and (max-width: 1024px) {
.product_info_page .product-wrapper {align-items: center;flex-direction: column;gap: 30px;}
.product_main, .sidebarBtn {width: 100%;}
/*右側商品規格框*/
.sidebarBtn {padding: 25px;}
.sidebarBtn h2 {font-size: 20px;}
/*商品資訊*/
.pd_tabTitle li.activeTab a {font-size: 17px;}
/*相關推薦*/
.related_list {grid-template-columns: repeat(2, 1fr);grid-gap: 15px;}
.prod_related h6 span:after {font-size: 50px;}
}

@media screen and (max-width: 768px) {
.product_info_page .product-wrapper {gap: 30px;}
.product_main {width: 100%;}
.product_pic {flex-direction: column-reverse;}
.proImgSwiper, #prod_thumbSwiper {width: 100%;}
.mobile_product_name {text-align: center;font-size: 20px;letter-spacing: 0.08em;font-weight: 400;}
/*右側商品規格框*/
.product_info li .txt_box .amountNum {height: 30px;text-align: center;font-size: 16px;}
/*商品資訊*/
.pd_tabTitle li.activeTab a {font-size: 16px;}
.pd_tabInner_contain .edit {font-size: 16px;}
/*相關推薦*/
.prod_related h6 span:after {font-size: 45px;}
}

@media screen and (max-width: 600px) {
.mobile_product_name {font-size: 18px;}
/*商品資訊*/
.pd_tabInner_contain {font-size: 15px;text-align: center;}
.pd_tabTitle li.activeTab a {font-size: 15px;padding: 10px;}
.pd_tabInner_contain .edit {font-size: 15px;}
/*相關推薦*/
.prod_related h6 span:before {font-size: 18px;}
.prod_related h6 span:after {font-size: 40px;}
}

@media screen and (max-width: 500px) {
.product_main {width: 100%;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after {font-size: 17px;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset, 10px);}
.swiper-button-prev, .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset, 10px);}
/*右側商品規格框*/
.sidebarBtn {padding: 17px;}
.sidebarBtn h2 {font-size: 17px;}
.product_info {font-size: 12px;}
/*商品資訊*/
.pd_tabInner_contain {font-size: 14px;}
.pd_tabTitle li.activeTab a {font-size: 16px;padding: 10px;}
.pd_tabInner_contain strong {font-size: 18px;}
/*相關推薦*/
.prod_related h6 span:before {font-size:17px;}
.prod_related h6 span:after {font-size: 30px;}
}
@media screen and (max-width: 450px) {
}

/*購物車頁面*/
.car_page .show_content {position: relative;}
.shopping-cart { min-height: 20vw;}
.shopping-cart .cart_head {background: #000;}
.shopping-cart .cell {padding: 10px 30px;letter-spacing: 0.08em;}
.shopping-cart .cell.product_name {font-weight: normal;}

.small_pic {width: 150px;height: 150px;border-radius: 5px;}
.shopping-cart .cell.product_name p {width: calc(100% - 160px);letter-spacing: 0.1em;font-weight: 400;line-height: 1.5;color: #000;}

.car_page .information_left {display: block;position: absolute;bottom: 0;width: 50%;}
.contact_le_map a {background: #000;border-radius: 5px;}
.contact_le_map a b {letter-spacing: 0.1em;font-weight: 400;}

.total_amount li span {font-family: 'Noto Sans TC';}
.total_amount .rewrite_simple, .total_amount .send_simple {width: 50%;letter-spacing: 0.08em;height: 50px;line-height: 52px;}
.rewrite_simple {background: #B4B4B4;}
.send_simple {background: #000;}

@media screen and (max-width: 1200px) {
.car_page .information_left {width: 40%;}
}
@media screen and (max-width: 1024px) {
.total_amount {width: 100%;}
.car_page .information_left {position: relative;width: 100%;padding-top: 30px;}
}
@media screen and (max-width: 768px) {
.shopping-cart .cell:before {font-weight: normal;padding-bottom: 10px;color: #000;}
.amountNum {height: 20px;line-height: 1;}
.shopping-cart .cell.amount:last-child {border-bottom: unset;}
.total_amount .rewrite_simple, .total_amount .send_simple {width: 48%;}
}

@media screen and (max-width: 450px) {
.small_pic {width: 75px;height: 75px;}
.shopping-cart .cell.product_name p {width: calc(100% - 90px);}
.car_page .information_left {padding-top: 0;}
.shopping-cart .cell:before {text-align: left; width: 50px;}
.amountNum {text-align: right;}
}

/*訂購資料*/
.remit_page form.style1 {width: 100%;}
.separate_title {font-size: 16px;letter-spacing: 0.08em;color: #000000;padding: 10px 30px;background: #e3e7ec;}
.formbox_form {margin-top: 15px;margin-bottom: 15px;color: #000000;font-size: 16px;}
.formbox_form li .form__label {letter-spacing: 0.08em;}
.form label .inputbox {filter: hue-rotate(300deg);}
.border200 {width: 100%;border: unset;padding: 5px 10px;border-radius: 5px;background: #bea15c1a;letter-spacing: 0.08em;}
.longer {width: 100%;}
.form label {color: #000000;}
.form label .inputbox {margin-right: 8px;top:2px;}
.form label.Bigcheck .inputbox {background-size: contain;}
.form label .inputbox.Big { width: 18px;height: 17px;}
.remit_page .rewrite_simple, .remit_page .send_simple {width: 49%;height: 50px;line-height: 52px;letter-spacing: 0.08em;}

/*匯款通知*/
.form_content {padding:0;max-width: unset;letter-spacing: 0.1em;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁相簿*/
.module_i_album {padding: 100px 5% 75px;border-top: 1px solid #c3a56080;}
.module_i_album section {max-width: 1400px;}
.module_i_album .title_i_box {margin-bottom: 50px;}
.module_i_album .title_i_box h4 {width: 100%;position: relative;font-size: 25px;letter-spacing: 0.1em;font-weight: normal;line-height: 2.5;}
.module_i_album .title_i_box h4:before {content: 'Gallery';position: absolute;width: 100%;transform: translate(-50%, -50%);top: 0%;left: 50%;
    font-family: 'DM Serif Display';text-transform: math-auto;color: hsl(42deg 45% 57% / 15%);font-size: 60px;letter-spacing: 0.05em;}

.i_album_list_box {padding: 0;}
.i_album_list {display: flex; grid-gap: 1vw;flex-direction: row;align-items: center;overflow: hidden;}
.i_album_list li {width: 33.333%;}
.i_album_list li a {display: flex;justify-content: center;align-items: center;padding: 10px;transition: all 0.3s ease;}
.i_album_list li div {aspect-ratio: 2 / 3;}
.i_album_list li a p {height: 5em;bottom: 10px;}
.i_album_b {max-width: 1400px;margin-top: 0;padding-top: 50px;}

.i_album_list li a:before, .i_album_list li a:after {
    content: "";position: absolute;width: 0;height: 2px;background-color: #c3a560; transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);z-index: 1;}
.i_album_list li a:before {right: 0;top: 0;transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);}
.i_album_list li a:after {left: 0;bottom: 0;}
.i_album_list li a:hover:before, .i_album_list li a:hover:after {width: 100%;}

.i_album_list li div:before, .i_album_list li div:after {
    content: "";position: absolute;width: 2px;height: 0;background-color: #c3a560;transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);z-index: 1;}
.i_album_list li div:before {left: auto;right: 0;top: 0;transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);}
.i_album_list li div:after {left: 0;bottom: 0;}
.i_album_list li a:hover div:before, .i_album_list li a:hover div:after {height: 100%;}

/*給客戶先看示範 刪除第四個以後的相簿*/
.i_album_list li:nth-child(n+4) {display: none;}

/*相簿*/
.show-list {grid-template-columns: repeat(2, 1fr);grid-gap: 0;}
.show-list .item a {display: flex;justify-content: center;align-items: center;transition: all 0.3s ease;}
.show-list .show_pic {aspect-ratio: 3 / 2;padding: 10px;}

.show-list .item a:before, .show-list .item a:after {
    content: "";position: absolute;width: 0;height: 2px;background-color: #c3a560; transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);z-index: 1;}
.show-list .item a:before {right: 0;top: 0;transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);}
.show-list .item a:after {left: 0;bottom: 0;}
.show-list .item a:hover:before, .show-list .item a:hover:after {width: 100%;}

.show-list .item a .show_pic:before, .show-list .item a .show_pic:after {
    content: "";position: absolute;width: 2px;height: 0;background-color: #c3a560;transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);z-index: 1;}
.show-list .item a .show_pic:before {left: auto;right: 0;top: 0;transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);}
.show-list .item a .show_pic:after {left: 0;bottom: 0;}
.show-list .item a:hover .show_pic:before, .show-list .item a:hover .show_pic:after {height: 100%;}

.overlay {background: hsl(0deg 0% 100% / 90%);-webkit-transform: unset;transform: unset;}
.show-list .item:hover .overlay {opacity: 1;-webkit-transform: unset;transform: unset;}
.show-list .show_name {position: absolute;transform: translateY(-50%);top: 90%;;margin-top: 0;font-size: 16px;color: #ffffff;font-weight: normal;}
.show-list .item:hover .show_name {color: #c3a560;top: 50%;}

/*次分頁*/
.subalbum-menu {margin: 0;padding: 0;}
.subalbum-menu h2 {display: none;}
.other_subalbum li a p {position: absolute;transform: translateY(-50%);top: 90%;margin-top: 0;font-size: 16px;color: #ffffff;
    font-weight: normal;line-height: 1.5;transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);}
.show-list .item a:hover p {color: #c3a560;top: 50%;transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);}

/*觀看更多*/
.album_fixed_title {font-size: 15px;color: #573e27;}
.other_album_choice {margin: 0;}
.other_album_choice li {background: #c3a560;font-size: 15px;line-height: 1;border-radius: 0;padding: 15px 20px;margin: 0 5px 5px 0;}
.other_album_choice li:hover {background: #b37131;}
.other_album_choice li a i {display: none;}

/*圖片們*/
.album_descrip {margin-bottom: 0;}
.pic-list {display: block;column-count: auto;column-width: 400px;column-gap: 15px;break-inside: avoid;}
.pic-list .item {padding: 0 0 15px;}
.pic-list .show_pic {aspect-ratio: inherit;}
.pic-list .item h6 {display: none;}
.pic-list .item figure.show_pic img {transform: scale(1);transition: 1s ease-in-out;}
.pic-list .item:hover figure.show_pic img {transform: scale(1.5);transition: 1s ease-in-out;}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
.show-list .show_name, .other_subalbum li a p {top: 85%; font-size: 15px;}
.other_album_choice {display: grid;grid-template-columns: repeat(3, 1fr);margin: 0;gap: 10px;}
.other_album_choice li {width: 100%;font-size: 14px;margin: 0;}
}
@media screen and (max-width: 640px) {
.show-list {grid-template-columns: repeat(1, 1fr);}
.other_album_choice {grid-template-columns: repeat(2, 1fr);}
.other_album_choice li {padding: 10px;text-align: center;}
}
@media screen and (max-width: 450px) {
.show-list .show_name, .other_subalbum li a p {font-size: 14px;}
.other_album_choice {grid-template-columns: repeat(1, 1fr);}
.other_album_choice li {font-size: 13px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_content {padding: 0;}
.information_left, .information_right {padding: 0;}
.contact_content .information_left {width: 30%;}
.list_before {margin-top: 0;margin-bottom: 30px;font-size: 15px;color: #000;letter-spacing: 0.05em;}
.list_before.info li {padding-left: 50px;margin: 10px 0 0;letter-spacing: 0.1em;color: #222;font-family: 'Nunito';font-size: 14px;}
.list_before li+li {padding-top: 10px;border-top: 1px solid #eee;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    width: 40px;font-size: 15px;font-weight: 400;letter-spacing: 0.1em;color: #573e27;}

.contact_le_nomap {border-radius: 10px;overflow: hidden;}

.contact_content .information_right {width: 65%;padding-left: 0;}
.contact_content form {max-width: 1500px;width: 100%;margin: auto;display: flex;padding: 0;justify-content: space-between;}
.blank_letter {padding-top: 0;font-family: 'Nunito';padding-bottom: 30px;font-size: 22px;color: #573e27;letter-spacing: 0.1em;}
.note {letter-spacing: 0.08em;padding-left: 15px;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 30px;
    margin-top: 0;margin-bottom: 0;font-size: 16px;color: #000000;}
.contact_form li {width:100%;padding-left: 0;grid-template-columns: unset;grid-gap: 5px;}
.contact_form li .form__label {line-height: 1;max-width: unset;display: flex;width: 100%;text-align: right;margin-left: 0;letter-spacing: 0.08em;
    padding-right: 0;vertical-align: top;flex-direction: row-reverse;justify-content: flex-end;}
.contact_form li input.noborder, .contact_form li textarea.noborder {width: 100%;border-radius: 5px 5px 0 0;border: unset;font-family: 'Nunito';
    border-bottom: 1px solid #c3a560;padding: 10px;background: #c3a5600f;color: #000;letter-spacing: 0.08em;}
.form select {color: #000000;letter-spacing: 0.08em;width: 100%;padding: 9px 30px 7px 10px;margin-right: 0;margin-bottom: 5px;border-radius: 5px;}
.contact_form li.last {width: 100%;justify-content: space-between;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 10px;border: unset;width: 49%;max-width: unset;border-radius: 5px;}
.contact_form li.last cite {background: #b37131;color: #fff;}
.contact_form li.last blockquote {background: #573e27;color: #ffffff;}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover {background: #000;color: #fff;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 5px;}

@media screen and (max-width: 1024px) {
.contact_content .information_left {width: 40%;}
.contact_content .information_right {width: 55%;}
}
@media screen and (max-width: 768px){
.contact_content form {flex-direction: column;align-items: center;padding: 0;gap: 50px;}
.contact_content .information_left, .contact_content .information_right {width: 100%;}
.blank_letter {padding-bottom: 15px;font-size: 22px;}
}
@media screen and (max-width: 600px){
.contact_form li .form__label {font-weight: normal;padding: 0;background: unset;}
}
@media screen and (max-width: 450px){
.blank_letter {padding-bottom: 10px;font-size: 20px;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    font-size: 14px;}
.list_before.info li { font-size: 14px;}
.contact_form li .form__label {font-size: 14px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


