@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
body {
	font-family: 'Roboto', sans-serif;
	margin: 0 auto 0 auto;
	/*background-color: hsla(0,0%,96%,1.00);*/
	display: flex;
	flex-direction: column;
	min-height: 100vh; /* 設定 body 的最小高度為視窗的高度 */
}
body a {
    text-decoration: none;
    color: hsla(0, 0%, 0%, 1.00);
}
@media screen and (min-width:601px) { /*桌面*/
    /*=========================header=========================*/
    header {
    margin: 0 auto 0 auto;
    /*max-width:1920px;*/
    min-height: 80px;
    color: hsla(0, 0%, 100%, 1.00);
    padding: 10px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
    border: 0px solid #F3F3F3;
    background-color: #1d2088;
    }
    #header-pc {
        display: block;
        z-index: 1;
        margin: 0;
    }
    #header-pc p {
        margin: 0;
    }
    #header-mobile {
        display: none;
        z-index: -1;
        margin: 0;
    }
    #header-mobile p {
        margin: 0;
    }
    #logo {
    width: 23vw;
    max-width: 400px;
    height:80px;
    position: absolute;
    top: 0px;
    left:0px;
    display: block;
    margin: 0;
    background-color: #FFFFFF;
	padding: 0 20px 0 20px;
    }
    #logo img {
        width: 100%;
        height: auto;
        display: block;
    }
    /*=========================header=========================*/
	/*=========================MOVbanner=========================*/
	#MOVbanner{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	max-width: 1280px;
	border: 0px solid hsla(0,0%,0%,1.00);
	}
	/*=========================MOVbanner=========================*/
    /*=========================banner=========================*/
    #banner-pc {
        min-height: 150px;
        display: block;
        z-index: 1;
        margin-top: 130px;
    }
    #banner-mobile {
        min-height: 150px;
        display: none;
        z-index: -1;
    }
    /*=========================banner=========================*/
	/*=========================首頁內容=========================*/
    #index-container {
	display: flex;
	width: 100%;
	/*max-width: 1920px;*/
	border: 0px solid hsla(0, 0%, 49%, 1.00);
	margin-left: auto;
	margin-right: auto;
	flex: 1;
	position: relative;
	padding-bottom: 0px;
    }
    #index-main-content {
	min-height: 500px;
	flex: 10;
	order: 2;
    }
    #index-main-content-pc {
        display: block;
        z-index: 1;
    }
    #index-main-content-mobile {
        display: none;
        z-index: -1;
    }
	
    /*=========================首頁內容=========================*/
	
	/*=========================首頁協會訊息內容=========================*/
	.index_news{
	border:0px solid #000000;
	padding:70px 0 50px 0;
	}
	
	.index_news_h2 {
    text-align: center;
    display: table;
    margin: 0 auto 30px auto;
    color: hsla(0,0%,35%,1.00);
    font-weight: 100;
	border-bottom: 1px solid hsla(0, 0%, 55%, 1.00);
	padding:0 30px 10px 30px;
    }
	
	.index_news_wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 1%;
    padding: 0;
    list-style-type: none;
	justify-content: center; /* 水平居中 */
    align-items: center;    /* 垂直居中 */
	}
	
	.index_news_item{
    width: 21%;
	border-radius: 5px;
    display: block;
    margin: 2%;
	}
	
	
	.index_news_item a{
	border: 1px solid #CACACA;
	border-radius: 5px;
	display: block;
	transition: transform 0.8s;
	-webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.40);
    box-shadow: 0px 0px 6px hsla(0,0%,0%,0.40);
	}
	
	.index_news_item a:hover{
	transform: scale(1.05);	
	color:#000000;
	}
	
	.index_news_item_img{
    padding: 0;
    margin: 0;
    border: 0px solid #000000;
    height: 13vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}
	
	.index_news_item_sub{
	margin:20px;
    font-weight: 200;
    font-size: 18px;
    overflow-y: hidden;
	height:60px;
	border:0px solid #000000;
	line-height: 30px;
	}
	
	.index_news_item_DT{
	text-align: center;
	color:#919191;
	}
	/*=========================首頁協會訊息內容=========================*/
    
    /*=========================首頁商品=========================*/
	.index_product{
    border: 0px solid #000000;
    padding: 70px 0 50px 0;
    /*background-color: hsla(210,27%,77%,0.30);*/
	}
	
	.index_product_h2 {
    text-align: center;
    display: table;
    margin: 0 auto 30px auto;
    color: hsla(0,0%,35%,1.00);
    font-weight: 100;
	border-bottom: 1px solid hsla(0, 0%, 55%, 1.00);
	padding:0 30px 10px 30px;
    }
	
	.index_product_wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 1%;
    padding: 0;
    list-style-type: none;
	justify-content: center; /* 水平居中 */
    align-items: center;    /* 垂直居中 */
	}
	
	.index_product_item{
    width: 21%;
	border-radius: 5px;
    display: block;
    margin: 2%;
	}
	
	
	.index_product_item a{
	border: 1px solid #CACACA;
	border-radius: 5px;
	display: block;
	transition: transform 0.8s;
	-webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.40);
    box-shadow: 0px 0px 6px hsla(0,0%,0%,0.40);
	}
	
	.index_product_item a:hover{
	transform: scale(1.05);	
	color:#000000;
	}
	
	.index_product_item_img{
    padding: 0;
    margin: 0;
    border: 0px solid #000000;
    height: 13vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}
	
	.index_product_item_sub{
	margin:20px;
    font-weight: 200;
    font-size: 18px;
    overflow-y: hidden;
	height:60px;
	border:0px solid #000000;
	line-height: 30px;
    text-align: center;
	}
    
    .index_product_item_dp{
    margin:20px;
    font-weight: 100;
    font-size: 16px;
    line-height: 30px;
    color:hsla(0,0%,39%,1.00);
    text-align: center;
    overflow-y: hidden;
    height:60px;
    border: 0px solid #000000;
    }
    
    .index_product_item_suggest{
    margin: 20px;
    height:30px;
    overflow-y: hidden;
    font-weight: normal;
    font-size: 17px;
    color: hsla(0,0%,33%,1.00);
    text-align: center;
    text-decoration: line-through;
    border: 0px solid #000000;
    }
    
    .index_product_item_price{
    height:30px;
    margin: 20px;
    overflow-y: hidden;
    font-weight: normal;
    font-size: 20px;
    color: hsla(359,57%,56%,1.00);
    text-align: center;
    border: 0px solid #000000;
    }
	/*=========================首頁商品=========================*/
	
    /*=========================內頁內容=========================*/
    #container {
	display: flex;
	width: 100%;
	max-width:1920px;
	border: 0px solid hsla(0, 0%, 49%, 1.00);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	flex: 1; /* 使內容佔滿剩餘的空間 */
	padding-top: 0;
	position: relative;
	/*background-color: hsla(0,0%,96%,1.00);*/
    }
    #main-content {
        min-height: 500px;
        flex: 10;
        padding: 20px;
        order: 2;
    }
    #main-content-pc {
        display: block;
        z-index: 1;
    }
    #main-content-mobile {
        display: none;
        z-index: -1;
    }
    /*=========================內頁內容=========================*/
    /*=========================導覽輔助列=========================*/
    .TopNavBar {
        color: hsla(0, 0%, 42%, 1.00);
        font-size: 11pt;
        font-weight: 300;
		width: 100%;
	    max-width:1920px;
        margin: 0 auto 20px auto;
        display: block;
		border: 0px solid hsla(0, 0%, 49%, 1.00);
    }
    /*=========================導覽輔助列=========================*/
    /*=========================左區塊=========================*/
    #sidebar-left {
        flex: 2;
        padding: 10px;
        display: block;
        z-index: 1;
        order: 1;
    }
    /*=========================左區塊=========================*/
    /*=========================左選單=========================*/
    .leftNAV_wrap {
        border: 0px solid hsla(0, 0%, 32%, 1.00);
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }
    /*=========================左選單=========================*/
    /*=========================左廣告=========================*/
    .leftAD_wrap {
        border: 0px solid hsla(0, 0%, 32%, 1.00);
    }
    .leftAD_wrap_title {
        text-align: center;
        font-size: 14pt;
        font-weight: 400;
        margin: 10px 0 5px 0;
        border-bottom: 0px solid hsla(0, 0%, 32%, 1.00);
        display: none;
    }
    .leftAD {
        display: block;
        width: 98%;
        padding: 1%;
        margin: 0 auto 0 auto;
        height: auto;
        transition: transform 0.6s;
    }
    .leftAD:hover {
        transform: scale(1.03);
    }
    /*=========================左廣告=========================*/
    /*=========================右廣告=========================*/
    #sidebar-right {
    flex: 2;
    padding: 10px;
    order: 3;
    }
    .rightAD {
        display: block;
        width: 98%;
        padding: 1%;
        height: auto;
        transition: transform 0.6s;
		border: 1px solid hsla(0,0%,89%,1.00);
    }
    .rightAD:hover {
        transform: scale(1.03);
    }
    /*=========================右廣告=========================*/
    /*=========================下廣告=========================*/
    #foodAD {
    position: relative;
    padding: 3% 2% 3% 2%;
    border-top: 0px solid hsla(0, 0%, 55%, 1.00);
    background-color: hsla(0,0%,94%,1.00);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-attachment: fixed;
    }
	
	#foodAD::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/city-7403001_1920.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-attachment: fixed;
    opacity: 0.1; /* 調整透明度，0.0是完全透明，1.0是完全不透明 */
    z-index: -1; /* 確保背景圖在內容後面 */
}
	
    .foodADtyp {
        padding: 2%;
        display: flex;
        border-bottom: 0px solid hsla(0, 0%, 49%, 1.00);
        margin-top: 30px;
        margin-bottom: 30px;
        flex-wrap: wrap;
        justify-content: center; /* 水平置中 */
    }
    .foodAD_h2 {
    text-align: center;
    display: table;
    margin: 0 auto 0 auto;
    color: hsla(0,0%,35%,1.00);
    font-weight: 100;
	border-bottom: 1px solid hsla(0, 0%, 55%, 1.00);
	padding:0 30px 10px 30px;
    }
    .foodADtyp_a {
    display: block;
    padding: 1%;
    height: auto;
    width: 18%;
    transition: transform 0.6s;
    }
    .foodADtyp_a:hover {
        transform: scale(1.05);
    }
    .footerAD_img {
        display: block;
        height: auto;
        width: 100%;
		-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.25);
        box-shadow: 0px 0px 5px hsla(0,0%,0%,0.25);
    }
    /*=========================下廣告=========================*/
    /*=========================footer=========================*/
	#index_footer {
    min-height: 150px;
    background-color: hsla(0,0%,21%,1.00);
    color: hsla(0,0%,100%,1.00);
    padding: 20px 0 0 0;
    border-top: 0px solid hsla(0,0%,0%,1.00);
    position: relative;
    }
    #footer {
    min-height: 150px;
    background-color: hsla(0,0%,21%,1.00);
    color: hsla(0,0%,100%,1.00);
    padding: 20px 0 0 0;
    border-top: 0px solid hsla(0,0%,0%,1.00);
    position: relative;
    }
    #footer-pc {
        display: block;
        z-index: 1;
    }
    #footer-mobile {
        display: none;
        z-index: -1;
    }
    #Browse{
    text-align: center;
    padding: 20px;
    background-color: hsla(0,0%,0%,1.00);
    position: absolute;
    width:100%;
    bottom: -20px;
    }
    
    #Browse span{
    font-size: 24px;
    font-weight: bold;
    font-family: "Arial Black";
    position: relative;
    top:3px;
    padding:0 20px 0 20px;
    }
    /*=========================footer=========================*/
    /*=========================icon=========================*/
    #icon_wrap {
    display: flex;
    position: fixed;
    z-index: 100;
    top: 0px;
    right: 0px;
    border: 0px solid hsla(0, 0%, 100%, 1.00);
    align-items: center; /* 在水平方向上置中子元素 */
    background-color: #FFF300;
	padding: 20px 20px 20px 20px;
    }
	
	#home_icon {
        display: block; 
		padding:5px 10px 5px 10px;
		position: relative;
    }
	
	#home_icon .icon-home{
		color: #1d2088;
        font-size: 17pt;
	}
	
	#home_icon .icon-home:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#search_icon {
        display: block; 
		padding:5px 10px 5px 10px;
		position: relative;
    }
	
	#search_icon .icon-search{
		color: #1d2088;
        font-size: 17pt;
	}
	
	#search_icon .icon-search:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	
    #shop_icon {
        display: block; 
		padding:5px 10px 5px 10px;
		position: relative;
    }
	
	#shop_icon .icon-cart{
		color: #1d2088;
        font-size: 17pt;
	}
	#shop_icon .icon-cart:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#shop_icon .icon-message{
		color:hsla(359,55%,55%,1.00);
		position: absolute;
		font-size:18pt;
		right:-5px;
		top:-10px
	}
	
	#shop_icon .icon-message .snum{
	color: #1d2088;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15px;
	font-family: Arial;
	display: block;
	width:100%;
	height: 100%;
	text-align: center;
	border: 0px solid hsla(0,0%,0%,1.00);
	line-height: 17pt;
	}
	
	#member_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#member_icon .icon-account {
        color: #1d2088;
        font-size: 20pt;
    }
	
	#member_icon .icon-account:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#icon-phone{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#icon-phone .icon-phone {
        color: #1d2088;
        font-size: 17pt;
    }
	
	#icon-phone .icon-phone:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#line_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#line_icon .icon-line {
        color: #1d2088;
        font-size: 17pt;
    }
	
	
	#line_icon .icon-line:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#FB_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#FB_icon .icon-facebook {
        color: #1d2088;
        font-size: 17pt;
    }
	
	#FB_icon .icon-facebook:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#YT_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#YT_icon .icon-youtube {
        color: #1d2088;
        font-size: 17pt;
    }
	
	#YT_icon .icon-youtube:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#IG_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#IG_icon .icon-instagram {
        color: #1d2088;
        font-size: 17pt;
    }
	
	#IG_icon .icon-instagram:hover {
	color: hsla(0,0%,55%,1.00);
    }
    
    #WC_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#WC_icon .icon-wechat {
        color: #1d2088;
        font-size: 17pt;
    }
	
	#WC_icon .icon-wechat:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#mail_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#mail_icon .icon-mark {
        color: #1d2088;
        font-size: 17pt;
    }
	
	#mail_icon .icon-mark:hover {
	color: hsla(0,0%,55%,1.00);
    }
    /*=========================icon=========================*/
	
	/*=========================搜尋欄位=========================*/
	.search_wrap{
    display: flex;
    padding: 3px;
    position: fixed;
    top: 80px;
    z-index: 1;
    width: 100%;
    background-color: hsla(228,57%,31%,1.00);
	}
	.search_input{
    height: 50px;
    display: block;
    flex: 17;
    padding: 10px;
    border: 1px solid hsla(0,0%,45%,1.00);
    text-align: center;
    font-size: 18pt;
    color: hsla(0,0%,52%,1.00);
	}
	.search_submit{
    display: block;
    flex: 2;
    font-size: 0px;
    border: 1px solid hsla(228,56%,31%,1.00);
    background-color: hsla(228,56%,31%,1.00);
    color: hsla(0,0%,100%,1.00);
    background-image: url(../../img/search1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 90%;
	}
	
	/*=========================搜尋欄位=========================*/
}

