@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body {
    font-family: "Hind", Arial, Helvetica, "STHeiti Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.navigation {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 0;
}

.nav-header {
    max-width: 100px;
    padding: 10px 0;
}

.nav-brand,
.nav-brand img {
    display: block;
}

.header_area .nav-brand img {
    filter: contrast(0) brightness(100);
}

.header_area {
    background: transparent;
    padding: 0;
    transition: all ease 0.3s;
    z-index: 9999;
    position: sticky;
    top: 0;
    transition: all 0.85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area {
    position: fixed;
    background: linear-gradient(to bottom, rgb(0 0 0) 0%, 2%, #00000000 100%);
    transition: 1s;
}

.pageIndex .header_area.sticky {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 20px rgba(0 0 0 / 5%);
    transition: all 0.85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area.sticky {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 20px rgba(0 0 0 / 5%);
    transition: all 0.85s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.header_area #navigation1::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #ffffff30;
    transform: translateX(100%);
    animation: draw 3s ease-in-out forwards;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
}

.header_area.sticky .nav-brand img {
    filter: none;
}

.header_area.sticky .stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a {
    color: #4A4A4A;
    text-shadow: none;
}

/*選單hover效果*/
.stellarnav:hover>ul>li>a,
.stellarnav:hover>ul>li.has-sub>a {
    filter: opacity(.35);
}

.pageIndex .header_area .stellarnav:hover>ul>li:hover>a,
.pageIndex .header_area .stellarnav:hover>ul>li.has-sub:hover>a {
    filter: opacity(1);
    color: #fff;
}

.pageIndex .header_area.sticky .stellarnav:hover>ul>li:hover>a,
.pageIndex .header_area.sticky .stellarnav:hover>ul>li.has-sub:hover>a {
    filter: opacity(1);
    color: #4A4A4A;
}

.stellarnav:hover>ul>li:hover>a,
.stellarnav:hover>ul>li.has-sub:hover>a {
    filter: opacity(1);
    color: #4A4A4A;
}

.header_area .stellarnav>ul>li>a:before {
    background-color: #ffffff;
}

.header_area.sticky .stellarnav>ul>li>a:before {
    background-color: #4A4A4A;
}

.stellarnav>ul>li>a:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: bottom right;
    transition: transform .3s;
}

.stellarnav>ul>li:hover>a:before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a {
    padding: 0 2px;
    color: #4A4A4A;
    font-size: 14px;
    margin: 0 12px;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 26px;
    transition: all ease .3s;
}


@keyframes draw {
    to {
        transform: translateX(0);
    }
}

.main_header_area .container {
    max-width: 2000px;
    padding: 0 5%;
}


.stellarnav>ul>li {
    min-width: 105px;
    text-align: center;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav > ul > li > a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2.5px;
    font-weight: 400;
    text-shadow: 1px 1px 5px #666;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a {
    padding: 0 2px;
    margin: 0;
}

.stellarnav>ul>li>a b {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 50px;
}


.header_area.sticky .stellarnav>ul>li>a b{
    color: #7d7d7d;
}

.stellarnav>ul>li>a b:last-of-type {
    letter-spacing: 4px;
}

.me_tp_features {
    display: none;
}

/*次分類*/
.stellarnav ul ul {
    min-width: 180px;
    background: transparent;
    right: 0;
}

.stellarnav li li:first-of-type,
.stellarnav>ul>li:nth-of-type(3)>ul>li:nth-of-type(2) {
    padding-top: 10px;
}

.stellarnav>ul>li>ul {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.stellarnav li li {
    text-align: center;
    border: none;
    margin-bottom: 0;
    background: #f9f9f9;
    position: relative;
}

.stellarnav li li:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li:hover a:not(.dd-toggle) {
    color: #555;
}

.stellarnav li li a:not(.dd-toggle),
.stellarnav li li.has-sub>a:not(.dd-toggle),
.stellarnav li li.has-sub:hover li a:not(.dd-toggle) {
    color: #898989;
    padding: 7.5px 15px;
    font-weight: 400;
    line-height: initial;
    height: auto;
    margin: 0;
    position: relative;
    font-size: 14px;
    transition: all ease .3s;
}

.stellarnav ul ul ul,
.stellarnav li.drop-left ul ul {
    left: auto;
    right: 100%;
}

.stellarnav>ul>li:nth-of-type(2)>ul>li:first-of-type {
    display: none;
}

/*漢堡選單*/
.header_area .stellarnav .menu-toggle span.bars span {
    background: #ffffff;
}

.header_area .stellarnav .menu-toggle:after {
    color: #ffffff;
}

.header_area.sticky .stellarnav .menu-toggle span.bars span {
    background: #7d7d7d;
}

.header_area.sticky .stellarnav .menu-toggle:after {
    color: #7d7d7d;
}

    /*打開後 close表頭*/
    .stellarnav.mobile.left .close-menu {
        background: transparent;
    }

    /*隱藏-close文字*/
    .stellarnav.mobile .close-menu {
        position: relative;
        color: transparent;
    }
    .stellarnav.mobile .close-menu>* {
        display: none;
    }

    .stellarnav.mobile .close-menu::before {
        content: "×";
        position: absolute;
        right: 12px;
        top: 3px;
        color: #7d7d7d;
        font-size: 25px;
    }

    /*選單底色*/
    .stellarnav.mobile.left>ul {
        background: #ffffffcc;
        max-width: 350px;/*選單寬度*/
        height: 100vh;
        backdrop-filter: blur(20px) saturate(1);
    }

    /*主選單按鈕 ---------- */
    .stellarnav.mobile > ul > li,
    .stellarnav.mobile li.open {
        padding: 0px;/*蓋預設*/
        border-bottom: 0px solid #F1E8D9;
    }

    /*選單文字*/
    .stellarnav.mobile>ul>li>a {
        text-overflow: ellipsis;
        padding: 20px 1.5rem;/*按鈕高度*/
        display: flex;
        flex-direction: column;
    }

    /*文字*/
    .stellarnav.mobile>ul>li>a b {
        vertical-align: middle;
    }

    .stellarnav>ul>li>a b:nth-of-type(2){
        color: #7d7d7d;
        font-size: 12px;
    }

    /*隱藏-偽元素*/
    .stellarnav>ul>li::before {
        display: none;
    }
    /*下拉+號 ---------- */
    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 20px 0px;/*= 按鈕高度*/
    }
    /*+號顏色*/
    .stellarnav a.dd-toggle .icon-plus::before,
    .stellarnav a.dd-toggle .icon-plus::after {
        border-bottom: solid 1px #7d7d7d;
    }

    /*+號展開區塊 ---------- */
    /*下拉區塊-外層*/
    .stellarnav.mobile li.open,
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0px;/*蓋預設 3px*/
    }
    .stellarnav.mobile ul ul {
        background: transparent;
        border-radius: unset;
        padding-left: .5rem;
    }


@media screen and (max-width: 1024px){
.nav-header { max-width: 80px;}
}

@media screen and (max-width: 768px){
.header_area.sticky .stellarnav>ul>li>a:before {
    background-color: transparent;
}
.stellarnav>ul>li>a b {
    color: #000;
}
.stellarnav:hover>ul>li>a, .stellarnav:hover>ul>li.has-sub>a {
    filter: none;
}
.stellarnav > ul > li > a {
    text-shadow: none;
}
.header_area .stellarnav>ul>li>a:before{
    background-color: transparent; 
}
.stellarnav.mobile ul ul{
    padding-left: 0;
}
.stellarnav li li{
    background: #ffffff80;
}
}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px;
    }

    /* 三 按鈕 ---------- */
    .stellarnav.mobile {
        top: 5px;
    }
    .stellarnav .menu-toggle {
        padding: 10px;/*蓋預設*/
    }
}


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*  大圖  */
.bannerindex .swiper-banner {height: auto;}

