
:root{
    --MainColor:#D0B5A2;
    --SubColor:#F3E8E6;
}

/*網站字體------------------*/
body { background-color: #F6F2F1; font-family: 'Noto Sans TC', 'Marcellus', sans-serif; letter-spacing: 1px;}

/*錨點滾動------------------*/
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(214, 214, 214, 0.6); }
::-webkit-scrollbar-thumb {background-color: var(--MainColor);}
html { scroll-behavior: smooth; }

.path p, .path p a {
    display: none;
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #666;
}

/*HEADER--------------------*/
.pageIndex .header_area{
    position: fixed;
    background: #d7a4fd0a;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid #fff;
    padding: 5px;
}
.pageIndex .header_area.sticky{
    background: #ffffffef;
    backdrop-filter: blur(5px);
}
.header_area{
    position: sticky;
    background: #ffffffef;
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #fff;
    padding: 5px;
}
.header_area.sticky{
    background: #ffffffef;
    backdrop-filter: blur(5px);
}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area{
        position: sticky;
        background: #ffffffef;
    }
}

/*HEADER選單----------------*/
.navigation {grid-template-columns: 250px 1fr;}
.nav-header{    max-width: 250px;}

.tp_links{display: none;}
.pageIndex .stellarnav > ul > li > a{
    color: #ffffff;
    text-shadow: 0 0 8px #6A4B35;
}
.stellarnav > ul > li > a{color: #6A4B35;}
.pageIndex .header_area.sticky .stellarnav>ul>li>a{
    color: #6A4B35;
    text-shadow:none;
}
.stellarnav li.has-sub > a:after{
    content: '+';
    border-left:0px;
    border-right:0px;
    border-top:0px;
}
.stellarnav > ul > li:hover > a{
    color:#a24097;
    transition: all 0.3s;
}
.stellarnav > ul > li > a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #a24097;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: .5s;
}
.stellarnav > ul > li:hover > a::before {width: 100%;}

.stellarnav > ul > li:hover > a{
    color: #a24097;
    transition: 0.3s;
}

.pageIndex .stellarnav > ul > li:hover > a{
    color: #FFF;
    transition: 0.3s;
}
.header_area.sticky .stellarnav > ul > li:hover > a{
    color: #a24097;
    transition: 0.3s;
}

@media screen and (max-width: 1024px) {
    .pageIndex .stellarnav > ul > li > a{
        color: #343434;
        text-shadow: none;
    }
    
}

/*第二層*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
    color: #222;
    padding-left: 11px;
    background: #fff;
    transition: 0.3s;
}
.stellarnav ul ul{
    background: #ffffffd8;
    backdrop-filter: blur(5px);
}
ul.album_classes li:first-child{display: none;}

/*選單最大寬度--------------*/
.main_header_area .container { max-width: 80%; }

@media screen and (max-width: 768px) {
    .main_header_area .container { max-width: 100%; }
}

/*LOGO----------------------*/
.pageIndex .nav-brand{
    max-width: 100%;
    /*filter: brightness(40);*/
}
.header_area.sticky .nav-brand{
    max-width: 80%;
    filter: none;
}
.nav-brand{max-width: 80%;}

@media screen and (max-width: 1024px) {
    .pageIndex .nav-brand{filter: none;}
    .nav-brand{
        position: relative;
        top: 7px;
    }
}

/*大圖----------------------*/
#content_main { margin: 0; }
.bannerindex {
    position: static;
    position: relative;
    height: auto;
}
.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.swiper-slide img { height: auto; }
/* ====== 共用 slogan 設定 ====== */
.swiper-slide {
    position: relative;
}

.swiper-slide:nth-child(2)::after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 25%;
    bottom: 30%;
    transform: translateX(-50%);
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: 100;
    opacity: 0;
}

.swiper-slide:nth-child(1)::after{
    content: "";
    position: absolute;
    pointer-events: none;
    left: 75%;
    bottom: 30%;
    transform: translateX(-50%);
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: 100;
    opacity: 0;
}

