@charset "UTF-8";
[v-cloak] {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
  color: #173b5f;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
  border: none;
  letter-spacing: 0.5px;
}

.f14 {
  font-size: 14px;
}

.text-center {
  text-align: center;
}

.container {
  margin: auto;
}
.container-lg {
  max-width: 1440px;
  width: 85%;
}
@media screen and (max-width: 1280px) {
  .container-lg {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .container-lg {
    width: 100%;
    padding: 0 20px;
  }
}
.container-md {
  max-width: 1200px;
  width: 82%;
}
@media screen and (max-width: 1280px) {
  .container-md {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .container-md {
    width: 100%;
    padding: 0 20px;
  }
}
.container-sm {
  max-width: 1000px;
  width: 78%;
}
@media screen and (max-width: 1280px) {
  .container-sm {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .container-sm {
    width: 100%;
    padding: 0 20px;
  }
}
.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;
}

.table {
  display: table;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table {
    display: flex;
  }
}
.table .tr {
  display: table-row;
}
@media screen and (max-width: 768px) {
  .table .tr {
    display: block;
    width: 100%;
  }
}
.table .tr .th, .table .tr .td {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table .tr .th, .table .tr .td {
    display: block;
  }
}

.f22 {
  font-size: 22px;
  line-height: 36px;
}
@media screen and (max-width: 576px) {
  .f22 {
    font-size: 18px;
    line-height: 28px;
  }
}

.blue {
  color: #005bac;
}

.orange {
  color: #eb6100;
}

.dark-orange {
  color: #d14500;
}

.center {
  text-align: center;
}

.bold, b {
  font-weight: bold;
}

.mb {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .mb {
    display: block !important;
  }
}

@media screen and (max-width: 576px) {
  .desktop {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .top {
    bottom: 77px;
  }
}

.up {
  color: #e53d00;
}

.down {
  color: #13887b;
}

article {
  min-height: 100vh;
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 576px) {
  section {
    padding: 60px 0;
  }
}
section h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 576px) {
  section h2 {
    font-size: 32px;
    line-height: 24px;
  }
  section h2.line-normal {
    line-height: normal;
  }
}
section h2 p {
  padding: 20px 0;
  font-weight: normal;
}
@media screen and (max-width: 576px) {
  section h2 p {
    padding-bottom: 0;
  }
}
section.main {
  min-height: 100vh;
  padding-top: 72px;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  section.main {
    padding-top: 50px;
    text-align: center;
  }
}
section.main .vs {
  position: relative;
  height: 68vh;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  section.main .vs {
    height: calc(100vh - 50px);
    display: block;
  }
}
section.main .vs .title {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
  width: 40vw;
  min-width: 650px;
  animation: zoom 1s ease-in-out;
}
@media screen and (max-width: 991px) {
  section.main .vs .title {
    top: calc(50% - 42px);
  }
}
@media screen and (max-width: 768px) {
  section.main .vs .title {
    min-width: unset;
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  section.main .vs .title {
    width: calc(100% - 90px);
    max-width: 340px;
    top: calc(50% - 22px);
  }
}
@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
section.main .vs .flex {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  section.main .vs .flex {
    height: 50%;
    padding: 0 20px;
  }
}
section.main .vs .flex:first-of-type {
  background: url(../img/bg_kv_0050.svg) no-repeat, #005bac;
  background-size: 29vw;
  background-position: left bottom;
}
@media screen and (max-width: 991px) {
  section.main .vs .flex:first-of-type {
    background-size: 60vw;
  }
}
@media screen and (max-width: 576px) {
  section.main .vs .flex:first-of-type {
    background-size: 80vw;
  }
}
section.main .vs .flex:first-of-type img {
  left: 10px;
}
@media screen and (max-width: 991px) {
  section.main .vs .flex:first-of-type img {
    left: auto;
    top: 20px;
    right: 0;
  }
}
section.main .vs .flex:last-of-type {
  background: url(../img/bg_kv_0056.svg) no-repeat, #eb6100;
  background-size: 45vw;
  background-position: right bottom;
}
@media screen and (max-width: 991px) {
  section.main .vs .flex:last-of-type {
    background-size: 90vw;
  }
}
section.main .vs .flex:last-of-type img {
  right: 10px;
}
@media screen and (max-width: 991px) {
  section.main .vs .flex:last-of-type img {
    right: auto;
    bottom: 20px;
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  section.main .vs .flex:last-of-type img {
    bottom: 60px;
  }
}
section.main .vs .flex img {
  position: absolute;
  bottom: -12px;
  width: 25vw;
}
@media screen and (max-width: 991px) {
  section.main .vs .flex img {
    bottom: auto;
    width: 60vw;
  }
}
section.main .features {
  color: #009fe8;
  height: calc(32vh - 72px);
  align-items: center;
}
@media screen and (max-width: 991px) {
  section.main .features {
    height: auto;
    width: auto;
    display: inline-block;
    text-align: left;
    padding: 30px 0;
  }
}
section.main .features .flex {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  section.main .features .flex {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  section.main .features .flex {
    padding: 10px 0;
  }
}
@media screen and (max-width: 576px) {
  section.main .features .flex {
    padding: 10px 20px;
  }
}
section.main .features .flex img {
  width: 7.5vw;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  section.main .features .flex img {
    width: 80px;
  }
}
section.main .features .flex .content {
  padding: 0 22px;
  margin-left: 10px;
}
@media screen and (max-width: 1400px) {
  section.main .features .flex .content {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  section.main .features .flex .content {
    padding: 0;
    margin-left: 20px;
  }
}
section.main .features .flex .content h3 {
  font-weight: bold;
  padding: 10px 0;
  font-size: 28px;
  line-height: 40px;
  word-break: keep-all;
}
@media screen and (max-width: 1440px) {
  section.main .features .flex .content h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991px) {
  section.main .features .flex .content h3 {
    word-break: normal;
  }
}
@media screen and (max-width: 576px) {
  section.main .features .flex .content h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
section.main .features .flex .content p {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1440px) {
  section.main .features .flex .content p {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (max-width: 576px) {
  section.main .features .flex .content p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  section.info {
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  section.info {
    padding-top: unset;
  }
}
section.info h2 {
  color: #009fe8;
}
@media screen and (max-width: 576px) {
  section.info h2 {
    display: none;
  }
}
section.info .detail .tabs input {
  display: none;
}
section.info .detail .tabs input:checked ~ .tab {
  color: #005bac;
  border-bottom-color: #005bac;
}
section.info .detail .tabs input#snd:checked ~ .tab {
  color: #eb6100;
  border-bottom-color: #eb6100;
}
section.info .detail .tabs .tab {
  text-align: center;
  color: #aaa;
  cursor: pointer;
  padding: 20px 0;
  display: block;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 576px) {
  section.info .detail .tabs .tab {
    padding: 10px 0;
  }
}
section.info .detail .tabs .tab p {
  padding: 5px;
}
@media screen and (max-width: 576px) {
  section.info .detail .tabs .tab span {
    display: none;
  }
}
section.info .detail .content {
  padding: 30px 50px;
  background: #f1f9ff;
  box-shadow: 15px 15px 0 #005bac;
}
@media screen and (max-width: 991px) {
  section.info .detail .content {
    box-shadow: 10px 10px 0 #005bac;
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  section.info .detail .content {
    padding: 30px 20px;
  }
}
section.info .detail .content .fundsize {
  margin-top: 5px;
}
section.info .detail .content .fundsize span {
  font-size: 22px;
}
section.info .detail .content .inav {
  text-align: center;
  display: flex;
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #c9d5de;
}
@media screen and (max-width: 991px) {
  section.info .detail .content .inav {
    padding: 20px 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  section.info .detail .content .inav {
    display: block;
    padding: 0;
  }
}
section.info .detail .content .inav .left {
  flex: 3;
}
@media screen and (max-width: 576px) {
  section.info .detail .content .inav .left {
    padding: 20px 0;
  }
}
section.info .detail .content .inav .left .d-flex:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  section.info .detail .content .inav .left .d-flex:first-child {
    margin-bottom: 20px;
  }
}
section.info .detail .content .inav .left .d-flex .val.fluct {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.info .detail .content .inav .left .d-flex .val.fluct::before, section.info .detail .content .inav .left .d-flex .val.fluct::after {
  display: inline-block;
  font-size: 18px;
  margin-right: 7px;
}
@media screen and (max-width: 576px) {
  section.info .detail .content .inav .left .d-flex .val.fluct::before, section.info .detail .content .inav .left .d-flex .val.fluct::after {
    font-size: 14px;
    margin-right: 3px;
  }
}
section.info .detail .content .inav .left .d-flex .val.fluct.up::before {
  content: "▲";
}
section.info .detail .content .inav .left .d-flex .val.fluct.down::before {
  content: "▼";
}
section.info .detail .content .inav .right {
  flex: 1;
  border-left: 1px solid #c9d5de;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  section.info .detail .content .inav .right {
    border-left: none;
    border-top: 1px solid #c9d5de;
    padding: 20px 0;
  }
}
@media screen and (max-width: 576px) {
  section.info .detail .content .inav .right div {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  section.info .detail .content .inav .right div .val {
    margin: 0 12px;
  }
}
section.info .detail .content .holding .title {
  background: #005bac;
  color: #fff;
  padding: 5px;
}
section.info .detail .content .holding .holdingShares {
  margin: 30px 0;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 991px) {
  section.info .detail .content .holding .holdingShares {
    margin: 20px 0;
  }
}
@media screen and (max-width: 576px) {
  section.info .detail .content .holding .holdingShares {
    margin: 10px 0;
  }
}
section.info .detail .content .holding .holdingShares .flex:not(:last-of-type) {
  border-right: 1px solid #c9d5de;
}
section.info .detail .content .holding .holdingShares .more {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #009fe8;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  section.info .detail .content .holding .holdingShares .more {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 20px;
    text-align: center;
  }
}
section.info .detail .content .holding .holdingShares .more img {
  width: 18px;
  margin-left: 8px;
}
@media screen and (max-width: 576px) {
  section.info .detail .content .holding .holdingShares-dt {
    display: none;
  }
}
section.info .detail .content .dataDate {
  padding: 20px 0;
}
@media screen and (max-width: 576px) {
  section.info .detail .content .dataDate {
    font-size: 12px;
    line-height: 22px;
  }
}
section.info .detail .content .dataDate a {
  color: #009fe8;
}
section.info .detail .content-0056 {
  background: #fff7f1;
  box-shadow: 15px 15px 0 #eb6100;
}
@media screen and (max-width: 991px) {
  section.info .detail .content-0056 {
    box-shadow: 10px 10px 0 #eb6100;
  }
}
section.info .detail .content-0056 .inav {
  border-top: 1px solid #f4d9c4;
}
section.info .detail .content-0056 .inav .right {
  border-left: 1px solid #f4d9c4;
}
@media screen and (max-width: 576px) {
  section.info .detail .content-0056 .inav .right {
    border-left: none;
    border-top: 1px solid #f4d9c4;
  }
}
section.info .detail .content-0056 .holding .title {
  background: #eb6100;
}
section.info .detail .content-0056 .holding .holdingShares .flex:not(:last-of-type) {
  border-right: 1px solid #f4d9c4;
}
section.info .notice {
  margin: 40px 0 24px;
  padding-left: 15px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  section.info .notice {
    padding-left: 0;
  }
}
section.eachDetail {
  color: #fff;
  margin-top: -2px;
}
section.eachDetail h2 {
  padding: 30px 0;
}
section.eachDetail .content .desc {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  section.eachDetail .content .desc {
    margin: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  section.eachDetail .content .desc {
    font-size: 12px;
    line-height: 22px;
  }
}
section.eachDetail .content .fundSlick {
  display: flex;
  align-items: stretch;
  position: relative;
  padding: 0 45px 0 30px;
}
@media screen and (max-width: 576px) {
  section.eachDetail .content .fundSlick {
    padding: 0 30px 0 20px;
  }
}
section.eachDetail .content .fundSlick .card {
  background: #077ae0;
  margin: 15px;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  section.eachDetail .content .fundSlick .card {
    margin: 10px;
  }
}
section.eachDetail .content .fundSlick .card img {
  height: 80px;
  display: block;
  margin: 0 auto 25px auto;
}
section.eachDetail .content .fundSlick .card span {
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 576px) {
  section.eachDetail .content .fundSlick .card span {
    font-size: 12px;
    line-height: 22px;
  }
}
section.eachDetail .content .fundSlick .slick-track {
  display: flex;
}
section.eachDetail .content .fundSlick .slick-slide {
  height: inherit;
}
section.eachDetail .content .fundSlick .slick-arrow {
  display: block;
  width: 15px;
  height: 33px;
  cursor: pointer;
  background: url(../img/slick_arrow_left.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  section.eachDetail .content .fundSlick .slick-arrow {
    width: 14px;
  }
}
section.eachDetail .content .fundSlick .slick-arrow.slick-next {
  transform: translateY(-50%) rotate(180deg);
  right: 0;
}
section.eachDetail .content .fundSlick .slick-arrow.slick-prev {
  left: 0;
}
section.eachDetail .content .fundSlick .slick-arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
}
section.eachDetail-0050 {
  background: url(../img/bg_deco_0050.svg) no-repeat, #005bac;
  background-size: 100% auto;
}
@media screen and (max-width: 576px) {
  section.eachDetail-0050 {
    background: url(../img/bg_deco_0050_mob.svg) no-repeat, #005bac;
    background-size: 100% auto;
  }
}
section.eachDetail-0050 .content .timeline {
  display: flex;
  text-align: center;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline {
    display: block;
    padding-bottom: 0;
  }
}
section.eachDetail-0050 .content .timeline .event {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event {
    padding: 7px 0;
  }
}
section.eachDetail-0050 .content .timeline .event:nth-child(odd) {
  transform: translateY(45%);
}
@media screen and (max-width: 1205px) {
  section.eachDetail-0050 .content .timeline .event:nth-child(odd) {
    transform: translateY(97px);
  }
}
@media screen and (max-width: 1078px) {
  section.eachDetail-0050 .content .timeline .event:nth-child(odd) {
    transform: translateY(119px);
  }
}
@media screen and (max-width: 1024px) {
  section.eachDetail-0050 .content .timeline .event:nth-child(odd) {
    transform: translateY(97px);
  }
}
@media screen and (max-width: 956px) {
  section.eachDetail-0050 .content .timeline .event:nth-child(odd) {
    transform: translateY(119px);
  }
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event:nth-child(odd) {
    transform: none;
  }
}
section.eachDetail-0050 .content .timeline .event:nth-child(even) {
  flex-direction: column-reverse;
  display: flex;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event:nth-child(even) {
    display: block;
  }
}
section.eachDetail-0050 .content .timeline .event:nth-child(even) .detail::before {
  bottom: auto;
  top: 100%;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event:nth-child(even) .detail::before {
    top: 50%;
  }
}
section.eachDetail-0050 .content .timeline .event.active .time {
  color: #ffe400;
}
section.eachDetail-0050 .content .timeline .event.active .line::before, section.eachDetail-0050 .content .timeline .event.active .line::after {
  background: #ffe400;
}
section.eachDetail-0050 .content .timeline .event.active .detail {
  background: #ffe400;
  color: #005bac;
}
section.eachDetail-0050 .content .timeline .event.active .detail::before {
  background: #ffe400;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event:first-child .line {
    height: 67px;
    top: auto;
    transform: none;
    bottom: 0;
  }
  section.eachDetail-0050 .content .timeline .event:first-child .line::before {
    top: 0;
  }
  section.eachDetail-0050 .content .timeline .event:first-child .line::after {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event:last-child .line {
    height: 94.5px;
    top: 0;
    transform: none;
  }
  section.eachDetail-0050 .content .timeline .event:last-child .line::before {
    top: auto;
    bottom: -6.5px;
    transform: none;
  }
  section.eachDetail-0050 .content .timeline .event:last-child .line::after {
    top: auto;
    bottom: -15px;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event .time {
    text-align: left;
    margin-left: 40px;
  }
}
section.eachDetail-0050 .content .timeline .event .line {
  width: 100%;
  height: 6px;
  background: #0775d7;
  margin: 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event .line {
    width: 6px;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
section.eachDetail-0050 .content .timeline .event .line::before, section.eachDetail-0050 .content .timeline .event .line::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event .line::before, section.eachDetail-0050 .content .timeline .event .line::after {
    transform: translateY(-50%);
  }
}
section.eachDetail-0050 .content .timeline .event .line::before {
  width: 15px;
  height: 15px;
  opacity: 0.8;
  top: calc(100% - 10.5px);
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event .line::before {
    top: calc(50% + 13px);
    left: -4.5px;
  }
}
section.eachDetail-0050 .content .timeline .event .line::after {
  width: 30px;
  height: 30px;
  opacity: 0.2;
  top: calc(100% - 18px);
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event .line::after {
    top: calc(50% + 13px);
    left: -12px;
  }
}
section.eachDetail-0050 .content .timeline .event .detail {
  background: #fff;
  border-radius: 8px;
  padding: 15px 0;
  color: #324554;
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width: 1205px) {
  section.eachDetail-0050 .content .timeline .event .detail {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event .detail {
    margin: 10px 0 10px 40px;
  }
}
section.eachDetail-0050 .content .timeline .event .detail::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event .detail::before {
    bottom: auto;
    left: auto;
    right: 100%;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 1px;
  }
}
section.eachDetail-0050 .content .timeline .event .detail p.bold {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0050 .content .timeline .event .detail br.mb-hide {
    display: none;
  }
}
section.eachDetail-0056 {
  background: url(../img/bg_deco_0056.svg) no-repeat, #eb6100;
  background-size: 100% auto;
}
@media screen and (max-width: 576px) {
  section.eachDetail-0056 {
    background: url(../img/bg_deco_0056_mob.svg) no-repeat, #eb6100;
    background-size: 100% auto;
  }
}
section.eachDetail-0056 h2 span {
  color: #ffe400;
}
section.eachDetail-0056 .content .table {
  color: #324554;
}
@media screen and (max-width: 600px) {
  section.eachDetail-0056 .content .table {
    font-size: 13px;
    line-height: 22px;
  }
}
section.eachDetail-0056 .content .table .th {
  background: #fe7f18;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0056 .content .table .th {
    border-bottom: 2px solid #eb6100;
    font-size: 12px;
    padding: 7px 0;
  }
}
section.eachDetail-0056 .content .table .th:not(:last-child) {
  border-right: 2px solid #eb6100;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0056 .content .table .th:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  section.eachDetail-0056 .content .table .th:first-child {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
section.eachDetail-0056 .content .table .td {
  background: #ffe9d2;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0056 .content .table .td {
    padding: 7px 0;
    border-bottom: 2px solid #eb6100;
  }
  section.eachDetail-0056 .content .table .td:nth-child(1) {
    white-space: pre;
  }
}
section.eachDetail-0056 .content .table .tr:not(:last-child) .td {
  border-bottom: 1px solid #fe7f18;
}
@media screen and (max-width: 768px) {
  section.eachDetail-0056 .content .table .tr:not(:last-child) .td {
    border-bottom: 2px solid #eb6100;
  }
}
section.eachDetail-0056 .content .fundSlick .card {
  background: #d14500;
}
@media screen and (max-width: 991px) {
  section.chart {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  section.chart {
    padding-bottom: 20px;
  }
}
section.chart h2 {
  color: #009fe8;
}
@media screen and (max-width: 576px) {
  section.chart h2 {
    padding-bottom: 20px;
  }
}
section.chart .content {
  background: #f1f9ff;
  box-shadow: -15px 15px 0 #005bac;
  padding: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  section.chart .content {
    box-shadow: -10px 10px 0 #005bac;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  section.chart .content {
    padding: 20px;
  }
}
section.chart .content .title {
  color: #005bac;
  padding: 30px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  section.chart .content .title {
    padding: 5px 0;
  }
}
section.chart .content .table {
  background: #fff;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 576px) {
  section.chart .content .table {
    font-size: 14px;
    line-height: 24px;
  }
}
section.chart .content .table .th, section.chart .content .table .td {
  padding: 10px;
  width: 100%;
}
section.chart .content .table .th {
  background: #009fe8;
  color: #fff;
  min-width: 86px;
}
section.chart .content .table .th:not(:last-child) {
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  section.chart .content .table .th:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid #f1f9ff;
  }
}
section.chart .content .table .td {
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  section.chart .content .table .td:not(:last-child) {
    border-bottom: 2px solid #f1f9ff;
  }
  section.chart .content .table .td:first-child {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  section.chart .content .table .tr:first-child {
    flex: 2;
  }
}
@media screen and (max-width: 768px) {
  section.chart .content .table .tr:last-child {
    flex: 3;
  }
}
section.chart .content .chartArea {
  padding: 0 40px;
  margin-top: 60px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 576px) {
  section.chart .content .chartArea {
    padding: 0;
    margin-top: 0;
  }
  section.chart .content .chartArea br {
    display: none;
  }
}
section.chart .content .chartArea .desc {
  position: absolute;
  top: 40px;
  left: 160px;
  padding-left: 20px;
  border-left: 4px solid;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.chart .content .chartArea .desc {
    top: 10px;
    left: 120px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 576px) {
  section.chart .content .chartArea .desc {
    position: unset;
    top: auto;
    left: auto;
    margin: 40px 0 30px 0;
  }
}
section.chart .content .chartArea .total {
  display: inline-flex;
  padding: 35px 0;
}
@media screen and (max-width: 576px) {
  section.chart .content .chartArea .total {
    display: block;
    padding: 20px 0;
  }
}
@media screen and (max-width: 576px) {
  section.chart .content .chartArea .total .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
section.chart .content .chartArea .total .flex .total-title {
  padding: 0 35px;
  color: #069ff4;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  section.chart .content .chartArea .total .flex .total-title {
    padding: 3px 10px;
  }
}
section.chart .content .chartArea .total .flex .total-title span {
  margin: 0 5px;
}
section.chart .content .chartArea .total .flex:last-child .total-title {
  color: #5ec7fb;
  position: relative;
}
section.chart .content .chartArea .total .flex:last-child .total-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #abbbc4;
  position: absolute;
  left: 0;
  bottom: 8px;
}
@media screen and (max-width: 576px) {
  section.chart .content .chartArea .total .flex:last-child .total-title::after {
    display: none;
  }
}
section.chart-0056 {
  padding-top: 0;
}
section.chart-0056 .content {
  background: #fff7f1;
  box-shadow: 15px 15px 0 #eb6100;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  section.chart-0056 .content {
    box-shadow: 10px 10px 0 #eb6100;
  }
}
section.chart-0056 .content .title {
  color: #cb3900;
}
section.chart-0056 .content .table .th {
  background: #ff8929;
}
section.chart-0056 .content .table span {
  color: #ff8929;
}
@media screen and (max-width: 576px) {
  section.chart-0056 .content .table .td:first-child, section.chart-0056 .content .table .th:first-child {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section.chart-0056 .content .chartArea .desc {
  color: #cb3900;
}
section.chart-0056 .content .chartArea .total .flex .total-title {
  color: #f96806;
}
section.chart-0056 .content .chartArea .total .flex:last-child .total-title {
  color: #ffa15a;
}
section.chart-0056 .source {
  margin-top: 60px;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  section.chart-0056 .source {
    margin-top: 30px;
  }
}
section.warn {
  padding: 50px 0;
  background: #f1f9ff;
  line-height: 22px;
}
section.warn * {
  letter-spacing: 0;
}
section.warn .title {
  font-weight: 500;
}
section.warn .title span {
  margin-left: 20px;
}
section.warn .info {
  padding: 20px 0;
  font-weight: 400px;
}
section.warn .content p {
  padding: 5px 0;
  text-align: justify;
}
section.warn .content u {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
section.warn .end {
  padding-top: 30px;
}

.stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 35px;
}
@media screen and (max-width: 991px) {
  .stock {
    padding: 5px 15px;
  }
}
.stock p span {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .stock p span {
    margin-right: 5px;
  }
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: rgba(26, 41, 56, 0.6);
  display: none;
}
.lightbox.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox .lbox {
  background: #fff;
  padding: 40px;
  padding-top: 60px;
  position: relative;
  width: 400px;
  max-width: calc(100% - 40px);
  max-height: 80vh;
}
@media screen and (max-width: 576px) {
  .lightbox .lbox {
    padding: 20px;
    padding-top: 40px;
  }
}
.lightbox .lbox .all-content {
  max-height: calc(80vh - 100px);
  overflow: auto;
}
@media screen and (max-width: 576px) {
  .lightbox .lbox .all-content {
    max-height: calc(80vh - 60px);
  }
}
.lightbox .lbox .all-content::-webkit-scrollbar {
  width: 2px;
}
.lightbox .lbox .all-content::-webkit-scrollbar-thumb {
  background: transparent;
}
.lightbox .lbox .all-content .stock {
  padding: 5px 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;
  }
}

.video {
  width: 100%;
  aspect-ratio: 16/9;
}

table {
  width: 100%;
}
table.lg {
  display: table;
}
table.lg tr th {
  vertical-align: middle;
  background: #fe7f18;
  border-right: 1px solid #eb6100;
  padding: 10px;
}
table.lg tr th:last-child {
  padding: 5px;
}
table.lg tr:last-child th {
  background: #ff9742;
  padding: 5px;
}
table.lg tbody {
  background: #ffe9d2;
  color: #324554;
}
table.lg tbody tr {
  border-bottom: 1px solid #fe7f18;
}
table.lg tbody td {
  text-align: center;
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  table.lg {
    display: none;
  }
}
table.sm {
  display: none;
  text-align: center;
  font-size: 13px;
}
table.sm tr {
  border-bottom: 1px solid #fe7f18;
}
table.sm tr th, table.sm tr td {
  padding: 5px;
  vertical-align: middle;
  background: #ffe9d2;
  color: #324554;
}
table.sm tr th:first-child, table.sm tr td:first-child {
  background: #fe7f18;
  color: #fff;
}
table.sm tr th:nth-child(3), table.sm tr td:nth-child(3) {
  color: #fe7f18;
  font-weight: bold;
}
table.sm tr.border-0 {
  border-bottom: none;
}
table.sm td {
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  table.sm {
    display: table;
  }
}/*# sourceMappingURL=main.css.map */