@charset "UTF-8";
/* CSS Document */


/* 內頁 headbanner */
.page-headbanner-container {
    width: 100%;
    height: 400px;
    position: relative;
    background-color: #273565;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-pc-headbanner-container {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0;
    z-index: 8;
    align-items: center;
    justify-content: center;
}
.page-headbanner-content {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 100px 0 0 0;
    z-index: 8;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 18px 0;
}

.page-headbanner-content strong {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;  
    letter-spacing: 15px;
}

.page-headbanner-content p {
    letter-spacing: 7px;
}

.page-headbanner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}


.page-headbanner-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-headbanner-image-mb {
    display: none;
}

.pages-col-style-01 {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
    display: flex;
    gap: 0 50px;
}
.pages-col-style-01-main-container {
    width: calc(80% - 25px);
}

.pages-col-style-01-side-container {
    display: flex;
    flex-direction: column;
    width: calc(20% - 25px);
    gap: 50px 0!important;
}

.pages-list-main-content-style-01 {
    width: 100%;
}

.pages-list-main-content-style-01 ul {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-content: flex-end;
    gap: 0 50px;
    /* justify-content: space-between; */
}

.pages-list-main-content-style-01 ul li {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 70px 0;
    display: flex;
}

.pages-list-main-content-style-01 ul li > div {
    width: 100%;
    display: flex;
    position: relative;
}

.pages-list-main-content-style-01 .pagination {
    display: flex;
    text-align: center;
    margin: 20px 0;
    gap: 0 5px;
    justify-content: center;
}

.pages-list-main-content-style-01t .pagination strong,
.pages-list-main-content-style-01 .pagination a {
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 400;
}

.pages-list-main-content-style-01 .pagination strong {
    width: fit-content;
    margin: 0 5px;
    padding: 10px 15px;
    text-decoration: none;
    color: #8db664;
    background-color: #eff5e9;
    border-radius: 5px;
    transition: .4s;
}
.pages-list-main-content-style-01 .pagination a {
    margin: 0 5px;
    text-decoration: none;
    color: #969696;
    background-color: #FFF;
    border-radius: 5px;
    transition: .4s;
}

.pages-list-main-content-style-01 .pagination a:hover {
    margin: 0 5px;
    text-decoration: none;
    color: #FFF;
    background-color: #8db664;
    transition: .4s;
}

.pages-list-main-content-style-01 h2 {
    font-size: 22px;
    line-height: 38px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-weight: 400;
    color: #8db663;
    margin: -8px 0 5px 0;
    letter-spacing: 1.75px;
}

.pages-col-style-01-side-recommend-products {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.pages-col-style-01-side-recommend-products h4 {
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #abce87;
    font-weight: 300;
    color: #8db663;
}
.pages-col-style-01-side-recommend-products .recommend-products {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}
.pages-col-style-01-side-recommend-products ul li h4 {
    border-bottom: none;
    margin: 0;
    padding:0;
}
.pages-col-style-01-side-recommend-products ul li h4 a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #8DB663;
    font-weight: 300;
    text-decoration: none!important;
}
.pages-col-style-01-side-recommend-products ul li .recommend-product-category {
    font-size: 12px;
}

.pages-col-style-01-side-recommend-products ul li .recommend-product-category span {
    color: #af854c;
}
.pages-col-style-01-side-recommend-products .recommend-products li {
    list-style: none;
}

.pages-col-style-01-side-recommend-products .recommend-product-main-image {
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
}

.pages-col-style-01-side-recommend-products .recommend-product-main-image a {
    width: 100%;
    display: flex;
    aspect-ratio: 1 /1;
}

.pages-col-style-01-side-recommend-products .recommend-product-main-image a img {
    object-fit: cover;
}

.pages-col-style-01-side-recommend-products .recommend-product-main-image .recommend-product-item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #8eb66300;
    transition: .4s;
    align-items: center;
    justify-content: center;
}

.pages-col-style-01-side-recommend-products .recommend-product-item:hover .recommend-product-main-image .recommend-product-item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #8eb6636b;
    transition: .4s;
    align-items: center;
    justify-content: center;
}

