@charset "UTF-8";
* {
  box-sizing: border-box;
  border: none;
  letter-spacing: 0.5px;
}

u {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

img {
  margin: 0 auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
  color: #162c5f;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 15px;
  }
}

/* 字級顏色設定 */
body {
  /* 字級大小粗細 */
  /* 顏色設定 */
}
body .f32 {
  font-size: 32px;
}
body .f24 {
  font-size: 24px;
}
body .f20 {
  font-size: 20px;
}
body .f18 {
  font-size: 18px;
}
body .f16 {
  font-size: 16px;
}
body .f14 {
  font-size: 14px;
}
body .f22 {
  font-size: 22px;
  line-height: 36px;
}
@media screen and (max-width: 575px) {
  body .f22 {
    font-size: 18px;
    line-height: 28px;
  }
}
body .f30 {
  font-size: 30px;
  line-height: 1;
}
body .f40 {
  font-size: 40px;
  line-height: 1;
}
body .fw-500 {
  font-weight: 500;
}
body b,
body .bold {
  font-weight: 700;
}
body .yt-blue {
  color: #002d94;
}
body .blue {
  color: #002d94;
}
body .red {
  color: #cb0016;
}
body .black {
  color: #000;
}
body .text-center {
  text-align: center;
}
body .blue-info {
  text-align: justify;
  color: #8d98ab;
  line-height: 1.2;
}
body .blue-tag {
  color: #7ca6e0;
}
@media screen and (max-width: 1024px) {
  body img {
    max-width: 100%;
  }
}
body .center {
  text-align: center;
}
body .left {
  text-align: left;
}
body .right {
  text-align: right;
}
body hr {
  border-top: 1px solid #ccc;
}

.container {
  overflow: hidden;
}
.container-md {
  margin: 0 auto;
  max-width: 1200px;
  width: 82%;
}
@media screen and (max-width: 1024px) {
  .container-md {
    width: 100%;
    padding: 0 18px;
  }
}
@media screen and (max-width: 575px) {
  .container-md {
    width: 100%;
    padding: 0 18px;
  }
}
.container-sm {
  margin: 0 auto;
  max-width: 1000px;
  width: 78%;
}
@media screen and (max-width: 1024px) {
  .container-sm {
    width: 100%;
    padding: 0 18px;
  }
}
.container-xs {
  margin: 0 auto;
  max-width: 800px;
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .container-xs {
    width: 90%;
  }
}

.d-flex {
  display: flex;
  align-items: center;
}
.d-flex .flex {
  flex: 1;
}

