#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 500;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 1280px) {
  #header {
    height: 60px;
  }
}
#header .container {
  position: relative;
  width: 95%;
  height: 100%;
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header .container .whole-menu-open {
  height: 50%;
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  #header .container .whole-menu-open {
    display: flex;
    gap: 12px;
  }
}
#header .container .whole-menu-open img {
  flex: 0 0 auto;
  height: 16px;
}
@media (max-width: 1280px) {
  #header .container .whole-menu-open img {
    height: 14px;
  }
}
#header .container .whole-menu-open span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  #header .container .whole-menu-open span {
    font-size: 18px;
  }
}
#header .container #h-global-nav {
  height: 100%;
}
@media (max-width: 1280px) {
  #header .container #h-global-nav {
    display: none;
  }
}
#header .container #h-global-nav .depth-1 {
  height: 100%;
  display: flex;
  flex-direction: row;
}
#header .container #h-global-nav .depth-1 > li {
  position: relative;
  height: 100%;
  flex: 0 0 auto;
}
#header .container #h-global-nav .depth-1 > li > a {
  height: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
  transition: all 0.2s ease-in-out;
}
#header .container #h-global-nav .depth-1 > li .depth-2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 220px;
  height: auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 8px 0 rgba(113, 187, 15, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
#header .container #h-global-nav .depth-1 > li .depth-2 li {
  width: 100%;
  height: auto;
}
#header .container #h-global-nav .depth-1 > li .depth-2 li a {
  width: 100%;
  height: auto;
  padding: 16px;
  display: block;
  background: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
  text-align: center;
}
#header .container #h-global-nav .depth-1 > li .depth-2 li a:hover {
  background: #71BB0F;
  color: white;
}
#header .container #h-global-nav .depth-1 > li:hover > a {
  color: #71BB0F;
}
#header .container #h-global-nav .depth-1 > li:hover .depth-2 {
  opacity: 1;
  visibility: visible;
}
#header #h-logo {
  width: auto;
  height: 50%;
  display: flex;
}
#header #h-logo img {
  width: auto;
  height: 100%;
}
#header .more-story {
  height: 60%;
  padding-left: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 35px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: auto 100%;
}
#header .more-story > span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
#header .more-story > svg {
  width: auto;
  height: 24px;
  fill: white;
}

.menu-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 600;
}
.menu-background.active {
  opacity: 1;
  visibility: visible;
}