/* ====== 各張輪播圖片的 slogan ====== */
.swiper-slide:nth-child(1)::after {
    background-image: url(https://pic03.eapple.com.tw/zixuan/slogan01.png);
}
.swiper-slide:nth-child(2)::after {
    background-image: url(https://pic03.eapple.com.tw/zixuan/slogan02.png);
}

/* ====== 當前頁的動畫效果 ====== */
.swiper-slide:nth-child(1).swiper-slide-active::after {
    animation: slide-left-fade 1s 0.3s both ease-out;
}
.swiper-slide:nth-child(2).swiper-slide-active::after {
    animation: slide-bottom-fade 1s 0.3s both ease-out;
}

/* ====== 動畫效果定義（滑動 + 淡入） ====== */
@keyframes slide-left-fade {
    0% {
        transform: translateX(-60%);
        opacity: 0;
    }
    60% {
        transform: translateX(-52%);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%);
        opacity: 1;
    }
}

@keyframes slide-bottom-fade {
    0% {
        transform: translateX(-50%) translateY(50%);
        opacity: 0;
    }
    60% {
        transform: translateX(-50%) translateY(5%);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

/* ====== 隱藏 swiper 原子彈圓點 ====== */
.swiper-pagination-clickable .swiper-pagination-bullet {
    display: none;
}

/* ====== 產品內頁關閉 slogan ====== */
.product_info_page .swiper-slide::after {
    display: none !important;
}

/* ====== RWD 調整 ====== */

/* 1024px 以下：縮小 slogan 高度 */
@media (max-width: 1024px) {
    .swiper-slide:nth-child(1)::after,
.swiper-slide:nth-child(2)::after  {
        height: 250px;
        bottom: 20%;
    }
}

/* 768px 以下：再縮小並稍微往上移 */
@media (max-width: 768px) {
    .swiper-slide:nth-child(1)::after,
.swiper-slide:nth-child(2)::after  {
        height: 200px;
        bottom: 18%;
    }
}

/* 430px 以下：手機版高度更小，避免蓋到主要內容 */
@media (max-width: 430px) {
    .swiper-slide:nth-child(1)::after,
.swiper-slide:nth-child(2)::after  {
        height: 120px;
        bottom: 25%;
    }
}

/*浮動按鈕------------*/


/*BANNER--------------*/
.banner.banB{display: none;}
.banner.banE{display: none;}
.banner.banC{display: none;}
.banner.banblog{display: none;}

/*文章管理------------*/

.pageIndex .i_blog_ri {
    background-color: #d1b6d94a;
    display: block;
    vertical-align: top;
    padding: 10px;
    width: 100%;
}
.pageIndex .animated-arrow {
    border-radius: 30px;
    background: #a24097;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    /* margin-left: auto; */
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;
    /* padding-left: 5%; */
    text-align: center;
    position: relative;
}
.module_i_news .title_i_box h4 {
    position: relative; /* 讓內容能一起控制 */
    font-size: 26px;
    color: #8f6026;
    font-weight: bolder;
    font-family: "Noto Serif TC";
    text-align: center; /* h4 本身也置中 */
}

.module_i_news .title_i_box h4::before {
    content: "Video Showcase";
    display: block;             /* 讓他自成一行 → 跑到上方 */
    text-align: center;         /* before 的文字置中 */
    font-size: 50px;
    color: #a24097;
    font-weight: 500;
    font-family: 'Abril Fatface';
    margin-bottom: 5px;        /* 與下面文字的距離，可調整 */
}


.pageIndex .i_blog_ri h5 { color: #9f3f95;}


h5.blog_le_t,
h4.blog_category_title {
   font-size: 25px;
   margin-bottom: 10px;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #000;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
.blog_back a.article_btn_back { background:#a24097; }
.blog_back a.article_btn_back:hover { background:#933191; }

.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: #ba7bb8;
    color: #fff;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: #d7a4fd;
    transition: 0.3s;
}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    background-color:#ffffff94;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.subbox_item a:after { display: none; }
.blog_list_ri { 
    width: 100%;
    padding: 15px 10px;
}
.blog_list_ri em {width: 100%;}
.blog_list_ri h5 {
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.main_part { max-width: 1500px; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #a24097!important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #a24097!important;
    transition: 0.3s;
}
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.subbox_item a{grid-gap: 0px;}

/*第二層*/
.articel_mainPic img{max-width: 50%;}
.news_related{display: none;}

@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 375px) {
.blog_subbox.clearfix {
    grid-template-columns: 1fr;
}
}

/*相簿----------------*/
.show-list .item:hover .show_name{color:var(--SubColor);}
.other_album_choice li{background-color: var(--SubColor);}
.show-list .item:hover a figure img {
    transform: scale(1.1);
    transition: 0.5s;
    top: 0;
    left: 0;
}
.show-list .item a figure img {transition: 0.5s;}
.show-list .show_name {text-align: center;}
.show-list .show_pic{}
.album_info_page .pic-list { 
    -moz-column-count:3; 
    -moz-column-gap:10px; 
    -webkit-column-count:3; 
    -webkit-column-gap:10px; 
    column-count:3; 
    column-gap:10px; 
    width:100%; 
    margin:0 auto; 
}
.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;}
.other_subalbum li p {margin-top: 10px;}
.other_subalbum li a img{    
    object-fit: cover;
    min-height: 250px;
}
.subalbum-menu h2{display: none;}
.other_album{display: none;}
.other_subalbum li a p{text-align: center;}

@media (max-width: 1440px){
.album_info_page .pic-list{ 
    -moz-column-count:3; 
    -webkit-column-count:3;  
    column-count:3;
    }
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ 
        -moz-column-count:2; 
        -webkit-column-count:2;  
        column-count:2;
    }
}
@media (max-width: 480px) {
    .album_info_page .pic-list{
        -moz-column-count:1;  
        -webkit-column-count:1; 
        column-count:1;
    }
}

/*聯絡表單------------*/
.i_contact_box {
    padding: 50px 20px;
    background-color: #a7917445;
}
.i_contact_box section {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}
.pageIndex .blank_letter {
    font-family: 'Noto Serif TC', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: #6A4B35;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.contact_form li.last cite {
    border-radius: 30px;
    background: #ada17e;
    color: #fff;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    border-radius: 30px;
    display: block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #ada17e solid;
    width: 150px;
    max-width: calc(50% - 10px);
}
.info_ADD2:before {
    content: "時間";
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: grid;

    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(140px, 1fr));
    align-items: center;
}

/*FOOTER--------------*/
.box_link a { display: none; }

.copy {
	background: #a24097;
	color: #fff;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.footer{background: #fff;padding: 0;box-shadow: 1px 1px 15px rgb(38 15 1 / 37%);}
.footer .center{max-width: 1200px;padding: 0 3%;}
.footer_logo{width: 250px;margin: 0;padding-top: 20px;}
.footer_logo img{width: 100%;}
.footer_info{padding: 0;display: flex;align-items: center;justify-content: space-around;}
.footer_info li{padding: 10px 0;display: inline-block;vertical-align: middle;}
.footer_info li:nth-child(1){width: 100%;}
.footer_info li:nth-child(2){width: 100%;}
.footer_info li p,.footer_info li p a{color: #444;}
.footer_menu a {background: transparent;color: #555;border: none;font-weight: 300;}
.copy {border-top: none;}
.copy a{color: #fff;font-weight: 200;}
.box_link {top: 100%;width: 100%;text-align: right;padding: 0 3%;max-width: 300px;display: none;}
.box_link a {display: inline-block;width: 30px;height: 30px;border: none;background: #111;padding: 0px;border-radius: 30px;}
.box_link a i{max-width: 100%;font-size: 18px;line-height: 30px;display: block;}

@media screen and (max-width: 768px){
	.footer {padding:30px 0;}
	.footer_logo{margin-bottom: 0;}
	.footer_info ul {flex-wrap: wrap;}
	.footer_info li:nth-child(1){width: 100%;}
	.footer_info li:nth-child(2){width: 100%;text-align: center;}
	.footer_menu {margin: 0;}
	.footer_menu a{font-size: 12px;}
	.box_link{position: relative;right: 0;top: 0;text-align: left;padding: 15px 0;}
	.copy {padding: 30px 3% 0 3%;text-align: center;border-top: 1px solid #555;font-size: 12px;}
}
	
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer{box-shadow: 0 -10px 10px rgba(0, 0, 0, .02);}
.footer_info{flex-direction: column;}
.footer_info ul{width: 100%;}
.footer_info li:nth-child(1){display: none;}
.footer_info li:nth-child(2){text-align: center;}
.footer_menu {background: #a24097;margin: 0;}
.footer_menu a {color: #fff;font-weight: 400;padding: 15px 12px;letter-spacing: 2px;margin: 0;}
.footer_menu a:first-child{display: none;}
.footer_menu a:hover {background: transparent;color: #f3dc84;}

@media screen and (max-width: 768px){
	.footer {padding: 60px 0 30px;}
	.footer_logo{width: 100px;}

}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
    /*footer*/
    .footer {padding: 60px 0 30px;}
	.footer_logo{width: 100px;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    #bottom_menu {display: block; }
    .footer.with_shopping_mode { padding:30px 0 70px; }
}

@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info ul { width: 100%;}

    /*聯絡icon*/
    .box_link { text-align: center;}
}


/*手機版選單--------*/
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { 
    bottom: -800px!important; 
    z-index: 999999;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{background: var(--SubColor);}

@media screen and (max-width: 768px) {
    #bottom_menu{display: none;}
        .bannerindex {
        padding-bottom:0;
    }
}