@media screen and (max-width:600px) { /*行動裝置*/
    /*=========================header=========================*/
    header {
    min-height: 100px;
    background-color: hsla(0,0%,100%,1.00);
    color: hsla(0, 0%, 100%, 1.00);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
	border: 0px solid hsla(0,0%,0%,1.00);
    }
    #header-pc {
        display: none;
        z-index: -1;
    }
    #header-pc p {
        margin: 0;
    }
    #header-mobile {
        display: block;
        z-index: 1;
    }
    #header-mobile p {
        margin: 0;
    }
    #logo {
        width: 300px;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    #logo img {
        width: 100%;
        height: auto;
        display: block;
    }
    /*=========================header=========================*/
	/*=========================MOVbanner=========================*/
	#MOVbanner{
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	border: 0px solid hsla(0,0%,0%,1.00);
	}
	/*=========================MOVbanner=========================*/
    /*=========================banner=========================*/
    #banner-pc {
        min-height: 150px;
        display: none;
        z-index: -1;
    }
    #banner-mobile {
        min-height: 150px;
        display: block;
        z-index: 1;
        margin-top: 135px;
		border: 0px solid hsla(0,0%,0%,1.00);
    }
    /*=========================banner=========================*/
	/*=========================首頁內容=========================*/
    #index-container {
        display: flex;
        flex-direction: column; /* 將 flex 方向改為垂直方向，即上下排列 */
        width: 100%;
        margin-top: 0px;
        padding-top: 0;
        position: relative;
        flex: 1; /* 使內容佔滿剩餘的空間 */
    }
    #index-main-content {
        min-height: 500px;
        /*flex: 4;*/
        padding: 20px;
        order: 1;
    }
    #index-main-content-pc {
        display: none;
        z-index: -1;
    }
    #index-main-content-mobile {
        display: block;
        z-index: 1;
    }
    /*=========================首頁內容=========================*/
	
	/*=========================首頁協會訊息內容=========================*/
	.index_news{
	border:0px solid #000000;
	padding:30px 0 50px 0;
	}
	
	.index_news_h2 {
    text-align: center;
    display: table;
    margin: 0 auto 30px auto;
    color: hsla(0,0%,35%,1.00);
    font-weight: 100;
	border-bottom: 1px solid hsla(0, 0%, 55%, 1.00);
	padding:0 30px 10px 30px;
    }
	
	.index_news_wrap{
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
	}
	
	.index_news_item{
    width: 80%;
    display: block;
    border: 1px solid #CACACA;
    margin: 5% auto 5% auto;
    border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.index_news_item:hover{
	transform: scale(1.05);	
	}
	
	.index_news_item a:hover{
	color:#000000;
	}
	
	.index_news_item_img{
    padding: 0;
    margin: 0;
    border: 0px solid #000000;
    height: 60vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}
	
	.index_news_item_sub{
	margin:20px;
    font-weight: 200;
    font-size: 18px;
    /*overflow-y: hidden;
	height:60px;*/
	border:0px solid #000000;
	line-height: 30px;
	}
	
	.index_news_item_DT{
	text-align: center;
	color:#919191;
	}
	/*=========================首頁協會訊息內容=========================*/
	
	/*=========================首頁商品=========================*/
	.index_product{
    border: 0px solid #000000;
    padding: 30px 0 50px 0;
    /*background-color: hsla(210,27%,77%,0.30);*/
	}
	
	.index_product_h2 {
    text-align: center;
    display: table;
    margin: 0 auto 30px auto;
    color: hsla(0,0%,35%,1.00);
    font-weight: 100;
	border-bottom: 1px solid hsla(0, 0%, 55%, 1.00);
	padding:0 30px 10px 30px;
    }
	
	.index_product_wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 1%;
    padding: 0;
    list-style-type: none;
	}
	
	.index_product_item{
    width: 80%;
	border-radius: 5px;
    display: block;
    margin: 5% auto 5% auto;
	}
	
	
	.index_product_item a{
	border: 1px solid #CACACA;
	border-radius: 5px;
	display: block;
	transition: transform 0.8s;
	-webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.40);
    box-shadow: 0px 0px 6px hsla(0,0%,0%,0.40);
	}
	
	.index_product_item a:hover{
	transform: scale(1.05);	
	color:#000000;
	}
	
	.index_product_item_img{
    padding: 0;
    margin: 0;
    border: 0px solid #000000;
    height: 60vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}
	
	.index_product_item_sub{
	margin:20px;
    font-weight: 200;
    font-size: 18px;
    overflow-y: hidden;
	height:60px;
	border:0px solid #000000;
	line-height: 30px;
    text-align: center;
	}
    
    .index_product_item_dp{
    margin:20px;
    font-weight: 100;
    font-size: 16px;
    line-height: 30px;
    color:hsla(0,0%,39%,1.00);
    text-align: center;
    overflow-y: hidden;
    height:60px;
    border: 0px solid #000000;
    }
    
    .index_product_item_suggest{
    margin: 20px;
    height:30px;
    overflow-y: hidden;
    font-weight: normal;
    font-size: 17px;
    color: hsla(0,0%,33%,1.00);
    text-align: center;
    text-decoration: line-through;
    border: 0px solid #000000;
    }
    
    .index_product_item_price{
    height:30px;
    margin: 20px;
    overflow-y: hidden;
    font-weight: normal;
    font-size: 20px;
    color: hsla(359,57%,56%,1.00);
    text-align: center;
    border: 0px solid #000000;
    }
	/*=========================首頁商品=========================*/
	
    /*=========================內頁內容=========================*/
    #container {
        display: flex;
        flex-direction: column; /* 將 flex 方向改為垂直方向，即上下排列 */
        width: 100%;
        margin-top: 30px;
        padding-top: 5%;
        position: relative;
        flex: 1; /* 使內容佔滿剩餘的空間 */
    }
    #main-content {
        min-height: 500px;
        /*flex: 4;*/
        padding: 20px;
        order: 1;
    }
    #main-content-pc {
        display: none;
        z-index: -1;
    }
    #main-content-mobile {
        display: block;
        z-index: 1;
    }
    /*=========================內頁內容=========================*/
    /*=========================輔助導覽=========================*/
    .TopNavBar {
        color: hsla(0, 0%, 42%, 1.00);
        font-size: 11pt;
        font-weight: 300;
        margin: 0 0 20px 0;
        display: block;
    }
    /*=========================輔助導覽=========================*/
    /*=========================左區塊=========================*/
    #sidebar-left {
        /*flex: 1;*/
        padding: 10px;
        z-index: 1;
        order: 2;
    }
    /*=========================左區塊=========================*/
    /*=========================左選單=========================*/
    .leftNAV_wrap {
        display: none;
    }
    /*=========================左選單=========================*/
    /*=========================左廣告=========================*/
    .leftAD_wrap {
        border: 0px solid hsla(0, 0%, 32%, 1.00);
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* 水平置中 */
    }
    .leftAD_wrap_title {
        text-align: center;
        font-size: 14pt;
        font-weight: 400;
        margin: 10px 0 5px 0;
        border-bottom: 0px solid hsla(0, 0%, 32%, 1.00);
        display: none;
    }
    .leftAD {
        display: block;
        padding: 1%;
        width: 50%;
    }
    .leftAD img {
        display: block;
        width: 100%;
        height: auto;
    }
    /*=========================左廣告=========================*/
    /*=========================右廣告=========================*/
    #sidebar-right {
        /*flex: 1;*/
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* 水平置中 */
        order: 3;
    }
    .rightAD {
        display: block;
        width: 50%;
        padding: 1%;
    }
    .rightAD img {
        display: block;
        width: 100%;
        height: auto;
    }
    /*=========================右廣告=========================*/
    /*=========================下廣告=========================*/
    #foodAD {
    padding: 10px;
    border-top: 0px solid hsla(0, 0%, 55%, 1.00);
    background-color: hsla(0,0%,94%,1.00);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    }
	
	
	#foodAD::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/city-7403001_1920.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.1; /* 調整透明度，0.0是完全透明，1.0是完全不透明 */
    z-index: -1; /* 確保背景圖在內容後面 */
}
	
    .foodADtyp {
        padding: 2%;
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* 水平置中 */
    }
    .foodAD_h2 {
        text-align: center;
        display: block;
        margin: 0;
        color: hsla(0, 0%, 60%, 1.00);
    }
    .foodADtyp_a {
        display: block;
        padding: 1%;
        height: auto;
        width: 48%;
    }
    .footerAD_img {
        display: block;
        height: auto;
        width: 100%;
    }
    /*=========================左廣告=========================*/
    /*=========================footer=========================*/
	#index_footer {
    min-height: 150px;
    background-color: hsla(238,65%,32%,1.00);
    color: hsla(0,0%,100%,1.00);
    padding: 20px 0 0 0;
    border-top: 0px solid hsla(0,0%,0%,1.00);
    position: relative;
    }
    #footer {
    min-height: 150px;
    background-color: hsla(238,65%,32%,1.00);
    color: hsla(0, 0%, 100%, 1.00);
    position: relative;
    }
    
    #Browse{
    text-align: center;
    padding: 20px;
    background-color: hsla(0,0%,0%,0.70);
    width: 100%;
    bottom: 45px;
    position: absolute;
    }
    
    #Browse span{
    font-size: 24px;
    font-weight: bold;
    font-family: "Arial Black";
    position: relative;
    top:3px;
    padding:0 20px 0 20px;
    }
    
    #footer-pc {
        display: none;
        z-index: -1;
    }
    #footer-mobile {
        display: block;
        z-index: 1;
    }
    /*=========================footer=========================*/
	
	/*=========================icon=========================*/
    #icon_wrap {
    display: flex;
    position: fixed;
    z-index: 100;
    border: 0px solid hsla(0, 0%, 100%, 1.00);
    align-items: center; /* 在水平方向上置中子元素 */
    justify-content: center;
    bottom: 0px;
    background-color: hsla(54,100%,50%,1.00);
    padding: 10px 0 10px 0;
    width: 100%;
    }
	
	#home_icon {
        display: block; 
		padding:5px 10px 5px 10px;
		position: relative;
    }
	
	#home_icon .icon-home{
    color: #214482;
    font-size: 20pt;
	}
	
	#home_icon .icon-home:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#search_icon {
        display: block; 
		padding:5px 10px 5px 10px;
		position: relative;
    }
	
	#search_icon .icon-search{
		color: #214482;
        font-size: 20pt;
	}
	
	#search_icon .icon-search:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	
    #shop_icon {
        display: block; 
		padding:5px 10px 5px 10px;
		position: relative;
    }
	
	#shop_icon .icon-cart{
		color: #214482;
        font-size: 20pt;
	}
	#shop_icon .icon-cart:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#shop_icon .icon-message{
		color:hsla(359,55%,55%,1.00);
		position: absolute;
		font-size: 20pt;
		right:-5px;
		top:-10px
	}
	
	#shop_icon .icon-message .snum{
	color: #214482;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15px;
	font-family: Arial;
	display: block;
	width:100%;
	height: 100%;
	text-align: center;
	border: 0px solid hsla(0,0%,0%,1.00);
	line-height: 17pt;
	}
	
	#member_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#member_icon .icon-account {
        color: #214482;
        font-size: 20pt;
    }
	
	#member_icon .icon-account:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#icon-phone{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#icon-phone .icon-phone {
        color: #214482;
        font-size: 20pt;
    }
	
	#line_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#line_icon .icon-line {
        color: #214482;
        font-size: 20pt;
    }
	
	#line_icon .icon-line:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#FB_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#FB_icon .icon-facebook {
        color: #214482;
        font-size: 20pt;
    }
	
	#FB_icon .icon-facebook:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#YT_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#YT_icon .icon-youtube {
        color: #214482;
        font-size: 20pt;
    }
	
	#YT_icon .icon-youtube:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#IG_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#IG_icon .icon-instagram {
        color: #214482;
        font-size: 20pt;
    }
	
	#IG_icon .icon-instagram:hover {
	color: hsla(0,0%,55%,1.00);
    }
    
    #WC_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#WC_icon .icon-wechat {
        color: #214482;
        font-size: 20pt;
    }
	
	#WC_icon .icon-wechat:hover {
	color: hsla(0,0%,55%,1.00);
    }
	
	#mail_icon{
		display: block;
		padding:5px 10px 5px 10px;
	}
	#mail_icon .icon-mark {
        color: #214482;
        font-size: 20pt;
    }
	
	#mail_icon .icon-mark:hover {
	color: hsla(0,0%,55%,1.00);
	}
    /*=========================icon=========================*/
	
	/*=========================搜尋欄位=========================*/
	.search_wrap{
    display: flex;
    width: 100%;
	padding:1%;
    position: fixed;
    top: 80px;
    z-index: 200;
    background-color: hsla(228,57%,31%,1.00);
	}
	.search_input{
    height: 50px;
    display: block;
    flex: 10;
    padding: 10px;
    border: 0px solid hsla(0,0%,45%,1.00);
    text-align: center;
    font-size: 16pt;
    color: hsla(0,0%,52%,1.00);
	}
	.search_submit{
    display: block;
    flex: 3;
    font-size: 0px;
    border: 0px solid hsla(228,56%,31%,1.00);
    background-color: hsla(228,56%,31%,1.00);
    color: hsla(0,0%,100%,1.00);
    background-image: url(../../img/search1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 90%;
	}
	
	/*=========================搜尋欄位=========================*/
}