@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-pagination {margin-left: 0; transform: translateX(-50%);}
.swiper-banner { position:static;margin: 0 0 -5px 0;height:auto;background: #333333;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


.nav-brand img { max-width: 35%; }
.header_area {  padding: 0px; }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}
.album_page .main_part { max-width: 1600px; }
/*中間小標刪除*/
.path { display:none;}

/*按鈕*/
.animated-arrow {background: #000000;}

/*頁數*/
.page {margin: 30px 0;color: #505050;}
.page li {margin: 0px 8px;    font-weight: 600;}
.page li a {
    display: block;
    border: 1px #000000 solid;
    color: #000;
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 5px;}
.page strong, .page a:hover {background: #505050;color: #ffffff;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 側邊按鈕*/
.info_fix>span { display:none; }

.info_fix_links { display:block !important;}
.info_fix_links a {   background: rgb(187 158 169 / 0%); color: #87c13f;  border: 1px solid #8fc54c; }
.info_fix_links a:hover {   background: white; }

/*header*/
.pageIndex .header_area {position: fixed;width: 100%;}
.main_header_area {background: #ffffffcc;}
.pageIndex .header_area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    width: 100%;
    height: 0%;
    transition: all 0.5s;}
.pageIndex .header_area.sticky:before {
    height: 100%;
    transition: all 0.5s;}
.main_header_area .container {max-width: 85%;}
.me_tp_features {display: none;}
.navigation {
    display: flex;
    align-items: center;}
/*LOGO*/
.nav-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;}
.nav-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 245px;}

/*選單*/
.stellarnav > ul > li > a {
    padding: 45px 15px;
    letter-spacing: 1px;
    color: #686b6d;
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 0;
    height: 0;
    margin: 0;
    transition: all 0.5s;
	font-weight: bold;}
.stellarnav > ul > li > a:hover {color: #84c33c;transition: all 0.5s;}


/*下拉*/
.stellarnav > ul > li.drop-left > ul {    right: unset;}
/*下拉選單*/
.stellarnav li.has-sub > a:after {display: none;}
.stellarnav ul ul {
    min-width: 200px;
    transform: translate(-50%, 0);
    left: 50%;
    background: #FFF;}
.stellarnav li li {
    display: block;
    border: unset;
    margin-bottom: 0;
    border-bottom: 1px solid #f5f5f5;}
.stellarnav li li a {color: #555555;padding: 15px 0;text-align: center;transition: all 0.5s;}
.stellarnav li li a:hover {background: #8cc34e;color: #ffffff;transition: all 0.5s;}

@media screen and (max-width: 1180px) {
.main_header_area .container {max-width: 95%;}
}
@media screen and (max-width: 1024px) {
.pageIndex .main_header_area, .main_header_area {background: #ffffffbf;}
.navigation {display: block;padding: 0;}
.nav-header {padding-top: 10px;}
.pageIndex .header_area {position: relative;}
.stellarnav > ul > li > a {        padding: 45px 10px;}
}

@media screen and (max-width: 768px) {
.nav-header {padding-top: 0;}
.nav-brand {width: 210px;padding: 10px 0px 15px;}
.main_header_area .container {max-width: 100%;}
.stellarnav.mobile {
    display: flex;
    width: auto;
    height: 100%;
    padding: 0 15px;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;}
.stellarnav .menu-toggle span.bars span {
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: #000;
    margin: 0px auto 5px;}
.stellarnav .menu-toggle:after {
    font-size: 9px;
    color: #000;
    transform: unset;
    letter-spacing: 1px;
    margin-top: 10px;
    font-family: 'Inter';
    font-weight: 900;}
.stellarnav.mobile.left > ul {background: #ffffff;padding: 0;height: 100vh;}
.stellarnav.mobile > ul > li {border-bottom: 1px #f5f5f5 solid;}
.stellarnav.mobile > ul > li > a {padding: 18px 40px;color: #000000;}
.stellarnav > ul > li > a:before, .stellarnav > ul > li:hover > a:before {display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 10px;top: 6px;}
.stellarnav.mobile li.open {background: #f5f5f5;padding: 0;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #000000;}
.stellarnav.mobile ul ul{left: 50%;}
.stellarnav li li {border: unset;margin-bottom: 0;}
.stellarnav li li a {padding: 15px 5px;}
.stellarnav .icon-close {margin-right: 6px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { 
    color: #000000;
    letter-spacing: 2px; 
    background: unset;
    border-bottom: 1px #f5f5f5 solid;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 3px #000000;}
}

@media screen and (max-width: 570px) {
.stellarnav .menu-toggle {padding: 15px 0px;}
.nav-brand {width: 185px;}
.info_fix { width: 20px; }
.info_fix_links a { width: 40px; height: 40px; }
}

@media screen and (max-width: 350px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@-webkit-keyframes toright {
	0% {
		transform: translateX(-20px);
        opacity: 0;
	}
	100% {
		transform: translateX(0px);
        opacity: 1;
	}
}
@keyframes toright {
	0% {
		transform: translateX(-20px);
        opacity: 0;
	}
	100% {
		transform: translateX(0px);
        opacity: 1;
	}
}

@-webkit-keyframes toleft {
	0% {
		transform: translateX(20px);
        opacity: 0;
	}
	100% {
		transform: translateX(0px);
        opacity: 1;
	}
}
@keyframes toleft {
	0% {
		transform: translateX(20px);
        opacity: 0;
	}
	100% {
		transform: translateX(0px);
        opacity: 1;
	}
}

/*大圖*/
.stellarnav > ul > li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background: #84c33c;
    opacity: 0;
}
.stellarnav > ul > li:hover::before {
    opacity: 1;
    top: 25%;
    transition: 0.5s ease-out;
}


.swiper-banner {background: #000;}

.swiper-slide:nth-child(1):before {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    z-index: 1;
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/yoshin1998/01.png);
    background-size: contain;
    transition: all 0.3s ease-in-out;
    position: absolute;
    background-repeat: no-repeat;
    pointer-events: none;
    aspect-ratio: 889 / 77;
    left: 0;
    bottom: 5%;
    background-position: top center;
    -webkit-animation: scale-up-center 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.swiper-slide:nth-child(2):before  {
    content: '';
    width: 100%;
    display: block;
    clear: both;
    z-index: 1;
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/yoshin1998/02.png);
    background-size: contain;
    transition: all 0.3s ease-in-out;
    position: absolute;
    background-repeat: no-repeat;
    pointer-events: none;
    aspect-ratio: 889 / 77;
    left: 0;
    bottom: 5%;
    background-position: top center;
    -webkit-animation: scale-up-center 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;}

/*內頁背景
body:after{
    content:"";
    position:fixed;
    top:0;
    height:100vh;
    left:0;
    right:0;
    z-index:-1; 
    background: url(https://pic03.eapple.com.tw/dayidatao/bg-01.jpg) center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;} */

#content_main, #content {}
#content {
    min-height: 100vh;
    background: url();
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;}

/*內頁BANNER 設定*/
.banner {
    display: block;
    padding: 100px 0 50px;
    position: relative;
    background: unset;
}
.banner:after {}
.banner h5 {display: none;}

.banner.banA { background-image: url(https://pic03.eapple.com.tw/yoshin1998/banA.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banB { background-image: url(https://pic03.eapple.com.tw/yoshin1998/banB.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banC { background-image: url(https://pic03.eapple.com.tw/yoshin1998/banC.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banD { background-image: url(https://pic03.eapple.com.tw/yoshin1998/banD.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banE { background-image: url(https://pic03.eapple.com.tw/yoshin1998/banE.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banF { background-image: url(https://pic03.eapple.com.tw/yoshin1998/banF.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }
.banner.banblog { background-image: url(https://pic03.eapple.com.tw/yoshin1998/banblog.jpg); background-position: center; width: 100%; height: 20vw; background-size: cover; }


@media screen and (max-width: 1024px) {
	.nav-header { max-width: inherit; }
}
@media screen and (max-width: 768px) {
.banner {padding: 50px 0 25px;}
.banner h5 {font-size: 25px;left: 50%;}
.banner h5:before {font-size: 16px;}
}
@media screen and (max-width: 500px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer_info {  grid-gap: 0px; }
.footer {padding: 15px 0 0 0;background: #fff;}
.footer .center {padding: 30px 0;}
.footer_info {
    display: flex;
    padding: 0;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;}
.footer_info ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;}
.footer_info li {
    display: flex;
	width: 100%;
    justify-content: space-around; }
.footer_info li p, .footer_info li p a {
    letter-spacing: 1.5px;
    line-height: 190%;
    font-size: 15px;
    color: #333;}
.box_link {    display: none;}

/*LOGO*/
.footer_logo { display:none; }
.footer_logo img {width: 50%;} 

/*選單*/
.footer_menu { display:none; }
.footer_menu a:first-child {display: none;}
.footer_menu a {
    color: #999;
    font-size: 14px;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 500;
    background: unset;
    margin: 0;
    padding: 5px 15px 0 0;
    border: unset;}

.double_key {padding-top: 15px;width: 100%;}
.copy {
    padding: 15px 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    background: #8bbd51;
    border-top: unset;
    margin-top: 0;}
.copy a {color: #fff;}
.footer_info li p:before { color: #8bbd51; }

@media screen and (max-width: 1055px) {
.footer_logo {width: 220px; text-align: center;}
.footer_info {flex-direction: column;}
.footer_info ul {
    width: 100%;
    margin-top: 0;
    flex-direction: column;
    text-align: center;
    align-items: center;}
.footer_menu a {width: auto;padding: 10px;text-align: center;}
}

@media screen and (max-width: 768px) {
.footer_info li {padding: 20px 10px 0;}
}

@media screen and (max-width: 500px) {
.footer .center {padding: 15px 0;}
.footer_logo {width: 180px;}
.footer_info li p, .footer_info li p a {line-height: 200%;font-size: 14px;}
.copy {font-size: 12px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*(新)文章分類*/
/*文章管理*/
.blog_page .main_part{max-width: 1780px;padding: 50px 5%;}
.blog_in_page .main_part{max-width: 1780px;padding: 50px 5%;}
.blog_search input[type=search] {border-radius: 0;text-align: center;}
h5.blog_le_t { display:none; }
h5.blog_le_t em {margin-right: 5px;}
.blog_le .accordion {
    border-radius: 0;
    border: unset;}
	
.accordion li .link {padding: 10px 0px;text-align: center;font-weight: 500;}
.accordion li .link a {color: #000000;letter-spacing: 1px; font-size: 17px;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #1b98cc !important;}
.blog_box {
    display: flex;
    min-height: 20vw;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;}
.blog_le {width: 15%;    padding: 0;}
.blog_le .accordion li .link:last-child {
    border: none;
    border-bottom: 1px solid #CCC;}
.blog_ri {width: 80%;    padding: 0;}
/*大分類*/
.blog_subbox{display: flex;flex-wrap: wrap;}
.subbox_item{
    width: 23%;
    padding: 0 5px;
    margin: 10px 0px;}
.subbox_item a { display: block;}
.subbox_item a:before { display:none; }
.subbox_item a:after {display: none;}
.blog_list_le {
    width: 100%;
    padding: 0;
    padding-bottom: unset;
    height: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;}
.blog_list_le img {
    position: absolute;
    transform: translate(-50% , -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;}

.blog_list_ri {
    width: 100%;
    background: #ffffff00;
    padding: 15px 10px;
    }
.blog_list_ri h5{
    font-size: 20px;
    color: #000 !important;
    letter-spacing: 1px;}
.blog_list_ri em {color: #218ec2 !important;letter-spacing: 1px;}
.blog_list_ri p {display: none;}
.blog_box_edit {color: #000;}
.blog_box_edit * {line-height: 180%;}
/*文章內頁按鈕*/
.blog_back {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: space-between;}
.blog_back a {padding: 15px; width: 33%;font-size: 16px;letter-spacing: 0.05em;padding: 10px;line-height: 1.5;}
.blog_back a.article_btn_back {background: #218ec2;border: unset;color: #ffffff;}
.blog_back a.article_btn_back:hover { background: #000000; border: unset; color: #ffffff;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next  {background: #926a37;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover  {background: #000;}

.news_related { background: #ffffff; }
.articel_mainPic img, .blog_back, .news_related h6, .lastPage, .module_i_news .title_i_box h4, .i_blog_b   { display: none; }
.module_i_news section { max-width: 1600px; }
.module_i_news li { background-color: #f4f4f4; padding: 5%; }
.module_i_news li a { display: inline-block; }
.i_blog_le { aspect-ratio: auto; }
.module_i_news ul { grid-template-columns: repeat(auto-fill, minmax(385px, 1fr)); }
.module_i_news li a:after { display:none;}
.module_i_news { padding: 20px; }
.module_i_news .title_i_box {  margin-bottom: 0px; }
.show-list .item:hover .show_name { color: #30b1e3;}
.subalbum-menu h2 { color: #8bbd51; }
.other_album_choice li {  background: #8bbd51; }
.album_fixed_title { display:none;}
.module_i_news li a:before {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: -50px;
    bottom: 0;
    right: 0px;
    transition: all 0.5s;
    opacity: 0;
    background: url(https://pic03.eapple.com.tw/yoshin1998/clean.png) no-repeat;
    background-size: contain;
    pointer-events: none;
}

@media screen and (max-width: 1024px){
.subbox_item {width: 50%;}
.blog_list_le img {min-width: 100%;}
}

@media screen and (max-width: 768px){
.blog_page .main_part {padding: 30px 5%;}
.blog_box {flex-direction: column;}
.blog_box, .blog_le, .blog_ri {padding: 0;width: 100%;}
.blog_search {margin-bottom: 0;}
.subbox_item {border-bottom: unset;margin: 10px 0px 20px; padding: 0 5px;}
.blog_list_ri {padding: 10px 5px;}
.blog_list_ri h5 {font-size: 18px;}
.blog_page h4.blog_category_title, .blog_in_page h4.blog_category_title {font-size: 25px;}
}

@media screen and (max-width: 600px){
.blog_page h4.blog_category_title, .blog_in_page h4.blog_category_title {font-size: 20px;}
.subbox_item {width: 100%;padding: 0;}
.blog_list_ri h5 {font-size: 16px;}
.blog_list_ri em {font-size: 13px;}
.blog_back a {font-size: 14px;}
.blog_box_edit * span {font-size: 15px !important;}
.module_i_news ul { grid-template-columns: auto; }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.contact_page .main_part {max-width: 1780px;padding: 50px 5%;}
.contact_editbox {padding: 0;}
.contact_content {max-width: 1500px;padding: 0;}
.contact_content form {display: flex; justify-content: space-between;}
.contact_content .information_left { display:none}
.list_before.info li { padding: 10px 0 15px 90px;border-bottom: 1px #ddd solid;}
.innersend {padding-left: 0 !important;text-align: center;}

.contact_content .information_right {width: 100%;padding-left: 0;padding: 0;}
.blank_letter {
    display: flex;
    align-items: flex-end;
    letter-spacing: 2px;
    color: #000;
    font-weight: normal;
    font-family: 'Noto Sans TC';}
.note { order: 2; font-size: 14px;letter-spacing: 1px; margin-left: 20px;}
.red {color: #218ec2;}
.list_before {
    color: #000000;
    letter-spacing: 1px;}
.list_before.info {float: unset;}
.qr01 img {max-width: 250px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */

.footer.with_shopping_mode { padding:30px 0 60px; }
#to_top { bottom:60px;}
.footer_info li {  display: block; }

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




