@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden;  font-family: "Cormorant", Noto Sans TC;}

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
/*反白顏色*/
::-moz-selection {
    background-color: var(--titlecolor);
    color: var(--SubColor3);
}

::selection {
    background-color: var(--titlecolor);
    color: var(--SubColor3);
}

&::-webkit-scrollbar {
    background: #181818;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #181818;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #181818;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ccc;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

:root {
    --MainColor: #222222;
    --SubColor: #C2C6C9;
    --SubColor2: #8C8C8C;
    --SubColor3: #282828;
    --titlecolor: #fff;
    --SFont: "Noto Sans TC", sans-serif;
	--SFont2: "Noto Serif TC", serif;
    /*特殊字體*/
    --SFontE: "Oswald", sans-serif;
    /*特殊字體*/
    --pd100: 100px 0;
    --m100: 100px;
    --m50: 50px;
    --m30: 30px;
    --f120: 120px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f120: 110px;
        --f48: 40px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
}

@media (max-width:768px) {
    :root {
        --pd100: 70px 0;
        --m100: 70px;
        --m50: 30px;
        --m30: 20px;
        --f120: 100px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f120: 17vw;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}

body {
    overflow: overlay;
    font-family: var(--SFont);
    font-weight: 400;
    color: var(--SubColor);
}


/*body.pageIndex #page::before {
        background-image: url(https://pic03.eapple.com.tw/yunjianancar/index_bg.jpg);
}
body.pageIndex #page::before, body.services_page #page::before, body.case_page #page::before, body.other_select_page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.edit_part {
    padding: 0px !important;
}
.path {
    display: none;
}
#to_top {
    width: 50px;
    height: 50px;
    color: #ffffff;
    background: transparent;
    border-radius: 0%;
    border: 1px solid #ffffff;
}
#to_top i:before, #to_top i:after {
    background: #ffffff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.header_area {
    padding: 0;
}

.header_area.sticky .main_header_area {
    height: 0px;
    transition: all 0.5s;
    background:#000000;
}

.header_area .me_tp_features {
    display: block;
    position: fixed;
    top: 33px;
    right: 210px;
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 999;
	width:60%;
}

.header_area.sticky .me_tp_features {
    top: 20px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_area .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 23px;
    right: 5%;
    z-index: 999;
    transition: all 0.5s;
    pointer-events: all;
}

.header_area.sticky .stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    top: 20px;
    transition: all 0.5s;
}

.navigation {
    width: 100%;
    position: relative;
    padding: 0;
}

/*選單設定*/




.header_area{
    padding: 0;
}


.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:#000000;
}


.me_tp_features {
  display: none;
}


.header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 20px;
    right: 1%;
    transition: all 0.5s;
    pointer-events: all;
}
.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    top: 27px;
    transition: all 0.5s;
}


/* ham */
.stellarnav .menu-toggle{
    text-align: center;

}
.stellarnav .menu-toggle:after{
    content: "MENU";
    display: none;
    font-size: 12px;
    text-align: center;
    color: #43453D;
    font-family: "Sorts Mill Goudy", "Noto Serif TC";
    margin-top: 10px;
}


.stellarnav.desktop .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 50px;
    height: 2px;
    border-radius: 6px;
    background: #747474;
    margin: 0;
    margin-bottom: 8px;
    left: 0;
    transition: 0.5s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(1) {
    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: 1;
    width: 25px;
    transition: all 1s;
}
.stellarnav.desktop .menu-toggle span.bars span:nth-child(3) {
    opacity: 1;
    width: 50px;
    transition: all 1s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(2) {
    width: 50px;
    transition: all 1s;
}



/* 漢堡關 */

.stellarnav .menu-toggle span.bars {
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

/* 未開啟 */

.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: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    pointer-events: all;
    width: 20%;
    height: 100%;
    background: transparent;
    padding: 200px 4% 60px;
    padding-top: 130px;
    align-items: center;
}

.stellarnav.desktop.active > ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #dadadade;
    backdrop-filter:blur(8px);
    animation: nav-left 0.5s forwards;
}
.stellarnav.desktop.active{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-end;
}
.stellarnav.desktop.active::before{
    content: "";
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
    border-radius: 0;
    /* backdrop-filter: blur(5px); */
    opacity: 1;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}


