@charset "UTF-8";
/*-----------------------------------------------------------------------------------
	網站名稱: 行政院農業委員會
	網站 URI: http://www.coa.gov.tw
	Description: 文章所見即所得
	Author: Imita
	Author URI: http://www.imita.com.tw
-----------------------------------------------------------------------------------*/
/* 自定表格 */
.WYSIWYG_table_01 {
	width:100%;
	border:#360 4px double;
	border-collapse: collapse; 
}
.WYSIWYG_table_01 th {
	border:#CCC 1px solid;
	background:#360;
	color:#FFF;
	font-size: 1em;
}
.WYSIWYG_table_01 td {
	border:#CCC 1px solid;
	color:#333;
	font-size: 0.813em;
	padding:3px;
	margin:0px;
}
.WYSIWYG_table_01 tr {
	background-color:#FFFFFF;
}
.WYSIWYG_table_01 tr:hover {
	background-color:#FAEDFE;
}



.WYSIWYG_table_02 {
	width:100%;
	border-collapse: collapse; 
}
.WYSIWYG_table_02 th {
	border-bottom:#CCC 2px solid;
	color:#000;
	font-size: 1em;
}
.WYSIWYG_table_02 td {
	border-bottom:#CCC 1px solid;
	color:#333;
	font-size: 0.813em;
	padding:3px;
	margin:0px;
}
.WYSIWYG_table_02 tr {
	background-color:#FFFFFF;
}
.WYSIWYG_table_02 tr:hover {
	background-color:#FAEDFE;
}

/*一張圖置中*/
	.WYSIWYG_img_center {
		margin-left: auto; margin-right: auto; display: block;
	}

/*兩張圖*/
	.WYSIWYG_2images {
		width: 49%;
	}

/*綠標1.25*/
.text_green_125 {
	font-size: 1.25rem;
	color:#69a37b;
	font-weight:bold;
}

/*綠標1.5*/
.text_green_150 {
	font-size: 1.5rem;
	color:#69a37b;
	font-weight:bold;
}


	/*================================●●●●●●●●●●●●平板●●●●●●●●●●●●================================*/
	@media screen and (min-width:768px) and (max-width:1023px){
		.WYSIWYG_2images {
			width: 48%;
		}
	}

	/*================================●●●●●●●●●●●●手機●●●●●●●●●●●●================================*/
	@media screen and (max-width:767px){
		.WYSIWYG_2images {
			width: 100%;
		}
	}

/* 各種檔案icon */

