@charset "UTF-8";

/* CSS Document */

.pages-header-container {
    width: 100%;
    height: 45vh;
    position: relative;
    overflow: hidden;
}
.pages-header-container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pages-header-container p {
    font-size: 16px!important;
    line-height: 24px!important;
    width: 80%;
    max-width: 1180px;
    text-align: center;
}

.pages-header-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0 0 0;
    box-sizing: border-box;
    flex-direction: column;
}

.pages-header-content h1 {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 36px;
    line-height: 68px;
    letter-spacing: 2px;
    color: #ffffff;
}

.pages-header-content strong {
    display: block;
    font-family: "Mohave", sans-serif;
    font-size: 36px;
    line-height: 68px;
    letter-spacing: 2px;
    color: #ffffff;
}


.pages-col2-style-01 {
    width: 85%;
    max-width: 1280px;
    margin: 100px auto;
    position: relative;
}

.list-style-01-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.list-style-01-content-01 {
    width: 70%;
    position: relative;
    display: flex;
}

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

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

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

.pages-list-content-preview-image {
    width: 35%;
    position: relative;
    aspect-ratio: 4 / 3;
    display: block;
}

.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;
}

.list-style-01-content-01 .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;
}

.list-style-01-content-01 .pages-list-content-preview-image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

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

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

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


.pages-list-content .pages-list-content-category {
    font-size: 14px;
    background: rgb(0, 121, 157);
    background-image: linear-gradient(128deg, rgba(0, 121, 157, 1) 0%, rgba(0, 202, 185, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pages-list-content .linkto-article  {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    color: #0092a6;
    text-decoration: none;
    letter-spacing: 1.75px;
    border: solid 1px #0092a6;
    border-radius: 30px;
    transition: .4s;
}

.pages-list-content .linkto-article:hover  {
    color: #FFF;
    background-color: #0092a6;
    box-shadow: 4px 5px 15px 0px #48ced4;
    -webkit-box-shadow: 4px 5px 15px 0px #48ced4;
}



.list-style-01-content-02 {
    width: calc(30% - 50px);
    position: relative;
    display: flex;
    flex-direction: column;
}

.article-list-category-list-container h2 {
    display: block;
    margin-top: -5px;
    font-size: 22px;
    background: rgb(0, 121, 157);
    background-image: linear-gradient(128deg, rgba(0, 121, 157, 1) 0%, rgba(0, 202, 185, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*側邊分類*/
.articles-category-lv2 {
      display: none;
    }

.articles-category-lv1 {
}

.articles-category-lv1 img.toggle-icon {
    width: 16px;d
    height: 16px;
    transition: transform 0.2s;
}

ul.side-category {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #000;
    font-weight: 300;
}
/* 如果有下層的時候要把block跟width改為fitcontent */
ul.side-category a {
    display: block;
    width: 100%;
    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-page-style-01-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.article-page-style-01-content-01 {
    width: 70%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.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-conten-main-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
    margin-top: 30px;
}

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

.article-detail-meta {
	width: 100%;
	margin: 10px 0 0 0;
}
/* 分享社群 */
.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.6;
	transition: .4s;
}

ul.share-link li button:hover {
	opacity: 1;
	transition: .4s;
}

.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: #0092a6;
    background-color: #ffffff;
    border-bottom: solid 1px #6f4a1700;
    padding: 15px 20px;
    transition: .6s;
}

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

.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;
}

.article-page-style-01-content-02 {
    width: calc(30% - 50px);
    position: relative;
    display: flex;
    flex-direction: column;
}


/* -- Pc END -- */

@media screen and (min-width: 10px) and (max-width: 1180px) {

/* ------------------如果使用者視窗寬度 <= 1180px----------------------- */



/*1180px end */


}

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

/* ------------------如果使用者視窗寬度 <= 768px----------------------- */

.pages-col2-style-01 {
    width: 85%;
    max-width: 1180px;
    margin: 50px auto;
    position: relative;
}

.list-style-01-content-02 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.list-style-01-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.list-style-01-content-01 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.pages-list-content-preview-image {
    width: 100%;
    position: relative;
    aspect-ratio: 4 / 3;
    display: block;
}

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

.pages-list-content .linkto-article {
    position: relative;
    display: flex;
    width: fit-content;
    margin-top: 16px;
    font-size: 16px;
}


.article-page-style-01-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.article-page-style-01-content-01 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.article-page-style-01-content-01-h1 {
    width: 100%;
    /* padding: 0 10% 0 0; */
    text-align: left;
    display: block;
    font-size: 24px!important;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    margin: 0 auto 0;
}
.articles-pre-next-navigation > .back-all-articles-list {
    width: 100%;
}
.articles-pre-next-navigation > .articles-pre,
.articles-pre-next-navigation > .articles-next {
    display: none;
}

.article-page-style-01-content-02 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* -- END -- */

}	