:root {
  --maskSize: 19.53125vw;
  --color_main: #1376cf;
  --color-blue: #00386a;
  --color-sky: #b8d6f1;
}

.inner1820 {
  width: 100%;
  max-width: 1820px;
  margin: 0 auto;
  position: relative;
}

.inner1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.inner1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.inner1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#wrap {
  font-size: 1.6rem;
  overflow: hidden;
}

body.hidden {
  overflow: hidden !important;
}

.pop-content {
  padding: 30px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto !important;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexBox.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexBox.just-bet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexBox.just-c {
  padding-right: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexBox.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

header > section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

header nav {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 0px;
          flex: 2 1 0;
}

header .logo img {
  width: 129px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

header .depth1 > li {
  position: relative;
}

header .depth1 > li::before {
  content: "";
  width: 100%;
  background: #f9f9f9;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  height: 400px;
  opacity: 0;
}

header .depth1 > li:hover > a {
  color: #005aab !important;
  font-weight: 400;
}

header .depth1 > li:hover > a::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

header .depth1 > li:hover::before {
  opacity: 1;
}

header .depth1 > li > a {
  position: relative;
  padding: 0 53px;
  height: 100px;
  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.8rem;
  color: #fff;
  font-weight: 300;
}

header .depth1 > li > a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #005aab;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  bottom: -4px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header.act {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

header.act, header.on {
  background: #fff;
}

header.act::before, header.on::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  display: block;
  position: absolute;
  left: 0;
  top: 100px;
}

header.act .depth1 > li > a, header.on .depth1 > li > a {
  color: #222222;
}

header.act .depth2, header.on .depth2 {
  opacity: 1;
}

header.on {
  height: 400px;
}

header.menuOn nav {
  opacity: 0;
  z-index: -1;
}

header.menuOn .logo img, header.act .logo img, header.on .logo img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

header .depth2 {
  opacity: 0;
  padding-top: 30px;
  position: absolute;
  width: 100%;
  text-align: center;
}

header .depth2 > li:not(:last-child) {
  margin-bottom: 15px;
}

header .depth2 > li > a {
  color: #666;
  font-weight: 300;
}

header .depth2 > li:hover > a {
  font-weight: 400;
  color: #005aab;
}

header .lang {
  position: absolute;
  right: 90px;
  padding: 3px 0 1px 30px;
  background: url("/img/common/lang_on.png") left center no-repeat;
}
header .lang ul {
  display: flex;
}
header .lang ul li {
  position: relative;
}
header .lang ul li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 11px;
  display: block;
  background: rgba(255,255,255,0.4);
  position: absolute;
  right: 0;
  top: 45%;
  transform:translateY(-50%);
}
header.menuOn .lang ul li:not(:last-child)::before,
header.on .lang ul li:not(:last-child)::before,
header.act .lang ul li:not(:last-child)::before {
  background: #222;
  opacity: 0.6;
}
header .lang ul li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}
header .lang ul li a span {
  font-size: 1.6rem;
}
header.menuOn .lang ul li a span,
header.on .lang ul li a span,
header.act .lang ul li a span {
  color: #222;
}
header .lang ul li.on a span {
  color: #005aaa;
}
header.menuOn .menuBtn span,
header.on .menuBtn span,
header.act .menuBtn span {
  background: #2c2c2c;
}

header .menuBtn.on span {
  background: #2c2c2c;
}

header .menuBtn.on span:nth-child(2) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

header .menuBtn.on span:nth-child(4) {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

header .menuBtn.on span:nth-child(6) {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

header .menuBtn.on span:nth-child(8) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

header .menuBtn button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

header .menuBtn span {
  border-radius: 50%;
  display: block;
  width: 3px;
  background: #fff;
  height: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#allMenu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  z-index: -1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#allMenu.on {
  opacity: 1;
  z-index: 9998;
}

#allMenu .depth1 {
  max-width: 62.5vw;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#allMenu .depth1 > li {
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.268943436499466vh 0;
}

#allMenu .depth1 > li > a {
  font-size: 1.8229166vw;
  color: #222;
  font-weight: 700;
  width: 13.75vw;
  position: relative;
}

#allMenu .depth1 > li > a span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
}

#allMenu .depth1 > li > a span::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  display: block;
  background: #005aab;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#allMenu .depth1 > li.on > a {
  color: #005aab;
}

