@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");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500&display=swap");
body {
  font-family: "Noto Sans TC", "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
  color: #4f483d;
  background-color: #eecfa1;
}
@media only screen and (max-width: 320px) {
  body {
    font-size: 1px;
  }
}

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

ul, ol {
  list-style: none;
}

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

a {
  text-decoration: none;
  color: #000;
}

header {
  position: relative;
}
header h1 {
  text-indent: -9999px;
  min-height: 780px;
  height: 100vh;
  background-color: #f6dfbb;
  background-image: url(../images/banner.png?v=20230526);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
@media only screen and (max-width: 1520px) {
  header h1 {
    height: auto;
    min-height: 620px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 1360px) {
  header h1 {
    min-height: 550px;
  }
}
@media only screen and (max-width: 1152px) {
  header h1 {
    min-height: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  header h1 {
    min-height: 450px;
  }
}
@media only screen and (max-width: 820px) {
  header h1 {
    min-height: 340px;
  }
}
@media only screen and (max-width: 600px) {
  header h1 {
    min-height: 230px;
    background-size: 130%;
    background-position: top center;
  }
}
header .btn {
  position: absolute;
  right: 2em;
  top: 1em;
  display: flex;
}
@media only screen and (max-width: 600px) {
  header .btn {
    right: 5px;
    top: 5px;
  }
}
header .btn a {
  display: block;
  padding: 0.5em 1.5em;
  background: #9f654c;
  border-radius: 30px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  header .btn a {
    padding: 0.2em 1em;
  }
}
header .btn a + a {
  margin-left: 0.5em;
}
header .btn a.sel {
  background: #fff;
  border: 1px solid #9f654c;
  color: #9f654c;
}

footer {
  background: #9f654c;
  font-size: 0.9em;
}
footer p {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  color: #fff;
}

.txtcon {
  width: 100%;
  background-color: #f6dfbb;
}
.txtcon h3 {
  margin-left: 15%;
  position: relative;
}
@media only screen and (max-width: 1520px) {
  .txtcon h3 {
    margin-left: 8%;
  }
}
@media only screen and (max-width: 1360px) {
  .txtcon h3 {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .txtcon h3 {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 600px) {
  .txtcon h3 img {
    width: 120px;
  }
}
.txtcon h3:after {
  content: "";
  width: 70%;
  height: 1px;
  background: #4d1e1e;
  position: absolute;
  top: 50%;
  left: 160px;
}
@media only screen and (max-width: 1520px) {
  .txtcon h3:after {
    width: 75%;
  }
}
@media only screen and (max-width: 1360px) {
  .txtcon h3:after {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .txtcon h3:after {
    width: 82%;
  }
}
@media only screen and (max-width: 820px) {
  .txtcon h3:after {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  .txtcon h3:after {
    width: 60%;
    left: 120px;
  }
}
.txtcon .txt {
  width: 55%;
  display: flex;
  margin: auto;
  margin-top: 1em;
}
@media only screen and (max-width: 1520px) {
  .txtcon .txt {
    margin-top: 0;
    width: 70%;
  }
}
@media only screen and (max-width: 1360px) {
  .txtcon .txt {
    width: 85%;
  }
}
@media only screen and (max-width: 1024px) {
  .txtcon .txt {
    width: 95%;
  }
}
@media only screen and (max-width: 820px) {
  .txtcon .txt {
    flex-direction: column;
    align-items: center;
  }
}
.txtcon .txt p {
  color: #4d1e1e;
  font-size: 1.1em;
  line-height: 1.8;
  padding-top: 1em;
  padding-left: 1em;
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1360px) {
  .txtcon .txt p {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 1280px) {
  .txtcon .txt p {
    margin-left: 7%;
    width: 43%;
  }
}
@media only screen and (max-width: 1024px) {
  .txtcon .txt p {
    margin-left: 2%;
    width: 50%;
  }
}
@media only screen and (max-width: 820px) {
  .txtcon .txt p {
    width: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .txtcon .txt p {
    width: 98%;
    text-align: center;
    font-size: 1em;
    padding-left: 0;
  }
}
.txtcon .txt .follow {
  width: 50%;
  box-sizing: border-box;
  margin-top: -2em;
  margin-left: 2%;
  padding: 1em 2em 1em 3em;
  border-radius: 60px 0 60px 0;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 5% 25%;
}
@media only screen and (max-width: 1360px) {
  .txtcon .txt .follow {
    margin-left: 3%;
    padding: 1em 3em;
  }
}
@media only screen and (max-width: 1280px) {
  .txtcon .txt .follow {
    padding: 1em 2em;
  }
}
@media only screen and (max-width: 820px) {
  .txtcon .txt .follow {
    width: 72%;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 600px) {
  .txtcon .txt .follow {
    width: 95%;
  }
}
.txtcon .txt .follow ul {
  padding-left: 1em;
  color: #a86a3c;
  font-size: 1.2em;
}
@media only screen and (max-width: 600px) {
  .txtcon .txt .follow ul {
    font-size: 1em;
  }
}
.txtcon .txt .follow ul li {
  padding: 0.2em 0.5em;
}
.txtcon .txt .follow ol {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}
.txtcon .txt .follow ol li {
  margin-left: 0.5em;
}
.txtcon .txt .follow ol li img {
  width: 60px;
}

.video {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media only screen and (max-width: 820px) {
  .video {
    padding-top: 0;
  }
}
.video ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 85%;
  margin: auto;
}
@media only screen and (max-width: 1460px) {
  .video ul {
    width: 100%;
  }
}
@media only screen and (max-width: 1153px) {
  .video ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .video ul {
    flex-direction: column;
  }
}
.video ul li {
  width: 30%;
  box-sizing: border-box;
  margin-left: 2em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1153px) {
  .video ul li {
    width: 46%;
    margin: 0;
    margin-left: 1em;
    margin-bottom: 1.5em;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 600px) {
  .video ul li {
    width: 95%;
    margin: 1em auto;
  }
}
@media only screen and (max-width: 820px) {
  .video ul li {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .video ul li {
    margin-left: auto;
  }
}
.video ul li img {
  width: 100%;
  border-radius: 30px 30px 0 0;
}
.video ul li h3 {
  color: #4d1e1e;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-size: 1.5em;
}
.video ul li h3 i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 0.6em;
  text-align: center;
  background-color: #fff;
  display: block;
  font-style: normal;
  margin-right: 5px;
}
.video.en ul li h3 {
  height: 3vw;
}
.video.en ul li h3 em {
  width: calc(100% - 60px);
  font-style: normal;
}
@media only screen and (max-width: 1460px) {
  .video.en ul li h3 {
    font-size: 1.25em;
    height: 5vw;
  }
}

.tab {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: flex-end;
  margin-bottom: 5em;
  padding-top: 12em;
  padding-right: 1em;
  background-color: #f6dfbb;
  background-image: url(../images/bg_txtcon.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .tab {
    padding-right: 0;
    background-image: url(../images/bg_txtcon_m.png);
  }
}
@media only screen and (max-width: 820px) {
  .tab {
    padding-top: 8em;
  }
}
@media only screen and (max-width: 600px) {
  .tab {
    margin-bottom: 2em;
    background-color: #f6dfbb;
    background-image: none;
    padding-top: 2em;
  }
}
.tab span a {
  display: block;
  padding: 0.5em 2em;
  border-radius: 15px 15px 0 0;
  margin-left: 0.2em;
  background-color: #ececec;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .tab span a {
    padding: 0.5em 1em;
  }
}
.tab span em {
  font-style: normal;
}
@media only screen and (max-width: 600px) {
  .tab span em {
    display: block;
  }
}
.tab span.sel a {
  background-color: #fff;
  font-size: 1.1em;
}

body.second {
  background: #dee5c0;
}
body.second .txtcon {
  background: #dfe2d3;
}
body.second .txtcon .txt .follow {
  background-color: #fff;
}
body.second .tab {
  background-color: #dfe2d3;
  background-image: url(../images/bg_txtcon_02.png);
}
@media only screen and (max-width: 1024px) {
  body.second .tab {
    background-image: url(../images/bg_txtcon_02_m.png);
  }
}
body.second .tab span.sel a {
  background-color: #64843f;
  color: #fff;
}
body.second > header h1 {
  background-image: url(../images/banner_02.png);
  background-color: #dfe2d3;
}
body.second > header .btn a {
  background: #64843f;
}
body.second > header .btn a.sel {
  background: #fff;
  border: 1px solid #64843f;
  color: #64843f;
}
body.second footer {
  background: #64843f;
}

.msg {
  text-align: center;
  font-size: 1.2em;
}/*# sourceMappingURL=style.css.map */