<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*遇健光運動美學工作室*/

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


&amp;::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&amp;::-webkit-scrollbar-button {
    background: #fff;
    border-radius: 0;
}

&amp;::-webkit-scrollbar-track-piece {
    background: #eee;
}

&amp;::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #b76f74;
}

&amp;::-webkit-scrollbar-track {
    box-shadow: transparent;
}

:root {
    --swiper-theme-color: #d0878b;
}
body{ font-family:"noto sans TC"; font-weight:400;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*內頁*/
.edit_part { padding: 0px;}
.other_page .main_part {  margin-bottom: -5px!important;}
.main_part { max-width: 80%;}
#content{    background-image: url(https://pic03.eapple.com.tw/olgafitnessstudio/bg_page.jpg);
	background-position:top; background-repeat:repeat;max-width: 100%;}
.show_content {   width: 100%;}
/*大圖********************************* */
/*預設解除背景輪播*/
#content_main { margin:0;margin-bottom: -5px !important;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:relative; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-slide {position: relative;}
.swiper-slide:before ,.swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: slide-fade-in 1.8s ease-in-out both;
    animation-fill-mode: both;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/olgafitnessstudio/banner_text01.svg);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
	animation:  slide-fade-in 1.8s ease-in-out both;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):before {
    animation: slide-fade-in 1.8s ease-in-out both;
    animation-fill-mode: both;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/olgafitnessstudio/banner_text02.svg);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
	animation:  slide-fade-in 1.8s ease-in-out both;
}



@keyframes slide-top {
  0% {-webkit-transform: translateY(100%); 
            transform: translateY(100%);
            opacity:0;}
  100% {-webkit-transform: translateY(0);
            transform: translateY(0);
            opacity:1;}
}

  @keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); 
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}

@keyframes slide-fade-in {
    0% {
        opacity: 0;
        transform: translateX(-20px); 
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

  
@media screen and (max-width: 900px) {

.show_content { width: 100%;}
.main_part {  max-width: 100%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*背景*/
#content {
    min-height: 80vh;
    /*background: #ffffff;*/
    
    background-size: cover;}
#content_main {
    width: 100%;
    min-height: 80vh;
    overflow: hidden;
    z-index: 60;
    position: relative;
    margin-top: 100vh;
    /*background: #ffffff;*/
    background-repeat: no-repeat;
    background-size: cover;}

    #to_top {
        position: fixed;
        left: 10px;
        z-index: 600;
        width: 58px;
        height: 58px;
        padding-top: 12px;
        font-size: 12px;
        color: #B86E76;
        text-align: center;
        text-decoration: none;
        background: #ffebea;
        box-shadow: none;
        border-radius: 100%;
		border: solid 1px #B86E763d;
    }
    #to_top i:before, #to_top i:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100px;
        background: #B86E76;
        transition: all 100ms ease-in-out;}
        


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/

