@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: "Sorts Mill Goudy", Noto Serif TC;}

body{
	overflow-x:hidden;
	font-family:"Archivo Black","Noto Sans TC";
	font-weight: 400;
  letter-spacing: 1px;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0; /*background: #69bb65;*/}
.bannerindex { position:relative; height:auto;}
.swiper-wrapper {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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #ffffff;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #5EB451;
    border-radius: 3px;
}



/* ▼ HEADER---START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* 購物車隱藏 */
.me_tp_features a i {display: none;}
.me_tp_features {display: none;}

/*Logo ----------*/

.nav-brand img{display: block;  filter: brightness(4.5);}
.header_area.sticky .nav-brand img{   display: block;  filter: unset;}

/*logo定位 */
.nav-header {
    top: 16px;
    left: 2vw;
    max-width: 240px;
    transform: translatey(-40%);
}

/*logo大小*/
.header_area .nav-brand {
    display: block;
    max-width: 300px;
    width: 100%;
}

.header_area.sticky .nav-brand {
    display: block;
    max-width: 230px;
    width: 100%;
}

/*header樣式*/
.main_header_area .container {
    max-width: 1500px;}


.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #4b6c8700;
}

.header_area.sticky .nav-brand {
      transform: translatey(20%);
}
.main_header_area {
    background: #dfd9c500;
    box-shadow: 1px 1px 10px rgb(105 83 83 / 0%);
    transition: .5s ease-out;
    margin: 0;
    border-radius: 0;
}

/*header下拉後底色磨砂感*/
.sticky .main_header_area.animated {
    background: #ffffff;
    backdrop-filter: saturate(93%) blur(10px);
    border-radius: 10vw;
    margin: 1vw 5vw;
}

.header_area.sticky{    background: #ffffff00;}



/*選單文字*/
.stellarnav > ul > li > a {
    color: #ffffff;
    font-family:"Sorts Mill Goudy","Noto Sens TC";
    font-size: 17px;
    letter-spacing: 0.15rem;
    text-align: center;
    transition: .5s ease-out;
    height: 50px;
    margin: 0px 0px 1px 0px; /*選單高度*/
    padding: 25px 10px 0 10px; /*選單間距*/
    font-weight: 600
}

.header_area.sticky .stellarnav > ul > li > a{ color: #5EB451;}


.stellarnav > ul > li > a :hover {
    color: #5EB451;
}

.navigation { padding: 30px 0 10px 0px; grid-template-columns: 340px 1fr;}
.stellarnav a.dd-toggle .icon-plus:before{    border-bottom: solid 2px #A68A60;}
.stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px #A68A60;}
.stellarnav .icon-close:before{border-bottom: solid 2px #ffffff;}
.stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: #e1bfb4;}
.stellarnav a {color: #ffffff;}
.stellarnav.mobile ul {    background: #f7f7f7;}

/*選單圖示 ---------- */

/*通用設定*/
.stellarnav > ul > li > a:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/coocha/header.png) no-repeat;
    width: 30px;
    height: 28px;
    background-size: contain;
    position: absolute;
    left: 50%;
    transition: .5s ease-out;
    transform: translate(-50%);
    bottom: 10px;
    opacity: 0;
}

.stellarnav > ul > li > a::before {
    transform: translate(-50%);
    bottom: 23px;
    transition: .5s ease-out;
    opacity: 1;
}

/*圖示替換*/

/*.stellarnav > ul > li:nth-child( 2n ) > a:before {
    background: url(https://pic03.eapple.com.tw/coocha/header2.png) no-repeat;
    background-size: contain;
}*/


/*文字底線-中間往左右*//*
.stellarnav > ul > li:after {
    content: "";
    width: 0;
    height: 1px ;
    position: absolute;
    bottom: 15px; /*底線垂直位置
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-color);
    transition: all .3s;
}

.stellarnav > ul > li:hover::after {
    width: 80%;
}

/*文字底線-左到右*/
.stellarnav > ul > li:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    width: calc(100% - 2 * 2px);
    height: 2px;
    background: var(--accent-color);
    overflow: hidden;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.76,0,.24,1);
}

.stellarnav > ul > li::after {
    transform-origin: 0 50%;
    transform: scaleX(1);
}

/*下拉的欄位 ---------- */

.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #8e8e8e;
}

/*下拉符號-隱藏*/
.stellarnav li.has-sub > a:after {
    display: none;
}



/*次選單 ---------- */

/*次選單樣式-半透明底色*/
.stellarnav ul ul ,
.stellarnav ul ul ul {
    overflow: auto;
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 7px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 12%);
    backdrop-filter: saturate(180%) blur(5px);
    width: 215px;/*加寬*/
    max-height: 400px;
}

