@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+TC:wght@200..900&display=swap");
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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, 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;
  vertical-align: baseline;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "STIXTwoMath";
  src: url("../font/STIXTwoMath-Regular.ttf") format("truetype");
}
header {
  position: fixed;
  z-index: 50;
  width: 1072px;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  header {
    max-width: 92%;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 32px;
    background-color: #313b4d;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header {
    top: 40px;
  }
}
@media all and (max-width: 767px) {
  header {
    top: 0;
    left: 0;
    height: 0;
  }
}
header .logo {
  position: absolute;
  z-index: 5;
}
@media all and (min-width: 768px) {
  header .logo {
    top: 0;
    left: 50%;
    transform: translate(-50%, -37%);
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header .logo {
    width: 100px;
    transform: translate(-50%, -22%);
  }
}
@media all and (max-width: 767px) {
  header .logo {
    width: 70px;
    top: 10px;
    left: 10px;
  }
}
@media all and (max-width: 767px) {
  header .menuBox {
    width: 100vw;
    height: 100vh;
    padding: 120px 20px 50px;
    background-color: #313b4d;
    transform: translateY(-101%);
    transition: transform 0.75s 0.25s;
  }
}
@media all and (min-width: 768px) {
  header .nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  header .nav-menu {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.25s;
  }
}
@media all and (min-width: 768px) {
  header .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 63px;
    flex: 0 0 50%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header .menu {
    height: 60px;
  }
}
@media all and (min-width: 1200px) {
  header .menu-left {
    padding: 0 123px 0 100px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  header .menu-left {
    padding: 0 90px 0 60px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header .menu-left {
    padding: 0 60px 0 25px;
  }
}
@media all and (min-width: 1200px) {
  header .menu-right {
    padding: 0 100px 0 123px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  header .menu-right {
    padding: 0 60px 0 90px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header .menu-right {
    padding: 0 25px 0 60px;
  }
}
@media all and (min-width: 768px) {
  header li:hover .menu-list .tw {
    color: #f9dbad;
  }
}
header li.active .menu-list .icon {
  display: block;
}
@media all and (max-width: 767px) {
  header li.active .menu-list .icon {
    opacity: 1;
  }
}
header li.active .menu-list .tw {
  font-size: 16.67px;
  font-weight: 700;
  color: #f9dbad;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header li.active .menu-list .tw {
    font-size: 15.5px;
  }
}
@media all and (max-width: 767px) {
  header li.active .menu-list .tw {
    font-size: 18px;
  }
}
header li.active .menu-list .jp {
  display: block;
  width: 0;
  word-break: keep-all;
}
header li .menu-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media all and (max-width: 767px) {
  header li .menu-list {
    margin-bottom: 20px;
    justify-content: center;
    margin-left: -40px;
  }
}
header li .menu-list .icon {
  display: none;
  margin-right: 9px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header li .menu-list .icon {
    margin-right: 5px;
    width: 24px;
    height: 20px;
  }
  header li .menu-list .icon img {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  header li .menu-list .icon {
    display: block;
    margin-right: 15px;
    opacity: 0;
  }
}
header li .tw {
  font-size: 14.5px;
  font-weight: 600;
  color: #fff;
  transition: color 0.5s;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header li .tw {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  header li .tw {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 2px;
  }
}
header li .jp {
  display: none;
  font-size: 8.89px;
  font-weight: 500;
  color: #fefefe;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header li .jp {
    font-size: 7px;
  }
}
@media all and (max-width: 767px) {
  header li .jp {
    font-size: 12px;
  }
}
header .hamMenu {
  display: none;
}
@media all and (max-width: 767px) {
  header .hamMenu {
    position: absolute;
    z-index: 5;
    top: 25px;
    right: 20px;
    display: inline-block;
    overflow: hidden;
  }
}
header .hamMenu.active span:nth-child(1) {
  transform: rotate(38deg);
  top: 22px;
  left: 16px;
}
header .hamMenu.active span:nth-child(2) {
  left: 100px;
}
header .hamMenu.active span:nth-child(3) {
  transform: rotate(-38deg);
  top: 22px;
  left: 16px;
}
header .hamMenu button {
  cursor: pointer;
  display: block;
  border: none;
  width: 50px;
  height: 43px;
  background: url("../images/btn.png") center/contain no-repeat;
}
header .hamMenu span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #313b4d;
  transition: 0.5s;
}
header .hamMenu span:nth-child(1) {
  top: 18px;
}
header .hamMenu span:nth-child(2) {
  top: 23px;
}
header .hamMenu span:nth-child(3) {
  top: 28px;
}

@media all and (max-width: 767px) {
  .menuOpen header .menuBox {
    transform: none;
  }
}
@media all and (max-width: 767px) {
  .menuOpen header .nav-menu {
    opacity: 1;
    transition: opacity 0.5s 0.35s;
  }
}

footer {
  position: relative;
  min-height: 657px;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../images/footer/footer.png") top center/cover no-repeat;
}
@media all and (max-width: 1200px) {
  footer {
    min-height: auto;
    background: url("../images/footer/footer_mb.jpg") top left/100% no-repeat;
  }
  footer::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #313b4d;
  }
}
@media all and (max-width: 767px) {
  footer {
    background: url("../images/footer/footer_mo.jpg") top left/100% no-repeat;
  }
  footer::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #313b4d;
  }
}
footer .footer {
  width: 92%;
  max-width: 1072px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  footer .footer {
    width: 100%;
    padding: 45% 20px 0;
  }
}
footer .f-chestnut {
  position: absolute;
  top: 16.3%;
  left: 442px;
}
@media all and (max-width: 1920px) {
  footer .f-chestnut {
    left: calc(442px - (1920px - 100vw) / 2);
  }
}
@media all and (max-width: 1200px) {
  footer .f-chestnut {
    width: 28.3vw;
    top: 15.3%;
    left: 5%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  footer .f-chestnut {
    top: 12.1%;
  }
}
@media all and (max-width: 767px) {
  footer .f-chestnut {
    width: 44.27vw;
    top: 14.3%;
    left: 8%;
    top: calc(14.9% - (767px - 100vw) * 0.0135204082% / 1px);
  }
}
footer .chestnutIcon {
  position: absolute;
  top: 47.2%;
  left: 1188px;
  animation: jumpChestnut 2s infinite;
}
@media all and (max-width: 1920px) {
  footer .chestnutIcon {
    left: calc(1188px - (1920px - 100vw) / 2);
  }
}
@media all and (max-width: 1200px) {
  footer .chestnutIcon {
    width: 11.58vw;
    top: 49.3%;
    left: 69%;
  }
}
@media all and (max-width: 991px) {
  footer .chestnutIcon {
    width: 110px;
    top: 39.3%;
  }
}
@media all and (max-width: 767px) {
  footer .chestnutIcon {
    width: 21%;
    top: calc(37.3% - (767px - 100vw) * 0.0382653061% / 1px);
    left: 62%;
  }
}
@keyframes jumpChestnut {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-1vw);
  }
  30% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-1vw);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
footer .txtBox {
  padding-top: 129px;
  margin-left: 413px;
  margin-bottom: 56px;
  color: #313b4d;
}
@media all and (max-width: 1200px) {
  footer .txtBox {
    padding-top: 12%;
    margin-left: 37%;
  }
}
@media all and (max-width: 991px) {
  footer .txtBox {
    width: 450px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  footer .txtBox {
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(-90%);
    width: calc(100% - 40px);
    margin: 0;
    padding: 0;
  }
}
footer .txtBox .m-title {
  font-size: 23.8px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  footer .txtBox .m-title {
    font-size: 20px;
  }
}
@media all and (max-width: 991px) {
  footer .txtBox .m-title {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  footer .txtBox .m-title {
    font-size: 16px;
  }
}
@media all and (max-width: 575px) {
  footer .txtBox .m-title i {
    display: block;
  }
}
footer .txtBox .m-info {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  footer .txtBox .m-info {
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  footer .txtBox .m-info {
    font-size: 14px;
    text-align: justify;
  }
}
@media all and (max-width: 575px) {
  footer .txtBox i {
    display: block;
  }
}
footer .logo {
  margin-bottom: 18px;
}
@media all and (min-width: 1201px) {
  footer .logo {
    margin-left: 70px;
  }
}
@media all and (max-width: 991px) {
  footer .logo img {
    width: 120px;
  }
}
@media all and (max-width: 767px) {
  footer .logo img {
    width: 100px;
  }
}
footer .f-info {
  display: flex;
  align-items: baseline;
  margin-bottom: 37px;
}
@media all and (min-width: 1201px) {
  footer .f-info {
    margin: 0 77px 37px 59px;
    justify-content: space-between;
  }
}
@media all and (max-width: 991px) {
  footer .f-info {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 767px) {
  footer .f-info {
    margin-bottom: 10px;
  }
}
footer .f-link {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  width: 286px;
  max-width: 100%;
  margin-right: 98px;
}
@media all and (max-width: 991px) {
  footer .f-link {
    margin-left: -10px;
    margin-bottom: 16px;
    font-size: 14px;
    margin: 0 0 16px -10px;
  }
}
@media all and (max-width: 767px) {
  footer .f-link {
    max-width: 300px;
    margin: 0 0 16px -14px;
  }
}
footer .f-link li {
  position: relative;
  width: 33.3333333333%;
}
footer .f-link li:not(:nth-child(3n))::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  font-family: "Noto Serif TC", serif;
  line-height: 1;
}
footer .f-link li:last-child::after {
  display: none;
}
footer .f-link li a {
  display: block;
  padding: 3px 0;
  text-align: center;
}
footer .info {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #fff;
  flex: 1;
}
@media all and (max-width: 991px) {
  footer .info {
    margin-left: 5px;
    font-size: 14px;
  }
}
footer .info .font-footer {
  font-family: "STIXTwoMath", serif;
}
footer .info .font-tw {
  font-family: "Noto Serif TC", serif;
}
footer .info li {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 4px 0;
}
@media all and (max-width: 991px) {
  footer .info li {
    margin: 8px 0;
  }
}
@media all and (max-width: 767px) {
  footer .info li {
    width: 100%;
    margin: 0 0 14px;
  }
}
footer .info li .icon {
  width: 13px;
  margin: 0 7px 0 0;
}
footer .info li .icon img {
  display: block;
  width: 100%;
}
footer .info li .txt {
  line-height: 12px;
}
footer .community {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
}
@media all and (max-width: 991px) {
  footer .community {
    margin-bottom: 24px;
  }
}
footer .community li {
  margin: 0 5.3px;
}
@media all and (max-width: 991px) {
  footer .community li {
    margin: 0 8px;
  }
}
footer .community li a {
  display: block;
  width: 21px;
  height: 21px;
}
@media all and (max-width: 991px) {
  footer .community li a {
    width: 24px;
    height: 24px;
  }
}
@media all and (max-width: 991px) {
  footer .community li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
footer .copyright {
  z-index: 2;
  font-size: 8px;
  color: #fff;
  letter-spacing: 0.11em;
  text-align: center;
  padding: 7px 0 10px;
  border-top: 1px solid #fff;
}
@media all and (max-width: 991px) {
  footer .copyright {
    font-size: 10px;
  }
}
@media all and (max-width: 767px) {
  footer .copyright i {
    display: block;
  }
}
footer a {
  transition: opacity 0.5s;
}
@media all and (min-width: 768px) {
  footer a:hover {
    opacity: 0.7;
  }
}

.fixBoxBtn {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 22.4%;
  opacity: 0;
  transition: opacity 0.5s;
}
@media all and (max-width: 1920px) {
  .fixBoxBtn {
    right: calc(22.4% - (1920px - 100vw) * (22.4% - 20px) / 928px);
  }
}
@media all and (max-width: 991px) {
  .fixBoxBtn {
    right: 20px;
  }
}
@media all and (max-width: 767px) {
  .fixBoxBtn {
    bottom: 5px;
    right: 10px;
  }
}
.fixBoxBtn.show {
  opacity: 1;
}
.fixBoxBtn.change {
  position: absolute;
  bottom: auto;
}
.fixBoxBtn button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  width: 62px;
  height: 53px;
  background: url("../images/gotop.png") center/contain no-repeat;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .fixBoxBtn button {
    width: 56px;
    height: 48px;
  }
}
@media all and (max-width: 767px) {
  .fixBoxBtn button {
    width: 50px;
    height: 42px;
  }
}
@media all and (min-width: 768px) {
  .fixBoxBtn button:hover span {
    transform: translateY(-2px);
  }
}
.fixBoxBtn span {
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url("../images/gotopArrow.png") center/contain no-repeat;
  transition: transform 0.5s;
}
@media all and (min-width: 768px) {
  .fixBoxBtn span {
    transform: translateY(1px);
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .fixBoxBtn span {
    width: 16px;
    height: 10px;
  }
}
@media all and (max-width: 767px) {
  .fixBoxBtn span {
    width: 14px;
    height: 9px;
  }
}

html, body, * {
  font-family: "Lato", "Noto Serif TC", "Noto Serif JP", serif;
  letter-spacing: 0.15em;
}
html.loading, body.loading, *.loading {
  opacity: 1;
  visibility: visible;
}

html, body {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}
@media (min-width: 1921px) {
  main {
    max-width: 1920px;
    margin: 0 auto;
  }
}

.porel {
  position: relative;
}

.center {
  text-align: center;
}

::selection {
  background-color: #313b4d;
  color: #fff;
}

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

.mo {
  display: none;
}
@media all and (max-width: 767px) {
  .mo {
    display: block;
  }
}

.pc {
  display: none;
}
@media all and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.pad_pc {
  display: none;
}
@media all and (min-width: 992px) {
  .pad_pc {
    display: block;
  }
}

.pad_mb {
  display: none;
}
@media all and (max-width: 991px) {
  .pad_mb {
    display: block;
  }
}

a,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

*:focus {
  outline: none;
}

.container {
  margin: 0 auto;
  max-width: 88%;
  width: 1072px;
}
@media all and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media all and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.title .title-tw {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32.7px;
  font-weight: 700;
  color: #313b4d;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .title .title-tw {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .title .title-tw {
    font-size: 24px;
  }
}
.title .title-tw span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 2px;
  border: 1px solid #313b4d;
  letter-spacing: 0;
  line-height: 56px;
}
@media all and (max-width: 991px) {
  .title .title-tw span {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
}
@media all and (max-width: 767px) {
  .title .title-tw span {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.title .bg-jp {
  position: absolute;
  z-index: -1;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 96px;
  font-weight: 700;
  color: #eee1ce;
  opacity: 0.55;
}
@media all and (max-width: 991px) {
  .title .bg-jp {
    font-size: 70px;
  }
}
@media all and (max-width: 767px) {
  .title .bg-jp {
    font-size: 46px;
  }
}
.title .bg-jp.s_jp {
  font-size: 77.5px;
}
@media all and (max-width: 991px) {
  .title .bg-jp.s_jp {
    font-size: 60px;
  }
}
@media all and (max-width: 767px) {
  .title .bg-jp.s_jp {
    font-size: 36px;
  }
}
.title p {
  font-size: 16px;
  font-weight: 700;
  color: #b8822f;
}
@media all and (max-width: 767px) {
  .title p {
    font-size: 14px;
  }
}
.title p span {
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
}
@media all and (max-width: 767px) {
  .title p span {
    font-size: 15px;
  }
}

.btn {
  text-align: center;
}
.btn.more a {
  position: relative;
  display: inline-block;
  width: 87px;
  height: 72px;
  background: url("../images/btn.png") center/contain no-repeat;
}
@media all and (max-width: 767px) {
  .btn.more a {
    width: 70px;
    height: 58px;
  }
}
@media all and (min-width: 768px) {
  .btn.more a:hover::after {
    transform: translateX(4px);
  }
}
.btn.more a::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 33px;
  width: 20px;
  height: 9px;
  background: url("../images/arrow.png") center/contain no-repeat;
  transition: transform 0.5s;
}
@media all and (max-width: 767px) {
  .btn.more a::after {
    bottom: 14px;
    left: 28px;
    width: 16px;
    height: 7px;
  }
}
.btn.more a span {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 20px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  color: #313b4d;
  font-family: "Lato", sans-serif;
}
@media all and (max-width: 767px) {
  .btn.more a span {
    font-size: 12px;
    top: 20px;
    left: 16px;
  }
}
.btn.more-2 a {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 46px;
  background: url("../images/btn-2.png") center/contain no-repeat;
}
@media all and (max-width: 1200px) {
  .btn.more-2 a {
    width: 45px;
    height: 38px;
  }
}
@media all and (min-width: 768px) {
  .btn.more-2 a:hover::after {
    transform: translateX(4px);
  }
}
.btn.more-2 a::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 11px;
  left: 22px;
  width: 14px;
  height: 6px;
  background: url("../images/arrow-2.png") center/contain no-repeat;
  transition: transform 0.5s;
}
@media all and (max-width: 1200px) {
  .btn.more-2 a::after {
    width: 10px;
    height: 5px;
    bottom: 9px;
    left: 19px;
  }
}
.btn.more-2 a span {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 14px;
  font-size: 8.76px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  color: #313b4d;
  font-family: "Lato", sans-serif;
}
@media all and (max-width: 1200px) {
  .btn.more-2 a span {
    font-size: 8px;
    top: 13px;
    left: 10px;
  }
}
.btn.s-more {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 25px;
  background: url("../images/s-btn.png") center/contain no-repeat;
}
.btn.s-more span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 11px;
  height: 5px;
  background: url("../images/s-arrow.png") center/cover no-repeat;
  transition: transform 0.5s;
}

/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

section {
  margin-top: -1px;
}

@media all and (max-width: 1440px) {
  .banner .swiper-slide {
    height: 640px;
  }
  .banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 445px;
}
@media all and (max-width: 1920px) {
  .banner .swiper-pagination {
    padding-right: calc(445px - (1920px - 100vw) * 0.5625);
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .banner .swiper-pagination {
    padding-right: 40px;
  }
}
@media all and (max-width: 767px) {
  .banner .swiper-pagination {
    justify-content: center;
  }
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #c8a063;
  opacity: 1;
}
@media all and (max-width: 991px) {
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 5px solid #fff;
}
@media all and (max-width: 991px) {
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
  }
}
.banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
}
@media all and (min-width: 1201px) and (max-width: 1440px) {
  .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15px;
  }
}

.brand {
  padding: 144px 0 176px;
  background-color: #fdfaf3;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .brand {
    padding: 90px 0 110px;
  }
}
@media all and (max-width: 767px) {
  .brand {
    padding: 64px 0 80px;
  }
}
.brand .title {
  margin-bottom: 37px;
}
@media all and (max-width: 767px) {
  .brand .title {
    margin-bottom: 20px;
  }
}
.brand .title .title-tw {
  margin-bottom: 5px;
}
.brand .subtitle {
  width: 704px;
  max-width: 80%;
  font-size: 18.9px;
  font-weight: 500;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.2em;
  text-align: center;
  color: #313b4d;
  border-radius: 21px;
  border: 2.5px dotted #313b4d;
  padding: 7px 20px;
  margin: 0 auto 43px;
}
@media all and (max-width: 991px) {
  .brand .subtitle {
    font-size: 17px;
    padding: 5px 20px;
    border: 2px dotted #313b4d;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .brand .subtitle {
    width: 400px;
    max-width: 100%;
    font-size: 15px;
    border: 1px dotted #313b4d;
    border-radius: 40px;
    margin-bottom: 20px;
    padding: 5px 15px;
    line-height: 1.35;
  }
}
@media all and (max-width: 767px) {
  .brand .subtitle i {
    display: block;
  }
}
.brand .brand-introduction {
  margin-bottom: 12px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .brand .brand-introduction {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .brand .brand-introduction {
    margin-bottom: 25px;
  }
}
.brand .img {
  margin: 49px 0 -5px;
}
@media all and (max-width: 1200px) {
  .brand .img {
    width: 80%;
    margin: 30px auto 15px;
  }
}
@media all and (max-width: 767px) {
  .brand .img {
    width: 500px;
    max-width: 100%;
    margin: 25px auto 15px;
  }
}
.brand .img img {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .brand .introduction {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
}
@media all and (min-width: 992px) {
  .brand .introduction-top {
    padding: 0 62px 0 85px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .brand .introduction-top {
    padding: 0 30px 0 40px;
  }
}
@media all and (min-width: 992px) {
  .brand .introduction-bottom {
    padding: 0 107px 0 115px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .brand .introduction-bottom {
    padding: 0 50px 0 60px;
  }
}
.brand .introduction li {
  text-align: center;
}
@media all and (max-width: 767px) {
  .brand .introduction li {
    margin: 12px 0;
  }
}
.brand .s-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #313b4d;
  margin-bottom: 4px;
}
.brand .s-title .en {
  font-size: 31.7px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
@media all and (max-width: 991px) {
  .brand .s-title .en {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .brand .s-title .en {
    font-size: 24px;
  }
}
.brand .s-title .tw {
  font-size: 26.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-left: 19px;
}
@media all and (max-width: 991px) {
  .brand .s-title .tw {
    font-size: 24px;
    margin-left: 15px;
  }
}
@media all and (max-width: 767px) {
  .brand .s-title .tw {
    font-size: 20px;
    margin-left: 12px;
  }
}
.brand .s-title i {
  color: #a82013;
}
.brand .s-info {
  font-size: 19.4px;
  letter-spacing: 0.2em;
  color: #793d17;
  line-height: 1.43;
}
@media all and (max-width: 991px) {
  .brand .s-info {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .brand .s-info {
    font-size: 16px;
  }
}

.join {
  position: relative;
  background-color: #fdfaf3;
}
.join .title {
  margin-bottom: 28px;
}
@media all and (max-width: 767px) {
  .join .title {
    margin-bottom: 14px;
  }
}
.join .box {
  position: relative;
  padding-top: 92px;
  background: url("../images/join.jpg") bottom center/cover no-repeat;
}
@media all and (max-width: 1200px) {
  .join .box {
    background: url("../images/join_mb.jpg") bottom center/cover no-repeat;
  }
}
@media all and (min-width: 768px) {
  .join .box {
    min-height: 865px;
  }
}
@media all and (max-width: 767px) {
  .join .box {
    padding-top: 40px;
  }
}
.join .box ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.join .box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 282px;
  height: 282px;
  border-radius: 50%;
  background: rgba(255, 237, 211, 0.8);
  padding-top: 4px;
  margin: 0 0 30px -26px;
}
@media all and (max-width: 1200px) {
  .join .box li {
    width: 234px;
    height: 234px;
    padding-top: 18px;
    margin-left: -20px;
  }
}
@media all and (max-width: 767px) {
  .join .box li {
    width: 170px;
    height: 170px;
    padding-top: 10px;
    margin: 0 0 10px -8px;
  }
}
.join .box li:nth-child(1) {
  margin-left: 0;
}
@media all and (max-width: 767px) {
  .join .box li:nth-child(2n-1) {
    margin-left: 0;
  }
}
.join .box .titleBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .join .box .titleBox {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .join .box .titleBox {
    margin-bottom: 10px;
  }
}
.join .box .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 106px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: rgba(91, 12, 8, 0.57);
  mix-blend-mode: overlay;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .join .box .num {
    font-size: 100px;
  }
}
@media all and (max-width: 767px) {
  .join .box .num {
    font-size: 68px;
  }
}
.join .box .m-title {
  font-size: 34.4px;
  font-weight: 700;
  color: #313b4d;
  line-height: 1.1;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .join .box .m-title {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  .join .box .m-title {
    font-size: 24px;
  }
}
.join .box .m-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #313b4d;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .join .box .m-subtitle {
    font-size: 19px;
  }
}
@media all and (max-width: 767px) {
  .join .box .m-subtitle {
    font-size: 15px;
  }
}
.join .box .m-info {
  font-size: 16.3px;
  font-weight: 700;
  color: #5b0c08;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 18px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .join .box .m-info {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 767px) {
  .join .box .m-info {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.product {
  background: url("../images/product.jpg") top center/cover no-repeat;
  padding: 90px 0 22px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product {
    width: 100vw;
    padding: 7.5vw 0 0;
    background: url("../images/product_mb.jpg") top center/cover no-repeat;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product {
    padding-bottom: 1.3vw;
  }
}
@media all and (max-width: 767px) {
  .product {
    background: url("../images/product_mo.jpg") top center/cover no-repeat;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .container {
    padding: 0;
  }
}
.product .imgBox {
  position: relative;
}
.product .imgBox .img-1 {
  position: relative;
  margin-left: 9%;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .imgBox .img-1 {
    width: 78.7%;
    width: 70.3vw;
    margin-left: 10vw;
  }
}
@media all and (min-width: 767px) and (max-width: 991px) {
  .product .imgBox .img-1 {
    margin-left: 16vw;
  }
}
@media all and (max-width: 767px) {
  .product .imgBox .img-1 {
    width: 80%;
  }
}
.product .imgBox .img-1 img {
  margin: 0 auto;
}
.product .imgBox .img-2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  mix-blend-mode: difference;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .imgBox .img-2 {
    width: 48.32%;
    width: 43.16vw;
  }
}
.product .mainBox {
  text-align: center;
  margin-bottom: 42px;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .product .mainBox {
    margin-bottom: 5vw;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product .mainBox {
    margin-bottom: 2vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox {
    margin-top: -20px;
  }
}
.product .mainBox .mainTxt {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-bottom: 38px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .mainTxt {
    margin-bottom: 3.167vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .mainTxt {
    margin-bottom: 18px;
  }
}
.product .mainBox .l-title {
  position: relative;
  font-size: 28.1px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.7854;
  margin-bottom: 30px;
  padding: 6px 84px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .l-title {
    font-size: 2.33vw;
    margin-bottom: 2.5vw;
    padding: 0.5vw 7vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .l-title {
    font-size: 15px;
    margin-bottom: 16px;
    padding: 3px 16px;
  }
}
.product .mainBox .l-title .line {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.product .mainBox .l-title .line::before {
  content: "";
  position: absolute;
  top: 0;
  width: 24px;
  height: 1px;
  background-color: #fff;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .l-title .line::before {
    width: 2vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .l-title .line::before {
    width: 12px;
  }
}
.product .mainBox .l-title .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 1px;
  background-color: #fff;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .l-title .line::after {
    width: 2vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .l-title .line::after {
    width: 12px;
  }
}
.product .mainBox .l-title .line.lineLeft {
  left: 0;
}
.product .mainBox .l-title .line.lineLeft::before {
  left: 0;
}
.product .mainBox .l-title .line.lineLeft::after {
  left: 0;
}
.product .mainBox .l-title .line.lineRight {
  right: 0;
}
.product .mainBox .l-title .line.lineRight::before {
  right: 0;
}
.product .mainBox .l-title .line.lineRight::after {
  right: 0;
}
.product .mainBox .l-info {
  font-size: 18.9px;
  letter-spacing: 0.2em;
  line-height: 1.754;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .l-info {
    font-size: 1.575vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .l-info {
    font-size: 13px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .more a {
    width: 7.25vw;
    height: 6vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .more a {
    width: 50px;
    height: 42px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .more a::after {
    bottom: 1.3vw;
    left: 3.125vw;
    width: 1.66vw;
    height: 0.75vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .more a::after {
    width: 14px;
    height: 6px;
    bottom: 10px;
    left: 21px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .more a span {
    top: 2.08vw;
    left: 1.82vw;
    font-size: 1.16vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .more a span {
    font-size: 8px;
    top: 15px;
    left: 13px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product ul {
    width: 88%;
    margin: 0 auto;
  }
}
.product ul li {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .product ul li {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
@media all and (min-width: 768px) {
  .product ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.product ul li:nth-child(2n) .txt {
  left: 0;
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(1) {
    margin-bottom: 77px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(1) {
    margin-bottom: 4.5vw;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product ul li:nth-child(1) {
    margin-bottom: 5.5vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(1) .img {
    width: 65%;
    width: 64.9vw;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(1) .img {
    width: 95%;
  }
}
@media all and (min-width: 768px) {
  .product ul li:nth-child(1) .txt {
    top: 38.1%;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(1) .txt {
    margin-top: -2em;
  }
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(2) {
    margin-bottom: 262px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(2) {
    margin-bottom: 26.8vw;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product ul li:nth-child(2) {
    margin-bottom: 25.8vw;
  }
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(2) .img {
    padding-right: 22px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(2) .img {
    width: 58%;
    width: 54.5vw;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(2) .img {
    width: 84%;
  }
}
@media all and (min-width: 768px) {
  .product ul li:nth-child(2) .txt {
    top: 39.9%;
    left: 12px;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(2) .txt {
    margin-top: 0;
  }
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(3) {
    margin-bottom: 190px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(3) {
    margin-bottom: 12vw;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product ul li:nth-child(3) {
    margin-bottom: 11.8vw;
  }
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(3) .img {
    margin-left: -36px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(3) .img {
    width: 66%;
    width: 63.5vw;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(3) .img {
    width: 94%;
  }
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(3) .txt {
    top: 39.9%;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(3) .txt {
    left: 64.8%;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(3) .txt {
    margin-top: -1em;
  }
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(4) .img {
    padding-right: 22px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(4) .img {
    width: 60%;
    width: 55.58vw;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(4) .img {
    width: 87%;
  }
}
@media all and (min-width: 768px) {
  .product ul li:nth-child(4) .txt {
    top: 29.9%;
    left: 12px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(4) .txt {
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(4) .txt {
    margin-top: -3em;
  }
}
@media all and (min-width: 768px) {
  .product ul .txt {
    position: absolute;
    left: 63.8%;
    width: 26em;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul .txt {
    left: 66.8%;
    width: 36vw;
  }
}
@media all and (max-width: 767px) {
  .product ul .txt {
    padding-left: 1em;
  }
}
.product ul .titleBox {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul .titleBox {
    margin-bottom: 1vw;
  }
}
.product ul .titleBox .m-title {
  font-size: 31px;
  margin-right: 10px;
  letter-spacing: 0.2em;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul .titleBox .m-title {
    font-size: 2.583vw;
    margin-right: 0.83vw;
  }
}
@media all and (max-width: 767px) {
  .product ul .titleBox .m-title {
    font-size: 24px;
  }
}
.product ul .titleBox .m-subtitletitle {
  font-size: 18.9px;
  letter-spacing: 0.2em;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul .titleBox .m-subtitletitle {
    font-size: 1.575vw;
  }
}
@media all and (max-width: 767px) {
  .product ul .titleBox .m-subtitletitle {
    font-size: 14px;
  }
}
.product ul .m-info {
  font-size: 16.67px;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.667;
  padding-right: 3em;
  margin-bottom: 17px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul .m-info {
    font-size: 1.389vw;
    margin-bottom: 1.42vw;
  }
}
@media all and (max-width: 767px) {
  .product ul .m-info {
    font-size: 12px;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.product ul .btn.more-2 {
  text-align: right;
  padding-right: 3.8em;
}
@media all and (max-width: 767px) {
  .product ul .btn.more-2 {
    padding-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul .btn.more-2 a {
    width: 4.58vw;
    height: 3.83vw;
  }
}
@media all and (max-width: 767px) {
  .product ul .btn.more-2 a {
    width: 35px;
    height: 30px;
  }
}
.product ul .btn.more-2 a::after {
  bottom: 18px;
  left: 19px;
  width: 20px;
  height: 9px;
  background: url(../images/arrow.png) center/contain no-repeat;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul .btn.more-2 a::after {
    bottom: 1.5vw;
    left: 1.58vw;
    width: 1.67vw;
    height: 0.75vw;
  }
}
@media all and (max-width: 767px) {
  .product ul .btn.more-2 a::after {
    bottom: 12px;
    left: 12px;
    width: 14px;
    height: 7px;
  }
}

.news {
  padding: 96px 0 86px;
  background: url("../images/news.jpg") top center/cover no-repeat;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .news {
    padding-bottom: 80px;
    background: url("../images/news_mb.jpg") top center/cover no-repeat;
  }
}
@media all and (max-width: 767px) {
  .news {
    padding: 20px 0 50px;
    background: url("../images/news_mo.jpg") top center/cover no-repeat;
  }
}
.news .title {
  margin-bottom: 88px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .news .title {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .news .title {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  .news .newsBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .news .newsBox {
    justify-content: space-between;
  }
}
.news .newsBox li {
  width: 47.57%;
  margin-bottom: 36px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .news .newsBox li {
    width: 49%;
  }
}
@media all and (max-width: 767px) {
  .news .newsBox li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news .newsBox li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.32);
  padding: 17px 17px 17px 27px;
  transition: opacity 0.5s;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .news .newsBox li a {
    padding: 17px;
  }
}
@media all and (max-width: 767px) {
  .news .newsBox li a {
    padding: 15px;
  }
}
@media all and (min-width: 768px) {
  .news .newsBox li a:hover {
    opacity: 0.7;
  }
  .news .newsBox li a:hover img {
    transform: scale(1.05);
  }
  .news .newsBox li a:hover .s-more span {
    transform: translate(calc(-50% + 1px), -50%);
  }
}
.news .newsBox .date {
  font-size: 15.5px;
  font-weight: 700;
  color: #313b4d;
  margin: 0 0 8px 33px;
}
@media all and (max-width: 991px) {
  .news .newsBox .date {
    font-size: 15px;
    margin-left: 22px;
  }
}
@media all and (max-width: 767px) {
  .news .newsBox .date {
    margin: 0 0 6px 16px;
    font-size: 14px;
  }
}
.news .newsBox .img {
  flex: 0 0 46.8%;
  aspect-ratio: 1/0.642;
  border-radius: 12px;
  margin-right: 12px;
  overflow: hidden;
}
.news .newsBox .img img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 1/0.642;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s;
  overflow: hidden;
}
.news .newsBox .txt {
  position: relative;
}
.news .newsBox .s-title {
  font-size: 15.3px;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  color: #313b4d;
  margin-bottom: 6px;
  height: 2.9em;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media all and (max-width: 991px) {
  .news .newsBox .s-title {
    font-size: 15px;
  }
}
.news .newsBox .s-info {
  font-size: 12px;
  font-weight: 500;
  font-family: "Noto Serif TC", serif;
  color: #8a4d0c;
  height: 2.9em;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 20px;
}
.news .newsBox .ta-right {
  position: absolute;
  bottom: -26px;
  right: 16px;
}
@media all and (min-width: 768px) and (max-width: 1100px) {
  .news .newsBox .ta-right {
    bottom: -15px;
    right: 10px;
  }
}
@media all and (max-width: 767px) {
  .news .newsBox .ta-right {
    bottom: -12px;
    right: 10px;
  }
}
.news .line {
  position: relative;
  width: 430px;
  max-width: 35.8%;
  height: 3px;
  margin-top: 22px;
  background-color: #d4a57c;
}
@media all and (max-width: 767px) {
  .news .line {
    height: 2px;
  }
}
.news .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23.72%;
  height: 3px;
  background-color: #313b4d;
}
@media all and (max-width: 767px) {
  .news .line::after {
    height: 2px;
  }
}

.locations {
  padding: 56px 0 138px;
  background: url("../images/locations.jpg") top center/cover no-repeat;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .locations {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .locations {
    padding-bottom: 250px;
  }
}
.locations .title {
  margin-bottom: 80px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .locations .title {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .locations .title {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 992px) {
  .locations .infoBox {
    display: flex;
    max-width: 1030px;
    background-color: #313b4d;
    border-radius: 11em;
    padding: 0 84px 0 126px;
  }
}
@media all and (min-width: 992px) {
  .locations .infoBox .info {
    padding: 34px 0 20px;
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .locations .infoBox .info {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .locations .infoBox ul {
    margin: 0 10px;
  }
}
.locations .infoBox li {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 16.7px;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.68;
}
@media all and (max-width: 991px) {
  .locations .infoBox li {
    margin-left: 50px;
    color: #313b4d;
  }
}
@media all and (max-width: 767px) {
  .locations .infoBox li {
    font-size: 15px;
    margin-left: 42px;
  }
}
.locations .infoBox li span {
  flex: 0 0 max-content;
}
.locations .infoBox li:nth-child(2n-1)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: 37px;
  height: 48px;
  background: url("../images/loca-1.png") center/contain no-repeat;
}
@media all and (max-width: 767px) {
  .locations .infoBox li:nth-child(2n-1)::after {
    width: 26px;
    height: 34px;
    left: -42px;
  }
}
.locations .infoBox li:nth-child(2n)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: 37px;
  height: 48px;
  background: url("../images/loca-2.png") center/contain no-repeat;
}
@media all and (max-width: 767px) {
  .locations .infoBox li:nth-child(2n)::after {
    width: 26px;
    height: 34px;
    left: -42px;
  }
}
@media all and (max-width: 991px) {
  .locations .map {
    display: flex;
    max-width: 1030px;
    background-color: #313b4d;
    border-radius: 11em;
    padding: 0 20%;
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .locations .map {
    padding: 0 14%;
    margin-top: 70px;
  }
}
.locations .map iframe {
  display: block;
  transform: translateY(-20px);
  box-shadow: -8px -8px 7px rgba(0, 0, 0, 0.34);
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .locations .map iframe {
    width: 450px;
    max-width: 100%;
  }
}
@media all and (max-width: 991px) {
  .locations .map iframe {
    transform: translateY(-40px);
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .locations .map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    box-shadow: -6px -6px 5px rgba(0, 0, 0, 0.34);
  }
}
.locations a {
  transition: opacity 0.5s;
}
@media all and (min-width: 768px) {
  .locations a:hover {
    opacity: 0.7;
  }
}