/*文字區塊設定*/
.swiper-banner .swiper-slide.swiper-slide-active:before,.swiper-banner .swiper-slide.swiper-slide-active:after{content: "";white-space: pre;
position: absolute;left: 10vw;color: #fff;z-index: 100;overflow: hidden;animation-timing-function: cubic-bezier(0.01, 0.01, 0.22, -0.89);}

.swiper-banner .swiper-slide.swiper-slide-active:before{
	bottom: 4vw;font-size: 18px;line-height: 180%;text-shadow: 0 0 10px rgb(0 0 0 / 60%);}
	
.swiper-banner .swiper-slide.swiper-slide-active:after{
	bottom: calc(5vw - 60px);font-size: 18px;line-height: 180%;text-shadow: 0 0 10px rgb(0 0 0 / 60%);}


/*個別文字設定*/
/*第一張大圖*/
.swiper-banner .swiper-slide.swiper-slide-active:nth-child(1):before{
	content: "界定賦予空間自有領域";
	animation: show_t 2.5s both;}
.swiper-banner .swiper-slide.swiper-slide-active:nth-child(1):after{
	content: "創造並注入精彩故事";
    padding-left: 100px; /* 留空間給線 */
    background: linear-gradient(#fff, #fff) no-repeat left center;
    background-size: 80px 1px; /* 線長 & 粗 */
    animation: line_grow 0.8s both,   /* 線先跑（比較快） */
        show_t 2.5s both;      /* 文字後跑 */
    animation-delay: 1s, 1.2s;}

/*第二張大圖*/
.swiper-banner .swiper-slide.swiper-slide-active:nth-child(2):before{
	content: "繪築空間的分界線";
	animation: show_t 2.5s both;}
.swiper-banner .swiper-slide.swiper-slide-active:nth-child(2):after{
	content: "以得宜的比例創造完美圖像";
    padding-left: 100px; /* 留空間給線 */
    background: linear-gradient(#fff, #fff) no-repeat left center;
    background-size: 80px 1px; /* 線長 & 粗 */
    animation: line_grow 0.8s both,   /* 線先跑（比較快） */
        show_t 2.5s both;      /* 文字後跑 */
    animation-delay: 1s, 1.2s;}


@keyframes show_t{
	0%{width: 0;letter-spacing: .3rem;opacity: .5;}
	100%{width: 400px;letter-spacing: .4rem;opacity: 1;}
}

@keyframes line_grow {
    from {
        background-size: 0px 1px;
    }
    to {
        background-size: 80px 1px; /* 最終線長 */
    }
}


/*切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;transform: translateY(-50%)}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 5px 10px;width: 5px;height: 15px;border-radius: 2px;}



@media screen and (max-width: 1200px){
    /*文字區塊設定*/
    .swiper-banner .swiper-slide.swiper-slide-active:before { bottom: 4vw; font-size: 16px;}
    .swiper-banner .swiper-slide.swiper-slide-active:after{ bottom: calc(6vw - 60px);  font-size: 16px;}
}

@media screen and (max-width: 1100px){
    /*文字區塊設定*/
    .swiper-banner .swiper-slide.swiper-slide-active:before, .swiper-banner .swiper-slide.swiper-slide-active:after{ left: 5vw;}
    .swiper-banner .swiper-slide.swiper-slide-active:before { bottom: 6vw; font-size: 16px;}
    .swiper-banner .swiper-slide.swiper-slide-active:after{ bottom: calc(8vw - 60px);  font-size: 16px;}
}


@media screen and (max-width: 1024px){
    /*文字區塊設定*/
    .swiper-banner .swiper-slide.swiper-slide-active:before { bottom: 5vw;}
    .swiper-banner .swiper-slide.swiper-slide-active:after{ bottom: calc(7vw - 60px);}

	/*切換鈕*/
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 3px;height: 8px;}
}
@media screen and (max-width: 768px){
    .bannerindex { position: relative; height: auto; padding: 0; margin: 0;}
    .bannerindex .swiper-banner { position: static;}
    .bannerindex .swiper-banner .swiper-slide img { height: auto; aspect-ratio: 6 / 4; object-fit: cover;}

	/*文字區塊設定*/
    .swiper-banner .swiper-slide.swiper-slide-active:before, .swiper-banner .swiper-slide.swiper-slide-active:after{ left: 8vw;}
	.pageIndex .swiper-banner .swiper-slide.swiper-slide-active:before{bottom: 48px;font-size: 14px;}
	.pageIndex .swiper-banner .swiper-slide.swiper-slide-active:after{bottom: 15px;font-size: 14px;}

	@keyframes show_t{
		0%{width: 0;letter-spacing: .1rem;opacity: .5;}
		100%{width: 320px;letter-spacing: .2rem;opacity: 1;}
	}
}
@media screen and (max-width: 600px){
    .bannerindex .swiper-banner .swiper-slide img { aspect-ratio: 8 / 9;}

    /*文字區塊設定*/
    .pageIndex .swiper-banner .swiper-slide.swiper-slide-active:before { bottom: 55px; font-size: 16px;}
    .pageIndex .swiper-banner .swiper-slide.swiper-slide-active:after{bottom: 20px; font-size: 16px;}
}   
@media screen and (max-width: 500px){
    .bannerindex .swiper-banner .swiper-slide img { aspect-ratio: 6 / 9;}
    /*文字區塊設定*/
    .swiper-banner .swiper-slide.swiper-slide-active:before, .swiper-banner .swiper-slide.swiper-slide-active:after{ left: 5vw;}
    .pageIndex .swiper-banner .swiper-slide.swiper-slide-active:before { font-size: 15px;}
    .pageIndex .swiper-banner .swiper-slide.swiper-slide-active:after{ font-size: 15px;}
}    


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {
    background: #f5f5f5;
    padding: 50px 0px;
    padding-top: 70px;
}

.footer .center {
    width: 90%;
    max-width: 1400px;
}

.footer_info {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0;
    gap: 20px;
}

.footer_logo {
    max-width: 150px;
    padding-bottom: 60px;
}
.footer_logo img {
    width: 100%;
}

.footer_info ul {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    width: fit-content;
}

.footer_info li {
    padding: 0px;
}

/* 聯絡資訊 */
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}

