/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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;
  box-sizing: border-box;
}

.scrollanimation {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main {
  padding-top: 72px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  main {
    padding-top: 48px;
    padding-bottom: 50px;
  }
}

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat Alternates", "Noto Sans TC";
  letter-spacing: normal;
  color: #3a3834;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
  position: relative;
  background: #FFEEDB;
}
body.loading {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  body {
    line-height: 1.5;
  }
}

::-moz-selection {
  background-color: #F17F04;
  color: white;
}

::selection {
  background-color: #F17F04;
  color: white;
}

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

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

.container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1456px;
    padding: 0 16px;
  }
}

a {
  outline: none;
  color: inherit;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

*:focus {
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/*----------------------header------------------------*/
.memberst .header_box .member-btn .sing-btn {
  display: none;
}
.memberst .header_box .member-btn .siout-btn {
  display: block;
}

.header_show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 10;
}
.header_show li {
  list-style: none;
}
.header_show::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.header_box {
  position: relative;
  width: 100%;
  height: 72px;
  padding: 0 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1600px) {
  .header_box {
    padding: 0 20px;
  }
}
.header_box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: #FCF9F5;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.logo {
  width: 118px;
  position: relative;
  z-index: 7;
  margin-right: 165px;
}
@media (max-width: 1199px) {
  .logo {
    margin-right: 80px;
  }
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.logo .black-l {
  opacity: 1;
}
.logo .white-l {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------nav------------------------*/
.nav_box {
  position: relative;
  height: 100%;
}
.nav_box nav {
  height: 100%;
}
.nav_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0;
}
@media (max-width: 1500px) {
  .nav_box ul {
    padding-right: 0;
  }
}
.nav_box ul li {
  position: relative;
  text-align: center;
  height: 100%;
}
@media (min-width: 769px) {
  .nav_box ul li.active a {
    color: #F17F04;
  }
  .nav_box ul li.active a::after {
    opacity: 1;
  }
}
.nav_box ul li:not(:last-child) {
  margin-right: 60px;
}
@media (max-width: 991px) {
  .nav_box ul li:not(:last-child) {
    margin-right: 30px;
  }
}
.nav_box a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.125rem;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 400;
  color: #606060;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .nav_box a:hover {
    color: #F17F04;
  }
  .nav_box a:hover:after {
    opacity: 1;
  }
}
.nav_box a:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 0)), to(rgb(241, 127, 4)));
  background: linear-gradient(90deg, rgb(255, 0, 0), rgb(241, 127, 4));
}
.nav_box a span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
@media (min-width: 992px) {
  .nav_box a.active {
    color: #F17F04;
  }
  .nav_box a.active:after {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .nav_box a {
    font-size: 1rem;
  }
  .nav_box a.active {
    color: #fff;
  }
}

/*----------------------nav icon------------------------*/
.menu-wrapper {
  display: none;
}

.menu-wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 14;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 20px;
  height: 1px;
  margin: 0 auto;
  border-radius: 99em;
}

.hamburger-menu {
  position: relative;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background: #F17F04;
  -webkit-transition: all 0ms 0ms;
  transition: all 0ms 0ms;
  margin-top: 10px;
  border-radius: 99px;
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  background: #F17F04;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background: #F17F04;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.hamburger-menu.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), width 300ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), width 300ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), width 300ms 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), width 300ms 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.hamburger-menu.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.menu-icon {
  display: none;
  top: 45%;
  right: -0.7em;
  z-index: 100;
  width: 45px;
  height: 39px;
  margin-top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: absolute;
}
@media (max-width: 768px) {
  .menu-icon {
    display: block;
  }
}

.menu-icon-block {
  display: none;
  position: relative;
  height: 100%;
  margin: auto;
}
.menu-icon-block i {
  position: absolute;
  display: block;
  margin: auto;
  width: 72%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 99em;
}
.menu-icon-block i.i1 {
  top: 0%;
}
.menu-icon-block i.i2 {
  top: 25%;
}
.menu-icon-block i.i3 {
  top: 51%;
}

