@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family= Noto+Sans+HK & display = swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap");
@import url("content_front.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  outline: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a {
  color: #666;
}

body {
  font-family: Helvetica, Arial, "Noto Sans TC", "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  line-height: 1.4;
  color: #666;
  letter-spacing: 1.2px;
}

iframe, video {
  display: block;
}

.u-seoText {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.font {
  font-family: "Noto Sans HK", sans-serif;
}

.ckeditor {
  line-height: 28px;
  text-align: justify;
  margin-top: 50px;
  color: #222;
}
.ckeditor img {
  width: 100%;
  max-width: 900px;
}
.ckeditor p {
  max-width: 900px;
  text-indent: 0 !important;
}
.ckeditor p span,
.ckeditor p tt,
.ckeditor p samp {
  line-height: 20px !important;
  font-family: "Noto Sans HK", sans-serif !important;
}
.ckeditor strong {
  font-weight: 900;
  padding: 7px 0;
  display: inline-block;
}

body {
  color: #000;
}
body a {
  color: #000;
}

iframe,
video {
  width: 100%;
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.flex {
  display: flex !important;
  flex-wrap: wrap;
}

.container {
  width: 100%;
  max-width: 1396px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  .container {
    padding: 0 15px;
  }
}

header {
  position: relative;
  background: #FAF6F0;
}
@media (max-width: 1400px) {
  header .container {
    padding: 0 30px;
  }
}
header .logo {
  flex: 0 0 50%;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0 10px;
}
@media (max-width: 768px) {
  header .logo {
    padding: 10px 0 10px;
  }
}
@media (max-width: 500px) {
  header .logo {
    flex: 0 0 100%;
    justify-content: center;
    padding: 10px 0 5px;
  }
}
header .logo span {
  padding-left: 30px;
  font-size: 18px;
  color: #46443B;
}
@media (max-width: 768px) {
  header .logo span {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  header .logo span {
    display: none;
  }
}
header .logo a {
  width: 150px;
  text-align: center;
}
header .logo img {
  max-width: 100%;
  transition: 0.5s max-width;
}
@media (max-width: 500px) {
  header .logo img {
    max-width: 90px;
    position: relative;
    z-index: 9;
  }
}
header .mobile_search {
  display: none;
}
@media (max-width: 500px) {
  header .mobile_search {
    display: block;
    position: absolute;
    top: 17px;
    right: 15px;
  }
}
header .mobile_search .mobile_search_btn {
  background-image: url("../img/search.svg");
  width: 33px;
  height: 31px;
  background-size: cover;
  display: inline-block;
}
@media (max-width: 500px) {
  header .mobile_search .mobile_search_btn {
    background-image: url("../img/search_mobile.svg");
  }
}
header .search_row {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0 10px;
}
@media (max-width: 500px) {
  header .search_row {
    display: none;
  }
}
header .search_row span {
  font-size: 18px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  header .search_row span {
    display: none;
  }
}
header .search_row a {
  margin: 0 8px;
}
@media (max-width: 768px) {
  header .search_row a {
    margin: 2px;
  }
}
header .search_row a:hover svg path {
  fill: #8A755A;
}
header .search_row .h_line {
  margin: 0 5px;
  display: inline-block;
  width: 46px;
  height: 46px;
  background-size: cover;
  background-position: center;
  background-image: url("../img/h_line.svg");
}
header .search_row .h_line:hover {
  background-image: url("../img/h_line_h.svg");
}
@media (max-width: 908px) {
  header .search_row .h_line {
    display: none;
  }
}
header .search_row .search_box {
  margin-left: 12px;
  border-bottom: solid 2px #8A755A;
}
header .search_row .search_box #search {
  height: 32px;
  border: none;
  width: 200px;
  font-size: 18px;
  background-color: transparent;
  color: #868584;
  font-weight: 400;
}
@media (max-width: 768px) {
  header .search_row .search_box #search {
    width: 140px;
  }
}
header .search_row .search_box #search::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #868584;
}
header .search_row .search_box #search::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #868584;
}
header .search_row .search_box .searchBtn {
  color: #8A755A;
  font-size: 20px;
}

menu .container {
  background: #68533B;
}
@media (max-width: 500px) {
  menu .container {
    background-color: #fff;
    overflow-x: auto;
  }
}
@media (max-width: 1400px) {
  menu .container {
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  menu .container {
    padding: 0;
  }
}
menu .menu_row {
  background-color: #68533B;
}
@media (max-width: 500px) {
  menu .menu_row {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    padding: 7px 0 10px;
    display: none;
  }
}
menu .menu_row ul {
  background-color: #68533B;
}
@media (max-width: 500px) {
  menu .menu_row ul {
    background-color: #fff;
    padding-left: 0px;
    justify-content: flex-start;
    width: 500px;
    padding: 0 30px 20px;
    letter-spacing: 1px;
  }
}
menu .menu_row ul li {
  position: relative;
  padding: 14px 0 10px;
}
@media (max-width: 500px) {
  menu .menu_row ul li {
    overflow: hidden;
    max-width: 70px;
    height: 16px;
    position: relative;
    padding: 5px 0 5px;
    height: 20px;
  }
}
@media (max-width: 500px) {
  menu .menu_row ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    background: #000;
    left: 0;
  }
}
menu .menu_row ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
}
@media (max-width: 500px) {
  menu .menu_row ul li a {
    padding: 0 4px;
    font-size: 14px;
  }
}
menu .menu_row ul li ol {
  position: absolute;
  background-color: rgba(74, 74, 66, 0.9);
  width: 250px;
  line-height: 28px;
  padding: 15px;
  top: 100%;
  left: 0;
  display: none;
  z-index: 6;
}
menu .menu_row ul li ol:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #5d5d55 transparent;
  top: -7px;
  left: 46px;
}
menu .menu_row ul li ol li {
  padding: 5px 0;
}
menu .menu_row ul li ol li a {
  color: #fff;
  display: block;
}
menu .menu_row ul li ol li:hover {
  background-color: transparent;
}
menu .menu_row ul li ol li:hover a {
  color: #ccc;
}
menu .menu_row ul li ol li:first-child {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}
menu .menu_row ul li ol li:first-child:hover {
  color: #fff;
}
menu .menu_row ul li:hover {
  background-color: #4A4A42;
}
menu .menu_row ul li:hover a {
  color: #fff;
}
menu .menu_row ul li:hover ol {
  display: block;
}
menu .menu_row ul .active {
  background-color: #4A4A42;
}
menu .menu_row ul .active a {
  color: #fff;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.fixed .logo {
  padding: 5px 0;
}
.fixed .logo img {
  max-width: 120px;
  transition: 0.5s max-width;
}

.banner {
  margin: 30px auto;
  width: 1080px;
}
@media (max-width: 1200px) {
  .banner {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 900px) {
  .banner {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  .banner {
    margin-top: 0;
    padding: 0 15px;
  }
}
.banner .slick-track {
  width: 1080px;
}
@media (max-width: 500px) {
  .banner .pc {
    display: none !important;
  }
}
.banner .mb {
  display: none;
}
@media (max-width: 500px) {
  .banner .mb {
    display: unset;
  }
}
.banner .intro {
  flex: 0 0 50%;
  background-color: #ededec;
  padding: 30px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .banner .intro {
    flex: 0 0 100%;
    background-color: #5c5d5d;
    order: 1;
    padding: 20px 10px;
  }
}
.banner .intro .slogin {
  background-color: #8A755A;
  color: #fff;
  padding: 7px 15px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 500px) {
  .banner .intro .slogin {
    margin-left: 0;
  }
}
.banner .intro article {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 5px;
  flex: 0 0 100%;
  letter-spacing: 1px;
  text-align: justify;
  height: 108px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .banner .intro article {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    height: initial;
    padding-left: 5px;
  }
}
.banner .intro .more {
  flex: 0 0 100%;
  text-align: right;
  padding: 20px 10px;
}
.banner .intro .more a {
  font-size: 18px;
  border: solid 1px #000;
  padding: 8px;
  text-align: center;
  display: inline-block;
  width: 170px;
  border-radius: 3rem;
  color: #000;
}
.banner .intro .more a:hover {
  background-color: #8A755A;
  border: solid 1px #8A755A;
  color: #000;
}
.banner .photo {
  flex: 0 0 50%;
  height: 350px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 500px) {
  .banner .photo {
    flex: 0 0 100%;
    height: 280px;
  }
}
.banner .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  display: block;
  width: 100%;
}
.banner .slick-arrow {
  position: absolute;
  margin-top: -26px;
  top: 50%;
  width: 52px;
  height: 52px;
  background-color: rgba(27, 16, 9, 0.5);
  border: none;
  z-index: 9;
  border-radius: 100%;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .banner .slick-arrow {
    top: 60%;
  }
}
@media (max-width: 500px) {
  .banner .slick-arrow {
    background-color: transparent;
  }
}
.banner .slick-prev {
  left: -25px;
}
@media (max-width: 1200px) {
  .banner .slick-prev {
    left: 5px;
  }
}
@media (max-width: 900px) {
  .banner .slick-prev {
    left: 50px;
  }
}
.banner .slick-next {
  right: -25px;
}
@media (max-width: 1200px) {
  .banner .slick-next {
    right: 5px;
  }
}
@media (max-width: 900px) {
  .banner .slick-next {
    right: 50px;
  }
}

.a_block {
  width: 100%;
  display: block;
}

.order_article {
  margin-bottom: 30px;
}
.order_article .boxs {
  font-size: 17px;
  padding: 10px 0;
  padding-left: 15px;
  border-bottom: solid 1px #ccc;
  position: relative;
  margin-bottom: 10px;
}
.order_article .boxs a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
  display: inline-block;
  width: 100%;
  color: #4A4A42;
}
.order_article .boxs:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 20px;
  background: #8A755A;
  left: 0;
  top: 8px;
}
.order_article .boxs:last-child {
  border-bottom: none;
}

