@charset "utf-8";
/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.main_header_area{background: #fff;}
/*選單最大寬度設定*/
.main_header_area .container { max-width: 100%;}
.navigation { padding: 5px 0 0;  text-align: center;}

/*第一層*/
.main_header_area { background: #003017;}
.stellarnav { position: relative; width: 100%; z-index: 9; line-height: normal;}
.stellarnav ul { background: #fff; width: 100%; margin: 0 auto; text-align: center;}
.stellarnav ul ul { background: hsl(0deg 0% 0% / 50%);}
.stellarnav > ul > li > a { padding: 4px 15px 0 15px; line-height: 45px;  height: 45px; transition: all 0.3s; font-family: 'Noto Serif TC', serif;  letter-spacing: 3px;}
.stellarnav li li { border: 1px #7a7a7a solid;}
.stellarnav > ul > li:nth-child(2)>a { padding-left: 30px;}
.stellarnav > ul > li:nth-last-child(1)>a { padding-right: 30px;}

/*下滑*/
header.header_area.sticky .main_header_area { box-shadow: 0px 1px 6px #333333;}
.stellarnav li a {color: #fff;}
.stellarnav > ul > li:hover > a{color: #a18422;}
/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{   color: #ffffff; padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #a18422;	padding-left:10px;border-color:#a18422 ;}
/*SubMenu*/
.tp_links { display: none;}

/*多語系*/
.tp_lang a:before {font-size: 16px; background: transparent; padding: 3px 6px; border-radius: 99em; border: 1px solid;}
.tp_lang { display: block !important; width: fit-content; margin: 1.5% 2% 1.5% auto;}
.tp_lang a { margin: 0 3px;}
.tp_lang a:hover:before {background: #fff; color: #003017;}
.tp_lang a.lang_tw:before { content: '中文版';}
.tp_lang a.lang_jp:before { content: '日本語';}
/*Footer/＝＝＝＝＝*/
.footer {
    background: url(https://pic03.eapple.com.tw/tungshieh/footer_bg.jpg);
    text-align: center;
    background-repeat: no-repeat;
}
.footer_info { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 0;}
.footer_info li p , .footer_info li p>a { color: #fff;}
.footer_menu a { margin: 0; text-align: center; padding: 5px; transition: all 0.3s;  width: 100px;}
.footer_menu a:hover { background: #ADA17E;}
.copy { text-align: center; padding: 7px 0; font-size: 13px; color: #fff; border-top: none; margin-top: 15px; background: #a18422;}
.copy a , .copy a:hover { color: #fff;transition:all 0.3s;}
.box_link {display: none;}

/*Logo/＝＝＝＝＝*/
.nav-brand { width: fit-content; max-width: 100%; display: block; margin: 0 auto;}
.nav-header { top: 13px; width: fit-content;  display: block;  left: 50%; transform: translateX(-50%);}
.footer_logo {display: block; width: 330px; margin: 0 auto;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow { background: #ADA17E;}

/*頁面*/
#content {
    background: url(https://pic03.eapple.com.tw/tungshieh/ts_bg.jpg);
    background-size: auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*Banner/＝＝＝＝＝*/
.banner {
    height: 350px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    overflow: hidden;
}
.banner:before {
    content: "";
    background: rgb(0 0 0 / 50%);
    position: absolute;
    width: 25%;
    height: 450px;
    -webkit-clip-path: polygon(0% 0%,95% 0%,100% 100%,0% 100%);
}
.banB {background-image: url(https://pic03.eapple.com.tw/tungshieh/banner_1.jpg);}
.banF {background-image: url(https://pic03.eapple.com.tw/tungshieh/banner_2.jpg);}
.banE {background-image: url(https://pic03.eapple.com.tw/tungshieh/banner_3.jpg);}
.banC {background-image: url(https://pic03.eapple.com.tw/tungshieh/banner_4.jpg);}
.banner h5 {
    font-size: 32px;
    color: #fff;
    letter-spacing: 12px;
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
    position: relative;
    padding-left: 10vw;
    -webkit-animation: slide-top 0.8s 0.5s both;
    animation: slide-top 0.8s 0.5s both;
}
.banner h5:after {
    position: absolute;
    display: block;
    font-size: 56px;
    font-weight: 300;
    -webkit-animation: slide-top 0.8s 0.5s both;
    animation: slide-top 0.8s 0.5s both;
}
.banB h5:after{ content: "SERVICE";}
.banF h5:after{ content: "PRODUCT";}
.banE h5:after{ content: "WORK";}
.banC h5:after { content: "CONTACT"; }
/*動畫*/
  @keyframes slide-top {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
              opacity:0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity:1;
    }
  }

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.services_page .path{display: none;}
.path p a:hover { color: #ADA17E;}
/*頁碼＝＝*/
.page { width: 100%; margin: 40px auto; display: flex; flex-wrap: wrap;justify-content: center; align-items: center;}
.page li {display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center;justify-content: center;}
.page li a {display: block;width: inherit; height: inherit; line-height: inherit; padding: 0; transition:all 0.3s;}
.page strong, .page a:hover { background: #ADA17E;border: 1px solid #ADA17E;}

/*購物車****************************** */
.prod_part { width: 90%;}
.products-list { display: grid; gap: 10px;grid-template-columns: 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item { width: 100%; text-align: center; border: 1px solid transparent; padding: 8px; transition: 0.5s;}
.products-list .item:hover { border: 1px solid #d4d4d4;}
.products-list .name {transition: 0.5s;}

/*購物車列表*/
/*hover*/
.products-list .more {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 999;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: 3px;
    text-indent: 3px;
    opacity: 0;
    border: none;
    padding-top: 55px;
}

.prod_related { background: rgb(238 238 238 / 70%); padding: 25px 15px;}
.products-list .item a:hover .more {
    background: rgba(0,0,0,0.7);
    border-color: transparent;
    opacity: 1;
    transition: 0.5s;
    width: 150px;
    height: 150px;
    border-radius: 99em;
}
.products-list .more:after {
    content: "";
    background: url(https://pic03.eapple.com.tw/tungshieh/search.png);
    width: 50px;
    height: 50px;
    left: 50%;
    bottom: 30%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.products-list .item a:hover .name {letter-spacing: 3px;color: #a18422;}

/*外層版面*/
.product_page .main_part { width: 90%;	max-width: 1500px;}
.product_page .show_content { display: flex; flex-wrap: wrap; align-items: flex-start;justify-content: space-between;}
.product_page .products-list { width: calc(100% - 280px);}
.product-layer-two { width: 250px; margin: 0; position: relative; padding-top: 70px;}
.product-layer-two:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/tungshieh/product_title.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}
.product-layer-two:after {
    content: "ITEMS";
    position: absolute;
    left: 25%;
    top: 0;
    transform: translateY(7px);
    color: #444;
    font-size: 25px;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 2px;
}
.product_info_page .product-layer-two { display: none;}
.product-layer-two li { margin: 0; width: 100%;padding: 0 10px;}
.product-layer-two > li.active { background: #f2f2f2;}
.product-layer-two li.active a { border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a { color: #222; border: none; background: transparent; transition: all 0.3s; line-height: 200%; transition: all 0.3s;}
.product-layer-two > li > a { border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #a18422;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #a18422; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #a18422;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul { position: relative;padding-top: 1px;}
.product-layer-two li li { border: none;background: transparent;}
.product-layer-two li li a{ background: transparent;}
.product-layer-two li li:hover a{color: #a18422;}

/*購物車內頁*/
.product_info_page .main_part {    width: 90%;}
.show_content { padding: 50px 10px 10px;}
.product_info_page ul.prod li .prod-panel { padding: 20px 5px;}
/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #ADA17E;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction { color: #a18422;    background-color: #f2f2f2;}
.nextaction { background-color: #a18422;}
.lastPage { background: #a18422;}
/*商品側邊規格*/
.sidebarBtn { border: 1px #ddd solid;}
.product_info li .txt_box { color: #222222;    width: 100%;}
.sidebarBtn .sp_price { color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}


/*相簿******************************************* */
/*滿版+等比例+hover出現文字*/
.album_page .main_part , .album_class_page .main_part ,.album_info_page .main_part {  max-width: 1600px;}
.album_page .show_content { position: relative;}
.show-list .item , .pic-list .item{width: 100%;margin:0;padding:5px;}
.other_subalbum li{width: 100%;margin:0;}
.overlay { z-index: 2;}
.show-list .show_name {
    position: absolute;
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0px;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    width: 62%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 0;
    text-align: center;
    padding: 5px;
    font-weight: 500;
    transition: 0.5s;
}
.show-list .item:hover .show_name { color: #fff;  z-index: 1;  font-size: 20px;}

/*一層列表-封面圖*/
.album_page .show-list .show_pic {  aspect-ratio: 10 / 7 !important;}
.album_page .show-list .show_pic , .album_class_page .other_subalbum li div  {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    z-index: 1;
    aspect-ratio: 10 / 7; 
    overflow: hidden;
    padding-bottom: 0;
}
.show_pic .overlay:after {
    content: "";
    border: 1px solid #fff;
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.album_page .show-list .show_pic img , .album_class_page .other_subalbum li a 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;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%,-50%) scale(1.05);
}

.album_page .show-list .show_pic:hover img, .album_class_page .other_subalbum li:hover a img {
    transform: translate(-50%,-50%) scale(1.1);
    filter: brightness(0.6);
}

/*二層列表*/
.album_class_page .show_content { padding: 0px;  width: 100%;}
.album_class_page .other_album , .album_info_page .other_album{  display: none;}
.album_class_page .other_subalbum { padding-top: 4%;}
.album_class_page .subalbum-menu { margin: 0px auto;  text-align: center; padding: 0px;}
.album_class_page .subalbum-menu h2 { font-size: 30px;  color: #000000;  text-align: center;  font-weight: 500;  position: relative;  letter-spacing: 9px;  text-indent: 9px;  margin: 0px 0;  padding-top: 2%;}
.album_class_page .subalbum-menu h2:after {
    content: "";
    width: 100px;
    height: 5px;
    background: #a18422;
    position: absolute;
    left: 50%;
    bottom: -30%;
    transform: translateX(-50%);
}
.album_class_page .subalbum-menu h2 span , ul.show-list:before , ul.pic-list:before{ display: none;}
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
.other_subalbum li {  position: relative;}
/*圖片文字*/
.other_subalbum li p {
    position: absolute;
    width: 80%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    text-align: center;
    transition: 0.5s;
    border: none;
    padding: 5px;
    color: #fff;
    font-size: 25px;
}
.other_subalbum li:hover p {  z-index: 9;  opacity: 3;}
.other_subalbum li a { position: initial;}
.other_subalbum li a:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    background: rgba(0,0,0,.3);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 9;
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
    opacity: 0;
}
.other_subalbum li:hover a:after { opacity: 1;  width: 100%;  height: 100%;}
.other_subalbum li a:before {
    content: "";
    border: 1px solid #ffffff;
    width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
}
.other_subalbum li:hover a:before { opacity: 1;}

/*聯絡我們/＝＝＝＝＝*/
.main_part { max-width: 1600px;}
.contact_form li.last cite {background: #8f8f8f;}
.contact_content .information_left { width: 350px;}
.contact_content .information_right { width: calc(100% - 400px);padding-left: 80px;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #8f8f8f solid;}
.contact_form li.last blockquote { background: #fff;}
.contact_form li .form__label {width: 100%; text-align: left; margin-left: 0px; padding-right: 0px; padding-bottom: 5px;}
.contact_form li { display: block; padding: 0 0 10px 0; padding-left: 0px;}
.contact_form li .form__insert { width: 100%;}
.blank_letter {padding-top: 0px; font-size: 26px; border-left: 6px solid #A18422; padding-left: 15px; letter-spacing: 3px;}

@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list { grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation { padding-top: 10px;}
.nav-header { position: relative;}
.tp_lang { margin: auto;}
.me_tp_features { margin: 17px 0;}

/*Logo/＝＝＝＝＝*/
.stellarnav {padding-top: 0px;}
}

@media screen and (max-width: 980px) {
/*購物車*/
.product_page .products-list { grid-template-columns: 1fr;  width: 100%;}
/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{ display: grid; grid-template-columns: 1fr 1fr;}
/*聯絡我們*/
.contact_content .information_left { width: 100%;}
.contact_content .information_right { width: 100%; padding-left: 0px;}
}

@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*/
.main_header_area { padding: 10px;}
.header_area.sticky .navigation { padding-top: 10px;}
.header_area.sticky .nav-header { height: auto;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent;}
.stellarnav.mobile ul { background: #000000e0;}
.stellarnav > ul > li > a {color: #ffffff; font-family: auto;}
.stellarnav.mobile li a { border-bottom: none;}
.stellarnav.mobile li.open { background: #484848; padding: 0px;}
.stellarnav .menu-toggle span.bars span { background: #fff;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{ padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav .menu-toggle:after { color: #fff;}
.stellarnav > ul > li:nth-child(2)>a { padding-left: 10px;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand { max-width: 250px;}
.nav-header { width: auto; display: block; left: inherit; transform: inherit; position: static;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
.footer.with_shopping_mode { padding:30px 0 0px; }
.footer_info { justify-content: center;}
.footer_logo { text-align: center;}
.copy { padding: 7px 0 50px;}

/*Banner/＝＝＝＝＝*/
.banner { height: 200px;}
.banner:before { width: 45%;}
.banner h5:after { font-size: 35px;}
.banner h5{font-size: 28px;}
/*購物車/＝＝＝＝＝*/
.products-list { grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.show_content { padding: 0px 10px;}
/*順序*/
.product_page .products-list {order: -1;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*大圖更換-等比例*/
.swiper-slide img { display:none; }
.swiper-slide:after { display: none;}
.swiper-container-fade .swiper-slide {padding-bottom: calc(100% / 1*1.13);  height: 0;  width: 100% !important; }
.swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/tungshieh/banner-ph01.jpg); background-position: top; background-size:cover;}
.swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/tungshieh/banner-ph02.jpg); background-position: top; background-size:cover;}
/*header*/
.me_tp_features { margin: 10px 0 5px;}
.tp_lang a:before { border-radius: inherit; border: none;}
.tp_lang a+a { border-left: 1px solid;padding: 0px 5px;}
.tp_lang a { margin: 0px;}
/*Footer/＝＝＝＝＝*/
.box_link { text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
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;}

/*聯絡我們*/
.contact_form li.last { text-align: center;}
}
/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {grid-template-columns: 1fr;}
}