@charset "utf-8";

/*●●●●●●●●●●●●●●●●●●●●●●●●   隱藏內容   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.box_link{display:none;}
.tp_links{display:none;}
.path p, .path p a { display: none;}
.me_tp_features a.tp_btn_cart { display: none;}
.me_tp_features a.tp_btn_notice { display: none;}
.inquiry_a1, .inquiry_a2 { display: none;}

/***隱藏原本foogerLOGO***/
.footer_logo img { width: 0;}

/***修改foogerLOGO***/
.footer_logo {
background: url(https://pic03.eapple.com.tw/chillngrilltw/logo350BK.png) no-repeat center;
padding: 52px 0;width: 350px; background-size: cover;}

/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
*{letter-spacing: .1rem;}
*{font-family: /*"Kosugi Maru", sans-serif;*/}
:root{
	/*顏色*/
	
	--ColorMain: #c11f2c/*酒紅*/;
	--ColorMain2:#121212 /*LOGO深灰*/;
	
	--ColorSub:#f6f3d1 /*淺黃*/;
	--ColorSub2:#f2a435 /*金黃*/;
	--ColorSub3:#626952/*綠*/;
	--ColorSub3:#F6F3EE/*灰*/;
	
	--textColor: #333333; /*文字*/
	
	/* 字型 */
	--ffmain: "微軟正黑體"; --ffsub:"Noto Sans TC", sans-serif;
}

#content_main { margin-top: 0;}
@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);}
.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 { }

.me_tp_features a, .me_tp_features a i {color: white;}
.sticky .me_tp_features a, .sticky .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;align-items: center;    padding-top: 20px;}
.sticky .navigation { padding-top: 0;}

.nav-header { max-width: fit-content; /*padding: 20px 0 16px;*/}
.sticky .nav-header { padding: 10px 0;}

.nav-brand, .nav-brand img { width: 100%; display: block; transition: all ease 0.3s; display: flex; justify-content: flex-end;}
.sticky .nav-brand, .sticky .nav-brand img { }

/*
.header_area .nav-brand img { filter: contrast(0) brightness(100);}
.header_area.sticky .nav-brand img {  filter: none;}*/


.header_area.sticky .nav-brand img { width: 0;}

.header_area.sticky .nav-brand {background: url(https://pic03.eapple.com.tw/chillngrilltw/logo350BK.png) no-repeat center;
padding: 45px; width: 210px; background-size: cover;}


/**************************header底色*************************************/

.header_area { padding: 0; background: transparent; position: fixed; transition: ease .3s;    z-index: 99;}
.header_area.sticky { background: transparent; z-index: 99;}

.main_header_area { background: linear-gradient(180deg, #000, transparent);}
.main_header_area .container { max-width: 100%; padding:0 2%;}

.sticky .main_header_area.animated { background-image: url(https://pic03.eapple.com.tw/lifu330/header_bg01.jpg);background:#f5f5f5;
    /*background-position: center;*/background-repeat: repeat; opacity: .9; margin: 1%;/*border: 1px solid var(--ColorMain); */border-radius: 15px;}
	
/**************************第一層*************************************/	
.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;font-weight: bold;
    letter-spacing: 0.5px; transition: all ease 0.3s;}

.sticky .stellarnav>ul>li>a, .sticky .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {text-shadow: none; color: var(--ColorMain2); font-weight: 800;}
.stellarnav>ul>li:last-of-type>a { margin-right: 0;}

.stellarnav>ul>li>a:hover, .stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle),
.sticky .stellarnav>ul>li>a:hover, .sticky .stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) { font-weight: bold; color: var(--ColorSub2);}

.stellarnav>ul>li>a:before {content: "●"; color:var(--ColorSub2);font-size: 10px; position: relative; bottom: 2px;}

.stellarnav>ul>li>a:hover:before{    color: var(--ColorMain);}

.swiper-pagination { display: none;}
.swiper-banner .swiper-slide img { width: 100%;}

/*次分類*/
.stellarnav ul ul { background: transparent; animation: navi 0.3s;width: 190px;}
@keyframes navi { 0% { opacity: 0; } 100% {opacity: 1;}}

.stellarnav li li {
    background: var(--ColorMain);
    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;}
.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: 1100px) {
.navigation { grid-template-columns: 230px 1fr;}
}
@media screen and (max-width: 1024px) {

.me_tp_features { margin-top: 10px;}
.nav-brand, .nav-brand img { width: 200px; margin: auto;}
.header_area.sticky .nav-brand { padding: 33px; width: 150px;}

.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {/* line-height: 20px;*/}
.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;*/}


