@charset "utf-8";

/*●●●●●●●●●●●●●●●●●●●●●●●●   隱藏內容   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.me_tp_features{display:none;}
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{font-family: /*"Kosugi Maru", sans-serif;*/}
:root{
/*顏色*/

--ColorMain:#495a47/*綠*/;
--ColorMain2:#efefef /*淺灰*/;
--ColorMain3:#eef6ee/*淺淺綠*/;
--ColorMain4:#f3f0ea /*灰米*/;

--ColorSub:#f8ecdc /*米*/;
--ColorSub2:#ca9f45/*金色*/;
--ColorSub3:#a9a9a9/*灰色*/;

--ColorAccent: #d87b4a; /* 強調色 橘棕，拿來做按鈕/連結 */
--ColorHighlight: #87a878; /* 點綴色 草綠，呼應主色 */
--ColorBackground: #ffffff; /* 基底 白色，乾淨清爽 */
--ColorBackgroundAlt: #f4f1ea; /* 替代背景 淡米灰 */
--ColorText: #2f2f2f;   /* 主文字 深灰，避免純黑過硬 */
--ColorTextLight: #6b6b6b; /* 次文字 淺灰 */

--textColor: #333333; /*文字*/

/* 字型 */
--ffmain: "微軟正黑體"; --ffsub:"Noto Sans TC", sans-serif;
}

