@charset "UTF-8";
.color-red {
  color: #ff323a;
}

.color-green {
  color: #54ba00;
}

.color-khaki {
  color: #b8a887;
}

.color-pink {
  color: #b53577;
}

.color-blue {
  color: #48698e;
}

.mr-auto {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .mr-m-l-10 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .mr-m-0-15 {
    margin: 0 15px;
  }
}

.for-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-mobile {
    display: block;
  }
}

.color-description {
  color: #585657;
}

.w-50 {
  width: 50%;
}

.etf-link {
  text-decoration: underline;
}

.position-relative {
  position: relative;
}

/*------------------------------------*\
  間距
\*------------------------------------*/
.mb-0 {
  margin-bottom: 0;
}

.mb-1px {
  margin-bottom: 1px;
}

.mb-0-5 {
  margin-bottom: 5px;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-1-5 {
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-2-5 {
  margin-bottom: 25px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mr-0-5 {
  margin-right: 5px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-1-5 {
  margin-right: 15px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.p-1-5 {
  padding: 15px;
}

.bor-title-xl {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #4c4c4c;
}
.bor-title-xl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #a70057;
}

a.a-txt, .a-txt {
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 5px;
}

/*------------------------------------*\
  ETF header
\*------------------------------------*/
.btn-headUser::after {
  display: none;
}

/*------------------------------------*\
  display
\*------------------------------------*/
.d-flex {
  display: flex;
}
.d-flex.a-center {
  align-items: center;
}
.d-flex.a-end {
  align-items: flex-end;
}

.j-center {
  justify-content: center;
}

.j-between {
  justify-content: space-between;
}

@media (max-width: 767px) {
  .m-d-block {
    display: block;
  }
  .m-d-none {
    display: none !important;
  }
  .m-d-block.flex-space .flex-item,
  .m-d-block.flex-space-l .flex-item {
    margin: 0 0 10px;
  }
}
/*------------------------------------*\
  inputbox
\*------------------------------------*/
.inputbox {
  position: relative;
}

.add-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.add-btn.btn-l {
  width: 30px;
  height: 30px;
}
.add-btn img {
  width: 100%;
  height: auto;
}

/*------------------------------------*\
  ETF新增
\*------------------------------------*/
.wrapper-etf-style .container-index .selectedBonds .select-swiper-button-prev.first,
.wrapper-etf-style .container-index .selectedBonds .select-swiper-button-next.first {
  top: calc(50% + 39px);
}
@media screen and (max-width: 724px) {
  .wrapper-etf-style .container-index .selectedBonds .select-swiper-button-prev.first,
  .wrapper-etf-style .container-index .selectedBonds .select-swiper-button-next.first {
    top: calc(50% + 51px);
  }
}
@media screen and (max-width: 514px) {
  .wrapper-etf-style .container-index .selectedBonds .select-swiper-button-prev.first,
  .wrapper-etf-style .container-index .selectedBonds .select-swiper-button-next.first {
    top: calc(50% + 63px);
  }
}
@media screen and (max-width: 400px) {
  .wrapper-etf-style .container-index .selectedBonds .select-swiper-button-prev.first,
  .wrapper-etf-style .container-index .selectedBonds .select-swiper-button-next.first {
    top: calc(50% + 75px);
  }
}
.wrapper-etf-style .stockSearchArea {
  padding-top: 48px;
}
.wrapper-etf-style .stockSearchArea .stock-search__inner input {
  text-align: left;
}
.wrapper-etf-style .stock-search__inner {
  position: relative;
}
.wrapper-etf-style .stockSearch-title .titleMore {
  margin-bottom: 36px;
}
.wrapper-etf-style .stockSearch-title .stock-search {
  padding-top: 24px;
}
.wrapper-etf-style .stockSearch-flex {
  display: flex;
  justify-content: center;
  margin-left: -24px;
}
.wrapper-etf-style .stockSearch-flex > div {
  position: relative;
  flex: 0 1 calc(50% - 24px);
  margin-left: 24px;
  margin-bottom: 15px;
}
.wrapper-etf-style .stockSearch-flex > div::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ededed;
  position: absolute;
  top: 0;
  left: -24px;
  bottom: 0;
}
.wrapper-etf-style .stockSearch-flex > div:first-child {
  margin-right: 24px;
}
.wrapper-etf-style .stockSearch-flex > div:first-child::before {
  display: none;
}
@media (max-width: 960px) {
  .wrapper-etf-style .stockSearch-title .titleMore {
    margin-bottom: 20px;
  }
  .wrapper-etf-style .stockSearch-title .stock-search {
    padding-top: 20px;
  }
  .wrapper-etf-style .stockSearch-flex {
    display: block;
    margin: 0;
  }
  .wrapper-etf-style .stockSearch-flex > div {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .wrapper-etf-style .stockSearch-flex > div::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ededed;
    position: absolute;
    top: -15px;
    left: 0;
    bottom: initial;
    right: 0;
  }
  .wrapper-etf-style .stockSearch-flex > div:first-child {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .wrapper-etf-style .stockSearch-flex > div:first-child::before {
    display: none;
  }
}
.wrapper-etf-style .stockSearchBox {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-left: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .wrapper-etf-style .stockSearchBox {
    padding: 10px;
  }
}
.wrapper-etf-style .center-title .titleMore .areaTitle::before {
  display: none;
}
.wrapper-etf-style .etf-btn-group {
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  margin: 0 auto 20px auto;
}
.wrapper-etf-style .etf-btn-group .etf-btn {
  width: 100px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #caaf6a;
  color: #caaf6a;
}
.wrapper-etf-style .etf-btn-group .etf-btn:hover {
  background-color: #caaf6a;
  color: #fff;
}
@media screen and (max-width: 540px) {
  .wrapper-etf-style .etf-btn-group {
    margin-left: -4px;
  }
  .wrapper-etf-style .etf-btn-group .etf-btn {
    font-size: 14px;
    height: 36px;
    width: 6em;
    width: initial;
    flex: 1 1 auto;
    margin-left: 4px;
  }
}
.wrapper-etf-style .etf-tag-group {
  margin-top: 12px;
  text-align: left;
}
.wrapper-etf-style .etf-tag-group .etf-tag {
  display: inline-block;
  padding: 4px 12px;
  background-color: #f8c3c9;
  color: #a80146;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  margin-right: 4px;
}
.wrapper-etf-style .etf-color-stock-default {
  color: #595758;
}
.wrapper-etf-style .etf-color-stock-green {
  color: #54ba00;
}
.wrapper-etf-style .etf-color-stock-red {
  color: #ff323a;
}

.wrapper-etf-inner-style .etf-search-icon {
  margin-bottom: -2px;
  margin-right: 4px;
  height: 20px;
}
.wrapper-etf-inner-style .max-w-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-etf-inner-style .etf-para img {
  margin-bottom: -6px;
}
.wrapper-etf-inner-style .etf-stock-value-group {
  padding: 20px;
  background-color: #f8f8f8;
}
.wrapper-etf-inner-style .etf-stock-value-group .etf-secTitle span {
  margin-left: 10px;
  font-size: 20px;
  color: #997427;
}
.wrapper-etf-inner-style .etf-stock-value-group .value-group {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e5e6;
}
@media (max-width: 1320px) {
  .wrapper-etf-inner-style .etf-stock-value-group .value-group {
    flex-direction: column;
  }
}
.wrapper-etf-inner-style .etf-stock-value-group .value-group .etf-para:last-of-type {
  margin-left: auto;
  text-align: right;
}
.wrapper-etf-inner-style .etf-stock-value-group .etf-value-description .br-pc {
  display: none;
}
.wrapper-etf-inner-style .etf-stock-value-group .etf-value-description .br-pc + span {
  margin: 0 4px;
}
@media (max-width: 767px) {
  .wrapper-etf-inner-style .etf-stock-value-group .etf-value-description {
    flex-direction: column;
  }
  .wrapper-etf-inner-style .etf-stock-value-group .etf-value-description .br-pc {
    display: inline;
  }
  .wrapper-etf-inner-style .etf-stock-value-group .etf-value-description .br-pc + span {
    display: none;
  }
}
@media (max-width: 1320px) {
  .wrapper-etf-inner-style .etf-stock-value-group .value-left-group {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 680px) {
  .wrapper-etf-inner-style .etf-stock-value-group .value-left-group {
    flex-direction: column;
  }
}
.wrapper-etf-inner-style .etf-stock-value-group .value-right-group {
  width: 49%;
}
@media (max-width: 1320px) {
  .wrapper-etf-inner-style .etf-stock-value-group .value-right-group {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .wrapper-etf-inner-style .etf-stock-value-group .value-right-group {
    flex-direction: column;
  }
}
.wrapper-etf-inner-style .etf-stock-value-group .value-color {
  color: #585858;
}
@media (max-width: 680px) {
  .wrapper-etf-inner-style .etf-stock-value-group .value-color {
    margin-right: 0;
  }
}
.wrapper-etf-inner-style .etf-stock-value-group .value-color .value-number {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-left: 5px;
  margin: 0 25px 0 5px;
}
@media (max-width: 680px) {
  .wrapper-etf-inner-style .etf-stock-value-group .value-color .value-number {
    margin-right: 20px;
  }
}
.wrapper-etf-inner-style .etf-stock-value-group .value-color .icon-green {
  color: #54ba00;
  position: relative;
  white-space: nowrap;
  font-size: 18px;
}
.wrapper-etf-inner-style .etf-stock-value-group .value-color .icon-green:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #54ba00;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.wrapper-etf-inner-style .etf-stock-value-group .value-color .icon-red {
  color: #ff323a;
  position: relative;
  white-space: nowrap;
  font-size: 18px;
}
.wrapper-etf-inner-style .etf-stock-value-group .value-color .icon-red:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ff323a;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.wrapper-etf-inner-style .etf-stock-value-group .value-sub {
  width: 20%;
  border-right: 1px solid #e7e5e6;
  text-align: center;
}
@media (max-width: 680px) {
  .wrapper-etf-inner-style .etf-stock-value-group .value-sub {
    width: 100%;
    border: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 5px;
  }
}
.wrapper-etf-inner-style .etf-stock-value-group .value-sub:last-of-type {
  border: 0;
}
@media (max-width: 680px) {
  .wrapper-etf-inner-style .etf-stock-value-group .value-sub:last-of-type {
    margin-bottom: 0;
  }
}
.wrapper-etf-inner-style .etf-stock-value-group .value-sub .number {
  font-size: 20px;
  font-weight: 700;
}
.wrapper-etf-inner-style .etf-stock-value-group .value-sub .text {
  font-size: 14px;
}
@media (max-width: 680px) {
  .wrapper-etf-inner-style .etf-stock-value-group .value-sub .text {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .wrapper-etf-inner-style .etf-topArea-inputbox {
    margin-right: 0;
  }
}
.wrapper-etf-inner-style .img-stock {
  width: 100%;
  height: auto;
}
.wrapper-etf-inner-style .img-stock-null {
  width: 100px;
  height: auto;
  margin-top: 60px;
}
.wrapper-etf-inner-style .img-stock-null[alt=icon-none] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-etf-inner-style .etf-table-para {
  margin-bottom: 56px;
  text-align: center;
  font-size: 18px;
}
.wrapper-etf-inner-style .etf-img-pie-chart-group {
  width: 49%;
  vertical-align: top;
  text-align: center;
  padding-top: 60px;
}
@media (max-width: 960px) {
  .wrapper-etf-inner-style .etf-img-pie-chart-group {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 450px) {
  .wrapper-etf-inner-style .etf-img-pie-chart-group img {
    width: 100%;
  }
}
.wrapper-etf-inner-style .etf-img-pie-chart-group + .d-inblock {
  width: 50%;
}
@media (max-width: 960px) {
  .wrapper-etf-inner-style .etf-img-pie-chart-group + .d-inblock {
    width: 100%;
  }
}
.wrapper-etf-inner-style .etf-search-para {
  color: #656565;
  text-align: center;
  margin-bottom: 76px;
}
.wrapper-etf-inner-style .etf-search-para span {
  color: #a27f35;
  margin: 0 4px;
}
.wrapper-etf-inner-style .etf-renew-para {
  color: #bfa051;
}
.wrapper-etf-inner-style .etf-sectitle-group {
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .wrapper-etf-inner-style .etf-sectitle-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wrapper-etf-inner-style .etf-sort-button-group-m {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wrapper-etf-inner-style .etf-sort-button-group-m .etf-sort-button-m {
  width: 31%;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fefaee;
  color: #997427;
  border-radius: 12px;
  line-height: 1.5;
  text-align: left;
}
.wrapper-etf-inner-style .etf-sort-button-group-m .etf-sort-button-m img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.wrapper-etf-inner-style .etf-sort-button-group-m .active {
  background-color: #caaf6a;
  color: #ffffff;
}
.wrapper-etf-inner-style .etf-sort-button-group-m .etf-sort-button-down-m img {
  transform: scaleY(-1);
}
.wrapper-etf-inner-style .sitemap-title span {
  font-size: 1.5rem;
}
.wrapper-etf-inner-style .sitemap-title span:after {
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.wrapper-etf-inner-style .etf-icon-group {
  max-width: 826px;
  margin: 0 auto 42px auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .wrapper-etf-inner-style .etf-icon-group {
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: none;
    width: 348px;
  }
}
.wrapper-etf-inner-style .etf-icon-group .etf-icon-link {
  width: 144px;
  height: 144px;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding-top: 30px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .wrapper-etf-inner-style .etf-icon-group .etf-icon-link:last-of-type {
    margin-bottom: 0;
  }
}
.wrapper-etf-inner-style .etf-icon-group .etf-icon-link img {
  margin-bottom: 10px;
}
.wrapper-etf-inner-style .etf-icon-group .etf-icon-link.active {
  border: 2px solid #df9c43;
}
@media (max-width: 767px) {
  .wrapper-etf-inner-style .etf-icon-norwap-group {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .wrapper-etf-inner-style .etf-icon-norwap-group .etf-icon-link {
    width: 30%;
    height: auto;
    padding: 0.5rem 1rem;
  }
}
.wrapper-etf-inner-style .etf-icon-norwap-group .etf-icon-link img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wrapper-etf-inner-style .etf-icon-norwap-group .etf-icon-link img {
    display: none;
  }
}
.wrapper-etf-inner-style .etf-icon-norwap-group .etf-icon-link.active {
  border: 2px solid #df9c43;
}
@media screen and (max-width: 767px) {
  .wrapper-etf-inner-style .etf-icon-nowrap-group.for-web {
    display: none;
  }
}
.wrapper-etf-inner-style .etf-form-group {
  max-width: 1160px;
  padding: 0 25px;
  margin: 0 auto 40px auto;
}
.wrapper-etf-inner-style .etf-form-group .form {
  padding: 5px 25px;
  background-color: #fff;
  border-bottom: 2px solid #f9f8f8;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .wrapper-etf-inner-style .etf-form-group .form-padding-m {
    padding-bottom: 40px;
  }
}
.wrapper-etf-inner-style .etf-form-group .form-more-button {
  margin-left: auto;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .wrapper-etf-inner-style .etf-form-group .form-more-button {
    margin-top: 0;
  }
}
.wrapper-etf-inner-style .etf-form-group .w-input-group-112 {
  width: 112px;
}
@media screen and (max-width: 767px) {
  .wrapper-etf-inner-style .etf-form-group .w-input-group-112 {
    width: 50%;
    margin: 0;
  }
}
.wrapper-etf-inner-style .etf-form-group .etf-form-inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wrapper-etf-inner-style .etf-form-group {
    padding: 0;
    margin-bottom: 20px;
  }
}
.wrapper-etf-inner-style .btn-box.mb-4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrapper-etf-inner-style .table-stripe-data {
    /*  width: calc(100dvw - 15px - 15px - 15px - 15px);*/
  }
  .wrapper-etf-inner-style .table-stripe-data tr.td-bor-t {
    margin-top: 10px;
  }
  .wrapper-etf-inner-style .table-stripe-data tr {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: stretch;
  }
  .wrapper-etf-inner-style .table-stripe-data tr th {
    width: 42%;
    font-size: 16px;
    flex: 0 0 auto;
    padding: 10px 4px;
  }
  .wrapper-etf-inner-style .table-stripe-data tr td {
    padding: 4px 8px;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .wrapper-etf-inner-style .table-stripe-data tr:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-etf-inner-style .etf-secTitle {
    margin-right: 0;
  }
}
.wrapper-etf-inner-style .btn-customize {
  position: absolute;
  top: 0;
  right: 1.5rem;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  line-height: 30px;
  border-radius: 8px;
  border: 1px solid #caaf6b;
  background-color: #fff;
  color: #caaf6b;
}
.wrapper-etf-inner-style .btn-customize img {
  width: 1.25rem;
}
.wrapper-etf-inner-style .btn-customize .d-flex-j-center-a-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.table-stripe tr:nth-child(odd) {
  background-color: #fcfcfc;
}

.table-stripe .etf-btn-sort {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}
.table-stripe .etf-btn-sort-up {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transform: scaleY(-1);
}
.table-stripe .etf-table-span,
.table-stripe .etf-btn-sort {
  display: inline-block;
  vertical-align: middle;
}

.m-d-block .table-stripe tr th {
  color: #fff;
  font-weight: 700;
  background-color: #d4bf88;
}
.m-d-block .table-stripe tr:nth-child(odd) th {
  color: #fff;
  font-weight: 700;
  background-color: #caaf6a;
}

.tag-button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .tag-button-group {
    padding: 0 15px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
  }
}
.tag-button-group .tag-button {
  padding: 4px 4px 4px 10px;
  background-color: #fff;
  border-radius: 28px;
  border: 2px solid #a80146;
  color: #a80146;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 0.8rem;
}
.tag-button-group .tag-button button {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}
.tag-button-group .etf-txt {
  color: #a80146;
}

.openPopup .popup.popup-etf-style {
  padding: 0 1.5rem 0 1.5rem;
}
.openPopup .popup.popup-etf-style .popup-area {
  top: 50%;
  transform: translateY(-50%);
}
.openPopup .popup.popup-etf-style .popup-area::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  z-index: -1;
  background-color: #fff;
}
.openPopup .popup.popup-etf-style .popup-inner {
  max-height: 80dvh;
  overflow-y: auto;
  position: relative;
}
.openPopup .popup.popup-etf-style .popup-inner .etf-form-group .form {
  padding: 0 25px 10px 25px;
  background-color: #fff;
  border-bottom: 2px solid #f9f8f8;
  align-items: flex-start;
}
.openPopup .popup.popup-etf-style .popup-inner .form-more-button {
  margin-top: 10px;
}

/*------------------------------------*\
  首頁-行事曆
\*------------------------------------*/
.stockCalendarArea {
  background-color: #f9f8f8;
  padding: 40px 0;
}
.stockCalendarArea .pagesize {
  margin-bottom: 40px;
}
.stockCalendarArea .stockCalendar-flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.stockCalendarArea .stockCalendar-flex .calendarBox {
  flex: 0 1 calc(100% - 475px);
}
.stockCalendarArea .stockCalendar-flex .sideBox {
  flex: 0 1 450px;
  background-color: #fff;
  margin-left: 24px;
}
.stockCalendarArea .stockCalendar-flex .sideBox .areaTitle {
  padding: 20px;
  border-bottom: 1px solid #d9d9da;
}
.stockCalendarArea .stockCalendar-flex .sideBox .stock-inner {
  padding: 24px;
  overflow-y: auto;
  max-height: 680px;
}

@media (max-width: 1320px) {
  .stockCalendarArea .stockCalendar-flex .calendarBox {
    flex: 0 1 calc(100% - 350px);
  }
  .stockCalendarArea .stockCalendar-flex .sideBox {
    flex: 0 1 340px;
    margin-left: 10px;
  }
}
@media (max-width: 960px) {
  .stockCalendarArea {
    padding: 15px 0;
  }
  .stockCalendarArea .stockCalendar-flex {
    display: block;
  }
  .stockCalendarArea .stockCalendar-flex .calendarBox {
    margin-bottom: 15px;
  }
  .stockCalendarArea .stockCalendar-flex .sideBox {
    width: 100%;
    margin-left: 0;
  }
  .stockCalendarArea .stockCalendar-flex .sideBox .stock-inner {
    padding: 20px;
  }
}
/*------------------------------------*\
  行事曆
\*------------------------------------*/
.calendar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin: 0 auto 30px;
  position: relative;
}
.calendar-nav.ind-type {
  justify-content: space-between;
  align-items: flex-end;
  max-width: initial;
  margin-bottom: 20px;
}
.calendar-nav.ind-type .calendar-nav__inner {
  display: flex;
  align-items: flex-end;
}
.calendar-nav.ind-type .calendar-nav__inner .month {
  line-height: 50px;
}
.calendar-nav.ind-type .calendar-nav__inner .month span {
  font-size: 60px;
  line-height: 50px;
}
@media (max-width: 540px) {
  .calendar-nav {
    display: block;
    position: relative;
  }
  .calendar-nav.ind-type {
    justify-content: center;
    margin-bottom: 15px;
  }
  .calendar-nav.ind-type .calendar-nav__inner {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.calendar-nav .switch {
  display: block;
  width: 30px;
  height: 30px;
}
.calendar-nav .switch img {
  width: 100%;
  height: auto;
  display: block;
}
.calendar-nav .switch:hover {
  opacity: 0.6;
}
@media (max-width: 540px) {
  .calendar-nav .switch {
    position: absolute;
    top: 16px;
  }
  .calendar-nav .switch-prev {
    left: 0;
  }
  .calendar-nav .switch-next {
    right: 0;
  }
}

.calendar-filter {
  display: flex;
  justify-content: right;
}
.calendar-filter > div {
  margin-left: 24px;
  border-top: 1px solid;
}
.calendar-filter > div.ty-primary {
  border-color: #b8a887;
}
.calendar-filter > div.ty-primary .dot {
  background-color: #b8a887;
}
.calendar-filter > div.ty-secondary {
  border-color: #a70057;
}
.calendar-filter > div.ty-secondary .dot {
  background-color: #a70057;
}
.calendar-filter > div.ty-tertiary {
  border-color: #48698e;
}
.calendar-filter > div.ty-tertiary .dot {
  background-color: #48698e;
}
.calendar-filter .checkbox span {
  font-size: 18px;
  user-select: none;
}
.calendar-filter .checkbox .dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 4px 3px 2px;
}
@media (max-width: 540px) {
  .calendar-filter {
    justify-content: space-between;
  }
  .calendar-filter > div {
    margin-left: 0;
    border-width: 2px;
  }
  .calendar-filter .checkbox span {
    font-size: 16px;
  }
}

.calendar-nav__inner {
  flex: 1 1 auto;
  text-align: center;
}
.calendar-nav__inner .month {
  line-height: 60px;
  font-size: 40px;
  font-weight: 700;
  color: #a70057;
}
.calendar-nav__inner .month span {
  font-size: 60px;
}
.calendar-nav__inner .year {
  color: #949494;
}
.calendar-nav__inner .year span {
  position: relative;
  padding: 0 10px;
  font-size: 22px;
  font-weight: 700;
}
.calendar-nav__inner .year span:nth-child(1)::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 4px;
  width: 1px;
  height: 18px;
  background-color: #949494;
}

.calendar-type {
  display: flex;
  justify-content: center;
}
.calendar-type a {
  padding: 0 20px;
  font-weight: 700;
  color: #9c9c9c;
  background: #fff;
  border: solid 1px;
  border-radius: 18px;
}
.calendar-type a:hover {
  color: #a27f35;
}
.calendar-type a.on {
  color: #fff;
  background: #a27f35;
  border-color: #a27f35;
}
.calendar-type a svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
}
.calendar-type a span {
  line-height: 34px;
}

.table-calendar {
  width: 100%;
  background-color: #fff;
}
.table-calendar th {
  background-color: #efefef;
  color: #4c4c4c;
  padding: 8px 4px;
}
.table-calendar td {
  height: 130px;
  vertical-align: top;
  border-right: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}
.table-calendar td:nth-last-child(1) {
  border-right: none;
}
.table-calendar td.disabled {
  background: #fcfcfc;
}
@media (max-width: 540px) {
  .table-calendar td {
    height: 50px;
    position: relative;
  }
}
.table-calendar tr:nth-last-child(1) td {
  border-bottom: none;
}
.table-calendar .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 4px 6px;
  font-weight: 700;
  color: #949494;
  font-size: 16px;
}
.table-calendar .titlebox .day {
  display: block;
  font-size: 17px;
}
@media (max-width: 767px) {
  .table-calendar .titlebox {
    padding: 6px;
  }
  .table-calendar .titlebox .notice {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .table-calendar .titlebox {
    padding: 5px;
  }
  .table-calendar .titlebox.haslink {
    color: #fff;
    background: #ca669a;
  }
  .table-calendar .titlebox .day {
    font-size: 14px;
    line-height: 14px;
  }
  .table-calendar .titlebox .notice {
    display: none;
  }
}
.table-calendar .eventbox .event {
  font-size: 16px;
  line-height: 24px;
  padding: 0 4px;
  color: #fff;
  display: block;
  margin-bottom: 1px;
}
.table-calendar .eventbox .event span::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  margin: 0 4px 4px;
  vertical-align: middle;
}
.table-calendar .eventbox .event.ty-primary {
  background-color: #b8a887;
}
.table-calendar .eventbox .event.ty-secondary {
  background-color: #a70057;
}
.table-calendar .eventbox .event.ty-tertiary {
  background-color: #48698e;
}
.table-calendar .eventbox a {
  color: #949494;
  font-size: 14px;
  padding: 0 4px;
}
.table-calendar .eventbox a:hover {
  color: #a70057;
}
.table-calendar .eventbox span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
@media (max-width: 540px) {
  .table-calendar .eventbox {
    padding: 0 4px;
  }
  .table-calendar .eventbox .event {
    font-size: 0;
    display: inline-block;
    padding: 0;
  }
  .table-calendar .eventbox .event span::before {
    background-color: initial;
    margin: 0;
  }
  .table-calendar .eventbox .event.ty-primary {
    background-color: transparent;
  }
  .table-calendar .eventbox .event.ty-primary span::before {
    background-color: #b8a887;
  }
  .table-calendar .eventbox .event.ty-secondary {
    background-color: transparent;
  }
  .table-calendar .eventbox .event.ty-secondary span::before {
    background-color: #a70057;
  }
  .table-calendar .eventbox .event.ty-tertiary {
    background-color: transparent;
  }
  .table-calendar .eventbox .event.ty-tertiary span::before {
    background-color: #48698e;
  }
  .table-calendar .eventbox a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.table-calendarList tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .table-calendarList tbody td {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }
}
.table-calendarList .fs-m th,
.table-calendarList .fs-m td {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .table-calendarList tr {
    padding: 5px 0;
  }
  .table-calendarList .table-fold-td {
    width: 100%;
    padding: 0;
  }
  .table-calendarList .table-fold-td > td {
    display: block;
  }
}

@media (max-width: 767px) {
  .stockCloseArea table {
    display: none;
  }
}

.stockClose-box {
  display: flex;
  align-items: center;
  color: #000;
  border-bottom: solid 1px #e8e8e8;
}
.stockClose-box:nth-last-child(1) {
  border: none;
}
.stockClose-box.bgcolor {
  background: #fcfcfc;
}
@media (max-width: 767px) {
  .stockClose-box {
    display: block;
  }
}

.stockClose-title {
  width: 250px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .stockClose-title {
    width: 100%;
    padding: 5px 0;
    color: #fff;
    font-weight: 700;
    background: #caaf6a;
  }
}

.stockClose-text {
  flex: 1 1 auto;
  list-style: none;
  padding: 20px 0;
}
.stockClose-text li {
  display: flex;
}
.stockClose-text .name,
.stockClose-text .inner {
  margin-right: 10px;
  padding: 4px 0;
  border-bottom: dotted 2px #ddd5c5;
}
.stockClose-text .name {
  width: 240px;
}
@media (max-width: 767px) {
  .stockClose-text .name {
    width: 130px;
  }
}
.stockClose-text .inner {
  flex: 1 1 auto;
}
.stockClose-text li:nth-last-child(1) div {
  border: none;
}/*# sourceMappingURL=etf.css.map */