@media (max-width: 768px) {
  .logo {
    width: 73px;
    z-index: 12;
  }

  .header_box {
    width: 100%;
    height: 48px;
    font-size: 1.5rem;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header_box::before {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .nav_box {
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 11;
    pointer-events: none;
    right: -100%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .nav_box.navop {
    right: 0;
    pointer-events: all;
  }
  .nav_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  .nav_box > nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
  }
  .nav_box ul {
    display: block;
    padding-right: 0;
    width: 100%;
    padding: 0 20px;
    padding-top: 0px;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
  }
  .nav_box ul li {
    width: 100%;
    height: auto;
    border-bottom: none;
  }
  .nav_box ul li a.active {
    color: #FF0000;
  }
  .nav_box ul li a {
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 400;
    color: #8F7F6F;
    position: relative;
  }
  .nav_box ul li a::after {
    display: none;
  }
  .nav_box ul > li:not(:last-child) {
    margin-right: 0;
  }

  .menu-wrapper {
    display: block;
  }

  .mo-out {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: #BB9800;
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
    line-height: 2.8;
    opacity: 0;
    z-index: 20;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    pointer-events: none;
  }
  .mo-out.op {
    opacity: 1;
    pointer-events: all;
  }

  .header_box.open {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
footer {
  padding: 55px 105px;
  position: relative;
}
@media (max-width: 991px) {
  footer {
    padding: 40px 20px 25px 20px;
  }
}
footer .flex-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer .flex-bx {
    display: block;
  }
}
footer .f-logo {
  width: 220px;
}
@media (max-width: 991px) {
  footer .f-logo {
    width: 164px;
    margin: 0;
    margin-bottom: 25px;
  }
}
footer .da-list {
  display: block;
}
@media (max-width: 991px) {
  footer .da-list {
    display: block;
    width: 100%;
  }
}
footer .da-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
footer .da-list li:not(:last-child) {
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 991px) {
  footer .da-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
footer .da-list li span {
  color: #F17F04;
  font-size: 0.875rem;
  min-width: 50px;
  margin-right: 4px;
  font-style: italic;
}
@media (max-width: 991px) {
  footer .da-list li span {
    min-width: 45px;
  }
}
footer .da-list li a {
  color: #000;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  footer .da-list li a:hover {
    color: #F17F04;
  }
}
@media (max-width: 991px) {
  footer .da-list li a {
    color: #000;
    font-size: 0.8125rem;
  }
}
footer a {
  display: block;
}
@media (min-width: 768px) {
  footer a:hover {
    color: #F17F04;
  }
}
footer .copyright {
  font-size: 0.875rem;
  line-height: 2.2;
  letter-spacing: 1px;
  font-weight: 400;
  color: #8f7f6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
    width: 100%;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
footer .copyright a {
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
}
@media (max-width: 991px) {
  footer .copyright a {
    padding-left: 8px;
    margin-left: 8px;
  }
}
footer .copyright a::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 1px;
  height: 20px;
  background: #8f7f6f;
}
@media (max-width: 991px) {
  footer .copyright a::before {
    height: 15px;
    top: 5px;
  }
}
footer .flex-bx {
  width: 100%;
  margin: 0 auto;
}
footer .flex-bx:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  footer .flex-bx:not(:last-child) {
    margin-bottom: 45px;
  }
}

.top_btn {
  position: fixed;
  right: 25px;
  bottom: 38px;
  cursor: pointer;
  width: 70px;
  z-index: 10;
  text-align: center;
  padding-top: 95px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.top_btn.show {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 992px) {
  .top_btn.nonfixed {
    position: absolute;
  }
  .top_btn:hover .f13 {
    color: #F17F04;
  }
  .top_btn:hover .line {
    height: 100px;
  }
  .top_btn:hover .line::before {
    background-color: #F17F04;
  }
  .top_btn:hover .line::after {
    background-color: #F17F04;
  }
}
.top_btn .f13 {
  color: #8F7F6F;
  font-size: 0.875rem;
  letter-spacing: 2.4px;
  font-weight: 400;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin: 0 auto;
  font-style: italic;
}
.top_btn .line {
  width: 11px;
  height: 80px;
  position: absolute;
  overflow: hidden;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.top_btn .line::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 53%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11px;
  height: 9px;
  background-color: #8F7F6F;
  -webkit-clip-path: polygon(50% 4%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 4%, 0% 100%, 100% 100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.top_btn .line::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #8F7F6F;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@-webkit-keyframes topani {
  0% {
    bottom: -25px;
  }
  100% {
    bottom: 110px;
  }
}
@keyframes topani {
  0% {
    bottom: -25px;
  }
  100% {
    bottom: 110px;
  }
}
@-webkit-keyframes topanimo {
  0% {
    bottom: -13px;
  }
  100% {
    bottom: 60px;
  }
}
@keyframes topanimo {
  0% {
    bottom: -13px;
  }
  100% {
    bottom: 60px;
  }
}
@media (max-width: 991px) {
  .top_btn {
    right: 10px;
    width: 50px;
    padding-top: 50px;
    bottom: 55px;
  }
  .top_btn .f13 {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  .top_btn .line {
    height: 50px;
    bottom: 50px;
  }
  .top_btn .line::before {
    height: 9px;
    width: 12px;
  }
}

.bannersection {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .bannersection {
    margin-bottom: 50px;
  }
}

.banner {
  margin-top: 80px;
  margin-bottom: 5px;
  position: relative;
}
.banner::after {
  content: "";
  width: 80%;
  height: 26%;
  background-color: white;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media (max-width: 768px) {
  .banner {
    margin-top: 60px;
    margin-bottom: 65px;
  }
  .banner::after {
    display: none;
  }
}

.f80 {
  color: #606060;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
@media all and (max-width: 1439px) {
  .f80 {
    font-size: 2.8125rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .f80 {
    font-size: 4.5rem;
  }
}
@media all and (min-width: 769px) {
  .f80 {
    font-size: 5rem;
  }
}

.f80 ~ .f20 {
  letter-spacing: 0.2em;
  color: #404040;
}

@media all and (max-width: 1439px) {
  .f48 {
    font-size: 2.25rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .f48 {
    font-size: 2.7rem;
  }
}
@media all and (min-width: 769px) {
  .f48 {
    font-size: 3rem;
  }
}

@media all and (max-width: 1439px) {
  .f32 {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .f32 {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 769px) {
  .f32 {
    font-size: 2rem;
  }
}

@media all and (max-width: 1439px) {
  .f28 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .f28 {
    font-size: 1.575rem;
  }
}
@media all and (min-width: 769px) {
  .f28 {
    font-size: 1.75rem;
  }
}

@media all and (max-width: 1439px) {
  .f24 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .f24 {
    font-size: 1.35rem;
  }
}
@media all and (min-width: 769px) {
  .f24 {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 1439px) {
  .f22 {
    font-size: 1rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .f22 {
    font-size: 1.2375rem;
  }
}
@media all and (min-width: 769px) {
  .f22 {
    font-size: 1.375rem;
  }
}

@media all and (max-width: 1439px) {
  .f20 {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .f20 {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 769px) {
  .f20 {
    font-size: 1.25rem;
  }
}

@media all and (max-width: 1439px) {
  .f18 {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .f18 {
    font-size: 1.0125rem;
  }
}
@media all and (min-width: 769px) {
  .f18 {
    font-size: 1.125rem;
  }
}

.f16 {
  line-height: 2;
}
@media all and (max-width: 1439px) {
  .f16 {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .f16 {
    font-size: 0.9rem;
  }
}
@media all and (min-width: 769px) {
  .f16 {
    font-size: 1rem;
  }
}

@media all and (max-width: 1439px) {
  .f14 {
    font-size: 0.75rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .f14 {
    font-size: 0.7875rem;
  }
}
@media all and (min-width: 769px) {
  .f14 {
    font-size: 0.875rem;
  }
}

.f13 {
  font-size: 0.8125rem;
}

.uppercase {
  text-transform: uppercase;
}

.icontitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.icontitle::before {
  content: "";
  background: url(../images/title.png) center/contain no-repeat;
  width: 77px;
  height: 102px;
  display: block;
  margin-right: 10px;
}
.icontitle .wrap {
  margin-top: 15px;
}
.icontitle .wrap .f80 {
  margin-bottom: 12px;
}
.icontitle .wrap .f20 {
  margin-left: 3px;
}
@media (max-width: 768px) {
  .icontitle::before {
    width: 40px;
    height: 52px;
  }
  .icontitle .wrap {
    margin-top: 5px;
  }
}

.browntitle {
  line-height: 1.5;
  color: #a88335;
  font-weight: 500;
  margin-bottom: 20px;
}
@media all and (max-width: 1439px) {
  .browntitle {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .browntitle {
    font-size: 1.35rem;
  }
}
@media all and (min-width: 769px) {
  .browntitle {
    font-size: 1.5rem;
  }
}

.scontent {
  line-height: 1.88;
  color: #3a3834;
  font-weight: 400;
}
@media all and (max-width: 1439px) {
  .scontent {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .scontent {
    font-size: 0.9rem;
  }
}
@media all and (min-width: 769px) {
  .scontent {
    font-size: 1rem;
  }
}

.btnwrap .btn {
  display: inline-block;
  background: linear-gradient(77deg, rgb(192, 139, 8) 0%, rgb(235, 214, 131) 89%);
  -webkit-clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%);
          clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%);
  color: white;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10.5px 0;
  min-width: 221px;
  position: relative;
}
.btnwrap .btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: hsla(0deg, 0%, 100%, 0.13);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0deg, 0%, 100%, 0.13)), color-stop(77%, hsla(0deg, 0%, 100%, 0.13)), color-stop(92%, hsla(0deg, 0%, 100%, 0.5)), to(hsla(0deg, 0%, 100%, 0.3)));
  background: linear-gradient(90deg, hsla(0deg, 0%, 100%, 0.13) 0, hsla(0deg, 0%, 100%, 0.13) 77%, hsla(0deg, 0%, 100%, 0.5) 92%, hsla(0deg, 0%, 100%, 0.3));
  content: "";
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .btnwrap .btn:hover::after {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition-duration: 0.7s, 0.15s;
            transition-duration: 0.7s, 0.15s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media (max-width: 768px) {
  .btnwrap {
    text-align: center;
  }
  .btnwrap .btn {
    font-size: 0.9375rem;
    padding: 5px 0;
    min-width: 172px;
  }
}

.dotlist {
  position: relative;
  padding-left: 22px;
  line-height: 30px;
  color: #010101;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media all and (max-width: 1439px) {
  .dotlist {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 769px) and (max-width: 1439px) {
  .dotlist {
    font-size: 1.0125rem;
  }
}
@media all and (min-width: 769px) {
  .dotlist {
    font-size: 1.125rem;
  }
}
.dotlist::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #9fa0a0;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 768px) {
  .dotlist:hover a {
    color: #326695;
  }
  .dotlist:hover::before {
    background-color: #326695;
  }
}
@media (max-width: 768px) {
  .dotlist::before {
    width: 8px;
    height: 8px;
    top: 5px;
  }
}

.sh-bgbx {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sh-bgbx .s-bg1 {
  position: absolute;
  top: 160px;
  left: 0;
}
@media (max-width: 991px) {
  .sh-bgbx .s-bg1 {
    display: none;
  }
}
.sh-bgbx .s-bg2 {
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media (max-width: 991px) {
  .sh-bgbx .s-bg2 {
    width: 184px;
    bottom: 25px;
  }
}
.sh-bgbx .s-bg3 {
  position: absolute;
  top: 300px;
  left: 110px;
}
@media (max-width: 991px) {
  .sh-bgbx .s-bg3 {
    display: none;
  }
}

.sh-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.sh-banner .tx-bx {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.sh-banner .tx-bx h2, .sh-banner .tx-bx h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 1.8px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 991px) {
  .sh-banner .tx-bx h2, .sh-banner .tx-bx h1 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .sh-banner .tx-bx h2, .sh-banner .tx-bx h1 {
    letter-spacing: 2px;
  }
}
.sh-banner .tx-bx h2 div, .sh-banner .tx-bx h1 div {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.25px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .sh-banner .tx-bx h2 div, .sh-banner .tx-bx h1 div {
    font-size: 1.5rem;
  }
}
.sh-banner .img-bx {
  width: 100%;
}
.sh-banner .bgcover {
  padding-bottom: 480px;
  background-size: cover !important;
}
@media (max-width: 768px) {
  .sh-banner .bgcover {
    padding-bottom: 56.25%;
  }
}

.l-fixbg {
  position: fixed;
  width: 24%;
  left: -200px;
  top: 160px;
  z-index: -3;
}
@media (max-width: 991px) {
  .l-fixbg {
    display: none;
  }
}
.l-fixbg .text-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 119%;
  height: 119%;
}
.l-fixbg.botfix {
  position: absolute;
  top: auto;
  bottom: 400px;
}

.w-allbg {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1168px;
  background-color: rgba(246, 246, 247, 0.5);
  z-index: -2;
}

.t-bcirbg {
  position: absolute;
  top: -188px;
  right: 12%;
  width: 21.9%;
  z-index: 12;
  pointer-events: none;
}
@media (max-width: 991px) {
  .t-bcirbg {
    right: -65px;
    top: -57px;
    width: 177px;
  }
}
.t-bcirbg .bcir-text {
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: bcirani 6s linear infinite;
          animation: bcirani 6s linear infinite;
}
@media (max-width: 991px) {
  .t-bcirbg .bcir-text {
    bottom: -40px;
  }
}
@-webkit-keyframes bcirani {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes bcirani {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

.cir-bti {
  font-size: 1.25rem;
  position: relative;
  padding-left: 30px;
  color: #F17F04;
  margin-bottom: 50px;
}
.cir-bti::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F17F04;
}
@media (max-width: 768px) {
  .cir-bti::before {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .cir-bti {
    font-size: 1.125rem;
    padding-left: 22px;
    margin-bottom: 25px;
  }
}

.sh-banbx {
  margin-top: 240px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .sh-banbx {
    margin-top: 85px;
    margin-bottom: 32px;
  }
}
.sh-banbx h2 {
  text-align: center;
  position: relative;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .sh-banbx h2 {
    padding-top: 15px;
  }
}
.sh-banbx h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F17F04;
}
@media (max-width: 768px) {
  .sh-banbx h2::before {
    width: 5px;
    height: 5px;
  }
}
.sh-banbx h2 .e-ti {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.25px;
  font-weight: 300;
  color: #F17F04;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sh-banbx h2 .e-ti {
    font-size: 1.75rem;
  }
}
.sh-banbx h2 .t-ti {
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 2px;
  font-weight: 300;
  color: #F17F04;
  display: block;
}
@media (max-width: 768px) {
  .sh-banbx h2 .t-ti {
    font-size: 1rem;
  }
}

.sh-tmenu-bx {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .sh-tmenu-bx {
    margin-bottom: 15px;
  }
}
.sh-tmenu-bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sh-tmenu-bx ul li.active a::before {
  background-color: #F17F04;
}
.sh-tmenu-bx ul li.active a::after {
  left: 0;
}
.sh-tmenu-bx ul li {
  width: 23%;
}
@media (max-width: 991px) {
  .sh-tmenu-bx ul li {
    width: 48%;
    margin-bottom: 25px;
  }
}
.sh-tmenu-bx ul a {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.75px;
  font-weight: 400;
  color: #000;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  display: block;
}
@media (max-width: 768px) {
  .sh-tmenu-bx ul a {
    font-size: 0.8125rem;
    padding-bottom: 6px;
  }
}
.sh-tmenu-bx ul a .line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.sh-tmenu-bx ul a .line::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8E8E8E;
}
.sh-tmenu-bx ul a::before {
  position: absolute;
  content: "";
  right: 5px;
  top: 5px;
  width: 6px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .sh-tmenu-bx ul a::before {
    top: 4px;
    width: 5px;
    height: 10px;
  }
}
.sh-tmenu-bx ul a::after {
  position: absolute;
  content: "";
  left: -100%;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #F17F04;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .sh-tmenu-bx ul a::after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .sh-tmenu-bx ul a:hover::before {
    background-color: #F17F04;
  }
  .sh-tmenu-bx ul a:hover::after {
    left: 0;
  }
}

.sh-btn {
  position: relative;
  display: block;
  width: 272px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 64px;
  text-align: left;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  padding-left: 32px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#FED002), color-stop(#F17F04), color-stop(#F17F04), to(#FED002));
  background-image: linear-gradient(to right, #FED002, #F17F04, #F17F04, #FED002);
  -webkit-box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.45);
          box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.45);
}
.sh-btn span {
  font-size: 1rem;
  line-height: 3.9;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}
.sh-btn .arr {
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #FF0000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .sh-btn .arr {
    width: 75px;
    right: -28px;
  }
}
.sh-btn .arr:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 11px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #FF0000;
  right: -9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 769px) {
  .sh-btn:hover {
    background-position: 100% 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .sh-btn:hover .arr {
    right: -44px;
  }
}
@media (max-width: 768px) {
  .sh-btn {
    width: 204px;
    height: 48px;
    padding-left: 24px;
  }
  .sh-btn span {
    font-size: 0.75rem;
    line-height: 4;
  }
}

.form-bx label {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #4A423A;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 768px) {
  .form-bx label {
    font-size: 0.875rem;
  }
}
.form-bx input, .form-bx select {
  width: 100%;
  height: 64px;
  border: 1px solid #8F7F6F;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 16px;
  border-radius: 4px;
  font-size: 1.125rem;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #4A423A;
  font-family: "Montserrat Alternates", "Noto Sans TC";
}
@media (max-width: 768px) {
  .form-bx input, .form-bx select {
    height: 40px;
    padding-left: 12px;
    border-radius: 2px;
    font-size: 0.875rem;
  }
}
.form-bx input.chsel {
  color: #000;
  border: 1px solid #000;
}
.form-bx textarea {
  width: 100%;
  height: 320px;
  border: 1px solid #8F7F6F;
  background-color: rgba(255, 255, 255, 0);
  resize: none;
  border-radius: 4px;
  font-size: 1.125rem;
  padding: 15px 16px;
}
@media (max-width: 768px) {
  .form-bx textarea {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    height: 240px;
    border-radius: 2px;
    padding: 12px;
    font-size: 0.875rem;
  }
}
.form-bx textarea.chsel {
  color: #000;
  border: 1px solid #000;
}
.form-bx .form-group {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .form-bx .form-group {
    margin-bottom: 25px;
  }
}
.form-bx .with-errors {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 500;
  color: #FF0000;
  height: 18px;
  position: absolute;
  bottom: -18px;
}
@media (max-width: 768px) {
  .form-bx .with-errors {
    font-size: 0.75rem;
  }
}
.form-bx .sh-btn {
  margin: 0 auto;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .form-bx .sh-btn {
    margin-top: 40px;
  }
}

.sh-des {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.25px;
  font-weight: 400;
  color: #4A423A;
}
@media (max-width: 768px) {
  .sh-des {
    font-size: 0.875rem;
  }
}

.product-list {
  z-index: 5;
}
.product-list li {
  margin: 0 20px;
}
.product-list li a {
  display: block;
  padding: 60px 35px;
  text-align: center;
  position: relative;
}
.product-list li a::before {
  position: absolute;
  content: "";
  z-index: -1;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #FED002;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .product-list li a:hover::before {
    border: 1px solid #FF0000;
  }
  .product-list li a:hover .more-btn span {
    color: #F17F04;
  }
  .product-list li a:hover .more-btn span .arr::after {
    opacity: 1;
  }
}
.product-list li .des-ti {
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #000000;
  margin-top: 15px;
  max-height: 61px;
  position: relative;
  overflow: hidden;
}
.product-list li .price {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.25px;
  font-weight: 600;
  color: #F17F04;
  margin-top: 8px;
}
.product-list li .o-price {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.25px;
  color: #8F7F6F;
  position: relative;
  display: inline;
}
.product-list li .o-price::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8F7F6F;
}
.product-list li .more-btn {
  margin-top: 25px;
  position: relative;
}
.product-list li .more-btn span {
  padding-right: 36px;
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
  font-style: italic;
  color: #8F7F6F;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.product-list li .more-btn .arr {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background: #707070;
  border-radius: 50%;
  overflow: hidden;
}
.product-list li .more-btn .arr::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 10px;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 3;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.product-list li .more-btn .arr::after {
  position: absolute;
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 50%;
  top: -1px;
  left: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 208, 2)), to(rgb(241, 127, 4)));
  background: linear-gradient(180deg, rgb(254, 208, 2), rgb(241, 127, 4));
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 2;
}
@media (max-width: 1023px) {
  .product-list li {
    margin: 0 10px;
  }
  .product-list li a {
    padding: 25px 18px;
  }
  .product-list li .des-ti {
    font-size: 1rem;
  }
  .product-list li .price {
    font-size: 1.125rem;
  }
  .product-list li .o-price {
    font-size: 0.75rem;
  }
  .product-list li .more-btn {
    font-size: 0.75rem;
  }
  .product-list li .more-btn span .arr::after {
    opacity: 1;
  }
}
.product-list img {
  width: 100%;
}
.product-list .slick-prev {
  left: 105px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: #fff !important;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  z-index: 5;
  border-radius: 50%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
}
.product-list .slick-prev::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 16px;
  background-color: #B7B7B7;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  z-index: 3;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.product-list .slick-prev::after {
  position: absolute;
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 50%;
  top: -1px;
  left: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 208, 2)), to(rgb(241, 127, 4)));
  background: linear-gradient(180deg, rgb(254, 208, 2), rgb(241, 127, 4));
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 2;
}
@media (min-width: 768px) {
  .product-list .slick-prev:hover {
    background: #fff;
  }
  .product-list .slick-prev:hover::before {
    background-color: #fff;
  }
  .product-list .slick-prev:hover::after {
    opacity: 1;
  }
}
.product-list .slick-next {
  left: auto;
  right: 105px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: #fff !important;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  z-index: 5;
  border-radius: 50%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
}
.product-list .slick-next::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 16px;
  background-color: #B7B7B7;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 3;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.product-list .slick-next::after {
  position: absolute;
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 50%;
  top: -1px;
  left: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 208, 2)), to(rgb(241, 127, 4)));
  background: linear-gradient(180deg, rgb(254, 208, 2), rgb(241, 127, 4));
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 2;
}
@media (min-width: 768px) {
  .product-list .slick-next:hover {
    background: #fff;
  }
  .product-list .slick-next:hover::before {
    background-color: #fff;
  }
  .product-list .slick-next:hover::after {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .product-list .slick-prev {
    left: 20px;
    width: 40px;
    height: 40px;
  }
  .product-list .slick-prev::before {
    top: 50%;
    left: 47%;
    width: 7px;
    height: 8px;
    background-color: #fff;
  }
  .product-list .slick-prev::after {
    opacity: 1;
  }
  .product-list .slick-next {
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .product-list .slick-next::before {
    top: 50%;
    left: 53%;
    width: 7px;
    height: 8px;
    background-color: #fff;
  }
  .product-list .slick-next::after {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .news-list li:not(:last-child) {
    margin-right: 15px;
  }
}
.news-list a {
  display: block;
}
@media (min-width: 769px) {
  .news-list a:hover .f20 {
    color: #F17F04;
  }
  .news-list a:hover .sh-btn4::before {
    background-color: #F17F04;
  }
  .news-list a:hover .sh-btn4::after {
    left: 0;
  }
}
.news-list a .da {
  margin-top: 10px;
  color: #fff;
}
.news-list a .ti {
  margin-top: 12px;
  margin-bottom: 35px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #fff;
}
.news-list a .img-bx img {
  width: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #C5B8AA;
  line-height: initial;
  font-size: 1.125rem;
  font-family: "Montserrat Alternates", "Noto Sans TC";
}
@media (max-width: 991px) {
  ::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
}

::-webkit-textarea-placeholder {
  /* WebKit browsers */
  color: #C5B8AA;
  line-height: initial;
  font-size: 1.125rem;
  font-family: "Montserrat Alternates", "Noto Sans TC";
}
@media (max-width: 991px) {
  ::-webkit-textarea-placeholder {
    font-size: 0.875rem;
  }
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C5B8AA;
  line-height: initial;
  font-size: 1.125rem;
  font-family: "Montserrat Alternates", "Noto Sans TC";
}
@media (max-width: 991px) {
  :-moz-placeholder {
    font-size: 0.875rem;
  }
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C5B8AA;
  line-height: initial;
  font-size: 1.125rem;
  font-family: "Montserrat Alternates", "Noto Sans TC";
}
@media (max-width: 991px) {
  ::-moz-placeholder {
    font-size: 0.875rem;
  }
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #C5B8AA;
  line-height: initial;
  font-size: 1.125rem;
  font-family: "Montserrat Alternates", "Noto Sans TC";
}
@media (max-width: 991px) {
  :-ms-input-placeholder {
    font-size: 0.875rem;
  }
}

:-ms-textarea-placeholder {
  /* Internet Explorer 10+ */
  color: #C5B8AA;
  line-height: initial;
  font-size: 1.125rem;
  font-family: "Montserrat Alternates", "Noto Sans TC";
}
@media (max-width: 991px) {
  :-ms-textarea-placeholder {
    font-size: 0.875rem;
  }
}

.sh-bgr {
  position: absolute;
  top: 580px;
  right: 0;
}
@media (max-width: 991px) {
  .sh-bgr {
    display: none;
  }
}

.sh-bgl {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .sh-bgl {
    display: none;
  }
}

.editor_Content {
  font-size: 0.875rem;
  color: #404040;
  font-family: "Noto Sans TC";
}
.editor_Content ol {
  list-style-type: decimal;
  padding-left: 10px;
}
.editor_Content ul {
  list-style-type: initial;
  padding-left: 20px;
}
.editor_Content img {
  max-width: 100%;
  height: auto !important;
}
.editor_Content b,
.editor_Content strong {
  font-weight: bold;
  font-size: inherit;
}
.editor_Content em {
  font-style: italic;
}
.editor_Content a {
  text-decoration: underline;
  color: #0782c1;
}
.editor_Content iframe {
  max-width: 100%;
}
.editor_Content h1,
.editor_Content h2,
.editor_Content h3,
.editor_Content h4,
.editor_Content h5,
.editor_Content h6 {
  margin: inherit;
}
.editor_Content blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  margin-left: 40px;
  border-left: 5px solid #ccc;
}
.editor_Content td,
.editor_Content th,
.editor_Content tr {
  margin: initial;
}
.editor_Content table {
  border-collapse: inherit;
}

.editor_box {
  margin: auto;
  line-height: 30px;
  font-size: 1rem;
  color: #5D542D;
  font-family: "Noto Sans TC";
}
.editor_box ul,
.editor_box ol {
  padding-left: 40px;
}
.editor_box img {
  max-width: 100%;
  height: auto !important;
}
.editor_box iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .editor_box iframe {
    height: 100% !important;
  }
}
.editor_box h1,
.editor_box h2,
.editor_box h3,
.editor_box h4,
.editor_box h5,
.editor_box h6 {
  margin: inherit;
}

.mo_use {
  display: none;
}

@media (max-width: 991px) {
  .editor_box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .editor_Box {
    font-size: 0.875rem;
    line-height: 2;
  }

  .mo_use {
    display: block;
  }

  .pc_use {
    display: none;
  }
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  clear: both;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .page {
    font-size: 0.8125rem;
    margin-top: 45px;
  }
}
.page dt,
.page dd {
  vertical-align: baseline;
  display: inline-block;
  text-align: center;
}
.page dt a,
.page dd a {
  display: block;
  min-width: 56px;
  width: 56px;
  height: 56px;
  line-height: 54px;
  text-decoration: none;
  color: #8F7F6F;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.page dt a::after,
.page dd a::after {
  position: absolute;
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 50%;
  top: -1px;
  left: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 208, 2)), to(rgb(241, 127, 4)));
  background: linear-gradient(180deg, rgb(254, 208, 2), rgb(241, 127, 4));
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: -1;
}
@media (max-width: 767px) {
  .page dt a,
.page dd a {
    min-width: 30px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  .page dt a:hover,
.page dd a:hover {
    color: #fff;
  }
  .page dt a:hover::after,
.page dd a:hover::after {
    opacity: 1;
  }
}
.page dd {
  width: auto;
  margin: 0 14px;
}
@media (max-width: 767px) {
  .page dd {
    margin: 0 4px;
  }
}
.page dd.active a {
  color: #fff;
}
.page dd.active a::after {
  opacity: 1;
}
.page dt.rtbn a,
.page dt.ltbn a {
  min-width: 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .page dt.rtbn a,
.page dt.ltbn a {
    min-width: 30px;
    width: 40px;
    height: 40px;
  }
}
.page dt.ltbn a {
  margin-right: 10px;
  position: relative;
  border: 1px solid #FFA000;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page dt.ltbn a {
    margin-right: 5px;
  }
}
.page dt.ltbn a::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 18px;
  display: block;
  margin: 0 auto;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, right top, from(rgb(254, 208, 2)), to(rgb(241, 127, 4)));
  background: linear-gradient(to right, rgb(254, 208, 2), rgb(241, 127, 4));
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .page dt.ltbn a::before {
    width: 11px;
    height: 12px;
  }
}
@media (min-width: 768px) {
  .page dt.ltbn a:hover {
    border: 1px solid rgba(255, 255, 255, 0);
  }
  .page dt.ltbn a:hover::before {
    background: #fff;
  }
}
.page dt.rtbn a {
  margin-left: 10px;
  position: relative;
  border: 1px solid #FFA000;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page dt.rtbn a {
    margin-left: 3px;
  }
}
.page dt.rtbn a::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 18px;
  display: block;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, right top, left top, from(rgb(254, 208, 2)), to(rgb(241, 127, 4)));
  background: linear-gradient(to left, rgb(254, 208, 2), rgb(241, 127, 4));
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .page dt.rtbn a::before {
    width: 11px;
    height: 12px;
  }
}
@media (min-width: 768px) {
  .page dt.rtbn a:hover {
    border: 1px solid rgba(255, 255, 255, 0);
  }
  .page dt.rtbn a:hover::before {
    background: #fff;
  }
}
.page .nopage.ltbn a, .page .nopage.rtbn a {
  pointer-events: none !important;
  border: none;
}
.page .nopage.ltbn a::before, .page .nopage.rtbn a::before {
  background: #8F7F6F;
}
@media (max-width: 991px) {
  .page {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .top-mbx .container {
    padding: 0;
  }
}

#top-menu-ul {
  margin-top: 0px;
  padding: 0 45px;
  position: relative;
  top: -40px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #top-menu-ul {
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 0 48px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  #top-menu-ul {
    border-radius: 0;
  }
}
#top-menu-ul .item_Menu {
  margin: 0 auto;
  overflow: hidden;
  height: 80px;
}
@media (max-width: 767px) {
  #top-menu-ul .item_Menu {
    height: 48px;
  }
}
#top-menu-ul .item_menu_Box {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  text-align: center;
}
#top-menu-ul .item_menu_Box .item_menu_list {
  white-space: nowrap !important;
  padding-bottom: 0px;
  text-align: center;
  font-size: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#top-menu-ul .item_menu_Box li {
  height: 80px;
}
#top-menu-ul .item_menu_Box li:first-child a {
  margin-left: 0;
}
#top-menu-ul .item_menu_Box li:last-child a {
  margin-right: 0;
}
@media (max-width: 767px) {
  #top-menu-ul .item_menu_Box li {
    height: 48px;
  }
}
#top-menu-ul .item_menu_Box li a {
  position: relative;
  display: block;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 1.125rem;
  color: #8F7F6F;
}
#top-menu-ul .item_menu_Box li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #F17F04;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
@media (max-width: 767px) {
  #top-menu-ul .item_menu_Box li a::before {
    height: 1px;
  }
}
@media (max-width: 767px) {
  #top-menu-ul .item_menu_Box li a {
    margin: 0 12px;
    padding: 16px 0;
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  #top-menu-ul .item_menu_Box li a {
    margin: 0 35px;
    padding: 31px 0;
  }
  #top-menu-ul .item_menu_Box li a:hover {
    color: #F17F04;
  }
  #top-menu-ul .item_menu_Box li a:hover::before {
    opacity: 1;
  }
}
#top-menu-ul .item_menu_Box li.active a {
  color: #F17F04;
}
#top-menu-ul .item_menu_Box li.active a::before {
  opacity: 1;
}

.open_flexslider .flex-direction-nav {
  display: block;
}

.flex-direction-nav {
  display: none;
}
.flex-direction-nav a {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flex-direction-nav a.flex-prev {
  left: -10px;
}
.flex-direction-nav a.flex-prev::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background: #B7B7B7;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.flex-direction-nav a.flex-next {
  right: 0px;
}
.flex-direction-nav a.flex-next::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 12px;
  background: #B7B7B7;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 991px) {
  .flex-direction-nav a.flex-prev {
    left: 0px;
  }
  .flex-direction-nav a.flex-next {
    right: 0px;
  }
}