@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 { margin: 40px; font-size: 16px; color: #545454; text-align: center;}

.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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*開場動畫/＝＝＝＝＝*/
.bannerindex::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    backdrop-filter: grayscale(1)  blur(0px);
    z-index: 1000000000000010000000;
    animation: action-bg 3.2s cubic-bezier(0.80, 0.08, 0.11, 0.5) forwards;
    pointer-events: none;
}
.swiper-wrapper {
    transform: scale(0.8);
    animation: action-banner 2.5s cubic-bezier(0.80, 0.08, 0.11, 0.59) forwards ;
}

@keyframes action-bg {
    0%{
        backdrop-filter: grayscale(1)  blur(10px);
    }
    100%{
        backdrop-filter: grayscale(0)  blur(0px);
    }
}


@keyframes action-banner {
    0%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
    
}
/*LOGO進入畫面*/
@-webkit-keyframes fade-in {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes fade-in {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
body.pageIndex::before {
    content: '';
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    background-color:#fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    animation: fade-in 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
}
body.pageIndex::after{
    content: "";
    pointer-events: none;
    display: block;
    width: 20%;
    height: 0;
    padding-bottom: 100%;
    background-image: url(https://pic03.eapple.com.tw/shangS00535/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 100000000;
    animation: fade-in 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
	
}
.header_area.sticky {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    background: transparent;
}
header.header_area.sticky .nav-header:before {
    content: "";
    /*background: #fff;*/
    width: 200px;
    height: 135Px;
    z-index: -1;
    position: absolute;
    border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 768px){
body.pageIndex::after{width: 20%;}
.stellarnav .menu-toggle {font-size: 12px;}
}
@media screen and (max-width: 600px){
body.pageIndex::after{width: 25%;}
}
@media screen and (max-width: 450px){
body.pageIndex::after{width: 35%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
/*大圖********************************* */
/*預設解除背景輪播*/
#content_main { margin:0;}/*custom原本有寫*/
.bannerindex { position:static; height:auto;}/*custom原本有寫*/
.swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.swiper-slide img { height:auto;}/*custom原本有寫*/

.swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.swiper-slide:before ,.swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/


/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/


.swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/shangS00535/rwd1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100% !important;
    height: 0 !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.55);
}
.swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/shangS00535/rwd1-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 40%;
    left: 4%;
    width: 22%!important;
    height: 0 !important;
    background-position: left;
    padding-bottom: calc(42% / 1* 0.7);
}


/*banner02*//*第一張大圖的偽元素*/

.swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/shangS00535/rwd2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100% !important;
    height: 0 !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.55);
}



.swiper-slide:nth-child(2):after {
    background: url(https://pic03.eapple.com.tw/shangS00535/rwd2-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 40%;
    left: 4%;
    width: 30%!important;
    height: 0 !important;
    background-position: left;
    padding-bottom: calc(42% / 1* 0.7);
}


.swiper-slide.swiper-slide-active:after { animation: slide-top  2s 0.2s both;}
.swiper-slide.swiper-slide-active:before {animation: wave-reveal 4s 0.4s both;}


/*上升特效*/
  @keyframes slide-top {
  0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
            transform: translateY(100%);
            opacity:0;/*透明度0*/}
  100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
            transform: translateY(0);
            opacity:1;/*透明度顯示*/}
  }



  @keyframes wave-reveal {
    0% {
      clip-path: inset(0 100% 0 0); /* 起始时只显示右侧 */
    }
    100% {
      clip-path: inset(0 0 0 0); /* 显示完整图像 */
    }
  }

  @keyframes flip {
    from {
      transform: rotateY(180deg);
      opacity: 0;
    }
    to {
      transform: rotateY(0deg);
      opacity: 1;
    }
  }


  @media screen and (max-width: 600px) {
    .swiper-slide:nth-child(1):after{
        top: 34%;
        width: 35% !important;
    }
    .swiper-slide:nth-child(2):after{
        top: 34%;
        width: 43% !important;
    }
  }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/