.footer_info li p,
.footer_info li p a{
    color: #595757;
    letter-spacing: .15rem;
    font-size: 13px;
    line-height: 200%;
}

.footer_info li p a:hover{
    opacity: .6;
    transition: ease-out 0.5s;
}

/* 導覽按鈕 */
.footer_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px;
}

.footer_menu a {
    font-size: 14px;
    font-weight: 400;
    color: #595757;
    letter-spacing: 2px;
    background: transparent;
    border: none;
    padding: 0rem .75rem;
    margin: 0;
    transition: ease-out 0.5s;
    border-left: 1px solid #c1c0be;
}

.footer_menu a:hover {
    color: #7C7C7C;
    background-color:transparent;
    opacity: .5;
}

.footer_menu a:first-of-type {
    display: none;
    padding-left: 0px;
    border-left: none;
}

.footer_menu a:last-of-type {
    border-right: 1px solid #c1c0be;
}

.box_link {
    display: none;
}

.double_key {
    position: absolute;
    right: 0;
    bottom: 20px;
}

/*YKQK版權塊 -------------------- */
.copy {
    justify-content: flex-end;
    text-align: right;
    padding:0px;
    font-size: 10px;
    color: #c1c0be;
    border: none;
    margin: auto;
    position: absolute;
    right: calc((100vw - 1400px) / 2);
    bottom: 50px;
    gap: 5px;
}

