/*
----------------------
1. 選單 
----------------------
*/

/* 1-1 電腦版-第一層 */
.jeg_main_menu>li>a {
	font-size: 20px !important;
	font-weight: 500 !important;
	color: #282828;
	letter-spacing: 0 !important;
}
/* 1-2 電腦版-第二&三層 */
.jeg_menu li>ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #7b7b7b;
	letter-spacing: 0;
}
/* 1-3 手機版-第一層 */
.jeg_mobile_menu li a {
	font-size: 20px;
	font-weight: 500;
	color: #212121;
	letter-spacing: 0;
	margin-bottom: 15px;
	line-height: 1.444em;
}
.jeg_aside_item {
	border-bottom: 1px solid #fa7d00;
}
.jeg_search_wrapper {
	background: #fa7d00;
}
input.jeg_search_input, button.jeg_search_button.btn  {
	border-radius: 25px !important;
	height: 42px;
    font-size: 18px;
}
.jeg_search_popup_expand .jeg_search_button {
	top: 17px;
}
.jeg_midbar .jeg_search_no_expand .jeg_search_input,input:not([type=submit]) {
	font-weight: 400 !important;
}
.jeg_archive_search {
	padding: 30px 20px 30px 20px;
}
.jeg_archive_title {
	font-size: 24px;
	font-weight: 500;
}
.jeg_pagenav_1 .page_nav, .jeg_pagenav_1 .page_number {
	min-width: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 400;
}
.jeg_mobile_bottombar .jeg_nav_item {
	background: #fa7d00;
}
/* 1-4 手機版-第二&三層 */
.jeg_mobile_menu ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #757575;
	letter-spacing: 0;
	margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

/*
----------------------
2. 頁尾 
----------------------
*/

/* 2-1 單元名稱 */
.jeg_footer .jeg_footer_heading h3 {
	font-size: 24px !important;
	font-weight: 500;
	color: #282828 !important;
	letter-spacing: 0;
}
/* 2-2 標籤文字 */
.jeg_footer .widget_tag_cloud a {
	font-size: 16px !important;
	font-weight: 400;
	color: #5a5a5a;
	letter-spacing: 0;
	background: #fff;
	text-align: center;
	border: 0;
	border-radius: 25px;
}
/* 2-3 文字敘述 */
#text-5 .textwidget,#blog-stats-3 li {
	font-size: 16px;
	font-weight: 400;
	color: #282828;
	letter-spacing: 0;
	line-height: 1.5 !important;
}
/* 2-4 Copyright */
.jeg_footer .copyright {
	font-size: 14px;
	font-weight: 400;
	color: #282828;
	letter-spacing: 0;
}

/*
----------------------
3. 首頁
----------------------
*/

/* 3-1 大Banner文字 */
.jeg_heroblock_13 .jeg_post_title {
	font-size: 24px !important;
	font-weight: 500 !important;
	color: #282828;
	line-height: 1.4;	
}
.jeg_heroblock_13 .jeg_meta_date {
	display: none;
}
/* 3-2 精選文章之分類選單 */
.jeg_subcat_list>li>a, .okayNav__nav--invisible a {
	font-size: 16px;
	font-weight: 400;
	color: #282828;
}
/* 3-3 按鈕：載入更多 */
.jeg_block_loadmore a {
	font-size: 16px;
	font-weight: 400;
	color: #fa7d00;
	border-radius: 25px;
	border: 1px solid #fa7d00;
	box-shadow: none;
	height: 50px;
	line-height: 45px;
}
.jeg_block_loadmore a:after, .jeg_block_loadmore a:before {
	display: none;
}
/* 3-4 大Banner：Gap */
@media only screen and (max-width: 767px){
	.home .jeg_content {
		padding: 0px 0 30px;
	}
}
@media only screen and (max-width: 480px){
	.jeg_block_loadmore a {
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		background: #fa7d00;
		border-radius: 25px;
		border: 1px solid #fa7d00;
		box-shadow: none;
		height: 50px;
		line-height: 45px;
	}
	.jeg_block_loadmore a:after, .jeg_block_loadmore a:before {
		display: none;
	}
	.jeg_block_loadmore a:hover {
		background: #fff;
		color: #fa7d00;
	}
}