#content_main { margin-top: 0;}
#content_main {}
@media screen and (max-width: 1024px){
}  
@media screen and (max-width: 768px){
}         
@media screen and (max-width: 450px) {
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   浮動按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.info_fix_links{ display:block !important;}/*保持展開*/
.info_fix > span { display: none;}/*隱藏展開鈕*/
.linksBtn, .info_fix:hover>.linksBtn{ background: #de8c66;}
.info_fix_links a.info_fix_tel{display:none;}

.info_fix {  bottom: 60px; right: 0;}
.info_fix_links { width: 80px;}
.info_fix_links a { background: #3d4a3bd4; border-radius: 0; margin-bottom: 0; width: 45px; border-bottom: 1px solid #ffffff4f;}
.info_fix_links a:hover { background: #2b2e2ad4;}

.info_fix_links a:first-of-type { border-radius: 5px 5px 0 0;}
.info_fix_links a:last-of-type { border-radius: 0 0  5px 5px;border: none;}


@keyframes move2{	0%{transform: rotateY(0deg);}	100%{transform:  rotateY(360deg);}}

.fa-envelope::before { transform: scale(0.8); display: flex;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   查看更多按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.animated-arrow {border-radius: 20px;background: unset;transition:.3s;position:relative;overflow:hidden;
    color: #fff; background:var(--lightGray);font-size: 14px;height: 40px; line-height: 40px;}

.animated-arrow b, .animated-arrow i{position:relative; z-index:99;}
.animated-arrow b{ font-weight: normal;}
.animated-arrow::after { background: var(--mainPk); content:"";position:absolute;width:0px;height:100%;top:0px;left:0px;transition:.5s;}
.animated-arrow:hover {	color: #fff;}
.animated-arrow:hover::after {	width:100%;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*首頁大圖*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}

/*loading*/
.bannerindex::after{
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/thewoodesign/loading.png);
    background-size: cover;
    width: 100px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000000000000000001;
    pointer-events: none;
    animation: banner-logo 2.5s forwards;
}
.bannerindex::before {
    content: "";
    display: block;
    background:  var(--ColorMain);backdrop-filter: saturate(93%) blur(10px);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000000000000000000000;
    animation: banner-bg 3s forwards;
}

@keyframes banner-logo {
    0% {opacity: 0; filter: blur(0);}
    25% { opacity: 1; filter: blur(0);}
    50% { filter: blur(0); opacity: 1;}
    80% { filter: blur(0); opacity: 1;}
    100% { filter: blur(10); opacity: 0;}
}
@keyframes banner-bg {
    0% {}
    50% {}
    80% { opacity: 1;}
    100% { opacity: 0;}
}


/*各別*/
.bannerindex .swiper-slide{position: relative;}
.bannerindex .swiper-slide:before, .bannerindex .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before,
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after,
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before,
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
	top: 0;
    background-size: contain;
    position: absolute;
    z-index: 101;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before{
    background-image: url(https://pic03.eapple.com.tw/thewoodesign/BNA1.png); animation: left_pop 1.5s ease;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after{
    background-image: url(https://pic03.eapple.com.tw/thewoodesign/BNA2.png); animation: fade_in 1.5s ease;}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { 
    background-image: url(https://pic03.eapple.com.tw/thewoodesign/BNB1.png); animation: left_pop 1.5s ease;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after{   
    background-image: url(https://pic03.eapple.com.tw/thewoodesign/BNB2.png); animation: fade_in 1.5s ease;}

@keyframes left_pop {
 /*0% { transform: translateX(-10%); opacity: 0;}
 60% { transform: translateX(0);opacity: 1;}
 100% { transform: translateX(0);}*/
  0% { opacity: 0; transform: scale(1, 0);}
100% { opacity: 1; transform: scale(1, 1);} 
 
}


@keyframes fade_in {
 0% { opacity: 0;}
 50% { opacity: 0;}
 100% { opacity: 1;}
}

/*大圖滑動點*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;}

/*.bannerindex {--swiper-pagination-color: #fff;}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 0px 5px; width: 3px; height: 13px;border-radius: 2px;}*/


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}



/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*內頁大圖*/
.banner {background: url(https://pic03.eapple.com.tw/thewoodesign/ban.jpg) no-repeat; /*background:var(--ColorMain2);*/
background-position: center center !important; background-size: cover !important; height: 20vw;}
.banner h5 {font-weight: bold;
    color: var(--ColorMain);
    letter-spacing: 8px;
    margin-top: 2vw;
    font-size: 20px;}
.banner h5:before{font-family: dosis;
    content: "THE WOO";
    letter-spacing: 3px;
    font-weight: normal;
    display: block;
    font-size: 30px;
    margin-bottom: 3px;
    color: #fff;}

.banner.banE h5:before{ content: "WORKS";}
.banner.banblog h5:before{ content: "NEWS";}


@media screen and (max-width: 768px) {
	.banner{}
	.banner h5 {}
	.banner h5:before{}
	.bannerindex { padding-bottom: 0;}
}

@media screen and (max-width: 450px){
	.banner{}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   功能頁首頁顯示-外掛   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*英文*/
.i_prod_tit h2, .i_video_tit h2, .news_part .title_i_box h6, .module_i_album .title_i_box h6, .module_i_news .title_i_box h6
{font-family: serif;font-weight: bold;font-size: 35px;margin-bottom: 5px;color: #fff;letter-spacing: 0;}

/*中文*/
.i_prod_tit span, .i_video_tit span, .news_part .title_i_box h4, .module_i_album .title_i_box h4, .module_i_news .title_i_box h4
{color: var(--mainOPk);font-size: 22px;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*LOGO*/
.main_header_area .container {max-width:85%;}
.nav-header {max-width: 210px;padding: 10px 0;}

/*底色*/
.header_area { padding: 0;}
.pageIndex .header_area{opacity: 0;transition: all .5s;}

.pageIndex .header_area, .header_area.sticky {background: transparent;position: fixed;}
.header_area.sticky {opacity: 1;transition: all .5s;background:rgb(50 74 48 / 60%); backdrop-filter: saturate(93%) blur(5px);}
.header_area { background: var(--ColorMain);}
	
.header_area:before{content: "";width: 80%;height: 100%;position: absolute;top: 0;left: 50%;transform: translateX(-50%);
background: transparent;transition: all .5s;}
.header_area.sticky:before{width: 100%;transition: all .5s;backdrop-filter: saturate(93%) blur(5px);}

.navigation {display: flex;align-items: center;grid-gap: 0 10px;}

.blog_page .main_header_area {background: var(--ColorMain);}
.blog_page .header_area.sticky .main_header_area { background: transparent;}

/*第一層*/
.stellarnav > ul {display: flex; justify-content: flex-end;gap: 10px;}
.stellarnav > ul > li:before{/*content: "+"; color: #ffcfbe;*/}
.stellarnav > ul > li { display: flex; align-items: center;}
.stellarnav > ul > li:nth-of-type(2) > a, .stellarnav > ul > li:nth-of-type(4) > a{ padding-right: 17px !important;}

.stellarnav > ul > li > a{color: #fff;letter-spacing: .2rem;transition: all .5s;}
.stellarnav > ul > li > a:hover {color:var(--ColorSub);}

.stellarnav > ul > li > a b{font-weight: bold;font-family: dosis;letter-spacing: 3px;font-size: 15px;}

/*主選單箭頭*/
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent; border-top: 5px solid var(--ColorHighlight);}

/*第二層*/
.stellarnav ul ul{ background: transparent;top: 40px;width: 185px;}
.stellarnav li a{ color: var(--ColorMain); padding: 10px;transition: 1s ease;}
.stellarnav li.has-sub li {border: none; border-bottom: 1px solid var(--ColorMain); background: #ffffffe8;}
.stellarnav li.has-sub li a:hover{background: var(--ColorHighlight); color: white; padding-left: 18px;}

@media screen and (max-width: 1024px) {
.stellarnav > ul { justify-content: center; gap: 5px;}

}
@media screen and (max-width: 768px) {
.pageIndex .header_area { position: sticky;opacity: 1;}
.pageIndex .header_area.sticky{ opacity: .8;}
.main_header_area .container { max-width: 100%;}

/*menu*/
.stellarnav .menu-toggle{ padding: 22px 15px !important;}
.stellarnav .menu-toggle:after{    color: var(--ColorMain2); margin-top: 10px;}
.stellarnav .menu-toggle span.bars span { background: var(--ColorMain3);}
	
/*區塊*/
.stellarnav > ul { margin-top: 0;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { background: #5b8160;backdrop-filter: saturate(93%) blur(3px); max-width: 320px;}
	
/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent;color: var(--ColorMain2);}
.stellarnav .icon-close:before, .stellarnav .icon-close:after{    border-bottom: solid 3px var(--ColorMain2);}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px var(--ColorMain2);}


/*第一層*/
.stellarnav.mobile > ul > li > a b {font-style: normal;color: white;}
.stellarnav > ul > li:before{display:none;}
.stellarnav ul ul {top: 0;}
.stellarnav.mobile li.open { background: transparent;}
.stellarnav.mobile li a {border-bottom: none;}


/*第二層*/
.stellarnav.mobile ul { background: transparent;}
.stellarnav.mobile ul ul { margin: 0px 40px 15px 15px;}
.stellarnav li.has-sub li { background: #fff;}
.stellarnav li.has-sub li a:hover {color: white; background: #222222;}
.stellarnav li a{color: var(--darkBr);}

}

/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer {  background: var(--ColorMain);}
.footer .center{max-width: 85%;}
.footer_info { display: flex; flex-direction: column;padding-right: 0; max-width: 100%; margin: 0;grid-gap: 15px;}
.footer_info ul { display: flex;justify-content: space-between;border-top: 1px solid #ffffff4d; padding-top: 10px;}

/*logo*/
.footer_logo { width: 200px;}

/*資訊*/
.footer_info li { padding: 10px 0;}
.footer_info li p, .footer_info li p a { color: #ffffff;}
.footer_info li p { width: 270px;}

/*按鈕*/
.footer_menu { display: flex; flex-wrap: wrap; justify-content: flex-end;}
.footer_menu a {  border: none; color: white; background: transparent; transition: 1s ease;margin: 0;letter-spacing: 3px; font-size: 13px;}
.footer_menu a:hover {background: transparent; color: var(--ColorSub3); transition: .5s ease;}

/*copy*/
.copy { border-top: none;background: #3c4a3a; font-size: 10px;}
.copy p, .copy a {color: #ffffff57;}
.copy a:hover { color: #ffffff;}
.privacyLinks a+a { border-left: 1px solid #ffffff21;}

/*#to_top*/
#to_top {padding-top: 8px; border-radius: 5px;border: 1px solid #ffffff33; background: #2d2d2dc2; box-shadow: none; border-radius: 5px; 
         color: #ffffff;bottom: 90px;left: 30px;bottom: 80px;font-family: 'Dosis'; font-weight: bold;}
#to_top i:before, #to_top i:after { background: #ffffff;}

/*#bottom_menu*/
#bottom_menu{background: var(--ColorMain2); box-shadow: none;}
#bottom_menu li { border-right: 1px solid #ffffff;}
#bottom_menu li a i { color: var(--ColorHighlight);}
#bottom_menu li a em {color: #878787;}

@media screen and (max-width: 1024px) {

.footer_info { padding: 0 15px 0 20px;}
	
}
@media screen and (max-width: 768px) {
	.footer_info ul { flex-wrap: wrap;}
	.footer_info { padding: 0 30px 0 40px;    }
	.footer { padding: 30px 0 55px;}
	.footer_menu {  justify-content: flex-start;}
	.footer_info li+li {margin-top: 0;}
	.footer_info li:nth-child(2){ border-top: 1px solid #ffffff4d; padding-top: 10px;width: 100%;}
	
	#to_top {}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*文章顯示*/
h5.blog_le_t { display: none;}
.subbox_item { /*background: white;*/}
.blog_page .main_part { background: #f5f5f5; max-width: 100%;}

.subbox_item a:after { background: #42424282; border: none;}
.subbox_item a:before { bottom: 50%;
    right: 0;
    left: 53%;
    transform: translate(-50%, -50%);
 color: white; font-weight: bold; background: transparent; padding: 10px 20px;}

h4.blog_category_title { padding: 0 0 10px; margin-bottom: 0;}
.blog_page .show_content {  max-width: 100%;}
.subbox_item a {grid-template-columns: 1fr;background: white;}
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); grid-gap: 6px;}
.blog_list_ri { padding: 10px;}
.subbox_item a {  grid-gap: 0;}
.blog_list_le { padding: 5px 5px 0;aspect-ratio: 3 / 2;}

/*文章內頁*/
.blog_shareData { border-bottom: 1px solid var(--ColorBackgroundAlt); padding-bottom: 10px;}
.blog_back a.article_btn_back {  background: var(--ColorHighlight);}
.lastPage { background: var(--ColorMain);}
@media screen and (max-width: 685px) {
.subbox_item a:before {
    left: 50%;
    transform: translate(-40%, -50%);}
	
	
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*相簿首頁*/
.album_a .show_content {  max-width: 900px;}
.show-list{grid-template-columns: 1fr 1fr;}


.show-list .show_pic { aspect-ratio: 5 / 3;}
.show-list .show_pic img {  height: 120%;  filter: grayscale(100%);}
.show-list .item:hover img{ filter: none;}

.show-list .show_name { color: #888;}
.show-list .show_name, .other_subalbum li a p { text-align: center;}
.show-list .item:hover .show_name{color: #333;}

.overlay { background: transparent;}
.show-list .item:hover .overlay{}


/*第一層*/
.album_fixed_title { display: none;}
.other_album_choice li { background: var(--ColorHighlight);}
.other_album_choice li:hover { background: var(--ColorMain);}

/*第二層*/
.pic-list { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); grid-gap: 0 10px;}
.pic-list .show_pic {  aspect-ratio: 1 / 1;}	
.album_descrip p{font-size: 15px; line-height: 190%; background: #f5f5f5; padding: 3% 4%; border-radius: 20px;}
.pic-list .show_pic img { transition: all .5s;}
.pic-list li:hover .show_pic img { height: 140%;transition: all .5s;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*表單上移*/
.contact_page .contact_content { width: 100%;}
.contact_page .main_part {  display: flex; flex-direction: column-reverse;}


.contact_page .blank_letter {display: flex; align-items: center; justify-content: flex-end;border-bottom: 1px solid gray; padding-bottom:5px;font-size: 18px;}
.contact_page .contact_content { padding: 0;}
.blank_letter { color: var(--ColorMain);}

/*聯絡資料*/
.contact_content .information_left{display: none;width: 320px;}
.list_before.info li:before{letter-spacing: 2px;letter-spacing: 2px; color: var(--darkBr);font-weight: normal;padding-left: 20px; width: 70px;}

.list_before.info li:first-of-type{border-top: 1px solid var(--ColorMain2);}
.list_before.info li { padding: 15px; padding-left: 60px;;border-bottom: 1px solid var(--ColorMain2);}
.contact_le_nomap iframe{width: 100%;}

/*表單*/
.blank_letter {  padding: 30px 0;}
.contact_page .blank_letter, .contact_form { max-width: 800px; margin: 0 auto 20px;}
.contact_content .information_right {display: none;width: 100%; padding: 20px 10% 40px;background: #f3f3f3;}
.contact_content form{display:flex;}
.contact_form li input.noborder, .contact_form li textarea.noborder { border: none; background: #fff;}
.contact_form li { padding: 18px;  grid-template-columns: 135px 1fr;  grid-gap: 15px;  border-bottom: 1px #e3e3e3 solid;align-items: center;}
.contact_form li .form__label {max-width: none;text-align: left;
    display: flex; flex-direction: row-reverse; justify-content: flex-end;align-items: center;}
.contact_form { grid-gap: 0;}

.form select {  margin: 0;}

.contact_page .red { color: var(--ColorSub2);}
.contact_form li.last cite { background: var(--ColorMain);}
.contact_form li.last blockquote { border: 1px solid #d2d2d2; background: #ffffff;}	
.contact_form li.last blockquote, .contact_form li.last cite{/*border-radius: 30px;*/}

.contact_form li.last cite{  border: none;}	

@media screen and (max-width: 768px){
.contact_content form { flex-direction: column;}
.footer_info ul { gap: 10px;}
.contact_content .information_left{width: 100%;}

}
@media screen and (max-width: 600px){
.contact_form li .form__label {font-weight: normal; padding: 0; background: transparent;}
.contact_form { grid-gap: 10px;}
.contact_form li { grid-gap: 5px;}
.contact_content .information_right { padding: 20px 5% 40px;}
.contact_form {grid-gap: 0; }
}


@media screen and (max-width: 425px){
.contact_form li { grid-template-columns: 1fr;}
	
}
	