.copy a {
    font-size: 10px;
    color: #c1c0be;
}

.copy a:hover {
    color: #c1c0be;
    text-decoration: underline #c1c0be 1px solid;
    text-underline-offset: 4px;
    transition: ease-out 0.5s;
}

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1440px) {
    .copy {
        right: 5vw;
    }
}
@media screen and (max-width: 1024px) {
    .footer_info {
        flex-direction: column;
        gap: 0px;
    }
    .copy {
        display: flex;
        position: relative;
        justify-content: flex-start;
        right: unset;
        width: 90%;
        bottom: 0;
        padding-top: 20px;
    }
    .double_key {
        bottom: 0px;
        right: unset;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    #bottom_menu {
        display: none;
    }
    .copy {
        left: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
    .total_view {
        width: fit-content;
    }
    .footer_logo {
        width: 60%;
        min-width: 200px;
    }
    .footer_info li+li {
        margin-top: unset;
    }
}

@media screen and (max-width: 600px) {
    
    .footer_info {
        display: flex;
        padding: 0;
        flex-direction: column;
        align-items: flex-end;
        align-items: flex-start;
        margin-bottom: 0px;
    }

    .footer_info ul {
        margin: auto;
    }

    .footer_logo,
    .footer_menu {
        display: none;
    }

    .box_link {
        display: none;
    }

    .double_key { 
        text-align:center;
        margin: 0px auto;
    }
}

@media screen and (max-width: 400px) {
    .footer_info li:nth-child(1){
        font-size: 12px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*all*/
.main_part { max-width: 1600px;  margin: auto; padding: 195px 20px 195px;}
.path p, .path p a { margin-bottom: 45px;}
.services_page .path {display: none;} 

.path {
    display: none;
}


#page {
    position: relative;
    background: #fff;
    background-attachment: fixed;
}

#page::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #c9c9c95b;
    backdrop-filter: blur(10px) grayscale(1);
    animation: page-ac 2s both cubic-bezier(0.73, 0.08, 0.11, 0.99);
    z-index: 9999999999999;
    pointer-events: none;
}

.pageIndex #page::before {
    display: none;
}