/*第三層滾動條設定*/
.stellarnav ul ul ul {
    overflow-x: hidden;
    /*overflow-y: scroll;*/
    scrollbar-gutter: stable;
}

/*次選單欄位邊框*/
.stellarnav li li {
    border: 0px var(--light-gray) solid;
}

/*次選單文字樣式*/
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #8e8e8e;
    font-size: var(--f15);
}

/*欄位尺寸*/
.stellarnav li li > a ,
.stellarnav li li.has-sub > a {
    padding: 7px 5px;
    transition: .5s ease-out;
    border-left: 2px solid transparent ;
}

/*欄位hover樣式*//*
.stellarnav li li:hover > a ,
.stellarnav li li.has-sub:hover > a {
    color: #bea15c;
    border-color:#bea15c ;
}
*/

/*hover欄位樣式-向右滑動*/
.stellarnav li.has-sub ul li a:hover{
    color: #FF7272;
}



/*icon-----------------------------------------------------------------------*/
.stellarnav li a:before {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}

.stellarnav li a:hover:before {
    transform: scale(1.1);
    transition: all 0.5s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}


@keyframes upDown {
    0% {margin-top: -10px; margin-bottom: 10px;    }
    100% {margin-top: 0; margin-bottom: 0;    }
}

@-webkit-keyframes upDown {
    0% {margin-top: -10px; margin-bottom: 10px;    }
    100% {margin-top: 0; margin-bottom: 0;    }
}