/*
----------------------
4. 分類頁
----------------------
*/

/* 4-1 分類頁名稱 */
.jeg_cat_title {
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0;
}
@media only screen and (max-width: 480px){
	.jeg_cat_header.jeg_cat_header_3 .jeg_cat_title {
		font-size: 24px;
	}
}
@media only screen and (min-width: 768px){
	.jeg_cat_header.jeg_cat_header_3 .jeg_cat_title {
		font-size: 24px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.jeg_cat_header.jeg_cat_header_3 .jeg_cat_title {
		font-size: 24px;
	}
}
/* 4-2 分類頁文章標題 */
.jeg_postblock_9 h3.jeg_post_title, .jeg_postblock_11 h3.jeg_post_title, .jeg_postblock_14 h3.jeg_post_title {
	font-size: 20px;
	font-weight: 500;
	color: #282828;
	line-height: 1.3;
}
@media only screen and (max-width: 480px){
	.jeg_postblock_9 .jeg_post .jeg_post_title, .jeg_postblock_11 .jeg_post .jeg_post_title, .jeg_postblock_14 .jeg_post .jeg_post_title {
		font-size: 20px;
	}
}
@media only screen and (min-width: 768px){
	.jeg_postblock_9 .jeg_post .jeg_post_title, .jeg_postblock_11 .jeg_post .jeg_post_title, .jeg_postblock_14 .jeg_post .jeg_post_title {
		font-size: 20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.jeg_postblock_9 .jeg_post .jeg_post_title, .jeg_postblock_11 .jeg_post .jeg_post_title, .jeg_postblock_14 .jeg_post .jeg_post_title {
		font-size: 20px;
	}
}
.jeg_pl_lg_card .jeg_post_category a, .jeg_pl_md_card .jeg_post_category a, .jeg_pl_md_1 .jeg_post_category a {
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}
/* 4-3 分類頁圖片滿版 */
/*
@media only screen and (max-width: 480px){
	.jnews_category_content_wrapper, .jnews_archive_content_wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}
}*/

/*
----------------------
5. 全網
----------------------
*/
/* 5-1 單元名稱 */
h3.jeg_block_title, .jeg_footer .jeg_footer_heading h3 {
	font-size: 24px !important;
}
.jeg_postblock_21 h3.jeg_block_title, .jeg_postblock_5 h3.jeg_block_title .jeg_postblock_6 h3.jeg_block_title {
	font-size: 24px;
	font-weight: 500;
	color: #282828;
}
/* 5-2 列表文章標題 */
.jeg_postblock_21 h3.jeg_post_title, .jeg_postblock_3 h3.jeg_post_title, .popularpost_item .jeg_post_title {
	font-size: 20px;
	font-weight: 400;
	color: #282828;
	line-height: 1.3;
}
@media only screen and (max-width: 480px){
	.jeg_postblock_5 h3.jeg_post_title {
		font-size: 20px;
		font-weight: 400;
		color: #282828;
		line-height: 1.3;
	}
}
@media only screen and (min-width: 768px){
	.jeg_postblock_3 h3.jeg_post_title {
		font-size: 20px !important;
		font-weight: 500;
		color: #282828;
		line-height: 1.3;
	}
	.jeg_post_excerpt {
		font-size: 16px;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.jeg_postblock_3 h3.jeg_post_title {
		font-size: 20px !important;
		font-weight: 500;
		color: #282828;
		line-height: 1.3;
	}
	.jeg_post_excerpt {
		font-size: 16px;
	}	
}

/*
----------------------
6. 文章頁
----------------------
*/

/* 6-1 系統文章標題 */
.entry-header h1.jeg_post_title {
	font-size: 28px;
	font-weight: 600;
	color: #282828;
	line-height: 1.25;
	text-align: left;
	margin-bottom: 12.8px;
}
@media only screen and (max-width: 767px){
	.entry-header h1.jeg_post_title {
		font-size: 28px !important;
		font-weight: 600;
		color: #282828;
		line-height: 1.25;
		text-align: left;
		margin-bottom: 12.8px;
	}
}
/* 6-2 內頁目錄 */
.content-inner ul {
	padding-left: 25px;
	margin-bottom: 20px;
}
.content-inner li {
	font-size: 20px;
	color: #282828;
	line-height: 1.5;
	text-align: justify;
	font-weight: 400;
	list-style-type: disc;
	font-family: "Noto Sans TC",Helvetica,Arial,sans-serif;
}
/* 6-3 文章內頁 */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
	font-weight: 600;
	color: #282828;
	text-align: left;
}
.entry-content h1, .entry-content h2 {
	font-size: 28px;
}
.entry-content h3 {
	font-size: 24px;
}
.entry-content h4 {
	font-size: 20px;
}
.entry-content h5.spon {
	line-height: 2;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #868686;
	text-align: left;
}
.entry-content p.title {
	font-size: 20px;
	font-weight: 600;
	color: #282828;
	text-align: left;
}
.entry-content p.notes {
	font-size: 16px;
}
.entry-content p {
	font-size: 20px;
	font-weight: 400;
	color: #282828;
	text-align: justify;
	line-height: 1.5;
	margin-bottom: 40px;
}
.entry-content h1 {
	line-height: 1.25;
	margin: 45px 0 25px 0; 
}
.entry-content h2 {
	line-height: 1.5;
	margin-bottom: 10px; 
}
.entry-content h3 {
	line-height: 1.4;
	margin-bottom: 10px; 
}
.entry-content h4 {
	line-height: 1.5;
	margin-bottom: 10px; 
}
.entry-content p.title {
	line-height: 1.4;
	margin-bottom: 10px;
}
.entry-content p.notes {
	line-height: 1.4;
}
.entry-content td, .entry-content th {
	font-size: 20px!important;
}
@media only screen and (max-width: 480px){
	.jeg_featured.featured_image {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.elementor-widget .elementor-icon-list-item {
	align-items: baseline;
}


/*
----------------------
7. 其他
----------------------
*/

/* 7-1 Breadcrumb */
#breadcrumbs {
	font-size: 16px;
}
/* 7-2 link連結全部採用#fa7d00+底線 */
.content-inner ul a, .entry-content a, .post-ref a {
	color: #282828;
	text-decoration: underline #fa7d00;
  -webkit-text-decoration: underline #fa7d00;
	text-underline-offset: 6px;
}
.entry-content a:hover, .post-ref a:hover {
	color: #fa7d00;
}
.content-inner ul a:hover {
  text-decoration: underline #fa7d00
	text-underline-offset: 6px;
}
/* 7-3 文章參考文獻 */
.post-ref li, .post-ref p {
	font-size: 16px;
	font-weight: 400;
	color: #282828;
	line-height: 1.4;
}
.entry-content h3 a.sup {
	vertical-align: suuper;
	top: unset;
	font-size: 16px;
}
.entry-content a.sup {
	vertical-align: super;
 	top: 0.25em;
 	font-size: 16px;
	font-weight: 400;
	font-family: "Noto Sans TC",Helvetica,Arial,sans-serif;
}
a.elementor-accordion-title {
    text-decoration: none;
}
/* 7-4 隱藏分類標籤 */
.jeg_thumb .jeg_post_category {
	display: none;
}
.jeg_heroblock_13 .jeg_post_category {
    display: none;
}
@media only screen and (max-width: 480px){
	.jeg_postblock_5 .jeg_thumb .jeg_post_category {
		display: none;
	}
}
/* 7-5 相關文章 */
.jnews_inline_related_post .jeg_block_title {
    font-size: 24px;
    font-weight: 500;
    color: #282828;
}
.jnews_inline_related_post .jeg_pl_sm .jeg_post_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
	.jnews_inline_related_post .jeg_block_title {
		font-size: 24px !important;
		font-weight: 500;
		color: #282828;
	}
}
.jnews_inline_related_post a {
	text-decoration: none;
}
/* 7-6 上下則文章 */
.jeg_prevnext_post h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.jeg_prevnext_post span {
    font-weight: 400;
    font-size: 16px;
}
.jeg_popup_content .post-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.jeg_popup_post .caption {
    font-size: 14px;
    font-weight: 400;
}
/* 7-7 標籤 */
.jeg_post_tags {
	font-size: 16px;
	font-weight: 700;
}
.jeg_post_tags a {
	font-weight: 400;
	text-decoration: none;
	border: 1px solid #e0e0e0;
	border-radius: 25px;
	text-align: center;
	color: #5a5a5a;
	background: #fff;
}
.jeg_post_tags a:hover {
	color: #fff;
}
/* 7-8 文章列表標題三行為限 */
.jeg_post_title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
}
/* 7-9 文章meta */
.entry-header .jeg_post_meta {
	font-size: 16px;
}
/* 7-10 訂閱標題 */
.jeg_block_heading_6 {
    border-bottom: 2px solid #fa7d00;
}
/* 7-11 NinjaTable */
@media only screen and (max-width: 480px){
	.footable_parent.ninja_table_wrapper{
		-webkit-text-size-adjust: none !important;
	}
}
.semantic_ui .ui.table {
	border: 1px solid rgb(34 36 38);
}
.semantic_ui .ui.table thead th {
	border-bottom: 1px solid rgb(34 36 38);
}
.entry-content .tbl-img {
 min-width:250px;
}
@media (max-width: 768px) {
.entry-content .tbl-img {
 min-width:220px;
}
}
/* table_style_1 */
.semantic_ui .ui.celled.table.table_style_1 tr td:first-child, 
.semantic_ui .ui.celled.table.table_style_1 tr th:first-child {
	border-right: 1px solid rgb(34 36 38);
}
/* 表格第一欄凍結 tbl_col_stick */
.semantic_ui .ui.celled.table.tbl_col_stick tr td:first-child, 
.semantic_ui .ui.celled.table.tbl_col_stick tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
/* 表格底部的距離 */
.footable_parent{
		margin-bottom:20px;
	}
/* 7-12 Scroll to Top */
@media only screen and (max-width: 768px) {
    .jscroll-to-top {
        bottom: 50px !important;
    }
}
.fa-clock-o:before {
	display: none;
}
.popularpost_item:first-child {
	border-bottom: 2px solid #eee;
}
.popularpost_item:first-child .jeg_post_title a:before {
	color: #fa7d00;
}
.popularpost_item .jeg_post_title a:before {
	background: #fa7d00;
	color: #FFF;
}
.wp-block-button__link {
	color: #fa7d00;
	background: #fff;
	border: 1px solid #fa7d00;
}
@media only screen and (max-width: 480px) {
	.wp-block-button__link {
		color: #fff;
		background: #fa7d00;
	}
}
.widget.widget_blog_subscription {
    margin: 0px 0px 0px 0px;
    padding: 25px 25px 25px 25px;
    background-color: #F7F7F7;
    border-style: double;
    border-color: #F7F7F7;
}
.popularpost_item:first-child .jeg_post_title {
	font-size: 20px;
	font-weight: 500 !important;
}
/* 在手機版指定位置斷行 */
@media (min-width: 768px) {
  .tablet\:hidden {
    display: none !important;
  }
}