.recommend-product-item .recommend-product-main-image .recommend-product-item-link > a {
    width: 30%!important;
    height: 30%!important;
    display: flex!important;
}

.recommend-product-item .recommend-product-main-image .recommend-product-item-link > a > img {
    width: 100%!important;
    height: auto;
    opacity: 0;
    transition: .4s;
}

.recommend-product-item:hover .recommend-product-main-image .recommend-product-item-link > a > img {
    opacity:1;
}

.pages-list-content-container {
    width: 65%;
    height: 100%;
    padding: 0 0 0 30px;
    position: relative;
}

.pages-list-content-category {
    font-size: 14px;
    color: #b1854c;
}

.pages-list-content-category strong {
    color: #b0854c;
    font-weight: bold;
}

.pages-list-content-preview-image  {
    width: 35%;
    position: relative;
    aspect-ratio: 4 / 3;
    display: block;
}
.pages-list-content-preview-image > a {
    display: flex;
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    background-color: #f1f1f1;
    align-items: center;
    justify-content: center;
}
.pages-list-content-preview-image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.pages-list-main-content-style-01 ul li:hover .pages-list-content-preview-image > a > img {
    transform: scale(1.2);
}

.pages-list-content-container .linkto-article {
    position: absolute;
    bottom: 0;
}

.pages-date-style-01 {
    position: absolute;
    margin: 0;
    padding: 10px 15px;
    background-color: #86b65500;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    z-index: 8;
    bottom: 0;
    display: flex;
    gap: 0 10px;
}

/*  文章列表開始  */
.filters,
.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination a {
  margin: 0 5px;
  text-decoration: none;
  color: #007BFF;
}

.pagination a.current {
  font-weight: bold;
  color: black;
}
.col4 {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
    display: flex;
    gap: 0 50px;
}
.col4-right {
    width: calc(20% - 25px);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.col4-left{
    width: calc(80% - 25px);
}

.col4-right .col4-right-recommend-products {
    width: 100%;
}

.col4-right .col4-right-recommend-products > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 30px 0;
}

.col4-right .col4-right-recommend-products > ul > li {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.col4-right .col4-right-recommend-products > h4 {
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-size: 20px;
    margin: 0 0 30px -4px;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #abce87;
    font-weight: 300;
    color: #8db663;
}

.col4-right .col4-right-recommend-products ul li h4 a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #8DB663;
    font-weight: 300;
    text-decoration: none!important;
}

.col4-right .col4-right-recommend-products ul li .recommend-product-category {
    font-size: 12px;
}

.col4-right .col4-right-recommend-products ul li .recommend-product-category span {
    color: #af854c;
}

.col4-right .col4-right-recommend-products > ul > li .recommend-product-main-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #eeeeee;
    overflow: hidden;
    margin: 0 0 15px 0;
    position: relative;
}

.col4-right .col4-right-recommend-products > ul > li .recommend-product-main-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col4-right-recommend-products .recommend-product-main-image .recommend-product-item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #8eb66300;
    transition: .4s;
    align-items: center;
    justify-content: center;
}

.col4-right-recommend-products > ul > li:hover .recommend-product-main-image .recommend-product-item-link {
    background-color: #8eb66390;
}

.article-list-category-list-container h4 {
    font-family: 'Notorgba(48, 48, 48, 0)', '微軟正黑體', sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #abce87;
    font-weight: 300;
    color: #8db663;
}


.article-list-category-container-search {
    width: 100%;
    position: relative;
}

.article-list-category-container-search input {
    width: 100%;
    font-size: 16px;
    padding: 10px 10px;
    border: solid 1px #af854c;
}

.article-list-category-container-search button {
    height: 100%;
    aspect-ratio: 1 / 1;
    padding: 0 10px;
    border: 0;
    background-color: #bd9137;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-list-category-container-search button > img {
    width: 100%;
}

.article-list-main-content {
    width: 100%;
}

.article-list-main-content ul {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-content: flex-end;
    gap: 0 50px;
    /* justify-content: space-between; */
}

