@import url("header.css");
@import url("footer.css");
:root {
  --fonts9: 9px;
  --fonts12: 12px;
  --fonts13: 13px;
  --fonts14: 14px;
  --fonts15: 15px;
  --fonts16: 16px;
  --fonts18: 18px;
  --fonts20: 20px;
  --fonts22: 22px;
  --fonts24: 24px;
  --fonts25: 25px;
  --fonts26: 26px;
  --fonts28: 28px;
  --fonts30: 30px;
  --fonts31: 31px;
  --fonts32: 32px;
  --fonts34: 34px;
  --fonts35: 35px;
  --fonts36: 36px;
  --fonts38: 38px;
  --fonts40: 40px;
  --fonts42: 42px;
  --fonts44: 44px;
  --fonts45: 45px;
  --fonts46: 46px;
  --fonts48: 48px;
  --fonts50: 50px;
  --fonts54: 54px;
  --fonts55: 55px;
  --fonts56: 56px;
  --fonts58: 58px;
  --fonts60: 60px;
  --fonts62: 62px;
  --fonts64: 64px;
  --fonts65: 65px;
  --fonts68: 68px;
  --fonts74: 74px;
  --fonts75: 75px;
  --fonts78: 78px;
  --fonts80: 80px;
  --fonts92: 92px;
  --fonts100: 100px;
  --fonts120: 120px;
  --fonts140: 140px;
  --fonts130: 130px;
  --fonts150: 150px;
  --fonts160: 160px;
  --fonts170: 170px;
  --fonts180: 180px;
  --fonts220: 220px;
}

