@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
  color: #0b508f;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
  background: #f8f8f8;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
  border: none;
  letter-spacing: 0.5px;
}

u {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.container {
  margin: auto;
}
.container-md {
  max-width: 1200px;
  width: 82%;
}
@media screen and (max-width: 1024px) {
  .container-md {
    width: 100%;
    padding: 0 18px;
  }
}
.container-sm {
  max-width: 1000px;
  width: 78%;
}
@media screen and (max-width: 1024px) {
  .container-sm {
    width: 100%;
    padding: 0 18px;
  }
}
.container-xs {
  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;
}

.flex-1 {
  flex: 1;
}

.w-100 {
  width: 100%;
}

.f30 {
  font-size: 30px;
  line-height: 42px;
}
@media screen and (max-width: 576px) {
  .f30 {
    font-size: 20px;
    line-height: 32px;
  }
}

.f22 {
  font-size: 22px;
  line-height: 36px;
}
@media screen and (max-width: 576px) {
  .f22 {
    font-size: 18px;
    line-height: 28px;
  }
}

.f48 {
  font-size: 48px;
}

.yt-blue {
  color: #0059bd;
}
.yt-blue i {
  text-decoration: underline;
}

.blue {
  color: #004dac;
}

.orange {
  color: #ffcf43;
}

.text-center {
  text-align: center;
}

b,
.bold {
  font-weight: 700;
}

img {
  max-width: 100%;
}

.mb {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .mb {
    display: block !important;
  }
}

@media screen and (min-width: 1025px) {
  .pad {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}

.top {
  bottom: 150px;
}
@media screen and (max-width: 576px) {
  .top {
    bottom: 10px;
  }
}

.sticker {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3000;
}
@media screen and (max-width: 576px) {
  .sticker {
    right: 10px;
  }
}
.sticker img.desktop {
  width: 120px;
}
.sticker img.pad,
.sticker img.mb {
  width: 40px;
}

.tabs .tab {
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  border: 2px solid #004dac;
  border-radius: 20px 20px 0 0;
  color: #004dac;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .tabs .tab {
    padding: 10px;
  }
}
.tabs .tab.active {
  opacity: 1;
  background: #004dac;
  color: #fff;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 29px 0;
}
@media screen and (max-width: 576px) {
  header {
    padding: 0 20px;
  }
}
header a {
  display: inline-flex;
}
header .hbg {
  width: 25px;
  position: fixed;
  top: 8px;
  right: 20px;
  z-index: 11;
}
header .hbg span {
  display: block;
  background: #004dac;
  margin: 7px 0;
  width: 100%;
  height: 2px;
  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);
}

article {
  min-height: 100vh;
}