.article-list-main-content ul li {
	width: calc(100% / 2 - 35px);
	list-style: none;
	padding: 0;
	margin: 0 0 70px 0;
}

.article-list-main-content ul li > div {
  flex-grow: 1;
}

.article-list-main-content .pagination {
    display: flex;
    text-align: center;
    margin: 20px 0;
    gap: 0 5px;
    justify-content: center;
}

.article-list-main-content .pagination strong,
.article-list-main-content .pagination a {
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 400;
}

.article-list-main-content .pagination strong {
    background-color: #8db663;
    color: #FFF;
}

.article-list-main-content .pagination a {
    margin: 0 5px;
    text-decoration: none;
    color: #8db663;
    background-color: #FFF;
    border-radius: 5px;
    transition: .4s;
}

.article-list-main-content .pagination a:hover {
    margin: 0 5px;
    text-decoration: none;
    color: #8db663;
    background-color: #e8dfd2;
    transition: .4s;
}

.article-list-content h2 {
    font-size: 22px;
    line-height: 38px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-weight: 400;
    color: #8db663;
    margin: 0 0 5px 0;
    letter-spacing: 1.75px;
}
.article-list-content-category {
    font-size: 12px;
    font-weight: 300;
    /* font-family: 'Noto Serif TC', '微軟正黑體', sans-serif; */
    color: #979797 !important;
    letter-spacing: 1px;
}
.article-list-content-category strong {
    
}