@keyframes nav-left {
    0%{
        width:  0;
    }
    100%{
        width:  100%;
    }
    
}

@keyframes line-up {
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}



/* ham close */

.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(1) {
    transform: rotate(-49deg);
    left:0px;
    top: 20px;
    transition: all 1s;
    background: #fff;
}
.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(3) {
    transform: rotate(225deg);
    transition: all 1s;
    background: #fff;
}
.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(2) {
    opacity: 0;
    transition: all 1s;
}


/* 選項 */
.stellarnav > ul > li > a {
    margin: 0 20px;
    padding-left: 0;
    color: #525252;
    display: flex;
    text-transform: uppercase;
    position: relative;
    font-size: 17px;
    line-height: 20px;
    height: auto;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    letter-spacing: 5px;
    transform-origin: 0 0;
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    font-weight: 300;
}
.stellarnav > ul > li > a b {
    line-height: 15px;
    height: 20px;
}
.stellarnav > ul > li > a b:nth-child(1) {font-weight: 300;margin-bottom: 5px;}
.stellarnav > ul > li > a b:nth-child(2) {
    font-size: 20px;
    color: #acacac;
    word-break: keep-all;
    font-family: "Sorts Mill Goudy", "Noto Serif TC";
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    display: block;
    transition: 0.5s;
}
.stellarnav > ul > li > a:hover b:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.stellarnav li {
    opacity: 1;
    width: 100%;
}
.stellarnav > ul > li::before {
    content: "";
    display: none;
    width: 0%;
    height: 1px;
    margin: 15px 0;
    background-color: #43453d21;
    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;
}

/* animate word */
.stellarnav > ul > li{
    opacity: 0;
    animation: slideInUp 1.5s forwards;
    animation-delay: 0.2s;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 0;
}

.stellarnav > ul > li:nth-child(2) {
    animation: slideInUp 1s forwards;
    animation-delay: 0.1s;
}
.stellarnav > ul > li:nth-child(3) {
    animation: slideInUp 1s forwards;
    animation-delay: 0.2s;
}
.stellarnav > ul > li:nth-child(4) {
    animation: slideInUp 1s forwards;
    animation-delay: 0.3s;
}
.stellarnav > ul > li:nth-child(5) {
    animation: slideInUp 1s forwards;
    animation-delay: 0.4s;
}
.stellarnav > ul > li:nth-child(6) {
    animation: slideInUp 1s forwards;
    animation-delay: 0.5s;
}
.stellarnav > ul > li:nth-child(7) {
    animation: slideInUp 1s forwards;
    animation-delay: 0.6s;
}
.stellarnav > ul > li:nth-child(8) {
    animation: slideInUp 1s forwards;
    animation-delay: 0.7s;
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
  
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
  }
/* @keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    from {
      opacity: 0;
      transform: translate3d(3000px, 0, 0) scaleX(3);
    }
  
    60% {
      opacity: 1;
      transform: translate3d(-25px, 0, 0) scaleX(1);
    }
  
    75% {
      transform: translate3d(10px, 0, 0) scaleX(0.98);
    }
  
    90% {
      transform: translate3d(-5px, 0, 0) scaleX(0.995);
    }
  
    100% {
    opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  } */


/* 下拉 */
.stellarnav ul ul {
    border-radius: 5px;
    left: -155px;
    top: 0;
    background: #2c383d;
    box-shadow: 1px 1px 5px #000000b3;
    display: none!important;
}
.stellarnav li li {
    display: block;
    border: 0;
    margin-bottom: -1px;
    background: transparent;
    transition: all 0.3s;
}


.stellarnav li li:nth-child(1) {
}
.stellarnav li li:nth-last-child(1) {
    border-radius: 0 0 5px 5px;
}
.stellarnav li li:hover {
    background: rgba(0, 0, 0, 0.551);
    z-index: 100000;
    transition: all 0.3s;
}

.stellarnav li li a {
    padding: 15px 10px;
    display: block;
    color: #EAE3CE;
    font-size: 14px;
    transition: all 0.3s;
}
.stellarnav li li:hover > a {
    color: #fff;
    letter-spacing: 1.1px;
    transition: all 0.3s;
}


/* 下拉二層 */