#allMenu .depth1 > li.on > a span {
  padding-left: 30px;
}

#allMenu .depth1 > li.on > a span::before {
  left: 0;
  opacity: 1;
}

#allMenu .depth2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#allMenu .depth2 > li:not(:last-child) {
  margin-right: 3.125vw;
}

#allMenu .depth2 > li > a {
  font-size: 1.0416666vw;
}

#allMenu .depth2 > li > a:hover {
  color: #005aab;
}

footer {
  position: relative;
  padding: 50px;
}

footer .telGroup {
  gap: 16px;
}

footer .info {
  background: #f5f5f5;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(0.60462 * 100%);
}

footer .info img {
  width: 165px;
}

footer .info::before {
  content: "";
  width: 33.07888040712468%;
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  background: #f5f5f5;
}

footer .info .txtBox {
  margin-left: 73px;
}

footer .info .txtBox .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}

footer .info .txtBox .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2e2e2e;
}

footer .info .txtBox .menu a i {
  font-size: 14px;
  margin-left: 4px;
}

footer .info .txtBox .compInfo {
  margin: 20px 0;
}

footer .info .txtBox .compInfo > div:not(:last-child) {
  margin-bottom: 6px;
}

footer .info .txtBox .compInfo span {
  color: #555;
  margin-right: 4px;
}

footer .info .txtBox .compInfo p {
  color: #666;
}

footer .info .txtBox .copy {
  font-size: 1.5rem;
  color: #999;
  font-weight: 300;
}

footer .intro {
  width: 39.53846153846154%;
  padding-left: 7.538461538461538%;
}

footer .intro p {
  font-weight: 300;
  color: #333;
  font-size: 2.6rem;
}

footer .intro p b {
  font-weight: 500;
}

footer .intro span {
  color: #005aaa;
  font-weight: 600;
  font-size: 3.2rem;
}

footer .linkGroup {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

footer .linkGroup a {
  border: 1px solid #e0e0e0;
  width: 158px;
  height: 50px;
  border-radius: 6px;
  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.5rem;
}

footer .linkGroup a i {
  margin-left: 2em;
}

footer .topBtn {
  position: absolute;
  right: 6.043956043956044%;
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

footer .topBtn button {
  font-size: 13px;
  color: #005aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

footer .topBtn button::before {
  content: "";
  width: 70px;
  height: 1px;
  background: #005aaa;
  display: block;
}

.tab {
  position: absolute;
  width: 100%;
  bottom: -18px;
  z-index: 100;
}

.tab ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}
.tab ul.m4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.tab ul.center span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab ul button {
  background: #051528;
  color: #fff;
  font-size: 1.8rem;
  height: 70px;
  width: 100%;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 35px;
  position: relative;
  font-weight: 300;
}

.tab ul button i {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tab ul button::after {
  content: "";
  width: calc(100% + 1px);
  height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: var(--color_main);
  display: block;
  position: absolute;
  left: -1px;
  bottom: -1px;
  opacity: 0;
}

.tab ul span {
  position: relative;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab ul li.on button {
  border-color: transparent;
}

.tab ul li.on button i {
  opacity: 1;
}

.tab ul li.on button::after {
  opacity: 1;
  height: calc(100% + 10px);
}

body.darkTheme {
  background: -webkit-gradient(linear, left bottom, left top, from(#071028), to(#000001));
  background: linear-gradient(to top, #071028, #000001);
}

body.darkTheme footer .info {
  background: rgba(255, 255, 255, 0.1);
}

body.darkTheme footer .info::before {
  background: rgba(255, 255, 255, 0.1);
}

body.darkTheme footer .info img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

body.darkTheme footer .info .txtBox .menu a {
  color: #fff;
}

body.darkTheme footer .info .txtBox .compInfo p {
  color: #999;
}

body.darkTheme footer .info .txtBox .compInfo span {
  color: #fff;
}

body.darkTheme footer .intro p {
  color: #fff;
}

body.darkTheme footer .linkGroup a {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  #allMenu .depth1 > li:hover > a span {
    padding-left: 30px;
    color: #005aab;
  }
  #allMenu .depth1 > li:hover > a span::before {
    left: 0;
    opacity: 1;
  }
}