.article-list-content p {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.article-list-preview-image {
    aspect-ratio: 1 / 1;
    width: 100%;
    /* height: 300px; */
    /* max-height: 250px; */
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.article-list-preview-image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .4s;
    z-index: 3;
}

.article-list-main-content ul li:hover .article-list-preview-image > a > img {
    transform: scale(1.1);
}

.article-date {
	position: absolute;
	margin: 0;
	padding: 10px 15px;
	background-color: #86b65500;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	z-index: 8;
	bottom: 0;
	display: flex;
	gap: 0 10px;
}

.article-list-side-content {
    width: 30%;
}

/* .linkto-article {
    color: #8db663;
    text-decoration: none;
    border-bottom: solid 1px #8db663;
    padding: 10px 0px;
    transition: .4s;
} */

.linkto-article {
    position: absolute;
    bottom: 0;
    width: fit-content;
    background-color: #FFF;
    color: #8DB663;
    text-decoration: none;
    padding: 8px 20px 10px 20px;
    border: solid 1px #8DB663;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: .4s;
}

.linkto-article:hover {
    width: fit-content;
    background-color: #8DB663;
    color: #FFF;
    text-decoration: none;
    padding: 8px 20px 10px 20px;
    border: solid 1px #8DB663;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: .4s;
}

.linkto-product {
    width: fit-content;
    display: block;
    clear: both;
    background-color: #FFF;
    color: #8DB663;
    text-decoration: none;
    font-weight: 400;
    margin: 18px 0 0 0;
    padding: 8px 20px 10px 20px;
    border: solid 1px #8DB663;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: .4s;
}

.linkto-product:hover {
    width: fit-content;
    background-color: #8DB663;
    color: #FFF;
    text-decoration: none;
    padding: 8px 20px 10px 20px;
    border: solid 1px #8DB663;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: .4s;
}

.article-list-pagination {
    display: flex;
    margin-bottom: 70px;
    justify-content: center;
}
.articles-pre-next-navigation{
    width: 100%;
    display: flex;
    padding: 30px 0;
    margin: 30px 0 0 0;
    border-top: solid 1px #CCC;
}

.articles-pre-next-navigation > div {
    width: calc(100% / 3);
}

.articles-pre-next-navigation > div > a {
    display: flex;
    width: 100% !important;
    box-sizing: border-box;
    text-decoration: none;
    color: #8eb663;
    background-color: #ffffff;
    border-bottom: solid 1px #6f4a1700;
    padding: 15px 20px;
    transition: .6s;
}

.articles-pre-next-navigation > div > a:hover {
    padding: 15px 30px;
    color: #8eb663;
    border-bottom: solid 1px #8eb663;
}

.articles-pre-next-navigation .back-all-articles-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.articles-pre-next-navigation > .articles-pre a {
    display: flex;
    flex-direction: column;
}

.articles-pre-next-navigation > .articles-next a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.articles-pre-next-navigation > .articles-pre a span,
.articles-pre-next-navigation > .articles-next a span {
    display: block;
}


/* 文章列表結束 */

/* 側邊欄 搜尋文章 */
.side-content-search-article  {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.side-content-search-article form {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.side-content-search-article > form > button {
    width: 50px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    box-sizing: border-box;
    padding: 13px;
    background-color: #00000000;
    transition: .4s;
}

.side-content-search-article > form > button:hover {
    /* transform: scale(1.1); */
    padding: 14px;
}

.side-content-search-article > form > button img {
    width: 100%;
    height: 100%;
}

.side-content-search-article > form > input {
    width: 100%;
    border: solid 1px #abce87;
    color: #8db663!important;
    /* border-bottom: solid 3px #be9e74; */
    box-sizing: border-box;
    padding: 13px 15px;
    font-size: 16px;
    letter-spacing: 1.075px;
    /* margin-bottom: 38px; */
}

/* 側邊欄 推薦文章 */
.article-recommend h3 {
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0px 0 10px 0;
    border-bottom: solid 3px #e8e8e8;
    font-weight: 400;
    color: #7aa44e;
}

.article-detail-side-recommend ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.article-detail-side-recommend ul li {
    list-style: none;
    padding: 15px 0;
}

.article-detail-side-recommend ul li:nth-child(1) {
    list-style: none;
    padding: 30px 0 15px 0;
}

.article-detail-side-recommend ul li:nth-last-child() {
    list-style: none;
    padding: 15px 0 30px 0;
}


.article-detail-side-recommend .recommend-articles-main-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.article-detail-side-recommend .recommend-articles-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-detail-side-recommend h4 {
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 15px 0 10px 0;
    border-bottom: dotted 1px #e8e8e8;
    font-weight: 600;
    color: #af854c;
}

.article-detail-side-recommend .date-group {
    display: flex;
    font-size: 12px;
    color: #888;
}

.article-detail-side-recommend .article-recommend-list-category {
    display: none;
}

.article-detail-side-recommend p {
    margin: 0;
    padding: 0;
    color: #000;
}

.article-detail-side-recommend a {
    text-decoration: none;
    margin: 0;
    padding: 0 0 5px 0;
    color: #af854c;
    font-size: 14px;
    border-bottom: solid 1px #af854c;
    transition: .4s;
}

.article-detail-side-recommend a:hover {
    text-decoration: none;
    margin: 0;
    color: #af854c;
    padding: 0 10px 5px 10px;
}


/*側邊分類*/
.articles-category-lv2 {
      display: none;
    }

    .articles-category-lv1 {
    }

    .articles-category-lv1 img.toggle-icon {
      width: 16px;
      height: 16px;
      transition: transform 0.2s;
    }
ul.side-category {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #000;
    font-weight: 300;
}

ul.side-category a {
    width: fit-content;
    box-sizing: border-box;
    text-decoration:none;
    color: #000;
    font-weight: 300;
    transition: .4s;
}

ul.side-category a:hover {
    font-weight: 500;
    padding-left: 10px;
}

ul.side-category li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

ul.side-category > li {
    border-bottom: solid 1px #f3f0e9;
}

ul.side-category li ul {
    margin: 0 0 5px 0;
    padding: 0;
    background-color: #f8f8f8f8;
}

ul.side-category li ul li a {
    width: 100%!important;
    box-sizing: border-box;
    text-decoration: none;
    color: #555555;
    font-weight: 300;
    transition: .4s;
    margin: 0!important;
    padding: 15px 20px;
    border-bottom: dotted 1px #ffffff;
}

ul.side-category li ul li a:hover {
    font-weight: 300;
    padding-left: 25px;
    color: #000;
}

.articles-category-lv1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    padding: 15px 0;
}
.articles-category-arrow {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 2px 0 0 0;
    box-sizing: border-box;
}


/*近期文章列表結束 */   

/*文章內容開始*/


.article-list-headbanner-content-title {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
}
.article-content-main-container {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto 0;
    padding: 100px 0;
    display: flex;
}

.article-content-container {
    width: 75%;
}

.article-conten-main-image{
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.article-conten-main-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.article-conten-main-image:hover > img {
    transform: scale(1.2);
}

.article-detail-content-panel h1 {
    font-size: 36px;
    line-height: 56px;
    /* color: #273565; */
    text-align: left;
    padding: 0;
    margin: -5px 0 50px 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #628d35, #8db663);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article-detail-content-panel > .content {
    margin-top: 38px;
}

.article-detail-meta {
    width: 100%;
    margin: 10px 0 0 0;
}

.articles-detail-next {
    
}

.article-category-titme {
    display: flex;
    font-size: 14px;
    color: #333;
    margin: 20px 0 40px 0;
}

.article-content-side-container {
    width: 25%;
    padding: 0 0 0 6%;
}

.article-category-titme > div  {
    margin: 0 30px 0 0;
}

.article-category-titme > div strong {
    color: #b28c58;
    font-weight: bold;
}

.article-title{
    font-size: 36px;
    line-height: 56px;
    /* color: #273565; */
    text-align: left;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.articl-content {
    width: 100%;
}



.article-conten-main-image {
    margin-bottom: 40px;
}

.article-search-box {
    display: flex;
}

.search-article-icon {
    width: 50px;
    height: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #273565;
    border: none;
    transition: .4s;
}

.search-article-icon:hover {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ca9f62;
    border: none;
}

.search-article-icon > img {
    width: 80%;
    height: 80%;
}

.article-search-box input {
    width: calc(100% - 50px);
    padding: 15px 20px;
    border: solid 1px #797979;
    /* border-radius: 5px; */
    font-size: 16px;
}

.article-content-side-container-h3-box {
    border-bottom: solid 1px #CCC;
    width: 100%;
    margin-bottom: 30px;
}
.article-content-side-container h3 {
    padding: 0 0 10px 0;
    margin: 0;
    width: fit-content;
    border-bottom: solid 3px #273565;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#recent-post-article-container {
    width: 100%;
    margin: 35px 0 0 0;
}
#recent-post-article-container ul {
    list-style: none;
    padding: 0;
}
#recent-post-article-container li {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
}

#recent-post-article-container li h4 {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    color: #333;
    text-align: left;
}

#recent-post-article-container li > img {
    width: 100%;
    filter: grayscale(1);
    opacity: .8;
    transition: .4s;
}