.h-whole-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 72rem;
  transform: translateX(-100%);
  background: white;
  display: flex;
  flex-direction: column;
  z-index: 601;
  transition: all 0.2s ease-in-out;
}
.h-whole-menu.active {
  transform: translateX(0);
}
.h-whole-menu .menu-head {
  flex: 0 0 auto;
  width: 100%;
  height: 12rem;
}
.h-whole-menu .menu-head .wrapper {
  width: 90%;
  height: 100%;
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .h-whole-menu .menu-head .wrapper {
    width: 95%;
  }
}
.h-whole-menu .menu-head .wrapper .whole-menu-close {
  height: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.4rem;
  cursor: pointer;
}
.h-whole-menu .menu-head .wrapper .whole-menu-close > img {
  flex: 0 0 auto;
  height: 1.6rem;
}
.h-whole-menu .menu-head .wrapper .whole-menu-close > span {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}
.h-whole-menu .menu-body {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  overflow: auto;
}
.h-whole-menu .menu-body .wrapper {
  width: 90%;
  height: 100%;
  max-width: 48rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .h-whole-menu .menu-body .wrapper {
    width: 95%;
  }
}
.h-whole-menu .menu-body .wrapper .depth-1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.h-whole-menu .menu-body .wrapper .depth-1 > li {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.h-whole-menu .menu-body .wrapper .depth-1 > li > div, .h-whole-menu .menu-body .wrapper .depth-1 > li .single-menu {
  width: 100%;
  height: 9rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .h-whole-menu .menu-body .wrapper .depth-1 > li > div, .h-whole-menu .menu-body .wrapper .depth-1 > li .single-menu {
    height: 7rem;
  }
}
.h-whole-menu .menu-body .wrapper .depth-1 > li > div b, .h-whole-menu .menu-body .wrapper .depth-1 > li .single-menu b {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .h-whole-menu .menu-body .wrapper .depth-1 > li > div b, .h-whole-menu .menu-body .wrapper .depth-1 > li .single-menu b {
    font-size: 2.4rem;
  }
}
.h-whole-menu .menu-body .wrapper .depth-1 > li > div .cross-box, .h-whole-menu .menu-body .wrapper .depth-1 > li .single-menu .cross-box {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
}
@media (max-width: 1280px) {
  .h-whole-menu .menu-body .wrapper .depth-1 > li > div .cross-box, .h-whole-menu .menu-body .wrapper .depth-1 > li .single-menu .cross-box {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.h-whole-menu .menu-body .wrapper .depth-1 > li > div .cross-box div, .h-whole-menu .menu-body .wrapper .depth-1 > li .single-menu .cross-box div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.2rem;
  background: #aaa;
  transition: all 0.2s ease-in-out;
}
.h-whole-menu .menu-body .wrapper .depth-1 > li .depth-2 {
  width: 100%;
  height: auto;
  max-height: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
  overflow: hidden;
}
.h-whole-menu .menu-body .wrapper .depth-1 > li .depth-2 > li {
  width: 100%;
  height: auto;
}
.h-whole-menu .menu-body .wrapper .depth-1 > li .depth-2 > li > a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
}
.h-whole-menu .menu-body .wrapper .depth-1 > li .depth-2 > li > a::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.h-whole-menu .menu-body .wrapper .depth-1 > li.active > div .cross-box div, .h-whole-menu .menu-body .wrapper .depth-1 > li.active .single-menu .cross-box div {
  background: #71BB0F;
}
.h-whole-menu .menu-body .wrapper .depth-1 > li.active > div .cross-box div.col, .h-whole-menu .menu-body .wrapper .depth-1 > li.active .single-menu .cross-box div.col {
  transform: translate(-50%, -50%) rotate(90deg);
}
.h-whole-menu .menu-body .wrapper .depth-1 > li.active .depth-2 {
  max-height: 30rem;
  padding: 3rem 0;
  border-bottom-color: #aaa;
}

#footer {
  position: relative;
  width: 100%;
  height: auto;
  background: black;
}
#footer .to-top {
  position: absolute;
  right: 5%;
  bottom: 100%;
  transform: translateY(-50%);
  width: 8rem;
  height: 8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  background: #9BC51B;
  z-index: 10;
}
@media (max-width: 1280px) {
  #footer .to-top {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media (max-width: 768px) {
  #footer .to-top {
    width: 5rem;
    height: 5rem;
    right: 4%;
  }
}
@media (max-width: 480px) {
  #footer .to-top {
    width: 4rem;
    height: 4rem;
  }
}
#footer .to-top > svg {
  width: 50%;
  height: 50%;
  fill: white;
  transform: rotate(-90deg);
}
#footer .top {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #707070;
}
#footer .top .inner {
  width: 95%;
  height: auto;
  max-width: 1530px;
  margin: 0 auto;
}
#footer .top .inner .f-global-nav {
  width: 100%;
  height: 7.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1280px) {
  #footer .top .inner .f-global-nav {
    height: 6rem;
  }
}
@media (max-width: 768px) {
  #footer .top .inner .f-global-nav {
    height: auto;
    padding: 1rem 0;
  }
}
#footer .top .inner .f-global-nav > a {
  flex: 1 1 10%;
  border-right: 1px solid #707070;
  padding: 0.8rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  #footer .top .inner .f-global-nav > a {
    font-size: 1.5rem;
    padding: 0.6rem 0.8rem;
  }
}
@media (max-width: 768px) {
  #footer .top .inner .f-global-nav > a {
    font-size: 1.4rem;
    padding: 1rem 0.5rem;
  }
  #footer .top .inner .f-global-nav > a:first-child {
    border-left: none;
  }
}
@media (max-width: 480px) {
  #footer .top .inner .f-global-nav > a {
    flex: 1 1 calc(50% - 1px);
    font-size: 1.3rem;
  }
}
#footer .top .inner .f-global-nav > a:first-child {
  border-left: 1px solid #707070;
}
#footer .bottom {
  position: relative;
  width: 100%;
  height: auto;
  background: white;
}
#footer .bottom .inner {
  width: 95%;
  height: auto;
  max-width: 1530px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6.4rem;
  padding: 6rem 0 4rem;
}
@media (max-width: 1280px) {
  #footer .bottom .inner {
    gap: 4rem;
    padding: 4.8rem 0 3.2rem;
  }
}
@media (max-width: 768px) {
  #footer .bottom .inner {
    flex-direction: column;
    gap: 2.8rem;
    padding: 3.6rem 0 2.8rem;
  }
}
@media (max-width: 480px) {
  #footer .bottom .inner {
    gap: 2rem;
    padding: 2.8rem 0 2rem;
  }
}
#footer .bottom .inner .left, #footer .bottom .inner .right {
  flex: 0 0 10%;
}
@media (max-width: 1280px) {
  #footer .bottom .inner .left, #footer .bottom .inner .right {
    flex: 0 0 120px;
  }
}
@media (max-width: 768px) {
  #footer .bottom .inner .left, #footer .bottom .inner .right {
    flex: 0 0 auto;
    width: 100%;
  }
}
#footer .bottom .inner .left #f-logo, #footer .bottom .inner .right #f-logo {
  width: 100%;
  height: auto;
  display: flex;
}
@media (max-width: 768px) {
  #footer .bottom .inner .left #f-logo, #footer .bottom .inner .right #f-logo {
    width: 140px;
  }
}
@media (max-width: 480px) {
  #footer .bottom .inner .left #f-logo, #footer .bottom .inner .right #f-logo {
    width: 120px;
  }
}
#footer .bottom .inner .left #f-logo > img, #footer .bottom .inner .right #f-logo > img {
  width: 100%;
  height: auto;
}
#footer .bottom .inner .left .social-navs, #footer .bottom .inner .right .social-navs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.2rem;
}
#footer .bottom .inner .left .social-navs > a, #footer .bottom .inner .right .social-navs > a {
  flex: 0 0 auto;
  display: flex;
  width: 3.2rem;
  height: auto;
}
@media (max-width: 768px) {
  #footer .bottom .inner .left .social-navs > a, #footer .bottom .inner .right .social-navs > a {
    width: 2.8rem;
  }
}
@media (max-width: 480px) {
  #footer .bottom .inner .left .social-navs > a, #footer .bottom .inner .right .social-navs > a {
    width: 2.4rem;
  }
}
#footer .bottom .inner .left .social-navs > a > img, #footer .bottom .inner .right .social-navs > a > img {
  width: 100%;
  height: auto;
}
#footer .bottom .inner .center {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1280px) {
  #footer .bottom .inner .center {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #footer .bottom .inner .center {
    gap: 16px;
  }
}
#footer .bottom .inner .center .f-infos {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}
@media (max-width: 480px) {
  #footer .bottom .inner .center .f-infos {
    gap: 0.6rem;
  }
}
#footer .bottom .inner .center .f-infos .row {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #3D3D3D;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  #footer .bottom .inner .center .f-infos .row {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  #footer .bottom .inner .center .f-infos .row {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  #footer .bottom .inner .center .f-infos .row {
    font-size: 1.2rem;
  }
}
#footer .bottom .inner .center .f-infos .row > em {
  color: #008129;
  font-weight: 500;
}
#footer .bottom .inner .center .copyright {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  color: #008129;
}
@media (max-width: 1280px) {
  #footer .bottom .inner .center .copyright {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  #footer .bottom .inner .center .copyright {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  #footer .bottom .inner .center .copyright {
    font-size: 1.1rem;
  }
}
#footer .container {
  width: 95%;
  height: auto;
  max-width: 1530px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}/*# sourceMappingURL=common.css.map */