@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #eee;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #C2B9B0;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

:root {
    --swiper-theme-color: #C2B9B0;
}
body{ font-family:"Noto Serif TC", sans-serif; 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;}




@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); 
    }
}


  
@media screen and (max-width: 900px) {

.show_content { width: 100%;}
.main_part {  max-width: 100%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/

.pageIndex .header_area {position: absolute; z-index: 9999;padding: 56px;background:#fffffff2;background-image: url(https://pic03.eapple.com.tw/baherocky/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: 56px;background:#fffffff2;top: 0;width: 100%;transition: all 0.5s;background-image: url(https://pic03.eapple.com.tw/baherocky/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/baherocky/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/baherocky/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: #4A4A4A; 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 > 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 > 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 > 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/baherocky/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 > ul > li > a {
    margin: 0 20px;
    padding-left: 0;
    color: #4A4A4A;
    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: 400;
	margin: 20px 0px 10px 0px;
}
.stellarnav > ul > li > a:hover {
    transition: all 0.3s;
    color: #C2B9B0;
}
.stellarnav > ul > li > a b {
    display: inline;
    line-height: 15px;
    height: 20px;
}
.stellarnav > ul > li > a b:nth-child(1) {margin-right: 20px;}
.stellarnav > ul > li > a b:nth-child(2) {
    font-size: 12px;
    color: #43453D;
    word-break: keep-all;
}
.stellarnav li {
    opacity: 1;
    width: 100%;
}
.stellarnav > ul > li::before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    margin: 13px 0;
    background-color: #C2B9B0;
    animation: line-left-right 1s forwards linear;
}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

.stellarnav > ul > li > 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 > ul > li.has-sub > a{
    padding-right: 0px;
}

.stellarnav li.has-sub > 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%);
    display: none;
}


/* 文字 */

.stellarnav > ul > 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 > a {
    color: #333;
    background-color: #f8ebeb;
    transition: all 0.3s;
}

.stellarnav li li.has-sub > a { padding: 10px 20px;}
.stellarnav li li.has-sub > a:after { border-left: 6px solid #333;}
.stellarnav li.drop-left li.has-sub > 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: #C2B9B0;}


.me_tp_features a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
        font-size: 14px;
        color: #C2B9B0;}

 .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>li:not(.tp_links) {
    display: none;
}

.nav-menu>li>a {
    color: #fff;
    letter-spacing: 3px;
    padding: 25px 7px;
}


.nav-menu>li.focus>a {
    color: #ffffff;
}
.nav-dropdown>li:hover>a .nav-dropdown>li.focus>a {
    color: #ffffff;
}


.stellarnav li.has-sub > 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: 10px;
    left: 50%;
    max-width: 150px;
    opacity: 1;
    transform: translate(-50%, 0px);
    transition: all 0.3s;
}
.header_area.sticky .nav-header {
    top: 10px;
    opacity: 1;
    transition: all 0.3s;
}

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer資訊欄位*/