.main {
  background-color: #FAF6F0;
  padding: 60px 0;
}
.main .news_order {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 40px;
  padding-top: 30px;
}
@media (max-width: 1400px) {
  .main .news_order {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .main .news_order {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 908px) {
  .main .news_order {
    display: none;
  }
}
.main .news_order .box_wrap {
  padding-bottom: 20px;
}
.main .news_order .box_wrap .box {
  height: 260px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.main .news_order .box_wrap .box .text {
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #fff;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #000;
}
.main .news_order .box_wrap article {
  padding: 10px 0;
}
.main .news_order .box_wrap article h2 {
  color: #777;
  line-height: 22px;
  color: #4A4A42;
}
.main .news_order .box_wrap article p {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #5C5C55;
}
.main .news, .main .home {
  padding-left: 20px;
  padding-right: 3%;
  padding: 60px 0 0;
}
@media (max-width: 1024px) {
  .main .news, .main .home {
    padding: 0 30px;
  }
}
.main .news .item_title, .main .home .item_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Noto Serif TC", serif;
}
.main .news .item_title.hasMenu, .main .home .item_title.hasMenu {
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .main .news .item_title, .main .home .item_title {
    margin-bottom: 24px;
  }
}
.main .news .item_title a, .main .home .item_title a {
  font-size: 22px;
  position: relative;
  top: -3px;
  color: #444;
  font-family: "Noto Serif TC", serif;
}
.main .news .item_title i, .main .home .item_title i {
  margin: 0 10px;
}
.main .news .item_title .repageBtn, .main .home .item_title .repageBtn {
  border: 2px solid #877258;
  padding-bottom: 5px;
  padding: 10px;
  position: absolute;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  color: #4A4A42;
}
@media (max-width: 500px) {
  .main .news .item_title .repageBtn, .main .home .item_title .repageBtn {
    display: none;
  }
}
.main .news .item_title .repageBtn:hover, .main .home .item_title .repageBtn:hover {
  background-color: #877258;
  color: #fff;
}
.main .news .box, .main .home .box {
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .main .news .box, .main .home .box {
    padding: 0px 0 20px 0;
  }
}
.main .news .box .photo, .main .home .box .photo {
  flex: 0 0 30%;
  background-size: cover;
  background-position: center;
  height: 220px;
}
@media (max-width: 500px) {
  .main .news .box .photo, .main .home .box .photo {
    flex: 0 0 100%;
  }
}
@media (max-width: 500px) {
  .main .news .box .photo, .main .home .box .photo {
    height: 232px;
  }
}
@media (max-width: 375px) {
  .main .news .box .photo, .main .home .box .photo {
    height: 200px;
  }
}
.main .news .box .photo .title, .main .home .box .photo .title {
  display: inline-block;
  background-color: #A1917B;
  color: #fff;
  padding: 10px 15px;
}
.main .news .box .photo .title:before, .main .news .box .photo .title:after, .main .home .box .photo .title:before, .main .home .box .photo .title:after {
  display: none;
}
.main .news .box .article, .main .home .box .article {
  flex: 0 0 70%;
  padding-left: 40px;
  color: #4A4A42;
}
@media (max-width: 500px) {
  .main .news .box .article, .main .home .box .article {
    flex: 0 0 100%;
    padding-top: 30px;
    padding-left: 0px;
    max-width: 90%;
    margin: 0 auto;
  }
}
.main .news .box .article h2, .main .home .box .article h2 {
  font-size: 27px;
  line-height: 34px;
  font-weight: bold;
  position: relative;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 500px) {
  .main .news .box .article h2, .main .home .box .article h2 {
    font-size: 18px;
    padding-right: 0px;
    line-height: 26px;
  }
}
.main .news .box .article h2:before, .main .home .box .article h2:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 27px;
  background: #A1917B;
  left: -17px;
  top: 5px;
}
.main .news .box .article h3, .main .home .box .article h3 {
  margin: 15px 0;
}
.main .news .box .article h3 span, .main .home .box .article h3 span {
  border: solid 1px #ccc;
  font-size: 13px;
  padding: 2px;
}
.main .news .box .article .text, .main .home .box .article .text {
  padding: 25px 0;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .main .news .box .article .text, .main .home .box .article .text {
    display: none !important;
  }
}
.main .news .box .article .date_row, .main .home .box .article .date_row {
  padding-top: 50px;
  justify-content: space-between;
  font-size: 14px;
  color: #92928E;
}
@media (max-width: 500px) {
  .main .news .box .article .date_row, .main .home .box .article .date_row {
    padding-top: 20px;
  }
}
.main .news .box .article .date_row .date, .main .home .box .article .date_row .date {
  flex: 0 0 70%;
}
.main .news .box:last-child, .main .home .box:last-child {
  border-bottom: none;
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .main .news .box:last-child, .main .home .box:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .main .news .order, .main .home .order {
    display: none;
  }
}
.main .news .order .order_article:nth-child(2n), .main .home .order .order_article:nth-child(2n) {
  padding-left: 30px;
}
.main .news .order .order_article:nth-child(2n+1), .main .home .order .order_article:nth-child(2n+1) {
  padding-right: 30px;
}
.main .news .order .order_article, .main .home .order .order_article {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 30px;
}
.main .news .order .order_article .boxs, .main .home .order .order_article .boxs {
  font-size: 17px;
  padding: 10px 0;
  padding-left: 15px;
  border-bottom: solid 1px #ccc;
  position: relative;
  margin-bottom: 10px;
}
.main .news .order .order_article .boxs a, .main .home .order .order_article .boxs a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
  display: inline-block;
  width: 100%;
}
.main .news .order .order_article .boxs:before, .main .home .order .order_article .boxs:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 20px;
  background: #A1917B;
  left: 0;
  top: 8px;
}
.main .news .order .order_article .boxs:last-child, .main .home .order .order_article .boxs:last-child {
  border-bottom: none;
}
.main .home {
  flex: 75%;
}
@media (max-width: 1200px) {
  .main .home {
    flex: 0 0 70%;
  }
}
@media (max-width: 908px) {
  .main .home {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .main .home {
    padding: 30px 0;
  }
}
.main .news_all {
  flex: 0 0 100%;
}

.news_title {
  border-bottom: solid 1px #ccc;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 500px) {
  .news_title {
    display: none;
  }
}
.news_title .repageBtn {
  border: 2px solid #877258;
  padding-bottom: 5px;
  padding: 10px;
  position: absolute;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  color: #4A4A42;
}
.news_title .repageBtn:hover {
  background-color: #877258;
  color: #fff;
}
.news_title:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #ccc;
  bottom: 0px;
  left: -20px;
}
.news_title .more {
  position: absolute;
  right: 0;
  top: 20px;
  color: #4A4A42;
}
.news_title .more i {
  color: #A1917B;
}
.news_title b {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 12px;
  border: solid 1px #ccc;
  border-bottom: none;
  padding: 15px;
  display: inline-block;
  position: relative;
  color: #4A4A42;
}
.news_title b:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FAF6F0;
  bottom: -2px;
  left: 0;
}
.news_title b:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #A1917B;
  top: 0;
  left: 0;
}

