/* 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 {
  position: relative;
}

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Karla";
  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: #E5E5E5;
  overflow: hidden;
}
body.loading {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  body {
    line-height: 1.5;
  }
}

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

::selection {
  background-color: #E51A29;
  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: 100px;
  padding: 0 160px;
  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: 1500px) {
  .header_box {
    padding: 0 40px;
  }
}
.header_box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.logo {
  width: 156px;
  position: relative;
  z-index: 7;
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .logo {
    margin-right: 25px;
  }
}
.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;
}
.logo svg {
  width: 155px;
  height: 33px;
}

/*----------------------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: #E51A29;
  }
  .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.25rem;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 400;
  color: #22252D;
  padding: 5px 0;
  position: relative;
  font-family: "Roboto";
}
@media (min-width: 768px) {
  .nav_box a:hover {
    color: #E51A29;
  }
  .nav_box a:hover:after {
    opacity: 1;
  }
}
.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: #E51A29;
  }
  .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: 24px;
  height: 3px;
  margin: 0 auto;
  border-radius: 5px;
}

.hamburger-menu {
  position: relative;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  background: #353A45;
  -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: 8px;
  background: #353A45;
  -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: 8px;
  background: #353A45;
  -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: 80px;
    z-index: 12;
  }
  .logo svg {
    width: 80px;
    height: 17px;
  }

  .header_box {
    width: 100%;
    height: 57px;
    font-size: 1.5rem;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header_box::before {
    background-color: #fff;
  }

  .nav_box {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 11;
    right: 0;
  }
  .nav_box.navop {
    right: 0;
  }
  .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: 40px;
    padding-bottom: 30px;
    height: auto;
    position: relative;
    background-color: #FFF;
  }
  .nav_box ul li {
    width: 100%;
    height: auto;
    border-bottom: none;
  }
  .nav_box ul li.active a {
    color: #E51A29;
  }
  .nav_box ul li a {
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 400;
    color: #22252D;
    position: relative;
  }
  .nav_box ul li a::after {
    display: none;
  }
  .nav_box ul li span {
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .nav_box ul > li:not(:last-child) {
    margin-right: 0;
  }

  .menu-wrapper {
    display: block;
  }

  .header_box.open {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
footer {
  padding: 90px 25px 42px 25px;
  background-color: #042638;
  position: relative;
}
@media (max-width: 991px) {
  footer {
    padding: 30px 20px 25px 20px;
  }
}
footer .f-logo {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  footer .f-logo {
    width: 98px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
footer .f-logo svg {
  width: 198px;
  height: 42px;
}
@media (max-width: 991px) {
  footer .f-logo svg {
    width: 98px;
    height: 21px;
  }
}
footer .f-location a {
  font-family: "Roboto";
  font-size: 1.25rem;
  line-height: 2.2;
  letter-spacing: 1px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  footer .f-location a {
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 48px;
    text-align: center;
  }
}
footer .copyright {
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 1px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
  font-family: "Roboto";
  text-align: center;
}
@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
    width: 100%;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}

.top_btn {
  position: relative;
  cursor: pointer;
  width: 67px;
  height: 67px;
  z-index: 10;
  border: 2px solid #AF271D;
  border-radius: 50%;
  opacity: 1;
  margin: 0 auto;
  margin-top: 135px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  .top_btn:hover {
    background: #AF271D;
  }
  .top_btn:hover .line {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.top_btn .line {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 2px solid #AF271D;
  border-right: 2px solid #AF271D;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .top_btn {
    margin-top: 65px;
    width: 44px;
    height: 44px;
  }
  .top_btn .line {
    width: 13px;
    height: 13px;
  }
}

.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;
  margin-top: 240px;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .sh-banner {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
.sh-banner .f64 {
  color: #E51A29;
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sh-banner .f64 {
    font-size: 2.1875rem;
    line-height: 1;
  }
}
.sh-banner .f20 {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .sh-banner .f20 {
    font-size: 1.125rem;
    margin-top: 2px;
  }
}
.sh-banner .banner-bg {
  position: absolute;
  right: -220px;
  top: -100px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .sh-banner .banner-bg {
    display: none;
  }
}

.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: #E51A29;
  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: #E51A29;
}
@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: #E51A29;
}
@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: #E51A29;
  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: #E51A29;
  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: #E51A29;
}
.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: #E51A29;
  -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: #E51A29;
  }
  .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.75);
          box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.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: -44px;
  -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: -14px;
  }
}
@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: #606060;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 768px) {
  .form-bx label {
    font-size: 0.875rem;
  }
}
.form-bx label i {
  color: #E51A29;
}
.form-bx input, .form-bx select {
  width: 100%;
  height: 56px;
  border: none;
  background-color: #fff;
  padding-left: 24px;
  border-radius: 0px;
  font-size: 0.875rem;
  padding-left: 16px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 768px) {
  .form-bx input, .form-bx select {
    height: 56px;
    padding-left: 16px;
    border-radius: 0px;
    font-size: 0.875rem;
  }
}
.form-bx textarea {
  width: 100%;
  height: 260px;
  border: none;
  background-color: #fff;
  resize: none;
  border-radius: 0px;
  font-size: 0.875rem;
  padding: 15px 24px;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .form-bx textarea {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    height: 168px;
    border-radius: 0px;
    padding: 12px;
    padding-left: 16px;
    font-size: 0.875rem;
  }
}
.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: 300;
  color: #E51A29;
  height: 18px;
  position: absolute;
  bottom: -18px;
  left: 0px;
}
@media (max-width: 768px) {
  .form-bx .with-errors {
    font-size: 0.75rem;
    left: 0px;
  }
}
.form-bx .sh-btn2 {
  margin: 0 auto;
  margin-top: 85px;
}
@media (max-width: 768px) {
  .form-bx .sh-btn2 {
    margin-top: 48px;
  }
}

.sh-des {
  font-size: 1.875rem;
  line-height: 1.7;
  letter-spacing: 0px;
  font-weight: 400;
  color: #22252D;
}
@media (max-width: 991px) {
  .sh-des {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .sh-des {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media (min-width: 769px) {
  .product-list li:not(:last-child) {
    margin-right: 15px;
  }
}
.product-list li a {
  display: block;
}
@media (min-width: 769px) {
  .product-list li a:hover .f20 {
    color: #E51A29;
  }
  .product-list li a:hover .sh-btn3::before {
    background-color: #E51A29;
  }
  .product-list li a:hover .sh-btn3::after {
    left: 0;
  }
}
.product-list li a .img-bx img {
  width: 100%;
}
.product-list li .f20 {
  color: #000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-top: 15px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .product-list li .f20 {
    font-size: 1rem;
  }
}

@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: #E51A29;
  }
  .news-list a:hover .sh-btn4::before {
    background-color: #E51A29;
  }
  .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%;
}

.indexPage.batteries {
  cursor: none;
}
.indexPage.batteries .cursor .cur-img {
  background: url("../images/mouse_battery.png") no-repeat center/contain;
  width: 54px;
  height: 55px;
}
.indexPage.tape {
  cursor: none;
}
.indexPage.tape .cursor .cur-img {
  background: url("../images/tape.png") no-repeat center/contain;
  width: 109px;
  height: 87px;
}
.indexPage.sci {
  cursor: none;
}
.indexPage.sci .cursor .cur-img {
  background: url("../images/scissors.png") no-repeat center/contain;
  width: 102px;
  height: 60px;
}
.indexPage.waterbottle {
  cursor: none;
}
.indexPage.waterbottle .cursor .cur-img {
  background: url("../images/mouse_water_empty2.png") no-repeat center/contain;
  width: 71px;
  height: 102px;
}
.indexPage.fillwater {
  cursor: none;
}
.indexPage.fillwater .cursor .cur-img {
  background: url("../images/mouse_water_fill2.png") no-repeat center/contain;
  width: 71px;
  height: 102px;
}
.indexPage.can {
  cursor: none;
}
.indexPage.can .cursor .cur-img {
  background: url("../images/can.png") no-repeat center/contain;
  width: 55px;
  height: 38px;
}
.indexPage.noodles {
  cursor: none;
}
.indexPage.noodles .cursor .cur-img {
  background: url("../images/noodles.png") no-repeat center/contain;
  width: 69px;
  height: 95px;
}
.indexPage.saw {
  cursor: none;
}
.indexPage.saw .cursor .cur-img {
  background: url("../images/slide-o/mouse_saw.png") no-repeat center/contain;
  width: 139px;
  height: 41px;
}
.indexPage.wood {
  cursor: none;
}
.indexPage.wood .cursor .cur-img {
  background: url("../images/mouse_wood_h100.png") no-repeat center/contain;
  width: 34px;
  height: 122px;
}
.indexPage.wire {
  cursor: none;
}
.indexPage.wire .cursor .cur-img {
  background: url("../images/mouse_wire.png") no-repeat center/contain;
  width: 103px;
  height: 74px;
}
.indexPage.shovel {
  cursor: none;
}
.indexPage.shovel .cursor .cur-img {
  background: url("../images/slide-o/shovel.png") no-repeat center/contain;
  width: 75px;
  height: 185px;
}
.indexPage.dustpan {
  cursor: none;
}
.indexPage.dustpan .cursor .cur-img {
  background: url("../images/slide-o/dustpan.png") no-repeat center/contain;
  width: 133px;
  height: 247px;
}
.indexPage.broom {
  cursor: none;
}
.indexPage.broom .cursor .cur-img {
  background: url("../images/slide-d/mouse_broom.png") no-repeat center/contain;
  width: 133px;
  height: 303px;
}
.indexPage.clothesfork {
  cursor: none;
}
.indexPage.clothesfork .cursor .cur-img {
  background: url("../images/slide-f/clothesfork.png") no-repeat center/contain;
  width: 27px;
  height: 214px;
}
.indexPage.waterpipe {
  cursor: none;
}
.indexPage.waterpipe .cursor .cur-img {
  background: url("../images/mouse_waterwipe_w100.png") no-repeat center/contain;
  width: 103px;
  height: 49px;
}
.indexPage .cursor {
  position: fixed;
  width: 32px;
  height: 32px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  pointer-events: none;
  z-index: 1000;
}
.indexPage .cursor .cur-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.editor_Content {
  font-size: 0.875rem;
  color: #404040;
}
.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;
}
.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.25rem;
  clear: both;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  margin-right: 0;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .page {
    margin-top: 10px;
    font-size: 0.75rem;
  }
}
.page dt,
.page dd {
  vertical-align: baseline;
  display: inline-block;
  text-align: center;
}
.page dt a,
.page dd a {
  display: block;
  height: 100%;
  line-height: 60px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .page dt a,
.page dd a {
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .page dt a:hover::after,
.page dd a:hover::after {
    opacity: 1;
  }
}
.page dd {
  width: 56px;
  height: 56px;
  margin: 0 7px;
}
@media (max-width: 767px) {
  .page dd {
    margin: 0;
  }
}
.page dd a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E51A29;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
.page dd a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #E51A29;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
.page dd.active a {
  position: relative;
}
.page dd.active a::after {
  opacity: 1;
}
.page dt.rtbn a,
.page dt.ltbn a {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 991px) {
  .page dt.rtbn a,
.page dt.ltbn a {
    width: 40px;
    height: 40px;
  }
}
.page dt.rtbn a::after,
.page dt.ltbn a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #E51A29;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
.page .nopage {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none !important;
}
.page dt.ltbn a {
  margin-right: 10px;
  position: relative;
}
.page dt.ltbn a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 14px;
  display: block;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #bfbfbf;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .page dt.ltbn a::before {
    width: 8px;
    height: 12px;
  }
}
@media (min-width: 768px) {
  .page dt.ltbn a:hover::after {
    opacity: 1;
  }
}
.page dt.rtbn a {
  margin-left: 10px;
  position: relative;
}
.page dt.rtbn a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 14px;
  display: block;
  background: #bfbfbf;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .page dt.rtbn a::before {
    width: 8px;
    height: 12px;
  }
}
@media (min-width: 768px) {
  .page dt.rtbn a:hover::after {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .page {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-right: 0;
  }
  .page dd {
    width: 40px;
    height: 40px;
  }
}

.lang_tw .tw {
  display: block;
}
.lang_tw .en {
  display: none;
}

.lang_en .tw {
  display: none;
}
.lang_en .en {
  display: block;
}
.lang_en .logo {
  margin-right: 35px;
}
@media (max-width: 1199px) {
  .lang_en .logo {
    margin-right: 15px;
  }
}
.lang_en .nav_box ul li {
  max-width: 139px;
}
@media (max-width: 1199px) {
  .lang_en .nav_box ul li {
    max-width: 131px;
  }
}
@media (max-width: 1050px) {
  .lang_en .nav_box ul li {
    max-width: 110px;
  }
}
@media (max-width: 1199px) {
  .lang_en .nav_box ul li:not(:last-child) {
    margin-right: 10px;
  }
}
.lang_en .nav_box a {
  font-size: 0.875rem;
}
@media (max-width: 1199px) {
  .lang_en .nav_box a {
    font-size: 0.75rem;
  }
}

body.lang_cn {
  font-family: "Goldman", "Noto Sans SC";
}
body.lang_cn .editor_Content {
  font-family: "Noto Sans SC";
}