 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&family=Plus+Jakarta+Sans:wght@300&display=swap');
.container {
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
html {
    font-size: 100%;
}
/*全選底色*/ ::selection {
    background: #FFF;
    color: #0e6b3f;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
    font-weight: 400;
    font-style: normal;
    font-family: 'Plus Jakarta Sans', 'Noto Sans TC', '微軟正黑體', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    overflow-x: hidden;
    min-width: 320px;
    background: #0e6b3f;
}
main {
    width: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
main {
    width: 100%;
/*height: 100vh;*/   }
}
.slogan {
    background: #0e6b3f;
    height: auto;
    color: #FFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 270px;
    z-index: 1;
    padding: 2rem 0;
}
.logo {
    max-width: 100px;
}
.logo-r {
    background: #0e6b3f;
    background: #0e6b3f;
    justify-content: space-around;
    align-items: center;
}
.c-77A223{
    color: #77A223;
    font-size: .8rem;
    letter-spacing: 2px;
    margin-left: 5px;
}
.logo-r img {
    max-width: 140px;
}
.slogan h1 {
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.5;
}
.slogan p {
    font-size: 1em;
    text-align: justify;
    padding: .5rem;
}

@media (min-width: 992px) {
.logo {
    max-width: 250px;
}
.slogan {
    height: 100vh;
}
.slogan h1 {
    font-size: 1.5em;
    margin-top: 20px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.logo {
    max-width: 120px;
}
.slogan h1 {
    font-size: 1.2em;
}
.slogan p {
    font-size: .9em;
    text-align: justify;
    padding: .5rem;
}
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
.logo {
    max-width: 250px;
}
.slogan h1 {
    font-size: 1.2em;
}
}

@media (min-width: 1600px) {
.logo {
    max-width: 250px;
}
.slogan h1 {
    font-size: 1.5em;
}
}
.slogan a {
    color: #FFF;
    text-decoration: underline;
}
/* -------------社群選單------------- */
.social {
    display: flex;
    margin-top: 5px;
}
.social .fb {
    background-image: url(../images/f-link.png);
    background-position: top center;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    background-size: cover;
    transition: all .3s;
}
.social .fb:hover {
    background-image: url(../images/f-link.png);
    background-position: bottom center;
    background-size: cover;
}
.social .line {
    background-image: url(../images/l-link.png);
    background-position: top center;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    background-size: cover;
    transition: all .3s;
}
.social .line:hover {
    background-image: url(../images/l-link.png);
    background-position: bottom center;
    background-size: cover;
}
.social .map {
    background-image: url(../images/m-link.png);
    background-position: top center;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    background-size: cover;
    transition: all .3s;
}
.social .map:hover {
    background-image: url(../images/m-link.png);
    background-position: bottom center;
    background-size: cover;
}
.right-con {
    background: #FFF;
    z-index: 0;
}

@media (min-width: 992px) {
.pc-position-fixed {
    position: fixed;
}
.social .fb {
    width: 32px;
    height: 32px;
}
.social .line {
    width: 32px;
    height: 32px;
}
.social .map {
    width: 32px;
    height: 32px;
}
}
.logo img {
    width: 150px;
    z-index: 1;
}
.right-box {
    margin: 1rem 0;
}


.dm .bs-999 {
    margin: 1rem 0;
    border: solid 1px #999;
}
.dm img {
       transition: all 0.5s ease-in-out;
}
.dm a img:hover {
    margin: 1rem 0;
    border: solid 1px #0e6b3f;
    filter: brightness(1.2)
}
.dm h3{
    font-size: 1.25rem;
    color: #0e6b3f;
}
.dm h5{
    font-size: .9rem;
    margin-bottom: 2rem;
}
.dm-tiitle {
    border-top: solid 0px #77A223;
    border-bottom: solid 2px #77A223;
    padding: 5px 0;
    margin-bottom: 5px;
    margin-top: 20px;
}
.dm-tiitle h3 {
    margin-bottom: 0;
    color: #77A223;
    font-weight: bold;
    position: relative;
    font-size: 1.3rem;
}
.dm-tiitle p {
    margin-bottom: 0;
    color: #666;
 font-size: 1.;
}
.copyright {
    width: 100%;
    color: #333;
}
p.copyright {
    font-size: .875em;
    margin: 10px;
}

@media (min-width: 992px) {
    .dm h3{
    font-size: 1.5rem;
}
.dm-tiitle {
    border-top: solid 2px #77A223;
    border-bottom: solid 2px #77A223;
    padding: 5px 0;
    margin-bottom: 5px;
    margin-top: 30px;
}
.dm-tiitle {
    margin-bottom: 20px;
    margin-top: 50px;
}
.dm-tiitle h3 {
    font-size: 1.8rem;
    letter-spacing: 2px;
}
.dm-tiitle p {
    font-size: 1.1rem;
    letter-spacing: 2px;
}
p.copyright {
    font-size: .875em;
    margin: 10px;
}
}
/*回到最上*/
.to-top a.to-top {
    width: 30px;
    height: 30px;
    background: #FFF;
    color: #0e6b3f;
    border: solid 1px #0e6b3f;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
    transition: all 0.9s ease 0s;
    border-radius: 0%;
    font-size: 25px;
    z-index: 9999;
}
.to-top a.to-top:hover {
    background: #77A223;
    border: solid 1px #77A223;
    color: #FFF;
    text-decoration: none;
    border-radius: 50%;
}

@media (min-width: 992px) {
.to-top a.to-top {
    width: 50px;
    height: 50px;
}
}
/*載入*/
#preloader {
    /*   這是整個會蓋住畫面的底色色塊  */
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: #0e6b3f;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes loadimg-o {
 0% {
opacity: 1;
transform: translate(0 0)
}
 49.99% {
opacity: 1;
transform: translate(50px, 0)
}
 50% {
opacity: 0;
transform: translate(50px, 0)
}
 100% {
opacity: 0;
transform: translate(0, 0)
}
}
@keyframes loadimg {
 0% {
transform: translate(0, 0)
}
 50% {
transform: translate(50px, 0)
}
 100% {
transform: translate(0, 0)
}
}
.loadimg div {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 75px;
    left: 50px;
}
.loadimg div:nth-child(1) {
    background: #77A223;
    animation: loadimg 1s linear infinite;
    animation-delay: -0.5s;
}
.loadimg div:nth-child(2) {
    background: #FFF;
    animation: loadimg 1s linear infinite;
    animation-delay: 0s;
}
.loadimg div:nth-child(3) {
    background: #77A223;
    animation: loadimg-o 1s linear infinite;
    animation-delay: -0.5s;
}
.loading-spinner {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
}
.loadimg {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.loadimg div {
    box-sizing: content-box;
}
/* generated by https://loading.io/ */