footer {
  background: #68533B;
  padding: 70px 0 0;
}
@media (max-width: 1400px) {
  footer {
    padding: 70px 20px 0;
  }
}
@media (max-width: 500px) {
  footer {
    padding: 30px 20px 0;
  }
}
@media (max-width: 500px) {
  footer .container {
    padding: 0;
  }
}
footer .track {
  flex: 0 0 50%;
  padding-top: 80px;
  padding-left: 30px;
}
@media (max-width: 908px) {
  footer .track {
    display: none;
  }
}
footer .track .box {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .track .box span {
  color: #fff;
  font-size: 21px;
  padding-right: 15px;
}
footer .track .box textarea {
  width: 100%;
  height: 168px;
}
footer .track .box a {
  margin-right: 10px;
  display: inline-block;
  background-size: cover;
}
footer .track .box .f_fack {
  background-image: url("../img/f_fack.svg");
  width: 48px;
  height: 46px;
}
footer .track .box .f_fack:hover {
  background-image: url("../img/f_fack_h.svg");
}
footer .track .box .f_line {
  background-image: url("../img/f_line.svg");
  width: 54px;
  height: 51px;
}
footer .track .box .f_line:hover {
  background-image: url("../img/f_line_h.svg");
}
footer .track .box .f_ig {
  background-image: url("../img/f_ig.svg");
  width: 54px;
  height: 54px;
}
footer .track .box .f_ig:hover {
  background-image: url("../img/f_ig_h.svg");
}
footer .track .box .f_tiktok {
  background-image: url("../img/f_tiktok.svg");
  width: 54px;
  height: 54px;
}
footer .track .box .f_tiktok:hover {
  background-image: url("../img/f_tiktok_h.svg");
}
footer .data {
  flex: 0 0 50%;
}
@media (max-width: 908px) {
  footer .data {
    flex: 0 0 100%;
  }
}
@media (max-width: 900px) {
  footer .data {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    justify-content: space-between;
  }
}
footer .data .logo {
  margin-bottom: 20px;
}
footer .data .logo img {
  max-width: 120px;
}
@media (max-width: 900px) {
  footer .data .logo {
    flex: 0 0 100%;
  }
}
footer .data .logo .flex {
  align-items: center;
}
footer .data .logo .flex section {
  flex: 0 0 50%;
}
footer .data .logo .flex .article {
  display: none;
}
@media (max-width: 900px) {
  footer .data .logo .flex .article {
    display: block;
    flex: 0 0 50%;
  }
}
footer .data .logo .flex .article img {
  max-width: 40px;
}
@media (max-width: 500px) {
  footer .data .logo .flex .article img {
    max-width: 28px;
  }
}
footer .data .logo .flex .article a {
  margin: 0 10px;
}
@media (max-width: 500px) {
  footer .data .logo .flex .article a {
    margin: 0;
  }
}
@media (max-width: 500px) {
  footer .data .logo .flex .article svg {
    width: 32px;
    height: 32px;
  }
}
footer .data p {
  color: #fff;
  line-height: 26px;
}
@media (max-width: 500px) {
  footer .data p {
    line-height: 18px;
    font-size: 13px;
  }
}
footer .data .contact {
  padding-top: 0px;
}
footer .data .contact p a {
  color: #fff;
}
footer .data .contact article {
  padding-top: 10px;
}
footer .data .contact article a {
  border-right: solid 1px #EBCD9E;
  color: #EBCD9E;
  padding-right: 10px;
  margin-right: 5px;
}
@media (max-width: 500px) {
  footer .data .contact article a {
    padding-right: 3px;
    margin-right: 1px;
    font-size: 12px;
  }
}
footer .data .contact article a:last-child {
  border-right: none;
}

.copyright {
  padding: 15px;
  color: #fff;
  flex: 0 0 100%;
  font-size: 14px;
  text-align: center;
  background: #333;
}

#content {
  width: 100%;
  height: 168px;
  margin: 15px 0;
  padding: 10px;
}

.browse {
  padding: 15px;
  background-color: #fff;
  flex: 0 0 100%;
  font-size: 14px;
  text-align: center;
  color: #4A4A42;
  font-family: "Noto Sans CJK TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

.content_wrap {
  padding: 80px 0;
}
@media (max-width: 500px) {
  .content_wrap {
    padding: 20px 0;
  }
}
.content_wrap .content {
  flex: 0 0 75%;
  padding-left: 20px;
}
@media (max-width: 900px) {
  .content_wrap .content {
    max-width: 100%;
    word-wrap: break-word;
    flex: 0 0 100%;
    padding: 0 20px;
  }
}
.content_wrap .content h6 {
  color: #5d5d5d;
}
@media (max-width: 500px) {
  .content_wrap .content h6 {
    margin: 0 -15px;
  }
}
.content_wrap .content h1, .content_wrap .content h2 {
  padding: 25px 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  max-width: 765px;
  letter-spacing: 1px;
  font-family: "Noto Sans TC", sans-serif;
}

@media (max-width: 500px) {
  .content_wrap .content h1, .content_wrap .content h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 -15px;
  }
}
.content_wrap .content h5 {
  color: #5d5d5d;
}
@media (max-width: 500px) {
  .content_wrap .content h5 {
    margin: 0 -15px;
  }
}
.content_wrap .content .link {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .content_wrap .content .link {
    display: block;
    padding: 20px;
    margin-bottom: 0px;
  }
}
.content_wrap .content .link .line_add {
  order: -1;
  background: #06c755;
  border-radius: 12px;
  padding: 8px 20px 8px 3px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 500px) {
  .content_wrap .content .link .line_add {
    padding: 18px 20px 18px 3px;
  }
}
.content_wrap .content .link .line_add img {
  max-width: 50px;
  vertical-align: middle;
  margin-right: 5px;
  border-right: solid 1px #fff;
}
@media (max-width: 500px) {
  .content_wrap .content .link .line_add {
    margin-bottom: 40px;
  }
}
.content_wrap .content .link .talk {
  border-radius: 3rem;
  background-color: #8A755A;
  padding: 10px 40px;
  margin-left: 15px;
  color: #fff;
}
@media (max-width: 500px) {
  .content_wrap .content .link .talk {
    display: block;
    max-width: 200px;
    margin: 30px auto;
  }
}
.content_wrap .content .link .repage {
  border-radius: 3rem;
  background-color: #ededec;
  padding: 10px 40px;
  margin-left: 15px;
}
@media (max-width: 500px) {
  .content_wrap .content .link .repage {
    display: block;
    max-width: 200px;
    margin: 30px auto;
  }
}
.content_wrap .content_order {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 20px;
}
@media (max-width: 900px) {
  .content_wrap .content_order {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding: 20px;
  }
}
.content_wrap .content_order .build_banner .box {
  height: 260px;
  background-size: cover;
}
.content_wrap .content_order .build_banner .box .text {
  position: absolute;
  top: 200px;
  width: 100%;
  color: #fff;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #000;
  max-width: 330px;
  overflow: hidden;
  height: 30px;
}
.content_wrap .content_order .build_banner article {
  padding: 10px 0;
}
.content_wrap .content_order .build_banner article h2 {
  color: #777;
  line-height: 22px;
}
.content_wrap .content_order .build_banner article p {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.content_wrap .content_order .order_article {
  margin-bottom: 66px;
}
.content_wrap .content_order .order_article .boxs {
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.content_wrap .content_order .order_article .boxs:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 18px;
  background: #8A755A;
}
.content_wrap .content_order .order_article .boxs a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
  font-size: 18px;
  max-width: 100%;
  display: block;
  padding-left: 10px;
}
.content_wrap .content_order .order_article .boxs:last-child {
  border-bottom: none;
}