#recent-post-article-container li:hover > img {
    filter: grayscale(0);
    opacity: 1;
}

.list-linkto-article {
    width: fit-content;
    color: #af854c;
    text-decoration: none;
    border-bottom: solid 1px #af854c;
    padding: 10px 0px;
    transition: .4s;
}

.list-linkto-article:hover {
    color: #273565;
    border-bottom: solid 1px #273565;
    padding: 10px 10px;
}

.side-article-list-container {
    
}

.side-article-list-container li {
    display: flex;
    flex-direction: column;
    margin: 0!important;
}

.side-article-list-container li a {
    text-decoration: none;
    padding: 10px 0;
    color: #333;
    border-bottom: dotted 1px #CCC;
    transition: .4s;
}

.side-article-list-container li:nth-child(1) a {
    margin-top: -10px;
}

.side-article-list-container li:hover a {
    text-decoration: none;
    padding: 10px 0 10px 10px;
    color: #000;
    border-bottom: dotted 1px #CCC;
    background-color: #EEEEEE;
}

.article-nav-buttons {
    padding: 38px 0;
}

.article-nav-buttons button {
    font-size: 16px;
    padding: 10px 20px;
    margin-right: 20px;
    color: #FFF;
    background-color: #ca9f62;
    border: none;
    border-radius: 5px;
    transition: .4s;
}

.article-nav-buttons button:hover {
    background-color: #273565;
}

.article-nav-buttons button:disabled {
    color: #ca9f62;
    background-color: #FFF;
    border: solid 1px #ca9f62;
    display: none;
}

