@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Catamaran:200&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-family: system-ui, -apple-system, "微軟正黑體", "Microsoft JhengHei", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0 auto;
  background: #F4F1EA;
  color: #656F5E;
}

b, strong,
.b, .strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  color: inherit;
  background: transparent;
  margin: 0;
}

button,
input:where([type=button], [type=reset], [type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

:disabled {
  cursor: default;
}

[hidden] {
  display: none !important;
}

button,
[role=button] {
  cursor: pointer;
  border: 0;
}
button:focus,
[role=button]:focus {
  outline: 0;
}

hr {
  height: 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #F1F1F1;
  margin: 1.25em 0;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  color: #8FC160;
  text-decoration: none;
  transition: color 0.35s, background 0.3s;
}
a:hover {
  color: #25705B;
}

h1, h2, h3, h4, h5, h6, figure, blockquote, pre {
  margin-top: 0;
}

p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

h6, h5, h4, h3, h2, h1 {
  color: #25705B;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.63em;
}

h2 {
  font-size: 2.06em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.56em;
}

h5 {
  font-size: 1.31em;
}

h6 {
  font-size: 1.06em;
}

strong {
  font-size: 1.06em;
  color: #8FC160;
}

mark {
  background-color: #f5ebd3;
  padding: 0.2em;
}

p {
  margin-bottom: 0;
}
p + p {
  margin-top: 1rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

textarea {
  resize: vertical;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  font-size: 1.5em;
  line-height: inherit;
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}

input, select, textarea {
  color: #858585;
  font-size: 0.94rem;
  line-height: 1.5;
  background: none;
  border: 1px solid #DEDEDE;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 0 6px;
}
input:focus, select:focus, textarea:focus {
  border-color: #b6d697;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(182, 214, 151, 0.3);
  outline: 0;
  position: relative;
  z-index: 1;
}
input:focus:invalid, select:focus:invalid, textarea:focus:invalid {
  border-color: #FF3B0A;
  box-shadow: 0 0 0 3px rgba(255, 59, 10, 0.45);
}

input::placeholder, select::placeholder, textarea::placeholder, input:disabled, select:disabled, textarea:disabled, input[readonly], select[readonly], textarea[readonly] {
  opacity: 1;
}
input:disabled, select:disabled, textarea:disabled, input[readonly], select[readonly], textarea[readonly] {
  background-color: #F3F0E9;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #b8b8b8;
}

.form-element {
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  width: 100%;
}
.form-inline .form-element, .form-element.inline {
  display: inline;
  width: auto;
}

input, select, textarea {
  border-radius: 0;
}

select {
  height: 38px;
  padding-block: 0;
}
select[size], select[multiple] {
  height: auto;
}

select.form-element::-ms-expand {
  background-color: transparent;
  border: 0;
}

textarea.form-element {
  height: auto;
}

.form-element-label {
  margin-block: 0.44em;
}

.text-hide {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}

.clear {
  clear: both;
}

.news-list::after, section::after, #main::after, #footer::after, #header::after, .container::after, .clearfix::after {
  display: table;
  content: "";
  clear: both;
}

.float-l, .pull-left {
  float: left;
}

.float-r, .pull-right {
  float: right;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.img-center {
  display: block;
  margin: auto;
  max-width: 100%;
}

.news-list, .center {
  margin-left: auto;
  margin-right: auto;
}

.circle {
  border-radius: 50%;
}

.hidden {
  display: none;
}

.disabled {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.full {
  width: 100%;
}

.max-full {
  max-width: 100%;
}

.w-auto {
  width: auto;
}

.half {
  width: 49.5%;
}

.font-tiny {
  --font-size: 0.75rem;
  font-size: var(--font-size);
}

.font-sm {
  --font-size: 0.88rem;
  font-size: var(--font-size);
}

.font-md {
  --font-size: 0.94rem;
  font-size: var(--font-size);
}

.font-lg {
  --font-size: 1.25rem;
  font-size: var(--font-size);
}

.font-xl {
  --font-size: 1.56rem;
  font-size: var(--font-size);
}

.font-xxl {
  --font-size: 2.25rem;
  font-size: var(--font-size);
}

.font-xxxl {
  --font-size: 3rem;
  font-size: var(--font-size);
}

.font-jumbo {
  --font-size: 4.06rem;
  font-size: var(--font-size);
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.font-sp {
  font-family: "Catamaran", sans-serif;
}

.infographic-item figcaption, .bg-white {
  background: #fff;
}

.infographic-item:hover figcaption, .ad-banner:hover, .ad-banner {
  color: #fff;
}

.text-white {
  color: #fff !important;
}

.text-left, .logo {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-middle {
  vertical-align: middle;
}

.news-list, .list-inline, .list-unstyled {
  list-style: none;
}

.list-inline > li {
  display: inline-block;
}
.list-inline > li:not(:last-child) {
  margin-right: 5px;
}

.border-0 {
  border-width: 0;
}

.m-0 {
  margin: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-2 {
  margin: 2px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.m-4 {
  margin: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.m-8 {
  margin: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-12 {
  margin: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.m-16 {
  margin: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-24 {
  margin: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-32 {
  margin: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.m-48 {
  margin: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.p-0 {
  padding: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-2 {
  padding: 2px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.p-4 {
  padding: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.px-4, .ad-banner {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.p-8, .infographic-item figcaption {
  padding: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-12 {
  padding: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.p-16 {
  padding: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.p-24 {
  padding: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-24, .infographic {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-32 {
  padding: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.p-48 {
  padding: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.pb-48, #header {
  padding-bottom: 48px !important;
}

.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

html, body {
  text-align: center;
  height: 100%;
}

#header, .container {
  max-width: 1400px;
  min-width: 1008px;
  margin-inline: auto;
}
@media (max-width: 91.5em) {
  #header, .container {
    padding-inline: 32px;
  }
}

#wrapper {
  background: url(../images/index/bg.jpg) no-repeat 86% 60px;
  border-top: 4px solid #8FC160;
  min-height: 100%;
  min-width: 1008px;
  margin-bottom: -280px;
  padding-bottom: 280px;
}

#header {
  min-height: 660px;
  position: relative;
  z-index: 1;
}
@media (max-width: 74.99em) {
  .logo-boe, .slogan, .logo, #header {
    left: 32px;
  }
}

#header::before {
  background: url(../images/index/headerBg.png) no-repeat 0 0;
  width: 920px;
  height: 425px;
  z-index: -1;
  position: absolute;
  left: -30px;
  bottom: -30px;
}
.title-underline2::after, #header::before {
  display: block;
  content: "";
}

.logo {
  z-index: 10;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  top: 171px;
}

.logo_title {
  color: #25705B;
  font-size: 1.14em;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 8px;
}

.logo_subtitle {
  color: #69993c;
  font-size: 0.36em;
  letter-spacing: 7px;
  text-align: right;
}

.slogan {
  color: #98C524;
  font-size: 2.56em;
  letter-spacing: 2px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 97px;
}

.logo-boe {
  background: url(../images/logo-boe.gif) 0 center no-repeat;
  color: #50742d;
  letter-spacing: 2px;
  padding: 8px 0 8px 45px;
}
#header .logo-boe {
  position: absolute;
  left: 0;
  top: 10px;
}
.copyright .logo-boe {
  font-size: 1.42em;
}

#footer {
  text-align: left;
  background: #F4F1EA url(../images/index/footerBg.gif) no-repeat 27.5% bottom;
  min-height: 280px;
  padding: 40px 16px;
  z-index: 5;
}
#footer .title-underline2 {
  border-color: #e8e3d5;
  font-size: 1.81em;
  letter-spacing: 3px;
}

.copyright {
  color: #5c8734;
  font-size: 0.75em;
  margin-top: 2.2rem;
}
.copyright cite {
  display: block;
  letter-spacing: 1px;
  font-style: normal;
  margin-bottom: 0.5rem;
}
.copyright small {
  font-size: 1.08em;
  color: #B5C3A7;
  display: block;
  margin-left: 45px;
  margin-bottom: 5px;
}

.foot-contact dt {
  color: #75ab43;
  font-size: 1.31em;
  letter-spacing: 1px;
  margin-right: 20.8px;
}
.foot-contact p {
  margin-bottom: 8px;
}
.foot-contact strong {
  color: #25705B;
  font-size: 1.56em;
  font-weight: normal;
  margin-right: 15px;
}
.foot-contact strong::before {
  margin-right: 8px;
  color: #aecf4d;
  font-size: 110%;
  vertical-align: middle;
}
.foot-contact span {
  display: inline-block;
  margin-right: 15px;
  font-size: 0.94em;
  line-height: 2;
}

.goTop {
  z-index: 99;
  opacity: 0;
  padding: 5px 10px;
  position: fixed;
  right: 2%;
  bottom: 2%;
  transition: color 1s, opacity 0.5s;
  background: rgba(143, 193, 96, 0.8);
  border-radius: 25px;
  font-size: 23px;
}
.goTop, .goTop:hover {
  color: #fff;
}
.goTop:hover {
  background: #8FC160;
}
.goTop small, .goTop i {
  display: block;
}
.goTop small {
  margin-top: -12px;
}
.goTop i {
  margin-top: -5px;
}

.fadeIn {
  animation: fadeIn 1s 1 forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeOut {
  animation: fadeOut 1s 1 forwards;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

button.btn {
  border: none;
}

.btn {
  color: #fff;
  font-size: var(--font-size, 1.13em);
  letter-spacing: 1px;
  background: #8FC160;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 40px;
  transition: background 0.35s, color 0.5s;
}
.btn:focus {
  outline: 1px solid;
  outline: 1px solid #3ebd99;
  outline-offset: 0;
}
.btn:hover, .btn:focus {
  color: #fff;
  background: #25705B;
}
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  background-color: #F3F0E9;
}

.text-primary {
  color: #82ba4e;
}

.bg-primary {
  background: #8FC160;
}

.text-secondary {
  color: #1f5d4b;
}

.bg-secondary, .infographic-item:hover figcaption, .ad-banner:hover {
  background: #25705B;
}

.text-muted {
  color: #eae5d9;
}

.bg-muted {
  background: #F3F0E9;
}

.text-success {
  color: #87af20;
}

.bg-success {
  background: #98C524;
}

.text-info {
  color: #008c81;
}

.bg-info {
  background: #00A599;
}

.text-warning {
  color: #d3a942;
}

.bg-warning {
  background: #D8B257;
}

.text-danger {
  color: #f03000;
}

.bg-danger {
  background: #FF3B0A;
}

.m-0 {
  margin: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-2 {
  margin: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-4 {
  margin: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-8 {
  margin: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-12 {
  margin: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.m-16 {
  margin: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.m-24 {
  margin: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.m-32 {
  margin: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.m-48 {
  margin: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.p-0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-2 {
  padding: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.px-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.p-4 {
  padding: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.px-4, .ad-banner {
  padding-left: 4px;
  padding-right: 4px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.p-8, .infographic-item figcaption {
  padding: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-12 {
  padding: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-16 {
  padding: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-24 {
  padding: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-24, .infographic {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-32 {
  padding: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-48 {
  padding: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48, #header {
  padding-bottom: 48px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.title {
  font-size: 2.31em;
  margin-bottom: 2rem;
}
.title span {
  border-bottom: 1px solid #B4D0DE;
  padding-bottom: 5px;
}

.title-underline2, .title-underline {
  border-bottom: 1px solid #DDDAD3;
  padding-bottom: 0.67rem;
}

.title-underline2 {
  position: relative;
}
.title-underline2::after {
  background: #8FC160;
  height: 1px;
  width: 6%;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.input-group {
  display: flex;
}
.input-group ~ .input-group {
  margin-top: 0.8rem;
}
.input-group .form-element {
  flex: 1 1 auto;
  height: auto;
}
.input-group-btn:focus, .input-group-addon:focus, .input-group .form-element:focus {
  z-index: 1;
}
.input-group-btn:not(:first-child), .input-group-addon:not(:first-child), .input-group .form-element:not(:first-child) {
  margin-left: -1px;
}

.input-group-addon {
  background: #ebebeb;
  border: 1px solid #DEDEDE;
  margin-bottom: 0;
  color: #858585;
}
.input-group-btn, .input-group-addon {
  align-content: center;
  padding-inline: 8px;
  line-height: 1.5;
  white-space: nowrap;
}

.input-group-btn {
  background-color: #bd2600;
  transition: 0.2s;
  color: #fff;
}
.input-group-btn:hover {
  background-color: #FF3B0A;
  color: #fff;
}

.mfp-content {
  top: -20%;
}

.modal-header {
  padding: 8px;
  color: #fff;
  font-size: 20px;
  background: #25705B;
}

.modal-content {
  margin: auto;
  padding: 16px;
  background-color: #fff;
  position: relative;
  width: 80%;
  max-width: 900px;
  animation: slide-down 0.4s;
}
@-webkit-keyframes slide-down {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes slide-down {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.btn-close {
  top: 16px !important;
  right: 24px !important;
  width: auto !important;
  height: auto !important;
  font-size: 1.94em !important;
  font-family: system-ui, -apple-system, "微軟正黑體", "Microsoft JhengHei", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif !important;
  line-height: 31px !important;
  background: none;
  border: none;
  color: white !important;
  opacity: 1 !important;
  transition: color 0.5s;
}
.btn-close:hover, .btn-close:focus {
  outline: none;
  color: #c3dea9 !important;
  cursor: pointer;
}

#main {
  min-width: 1008px;
  position: relative;
}

section h1 {
  letter-spacing: 2px;
}

.fitting {
  color: #888;
  letter-spacing: 0.05rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 12px;
  position: absolute;
  top: 373px;
  left: 0;
}

.login, .forget-pwd {
  background: #fff;
  border-top: 4px solid #8FC160;
  border-radius: 3px;
  box-shadow: 2px 2px 8px #BCB9B4;
  padding: 42px;
  padding-top: 25px;
}
.login h4, .forget-pwd h4 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #69993c;
}

.login {
  margin-top: 10.94em;
}

.forget {
  height: auto;
}

.forget-pwd {
  max-width: 60%;
  margin: 4em auto 0;
}

.news, .notice {
  padding-top: 4rem;
}

.news {
  background: url(../images/index/newsBg.gif) center 0 no-repeat;
  position: relative;
  z-index: 2;
}
@media (min-width: 120em) {
  .news {
    background-size: cover;
  }
}
.news h1 {
  font-size: 3em;
  letter-spacing: 5px;
  text-shadow: 1px 1px 1px rgba(93, 159, 32, 0.45);
  margin-bottom: 2rem;
}

.news-list {
  max-width: 1400px;
  margin-bottom: 0;
  min-width: 1008px;
}
@media (max-width: 91.5em) {
  .news-list {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.news-list li {
  background: #82B27D url(../images/index/news-linkBg.gif) 0 0 repeat-x;
  border-radius: 7px 7px 0 0;
  min-height: 183px;
  margin: 0 0.5%;
  padding: 16px;
  width: 31%;
  height: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.news-list small {
  display: block;
  color: #25705B;
  font-size: 1.56em;
}
.news-list a {
  color: #334627;
  font-size: 1.06em;
  line-height: 1.8;
}
.news-list a:hover, .news-list a:active {
  color: #2b836b;
}

.notice {
  background: #fff;
}
.notice small {
  color: #aecf4d;
  margin-bottom: 2px;
}
.notice .icon-attachment2::before {
  color: #c6d626;
}
.notice .icon-book::before {
  color: #85bb51;
}

.notice_bg {
  background: url(../images/index/noticeBg.gif) right bottom no-repeat;
  padding-bottom: 9rem;
}

.notice_heading {
  margin-bottom: 2rem;
  position: relative;
  left: 85px;
  width: 90%;
}
.notice_heading img {
  position: absolute;
  left: -85px;
  top: -10px;
}

.notice_item {
  color: #5B6552;
  font-size: 1.06em;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 32px;
  display: block;
  word-break: break-word;
  width: fit-content;
}
.notice_item[href]:hover {
  color: #71a436;
}
.notice_item::before {
  font-size: 1.29em;
  position: absolute;
  left: 0;
  top: 5px;
}

aside {
  color: #00A599;
  font-size: 1.31em;
  border: 1px solid #CDDC39;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(152, 154, 128, 0.45);
  margin-top: 3.4rem;
  padding: 16px;
  padding-bottom: 0;
  width: 193px;
}
aside iframe {
  width: 100%;
}

.ad {
  background: #F9F8F4;
  border-top: 1px solid #F3F0E9;
}
.ad:not(:empty) {
  padding: 30px 0;
}
.ad a, .ad img {
  height: 52px;
  margin: 0 0.5%;
}
.ad a {
  display: inline-block;
  vertical-align: middle;
}

.ad-banner {
  background: #75ab43;
  width: 160px;
  height: 52px;
  font-weight: bold;
  line-height: 1.25;
}
.ad-banner span {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.alert-danger {
  color: #e11b0c;
  background: #FFE7E7;
  border: 1px solid #f6d0cd;
  border-radius: 3px;
  padding: 4px;
}

.infographic {
  background: #9fca76 url(../images/index/infographicBg.jpg) center/cover no-repeat;
  position: relative;
}

.infographic-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding-top: 220px;
}
.infographic-item img {
  width: 100%;
  height: 220px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 110px;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  transition: 0.5s;
}
.infographic-item > a {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.infographic-item figcaption {
  position: relative;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.infographic-item:hover img {
  transform: scale(1.2) translate(-50%, -50%);
}
.swiper-container {
  margin: 0 50px !important;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: transparent;
  border: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  outline: 0;
}