.tabs {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  border-bottom: solid 1px #ccc;
  display: none;
}
@media (max-width: 500px) {
  .tabs {
    display: block;
  }
}
.tabs:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  left: -4px;
  top: 51px;
  background: #ccc;
}
.tabs:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  right: -4px;
  top: 51px;
  background: #ccc;
  z-index: 9;
}
.tabs .tabs_style {
  line-height: 50px;
  border: solid 1px #ccc;
  margin-left: -5px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
  border-bottom: none;
}
@media (max-width: 500px) {
  .tabs .tabs_style {
    border-left: none;
  }
}
.tabs .tabs_style:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -3px;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
.tabs .tabs_style:first-child {
  margin-left: 14px;
}
@media (max-width: 500px) {
  .tabs .tabs_style:first-child {
    border: solid 1px #ccc;
  }
}
.tabs .active {
  position: relative;
}
.tabs .active:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0px;
  left: 0;
  background-color: #8A755A;
}
.tabs .tabs_box img {
  max-width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabs .tabs_box .box {
  max-width: 100%;
  padding: 10px;
}
.tabs .tabs_box .box p {
  padding: 20px;
  line-height: 22px;
  position: relative;
}
.tabs .tabs_box .box p:before {
  content: "";
  position: absolute;
  top: 22px;
  width: 5px;
  height: 16px;
  background: #8A755A;
  left: 10px;
}
@media (max-width: 500px) {
  .tabs .tabs_box .slick-slide {
    padding: 0 12px;
  }
}
.tabs .tabs_box .slick-slide p {
  font-size: 0;
  position: relative;
}
.tabs .tabs_box .slick-slide p:before {
  content: "";
  position: absolute;
  top: 22px;
  width: 0px;
  height: 16px;
  background: #8A755A;
  left: 10px;
}
.tabs .tabs_box .slick-active p {
  padding: 20px;
  line-height: 22px;
  position: relative;
  display: block;
  font-size: 16px;
}
@media (max-width: 500px) {
  .tabs .tabs_box .slick-active p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
  }
}
.tabs .tabs_box .slick-active p:before {
  content: "";
  position: absolute;
  top: 22px;
  width: 5px;
  height: 16px;
  background: #8A755A;
  left: 10px;
}
.tabs .tabs_box .slick-arrow {
  position: absolute;
  margin-top: -26px;
  top: 80px;
  width: 42px;
  height: 42px;
  background-color: rgba(27, 16, 9, 0.5);
  border: none;
  z-index: 9;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .tabs .tabs_box .slick-arrow {
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    color: #A1917B;
  }
}
.tabs .tabs_box .slick-prev {
  left: 35px;
  z-index: 99;
  border: none;
}
@media (max-width: 500px) {
  .tabs .tabs_box .slick-prev {
    left: 30px;
  }
}
.tabs .tabs_box .slick-next {
  right: 35px;
  z-index: 99;
  border: none;
}
@media (max-width: 500px) {
  .tabs .tabs_box .slick-next {
    right: 30px;
  }
}
.tabs .news_row_s {
  padding: 10px 30px;
}
@media (max-width: 500px) {
  .tabs .news_row_s {
    padding: 30px 15px;
  }
}
.tabs .news_row_s .news_row_cont {
  background: #F2EADE;
  padding: 15px;
}
.tabs .news_row_s p {
  padding: 5px;
  padding-left: 20px;
  position: relative;
  line-height: 26px;
  border-bottom: solid 1px #A1917B;
}
.tabs .news_row_s p:before {
  content: "";
  position: absolute;
  top: 11px;
  width: 5px;
  height: 16px;
  background: #8A755A;
  left: 9px;
}
.tabs .news_row_s .news_row_cont a:last-child p {
  border: none;
}

.mobile_btn {
  display: none;
}
@media (max-width: 500px) {
  .mobile_btn {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 20px;
    left: 22px;
  }
}
.mobile_btn span {
  position: absolute;
  width: 32px;
  background-color: #5c5d5d;
  height: 1px;
  top: 10px;
  left: 0;
}
.mobile_btn:before {
  content: "";
  position: absolute;
  width: 32px;
  background-color: #5c5d5d;
  height: 1px;
  top: 0px;
  left: 0;
}
.mobile_btn:after {
  content: "";
  position: absolute;
  width: 32px;
  background-color: #5c5d5d;
  height: 1px;
  top: 22px;
  left: 0;
}

.mobile_menu {
  position: fixed;
  width: 100%;
  height: 102vh;
  top: 0%;
  left: -100%;
  background-color: #FAF6F0;
  z-index: 9999;
  padding: 20px 30px;
  transition: 1s left;
}
.mobile_menu .mobile_menu_close {
  text-align: right;
  font-size: 25px;
  margin-bottom: 30px;
  color: #4A4A42;
}
.mobile_menu .mobile_menu_wrap {
  max-height: 94vh;
  overflow-y: auto;
}
.mobile_menu .search_row {
  position: relative;
}
.mobile_menu .search_row .mobile_search_btn {
  background-image: url("../img/search.svg");
  width: 33px;
  height: 31px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0;
}
@media (max-width: 500px) {
  .mobile_menu .search_row .mobile_search_btn {
    background-image: url("../img/search_mobile.svg");
  }
}
.mobile_menu .search_row input {
  width: 100%;
  border: none;
  border-bottom: solid 1px #ccc;
  height: 32px;
  background-color: transparent;
}
.mobile_menu .search_row a {
  margin: 0 8px;
}
.mobile_menu .search_row a:hover svg path {
  fill: #8A755A;
}
.mobile_menu .logo {
  padding: 40px 0 5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ccc;
}
.mobile_menu .logo img {
  max-width: 70px;
}
.mobile_menu .logo span {
  padding-left: 10px;
  color: #4A4A42;
}
.mobile_menu .mobile_menu_box {
  background: #F2EADE;
  padding: 18px 15px;
  margin-bottom: 12px;
}
.mobile_menu .mobile_menu_box .c-mobileMenuTitle {
  font-size: 18px;
  padding-left: 15px;
  position: relative;
  color: #4A4A42;
}
.mobile_menu .mobile_menu_box .c-mobileMenuTitle:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 5px;
  height: 16px;
  background: #8A755A;
  left: 0px;
}
.mobile_menu .mobile_menu_box .c-mobileMenuTitle i {
  font-size: 12px;
  color: #777;
  position: absolute;
  right: 5px;
  top: 2px;
  transform: rotate(0deg);
}
.mobile_menu .mobile_menu_box a {
  padding-right: 5px;
  margin-right: 5px;
  line-height: 24px;
  position: relative;
  border-right: solid 1px #000;
  font-size: 17px;
  letter-spacing: 1px;
  display: block;
  color: #4A4A42;
}
.mobile_menu .mobile_menu_box a:last-child {
  border-right: none;
}
.mobile_menu .mobile_menu_box ul {
  padding: 0 15px;
  padding-top: 15px;
  display: none;
}
.mobile_menu .mobile_menu_box ul a {
  border: none;
  padding-right: 5px;
  margin-right: 5px;
  line-height: 24px;
  position: relative;
  border-bottom: solid 1px #c5c5c5;
  font-size: 17px;
  letter-spacing: 1px;
  display: block;
  padding: 7px;
  margin: 5px 0;
  color: #4A4A42;
}
.mobile_menu .openMobile .c-mobileMenuTitle i {
  transform: rotate(180deg);
}
.mobile_menu .openMobile ul {
  display: block;
}

.mobile_menu_toggle {
  left: 0;
  transition: 1s left;
}

.hide_search {
  position: absolute;
  width: 100%;
  height: 80px;
  top: -100%;
  left: 0;
  padding: 20px;
  transition: 0.7s top;
  z-index: 9;
}
.hide_search input {
  width: 90%;
  height: 32px;
  border: none;
  border-bottom: solid 1px #ccc;
  margin-left: 10%;
}
.hide_search .mobile_search_btn {
  background-image: url("../img/search.svg");
  width: 33px;
  height: 31px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 30px;
}
.hide_search .close {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 36px;
  height: 36px;
}
.hide_search .close:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 1px;
  height: 34px;
  background: #000;
  top: 0;
  left: 15px;
}
.hide_search .close:after {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  width: 1px;
  height: 34px;
  background: #000;
  top: 0;
  left: 15px;
}

.hide_search_toggle {
  top: 0%;
  transition: 0.7s top;
}

@media (max-width: 500px) {
  .news_title_show {
    display: block;
  }
}

.software_menu {
  margin-bottom: 40px;
}
.software_menu .link {
  background-color: #8A755A;
  margin-top: 20px;
  outline: 0 !important;
  border: none;
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  padding: 7px 38px;
  margin-right: 15px;
  color: #fff;
}
.software_menu .link:hover {
  background-color: #4A4A42;
}
@media (max-width: 900px) {
  .software_menu .link {
    padding: 7px 28px;
  }
}