.article-nav-buttons button:disabled:hover {
    color: #FFF;
    background-color: #273565;
    border: solid 1px #273565;
}

.share-area {
    width: 100%;
}

ul.share-link {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 10px 0;
}

ul.share-link li {
    list-style: none;
    margin-right: 15px;
}

ul.share-link li button {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: rgba(255,255,255,0.00);
    border: none;
    opacity: 0.5;
    transition: .4s;
}

ul.share-link li button:hover {
    transform: scale(.9);
    opacity: 1;
}

ul.share-link li button img {
    width: 100%;
    height: 100%;
}


/*近期文章列表結束 */   

/* 分類頁面樣式 */

.panel-style-faq-container {
    width: 80%;
    max-width: 1180px;
    display: flex;
    margin: 100px auto 0;
}

.panel-style-faq-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.panel-style-faq-head-content {
    text-align: center;
}

.faq-content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.panel-style-faq-category-list-container {
    width: 100%;
    max-width: 1180px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}

.faq-category-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.panel-style-faq-category-list-container ul.faq-category {
    width: fit-content;
    display: flex;
    gap: 30px;
}

.panel-style-faq-category-list-container ul.faq-category li {
    list-style: none;
}

.panel-style-faq-category-list-container ul.faq-category li a {
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #FFF;
    transition: .4s;
}

.panel-style-faq-category-list-container ul.faq-category li a:hover {
    color: #FFF;
    background-color: #8DB663;
}

ul.faq-side-category {

}

ul.faq-side-category li {
    padding: 15px 0;
}

ul.faq-content-container {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
}

ul.faq-content-container li {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: dotted 1px #CCC;
    background-color: #FFF;
    transition: .4s;
}

ul.faq-content-container li .faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.faq-content-container li .faq-q .faq-tag {
    font-size: 14px;
    color: #8f8f8f;
}

.faq-item-content {
    width: 100%;
    height: fit-content;
    position: relative;
    padding: 18px;
    background-color: #FFF;
    transition: .4s;
}

.faq-item-content:hover {
    background-color: #f5f5f5;
}

.faq-q h2 {
    width: 98%;
    text-align: left;
    font-size: 20px;
    color: #000;
}
.faq-q .icon {
    width: 2%;
    height: 100%;
    display: flex;
    align-items: center;
    
}

/* 產品頁面---推薦文章 */

