.q-banner {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 500;
}
.q-banner > a, .q-banner > div {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .q-banner > a, .q-banner > div {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .q-banner > a, .q-banner > div {
    width: 40px;
    height: 40px;
  }
}
.q-banner > a > img, .q-banner > div > img {
  width: 100%;
  height: auto;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  z-index: 600;
}
#header .h-top {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: white;
}
@media (max-width: 1024px) {
  #header .h-top {
    height: 70px;
  }
}
@media (max-width: 480px) {
  #header .h-top {
    height: 60px;
  }
}
#header .h-top .container {
  width: 95%;
  height: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#header .h-top .container .h-notice {
  flex: 0 0 auto;
  max-width: 320px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1280px) {
  #header .h-top .container .h-notice {
    max-width: 220px;
  }
}
@media (max-width: 1024px) {
  #header .h-top .container .h-notice {
    display: none;
  }
}
#header .h-top .container .h-notice > svg {
  flex: 0 0 auto;
  width: 28px;
  height: auto;
  fill: #3C4466;
}
#header .h-top .container .h-notice > span {
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  #header .h-top .container .h-notice > span {
    font-size: 15px;
  }
}
#header .h-top .container #h-logo {
  width: auto;
  height: 52px;
  display: flex;
}
@media (max-width: 1024px) {
  #header .h-top .container #h-logo {
    height: 40px;
  }
}
@media (max-width: 480px) {
  #header .h-top .container #h-logo {
    height: 32px;
  }
}
#header .h-top .container #h-logo > img {
  width: auto;
  height: 100%;
}
#header .h-top .container .h-lang-nav {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  #header .h-top .container .h-lang-nav {
    display: none;
  }
}
#header .h-top .container .h-lang-nav > svg {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  fill: black;
}
#header .h-top .container .h-lang-nav .lang-list {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header .h-top .container .h-lang-nav .lang-list > a {
  flex: 0 0 auto;
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
}
#header .h-top .container .h-lang-nav .lang-list > a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: #707070;
}
#header .h-top .container .h-mobile-toggle {
  display: none;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1024px) {
  #header .h-top .container .h-mobile-toggle {
    display: flex;
  }
}
@media (max-width: 480px) {
  #header .h-top .container .h-mobile-toggle {
    width: 32px;
    height: 32px;
    gap: 5px;
  }
}
#header .h-top .container .h-mobile-toggle > span {
  display: block;
  width: 26px;
  height: 2px;
  background: black;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  #header .h-top .container .h-mobile-toggle > span {
    width: 22px;
  }
}
#header .h-bottom {
  width: 100%;
  height: 68px;
  background: #111257;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  #header .h-bottom {
    display: none;
  }
}
#header .h-bottom .container {
  width: 95%;
  height: auto;
  max-width: 640px;
}
#header .h-bottom .container .h-global-nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header .h-bottom .container .h-global-nav > a {
  position: relative;
  padding: 12px 0;
  flex: 0 1 auto;
  font-size: 20px;
  line-height: 1.1;
  color: white;
  text-align: center;
  word-break: keep-all;
}
#header .h-bottom .container .h-global-nav > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 50%);
  width: 4px;
  height: 4px;
  border-radius: 1000rem;
  background: white;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#header .h-bottom .container .h-global-nav > a:hover::before {
  opacity: 1;
}

.m-menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 700;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.m-menu-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.m-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 360px;
  height: 100vh;
  height: 100dvh;
  background: white;
  z-index: 800;
  overflow-y: auto;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .m-menu {
    max-width: 100%;
  }
}
.m-menu.active {
  right: 0;
}
.m-menu .m-menu-inner {
  width: 100%;
  min-height: 100%;
  padding: 20px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.m-menu .m-menu-inner .m-menu-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.m-menu .m-menu-inner .m-menu-head .m-menu-logo {
  display: flex;
  height: 36px;
}
.m-menu .m-menu-inner .m-menu-head .m-menu-logo > img {
  width: auto;
  height: 100%;
}
.m-menu .m-menu-inner .m-menu-head .m-menu-close {
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-menu .m-menu-inner .m-menu-notice {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #111257;
  border-radius: 6px;
}
.m-menu .m-menu-inner .m-menu-notice > svg {
  flex: 0 0 auto;
  width: 20px;
  height: auto;
  fill: white;
}
.m-menu .m-menu-inner .m-menu-notice > span {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.3;
  color: white;
  word-break: keep-all;
}
.m-menu .m-menu-inner .m-menu-nav {
  display: flex;
  flex-direction: column;
}
.m-menu .m-menu-inner .m-menu-nav > a {
  position: relative;
  padding: 18px 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  border-bottom: 1px solid #ccc;
  transition: color 0.2s ease;
}
.m-menu .m-menu-inner .m-menu-nav > a:hover, .m-menu .m-menu-inner .m-menu-nav > a:focus {
  color: #111257;
}
@media (max-width: 480px) {
  .m-menu .m-menu-inner .m-menu-nav > a {
    padding: 16px 4px;
    font-size: 16px;
  }
}
.m-menu .m-menu-inner .m-menu-lang {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.m-menu .m-menu-inner .m-menu-lang > a {
  flex: 1 1 0;
  padding: 10px 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #2D2D2D;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  word-break: keep-all;
  transition: all 0.2s ease;
}
.m-menu .m-menu-inner .m-menu-lang > a.active {
  background: #111257;
  color: white;
  border-color: #111257;
}

body.menu-open {
  overflow: hidden;
}

#footer {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #111257;
}
@media (max-width: 1024px) {
  #footer {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  #footer {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  #footer {
    padding: 40px 0;
  }
}
#footer .container {
  width: 95%;
  height: auto;
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1024px) {
  #footer .container {
    flex-direction: column;
    gap: 24px;
  }
}
#footer .container .left {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
}
@media (max-width: 1024px) {
  #footer .container .left {
    width: 100%;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  #footer .container .left {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  #footer .container .left {
    gap: 20px;
  }
}
#footer .container .left > a {
  width: auto;
  height: 44px;
  display: flex;
}
@media (max-width: 768px) {
  #footer .container .left > a {
    height: 36px;
  }
}
@media (max-width: 480px) {
  #footer .container .left > a {
    height: 32px;
  }
}
#footer .container .left > a > img {
  width: auto;
  height: 100%;
}
#footer .container .left .f-info-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 28px;
}
@media (max-width: 1024px) {
  #footer .container .left .f-info-list {
    gap: 8px 20px;
  }
}
@media (max-width: 480px) {
  #footer .container .left .f-info-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
#footer .container .left .f-info-list > li {
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1.4;
  color: white;
  word-break: keep-all;
}
@media (max-width: 768px) {
  #footer .container .left .f-info-list > li {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #footer .container .left .f-info-list > li {
    font-size: 13px;
  }
}
#footer .container .left .f-info-list > li[onclick] {
  cursor: pointer;
}
#footer .container .right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) {
  #footer .container .right {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  #footer .container .right {
    gap: 8px;
  }
}
#footer .container .right > a {
  width: 168px;
  height: 48px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  font-size: 1rem;
  line-height: 1.2;
  color: white;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  #footer .container .right > a {
    flex: 1 1 0;
    width: auto;
    min-width: 140px;
  }
}
@media (max-width: 768px) {
  #footer .container .right > a {
    height: 44px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #footer .container .right > a {
    height: 42px;
    min-width: 0;
  }
}/*# sourceMappingURL=common.css.map */