.stellarnav ul ul ul {
    top: 0;
    left: 240px;
}
.stellarnav li.has-sub > a:after{
    display: none;
}

@keyframes ul-show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
    
}


  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #111010; width: 32px; height: 2.5px;}
  .stellarnav .menu-toggle:after { color: #111010;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #dadadade;
      color: #7c7c7c;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 2px #7c7c7c;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 2px #7c7c7c;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      background: #dadadade;
      backdrop-filter:blur(8px);
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      border-bottom: solid 3px #B8B8B8;
      display: none;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      border-bottom: solid 3px #B8B8B8;
      display: none;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
      padding: 11px;
      top: 14px;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle:before{
        display: none;
    }
    .stellarnav.mobile li.open{
      background: #9A907F;
    }
    .stellarnav.mobile ul ul{
      width: 100%;
      position: relative;
      left: 0;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 0px;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}

.tp_links a{    color: #7c7c7c;}


@media screen and (max-width:1400px) {
    .stellarnav.desktop.active > ul{
        width: 40%;
    }
}

@media screen and (max-width:768px) {
    .stellarnav > ul > li{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .stellarnav > ul > li > a b:nth-child(2){
        opacity: 1;
    }
    element.style {
    display: flex;
    flex-direction: column;
}
    #bottom_menu {
        display: none;
    }

 .stellarnav .menu-toggle span.bars span {background: #777; width: 32px; height: 1.5px;}
}

@media screen and (max-width:570px) {
    .header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
        top: 26px;
        right: 3%;
    }
    
}
@media screen and (max-width:380px) {
    .header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
        top: 20px;
        right: 2%;
    }
    
}





/*電腦LOGO
.nav-brand {}
*/
.header_area.sticky .nav-header {
    opacity: 1;
    transition: all 0.5s;
}

.nav-header {
    position: fixed;
    top: 22px;
    max-width: 325px;
    left: 5%;
    opacity: 0;
    transition: all 0.5s;
}

.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 2.6s;
}

.pageIndex .header_area.sticky .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 2.6s;
}

@keyframes banner-nav-logo {
    0% {
        top: 87px;
        opacity: 0;
    }

    100% {
        top: 22px;
        opacity: 1;
    }
}

/*手機LOGO
.nav-brand-m {}
*/

/*預設解除背景輪播*/
#content {
    background: url(https://pic03.eapple.com.tw/garyontheway/bbg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-banner .swiper-slide img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
.nav-header {max-width: 300px;}
}
@media screen and (max-width: 320px) {
.nav-header {max-width: 250px;}}

/*●●●●●●●●●●●●●●●●●●●●●●●●   BANNER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*banner01*//*第一張大圖的偽元素*//*依樣可以放before+after 兩個*/
#content_main { margin:0;   background-color: #F2F2F2;}/*custom原本有寫*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;    animation: none;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}/*before+after依樣要寫的內容拆出來寫一起，要寫在個別下方也可以*/



@keyframes swiff {
    0%,100%{
        transform: scale(1.2) rotateZ(0deg) translate(0px,0);
    }
    50%{
        transform: scale(1.3) rotateZ(2deg) translate(-100px,0);
    }

}
/* 文字 */
.bannerindex .swiper-slide:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/garyontheway/banner-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}

.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/garyontheway/banner-04.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: -2%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}