.nav-menu {    margin: 0;}
.main_header_area .container {    max-width: 90%;}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #ED6D29;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #ED6D29;}
.nav-dropdown>li {    text-align: center;}
.me_tp_features {
    width: 0%;
    right: 0;
    top: 20px;
    position: absolute;
    z-index: 9999999;
}
.tp_links a.me_tp_call,.tp_links a.me_tp_mail {
    display: none;
}
.tp_links a {
    font-size: 30px;
    color: #00B900;
    margin: 0;
}
/* 選單 */
.header_area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 0px;
}
.main_header_area {
    background: transparent;
}
.header_area .main_header_area::after {
    content: "";
    background: #fff;
    box-shadow: 1px 1px 5px #0000005e;
    display: block;
    width: 100%;
    height: 84px;
    position: absolute;
    top: -600px;
    left: 0;
    opacity: 0;
    transition: all 1s;
}
.header_area.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: none;
    padding: 0px;
}
.header_area.sticky .main_header_area::after {
    top: 0px;
    left: 0;
    opacity: 1;
    transition: all 1s;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    grid-template-columns: none;
}
.header_area .stellarnav > ul {
    margin: 0;
    padding: 20px 0;
    text-align: right;
    vertical-align: middle;
    transition: all 0.3s;
}
.header_area.sticky .stellarnav > ul {
    margin: 0;
    padding: 20px 0;
    text-align: right;
    transition: all 0.3s;
}


.header_area .stellarnav {
    transition: all 1s;
}
.header_area.sticky .stellarnav {
    transition: all 1s;
}

.stellarnav > li {
    padding: 10px 0;
}



/*  */


/* LOGO */
.header_area .nav-header {
    position: absolute;
    z-index: 10000;
    top: 24px;
    left: 0;
    transition: all 1s;
}
.header_area.sticky .nav-header {
    position: absolute;
    display: inline-block;
    z-index: 10000;
    left: 0;
    opacity: 1;
    transition: all 1.5s;
}







@keyframes breath {
	from {
		opacity: 1;
	}
    5%{
        opacity: 0;
    }
    95%{
        opacity: 0;
    }
	to {
		opacity: 0;
	}
}





.nav-brand img {
    width: 100%;
    max-width: 100%;
}


.header_area .nav-brand {
    display: block;
    width: 200px;
    transition: all 0.3s;
    margin: 0 auto;
    opacity: 1;
}

.header_area.sticky .nav-brand {
    display: inline-block;
    opacity: 1;
    transition: all 1s;
}





/*隱藏上方按鈕*/
/*.stellarnav > ul > li:nth-child(2){
    display: none;
}*/

.stellarnav > ul > li > a {
    padding: 0;
    color: #545454;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0px 25px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}
.stellarnav > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ED6D29;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
}
.stellarnav > ul > li:hover > a:before {
    transform: scaleX(1);
    transform-origin: left;
}
.stellarnav > ul > li.has-sub > a {
    padding-right:0px
    }
.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav > ul > li > a:hover {
    color: #ED6D29;
    transition: all 0.3s;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav > ul > li > a b {
    font-weight: 300;
}

/*主按鈕做不能按*/
.stellarnav > ul > li:nth-of-type(6)>a {
    pointer-events: none;
}







/*下拉*/
.stellarnav li li a {
    padding: 15px 10px;
    display: block;
    color: #545454;
    font-size: 14px;
    transition: all 0.3s;
}


.stellarnav ul ul {
    border-radius: 5px;
    width: 180px;
    background: transparent;
}
.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: -1px;
    background: #fff;
    border: 1px #0000000e solid;
    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: #ED6D29;
    border-radius: 5px;
    color: #fff;
    transform: scale(1.05) translate(10px, 0);
    box-shadow: 1px 1px 5px #25353448;
    z-index: 100000;
    transition: all 0.3s;
}
.stellarnav li li li:hover {
    background: #ED6D29;
    border-radius: 5px;
    color: #fff;
    transform: scale(1.05) translate(10px, 0);
    box-shadow: 1px 1px 5px #25353448;
    z-index: 100000;
    transition: all 0.3s;
}
.stellarnav  li  li:hover > a {
    color: #fff;
    transition: all 0.3s;
}


/*下拉分頁隱藏*/
.stellarnav > ul > li:nth-child(5) li:nth-child(n) {
    display: none;
}

.stellarnav > ul > li:nth-child(6) li:nth-child(n) {
    display: none;
}



