@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;1,600&display=swap");
@import url("header.css");
@import url("footer.css");
/*@font-face {
  font-family: 'Chiffon';
  src: url('/catalog/view/theme/default/image/cmpgroup/fonts/ChiffonRegular.woff') format('woff'),
    url('/catalog/view/theme/default/image/cmpgroup/fonts/ChiffonRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chiffon';
  src: url('/catalog/view/theme/default/image/cmpgroup/fonts/ChiffonItalic.woff') format('woff'),
    url('/catalog/view/theme/default/image/cmpgroup/fonts/ChiffonItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}*/
:root {
  --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;
  --fonts64: 64px;
  --fonts65: 65px;
  --fonts68: 68px;
  --fonts74: 74px;
  --fonts78: 78px;
  --fonts86: 86px;
  --fonts92: 92px;
  --fonts100: 100px;
  --fonts120: 120px;
  --fonts140: 140px;
  --fonts150: 150px;
  --fonts180: 180px;
}

* {
  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.98);
  }
  to {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes btnAni {
  from {
    left: -80%;
    top: -500%;
  }
  to {
    left: 125%;
    top: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0px;
  padding: 0px;
}

strong {
  font-weight: 700 !important;
}

nobr {
  display: inline-block;
  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: 1024px) {
  .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;
  }
}

body {
  background: #000000;
  transition: padding-top 0.35 ease-in-out;
}
body.navFixed {
  padding-top: 187px;
}
@media screen and (max-width: 1024px) {
  body.navFixed {
    padding-top: 167px;
  }
}
@media screen and (max-width: 768px) {
  body.navFixed {
    padding-top: 86px;
  }
}
@media screen and (max-width: 500px) {
  body.navFixed {
    padding-top: 75px;
  }
}
body.engPage.navFixed {
  padding-top: 194px;
}
@media screen and (max-width: 1024px) {
  body.engPage.navFixed {
    padding-top: 177px;
  }
}
@media screen and (max-width: 768px) {
  body.engPage.navFixed {
    padding-top: 77px;
  }
}
@media screen and (max-width: 500px) {
  body.engPage.navFixed {
    padding-top: 68px;
  }
}

/* topBannerRow setting
************************/
.topBannerRow .topBannerInner {
  padding: 100px 5% 0px;
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner {
    padding: 60px 5% 0px;
  }
}
.topBannerRow .topBannerInner h1 {
  position: relative;
  z-index: 15;
  font-size: var(--tb-headline-fs);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.topBannerRow .topBannerInner h1 span {
  color: #B89560;
  font-weight: bold;
}
.topBannerRow .topBannerInner h2 {
  position: relative;
  z-index: 10;
  font-size: var(--tb-slogan-fs);
  color: #A89255;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.topBannerRow .topBannerInner .starter {
  width: 80%;
  max-width: 580px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .topBannerRow .topBannerInner .starter {
    width: 90%;
  }
}
.topBannerRow .topBannerInner .cryptoRow {
  position: relative;
  z-index: 50;
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0px auto -21vw;
}
@media screen and (max-width: 768px) {
  .topBannerRow .topBannerInner .cryptoRow {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .cryptoRow {
    width: 90%;
    flex-wrap: wrap;
  }
}
.topBannerRow .topBannerInner .cryptoRow .cryptoItem {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .cryptoRow .cryptoItem {
    width: 100%;
  }
}
.topBannerRow .topBannerInner .cryptoRow .cryptoItem span {
  position: absolute;
  font-size: var(--tb-crypto-tit-fs);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.topBannerRow .topBannerInner .kvRow {
  position: relative;
  z-index: 5;
  margin: 0px -5.6% -11vw;
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .kvRow {
    margin-bottom: -50px;
    margin: 0px -5.5% -50px;
  }
}
.topBannerRow .topBannerInner .etfDetailsRow {
  position: relative;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0px auto 100px;
}
@media screen and (max-width: 1024px) {
  .topBannerRow .topBannerInner .etfDetailsRow {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .topBannerRow .topBannerInner .etfDetailsRow {
    flex-wrap: wrap;
    margin: 0px auto 50px;
  }
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .etfDetailsRow {
    width: 90%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px auto 50px;
  }
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol {
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol {
    width: 100%;
    margin: 0px auto 50px;
  }
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol {
    margin: 0px auto 50px;
  }
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfCode {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #B89560;
  text-align: left;
  font-size: var(--tb-etf-code-fs);
  line-height: 1 !important;
  margin-bottom: 8px;
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfCode {
    text-align: center;
  }
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfName {
  color: #B89560;
  text-align: left;
  font-size: var(--tb-etf-name-fs);
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.2 !important;
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfName {
    text-align: center;
  }
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .counterCode {
  color: #B89560;
  text-align: left;
  font-size: var(--tb-counter-code-fs);
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .counterCode {
    text-align: center;
  }
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px solid #ffffff;
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfContentRow {
  padding: 50px 0px;
}
@media screen and (max-width: 768px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfContentRow {
    padding: 40px 0px;
  }
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfContentRow dl {
  margin: 0px;
  padding: 10px 0px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfContentRow dl {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfContentRow dl {
    flex-wrap: nowrap;
  }
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfContentRow dl dt {
  color: #B89560;
  text-align: left;
  font-size: var(--tb-etf-content-fs);
  font-weight: bold;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  flex-basis: 180px;
}
@media screen and (max-width: 1024px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfContentRow dl dt {
    width: 100%;
    margin-bottom: 5px;
    flex-basis: auto;
  }
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfContentRow dl dt {
    width: auto;
    flex-basis: 120px;
  }
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfContentRow dl dd {
  color: #ffffff;
  text-align: left;
  font-size: var(--tb-etf-content-fs);
}
@media screen and (max-width: 1024px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .etfContentRow dl dd {
    width: 100%;
  }
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .btnCta {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .btnCta {
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .btnCta {
    padding-top: 50px;
  }
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .btnCta a {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  width: 90%;
  max-width: 320px;
  background: #B89560;
  font-size: var(--tb-etf-content-cta-fs);
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .btnCta a {
    min-width: 240px;
  }
}
@media screen and (max-width: 500px) {
  .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .btnCta a {
    min-width: 100%;
  }
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol .btnCta a:before {
  content: "";
  display: block;
  width: 70px;
  height: 500px;
  position: absolute;
  transform: rotate(45deg);
  top: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  transition: all 5s ease-in-out;
  animation: btnAni 5s ease-in-out infinite;
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol.ethTbl .etfCode, .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol.ethTbl .etfName, .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol.ethTbl .counterCode, .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol.ethTbl .etfContentRow dl dt {
  color: #BCBCBC;
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol.ethTbl .btnCta a {
  background: #9D9D9D;
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol.solTbl .etfCode, .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol.solTbl .etfName, .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol.solTbl .counterCode, .topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol.solTbl .etfContentRow dl dt {
  color: #BDC5CE;
}
.topBannerRow .topBannerInner .etfDetailsRow .etfDetailsCol.solTbl .btnCta a {
  background: #ACBBCC;
}

/* topBannerRow setting
************************/
/* moreAboutCryptoRow setting
************************/
.moreAboutCryptoRow {
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.moreAboutCryptoRow .videoBg {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 15%;
  padding-top: 56.25%;
  transform: translateY(-50%);
  /*&.video02 {
    display: none;

    @media screen and (max-width:500px) {
      display: block;
      top: 65%;
    }
  }*/
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .videoBg {
    top: 25%;
  }
}
.moreAboutCryptoRow .videoBg video,
.moreAboutCryptoRow .videoBg #example_video_1 {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .videoBg video,
  .moreAboutCryptoRow .videoBg #example_video_1 {
    width: 160% !important;
    height: 160% !important;
  }
}
.moreAboutCryptoRow .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0%;
  transform: translateY(0%);
}
.moreAboutCryptoRow .aboutCryptoInfoGroup {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin: 0px auto;
  padding: 50px 5%;
  background: rgba(0, 0, 0, 0.78);
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup {
    padding: 30px 5%;
  }
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow {
  margin: 0px auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow {
    margin: 0px auto 50px;
  }
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow {
    margin: 0px auto 30px;
    flex-wrap: wrap;
  }
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .tmbCol {
  width: 300px;
  transition: all 3s ease-in-out;
  animation: coinAni 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 1024px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .tmbCol {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .tmbCol {
    width: 20%;
  }
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .tmbCol {
    width: 90%;
    margin: 0px auto 30px;
  }
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .tmbCol img {
  width: 100%;
  transform: scale(1.1) translateX(-10%);
}
@media screen and (max-width: 1024px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .tmbCol img {
    transform: scale(1.1) translateX(-5%);
  }
}
@media screen and (max-width: 768px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .tmbCol img {
    transform: scale(1.2) translateX(0%);
  }
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .tmbCol img {
    width: 100%;
    transform: scale(1) translateX(0%);
  }
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol {
  width: calc(100% - 300px);
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol {
    width: 80%;
    padding-left: 35px;
  }
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol {
    width: 100%;
    padding-left: 0px;
  }
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol .bigTitRow {
  font-size: var(--section-big-tit-fs);
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.2 !important;
  text-align: center;
  margin-bottom: 0px;
  text-align: left;
  color: #B89560;
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol .bigTitRow {
    text-align: center;
  }
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol .cryptoTit {
  position: relative;
  width: 70%;
  margin-left: -3%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol .cryptoTit {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol .cryptoTit {
    width: 100%;
    margin-left: 0%;
  }
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol .cryptoDesc {
  padding-right: 5%;
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol .cryptoDesc {
    padding-right: 0%;
  }
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol .cryptoDesc p {
  font-size: var(--more-about-crypto-desc-fs);
  color: #ffffff;
  margin-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol .cryptoDesc p {
    margin-bottom: 50px;
  }
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol .cryptoDesc .btnRow {
  width: 80%;
  max-width: 350px;
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow .descCol .cryptoDesc .btnRow {
    width: 100%;
    max-width: 500px;
  }
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow.ethRow .descCol .bigTitRow {
  color: #BCBCBC;
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoInfoRow.solRow .descCol .bigTitRow {
  color: #BDC5CE;
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow {
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 500px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow {
    margin-bottom: 50px;
  }
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow dl {
  margin-bottom: 30px;
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow dl dt {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow dl dt span {
  padding-top: 2px;
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow dl dt span {
    width: 25px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow dl dt span {
    padding-top: 4px;
    width: 16px;
  }
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow dl dt p {
  font-size: var(--more-about-crypto-detail-tit-fs);
  color: #B89560;
  font-weight: bold;
  width: calc(100% - 40px);
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow dl dd {
  font-size: var(--more-about-crypto-detail-desc-fs);
  color: #ffffff;
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow.ethRow dl dt > p {
  color: #BCBCBC;
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow.solRow {
  margin-bottom: 30px;
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .aboutCryptoDescRow.solRow dl dt > p {
  color: #BDC5CE;
}
.moreAboutCryptoRow .aboutCryptoInfoGroup .remarksRow {
  font-size: var(--more-about-crypto-remarks-fs);
  color: #ffffff;
}

/* moreAboutCryptoRow setting
************************/
/* CmnChart Setting
************************/
.cmnChartRow .chartTitRow {
  color: #ffffff;
  font-size: var(--why-chart-tit-fs);
  text-align: center;
  margin-bottom: 30px;
}
.cmnChartRow .chartPicRow {
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .cmnChartRow .chartPicRow {
    overflow: hidden;
    overflow-x: scroll;
  }
  .cmnChartRow .chartPicRow .chartPicInner {
    width: 150vw;
  }
}
.cmnChartRow .chartRemarksRow {
  color: #ffffff;
  font-size: var(--why-chart-remarks-fs);
}

/* CmnChart Setting
************************/
/* whyCryptoRow setting
************************/
.whyCryptoRow {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  /*margin-bottom: 80px;
  @media screen and (max-width:500px) {

  }

  @media screen and (max-width:500px) {
    padding-top: 50px;
    margin-bottom: 30px;
  }*/
  /*&::before {
    position: absolute;
    top: -30%;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 150%;
    background: url(../images/why/img-bg.webp) no-repeat top center;
    background-size: 100% 100%;
    z-index: 1;

    @media screen and (max-width:500px) {
          top: -10%;
          height: 100%;
          background: url(../images/why/img-bg-m.webp) no-repeat top center;
          background-size: 100% auto;
    }
  }*/
}
.whyCryptoRow .whyInner {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin: 0px auto;
  border-radius: 50px;
  background: rgb(168, 146, 85);
  background: linear-gradient(180deg, #5e522f 0%, rgba(0, 0, 0, 0.95) 230px);
  padding: 80px 50px;
}
@media screen and (max-width: 1024px) {
  .whyCryptoRow .whyInner {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  .whyCryptoRow .whyInner {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 500px) {
  .whyCryptoRow .whyInner {
    width: 90%;
    border-radius: 30px;
    background: rgb(168, 146, 85);
    background: linear-gradient(180deg, #5e522f 0%, rgb(0, 0, 0) 8%);
    padding: 30px 15px;
  }
}
.whyCryptoRow .whyInner .titRow {
  color: #ffffff;
  font-size: var(--section-big-tit-fs);
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.2 !important;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .whyCryptoRow .whyInner .titRow {
    margin-bottom: 30px;
  }
}
.whyCryptoRow .whyInner .titRow span {
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 500px) {
  .whyCryptoRow .whyInner .titRow span {
    display: inline-block;
  }
}
.whyCryptoRow .whyInner .stitRow {
  color: #B89560;
  font-size: var(--section-big-tit-fs);
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.2 !important;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .whyCryptoRow .whyInner .stitRow {
    margin-bottom: 30px;
  }
}
.whyCryptoRow .whyInner .paraRow p {
  color: #ffffff;
  font-size: var(--why-crypto-para-fs);
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .whyCryptoRow .whyInner .paraRow p {
    margin-bottom: 50px;
  }
}
.whyCryptoRow .whyInner .whyPointListing .whyItem {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .whyCryptoRow .whyInner .whyPointListing .whyItem {
    margin-bottom: 30px;
  }
}
.whyCryptoRow .whyInner .whyPointListing .whyItem .bigNum {
  color: #B89560;
  font-size: var(--why-crypto-point-list-bigNum-fs);
  line-height: 1;
  font-weight: bold;
}
.whyCryptoRow .whyInner .whyPointListing .whyItem dl {
  margin-bottom: 20px;
}
.whyCryptoRow .whyInner .whyPointListing .whyItem dl:last-child {
  margin-bottom: 0px;
}
.whyCryptoRow .whyInner .whyPointListing .whyItem dl dt {
  color: #ffffff;
  font-size: var(--why-crypto-point-list-tit-fs);
  font-weight: bold;
  margin-bottom: 15px;
}
.whyCryptoRow .whyInner .whyPointListing .whyItem dl dd {
  color: #ffffff;
  font-size: var(--why-crypto-point-list-desc-fs);
}
.whyCryptoRow .whyInner .whyPointListing .whyItem .chartRow {
  margin: 0px -2.5% 10px;
}
.whyCryptoRow .whyInner .whyPointListing .whyItem .paraRemarksRow {
  margin: 0px 0% auto;
  color: #BCBCBC;
  font-size: var(--why-crypto-point-list-remarks-fs);
}
.whyCryptoRow .whyInner .whyPointListing .whyItem .remarksRow {
  margin: 0px -2.5% auto;
  color: #BCBCBC;
  font-size: var(--why-crypto-point-list-remarks-fs);
}

/* whyCryptoRow setting
************************/
/* compareRow setting
************************/
.compareRow {
  position: relative;
  z-index: 3;
  margin-bottom: 80px;
  /*&::before {
    position: absolute;
    top: 22%;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 150%;
    background: url(../images/compare/img-bg.webp) no-repeat top center;
    background-size: 100% 100%;
    z-index: 1;

    @media screen and (max-width:500px) {
      top: -45%;
      width: 100%;
      height: 150%;
      background: url(../images/compare/img-bg-m.webp) no-repeat top center;
      background-size: 100% auto;
    }
  }*/
}
@media screen and (max-width: 768px) {
  .compareRow {
    margin-bottom: 50px;
  }
}
.compareRow .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0%;
  transform: translateY(0%);
}
.compareRow .bg02 {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0%;
  transform: translateY(0%);
}
@media screen and (max-width: 768px) {
  .compareRow {
    margin-bottom: 50px;
  }
}
.compareRow .compareInner {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin: 0px auto;
  border-radius: 50px;
  background: rgb(168, 146, 85);
  background: linear-gradient(180deg, #5e522f 0%, rgb(0, 0, 0) 250px);
  padding: 80px 50px;
}
@media screen and (max-width: 1024px) {
  .compareRow .compareInner {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  .compareRow .compareInner {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 500px) {
  .compareRow .compareInner {
    width: 90%;
    border-radius: 30px;
    background: rgb(168, 146, 85);
    background: linear-gradient(180deg, #5e522f 0%, rgb(0, 0, 0) 8%);
    padding: 30px 15px;
  }
}
.compareRow .compareInner .titRow {
  font-size: var(--section-big-tit-fs);
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.2 !important;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .compareRow .compareInner .titRow {
    margin-bottom: 30px;
  }
}
.compareRow .compareInner .btnComoparison {
  margin-bottom: 30px;
}
.compareRow .compareInner .btnComoparison a {
  display: block;
  max-width: 700px;
  margin: 0px auto;
}
.compareRow .compareInner .chart01Row {
  margin: 0px -2.5% 80px;
}
@media screen and (max-width: 1024px) {
  .compareRow .compareInner .chart01Row {
    margin: 0px -2.5% 50px;
  }
}
.compareRow .compareInner .chart01Row .chartPicRow {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .compareRow .compareInner .chart01Row {
    margin-bottom: 50px;
  }
}
.compareRow .compareListing .compareItem {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .compareRow .compareListing .compareItem {
    margin-bottom: 30px;
  }
}
.compareRow .compareListing .compareItem .bigNum {
  color: #B89560;
  font-size: var(--compare-crypto-point-list-bigNum-fs);
  line-height: 1;
  font-weight: bold;
}
.compareRow .compareListing .compareItem dl {
  margin-bottom: 20px;
}
.compareRow .compareListing .compareItem dl:last-child {
  margin-bottom: 0px;
}
.compareRow .compareListing .compareItem dl dt {
  color: #ffffff;
  font-size: var(--compare-crypto-point-list-tit-fs);
  font-weight: bold;
  margin-bottom: 15px;
}
.compareRow .compareListing .compareItem dl dd {
  color: #ffffff;
  font-size: var(--compare-crypto-point-list-desc-fs);
}
.compareRow .compareListing .compareItem .chartRow {
  margin: 0px -2.5% 50px;
}
.compareRow .compareListing .compareItem .listingRow {
  border-top: 1px solid #B89560;
}
.compareRow .compareListing .compareItem .listingRow ul li {
  position: relative;
  border-bottom: 1px solid #B89560;
  padding: 25px 0px 25px 45px;
  list-style: none;
  color: #ffffff;
  font-size: var(--compare-crypto-listing-txt-fs);
}
@media screen and (max-width: 768px) {
  .compareRow .compareListing .compareItem .listingRow ul li {
    padding: 20px 0px 20px 35px;
  }
}
@media screen and (max-width: 500px) {
  .compareRow .compareListing .compareItem .listingRow ul li {
    padding: 18px 0px 18px 30px;
  }
}
.compareRow .compareListing .compareItem .listingRow ul li::marker {
  content: "";
}
.compareRow .compareListing .compareItem .listingRow ul li::before {
  position: absolute;
  display: block;
  content: "";
  top: 42px;
  left: 10px;
  width: 18px;
  height: 18px;
  transform: translate(-9px, -9px);
  background: #B89560;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .compareRow .compareListing .compareItem .listingRow ul li::before {
    top: 38px;
    left: 10px;
    width: 14px;
    height: 14px;
    transform: translate(-7px, -7px);
  }
}
@media screen and (max-width: 500px) {
  .compareRow .compareListing .compareItem .listingRow ul li::before {
    top: 37px;
    left: 10px;
    width: 10px;
    height: 10px;
    transform: translate(-5px, -5px);
  }
}
.compareRow .compareListing .compareItem .tblRow {
  border-top: 1px solid #B89560;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .compareRow .compareListing .compareItem .tblRow {
    margin-bottom: 10px;
  }
}
.compareRow .compareListing .compareItem .tblRow dl {
  display: flex;
  border-bottom: 1px solid #B89560;
  align-items: flex-start;
  justify-content: space-between;
  padding: 25px 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 500px) {
  .compareRow .compareListing .compareItem .tblRow dl {
    padding: 15px 0px;
    flex-wrap: wrap;
  }
}
.compareRow .compareListing .compareItem .tblRow dl dt {
  font-size: var(--compare-crypto-tbl-head-fs);
  color: #B89560;
  width: 30%;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}
@media screen and (max-width: 500px) {
  .compareRow .compareListing .compareItem .tblRow dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.compareRow .compareListing .compareItem .tblRow dl dd {
  font-size: var(--compare-crypto-tbl-body-fs);
  color: #ffffff;
  width: 65%;
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 500px) {
  .compareRow .compareListing .compareItem .tblRow dl dd {
    width: 100%;
  }
}
.compareRow .compareListing .compareItem .remarksRow {
  margin: 0px auto;
}
.compareRow .compareListing .compareItem .remarksRow p {
  color: #BCBCBC;
  font-size: var(--compare-crypto-point-list-remarks-fs);
}
.compareRow .compareListing .compareItem .remarksRow p a {
  text-decoration: underline;
  color: #B89560;
  font-size: var(--compare-crypto-point-list-remarks-fs);
}

/* compareRow setting
************************/
/* subscriptionChannelsRow setting
************************/
.subscriptionChannelsRow {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .subscriptionChannelsRow {
    padding-bottom: 50px;
  }
}
.subscriptionChannelsRow .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0%;
  transform: translateY(0%);
  opacity: 0.5;
}
.subscriptionChannelsRow .subscriptionChannelsInner {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin: 0px auto;
}
.subscriptionChannelsRow .subscriptionChannelsInner .titRow {
  font-size: var(--section-big-tit-fs);
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.2 !important;
  text-align: center;
  font-size: var(--subChannels-Tit-fs);
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .subscriptionChannelsRow .subscriptionChannelsInner .titRow {
    margin-bottom: 30px;
  }
}
.subscriptionChannelsRow .subscriptionChannelsInner .stitRow {
  font-size: var(--subChannelsSubTit-fs);
  color: #ffffff;
  text-align: center;
}
.subscriptionChannelsRow .subscriptionChannelsInner .channelsListingRow {
  padding: 20px 50px 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .subscriptionChannelsRow .subscriptionChannelsInner .channelsListingRow {
    padding: 30px 5% 30px;
  }
}
.subscriptionChannelsRow .subscriptionChannelsInner .channelsListingRow .channelsItem {
  border-radius: 20px;
  background: #ffffff;
  padding: 10px 30px;
  overflow: hidden;
  width: 48%;
  margin: 0px 1% 30px;
  font-size: var(--channels-txt-fs);
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .subscriptionChannelsRow .subscriptionChannelsInner .channelsListingRow .channelsItem {
    width: 47%;
    margin: 0px 1.5% 20px;
  }
}
@media screen and (max-width: 500px) {
  .subscriptionChannelsRow .subscriptionChannelsInner .channelsListingRow .channelsItem {
    border-radius: 15px;
    padding: 10px;
  }
}
.subscriptionChannelsRow .subscriptionChannelsInner .channelsListingRow .channelsItem img {
  width: 80%;
  max-width: 200px;
}
.subscriptionChannelsRow .ctaRow {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.subscriptionChannelsRow .ctaRow a {
  display: block;
  width: 50%;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .subscriptionChannelsRow .ctaRow a {
    width: 38%;
  }
}
@media screen and (max-width: 500px) {
  .subscriptionChannelsRow .ctaRow a {
    width: 80%;
  }
}
.subscriptionChannelsRow .ctaRow:last-child {
  margin-bottom: 0px;
}

/* subscriptionChannelsRow setting
************************/
/* productInfoRow setting
************************/
.productInfoRow {
  position: relative;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .productInfoRow {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 500px) {
  .productInfoRow {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 500px) {
  .productInfoRow::before {
    position: absolute;
    bottom: 0%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 150%;
    background: url(../images/product-info/img-bg.webp) no-repeat bottom center;
    background-size: 100% auto;
    z-index: 1;
  }
}
.productInfoRow .productInfoInner {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin: 0px auto;
}
@media screen and (max-width: 500px) {
  .productInfoRow .productInfoInner {
    width: 86%;
  }
}
.productInfoRow .productInfoInner .titRow {
  font-size: var(--section-big-tit-fs);
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.2 !important;
  text-align: center;
  color: #B89560;
}
@media screen and (max-width: 500px) {
  .productInfoRow .productInfoInner .titRow {
    margin-bottom: 50px;
  }
}
.productInfoRow .productInfoInner .productInfoContentRow {
  border-radius: 50px;
  background: #ffffff;
  padding: 80px 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .productInfoRow .productInfoInner .productInfoContentRow {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 500px) {
  .productInfoRow .productInfoInner .productInfoContentRow {
    background: none;
    border-radius: 0px;
    padding: 0px;
  }
}
.productInfoRow .productInfoInner .productInfoContentRow .productRow {
  border-bottom: 2px solid #000000;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .productInfoRow .productInfoInner .productInfoContentRow .productRow {
    border-bottom: none;
    background: #ffffff;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 60px;
  }
}
.productInfoRow .productInfoInner .productInfoContentRow .productRow .productTitRow {
  font-size: var(--product-tit-fs);
  color: #B89560;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2 !important;
}
@media screen and (max-width: 500px) {
  .productInfoRow .productInfoInner .productInfoContentRow .productRow .productTitRow {
    text-align: center;
    margin-bottom: 10px;
  }
}
.productInfoRow .productInfoInner .productInfoContentRow .productRow .infoRow {
  border-top: 1px solid #000000;
}
.productInfoRow .productInfoInner .productInfoContentRow .productRow .infoRow dl {
  display: flex;
  width: 100%;
}
.productInfoRow .productInfoInner .productInfoContentRow .productRow .infoRow dl dt {
  padding: 15px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 230px;
  font-size: var(--product-info-fs);
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .productInfoRow .productInfoInner .productInfoContentRow .productRow .infoRow dl dt {
    flex-basis: 180px;
  }
}
@media screen and (max-width: 500px) {
  .productInfoRow .productInfoInner .productInfoContentRow .productRow .infoRow dl dt {
    padding: 15px;
    flex-basis: 90px;
  }
}
.productInfoRow .productInfoInner .productInfoContentRow .productRow .infoRow dl dd {
  padding: 15px;
  font-size: var(--product-info-fs);
  color: #000000;
  text-align: left;
}
.productInfoRow .productInfoInner .productInfoContentRow .productRow .infoRow:nth-child(odd) {
  background: rgba(211, 215, 217, 0.2);
}
@media screen and (max-width: 500px) {
  .productInfoRow .productInfoInner .productInfoContentRow .productRow .infoRow:last-child {
    border-bottom: 2px solid #000000;
  }
}
.productInfoRow .productInfoInner .productInfoContentRow .productRow.eth .productTitRow {
  color: #9D9D9D;
}
.productInfoRow .productInfoInner .productInfoContentRow .productRow.sol .productTitRow {
  color: #78889A;
}
.productInfoRow .productInfoInner .productInfoContentRow .productRow:last-child {
  margin-bottom: 0px;
}
.productInfoRow::before {
  position: absolute;
  bottom: 0%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 150%;
  background: url(../images/product-info/img-bg.jpg) no-repeat bottom center;
  background-size: 100% auto;
  z-index: 1;
}

/* productInfoRow setting
************************/
/* aboutAMCRow setting
************************/
.aboutAMCRow {
  background: url(../images/about-amc/img-bg.webp) no-repeat top center;
  background-size: cover;
  padding: 80px 0px;
}
@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 .aboutAMCInner {
  padding: 50px 0px;
  width: 90%;
  max-width: 1100px;
  margin: 0px auto;
}
@media screen and (max-width: 500px) {
  .aboutAMCRow .aboutAMCInner {
    padding: 30px 0%;
    width: 92%;
  }
}
.aboutAMCRow .aboutAMCInner .titRow {
  font-size: var(--section-big-tit-fs);
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.2 !important;
  text-align: center;
  color: #ffffff;
  text-align: left;
}
@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;
  }
}
.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;
  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;
}
@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;
}
@media screen and (max-width: 500px) {
  .aboutAMCRow .aboutAMCInner .detailInfoRow.btmRow .infoColGroup .col {
    width: 30%;
    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 */