.footer {
    padding-top: 55px;
    background: #F7F7F7;
    background-image: url(https://pic03.eapple.com.tw/baherocky/bg_page.jpg);
    background-position: right;
}


.footer .center {
    max-width: 90%;
}

.footer_info {
    display: flex;
    padding: 0px;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_info ul {
    display: flex;
    letter-spacing: 0;
    padding: 0 0 110px;
    flex-direction: column-reverse;
    width: auto;
}

.footer_info li:nth-child(1) {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.footer_info li:nth-child(2) {
    padding-top: 0;
}

.footer_info li p,
.footer_info li p a {
    color: #999999;
    font-size: 13px;
    line-height: 230%;
}

.footer_info li p a:hover, .footer_menu a:hover {
    color: #4A4A4A;
    background: none;
}

.footer_info li p.add2:before {
    content: '營業時間：';
}

/*隱藏*/
.footer_info li p.line {
    display: none;
}
.footer_info li p.phone {
    display: none;
}
.footer_info li p.taxid {
    display: none;
}
.footer_info li p.mail {
    display: none;
}

.footer_menu a:first-child {
    display: none;
}

.footer_menu a:nth-child(2) {
    padding: 0 20px;
    padding-left: 0;
}

.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 5px 0;
    transition: all 0.3s;
    color: #4A4A4A;
    border: none;
    background: transparent;
    font-size: 13px;
    padding-right: 20px;
    text-transform: uppercase;
}

.footer_menu a:hover {
    background: transparent;
    opacity: .5;
    color: #999999;
}

/*版權*/
.copy {
    color: #666;
    border: none;
    text-align: right;
    padding: 0px 0 25px;
    max-width: 90%;
    margin: auto;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.copy a {
    color: #666;
    transition: all 0.3s;
}

.copy a:hover {
    color: #000;
}

.box_link {
    display: flex;
    left: 0%;
    top: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    display: none;
}

.box_link a {
    transition: all 0.3s;
    border: none;
    color: #666;
    margin: 0 2px;
    width: auto;
    text-align: right;
    font-size: 20px;
    font-size: 16px;
}

.box_link a:hover {
    background: transparent;
    opacity: .8;
}

.box_link a:first-child {
    padding-left: 10px;
}

/*Logo/＝＝＝＝＝*/

.footer_logo {
    width: 200px;
    margin: 0;
}

.footer_logo img {
    max-width: 200px;
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-position: top right;
}


@media screen and (max-width: 1024px) {
.footer_logo {width: 180px;}
.footer_logo img { max-width: 180px;}  
}

@media screen and (max-width: 768px) {
.footer_logo {width: 150px;}
.footer_logo img { max-width: 150px;}  
.footer_info ul { width: 100%;  padding: 0 0 50px;} 
.copy { justify-content: center;}
.footer_menu { text-align: center;}
.footer_info li:nth-child(1){align-content: center; align-items: center;}
.footer_info li+li { margin-top: 10px;}
.footer_info {grid-gap: 0px;}
}

@media screen and (max-width: 600px) {
.copy { max-width: 60%;}
.total_view{ width: auto;}
}



/*按鈕/＝＝＝＝＝*/
.animated-arrow {
    background: #ffffff;
}

.contact_form li.last cite,
.contact_form li.last blockquote {
    background: #252727;
    position: relative;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
    border-radius: 30px;
    padding: 9px 32px;
    text-decoration: none;
    transition: .3s;
    width: 180px;
    color: #333;
    border: none;
    margin: 0 5px;
}

.contact_form li:nth-child(n+2){
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .footer_info {    justify-content: center;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 浮動 */

.info_fix {
    width: auto;
    box-sizing: border-box;
    position: fixed;
    bottom: 70px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-end;
    justify-content: flex-end;
    transition: all 0.7s;
    animation: footer-text forwards 1s;
    opacity: 0;
    z-index: 1;
    animation-delay: 3.3s;
}
.info_fix:hover{
    width: auto;
    right: 10px;
    transition: all 0.7s;
}
.info_fix_links {
    display: flex !important;
    background: hsl(30deg 13% 73% / 50%);
     backdrop-filter: saturate(93%) blur(10px);
    width: 50px;
    padding-bottom: 0;
    border: 1px #C2B9B0 solid;
    /* border-radius: 0px 0 0 10px; */
    overflow: hidden;
    justify-content: flex-end;
    flex-direction: column;
}
.info_fix_links a:hover {
    background: #C2B9B0;
}
.info_fix>span{
    display: none;
}
.info_fix_links a {
    background: transparent;
}
.info_fix_links a {
    display: block;
    width: 100%;
    height: 50px;
    overflow: visible;
    border-radius: 0;
    transition: .3s;
    background: transparent;
    margin-bottom: 0;
}
.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.info_fix_links a span::before {
    background-size: contain;
}



.info_fix_links p {
    text-align: center;
    font-weight: 900;
    writing-mode: vertical-rl;
}

.info_fix_links a i{
    color: #fff;
}



#to_top {
    color: #494949;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    transition: all 0.7s;
}

#to_top:hover i{
    transform: translate(0,-5px);
    transition: all 0.7s;
}

#to_top i:before, #to_top i:after {
    background: #494949;
}


.info_fix_default.info_fix_map span::before {
    background-image: url(https://pic03.eapple.com.tw/thesundesign/footer-text-09.png);
    background-size: cover;
}

.info_fix_links a.info_fix_default.info_fix_phone,.info_fix_links a.info_fix_default.info_fix_mail{
    display: none;
}



@keyframes footer-text {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
    
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 5px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