.contact_main {
  background-color: #f8f8f8;
  padding: 5rem 0;
}
@media (max-width: 1400px) {
  .contact_main {
    padding: 3rem 30px;
  }
}
.contact_main .contact {
  flex: 0 0 100%;
}
.contact_main .contact .contact_title {
  padding-bottom: 10px;
  font-size: 21px;
  font-family: "Amiri", "微軟正黑體", serif;
  border-bottom: solid 4px #4A4A42;
  width: 100%;
}
.contact_main .contact .contact_title p {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 20px;
  padding-top: 15px;
}
.contact_main .contact .code_box {
  max-width: 500px;
  position: relative;
  margin-bottom: 25px;
  margin-left: 1%;
  margin-top: 38px;
}
.contact_main .contact .code_box #canvas {
  position: absolute;
  right: 0;
  top: -9px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .contact_main .contact .code_box {
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 25px;
    margin-left: 0%;
  }
}
.contact_main .contact .code_box .title {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 16px;
  transition: 0.5s top;
}
.contact_main .contact .code_box .title span {
  color: red;
}
.contact_main .contact .code_box .input_row .input {
  width: 100%;
  height: 32px;
  border: none;
  border-bottom: solid 1px #ccc;
  background-color: transparent;
  font-size: 16px;
  padding-left: 10px;
}
.contact_main .contact .focus .title {
  top: -11px;
  transition: 0.5s top font-size;
  font-size: 12px;
}
.contact_main .contact .focus .title span {
  color: red;
}
.contact_main .contact .contact_body {
  padding-top: 60px;
}
.contact_main .contact .contact_body h2 {
  font-size: 19px;
  letter-spacing: 1px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.contact_main .contact .contact_body h2 span {
  border-bottom: solid 3px #4A4A42;
  padding-bottom: 5px;
  padding: 10px;
  background: #8A755A;
}
.contact_main .contact .contact_body .box_s {
  padding: 15px 0;
}
.contact_main .contact .contact_body .box_s .select {
  height: 32px;
  border: solid 1px #ccc;
  width: 100%;
  font-size: 16px;
  padding: 5px;
  margin-top: 20px;
}
.contact_main .contact .contact_body .box_s .btn_style {
  padding-bottom: 5px;
  padding: 10px;
  background: #8A755A;
  display: inline-block;
  padding: 15px 19px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #666;
  margin-top: 12px;
}
.contact_main .contact .contact_body .box_hide {
  padding-top: 15px;
  display: none;
}
.contact_main .contact .contact_body .box_hide textarea {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 10px;
  height: 110px;
  border: solid 1px #ccc;
}
.contact_main .contact .contact_body .flex {
  padding: 36px 0;
}
.contact_main .contact .contact_body .flex .boxs {
  flex: 0 0 100%;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .contact_main .contact .contact_body .flex .boxs {
    margin-bottom: 25px;
  }
}
.contact_main .contact .contact_body .flex .boxs .title {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 16px;
  transition: 0.5s top;
}
.contact_main .contact .contact_body .flex .boxs .title span {
  color: red;
}
.contact_main .contact .contact_body .flex .boxs .input_row .input {
  width: 100%;
  height: 32px;
  border: none;
  border-bottom: solid 1px #ccc;
  background-color: transparent;
  font-size: 16px;
  padding-left: 10px;
}
.contact_main .contact .contact_body .flex .box {
  flex: 0 0 49%;
  position: relative;
  margin-bottom: 25px;
  margin-left: 1%;
}
@media (max-width: 500px) {
  .contact_main .contact .contact_body .flex .box {
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 25px;
    margin-left: 0%;
  }
}
.contact_main .contact .contact_body .flex .box .title {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 16px;
  transition: 0.5s top;
}
.contact_main .contact .contact_body .flex .box .title span {
  color: red;
}
.contact_main .contact .contact_body .flex .box .input_row .input {
  width: 100%;
  height: 32px;
  border: none;
  border-bottom: solid 1px #ccc;
  background-color: transparent;
  font-size: 16px;
  padding-left: 10px;
}
.contact_main .contact .contact_body .flex .box_odd {
  margin-right: 1%;
  margin-left: 0;
}
@media (max-width: 500px) {
  .contact_main .contact .contact_body .flex .box_odd {
    margin: 0;
    margin-bottom: 25px;
  }
}
.contact_main .contact .contact_body .flex .focus .title {
  top: -11px;
  transition: 0.5s top font-size;
  font-size: 12px;
}
.contact_main .contact .contact_body .flex .focus .title span {
  color: red;
}

.privacy_box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 30px;
}
.privacy_box .content_row {
  position: relative;
}
.privacy_box .content_row .close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #000;
  cursor: pointer;
  border-radius: 100%;
}
.privacy_box .content_row .close:before {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  top: 17px;
  right: 6px;
  transform: rotate(45deg);
  background: #fff;
}
.privacy_box .content_row .close:after {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  top: 17px;
  right: 6px;
  transform: rotate(-45deg);
  background: #fff;
}
.privacy_box .content {
  background-color: #fff;
  padding: 36px 30px;
  width: 100%;
  max-width: 960px;
  overflow-y: auto;
  height: 85vh;
}
.privacy_box .content h2 {
  color: #000;
  font-size: 26px;
  padding: 10px 25px;
  text-align: center;
}
.privacy_box .content p {
  line-height: 22px;
  font-size: 15px;
  padding: 15px 0;
}

.privacy_row {
  line-height: 25px;
  text-align: justify;
  padding: 40px 0;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.privacy_row p {
  padding: 10px 0;
  color: #666;
}
.privacy_row p span {
  display: block;
  font-size: 18px;
  color: #000;
}
.privacy_row h2 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 10px;
}