.stellarnav li:nth-of-type(1) a:before {
    background: url(https://pic03.eapple.com.tw/coocha/hd_iconA-01.png) no-repeat center;
    background-size: contain;
}
.stellarnav li:nth-of-type(2) a:before {
    background: url(https://pic03.eapple.com.tw/coocha/hd_iconA-02.png) no-repeat center;
    background-size: contain;
}
.stellarnav li:nth-of-type(3) a:before {
    background: url(https://pic03.eapple.com.tw/coocha/hd_iconA-03.png) no-repeat center;
    background-size: contain;
}
.stellarnav li:nth-of-type(4) a:before {
    background: url(https://pic03.eapple.com.tw/coocha/hd_iconA-04.png) no-repeat center;
    background-size: contain;
}
.stellarnav li:nth-of-type(5) a:before {
    background: url(https://pic03.eapple.com.tw/coocha/hd_iconA-05.png) no-repeat center;
    background-size: contain;
}
.stellarnav li:nth-of-type(6) a:before {
    background: url(https://pic03.eapple.com.tw/coocha/hd_iconA-06.png) no-repeat center;
    background-size: contain;
}
.stellarnav li:nth-of-type(7) a:before {
    background: url(https://pic03.eapple.com.tw/coocha/hd_iconA-07.png) no-repeat center;
    background-size: contain;
}

.stellarnav li:nth-of-type(8) a:before {
    background: url(https://pic03.eapple.com.tw/coocha/hd_iconA-08.png) no-repeat center;
    background-size: contain;
}

/*icon-----------------------------------------------------------------------*/


/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
    background: transparent;
    transition: .5s ease-out;
    letter-spacing: .1rem;
    position: relative;
}

@media screen and (max-width: 1440px) {.navigation {
    padding: 20px 16px 10px 20px;}
    .nav-header {transform: translatey(-10%);}}


@media screen and (max-width: 1024px) {
    .main_part {
        padding: 40px 20px;
    }


/*關掉-header下拉效果*/
.sticky .main_header_area.animated {
    border-radius: 0vw;
    margin: 0px;
}

.navigation {
    padding: 20px 0 0 0;
}

.stellarnav > ul > li > a {
    margin: 0px;
    padding: 0px 10px 0 10px;
    height: 35px;
}

/*隱藏-風扇插圖*/
.stellarnav > ul > li > a:before{
    display: none;
}

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@keyframes anime_wave01 {
	0% {background-position: 0 0, 0 bottom;}
	100% { background-position: 1200px 0, 1200px bottom;}
}
@keyframes anime_wave02 {
	0% { transform: translateX(50vw);}
	100% { transform: translateX(-50vw);}
}

/*大圖*/
.bannerindex .swiper-slide:nth-child(1):after {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/coocha/road.png);
    width: 100%;
    height: 90px;
    top: 97%;
    right: 0%;
    max-height: 4.8vw;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    z-index: 2;
    transform: translate(0%, -50%);
    animation: anime_wave01 60s linear 0s infinite alternate;
    -webkit-animation-name: anime_wave01;
    animation-name: anime_wave01;}

.bannerindex .swiper-slide:nth-child(1):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/coocha/car.png);
    width: 19%;
    aspect-ratio: 155 / 115;
    top:74%;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: translate(0%, -50%);
    animation: anime_wave02 8s linear infinite;
    -webkit-animation-name: anime_wave02;
    animation-name: anime_wave02;}

.bannerindex .swiper-slide:nth-child(2):after {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/coocha/road.png);
    width: 100%;
    height: 90px;
    top: 97%;
    right: 0%;
    max-height: 4.8vw;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    z-index: 2;
    transform: translate(0%, -50%);
    animation: anime_wave01 60s linear 0s infinite alternate;
    -webkit-animation-name: anime_wave01;
    animation-name: anime_wave01;}

.bannerindex .swiper-slide:nth-child(2):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/coocha/car.png);
    width: 19%;
    aspect-ratio: 155 / 115;
    top:74%;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: translate(0%, -50%);
    animation: anime_wave02 8s linear infinite;
    -webkit-animation-name: anime_wave02;
    animation-name: anime_wave02;}

.swiper-pagination-bullet {
    width: 55px;
    border-radius: 15px;
    height: 10px;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/


@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* 像是上移 10px */
    }
    100% {
        transform: translateY(0);
    }
}

.footer {padding: 150px 0 20px 0;font-size: 14px;background: #c09565 url(https://pic03.eapple.com.tw/coocha/footer.jpg);position: relative;z-index: 99;}

.footer_logo {
    display: inline-block;
    vertical-align: top;
    max-width: 280px;
    margin: 0;
    text-align: center;
    animation: float 2s ease-in-out infinite; /* 無限循環動畫 */
}



.footer_info li p.add2:before{display: none;}


@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); } /* 上浮 10px */
    100% { transform: translateY(0); }
}

.box_link a { display: none; }
.footer .center {
    position: relative;
    max-width: 1600px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
	margin-bottom: 15px;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #ffffff;
    display: block;
    width: fit-content;
    font-weight: 600;
}
.footer_menu a:before {    content: "．";}
.footer_menu a:nth-child(1) {    display: none;}
.footer_menu a:hover {    background: transparent;color:#f5ea64;}
.copy {
	color: #ffffff;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}
.copy a{
	color: #ffffff;
	transition:all 0.3s;
}

.copy a:hover {
    color:#a0d597;
}

.footer_info li { padding: 25px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #ffffff;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #d6cb4d;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before {    content: "聯絡資訊 CONTACT";}
.footer_info ul>li:nth-child(2):before {    content: "網站選單 MAIN MENU";}

.footer_menu>a:nth-child(13){display: none;}

.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
    font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.15em;
}
.footer_info ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));
	gap: 0 20px; 
	letter-spacing: 0.15em;
}
.footer_logo img {    filter: brightness(5.5); max-width: 360px; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin: 0px;
}

.footer_info ul{    width: 65%;}

.info_fix {    display: none;}


@media screen and (max-width: 768px) {}


@media screen and (max-width: 600px) {
.footer_info li {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}



}

@media screen and (max-width: 425px) {
.footer::before {    bottom: 500px;    width: 50%;}}

@media screen and (max-width: 320px) {      .footer_info li {      padding-left: 10px;}}



@media screen and (max-width: 320px) {
    .footer::before {    bottom: 550px;    width: 50%;}}


#to_top {    background: #f5ea64; color: #63b458; box-shadow:none;}
#to_top i.top:before, #to_top i.top:after{    background: #63b458; width:3px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/