.table {
  display: table;
  width: 100%;
}
.table .tr {
  display: table-row;
}
.table .tr .td {
  display: table-cell;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.img {
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 576px) {
  .img img {
    width: 800px;
    max-width: unset;
  }
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 992px) {
  section {
    padding: 30px 0;
  }
}
section .high-light {
  color: #0189f1;
}
section .title {
  text-align: center;
}
section .title h2 {
  color: #004dac;
  font-size: 48px;
  line-height: 54px;
  padding: 30px 0;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  section .title h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 992px) {
  section .title h2 {
    padding: 20px 0;
  }
}
@media screen and (max-width: 576px) {
  section .title h2 {
    font-size: 32px;
    line-height: 45px;
    padding: 15px 0;
    letter-spacing: 0.2px;
  }
}
section .title h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 88px;
  height: 5px;
  background: #ffcf43;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-radius: 100px;
}
section .title h2 .subtitle {
  font-weight: 400;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  section .title h2 .subtitle {
    line-height: 40px;
  }
}
@media screen and (max-width: 992px) {
  section .title h2 .subtitle {
    padding: 20px 0;
  }
}
@media screen and (max-width: 576px) {
  section .title h2 .subtitle {
    font-size: 20px;
    line-height: 36px;
    padding: 0 0 15px;
    letter-spacing: 0.2px;
  }
}
section .title p {
  font-size: 20px;
  line-height: 32px;
  color: #0b508f;
}
@media screen and (max-width: 768px) {
  section .title p {
    font-size: 16px;
    line-height: 24px;
  }
}
section .content {
  padding: 60px 0;
}
@media screen and (max-width: 992px) {
  section .content {
    padding: 30px 0;
  }
}
section.main {
  padding-top: 100px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-weight: 400;
  background: url(../img/img-KV.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1600px) {
  section.main {
    background-position: center center;
  }
}
@media screen and (max-width: 1024px) {
  section.main {
    background: url(../img/img-KV.png) no-repeat;
    background-position: 60% top;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  section.main {
    background: url(../img/img-kv-mob.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 576px) {
  section.main {
    height: 100vh;
  }
}
section.main .bottom-deco {
  display: none;
}
@media screen and (max-width: 576px) {
  section.main .bottom-deco {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
section.main .title {
  color: #004dac;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  padding: 60px;
  margin: 0 auto;
  width: 720px;
}
@media screen and (max-width: 1180px) {
  section.main .title {
    width: 55%;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 820px) {
  section.main .title {
    width: 80%;
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  section.main .title {
    width: 80%;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) and (max-height: 768px) and (min-aspect-ratio: 234/121) {
  section.main .title {
    width: 36%;
    max-width: 500px;
    padding: 0;
  }
}
section.main .features {
  text-align: center;
  background: rgba(0, 120, 223, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: space-around;
  align-items: stretch;
  z-index: 10;
}
@media screen and (max-width: 576px) {
  section.main .features {
    position: absolute;
    bottom: 2vw;
    left: 5%;
    padding: 10px 0 30px 0;
    display: block;
    width: 90%;
    background: none;
  }
}
section.main .features .feature {
  cursor: pointer;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  font-size: 24px;
  color: #fff;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1025px) {
  section.main .features .feature:hover, section.main .features .feature:active {
    background: rgba(0, 120, 223, 0.8);
  }
}
@media screen and (max-width: 992px) {
  section.main .features .feature {
    margin: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  section.main .features .feature {
    padding: 15px;
    margin: 5px auto;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #fff;
    background: rgb(0, 83, 176);
    width: 300px;
    text-align: center;
  }
}
section.main .features .feature p {
  padding: 0 10px;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  section.main .features .feature p {
    padding: 0;
  }
}
section.main .features .feature .yield {
  font-size: 20px;
  line-height: 30px;
  color: #ffcf43;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.main .features .feature .yield::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/icon-coin.png") center center;
  background-size: 100%;
}
@media screen and (max-width: 576px) {
  section.main .features .feature .yield::before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 576px) {
  section.main .features .feature .yield {
    font-size: 16px;
  }
}
section.main .features .feature:first-child {
  margin-left: 0;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 576px) {
  section.main .features .feature:first-child {
    margin: 5px auto;
  }
}
section.main .features .feature:last-child {
  margin-right: 0;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 576px) {
  section.main .features .feature:last-child {
    margin: 5px auto;
  }
}
section.reason .feature {
  text-align: center;
  align-items: stretch;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  section.reason .feature {
    display: block;
  }
}
section.reason .feature .flex {
  display: block;
  padding-bottom: 60px;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 1400px) {
  section.reason .feature .flex {
    padding: 20px 10px;
  }
}
section.reason .feature .flex h3 {
  margin: 0 auto 60px;
  padding: 10px 30px;
  padding-left: 80px;
  width: 90%;
  background: #f9af33;
  color: #fff;
  position: relative;
  border-radius: 100px;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  section.reason .feature .flex h3 {
    font-size: 18px;
    padding: 10px 20px;
    padding-left: 90px;
  }
}
section.reason .feature .flex h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background: #f9af33;
  color: #fff;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 7px;
}
section.reason .feature .flex h3 span::after {
  content: "";
  display: block;
  background: #f9af33;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 100%;
}
@media screen and (max-width: 991px) {
  section.reason .feature .flex h3 span {
    font-size: 38px;
  }
}
section.reason .feature .flex img {
  height: 140px;
}
@media screen and (max-width: 991px) {
  section.reason .feature .flex img {
    display: block;
    margin: auto;
  }
}
section.reason .feature .flex .desc {
  color: #0b508f;
  letter-spacing: 0px;
  margin-top: 30px;
}
section.demand .demand-subtitle {
  font-weight: bold;
}
section.demand .demand-content {
  margin: 2rem auto;
  padding: 2rem;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  section.demand .demand-content {
    flex-wrap: wrap;
    padding: 1rem 0;
    gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  section.demand .demand-content .flex-1 {
    flex-basis: 100%;
  }
}
section.grade .top-wrap {
  padding: 50px 100px;
  border-radius: 10px;
  background-color: #e9f4ff;
}
@media screen and (max-width: 576px) {
  section.grade .top-wrap {
    padding: 20px 20px 30px;
  }
}
section.grade .top-wrap h3 {
  margin-bottom: 40px;
  color: #004dac;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  section.grade .top-wrap h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.5;
  }
}
section.grade .top-wrap h3 span {
  color: #d6062c;
  font-size: 60px;
}
@media screen and (max-width: 576px) {
  section.grade .top-wrap h3 span {
    font-size: 48px;
  }
}
section.grade .top-wrap p {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  section.grade .top-wrap p {
    font-size: 16px;
  }
}
section.grade .top-wrap .small {
  font-size: 14px;
  padding-top: 40px;
}
@media screen and (max-width: 576px) {
  section.grade .top-wrap .small {
    padding-top: 20px;
  }
}
section.grade .desc-wrap {
  margin-top: 90px;
  align-items: flex-start;
  gap: 90px;
}
@media screen and (max-width: 992px) {
  section.grade .desc-wrap {
    margin-top: 10px;
    flex-direction: column-reverse;
    gap: 0;
  }
}
section.grade .desc-wrap .left {
  flex: 1 1 55%;
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  section.grade .desc-wrap .left {
    padding: 0;
  }
}
section.grade .desc-wrap .left p {
  font-size: 20px;
  text-align: justify;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  section.grade .desc-wrap .left p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
section.grade .desc-wrap .left .list {
  margin-bottom: 30px;
}
section.grade .desc-wrap .left .list .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  section.grade .desc-wrap .left .list .item {
    display: grid;
    grid-template-columns: 80px auto;
    margin-bottom: 10px;
  }
}
section.grade .desc-wrap .left .list .item::before {
  content: url("../img/icon-section5-lightbulb.svg");
  display: inline-block;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 992px) {
  section.grade .desc-wrap .left .list .item::before {
    margin: auto;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
section.grade .desc-wrap .left .list .item .bold {
  font-size: 24px;
  margin: 0 1rem 0 0.5rem;
}
@media screen and (max-width: 992px) {
  section.grade .desc-wrap .left .list .item .bold {
    margin: 0;
    font-size: 18px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
section.grade .desc-wrap .left .list .item .txt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  section.grade .desc-wrap .left .list .item .txt {
    font-size: 16px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
section.grade .desc-wrap .left .small {
  font-size: 14px;
}
section.grade .desc-wrap .right {
  flex: 1 1 45%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.grade .desc-wrap .right {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  section.grade .desc-wrap .right .img {
    max-width: 500px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  section.grade .desc-wrap .right .img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section.info .container-tabs {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  section.info h2 {
    padding: 15px 18px;
  }
}
section.info h2 br {
  display: block;
}
@media screen and (max-width: 576px) {
  section.info h2 br {
    display: none;
  }
}
section.info .tabs {
  margin-top: 60px;
  align-items: stretch;
}
section.info .tabs .tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.info .tabs .tab {
    padding: 5px;
  }
}
section.info .tabs .tab p {
  pointer-events: none;
}
section.info .tabs .tab img {
  display: none;
  position: absolute;
  top: calc(100% + 88px);
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
}
@media screen and (max-width: 876px) {
  section.info .tabs .tab img {
    top: calc(100% + 124px);
  }
}
@media screen and (max-width: 680px) {
  section.info .tabs .tab img {
    top: calc(100% + 108px);
  }
}
section.info .tabs .tab.active img {
  display: block;
}
section.info .desc {
  background: #004dac;
  color: #fff;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 680px) {
  section.info .desc {
    font-size: 16px;
    padding: 25px 10px;
  }
}
section.info .desc p {
  margin: 0 10px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  section.info .desc p {
    width: auto;
    white-space: inherit;
    margin: 0;
  }
}
section.info .desc img {
  width: 14px;
}
section.info .tab-detail {
  margin-top: 60px;
}
section.info .tab-detail .detail {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 992px) {
  section.info .tab-detail .detail {
    display: block;
  }
}
section.info .tab-detail .detail .list {
  flex: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
section.info .tab-detail .detail .list-column {
  flex-direction: column;
}
section.info .tab-detail .detail .list p {
  display: inline-flex;
  align-items: stretch;
  vertical-align: top;
  margin: 1px 0;
  background: #dae9fa;
}
section.info .tab-detail .detail .list p.half {
  width: 50%;
}
@media screen and (max-width: 768px) {
  section.info .tab-detail .detail .list p.half {
    width: 100%;
  }
}
section.info .tab-detail .detail .list p.lg {
  height: 76px;
}
@media screen and (max-width: 768px) {
  section.info .tab-detail .detail .list p.lg {
    height: auto;
  }
}
section.info .tab-detail .detail .list p.full {
  width: 100%;
}
section.info .tab-detail .detail .list p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  min-height: 100%;
}
@media screen and (max-width: 1280px) {
  section.info .tab-detail .detail .list p span {
    padding: 12px 10px;
  }
}
@media screen and (max-width: 1270px) {
  section.info .tab-detail .detail .list p span {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  section.info .tab-detail .detail .list p span {
    min-height: unset;
  }
}
section.info .tab-detail .detail .list p span.item {
  min-width: 190px;
}
@media screen and (max-width: 768px) {
  section.info .tab-detail .detail .list p span.item {
    min-width: 160px;
  }
}
section.info .tab-detail .detail .list p span.val {
  padding-left: 20px;
  background: #eef6ff;
  width: 100%;
  justify-content: start;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  section.info .tab-detail .detail .list p span.val {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  section.info .tab-detail .detail .list p span.val {
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  section.info .tab-detail .detail .list p span.val {
    padding-left: 15px;
  }
}
section.info .tab-detail .detail .list p span.val img {
  width: 18px;
  margin-left: 15px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  section.info .tab-detail .detail .list p span.val img {
    margin-left: 5px;
  }
}
section.info .tab-detail .detail .list .chart {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #eef6ff;
}
@media screen and (min-width: 1024px) {
  section.info .tab-detail .detail .list .chart {
    padding: 20px 20%;
  }
}
section.info .tab-detail .detail .list .chart .chart-wrp {
  display: grid;
  border-bottom: 1px solid #bfc3c9;
}
@media screen and (min-width: 1024px) {
  section.info .tab-detail .detail .list .chart .chart-wrp {
    padding: 30px 10px 30px;
    grid-template-columns: 245px auto;
    gap: 50px;
    min-width: 530px;
  }
}
@media screen and (max-width: 1023px) {
  section.info .tab-detail .detail .list .chart .chart-wrp {
    padding: 10px;
  }
}
section.info .tab-detail .detail .list .chart .chart-wrp .chart-img {
  width: 245px;
  height: 245px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  section.info .tab-detail .detail .list .chart .chart-wrp .chart-img {
    width: 182px;
    height: 182px;
  }
}
section.info .tab-detail .detail .list .chart .chart-wrp .chart-list .row-wrp .row {
  display: grid;
  grid-template-columns: 20px 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: none;
  line-height: 2;
}
section.info .tab-detail .detail .list .chart .chart-wrp .chart-list .row-wrp .row .color {
  width: 10px;
  height: 10px;
}
section.info .tab-detail .detail .list .chart .chart-wrp .chart-list .row-wrp .row .ratio {
  text-align: right;
}
section.info .tab-detail .detail .list .chart .chart-date {
  margin-top: 10px;
  text-align: right;
}
section.info .tab-detail .detail .list .more {
  padding: 0 10px 20px 0;
  text-align: right;
  color: #0189f1;
  transition: filter 0.5s ease;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  section.info .tab-detail .detail .list .more:hover {
    filter: brightness(130%);
  }
}
@media screen and (max-width: 768px) {
  section.info .tab-detail .detail .list .more {
    right: 20px;
  }
}
section.info .tab-detail .detail .list .more img {
  width: 20px;
}
section.info .dividend {
  background: #eef6ff;
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 1270px) {
  section.info .dividend {
    padding: 0 20px;
    font-size: 14px;
  }
}
section.info .dividend h3 {
  margin: 36px auto;
  text-align: center;
  font-size: 24px;
  color: #0189f1;
}
@media screen and (max-width: 1270px) {
  section.info .dividend h3 {
    margin: 18px auto 0;
    font-size: 20px;
  }
}
section.info .dividend .div {
  align-items: stretch;
  border-bottom: 1px solid #99b1d7;
}
section.info .dividend .div:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1270px) {
  section.info .dividend .div {
    display: block;
    padding: 15px 0;
  }
}
section.info .dividend .div .flex {
  flex: auto;
  padding: 20px 0;
}
section.info .dividend .div .flex:nth-child(1) {
  flex: 1;
}
@media screen and (max-width: 1270px) {
  section.info .dividend .div .flex:nth-child(1) {
    flex: auto;
  }
}
section.info .dividend .div .flex:nth-child(2) {
  flex: 1;
}
@media screen and (max-width: 1270px) {
  section.info .dividend .div .flex:nth-child(2) {
    flex: auto;
  }
}
section.info .dividend .div .flex:nth-child(3) {
  flex: 1;
}
@media screen and (max-width: 1270px) {
  section.info .dividend .div .flex:nth-child(3) {
    flex: auto;
  }
}
@media screen and (max-width: 1270px) {
  section.info .dividend .div .flex {
    display: flex;
    padding: 2px;
  }
}
section.info .dividend .div .flex p {
  display: flex;
  justify-content: flex-start;
  background: transparent;
  padding: 3px 0;
  margin-left: 0;
  padding-right: 20px;
}
@media screen and (max-width: 1270px) {
  section.info .dividend .div .flex p {
    display: block;
    width: 50%;
    text-align: left;
  }
}
section.info .dividend .div .flex p span {
  white-space: nowrap;
  padding: 0;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  section.info .dividend .div .flex p span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1270px) {
  section.info .dividend .div .flex p span {
    white-space: unset;
    text-align: left;
    display: block;
    margin-right: 0;
  }
}
section.info .dividend .div .flex p span br {
  display: none;
}
@media screen and (max-width: 1270px) {
  section.info .dividend .div .flex p span br {
    display: block;
  }
}
section.divMonth {
  padding-bottom: 120px;
}
section.divMonth .content {
  padding: 50px;
  background: #ebf6ff;
  border-radius: 20px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.divMonth .content {
    padding: 20px;
  }
}
section.divMonth .content .tabs {
  margin-top: 20px;
  align-items: stretch;
}
section.divMonth .content .tabs .tab {
  color: #004dac;
  border-radius: 0;
  border-color: #004dac;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
section.divMonth .content .tabs .tab:nth-child(1) {
  border-radius: 20px 0 0 20px;
  border-right: none;
}
section.divMonth .content .tabs .tab:nth-child(3) {
  border-radius: 0 20px 20px 0;
  border-left: none;
}
section.divMonth .content .tabs .tab.active {
  background: #004dac;
  color: #fff;
}
section.divMonth .content .chart {
  width: 838px;
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  section.divMonth .content .chart {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  section.divMonth .content .chart:not(.mb) {
    display: none;
  }
}
section.divMonth .mainBtn {
  position: relative;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 500;
  text-align: center;
}
section.divMonth .mainBtn .link {
  cursor: pointer;
  padding: 10px 20px;
  position: relative;
  align-items: center;
  display: flex;
  white-space: nowrap;
  color: #004dac;
  letter-spacing: 2px;
  background: #004dac;
  border-radius: 12px;
  border: 1px solid #fff;
  color: #fff;
  margin: 15px 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1025px) {
  section.divMonth .mainBtn .link:hover {
    background: #003cff;
  }
  section.divMonth .mainBtn .link:active {
    background: #003cff;
  }
}
@media screen and (max-width: 576px) {
  section.divMonth .mainBtn .link {
    padding: 15px 20px;
    text-align: center;
    margin: 20px 0 0;
    font-size: 18px;
    border-radius: 10px;
    overflow: hidden;
  }
}
section.divMonth .mainBtn .link span {
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: 20px;
  height: 100%;
  background: url(../img/icon-KV-side-channel.svg) no-repeat;
  transform: scaleX(-1);
}
@media screen and (max-width: 576px) {
  section.divMonth .mainBtn .link span {
    top: -1px;
    left: -1px;
    width: 24px;
    background: url(../img/icon-KV-side-channel-mob.svg) no-repeat;
  }
}
section.divMonth .mainBtn .link .arrow-right {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  width: 22px;
  height: 22px;
  background: #FFF;
  border-radius: 50%;
  animation: slide1 1s ease-in-out infinite;
}
section.divMonth .mainBtn .link .arrow-right i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #004dac;
  border-left: 2px solid #004dac;
  transform: translateX(-2px) rotate(135deg);
}
@keyframes slide1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
section.warn {
  background: #ebf6ff;
  padding: 50px 0;
  text-align: justify;
}
section.warn .title {
  text-align: left;
}
section.warn .title span {
  margin-left: 30px;
}
section.warn .info {
  padding: 20px 0;
}
section.warn .content {
  padding: 5px 0;
}
section.warn .content p {
  margin-bottom: 10px;
}
section.warn .end {
  margin-top: 30px;
}
section.bonds-etf .bonds-etf-banner {
  padding: 5rem 0 3rem;
  border-top: 1px solid #d9dfe5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  section.bonds-etf .bonds-etf-banner {
    padding: 3rem 0 2rem;
  }
}
section.bonds-etf .bonds-etf-banner img {
  width: 40%;
}
section.bonds-etf .bonds-etf-banner .info-container {
  padding-left: 40px;
}
section.bonds-etf .bonds-etf-banner .info-container .info {
  margin-bottom: 40px;
}
section.bonds-etf .bonds-etf-banner .info-container a {
  display: inline-block;
  padding: 5px 24px;
  border-radius: 8px;
  color: #fff;
  background-color: #005bac;
}
section.bonds-etf .bonds-etf-banner .info-container a:hover {
  background-color: #004079;
}
@media screen and (max-width: 899px) {
  section.bonds-etf .bonds-etf-banner {
    flex-direction: column;
    align-items: center;
  }
  section.bonds-etf .bonds-etf-banner img {
    width: 80%;
  }
  section.bonds-etf .bonds-etf-banner .info-container {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.bonds-etf .bonds-etf-banner .info-container .info {
    margin-bottom: 1rem;
  }
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
@media screen and (max-width: 1024px) {
  .lightbox {
    padding: 0 10px;
  }
}
.lightbox.show {
  display: flex;
}
.lightbox .lbox {
  background: #fff;
  padding: 30px 100px;
  padding-top: 60px;
  position: relative;
  margin-top: 10vh;
  max-height: 80vh;
  border-radius: 20px;
  min-width: 1200px;
}
@media screen and (max-width: 1280px) {
  .lightbox .lbox {
    min-width: 0;
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .lightbox .lbox {
    padding: 30px 0;
    padding-top: 70px;
  }
}
@media screen and (max-width: 576px) {
  .lightbox .lbox {
    margin-top: 10vh;
    padding-top: 40px;
    width: calc(100% - 40px);
  }
}
.lightbox .lbox .all-content {
  max-height: calc(80vh - 200px);
  overflow-Y: auto;
  align-items: flex-start;
  margin-top: 30px;
}
.lightbox .lbox .all-content::-webkit-scrollbar {
  width: 2px;
}
.lightbox .lbox .all-content::-webkit-scrollbar-thumb {
  background: #aaa;
}
.lightbox .lbox .content {
  padding: 20px 0;
  padding-top: 0;
  margin: 0 20px;
}
@media screen and (max-width: 1300px) {
  .lightbox .lbox .content {
    margin: 0 15px;
  }
}
@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 #889ab4;
}
@media screen and (max-width: 576px) {
  .lightbox .lbox .content p.title {
    padding: 10px 0;
  }
}
.lightbox .lbox .content .box.flex {
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .lightbox .lbox .content .box.flex {
    display: block;
  }
}
.lightbox .lbox .content .box.flex .flex-1 {
  flex: 1;
}
.lightbox .lbox .content .box.flex .flex-2 {
  flex: 2;
}
.lightbox .lbox .content .box.flex .flex-3 {
  flex: 3;
}
.lightbox .lbox .content .type {
  padding: 2px;
  background-color: #ecf5fd;
  line-height: 28px;
  border-radius: 5px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .lightbox .lbox .content .type {
    width: 50%;
    margin: 0 auto;
  }
}
.lightbox .lbox .content .company p {
  color: #0b508f;
  padding: 2px 0;
}
.lightbox .lbox .close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 15px;
}
@media screen and (max-width: 576px) {
  .lightbox .lbox .close {
    width: 15px;
    height: 15px;
    top: 18px;
    right: 18px;
  }
}
.lightbox.lightboxAAA table {
  width: 100%;
  background: #eef6ff;
  color: #0b508f;
}
@media screen and (max-width: 1024px) {
  .lightbox.lightboxAAA table.lg {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .lightbox.lightboxAAA table.sm {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .lightbox.lightboxAAA table.sm .changeMode {
    letter-spacing: 5px;
    display: block;
    text-align: center;
    line-height: 18px;
    width: 35px;
  }
  .lightbox.lightboxAAA table.sm .changeMode span {
    display: block;
  }
  .lightbox.lightboxAAA table.sm .changeMode span:first-child {
    transform: rotate(90deg);
  }
  .lightbox.lightboxAAA table.sm .changeMode span:last-child {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 576px) {
  .lightbox.lightboxAAA table {
    font-size: 14px;
  }
}
.lightbox.lightboxAAA table th,
.lightbox.lightboxAAA table td {
  border: 1px solid #fff;
  padding: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .lightbox.lightboxAAA table th,
  .lightbox.lightboxAAA table td {
    padding: 6px;
  }
}
.lightbox.lightboxAAA table th {
  background: #dae9fa;
}
.lightbox.lightboxAAA li {
  text-align: left;
}
.lightbox.lightboxAAA .source {
  padding: 10px 15px 10px 35px;
}
@media screen and (max-width: 991px) {
  .lightbox.lightboxCo .all-content {
    display: block;
  }
}
.lightbox .dividend {
  background: #eef6ff;
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 1270px) {
  .lightbox .dividend {
    padding: 0 20px;
    font-size: 14px;
  }
}
.lightbox .dividend h3 {
  margin: 36px auto;
  text-align: center;
  font-size: 24px;
  color: #0189f1;
}
@media screen and (max-width: 1270px) {
  .lightbox .dividend h3 {
    margin: 18px auto 0;
    font-size: 20px;
  }
}
.lightbox .dividend .div {
  align-items: stretch;
  border-bottom: 1px solid #99b1d7;
}
.lightbox .dividend .div:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1270px) {
  .lightbox .dividend .div {
    display: block;
    padding: 15px 0;
  }
}
.lightbox .dividend .div .flex {
  flex: auto;
  padding: 20px 0;
}
.lightbox .dividend .div .flex:nth-child(1) {
  flex: 1;
}
@media screen and (max-width: 1270px) {
  .lightbox .dividend .div .flex:nth-child(1) {
    flex: auto;
  }
}
.lightbox .dividend .div .flex:nth-child(2) {
  flex: 1;
}
@media screen and (max-width: 1270px) {
  .lightbox .dividend .div .flex:nth-child(2) {
    flex: auto;
  }
}
.lightbox .dividend .div .flex:nth-child(3) {
  flex: 1;
}
@media screen and (max-width: 1270px) {
  .lightbox .dividend .div .flex:nth-child(3) {
    flex: auto;
  }
}
@media screen and (max-width: 1270px) {
  .lightbox .dividend .div .flex {
    display: flex;
    padding: 2px;
  }
}
.lightbox .dividend .div .flex p {
  display: flex;
  justify-content: flex-start;
  background: transparent;
  padding: 3px 0;
  margin-left: 0;
  padding-right: 20px;
}
@media screen and (max-width: 1270px) {
  .lightbox .dividend .div .flex p {
    display: block;
    width: 50%;
    text-align: left;
  }
}
.lightbox .dividend .div .flex p span {
  white-space: nowrap;
  padding: 0;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .lightbox .dividend .div .flex p span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1270px) {
  .lightbox .dividend .div .flex p span {
    white-space: unset;
    text-align: left;
    display: block;
    margin-right: 0;
  }
}
.lightbox .dividend .div .flex p span br {
  display: none;
}
@media screen and (max-width: 1270px) {
  .lightbox .dividend .div .flex p span br {
    display: block;
  }
}

.source {
  font-size: 14px;
  line-height: 22px;
}
.source a {
  color: #ffcf43;
}
@media screen and (max-width: 768px) {
  .source {
    font-size: 12px;
    line-height: 18px;
  }
}

ul.source {
  list-style: disc;
  padding: 30px 0;
  padding-left: 20px;
}
@media screen and (max-width: 576px) {
  ul.source {
    padding: 10px 0 10px 20px;
  }
}

footer {
  padding-bottom: 150px;
}
@media screen and (max-width: 992px) {
  footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  footer {
    padding-bottom: 20px;
  }
}

/*月曆*/
.calendar-wrp {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .calendar-wrp {
    padding: 0 0 50px;
  }
}
.calendar-wrp .calendar-title {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .calendar-wrp .calendar-title {
    margin-top: 1rem;
    font-size: 2.625rem;
  }
}
.calendar-wrp .calendar-subtitle {
  margin-top: 1rem;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .calendar-wrp .calendar-subtitle {
    margin-top: 50px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 899px) {
  .calendar-wrp .calendar-subtitle {
    margin-top: 0;
    line-height: 1.2;
  }
}
.calendar-wrp .calendar-table {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 900px) {
  .calendar-wrp .calendar-table {
    width: 100%;
    margin-top: 40px;
  }
}
.calendar-wrp .calendar-table .table-grid {
  z-index: 1;
  position: relative;
  display: grid;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .calendar-wrp .calendar-table .table-grid {
    padding: 20px 30px 30px 20px;
    grid-template-columns: repeat(13, auto);
  }
}
@media screen and (max-width: 899px) {
  .calendar-wrp .calendar-table .table-grid {
    padding: 5vw 0 0 0;
    display: grid;
    justify-content: center;
    grid-template: auto repeat(12, 1fr)/1fr 2fr 2fr 2fr;
    grid-auto-flow: column;
  }
}

/*月曆item*/
.grid-item {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  grid-gap: 1px;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: #eef6ff;
  height: 70px;
}
@media screen and (max-width: 899px) {
  .grid-item {
    height: 10vw;
  }
}
.grid-item.item-a, .grid-item.item-b {
  border-left: 1px solid #FFF;
}
@media screen and (max-width: 899px) {
  .grid-item.item-a, .grid-item.item-b {
    border-left: none;
    border-top: 1px solid #FFF;
  }
}
.grid-item.item-b {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #004dac;
  background-color: #dae9fa;
  line-height: 1.2;
}
@media screen and (max-width: 899px) {
  .grid-item.item-b {
    padding: 10px;
    font-size: 1rem;
    height: 80px;
    border-top: none;
  }
}
.grid-item.item-top {
  background: #004dac;
  color: #FFF;
  border: none;
  line-height: 60px;
}
@media screen and (max-width: 899px) {
  .grid-item.item-top {
    font-size: 3.5vw;
    line-height: 10vw;
  }
}
.grid-item .icon {
  width: 100%;
  height: 100%;
  background: url(../img/icon-coin.png) center center no-repeat;
  background-size: auto 80%;
}
@media screen and (max-width: 899px) {
  .grid-item .icon {
    background-size: auto 90%;
  }
}

/*最近一次配息時程*/
/*輪播、顏色設定*/
:root {
  --swiper-navigation-color: #2c2745;
  --default: #2c2745;
  --c00788B: #1f80ea;
  --c00786B: #c9002b;
  --c00787B: #004dac;
}

.dividend-wrp .swiper-button-prev {
  left: -5px;
  transform: scale(0.8);
}
.dividend-wrp .swiper-button-next {
  right: -5px;
  transform: scale(0.8);
}
@media screen and (max-width: 899px) {
  .dividend-wrp .swiper-slide {
    transition: all 0.5s ease;
  }
  .dividend-wrp .swiper-slide-prev,
  .dividend-wrp .swiper-slide-next {
    opacity: 0.1;
  }
}

.dividend-wrp {
  position: relative;
  margin: 50px auto;
}
@media screen and (max-width: 899px) {
  .dividend-wrp {
    margin: 5vw auto;
  }
}
.dividend-wrp .dividend-subtitle {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 899px) {
  .dividend-wrp .dividend-subtitle {
    font-size: 1.5rem;
    margin-bottom: 5vw;
  }
}
.dividend-wrp .dividend-container {
  padding: 50px 30px;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .dividend-wrp .dividend-container {
    padding: 7vw;
    grid-template-columns: 100%;
    gap: 10vw;
  }
}
.dividend-wrp .dividend-card {
  position: relative;
  padding: 0;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .dividend-wrp .dividend-card {
    padding: 0;
    max-width: inherit;
  }
}
.dividend-wrp .dividend-card.red {
  border: 1px solid var(--c00788B);
}
.dividend-wrp .dividend-card.red .title {
  background-color: var(--c00788B);
}
.dividend-wrp .dividend-card.dark-blue {
  border: 1px solid var(--c00786B);
}
.dividend-wrp .dividend-card.dark-blue .title {
  background-color: var(--c00786B);
}
.dividend-wrp .dividend-card.light-blue {
  border: 1px solid var(--c00787B);
}
.dividend-wrp .dividend-card.light-blue .title {
  background-color: var(--c00787B);
}
.dividend-wrp .dividend-card .title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 0 10px;
  white-space: nowrap;
  color: #FFF;
}
@media screen and (max-width: 899px) {
  .dividend-wrp .dividend-card .title {
    font-size: 4vw;
  }
}
.dividend-wrp .dividend-card .day {
  padding: 10px 20px;
}
.dividend-wrp .dividend-card .day .day-item {
  display: grid;
  border-bottom: 1px solid #d6e1ef;
  grid-template-columns: auto auto;
}
@media screen and (max-width: 899px) {
  .dividend-wrp .dividend-card .day .day-item {
    font-size: 3vw;
  }
}
.dividend-wrp .dividend-card .day .day-item:last-child {
  border-bottom: none;
}
.dividend-wrp .dividend-card .day .day-item > div {
  padding: 10px 0;
  display: grid;
  line-height: 1.2;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .dividend-wrp .dividend-card .day .day-item > div {
    padding: 2vw 0;
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
.dividend-wrp .dividend-card .day .day-item .right {
  margin-left: 10px;
  justify-content: right;
}

/*隱鑶*/
.for_phone {
  display: none !important;
}

.for_pad {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .for_phone {
    display: none !important;
  }
  .for_pad {
    display: inherit !important;
  }
  .for_phone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
  .for_pad {
    display: none !important;
  }
  .for_phone {
    display: inherit !important;
  }
}/*# sourceMappingURL=main.css.map */