.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {animation: slide-fade-in 3s 0.3s  both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after { animation: slide-top  2s 0.2s both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: slide-fade-in 3s 0.3s both;}



@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/*上升特效*/
  @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 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);
    }
}
@-webkit-keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bck {
    0% {
      -webkit-transform: translateZ(150px);
              transform: translateZ(150px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @media screen and (max-width: 768px) {
    .bannerindex {
        padding-bottom: 0%;
    }}

    @media screen and (max-width: 500px) {
        .swiper-slide img {
            width: 200%;
        }
        .swiper-slide:nth-child(1) img {
            position: relative;
            height: auto;
        }
        .swiper-slide:nth-child(2) img {
            position: relative;
            height: auto;
            left: 0%;
        }
        
    }



/* =============== ▼ BANNER ▼ =============== */

/* ＝＝＝ 【【  版型設定(動畫圖+線條) ↓↓↓  】】 ＝＝＝ */
.banner {
    background: #fdfcfb;
    width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.banner::after {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(https://pic03.eapple.com.tw/garyontheway/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes bgScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* 按鈕名稱 */
.banner h5 {
    position: relative;
    z-index: 999;
    color: #fff;
    letter-spacing: .6rem;
    text-shadow: 0px 0px 5px rgba(22 18 16 /20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 30px;
    font-size: 40px;
    font-weight: 300;
}

/*偽元素*/


.banC h5::after {
    content: "RESERVE";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 300;
    font-family:'Cormorant';
}


.banF h5::after { content: "CART";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 

.banE h5::after { content: "PHOTO";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 


.banblog h5::after { content: "NEWS";
    display: block;
    color:  #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    font-family:'Cormorant';} 



@keyframes wave-reveal {
    0% {
      clip-path: inset(0 0 100% 0);
    }
    100% {
      clip-path: inset(0 0 0 0);
    }
  }

/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */
@media screen and (max-width: 1024px) {
    .banner h5 {font-size: 40px;}
    .banner h5::before {font-size: 14px;}
}
@media screen and (max-width: 768px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 60px;} 
    .banE h5::after {font-size: 60px;} 
    .banC h5::after {font-size: 60px;} 
}


@media screen and (max-width: 568px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 40px;} 
    .banE h5::after {font-size: 40px;} 
    .banC h5::after {font-size: 40px;} 
}

@media screen and (max-width: 425px) {
    .banner {min-height: 300px;}
    .banner h5 {font-size: 26px;}
    .banner h5::after{height: 3rem;}
    .banblog h5::after {font-size: 30px;} 
    .banE h5::after {font-size: 30px;} 
    .banC h5::after {font-size: 30px;} 
}


@media screen and (max-width:320px) {
    .banner h5 {font-size: 20px;}
    .banner h5::before {font-size: 12px;} 
}




/*footer*/
.footer{background: linear-gradient(45deg, #000000, #373737);}
.copy {
    color: #d9d9d9;
    border-top: 1px #555 solid;
}
.copy a{color: #ffffff;}
.footer_menu a:hover {
    background: none;
    color: #fff;
    font-weight: 500;
}
.footer_menu a {    
    display: inline-block;
    padding: 5px 7px 5px 15px;
    border: none;
    margin: 0px 4px 4px 0px;
    font-size: 14px;
    line-height: 100%;
    color: #888;
    background: none;
    border-left: 1px #ccc solid;
    transition: all 0.3s;}

.footer .fix_ri a{
    transition: all 0.3s;
}
.footer .fix_ri a:hover {
    transform: scale(1.3);
    transition: all 0.3s;
}
.box_link{
    display: none;
}


.footer {
    background: linear-gradient(45deg, #000000, #373737);
    border-top: 1px solid #555;
}
.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;

}

.footer_info li {
    display: block;
    padding: 10px 0 10px 0;
}

.footer_info li p a {
    color: #888;
}
.footer_info li p {
    color: #888;
}
.footer .center {
    position: relative;
    max-width: 90%;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 30px 0;
}
.footer_info {
    padding: 0;
    display: flex;
    grid-gap: 20px;
    padding-right: 0;
    flex-wrap: wrap;
}
.footer_info li:nth-child(2) {
    position: absolute;
    right: 0;
    top: 14px;
}
.footer_menu a:nth-child(1) {
    display: none;
}
.footer_menu a:nth-child(2) {
    border: none;
}
.footer_info li p.line:before {
    content: 'LINE ID：';
}
.footer_info li p.tel:before {
    content: 'PHONE：';
}
.footer_info li p.phone:before{
    content: 'PHONE：';
}
.footer_info li p.mail:before {
    content: 'MAIL：';
}
.footer_info li p.add:before {
    content: 'ADDRESS：';
}

.footer_info ul {margin: 20px 10px;text-align: left;}
#content_main { background: rgb(255 255 255 / 0%);}

.footer iframe { display:none;}
.box_link { display: none; }


.footer_logo img {filter: brightness(0) invert(1);}


@media screen and (max-width: 768px) {
.footer_info li:nth-child(2) {
    position: relative;
    }
    .footer_menu a:nth-child(2) {
        border-left: 1px #ccc solid;
    }
.footer.with_shopping_mode { padding:30px 0 0; }
.footer_info ul{width: 100%;}
    }
	

    @media screen and (max-width: 600px) { .footer_logo{width: 280px;}}


/*原浮動隱藏*/
.info_fix {display: none;}




/*文章測選單*/

.blog_search input[type=search]{ border-radius:0px;}

.blog_le .accordion {
  border-radius: 0px;
  border: none;
}

.accordion li .link a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 1s;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
  background: #1e1e1e !important;
  transition: all 1s;
}


.submenu a {
    background: #f1f1f1;
}

.submenu li.on_this_category a, .submenu a:hover {
  background: #f1f1f1;
  color: #666;
  padding-left: 35px;
}

.submenu a i {
  left: -30px;
  transition: all 0.4s;
}

.submenu a:hover  i {
  left: 5px;
  transition: all 0.4s;
}

h5.blog_le_t {
  margin-bottom: 15px;
  font-weight: 400;
  margin-left: 10px;
  font-family: "Asap Condensed", sans-serif, "Noto Sans TC", serif;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

h5.blog_le_t span {
    font-size: 16px;
    text-transform: uppercase;
}


/*文章外層*/

.blog_subbox {
   display: flex;
  flex-direction: column; /* 每個子項目（subbox_item）一排一個 */
  gap: 50px;
}

.subbox_item a {
  display: flex;
}

.blog_list_le {
  width: 30%;
}


.subbox_item a:before {
  content: '◄';
  background: #000000;
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
  right: 0px;
}

.subbox_item a:hover:before{
  content: 'READ MORE';
  width: 100%;
  border-radius: 0px;
  font-size: 13px;
  font-family: 'Cormorant', sans-serif;
}

.subbox_item a:after {
  content: '';
  background: #e7e7e72e;
  border: 1px #ffffff solid;
  transition: all .5s;
  width: 0%;
  z-index: -1;
}

.subbox_item a:hover:after{
  width: 100%;
}

.subbox_item a:before{opacity: 1}

.blog_list_ri h5 {
  font-weight: 400;
  font-size: 20px;
  color: #1c1c1c;
  letter-spacing: 1px;
  padding: 30px 0px;
}

.blog_list_ri p {
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
}

.blog_list_le img {
  border-radius: 10px;
}

.blog_list_ri {
  padding: 5px 15px;
}

/*文章內頁*/

.blog_box_edit * {
  font-family: "Noto Sans TC", serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #3b3b3b;
}

.blog_back a.article_btn_back {
  background: #a7a7a7;
}

.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
  background: #575757;
}

h4.blog_category_title {
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 400;
  border-left: 5px #777777 solid;
  background: #f1f1f1;
  padding-left: 30px;
  letter-spacing: 2px;
}

.blog_page h4.blog_category_title{display: none;}

.news_related h6 span:before {
  color: #393939;
  font-weight: 400;
}

.news_related {
  background: #f3f3f3;
}

.lastPage {    background: #777777;}


/*一排呈現*/
.subbox_item { width:100%;}




@media screen and (max-width: 600px){


.blog_list_ri h5 {
padding: 10px 0px 0px;
font-size: 18px;
}


.blog_subbox {
grid-gap: 25px;
}

.blog_list_ri p {
font-size: 14px;
letter-spacing: 0.5px;
}

.blog_list_le {
  width: 50%;
}

}


@media screen and (max-width: 425px){
.blog_list_le {width: 100%;}
.main_part {    padding: 70px 50px;}
.subbox_item a {display: flex;  flex-direction: column;}}



@media screen and (max-width: 500px){

  .subbox_item a:before {
    content: '';
    background: #ffffff;
    height: 25px;
    }

    .subbox_item a:hover:before {
      background: #616161;
    }

    .blog_list_le {
      width: 100%;
  }

  .subbox_item a {
    flex-wrap: wrap;
    padding: 17px 17px 50px;
}

}


/* 相簿================================================================== */

/* ▼ 相簿 (無邊界版) START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 版面布局設定 -------------------- */

/*排列*/
ul.show-list,
.other_subalbum {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 3rem;
    margin: 0 auto;
    width: 100%;
}

/*次分類版面微調*/
.subalbum-menu {
    margin: 0;
    padding: 0;
}

ul.show-list:before ,
ul.pic-list:before {
    content:none;
}

/*卡片底色透明*/
.show-list .item ,
.other_subalbum li  {
    width: 100%;
    padding: 0;
    margin: 20px 0;
    background: transparent;
}

/*相簿圖片框*/
.show-list .show_pic ,
.other_subalbum li a div {
    padding-bottom: 75%;
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
}

/*相簿圖片長寬比例，75% →100:75 = 4:3 */


/* 相簿文字 -------------------- */

/*圖片正中心*//*
.show-list .show_name ,
.other_subalbum li p {
    color: var(--bg-color);
    overflow: visible;
    margin-top: 0;
    display: block;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    font-weight: 400;
    transition: var(--transition);
    z-index: 3;
}

/*hover-文字淡出*//*
.show-list .item:hover .show_name ,
.other_subalbum li:hover p {
    color: var(--bg-color);/*沒設定會是黃色
    opacity: 0;
}

/*圖片正中心*/
.show-list .show_name ,
.other_subalbum li p {
    color: #e3e3e3;
    text-align: center;
}

/*hover-文字變色*/
.show-list .item:hover .show_name ,
.other_subalbum li:hover p {
    color: #d5d5d5;
}


/*黑色透明色塊*/
.overlay{
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    background: rgba(0, 0, 0, .2);
    transition: var(--transition);
}

/*hover-淡出*/
.show-list .item a:hover .overlay{
    opacity: 0;
}



/* 相簿圖片 -------------------- */
.show-list .show_pic img,
.other_subalbum li a img {
    transition: var(--transition) ;
    display: block;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
    position: absolute;
    transition: var(--transition2);
}

/*hover放大圖片*/
.show-list .item a:hover .show_pic img,
.other_subalbum li a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

/* +++ 相簿次分類頁 -------------------- */
/*隱藏--分類標題&標題後方塊*/
.subalbum-menu h2,
.block {
    display: none;
}

/*觀看更多相簿 -------------------- */

/*隱藏-其他次分類區塊*/
.other_album {
    display: none;
}

/*相簿瀑布流----------*/
.pic-list {
  column-count: 2;
  column-gap: 10px;
}

.pic-list .item {
  width: 100%;
  padding: 0;
  margin: 0 ;
}

.pic-list .show_pic {
    height: auto;
    padding: 0;
}

.pic-list .show_pic img {
    display: block;
}

.pic-list .show_pic img:hover {
    transform: scale(1.1);
    transition: var(--transition2);
}

/*滿版*//*
.album_page .main_part {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.album_page .show_content{
    width: 100%;
    padding: 50px 0;
}


/* RWD＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 1240px) {
ul.show-list,
.other_subalbum {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 0.5rem;
}

}

@media screen and (max-width: 375px) {
ul.show-list,
.other_subalbum {
    display: block;
    width: 100%;
}

ul.show-list, .other_subalbum {        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}

}

/* ▲ 相簿(瀑布流)---END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*相簿/＝＝＝＝＝*/
.album_page,.album_class_page,.album_info_page{
  background: #f1f1f1;
}
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
.show-list .show_name {
  letter-spacing: 1px;
  font-weight: 400;
  color: #ffffff;
}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 1;
  transition: all 0.3s;
}
.overlay:hover {
  background: linear-gradient(0deg, #ffffff, #ffffff00);
  opacity: 1;
    transition: all 0.3s;
}

.show-list .item, .other_subalbum li, .pic-list .item {
  width: 100%;
  margin: 0;
  padding: 15px 15px 5px;
  background: #353535;
  box-shadow: 3px 3px 3px #77777730;
}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    transform: translate(0%,0%);}

 .show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img:hover{    left: 0%; top:0%;}  

.show-list .item:hover .show_name {  color: #d2d2d2;}
.other_album_choice li {    background: #3b3b3b;}
.other_album_choice li a:hover i.fa-solid.fa-right-from-bracket {
display: none;
}
.fa-right-from-bracket::before {
  display: none;
}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {
  display: none;
}
.album_fixed_title {
background: transparent;
}
.other_album_choice li:hover {
  transform: translateY(-5px);
  transition: all .4s;
}
.subalbum-menu h2 {
  color: #525252;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  background: #ffffff;
  padding: 8px 10px 8px 18px;
  border-left: 5px solid;
}
.other_subalbum li p {    margin-top: 10px;}

.pic-list .item h6 {
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 13px;
}
.block {
  display: none;
}

@media screen and (max-width: 1200px){

  .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 95%;
}

}

@media screen and (max-width: 768px){

  .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 100%;
}

ul.show-list, .other_subalbum, ul.pic-list {
  grid-template-columns: 1fr 1fr;
}

}

@media screen and (max-width: 600px){


.main_part {
padding: 30px 20px;
}

ul.show-list, .other_subalbum, ul.pic-list {
  grid-template-columns: 1fr;
}

.blog_list_ri h5 {
padding: 10px 0px 0px;
font-size: 18px;
}


.blog_subbox {
grid-gap: 25px;
}

.blog_list_ri p {
font-size: 14px;
letter-spacing: 0.5px;
}

.subbox_item a:before {
height: 29px;
font-weight: 400;
font-size: 15px;
}

.subbox_item a:hover:before {
height: 25px;
}

.blog_list_le {
  width: 50%;
}

}


@media screen and (max-width: 500px){

  .subbox_item a:before {
    content: '';
    background: #ffffff;
    height: 25px;
    }

    .subbox_item a:hover:before {
      background: #616161;
    }

    .blog_list_le {
      width: 100%;
  }

  .subbox_item a {
    flex-wrap: wrap;
    padding: 17px 17px 50px;
}

}


/*首頁相簿*/
.module_i_album {background: linear-gradient(to right, #121212, #2e2e2e);}

.i_album_list li a {
    padding: 20px 20px 50px;
    border: 1px solid #eeeeee;
        background: #fff;
}

.i_album_list li a p {
    padding: 0 10px 15px;
    letter-spacing: 1px;
}

.module_i_album .title_i_box h4 {
    display: none;
}

.module_i_album .title_i_box h6 {
    font-size: 30px;
    color: #bbbbbb;
    padding: 30px 0px 15px;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 5px;
    text-align: left;
    position: relative;
    font-family: 'Cormorant' , sans-serif;
}

.i_album_list {
    grid-template-columns: repeat(3, 1fr);
}

.pageIndex .fa-arrow-right::before {display: none;}

.animated-arrow b {
    font-weight: 400;
    letter-spacing: 1px;
    color: #777777;
}

.animated-arrow {
background: transparent;
border: 1px solid #EEEEEE;
width: 100%;
}


.animated-arrow:hover {
    background: #000;
}

.animated-arrow:hover b{
  color:#fff
}


@media (max-width: 768px) {
.i_album_list {
    grid-template-columns: repeat(2, 1fr);
}
.module_i_album .title_i_box h6 {
    font-size: 40px;
}
.module_i_album .title_i_box h6:before {
    font-size: 18px;
}

}

@media (max-width: 500px) {
    .i_album_list {
        grid-template-columns:1fr;
    }
}



/*首頁文章*/
.module_i_news .title_i_box h4{display: none;}
.module_i_news .title_i_box h6 {
    font-size: 60px;
    color: #333326;
    padding: 30px 0px 0px;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 5px;
    position: relative;
}

.i_blog_b {
    max-width: 100%;
}

.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.module_i_news li a {
    display: flex;
    flex-direction: column;
}

.module_i_news_list, .module_i_news_list.swiper {
    padding: 30px 0 50px;
}

.i_blog_ri h5 {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: #777;
}
.i_blog_ri p {
    font-size: 13px;
    letter-spacing: 1px;
  }
.module_i_news li a:after{display: none;}
.module_i_news li a:before {
    content: 'READ MORE';
    position: absolute;
    bottom: 0px;
    right: 0%;
    top: 0px;
    background: #232323;
    opacity: 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    transition: all .6s;
    padding: 0px 15px;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
}


@media (max-width: 768px) {
    .i_blog_ri, .blog_list_ri {
    width: 100%;
    padding-left: 0%;
}}
   
@media (max-width: 425px) {
    .module_i_news ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}}
   

@media (max-width: 1440px) {
 .fa-envelope::before {display: none;}}