@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: "Playfair Display", Noto serif 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: #cdc3b7;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #cdc3b7;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #cdc3b7;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #887c74;
}

&::-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: #877c75;
    background: #eeedeb;
    border-radius: 0%;
    border: 1px solid #877c75;
    box-shadow: 0px 0px 10px rgb(171 171 171 / 30%);
}
#to_top i:before, #to_top i:after {
    background: #877c75;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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:#a49f9c;
}


.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: 90%;
    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-wrap: nowrap;
    justify-content: flex-end;
    pointer-events: all;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 200px 10% 60px;
    padding-top: 130px;
    align-items: center;
    flex-direction: row;
}

.stellarnav.desktop.active > ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #cbc3bbde;
    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: #989188;
    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: #747474; width: 32px; height: 2.5px;}
  .stellarnav .menu-toggle:after { color: #747474;}
  
  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #9A907F;
      color: #fff;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      background: #9A907F;
      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: 100%;
    }
}

@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;
    }
}

@media screen and (max-width:570px) {
    .header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
        top: 26px;
        right: 90%;
    }
    
}
@media screen and (max-width:380px) {
    .header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
        top: 20px;
        right: 90%;
    }
    
}

.fa-envelope::before{display: none;}


/*電腦LOGO
.nav-brand {}
*/
.header_area.sticky .nav-header {
    opacity: 0;
    animation: banner-nav-logo2 1s forwards;
}

.nav-header {
    position: fixed;
    top: 22px;
    max-width: 110px;
    left: 12%;
    opacity: 0;
    transition: all 0.5s;
    animation: banner-nav-logo 1s forwards;
}

.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
}

.pageIndex .header_area.sticky .nav-header {
    opacity: 0;
    animation: banner-nav-logo2 1s forwards;
}

@keyframes banner-nav-logo {
    0% {
        top: 87px;
        opacity: 0;
    }

    100% {
        top: 22px;
        opacity: 1;
    }
}


@keyframes banner-nav-logo2 {
    100% {
        top: 87px;
        opacity: 0;
    }

    0% {
        top: 22px;
        opacity: 1;
    }
}
/*手機LOGO
.nav-brand-m {}
*/

/*預設解除背景輪播*/
#content {
    background-color: #EAE9E5;
    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: 100px;}

}


/* =============== ▼ BANNER ▼ =============== */

/* ＝＝＝ 【【  版型設定(動畫圖+線條) ↓↓↓  】】 ＝＝＝ */
.banner {
    background: #fdfcfb;
    width: 100%;
    min-height: 1000px;
    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/yuanci/bn_b.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;
    font: 300 26px/2.2 "Playfair Display", Noto serif TC ,sans-serif;
    color: #FFF;
    letter-spacing: .6rem;
    text-shadow: 0px 0px 5px rgba(22 18 16 /20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translatey(-50%);
}

/*偽元素*/
.banner h5::before {
    content: "源葺室內空間設計";
    display: block;
    font: 400 20px/0.5 "Playfair Display", Noto serif TC ,sans-serif;
    color: #fff;
    letter-spacing: .8rem;
    text-transform: uppercase;
}

/* 線條 */
.banner h5::after {
    content: "";
    position: relative;
    display: block;
    width: 1px;
    height: 50px;
    background-color: #fff;
    bottom: 0px;
    margin-top: 10px;
    animation: wave-reveal 2s both;
    margin: 10px auto 0; /* 上10px、左右自動置中 */
    animation-iteration-count:infinite;
}

@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: 768px) {
    .banner {min-height: 450px;}
    .banner::after {animation: unset;}
    .banner h5 {font-size: 36px;}
    .banner h5::before {font-size: 18px;}
    .banner h5::after {height: 2rem;}
}

@media screen and (max-width: 480px) {
    .banner h5 {font-size: 28px;}
    .banner h5::before {font-size: 16px;}
}

/* ＝＝＝ 【【  客製更動處 ↓↓↓  】】 ＝＝＝ */
/* 內頁-隱藏標題 */
.banner.banB h5,
.blog_in_page.article_a .banner.banblog h5,
.blog_in_page.article_b .banner.banblog h5,
.album_class_page .banner.banE h5,
.album_info_page .banner.banE h5   {
    display: block;
}
/* 內頁-bn降高度 */
.banner.banB,
.blog_in_page .banner.banblog,
.album_class_page .banner.banE,
.album_info_page .banner.banE{
    min-height: 300px;
}