@media screen and (max-width: 1400px) {
    .stellarnav > ul > li > a {
        margin: 0px 15px;
    }
}
@media screen and (max-width: 1300px) {
    .header_area .stellarnav > ul {
        text-align: right;
    }
}
@media screen and (max-width: 1200px) {
    .main_header_area .container {
       max-width: 90%;
}
.stellarnav > ul > li > a {
    margin: 0px 5px;
}
}
@media screen and (max-width: 1024px) {
    
    .stellarnav {
        max-width: 100%;
    }
    .header_area .nav-header {
        position: static;
        text-align: center;
        padding: 20px 0 0;
    }
    .header_area.sticky .nav-header {
        position: static;
        text-align: center;
        padding: 20px 0 0;
    }
    .header_area .main_header_area::after {
        height: 148px;
    }
    .header_area .stellarnav > ul {
        text-align: center;
    }
    .header_area {
        position: relative;
        width: 100%;
        z-index: 9999;
    }
    .header_area.sticky .stellarnav > ul {
        margin: 0;
        padding: 20px 0;
        text-align: center;
        transition: all 0.3s;
    }
    .main_header_area .container {
        max-width: 98%;
    }
    .header_area .nav-brand{
        width: 180px;
    }
    .me_tp_features{
    width: 0;
    right: 110px;
    top: 10px;
    position: absolute;
    z-index: 9999999;
    }
    .stellarnav > ul > li > a {
        margin: 0px 15px;
    }
}