.blog_box {display: flex;flex-direction: column;}
.blog_le, .blog_ri {width: 100%;padding: 0;margin-bottom: 0;}
h5.blog_le_t, .blog_search {display: none;}
.blog_le .accordion {display: flex;border-radius: 0;border: 0;align-items: center;justify-content: center;padding-bottom: 100px;}
.accordion li .link {padding: 5px 30px;font-size: 16px;font-weight: 400;letter-spacing: 0.15em;border-bottom: 0;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #000000!important;    border-radius: 20px;}
.blog_le ul li:not(:last-child) {border-right: 1px solid #ccc;}
.accordion li .link a {color: #000;}

h4.blog_category_title {display: none;}
.blog_subbox {display: flex;flex-wrap: wrap;}
.subbox_item {width: 100%;margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #000;}
.subbox_item a {display: grid;grid-template-columns: 1fr 4fr;column-gap: 50px;align-items: center;background-color: #fff;padding: 20px; border-radius: 50px;}
.subbox_item a:before {letter-spacing: 0.08em;color: #000;font-size: 16px; right: 60px;}
.subbox_item a:after {background: #ffffff80;border: 0;border-radius: 50px;}
.blog_list_le {width: 100%;padding: 0;}
.blog_list_ri {display: grid;grid-template-rows: 1fr 1fr 1fr;padding: 0;width: 100%;}
.blog_list_ri h5 {font-weight: 400;font-size: 22px;letter-spacing: 0.08em;-webkit-box-orient: inherit;}
.blog_list_ri em {font-size: 15px;letter-spacing: 0.15em;margin: 0;line-height: 2;}
.blog_list_ri p {font-size: 16px;color: #999;letter-spacing: 0.05em;line-height: 1.5;}


.blog_list_le img {    border-radius: 20%;}
.blog_list_ri h5 {color: #000000}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{color: #ffffff !important;}
.accordion li .link a {font-size: 24px;}

/*文章內頁*/
.blog_in_page h4.blog_category_title {display: block;
    color: #000000;font-size: 25px;letter-spacing: 0.05em;font-weight: 500;
    border-bottom: 1px #ccc solid;padding: 0 0 15px 0;margin-bottom: 30px;}
.blog_box_edit * {line-height: 180%;letter-spacing: 0.05em;}

.blog_back {display: flex;text-align: center;justify-content: space-between;}
.blog_back a {
    position: relative;font-size: 16px;letter-spacing: 0.15em;color: #6C4C33;
    border: 1px solid #ccc;display: inline-block;padding: 15px;width: 30%;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_back, .blog_back a.article_btn_next {background: unset;}
.blog_back a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background-color: #000000;
    z-index: -1;
}
.blog_back a:hover {color: #FFF;}
.blog_back a:hover::before {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media screen and (max-width: 1024px) {
/*文章*/

/*文章內頁*/
.blog_le .accordion {padding-bottom: 80px;}
.blog_in_page h4.blog_category_title {font-size: 22px;margin-bottom: 20px;}
.blog_back a {padding: 10px 15px;font-size: 15px;}
}
@media screen and (max-width: 768px) {
.blog_le .accordion {padding-bottom: 50px;}
.accordion li .link {padding: 5px 20px;font-size: 15px;}
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_box_edit * span {font-size: 15px !important;}
.subbox_item a {grid-template-columns: 1fr 2fr;}
.blog_list_ri {    grid-template-rows: 1fr 0fr 1fr;}
}
@media screen and (max-width: 600px) {
.subbox_item {margin-bottom: 15px;padding-bottom: 15px;}
.subbox_item a {grid-template-columns: unset;grid-template-rows: 2fr 1fr;column-gap: 0;row-gap: 30px;}
.blog_list_ri {padding: 0 5%;}
.blog_list_ri h5 {font-size: 20px;}
.blog_list_ri em {font-size: 14px;}
.blog_list_ri p {font-size: 14px;}
}
@media screen and (max-width: 450px) {
.subbox_item a:before {bottom: 0px;}
.blog_box_edit * span {font-size: 14px !important;}
.blog_back a {padding: 8px 10px;font-size: 14px;}
.subbox_item a {        grid-template-rows: 1fr 0fr;}
}