.file_icon {
	width:40px;
	height:20px;
	color:#FFF !important;
	font-size:0.750em;
	font-weight:bolder;
	text-decoration:none;
	text-shadow:1px 1px 0 #000;
	line-height:20px;
	text-align:center;
	text-transform:uppercase;
	font-family:"Trebuchet MS","Century Gothic","微軟正黑體";
	display:inline-block;
	margin-left:3px;
	cursor:pointer;
	padding:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background: #b4ddb4;
	background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
	background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
	background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 );
}
.file_icon:hover {
	text-decoration:none;
	background: #b4ddb4;
	background: -moz-linear-gradient(top, #b4ddb4 0%, #61ce64 33%, #00b500 62%, #006806 100%);
	background: -webkit-linear-gradient(top, #b4ddb4 0%,#61ce64 33%,#00b500 62%,#006806 100%);
	background: linear-gradient(to bottom, #b4ddb4 0%,#61ce64 33%,#00b500 62%,#006806 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#006806',GradientType=0 );
}



/*以下是食農的*/
/**/
.new_imggrids{ display:flex; justify-content:space-between; flex-wrap:wrap; margin-left:-20px; }
.new_imggrids .grids{ width:33.3334%; padding:0 0 0 20px; margin:20px 0 0 0; }
.new_imggrids .grids .gs{ width: 100%; background: #fff; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; overflow: hidden; box-shadow: 0px 3px 5px rgba(0,0,0,0.1); }
.new_imggrids .grids .gs .imgs{ width:100%; padding-bottom:56%; background-position:center; background-repeat:no-repeat; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; }
.new_imggrids .grids .gs .tts{ font-size:1.125rem; color:#69a37b; font-weight:bold; text-align:center; padding:15px 5px; }

.newimg_cont{ width:100%; padding-top:25px; position:relative; }
.newimg_cont .imgs{ width:100%; padding-bottom:56%; background-position:center; background-repeat:no-repeat; background-size:cover; -webkit-background-size:cover; }

/*================================●●●●●●●●●●●●手機●●●●●●●●●●●●================================*/
@media screen and (max-width:767px){
/**/
.new_imggrids .grids{ width:50%; }	
}




/* 20200921 舒雅新增 start */
.text_around1-1 {
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .text_around1-1 {
        text-align: center;
    }
    .text_around1-1 p {
        text-align: left;
    }
}

.text_around1-1>img {
    width: 100%;
    max-width: 455px;
}

@media only screen and (min-width: 768px) {
    .text_around1-1>img {
        float: left;
    }
}

.text_around1-1 p {
    vertical-align: top;
    padding: 0 15px 0 20px;
    line-height: 1.6;
    font-size: 1.25rem;
}

.text_around1-2 h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #69a37b;
    font-weight: bold;
}

.text_around1-2 img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (min-width: 768px) {
    .text_around1-2 img {
        max-width: calc( 100% - 448px);
    }
}

.text_around1-2 dl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 20px;
    line-height: 1.6;
    font-size: 1.25rem;
}

@media only screen and (min-width: 768px) {
    .text_around1-2 dl {
        display: inline-block;
        width: 100%;
        max-width: 444px;
        margin-top: 0;
    }
}

.text_around1-2 dl dt {
    font-size: 1.5rem;
    color: #69a37b;
    font-weight: bold;
    display: block;
}

.text_around1-2 dl dd {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
}

.text_around2 {
    margin: 0 0 20px 0;
}

.text_around2 figure {
    padding: 10px 0;
    margin: 0;
    display: inline-block;
    font-size: 1.25rem;
    width: 100%;
}

.text_around2 figure img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    float: left;
    vertical-align: middle;
}

.text_around2 figure img,
.text_around2 figure figcaption,
.text_around2 figure p {
    margin: 0 10px;
}

.text_around2 figure figcaption {
    font-weight: bolder;
}

.img-abreastX {
    counter-reset: list-number;
    margin: 0;
    padding: 0;
}

.img-abreastX li {
    position: relative;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    counter-increment: list-number;
}

.img-abreastX li::before,
.img-abreastX li::after {
    content: '';
    display: block;
    position: absolute;
    background: #90b66c;
}

.img-abreastX li:not(:last-of-type)::before {
    bottom: 0;
    left: 59px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.img-abreastX li:not(:last-of-type)::after {
    bottom: 10px;
    left: 64px;
    top: 10px;
    width: 5px;
}

.img-abreastX li>img {
    background-color: #eee;
    overflow: hidden;
    border-radius: 50%;
    min-width: 132px;
    min-height: 132px;
    max-width: 132px;
    max-height: 132px;
    width: 132px;
    height: 132px;
    position: relative;
    z-index: 1;
    margin-right: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.img-abreastX li>figure {
    margin: 20px 0;
    text-align: justify;
}

.img-abreastX li>figure::after {
    content: '';
    display: block;
    width: 100%;
    display: inline-table;
}

.img-abreastX li>figure figcaption {
    font-size: 1.5rem;
    color: #90b66c;
    font-weight: bold;
    margin-bottom: 5px;
}

.img-abreastX li>figure figcaption::before {
    content: counter(list-number) ". ";
}

.img-abreastX li>figure p {
    line-height: 1.6;
    font-size: 1.25rem;
}

.img-abreastX li>figure div {
    display: inline-table;
    width: calc(50% - 10px);
    padding-bottom: 20px;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .img-abreastX li>figure div {
        width: calc(100% - 20px);
    }
}

.img-abreastX li>figure div>img {
    width: 100%;
    border-radius: 10px;
}

.img-abreastX li>figure div mark {
    font-size: 1rem;
    line-height: 1.6;
    color: #d19326;
    background-color: transparent;
}

.img-abreastX li>figure div mark::before {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent #d19326 transparent;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.tableBox {
    border: 1px solid;
    border-bottom-width: 3px;
    border-radius: 10px;
    overflow: hidden;
    color: #69a37b;
}

.tableBox dt {
    background: #69a37b;
    padding: 15px 20px 10px 20px;
    font-size: 1.75rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.tableBox dd {
    margin: 20px 0;
    padding: 0 15px;
    vertical-align: text-top;
}

@media only screen and (min-width: 768px) {
    .tableBox dd {
        display: inline-table;
        width: calc( 100% / 3 - 3px);
    }
}

.tableBox dd img {
    width: 100%;
    border-radius: 10px;
}

.tableBox dd h3 {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
}

.tableBox dd p {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #333;
    margin: 0;
    margin-left: 1.5rem;
    display: list-item;
}

.icon-book::before,
.icon-apostrophe-ch::before,
.icon-video::before,
.icon-link::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-book::before {
    vertical-align: middle;
    background-image: url(http://tfa.julyinfo.com/faecoa/images/newimg/notebook.svg);
}

.icon-apostrophe-ch::before {
    width: 14px;
    height: 15px;
    border: 2px solid #ccc;
    border-top: none;
    border-right: none;
    margin-bottom: 3px;
}

.icon-video::before {
    vertical-align: bottom;
    background-image: url(http://tfa.julyinfo.com/faecoa/images/newimg/video-camera.svg);
}

.icon-hr {
    height: 0;
    width: 100%;
    border-top: 1px dashed #aaa;
    display: inline-block;
}

.icon-link::before {
    vertical-align: bottom;
    background-image: url(http://tfa.julyinfo.com/faecoa/images/newimg/icon_08.png);
}

.phase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .phase {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.phase img {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
}

@media only screen and (min-width: 768px) {
    .phase img {
        width: calc(100% / 3);
        max-width: 50%;
    }
}
/* 20200921 舒雅新增 end */




/* ===== Monthly important-measures matrix table (A1 glossy dot) - added 2026-05-26 ===== */
/* Usage in WYSIWYG content: <div class="measure-wrap"><table class="measure-table">...</table></div> */
/* Year cell: <th scope="row">. Month with data: <a class="m-dot" href="...">&nbsp;</a>. Empty month: <span class="m-empty">. */
/* Note: the &nbsp; inside .m-dot keeps CKEditor from stripping the empty anchor; font-size:0 hides it. */
.measure-wrap{max-width:100%;overflow-x:auto;margin:1rem 0;}
.measure-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.95rem;
  border:1px solid #e3e6e3;border-radius:10px;overflow:hidden;min-width:560px;}
.measure-table th,.measure-table td{padding:10px 6px;text-align:center;border-bottom:1px solid #eef0ee;}
.measure-table thead th{background:#065b4c;color:#fff;font-weight:500;border-bottom:none;}
.measure-table tbody th[scope=row]{background:#f6f8f6;font-weight:600;color:#065b4c;}
.measure-table tbody th[scope=row] a{color:#065b4c;text-decoration:none;}
.measure-table tbody th[scope=row] a:hover{text-decoration:underline;}
.measure-table tbody tr:last-child th,.measure-table tbody tr:last-child td{border-bottom:none;}
.measure-table tbody tr:hover td,.measure-table tbody tr:hover th[scope=row]{background:#eef6f1;}
.measure-table .m-empty{color:#cfd4cf;}
.measure-table a.m-dot{display:inline-block;width:18px;height:18px;border-radius:50%;
  font-size:0;line-height:0;vertical-align:middle;transition:transform .12s, filter .12s;
  background:radial-gradient(circle at 33% 28%, #f3ffbe 0%, #c6ef5a 22%, #7fc62f 50%, #3f9a2c 78%, #2b7d28 100%);
  box-shadow: inset 0 -2px 3px rgba(0,70,20,.45), inset 1px 1px 2px rgba(255,255,255,.55), 0 1px 2px rgba(0,0,0,.28);}
.measure-table a.m-dot:hover{transform:scale(1.3);filter:brightness(1.07) saturate(1.05);}
/* Bootstrap visually-hidden 等效定義：讓 CKEditor 編輯區（未載入 Bootstrap）也能隱藏無障礙 caption，與前台呈現一致 */
.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;
  padding:0 !important;margin:-1px !important;overflow:hidden !important;
  clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important;}
