@charset "utf-8";


/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: #5A4C77;  color: #fff;}
::selection{  background-color: #5A4C77;  color: #fff;}
:root {
    --MainColor: #cec9ed;
    --SubColor:#DCD7ED;
    --SubColor02:#C3B3CE;
    --SFont:"Noto Sans TC", sans-serif;
    --TitleColor:#5A4C77;
    --FontColor:#262626;
    --bg:#f1eff2;
    --bg02:#e4e1f2;
    --hovercolor:#3f3159;
    --f100:100px;
    --f54: 54px;
    --f48: 48px;
    --f45: 45px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f30: 30px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}

.path{display: none;}
body {
    font-family: var(--SFont);
    color: var(--FontColor);
    letter-spacing: 0.1rem;
    background-color: var(--bg02);
}


/*頁碼
.page strong, .page a:hover {    background: var(--SubColor);}
.page li.activeN {    color: var(--SubColor);}
*/

/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {    background: #DCD7ED;    width: 7px;}
::-webkit-scrollbar-button {    display: none;    background: #DCD7ED;    border-radius: 0;}
::-webkit-scrollbar-track-piece {    background: #DCD7ED;}

/* 滑桿顏色 */
::-webkit-scrollbar-thumb {    border-radius: 4px;    background-color: #A7AFDA;}

/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {    background: #5A4C77; }

/* 軌道背景底色 */
::-webkit-scrollbar-track {    box-shadow: transparent;}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*上方選單右邊設定 臉書/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}
*/
.box_search {    display: none;}

.me_tp_features {
    order: 3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tp_links {
    position: relative;

    background: linear-gradient(to left, #CECAE5, #cecae1);
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
    -webkit-box-shadow: 3px 3px 5px #cecae1, -3px -3px 5px #fff, inset 3px 3px 5px rgba(0, 0, 0, 0), inset -3px -3px 5px rgba(0, 0, 0, 0);
    box-shadow: 3px 3px 5px #cecae1, -3px -3px 5px #fff, inset 3px 3px 5px rgba(0, 0, 0, 0), inset -3px -3px 5px rgba(0, 0, 0, 0);
    border-radius: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 15px 10px;
}
.tp_links:before {
    background-color: var(--bg02);
    content: "";
    width: 102%;
    height: 102%;
    left: -1px;
    position: absolute;
    top: -1px;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 40px;
    z-index: 0;
}
.tp_links:hover:before {    opacity: 0;}
.tp_links a {
    color: #aaa1cb;
    font-size: 18px;
    padding: 0 5px;
    z-index: 1;
}
.me_tp_features:hover a {    color: #fff;}
.me_tp_features:hover a {    color: #f5f2ff;}

.tp_links a:hover {
    /* opacity: .8; */
    color: #fff;
    background-color: #2a0871;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
a.me_tp_mail {    display: none !important;}


/*浮動按鈕*/
.linksBtn {    display: none;}
.info_fix_links {    display: flex !important;}
a.info_fix_default.info_fix_mail {    display: none;}

.info_fix_links a {
    overflow: hidden;
    background: rgba(255, 255, 245, 1);
    box-shadow: inset -0.1em 0 2em 0.5em rgba(255, 255, 255, 0.5), inset -0.1em 0 0.5em 0 rgba(0, 0, 0, 0.8);
    position: relative;
    transform-style: preserve-3d;
    color: var(--TitleColor);
}
.info_fix_links a:hover {    background: var(--SubColor02);}
.info_fix_links a:hover i {
    -webkit-animation: stretch-animation .5s ease-out .3s;
    animation: stretch-animation .5s ease-out .3s;
}

@keyframes stretch-animation {
25% {
    -webkit-transform: scale3d(0.9, 1.2, 1);
    transform: scale3d(0.9, 1.2, 1);
    margin-top: 10px;
}
75% {
    -webkit-transform: scale3d(1.1, 0.95, 1);
    transform: scale3d(1.1, 0.95, 1);
}
}
.info_fix_links a:after {
    content: " ";
    display: block;
    position: absolute;
    /* background: rgb(52, 152, 219); */
    background: linear-gradient(rgb(216 217 237) 0%, rgb(167 175 218) 10%, rgb(210 213 234) 100%);
    border-radius: 100% 0 50% 0;
    left: 0;
    bottom: -19px;
    width: inherit;
    height: 3em;
    opacity: 0.7;
    -webkit-animation: surface 3s linear infinite;
    animation: surface 3s linear infinite;
    z-index: -1;
}
.info_fix_links a:nth-child(1):after  {    animation-delay: .3s;}
.info_fix_links a:nth-child(2):after  {    animation-delay: .5s;}
.info_fix_links a:nth-child(3):after  {    animation-delay: .7s;}
.info_fix_links a:nth-child(4):after  {    animation-delay: .9s;}
.info_fix_links a:nth-child(5):after  {    animation-delay: 1s;}

a.info_fix_default.info_fix_tel {    order: 1;}
a.info_fix_default.info_fix_line {    order: 2;}
a.info_fix_default.info_fix_fb {    order: 3;}
a.info_fix_default.info_fix_ig {    order: 4;}

@keyframes surface {
    50% {    border-radius: 0 75% 0 75%;    opacity: 0.5;    height: 3.5em;    }
}

/*電腦LOGO
.nav-brand {}
*/
.nav-brand img {    display: flex;}


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
    position: fixed; 
    background: var(--bg02);
    /* background: linear-gradient(to bottom, #b1b5df -9%, 54%, #c9cde900 100%); */
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    padding: 20px 40px;
    padding: 0 40px;
}
.header_area.sticky {
    background: #e4e1f2bd;
    background: linear-gradient(to bottom, #b1b5df -9%, 54%, #e4e1f273 100%);
    backdrop-filter: saturate(93%) blur(7px);
    transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    /* padding: 10px 20px; */
    padding: 0 20px;
}
.main_header_area .container {    max-width: 100%; transition: all 0.3s cubic-bezier(0.73, 0.08, 0.11, 0.99);}
.sticky .main_header_area .container {    max-width: 1400px;}
.navigation {    grid-template-columns: 200px 1fr 200px;}


/*第一層*/
.stellarnav > ul > li {
    padding: 20px 0;
    position: relative;
}
.sticky .stellarnav > ul > li {    padding: 10px 0;}
.stellarnav > ul > li:before {
    content: "";
    height: 10px;
    width: 11px;

    background: var(--SubColor02);
    display: block;
    position: absolute;
    top: -18px;
    left: 44%;
    border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    transform: rotate(-45deg) translateX(-50%);
    transition: all 0.35s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav > ul > li:hover:before {
    -webkit-animation: drop-animation .5s ease-in both;
    animation: drop-animation .35s ease-in both;
}
@keyframes drop-animation {
50% {    top: -7px;}
85% {    top: 30px;}
100% {    top: 35px;    opacity: 0;}
}

.stellarnav > ul > li > a {
    transition: all 0.3s;
    padding: 0 15px;
    font-weight: 500;
    color: var(--TitleColor);
    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0s;
        transition: all .6s cubic-bezier(.165,.84,.44,1) 0s;
}

.stellarnav > ul > li:hover > a {
    color: var(--TitleColor);
    background: linear-gradient(60deg, #d3cbff, #c97cff, #bf87f1, #a166ab, #8750b8, #9210ad, #4102a5, #8d6fba);
    background-size: 300% 300%;
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: opacity .6s cubic-bezier(.215,.61,.355,1) 0s;
    transition: opacity .6s cubic-bezier(.215,.61,.355,1) 0s;
    -webkit-animation: clip-animation .8s ease .5s forwards;
    animation: clip-animation .8s ease .5s forwards;
}
@keyframes clip-animation {
    from {
    opacity: 1;
    -webkit-clip-path: circle(0% at 50% -20%);
            clip-path: circle(0% at 50% -20%);
    }
    to {
    opacity: 1;
    -webkit-clip-path: circle(110% at top);
            clip-path: circle(110% at top);
    }
}

@-webkit-keyframes btn_hover_grad {
    0% {        background-position: 14% 0    }
    50% {        background-position: 87% 100%    }
    100% {        background-position: 14% 0    }
}

@keyframes btn_hover_grad {
    0% {        background-position: 14% 0    }
    50% {        background-position: 87% 100%    }
    100% {        background-position: 14% 0    }
}

/*下拉線條箭頭*/
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: var(--bg);
    padding-left: 15px;
    background: var(--SubColor02);
}

/*下拉第二層箭頭*/
.stellarnav li li.has-sub > a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--MainCOlor) var(--MainCOlor) transparent;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* 商品下拉超過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個--結束 */

/*footer*/
.footer {    padding: 60px 0 0;    background: #CECAE5;}
.footer_info {    grid-template-columns: 1fr;}
.footer_info ul {
    /* display: grid; */
    /* grid-template-columns: 2fr 1fr; */
    gap: 30px;
    justify-items: stretch;
    border-top: 1px solid #5a4c773d;
    padding-top: 13px;
    display: flex;
    justify-content: space-between;
}

p.mail{display: none;}
.footer_info li p, .footer_info li p a {
    color: var(--FontColor);
    font-size: 15px;
    line-height: 210%;
}
.footer_info li p:hover, .footer_info li p:hover a {
    color: #3f3159;
}

.box_link {
    max-width: max-content;
    flex-wrap: wrap;
    flex-direction: row;
    right: 110px;
}
.box_link a {
    color: #fff;
    border-radius: 50%;
    background: #C3B3CE;
    height: 40px;
    display: flex;
    font-size: 18px;
    border: mediumpurple;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 5px;
    transition: all .5s;
}
.box_link a:hover {    background: var(--TitleColor);    transition: all .5s;}

.footer_menu {    display: grid;    grid-template-columns: repeat(3, 1fr);}
.footer_menu a {
    color: var(--FontColor);
    font-size: 15px;
    position: relative;
    background: transparent;
    overflow: hidden;
    padding: 3px;
    padding-left: 14px;
    margin-bottom: 9px;
    margin-left: 26px;
}
.footer_menu a:hover {
    background-size: 100%;
    background: linear-gradient(#5a4c77 0 100%) left / 0 no-repeat;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    transition: background-size 0.45s 0.04s;
    background-size: 100%;
}
.footer_menu a:hover:before {    left: calc(100% - .1rem);}
.footer_menu a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0.25rem;
    height: 100%;
    background: #5a4c77;
    transition: 0.6s;
}
.copy a {
    color: #e4e1f2;
    font-size: 12px;
}
.copy {
    background: var(--TitleColor);
    margin-top: 20px;
    color: #e4e1f2;
    font-size: 12px;
    letter-spacing: 0;
    padding: 15px;
}

/*聯絡我們*/
.contact_form li.last cite {    background: #d3af79;}


/*按鈕*/
.animated-arrow {
    background: linear-gradient(to left, #5a4c77, #cecae5);
    color: var(--bg);
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
    -webkit-box-shadow: 3px 3px 5px #d5d5d5, -3px -3px 5px #fff, inset 3px 3px 5px rgba(0, 0, 0, 0), inset -3px -3px 5px rgba(0, 0, 0, 0);
    box-shadow: 3px 3px 5px #d5d5d5, -3px -3px 5px #fff, inset 3px 3px 5px rgba(0, 0, 0, 0), inset -3px -3px 5px rgba(0, 0, 0, 0);
    border-radius: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}
.animated-arrow:before {
    background-color: #f7f8f8;
    content: "";
    width: 102%;
    height: 102%;
    left: -1px;
    position: absolute;
    top: -1px;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 40px;
}
.animated-arrow b, .animated-arrow i {
    position: relative;
    z-index: 1;
    color: var(--hovercolor);
}
.animated-arrow i {    color: var(--SubColor02);}
.animated-arrow:hover:before {    opacity: 0;}
.animated-arrow:hover b, .animated-arrow:hover i {    color: var(--bg);}

/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0; background: var(--bg02);}
.bannerindex { position:relative; height:auto; /*top: 85px;*/ }
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img {    width: 100%;}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

.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;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 10px;
    width: 5px;
    height: 25px;
    background: var(--TitleColor);
    border-radius: 2px;
}


/*大圖*/
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, 
.pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: ""; position: absolute;  z-index: 999; pointer-events: none;
}

/*大圖1*/
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/fcwaterproof/01cover-1b.png) no-repeat;
    display: block;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    animation-delay: .2s;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active::before {
    animation: fade-in-right 2.5s cubic-bezier(.39,.575,.565,1.000) both;
}

/*大圖2*/
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/fcwaterproof/01cover-2b.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    left: 0;
    top: 0;
    inset: 0;
    z-index: 1;
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active::before {
    animation-name:  zoomIn ; 
    -webkit-animation-duration: 2.5;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.8s;
}

.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide::after {
    content: "";
    /* max-width: 108px; */
    width: 100%;
    /* min-height: 165px; */
    height: 100%;
    background: url(https://pic03.eapple.com.tw/fcwaterproof/01cover-2a.png);
    background-repeat: no-repeat;
    display: block;
    left: 0;
    bottom: 0;
    background-position: bottom;
    background-size: contain;
    animation-delay: .3s;
    z-index: 0;
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active::after {
animation-name: flipLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    perspective-origin: left center;
}

@-webkit-keyframes zoomIn {
    from {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }

    to {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

@keyframes zoomIn {
    from {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
}
}

@keyframes flipLeftAnime {
from {
    transform: perspective(1000px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
}
to {
    transform: perspective(1000px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
}
}

@keyframes fade-in-right {
    0% {    transform: translateX(-300px);  }
    100% {    transform: translateX(0);    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    position: relative;
    padding: 352px 30px 80px;
    /* padding-left: min(max(19.5vw, 55px), 15%); */
    background-image: linear-gradient(360deg, #e4e1f2 9.44%, rgba(0, 0, 0, 0) 58.22%), url(https://pic03.eapple.com.tw/fcwaterproof/ban.jpg);
    background-size: cover;
    overflow: hidden;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banF {background-image: linear-gradient(360deg, #e4e1f2 9.44%, rgba(0, 0, 0, 0) 58.22%), url(https://pic03.eapple.com.tw/fcwaterproof/ban-f.jpg);}
.bannr.banE {background-image: linear-gradient(360deg, #e4e1f2 9.44%, rgba(0, 0, 0, 0) 58.22%), url(https://pic03.eapple.com.tw/fcwaterproof/ban-e.jpg);}
.banner.banblog {background-image: linear-gradient(360deg, #e4e1f2 9.44%, rgba(0, 0, 0, 0) 58.22%), url(https://pic03.eapple.com.tw/fcwaterproof/ban-blog.jpg);}

.banner h5 {
    font-size: var(--f42);
    color: var(--TitleColor);
    line-height: .2;
}
.banner h5:before {
    content: "WATERPROOFING";
    display: block;
    /* position: absolute; */
    font-family: var(--SFont);
    font-weight: 900;
    font-size: var(--f100);
    line-height: 1;
    background: linear-gradient(to top, #d1c5d300, #8590cc57, #8590cca6);
    background: -webkit-linear-gradient(to top, #3a1c71, #d76d77, #ffaf7b);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    mix-blend-mode: color-dodge;
    text-transform: uppercase;
}
.services_page .banner h5:before {    content: "SERVICE";}
.banner.banF h5:before  {    content: "Our Work";}
.album_page.album_a .banner h5:before {    content: "Projects";}
.album_class_page.album_a .banner h5:before {    content: "Projects";}
.album_info_page.album_a .banner h5:before {    content: "Projects";}
.banner.banblog h5:before   {    content: "NEWS";}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.news_part {    padding: 60px 20px;}

/*
.news_part .title_i_box h4 {
    color: var(--TitleColor);
    font-weight: bold;
}
.news_part .title_i_box h4:before {
    content: "NEWS";
    display: block;
    font-family: var(--SFontEN);
}
.news_list ul li p {
    color: var(--FontColor);
}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

/*顏色*/
.products-list .more {    border: 1px solid var(--SubColor02);    color: var(--TitleColor);}
.products-list .item a:hover .more {    background: var(--SubColor02);}
.product-layer-two li a {
    background: transparent;
    border: none;
    color: var(--FontColor);
}

.product-layer-two li.active a {
    border: none;
    background: var(--TitleColor);
    color: var(--bg);
    font-weight: 400;
}
.product-layer-two li a:hover {    color: var(--TitleColor);}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.products-list .name {    color: var(--FontColor);}

/*按鈕顏色*/
.inquiry_a1 {    background: var(--SubColor02);}
.inquiry_a2 {    background: #7A7281;}
.inquiry_a3{background: var(--SubColor02);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: var(--SubColor02);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--SubColor02);}
.lastPage {    background: var(--SubColor02);}

/*商品側邊規格*/
.sidebarBtn {    background: transparent;    border: none;}
.sidebarBtn h2 {
    color: var(--TitleColor);
    font-size: var(--f24);
    font-weight: 500;
    border-bottom: 2px solid var(--MainColor);
    padding-bottom: 15px;
}
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}

/*相關推薦*/
.prod_related {    background: var(--bg02);    padding: 60px 20px;}
.prod_related h6 span:before{font-size: var(--f24);    color: var(--TitleColor);}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
    .payment_form {    flex-direction: column;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*3個一排
.blog_subbox {    grid-template-columns: repeat(3, 1fr);} 
*/

/*首頁文章*/
.module_i_news {    padding: 100px 20px;}
.module_i_news .title_i_box h4 {
    color: var(--TitleColor);
    font-size: var(--f45);
    font-weight: bold;
    position: relative;
}
.module_i_news .title_i_box h4:before {
    content: "NEWS";
    display: block;
    font-family: var(--SFont);
    font-weight: 900;
    font-size: var(--f100);
    line-height: .8;
    background: linear-gradient(to top, #d1c5d300, #8590cc57, #8590cca6);
    background: -webkit-linear-gradient(to top, #3a1c71, #d76d77, #ffaf7b);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.module_i_news ul {    grid-template-columns: repeat(4, 1fr);}
.module_i_news li {
    background: var(--bg);
    border-radius: 15px;
    overflow: hidden;
    transition: all .5s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    border: 2px solid transparent;
}
.module_i_news li:hover {
    background: var(--SubColor);
    border: 2px solid var(--TitleColor);
    transition: all .5s;
}
.module_i_news li a {    grid-template-columns: 1fr;    padding: 15px;}
.i_blog_le {
    transition: transform .6s cubic-bezier(.25, 1, .5, 1);
    border-radius: 3px;
    aspect-ratio: 7 / 5;
}
.module_i_news li a:before, .module_i_news li a:after{display: none;}

.subbox_item a {    padding-bottom: 25px;}
.subbox_item a:after {
    background: transparent;
    border: none;
    border-bottom: 1px dotted var(--SubColor02);
    opacity: 1;
}
.subbox_item a:hover:after {    border-color: var(--hovercolor); transition: all .3s;} 
.subbox_item a:before {
    color: var(--TitleColor);
    font-family: var(--SFont);
    letter-spacing: 0;
    font-weight: 600;
}

.blog_list_ri h5 {    color: var(--TitleColor);}
.blog_list_ri p {    color: var(--FontColor);}
.blog_list_ri em {    color: var(--SubColor02);}

/*文章-側邊欄*/
h5.blog_le_t em {    color: var(--FontColor);}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--TitleColor) !important;
}


/*文章內層*/
/*文章內層封面
.articel_mainPic img{display: none;}*/
h4.blog_category_title {
    color: var(--TitleColor);
    font-size: var(--f30);
}

.blog_back a.article_btn_back {    background: var(--TitleColor);}
.blog_back a.article_btn_prev {    background: var(--SubColor02);}
.blog_back a.article_btn_next {    background: var(--SubColor02);}

/*文章標籤
.news_tags {    flex-wrap: wrap;}*/


/*文章-相關推薦*/
.news_related {
    background: var(--bg02);
    padding: 60px 20px;
}
.news_related h6 span:before {
    font-size: var(--f24);
    color: var(--TitleColor);
}
.lastPage {
    color: var(--FontColor);
    background: var(--bg);
    border: 2px solid var(--SubColor02);
    border-radius: 30px;
}


/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}*/

/*相本分類全版面 ( 限制最寬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;}
*/

.pic-list .item a img, .show-list .show_pic img {    transition: .4s ease;}
.pic-list .item a:hover img, .show-list .item a:hover .show_pic img {
    transform: scale(1.05);
    transition: .4s ease;
}

.show-list .show_pic {    border-radius: 10px;}
.show-list .show_name {
    text-align: center;
    font-size: var(--f18);
    color: var(--FontColor);
}
.show-list .item:hover .show_name {    color: var(--TitleColor);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.subalbum-menu h2 {    font-size: var(--f30);    color: var(--TitleColor);}
.show-list .item {    background: transparent;}
.album_fixed_title {    background: transparent;    color: #7A7281;}
.other_album_choice li {    background: #7A7281;}
.other_subalbum li a p {    color: var(--FontColor);}


/*相本列表
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media (max-width:1024px) {
    :root {
        --f100:80px;
        --f54: 48px;
        --f48: 40px;
        --f45: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f30: 26px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }

    .header_area, .header_area.sticky {    padding: 0; }
    .nav-header {        padding-top: 15px;    }
    .me_tp_features {    position: absolute;    right: 10px;    justify-content: flex-end;}
    .banner {    padding: 268px 30px 70px;}

    .stellarnav > ul > li:before{display: none;}
    .stellarnav > ul > li {    padding: 7px 0;}

    .footer_logo {    padding-left: 10px;}
}


@media screen and (max-width: 768px) {
    :root {
        --f100:60px;
        --f54: 36px;
        --f48: 32px;
        --f45: 30px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f30: 22px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }

/* 開啟手機板下方按鈕所需設定
#bottom_menu {display: block; } */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
    display: block;
    float: left;
}
#bottom_menu {    background: var(--MainColor);}
#bottom_menu li a {    color: var(--TitleColor);}
.footer_info ul {    flex-direction: column;}
.footer_info li:nth-child(2) {    margin-top: 0;}
.footer_menu a {    margin-left: 0;}

.header_area, .header_area.sticky {        padding-bottom: 10px;        backdrop-filter: none;  position: sticky;  }
.banner {    padding: 189px 30px 45px;}

/*漢堡選單*/
.stellarnav .menu-toggle span.bars span {    background: var(--TitleColor);}
.stellarnav .menu-toggle:after {    color: var(--TitleColor);}

.stellarnav.mobile.left > ul {    border: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--SubColor); color: #fff;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #ffffff;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px var(--MainColor);}/*下拉關掉*/
.stellarnav.mobile li.open {    background: var(--bgcolor);}/*下拉*/

/*文章*/
.module_i_news ul {    grid-template-columns: repeat(2, 1fr);}
ul.show-list, .pic-list {    grid-template-columns: repeat(2, 1fr);}
.blog_subbox {    grid-template-columns: repeat(2, 1fr);}
}


@media (max-width:600px) {
    :root {
        --f100:42px;
        --f54: 32px;
        --f48: 28px;
        --f45: 26px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f30: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }

    .stellarnav.mobile {        left: 10px;        top: 15px;    }
    .me_tp_features {    position: relative;    justify-content: center;}
    .tp_links {    box-shadow: none;    padding: 0;    background: transparent;}

    .banner {        padding: 183px 30px 20px;    }

    ul.show-list, .pic-list {    grid-template-columns: 1fr;}
    .subbox_item a {    grid-template-columns: 1fr;}

        /*聯絡我們表單*/
    .contact_form li {    grid-gap: 0;}
    .contact_form li .form__label {    background: transparent;}
}

@media (max-width:375px) {
    :root {
        --f54: 28px;
        --f48: 24px;
        --f45: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f30: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}