.navigation {display: flex; align-items: center; flex-direction: row; justify-content: center; flex-wrap: wrap;padding-top: 0;}
.nav-header, .me_tp_features {  width: 190px; box-sizing: border-box;}
.stellarnav { width: 100%;box-sizing: border-box;}

}

@media screen and (max-width: 768px) {
.navigation{padding-left: 60px;}
.nav-brand, .nav-brand img { width: 200px; margin: auto;}
.header_area.sticky .nav-brand { padding: 33px; width: 150px;}

.stellarnav.mobile > ul > li > a { padding: 30px 43px 30px 10px; color: #A68C7E; text-shadow: none; font-weight: 800; line-height: 150%;}
.pageIndex .stellarnav>ul>li>a, .pageIndex .stellarnav>ul>li.has-sub>a:not(.dd-toggle), .stellarnav.mobile > ul > li > a {
	padding: 30px; color: var(--ColorMain2); 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%;}

.stellarnav.mobile ul { background: #ffffffde; backdrop-filter: saturate(93%) blur(3px);}
.sticky .stellarnav.mobile ul{background: #ffffff;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: transparent;}
.stellarnav.mobile > ul > li > a.dd-toggle {  display: none;}
.sticky .main_header_area.animated { /*opacity: 1;*/}


.stellarnav .menu-toggle { padding: 40px 10px;}
.sticky .stellarnav .menu-toggle {  padding: 28px 10px; }
.stellarnav .menu-toggle:after { color: #ffffff;}
.stellarnav .menu-toggle span.bars span { background: #ffffff;}
.sticky .stellarnav .menu-toggle:after { color: var(--ColorMain);}
.sticky .stellarnav .menu-toggle span.bars span { background: var(--ColorMain);}
.main_header_area .container { padding: 0 2% 2%;}


.stellarnav>ul>li>a, .stellarnav>ul>li.has-sub>a:not(.dd-toggle) { color: var(--ColorMain2);padding: 30px 43px 30px 30px;}
.stellarnav>ul>li:hover>a { color: var(--ColorSub2);}
		
}
@media screen and (max-width: 570px) {
.nav-brand, .nav-brand img { width: 150px; margin: auto;}
.header_area.sticky .nav-brand { padding: 21px; width: 100px;}

.stellarnav .menu-toggle { padding: 15px 10px;}
.sticky .stellarnav .menu-toggle{padding: 15px 10px;}
.pageIndex .nav-header {/* padding: 5px 0 16px;*/}
/*.pageIndex .nav-brand, .pageIndex .nav-brand img { width: 50px;}*/

.me_tp_features, .box_search{width: 120px;}

}


/*●●●●●●●●●●●●●●●●●●●●●●●●   footer   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.footer { background-image: url(https://pic03.eapple.com.tw/chillngrilltw/footer.jpg);/*background:#f0f0f0;*/
    background-position:center;background-repeat: no-repeat;background-size: cover; padding: 0;z-index: 0;}

.footer .center {max-width: 1000px;width: 90%;}

/*LOGO*/
.footer_logo{    margin: auto;}
/*聯絡資料*/
.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(--ColorSub2); font-size: 10px; margin-right: 3px; order: 1;}
.footer_info li p:before {order: 2;}
.footer_info li p a{order: 3;}

/*資料修改*/
.footer_info li p.fax:before { content: '食品業者字號：';}
.footer_info li p.add2:before {content: '營業時間：';}

/*資料增加*/
.footer_info li:nth-child(1) {
    max-width: 660px;
}
.footer_info li:first-of-type:after{content: "如需長期配合之餐廳或批發商，歡迎聯繫";color:white;
    font-size: 13px;background: var(--ColorSub2);
    padding: 5px 10px; border-radius: 5px; margin-top: 5px;}
.footer_info li:last-of-type:before, .footer_info li:last-of-type:after{ content: "食品業者登陸字號: E-191469355-00000-4";
    color: #e18400;font-size: 13px;
    margin-bottom: 7px;
    margin-top: -2px;
    letter-spacing: 1px;
    border-bottom: 1px dashed var(--ColorMain2);
    padding: 3px 10px 5px;
    background: white;
}
.footer_info li:last-of-type:after{ content: "產品已投保產品任險 17401字第11ML000642號";}
.footer_info li:nth-child(2) { display: flex;}
.footer_menu {  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: var(--ColorMain2);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: 1px solid var(--ColorSub);}
.copy, .copy a{color: #8b8b8b;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: 900px) {
.footer_menu{max-width: 500px;}

}
@media screen and (max-width: 768px) {
	.footer { /*padding: 0 0 55px;*/}
    #to_top { bottom: 66px; }
}

@media screen and (max-width: 480px) {
.footer_info li {  justify-content: flex-start;}
.footer_menu {  text-align: left;}
.footer_menu a{width: 100px;}
}

/**********************************************************************************************/
/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*首頁大圖*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.bannerindex .swiper-banner { position:static; margin:0; height:auto;} 
.bannerindex .swiper-slide img { height:auto;}

/*共用*/
.bannerindex:before, .bannerindex .swiper-banner:before {
    content: "";
    display: block;
    width: 250px;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 150px;
    left: 220px;
    z-index: 7;
    pointer-events: none;
    background-image: url(https://pic03.eapple.com.tw/chillngrilltw/bnicon.png);
    animation: anime_wave02 8s linear 1s infinite alternate;
}
	

.bannerindex .swiper-banner:before { width: 300px; height: 175px;
    top: 375px;
	left: 200px;
    background-image: url(https://pic03.eapple.com.tw/chillngrilltw/bnfont.png);
    animation: fade_in 5s linear 1s infinite alternate;
}


@keyframes anime_wave01 { from { background-position: 0 0;} to { background-position: -2000px 0;}}
@keyframes anime_wave02 { 
0% { transform: rotateY(0);opacity: 1;}
100%{ transform: rotateY(180deg);opacity: 1;}}

@keyframes center_pop {
  0% { opacity: 0; transform: scale(1, 0);}
100% { opacity: 1; transform: scale(1, 1);} 
}

@keyframes fade_in {
 0% { opacity: 0;}
 30% { opacity: 1;}
 70% { opacity: 1;}
 100% { opacity: 0;}
}


@media screen and (max-width: 1024px) {
.nav-header {  padding: 20px 0 0;}
.bannerindex:before, .bannerindex .swiper-banner:before {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 76;
    pointer-events: none;
    background-image: url(https://pic03.eapple.com.tw/chillngrilltw/bnicon100.png);
    animation: anime_wave02 8s linear 1s infinite alternate;
}
	

.bannerindex .swiper-banner:before { 
    background-image: url(https://pic03.eapple.com.tw/chillngrilltw/bnfont100.png);
    animation: fade_in 5s linear 1s infinite alternate;
}
}
@media screen and (max-width: 768px) {

.bannerindex:before, .bannerindex .swiper-banner:before {top: -150px;}
}
@media screen and (max-width: 570px) {
.bannerindex:before, .bannerindex .swiper-banner:before { top: -190px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {/* display: inline-block;*/ }
.nav-header {   padding: 10px 0 0; }
	
}

@media screen and (max-width: 450px) {
.bannerindex:before, .bannerindex .swiper-banner:before { top: -220px;}
}


/*共用*//*
.bannerindex:before {
    content: "";
    width: 100%;
    height: 10vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    mix-blend-mode: hard-light;
}
.bannerindex .swiper-banner:before, .bannerindex .swiper-banner:after{
    content: " ";
    position: absolute;
    z-index: 2;
    pointer-events: none;
    transition-duration: 2s;
    transition-timing-function: linear;
}
.bannerindex .swiper-banner:before {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/chillngrilltw/cover.png);
    background-size: contain;
    height: 100%;
    background-repeat: repeat-x;
    animation: anime_wave01 120s linear 0s infinite alternate;
    /*opacity: .5;*//*
}
@keyframes anime_wave01 { from { background-position: 0 0;} to { background-position: -2000px 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;
	animation-name: center_pop;
	animation-duration: 2s;
    animation-timing-function: ease;	
}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before{
    background-image: url(https://pic03.eapple.com.tw/chillngrilltw/BNA1.png);}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after{
    background-image: url(https://pic03.eapple.com.tw/chillngrilltw/BNA2.png);animation-name: fade_in;}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before { 
    background-image: url(https://pic03.eapple.com.tw/chillngrilltw/BNB1.png);}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):after{   
    background-image: url(https://pic03.eapple.com.tw/chillngrilltw/BNB2.png);animation-name: fade_in;}

*/
@keyframes center_pop {
  0% { opacity: 0; transform: scale(1, 0);}
100% { opacity: 1; transform: scale(1, 1);} 
}
/*
@keyframes fade_in {
 0% { opacity: 0;}
 50% { opacity: 0;}
 80% { opacity: 1;}
 90% { 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;}*/

/*○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○//*內頁大圖*/
.banner {
    background: url(https://pic03.eapple.com.tw/chillngrilltw/ban.jpg) no-repeat;
    text-align: right;
    padding: 8% 2% 0;
    background-position: center center !important;
    background-size: cover !important;
    height: 20vw;
    display: flex;
    justify-content: flex-end;
}
.banner h5 {color: white;letter-spacing: 6px;margin-top: 2vw;font-size: 22px;text-align: right;}
.banner h5:before{content: "CHILL & GRILL"; letter-spacing: 0; display: block; font-size: 30px; color: var(--ColorMain);font-family: Imbue;}

.banE h5:before{content: "MENU";}
.banF h5:before{content: "SHOP";}
.banblog h5:before{content: "NEWS";}
.banC h5:before{content: "CONTACT";}

@media screen and (max-width: 1024px) {
.banner { padding: 23% 2% 0; height: 40vw;}
	
}

@media screen and (max-width: 768px) {
.bannerindex { min-height: 160px; padding: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 h4:before, .i_prod_tit span:before
{content: "NEWS";letter-spacing: 0;display: block;font-size: 30px;color: #d5d5d5;font-weight: 100;}

.i_prod_tit span:before{content: "SHOP";}

/*中文*/
.module_i_news .title_i_box h4, .i_prod_tit span { font-size: 20px; font-weight: bold;}

/*底色*/
.module_i_news, .prod_part {  background: #ededed;padding: 5% !important;}


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章(最新消息)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁顯示*/

.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: #2a4c97;}
.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;}

}
/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿(菜單介紹)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.subalbum-menu h2{display:none;}




/*●●●●●●●●●●●●●●●●●●●●●●●●   商品(食材訂購)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*首頁顯示*/
.products-list { grid-gap: 40px 20px;}

.products-list .pic { border-radius: 100%;  border: 1px solid var(--ColorMain);}
.products-list .name { text-align: center;font-size: 16px; font-weight: bold; height: auto;color: var(--textColor);}

.products-list .price { justify-content: center; margin: 0 0 5px;}
.products-list .price b { text-align: center; font-size: 20px; color:var(--ColorMain);letter-spacing: 0;}
.products-list .price .ori_price{ opacity: 0.5;width: 80px;}
.products-list .price .sp_price { font-size: 20px;text-align: left;}

.products-list .more{width: 50% !important; font-size: 14px;border: 1px solid #e8e8e8;color: #959595;background: white;border-radius: 50px;}
.products-list .item a:hover .more { background: var(--ColorMain); color: #fff; letter-spacing: 2px; width: 70% !important;}


/*分類標籤*/
.product_menu_list { margin-bottom: 30px; padding-bottom: 60px; border-bottom: 1px solid #d6d6d6;}
.product-layer-two {display: flex; justify-content: center; gap: 5px;}
.product-layer-two li { width: 20%;  text-align: center;}
.product-layer-two li a { border-radius: 10px;}
.product-layer-two li:hover a { background: var(--ColorMain); color: white;}
.product-layer-two li.active a { background: #fff;}


/*頁*/
.page li.activeN{color: var(--ColorMain); font-weight: bold;}
.page li a{ color: #c5c5c5;}


/*內頁*/
.prod_tabs { background: #f6f6f6; padding: 1% 5%; border-radius: 30px;}
.pd_tabTitle li.activeTab::after { height: 3px; background: #ffffff;}
.pd_tabTitle li { border-bottom: none;}

.inquiry_a3 { background: var(--ColorMain);}
.sidebarBtn { padding: 30px; border: none; border-left: 1px solid #c6c6c6;}
	
.product_main { width: 60%;}
.sidebarBtn { width: 35%;}	

/*相關推薦*/
.related_list li a { background: transparent;}
.related_list li figure { border: 1px solid var(--ColorMain);    border-radius: 30px;}
.prod_related { background: #1b1b1b;}
.prod_related h6 span:before, .related_list li a p {  color: #ffffff;}


@media screen and (max-width: 1024px) {
.product_menu_list { padding-bottom: 40px;}

}

@media screen and (max-width: 768px) {
.sidebarBtn {border-left: none;}
.product_main { width: 100%;}
.sidebarBtn { width: 100%;}	
.product_main { padding: 0 30px;   margin: 0 auto;}
.product_menu_list {padding-bottom: 30px;}
.show_content { padding: 0;}
.mobile_product_name { border-bottom: 1px solid #dadada;padding-bottom: 25px; }
		
			
}	


@media screen and (max-width: 600px) {
.product_menu_list { padding-bottom: 50px;}
.product-layer-two li { width: 40%;}
.product-layer-two { flex-wrap: wrap;}
	

}
				
/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(資訊隱藏)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
.contact_content .information_left { display: none;}
.contact_page .contact_editbox { padding: 0;}
.contact_page .main_part { display: flex;  flex-direction: column-reverse;}
.contact_content .information_right { width: 100%;padding: 0;}
.blank_letter {display: flex; flex-direction: column; align-items: flex-end;color: #525252;padding-right: 5%;}
.contact_form li .form__label { display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: center;max-width: 100%;}

.contact_form li { grid-template-columns: 185px 1fr;align-items: center;padding: 0 5% 7px;border-bottom: 1px #e5e5e5 dashed;}
.contact_content { width: 900px;max-width:100%;}
.contact_form li input.noborder, .contact_form li textarea.noborder { border: none; background: #f6f6f6;}
.contact_form li.last cite { background: var(--ColorMain);}
.contact_form li .form__label {font-weight: bold;}
					
@media screen and (max-width: 768px) {
.contact_form li {  grid-template-columns: 1fr;}
}
@media screen and (max-width: 600px) {
.contact_form li .form__label { background: transparent;}
.contact_form li { grid-gap: 0;padding: 7px 5% 10px;}
.contact_form { grid-gap: 0;}




}