.d-none {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .for_pc {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .for_pc {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .for_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .for_pad {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .for_pad {
    display: block !important;
  }
}
@media screen and (max-width: 575px) {
  .for_pad {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .for_mb {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .for_mb {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .for_mb {
    display: block !important;
  }
}

.top {
  right: 30px;
  bottom: 100px;
}
@media screen and (max-width: 575px) {
  .top {
    bottom: 60px;
  }
}

header a img { 
 height: 32px;
 margin: auto;
}
@media (max-width: 991px) {
  header a img {
      width: 128px;
      height: 25px;
  }
  header {
    height: 60px !important;
  }
}

header {
  display: flex;
  justify-content: space-between;
  padding: 0 29px 0;
}
@media screen and (max-width: 1024px) {
  header {
    padding: 0 0 0 29px;
  }
}
header a {
  display: inline-flex;
}
@media screen and (max-width: 992px) {
  header img {
    max-width: 100%;
  }
}
header .hbg {
  width: 25px;
  position: fixed;
  top: 8px;
  right: 20px;
  z-index: 11;
}
header .hbg span {
  display: block;
  margin: 7px 0;
  width: 100%;
  height: 2px;
  background: #002d94;
  transition: all 0.3s ease-in-out;
}
header .hbg.open {
  top: 13px;
}
header .hbg.open span {
  background: #FFF;
}
header .hbg.open span:first-child {
  transform: rotate(45deg) translate(4px, 3px);
}
header .hbg.open span:nth-child(2) {
  display: none;
}
header .hbg.open span:last-child {
  transform: rotate(-45deg) translate(3px, -3px);
}
@media screen and (max-width: 1024px) {
  header .hbg {
    display: none;
  }
}
header .list {
  display: flex;
  align-items: center;
}
header .list ul {
  position: relative;
  display: inline-flex;
  align-items: center;
}
header .list ul li {
  cursor: pointer;
  padding: 0 30px;
  transition: all 0.3s ease-in-out;
}
header .list ul li a {
  display: inline-flex;
  color: #002d94;
}
@media screen and (min-width: 1025px) {
  header .list ul li a:hover {
    color: #cb0016;
  }
}
header .list ul li:not(:first-child) {
  border-left: 1px solid #002d94;
}
@media screen and (max-width: 575px) {
  header .list {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 105vh;
    background: #002d94;
    z-index: 10;
    padding-top: 25vh;
  }
  header .list ul {
    margin-top: 0;
    display: block;
  }
  header .list ul li {
    margin: 0;
    text-align: center;
    padding: 10px 30px;
    margin: 10px 0;
  }
  header .list ul li:not(:first-child) {
    border-left: none;
  }
  header .list ul li.f16 {
    font-size: 20px;
  }
  header .list ul li a {
    color: #ffffff;
  }
}
header .list .socialmedia {
  position: absolute;
  bottom: 50vw;
  left: 0;
  width: 100%;
}
header .list .socialmedia ol {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header .list .socialmedia img {
  width: 22px;
  height: 22px;
}

article.main {
  position: relative;
  display: flex;
  background: url(../img/bg-kv.jpg) top right no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  article.main {
    background: url(../img/bg-kv.jpg) top right no-repeat;
    background-size: 140% 100%;
    background-position: 70%;
  }
}
@media screen and (max-width: 1180px) {
  article.main {
    background: url(../img/bg-kv.jpg) top right no-repeat;
    background-size: 140% 100%;
    background-position: 66%;
  }
}
@media screen and (max-width: 1024px) {
  article.main {
    background: url(../img/bg-kv.jpg) top right no-repeat;
    background-size: 100% 100%;
    background-position: 80% 80%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 992px) {
  article.main {
    background: url(../img/bg-kv-pad.jpg) top right no-repeat;
    background-size: 100% 100%;
    background-position: 70% 80%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 575px) {
  article.main {
    background: url(../img/bg-kv-mb.jpg) top right no-repeat;
    background-size: 100% 100%;
    background-position: 100% 90%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
article.main .content {
  position: relative;
  margin-top: 180px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  article.main .content {
    margin-top: 220px;
  }
}
@media screen and (max-width: 1279px) {
  article.main .content {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1024px) {
  article.main .content {
    margin-top: 21vw;
  }
}
@media screen and (max-width: 575px) {
  article.main .content {
    margin-top: 30vw;
  }
}
article.main .content .deco-jpy {
  margin: 0 auto;
  width: 76%;
  max-width: 580px;
}
@media screen and (max-width: 1024px) {
  article.main .content .deco-jpy {
    margin: 5vw auto;
  }
}
article.main .content .deco-jpy img {
  width: 100%;
}
article.main .content .title {
  margin: 0 auto;
  width: 100%;
  max-width: 887px;
}
article.main .content .title img {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  article.main .content .title {
    margin: 30px auto;
  }
}
@media screen and (max-width: 1024px) {
  article.main .content .title {
    margin: 2vw auto;
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  article.main .content .title {
    width: 90%;
  }
}
article.main .content p {
  position: relative;
  margin: 0 auto;
  font-weight: 400;
}
article.main .content p.blue {
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2vw;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  article.main .content p.blue {
    margin-top: 3vw;
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 575px) {
  article.main .content p.blue {
    margin-top: 2vw;
    font-size: 6vw;
  }
}
article.main .content p.red {
  margin-top: 57px;
  width: 30vw;
  font-size: 2.2vw;
  text-align: center;
}
article.main .content p.red::before {
  content: "";
  position: absolute;
  top: -1vw;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cb0016;
}
article.main .content p.red::after {
  content: "";
  position: absolute;
  bottom: -1vw;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cb0016;
}
@media screen and (max-width: 1024px) {
  article.main .content p.red {
    margin-top: 6vw;
    width: 60vw;
    font-size: 4.2vw;
  }
  article.main .content p.red::before {
    top: -2vw;
  }
  article.main .content p.red::after {
    bottom: -2vw;
  }
}
@media screen and (max-width: 575px) {
  article.main .content p.red {
    margin-top: 8vw;
    width: 70vw;
    font-size: 6vw;
  }
  article.main .content p.red::before {
    top: -3vw;
  }
  article.main .content p.red::after {
    bottom: -3vw;
  }
}
article.main .content .date {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  article.main .content .date {
    font-size: 12px;
  }
}
article.main .content .date .week {
  color: #fff;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100px;
  background: #002d94;
  font-size: 0.9rem;
  margin-left: 5px;
}
article.main .content .date .to {
  color: #002d94;
  letter-spacing: -1px;
  margin: 0 30px;
}
@media screen and (max-width: 600px) {
  article.main .content .date .to {
    margin: 0 7px;
  }
}
article.main .mainBtn {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  writing-mode: vertical-lr;
  border-radius: 100px;
  display: flex;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn {
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
  }
}
article.main .mainBtn .link {
  flex: 1;
  display: inline-block;
  padding: 20px 12px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  min-height: 106px;
  color: #002d94;
  letter-spacing: 2px;
  margin: 10px 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
article.main .mainBtn .link.red {
  color: #cb0016;
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .link {
    display: flex;
    margin: 0;
    min-height: 5vw;
    color: #FFF;
    font-size: 16px;
  }
  article.main .mainBtn .link.red {
    color: #FFF;
  }
  article.main .mainBtn .link a {
    font-size: 16px;
    color: #FFF;
  }
}
article.main .mainBtn .link i {
  display: inline-flex;
  width: 100%;
  height: 28px;
  background: url(../img/icon-side-btn.svg) top center no-repeat;
  background-size: 60% auto;
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .link i {
    width: 5vw;
    height: 5vw;
    margin: 0 1vw 0;
    background: url(../img/icon-side-btn-white.svg) center center no-repeat;
    background-size: 90% auto;
  }
  article.main .mainBtn .link i.red {
    background: url(../img/icon-side-btn-white.svg) center center no-repeat;
    background-size: 90% auto;
  }
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .link {
    padding: 10px 3px;
    text-align: center;
    background: rgba(0, 45, 148, 0.9);
  }
  article.main .mainBtn .link.red {
    background-color: rgba(203, 0, 22, 0.9);
  }
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .allotBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
article.main .mainBtn .allotList {
  position: fixed;
  writing-mode: lr;
  background: #fff;
  border-left: 5px solid #cb0016;
  padding: 20px 35px 20px;
  width: -moz-max-content;
  width: max-content;
  right: 80px;
  top: -80px;
  box-shadow: 0 6px 10px rgba(8, 51, 91, 0.1);
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .allotList {
    width: 90%;
    padding: 0;
    right: auto;
    left: auto;
    top: auto;
    bottom: 12vw;
  }
}
@media screen and (max-width: 575px) {
  article.main .mainBtn .allotList {
    bottom: 20vw;
  }
}
article.main .mainBtn .allotList::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 18px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(5px 0 5px rgba(8, 51, 91, 0.1));
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .allotList::after {
    border-width: 20px 0 20px 18px;
    bottom: -47px;
    left: 5vw;
    top: auto;
    transform: translateY(-50%) rotate(90deg);
  }
}
article.main .mainBtn .allotList .fund {
  padding: 15px 0;
}
article.main .mainBtn .allotList .fund p {
  color: #162c5f;
}
article.main .mainBtn .allotList .fund .links {
  margin-top: 7px;
  margin-bottom: 10px;
}
article.main .mainBtn .allotList .fund .links a {
  color: #002d94;
  padding: 0 15px;
  position: relative;
}
article.main .mainBtn .allotList .fund .links a:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .allotList .fund .links a:first-child {
    padding-left: 15px;
  }
}
article.main .mainBtn .allotList .fund .links a:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background: #cb0016;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .allotList .fund .links a {
    margin-bottom: 7px;
  }
}
article.main .mainBtn .allotList .fund .links br {
  display: none;
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .allotList .fund .links br {
    display: block;
  }
}
article.main .mainBtn .allotList .open {
  color: #000;
  padding: 10px 15px;
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .allotList .open {
    display: block;
    margin: 3vw 2vw;
  }
}
article.main .mainBtn .allotList .open .link-content {
  margin-bottom: 1rem;
}
article.main .mainBtn .allotList .open .links {
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .allotList .open .links {
    margin-top: 0;
  }
}
article.main .mainBtn .allotList .open .links span {
  margin: 0 5px;
}
article.main .mainBtn .allotList .open .links a {
  display: inline-block;
  margin-left: 0;
}
article.main .mainBtn .allotList .open a {
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
  transition: 0.5s ease all;
}
article.main .mainBtn .allotList .open a i.arrow {
  display: inline-block;
  width: 32px;
  height: 11px;
  background: url(../img/arrow-b.png) center top no-repeat;
}
article.main .mainBtn .allotList .open a i.arrow.red {
  background: url(../img/arrow-r.png) center top no-repeat;
}
article.main .mainBtn .allotList .open a:hover {
  transform: translateY(5px);
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .allotList .open a {
    display: block;
    margin: 0;
  }
  article.main .mainBtn .allotList .open a:hover {
    transform: none;
  }
}
article.main .mainBtn .allotList .open hr {
  margin: 24px 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .allotList .open hr {
    margin: 15px 0;
  }
}
article.main .mainBtn .allotList .open ul {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  article.main .mainBtn .allotList .open ul {
    margin-top: 10px;
  }
}
article.main .mainBtn .allotList .open ul li {
  position: relative;
  padding-left: 1rem;
  font-size: 14px;
  line-height: 1.5;
}
article.main .mainBtn .allotList .open ul li:before {
  content: "•";
  position: absolute;
  left: 0;
}
article.main .scroll {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 4vh;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 1024px) {
  article.main .scroll {
    bottom: 10vh;
  }
}
@media screen and (max-width: 575px) {
  article.main .scroll {
    bottom: 8vh;
  }
}
article.main .scroll img {
  display: inline-block;
  margin-top: 25px;
  animation: scrollMouse infinite 1s;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  article.main .scroll img:hover img {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  article.main .scroll img {
    margin-top: 7px;
    width: 40px;
  }
}
@media screen and (max-width: 575px) {
  article.main .scroll img {
    margin-top: 16px;
  }
}

@keyframes scrollMouse {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
section:not(.main):not(.warn) {
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  section:not(.main):not(.warn) {
    padding: 10px 0;
  }
}
section:not(.main):not(.warn) h2 {
  text-align: center;
}
section:not(.main):not(.warn) h2.title {
  font-size: 48px;
  line-height: 1.5;
  padding: 40px 0;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  section:not(.main):not(.warn) h2.title {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 575px) {
  section:not(.main):not(.warn) h2.title {
    font-size: 7vw;
    padding: 15px 0;
    letter-spacing: 0.2px;
  }
}
section:not(.main):not(.warn) h2.title br {
  display: none;
}
@media screen and (max-width: 575px) {
  section:not(.main):not(.warn) h2.title br {
    display: block;
  }
}
section:not(.main):not(.warn) p {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  word-wrap: break-word;
}
@media screen and (min-width: 1025px) {
  section:not(.main):not(.warn) p {
    padding-left: 5px;
  }
}
@media screen and (max-width: 1024px) {
  section:not(.main):not(.warn) p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 575px) {
  section:not(.main):not(.warn) p {
    font-size: 18px;
    padding: 15px 0;
    letter-spacing: 0.2px;
  }
}
section:not(.main):not(.warn) .content {
  padding: 60px 0;
}
@media screen and (max-width: 992px) {
  section:not(.main):not(.warn) .content {
    padding: 30px 0;
  }
}
section:not(.main):not(.warn) .deco {
  pointer-events: none;
}
section:not(.main):not(.warn) .left {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  section.section1.section1 .container {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: initial;
  }
}
@media screen and (max-width: 1024px) {
  section.section1.section1 .container {
    padding-top: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  section.section1.section1 .content-l h2.title {
    text-align: left;
  }
}
section.section1.section1 .content-r {
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.section1.section1 .content-r {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  section.section1.section1 .content-r {
    margin-top: 5vw;
  }
}
section.section1.section1 .content-r .pattern {
  z-index: -1;
  position: absolute;
  right: -62px;
  top: -100px;
}
section.section1.section1 .content-r .vframe {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 640px;
  height: 360px;
  transform: translate(-50%, -50%) scale(0.9);
}
section.section1.section1 .content-r .vframe iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 575px) {
  section.section1.section1 .content-r .vframe {
    width: 320px;
    height: 180px;
    transform: translate(-50%, -50%);
  }
}
section.section1.section1 .content-r .play {
  cursor: pointer;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  section.section1.section1 .content-r .play {
    left: calc(50% - 12px);
    top: calc(50% + 10px);
    transition: 0.5s ease transform;
  }
  section.section1.section1 .content-r .play:hover {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media screen and (max-width: 575px) {
  section.section1.section1 .content-r .play {
    width: 100%;
    height: 100%;
  }
}
section.section1.section1 .content-r .vdeco {
  z-index: 2;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 575px) {
  section.section1.section1 .content-r .vdeco {
    margin: 0 auto;
    width: 340px;
    height: auto;
  }
}
section.section2.section2 {
  position: relative;
}
section.section2.section2 .content {
  color: #000;
  font-size: 16px;
}
section.section2.section2 .content .box {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  section.section2.section2 .content .box {
    flex-wrap: wrap;
  }
}
section.section2.section2 .content .box .red-box {
  flex: 3;
  border: 1px solid #cb0016;
}
@media screen and (max-width: 575px) {
  section.section2.section2 .content .box .red-box {
    flex: 100%;
  }
}
section.section2.section2 .content .box .red-box .title {
  background-color: #cb0016;
}
section.section2.section2 .content .box .blue-box {
  flex: 2;
  border: 1px solid #002d94;
}
@media screen and (max-width: 575px) {
  section.section2.section2 .content .box .blue-box {
    flex: 100%;
  }
}
section.section2.section2 .content .box .blue-box .title {
  background-color: #002d94;
}
section.section2.section2 .content .box .title {
  padding: 1rem 0;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 575px) {
  section.section2.section2 .content .box .title {
    font-size: 18px;
  }
}
section.section2.section2 .content .box .txt {
  padding: 1rem 2rem;
  text-align: center;
}
section.section2.section2 .content .box .table {
  padding: 0 2rem 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  color: #000;
}
section.section2.section2 .content .box .table-2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 575px) {
  section.section2.section2 .content .box .table-2 {
    grid-template-columns: 1fr;
  }
}
section.section2.section2 .content .box .table .card {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "img company company" "img desc desc";
}
section.section2.section2 .content .box .table .card .img {
  grid-area: img;
  height: 80px;
}
section.section2.section2 .content .box .table .card .img img {
  height: 100%;
}
section.section2.section2 .content .box .table .card .company {
  grid-area: company;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  section.section2.section2 .content .box .table .card .company {
    font-size: 18px;
  }
}
section.section2.section2 .content .box .table .card .desc {
  grid-area: desc;
  line-height: 1.2;
}
section.section2.section2 .content .info {
  padding-top: 60px;
}
@media screen and (max-width: 575px) {
  section.section2.section2 .content .info {
    padding-top: 30px;
  }
}
section.section3.section3 {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  section.section3.section3 {
    background-image: linear-gradient(180deg, transparent 22%, #dfedfb 21%, #dfedfb 100%);
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  section.section3.section3 {
    background-image: linear-gradient(180deg, transparent 2.03%, #dfedfb 2.02%, #dfedfb 100%);
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  section.section3.section3 {
    background-image: linear-gradient(180deg, transparent 6.33%, #dfedfb 6.32%, #dfedfb 100%);
    padding-top: 0;
  }
}
section.section3.section3:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  section.section3.section3:before {
    top: -210px;
    left: 0;
    height: 760px;
    background: url(../img/section3-bg-pc.png) bottom center no-repeat;
    background-size: 1920px auto;
  }
}
@media screen and (max-width: 1024px) {
  section.section3.section3:before {
    top: -660px;
    left: 0;
    height: 790px;
    background: url(../img/section3-bg-pc.png) bottom left no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 575px) {
  section.section3.section3:before {
    top: -2vw;
    left: 0;
    height: 42vw;
    background: url(../img/section3-bg-mb.png) bottom left no-repeat;
    background-size: 100% auto;
  }
}
section.section3.section3 h3.bg {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section.section3.section3 h3.bg {
    margin: 50px auto;
  }
}
@media screen and (max-width: 575px) {
  section.section3.section3 h3.bg {
    margin: 40px auto;
  }
}
section.section3.section3 .pic img {
  width: 100%;
}
section.section3.section3 .content {
  text-align: left;
}
@media screen and (max-width: 1270px) {
  section.section3.section3 .content h2.title span {
    display: block;
  }
}
section.section3.section3 .content .box {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  section.section3.section3 .content .box {
    margin-top: 40px;
  }
}
section.section3.section3 .content .box .cards {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 575px) {
  section.section3.section3 .content .box .cards {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
  }
}
section.section3.section3 .content .box .cards .card {
  flex: 1;
}
section.section3.section3 .content .box .cards .card .tag {
  color: #7ca6e0;
  border-left: 5px solid #7ca6e0;
  font-size: 18px;
  padding: 0 10px;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  section.section3.section3 .content .box .cards .card .tag {
    margin: 0;
  }
}
section.section3.section3 .content .box .cards .card .name {
  margin: 10px 0 20px;
  font-size: 20px;
  color: #002d94;
  font-weight: bold;
  line-height: 1.5;
}
section.section3.section3 .content .box .cards .card .desc {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
section.section3.section3 .content .box .cards .card .circles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin: 20px auto 40px;
  align-items: center;
  justify-items: center;
}
section.section3.section3 .content .box .cards .card .circles .circle {
  border: 1px solid #005bbe;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  section.section3.section3 .content .box .cards .card .circles .circle {
    width: 20vw;
    height: 20vw;
  }
}
section.section3.section3 .content .box .cards .card .circles .circle .company {
  color: #002d94;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  section.section3.section3 .content .box .cards .card .circles .circle .company {
    font-size: 18px;
  }
}
section.section3.section3 .content .box .cards .card .circles .circle .jpy {
  color: #005bbe;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  section.section3.section3 .content .box .cards .card .circles .circle .jpy {
    font-size: 16px;
    letter-spacing: -1px;
  }
}
section.section3.section3 .content .box .cards .card .chart {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  section.section3.section3 .content .box .cards .card .chart {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
section.section3.section3 .content .box .cards .card .chart .txt {
  flex: 1.5;
  color: #000;
}
@media screen and (max-width: 575px) {
  section.section3.section3 .content .box .cards .card .chart .txt {
    text-align: left;
  }
  section.section3.section3 .content .box .cards .card .chart .txt br {
    display: none;
  }
}
section.section3.section3 .content .box .cards .card .chart .img {
  flex: 2;
}
section.section3.section3 .content .box .cards .card .img img {
  width: 100%;
}
section.section3.section3 .content .info {
  padding-top: 60px;
}
@media screen and (max-width: 575px) {
  section.section3.section3 .content .info {
    padding-top: 30px;
  }
}
section.section3-1.section3-1 .content {
  text-align: center;
}
@media screen and (max-width: 1270px) {
  section.section3-1.section3-1 .content h2.title span {
    display: block;
  }
}
section.section3-1.section3-1 .content .box .cards {
  display: flex;
}
@media screen and (max-width: 575px) {
  section.section3-1.section3-1 .content .box .cards {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
  }
}
section.section3-1.section3-1 .content .box .cards .card {
  width: 100%;
}
section.section3-1.section3-1 .content .box .cards .card .title {
  margin: 20px auto 40px;
  font-size: 20px;
  color: #002d94;
  font-weight: bold;
}
section.section3-1.section3-1 .content .box .cards .card img {
  width: 80%;
}
@media screen and (max-width: 575px) {
  section.section3-1.section3-1 .content .box .cards .card img {
    width: 100%;
  }
}
section.section3-1.section3-1 .content .box .cards .card img img {
  width: 100%;
}
section.section3-1.section3-1 .content .info {
  padding-top: 60px;
}
@media screen and (max-width: 575px) {
  section.section3-1.section3-1 .content .info {
    padding-top: 30px;
  }
}
section.section4.section4 {
  position: relative;
  width: 100%;
  background-color: #dfedfb;
}
section.section4.section4 h3.bg {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section.section4.section4 h3.bg {
    margin: 50px auto;
  }
}
@media screen and (max-width: 575px) {
  section.section4.section4 h3.bg {
    margin: 40px auto;
  }
}
section.section4.section4 .pic.for_pc, section.section4.section4 .pic .for_pad {
  margin: 0 auto;
  max-width: 1080px;
}
section.section4.section4 .pic.for_pc img, section.section4.section4 .pic .for_pad img {
  width: 100%;
}
section.section4.section4 .pic.for_pad {
  margin: 10px auto;
}
section.section4.section4 .pic.for_mb {
  max-width: 95%;
  margin: 0 auto;
}
section.section4.section4 .content {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section.section4.section4 .content span {
    display: block;
  }
}
section.section4.section4 .content .box {
  display: grid;
}
@media screen and (min-width: 1025px) {
  section.section4.section4 .content .box {
    margin: 80px auto 40px;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
}
@media screen and (max-width: 1024px) {
  section.section4.section4 .content .box {
    width: 100%;
    margin: 20px auto 40px;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  section.section4.section4 .content .box {
    width: 90%;
    margin: 20px auto 0;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
section.section4.section4 .content .box .card {
  width: 100%;
}
section.section4.section4 .content .box .card .title {
  margin: 20px auto;
}
section.section4.section4 .content .box .card img {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  section.section4.section4 .content .box .card {
    padding: 30px 0;
  }
  section.section4.section4 .content .box .card .title {
    margin: 10px auto;
  }
  section.section4.section4 .content .box .card img {
    width: 70%;
  }
}
section.section4.section4 .content .box .desc {
  line-height: 1.5;
}
section.section4.section4 .content .box .more {
  cursor: pointer;
  padding: 20px 0;
  transition: 0.5s ease all;
}
@media screen and (max-width: 1024px) {
  section.section4.section4 .content .box .more {
    padding: 20px 0 40px;
  }
}
section.section4.section4 .content .box .more i.arrow {
  display: inline-block;
  width: 32px;
  height: 11px;
  background: url(../img/arrow-b.png) center top no-repeat;
}
section.section4.section4 .content .box .more i.arrow.red {
  background: url(../img/arrow-r.png) center top no-repeat;
}
section.section4.section4 .content .box .more:hover {
  transform: translateX(10px);
}
@media screen and (min-width: 1025px) {
  section.section5.section5 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
section.section5.section5 .box {
  display: grid;
}
section.section5.section5 .box .num-pc {
  grid-area: num;
}
section.section5.section5 .box .icon {
  grid-area: icon;
  width: 100%;
}
section.section5.section5 .box .icon img {
  margin-top: 10px;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  section.section5.section5 .box .icon img {
    margin: 0;
  }
}
section.section5.section5 .box .title {
  grid-area: title;
}
@media screen and (max-width: 1024px) {
  section.section5.section5 .box .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
}
section.section5.section5 .box .desc {
  grid-area: desc;
}
@media screen and (max-width: 1024px) {
  section.section5.section5 .box .desc {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1025px) {
  section.section5.section5 .box {
    margin: 80px auto 80px;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  section.section5.section5 .box .card {
    display: grid;
    grid-template-areas: "num num" "icon title" "icon desc";
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 80px 80px auto;
    justify-content: center;
    align-items: top;
  }
}
@media screen and (max-width: 1024px) {
  section.section5.section5 .box {
    margin: 80px auto 0;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  section.section5.section5 .box .card {
    display: grid;
    grid-template-areas: "icon title" "icon desc ";
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto 80px auto;
    justify-items: center;
  }
}
@media screen and (max-width: 575px) {
  section.section5.section5 .box {
    width: 100%;
    margin: 20px auto 40px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  section.section5.section5 .box .card {
    display: grid;
    grid-template-areas: "icon title" "icon desc";
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: top;
  }
}
section.section7.section7 {
  text-align: center;
}
section.section7.section7 .box {
  display: grid;
}
section.section7.section7 .box .icon {
  margin: 0 auto;
  width: 25%;
}
section.section7.section7 .box .icon img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  section.section7.section7 .box .icon img {
    margin: 0;
  }
}
section.section7.section7 .box .title {
  margin: 20px auto 15px;
}
@media screen and (max-width: 1024px) {
  section.section7.section7 .box .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
}
section.section7.section7 .box .card .block {
  padding: 20px;
  margin: 20px auto;
  width: 90%;
  background-color: #dfedfb;
}
section.section7.section7 .box .card .block .red {
  font-weight: 700;
}
section.section7.section7 .box .card .block b {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  section.section7.section7 .box .card .block img {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  section.section7.section7 .box {
    margin: 80px auto 80px;
    grid-template-columns: repeat(3, 1fr);
  }
  section.section7.section7 .box .card:not(:last-child) {
    border-right: 1px solid #dfedfb;
  }
}
@media screen and (max-width: 1024px) {
  section.section7.section7 .box {
    width: 100%;
    margin: 20px auto 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  section.section7.section7 .box {
    width: 80%;
    margin: 20px auto 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
section.section7-1.section7-1 {
  text-align: center;
}
section.section7-1.section7-1 .box {
  display: grid;
}
section.section7-1.section7-1 .box .icon {
  margin: 0 auto;
  width: 25%;
}
section.section7-1.section7-1 .box .icon img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  section.section7-1.section7-1 .box .icon img {
    margin: 0;
  }
}
section.section7-1.section7-1 .box .title {
  margin: 20px auto 15px;
}
@media screen and (max-width: 1024px) {
  section.section7-1.section7-1 .box .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
}
section.section7-1.section7-1 .box .card {
  position: relative;
}
section.section7-1.section7-1 .box .card .desc {
  text-align: justify;
  color: #000;
}
section.section7-1.section7-1 .box .card .deco-crncy {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 5rem;
  width: 12%;
  height: 100%;
  font-weight: 700;
  writing-mode: vertical-lr;
  color: #dfedfb;
}
section.section7-1.section7-1 .box .card .title {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
section.section7-1.section7-1 .box .card .title i {
  display: inline-block;
  width: 50px;
  padding: 0.5rem;
}
section.section7-1.section7-1 .box .card .title i img {
  width: 100%;
}
section.section7-1.section7-1 .box .card .icon {
  margin: 1rem auto;
}
@media screen and (max-width: 575px) {
  section.section7-1.section7-1 .box .card .icon {
    width: 30%;
    margin: 1rem auto;
  }
}
@media screen and (min-width: 1025px) {
  section.section7-1.section7-1 .box {
    margin: 80px auto 80px;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
  }
}
@media screen and (max-width: 1024px) {
  section.section7-1.section7-1 .box {
    width: 100%;
    margin: 20px auto 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  section.section7-1.section7-1 .box {
    margin: 20px auto 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
section.section8.section8 {
  padding: 0;
  text-align: center;
}
section.section8.section8 .content {
  margin-top: 0;
  padding-top: 0;
}
section.section8.section8 .content h2 {
  margin-top: 0;
}
section.section8.section8 .box {
  width: 90%;
  margin: 20px auto 80px;
}
@media screen and (max-width: 1024px) {
  section.section8.section8 .box {
    margin: 20px auto 40px;
    width: 100%;
  }
}
section.section8.section8 .detail {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 992px) {
  section.section8.section8 .detail {
    display: block;
  }
}
section.section8.section8 .detail .list {
  flex: 1;
}
section.section8.section8 .detail .list.list-top {
  display: flex;
  justify-content: center;
  background-color: #dfedfb;
}
@media screen and (max-width: 1024px) {
  section.section8.section8 .detail .list.list-top {
    display: block;
  }
}
section.section8.section8 .detail .list.list-top p {
  color: #002d94;
  background: transparent;
  border: none;
}
@media screen and (max-width: 575px) {
  section.section8.section8 .detail .list.list-top p {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0.5vw;
  }
  section.section8.section8 .detail .list.list-top p span.item {
    padding-top: 1vw;
    display: block;
  }
  section.section8.section8 .detail .list.list-top p span.val {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    justify-content: center;
  }
  section.section8.section8 .detail .list.list-top p span.val a {
    display: block;
  }
}
section.section8.section8 .detail .list.list-top p span {
  display: flex;
}
section.section8.section8 .detail .list.list-top p span.item {
  background: transparent !important;
  align-items: center;
}
section.section8.section8 .detail .list.list-top p span.val {
  background: transparent !important;
}
section.section8.section8 .detail .list.list-top p span.val a {
  color: #002d94;
}
section.section8.section8 .detail .list.list-top p span i {
  margin-left: 10px;
  display: inline-flex;
  width: 40px;
  height: 1px;
  background-color: #002d94;
}
@media screen and (max-width: 1024px) {
  section.section8.section8 .detail .list.list-top p span {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  section.section8.section8 .detail .list.list-top p span.item {
    display: block;
    font-weight: 600;
  }
  section.section8.section8 .detail .list.list-top p span.val a {
    flex: 1;
    padding: 2vw 0;
  }
}
section.section8.section8 .detail .list-t {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
}
@media screen and (max-width: 576px) {
  section.section8.section8 .detail .list-t {
    display: block;
  }
}
section.section8.section8 .detail .list p {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  color: #FFF;
  font-size: 16px;
  border-bottom: 1px solid #002d94;
  padding: 0;
  background: #002d94;
}
section.section8.section8 .detail .list p span {
  display: inline-block;
  text-align: center;
}
section.section8.section8 .detail .list p span.item {
  min-width: 160px;
  background: #002d94;
}
@media screen and (max-width: 1280px) {
  section.section8.section8 .detail .list p span.item {
    min-width: 120px;
  }
}
section.section8.section8 .detail .list p span.val {
  padding-left: 20px;
  color: #002d94;
  background: #FFF;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
}
section.section8.section8 .detail .list p span.val.raise-storage-rate {
  line-height: 4;
}
@media screen and (max-width: 1280px) {
  section.section8.section8 .detail .list p span.val {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  section.section8.section8 .detail .list p span.val.raise-storage-rate {
    line-height: 3;
  }
}
@media screen and (max-width: 992px) {
  section.section8.section8 .detail .list p span.val {
    height: 100%;
    display: flex;
    align-items: center;
  }
  section.section8.section8 .detail .list p span.val.raise-storage-rate {
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  section.section8.section8 .detail .list p span.val {
    line-height: 1.5;
  }
}
section.section8.section8 .detail .list p span.val a {
  color: #162c5f;
}
@media screen and (min-width: 1025px) {
  section.section8.section8 .detail .list p span.val a {
    margin-right: 20px;
  }
}
section.section8.section8 .detail .list p span.val a img {
  width: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  section.section8.section8 .detail .list p span.val a img {
    width: 14px;
  }
}
section.section8.section8 .detail .list p.high .val {
  height: 89px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  section.section8.section8 .detail .list p.high .val {
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  section.section8.section8 .detail .list p .ps {
    font-size: 12px;
  }
}
section.yield-rate-chart {
  text-align: center;
}
section.yield-rate-chart img {
  width: 90%;
  padding-bottom: 20px;
}
section.invest-info .container .content {
  padding: 30px 0;
}
section.invest-info .box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  section.invest-info .box {
    flex-direction: column;
  }
}
section.invest-info .box .card {
  padding: 0 40px;
}
section.invest-info .box .card-1 {
  flex-basis: 100%;
}
section.invest-info .box .card-2 {
  flex-basis: 50%;
}
@media screen and (min-width: 1025px) {
  section.invest-info .box .card-2 {
    display: grid;
    grid-template-rows: 1fr 4.5fr 1fr;
  }
}
@media screen and (max-width: 992px) {
  section.invest-info .box .card {
    width: 100%;
    padding: 20px;
  }
}
section.invest-info .box .card .more-wrp {
  display: flex;
  text-align: right;
  font-size: 16px;
  justify-content: flex-end;
}
section.invest-info .box .card .more-wrp .btn-more {
  cursor: pointer;
  color: #7099d5;
}
section.invest-info .box .card .more-wrp .btn-more i.arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5ZyW5bGkXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNyAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNyAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2Rpc3BsYXk6bm9uZTtmaWxsOiMyNzc1MDM7fQ0KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojNzA5OWQ1O3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMi41IiBjeT0iNSIgcj0iOSIvPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDEiIHBvaW50cz0iMSw5IDYsNSAxLDEgIi8+DQo8L3N2Zz4NCg==) center bottom no-repeat;
  background-size: auto 60%;
}
section.invest-info .box h2 {
  position: relative;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #002d94;
}
section.invest-info .box .invest-industry {
  display: flex;
}
@media screen and (max-width: 575px) {
  section.invest-info .box .invest-industry {
    flex-direction: column;
  }
}
section.invest-info .box .invest-industry .chart {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 575px) {
  section.invest-info .box .invest-industry .chart {
    margin: 0 auto;
    width: 80%;
  }
}
section.invest-info .box .invest-industry .invest-list {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 575px) {
  section.invest-info .box .invest-industry .invest-list {
    width: 100%;
  }
}
section.invest-info .box .invest-industry .invest-item {
  display: grid;
  grid-template-columns: 20px 3fr 1fr;
  align-items: center;
  padding: 5px 0;
}
section.invest-info .box .invest-industry .invest-item:last-child {
  margin-bottom: 10px;
}
section.invest-info .box .invest-industry .invest-item .color {
  width: 10px;
  height: 10px;
}
section.invest-info .box .invest-industry .invest-item .ratio {
  text-align: right;
}
section.invest-info .box .holding-shares-top10 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}
section.invest-info .box .holding-shares-top10 .row {
  flex-basis: 40%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bfc3c9;
  padding: 15px 10px;
  line-height: 2;
}
@media screen and (max-width: 575px) {
  section.invest-info .box .holding-shares-top10 .row {
    flex-basis: 100%;
    line-height: 1;
    padding: 0;
  }
}
section.invest-info .box .holding-shares-top10 .row p {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  section.invest-info .box .holding-shares-top10 .row p {
    padding: 6px 5px;
  }
}
@media screen and (max-width: 575px) {
  section.invest-info .box .holding-shares-top10 .row p:last-child {
    text-align: right;
  }
}
section.invest-info .box .data-date {
  color: #8d98ab;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: right;
}
section.invest-info .box .data-date.top10-date {
  display: block;
  text-align: justify;
  padding: 40px 0 0;
  line-height: 20px;
}
section.warn {
  padding: 50px 0;
  background: #dfedfb;
  line-height: 22px;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  section.warn {
    padding: 50px 0;
    line-height: 20px;
  }
}
section.warn * {
  letter-spacing: 0.1px;
}
section.warn .info {
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  section.warn .info {
    padding: 5px 0;
    text-align: left;
    letter-spacing: 0.01px;
  }
}
section.warn .content p {
  margin-bottom: 15px;
}
section.warn .end {
  padding-top: 40px;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  section.warn .end {
    padding-top: 10px;
    line-height: 22px;
  }
}
section.footer-banner {
  margin-bottom: 80px;
}
@media screen and (max-width: 575px) {
  section.footer-banner {
    margin-bottom: 40px;
  }
}
section.footer-banner .footer-wrp {
  display: flex;
  margin: 80px auto 40px;
  width: 900px;
  gap: 30px;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  section.footer-banner .footer-wrp {
    margin: 40px auto;
    width: 96%;
    flex-wrap: wrap;
    gap: 0;
  }
}
section.footer-banner .footer-wrp .footer-img {
  flex: 1;
}
@media screen and (max-width: 992px) {
  section.footer-banner .footer-wrp .footer-img {
    flex: auto;
  }
}
section.footer-banner .footer-wrp .footer-img img {
  width: 100%;
}
section.footer-banner .footer-wrp .footer-desc {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  section.footer-banner .footer-wrp .footer-desc {
    flex: auto;
    justify-content: center;
    text-align: center;
  }
}
section.footer-banner .footer-wrp .footer-desc small {
  font-size: 14px;
}
section.footer-banner .footer-wrp .footer-desc .footer--btn {
  font-size: 18px;
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  section.footer-banner .footer-wrp .footer-desc .footer--btn {
    margin-top: 15px;
  }
}
section.footer-banner .footer-wrp .footer-desc .footer--btn a {
  background: #002d94;
  display: block;
  padding: 5px 30px;
  color: white;
  border-radius: 8px;
  align-self: baseline;
  transition: background 0.2s ease;
}
section.footer-banner .footer-wrp .footer-desc .footer--btn a:hover {
  background: #162c5f;
}
section.footer-banner .ps {
  text-align: center;
  line-height: 1.2;
}
section h3.bg {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  section h3.bg {
    background: url(../img/title-bg-2.png) left top repeat-x;
    background-size: auto 100%;
    line-height: 71px;
  }
  section h3.bg::before, section h3.bg::after {
    content: "";
    position: absolute;
    top: 0;
    width: 36px;
    height: 71px;
  }
  section h3.bg::before {
    left: -35px;
    background: url(../img/title-bg-1.png) right top no-repeat;
  }
  section h3.bg::after {
    right: -35px;
    background: url(../img/title-bg-3.png) right top no-repeat;
  }
}
@media screen and (min-width: 741px) and (max-width: 1024px) {
  section h3.bg {
    margin: 0 auto 40px;
    background: url(../img/title-bg-2.png) left top repeat-x;
    background-size: auto 100%;
    line-height: 71px;
    font-size: 20px;
  }
  section h3.bg::before, section h3.bg::after {
    content: "";
    position: absolute;
    top: 0;
    width: 36px;
    height: 71px;
  }
  section h3.bg::before {
    left: -35px;
    background: url(../img/title-bg-1.png) right top no-repeat;
  }
  section h3.bg::after {
    right: -35px;
    background: url(../img/title-bg-3.png) right top no-repeat;
  }
}
@media screen and (max-width: 740px) {
  section h3.bg {
    margin: 0 auto 40px;
    padding: 0 20px;
    background: url(../img/title-bg-mb-2.png) left top repeat-y;
    background-size: 100% auto;
    line-height: 1.5;
    font-size: 20px;
  }
  section h3.bg::before, section h3.bg::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 5.2vw;
  }
  section h3.bg::before {
    top: -5vw;
    background: url(../img/title-bg-mb-1.png) right bottom no-repeat;
    background-size: 100% auto;
  }
  section h3.bg::after {
    bottom: -5vw;
    background: url(../img/title-bg-mb-3.png) right top no-repeat;
    background-size: 100% auto;
  }
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  .lightbox {
    padding: 0;
  }
}
.lightbox.show {
  display: flex;
}
.lightbox .lbox {
  background: #fff;
  padding: 40px 30px 50px 50px;
  position: relative;
  margin-top: 5vh;
  height: 90vh;
}
@media screen and (max-width: 1024px) {
  .lightbox .lbox {
    padding: 30px 15px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .lightbox .lbox {
    margin-top: 10vh;
    padding-top: 40px;
    height: 70vh;
  }
}
.lightbox .lbox-w.lbox {
  width: 960px;
  height: 600px;
  padding: 60px 0 0;
  max-width: unset;
  background: transparent;
  margin: 0 auto;
  top: calc(50% - 60px);
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .lightbox .lbox-w.lbox {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .lightbox .lbox-w.lbox {
    height: 56vh;
    padding-top: 40px;
    top: calc(50% - 40px);
    transform: translateY(-50%);
  }
  .lightbox .lbox-w.lbox iframe {
    width: 100%;
    height: 56vw;
  }
}
.lightbox .lbox-w.lbox iframe {
  aspect-ratio: 16/9;
}
@media screen and (min-width: 960px) {
  .lightbox .lbox-w.lbox iframe {
    margin: 0 auto;
    width: 960px;
    height: 540px;
  }
}
@media screen and (max-width: 859px) {
  .lightbox .lbox-w.lbox iframe {
    margin: 0 auto;
    width: 100%;
    height: 56vw;
  }
}
.lightbox .lbox-b {
  width: 1200px;
  max-width: unset;
}
@media screen and (max-width: 1024px) {
  .lightbox .lbox-b {
    width: 90%;
  }
}
.lightbox .lbox-a.lbox {
  width: 600px;
  height: auto;
  padding: 60px 0 0;
  max-width: unset;
  background: transparent;
  margin: 0 auto;
  top: calc(50% - 60px);
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .lightbox .lbox-a.lbox {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .lightbox .lbox-a.lbox {
    height: auto;
    padding-top: 40px;
    top: calc(50% - 40px);
    transform: translateY(-50%);
  }
  .lightbox .lbox-a.lbox iframe {
    width: 100%;
    height: 56vw;
  }
}
.lightbox .lbox .all-content {
  max-height: 100%;
  overflow: auto;
}
.lightbox .lbox .all-content::-webkit-scrollbar {
  width: 2px;
}
.lightbox .lbox .all-content::-webkit-scrollbar-thumb {
  background: #aaa;
}
.lightbox .lbox .content {
  padding: 0;
}
@media screen and (max-width: 576px) {
  .lightbox .lbox .content {
    padding: 15px 5px;
    padding-top: 0;
  }
}
.lightbox .lbox .content p.title {
  padding: 15px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 576px) {
  .lightbox .lbox .content p.title {
    padding: 10px 0;
  }
}
.lightbox .lbox .content .bank {
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .lightbox .lbox .content .bank {
    margin-bottom: 30px;
  }
}
.lightbox .lbox .content .bank p {
  width: calc(33.3333333333% - 18px);
  display: inline-block;
  padding: 10px 5px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .lightbox .lbox .content .bank p {
    width: calc(50% - 14px);
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .lightbox .lbox .content .bank p {
    width: 100%;
    margin: 5px 0;
    margin: 0;
    padding: 5px 0;
  }
}
.lightbox .lbox .content .bank p span {
  margin-right: 10px;
}
.lightbox .lbox .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .lightbox .lbox .close {
    width: 24px;
    height: 24px;
  }
}
.lightbox .lbox .close-b {
  right: 12px;
  top: 12px;
}
@media screen and (max-width: 1024px) {
  .lightbox .lbox .close-b {
    right: 8px;
    top: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .lightbox .lbox .close-w {
    right: 8px;
    top: 8px;
  }
}
.lightbox .lbox .close:hover {
  opacity: 1;
}
.lightbox .lbox .close:before, .lightbox .lbox .close:after {
  content: " ";
  position: absolute;
  left: 15px;
  height: 33px;
  width: 2px;
  background-color: #FFF;
}
@media screen and (max-width: 1024px) {
  .lightbox .lbox .close:before, .lightbox .lbox .close:after {
    left: 15px;
    height: 24px;
    width: 2px;
  }
}
.lightbox .lbox .close-b:before, .lightbox .lbox .close-b:after {
  background-color: #000;
}
.lightbox .lbox .close:before {
  transform: rotate(45deg);
}
.lightbox .lbox .close:after {
  transform: rotate(-45deg);
}
.lightbox .dialog-box {
  position: relative;
  padding: 20px 30px;
  background-color: #0d418b;
}
@media screen and (max-width: 1024px) {
  .lightbox .dialog-box {
    padding: 20px;
  }
}
.lightbox .dialog-box .close {
  top: 10px;
  right: 10px;
}
.lightbox .dialog-box .dialog-img img {
  width: 100%;
}
.lightbox .dialog-box .dialog-txt {
  padding: 30px 20px 40px;
  border-radius: 16px;
  background-color: #FFF;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lightbox .dialog-box .dialog-txt {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .lightbox .dialog-box .dialog-txt h3 {
    font-size: 24px;
  }
}
.lightbox .dialog-box .dialog-txt p {
  padding: 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .lightbox .dialog-box .dialog-txt p {
    font-size: 16px;
  }
}

.reason-lbox {
  text-align: center;
}
.reason-lbox.reason-lbox-3 .lbox {
  padding: 20px 30px 20px 30px;
}
@media screen and (min-width: 1025px) {
  .reason-lbox.reason-lbox-3 .lbox .all-content {
    max-height: 60%;
    overflow: auto;
  }
}
@media screen and (max-width: 1024px) {
  .reason-lbox.reason-lbox-3 .lbox {
    padding: 30px 20px 20px;
  }
  .reason-lbox.reason-lbox-3 .lbox .all-content {
    max-height: calc(100% - 140px);
    overflow: auto;
  }
}
@media screen and (max-width: 575px) {
  .reason-lbox.reason-lbox-3 .lbox {
    padding: 30px 20px 20px;
  }
  .reason-lbox.reason-lbox-3 .lbox .all-content {
    max-height: calc(100% - 190px);
  }
}
@media screen and (max-width: 1024px) {
  .reason-lbox.reason-lbox-3 .lbox p {
    margin-bottom: 1vw;
  }
}
.reason-lbox.reason-lbox-3 .content h2.title {
  display: none;
}
@media screen and (max-width: 1024px) {
  .reason-lbox.reason-lbox-3 .content h2.title {
    padding: 15px 0;
    font-size: 18px;
    color: #cb0016;
    display: block;
  }
}
.reason-lbox.reason-lbox-3 .content .content-wrp {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin: 30px auto 0;
}
.reason-lbox.reason-lbox-3 .content .content-wrp .pic {
  width: 50%;
}
.reason-lbox.reason-lbox-3 .content .content-wrp p {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .reason-lbox.reason-lbox-3 .content .content-wrp {
    margin: 0 auto 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.reason-lbox h3 {
  line-height: 2;
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .reason-lbox h3 {
    margin-bottom: 2vw;
    font-size: 20px;
    line-height: 1.5;
  }
}
.reason-lbox p {
  color: #000;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .reason-lbox p {
    margin-bottom: 5vw;
    font-size: 16px;
    line-height: 1.2;
  }
}
.reason-lbox .pic {
  width: 90%;
  margin: 20px auto 80px;
}
@media screen and (max-width: 1024px) {
  .reason-lbox .pic {
    margin: 10px auto 30px;
  }
}
.reason-lbox .pic-wrp {
  margin: 20px auto 20px;
}
@media screen and (min-width: 1025px) {
  .reason-lbox .pic-wrp {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .reason-lbox .pic-wrp {
    margin: 10px auto 30px;
    width: 100%;
    max-width: unset;
    overflow-x: auto;
    direction: rtl;
  }
  .reason-lbox .pic-wrp img.scroll {
    box-sizing: border-box;
    width: 600px;
    max-width: unset;
  }
  .reason-lbox .pic-wrp img {
    box-sizing: border-box;
    width: 100%;
  }
}
.reason-lbox .info {
  text-align: justify;
  padding: 20px 20px 5px;
}
@media screen and (max-width: 1024px) {
  .reason-lbox .info {
    padding: 0;
  }
}

.invest-lbox .card {
  margin: 6rem auto 0;
}
@media screen and (max-width: 575px) {
  .invest-lbox .card {
    margin: 2rem auto 0;
  }
}
.invest-lbox .card .invest-industry {
  margin: 0 auto;
  width: 90%;
  display: flex;
}
@media screen and (max-width: 575px) {
  .invest-lbox .card .invest-industry {
    flex-direction: column;
  }
}
.invest-lbox .card .invest-industry .chart {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 575px) {
  .invest-lbox .card .invest-industry .chart {
    margin: 0 auto;
    width: 80%;
  }
}
.invest-lbox .card .invest-industry .invest-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 575px) {
  .invest-lbox .card .invest-industry .invest-list {
    width: 100%;
  }
}
.invest-lbox .card .invest-industry .invest-item {
  display: grid;
  grid-template-columns: 20px 3fr 1fr;
  align-items: center;
  padding: 5px 0;
}
.invest-lbox .card .invest-industry .invest-item:last-child {
  margin-bottom: 10px;
}
.invest-lbox .card .invest-industry .invest-item .color {
  width: 10px;
  height: 10px;
}
.invest-lbox .card .invest-industry .invest-item .ratio {
  text-align: right;
}
.invest-lbox .card .data-date {
  margin-top: 20px;
  width: 100%;
  padding: 20px 5px;
  text-align: right;
  font-size: 14px;
  color: #838d9c;
  border-top: 1px solid #bfc3c9;
}

.tabs {
  position: relative;
  padding-top: 43px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .tabs {
    padding: 0;
    width: 100%;
    overflow: none;
    height: 50px;
  }
  .tabs .tab {
    font-size: 16px;
  }
}
.tabs:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10%;
  width: 80%;
  height: 40px;
  background: url(../img/arrow-top.png) bottom center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .tabs:before {
    display: none;
    top: -23px;
  }
}
.tabs .flex {
  position: relative;
}
.tabs .flex:not(:last-child):after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 50%;
  width: 41px;
  height: 10px;
  background: url(../img/arrow-g.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 575px) {
  .tabs .flex:not(:last-child):after {
    right: -9px;
    bottom: 50%;
    width: 20px;
    height: 5px;
  }
}
.tabs .tab {
  display: grid;
  position: relative;
  grid-template-areas: "num icon" "name name";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50px auto;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .tabs .tab {
    padding: 0;
    display: flex;
  }
}
.tabs .tab .num {
  grid-area: num;
  color: #dfedfb;
  font-size: 60px;
  text-align: right;
  transition: 0.5s ease all;
}
@media screen and (max-width: 1024px) {
  .tabs .tab .num {
    font-size: 40px;
  }
}
.tabs .tab .name {
  grid-area: name;
  color: #002d94;
  transition: 0.5s ease all;
  line-height: 1.5;
}
.tabs .tab .icon {
  position: relative;
  grid-area: icon;
  width: auto;
  height: 60px;
  transition: 0.5s ease all;
}
@media screen and (max-width: 1024px) {
  .tabs .tab .icon {
    height: 40px;
  }
}
.tabs .tab .icon img {
  position: absolute;
  left: 0;
  bottom: 10%;
  height: 80%;
}
.tabs .tab .icon img:nth-child(2) {
  display: none;
}
.tabs .tab.active {
  color: #002d94;
}
.tabs .tab.active .icon img:nth-child(1) {
  display: none;
}
.tabs .tab.active .icon img:nth-child(2) {
  display: block;
}
.tabs .tab.active .num {
  color: #ffdadd;
}
.tabs .tab.active .name {
  color: #cb0016;
}

.tab-content .tab-content-title {
  padding: 30px 0;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .tab-content .tab-content-title {
    padding: 10px 0;
  }
}
.tab-content .pic {
  text-align: center;
}
.tab-content .pic img {
  padding: 30px 0;
  width: 85%;
}
@media screen and (max-width: 1024px) {
  .tab-content .pic img {
    padding: 0;
    width: 800px;
  }
}
.tab-content .pic.chart {
  padding: 0;
  width: 80%;
  margin: 10px auto;
}
.tab-content .pic.chart img {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .tab-content .pic.chart {
    padding: 0;
    width: 100%;
  }
  .tab-content .pic.chart.chart {
    margin: 10px auto 40px;
  }
  .tab-content .pic.chart img {
    width: 100%;
    padding: 0;
  }
}
.tab-content .blank {
  height: 100px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}/*# sourceMappingURL=main.css.map */

.top {
  right: 30px;
  bottom: 165px !important;
}

@media screen and (max-width: 575px){
  .top {
    right: 13px;
    bottom: 64px !important;
  }
}

article.main .mainBtn,.top{
  z-index: 300 !important;
}

#btn-sidebtn-trade a,#btn-sidebtn-new a,#btn-sidebtn-trade a:focus,#btn-sidebtn-new a:focus{
  color: #002d94 !important;
}

@media screen and (max-width: 991px){
  #btn-sidebtn-trade a,#btn-sidebtn-new a,#btn-sidebtn-trade a:focus,#btn-sidebtn-new a:focus{
    color: #ffffff !important;
  }
}