@charset "utf-8";

/*●●●●●●●●●●●●●●●●●●●●●●●●   隱藏內容   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}
.sb_marquee {display: none;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{font-family: /*"Kosugi Maru", sans-serif;*/}
:root{
	/*顏色*/
	
	--ColorMain:#ffc257 /*LOGO橘黃*/;
	--ColorMain2:#8d5630 /*LOGO咖啡*/;
	--ColorMain3:#fff4e0 /*LOGO米黃*/;
	
	--ColorSub:#d5c4ad /*米*/;
	--ColorSub2:#78503d/*咖*/;
	--ColorSub3:#626952/*綠*/;
	--ColorSub3:#F6F3EE/*灰*/;
	
	--textColor: #333333; /*文字*/
	
	/* 字型 */
	--ffmain: "微軟正黑體"; --ffsub:"Noto Sans TC", sans-serif;
}

#content_main, #content { margin-top: 0; background: linear-gradient(0deg, var(--ColorMain3), #fffbf6);}
@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;}/*隱藏展開鈕*/

.info_fix_links a { opacity: 0.7; background:var(--ColorMain);border: 1px solid #ffc040;}
.info_fix_links a:hover { opacity: 1; background:var(--ColorMain); animation: move2 2s; animation-timing-function: ease-out;}

.info_fix_links a:nth-of-type(even) { opacity: 0.7; background:var(--ColorMain2);}
.info_fix_links a:nth-of-type(even):hover { opacity: 1; background:var(--ColorMain2);}

@keyframes move2{	0%{transform: rotateY(0deg);}	100%{transform:  rotateY(360deg);}}

/*●●●●●●●●●●●●●●●●●●●●●●●●   header   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/******************搜尋購物匯款通知*************************************/
.shop_search_btn{background: #ca0b1a;}
.me_tp_features a{color: var(--ColorMain2);}
.me_tp_features a i { color: var(--ColorMain2);}
.box_search input[type=text] { background: url(../images/search-icon.png) no-repeat 9px center #ffffff99; border-radius: 8px;}
.shop_search_btn {border-radius: 0 8px 8px 0;}

/**************************LOGO*************************************/
.navigation { grid-template-columns: 240px 1fr; padding: 16px 0 0;}

.nav-header { max-width: fit-content;}
.sticky .nav-header { /*padding: 10px 0;*/}

.nav-brand, .nav-brand img { width: 220px; display: block; transition: all ease 0.3s; display: flex; justify-content: flex-end;}
.sticky .nav-brand, .sticky .nav-brand img { width: 100px;}

.header_area .nav-brand img { /*filter: contrast(0) brightness(100);*/}
.header_area.sticky .nav-brand img {  filter: none;}

/**************************header底色*************************************/
.me_tp_features { margin-top: 2%;display: none;}
/*.sticky .stellarnav ul { margin: -0.3% 0 .2%;}*/

.header_area { padding: 0; background: transparent; position: fixed; transition: ease .3s;}
.header_area.sticky { background: #f6a24659;border-bottom: 1px solid #ffff005c;}

.main_header_area { background:linear-gradient(180deg, #531d00, #c985269e, #ffffff00, #ffffff00, #ffffff00);}
.main_header_area .container { width: 95%; max-width: 970px;}

/**************************第一層*************************************/	
.stellarnav li.has-sub>a:after { content: none;}
.stellarnav a.dd-toggle .icon-plus {display: none;}

.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 2px; height: 100%; color: white; display: block; font-weight: 500; margin: 0 10px 0 0;font-weight: bold;
    letter-spacing: 1.5px; transition: all ease 0.3s;}
	
.stellarnav>ul>li:last-of-type>a { margin-right: 0;}

.stellarnav>ul>li>a:before {content: "⁂"; color: var(--ColorMain); font-size: 18px; font-weight: 100; 
  	position: relative; top: -5px;transition: all .5s ease;}
	
.stellarnav>ul>li:nth-of-type(2)>a:before {content: "☁";}	
.stellarnav>ul>li:nth-of-type(3)>a:before {content: "♥︎";}	
.stellarnav>ul>li:nth-of-type(4)>a:before {content: "✦";}
.stellarnav>ul>li:nth-of-type(5)>a:before {content: "⁂";}
.stellarnav>ul>li:nth-of-type(6)>a:before {content: "☀";}
.stellarnav>ul>li:nth-of-type(7)>a:before {content: "☁";}
	
.stellarnav>ul>li:nth-of-type(even)>a:before{color: var(--ColorMain2);}
.stellarnav>ul>li:hover>a:before { top: -10px;}
.stellarnav > ul > li > a{color: var(--textColor);letter-spacing: .2rem;transition: all .5s;font-weight: bold;line-height: 50px;}
.stellarnav > ul > li > a:hover {color:var(--ColorMain2);}
.stellarnav > ul > li > a:hover b { -webkit-transform: translateY(0);}
.stellarnav > ul > li > a b{font-weight: bold;line-height: 20px; height: 20px;top: -15px; position: relative; color: white;}
.stellarnav > ul > li > a b:nth-of-type(2){opacity: 0.8; font-family: Almendra SC;
    font-size: 20px; font-weight: 100; letter-spacing: 0; opacity: .5;}

.stellarnav > ul > li.drop-left > ul { display: none !important;}

.swiper-pagination { display: none;}
.swiper-banner .swiper-slide img { width: 100%;}

/*次分類*/
.stellarnav ul ul { background: transparent; animation: navi 0.3s;}
@keyframes navi { 0% { opacity: 0; } 100% {opacity: 1;}}

.stellarnav li li { background: var(--ColorSub); border: none; border-bottom: 1px solid #ffffff7F; margin-bottom: 0; transition: all ease .3s;}
.stellarnav li li:hover { background: var(--ColorSub2);}
.stellarnav li li:last-of-type {  border: none;}
.stellarnav li li a:not(.dd-toggle), .stellarnav li li.has-sub>a:not(.dd-toggle) {
    color: #fff; padding: 10px 20px; font-weight: 500; line-height: initial; height: auto; margin: 0; position: relative;}

.stellarnav>ul>li>ul { left: -25px; bottom: 10px; transform: translateY(100%);}
/*.sticky .stellarnav>ul>li>ul { bottom: auto; transform: none;}*/
.stellarnav.desktop li.bigMenu>ul {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}

.stellarnav.desktop li.bigMenu ul ul { top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li { margin: 0;}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after { border-left: 6px solid transparent;
	border-bottom: unset; border-right: 6px solid transparent; border-top: 6px solid #898989;    right: 5px;}



@media screen and (max-width: 1024px) {
.navigation {flex-direction: row;align-items: flex-start;}
.navigation .stellarnav ul li { /*margin: 15px 0 0;*/}		
.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {font-size: 13px;}	

.me_tp_features {  display: none;}
.nav-brand, .nav-brand img {width: 130px;}
.navigation .nav-header img { right: 32px;}

.sticky .nav-brand, .sticky .nav-brand img {/*width: 180px;*/}

.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {/* line-height: 20px;*/}
.nav-header, .sticky .nav-header {/*padding: 10px 0 0px;*/}
.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {/*line-height: 50px;*/}
}

@media screen and (max-width: 768px) {
.nav-header, .sticky .nav-header {padding: 15px;}
.nav-brand, .nav-brand img {width: 150px;}
.sticky .nav-brand, .sticky .nav-brand img {width: 150px;}

.navigation {  justify-content: center; padding: 0;}
.navigation .nav-header img { right: auto;}

.pageIndex .stellarnav>ul>li>a, .pageIndex .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {padding: 30px 43px 30px 10px; color: #A68C7E; text-shadow: none; font-weight: 800; line-height: 150%;}
.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { line-height: 150%; padding: 30px 43px 30px 10px; font-weight: 800;}
.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { line-height: 150%;}

.navigation .nav-header { position: static;transform: translateX(0);}

/*menu*/
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{padding: 25px;}
.stellarnav .menu-toggle:after {color: white; font-size: 8px;}
.stellarnav .menu-toggle span.bars span {  background: #ffd476;}
/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{padding: 10px; background: transparent;color:#e8ba5d;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #e8ba5d;}
.stellarnav .icon-close { margin-right: 5px;}
	
/*第一層*/
.stellarnav.mobile ul { background: #1b072cbd;backdrop-filter: saturate(93%) blur(10px);	}
.stellarnav.mobile > ul > li { border-bottom: 1px #ffb05b8a solid;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { border-right: 1px #ffb05b8a solid;}
.stellarnav.mobile.left > ul { display: block;}
.navigation .stellarnav ul li { margin: 0 !important; }
.stellarnav > ul > li > a b, .stellarnav>ul>li>a:hover, .stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle), .stellarnav>ul>li>a:before { top: 0;font-size: 17px;}
.stellarnav.mobile > ul > li > a { padding: 30px 43px 30px 10px; color: #A68C7E; text-shadow: none; font-weight: 800; line-height: 150%;
display: flex; align-items: center; margin-left: 15px;}
.stellarnav.mobile > ul > li > a b{margin: 0 7px;}
.stellarnav.mobile > ul > li > a:hover b, .stellarnav > ul > li > a b:nth-of-type(2){ font-size: 17px;}
.navigation .stellarnav ul li:nth-of-type(4) { right: 0;}
.stellarnav>ul>li:hover>a:before { top: 0; font-size: 30px;}
.navigation .stellarnav ul li { white-space: initial;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { max-width: 320px;}



}
@media screen and (max-width: 570px) {
	
.stellarnav .menu-toggle { padding: 15px 10px;}
.pageIndex .nav-header {}
.pageIndex .nav-brand, .pageIndex .nav-brand img {/* width: 50px;*/}
}


/*●●●●●●●●●●●●●●●●●●●●●●●●   footer   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer { background-image: url(https://pic03.eapple.com.tw/forestmoon2026/header_bg01.jpg);background-position-x: center;background-position-y: center;
    background-size: cover; background-repeat: no-repeat; opacity: 1; padding: 0;}

.footer .center {max-width: 1000px;width: 90%;}

/*LOGO*/
.footer_logo{    margin: auto;display: none;}
/*聯絡資料*/
.footer_info {display: flex; flex-direction: column; grid-gap: 10px;padding: 20px 0 0;}
.footer_info ul{display: flex; flex-direction: column; align-items: center;}

.footer_info li {display: flex; flex-wrap: wrap; justify-content: center;text-align: center; gap: 0 15px;padding: 5px;}
.footer_info li:nth-child(1){}
.footer_info li:nth-child(2){}
.footer_info li+li { margin-top: 0;}

.footer_info li p, .footer_info li p a{ color:var(--textColor); font-size: 13px; letter-spacing: 1px;}

.footer_info li p {display: flex;}
.footer_info li p:after { content: '✦'; color: var(--ColorMain2); font-size: 20px; margin-right: 3px; order: 1;}
.footer_info li p:before {order: 2;}
.footer_info li p a{order: 3;}


/*按鈕*/
.footer_menu a{background: white; color: var(--textColor);font-size: 12px;padding: 6px 8px;position: relative;z-index: 0; margin: 5px 0;width: 130px;}

.footer_menu a:first-child{display: none;}
.footer_menu a:before{content: "";width: 100%; height: 0; position: absolute; top: 0; left: 0; transition: all .5s; background: #725192;z-index: -1;}
.footer_menu a:hover {background: transparent;}
.footer_menu a:hover:before{bottom: 0; top: auto; height: 100%;transition: all .5s;}

/*copy*/
.copy {padding: 8px 0 10px; margin-top: 5px;background: transparent; border-top: none;}
.copy, .copy a, .copy a:hover{color: var(--ColorMain2);letter-spacing: 0;}

/*#to_top*/
#to_top { border: 1px solid #ffffff33; background: #828282b5; box-shadow: none; border-radius: 0; color: #ffffff;bottom: 90px;}
#to_top i:before, #to_top i:after { background: #ffffff;}

/*#bottom_menu*/
#bottom_menu{display:none;background: var(--ColorMain2); box-shadow: none;}

#bottom_menu li { border-right: 1px solid #ffffff;}
#bottom_menu li a i { color: white;}
#bottom_menu li a em {color: #878787;}

@media screen and (max-width: 768px) {
	.footer { /*padding: 0 0 55px;*/}
    #to_top { bottom: 66px; }
}




/**********************************************************************************************/
/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*首頁大圖*/
.bannerindex { position:static; height:auto;}
.bannerindex .swiper-banner { position:static; margin:0; height:auto;} 
.bannerindex .swiper-slide img { height:auto;}
/*
.bannerindex:before, .bannerindex:after, .bannerindex .swiper-banner:before, .bannerindex .swiper-banner:after,
.bannerindex .swiper-slide.swiper-slide-active:before, .bannerindex .swiper-slide.swiper-slide-active:after,
{   content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    pointer-events: none;
    background-size: contain;
    background-repeat: repeat-x;background-position-x: center;
}

.bannerindex .swiper-banner:before {                   animation: down_in2 10s linear 0s infinite alternate;z-index: 10;}/*星月*//*
.bannerindex .swiper-slide.swiper-slide-active:after{  animation: op 5s ease;}/*狗*//*
.bannerindex .swiper-slide.swiper-slide-active:before {animation: center_pop 5s ease;}/*文字*//*
.bannerindex .swiper-banner:after {                    animation: down_in 5s linear 0s infinite alternate;z-index: 10;}/*下雲*//*

.bannerindex .swiper-banner:before{  background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNA4.png);}
.bannerindex .swiper-banner:after{  background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNA3.png);}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after{  background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNA2.png);}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before{  background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNA1.png);}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after{  background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNB2.png);}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before{  background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNB1.png);}


/******************************************/
.bannerindex .swiper-slide a { display: block; position: relative; width: 100%; height: 100%;}

.bannerindex .swiper-slide:before, 
.bannerindex .swiper-slide:after,
.bannerindex .swiper-slide a:before, 
.bannerindex .swiper-slide a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    pointer-events: none;
    background-size: contain;
    background-repeat: repeat-x;
    background-position-x: center;
}

.bannerindex .swiper-slide.swiper-slide-active:before   { animation: center_pop 5s ease;z-index: 999;} /*文字*/
.bannerindex .swiper-slide.swiper-slide-active a:after  { animation: op 5s ease; } /*狗*/
.bannerindex .swiper-slide.swiper-slide-active a:before { animation: cloud 5s linear 0s infinite alternate;} /*下雲*/
.bannerindex .swiper-slide.swiper-slide-active:after    { animation: moon 5s ease; } /*星月*/

.bannerindex .swiper-slide:nth-child(1):before   { background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNA1.png); }
.bannerindex .swiper-slide:nth-child(1) a:after  { background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNA2.png); }
.bannerindex .swiper-slide:nth-child(1) a:before { background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNA3.png); }
.bannerindex .swiper-slide:nth-child(1):after    { background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNA4.png); }

.bannerindex .swiper-slide:nth-child(2):before   { background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNB1.png); }
.bannerindex .swiper-slide:nth-child(2) a:after  { background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNB2.png); }
.bannerindex .swiper-slide:nth-child(2) a:before { background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNB3.png); }
.bannerindex .swiper-slide:nth-child(2):after    { background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BNB4.png); }

@keyframes moon {
 0% { opacity: 0;}
 5% { transform: translateY(0%);opacity: 0;}
 50% { transform: translateY(-5%);opacity: 1;}
 95% { transform: translateY(0);opacity: 0;}
 100% {opacity: 0;}
}
@keyframes cloud {
 0% { opacity: 1;}
 5% { transform: translateY(0%);opacity: 1;}
 50% { transform: translateY(3%);opacity: 1;}
 95% { transform: translateY(0);opacity: 1;}
 100% {opacity: 1;}
}

@keyframes center_pop {
  0% { opacity: 0; transform: scale(1, 0);}
70% { opacity: 1; transform: scale(1, 1);} 
100% { opacity: 1; transform: scale(1, 1);} 
}

@keyframes op {
 0% { opacity: 0; }
 20% { opacity: 1;}
 100% {opacity: 1;}
}
@keyframes up_in {
 0% { transform: translateY(10%); opacity: 0;  }
 20% { opacity: 1;}
 90% { transform: translateY(0); opacity: 1;}
 100% {opacity: 0;}
}


/*圓點背景*//*
.bannerindex:before {animation: anime_wave01 3s linear 0s infinite alternate; background-image: url(https://pic03.eapple.com.tw/weihonghome/cover.png);}
@keyframes anime_wave01 { 0% { opacity: 0;} 50% { opacity: 1;} 100% {     opacity: 0;}}

@media screen and (max-width: 1024px) {
.bannerindex:before, .bannerindex:after, .bannerindex .swiper-banner:before, .bannerindex .swiper-banner:after,
.bannerindex .swiper-slide.swiper-slide-active:before, .bannerindex .swiper-slide.swiper-slide-active:after
{/* top: 0px;*/}
}
@media screen and (max-width: 768px) {
.bannerindex:before, .bannerindex:after, .bannerindex .swiper-banner:before, .bannerindex .swiper-banner:after,
.bannerindex .swiper-slide.swiper-slide-active:before, .bannerindex .swiper-slide.swiper-slide-active:after
{/* top: 40px;*/}
}

/*切換圓點*/
.swiper-pagination-bullets.swiper-pagination-horizontal{display: none;}

/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*內頁大圖*/
.banner{background-image: url(https://pic03.eapple.com.tw/forestmoon2026/BN-----.jpg);
        padding: 5% 5% 0; height: 20vw; justify-content: flex-end;background-size: cover;}
.banner h5 {color: var(--ColorMain2);letter-spacing: 6px;margin-top: 2vw;font-size: 22px;text-align: right;}
.banner h5:before{content: "NEWS"; font-weight: 100;letter-spacing: 0; display: block; font-size: 30px; color: #ffffff;font-family: Almendra SC;}


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}
@media screen and (max-width: 600px) {
.bannerindex::after {  left: 40%;}
}

/*●●●●●●●●●●●●●●●●●●●●●●●●   查看更多按鈕   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.animated-arrow {border-radius: 20px;background: unset;transition:.3s;position:relative;overflow:hidden;
    color: #fff; background: #e6e6e6;font-size: 14px;height: 40px; line-height: 40px; margin-top: 2%;}

.animated-arrow b, .animated-arrow i{position:relative; z-index:99;}
.animated-arrow b{ font-weight: normal;}
.animated-arrow::after { background: var(--ColorMain); content:"";position:absolute;width:0px;height:100%;top:0px;left:0px;transition:.5s;}
.animated-arrow:hover {	color: #fff;}
.animated-arrow:hover::after {	width:100%;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   首頁顯示功能   ●●●●●●●●●●●●●●●●●●●●●●●●*/

/*英文*/
.module_i_news .title_i_box h6
{letter-spacing: 0;font-size: 30px;color: #d5d5d5;font-weight: 100;}

/*中文*/
.module_i_news .title_i_box h4 { font-size: 20px; font-weight: bold;}

/*底色*/
.module_i_news { padding: 5% !important;background-color: #fff;
    background-image: linear-gradient(to right, #f4f1eb 1px, transparent 1px), linear-gradient(to bottom, #f4f1eb 1px, transparent 1px);
    background-size: 20px 20px;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章(最新消息)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁顯示*/

.module_i_news ul { grid-template-columns: 1fr; grid-gap: 5px;}
.i_blog_le {  aspect-ratio: 3 / 2;}
.module_i_news_list{ padding: 0;}
.i_blog_ri h5 { font-weight: bold; font-size: 18px; color: #353535;}
.module_i_news li a {  grid-gap: 25px;}	
	
/*文章首頁*/
.subbox_item a:after, .module_i_news li a:after { background: transparent;border: 1px var(--ColorMain2) solid;}
.subbox_item a:before, .module_i_news li a:before {color: #ffffff; background: var(--ColorMain); padding: 10px;}
.subbox_item a, .module_i_news li a { background: #fff;border: 1px solid #e0e0e0;}
.blog_list_ri, .i_blog_ri {  padding: 15px 0;}


/*內頁*/
.blog_back a.article_btn_back{ background: var(--ColorMain2);}
.lastPage {  background: #adadad; border-radius: 5px;}


@media screen and (max-width: 768px) {
.module_i_news li a {grid-template-columns: 200px 1fr; grid-gap: 15px;}

}
@media screen and (max-width: 425px) {
.module_i_news li a {grid-template-columns: 100px 1fr;}
.i_blog_le { aspect-ratio: 2 / 3;}

}



/*●●●●●●●●●●●●●●●●●●●●●●●●   表單(聯絡我們)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁顯示*/


.blank_letter:before{content: "FORM";font-family: Sorts Mill Goudy;color: var(--ColorMain2);font-size: 30px;}
.blank_letter { display: flex; font-size: 20px; padding-top: 0; color: #747474; justify-content: center; align-items: flex-end; flex-direction: column;}
.note {margin-top: 5px;}	
.red { color: #ee9518;}
	
.i_contact_box { background: #f3f3f3;padding: 0;
       /* background-image: url(https://pic03.eapple.com.tw/wangmeen/bg_form.jpg); background-repeat: no-repeat;background-size:cover;
background-color: #fff;*/
    background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.02) 0, rgba(0, 0, 0, 0.02) 1px, transparent 1px, transparent 20px), repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0, rgba(0, 0, 0, 0.02) 1px, transparent 1px, transparent 20px);
		}
.i_contact_box section { max-width: 800px;}
.contact_content .information_left{display:none;}
.contact_content .information_right { padding: 5%;width: 100%;}

.contact_form li { grid-template-columns: 120px 1fr; grid-gap: 15px;align-items: center;padding: 5px 20px 15px; border-bottom: 1px #d5b2f6 dashed;}

.contact_form li .form__label {display: flex; max-width: 100%; font-weight: bold; flex-direction: row-reverse; justify-content: flex-end;align-items: center;}
.contact_form li:nth-of-type(12) .form__label{color: transparent;}

.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
   grid-gap: 8px; grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(45%, 1fr));}

.contact_form li.last cite { background: var(--ColorMain2);}
.contact_form li.last blockquote, .contact_form li.last cite { border-radius: 30px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {border-radius: 5px;}

.contact_form li.last cite:hover{background: #7b559f;}

@media screen and (max-width: 600px) {
.contact_form li .form__label {   background: transparent; }
.contact_form li {  grid-template-columns: 1fr; grid-gap: 0;}
.contact_form li .form__insert {  grid-gap: 3px 8px;}
.contact_form li:nth-of-type(6) .form__insert, .contact_form li:nth-of-type(10) .form__insert, .contact_form li:nth-of-type(11) .form__insert,
.contact_form li:nth-of-type(12) .form__insert {  margin-left: 8px;}

.contact_form li:nth-of-type(12) .form__label {display: none;}		
}
