@charset "utf-8";

/*網站 LOADING 畫面*/

@keyframes fadeInOut {
    -10% { opacity: 1; }
    70% { opacity: 1; }
    100% { opacity: 0; }
  }
body.pageIndex:before {
    content: '';
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #fff;
    -webkit-animation: fadeInOut 5s ease-in-out forwards;
    animation: fadeInOut 5s ease-in-out forwards;}

@keyframes unwarpEffect {
    0% {opacity: 0;}
    50% {opacity: 1;}
    70% {opacity: 1;}
    100% {opacity: 0;}
}
body.pageIndex:after {
    content: '';
    pointer-events: none;
    display: block;
    width: 15%;
    aspect-ratio: 1 / 1;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 10000;
    background: url(https://pic03.eapple.com.tw/muyuanmeng/index_logo.svg);
    -webkit-animation: unwarpEffect 4s ease-in-out forwards;
    animation: unwarpEffect 4s ease-in-out forwards;
    background-size: contain;}

@media screen and (max-width: 1024px) {
body.pageIndex:after {width: 22%;}
}
@media screen and (max-width: 768px) {
body.pageIndex:after {width: 28%;}
}
@media screen and (max-width: 600px) {
body.pageIndex:after {width: 35%;}
}
@media screen and (max-width: 425px) {
body.pageIndex:after {width: 40%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
.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: 1600px;padding: 100px 0;width: 90%;}
.show_content {padding: 0;}
.page {margin: 50px auto;color: #000000;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: .6s;}
.page li a, .page li strong {width: 30px;height: 30px;line-height: 30px;color: #000000;}
.page strong, .page a:hover {background: #000000;color: #ffffff;transition: .6s;}
.page li.activeN {background: #000000;color: #ffffff;transition: .6s;}

/*按鈕*/
.animated-arrow {display: flex;justify-content: center;align-items: center;background: none;color: #643920;width: 180px;
	border: 1px solid;height: 55px;line-height: 55px;margin: auto;transition: .6s;}
.animated-arrow:hover {background: #643920;color: #fff;transition: .6s;}
.animated-arrow b {font-weight: normal;letter-spacing: 0.08em;font-size: 14px;}
.animated-arrow i {display: none;}

@media screen and (max-width: 1024px) {
.main_part {padding: 80px 0;}
.page {font-size: 15px;gap: 3px;}
}
@media screen and (max-width: 600px) {
.main_part {padding: 60px 0;}
.page {font-size: 14px;gap: 2px;}
}
@media screen and (max-width: 425px) {
.main_part {padding: 50px 0;}
.page {font-size: 13px;gap: 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*HEADER*/
.pageIndex .header_area {position: fixed;background: linear-gradient(180deg, #60452Ae6, transparent);}
.header_area {position: fixed;background: linear-gradient(180deg, #60452Ae6, transparent);padding: 0;transition: .6s;}
.header_area.sticky {background: #60452A;transition: .6s;}
.main_header_area .container {max-width: 1200px;}
.navigation {grid-template-columns: 1fr;justify-items: center;}
.me_tp_features {display: none;}

/*LOGO*/
.nav-header {max-width: 100px;grid-row: 1 / 1;padding: 15px 0;transition: .6s;}
.header_area.sticky .nav-header {padding: 10px 0;max-width: 80px;transition: .6s;}
.nav-brand {display: flex;}

/*選單*/
.stellarnav ul {display: flex;text-align: center;justify-content: center;text-align: center;}
.stellarnav > ul > li {text-align: center;width: calc(100% / 9);}
.stellarnav > ul > li > a {padding: 0 10px;color: #ffffff;line-height: 1;letter-spacing: 0.08em;margin: 0;height: 50px;transition: .6s;}
.stellarnav > ul > li > a b {line-height: 50px; height: 40px;}
.header_area.sticky .stellarnav > ul > li > a {height: 40px;transition: .6s;}
.header_area.sticky .stellarnav > ul > li > a b {line-height: 40px;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}
.stellarnav li.has-sub > a:after {display: none;}

/*下拉選單*/
.stellarnav > ul > li > ul, .stellarnav > ul > li > ul > li > ul  {transform: translateX(-50%);left: 50%;background: #CCB499;width: 180px;}
.stellarnav > ul > li:nth-of-type(4) > ul {width: 235px;}
.stellarnav > ul > li:nth-of-type(4) > ul > li:nth-of-type(1) {display: none;}
.stellarnav > ul > li > ul > li, .stellarnav > ul > li > ul > li > ul > li {border: none;}
.stellarnav > ul > li > ul > li+li, .stellarnav > ul > li > ul > li > ul > li+li {}
.stellarnav > ul > li > ul > li > a, 
.stellarnav > ul > li > ul > li > ul > li > a {text-align: center;padding: 12px 10px;color: #ffffff;font-size: 14px;letter-spacing: 0.15em;transition: .6s;}
.stellarnav > ul > li > ul > li > a:hover, .stellarnav > ul > li > ul > li > ul > li > a:hover {background: #8D6444;transition: .6s;}

@media screen and (max-width: 1024px) {
.stellarnav > ul > li {width: auto;}
}
@media screen and (max-width: 960px) {
.header_area {position: sticky;background: #60452a;}
}
@media screen and (max-width: 768px) {
.nav-header {max-width: 75px;}
.header_area.sticky .nav-header {max-width: 65px;}

.stellarnav.mobile {height: 100%;display: flex;justify-content: center;align-items: center;}
.stellarnav .menu-toggle {padding: 0 30px;}
.stellarnav .menu-toggle:after {display: none;}
.stellarnav .menu-toggle span.bars span {width: 30px;height: 1px;background: #ffffff;margin: 0 auto 6px;}

.stellarnav.mobile.left > ul {border: none;background: #7c6855f2;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {padding: 15px;background: #654f3b;color: #fff;letter-spacing: 0.2em;}
.stellarnav .icon-close {width: 25px;height: 10px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 2px #fff;}

.stellarnav > ul > li:nth-of-type(4) > ul {width: 100%;}
.stellarnav.mobile > ul > li > a {padding: 15px 30px;font-size: 15px;}
.header_area.sticky .stellarnav > ul > li > a {height: auto;}
.stellarnav.mobile > ul > li > a b {display: block;}
.header_area.sticky .stellarnav > ul > li > a b {line-height: 1.5;}
.stellarnav.mobile > ul > li > a b:nth-child(2) {font-size: 14px;line-height: 1.8;letter-spacing: 0.15em;font-weight: 200;}

.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #fff;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 25px 0;}
.stellarnav.mobile li.open, .stellarnav.mobile ul ul {background: #987b6a;padding: 0;}
.stellarnav.mobile > ul > li > ul > li > a, .stellarnav.mobile > ul > li > ul > li > ul > li > a {text-align: left;padding: 15px 30px;}
}

@media screen and (max-width: 500px) {
.nav-header {max-width: 60px;}
.header_area.sticky .nav-header {max-width: 55px;}

.stellarnav.mobile > ul > li > a {padding: 15px 20px;font-size: 14px;}
.stellarnav.mobile > ul > li > a b:nth-child(2) {font-size: 13px;line-height: 1.5;}
.stellarnav.mobile > ul > li > ul > li > a, .stellarnav.mobile > ul > li > ul > li > ul > li > a {font-size: 13px;padding: 15px 20px;}
}

@media screen and (max-width: 400px) {
.stellarnav.mobile > ul > li > a {padding: 10px 20px;font-size: 12px;}
.stellarnav.mobile > ul > li > a b:nth-child(2) {font-size: 10px;}
.stellarnav.mobile > ul > li > ul > li > a, .stellarnav.mobile > ul > li > ul > li > ul > li > a {font-size: 10px;padding: 10px 20px;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 18px 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/

@-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;}
}

@-webkit-keyframes toleft {
	0% {transform: translateX(-20px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}
@keyframes toleft {
	0% {transform: translateX(-20px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}

@-webkit-keyframes toright {
	0% {transform: translateX(20px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}
@keyframes toright {
	0% {transform: translateX(20px);opacity: 0;}
	100% {transform: translateX(0px);opacity: 1;}
}

/*大圖*/
.pageIndex .swiper-fade .swiper-slide:before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/muyuanmeng/indexba-word.png);
    width: 100%;top: 0%;left: 0%;aspect-ratio: 16 / 9;background-size: contain;background-repeat: no-repeat;z-index: 999;}
/*動畫*/
.pageIndex .swiper-fade .swiper-slide-active:nth-child(1)::before {
    -webkit-animation: toright 2s ease-in-out forwards;
	animation: toright 2s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}

/*大圖點點*/
.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 30px);}
@media screen and (max-width: 600px) {
.swiper-pagination-bullet { width: 8px;height: 8px;}
}
@media screen and (max-width: 450px) {
.swiper-pagination-bullet { width: 5px;height: 5px;}
}

/*手機大圖*/
@media screen and (max-width: 600px) {}


/*內頁BANNER 設定*/
.banner {position: relative;background: url(https://pic03.eapple.com.tw/muyuanmeng/banner-01.jpg) center;background-attachment: fixed;
	background-repeat: no-repeat;background-size: cover;padding: 0;min-height: 85vh;}
.services_page .banner {background: url(https://pic03.eapple.com.tw/muyuanmeng/banner-02.jpg) center;background-attachment: fixed;background-repeat: no-repeat;background-size: cover;}
.other_page  .banner {background: url(https://pic03.eapple.com.tw/muyuanmeng/banner-03.jpg) center;background-attachment: fixed;background-repeat: no-repeat;background-size: cover;}
.banner.banE {background: url(https://pic03.eapple.com.tw/muyuanmeng/banner-04.jpg) center;background-attachment: fixed;background-repeat: no-repeat;background-size: cover;}
.banner.banblog {background: url(https://pic03.eapple.com.tw/muyuanmeng/banner-05.jpg) center;background-attachment: fixed;background-repeat: no-repeat;background-size: cover;}

.banner h5 {display: flex;position: absolute;max-width: 1600px;width: 100%;text-align: left;transform: translateY(-50%);top: 80%;font-size: 18px;
	letter-spacing: 0.1em;font-weight: normal;color: #fff;line-height: 1;flex-direction: column-reverse;align-items: center;gap: 25px;
	filter: drop-shadow(0px 0px 5px #666);}
.banner h5:before {content: '';display: block;font-size: 25px;font-weight: bold;letter-spacing: 0.1em;order: 2;}
.banner h5:after {content: '';display: block;width: 1px;height: 25px;background: #ffffff;transform: rotate(45deg);order: 1;}
.other_select_page .banner.banA h5:before {content: 'TEAM';}
.services_page .banner.banB h5:before {content: 'PROCESS';}
.other_page .banner.banB h5:before {content: 'FAQ';}
.banner.banC {}
.banner.banD {}
.banner.banE h5:before {content: 'PORTFOLIO';}
.banner.banblog h5:before {content: 'NOTES';}

@media screen and (max-width: 1024px) {
.banner {min-height: 70vh;}
.banner h5:before {font-size: 24px;}
.banner h5 {font-size: 17px;}
}
@media screen and (max-width: 960px) {
.banner {background-attachment: inherit !important;min-height: 50vh;}
.banner h5 {top: 50%;}
}
@media screen and (max-width: 768px) {
.banner {min-height: 45vh;}
.banner h5:before {font-size: 22px;}
.banner h5 {font-size: 16px;gap: 20px;}
}
@media screen and (max-width: 600px) {
.banner {min-height: 35vh;}
.banner h5:before {font-size: 20px;}
.banner h5:after {height: 20px;}
.banner h5 {font-size: 15px;}
}
@media screen and (max-width: 450px) {
.banner {min-height: 30vh;}
.banner h5:before {font-size: 18px;}
.banner h5 {font-size: 14px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.footer {padding: 0;background: #7C6754;}
.footer .center {padding: 50px 40px 0;}
.footer_info {position: relative;grid-template-columns: 1fr;padding-right: 0;}
.footer_logo {display: none;}
.box_link {position: relative;right: 0;max-width: 100%;flex-wrap: wrap;flex-direction: row;gap: 0 10px;}
.box_link a {border: none;border-radius: 0;padding: 0;font-size: 20px;color: #D8CEC2;margin: 0;}
.box_link a.me_tp_mail {display: none;}
.box_link a.me_tp_ig {font-size: 23px;}

.footer_info ul {display: flex;width: 100%;flex-direction: column;align-items: center;}
.footer_info li {padding: 20px 10px;}
.footer_info li p {text-align: center;line-height: 2;letter-spacing: 0.15em;color: #ffffff;}
.footer_info li p.line:before {content: 'LINE ID：';}
.footer_info li p a {color: #fff;}

.footer_menu {display: flex;align-items: center;flex-wrap: wrap;gap: 0 5px;}
.footer_menu a:nth-child(1) {display: none;}
.footer_menu a {padding: 8px 10px;border: none;margin: 0;font-size: 13px;letter-spacing: 0.1em;color: #D8CEC2;background: unset;transition: .6s;}
.footer_menu a:hover {background: #60452A;color: #fff;transition: .6s;}

/*copy*/
.copy {padding: 20px 0;font-size: 12px;letter-spacing: 0.1em;color: #60452A;border-top: none;margin-top: 0px;}
.privacyLinks a+a {border-left: 1px solid #60452A;}
.copy a {color: #60452A;transition: .6s;}
.copy a:hover {color: #ffffff;transition: .6s;}

/*TOP*/
#to_top {left: auto;right: 12px; bottom: 25px;padding-top: 14px;box-shadow: none;
	letter-spacing: 0.1em;width: 45px;height: 45px;font-size: 12px;color: #7b6755;transition: .6s;}
#to_top:hover {background: #CCB499;color: #fff;transition: .6s;}
#to_top i.top {display: none;}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
.box_link {justify-content: center;}
.footer_info li+li {margin-top: 0;}
#bottom_menu {display: none;}
}
@media screen and (max-width: 680px) {
.footer {font-size: 13px;}
.footer_info {padding: 0;}
.footer_info li {padding: 15px 5px;}
.box_link a {font-size: 18px;}
.box_link a.me_tp_ig {font-size: 21px;}
.footer_menu {justify-content: center;gap: 5px 0;}
.footer_menu a {width: 20%;text-align: center;font-size: 12px;padding: 8px;}
.copy {font-size: 10px;letter-spacing: 0.05em;}
}
@media screen and (max-width: 480px) {
.footer {font-size: 10px;}
.box_link a {font-size: 16px;}
.box_link a.me_tp_ig {font-size: 19px;}
.footer_menu a {width: 22%;font-size: 10px;}
}
@media screen and (max-width: 400px) {
.footer .center {padding: 50px 20px 0;}
.footer_menu a {width: 25%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.module_i_news {padding: 100px 0;}
.module_i_news section {max-width: 1400px;width: 90%;}
.module_i_news .title_i_box {margin-bottom: 50px;}
.module_i_news .title_i_box h6 {display: flex;flex-direction: column;align-items: center;font-size: 25px;color: #5F4428;letter-spacing: 0.08em;
	font-weight: bold;gap: 50px;}
.module_i_news .title_i_box h6:after {content: '';display: block;width: 1px;height: 35px;background: #5F4428;margin: auto;transform: rotate(45deg);}
.module_i_news .title_i_box h4 {display: none;}

.module_i_news_list, .module_i_news_list.swiper {padding: 50px 0;}
.module_i_news ul {grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 0;}
.module_i_news li {position: relative;}
.module_i_news li+li {border-left: 1px solid #D3C9BD;}
.module_i_news li a:before {order: 1; transform: translateX(-50%);top: auto;bottom: 5%;left: 50%;right: auto;letter-spacing: 0.08em;color: #7C6754;}
.module_i_news li:after {content: '';position: absolute;width: 100%;height: 0;left: 0;top: 0;background: #e9e6e1;z-index: -1;transition: .6s all;}
.module_i_news li:hover:after {height: 100%;transition: .6s all;}
.module_i_news li a {grid-template-columns: 1fr;grid-gap: 25px;padding: 10% 10% 20%;}
.module_i_news li a:after {display: none;}
.i_blog_ri {padding: 0;}
.i_blog_ri h5 {font-weight: normal;font-size: 16px;letter-spacing: 0.05em;-webkit-line-clamp: 2;}
.i_blog_ri em {display: none;}
.i_blog_le img {transition: .6s all;}
.module_i_news li:hover .i_blog_le img {transform: scale(1.05);transition: .6s all;}

@media screen and (max-width: 1024px) {
.module_i_news .title_i_box {margin-bottom: 0;}
.module_i_news .title_i_box h6 {font-size: 24px;}
.i_blog_ri h5 {font-size: 15px;}
.module_i_news li a:before {font-size: 14px;}
}
@media screen and (max-width: 960px) {
.module_i_news ul {grid-template-columns: 1fr 1fr;}
.module_i_news li {border-bottom: 1px solid #E9E6E1;}
.module_i_news li+li {border-left: none;border-bottom: 1px solid #E9E6E1;}
.module_i_news li:nth-child(2n-1) {border-right: 1px solid #E9E6E1;}
}
@media screen and (max-width: 600px) {
.module_i_news .title_i_box h6 {font-size: 22px;}
.module_i_news li a {grid-gap: 15px;padding: 8% 8% 18%;}
.module_i_news li a:before {font-size: 12px;}
.i_blog_ri h5 {font-size: 14px;}
}
@media screen and (max-width: 450px) {
.module_i_news .title_i_box h6 {gap: 25px;font-size: 20px;}
.module_i_news_list, .module_i_news_list.swiper {padding: 25px 0 50px;}
.module_i_news li a {padding: 10% 10% 25%;}
}
@media screen and (max-width: 375px) {
.module_i_news ul {grid-template-columns: 1fr;}
.module_i_news li:nth-child(2n-1) {border-right: none;}
.module_i_news li a {padding: 10% 0% 15%;}
.module_i_news li a:before {bottom: 3.5%;}
}

/*article_b文章設定*/
.blog_page.article_a .blog_box, .blog_in_page.article_a .blog_box {display: flex; justify-content: space-between;flex-wrap: wrap;
    flex-direction: column;align-items: center;}
.blog_page.article_a .blog_le, .blog_in_page.article_a .blog_le {display: flex;width: 100%;max-width: 1200px;padding: 0;
	align-items: center;flex-direction: row;justify-content: space-between;padding-bottom: 50px;margin-bottom: 50px;border-bottom: 1px solid #f7f6f4;}
.blog_page.article_a .blog_ri, .blog_in_page.article_a .blog_ri {width: 100%;max-width: 1200px;padding: 0;}
.article_a h5.blog_le_t {display: none;font-size: 20px;font-weight: 400;font-family: 'Noto Serif TC';letter-spacing: 0.15em;margin-bottom: 10px;}
.blog_search {width: 25%;margin-bottom: 0;}
.article_a .blog_search input[type=search] {font-size: 14px;color: #000000;background: #e6e3de52;border: unset;
	border-radius: 0;padding: 12px 35px 10px 10px;}
.blog_search input[type=submit] {display: none;}
.article_a .blog_le .accordion {display: flex;width: 70%;border-radius: 0;border: unset;justify-content: flex-end;align-items: center;}
.article_a .blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #60452a !important;}
.article_a .accordion li .link a {letter-spacing: 0.15em;padding: 10px 25px;color: #000000;font-weight: normal;line-height: 1;}
.accordion li+li .link {border-top: none;border-left: 1px solid #f7f6f4;}
.blog_page.article_a h4.blog_category_title {margin-bottom: 0;}

.blog_page.article_a .blog_subbox {grid-template-columns: repeat(1, 1fr);grid-gap: 25px;}
.blog_page.article_a .blog_subbox .subbox_item:nth-of-type(n+2){border-top: 1px solid #f7f6f4;padding-top: 20px;}
.blog_page.article_a .subbox_item a {grid-template-columns: 1fr 2fr;padding: 25px;grid-gap: 100px;align-items: center;}
.blog_page.article_a .subbox_item a:before {color:#7C6754;letter-spacing: 0.1em;bottom: 25px;right: 25px;opacity: 1;}
.blog_page.article_a .subbox_item a:after {z-index: -1;border: unset;background: #d8ccb64d;}
.blog_list_le img {filter: grayscale(0.5);transition: all .5s;}
.subbox_item a:hover .blog_list_le img {filter: grayscale(0);transition: all .5s;}
.blog_page.article_a .blog_list_ri {display: grid;grid-template-rows: 1fr 4fr;gap: 25px;padding: 10px 0;}
.blog_page.article_a .blog_list_ri>*+* {margin-top: 0;}
.blog_page.article_a .blog_list_ri h5 {font-weight: 400;font-size: 16px;letter-spacing: 0.08em;order: 1;}
.blog_page.article_a .blog_list_ri em {font-size: 13px;order: 0;letter-spacing: 0.08em;color: #C4AC91;}
.blog_page.article_a .blog_list_ri p {display: none;}

h4.blog_category_title {color: #000000;font-size: 20px;font-weight: 500;padding: 0;letter-spacing: 0.08em;}
.blog_shareData {padding: 10px;background: #f5f5f5;}
.blog_box_edit * {line-height: 200%;letter-spacing: 0.08em;font-weight: lighter;word-break: break-word;}

.blog_back {width: 100%;padding-top: 50px;}
.blog_back a {font-size: 14px;padding: 12px 15px;letter-spacing: 0.2em;font-weight: bold;transition: 0.6s ease;}
.blog_back a:hover {background: #333 !important;color: #fff !important;}
.blog_back a.article_atn_prev, .blog_back a.article_atn_next {background: #f0f0f0;color: #000;}
.blog_back a.article_atn_back {background: #ddd;color: #000;}

.news_related {background: #f5f5f5;padding: 50px 0;}
.news_related h6 {max-width: 1500px;width: 90%;margin: 0 auto 30px;text-align: left;}
.news_related h6 span:before {font-size: 20px;color: #000000;font-weight: normal;letter-spacing: 0.15em;}
.news_related_list {width: 90%;grid-template-columns: repeat(4, 1fr);max-width: 1500px;grid-gap: 30px;}
.news_related_list li {display: block;padding: 5px;border: 1px dotted #ccc;transition: 0.6s ease;}
.news_related_list li:hover a {opacity: 0.5;transition: 0.6s ease;}
.news_related_list li a {display: grid;grid-template-columns: 100px 1fr;gap: 20px;padding: 0;
    background: unset;align-items: center;justify-items: start;transition: 0.6s ease;}
.news_related_list li a p {font-size: 14px;letter-spacing: 0.1em;color: #000000;text-align: left;line-height: 1.5;padding-right: 10px;}
.news_related_b_box {max-width: 1500px;width: 90%;margin: auto;}
.lastPage {display: flex;align-items: center;justify-content: flex-end;font-size: 15px;color: #999;background: unset;
    letter-spacing: 0.2em;margin: 50px 0 0 auto;width: fit-content;transition: 0.6s ease;}
.lastPage:after {content: '';display: inline-block;width: 50px;height: 0.5px;background: #999;margin-left: 15px;transition: 0.6s ease;}
.lastPage:hover:after {transform: translateX(15px);}

@media screen and (max-width:1200px) {
.news_related_list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width:960px) {
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width:768px) {
.accordion li .link a {font-size: 13px;letter-spacing: 0.08em;}
.blog_in_page.article_a h4.blog_category_title {font-size: 17px;}
.blog_page.article_a .subbox_item a {grid-gap: 50px;}
.subbox_item a:before {font-size: 14px;}
.blog_list_ri em {font-size: 13px;}
.blog_le a.news_menu_toggle {color: #666;}
.toShareNews {font-size: 15px;}
.news_related_list {grid-template-columns: repeat(1, 1fr);}
.news_related h6 span:before {font-size: 18px;}
}

@media screen and (max-width:600px) {
.blog_in_page.article_a h4.blog_category_title {font-size: 16px;}
.blog_page.article_a .blog_list_ri h5, .blog_page.article_a .blog_list_ri h5 {font-size: 15px;}
.blog_page.article_a .blog_list_ri em, .blog_page.article_a .blog_list_ri em {font-size: 12px;}
.subbox_item a:before {font-size: 13px;}
.toShareNews {font-size: 13px;}
.blog_box_edit * {font-size: 14px;}
.blog_back a {font-size: 13px;}
.news_related h6 span:before {font-size: 15px;}
.lastPage {font-size: 13px;}
}

@media screen and (max-width:450px) {
.blog_in_page.article_a h4.blog_category_title {font-size: 15px;}
.blog_page.article_a .blog_list_ri {padding: 20px;}
.blog_page.article_a .blog_list_ri h5, .blog_page.article_a .blog_list_ri h5 {font-size: 14px;}
.blog_page.article_a .blog_list_ri em, .blog_page.article_a .blog_list_ri em {font-size: 10px;}
.subbox_item a:before {font-size: 12px;}
.toShareNews {font-size: 12px;}
.blog_box_edit * {font-size: 13px;}
.blog_back a {font-size: 12px;}
.news_related h6 span:before {font-size: 14px;}
.lastPage {font-size: 12px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁相簿*/
.module_i_album {padding: 100px 0;background: #edeae5;}
.module_i_album section {max-width: 1400px;width: 90%;}
.module_i_album .title_i_box {margin-bottom: 50px;}
.module_i_album .title_i_box h6 {display: flex;flex-direction: column;align-items: center;font-size: 25px;color: #5F4428;letter-spacing: 0.08em;
	font-weight: bold;gap: 50px;}
.module_i_album .title_i_box h6:after {content: '';display: block;width: 1px;height: 35px;background: #5F4428;margin: auto;transform: rotate(45deg);}
.module_i_album .title_i_box h4 {display: none;}

.i_album_list_box, .albumSwiper.swiper{padding: 50px 0;}
.i_album_list {grid-template-columns: repeat(4, 1fr);grid-gap: 50px 25px;}
.i_album_list li:nth-child(n+7) {display: none;}
.i_album_list li a { display: flex; position: relative; flex-direction: column; align-items: flex-start;gap: 25px;}
.i_album_list li div {aspect-ratio: 3 / 4;}
.i_album_list li a p {height: auto;position: relative;font-size: 16px;background: unset;justify-content: flex-start;line-height: 1.5;
	color: #000;letter-spacing: 0.08em;transition: 0.6s ease;}
.i_album_list li:hover p {height: auto;color: #C2B4A9;transition: 0.6s ease;}
.i_album_list li a p span {-webkit-line-clamp: 2;white-space: initial;}

@media screen and (max-width: 1024px) {
.module_i_album .title_i_box {margin-bottom: 0;}
.module_i_album .title_i_box h6 {font-size: 24px;}
.i_album_list {grid-template-columns: repeat(3, 1fr);}
.i_album_list li a p {font-size: 15px;}
}
@media screen and (max-width: 768px) {
.i_album_list li a p {font-size: 14px;}
}
@media screen and (max-width: 600px) {
.module_i_album .title_i_box h6 {font-size: 22px;}
.i_album_list {grid-template-columns: repeat(2, 1fr);}
.i_album_list li a p {font-size: 12px;}
}
@media screen and (max-width: 450px) {
.module_i_album .title_i_box h6 {gap: 25px;font-size: 20px;}
.i_album_list_box, .albumSwiper.swiper {padding: 25px 0 50px;}
}
@media screen and (max-width: 375px) {
}

/*相簿*/
.show-list {grid-template-columns: repeat(2, 1fr);grid-gap: 50px 25px;}
.show-list .show_pic {aspect-ratio: 16 / 9;}
.overlay {display: none;}
.show-list .show_pic img, .pic-list .show_pic img {transition: 1.2s ease;}
.show-list .item:hover img, .pic-list .item:hover .show_pic img {transform: scale(1.05);transition: 1.2 ease;}
.show-list .show_name, .other_subalbum li a p {position: relative;display: flex;font-size: 16px;font-weight: normal;color: #000000;margin-top: 25px;height: auto;
    transition: 1.2s ease;align-items: center;justify-content: space-between;gap: 50px;letter-spacing: 0.08em;}
.show-list .item:hover .show_name, .other_subalbum li:hover a p {color: #C2B4A9;transition: 1.2s ease;}
.show-list .show_name:before, .other_subalbum li a p:before {content: '';position: absolute;top: 0;left: 0;width: 60%;height: 100%;background: #fff;z-index: -1;}
.show-list .show_name:after, .other_subalbum li a p:after {content: '';display: inline-block;position: absolute;z-index: -2;
right: 0;height: 1px;background: #C2B4A9;width: 0%;transition: 1.2s ease;}
.show-list .item:hover .show_name:after, .other_subalbum li:hover a p:after {width: 100%;transition: 1.2s ease;}

@media screen and (max-width: 1024px) {
.show-list .item .show_name, .other_subalbum li a p {font-size: 15px;margin-top: 20px;}
}
@media screen and (max-width: 960px) {
.show-list .show_name:before, .other_subalbum li a p:before {width: 70%;}
}
@media screen and (max-width: 768px) {
.show-list {grid-gap: 40px 20px;}
.show-list .item .show_name, .other_subalbum li a p {font-size: 14px;margin-top: 15px;flex-direction: column;gap: 15px;}
.show-list .show_name:before, .other_subalbum li a p:before  {display: none;}
.show-list .show_name:after, .other_subalbum li a p:after {position: relative;}
}
@media screen and (max-width: 600px) {
.show-list {grid-gap: 30px 15px;}
.show-list .item .show_name, .other_subalbum li a p {font-size: 12px;}
}
@media screen and (max-width: 480px) {
.show-list {grid-template-columns: 1fr;}
}

/*class*/
.subalbum-menu {margin: 0;padding: 0;}
.subalbum-menu h2 {display: none;}
.other_album {display: none;}

/*info*/
.pic-list {display: block;column-count: auto;column-width: 400px;column-gap: 10px;break-inside: avoid;}
.pic-list .item {padding: 0 0 10px;}
.pic-list .show_pic {aspect-ratio: inherit;}
.pic-list .item h6 {display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡資訊*/


@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