.pageIndex .header_area {position: absolute; z-index: 9999;padding: 50px;background:#fffffff2;background-image: url(https://pic03.eapple.com.tw/olgafitnessstudio/bg_page.jpg);
    background-position: top;  background-repeat: repeat;position: fixed;top: 0;width: 100%;transition: all 0.5s;box-shadow: 1px 1px 5px #3333330f;}
.header_area {  position: relative;z-index: 9999;padding: 50px;background:#fffffff2;top: 0;width: 100%;transition: all 0.5s;background-image: url(https://pic03.eapple.com.tw/olgafitnessstudio/bg_page.jpg); background-position: top;  background-repeat: repeat;box-shadow: 1px 1px 5px #3333330f;}
.header_area .main_header_area { position: fixed; background: transparent;top: 0; left: 0;width: 100%;height: 0;transition: all 0.5s;}
.header_area.sticky .main_header_area { transition: all 0.5s;background-image: url(https://pic03.eapple.com.tw/olgafitnessstudio/bg_page.jpg);
    background-position: top;  background-repeat: repeat;box-shadow: 1px 1px 5px #3333330f;}
.header_area.sticky {width: 100%; z-index: 9999; background:#ffffff;transition: all 0.5s;background-image: url(https://pic03.eapple.com.tw/olgafitnessstudio/bg_page.jpg);
    background-position: top;   background-repeat: repeat;box-shadow: 1px 1px 5px #3333330f;}

.header_area .me_tp_features {    display: flex;
        width: auto;
        position: fixed;
        top: 24px;
        right: 5%;
        margin-bottom: 0;
        flex-direction: row;
        align-content: space-around;
        align-items: flex-end;}
.header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile { display: block;position: fixed;top: 3%;left: 5%;transition: all 0.5s;pointer-events: all;}
.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {top: 33px;transition: all 0.5s;}



/* 選單 */
.stellarnav .menu-toggle{ text-align: center;}
.stellarnav .menu-toggle:after{ content: "MENU";display: none;font-size: 12px; text-align: center; color: #43453D; margin-top: 10px;}
.stellarnav.desktop .menu-toggle span.bars span { display: block;position: relative; width: 40px;height: 2px;border-radius: 6px;background: #444; margin: 0 auto 3px; left: 0;transition: 0.5s;}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(1) {left: -10px;transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.stellarnav.desktop .menu-toggle span.bars span:nth-child(2) { opacity: 0;transition: all 1s;}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(3) {left: 10px;transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);}


/* 選單關閉 */

.stellarnav .menu-toggle span.bars { top: 0;}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(1) {
      margin: 0;
    width: 20px;
    transform: rotate(45deg) translate(15px, 9px);
    border-radius: 0;
    transition: all 0.3s;
}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(2) {
    margin: 0;
    opacity: 1;
    transform: rotate(90deg);
    transition: all 0.3s;
}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(3) {
    margin: 0;
    width: 20px;
    transform: rotate(-45deg) translate(5px, 21px);
    border-radius: 0;
    transition: all 0.3s;
}


.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(1) { left: -10px;opacity: 0;transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(3) { left: 10px;opacity: 0;transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);}



/* 未開啟 */

.stellarnav.desktop &gt; ul { display: none !important; margin: 0;padding: 0;text-align: center;background: transparent; position: relative;top: 0%; left: 0%;width: 100%;height: 100%;z-index: -5;transition: all 0.3s;}
.stellarnav.desktop{ position: fixed; width: 100%;height: 100%; top: 0;left: 0;z-index: -5;line-height: normal;background-color: transparent;pointer-events: none;transition: 1s;}
.stellarnav.desktop::before{ content: "";position: fixed; width: 100%;height: 100%;top: 50%;left: 50%;z-index: -5; line-height: normal; background-color: transparent;transform: translate(-50%,-50%);opacity: 0;transition:1s;}



/* 開啟 */
.stellarnav.desktop.active &gt; ul {
    display: flex !important;
    transition: all 0.3s;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    pointer-events: all;
    width: 100%;
    height: 21%;
    background: transparent;
    padding: 200px 7% 80px;
    padding-top: 130px;
}

.stellarnav.desktop.active &gt; ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0px;
    left: 0;
    background:#ffffff;
	background-image: url(https://pic03.eapple.com.tw/olgafitnessstudio/bg_page.jpg);
    background-position: top;
    background-repeat: repeat;
    box-shadow: 1px 1px 5px #3333330f;
    animation: nav-left 0.5s forwards;
}
.stellarnav.desktop.active{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-end;
}
.stellarnav.desktop.active::before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}


@keyframes nav-left {
    0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
    
}




@keyframes line-up {
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}






/* 購物籃 */
.tp_links{
    display: none;
}
.box_search input[type=text] {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: 0;
    padding: 12px 0px 10px 42px;
    width: 210px;
    font-size: 14px;
    max-width: 100%;
    border-radius: 10em;
    transition: all .5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #000 solid;
    border-radius: 0;
    transition: all 0.3s;
    color: #333;
}
.box_search input[type=text]:hover {
    color: #fff;
    transition: all 0.3s;
}
.box_search input[type=text]:focus {
    color: #333;
    transition: all 0.3s;
}
.shop_search_btn {
    display: none;
    background: #3F3F3F;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}
.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 0;
}
.me_tp_features a {
    margin: 0 0;
}
.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}
.me_tp_features a.tp_btn_notice span{
    display: none;
}





/* 選單 */
.stellarnav &gt; ul &gt; li &gt; a {
    margin: 0 20px;
    padding-left: 0;
    color: #333;
    display: flex;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    height: auto;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
	font-family:"noto sans TC";
	font-weight:300;
	margin: 20px 0px 10px 0px;
}
.stellarnav &gt; ul &gt; li &gt; a:hover {
    transition: all 0.3s;
    color: #B86E76;
}
.stellarnav &gt; ul &gt; li &gt; a b {
    display: inline;
    line-height: 15px;
    height: 20px;
}
.stellarnav &gt; ul &gt; li &gt; a b:nth-child(1) {margin-right: 20px;}
.stellarnav &gt; ul &gt; li &gt; a b:nth-child(2) {
    font-size: 12px;
    color: #43453D;
    word-break: keep-all;
}
.stellarnav li {
    opacity: 1;
    width: 100%;
}
.stellarnav &gt; ul &gt; li::before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    margin: 13px 0;
    background-color: #868686;
    animation: line-left-right 1s forwards linear;
}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

.stellarnav &gt; ul &gt; li &gt; a:hover b {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}










/* 選單線延遲 */

.stellarnav li:nth-child(2):before {
}
.stellarnav li:nth-child(3):before {
    animation-delay: 0.3s;
}
.stellarnav li:nth-child(4):before {
    animation-delay: 0.4s;
}
.stellarnav li:nth-child(5):before {
    animation-delay: 0.5s;
}
.stellarnav li:nth-child(6):before {
    animation-delay: 0.6s;
}
.stellarnav li:nth-child(7)::before {
    animation-delay: 0.7s;
}
.stellarnav li:nth-child(8)::before {
    animation-delay: 0.8s;
}




@keyframes line-left-right {
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
    
}

/*下拉箭頭*/
.stellarnav li.has-sub &gt; a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


/* 文字 */

.stellarnav &gt; ul &gt; li{
    opacity: 1;
    animation: up 1.5s forwards;
    animation-delay: 0.2s;
}



/* 下拉 */
.stellarnav ul ul {
    width: 100%;
    border-radius: 5px;
    left: 50%;
    background: #ffffee;
    transform: translate(-50%,0px);
	width: 200px;
}
.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: -1px;
    background: #fff9f9;
    transition: all 0.3s;
}
/*.stellarnav li li:nth-child(1) {
    border-radius: 5px 5px 0 0;
}
.stellarnav li li:nth-last-child(1) {
    border-radius: 0 0 5px 5px;
}*/
.stellarnav li li:hover {
    background: #fff9f9;
   /* border-radius: 5px;*/
    color: #333;
    z-index: 100000;
    transition: all 0.3s;
}

.stellarnav li li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 10px 20px;
    transition: all 0.3s;
    font-weight: 400;
    font-family: "noto sans TC";
    letter-spacing: 0px;
}
.stellarnav li li:hover &gt; a {
    color: #333;
    background-color: #f8ebeb;
    transition: all 0.3s;
}

.stellarnav li li.has-sub &gt; a { padding: 10px 20px;}
.stellarnav li li.has-sub &gt; a:after { border-left: 6px solid #333;}
.stellarnav li.drop-left li.has-sub &gt; a:after { border-right: 6px solid #333;}
/* 下拉二層 */

.stellarnav ul ul ul {
    top: 0;
    left: 300px;
}
.stellarnav li.drop-left ul ul {
    left: auto;
    right: 100px;
}








@keyframes ul-show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
    
}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.car_page .information_left {
    display: block;}
    
.shop_search_txt {color: #fff;}
::selection {
    background: rgba(255, 255, 255, 0.444);}
.me_tp_features {
    width: 100%;
    text-align: right;
    z-index: 111;
    padding:5px 0 0 0;}
.me_tp_features a i {
    margin: 0 3px;
    color: #d0878b;}


.me_tp_features a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
        font-size: 14px;
        color: #d0878b;}

 .shop_search_btn {
            background: transparent;
            color: #fff;
            font-size: 13px;
            border: none;
            border-radius: 20px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 5;
            padding: 4px 12px;
            cursor: pointer;
            height: 100%;
            display: none;}


.nav-menu&gt;li:not(.tp_links) {
    display: none;
}

.nav-menu&gt;li&gt;a {
    color: #fff;
    letter-spacing: 3px;
    padding: 25px 7px;
}


.nav-menu&gt;li.focus&gt;a {
    color: #ffffff;
}
.nav-dropdown&gt;li:hover&gt;a .nav-dropdown&gt;li.focus&gt;a {
    color: #ffffff;
}


.stellarnav li.has-sub &gt; a:after {
        content: '';
        margin-left: 10px;
        position: absolute;
        top: 40%;
        right: 5px;
        transform: translateY(-50%);}   


.navigation {     padding: 20px 0px 20px 300px;}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 0 20px;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    justify-items: end;}



/*logo*/

.nav-header {
    position: fixed;
    z-index: 123;
    top: 17px;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 0px);
    transition: all 0.3s;
}
.header_area.sticky .nav-header {
    top: 17px;
    opacity: 1;
    transition: all 0.3s;
}

/* = = = 頁尾 = = = =  = = = = = = = = */
.center {max-width: 1420px;}
/*換圖*/

.footer {
    position: relative;
    padding: 60px 0 0;
    font-size: 16px;
    background-color: #f8e6e6;
	background:url(https://pic03.eapple.com.tw/olgafitnessstudio/footer_bg.jpg);
	background-repeat:repeat;
	background-position:bottom;
    overflow: hidden;
    z-index:99;
}

.footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 520px;
    height: 100%;
    /*background-image: url(https://pic03.eapple.com.tw/olgafitnessstudio/footer.png);*/
    background-repeat: repeat-y;
    background-position: right bottom;
    background-size: 320px auto;
    animation: scrollUp 7s linear infinite;
    z-index: -1;
    opacity: 0.9;

    /* 加上遮罩讓上方漸漸透明 */
    mask-image: linear-gradient(to top, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 80%, transparent 100%);
}
.footer .center {
    position: relative;
    max-width: 1520px;
}

@keyframes scrollUp {
    0% {
        background-position: center bottom;
    }
    100% {
        background-position: center top;
    }
}
@media screen and (max-width: 768px) {
.footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 520px;
    height: 100%;
    /*background-image: url(https://pic03.eapple.com.tw/olgafitnessstudio/footer.png);*/
    background-repeat: repeat-y;
    background-position: right bottom;
    background-size: 320px auto;
    animation: scrollUp 12s linear infinite;
    z-index: -1;
    opacity: 0.4;
    mask-image: linear-gradient(to top, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 80%, transparent 100%);}

.footer_logo {max-width: 60%;}

}
/*換logo*/
.footer_logo img {width: 0;}
    
.footer_logo {
        /*background: url(https://pic03.eapple.com.tw/olgafitnessstudio/footerlogo.png) no-repeat center;*/
		background: url(https://pic03.eapple.com.tw/olgafitnessstudio/footer_logo.svg) no-repeat center;
        height: 52px;
        max-width: 30%;
        width: 100%;
		margin: 0px 0px 33px 0px;
        background-size: contain;}

.footer_info {     padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 0 30px;
    justify-content: center;}
.footer_info ul{display: grid;grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));gap: 0;letter-spacing: 0.15em;}


.footer_info li{ padding: 20px 10px;}
.footer_info ul&gt;li:nth-child(1):before{
    content: "聯絡資訊";
    font-family: 'Noto sans TC', sans-serif;
    font-weight: 500;
	color:#B86E76;
	padding-left: 12px;
	margin-bottom: 20px;
}
.footer_info ul&gt;li:before{
    font-size: 120%;
    color: #B86E76;
    display: block;
    margin: 0 0 15px;
    border-bottom: 1px dashed #B86E7663;
    padding-bottom: 10px;
    letter-spacing: 2.2px;
	
}
.footer_info li:nth-child(1) { display: inline-block; width: 100%;}
.footer_info li p {color:#B86E76;}
.footer_info li p {
    color: #B86E76;
    font-family: "noto sans TC";
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1.1px;
	margin: 0 0 0 15px;}
.footer_info li p a {  color: #B86E76;}

/*footer_menu*/
.footer_info ul&gt;li:nth-child(2):before{
    content: "網站地圖";
    padding-left: 12px;
	color: #B86E76;
    font-family: "noto sans TC";
    font-weight: 500;
    letter-spacing: 2.2px;}
.footer_info li:nth-child(2) { display: inline-block; width: 100%; vertical-align: top; }
.footer_menu {margin-top: 20px;display: grid;grid-template-columns: 1fr 1fr;gap: 13px 5px;font-family: "noto sans TC";  }/*footer按鈕最小寬度100px*/
.footer_menu a:nth-child(1){display: none;}
.footer_menu a {margin: 0 0 0 15px;padding: 0;background: transparent;border: none;text-align: left;color: #B86E76;display: block;width: fit-content;font-weight: 300;  font-size: 15px;   letter-spacing: 1.1px;}
.footer_menu a:hover { background: transparent; color: #b76f74; border: transparent;}

/*icon*/
.box_link {    display: flex;
        flex-wrap: wrap;
        flex-direction: row;}
.box_link {top: unset;bottom: 0; display:none;}
.box_link .me_tp_call, .box_link .me_tp_mail{display: none;}
.box_link a {transition: all 0.3s;border: none;color: #fff;}

.box_link a:hover { background: #b76f74; }
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before, .box_link a:hover .fa-facebook::before, .box_link a:hover .fa-line::before , .box_link a:hover .fa-instagram::before { color: #ffffff;transition: all 0.3s;}

/*版權*/
.copy {  background: transparent;  color: #c59ba2;  padding: 18px 0px;  font-size: 10px;  border: none;}
.copy a { color: #c59ba2; transition:all 0.3s;}
.copy a:hover { color: #B86E76;}


/*上方選單右邊設定 臉書/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 {}
*/

/*頁碼*/
.path p, .path p a {display: none;
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #ffffff;}



/*相簿*/
.show-list .show_name {
    font-size: 17px;
    color: #ffffff;
    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;
}
.show-list .item:hover .show_name {
    color: #8F9576;}
/*標題*/
.subalbum-menu h2 {
    font-size: 20px;
    color: #8F9576;
    display: inline-block;
    vertical-align: middle;}
.other_subalbum li {
    display: block;
    background: transparent;}

/*觀看更多*/
.album_fixed_title {
    font-size: 17px;
    color: #ffffff;
    padding-right: 14px;
    display: inline-block;
    position: relative;
    background: transparent;
}
.other_album_choice li {
    background: #8F9576;
    font-size: 15px;
    display: inline-block;
    border-radius: 18px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;}
   
 /*相簿內頁*/
 /*說明*/
    .album_descrip {
        margin-bottom: 20px;
        color: #ffffff;
        line-height: 1.4;}
/*文章管理*/
h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color:  #333;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 7px;}
.blog_list_ri {
    display: block;
    padding: 10px 8px;
}
/*側邊標題*/
.accordion li .link a {
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    position: relative;}
.blog_le .accordion &gt; li:hover, .blog_le .accordion &gt; li.on_this_category {
    background: #fdf9f8 !important;
    color: #333;
}
.fa-circle-chevron-right::before {
    content: "\f138";
    color: #333;
    padding-left: 2px;
    font-size: 12px;}
.submenu {  background: #fdf9f8;}
.submenu a {   color: #333;}
.submenu li.on_this_category a, .submenu a:hover { background: #f5e0e2;  color: #333;}
.fa-chevron-down::before { color: #333;}
.blog_le .accordion {  border-radius: 5px; border: 1px #f7e2e5 solid;}
.blog_search input[type=search] {  font-size: 14px; color: #999;   border: 1px #f7e2e5 solid;border-radius: 5px;}
.submenu li+li { border-top: 1px #f7e2e5 solid;}
/*右側文章排版*/
/*.blog_subbox {

        padding: 5px;
        display: flex ;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        flex-wrap: nowrap;grid-gap: 15px;}*/
.blog_subbox {   display: grid;  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));}
/*標題*/
.blog_list_ri h5 {
    font-weight: 500;
    font-size: 18px;
    color: #B86E76;
    font-family: "noto sans TC";
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;}
.blog_le .accordion &gt; li:hover .link a, .blog_le .accordion &gt; li.on_this_category .link a {
    color: #B86E76 !important;
    font-weight: 500;
}
.subbox_item {  border-bottom: none;}
/*時間*/
.blog_list_ri em {
    font-size: 14px;
    color: #a3a3a3;
    font-style: normal;
    display: block;}
/*內文*/
.blog_list_ri p {
    font-size: 13px;
    color: #515151;
    font-family: "noto sans TC";
    letter-spacing: .3px;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;}
/*內文hover*/
.subbox_item a:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 8;
        background:#ffffffad;
        opacity: 0;
        transition: all .5s;}
.subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    font-size: 13px;
    color: #B86E76;
    font-family: "noto sans TC";
    transition: all .6s;
    letter-spacing: .5px;
    font-weight: 400;
}
h5.blog_le_t em { color: #444;font-weight: 400; font-family: "noto sans TC";}
 

/*文章*/
/*文章內頁*/
h4.blog_category_title {
    color: #444;
    font-size: 23px;
    padding: 10px 0;
    margin-bottom: 20px;
    font-weight: 400;
}
.news_related_list li a p {  color: #B86E76;}
.blog_box_edit * {
    line-height: 150%;
    color:  #01060a;}
.subbox_item a {  display: flex; flex-direction: column;grid-gap: 8px;}
.articel_mainPic img:nth-child(1){ display:none;}
/*文章圖片*/
.articel_mainPic img {
    display: block;
    max-width: 50%;}
/*分享文字*/
.toShareNews {
        font-size: 1em;
        color:  #B86E76;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;}
/*文章按鈕*/
.blog_back a.article_btn_back {
        background: #B86E76;}


.blog_back a.article_btn_back:hover, .blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover {
            background: #B86E76;}
/*相關文章*/
.news_related {
    background: #fef9f8;
    padding: 25px 15px;}
.news_related h6 span:before {
        content: '相關文章';
        font-size: 24px;
		color: #B86E76;
		font-weight: 500;}
.news_related_list li a {  background: #ffffff;}
/*按鈕*/
.lastPage {
        font-size: 16px;
        color: #B86E76;
   		background: #f6eceb;
        padding: 10px 20px;
        display: block;
        margin: 40px auto;
        width: 130px;
        text-align: center;}
.blog_back a.article_btn_next {
    background: #f3dddf;
	color:#B86E76;
}
.blog_back a.article_btn_prev {
    background: #f3dddf;
	color:#B86E76;
}
/*首頁-文章管理*/
.module_i_news li a:after {    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #419a7965;
    opacity: 0;
    border: 1px linear-gradient(90deg, #0b3e27, #197149) solid;}
/*首頁-文章顯示*/
 .module_i_news li:nth-child(n+5){
        display:none !important;}
/*標題*/

.module_i_news .title_i_box h4{   font-size: 32px;
    color: linear-gradient(90deg, #0b3e27, #197149);
font-weight: 700;}
/*文章標題*/
.i_blog_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: linear-gradient(90deg, #0b3e27, #197149);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;}
/*時間*/
    .i_blog_ri em {
        font-size: 14px;
        color: #858585;
        font-style: normal;
        display: block;
        margin: 7px 0;}  
 /*內文*/
 .i_blog_ri p {
    font-size: 15px;
    color: #f1c5c1;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;}       

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu&gt;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 &gt; 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&gt;ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu&gt;ul&gt;li&gt;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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕*/
.animated-arrow {
    background: linear-gradient(90deg, #0b3e27, #197149);
    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;}




    /*促銷方案*/
    /*促銷內頁*/
    /*標題*/
    .promotion_title h2 {  font-size: 22px; color: #444; font-weight: 400;}
	.promotion_title em {  display: none;}
/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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.active a {
    font-weight: bold;
    border: 0px #ccc solid;}
.product-layer-two li a {
    position: relative;
    background: #F9EEEF;
    padding: 12px 16px;
    display: block;
    font-size: 16px;border: none;}
.product-layer-two li a {   color: #B86F76;  font-weight: 500;  font-size: 14px;}
.product-layer-two li i.close::before { color: #d0888d;}
.product-layer-two li.active li a {   background: #fafafa;}
.product-layer-two li:hover a {    position: relative; background: #F9EEEF;}
.product-layer-two li li a{ padding:5px 10px;background-color: #f9f9f9; font-weight:400;}
.product-layer-two li li:hover &gt; a { background:#f9f9f9; color:#B86E76;}
.product-layer-two &gt; li { width:100%; max-width:100%; padding:0; text-align:left; padding-bottom: 5px;}
.product-layer-two &gt; li ul &gt; li + li { margin-top:5px;}
.product-layer-two li li:hover &gt; a {  background: #f5e0e2;  color: #B86E76;}
.products-list .name .numbering {  color: #6c6c6c;}
span.numbering {  font-size: 12px;}
.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}
.product-layer-two ul {  grid-gap: 2px;  margin: 3px 0px;}
.product-layer-two li li:hover{ margin-left: 0px;     border-bottom: none;}
.product-layer-two li li &gt; 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%); display:none;}
.product-layer-two li li:hover &gt; a:before { background:linear-gradient(90deg, #0b3e27, #197149);}

.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;}

#prod_thumbSwiper .swiper-slide{padding-top: calc(25% - 2px); position: relative;}
#prod_thumbSwiper img{position: absolute; left: 0; top: 0;}

.fa-circle-plus::before {  color: #d0888d;}
/*產品資訊標題*/
.pd_tabTitle li.activeTab a {
    font-size: 22px;
    color: #B86E76;
    font-weight: 500;}
.pd_tabTitle li { border-bottom: 1px solid #B86E76;}

.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: transparent;
}
/*產品資訊*/
element.style {
    font-size: 13pt !important;
}
/*產品資訊內文*/
element.style {
    color: #0b3e27;}
.pd_tabInner_contain {
        padding-top: 20px;
        color: linear-gradient(90deg, #0b3e27, #197149);}
/*右側商品資訊*/
.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: linear-gradient(90deg, #0b3e27, #197149);}


 .product_info li .txt_box {
        display: inline-block;
        vertical-align: top;
        color: #0b3e27;
    }
.related_list li a p {
    font-size: 15px;
    color: #B86E76;}

/*標題*/
.sidebarBtn h2 {
    color: #B86E76;
    font-size: 21px;
    font-weight: 500;
    padding: 5px 0px;
}
.sidebarBtn .price {
        border-bottom: 1px solid #B86E763b;
        font-size: 22px;}
 .sidebarBtn .sp_price {
            display: block;
            color: #bd2424;
            font-size: 22px;
            font-weight: bold;}


/*加入詢價*/
.inquiry_a1 {
    background: #B86E76;}
.inquiry_a2 {
        background: #666;}
/*加入購物車*/
.inquiry_a3 {
            background: #b37c88;}
 .inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
            letter-spacing: 2px;
			opacity:.8;}
    
 /*底*/   
.sidebarBtn {
    padding: 18px 22px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: 0px #dddddd00 solid;
    background: #fff;
    border-radius: 3px;
}
.pd_tabTitle {
                display: flex;
                justify-content: flex-start;
                align-items: flex-end;
                align-content: flex-end;
                text-align: center;
                color: #0b3e27;
                font-weight: bold;
                font-size: 20px;
            }
/*內文*/
 .product_info li span {
                display: block;
                font-size: 12px;
                color: #333;
                margin-bottom: 3px;
                font-family: Arial, Helvetica, sans-serif;
                letter-spacing: 1px;}


 /*底下相關商品*/       
.prod_related {     background: #fdf7f7;
                    padding: 25px 15px;}
.related_list li a {   background: #ffffff;}
.prod_related h6 span:before {
                       content: '相關推薦';
                        font-size: 22px;
                        color: #B86E76; font-weight: 500;}
/*首頁-商品*/
/*首頁-商品顯示*/
.pageIndex .products-list .item:nth-child(n+5){
    display:none;}
#prod_thumbSwiper .swiper-slide::before {  background: #B86E76cc;}

/*標題*/
.i_prod_tit span, .i_video_tit span {
    font-size: 32px;
    color: #8F9576;
    font-weight: 600;
}
div#number_area {
    color: #999;
}

.products-list .more {
    border: 1px solid #B86E763b;
    letter-spacing: 1.5px;
    color: #B86E76;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
	font-weight:400;}
.products-list .item a:hover .more {
        background: #f9eeef;
        color: #B86E76 !important;
        letter-spacing: 3px;}
.products-list .name {
            font-size: 18px;
            color: #B86E76;
			font-weight:500;
            letter-spacing: 1px;
            margin-top: 10px;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 30px;}
.products-list .price b {
                    color: #B86E76;
                font-size: 16px;
                width: calc(50% - 10px);}
.products-list .more {  border: 1px solid #B86E76;   color: #B86E76; font-weight: normal;background-color: #ffffff;  padding: 0px 0px;}
/*購物車*/
/*匯款通知*/
.separate_title { color: #444;  background: #fbf5f5;}

/*詢價車*/
/*回產品頁*/
.rewrite_simple {
    background: #9e9e9e url(../images/simple_left.png) 10% center no-repeat;
}


/*送出詢價*/
.send_simple {
    background: #f1c5c1 url(../images/simple_right.png) 88% center no-repeat;}

/*聯絡我們*/
/*標題顏色*/
.blank_letter {
    font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
    padding-top: 30px;
    font-size: 26px;
    color: linear-gradient(90deg, #f8eaea, #f1ddde);
    background-position: left bottom;
    background-repeat: no-repeat;}
/*資訊顏色*/
 .list_before {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 15px;
        color: linear-gradient(90deg, #f8eaea, #f1ddde);
        display: block;
        width: 100%;
        position: relative;}
.contact_le_map a {
            display: block;
            background: linear-gradient(90deg, #f8eaea, #f1ddde);
            text-align: center;
            padding: 10px;
            color: #fff;}
/*表單*/
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;}


.contact_form li.last cite {
        background: linear-gradient(90deg, #f8eaea, #f1ddde);
        color: linear-gradient(90deg, #0b3e27, #197149);}
.contact_form li.last input {
            background: none;
            border: none;
            outline: none;
            font-size: 15px;
            padding: 7px;
            letter-spacing: 2px;
            color: linear-gradient(90deg, #0b3e27, #197149);}


/*表單輸入文字*/
 button, input, optgroup, select, textarea {
                color: #333;
                font: inherit;
                margin: 0;}   
				
/*聯絡我們*/	
.blank_letter {
    font-family: "noto sans TC";
    font-weight: 400;
    padding-top: 30px;
    font-size: 24px;
    color: #B86E76;
    letter-spacing: 1.1px;
}
.contact_form li input.noborder { border: 1px #e7e7e7 solid;}
.noborder {   padding: 10px;}
.contact_form li textarea.noborder{ border: 1px #e7e7e7 solid;}
.fa-arrow-right::before {  content: "\f061"; color: #333;}
.contact_form li .form__label {
    display: block;
    max-width: 85px;
    text-align: right;
    font-family: "noto sans TC";
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
}
.list_before.info li {  padding-left: 40px;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before { font-weight: normal;}
.list_before li { margin: 10px 0;   font-weight: 300; }
.contact_le_map{ display:none;}
 
@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&gt;h5{display: block;}

/*產品頁面*/
a.pd_menu_toggle {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    color: #ffffff !important;

   }

   #prod_thumbSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;}


/*文章*/
.path p, .path p a {
    text-align: left;}
    
.product_page .show_content &gt; 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;}
.articel_mainPic img {
    display: block;
    max-width: 100%;}
}
@media screen and (max-width: 600px) {
.contact_form li {  grid-gap: 2px;}
.contact_form {  grid-gap: 6px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*手機板下方*/
#bottom_menu {     box-shadow: none;}
#bottom_menu li a em {
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #333;
}

.fa-house::before {
    content: "\f015";
    color: #333;
}
.fa-credit-card::before {
    content: "\f09d";
     color: #333;
}
.fa-cart-shopping::before {
    content: "\f07a";
     color: #333;
}

/*預設解除背景輪播*/
#content_main { margin:0;}

.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}
/*大圖*/
.swiper-banner .swiper-slide img {
    width: 100%;
    height: auto;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/


.banner.banB {display: none;}
.banner.banF {}
.banner.banblog {}
.banner.banC {}
.banner {
    background: url(https://pic03.eapple.com.tw/olgafitnessstudio/banner.jpg);
    height: 376px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-size: cover;
	display:none;}

.banner h5 {color:#ffffff;     font-weight: 500;}
.banner h5:after {
    content: "";
    font-size: clamp(0.9375rem, 0.8813rem + 0.2304vw, 1.25rem);
    white-space: pre-line;
    font-size: 16px;
    display: block;
    color: #cfffec;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 1.7;
    -webkit-animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
    animation: imgSlideUpAnimation 1s 0.1s ease-in-out forwards;
    opacity: 0;}

    @keyframes bannerScrollAnimation {
        0% {
            height: 0;
        }
    
        50% {
            height: 100%;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    
        100% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }
    }
    
    @-webkit-keyframes imgSlideUpAnimation {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @keyframes imgSlideUpAnimation {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
    
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    /*@media screen and (max-width: 768px) {
        .banner {
            background: url(https://pic03.eapple.com.tw/olgafitnessstudio/banner.jpg);
            height: 276px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            background-size: cover;
            background-position: center;
            overflow: hidden;
            background-size: cover;}
            
         .banner h5 {
                color: #ffffff;
                font-size: 26px;
                font-weight: 500;
                margin-top: 60px;

        }}*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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 screen and (max-width: 1400px) {
.container {
        max-width: 1200px;
        transition: all 0.3s;}}

 @media screen and (max-width: 980px) {
 .main_header_area .container .navigation {    grid-template-columns: 1fr;}
 .main_header_area .container .navigation&gt; *{grid-row:unset;grid-column:unset;text-align: center;}
.nav-menu&gt;li&gt;a {padding: 10px 0px;}
.pageIndex .header_area {
    position: relative;
    width: 100%;
 }
.header_area.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9997;}
.header_area .main_header_area ,  .header_area.sticky .main_header_area{    background: linear-gradient(90deg, #0b3e27, #197149);}



.nav-menu&gt;li&gt;a {    padding: 15px 0px;letter-spacing: 2px;}
.me_tp_features {
    width: 100%;
    text-align: center;
    margin-bottom: 7px;}
/*logo*/
.nav-brand img {
        transition: all 0.3s;
        text-align: center; }
.nav-brand img {max-width: 100%;}

.navigation {
grid-template-columns: 200px 1fr;
grid-gap: 0 20px;
align-content: stretch;
justify-content: center;
align-items: center;
justify-items: center}

.tp_links {display: none;}

}

@media screen and (max-width: 910px){
    .footer_info{flex-direction: column;flex-wrap: nowrap;align-content: space-between;}
    .footer_info ul{width: calc(100% - 100px);}
}





@media screen and (max-width: 768px) {


/*產品頁面*/

a.pd_menu_toggle i {
    width: 1.5em;
    text-align: center;
    color: #444;}
.product_menu_list&gt;h5 {
    color: #444;
    font-weight: 500;    
	font-size: 18px;
    padding: 10px;
   }
.fa-caret-down::before {
    content: "\f0d7";
    color: #333;
}
.product_menu_list&gt;h5 a {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;}
a.pd_menu_toggle {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px linear-gradient(90deg, #0b3e27, #197149) solid;
    border-radius: 20px;}
.stellarnav.mobile li li.has-sub a {
    padding: 12px 20px;
    font-size: 12px;
	margin-right: 7px;
}
.stellarnav.mobile ul ul ul {  left: 50%;}
.stellarnav li.drop-left ul ul { left: 50%;}
.stellarnav.mobile &gt; ul &gt; li &gt; a {
    padding: 10px 20px 10px 0px;
	font-weight: 400;
}
.stellarnav.mobile li.open li.open {
    background: #f8ebeb;   padding: 3px 0px;}
.stellarnav.mobile li.open {  padding: 1px 0px;}
/*產品內頁-標題名稱*/
.mobile_product_name {
    display: block;
    margin-bottom: 10px;
    color: linear-gradient(90deg, #0b3e27, #197149);}
/*產品資訊*/
.sidebarBtn {
        padding: 15px;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        border: 0px #dddddd00 solid;
        background: linear-gradient(90deg, #0b3e27, #197149)4a;}



 /*側邊選單*/
 /*購物車*/
 .me_tp_features a i {
    margin: 0 3px;
    color: #d0878b;
}
.navigation * {
    color: #d0878b;}
    
 /*搜尋*/
 .me_tp_features {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    background-color: transparent;}
 /*menu*/
 .stellarnav &gt; ul &gt; li &gt; a {padding: 0 10px 0 0;color: #333;font-size: 15px;    line-height: 30px;margin: 5px 20px;
    height: 30px;}
 .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #d0878b;
    margin: 0 auto 4px;}
  .stellarnav .menu-toggle:after {display: none !important;
        content: 'MENU';
        font-size: 10px;
        color: #d0878b;
        display: inline-block ;
        transform: scale(0.9);
        white-space: nowrap;}

.stellarnav &gt; ul &gt; li::before {
            display: none;}
.stellarnav.mobile &gt; ul &gt; li &gt; a.dd-toggle {   padding: 6px 0px;  margin: 6px 0px;}
.stellarnav a.dd-toggle .icon-plus:before { border-bottom: solid 2px #777;}
.stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 2px #777;}
 .stellarnav.mobile.right &gt; ul, .stellarnav.mobile.left &gt; ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    border-right: 1px #efefef solid;
    background:#fffffff5;
    display: block;}

.stellarnav.mobile li.open {
        background: #ffffff;}
.stellarnav.mobile ul {
background:#ffffff;}

.pageIndex .stellarnav ul li a {    color: #666; border-right: 0;  font-weight: 400;  padding: 15px 30px; }
.stellarnav ul li:hover a {   color: #333;    border-right: 0;}
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile {
            display: inline-block;
            padding: 5px 7px;}
.nav-brand {  width: 130px;}
.header_area { padding: 40px;}
/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 13px;
        background: transparent;
        color: #B86E76;
        padding: 7px;
    }
.stellarnav .icon-close:after {
                content: '';
                display: block;
                width: 12px;
                height: 0px;
                top: 50%;
                border-bottom: solid 2px #B86E76;
                position: absolute;
                transform: rotate(-45deg);
				}
.stellarnav .icon-close:before {
                    content: '';
                    display: block;
                    width: 12px;
                    height: 0px;
                    border-bottom: solid 2px #B86E76;
                    position: absolute;
                    top: 50%;
                    transform: rotate(45deg);}
.stellarnav.mobile li a {border-bottom: 0px solid rgba(255, 255, 255, .15);}
.stellarnav.mobile &gt; ul &gt; li {  border-bottom: 1px #dddddd5e solid;}
.stellarnav .icon-close {  margin-right: 5px;}
 .stellarnav li li a {  font-size: 12px;}                   
/*表單*/
.contact_form li .form__label {
    width: 100%;
    margin-left: 0;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    background: transparent;}

/*Footer/＝＝＝＝＝*/
.footer_info { justify-content: center;}
.footer_logo { text-align: center; max-width: 80%;margin: 30px 0px 26px 0px;}
.footer_info ul { flex-direction: column;}
.footer_info li:nth-child(1) { width: 100%;margin-bottom: 5px;}
.footer_info li:nth-child(2) { width: 100%; border-left: none;margin-bottom: 5px;}
.footer_info li p:before {
    content: 'Line ID：';
    color: #B86E76;
    font-weight: 500;
    margin-top: 10px;
}
.footer_info li p a {  font-size: 14px;}
.footer_info li+li {     margin-top: 0px;  }

.footer_info li p {
    text-align: left;
    display: flex;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 2px 8px;
    flex-direction: column;}
.footer_menu a { font-weight: 400;}
#to_top { bottom:60px;}
.footer.with_shopping_mode { padding:30px 0 60px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
#bottom_menu li a {  background:  background: #fef7f7;}
.footer_info li{width: 80%;}
.footer_info ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 70px; }



/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 60px; }
#to_top { bottom:60px;}
}


@media screen and (max-width: 600px) { 
    /*footer*/
    .footer_info{gap: 0;}
    .footer_info ul { width: 90%;}

    
    
}

/* 20250311 */

@media (max-width:500px) {
     /*修改*/
.shop_search_btn{opacity: 0;width: 0%;}
.box_search form input[type=text]{
    width: 18px;
    border: solid 1px #cccccc00;
    background: url(../images/search-icon.png) no-repeat 2px center #ffffff00;
    padding: 4px 15px 4px 10px;
}
.box_search { width: 115px; }

.box_search form:focus-within .shop_search_btn{
    opacity: 1;
    width: unset;
}
.box_search form:focus-within input[type=text]{
    width: 110px;
    border: solid 1px #ccc;
    background: url(../images/search-icon.png) no-repeat 9px center #ffffff;
    padding-left: 32px;
}
}


</pre></body></html>