@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700,900&display=swap&subset=chinese-traditional");
* {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif TC", serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

ul, ol {
  list-style: none;
}

input[type=button]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

a {
  text-decoration: none;
  display: block;
}

img, figure {
  display: block;
  max-width: 100%;
}

h2 {
  font-size: 2em;
}

body {
  font-family: "Noto Sans TC", "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  overflow-x: hidden;
  color: #211515;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 18px;
  }
}

header {
  position: relative;
}
header .bg img {
  width: 100%;
}
header .slogan {
  position: absolute;
  z-index: 3;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 872px;
  width: 70%;
}
header .light {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 15px;
  width: 25%;
}
header h1 {
  text-indent: -9999px;
  visibility: hidden;
  height: 0;
}
@media screen and (max-width: 1600px) {
  header .light {
    width: 22%;
  }
}
@media screen and (max-width: 1366px) {
  header .slogan {
    width: 50%;
  }
}
@media screen and (max-width: 1280px) {
  header .light {
    width: 20%;
  }
}
@media screen and (max-width: 960px) {
  header .light {
    left: 0;
    width: 24%;
  }
  header .slogan {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  header .slogan {
    left: auto;
    transform: translateX(0);
    right: 10px;
  }
  header .light {
    width: 26%;
    left: 2%;
  }
}
@media screen and (max-width: 660px) {
  header .slogan {
    width: 80%;
  }
}
@media screen and (max-width: 460px) {
  header .slogan {
    width: 100%;
  }
  header .light {
    display: none;
  }
}

.fl {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
@media screen and (max-width: 980px) {
  .fl {
    flex-wrap: wrap;
  }
}

article.list {
  padding-bottom: 2em;
  background-image: url(../images/tree.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 20% auto;
}
@media screen and (max-width: 1024px) {
  article.list {
    background-position: right 86%;
    background-size: 30% auto;
  }
}
@media screen and (max-width: 1024px) {
  article.list {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  article.list .des_con {
    flex-direction: column;
    align-items: center;
  }
}
article.list .txt {
  width: 98%;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 320px) {
  article.list .txt {
    width: 99%;
  }
}
article.list .txt h3 {
  font-size: 2em;
  text-align: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 660px) {
  article.list .txt h3 {
    padding: 0 0 1em 0;
  }
}
article.list .end_date {
  justify-content: space-around;
}
article.list .end_date h3 {
  font-size: 1.5em;
  color: #3c2212;
}
article.list .end_date h3 i {
  font-style: normal;
  padding-left: 1.5em;
  position: relative;
}
article.list .end_date h3 i:before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
}
@media screen and (max-width: 660px) {
  article.list .end_date h3 {
    font-size: 1.2em;
  }
}
article.list .title {
  font-size: 1.3em;
  font-family: "Noto Serif TC", serif;
  font-weight: 800;
  justify-content: center;
  position: relative;
}
article.list .title:before {
  content: "";
  width: calc((100% - 258px) / 2);
  height: 2px;
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
}
article.list .title:after {
  content: "";
  width: calc((100% - 278px) / 2);
  height: 2px;
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
}
article.list .title span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #877561;
  text-align: center;
  line-height: 50px;
  margin-left: 10px;
}
article.list p {
  padding: 0.5em 1em;
  text-indent: 2em;
}
article.list p a {
  display: inline;
  color: #c00;
}
article.list .flw {
  flex-wrap: wrap;
}
article.list .line_text {
  border-bottom: 2px solid #000;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
article.list .w_half {
  width: 43%;
  margin: 3% 2.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  article.list .w_half {
    width: 100%;
  }
}
article.list .icon_item {
  padding: 0.5em 0;
}
article.list .icon_item .num {
  font-style: normal;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #271c1b;
  border-radius: 50%;
  color: #fff;
}
article.list .icon_item p {
  padding: 0 0.5em;
  width: calc(100% - 30px);
}
article.list .sq {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  padding-top: 15px;
  margin-left: 1.5em;
  background-image: url(../images/icon_item.png);
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 660px) {
  article.list .sq {
    padding-left: 30px;
    background-position: left top;
    background-size: 25px;
  }
}
article.list .sq.pot {
  background-position: left top;
}
article.list .sq.pot span {
  display: block;
}
article.list .sq p {
  padding-left: 0;
}
article.list .sq h4 {
  font-size: 1.2em;
  margin-top: -10px;
  padding-bottom: 5px;
}
@media screen and (max-width: 980px) {
  article.list .sq {
    margin-top: 0;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
  }
}
article.list .sq.sqh {
  width: 45%;
}
@media screen and (max-width: 660px) {
  article.list .sq.sqh {
    width: 95%;
  }
}
article.list .sq.sqw {
  width: 98%;
  margin: auto;
}
@media screen and (max-width: 660px) {
  article.list .sq.sqw {
    width: 100%;
  }
}
article.list .mt {
  margin-top: 2em;
}
article.list .mb {
  margin-bottom: 2em;
}
@media screen and (max-width: 660px) {
  article.list .mb {
    margin-bottom: 1em;
  }
}
article.list .pl {
  padding-left: 2.5%;
}
article.list .lo_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
article.list .lo_list span {
  width: fit-content;
  font-size: 0.9em;
  position: relative;
  line-height: 2;
}
article.list .lo_list span::after {
  content: "、";
}

.img_area {
  width: 100%;
  display: flex;
}
.img_area figure {
  width: 20%;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .img_area figure {
    width: 25%;
  }
  .img_area figure:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .img_area figure {
    width: 33.3333333333%;
  }
  .img_area figure:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .img_area.list figure {
    margin-right: 0;
  }
  .img_area.list figure:nth-child(4) {
    display: none;
  }
  .img_area.list figure:nth-child(3), .img_area.list figure:nth-child(2) {
    display: block;
  }
}

footer {
  padding: 1em 0;
  background: #c7e4da;
  font-size: 0.9em;
  border-top: 1px solid #93c1b1;
}
footer .info {
  width: 95%;
  max-width: 1080px;
  margin: auto;
  justify-content: space-around;
}
footer .unit {
  margin-right: 3em;
  margin-bottom: 1em;
}
footer .unit span {
  display: block;
  margin-top: 0.5em;
}
footer .qr img {
  margin-left: 1em;
}
footer .qr:first-of-type img {
  margin-left: 0;
}
@media screen and (max-width: 980px) {
  footer .unit {
    margin-right: 0;
  }
}/*# sourceMappingURL=style_list.css.map */