@charset "utf-8";
/* ===========================================================

	Title: features.css
	Created: 2018-3-2

=========================================================== */
/*

	group
	esg


=========================================================== */
.feature-head {
  color: var(--white, #fff);
  padding: 8px 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  border-radius: 8px;
  border: 1px solid var(--main-color--01, #008756);
  background: var(--main-color--01, #008756);
  margin-bottom: 24px;
}
.feature-head.reverse {
  color: var(--white, #008756);
  background: var(--main-color--01, #fff);
  padding: 4px 12px;
  margin-bottom: 14px;
}
.feature-head.small {
  font-size: 16px;
}
.feature-head2 {
  color: var(--white, #fff);
  padding: 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  border-radius: 8px;
  border: 1px solid var(--main-color--01, #008756);
  background: var(--main-color--01, #008756);
  margin-bottom: 24px;
}
.feature-head3 {
  display: flex;
  flex-direction: column;
  height: 100px;
  padding: 16px 8px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  border-radius: 8px;
  border: 2px solid var(--main-color--01, #008756);
  background: var(--sub-color--03, #f0f9f1);
  margin-bottom: 24px;
}
.feature-head3 span {
  font-size: 18px;
}
.feature-column1 {
  display: flex;
  margin-bottom: 32px;
}
.feature-column1 .img-column {
  width: 208px;
  margin-right: 16px;
  text-align: center;
}
.feature-column1 .img-column img {
  display: block;
  width: 100%;
}
.feature-column1 .list-style--disc {
  flex: 1;
}
.case-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 200px;
  font-size: 20px;
  font-weight: 700;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-position: center;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
}
.case1 {
  background-image: url("/assets/img/member/features/growth-port1.png");
}
.case2 {
  background-image: url("/assets/img/member/features/growth-port2.png");
  background-color: rgba(255, 255, 255, 0.85);
}
.case3 {
  background-image: url("/assets/img/member/features/growth-port3.png");
  background-color: rgba(255, 255, 255, 0.8);
}
/* ===========================================================

	index

=========================================================== */

.feature-table {
  border: none;
  width: 90%;
}
.feature-table th {
  width: 256px;
  height: 188px;
  border: none !important;
  border-radius: 8px;
  border: 1px solid var(--main-color--01, #f7920e);
  background: var(--main-color--01, #f7920e);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.feature-table td {
  border: none;
  padding: 0 16px;
}

/* ===========================================================

	growth

=========================================================== */
.growth-contents {
  display: none;
}
.growth-contents.show {
  display: block;
}
.column--equal-width.fund-composition {
  width: 90%;
  margin: 0 auto;
}
.column--equal-width.fund-composition .list-style--disc li {
  font-size: 14px;
}
.sold {
  position: relative;
}
.sold span {
  color: var(--white, #fff);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  padding: 2px 8px;
  border-radius: 0px 8px 0px 0px;
  background: var(--text-color, #333);
  position: absolute;
  top: 0;
  right: 0;
}
.internal-contents {
  width: 90%;
  margin: 0 auto;
}
.internal-contents .feature-head2 {
  background-color: #f7920e;
  border-color: #f7920e;
}
.marker {
  padding-bottom: 2px;
  background: -webkit-linear-gradient(transparent 50%, #ffef69 50%);
  background: -ms-linear-gradient(transparent 50%, #ffef69 50%);
  background: -o-linear-gradient(transparent 50%, #ffef69 50%);
  background: linear-gradient(transparent 50%, #ffef69 50%);
}
.strategy-table {
  border: none;
}
.strategy-table th {
  width: 298px;
  border: none !important;
  border-radius: 8px;
  border: 1px solid var(--main-color--01, #348366);
  background: var(--main-color--01, #348366);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.strategy-table td {
  border: none;
}

/* ===========================================================

	sponsor

=========================================================== */
.sponsor-border {
  margin-top: 32px;
  padding: 16px 0;
  border-top: 2px solid var(--main-color--01, #008756);
  border-bottom: 2px solid var(--main-color--01, #008756);
}
.sponsor-table {
  border: none;
}
.sponsor-table th {
  width: 256px;
  border: none !important;
  border-radius: 8px;
  border: 1px solid var(--main-color--01, #348366);
  background: var(--main-color--01, #348366);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.sponsor-table td {
  border: none;
}

/* ===========================================================

	esg

=========================================================== */
#esg .list-style--disc {
  width: 90%;
}