@keyframes page-ac {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner { height: 960px;  background-position: center;  background-repeat: no-repeat;
        background-size: cover;  position: relative;  justify-content: flex-start; padding: 40px 95px; padding-top: 15rem;}

.banner h5 {font-size: 1rem; letter-spacing: .2rem; display: flex; white-space: nowrap; flex-direction: row-reverse; align-items: center;
        color: #ffffff; position: relative; font-weight: 500; animation: slide-top 1.8s 0.5s both; text-align: left; top: 45px; text-shadow: 1px 1px 5px #666; font-family: "Cormorant", serif;}

.banner h5:before {  display: block; font-size: 1.5rem;  font-weight: 300;   top: -45px;  position: absolute;  left: 0; 
        font-family: "Hind", Arial, Helvetica, "STHeiti Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;}
.banner h5:after { content: ""; width: 50px; height: 1px; background: #fff; box-shadow: 0 0 5px #333; margin-right: 10px; 
        display: block; opacity: .5;}

/*相簿*/
.banner.banE { background-image: url(https://pic03.eapple.com.tw/climitdesign/banner_01.jpg);}
.banner.banE h5:before {content: "設計作品";}

/*文章*/
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/climitdesign/banner_02.jpg);}
.banner.banblog h5:before {content: "裝修札記";}

/*聯絡我們*/
.banner.banC { background-image: url(https://pic03.eapple.com.tw/climitdesign/banner_03.jpg);}
.banner.banC h5:before {content: "預約聯絡";}


/*服務項目*/
.banB { background-image: url(https://pic03.eapple.com.tw/climitdesign/banner_04.jpg);}
.banB h5:before {content: "服務流程";}

/*動畫*/
@keyframes slide-top {
    0% { -webkit-transform: translateY(100%);transform: translateY(100%); opacity:0; }
    100% {-webkit-transform: translateY(0); transform: translateY(0); opacity:1;}
}

@keyframes slide-left {
    0% { -webkit-transform: translateX(0%);transform: translateY(0%); opacity:0; }
    100% {-webkit-transform: translateX(100%); transform: translateX(100%); opacity:1;}
}


@media screen and (max-width: 1200px) {
.banner {
    height: 760px;
}
}

@media screen and (max-width: 1024px) {
.banner {
    height: 560px;
}
}

@media screen and (max-width: 768px) {
.banner {
    height: 460px;
    padding: 40px 55px;
    padding-top: 10rem;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_search input[type=search] {
    border-radius: 0px;
    padding: 5px 35px 5px 10px;
    font-weight: 300;
}

.blog_le .accordion {
    border: none;
    border-radius: 0px;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #7D7D7D !important;
}

.blog_page h4.blog_category_title {
    display: none;
}

.module_i_news ul *,
.blog_subbox * {
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.module_i_news section,
.blog_box {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: calc(clamp(10px, 2vw, 30px) * 2) clamp(10px, 2vw, 30px);
    max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.blog_in_page .blog_box {
    max-width: 100%;

}


.module_i_news ul,
.blog_subbox {
    grid-template-columns: minmax(0, 1fr);
    gap: calc(clamp(15px, 2vw, 20px) * 2) clamp(10px, 2vw, 20px);
}

.blog_page .blog_subbox:hover .subbox_item,
.module_i_news ul:hover li {
    opacity: 1;

}

.blog_page .blog_subbox .subbox_item:hover,
.module_i_news ul li:hover {
    opacity: 1;

}




.blog_le {
    width: 100%;
    top: 150px;
    align-self: flex-start;
    margin-bottom: 80px;
    position: sticky;
    top: 100px;

}

.accordion li .link a {
    border: none;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 10px 10px;
}

h5.blog_le_t {
    color: #000000;
}

h5.blog_le_t span {
    display: none;
}

.blog_le .submenu {
    background: transparent;

}

.module_i_news li,
.subbox_item {
    border-bottom: none;
}

.module_i_news li,
.subbox_item {}

.module_i_news li a,
.subbox_item a {
    grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
    position: relative;

}

.module_i_news li a:after,
.subbox_item a:after {
    content: '';
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    z-index: 0;
    background: #f5f5f5;
    border: 1px #f5f5f5 solid;
    z-index: -1;
    transform-origin: top right;
    transform: scaleX(0);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);

}

.module_i_news li a:hover:before,
.module_i_news li a:hover:after,
.subbox_item a:hover:before,
.subbox_item a:hover:after {
    transform: scaleX(1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.i_blog_le,
.blog_list_le {
    position: relative;
    overflow: hidden;
    aspect-ratio: 5 / 3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.module_i_news ul:hover .i_blog_le,
.blog_subbox:hover .blog_list_le {}



.module_i_news li:hover .i_blog_le,
.subbox_item:hover .blog_list_le {
    transform: translateY(-10px);

}

.module_i_news li .i_blog_le:after,
.subbox_item .blog_list_le:after {
    display: none;
}

.i_blog_ri,
.blog_list_ri {
    position: relative;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.module_i_news li .blog_list_ri:before,
.subbox_item .blog_list_ri:before {
    display: none;
}

.module_i_news li:hover .blog_list_ri:before,
.subbox_item:hover .blog_list_ri:before {
    height: 60px;
}

.blog_page .blog_ri {
    width: 100%;
    padding-left: 0;
}

.blog_in_page .blog_ri {
    gap: 20px;
    width: 100%;
    max-width: 100%;
}

.module_i_news li a:before,
.subbox_item a:before {
    display: none;

}


.i_blog_ri h5,
.blog_list_ri h5 {
    background-image: linear-gradient(#e3e3e3, #e3e3e3);
    background-size: 0 1px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.module_i_news li:hover .i_blog_ri h5,
.subbox_item:hover .blog_list_ri h5 {
    background-size: 100vw 1px;
}

.i_blog_ri em,
.blog_list_ri em {}

.i_blog_ri p,
.blog_list_ri p {}

/* 內頁文章封面圖片 */
.blog_in_page .articel_mainPic img {
    margin: 0;
    display: none;
}

.blog_in_page .blog_shareData {
    order: 3;
}

.blog_in_page .articel_mainPic {
    margin: 0;
    order: 3;
    width: 100%;
}

/* 相關文章 */
.news_related_list {
    max-width: 1460px;
}



.news_related_list li a img {
    transition: all 0.5s ease-in-out;

}

.news_related_list li a:hover img {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);

}

/* 文章標籤 */

.news_tags a {
    font-size: 0.9375rem;
    color: #2F2419;
    background: #f6f6f6;
    transition:
        opacity 1s cubic-bezier(.4, 0, .2, 1),
        transform 1s cubic-bezier(.4, 0, .2, 1),
        background-color 1s cubic-bezier(.4, 0, .2, 1),
        color 1s cubic-bezier(.4, 0, .2, 1),
        width 1s cubic-bezier(.4, 0, .2, 1);

}

.news_tags a:hover {
    color: #2F2419;
    background: #dedede;
    transition:
        opacity 1s cubic-bezier(.4, 0, .2, 1),
        transform 1s cubic-bezier(.4, 0, .2, 1),
        background-color 1s cubic-bezier(.4, 0, .2, 1),
        color 1s cubic-bezier(.4, 0, .2, 1),
        width 1s cubic-bezier(.4, 0, .2, 1);

}

.news_tags {
    padding-bottom: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    gap: 5px;
}

.news_tags a {
    display: inline-block;
    border-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
    transition:
        opacity 1s cubic-bezier(.4, 0, .2, 1),
        transform 1s cubic-bezier(.4, 0, .2, 1),
        background-color 1s cubic-bezier(.4, 0, .2, 1),
        color 1s cubic-bezier(.4, 0, .2, 1),
        width 1s cubic-bezier(.4, 0, .2, 1);
}


.module_i_news_list {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.blog_in_page .blog_back {
    grid-column: 1 / -1;
}

.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: #545454; justify-content: center;}
.blog_back a:before {content: '';display: block;position: relative;left: 0;top:0;width: 50px;height: 1px;background: #7D7D7D;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: #7D7D7D;transition: all .4s;}


@media screen and (max-width: 2000px) {}

@media screen and (max-width: 1024px) {
    .blog_page.article_a .main_part {
        padding: 100px 20px 100px;
    }
    .blog_le {
        top: 0;
        position: relative;
        margin-bottom: 0;
    }

    .blog_box {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media screen and (max-width: 768px) {

    .module_i_news ul:hover .i_blog_le,
    .blog_subbox:hover .blog_list_le {}

    .blog_page .blog_subbox:hover .subbox_item,
    .module_i_news ul:hover li {
        opacity: 1;

    }

    .blog_back a {
        font-size: 13px;
        gap: 10px;
        letter-spacing: 0.15em;
    }
}

@media screen and (max-width: 600px) {
    .blog_page .blog_le {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .module_i_news_list {
        width: 100%;
    }

    .module_i_news section,
    .blog_page .blog_box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .i_blog_le,
    .blog_list_le {
        width: 100%;
    }

    .blog_le,
    .blog_ri {
        grid-column: span 2;
        align-content: start;
    }


    .i_blog_ri,
    .blog_list_ri {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .blog_subbox,
    .module_i_news ul {
        grid-template-columns: minmax(0, 1fr);
    }

    .i_blog_ri h5,
    .blog_list_ri h5 {
        height: unset;
        -webkit-line-clamp: unset;
    }

    .module_i_news li a,
    .subbox_item a {
        grid-template-columns: minmax(0, 1fr);
        position: relative;

    }

    .blog_back a:before, a.article_btn_back:after {width: 25px;}
}

@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;}
}

/* 文章推薦 */
.news_related {background: #ffffffa6;padding:100px 5% 50px;border-top: 1px solid #e3e3e3;}
.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_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 > a figure {aspect-ratio: 3 / 2;}
.news_related_list li a p {font-size: 15px;color: #545454;letter-spacing: 0.05em;}

.lastPage {font-size: 14px;letter-spacing: 0.5em;color: #545454;background: unset;padding: 5px 0;margin: 50px auto 0;max-width: 1500px;
    text-align: center;border-right: 1px solid #7D7D7D;border-left: 1px solid #7D7D7D;transition: 0.5s ease;}
.lastPage:hover {background: #7D7D7D;transition: 0.5s ease; color: #ffff;}


@media screen and (max-width: 1024px) {
.news_related {padding: 60px 5% 50px;}
.news_related h6 span:before {font-size: 20px;}
.news_related_list li a p {line-height: 1.5;}
}

@media screen and (max-width: 768px) {
.news_related_list {grid-template-columns: repeat(2, 1fr);}
.news_related h6 span:before {font-size: 18px;}
.news_related_list li a p {font-size: 14px;}
}

@media screen and (max-width: 600px) {
.news_related h6 span:before {font-size: 17px;}
.news_related_list {grid-template-columns: 1fr;}
}

@media screen and (max-width: 450px) {
.news_related h6 span:before {font-size: 16px;}
}
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*首頁相簿*/
.module_i_album{ padding: 80px 0 195px;}
.module_i_album section {width: 90%;max-width: 1600px;display: grid;grid-template-columns: 300px 1fr;
	gap: 0 4%;position: relative;}
.module_i_album .title_i_box {text-align: left;}
.module_i_album .title_i_box h6{display: none;}
.module_i_album .title_i_box h4{font-size: 24px;color: #000000;letter-spacing: .2rem;  margin-top: 30px; font-family: "Cormorant", serif;}
.module_i_album .title_i_box h4:before{content: "設.計.作.品."; display: block; font-size: 14px; font-weight: 300; top: 0px; position: absolute; left: 0; color: #7D7D7D;
font-family: "Hind", Arial, Helvetica, "STHeiti Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;  padding-left: 70px;}
.module_i_album .title_i_box h4::after{content: ""; width: 50px; height: 1px; background: #7D7D7D; position: absolute; top: 10px;
margin-right: 10px; display: block; opacity: .5;}
.module_i_album .i_album_list_box{padding: 0;}
.module_i_album .show-list {grid-template-columns: repeat(3, 1fr); grid-gap: 20px; margin: 0px auto 40px;}
.module_i_album .show-list > li:nth-child(n+4){display: none;}
.module_i_album .show-list .show_pic {aspect-ratio: 4 / 3;}
.module_i_album .show-list .item p { color: #333; font-weight: 300; margin-top: 10px;}
.module_i_album .show-list .item a:before { bottom: 0px;}
/*.module_i_album .show-list .item:nth-child(even) { -moz-transform: translateY(0%); -ms-transform: translateY(0%); -webkit-transform: translateY(0%); transform: translateY(0%);}*/
.i_album_b {justify-content: flex-start;position: absolute;bottom: 0;}
.i_album_b a i.fa-solid.fa-arrow-right{transition-delay: .5s;}
.i_album_b a:hover i.fa-solid.fa-arrow-right {margin: 0 10px;}
.fa-arrow-right::before {content: "→";color: #7D7D7D;font-family: "微軟正黑體";}
.fa-arrow-right:hover::before { color: #fff;}
.fa-arrow-right:hover::before { color: #fff;}


/*按鈕*/
.animated-arrow {position: relative; border: 1px solid #7D7D7D; border-right: none; border-left: none; background: #ffffff; color: #7D7D7D; padding-top: 17px;
letter-spacing: 1.5px; font-size: 12px; height: 26px; width: 150px; z-index: 1;}
.animated-arrow:hover { color: #ffffff;}
.module_i_album  .animated-arrow:after { content: 'Read More'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);font-family: "Cormorant", serif;}
.animated-arrow:before {content: ''; position: absolute; top: 0px; left: 0px; background: #7D7D7D; width: 0%; height: 100%;transition: all .5s; z-index: -1;}
.animated-arrow:hover:before { width: 100%; transition: all .5s;}


/*相簿*/

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part{
    max-width: 100%;
    padding: 0px 120px 100px;
}

.show-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 120px auto 120px;
    max-width: 1400px;
    grid-gap: 40px;
}

.show-list .show_name {
    font-weight: 300;
}

.show-list .item {
    transform: translateY(0px);
    margin: 0 0 0%;
}

/*.show-list .item:nth-child(even) {
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
}*/

.show-list .item a:before{
    content: "";
    width: 1.5px;
    height: 30px;
    background: #a7a3a0;
    position: absolute;
    bottom: 25px;
    left: 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    transition: clip-path .8s;
    z-index: 999;
}

.show-list .item a:hover:before{
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.show-list .item a:hover .show_name {
    transition: 0.5s;
}

.show-list .show_pic {
    aspect-ratio: 5 / 3;
}

.show_content {
    padding: 0px;
}

.show-list .show_pic img {
    transition: 0.5s;
    filter: saturate(0.7) contrast(0.8);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.show-list li a:hover .show_pic img {
    transition: 0.5s;
    filter: saturate(1) contrast(1);
    clip-path: polygon(8px 8px, calc(100% - 8px) 8px, calc(100% - 8px) calc(100% - 8px), 8px calc(100% - 8px));
}

.show-list .item:hover .show_name {
    color: rgb(11 11 11);
}

.overlay {
    transform: scale(1);
    opacity: 0;
    z-index: 1;
}

.show-list .item:hover .overlay {
    opacity: 0;
    transform: scale(0);
}

/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/

/*  */

.subalbum-menu {
    margin: 0;
    padding: 0;
}

.subalbum-menu h2 {
    display: none;
} 
 
.other_album {
    display: none;
    overflow: unset;
}

.other_subalbum{
    overflow: unset;
}

.other_subalbum li a p {
    font-size: 17px;
    color: #333;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 26px;
    font-weight: 300;
}

.other_subalbum li a:hover p {
    transition: 0.5s;
}


/*  */

ul.pic-list {
    display: block;
    grid-template-columns: unset;
    row-gap: unset;
    column-count: 2;
    column-gap: 10px;
    width: 90%;
    margin: 0px auto;
}

.pic-list .show_pic {
    aspect-ratio: auto;
}

.pic-list .item a {
    margin: 0px auto 10px;
}

.pic-list .item h6 {
    padding: 0px;
}


@media screen and (max-width: 1200px) {
    .module_i_album section {
        grid-template-columns: auto;
    }
    .i_album_b {
    position: relative;
    }
}

@media screen and (max-width: 1024px) {
    .album_page .main_part, .album_class_page .main_part {
        padding: 0px 80px 100px;
    }
}

@media screen and (max-width: 768px) {
    .module_i_album .show-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .show-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .album_page .main_part, .album_class_page .main_part {
        padding: 0px 50px 100px;
    }
    .album_info_page .main_part {
        padding: 100px 20px 195px;
    }
}

@media screen and (max-width: 600px) {
    .module_i_album section {
        width: 80%;
    }
    .module_i_album .show-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .show-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    ul.pic-list {
        column-count: 1;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .album_page .main_part, .album_class_page .main_part {
        padding: 0px 20px 100px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*聯絡我們*/
.contact_content { padding: 50px 0 195px;  max-width: calc(100% - 20%);}
.contact_content form {  display: flex;  flex-direction: column;}
.contact_content .information_left { display: none;}
.contact_editbox { padding: 0;}
.blank_letter { font-size: 17px; color: #212121; font-weight: 500; letter-spacing: 7px; position: relative;}
h4.blank_letter.i, h4.blank_letter.f {  position: relative; padding-top: 100px;}
h4.blank_letter.f:before { content: 'Online Consultation'; position: absolute; bottom: 40px; font-size: 24px; font-family: "Cormorant", serif;}
h4.blank_letter.f:after { content: ""; position: absolute; background: #7d7d7d; width: 1px; height: 43px; top: 150px; left: 20px;}
.list_before { margin-top: 0px;}
.list_before.info li { padding-left: 40px; font-size: 14px;  color: #212121; letter-spacing: 1px;}
.contact_le_nomap {  width: 100%; max-width: 1100px;}

.note { position: absolute;}


/*表格*/
.contact_content .information_right { max-width: 1100px;  width: 100%;padding-left: 0px; padding: 0px;}
.contact_form { max-width: 100%; width: 100%; margin-top: 100px; margin-bottom: 20px; font-size: 15px;
        color: #444; display: grid; grid-template-columns: repeat(12, 1fr); grid-gap: 25px 50px; align-items: start;}
.contact_form li { display: grid;  grid-template-columns: 1fr; grid-column: auto / span 12; grid-gap: 10px; justify-items: start;}
.contact_form li .form__label { max-width: fit-content; font-size: 14px; letter-spacing: 2px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
   grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(80px, 1fr)); padding-left: 2px; font-size: 14px;}
/*.contact_form li:nth-child(n+4) { grid-column: auto / span 3;}*/

.contact_form li.last { justify-content: flex-start;}
.contact_form li.last blockquote { color: #888485;border: 1px #DDDDDD solid;}
.contact_form button.animated-arrow.otherSty.slowAnimation { margin: 0px;}
.contact_form button.animated-arrow.slowAnimation { background: #fff;  color: #7D7D7D; height: 45px;}
.contact_form button.animated-arrow.slowAnimation:hover{color: #fff;}
.contact_form li.last input { font-size: 14px; padding: 3px;}


@media screen and (max-width: 600px) { 
    .contact_form {
        grid-gap: 10px;
    }
    .contact_form li .form__label {
        background: transparent;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