/*小撇步-*//*
.promotions_page .banner::after {}

/*聯絡我們-立即諮詢*/
.contact_page .banner::after {
    background-image: url(https://pic03.eapple.com.tw/yuanci/bn_c.jpg);
}
.banner.banC h5::before{
    content: "CONTACT";
}

/*相簿-設計作品*/
.album_page .banner::after,
.album_class_page::after,
.album_info_page  .banner::after {
   display: none;
}
.banner.banE h5::before{content: "WORKS";color: #000;}
.banner.banE{ min-height: 300px;    background: #eae9e5;}
.banner.banE h5 {    color: #000000;}
.banner.banE h5::after {   background-color: #000000;}
.banner.banE .main_part{    padding: 0px 20px;}

/*購物車-*//*
.product_page .banner::after,
.product_info_page .banner::after {}


/*文章管理-米開札記*/
.article_a .banner::after {
    background-image: url(https://pic03.eapple.com.tw/yuanci/bn_banblog.jpg);
}
.article_a .banner.banblog h5::before{
    content: "米開札記";
}

/*文章管理-設計QA*/
.article_b .banner::after{
    background-image: url(https://pic03.eapple.com.tw/yuanci/bn_b.jpg);
}

.article_b .banner.banblog h5::before{
    content: "設計Q&A";
}


/* RWD ↓↓↓ ~~~~~~~~~~~~~~~ */

/* =============== ▲ BANNER ▲ =============== */


/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.footer {
    /*background-image: url(https://pic03.eapple.com.tw/yuanci/bbg.jpg);*/
    background-color: #dedcd6;
    padding: 80px 0 80px 0;
}
.footer_info {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
}
.footer_logo {
    display: none;
    max-width: 100px;
    margin-top: 20px;
}
.box_link {
    display: none;
}

/* footer聯絡資訊&選單 */
.footer_info ul * {
    font-family: "Bellefair", "Noto Serif TC", serif;      
}
.copy, .cppy a, .copy span {
    font-family: "Bellefair", "Noto Serif TC", serif !important;      
}
.footer_info ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid 1px #eee;
    padding: 20px 10px 30px 10px;
}
.footer_info li:nth-child(1) {
    display: flex;
    width: 100%;
    max-width: 800px;
    justify-content: space-between;
}
/* .footer_info li p.line:after {
    content: '營業時間 ：預約制';
} */
.footer_info li p {
    color: #4c4c4c;
}
.footer_info li p.line:before {
    content: 'Line ID｜';
}
/* .footer_info li p.phone:before {
    content: '營業時間｜';
}
.footer_info li p.phone a {
    pointer-events: none;
} */
.footer_info li p.add:before {
    content: '地址｜';
}
.footer_menu a {
    color: #9a9a9a;
    letter-spacing: 1px;
    border: 0;
    background: transparent;
    margin: 5px 14px;
}

/* 版權聲明 */

.copy {
    border: 0;
}

/* hover */
.box_link a,
.box_link a:hover,
.footer_menu a,
.footer_menu a:hover,
.copy a,
.copy a:hover {
    transition: all .3s;
}
.box_link a:hover {
    opacity: .7;
}
.box_link a,
.box_link a:hover {
    transition: all .2s;
}
.footer_menu a:hover {
    background: transparent;
    color: #6C756A;
}
.copy a:hover {
    color: #fbcd4f;
}

@media screen and (max-width: 768px) {
    .footer_info li:nth-child(1) {
        flex-direction: column;
        align-items: center;
    }
    .footer_info li p {
        line-height: 200%;
    }
    .footer_menu {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
}

@media screen and (max-width: 480px) {
    .footer_menu {
        grid-template-columns: repeat(3,1fr);
    }}



/*原浮動隱藏*/
.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: #afafaf;
}


/*黑色透明色塊*/
.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: #404040;
}
/*版面*/
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: #35353500;
  box-shadow: 3px 3px 3px #77777700;
}
.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: #404040;}
.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);
}}



/* = = = 相簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*相簿管理*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part{max-width: 1400px; width: 90%;  margin: 0 auto;}

/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {display: grid;  grid-template-columns: 1fr 1fr;  gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.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(-50%,-50%);}
.show-list .item .show_name {  color: #5F594D; font-family: "Playfair Display", Noto serif TC;}
.show-list .item:hover .show_name {  color:#bbb4a5;}
.other_album_choice li {  background: #5F594D; border-radius: 0px;}
.subalbum-menu h2{  color: #DDDDDD;font-size: 24px; display: none;}
.other_subalbum li {background: none;}
.other_subalbum li p {  margin-top: 10px; text-align: center; font-weight: 400;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {border-radius: 0px;}
.show-list .item:hover .overlay {border-radius: 0px;}


/*特*/
.overlay {background: rgb(255 255 255 / 30%); display: none;}
.show-list .show_name {text-align: center; font-weight: 600; letter-spacing: 4px; transition: 0.3s ease;} 
.album_page .show-list .show_pic img {transform: scale(1);  transition: 0.5s ease;}
.album_page .show-list .show_pic img:hover {transform: scale(1.03); -webkit-filter: grayscale(0) contrast(1); transition: 0.5s ease;}
.show-list .show_pic {border-radius: 0px;}
.album_info_page .show-list .show_pic img , .album_info_page .other_subalbum li a img, .album_info_page .pic-list .show_pic img{left: 50%; top: 50%;}
.album_class_page .other_subalbum li a img {transform: unset;}
.block {display: none;}
.album_fixed_title {background: none;     color: #ffffff; }
.album_class_page .other_subalbum li a img {-webkit-filter: grayscale(1) contrast(1.2);  transition: all .5s ease-out;}
.album_class_page .other_subalbum li a img:hover {-webkit-filter: grayscale(0) contrast(1);  transform: scale(1.03); transition: all .5s ease-out;}
.show-list .item a{color: #ffffff;}
.album_descrip{color: #ffffff;}


@media screen and (max-width: 980px) {
/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{  display: grid;  grid-template-columns: 1fr 1fr;}
}


@media screen and (max-width: 768px) {
/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{  color: #DDDDDD;font-size: 20px;}}

@media screen and (max-width: 600px) {/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{  display: grid;  grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{  font-size: 18px;}}


.show-list .show_pic img,
.other_subalbum li a img,
.pic-list .show_pic img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
    @media screen and (max-width: 980px) {
        @media screen and (max-width: 768px) {
            @media screen and (max-width: 600px) {
                .main_part {
                    padding: 30px 10px 10px;
                }
            }
        }
    }
}


   
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.red {    color:#c2a980;}
.contact_page .main_part {  display: flex;  max-width: 100%; padding: 0; flex-wrap: wrap; padding-top: 0;}
.noborder {    background:#ffffff00;    color: #5F594D ;    padding: 5px;    border-radius: 3px;}
.contact_form { display: flex; margin-top: 0px; margin-bottom: 0px; font-size: 15px; color: #5F594D; flex-wrap: wrap; gap: 30px 60px; margin-top: 50px;}
.contact_form li { width: calc(100% / 2 - 30px); padding: 0; padding-left: 0; display: flex; flex-direction: column; align-content: center; align-items: flex-start; position: relative;}
.contact_form li .form__label { display: inline-block; width: 100%; text-align: left; margin-left: 0; padding-right: 0; vertical-align: top; color: #838383; margin: 0; position: relative;}
.contact_form li .form__insert {text-align: center;}
.contact_form li.last { display: flex; width: 100%; text-align: center; padding-left: 0; flex-direction: row; justify-content: flex-end;}
.contact_form li.last blockquote { color: #5F594D; padding: 0; margin: 0 0 0 20px; vertical-align: middle; border: none;}
.contact_form li input.noborder{ border: 0; border-bottom: 1px  #D9BBA0 solid; background-color: transparent; padding: 10px 0;}
.contact_form li.last cite { background: transparent; color: #3B3B3B; border: none; position: relative;display: inline-block; padding: 0; margin: 0 0 0 20px; vertical-align: middle;}
.contact_form li.last cite:after { content: ''; width: 2px; height: 51%; background: #D9BBA0; position: absolute; left: -6px; top: 13px;}
.contact_form li textarea.noborder { border: 1px #D9BBA0 solid;}
.contact_le_nomap { display: none;}
.blank_letter { padding-top: 60px;}
button, input, optgroup, select, textarea{color: #838383;}
.contact_form li.last cite {color: #5F594D;}
.contact_le_map a {background: #5f594d00;border: 1px #D9BBA0 solid;color: #5f594d;width: 250px;}
.contact_le_map a:hover {background: #8E8473;border: 1px #D9BBA0 solid;color: #ffffff;width: 250px;}
.blank_letter {color: #5F594D;}
.form select {    background-color: #f3f3f3;    border: none;    color: #000000;    width: 100%;    margin: 0;    padding: 5px 26px 5px 5px;}

.contact_editbox { margin: 0; width: 100%; padding: 0; order: 2; max-height: 300px; position: sticky; top: 100px; filter: grayscale(1); transition: 0.5s;}
.contact_editbox:hover { transition: 0.5s; filter: grayscale(0);}

/*******************************************/
/*聯絡我們MAP區改滿版編輯區*/
/*電腦版表單最大寬度設定*/
/**/
.contact_page .path {    display: none;}
.contact_page .main_part { max-width: 100%;    padding: 100px 0 50px;}
.contact_content {    width: 90%;    padding:  0; max-width: 1400px; position: relative;}
.contact_content > form {    display: flex;margin-bottom: 50px;}
.contact_content .information_left {    width: 30%;    padding: 0;min-width: 250px;padding-right: 30px;}
.contact_content .information_right {    width: 100%;    margin: 0 auto;    padding: 0 0px;    display: block;flex:1;}
.contact_content .list_before {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
position: unset; color: #5F594D; font-weight: 600; letter-spacing: 1px;}
.list_before.info li { display: flex; padding-left: 0px; color: #838383;flex-direction: column;}
.list_before li {letter-spacing: 1px; margin: 20px 0; width: 100%;}

.captcha {width: 100%;}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
.contact_content > form {flex-direction: column;}
.contact_content .information_left{width: 100%;     margin-top: 20px;}
.contact_form{ flex-direction: column; align-items: center;}
.contact_form li { width: 100%;}
}

@media screen and (max-width: 600px) {
    .contact_form li .form__label {
        background-color: transparent;
    }
}
.contact_page #content {
    background: url(https://pic03.eapple.com.tw/yuanci/bbg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.fa-right-to-bracket::before {
    content: " ";
}

.blank_letter, .contact_form li .form__label , .contact_le_map a b , .contact_content .information_left ,.contact_form li.last , .footer_menu ,.footer_info ul  {
    font-family: "Playfair Display", Noto serif TC;}

.contact_form li .form__label, .information_left ,.contact_form li.last ,.footer_menu ,.footer_info ul {font-weight: 400; letter-spacing: 0.3dvh;}
.contact_form li:nth-child(3){display: none;}

.info_PHONE:before {
    content: "";
    display: inline-block;
    width: 16px;   /* icon 寬度 */
    height: 16px;  /* icon 高度 */
    background: url(https://pic03.eapple.com.tw/yuanci/icon_phone.png) no-repeat center/contain;
    margin-right: 6px;
}
.info_MAIL:before {
    content: "";
    display: inline-block;
    width: 16px;   /* icon 寬度 */
    height: 16px;  /* icon 高度 */
    background: url(https://pic03.eapple.com.tw/yuanci/icon_mail.png) no-repeat center/contain;
    margin-right: 6px;
}
.info_ADD:before {
    content: "";
    display: inline-block;
    width: 16px;   /* icon 寬度 */
    height: 16px;  /* icon 高度 */
    background: url(https://pic03.eapple.com.tw/yuanci/icon_map.png) no-repeat center/contain;
    margin-right: 6px;
}

.footer_info li p.phone:before{ 
    content: "";
    display: inline-block;
    width: 16px;   /* icon 寬度 */
    height: 16px;  /* icon 高度 */
    background: url(https://pic03.eapple.com.tw/yuanci/icon_phone.png) no-repeat center/contain;
    margin-right: 6px;
}

.footer_info li p.mail:before{
    content: "";
    display: inline-block;
    width: 16px;   /* icon 寬度 */
    height: 16px;  /* icon 高度 */
    background: url(https://pic03.eapple.com.tw/yuanci/icon_mail.png) no-repeat center/contain;
    margin-right: 6px;}

.footer_info li p.add:before{
     content: "";
    display: inline-block;
    width: 16px;   /* icon 寬度 */
    height: 16px;  /* icon 高度 */
    background: url(https://pic03.eapple.com.tw/yuanci/icon_map.png) no-repeat center/contain;
    margin-right: 6px;}


    #bottom_menu {
        display: none;
    }