@media screen and (max-width: 910px) {
    .stellarnav > ul > li > a {
        margin: 0px 6px;
    }
}
@media screen and (max-width: 768px) {
    .navigation {display: block;}
    .header_area{height: 70px;}
    .header_area .nav-brand{ width: 180px;}
    .header_area .nav-header {
        position: relative;
        z-index: 0;
        left: 50%;
        opacity: 1;
        transition: all 1.5s;
        transform: translate(-50%, 0px);
        top: 16px;
        padding: 0;
    }
    .header_area.sticky .nav-header {
        position: relative;
        display: inline-block;
        z-index: 0;
        left: 50%;
        opacity: 1;
        transition: all 1.5s;
        transform: translate(-50%, 0px);
        padding: 0;
    }
    .header_area .main_header_area::after {
        z-index: -1;
        height: 70px;
    }
    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 8px;
        width: auto;
        display: inline-block;
    }
    .header_area.sticky .stellarnav > ul {
        margin: 0;
        padding: 0;
        border: 0;
        text-align: right;
        transition: all 0.3s;
    }
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        display: inline-block;
        text-align: right;
        font-size: 12px;
        background: #ED6D29;
        color: #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile > ul > li > a {
        padding: 25px 43px 25px 10px;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        padding: 0;
        position: absolute;
        top: 20px;
    }
    .stellarnav.mobile.left > ul {
        left: 0;
        padding: 0;
        border: 0;
    }
    .stellarnav.mobile li.open {
        background: transparent;
        padding: 0px;
    }
    .stellarnav li li:hover {
        background: inherit;
        border-radius: 0;
        color: inherit;
        transform: none;
        box-shadow: none;
        z-index: 100000;
        transition: all 0.3s;
    }
    .stellarnav li li:hover > a {
        color: inherit;
        transition: all 0.3s;
    }
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0px;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 15px 43px 15px 10px;
    }
    .stellarnav.mobile li.open li.open {
        background: transparent;
        padding: 0;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
    }
    .me_tp_features {
        display: none;
    }
    .stellarnav > ul > li:nth-of-type(6)>a {
        pointer-events: all;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle::before {
        display: none;
    }
    
    /*主按紐打開*/
    .stellarnav > ul > li:nth-of-type(4)>a {
        pointer-events: unset;
    }

    /*下拉分頁隱藏*/
    .stellarnav > ul > li:nth-child(5) a.dd-toggle{
        display: none;
    }
    .stellarnav > ul > li:nth-child(6) a.dd-toggle{
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .header_area {    height: 60px;}
    .header_area .nav-brand {     width: 150px;}
    .header_area .main_header_area::after{    height: 60px;}
    .stellarnav.mobile{        top: 5px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/

/* ▼ FOOTER (切版) START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*切完刪掉 -------------------- */
/*隱藏-footer*/
/* .footer_logo,
.footer_info ul {
    display: none;
}

.footer{
    background: transparent;
}

.copy:before{
    content: "";
    background: url(https://pic03.eapple.com.tw/shangS00535/footer.jpg) no-repeat;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: auto;
    position: absolute;
    background-size: contain;
    aspect-ratio: 1920 / 300;
} */

/* #content,
#content_main {
    padding-bottom: 10vw;
} */

/*順序*/
.footer_info li p.tel {

}
.footer_logo {
    max-width: 230px !important;
}


@media screen and (max-width: 500px) {
.footer_menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
}

.footer_menu a {
    background: #ff5800;
    color: #fff;
    padding: 10px 15px;
    margin:0 3% 20px 3%;
}

/*.footer_info {
    align-items: center;
}*/

/*.footer_info li:nth-child(1) {
    justify-content: center;
    text-align: center;
}*/

.footer_menu a:last-child{
    margin: 0 3% 20px 3%;
}

.footer_logo {
    max-width: 200px !important;
    min-width: 200px !important;
}

}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*浮動按鈕*/
.info_fix{ z-index: 9999;}
.info_fix_links{display: flex !important;}
.linksBtn {background-color: #ed6d29; display: none;}
.info_fix:hover>.linksBtn {background: #545454;}


.info_fix_links a.info_fix_default.info_fix_line {background: #00B900;}
.info_fix_links a.info_fix_default.info_fix_tel {background: #545454;}
.info_fix_links a.info_fix_default.info_fix_mail{background: #ed6d29;}
.info_fix_links a:hover {color: #ed6d29;}

.info_fix_links a.info_fix_default.info_fix_line:hover {background: rgb(255 255 255 / 50%);}
.info_fix_links a.info_fix_default.info_fix_tel:hover {background: rgb(255 255 255 / 50%);}
.info_fix_links a.info_fix_default.info_fix_mail:hover {background: rgb(255 255 255 / 50%);}

/*隱藏*/
a.info_fix_default.info_fix_phone {display: none;}
a.info_fix_default.info_fix_tel2 {display: none;}

@media screen and (max-width: 768px) {
.info_fix{display: none}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {min-height: 400px;}
.banner h5 {display: none;}
.banner.banA {display: none;}
.banner.banB {display: none;}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/shangS00535/.banner.banC.jpg);}
.banner.banD {}
.banner.banE {background-image: url(https://pic03.eapple.com.tw/shangS00535/.banner.banE.jpg);}
.banner.banblog {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相簿*/
.path {
    padding: 0 10px;
    display: none;
}

/* 標題 */
.subalbum-menu h2 {
    color: #fff;
}

.block {
    background: #fff;
}

/* 觀看其他 */
/*觀看其他作品*/
.album_fixed_title embed {
    display: none;
}

.album_fixed_title {
    display: none;
}

.other_album_choice li a {
    color: #fff;
}

.other_album_choice li {
    background: #916f2d;
}


.other_album_choice li {
    margin-top: 2%;
}


/* 相簿第一層內頁=========== */

body.album_page .show_content {
    width: 95%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    flex-direction: column;
}

.subalbum-menu {
    padding: 0;
}

ul.show-list {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

body.album_page .main_part {
    max-width: 2000px;
    margin: 5% auto auto auto;
    padding: 0 0 80px 0;
}

.album_page .show-list .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin: 20px 10px;
    padding: 0;
    margin: 0.4%;
    box-sizing: border-box;
}
.overlay {
    position: absolute;
    background: transparent;
}


.album_page .show-list .item a {
    max-width: 100%;
}

.album_page .show-list .show_pic {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 12 / 8;
    overflow: hidden;
    padding-bottom: 0;
}

.album_page .show-list .show_pic img {
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;

}
.album_page .show-list .item:hover .show_pic img {
    transform: scale(1.05);
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
    filter: brightness(0.5);

}


.show-list .show_name {
    font-size: 21px;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #111;
    line-height: 44px;
    margin-bottom: 10px;
    height: auto;
    font-weight: 300;
    margin-top: 0;
    padding-left: 10px;
    text-align: center;
}


.album_page .show-list .item:hover .show_name {
    opacity: 1;
    text-decoration: underline;
    color: #ed6d29;

}

.overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .3);
    margin-left: -100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0s linear .5s;
    transition: -webkit-transform 0s linear .5s;
    transition: transform 0s linear .5s;
    transition: transform 0s linear .5s, -webkit-transform 0s linear .5s;
    position: absolute;
    top: 50%;
    z-index: 1;

}

.album_page .show-list .item:hover .overlay:before {
    -webkit-transform: translate3d(100%, 0, 1px);
    transform: translate3d(100%, 0, 1px);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}



.overlay:after {
    content: 'view\A——————\Amore';
    white-space: pre-line;
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    line-height: 1.2;
    transform: translate(-50%, -50%);
    transition: all 1.5s 0.8s ease-in-out;
    color: #fff;
    z-index: 1;
    opacity: 0;
}

.album_page .show-list .item:hover .overlay:after {
    visibility: visible;
    transition: all 1s 0.4s ease-in-out;
    z-index: 1;
    opacity: 1;
    top: calc(50% + 0px);

}

.show-list .item:hover .overlay {
    transform: none;
}



@media screen and (max-width: 1200px) {
    ul.show-list{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}


@media screen and (max-width: 768px) {

    .album_page .show-list .item:hover .show_name,
    .show-list .show_name {
        font-size: 20px;
    }
}

@media screen and (max-width: 476px) {
    ul.show-list{
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .album_page .show-list .item:hover .show_name,
    .show-list .show_name {
        font-size: 17px;
    }
}

/* 相簿第二層內頁===========================--- */


body.album_class_page .main_part {
    width: 100%;
    max-width: 95%;
    margin: auto;
    padding: 0;
    padding-top: 40px;
}
body.album_class_page .show_content {
    display: grid;
}


body.album_class_page .subalbum-menu{margin-top: 0;}
body.album_class_page .subalbum-menu h2 {
    display: none;
}

ul.show-list.other_subalbum{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.subalbum-menu {
    margin: 80px 0;
}

.album_class_page li.item {
    position: relative;
    width: 32.5333%;
    margin: 0.4%;
}


.other_subalbum li p {
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: 100%;
    height: auto;
    font-weight: 300;
    font-size: 21px;
    color: #FFFFFF !important;
    border: none;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    padding: 10px;
    transition: all ease-in .3s;
    border-radius: 0px;
}

.album_class_page li.item:hover p {
    opacity: 1;
}

.album_class_page .show-list .show_pic{
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    padding-bottom: 0;
}



.album_class_page li.item a img {
    max-width: 100%;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    transition: all 0.2s;
}

.album_class_page li.item a:hover img {
    transform: scale(1.1);
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.album_class_page li.item a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000071;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}


.other_subalbum:hover a:hover:after {
    opacity: 0;
    transition: 0.5s;
}

.other_subalbum:hover a:after {
    opacity: 1;
    transition: 0.5s;
}


@media screen and (max-width: 1200px) {
    .album_class_page li.item {
        width: 49.2%;
    }
}


@media screen and (max-width: 768px) {
    body.album_class_page .main_part {
        margin: 5% auto;
    }

    body.album_class_page .subalbum-menu {
        margin-top: 0;
    }

    .album_class_page li.item p {
        font-size: 20px;
    }
}

@media screen and (max-width: 476px) {
    .album_class_page li.item {
        width: 100%;
        margin-bottom: 2%;
    }

    .album_class_page li.item p {
        font-size: 17px;
    }
}

/* 相簿第三層內頁================== */

body.album_info_page .main_part {
    width: 100%;
    max-width: 95%;
    margin: auto;
    padding: 0;
    padding-top: 40px;
}

body.album_info_page.show_content {
    width: 95%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 2000px;
    margin: 5% auto auto auto;
}


body.album_info_page ul.pic-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}


body ul.pic-list .item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    box-sizing: border-box;
    width: calc(25% - 30px);
    padding: 0px;
    position: relative;
}

body.album_info_page .overlay {
    display: none;
}


.pic-list .item a {
    max-width: 100%;
}

.pic-list .show_pic {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio:  4 / 3;
    overflow: hidden;
    padding-bottom: 0;
}




.pic-list .item h6 {
    width: 100%;
    height: auto;
    border: none;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    height: auto;
    font-size: 21px;
    color: black !important;
    border: none;
    text-align: left;
    background: transparent;
    padding: 14px;
    transition: all 0.3s ease-in-out;
    line-height: 1;
    margin: 0;
    position: relative;
    font-weight: 300;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
}



.pic-list .show_pic img {
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.pic-list .item:hover h6 {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    border-left: none;

}

ul.pic-list .item:hover .show_name {
    opacity: 1;
    top: 100%;
    font-size: 21px;
    font-weight: 300
}

.pic-list .item h6:before {
    content: "";
    height: 30px;
    width: 1px;
    background-color: #ccc;
    display: block;
    margin-bottom: 5px;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.pic-list .item:hover .item h6:before {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    border-left: 1px solid #ccc;
}



.pic-list .show_pic:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: #ffffffcd;
}



ul.pic-lis .pic-list .item:hover .show_pic:after {
    opacity: 1;
    transition: all 0.3s ease-in-out;

}



body.album_info_page ul.pic-list:hover .show_pic:after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

body.album_info_page ul.pic-list .show_pic:hover:after {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

ul.pic-list .item:nth-child(7n-2) {
    margin-left: 10%;
}

ul.pic-list .item:nth-child(7n) {
    margin-right: 10%;
}

ul.pic-list .item:hover a {
    z-index: 1;
}

.pic-list .show_pic:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}


@media screen and (max-width: 1200px) {
    ul.pic-list .item:nth-child(5n-1) {
        margin-left: 15%;
    }

    ul.pic-list .item:nth-child(5n) {
        margin-right: 15%;
    }

    body ul.pic-list .item {
        width: calc(33% - 30px);
    }

    ul.pic-list .item:nth-child(7n-2) {
        margin-left: 0%;
    }

    ul.pic-list .item:nth-child(7n) {
        margin-right: 0%;
    }

}


@media screen and (max-width: 768px) {
    body ul.pic-list .item {
        width: calc(50% - 30px);

    }

    .pic-list .item h6:before {
        display: none;
    }

    ul.pic-list .item:nth-child(5n-1) {
        margin-left: 0%;
    }

    ul.pic-list .item:nth-child(5n) {
        margin-right: 0%;
    }

    .pic-list .item h6 {
        top: 0;
        position: relative;
        margin-top: -10px;
        padding-left: 15px;
        box-sizing: border-box;
        pointer-events: auto;
        opacity: 1;
        font-size: 20px;
        padding-top: 10px;
        margin: 0;
    }

    ul.pic-list .item .show_name:before {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .pic-list .item a {
        overflow: hidden;
    }

    body.album_info_page ul.pic-list:hover .show_pic:after {
        opacity: 0;
    }

    .pic-list .item:hover h6 {
        border-left: none;
    }
}



@media screen and (max-width: 476px) {
    body ul.pic-list .item {
        width: 100%;
    }

    .pic-list .item h6 {
        font-size: 17px;
    }


}

/* 其他相簿頁籤 */
.other_album {
    order: -1;
}

.other_album_choice li {
    background: transparent;
    color: #111;
    padding: 18px 15px;
}

.other_album_choice li a {
    color: #111;
}

.other_album_choice {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.other_album_choice li:first-child:before {
    content: '當前相簿';
    pointer-events: none;
    padding-right: 60px;
    border-bottom: 1px solid #ed6d29;
    padding-bottom: 24px;
}

.fa-right-from-bracket::before {
    display: none;
}

body.album_info_page .show_content {
    display: grid;
}

@media screen and (max-width: 768px) {
    .other_album {
        display: none;
    }

}


/* 頁碼 */

.page strong,
li.activeN {
    background: #787b7c;
    color: #111;
    border-color: #787b7c;
}

.page strong,
.page a:hover {
    background: #ed6d29;
    color: #fff;
    transition: all 0.1s ease-in-out;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*下拉分頁*/
.other_select_page ul.page {
    margin: 0;
}
.other_select_page .other_promotion,
.page {
    display: none;
}
.promotion_title {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*聯絡我們*/
.contact_editbox {padding: 0;}
.contact_content {max-width: 1400px;padding: 20px 10px 50px;}
.contact_content > form {display: flex;justify-content: space-between;}
.contact_content .information_left {width: 34%;}
.contact_le_nomap { height:350px;}
.contact_content .information_right {width: 65%;padding-left: 20px;}
.list_before { display: flex;  flex-direction: column;}
.list_before.info li {padding-left: 150px;}
.list_before.info li::before {width: 150px;letter-spacing: 2px;font-size: 15px;font-weight: normal;}
.list_before li { margin: 10px 0;}
.note { order: 2; font-size: 14px;letter-spacing: 1px; margin-left: 20px;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact_form li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0px 20px 0px;
    margin: 0;
    padding-left: 0;
    border-bottom: unset;
    flex-direction: row;}
.contact_form li .form__label {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
    flex-direction: row-reverse;}
.contact_form li .form__insert {display: flex; align-items: center;width: 100%;line-height: 100%;}
.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: unset;
    border-bottom: 1px solid #ccc;
    background: unset;}
.noborder { padding: 10px 5px;}
.form select {
    width: 100%;    
    padding: 10px 5px;
    border: 1px #ddd solid;
    margin-right: 0; 
    margin-bottom: 0;    
    color: #ed6d29;}
.form select option {color: #ed6d29;}
.captcha {width: 100%;}
input[type="checkbox"], input[type="radio"] {     margin: 0 5px 0 10px;}
.contact_form li.last { 
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;}
.contact_form li.last blockquote {
    border-radius: 0px;
    border: 1px #ddd solid;
    color: #ed6d29;
    margin-right: 20px;
    width: 50%;}
.contact_form li.last cite {
    border-radius: 0px;
    background: #ed6d29;
    border: 1px #ed6d29 solid;
    width: 50%;}

/*改字*/
.info_TAXID:before {content: "統一編號";}
.info_PHONE:before {content: "中部分公司電話";}
.info_FAX:before {content: "傳真專線";}
.info_TEL:before {content: "總公司電話";}
.info_MAIL:before {content: "Email";}
.info_ADD:before {content: "總公司地址";}
.info_ADD2:before {content: "中部分公司地址";}
.info_TEL2:before {content: "營業時間";}

/*隱藏*/
.list_before.info li.info_LINE {display: none;}
.list_before.info li.info_TAXID {display: none;}

.footer_info li p.tel2 {display: none;}


/*順序*/
.list_before.info li.info_ADD {order: 1;}
.list_before.info li.info_TEL {order: 2;}
.list_before.info li.info_FAX {order: 3; margin: 10px 0 20px;}
.list_before.info li.info_ADD2 {order: 4;}
.list_before.info li.info_PHONE {order: 5; margin: 10px 0 20px;}
.list_before.info li.info_MAIL {order: 6;}
.list_before.info li.info_TEL2 { order: 7;}



@media screen and (max-width: 1024px) {
.contact_form {justify-content: center;}
.contact_content > form {    flex-direction: column;}
.contact_content .information_left, .contact_content .information_right {width: 100%;padding: 0;}
.contact_form li {width: 100%;    flex-direction: column;     align-items: flex-start;}
.contact_form li .form__label {        width: 100%;}
.list_before.info {margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr;}
.contact_le_nomap {height: auto;}
.list_before li {margin: 5px 0;}
}

@media screen and (max-width: 768px) {  
.list_before.info { grid-template-columns: 1fr;}
}

@media screen and (max-width: 600px) {  
.contact_form li .form__label { background: transparent;}
.footer_info li:nth-child(1) section:nth-child(1) {    margin-right: 3%;    margin-block: 3%;}
.footer_info li:nth-child(1) section:nth-child(2) {    margin: 0;    margin-block: 3%;}
}


    
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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) {
/* 開啟手機板下方按鈕所需設定 */
#to_top { bottom:60px;}
}

#bottom_menu {    background: #ff5800;}

#bottom_menu li:nth-child(2) {
    background: #545454;
}

#bottom_menu li:nth-child(3) {
    background: #00B900;
}

#bottom_menu li {
    border-right: none;
}

.fa-house::before {color: #fff;}


#bottom_menu li a em {color: #fff;}

@media screen and (max-width: 600px) { 
}