.build_banner {
  position: relative;
}
.build_banner .slick-prev {
  left: 5px;
  top: 120px;
  position: absolute;
  z-index: 9;
  background-color: transparent;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
.build_banner .slick-next {
  right: 5px;
  top: 120px;
  position: absolute;
  z-index: 9;
  background-color: transparent;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
.build_banner .slick-dots {
  left: 5px;
  top: 235px;
  position: absolute;
  display: flex;
}
.build_banner .slick-dots button {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 0;
  border: none;
  margin-right: 8px;
  width: 28px;
  cursor: pointer;
  height: 3px;
}
.build_banner .slick-dots .slick-active button {
  background-color: white;
}

.build_wrap {
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 100px;
}

.page {
  text-align: center;
}
.page a {
  display: inline-block;
  padding: 0 6px;
  color: #4A4A42;
  font-weight: 300;
}
.page span {
  display: inline-block;
  padding: 0 2px;
  margin: 0 4px;
  color: #68533B;
  font-weight: bold;
  border-bottom: solid 1px #68533B;
}

.number_p {
  text-align: center;
  padding-right: 168px;
}
@media (max-width: 500px) {
  .number_p {
    padding: 0;
  }
}

.copyrights {
  padding-top: 10px;
  color: #fff;
  font-size: 13px;
  background-color: #68533b;
  padding-bottom: 70px;
  margin-top: -1px;
}
@media (max-width: 1400px) {
  .copyrights {
    padding-bottom: 30px;
  }
}
@media (max-width: 908px) {
  .copyrights {
    padding: 0 20px 30px;
  }
}
@media (max-width: 500px) {
  .copyrights {
    padding: 0;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .copyrights p {
    margin-left: -2px;
  }
}
@media (max-width: 1400px) {
  .copyrights .container {
    padding: 0 20px;
  }
}
@media (max-width: 908px) {
  .copyrights .container {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 500px) {
  .copyrights .container {
    padding: 15px;
    text-align: center;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row .col {
  flex: 0 0 33.3333333333%;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .row .col {
    flex: 0 0 50%;
  }
}
@media (max-width: 500px) {
  .row .col {
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 0px;
  }
}
.row .col article {
  background: #8A755A;
  color: #fff;
  padding: 15px 0;
  margin-top: -3px;
  font-weight: 400;
  height: 68px;
}

.pageWrap {
  text-align: center;
  margin: 36px 0 0;
}
.pageWrap a {
  display: inline-block;
  margin: 0 5px;
  font-weight: 300;
  color: #4A4A42;
}
.pageWrap span {
  display: inline-block;
  margin: 0 5px;
  color: #68533B;
  font-weight: bold;
  border-bottom: solid 1px #000;
}

.listNav {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .listNav {
    margin: 36px 0 40px;
    display: block;
    padding: 0px;
  }
}
.listNav .hideNav {
  display: none;
}
@media (max-width: 500px) {
  .listNav .hideNav {
    display: flex;
    background-color: #4A4A42;
    color: #fff;
    padding: 15px;
    justify-content: space-between;
  }
}
.listNav .navBtn {
  font-family: "Noto Serif", serif !important;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
  box-shadow: 0 2px 10px 0 rgba(37, 37, 37, 0.15);
  background-color: #fff;
  border-radius: 25px;
  margin-top: 20px;
  outline: 0 !important;
  border: none;
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  padding: 7px 38px;
  margin-right: 15px;
}
@media (max-width: 500px) {
  .listNav .navBtn {
    flex: 0 0 100%;
    font-size: 16px;
    display: none;
    padding: 15px;
    margin-right: 0;
    border: solid 1px #000;
    margin-top: -1px;
  }
}
.listNav .navBtn:hover {
  background-color: #8A755A;
  color: #fff;
}
.listNav .navBtn:hover a {
  color: #fff;
}
.listNav .navActive {
  background-color: #8A755A;
  color: #fff;
}
.listNav .navActive a {
  color: #fff;
}

.instagramRow {
  display: flex;
  flex-wrap: wrap;
}
.instagramRow .instagram {
  flex: 0 0 33.33%;
  padding: 0 15px;
  margin: 36px 0;
  overflow: hidden;
}
@media (max-width: 500px) {
  .instagramRow .instagram {
    margin: 18px 0;
    padding: 0;
  }
}
.instagramRow .instagram iframe {
  max-width: 100% !important;
  height: 637px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 500px) {
  .instagramRow .instagram iframe {
    min-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .instagramRow .instagram {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .instagramRow .instagram {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .instagramRow .instagram:first-child {
    margin-top: 0;
  }
}

.hotCakesWrap {
  max-width: 1366px;
  padding: 0 32px;
  margin: auto;
}
@media (max-width: 500px) {
  .hotCakesWrap {
    padding: 0;
  }
}
.hotCakesWrap .titleBig {
  font-family: "Noto Serif", serif;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 32px;
  font-weight: 600;
}
.hotCakesWrap .hotCakes {
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 64px;
}
@media (max-width: 960px) {
  .hotCakesWrap .hotCakes {
    padding: 0 8%;
  }
}
@media (max-width: 640px) {
  .hotCakesWrap .hotCakes {
    padding: 0;
  }
}
.hotCakesWrap .hotCakes .row .pic {
  padding-right: 16px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 960px) {
  .hotCakesWrap .hotCakes .row .pic {
    padding-right: 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hotCakesWrap .hotCakes .row .pic img {
  max-width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hotCakesWrap .hotCakes .row .pic .btnWrap {
  text-align: center;
  padding: 24px 0;
}
.hotCakesWrap .hotCakes .row .pic .btnWrap a {
  color: #fff;
  display: inline-block;
  line-height: 32px;
  padding: 8px 32px;
  border-radius: 6px;
  background-color: #d69942;
  margin: 0 8px;
}
.hotCakesWrap .hotCakes .row .pic .btnWrap a:hover {
  background-color: #ce9039;
}
.hotCakesWrap .hotCakes .row .artTable {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 16px;
}
@media (max-width: 960px) {
  .hotCakesWrap .hotCakes .row .artTable {
    padding-left: 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hotCakesWrap .hotCakes .row .artTable .title {
  font-family: "Noto Serif TC", serif;
  font-size: 28px;
  line-height: 38px;
  color: #313131;
  margin-bottom: 32px;
  font-weight: 700;
  position: relative;
  padding-bottom: 16px;
}
@media (max-width: 500px) {
  .hotCakesWrap .hotCakes .row .artTable .title {
    text-align: center;
    padding-top: 16px;
  }
}
.hotCakesWrap .hotCakes .row .artTable .title::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ae845f;
}
@media (max-width: 500px) {
  .hotCakesWrap .hotCakes .row .artTable .title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.hotCakesWrap .hotCakes .row .artTable .hotCol:nth-child(even) {
  background-color: #f8f8f8;
}
.hotCakesWrap .hotCakes .row .artTable .hotCol:nth-child(odd) {
  background-color: #fff;
}
.hotCakesWrap .hotCakes .row .artTable .hotCol {
  padding: 10px 16px;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  line-height: 32px;
  color: #7a7a7a;
  display: flex;
  flex-wrap: wrap;
}
.hotCakesWrap .hotCakes .row .artTable .hotCol:hover {
  background-color: #f8f8f8;
}
.hotCakesWrap .hotCakes .row .artTable .hotCol span {
  flex: 0 0 100px;
}
@media (max-width: 500px) {
  .hotCakesWrap .hotCakes .row .artTable .hotCol span {
    flex: 0 0 80px;
  }
}
.hotCakesWrap .hotCakes .row .artTable .hotCol strong {
  flex: 0 0 calc(100% - 100px);
}
@media (max-width: 500px) {
  .hotCakesWrap .hotCakes .row .artTable .hotCol strong {
    flex: 0 0 calc(100% - 80px);
  }
}
.hotCakesWrap .hotCakes .googleForm {
  background-color: #f8f8f8;
  padding: 52px;
  border-radius: 16px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .hotCakesWrap .hotCakes .googleForm {
    padding: 40px 32px;
  }
}
.hotCakesWrap .hotCakes .googleForm .checkRow {
  text-align: center;
  padding-top: 24px;
  font-family: "Noto Serif TC", serif;
  color: #5d5d5d;
}
@media (max-width: 500px) {
  .hotCakesWrap .hotCakes .googleForm .checkRow {
    font-size: 13.56px;
  }
}
.hotCakesWrap .hotCakes .googleForm .checkRow a {
  border-bottom: solid 1px #5d5d5d;
}
.hotCakesWrap .hotCakes .googleForm .btnWrap {
  text-align: center;
  padding: 24px 0;
}
@media (max-width: 500px) {
  .hotCakesWrap .hotCakes .googleForm .btnWrap {
    padding: 0;
  }
}
.hotCakesWrap .hotCakes .googleForm .btnWrap a {
  color: #fff;
  display: inline-block;
  line-height: 32px;
  padding: 8px 32px;
  border-radius: 6px;
  background-color: #d69942;
  margin: 0 8px;
}
.hotCakesWrap .hotCakes .googleForm .btnWrap a:hover {
  background-color: #ce9039;
}
.hotCakesWrap .hotCakes .googleForm .row .formRow {
  flex: 0 0 50%;
  padding-right: 24px;
}
@media (max-width: 960px) {
  .hotCakesWrap .hotCakes .googleForm .row .formRow {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol p {
  font-size: 18px;
  font-family: "Noto Serif TC", serif;
  color: #5d5d5d;
  line-height: 32px;
  padding-bottom: 4px;
  flex: 0 0 100%;
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol p span {
  color: #c02;
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol input[type=text] {
  width: 100%;
  height: 38px;
  font-size: 18px;
  padding-left: 4px;
  border-radius: 4px;
  border: solid 1px #a7a7a7;
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol input[type=text]:focus {
  border: solid 1px #ae845f;
  box-shadow: 0px 0px 11px #cbcbca;
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .cityRow {
  width: 100%;
  flex: 0 0 100%;
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol select {
  width: 100%;
  height: 38px;
  font-size: 16px;
  font-family: "Noto Serif TC", serif;
  padding: 0 4px;
  border-radius: 4px;
  border: solid 1px #a7a7a7;
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol select:focus {
  border: solid 1px #ae845f;
  box-shadow: 0px 0px 11px #cbcbca;
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol textarea {
  width: 100%;
  height: 234px !important;
  font-size: 16px;
  font-family: "Noto Serif TC", serif;
  margin: 0 !important;
  border-radius: 4px;
  border: solid 1px #a7a7a7;
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol textarea:focus {
  border: solid 1px #ae845f;
  box-shadow: 0px 0px 11px #cbcbca;
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .county {
  margin-right: 2%;
  width: 48%;
}
@media (max-width: 500px) {
  .hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .county {
    flex: 0 0 100%;
    margin: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .district {
  width: 48%;
  margin-left: 2%;
}
@media (max-width: 500px) {
  .hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .district {
    flex: 0 0 100%;
    margin: 0;
    width: 100%;
  }
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .row {
  flex: 0 0 100%;
  margin: 0;
}
@media (max-width: 960px) {
  .hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .row {
    margin: 0;
  }
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .row .formCol {
  flex: 0 0 50%;
  margin: 0;
}
@media (max-width: 960px) {
  .hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .row .formCol {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .row .formCol {
    flex: 0 0 100%;
  }
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .row .formCol:nth-child(odd) {
  padding-right: 2%;
}
@media (max-width: 500px) {
  .hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .row .formCol:nth-child(odd) {
    padding: 0;
  }
}
.hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .row .formCol:nth-child(even) {
  padding-left: 2%;
}
@media (max-width: 500px) {
  .hotCakesWrap .hotCakes .googleForm .row .formRow .formCol .row .formCol:nth-child(even) {
    padding: 0;
  }
}
.hotCakesWrap .hotCakes:last-child {
  border-bottom: none;
}

.privacy {
  max-width: 1140px;
  margin: auto;
  padding: 80px 30px;
  line-height: 32px;
}
.privacy h1 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 15px;
  font-family: "Noto Serif TC", serif;
}
.privacy ol {
  list-style: auto;
  padding: 30px 20px;
}
.privacy ol li {
  padding-bottom: 20px;
  text-align: justify;
}
.privacy ol li ul {
  list-style: cjk-ideographic;
  padding-left: 32px;
}
.privacy ol li ul li {
  padding-bottom: 5px;
}
.privacy .rePage {
  text-align: center;
}
.privacy .rePage a {
  display: block;
  max-width: 128px;
  margin: auto;
  padding: 16px 25px;
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #000;
}
.privacy .rePage a:hover {
  box-shadow: 0px 2px 7px #939393;
}

.homeBanner .slider .row {
  align-items: center;
}
.homeBanner .slider .row .article {
  flex: 0 0 26.2%;
  padding: 0 45px;
}
@media (max-width: 1200px) {
  .homeBanner .slider .row .article {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .homeBanner .slider .row .article {
    flex: 0 0 35%;
  }
}
@media (max-width: 500px) {
  .homeBanner .slider .row .article {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .homeBanner .slider .row .article .title {
    padding-bottom: 0;
    margin-top: 24px;
  }
}
.homeBanner .slider .row .article .title span {
  color: #FFF;
  background: #8A755A;
  display: inline-block;
  padding: 12px 20px;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-size: 22.5px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2.25px;
}
.homeBanner .slider .row .article .content {
  padding: 60px 0;
  border-top: solid 1px #A1917B;
  border-bottom: solid 1px #A1917B;
  overflow: hidden;
  color: #4A4A42;
  text-align: justify;
  font-family: "Noto Serif TC", serif;
  font-size: 28.13px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2.813px;
}
@media (max-width: 768px) {
  .homeBanner .slider .row .article .content {
    padding: 28px 0;
  }
}
.homeBanner .slider .row .article .content .art {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 1024px) {
  .homeBanner .slider .row .article .content .art {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 25px;
  }
}
.homeBanner .slider .row .article .more {
  text-align: right;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .homeBanner .slider .row .article .more {
    padding-top: 32px;
  }
}
@media (max-width: 500px) {
  .homeBanner .slider .row .article .more {
    padding-bottom: 32px;
  }
}
.homeBanner .slider .row .article .more a {
  display: inline-block;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #8A755A;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-size: 14.4px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.72px;
  border-radius: 100px;
  border: 1px solid #A1917B;
  background: #F8F3ED;
}
.homeBanner .slider .row .picture {
  flex: 0 0 73.8%;
  max-width: 73.8%;
}
@media (max-width: 768px) {
  .homeBanner .slider .row .picture {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (max-width: 500px) {
  .homeBanner .slider .row .picture {
    flex: 0 0 100%;
    max-width: 100%;
    order: -2;
  }
}
.homeBanner .slider .row .picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 1200px) {
  .homeBanner .slider .row .picture img {
    aspect-ratio: 16/12;
  }
}
@media (max-width: 768px) {
  .homeBanner .slider .row .picture img {
    aspect-ratio: 360/340;
  }
}
@media (max-width: 500px) {
  .homeBanner .slider .row .picture img {
    aspect-ratio: 360/273;
  }
}

.bannerWrap {
  position: relative;
}
.bannerWrap .bannerControl {
  position: absolute;
  z-index: 3;
  left: 45px;
  bottom: 5%;
}
@media (max-width: 1200px) {
  .bannerWrap .bannerControl {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .bannerWrap .bannerControl {
    bottom: 24px;
  }
}
@media (max-width: 500px) {
  .bannerWrap .bannerControl {
    bottom: auto;
    top: 62%;
    width: 100%;
    left: 0;
    color: #fff;
    padding: 0 24px;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 500px) {
  .bannerWrap .bannerControl {
    top: 50%;
  }
}
@media (max-width: 425px) {
  .bannerWrap .bannerControl {
    top: 44%;
  }
}
@media (max-width: 375px) {
  .bannerWrap .bannerControl {
    top: 45%;
  }
}
@media (max-width: 340px) {
  .bannerWrap .bannerControl {
    top: 40%;
  }
}
@media (max-width: 320px) {
  .bannerWrap .bannerControl {
    top: 40%;
  }
}
.bannerWrap .bannerControl button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.bannerWrap .bannerControl .counter, .bannerWrap .bannerControl .current, .bannerWrap .bannerControl .next, .bannerWrap .bannerControl .total {
  text-align: center;
  margin: 0 6px;
  display: inline-block;
}
.bannerWrap .bannerControl .prev svg, .bannerWrap .bannerControl .next svg {
  text-shadow: 0 0 20px #000;
}
@media (max-width: 500px) {
  .bannerWrap .bannerControl .prev svg path, .bannerWrap .bannerControl .next svg path {
    fill: #fff;
  }
}

@media (max-width: 960px) {
  .fuYuBanner .slider .pic img {
    aspect-ratio: 768/402;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .fuYuBanner .slider .pic img {
    aspect-ratio: 360/273;
  }
}
@media (max-width: 768px) {
  .fuYuBanner .slider .pc {
    display: none !important;
  }
}
.fuYuBanner .slider .md {
  display: none !important;
}
@media (max-width: 768px) {
  .fuYuBanner .slider .md {
    display: block !important;
  }
}
@media (max-width: 500px) {
  .fuYuBanner .slider .md {
    display: none !important;
  }
}
.fuYuBanner .slider .xs {
  display: none !important;
}
@media (max-width: 500px) {
  .fuYuBanner .slider .xs {
    display: block !important;
  }
}
@media (max-width: 500px) {
  .fuYuBanner .slider .info img {
    max-width: 64%;
    margin: auto;
    margin-bottom: 4px;
  }
}
.fuYuBanner .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 5;
  left: 0;
  bottom: 20px;
}
.fuYuBanner .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: rgba(217, 217, 217, 0.5);
  border-radius: 100%;
  cursor: pointer;
}
@media (max-width: 500px) {
  .fuYuBanner .slick-dots li {
    width: 9px;
    margin: 0 4px;
    height: 9px;
    background-color: rgba(217, 217, 217, 0.5);
  }
}
.fuYuBanner .slick-dots li button {
  display: none;
}
.fuYuBanner .slick-dots .slick-active {
  background-color: #fff;
}
.fuYuBanner .slider {
  position: relative;
}
.fuYuBanner .slider article {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.fuYuBanner .slider article .title {
  color: #FFF;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  font-family: "Noto Serif TC", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px; /* 125% */
  letter-spacing: 3.2px;
  padding: 14px 0 28px;
  flex: 0 0 100%;
  text-align: center;
}
@media (max-width: 900px) {
  .fuYuBanner .slider article .title {
    font-size: 48px;
    padding: 6px 0 20px;
  }
}
@media (max-width: 500px) {
  .fuYuBanner .slider article .title {
    color: #FFF;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    font-family: "Noto Serif CJK KR";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.92px; /* 92.571% */
    letter-spacing: 1.68px;
    padding: 5px;
  }
}
.fuYuBanner .slider article .art {
  color: #FFF;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  font-family: "Noto Serif TC", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 4.2px;
  flex: 0 0 100%;
  text-align: center;
}
@media (max-width: 900px) {
  .fuYuBanner .slider article .art {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .fuYuBanner .slider article .art {
    color: #FFF;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    font-family: "Noto Serif CJK KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 143.75% */
    letter-spacing: 2.4px;
  }
}
@media (max-width: 375px) {
  .fuYuBanner .slider article .art {
    font-size: 12px;
  }
}

.fuYuWrap .fuYu {
  padding-top: 112px;
  padding-bottom: 211px;
}
@media (max-width: 1400px) {
  .fuYuWrap .fuYu {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu {
    padding: 75px;
  }
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu {
    padding: 46px 23px;
  }
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .container {
    padding: 0;
  }
}
.fuYuWrap .fuYu .title {
  color: #000;
  font-family: "Noto Serif TC";
  font-size: 25.92px;
  font-weight: 500;
  line-height: 23px; /* 92% */
  letter-spacing: 0.75px;
  margin-bottom: 41px;
  position: relative;
  padding-bottom: 18px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .title {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
.fuYuWrap .fuYu .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 51px;
  height: 2px;
  background-color: #8A755A;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .title::before {
    width: 36px;
  }
}
@media (max-width: 1024px) {
  .fuYuWrap .fuYu .row {
    align-items: flex-start;
  }
}
.fuYuWrap .fuYu .row .fuYuSlick {
  flex: 0 0 44%;
  max-width: 44%;
  padding-right: 20px;
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .row .fuYuSlick {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 56px;
  }
}
.fuYuWrap .fuYu .row .fuYuSlick img {
  aspect-ratio: 595/413;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .fuYuWrap .fuYu .row .fuYuSlick img {
    aspect-ratio: 595/413;
  }
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .row .fuYuSlick img {
    aspect-ratio: 595/413;
  }
}
.fuYuWrap .fuYu .row .fuYuSlick .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 5;
  left: 0;
  bottom: 20px;
}
.fuYuWrap .fuYu .row .fuYuSlick .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 3px;
  background-color: rgba(217, 217, 217, 0.5);
  border-radius: 100%;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .row .fuYuSlick .slick-dots li {
    background-color: rgba(217, 217, 217, 0.5);
  }
}
.fuYuWrap .fuYu .row .fuYuSlick .slick-dots li button {
  display: none;
}
.fuYuWrap .fuYu .row .fuYuSlick .slick-dots .slick-active {
  background-color: #fff;
}
.fuYuWrap .fuYu .row .table {
  padding-left: 19px;
  flex: 0 0 56%;
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .row .table {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.fuYuWrap .fuYu .row .table .tableRow {
  display: flex;
  flex-wrap: wrap;
}
.fuYuWrap .fuYu .row .table .tableRow p {
  margin-bottom: 7px;
  font-size: 15px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .row .table .tableRow p {
    font-size: 15.6px;
  }
}
.fuYuWrap .fuYu .row .table .tableRow .colRow {
  flex: 0 0 50%;
  padding-left: 6.5px;
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .row .table .tableRow .colRow {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.fuYuWrap .fuYu .row .table .tableRow .colRow .county {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  margin-right: 5px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #B6B6B6;
  background: #FFF;
  font-size: 15px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .row .table .tableRow .colRow .county {
    font-size: 15.6px;
  }
}
.fuYuWrap .fuYu .row .table .tableRow .colRow .district {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  margin-left: 5px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #B6B6B6;
  background: #FFF;
  font-size: 15px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .row .table .tableRow .colRow .district {
    font-size: 15.6px;
  }
}
.fuYuWrap .fuYu .row .table .tableRow .colRow .cityRow {
  display: flex;
  flex-wrap: wrap;
}
.fuYuWrap .fuYu .row .table .tableRow .col {
  padding: 0;
  flex: 0 0 50%;
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .row .table .tableRow .col {
    flex: 0 0 100%;
  }
}
.fuYuWrap .fuYu .row .table .tableRow .col span {
  color: #c02;
}
.fuYuWrap .fuYu .row .table .tableRow .col input, .fuYuWrap .fuYu .row .table .tableRow .col select {
  height: 34px;
  border-radius: 4px;
  border: 1px solid #B6B6B6;
  background: #FFF;
  width: 100%;
  font-size: 15px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .row .table .tableRow .col input, .fuYuWrap .fuYu .row .table .tableRow .col select {
    font-size: 15.6px;
  }
}
.fuYuWrap .fuYu .row .table .tableRow .col:nth-child(2n+1) {
  padding-right: 6.5px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .row .table .tableRow .col:nth-child(2n+1) {
    padding: 0;
  }
}
.fuYuWrap .fuYu .row .table .tableRow .col:nth-child(2n) {
  padding-left: 6.5px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .row .table .tableRow .col:nth-child(2n) {
    padding: 0;
  }
}
.fuYuWrap .fuYu .row .table .tableRow .colAll {
  flex: 0 0 100%;
}
.fuYuWrap .fuYu .row .table .tableRow .colAll textarea {
  height: 77px !important;
  border-radius: 4px;
  border: 1px solid #B6B6B6;
  background: #FFF;
  width: 100%;
  margin: 0 !important;
  font-size: 15px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .row .table .tableRow .colAll textarea {
    font-size: 15.6px;
  }
}
.fuYuWrap .fuYu .row .table .tableRow .checkRow {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: space-between;
  flex: 0 0 100%;
  align-items: center;
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .row .table .tableRow .checkRow {
    font-size: 15px;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .row .table .tableRow .checkRow {
    font-size: 13.56px;
  }
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .row .table .tableRow .checkRow label {
    flex: 0 0 100%;
    text-align: center;
    padding-bottom: 16px;
  }
}
.fuYuWrap .fuYu .row .table .tableRow .checkRow button {
  width: 151.133px;
  height: 43px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif TC";
  font-size: 16.6px;
  font-weight: 600;
  letter-spacing: 1.66px;
  background-color: #8a755a;
  border: none;
  cursor: pointer;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .row .table .tableRow .checkRow button {
    font-size: 15.6px;
  }
}
.fuYuWrap .fuYu .row .table .tableRow .checkRow button:hover {
  background-color: #4A4A42;
}
.fuYuWrap .fuYu .row .table .tableRow .checkRow a {
  border-bottom: solid 1px #313131;
}
.fuYuWrap .fuYu .fuYuTabs {
  padding-top: 106px;
}
.fuYuWrap .fuYu .fuYuTabs .tabsNav {
  display: flex;
  flex-wrap: wrap;
}
.fuYuWrap .fuYu .fuYuTabs .tabsNav .navBtn {
  margin-right: 12px;
  padding: 13px 35px;
  color: #323230;
  font-family: "Noto Serif TC";
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.48px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsNav .navBtn {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsNav .navBtn {
    margin-right: 4px;
    background-color: #e6ded3;
    padding: 10px 14px;
    color: #323230;
    font-family: "Noto Serif TC";
    font-size: 15.6px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.48px;
    cursor: pointer;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsNav .navBtn:nth-child(1) {
  background: #F2EADE;
}
.fuYuWrap .fuYu .fuYuTabs .tabsNav .navBtn:nth-child(2) {
  background: #E6DED3;
}
.fuYuWrap .fuYu .fuYuTabs .tabsNav .navBtn:nth-child(3) {
  background: #DAD3C8;
}
.fuYuWrap .fuYu .fuYuTabs .tabsNav .active {
  background: #F2EADE;
  font-size: 18px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsNav .active {
    font-size: 15.6px;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsNav .active span {
  border-bottom: solid 1px #4A4A42;
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox {
  background: #F2EADE;
  padding: 77px 72px 63px 59px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox {
    padding: 29px 16px;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox .title {
  color: #000;
  font-family: "Noto Serif TC";
  font-size: 25.92px;
  font-weight: 500;
  line-height: 23px; /* 92% */
  letter-spacing: 0.75px;
  padding-bottom: 18px;
  margin-bottom: 34px;
}
@media (max-width: 1024px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox .title {
    margin-bottom: 12px;
  }
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox .title {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 51px;
  height: 2px;
  background-color: #8A755A;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox .title::before {
    width: 36px;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox1 {
  display: none;
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox1 .row .art {
  flex: 0 0 61%;
  padding-right: 99px;
}
@media (max-width: 1200px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox1 .row .art {
    flex: 0 0 50%;
    padding-right: 30px;
  }
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox1 .row .art {
    flex: 0 0 100%;
    padding-right: 0px;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox1 .row .art p {
  text-align: justify;
  color: #4A4A42;
  font-family: "Noto Serif TC";
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.54px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox1 .row .art p {
    font-size: 15.6px;
    line-height: 32px;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox1 .row .pic {
  flex: 0 0 39%;
}
@media (max-width: 1200px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox1 .row .pic {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox1 .row .pic {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    order: -1;
    margin-bottom: 45px;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox1 .row .pic img {
  aspect-ratio: 486/305;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox2 {
  display: none;
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(2n+1) {
  padding-right: 23.5px;
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(2n+1) {
    padding: 0;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(2n) {
  padding-left: 23.5px;
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(2n) {
    padding: 0;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section {
  margin-bottom: 18px;
  flex: 0 0 50%;
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section {
    flex: 0 0 100%;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section .col {
  padding: 11px 14px;
  background: #DDD3C4;
  text-align: left;
  margin: 0;
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(2) .col, .fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(3) .col, .fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(6) .col, .fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(7) .col {
  background: rgba(255, 255, 255, 0.29);
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(2) .col, .fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(3) .col, .fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(6) .col, .fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(7) .col {
    background: #DDD3C4;
  }
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox2 .row .section:nth-child(2n) .col {
    background: rgba(255, 255, 255, 0.29);
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox3 {
  display: none;
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox3 .art {
  flex: 0 0 50%;
  padding-right: 72.5px;
}
@media (max-width: 1200px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox3 .art {
    padding-right: 36px;
  }
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox3 .art {
    flex: 0 0 100%;
    padding: 0;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox3 .art p {
  text-align: justify;
  color: #4A4A42;
  font-family: "Noto Serif TC";
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.54px;
}
@media (max-width: 500px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox3 .art p {
    font-size: 15.6px;
    line-height: 32px;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox3 .video {
  flex: 0 0 50%;
  padding-left: 72.5px;
}
@media (max-width: 1200px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox3 .video {
    padding-left: 36px;
  }
}
@media (max-width: 960px) {
  .fuYuWrap .fuYu .fuYuTabs .tabsBox3 .video {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 45px;
    order: -2;
  }
}
.fuYuWrap .fuYu .fuYuTabs .tabsBox3 .video iframe, .fuYuWrap .fuYu .fuYuTabs .tabsBox3 .video video {
  width: 100%;
  height: 315px;
  border-radius: 15px;
  display: block;
}
.fuYuWrap .fuYu .fuYuTabs .tabsBoxActive {
  display: block;
}/*# sourceMappingURL=style.css.map */