* {
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.css-transitions-only-after-page-load * {
  transition: none !important;
}

@keyframes coinAni {
  from {
    transform: translate(0px, 0px) scale(0.95);
  }
  to {
    transform: translate(0px, -15px) scale(1.05);
  }
}
@keyframes btnAni {
  from {
    left: -80%;
    top: -500%;
  }
  to {
    left: 125%;
    top: 100%;
  }
}
@keyframes btnCTAAni {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes btnCTAArrowAni {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0px;
  padding: 0px;
}

sup {
  font-size: 60%;
  font-weight: inherit;
  position: relative;
  vertical-align: super;
  top: -2px;
}

nobr {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
}

.trackingIframe {
  position: fixed;
  top: 0px;
  left: -9999px;
}

.desktopBreak {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .desktopBreak {
    display: none;
  }
}

.padBreak {
  display: none;
}
@media screen and (max-width: 768px) {
  .padBreak {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .padBreak {
    display: none;
  }
}

.mobileBreak {
  display: none;
}
@media screen and (max-width: 500px) {
  .mobileBreak {
    display: inline-block;
  }
}

:root {
  --wrapper-width: 96%;
}

@media screen and (max-width: 1024px) {
  :root {
    --wrapper-width: 92%;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --wrapper-width: 90%;
  }
}
body {
  background: #ffffff;
  transition: padding-top 0.35 ease-in-out;
}
body.navFixed {
  padding-top: 92px;
}
body.engPage.navFixed {
  padding-top: 92px;
}

@media screen and (max-width: 1024px) {
  body.navFixed {
    padding-top: 177px;
  }
  body.engPage.navFixed {
    padding-top: 177px;
  }
}
@media screen and (max-width: 768px) {
  body.navFixed {
    padding-top: 77px;
  }
  body.engPage.navFixed {
    padding-top: 77px;
  }
}
@media screen and (max-width: 500px) {
  body.navFixed {
    padding-top: 68px;
  }
  body.engPage.navFixed {
    padding-top: 68px;
  }
}
@keyframes coinFly {
  0% {
    transform: translate(0, 0);
  }
  12.5% {
    transform: translate(5px, 5px);
  }
  25% {
    transform: translate(10px, 0);
  }
  37.5% {
    transform: translate(5px, -5px);
  }
  50% {
    transform: translate(0, 0);
  }
  62.5% {
    transform: translate(-5px, 5px);
  }
  75% {
    transform: translate(-10px, 0);
  }
  87.5% {
    transform: translate(-5px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* topBannerRow setting
************************/
.topBannerRow .topBannerInner {
  position: relative;
  padding: 0px 5% 0px;
}
.topBannerRow .topBannerInner h1 {
  position: absolute;
  top: 18%;
  width: 80%;
  font-size: var(--tb-headline-fs);
  color: #A98745;
  font-weight: bold;
  text-align: center;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  transform: translate(-50%);
  left: 50%;
  z-index: 50;
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner h1 {
    top: 12%;
  }
}
.topBannerRow .topBannerInner h2 {
  position: absolute;
  bottom: 10%;
  width: 90%;
  font-size: var(--tb-subheadline-fs);
  color: #3B2314;
  font-weight: bold;
  text-align: center;
}
.topBannerRow .topBannerInner .kvRow {
  margin: 0px -5.6% 0px;
}
.topBannerRow .topBannerInner .coin {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.topBannerRow .topBannerInner .coin01 {
  z-index: 15;
}
.topBannerRow .topBannerInner .coin02 {
  z-index: 10;
}
.topBannerRow .topBannerInner .coin03 {
  z-index: 5;
}
.topBannerRow .topBannerInner .arrow01 {
  display: inline-block;
  width: 5vw;
  position: relative;
  padding-right: 0px;
  top: 0.15vw;
  height: auto;
  margin-left: 1vw;
}
@media screen and (max-width: 1024px) {
  .topBannerRow .topBannerInner .arrow01 {
    /*top: 15px;*/
  }
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .arrow01 {
    /*top: 15px;*/
  }
}

/* topBannerRow setting
************************/
/* overviewRow setting
************************/
.overviewRow .sectionTopInner {
  padding: 100px 0px 0px;
  background: url(../images/overview/img-overview-desktop-bg.jpg) repeat bottom;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .overviewRow .sectionTopInner {
    padding: 80px 0px 0px;
  }
}
@media screen and (max-width: 500px) {
  .overviewRow .sectionTopInner {
    padding: 50px 0px 0px;
  }
}
.overviewRow .sectionTopInner .bigTitRow {
  display: flex;
  justify-content: center;
}
.overviewRow .sectionTopInner .bigTitRow h1 {
  display: inline-block;
  max-width: 90%;
  margin: 0px auto 50px;
  font-size: var(--overview-bigtit-fs);
  color: #000000;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .overviewRow .sectionTopInner .bigTitRow h1 {
    margin: 0px auto 30px;
  }
}
.overviewRow .sectionTopInner .titRow {
  display: flex;
  justify-content: center;
}
.overviewRow .sectionTopInner .titRow h2 {
  display: inline-block;
  max-width: 90%;
  margin: 0px auto;
  font-size: var(--overview-tit-fs);
  color: #ffffff;
  font-weight: bold;
  background: #B11F24;
  background: linear-gradient(180deg, rgb(177, 31, 36) 0%, rgb(89, 16, 18) 100%);
  border-radius: 150px;
  padding: 15px 60px 20px 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .overviewRow .sectionTopInner .titRow h2 {
    max-width: 90%;
    padding: 15px 40px 20px 40px;
  }
}
@media screen and (max-width: 500px) {
  .overviewRow .sectionTopInner .titRow h2 {
    padding: 15px 20px 20px 20px;
  }
}
.overviewRow .sectionTopInner .titRow h2 span {
  font-size: var(--overview-tit-bigNum-fs);
  font-weight: bold;
}
.overviewRow .sectionTopInner .titRow h2 span.percentage {
  font-size: var(--overview-tit-percent-fs);
}
.overviewRow .sectionTopInner .titRow h2 sup {
  font-size: 50%;
  font-weight: bold;
  position: relative;
  vertical-align: super;
  top: -5px;
}
.overviewRow .sectionTopInner .titRow h2.ch {
  letter-spacing: 3px;
}
.overviewRow .sectionTopInner .stitRow {
  display: flex;
  justify-content: center;
  margin: 0px auto 50px;
}
@media screen and (max-width: 768px) {
  .overviewRow .sectionTopInner .stitRow {
    margin: 0px auto 30px;
  }
}
.overviewRow .sectionTopInner .stitRow h3 {
  display: inline-block;
  max-width: 90%;
  margin: 0px auto;
  font-size: var(--overview-stit-fs);
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.overviewRow .sectionTopInner .stitRow h3 span {
  font-size: var(--overview-tit-bigNum-fs);
}
.overviewRow .sectionTopInner .ptListingRow {
  display: flex;
  width: 76%;
  max-width: 1000px;
  justify-content: space-between;
  margin: 0px auto 50px;
}
@media screen and (max-width: 1024px) {
  .overviewRow .sectionTopInner .ptListingRow {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .overviewRow .sectionTopInner .ptListingRow {
    flex-wrap: wrap;
    margin: 0px auto 30px;
  }
}
@media screen and (max-width: 500px) {
  .overviewRow .sectionTopInner .ptListingRow {
    justify-content: center;
  }
}
.overviewRow .sectionTopInner .ptListingRow .ptItem {
  display: flex;
  font-size: var(--overview-pt-fs);
  color: #000000;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .overviewRow .sectionTopInner .ptListingRow .ptItem {
    margin-bottom: 5px;
  }
  .overviewRow .sectionTopInner .ptListingRow .ptItem:first-child {
    margin-right: 30px;
  }
  .overviewRow .sectionTopInner .ptListingRow .ptItem:last-child {
    margin-bottom: 0px;
  }
}
.overviewRow .sectionTopInner .ptListingRow .ptItem img {
  width: 32px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .overviewRow .sectionTopInner .ptListingRow .ptItem img {
    width: 24px;
    margin-right: 10px;
  }
}
.overviewRow .sectionKvInner {
  position: relative;
}
.overviewRow .sectionKvInner .point {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.overviewRow .sectionKvInner .remarksRow {
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .overviewRow .sectionKvInner .remarksRow {
    left: 5%;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .overviewRow .sectionKvInner .remarksRow {
    bottom: 10px;
  }
}
.overviewRow .sectionKvInner .remarksRow p {
  font-size: var(--overview-remarks-fs);
  color: #000000;
}

/* overviewRow setting
************************/
/* etfDetailsRow Setting
************************/
.etfDetailsRow {
  background: #F0F0F0;
  padding: 80px 0px;
}
@media screen and (max-width: 500px) {
  .etfDetailsRow {
    padding: 50px 0px;
  }
}
.etfDetailsRow .sectionInner {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0px auto;
  width: var(--wrapper-width);
}
.etfDetailsRow .sectionInner .etfCode {
  color: #A98745;
  font-size: var(--etf-Details-Code-fs);
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1 !important;
  margin-bottom: 15px;
}
.etfDetailsRow .sectionInner .etfName {
  color: #3B2314;
  font-size: var(--etf-Details-Name-fs);
  font-weight: bold;
  margin-bottom: 30px;
}
.etfDetailsRow .sectionInner .etfDetailsInfoRow {
  border-top: 1px solid #3B2314;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .etfDetailsRow .sectionInner .etfDetailsInfoRow {
    margin-bottom: 30px;
  }
}
.etfDetailsRow .sectionInner .etfDetailsInfoRow dl {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #3B2314;
}
.etfDetailsRow .sectionInner .etfDetailsInfoRow dl:last-child {
  border-bottom: 2px solid #3B2314;
}
@media screen and (max-width: 500px) {
  .etfDetailsRow .sectionInner .etfDetailsInfoRow dl {
    flex-wrap: wrap;
  }
}
.etfDetailsRow .sectionInner .etfDetailsInfoRow dl dt {
  width: 300px;
  padding: 15px 0px;
  color: #000000;
  font-size: var(--etf-Details-Info-Tit-fs);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .etfDetailsRow .sectionInner .etfDetailsInfoRow dl dt {
    width: 300px;
    padding: 15px 20px 15px 0px;
  }
}
@media screen and (max-width: 500px) {
  .etfDetailsRow .sectionInner .etfDetailsInfoRow dl dt {
    width: 100%;
    padding: 15px 20px 5px 0px;
  }
}
.etfDetailsRow .sectionInner .etfDetailsInfoRow dl dd {
  padding: 15px 0px;
  font-size: var(--etf-Details-Info-Desc-fs);
  font-weight: 300;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .etfDetailsRow .sectionInner .etfDetailsInfoRow dl dd {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 500px) {
  .etfDetailsRow .sectionInner .etfDetailsInfoRow dl dd {
    width: 100%;
    padding: 0px 0px 15px 0px;
  }
}
.etfDetailsRow .sectionInner .etfDetailsInfoRow dl:nth-child(odd) {
  background: rgba(211, 215, 217, 0.2);
}
.etfDetailsRow .sectionInner .remarksRow {
  width: 100%;
}
.etfDetailsRow .sectionInner .remarksRow p {
  font-size: var(--etf-Details-remarks-fs);
  color: #000000;
}
.etfDetailsRow .sectionInner .btnProduct {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  animation: btnCTAAni 2s infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  .etfDetailsRow .sectionInner .btnProduct {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 500px) {
  .etfDetailsRow .sectionInner .btnProduct {
    margin-bottom: 50px;
  }
}
.etfDetailsRow .sectionInner .btnProduct a {
  display: inline-flex;
  background: rgb(169, 135, 69);
  background: linear-gradient(90deg, rgb(169, 135, 69) 0%, rgb(137, 106, 55) 87%, rgb(97, 71, 35) 100%);
  color: #ffffff;
  padding: 14px 50px;
  border-radius: 60px;
  align-items: center;
  font-size: var(--etf-Details-btn-Product-fs);
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .etfDetailsRow .sectionInner .btnProduct a {
    padding: 14px 30px;
  }
}
.etfDetailsRow .sectionInner .btnProduct a:after {
  display: inline-block;
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #ffffff;
  margin-left: 15px;
  animation: btnCTAArrowAni 1s infinite ease-in-out;
}

/* etfDetailsRow Setting
************************/
/* strategyRow Setting
************************/
.strategyRow {
  background: url(../images/cmn/img-pattern-bg.png) #F0F0F0 no-repeat bottom;
  padding: 100px 0px 120px;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .strategyRow {
    padding: 80px 0px 100px;
  }
}
@media screen and (max-width: 768px) {
  .strategyRow {
    padding: 50px 0px 80px;
  }
}
.strategyRow .sectionInner {
  max-width: 1200px;
  width: 90%;
  margin: 0px auto;
}
.strategyRow .sectionInner .titRow {
  display: flex;
  justify-content: center;
}
.strategyRow .sectionInner .titRow h3 {
  display: inline-block;
  max-width: 100%;
  margin: 0px auto 50px;
  font-size: var(--strategy-tit-fs);
  color: #ffffff;
  font-weight: bold;
  background: #B11F24;
  background: linear-gradient(180deg, rgb(177, 31, 36) 0%, rgb(89, 16, 18) 100%);
  border-radius: 150px;
  padding: 15px 60px 20px 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .strategyRow .sectionInner .titRow h3 {
    max-width: 100%;
    padding: 15px 40px 20px 40px;
  }
}
@media screen and (max-width: 500px) {
  .strategyRow .sectionInner .titRow h3 {
    padding: 15px 20px 20px 20px;
  }
}
.strategyRow .sectionInner .titRow h3.ch {
  letter-spacing: 3px;
}
.strategyRow .sectionInner .paraRow {
  max-width: 1040px;
  margin: 0px auto 50px;
}
.strategyRow .sectionInner .paraRow p {
  font-size: var(--strategy-para-fs);
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.strategyRow .sectionInner .chartRow {
  padding: 50px;
  margin-bottom: 30px;
  border-radius: 30px;
  background: #ffffff;
}
@media screen and (max-width: 500px) {
  .strategyRow .sectionInner .chartRow {
    padding: 30px;
  }
}
.strategyRow .sectionInner .chartRow .titRow {
  border-top: 1px solid #A98745;
  font-size: var(--strategy-chart-tit-fs);
  color: #000000;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
}
.strategyRow .sectionInner .chartRow .chartPicRow {
  margin-bottom: 30px;
}
.strategyRow .sectionInner .chartRow .remarksRow p {
  font-size: var(--strategy-remarks-fs);
  color: #000000;
}

/* strategyRow Setting
************************/
/* whyRow Setting
************************/
.whyRow {
  background: url(../images/why/img-bg.jpg) no-repeat top center;
  padding: 120px 0px 120px;
  background-size: 100% 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .whyRow {
    padding: 80px 0px 80px;
  }
}
@media screen and (max-width: 500px) {
  .whyRow {
    padding: 50px 0px 50px;
  }
}
.whyRow .sectionInner {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 60px;
  max-width: 1200px;
  width: 90%;
  margin: 0px auto;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .whyRow .sectionInner {
    padding: 50px;
  }
}
@media screen and (max-width: 500px) {
  .whyRow .sectionInner {
    padding: 30px 5%;
  }
}
.whyRow .sectionInner .titRow {
  display: flex;
  justify-content: center;
}
.whyRow .sectionInner .titRow h3 {
  display: inline-block;
  max-width: 90%;
  margin: 0px auto 50px;
  font-size: var(--why-reason-tit-fs);
  color: #ffffff;
  font-weight: bold;
  background: #B11F24;
  background: linear-gradient(180deg, rgb(177, 31, 36) 0%, rgb(89, 16, 18) 100%);
  border-radius: 150px;
  padding: 15px 60px 20px 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .whyRow .sectionInner .titRow h3 {
    max-width: 100%;
    padding: 15px 40px 20px 40px;
  }
}
@media screen and (max-width: 500px) {
  .whyRow .sectionInner .titRow h3 {
    padding: 15px 20px 20px 20px;
  }
}
.whyRow .sectionInner .titRow h3.ch {
  letter-spacing: 3px;
}
.whyRow .sectionInner .paraRow {
  margin: 0px auto 80px;
}
.whyRow .sectionInner .paraRow p {
  font-size: var(--why-reason-para-fs);
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.whyRow .sectionInner .reasonRow {
  position: relative;
  padding: 50px;
  border-radius: 30px;
  background: #ffffff;
  border: 3px solid #A98745;
  margin-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .whyRow .sectionInner .reasonRow {
    padding: 30px;
    margin-bottom: 50px;
  }
}
.whyRow .sectionInner .reasonRow:last-child {
  margin-bottom: 0px;
}
.whyRow .sectionInner .reasonRow .coin {
  position: absolute;
  top: -70px;
  right: -30px;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .whyRow .sectionInner .reasonRow .coin {
    right: -50px;
  }
}
@media screen and (max-width: 500px) {
  .whyRow .sectionInner .reasonRow .coin {
    top: -50px;
    width: 100px;
  }
}
.whyRow .sectionInner .reasonRow p {
  font-size: var(--why-reason-fs);
  color: #000000;
  font-weight: 500;
}

/* whyRow Setting
************************/
/* newIndexRow Setting
************************/
.newIndexRow {
  padding: 100px 0px 0px;
}
@media screen and (max-width: 768px) {
  .newIndexRow {
    padding: 80px 0px 0px;
  }
}
@media screen and (max-width: 500px) {
  .newIndexRow {
    padding: 50px 0px 0px;
  }
}
.newIndexRow .sectionInner {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
}
.newIndexRow .sectionInner .titRow {
  display: flex;
  justify-content: center;
}
.newIndexRow .sectionInner .titRow h3 {
  display: inline-block;
  max-width: 90%;
  margin: 0px auto 50px;
  font-size: var(--new-index-tit-fs);
  color: #ffffff;
  font-weight: bold;
  background: #B11F24;
  background: linear-gradient(180deg, rgb(177, 31, 36) 0%, rgb(89, 16, 18) 100%);
  border-radius: 150px;
  padding: 15px 60px 20px 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .newIndexRow .sectionInner .titRow h3 {
    max-width: 100%;
    padding: 15px 40px 20px 40px;
  }
}
@media screen and (max-width: 500px) {
  .newIndexRow .sectionInner .titRow h3 {
    padding: 15px 20px 20px 20px;
  }
}
.newIndexRow .sectionInner .titRow h3.ch {
  letter-spacing: 3px;
}
.newIndexRow .sectionInner .paraRow {
  max-width: 1040px;
  margin: 0px auto 50px;
}
.newIndexRow .sectionInner .paraRow p {
  font-size: var(--new-index-para-fs);
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.newIndexRow .pointDescRow .pointLeadinRow {
  padding: 80px 0px;
  background: #EBEBEB;
  background: linear-gradient(90deg, rgb(235, 235, 235) 0%, rgb(234, 234, 234) 40%, rgb(170, 170, 170) 100%);
}
@media screen and (max-width: 768px) {
  .newIndexRow .pointDescRow .pointLeadinRow {
    padding: 50px 0px;
  }
}
.newIndexRow .pointDescRow .pointLeadinRow .pointLeadinInner {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
}
@media screen and (max-width: 500px) {
  .newIndexRow .pointDescRow .pointLeadinRow .pointLeadinInner {
    flex-direction: column;
  }
}
.newIndexRow .pointDescRow .pointLeadinRow .pointLeadinInner .bigPt {
  font-size: var(--new-index-big-Pt-fs);
  color: #000000;
  line-height: 1 !important;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .newIndexRow .pointDescRow .pointLeadinRow .pointLeadinInner .bigPt {
    margin-bottom: 5px;
  }
}
.newIndexRow .pointDescRow .pointLeadinRow .pointLeadinInner dl {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .newIndexRow .pointDescRow .pointLeadinRow .pointLeadinInner dl {
    margin-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .newIndexRow .pointDescRow .pointLeadinRow .pointLeadinInner dl {
    margin-left: 0px;
  }
}
.newIndexRow .pointDescRow .pointLeadinRow .pointLeadinInner dl dt {
  font-size: var(--new-index-tit-fs);
  color: #A98745;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .newIndexRow .pointDescRow .pointLeadinRow .pointLeadinInner dl dt {
    margin-bottom: 15px;
  }
}
.newIndexRow .pointDescRow .pointLeadinRow .pointLeadinInner dl dd {
  font-size: var(--new-index-desc-fs);
  color: #000000;
}
.newIndexRow .pointDescRow .pointChartRow {
  background: #ffffff;
  padding: 80px 0px;
}
@media screen and (max-width: 500px) {
  .newIndexRow .pointDescRow .pointChartRow {
    padding: 50px 0px;
  }
}
.newIndexRow .pointDescRow .pointChartRow .pointChartInner {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
}
.newIndexRow .pointDescRow .pointChartRow .pointChartInner .titRow {
  border-top: 1px solid #A98745;
  font-size: var(--new-index-chart-tit-fs);
  color: #000000;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 80px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .newIndexRow .pointDescRow .pointChartRow .pointChartInner .titRow {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .newIndexRow .pointDescRow .pointChartRow .pointChartInner .titRow {
    margin-bottom: 30px;
  }
}
.newIndexRow .pointDescRow .pointChartRow .pointChartInner .chartPicRow {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .newIndexRow .pointDescRow .pointChartRow .pointChartInner .chartPicRow {
    margin-bottom: 0px;
  }
}
.newIndexRow .pointDescRow .pointChartRow .pointChartInner .chartPicRow.twoCol {
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .newIndexRow .pointDescRow .pointChartRow .pointChartInner .chartPicRow.twoCol {
    flex-direction: column;
  }
}
.newIndexRow .pointDescRow .pointChartRow .pointChartInner .chartPicRow picture {
  margin-bottom: 60px;
}
.newIndexRow .pointDescRow .pointChartRow .pointChartInner .chartPicRow picture:last-child {
  margin-bottom: 20px;
}
.newIndexRow .pointDescRow .pointChartRow .pointChartInner .chartPicRow dl {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .newIndexRow .pointDescRow .pointChartRow .pointChartInner .chartPicRow dl {
    width: 100%;
    margin: 0px auto 30px;
  }
}
@media screen and (max-width: 500px) {
  .newIndexRow .pointDescRow .pointChartRow .pointChartInner .chartPicRow dl:last-child {
    margin: 0px auto 15px;
  }
}
.newIndexRow .pointDescRow .pointChartRow .pointChartInner .chartPicRow dl dt {
  text-align: center;
  margin-bottom: 30px;
  font-size: var(--new-index-chart-stit-fs);
  color: #000000;
}
.newIndexRow .pointDescRow .pointChartRow .pointChartInner .remarksRow p {
  font-size: var(--new-index-remarks-fs);
  color: #000000;
}

/* whyRow Setting
************************/
/* indexFlowRow Setting
************************/
.indexFlowRow {
  background: url(../images/cmn/img-pattern-bg.png) #F0F0F0 no-repeat bottom;
  background-size: 100%;
  padding: 100px 0px 100px;
}
@media screen and (max-width: 768px) {
  .indexFlowRow {
    padding: 80px 0px 80px;
  }
}
@media screen and (max-width: 500px) {
  .indexFlowRow {
    padding: 50px 0px 50px;
  }
}
.indexFlowRow .sectionInner {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
}
.indexFlowRow .sectionInner .titRow {
  display: flex;
  justify-content: center;
}
.indexFlowRow .sectionInner .titRow h3 {
  display: inline-block;
  max-width: 90%;
  margin: 0px auto 50px;
  font-size: var(--new-index-tit-fs);
  color: #ffffff;
  font-weight: bold;
  background: #B11F24;
  background: linear-gradient(180deg, rgb(177, 31, 36) 0%, rgb(89, 16, 18) 100%);
  border-radius: 150px;
  padding: 15px 60px 20px 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .indexFlowRow .sectionInner .titRow h3 {
    max-width: 100%;
    padding: 15px 40px 20px 40px;
  }
}
@media screen and (max-width: 500px) {
  .indexFlowRow .sectionInner .titRow h3 {
    padding: 15px 20px 20px 20px;
  }
}
.indexFlowRow .sectionInner .titRow h3.ch {
  letter-spacing: 3px;
}
.indexFlowRow .sectionInner .paraRow {
  max-width: 1040px;
  margin: 0px auto 100px;
}
@media screen and (max-width: 768px) {
  .indexFlowRow .sectionInner .paraRow {
    margin: 0px auto 80px;
  }
}
@media screen and (max-width: 500px) {
  .indexFlowRow .sectionInner .paraRow {
    margin: 0px auto 50px;
  }
}
.indexFlowRow .sectionInner .paraRow p {
  font-size: var(--new-index-para-fs);
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.indexFlowRow .sectionInner .flowChartPicRow {
  margin: 0px auto 100px;
}
@media screen and (max-width: 768px) {
  .indexFlowRow .sectionInner .flowChartPicRow {
    margin: 0px auto 80px;
  }
}
@media screen and (max-width: 768px) {
  .indexFlowRow .sectionInner .flowChartPicRow {
    margin: 0px auto 50px;
  }
}
.indexFlowRow .sectionInner .detailChartPicRow {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 60px;
  max-width: 1200px;
  margin: 0px auto;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .indexFlowRow .sectionInner .detailChartPicRow {
    border-radius: 40px;
    padding: 50px;
  }
}
@media screen and (max-width: 500px) {
  .indexFlowRow .sectionInner .detailChartPicRow {
    border-radius: 30px;
    padding: 30px;
  }
}

/* indexFlowRow Setting
************************/
/* indexDetailsRow Setting
************************/
.indexDetailsRow {
  background: url(../images/cmn/img-pattern-bg.png) #ffffff no-repeat bottom;
  background-size: 100%;
  padding: 100px 0px 350px;
}
@media screen and (max-width: 1024px) {
  .indexDetailsRow {
    padding: 100px 0px 250px;
  }
}
@media screen and (max-width: 768px) {
  .indexDetailsRow {
    padding: 80px 0px 180px;
  }
}
@media screen and (max-width: 500px) {
  .indexDetailsRow {
    padding: 50px 0px 100px;
  }
}
.indexDetailsRow .sectionInner {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
}
.indexDetailsRow .sectionInner .indexDetailsTbl {
  margin-bottom: 50px;
}
.indexDetailsRow .sectionInner .indexDetailsTbl:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 500px) {
  .indexDetailsRow .sectionInner .indexDetailsTbl {
    margin-bottom: 40px;
  }
}
.indexDetailsRow .sectionInner .indexDetailsTbl h4 {
  color: #A98745;
  font-size: var(--indexDetails-tit-fs);
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .indexDetailsRow .sectionInner .indexDetailsTbl h4 {
    margin-bottom: 20px;
  }
}
.indexDetailsRow .sectionInner .indexDetailsTbl .etfCode {
  color: #A98745;
  font-size: var(--indexDetails-Code-fs);
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1 !important;
  margin-bottom: 15px;
}
.indexDetailsRow .sectionInner .indexDetailsTbl .etfName {
  color: #3B2314;
  font-size: var(--indexDetails-Name-fs);
  font-weight: bold;
  margin-bottom: 30px;
}
.indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow {
  border-top: 1px solid #3B2314;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow {
    margin-bottom: 10px;
  }
}
.indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow dl {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #3B2314;
}
.indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow dl:last-child {
  border-bottom: 2px solid #3B2314;
}
@media screen and (max-width: 500px) {
  .indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow dl {
    flex-wrap: wrap;
  }
}
.indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow dl dt {
  width: 300px;
  padding: 15px 0px;
  color: #000000;
  font-size: var(--indexDetails-Info-Tit-fs);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow dl dt {
    width: 250px;
    padding: 15px 20px 15px 0px;
  }
}
@media screen and (max-width: 500px) {
  .indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow dl dt {
    width: 100%;
    padding: 15px 20px 5px 0px;
  }
}
.indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow dl dd {
  padding: 15px 0px;
  font-size: var(--indexDetails-Info-Desc-fs);
  font-weight: 300;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow dl dd {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 500px) {
  .indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow dl dd {
    width: 100%;
    padding: 0px 0px 15px 0px;
  }
}
.indexDetailsRow .sectionInner .indexDetailsTbl .etfDetailsInfoRow dl:nth-child(odd) {
  background: rgba(211, 215, 217, 0.2);
}
.indexDetailsRow .sectionInner .indexDetailsTbl .remarksRow {
  width: 100%;
}
.indexDetailsRow .sectionInner .indexDetailsTbl .remarksRow p {
  font-size: var(--indexDetails-remarks-fs);
  color: #000000;
}

/* indexDetailsRow Setting
************************/
/* cmnAboutAMCRow setting
************************/
.cmnAboutAMCRow {
  position: relative;
  padding: 140px 0px;
  background: rgb(120, 120, 120);
  background: linear-gradient(0deg, rgba(120, 120, 120, 0) 80%, rgba(120, 120, 120, 0.44) 100%);
}
@media screen and (max-width: 1024px) {
  .cmnAboutAMCRow {
    padding: 100px 0px;
  }
}
@media screen and (max-width: 768px) {
  .cmnAboutAMCRow {
    padding: 70px 0px;
  }
}
@media screen and (max-width: 500px) {
  .cmnAboutAMCRow {
    padding: 40px 0px;
  }
}
.cmnAboutAMCRow .bgPattern {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30%;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .cmnAboutAMCRow .bgPattern {
    width: 50%;
  }
}
.cmnAboutAMCRow.globalETF .bgPattern {
  left: 0px;
}
.cmnAboutAMCRow .cmnAboutAMCInner {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0px auto;
  width: var(--wrapper-width);
}
.cmnAboutAMCRow .cmnAboutAMCInner h3 {
  font-size: var(--section-tit-fs);
  line-height: 1.2 !important;
  font-weight: bold;
  width: 100%;
  color: #A89255;
  text-align: left;
  margin-bottom: 40px;
}
.cmnAboutAMCRow .cmnAboutAMCInner .paraRow {
  margin-bottom: 50px;
}
.cmnAboutAMCRow .cmnAboutAMCInner .paraRow:last-child {
  margin-bottom: 0px;
}
.cmnAboutAMCRow .cmnAboutAMCInner .paraRow p {
  font-size: var(--cmn-about-para-fs);
  color: #3B2314;
  text-align: left;
}
.cmnAboutAMCRow .cmnAboutAMCInner .chartRow {
  position: relative;
}
.cmnAboutAMCRow .cmnAboutAMCInner .chartRow > img {
  position: relative;
  z-index: 20;
}
.cmnAboutAMCRow .cmnAboutAMCInner .chartRow .part {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.cmnAboutAMCRow .cmnAboutAMCInner .chartRow .part.part01 {
  z-index: 16;
}
.cmnAboutAMCRow .cmnAboutAMCInner .chartRow .part.part02 {
  z-index: 15;
}
.cmnAboutAMCRow .cmnAboutAMCInner .chartRow .part.part03 {
  z-index: 14;
}
.cmnAboutAMCRow .cmnAboutAMCInner .chartRow .part.part04 {
  z-index: 13;
}
.cmnAboutAMCRow .cmnAboutAMCInner .chartRow .part.part05 {
  z-index: 12;
}
.cmnAboutAMCRow .cmnAboutAMCInner .chartRow .part.part06 {
  z-index: 11;
}

/* cmnAboutAMCRow setting
************************/
/* AMCProductRow setting
************************/
.AMCProductRow {
  overflow: hidden;
}
.AMCProductRow h5 {
  color: #ffffff;
  font-size: var(--section-tit-fs);
  line-height: 1.2 !important;
  font-weight: bold;
  margin-bottom: 50px;
}
.AMCProductRow .stitRow {
  color: #ffffff;
  font-size: var(--product-sub-tit-fs);
  font-weight: bold;
  margin-bottom: 50px;
}
.AMCProductRow .AMCProductInner {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0px auto;
  width: var(--wrapper-width);
}
.AMCProductRow .AMCProductInner .productlisting {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .AMCProductRow .AMCProductInner .productlisting {
    margin-right: -5%;
  }
}
@media screen and (max-width: 500px) {
  .AMCProductRow .AMCProductInner .productlisting {
    justify-content: space-between;
    margin-right: -15%;
  }
}
.AMCProductRow .AMCProductInner .productlisting a {
  display: inline-block;
  width: 24%;
  margin: 0px 0% 30px 0px;
  padding-right: 1%;
}
@media screen and (max-width: 768px) {
  .AMCProductRow .AMCProductInner .productlisting a {
    width: 32.5%;
    margin-right: 0.8%;
  }
}
@media screen and (max-width: 500px) {
  .AMCProductRow .AMCProductInner .productlisting a {
    width: 49.5%;
    padding-right: 5%;
    margin-right: 0.5%;
  }
}
.AMCProductRow .AMCProductInner .productlisting a dl {
  display: inline-flex;
  flex-direction: column;
  min-width: 170px;
}
@media screen and (max-width: 768px) {
  .AMCProductRow .AMCProductInner .productlisting a dl {
    min-width: 160px;
  }
}
.AMCProductRow .AMCProductInner .productlisting a dl dt {
  color: #ffffff;
  font-size: var(--product-Code-fs);
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1 !important;
  margin-bottom: 10px;
}
.AMCProductRow .AMCProductInner .productlisting a dl dd {
  position: relative;
  color: #ffffff;
  font-size: var(--product-Name-fs);
}
.AMCProductRow .AMCProductInner .productlisting a dl dd .arrow {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 500px) {
  .AMCProductRow .AMCProductInner .productlisting a dl dd .arrow {
    right: -5px;
  }
}
.AMCProductRow .part {
  padding: 80px 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .AMCProductRow .part {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 500px) {
  .AMCProductRow .part {
    padding: 40px 0px;
  }
}
.AMCProductRow .part01 {
  background: #931B1E;
}
.AMCProductRow .part02 {
  background: #1C416C;
}
.AMCProductRow .part03 {
  background: #D6D6D6;
}
.AMCProductRow .part03 .stitRow {
  color: #1C416C;
}
.AMCProductRow .part03 .productlisting a dl dt,
.AMCProductRow .part03 .productlisting a dl dd {
  color: #1C416C;
}
.AMCProductRow .part04 {
  background: #ffffff;
}
.AMCProductRow .part04 .stitRow {
  color: #1C416C;
}
.AMCProductRow .part04 .productlisting a dl dt,
.AMCProductRow .part04 .productlisting a dl dd {
  color: #1C416C;
}

/* AMCProductRow setting
************************/
/* aboutAMCRow setting
************************/
.aboutAMCRow {
  position: relative;
  background: url(../images/about-amc/img-bg.webp) no-repeat top center;
  background-size: cover;
  padding: 80px 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .aboutAMCRow {
    background: url(../images/about-amc/img-bg-m.webp) no-repeat top center;
    padding: 60px 0px;
    background-size: cover;
  }
}
.aboutAMCRow .bgPattern {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 30%;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .aboutAMCRow .bgPattern {
    width: 50%;
  }
}
.aboutAMCRow .aboutAMCInner {
  padding: 50px 0px;
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0px auto;
  width: var(--wrapper-width);
}
@media screen and (max-width: 500px) {
  .aboutAMCRow .aboutAMCInner {
    padding: 30px 0%;
    width: 92%;
  }
}
.aboutAMCRow .aboutAMCInner .titRow {
  font-size: var(--about-tit-fs);
  font-weight: bold;
  margin-bottom: 50px;
  color: #ffffff;
  text-align: left;
  line-height: 1.25 !important;
}
@media screen and (max-width: 500px) {
  .aboutAMCRow .aboutAMCInner .titRow {
    text-align: center;
    margin-bottom: 30px;
  }
}
.aboutAMCRow .aboutAMCInner .detailInfoRow .subTitRow {
  font-size: var(--about-subtit-fs);
  color: #ffffff;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .aboutAMCRow .aboutAMCInner .detailInfoRow .subTitRow {
    text-align: center;
    margin-bottom: 30px;
  }
}
.aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup .col {
  margin-right: 8%;
}
@media screen and (max-width: 500px) {
  .aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup .col {
    width: 100%;
    margin-right: 0%;
    margin: 0px 0px 30px;
  }
}
.aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup .col dl dt {
  font-size: var(--about-info-tit-fs);
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #ffffff;
  text-align: left;
  line-height: 1 !important;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup .col dl dt {
    text-align: center;
  }
}
.aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup .col dl dt span {
  font-size: var(--about-info-tit-min-fs);
  color: #ffffff;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup .col dl dt span {
    text-align: center;
  }
}
.aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup .col dl dd {
  font-size: var(--about-info-desc-fs);
  color: #ffffff;
  text-align: left;
  line-height: 1.35 !important;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup .col dl dd {
    text-align: center;
  }
}
.aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup .col:last-child {
  margin-right: 0px;
}
.aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup .col.btmRow .infoColGroup {
  flex-wrap: wrap;
}
.aboutAMCRow .aboutAMCInner .detailInfoRow .infoColGroup .col.btmRow .infoColGroup .col {
  width: 100%;
  margin: 0px 1.5% 30px;
}
.aboutAMCRow .aboutAMCInner .detailRemarksRow {
  font-size: var(--about-remarks-fs);
  color: #ffffff;
  text-align: left;
}

/* aboutAMCRow setting
************************//*# sourceMappingURL=sharestyles.css.map */