@charset "utf-8";

/* CSS Document */

@import url("reset.css");
@import url("http://fonts.googleapis.com/earlyaccess/notosanstc.css");

/*首頁*/

button,
select {
    border: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    color: #231815;
    font-family: Arial, Noto Sans CJK TC, 微軟正黑體, Helvetica, sans-serif;
    font-size: 1.125rem;
}

.width {
    max-width: 1320px;
}

#greybg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 4;
    display: none;
}

#greybg.is-active {
    display: block;
}


/*選單*/

header .sitemap {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: -16px;
    padding-right: 2.5%;
}

header .sitemap ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 5px;
    flex-wrap: wrap;
    margin: 0 10px;
    justify-content: center;
}

header .sitemap ul li {
    display: inline-flex;
    align-items: center;
    color: #000;
    list-style: none;
}

header .sitemap ul li a {
    color: #371D00;
    transition: all 0.3s;
    font-size: 0.938rem;
}

header .sitemap ul li a:hover {
    text-decoration: underline;
}

.c-full-1-block * {
    box-sizing: border-box;
}

.sr-only {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

.sr-only:focus,
.sr-only:active {
    color: white;
    background-color: #23d0d8;
    top: auto;
    left: calc(50% - 110px);
    width: 220px;
    height: auto;
    overflow: auto;
    margin: 10px auto;
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1em;
    z-index: 999;
    position: absolute;
}

a:focus-visible {
    border: dotted red;
    outline-offset: 0px;
    position: relative;
    z-index: 3;
}

a {
    color: #231815;
    transition: all 0.4s;
}

a:hover {
    text-decoration: none;
}

a:visited {
    outline: none;
    text-decoration: none;
}

header {
    top: 0;
    z-index: 3;
    position: relative;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background: #FFF;
    transition: all 0.3s;
}

header hr {
    position: absolute;
    height: 1px;
    border: none;
    background-color: #ccc;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
}

header.small {
    min-height: 80px;
    transition: all 0.3s;
}

.width1340 {
    width: 1340px;
    position: relative;
    margin: auto;
    z-index: 1;
}

.width95per {
    width: 100%;
    position: relative;
    margin: auto;
    z-index: 1;
}

nav {
    width: 100%;
    margin-top: 23px;
}

h1 {
    display: inline-block;
    padding: 10px 2.5%;
    position: relative;
    z-index: 3;
}

h1 a.logo {
    display: inline-block;
    background: url(../img/logo.png) left center no-repeat;
    width: 422px;
    height: 91px;
    text-indent: -9999px;
    background-size: contain;
}

.portfolio-filter {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    margin-top: -61px;
}

a.accesskey.u {
    text-indent: unset;
    color: #333;
}

.submenu {
    display: flex;
    min-height: 50px;
    background-color: #f7f7f7;
    margin-top: 40px;
    justify-content: center;
}

.submenu li {
    display: flex;
    flex-flow: column;
    z-index: 1;
}

header.small .submenu li {
    min-height: 50px;
}

.submenu li a {
    color: #004132;
    font-size: 1.125rem;
    transition: all 0.3s;
    flex-grow: 1;
}

.submenu li span {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 20px;
}

.submenu li a:hover span,
.submenu li a:focus span {
    background-color: #4a7d36;
    color: #fff;
}

.submenu li:nth-child(2) span {
    color: #4a7d36;
}

header .width1340 .width1340 {
    display: block;
    justify-content: unset;
    align-items: unset;
}

.submenu li>.hasChild {
    background-color: #02699E;
    padding: 30px 0;
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    text-align: left;
    transition: all .5s;
    width: 100%;
    pointer-events: none;
    opacity: 0;
}

.submenu li:hover a span {
    color: #fff;
}

.submenu li:hover>.hasChild,
.submenu li:focus-within .hasChild {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
    background-color: #02699E;
}

.submenu li>.hasChild>.width1340 {
    display: flex;
}

.submenu li>.hasChild ul {
    display: flex;
    flex-direction: column;
}

.submenu li>.hasChild li {
    display: flex;
    flex-flow: column;
    min-height: auto;
}

.submenu li>.hasChild li a {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 8px;
    margin: 3px;
    font-weight: normal;
    color: #fff;
    border: #fff 1px solid;
}


/* banner */

.login-container {
    position: relative;
    display: flex;
    margin-bottom: -57px;
    max-width: 1078px;
    width: 90%;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

.side-banner {
    background-color: #5bb435;
    align-self: start;
    display: flex;
    width: 118px;
    height: 148px;
}

.login-section {
    background: url(../img/heroimage.jpg) center no-repeat;
    width: 100%;
    height: 350px;
}

.right_icons {
    position: fixed;
    right: 10px;
    display: grid;
    bottom: 10%;
    z-index: 999;
}

.login-form {
    align-self: center;
    display: flex;
    max-width: 100%;
    gap: 2px;
}

.input-fields {
    display: flex;
    flex-direction: column;
}

.input-field {
    background-color: #fff;
    display: flex;
    height: 21px;
}

.input-field-password {
    background-color: #fff;
    display: flex;
    margin-top: 11px;
    height: 21px;
}

.captcha-container {
    display: flex;
    gap: 5px;
}

.accountarea .captcha-input {
    background-color: #fff;
    display: flex;
    width: 72px;
    height: 21px;
    margin: auto 0;
}

.captcha-container img {
	object-fit: contain;
	object-position: center;
	width: 59px;
	margin: auto 0;
}

.refresh-button {
    border-radius: 5px;
    display: flex;
    width: 24px;
    height: 24px;
    background: #dce57f url(../img/icon1.png) center no-repeat;
}

.refresh-button:hover {
    background: #c2d114 url(../img/icon1.png) center no-repeat;
}

.refresh-button.play {
    background: #dce57f url(../img/icon2.png) center no-repeat;
}

.refresh-button.play:hover {
    background: #c2d114 url(../img/icon2.png) center no-repeat;
}

.login-button {
	z-index: 4;
	border-radius: 4px;
	background-color: #dce57f;
	align-self: center;
	margin-top: 10px;
	width: 100% !important;
	color: #003a1f;
	text-align: center;
	padding: 0 70px;
	height: 32px !important;
}

.login-button:hover {
    background-color: #b8bf68;
}

@media (max-width: 991px) {
    .login-button {
        padding: 0 20px;
    }
}

.forgot-password {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.forgot-password:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .forgot-password {
        margin-right: 10px;
    }
}

.login {
    width: 302px;
    max-width: 302px;
}

.tab {
    min-height: 230px;
}

.tab>ul {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}

.tab>ul>li {
    flex-grow: 1;
    min-height: 34.5px;
    display: grid;
    place-items: center;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: #000;
}

.tab>ul>li.login {
    color: #006258;
}

.tab>ul>li.on {
    background: #006258;
}

.tab>ul>li {
    background-color: #4c9636;
    color: #FFF;
}

.tab>ul>li>span {
    cursor: pointer;
    width: 100%;
    display: grid;
    place-content: center;
    height: 100%;
}

.accountarea {
    width: 100%;
    min-height: 205px;
    background-color: #006258;
    color: #FFF;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
}

.accountarea.on {
    display: flex;
    flex-direction: column;
    place-content: center;
    padding: 20px;
}

.accountarea>ul {
    display: grid;
    gap: 10px;
}

.login-labels>ul {
    display: grid;
    gap: 10px;
    justify-content: center;
}

.login-labels>ul>li {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.accountarea input {
    width: calc( 100% - 62px);
    padding: 6px 10px;
    font-size: 1em;
    color: #777;
    display: inline;
    border: none;
    height: 21px;
}

.loginbtn {
    display: grid;
    place-content: center;
    gap: 5px;
    width: 123px;
    height: 123px;
    border: #fff 2px solid;
    color: #FFF;
    border-radius: 15px;
    transition: all 0.3s;
}

.loginbtn:hover {
    border-radius: 15px;
    background-color: #fff;
    color: #20929E;
    transition: all 0.3s;
}

.loginbtn span {
    font-size: 0.5em;
    line-height: 0.6em;
}

.loginbtn span a:hover {
    color: #FFF;
}


/* 熱門資訊 */

.popinfobtn_border {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
}

.popinfobtn1 {
    background: url(../img/popinfobtn1.png) top center no-repeat;
    width: 259px;
    height: 82px;
}

.popinfobtn1:hover {
    background: url(../img/popinfobtn1a.png) top center no-repeat;
}

.popinfobtn2 {
    background: url(../img/popinfobtn2.png) top center no-repeat;
    width: 259px;
    height: 82px;
}

.popinfobtn2:hover {
    background: url(../img/popinfobtn2a.png) top center no-repeat;
}

.popinfobtn3 {
    background: url(../img/popinfobtn3.png) top center no-repeat;
    width: 259px;
    height: 82px;
}

.popinfobtn3:hover {
    background: url(../img/popinfobtn3a.png) top center no-repeat;
}

.popinfobtn4 {
    background: url(../img/popinfobtn4.png) top center no-repeat;
    width: 259px;
    height: 82px;
}

.popinfobtn4:hover {
    background: url(../img/popinfobtn4a.png) top center no-repeat;
}

.popinfobtn5 {
    background: url(../img/popinfobtn5.png) top center no-repeat;
    width: 259px;
    height: 82px;
}

.popinfobtn5:hover {
    background: url(../img/popinfobtn5a.png) top center no-repeat;
}

.popinfobtn6 {
    background: url(../img/popinfobtn6.png) top center no-repeat;
    width: 259px;
    height: 82px;
}

.popinfobtn6:hover {
    background: url(../img/popinfobtn6a.png) top center no-repeat;
}

.popinfobtn7 {
    background: url(../img/popinfobtn7.png) top center no-repeat;
    width: 259px;
    height: 82px;
}

.popinfobtn7:hover {
    background: url(../img/popinfobtn7a.png) top center no-repeat;
}

.popinfobtn8 {
    background: url(../img/popinfobtn8.png) top center no-repeat;
    width: 259px;
    height: 82px;
}

.popinfobtn8:hover {
    background: url(../img/popinfobtn8a.png) top center no-repeat;
}


/* 最新消息 */

.news-section {
    background-color: #f4f5ba;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    justify-content: center;
    padding: 50px 3%;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #f4f5ba;
}

.news-container {
    display: flex;
    width: 1080px;
    max-width: 100%;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin: auto;
}

.news-header {
    display: flex;
    width: 222px;
    max-width: 100%;
    flex-direction: column;
}

.news-title-wrapper {
    display: flex;
    gap: 12px;
    font-size: 40px;
    color: #006258;
    line-height: 2;
}

.news-item {
    align-self: start;
    display: flex;
    margin-top: 4px;
    gap: 12px;
    font-size: 18px;
    white-space: nowrap;
    line-height: 32px;
}

.news-category {
    color: #915c00;
    flex-grow: 1;
    border: #915c00 1px solid;
    padding: 0 5px;
}

.news-date {
    color: #006934;
    flex-basis: auto;
}

.news-content {
    color: #231815;
    font-size: 1.313rem;
    line-height: 1.45;
}

.news-actions {
    align-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    white-space: nowrap;
    line-height: 32px;
    flex-wrap: wrap;
}

.news-action-button {
    border-radius: 5px;
    background-color: #006934;
    padding: 0 13px;
    color: #fff;
    border: none;
}

.news-action-button:hover {
    background-color: #22a061;
}

.news-divider {
    margin-top: 11px;
    width: 1078px;
    max-width: 100%;
    height: 1px;
    border: 1px solid #006934;
}

.news-footer a {
	display: inline;
	color: #006258;
}

/* 實用功能 */

.features-section {
	background-color: #f7f7f7;
	display: flex;
	width: 100%;
	flex-direction: column;
	padding: 50px 3%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.features-container {
    display: flex;
    width: 1075px;
    max-width: 100%;
    flex-direction: column;
    margin: auto;
}

.features-header {
    align-self: start;
    display: flex;
    gap: 7px;
}

.features-title {
    flex-grow: 1;
    display: flex;
    align-items: baseline;
    color: #006258;
    font: 600 2.5rem/2 Inter, sans-serif;
}

.features-title::after {
    content: "";
    position: relative;
    background: url(../img/dot1.svg) top center no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    background-size: cover;
    margin-left: 5px;
}

.features-title span {
    font-size: 3.438rem
}

.features-icon {
    border-radius: 50%;
    display: flex;
    width: 35px;
    height: 35px;
    margin: auto 0;
}

.features-grid {
    margin-top: 15px;
    width: 100%;
}

.features-row {
    gap: 20px;
    display: flex;
}

.features-column-1 {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 29%;
    margin-left: 0;
}

.features-item-1 {
    border-radius: 23px;
    background-color: #fff;
    display: flex;
    flex-grow: 1;
    gap: 10px;
    width: 100%;
    padding: 17px 37px;
}

.features-icon-1 {
    object-fit: contain;
    object-position: center;
    width: 34px;
}

.features-icon-2 {
    aspect-ratio: 0.94;
    object-fit: contain;
    object-position: center;
    width: 33px;
    margin-top: 33px;
}

.features-icon-3 {
    object-fit: contain;
    object-position: center;
    width: 33px;
    margin-top: 29px;
}

.features-icon-4 {
    object-fit: contain;
    object-position: center;
    width: 28px;
    margin-top: 34px;
}

.features-icon-5 {
    object-fit: contain;
    object-position: center;
    width: 33px;
    margin-top: 27px;
}

.features-text {
    color: #595757;
    font: 400 1.6rem/64px Inter, sans-serif;
}

.features-text a {
	display : block;
}

.features-column-2 {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 71%;
    margin-left: 20px;
}

.features-item-2 {
    border-radius: 21px;
    background-color: #fff;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: #231815;
    width: 100%;
    padding: 36px 30px;
    gap: 15px;
    font: 400 1.313rem/36px Inter, sans-serif;
}

.features-subitem-1 {
    border-radius: 21px;
    background-color: #eef7f7;
    padding: 25px 41px;
    display: grid;
}

.features-subitem-title {
    font-size: 1.6rem;
    color: #005a52;
    font-weight: bold;
}


/*footer*/

.footer {
	background-color: #006258;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	padding-top: 39px;
	padding-bottom: 24px;
	font-size: 1.125rem;
}

.B {
    color: #fff;
    position: absolute;
    left: 10px;
}

.footer-container {
    width: 1142px;
    max-width: 100%;
}

.footer-row {
    gap: 20px;
    display: flex;
	justify-content:center;
}

.footer-column-1 {
    display: flex;
    flex-direction: column;
    line-height: normal;
    margin-left: 0;
}

.footer-links {
    gap: 20px;
    display: flex;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 100%;
    margin-left: 0;
}

.footer-links-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: #003a1f;
    text-align: center;
    align-items: center;
}

.footer-links-row {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    gap: 7px;
}

.footer-link {
    border-radius: 4px;
    background-color: #dce57f;
    color: #003a1f;
    min-width: 165px;
    padding: 10px;
}

.footer-logo {
    object-fit: contain;
    object-position: center;
    width: 196px;
    margin-top: 119px;
    max-width: 100%;
}

.footer-column-2 {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 31%;
    margin-left: 20px;
}

.footer-open-data {
    color: #003a1f;
    text-align: center;
}

.footer-column-3 {
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.footer-contact {
    color: #fff;
}

.footer-divider {
    margin-top: 23px;
    height: 1px;
    opacity: 1;
    background-color: #fff;
    width: 100%;
}

.footer-copyright {
    color: #fff;
    margin: 0;
	text-align: center;
}

.page2_contain {
	padding-bottom: 30px!important;
}

.page2_contain img{
	vertical-align: top;
}