.pages-recommend-3-article-container {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.pages-recommend-3-article-container h4 {
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #abce87;
    font-weight: 300;
    color: #8db663;
}


.pages-recommend-3-article-content {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
}

.pages-recommend-3-article-content section h2 {
    font-size: 16px;
    line-height: 24px;
    color: #8DB663;
    font-weight: 300;
}

.pages-recommend-3-article-content section p {
    font-size: 12px;
    line-height: 22px;
    color: #333;
    font-weight: 300;
}

.pages-recommend-3-article-content .date-group {
    font-size: 10px;
    color: #797979!important;
}

.pages-recommend-3-article-content > div {
    width: 100%;
}

.pages-recommend-3-article-content > div {
    width: 100%;
}

.pages-recommend-3-article-content > div > div {
    width: 100%;
}

.pages-recommend-3-article-content-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.pages-recommend-3-article-content-img > img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.pages-recommend-3-article-content-img-link {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pages-recommend-3-article-content-img-link a {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    z-index: 8;
    align-items: center;
    justify-content: center;
    background-color: #8eb66349;
    transition: .4s;
}

.pages-recommend-3-article-content-img-link a > img {
    width: 20%;
    opacity: 0;
    transition: .4s;
}

.pages-recommend-3-article-content:hover .pages-recommend-3-article-content-img-link a {
    background-color: #8eb663a4;
}

.pages-recommend-3-article-content:hover .pages-recommend-3-article-content-img-link a > img {
    width: 30%;
    opacity: 1;
}



/* ----------------------------------------- 手機css ----------------------------------------- */

@media screen and  (max-width: 768px) {

.page-headbanner-image-mb {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-headbanner-content {
    width: 80%;
    height: 100%;
    display: flex;
    padding: 100px 0 0 0;
    z-index: 8;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 18px 0;
}
.page-headbanner-content p {
    letter-spacing: 1px;
    text-align: center;
}

.col4 {
    width: 100%;
    max-width: 1200px;
    margin: 70px auto;
    display: flex;
    gap: 0;
    flex-direction: column;
}

.col4-right {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 10%;
}

.col4-left{
    width: 100%;
    padding: 0 10%;
}
.article-list-main-content ul {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-content: flex-end;
    gap: 70px 0;
    /* justify-content: space-between; */
}
.article-list-main-content ul li {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-list-main-content .pagination {
    display: flex;
    text-align: center;
    margin: 52px 0 70px 0;
    gap: 0 5px;
    justify-content: center;
}

.article-detail-content-panel h1 {
    font-size: 26px;
    line-height: 38px;
    text-align: left;
    padding: 0;
    margin: -5px 0 50px 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #628d35, #8db663);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.articles-pre-next-navigation > div > a {
    display: flex;
    width: 100% !important;
    box-sizing: border-box;
    text-decoration: none;
    color: #8eb663;
    background-color: #ffffff;
    border-bottom: solid 1px #6f4a1700;
    padding: 15px 20px;
    transition: .6s;
}

.pages-col-style-01 {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0;
    display: flex;
    gap: 0 30px;
    flex-direction: column;
}

.pages-col-style-01-main-container {
    width: 100%;
    padding: 0;
    margin: 0 0 60px 0;
}


.pages-list-main-content-style-01 ul {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0 10%;
    flex-wrap: wrap;
    align-content: flex-end;
    gap: 30px;
    /* justify-content: space-between; */
}
.pages-list-main-content-style-01 ul li {
    width: calc((100% / 2) - 15px);
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.pages-list-main-content-style-01 ul li .pages-list-content {
    display: flex;
    flex-direction: column;
}

.pages-col-style-01-side-container {
    width: 100%;
    padding: 0 10%;
    margin-bottom: 80px;
}

.pages-list-content-preview-image {
    width: 100%;
    position: relative;
    aspect-ratio: auto;
    display: block;
    margin: 0 0 20px 0;
}

.pages-list-main-content-style-01 h2 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-weight: 400;
    color: #8db663;
    margin: -5px 0 5px 0;
    letter-spacing: 1.75px;
}

.pages-list-content-container {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
}

.pages-list-main-content-style-01 p {
    display: none;
}

.pages-list-content-category,
.pages-list-main-content-style-01 .linkto-article {
    display: none;
}

.pages-list-content-preview-image > a {
    display: flex;
    width: 100%!important;
    height: 100%!important;
    height: auto;
    overflow: hidden;
    background-color: #f1f1f1;
    align-items: center;
    justify-content: center;
}

.pages-list-content-preview-image > a img {
    width: 100%;
    object-fit: cover;
}

.pages-col-style-01-side-recommend-products .recommend-products li {
    list-style: none;
    display: flex;
}

.pages-col-style-01-side-recommend-products .recommend-product-main-image {
    width: 35%;
    margin: 0;
}

.pages-col-style-01-side-recommend-products .recommend-product-main-content {
    padding: 0 0 0 20px;
}
.pages-col-style-01-side-recommend-products .recommend-product-main-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col4-right .col4-right-recommend-products > ul > li .recommend-product-main-image {
    width: 35%;
    aspect-ratio: 1 / 1;
    background-color: #eeeeee;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.col4-right .col4-right-recommend-products > ul > li {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.col4-right .col4-right-recommend-products > ul > li .recommend-product-main-content {
    padding: 0 0 0 20px;
}

.faq-category-container {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
}

.panel-style-faq-category-list-container ul.faq-category {
    width: 100%;
    display: inline-flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: scroll;
}


.panel-style-faq-category-list-container ul.faq-category li a {
    width: max-content;
    height: 60px;
    display: flex;
    color: #333;
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    background-color: #FFF;
    transition: .4s;
    align-items: center;
}

ul.faq-content-container li .faq-q {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.faq-q .icon {
    width: 8%;
    height: 100%;
    display: flex;
    align-items: center;
}

}