@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

:root{
    --color-ad-bg:#F5F5F5;
    --color-primary:#F07301;
    --color-text-main:#333333;
    --color-text-secondary:#666666;
    --color-text-light:#888888;
}

* {
    font-family: 'Noto Sans TC', sans-serif;
	font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    list-style: none;	
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
    background: #f5f5f5;


}
p,ul {
	margin:0;
	padding:0;
	list-style:none;
}

li{transition:0.3s;}

a:link,
a:visited,
a:active {
	color: #000;
    text-decoration: none;
	transition:0.3s;
}
a:hover {
	color: #F07301;
	text-decoration: none;
}
a:hover .txt {
	transition:0.3s;
	color: #F07301;
}
img {
    border: 0;
}

/* fix/TC-594: 店家頁面右側 `熱門活動推薦` 項目文字被切*/
.list_photo h2{
    overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*去除input默認樣式*/
textarea,
select,
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}
/*去除input默認樣式 ed*/

/*去除 Chrome focus 時外框*/
input:focus {
	outline:0;
}
textarea:focus {
	outline:0;
}
select:focus {
	outline:0;
}
/*去除 Chrome focus 時外框 de*/

/*字級*/
/*h1 內頁新聞標題, 直播內頁標題 */
/*h2 快訊, 區塊文章標題, 內頁左右兩邊上下則新聞, 延伸閱讀 */
/*h3 區塊單元大標 */
/*h4 內頁記者, 熱搜的小字 */
/*h5 日期時間, 完整報導, More, 更多直播, 分享, 收藏, 內頁更新時間, 標籤 */
/*h6 議題包首頁頭條標題 */
/*h7 新聞內頁內容 */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 30px;
	line-height: 36px;
}
h2 {
	font-size: 18px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
h4 {
	font-size: 16px;
	line-height: 22px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 22px;
	line-height: 28px;
}

.h7 {
	font-size: 18px;
	line-height: 32px;
}

@media (max-width:768px) {
h1 {
	font-size: 30px;
	line-height: 36px;
}
}
@media (max-width:767px) {
h1 {
	font-size: 22px;
	line-height: 28px;
}
h2 {
	font-size: 16px;
	line-height: 22px;
}
h6 {
	font-size: 18px;
	line-height: 24px;
}
.h7 {
	font-size: 18px;
	line-height: 28px;
}
}
/*字級 ed*/

/*字顏色*/
.font_color1{color:#000;}
.font_color2{color:#fff;}
.font_color3{color: #F07301;}
.font_color4{color:#aaaaaa;}
.font_color5,.font_color5 a{color:#7f7f7f;}
.font_color6{color:#686868;}
.font_color6{color:#3b3b3b;}
/*字顏色 ed*/

/*字級轉換*/
.txt_level{}
.txt_level li{
	position: relative;
	width:30px; height:30px;
	border-radius:5px;
	border:#d7d7d7 1px solid;
	display:inline-block;
	font-size:16px;
	background-color:#fff;
	color:#686868;
	text-align:center;
	cursor: pointer;

}
.txt_level li p{position:absolute; padding-top:15px;line-height:0;width:100%;}
.txt_level li:hover,.txt_level li.active{background-color: #F07301;border: #F07301 1px solid; color:#fff;}
.txt_level li:nth-child(2){font-size:18px;}.txt_level li:nth-child(3){font-size:20px;}
@media (max-width:414px) {
.txt_level li{
	width:25px; height:25px;
	font-size:14px;
	line-height:normal;
}
.txt_level li:nth-child(2){font-size:14px;}.txt_level li:nth-child(3){font-size:14px;}
.txt_level li p{padding-top:12px;}
}
/*字級轉換 ed*/

/*字體加粗*/
.font_b { font-weight: 500;}
/*字體加粗 ed*/

/* 內頁社群共用 */
.community_bar{}.community_bar ul{}
.community_bar li,
.community_bar li a {width:30px;height:30px;display:inline-block;cursor:pointer; padding: 0 5px;transition:0s;}
.community_bar li:nth-child(1){background: url(../images/icon-fb.svg) no-repeat center center; background-size:30px;}
.community_bar li:nth-child(2){background: url(../images/icon-google.svg) no-repeat center center; background-size:38px;}
.community_bar li:nth-child(3){background: url(../images/icon-line.svg) no-repeat center center; background-size:30px;background-size:40px\0;display:none;}
.community_bar li:nth-child(4){background: url(../images/icon-opinion.svg) no-repeat center center; background-size:30px; background-size:40px\0;}
.community_bar li:nth-child(1):hover{background: url(../images/icon-fb-over.svg) no-repeat center center; background-size:30px;}
.community_bar li:nth-child(2):hover{background: url(../images/icon-google-over.svg) no-repeat center center; background-size:38px;}
.community_bar li:nth-child(3):hover{background: url(../images/icon-line-o.svg) no-repeat center center; background-size:30px; background-size:40px\0; }
.community_bar li:nth-child(4):hover{background: url(../images/icon-opinion-o.svg) no-repeat center center; background-size:30px; background-size:40px\0; }
@media (max-width:1365px){
.community_bar li:nth-child(3){display:inline-block;}
}
/* 內頁社群共用 */
/**/
/**/
/*顯示隱藏*/
.display_block{
	display:block;
}
.display_none,
.display_block_mo,
.display_inline-block_mo,
.display_block_mo1024,
.display_block_mo768,
.display_block_mo414,
.display_block_pad1024{
	display:none;
}
.display_block_pc,
.display_block_pc414,
.display_block_pc1366{
	display:block;
}
.display_inline-block_pc,
.display_inline-block_pc1366 {
	display:inline-block;
}
@media (max-width:1365px) {
.display_block_pc1366,
.display_inline-block_pc1366 {
	display:none;
}
.display_block_mo1024,.display_block_pad1024{
	display:block;
}
}
@media (max-width:1023px) {
.display_block_pc,
.display_inline-block_pc,.display_block_pad1024{
	display:none;
}
.display_block_mo {
	display:block;
}
.display_inline-block_mo {
	display:inline-block;
}
.display_block_mo768 {
	display:block;
}
}
@media (max-width:767px){
.display_block_mo414 {
	display:block;
}
.display_block_pc414 {
	display:none;
}
}
/*顯示隱藏 ed*/

/*--gotoTop--*/
#back{
	text-align: center;
	position: fixed;
	z-index:100;
	right: 0;
	bottom:0;
	transition:0.5s;
	display: block;
	cursor:pointer;
	padding:25px 10px;
    visibility: hidden;
    opacity: 0;
}
#back.show {
    opacity: 1;
    visibility: visible;
}
#back-img1{
	cursor:pointer;width:40px;height:40px;
    background:rgba(0,0,0,0.3);
	border-radius:5px;
	display: block;
}
#back-img1 img{width:100%;}
/*--gotoTop end--*/


/*overflow_hidden*/
.overflow_hidden{overflow: hidden;}
.overflow_scroll_x{overflow-x:scroll;}
/*overflow_hidden ed*/

/*靠左靠右*/
.float_left{float:left !important;}
.float_right{float:right !important;}
.float_right{float:right \9;}
.float_none{float:none;}
.text_center{text-align:center;}
.text_left{text-align:left;}
.text_right{text-align:right;}
/*靠左靠右 ed*/

/*間隔*/
.margin_b5{margin-bottom:5px !important;}
.margin_b10{margin-bottom:10px !important;}
.margin_b15{margin-bottom:15px !important;}
.margin_b20{margin-bottom:20px !important}
.margin_b25{margin-bottom:25px !important;}
.margin_b30{margin-bottom:30px !important;}
.margin_b30-20-10{margin-bottom:30px !important;}
.margin_b30-10{margin-bottom:30px !important;}
.margin_b35{margin-bottom:35px !important;}
.margin_b40{margin-bottom:40px !important;}
.margin_20{margin: 20px 0;}

.padding20{padding:10px!important;}

/*頁面底部間隔*/
.root_height {height:30px; line-height:0;}
/*頁面底部間隔 ed*/

/*議題包底部間隔*/
.pack_index_height { height:30px; line-height:0;}
.pack_root_height { height:60px; line-height:0;}
/*議題包底部間隔 ed*/


@media (max-width:1023px) {
.margin_b30{margin-bottom:10px !important;}
.margin_b30-20-10{margin-bottom:20px !important;}

/*頁面底部間隔*/
.root_height { height:20px;}
/*頁面底部間隔 ed*/

/*議題包底部間隔*/
.pack_root_height { height:70px;}
/*議題包底部間隔 ed*/
}

@media (max-width:767px) {

.margin_b30-10{margin-bottom:0px !important;}
/*頁面底部間隔*/
.root_height {height:60px;overflow: hidden;}
/*頁面底部間隔 ed*/

/*議題包底部間隔*/
.pack_index_height { height:40px;}
.pack_root_height { height:70px;}
/*議題包底部間隔 ed*/
}
/*間隔 ed*/


/*背景顏色*/
.background-color1{background-color:#fff;}
.background-color2{background-color:#000;}
.background-color3{background-color: #F07301;}
.background-color4{background-color:#151515!important;}
/*背景顏色*/


/*--按鈕列固定包-*/
.fixed_bar{width:100%;position:fixed;z-index:21 !important;top:0;}
.fixed_bar .total{width:100%; position:absolute;top:0;display:none;}
.fixed_bar .header_banner {background:rgba(0,0,0,1);}
.fixed_bar .header_menu {background:rgba(255,255,255,1);}

.header_menu {
	width: 100%;
	background: #FFF;
}
/*--按鈕列固定包 ed-*/


/*master*/
.master{
	width:100%;
	position: relative;
	overflow-y: scroll;
}
.transparent_box{position:fixed;width: 100%; height:120%;background:rgba(0,0,0,0.5); z-index:100;overflow:hidden;display: none;}
/*master ed*/
/*-hamburgers 漢堡包-*/
.hamburgers{position:fixed;width:0%;height:100%;background:rgba(0,0,0,1);z-index:10;overflow:hidden;}
.hamburgers_titel{width:300px;height:90px;padding:30px;}
.hamburgers_titel .logo{width:104px;}
/*-hamburgers 漢堡搜尋-*/
.hamburgers_search1{margin:20px 0 10px;width:300px;}
.hamburgers_search1 .box{border-radius:30px;background-color:#313131;color:#fff;padding:5px;margin:0 15px;overflow: hidden;}
.hamburgers_search1 .img{width:25px;float:left;padding:5px 0 0 5px;margin-right:10px;}
.hamburgers_search1 .txt{float:right;margin: 5px 0 0 5px; padding-left:10px;margin-right:10px;border-left:#686868 2px solid;}
.hamburgers_search1 .txt a{color: #fff;}.hamburgers_search1 .txt a:hover{color: #F07301;}
.hamburgers_search1 .input{width:120px; overflow:hidden;float:left;height:35px;}
.hamburgers_search1 input{background-color:#313131;border:none;color:#fff;font-family:微軟正黑體;height:100%;padding:0;font-size:20px;}

/*-hamburgers 漢堡搜尋-*/

.hamburgers_list{width:300px;}
.hamburgers_list ul{}
.hamburgers_list li{} .hamburgers_list li h2{font-size:20px!important;}
.hamburgers_list li.activelink {background-color:  #F07301;text-decoration: none;}
.hamburgers_list1 li h2{font-size:18px!important;}
.hamburgers_list li .btn{padding:20px 30px;transition:0.3s;position: relative;}
.hamburgers_list li a:hover .btn{background-color:#fe3a14;}
.hamburgers_list li .arraw{width:15px; position:absolute;right:20px;top:20px;}
.hamburgers_list li .arraw img{width:100%;}
.hamburgers_list li .img{width:25px;float:left;margin-right:15px;}
.hamburgers_list li .txt{font-size: 20px;}.hamburgers_list li .txt{color:#fff;}
.hamburgers_community{ margin:0 auto 20px;text-align: center;border-bottom:#1f2023 2px solid;transition: 0s;}
.hamburgers_community .header_community1 li a{margin-right:10px;transition: 0s;}
.hamburgers .copyright{float:none !important; }
.hamburgers_footer{list-style: none;overflow: hidden;padding:30px 20px;}
.hamburgers_footer .footer_center_L{width:100%;word-wrap:break-word;}
.hamburgers_footer .footer_center_L br{display:none;}
.hamburgers_footer .logo{margin: auto;margin-bottom:20px;}

.hamburgers_list1{}
.hamburgers_list1_padding{padding-left:40px;}
@media (max-width:767px){

	.hamburgers_search{ margin:20px 10px 5px;border-radius:50px;background-color:#313131;overflow:hidden;}
	.hamburgers_search .txt_box{background-color:#313131;border:none;color:#fff;}
	.hamburgers_footer a,.hamburgers_footer{font-size:14px;color:#fff;}
	.hamburgers_footer .txt li{padding-bottom:0;}
	.hamburgers_titel{height:60px;}
	.hamburgers_list li .btn{padding:15px 20px;}
	.hamburgers .copyright{font-size:12px!important; line-height:normal; }
	.hamburgers_list li .arraw{top:13px;}
}
@media (max-width:320px){
	.hamburgers_footer .footer_center_L br{display:block;}
	.hamburgers_search1{margin:20px 0 10px;width:250px;}
	.hamburgers_search1 .input{width:80px; overflow:hidden;float:left;height:35px;}
	.hamburgers_titel{width:250px;}
}
/*-hamburgers 漢堡包 ed-*/

/*header*/
/*黑*/
/*PC版*/
.header .op {opacity:1;}
@media (max-width:1023px){.header .op {opacity:1;}}
.header{background-color:#f1f1f1;}
.header_banner_ad {
	padding: 20px 0px;
	height:250px;
	/* border-bottom: #3b3b3b 1px solid; */
	display: flex; 
	justify-content: center; 
	align-items: center;
	background-color: #f5f5f5;
}
.header_banner_nav{padding: 6px 0;overflow:hidden;font-size:16px;}
.header_banner_nav_L{float:left;}
.header_banner_nav_R{float:right;}
.header_banner_nav_L,.header_banner_nav_L a{color:#fff;}
.header_banner_nav_R,.header_banner_nav_R a{color:#aaaaaa;}
.header_banner_nav_L a:hover,.header_banner_nav_R a:hover{color: #F07301;}
.header_banner_nav_L li,.header_banner_nav_R li{display:inline;float:left;}
.header_banner_nav_L li a,.header_banner_nav_R li a{padding:0;}
.header_banner_nav_L li::after,.header_banner_nav_R li::after{content:"│";padding:0 10px;}
.header_banner_nav_L li:last-child::after,.header_banner_nav_R li:last-child::after{content:"";padding:0;}
.header_banner_nav_L li:first-child::after{content:"";padding:0 5px;}
.header_banner_nav_L li:first-child,.header_banner_nav_L li:first-child a{line-height:0; border-right:none;padding:0;}
.header_banner_nav_L li:not(:first-child),.header_banner_nav_R li{padding:3px 0;}
/*PC版 ed*/

/*手機版*/
.header_banner_nav_logo_mo{float:left;width:85px;margin-top:5px;}
.header_banner_nav_logo_mo img{float:left;width:85px;margin-top:5px;}
.header_banner_nav_climate_mo{float:right;color: #fff;margin-top:15px;}
.header_banner_nav_climate_mo .header_climate_temperature{
	font-family:Century Gothic,\5FAE\8EDF\6B63\9ED1\9AD4;color:#fff;font-size:30px;padding-right:10px;border-right:#fff 1px solid;line-height:40px;letter-spacing:0px;display:inline-block;
	margin-right:10px;
}
.header_hamburger_btn2{float:left;padding-top:15px; margin-right:10px; cursor:pointer;overflow: hidden;width:30px;}
@media (max-width:1023px){
	.header_banner_ad {display:none;}
	.header_banner_nav_logo_mo{width:85px;}
	.header_banner_nav_logo_mo img{width:85px;}
	.header_banner_nav_climate_mo{float:right;color: #fff;margin-top:13px;}
	.header_banner_nav_climate_mo .header_climate_temperature{
	font-size:30px;padding-right:10px;border-right:#fff 1px solid;line-height:25px;margin-right:5px;
    }

	.header_climate_area{float: left;margin-top:9px;margin-right:5px;font-size:12px;}
}
@media (max-width:320px){
	.header_banner_nav_logo_mo{width:80px;}
	.header_banner_nav_logo_mo img{width:80px;}
	.header_banner_nav_climate_mo{float:right;color: #fff;margin-top:8px;}
	.header_banner_nav_climate_mo .header_climate_temperature{}
	.header_climate_area{float: left;margin-top:9px;margin-right:5px;font-size: 12px;}
}
/*手機版 ed*/
/*黑 ed*/

/*白*/

/*logo*/
.header_logo_bar{border-bottom:#ab9a7d 1px solid;position: relative;}
.header_logo{width:120px;height:72px; padding:10px 0 13px;display:inline-block;line-height:0;}
.header_logo img{width:120px;height:72px; padding:10px 0 13px;display:inline-block;line-height:0;}
/*logo ed*/

/*氣象*/
.climate_lightbox1{width:100%;height:100%;position:absolute;background-color:rgba(0,0,0,0);z-index:1;}
.climate_lightbox{width:100%;height:100%;position:fixed;background-color:rgba(0,0,0,0.8);z-index:20;display:none;overflow: hidden;}
.climate_lightbox .box{position:absolute;width:0;height:0; z-index: 2;left:25%;top:10%;}
@media (max-width:1366px) {.climate_lightbox .box{left:15%;top:10%;}}
@media (max-width:1024px) {.climate_lightbox .box{left:2%;top:10%;}}
@media (max-width:768px) {.climate_lightbox .box{left:23%;top:10%;}}
.climate_lightbox .xx{width:30px;float:right;margin:10px;position: absolute;top:-25px;;right:-25px;cursor: pointer;}
.header_climate{display:inline-block;cursor: pointer;}
.header_climate_area{display:inline-block;font-size:12px;}
.header_climate_temperature{
	font-family:Century Gothic,\5FAE\8EDF\6B63\9ED1\9AD4; color:#3b3b3b;font-size:30px;padding-right:10px;border-right:#3b3b3b 1px solid;line-height:22px;letter-spacing:0px;display:inline-block;
	margin-right:6px;
}
.header_climate_temperature .font30{font-size:10px;line-height:5px;padding-left:0px;}
.header_climate_img{width:30px;height:30px; display:inline-block;}
.header_climate_img img{width:100%;height:100%; }
@media (max-width:1024px) {.climate_lightbox .xx{top:-25px;right:-25px;}}
@media (max-width:768px) {.climate_lightbox .xx{top:0;right:0;}}
@media (max-width:767px) {
.climate_lightbox .box{position:relative;width:100%;height:0; z-index:2;left:0;top:0;}
.climate_lightbox{padding-top:0;overflow-y:scroll;}
}
/*氣象 ed*/

/*登入*/
.header_login{padding:12px 8px;}
.header_community1{padding:10px 0;}
.header_login{padding:13px 0;font-size:16px;}
.header_login a{color:#686868;}.header_login a:hover{color: #F07301;}
.header_login li,.header_community1 li{display:inline-block;}
.header_login li::after{display:inline-block;content:"│";padding:0 6px;}
.header_login li:last-child::after{display:inline-block;content:"";padding:0;}
.header_login li a{padding:0 0 0 20px;}
.header_login li:nth-child(1) a{background:url(../images/login01.svg) no-repeat;}
.header_login li:nth-child(2) a{background:url(../images/login02.svg) no-repeat;}
.header_login li:nth-child(1) a:hover{background:url(../images/login01-o.svg)no-repeat;}
.header_login li:nth-child(2) a:hover{background:url(../images/login02-o.svg)no-repeat;}
/*登入 ed*/
.header_banner_nav_L li::after,.header_banner_nav_R li::after{content:"│";padding:0 10px;}
/*社群按鈕*/
.header_community1{overflow: hidden; }
.header_community1 li a{width:30px;height:30px;float:left;}
.header_community1 li:nth-child(1) a{background:url(../images/header_community01.svg) no-repeat;}
.header_community1 li:nth-child(2) a{background:url(../images/header_community02.svg) no-repeat;}
.header_community1 li:nth-child(3) a{background:url(../images/header_community03.svg) no-repeat;}
.header_community1 li:nth-child(4) a{background:url(../images/header_community04.svg) no-repeat;width:27px;height:27px;}
.header_community1 li:nth-child(1) a:hover{background:url(../images/header_community01-o.svg) no-repeat;}
.header_community1 li:nth-child(2) a:hover{background:url(../images/header_community02-o.svg) no-repeat;}
.header_community1 li:nth-child(3) a:hover{background:url(../images/header_community03-o.svg) no-repeat;}
.header_community1 li:nth-child(4) a:hover{background:url(../images/header_community04-o.svg) no-repeat;width:27px;height:27px;}
/*社群按鈕 ed*/
/*播出時間*/
.header_playtime{color:#686868;font-size:20px;position: absolute;right:0;top:50px;}
.header_playtime_mo{clear:right; display: block; color:#686868;font-size:12px;padding-top:30px;}
/*播出時間 ed*/
/*導覽列*/
.header_hamburger_btn{float:left;padding-top:10px;margin-right:10px;cursor:pointer;display:none;overflow:hidden;width: 30px; height: 25px;}

.header_menu_nav .nav__items li{display:inline-block;margin-right:40px;position:relative; font-weight: 500;}
.header_menu_nav li .arraw{position:absolute;width:10px;right:0;top:10px;}
.header_menu_nav li a{display:block;cursor: pointer;font-size:20px;line-height:30px;}
.header_menu_nav .line{position:absolute; border-bottom:rgba(255,255,255,0) 4px solid;width:100%;bottom:0;}
.header_menu_nav li:hover .line,.header_menu_nav li .line.active{
	border-bottom: #F07301 4px solid;
	transition:0.1s;
};
.header_menu_nav li:hover .line,.header_menu_nav li .line.active + a{
	color: #F07301;
};
.header_menu_nav li .header_menu_nav1{position:absolute;text-align: center;left:-20px;display: none;z-index: 4;top:35px;padding-top:10px;}
.header_menu_nav li .foucs_child{}

/* .header_menu_nav li:nth-child(5) a{padding:8px 20px 9px 10px;} */
.header_menu_nav li .header_menu_nav1 a{background-color:#000;}
.header_menu_nav li .header_menu_nav1 a:hover{background-color: #F07301;transition:0s;}
.header_menu_nav li .header_menu_nav1 a .btn{border:none;width:80px; }
.header_menu_nav li .header_menu_nav1 a .txt{color:#fff;}
/*搜尋*/
.header_search{
	width:30px;
}
.header_search_box1{height:45px;width:100%;}
.header_search img{cursor: pointer;}
.search_box_s .main{position:relative;}
.search_box{
 position:absolute;background-color:#fff;padding:10px;box-shadow:rgba(0,0,0,0.2) 1px 1px 5px;right:30px;top:30px;border-radius:8px;transition:0.1s;display:block;z-index:2; opacity:0;
}
.search_box1{width:300px; padding:5px 10px;background-color:#f6f6f6;overflow: hidden;display:block; }
.search_box1 .txt{font-size:14px;border-left: 2px solid #dbdada;padding:0 15px;display:block;margin:0;float:right;overflow: hidden; cursor:pointer;}
.search_box1 .input{float:left;overflow: hidden;font-size:14px;}
.search_box1 input{background-color:#f6f6f6;border:none;color:#000; }
/*搜尋 ed*/
@media (max-width:1365px) {
	.header_menu_nav .nav__items li{margin-right:20px;}
	.header_hamburger_btn{display:block;}
	/* .header_menu_nav{ width:90%;white-space:nowrap;} */
	.header_menu_nav ul{overflow:hidden;-webkit-overflow-scrolling:touch; overflow-x:auto;}
	.header_menu_nav ul::-webkit-scrollbar {background-color:rgba(255,255,255,0);height:0px;}
	.header_menu_nav ul::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,0);}
}
@media (max-width:1023px) {
	.header_menu_nav .line{bottom:2px;}
	.header_menu_nav{float:none; width:100%;}
	.header_menu_nav li{margin-right:16px;}
	/* .header_menu_nav li a{padding:9px 0px 9px 0px;} */
	.header_menu_nav li a{font-size:20px;line-height:29px;}
}
/*導覽列 ed*/
/*白 ed*/
/*header ed*/

/*好康*/
.good_news {
	width:100%;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.good_news_titel {
	width:70px;
	height:27px;
    background-color: #F07301;
	text-align:center;
	color:#fff;
	letter-spacing:5px;
	margin-right:10px;
	-webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.good_news_titel,
.good_news_txt {
	display:inline-block;
	float:left;
	line-height: 27px;
}
.good_news_txt {
   width: 90%;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width:1023px) {
.good_news_txt {
	width:80%;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
}
@media (max-width:640px) {
.good_news_txt {
	width:70%;
	font-size: 15px;
}
}
@media (max-width:320px) {
.good_news_txt {
	width:65%;
}
}
/*好康 ed*/

/*好康下方間距*/
.spacing {
	margin-bottom: 10px;
}
/*好康下方間距 ed*/



/* 側欄*/
/* 左側欄*/
.content_center,.content_left,.content_left2,.content_right{float:left;}
.content{position: relative;}
.content_center{width:900px;}
.content_left{width:300px;margin-right:30px;}
.content_left2{width:1230px;position: relative;}
/* 左側欄 ed*/

/* 右側欄*/
.content_right{width:300px;margin-left:30px;}
/* 右側欄 ed*/

@media (max-width:1599px) {
.content_left2{width:976px; margin-right: 12px;}
.content_left{margin-right:18px;}
.content_right{margin-left:18px;}
}
@media (max-width:1365px) {
.content_left2{width:650px; margin-right: 0;}
.content_right{margin-left:20px;}
.content{overflow: hidden;}
}
@media (max-width:1023px) {
.content_left2{width:100%; float: none;}
.content_right{ display: none;}
}
/* 側欄 ed*/


.container {
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	/*讓頁面切換手機時，頁面的字與圖片不會被放大*/
	overflow: hidden;
}

.header {
	width: 100%;
	height: auto;
	position: relative;
}
.header_banner {
	width: 100%;
	background: #f5f5f5;
}

.header_menu {
	width: 100%;
	background: #FFF;
}

/*中間大區塊*/
.main {
	width:1600px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media (max-width:1599px) {
.main {
	width:1346px;
}
}
@media  (max-width:1365px) {
.main {
	width:1000px;
	padding: 0 15px;
}
}
@media (max-width:1023px) {
.main {
	width:768px;
	padding: 0 20px;
}
.padding20_mo768 {
	padding:0 20px;
}
}
@media (max-width:767px) {
.main {
	width:100%;
	padding:0px 15px;
}
.padding20_mo768 {
	padding:0 15px;
}
}
/*中間大區塊 ed*/


/*footer*/
.footer_box{position:fixed;bottom:-360px;width:100%;z-index:3;}
.footer {
	transition: 0.3s;
	width:100%;
	position:relative;
	margin:0;
	padding:0 !important;
	background:#151515;
	box-shadow:#151515 0px 0px 10px;
}
.footer_arraw,.footer_arraw2{
	position:absolute;
	padding:2px 30px 10px;
	top:-30px;
	left:45%;
	background:#151515;
	box-shadow:#151515 0px 0px 10px 0px;
	border-radius:10px;
	cursor: pointer;
	z-index: 1;
}

.footer_center_box{overflow:hidden;}
.footer_center{padding:50px 0;list-style:none;}
.footer_center_L{width:420px;margin-right:100px;}
.footer_center_L,.footer_center_R{float: left;}
.footer_center_L h2{color:#aaaaaa;margin-bottom:20px;}
.footer_center_L .logo{width:140px;height:75px; margin-bottom:30px;}.footer_center_L .logo img{width:100%;height:100%;}
.footer_center_L .txt{word-wrap:break-word;}
.footer_center_L .txt li{color:#fff;padding-bottom:10px;padding-left:30px;font-size: 14px;width: 100%;}
.footer_center_L .txt li a{color:#fff;}
.footer_center_L .txt li:nth-child(1){background: url(../images/footer_list01.png) no-repeat; background-size:30px;}
.footer_center_L .txt li:nth-child(2){background: url(../images/footer_list02.png) no-repeat; background-size:30px;}
.footer_center_L .txt li:nth-child(3){background: url(../images/footer_list03.png) no-repeat; background-size:30px;}
.footer_center_R{width:1040px;margin-top:80px; overflow:hidden;}
.footer_center_R ul{}
.footer_center_R li{ border-top: #F07301 1px solid;float:left;padding:20px 0 30px;margin-right:200px;}
.footer_center_R li:last-child{margin-right:0;}
.footer_center_R li h2{margin-bottom:15px;}
.footer_center_R li h2:last-child{margin-bottom:0px;}

.footer_bottom {
	width:100%;
	color: #fff;
	font-size:14px;
	margin:0;
	padding:10px 0;
	border-top: #F07301 1px solid;
	overflow: hidden;
}

.footer a{color: #fff;}
.footer a:hover{color: #F07301;}

.footer_bottom .link {list-style:none;float:left;}
.footer_bottom .link li{display:inline;}
.footer_bottom .link li::after{content:"│";padding-left: 10px;padding-right:6px;color:#aaaaaa;}
.footer_bottom .link li:last-child::after{content:"";padding:0;margin:0;}
.footer_bottom .link li a{color:#aaaaaa;}
.footer_bottom .link li:last-child a{border-right:none;}
.footer_bottom .link li a:hover{color: #F07301;}
.footer_bottom .copyright {float:right;color:#aaaaaa;}

@media (max-width:1599px) {
.footer_center_L{width:400px;}
.footer_center_R{width:800px;}
.footer_center_R li{margin-right:120px;}
}
@media (max-width:1365px) {
.footer_center_L{width:400px;margin-right:50px;}
.footer_center_R{width:510px;}
.footer_center_R li{margin-right:30px;}
}
@media (max-width:1023px) {
.footer {display:none;}
.footer_center_L{width:300px;}
}
@media (max-width:767px) {

}
/*footer ed*/

/*單元區塊大標題*/
.title_div {
	border-bottom: 1px solid #dedede;
    height: 35px;
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}
.title_line {
	display: block;
	float: left;
	padding: 0 10px 11px 0;
	border-bottom: 1px solid  #F07301;
}
/*單元區塊大標題 ed*/


/*日期時間*/
.icon_time {
 display: block!important;
 font-size: 14px!important;
 line-height: 20px!important;
 color: #7f7f7f!important;
 margin: 0!important;
 padding: 0!important;
}
.icon_time a{color: #7f7f7f;}
.icon_time a:hover{color: #F07301;}
.icon_time img {
 width: 13px!important;
 height: auto!important;
 margin:1px 6px 4px 0!important;
 vertical-align: middle!important;
}
@media (max-width:320px) {
.icon_time {
 font-size: 12px!important;
 line-height: 12px!important;
}
}
/*日期時間 ed*/





/*More 最外框*/
.more_div {
	width: 100%;
	margin: 0 0 5px 0;
	padding-bottom:20px;
	position: relative;
}
/*More 最外框 ed*/

/*分享*/
.share_icon {
	background: url(../images/icon-share.png) no-repeat left;
	background-size: 25px auto;
	padding:0 0 0 25px;
	display:block;
	color: #7f7f7f;
	float: left;
	cursor: pointer;
}
.share_icon:hover {
	background: url(../images/icon-share-over.png) no-repeat left;
	background-size: 25px auto;
	color: #F07301;
}
.share_div {
	position: relative;
	z-index: 1;
}
/*分享 ed*/

/*議題包分享社群區塊*/
.share_box1,.share_box2{height:25px;}
.share_box1,.share_box2{z-index:2;}
.share_box{
	width: 125px;
	position: absolute;
	padding: 6px 0;
	background: #FFF;
	border: 1px solid #aaa;
	box-shadow:0 0 6px #888;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	z-index: 4;
}

.share_box li a {
	width:30px;
	height:25px;
	float:left;
	margin: 0 5px;
}
.share_box li:nth-child(1) a {
	background:url(../images/icon-fb.svg) no-repeat;
	background-position: 5px;
	background-size: 25px;
}
.share_box li:nth-child(2) a {
	background:url(../images/icon-google.svg) no-repeat;
	background-position: 2px;
	background-size: 32px;
	width:34px;
}
.share_box li:nth-child(3) a {
	background:url(../images/icon-plurk.svg) no-repeat;
	background-position: 2px;
	background-size: 25px;
}
.share_box li:nth-child(4) a {
	background:url(../images/icon-line.svg) no-repeat;
	display: none;
	background-size: 25px;
}
.share_box li:nth-child(1) a:hover{
	background:url(../images/icon-fb-over.svg) no-repeat;
	background-position: 5px;
	background-size: 25px;
}
.share_box li:nth-child(2) a:hover{
	background:url(../images/icon-google-over.svg) no-repeat;
	background-position: 2px;
	background-size: 32px;
}
.share_box li:nth-child(3) a:hover{
	background:url(../images/icon-plurk-over.svg) no-repeat;
	background-position: 2px;
	background-size: 25px;
}
.share_box li:nth-child(4) a:hover{
	background:url(../images/icon-line-o.svg) no-repeat;
	background-size: 25px;
}

@media (max-width:1024px) {
.share_box {
	width: 150px;
	margin-left: -25px;
}
.share_box li a {
	margin: 0 3px;
}
.share_box li:nth-child(4) a {
	display: block;
}
}
/*議題包分享社群區塊 ed*/


/*收藏 */
.keep_icon {
	background: url(../images/icon-keep.png) no-repeat left;
	background-size: 25px auto;
	padding:0 0 0 30px;
	display:block;
	color: #7f7f7f;
	float: left;
	border-left: 1px solid #aaa;
	background-position: 5px;
	margin-left: 5px;
}
.keep_icon:hover {
	background: url(../images/icon-keep-over.png) no-repeat left;
	background-size: 25px auto;
	color: #F07301;
	background-position: 5px;
}
/*收藏 ed*/

/*more 更多*/
.more_icon {
	background: url(../images/arraw_more.svg) no-repeat right;
	padding:0 25px 0 0;
	display:block;
	float: right;
}
.more_icon:hover {
	color: #F07301;
	transition:0.3s;
}
/*more 更多 ed*/


/*文字圖片效果*/
.overlay-color {
 width: 100%;
 height: 100%;
 position:absolute;
 z-index: 1;
 line-height: 0;
 left: 0;
 top: 0;
 background: rgba(0,0,0,0);
 transition: 0.3s linear;
}
.pack_top:hover .overlay-color,
.pack_root_box:hover .overlay-color,
.pack_big:hover .overlay-color,
.pack_list_box:hover .overlay-color,
.pack_more_box:hover .overlay-color,
.img:hover .overlay-color,
.issus_div:hover .overlay-color,
.issue_box:hover .overlay-color,
.list_photo:hover .overlay-color,
a:hover .overlay-color
{
 background: rgba(0,0,0,.3);
}
/*文字圖片效果 ed*/


/*分頁*/
.page-div {
	width: 100%;
	margin: 10px auto 40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
@media (max-width:1365px) {
.page-div {
	margin: 40px auto;
}
}
@media (max-width:767px) {
.page-div {
	margin: 20px auto;
}
}

.page-div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-div ul li {
	margin:0;
	padding:0;
	display: inline-block;
}
.page-box {
	width: 30px;
	height: 30px;
	margin: 5px 1px;
	padding:0;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background: #FFF;
	transition: 0.3s linear;
}
.page-box:hover {
	color: #FFF;
	border: 1px solid  #F07301;
	background:  #F07301;
}

.page-box.active {
	color: #FFF;
	border: 1px solid  #F07301;
	background:  #F07301;
}
.page-box.first {
	background: url(../images/first-page-icon.svg) center center no-repeat #FFF;
	background-size: 15px;
}
.page-box.first:hover {
	background: url(../images/first-page-icon-over.svg) center center no-repeat  #F07301;
	background-size: 15px;
}
.page-box.last {
	background: url(../images/last-page-icon.svg) center center no-repeat #FFF;
	background-size: 15px;
}
.page-box.last:hover {
	background: url(../images/last-page-icon-over.svg) center center no-repeat  #F07301;
	background-size: 15px;
}
/*分頁 ed*/




/*搜尋程式開合用*/
.search_box.show{
 opacity: 1; top: 45px;
}
.search_box:not(.show){
	 opacity: 0; top: 35px;
}
/*搜尋程式開合用 ed*/


/*Smart Banner*/

.smart_banner {
	display: none;
}

@media  (max-width:1365px) {
.smart_banner {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px;
	position: relative;
	z-index:20;
	box-sizing: border-box;
	overflow: hidden;
	background: #f1f1f1;
}
.smart_banner .close {
	width: 20px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/icon-close.svg) center center no-repeat;
	background-size: 15px;
	cursor: pointer;
}
.smart_banner .app_icon {
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.smart_banner .app_icon img {
	width: 60px;
	height: 60px;
}
.app_icon_box {
	width: 60px;
	height: 60px;
	border-radius: 8px;
}
.smart_banner .app_txt {
	display: inline-block;
	vertical-align: top;
	margin-top:10px;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}
.smart_banner .app_txt p {
	margin:0 0 0 0;
	font-size: 14px;
	color: #999;
}
.smart_banner .download {
	display: inline-block;
	margin-top: 14px;
	padding: 5px 15px;
	vertical-align: top;
	float: right;
	border: 1px solid #333;
	font-size: 16px;
	color: #333;
	border-radius: 3px;
	transition: 0.3s linear;
}
.smart_banner .download:hover {
	color: #FFF;
	background: #333;
}
}
@media (max-width:350px) {
.smart_banner {
	padding: 10px 6px;
}
.smart_banner .close {
	width: 10px;
	height: 45px;
	line-height: 45px;
	background-size: 12px;
}
.smart_banner .app_icon {
	width: 45px;
	height: 45px;
	margin: 0 3px;
}
.smart_banner .app_icon img {
	width: 45px;
	height: 45px;
}
.app_icon_box {
	width: 45px;
	height: 45px;
	border-radius: 5px;

}
.smart_banner .app_txt {
	margin-top:3px;
	line-height: 20px;
}
.smart_banner .download {
	margin-top: 5px;
	padding: 3px 10px;
	font-size: 14px;
}
}
/*Smart Banner ed*/
/*搜尋程式開合用*/
.search_box.show{
 opacity: 1; top: 45px;z-index:2;
}
.search_box:not(.show){
  opacity: 0; top: 35px;z-index:-1;
}
/*搜尋程式開合用 ed*/

#share_box_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

}
.category #share_box_mask,.travel  #share_box_mask {position: fixed;z-index: 3;}

/*取消 h1 與 h2 後的CSS */
@media (max-width:1365px) {
	.talk_kv_list .txt .h1 {
		font-size: 22px;
		line-height: normal;
		height: 60px;
	}
}
@media (max-width:767px){
	.talk_kv_list .txt .h1{
		font-size:18px;
		line-height:inherit;
		height:47px;
	}
}
@media (max-width:320px){
	.talk_kv_list .txt .h1{
		width: 100%;
		height:auto;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.talk_kv_list .txt .h1 {
	color: #fff;
	height: 75px;
	overflow: hidden;
}

.talk_writer_title .h1 {
	font-weight: bolder;
}
.h1 {
	font-size: 30px;
	line-height: 36px;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}
/*取消 h1 與 h2 後的CSS ed */

/*限時優惠*/
.ribbon_wrap {
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 0;
}
.ribbon,
.ribbon_2 {
	display: inline-block;
	vertical-align: top;
	padding: 6px 6px 6px 16px;
	margin-right: -5px;
	background:  #F07301;
	text-align: center;
	color: #FFF;
	border-radius: 0 6px 6px 0;
	box-shadow: 0px 0px 5px rgba(0,0,0,.4);
}
.ribbon h2,
.ribbon_2 h2 {
	color: #FFF;
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	letter-spacing: 3px;
}
.ribbon h2:after,
.ribbon_2 h2:after {
	content: "";
	border-left: 1px dashed #FFF;
	display: block;
	position: absolute;
	top: 0;
	left: 8px;
	height: 32px;
}
.shopping_icon,
.shopping_icon_2 {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: url(../images/shopping_icon.svg) center center no-repeat #FFAE00;
	background-size: 18px auto;
	text-align: center;
	margin: 0 0 0 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.4);
}
@media (max-width: 1365px) {
.ribbon_wrap {
	top: 10px;
}
.ribbon,
.ribbon_2 {
	padding: 4px 4px 4px 15px;
	border-radius: 0 5px 5px 0;
}
.ribbon h2,
.ribbon_2 h2 {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 3px;
}
.ribbon h2:after,
.ribbon_2 h2:after {
	left: 6px;
	height: 28px;
}
.shopping_icon,
.shopping_icon_2 {
	width: 28px;
	height: 28px;
	border-radius: 28px;
	background-size: 14px auto;
}
}
@media (max-width:767px) {
.ribbon_2 {
	padding: 2px 4px 2px 8px;
	border-radius: 0 3px 3px 0;
}
.ribbon_2 h2 {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
}
.ribbon_2 h2:after {
	left: 4px;
	height: 20px;
}
.shopping_icon_2 {
	width: 22px;
	height: 22px;
	border-radius: 22px;
	background-size: 12px auto;
	margin: 0 0 0 6px;
}
}
@media (max-width:359px) {
.ribbon_wrap {
	top: 10px;
}
.ribbon {
	padding: 4px 4px 4px 12px;
	border-radius: 0 5px 5px 0;
}
.ribbon h2 {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 3px;
}
.ribbon h2:after {
	left: 6px;
	height: 26px;
}
.shopping_icon {
	width: 27px;
	height: 27px;
	border-radius: 27px;
	background-size: 13px auto;
}
}
/*限時優惠 end*/

/* TC-288 [食尚]網站全網Header統一樣式 */
input[type="button"], input[type="submit"], input[type="reset"], input[type=text], input[type=search], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
}

body, html, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

header{
    padding: 17px 200px;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
}

header .c-social-icons{
	margin-left: auto;
}

.list_text div.no{
	font-family: 微軟正黑體, Arial, Verdana, sans-serif, 微軟儷黑體, 微軟正黑體, "Microsoft JhengHei";
	font-size: 26px;
    line-height: 26px;
    color: var(--color-primary);
    align-self: center;
    margin-right: 20px;
}

.c-social-icons a{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 4px;
}
.c-social-icons a img{
    display: block;
    width: 100%;
}
.c-social-icons a img:last-child{
    display: none;
}
.c-social-icons a:hover img:first-child{
    display: none;
}
.c-social-icons a:hover img:last-child{
    display: block;
}
.header__logo{
    width: 107px;
}
.header__logo img{
    display: block;
    width: 100%;
}
.header__mobile{
    display: none;
	margin-left: auto;
}
.header__mobile div{
    display: inline-block;
    width: 25px;
    height: 25px;
}
.header__ham{
    margin-left: 15px;
}
.header__mobile div{
    display: inline-block;
    width: 25px;
    height: 25px;
}

.header__mobile div img{
    width: 100%;
}

@media (max-width:1770px) {
    header{
        padding: 17px 100px;
    }
}
@media (max-width:1560px) {
    header{
        padding: 17px 50px;
    }
}
@media (max-width:1389px) {
    header{
        padding: 17px 15px;
    }
}
@media (max-width:1023px) {
    .c-social-icons{
        display: none;
    }
    header{
        padding: 10px 15px 3px 15px;
        align-items: center;
    }
    .header__logo{
        width: 64px;
    }
    .header__mobile{
        display: flex;
    }
}

.main {
	width:1600px;
	/* padding: 0 20px; */
	margin: 0 auto;
	box-sizing: border-box;
}
@media (max-width:1599px) {
	.main {
		width:1346px;
	}
}
@media  (max-width:1365px) {
	.main {
		width:1000px;
		padding: 0 15px;
	}
}
@media (max-width:1023px) {
	.main {
		width:768px;
		padding: none;
	}
}
@media (max-width:767px) {
	.main {
		width:100%;
		padding:0px 15px;
	}
	.padding20_mo768 {
		padding:0 15px;
	}
}

/* nav */
.nav{
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 4px 6px #0000001D;
	padding: 0px 200px;
	/* width: calc(100% - 30px); */
}
.nav__items {
    display: flex;
    overflow-x: scroll;
	width: calc(100% - 50px);
}
.nav__items::-webkit-scrollbar{
    display: none;
}
.nav__items li{
    padding: 5px;
    transition: .3s;
    margin-right: 30px;
    flex-shrink: 0;
}
.nav__items li:last-child{
    margin-right: 0px;
}
.nav__items li a{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    transition: .3s;
}
.nav__items li:hover, .nav__items li.is-active{
    border-bottom: 4px solid var(--color-primary);
}
.nav__items li:hover a, .nav__items li.is-active a{
    color: var(--color-primary);
}
.nav__items :is(li, li:hover, li.is-active) a[href="/offers"]{
    color: #ED1C24;
}
.c-search{
    width: 30px;
    height: 30px;
    align-self: center;
    cursor: pointer;
}
.c-search img{
    height: 100%;
}
.magnifier{
	display: block;
	display: flex;
	align-items: center;
}
@media (max-width:1770px) {
    .nav{
        padding: 0 100px;
    }
}
@media (max-width:1560px) {
    .nav{
		width: auto;
        padding: 0 50px;
    }
}
@media (max-width:1389px) {
    .nav{
        padding: 0 15px;
    }
}
@media (max-width:1023px) {
    .header{
        position: sticky;
        top: 0;
        z-index: 100;
    }
    .nav{
        top: 50px;
    }
    .nav .c-search{
       display: none;
    }
	.nav__items{
        width: 100%;
    }
    .nav__items li{
        margin-right: 20px;
    }
    .nav__items li a {
        font-size: 18px;
        line-height: 25px;
    }
	.magnifier{
		display: none;
	}
}


/* lightbox for search */
.lightbox{
    display: none;
	position:fixed;
    top: 0;
    width:100%;
    height:100%;
    z-index: 1000;
    background-color:rgba(0,0,0,0.9);
}
.c-close{
    border: none;
    background-color: transparent;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 60px;
    right: 60px;
    cursor: pointer;
}
.c-close img{
    width: 100%;
}
.lightbox__content{
    width: 750px;
    margin: 170px auto;
}
.lightbox__search{
    position: relative;
}
.lightbox__search-input{
    width: 100%;
    height: 120px;
    background-color: #F5F5F5;
    border-radius: 4px;
    font-size: 20px;
    line-height: 28px;
    padding-left: 25px;
}
.lightbox__search-btn{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url('https://cc.tvbs.com.tw/2022supertaste/image/search_btn.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
	border-width: none;
}
.c-tags ul{
	display: flex;
}
.c-tags--lightbox{
    margin-top: 30px;
}
.c-tags p {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0;
    color: var(--color-primary);
}
.c-tags a{
    display: inline-block;
    padding: 7px 10px;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-text-light);
    border: 1px solid currentColor;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 15px;
    transition: .3s;
}
.c-tags a:hover, .c-tags a.is-active{
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
@media (max-width:1023px) {
    .lightbox__content{
        width: calc(100% - 30px);
        margin-top: calc(100%/4);
    }

    .c-close{
        top: 15px;
        right: 15px;
    }

    .lightbox__search-input{
        height: 80px;
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width:428px) {
    .light_box_inner{
        margin: calc(100%/4) auto;
    }
}

/* infocard caroursel */
.content_img_wrap.swiper-wrapper img{
  cursor: pointer;
}

/* infoCard lightbox */

.lightbox.album{
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

.lightbox.album .closeBtn {
  position: absolute;
  right: 28px;
  top: 28px;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}

.lightbox.album .closeBtn img {
  aspect-ratio: 1/1;
  width: 35px;
}

.lightbox.album .contentSwiper {
  min-width: 320px;
  width: 72%;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.lightbox.album .swiper-wrapper{
	cursor: grab;
}

.lightbox.album .swiper-slide{
  flex-direction: column;
  background: transparent;
}

.lightbox.album .swiper-counter {
  position: absolute;
  bottom: 100px;
  right: 8px;
  color: #fff;
  padding: 2px 12px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  font-size: 3vmin;
}

.lightbox.album .swiper-counter *{
  font-size: 3vmin;
}

.lightbox.album .controller {
  display: flex;
  column-gap: 20px;
  justify-content: flex-end;
  height: 32px;
  padding-top: 20px;
  padding-right: 8px;
}

.lightbox.album .button-prev,
.lightbox.album .button-next {
  display: none;
  position: static;
  cursor: pointer;
}

.lightbox.album .modal-slide-img {
  width: 100%;
}

.lightbox.album .modal-slide-img + p {
  color: #888;
  text-align: center;
  font-size: 16px;
  padding-top: 12px;
}

@media (max-width: 764px) {
  .lightbox.album .contentSwiper {
    width: 90%;
  }
  .lightbox.album .swiper-counter {
	padding: 2px 6px;
  }
}

@media (min-width: 1024px) {
  .lightbox.album .button-prev,
  .lightbox.album .button-next {
    display: block;
    top: auto;
    bottom: -10px;
  }

  .lightbox.album .swiper-button-prev {
    left: auto;
    right: 0px;
  }
}

@media (min-width: 765px) and ( max-width: 1520px) {
  .lightbox.album .contentSwiper {
    width: 55%;
  }
}


/* navbar mobile */
.nav-mobile{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
    display: none;
    z-index: 100;
}
.nav-mobile::-webkit-scrollbar{
    display: none;
}
.nav-mobile__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 44px 35px;
    position: relative;
}
.nav-mobile__items{
    width: 340px;
}
.nav-mobile__items li{
    margin-bottom: 10px;
}
.nav-mobile__items a{
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 12px 0;
    text-align: center;
    border-radius: 4px;
    background-color: #F5F5F5;
    color: #000;
    transition: .3s;
}
.nav-mobile__items a:hover, .nav-mobile__items li.is-active a{
    color: #fff;
    background-color:var(--color-primary);
}
.c-social-icons--m{
    display: block;
    margin-top: 20px;
}
.c-social-icons--m a{
    margin-bottom: 20px;
}
.nav-mobile__service p{
    font-size: 14px;
    line-height: 26px;
    color: var(--color-text-main);
}
.nav-mobile__service p a {
    color: var(--color-text-main);
    text-decoration: none;
}
.nav-mobile__footer{
    width: 100%;
    background-color: var(--color-text-main);
    padding: 20px 0;
}
.nav-mobile__footer p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.nav-mobile__footer p a{
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin:0 5px;
}

@media (max-width:427px) {
    .nav-mobile__items{
        width: 100%;
    }
}
@media (max-width:355px) {
    .nav-mobile__content{
        padding: 25px 25px 35px;
    }
    .nav-mobile__items{
        width: 100%;
    }
}

/*----simple-lightbox------*/
:root{
    --text-color: #fff ;
}

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }
  .sl-wrapper * {
    box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color:  var(--text-color);
    font-size: 3rem; }
  .sl-wrapper .sl-counter {
    width: fit-content;
    display: none;
    position: fixed;
    top: 100%;
    left: 100%;
    transform: translate(-240px, -280px);
    z-index: 10060;
    background-color: rgba(0, 0, 0, 0.9);
    color: var(--text-color);
    font-size: 1rem; 
    padding: 3px 14px;
    border-radius: 5px;
    }
  .sl-wrapper .sl-download {
    display: none;
    position: fixed;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 10060;
    color: var(--text-color);
    font-size: 1rem; }
    .sl-wrapper .sl-download a {
      color: var(--text-color); }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: var(--text-color); }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; 
	  text-align: center;}
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

	#loginTip{
		width: 200px;
		color: white;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.7);
		padding: 10px 0px;
		border-style: none;
		border-radius: 5px;
		box-shadow: rgba(0, 0, 0, 0.7) 0 0 5px;
		z-index: 100;
		position: fixed;
		top: 50%;
		right: 50%;
		transform: translateY(-50%);
	}
	
	.memberFeatures {
		display: none;
		align-items: center;
		position: relative;
		margin-left: 16px;
		margin-right: 6px;
	}
	
	#mobile.memberFeatures{
		display: flex;
	}
	
	.memberFeatures button.avatarBtn{
		width: 30px;
		height: 30px;
		object-position: center;
		background: transparent;
		border-style: none;
		border-radius: 100%;
		overflow: hidden;
		cursor: pointer;
	}
	
	.memberFeatures button.avatarBtn img{
		height: 100%;
	}

	#mobile.memberFeatures button.avatarBtn{
		width: 25px;
		height: 25px;
		object-position: center;
	}
	
	.memberFeatures button.avatarBtn + ul {
		background-color: white;
		border-color: rgba(0, 0, 0, 0.2);
		border-width: 1px;
		border-radius: 0.5rem;
		display: none;
		position: absolute;
		list-style: none;
		box-shadow: 0px 1px 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
		left: 50%;
		top: 40px;
		transform: translateX(-50%);
	}
	
	.memberFeatures button.avatarBtn + ul.show {
		display: block;
	}
	
	.memberFeatures ul li {
		width: 104px;
		height: 50px;
		white-space: nowrap;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: rgba(0, 0, 0, 0.1);
	}
	
	.memberFeatures ul li button{
		width: 100%;
		height:100%;
		background: transparent;
		font-size: 1rem;
		font-weight: 500;
		border-style: none;
		cursor: pointer;
		transition: color 200ms ease-in-out;
	}
	
	.memberFeatures ul li button:hover{
		color: orange;
	}
	
	.memberFeatures ul li:last-child{
		border-style: none;
	}
	
	.memberFeatures ul li:hover {
		color: orange;
		transition: all;
	}
	
	.memberFeatures:hover ul {
		display: block;
	}
	
	.memberFeatures ul li:first-child:before {
		content: "";
		position: absolute;
		left: 50%;
		top: -0.3rem;
		transform: translateX(-50%) rotateZ(45deg);
		width: 0.6rem;
		height: 0.6rem;
		background-color: white;
	}
	
	@media screen and (min-width: 1024px) {
		.memberFeatures{
			display: flex;
		}
		#mobile.memberFeatures{
			display: none;
		}
	}


/* feat/TC-1736 目錄樣式優化 */
section[aria-label="summary"] .container {
    width: unset;
}

section[aria-label="summary"] > ul, section[aria-label="summary"] .container  > ul{
  list-style: none;
  padding-left: 2px;
  padding-right: 6px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  overflow: hidden;
}

section[aria-label="summary"] li, section[aria-label="summary"] .container li {
  display: -webkit-box;
  cursor: pointer;
  display: flex;
  column-gap: 8px;
  align-items: center;
}

section[aria-label="summary"]:has(> div.container).catalog_new_style{
    background-color: #f6f6f6;
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    padding: 0px;
    width: 343px;
  }
  
  section[aria-label="summary"]:has(> div.container).catalog_new_style div.container{
    display: block;
    margin: 20px 20px 0px 20px;
  }
  
  section[aria-label="summary"]:has(> div.container).catalog_new_style .container > div{
    color: #DF4719;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    display: inline;
  }
  
  section[aria-label="summary"]:has(> div.container).catalog_new_style .container > hr{
      border-top: 1px solid #D0D0D0;
      border-bottom: 0px;
      border-left: 0px;
      border-right: 0px;
      margin: 10px 0px;
  }

  section[aria-label="summary"]:has(> div.container).catalog_new_style .container  > ul{
    padding-bottom: 10px;
  }

  #article_content section[aria-label="summary"]:has(> div.container).catalog_new_style .container li svg  {
    fill: #000;
    margin: 8px 0px;
  }

  #article_content section[aria-label="summary"]:has(> div.container).catalog_new_style .container li:hover svg  {
    fill: #DF4719;
  }

  #article_content section[aria-label="summary"]:has(> div.container).catalog_new_style .container li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
  }
  
  #article_content section[aria-label="summary"]:has(> div.container).catalog_new_style .container li:hover a {
    color: #DF4719;;
  }
/* feat/TC-1736 目錄樣式優化 end*/