#kv-sec {
  background-image: url(../img/investors/banner.png);
  padding: 0;
}
@media (max-width: 768px) {
  #kv-sec {
    background-image: url(../img/investors/banner-m.png);
  }
}
#kv-sec .container {
  height: 100%;
}
#kv-sec .container .text-wrap p {
  color: #004592;
}

.sec-1 {
  margin-top: 150px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .sec-1 {
    margin-top: 65px;
    margin-bottom: 83px;
  }
}
@media (max-width: 540px) {
  .sec-1 {
    margin-top: 32px;
    margin-bottom: 41px;
  }
}
.sec-1 .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .sec-1 .top-wrap {
    width: 95%;
    max-width: 580px;
    gap: 12px;
  }
}
@media (max-width: 540px) {
  .sec-1 .top-wrap {
    width: 100%;
    padding: 0 25px;
    max-width: none;
  }
}
.sec-1 .top-wrap .item {
  position: relative;
  border-radius: 24px;
  height: 250px;
  padding: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 540px) {
  .sec-1 .top-wrap .item {
    padding: 15px;
    height: 145px;
    border-radius: 18px;
  }
}
.sec-1 .top-wrap .item:hover {
  -webkit-transform: scale(1.01) translateY(-5px);
          transform: scale(1.01) translateY(-5px);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.sec-1 .top-wrap .item > span {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 540px) {
  .sec-1 .top-wrap .item > span {
    font-size: 14px;
  }
}
.sec-1 .top-wrap .item > .tit {
  margin-bottom: 0.3em;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.3;
}
@media (max-width: 540px) {
  .sec-1 .top-wrap .item > .tit {
    font-size: 16px;
  }
}
.sec-1 .top-wrap .item > .tit:before {
  display: block;
  content: "";
  width: 10px;
  height: 20px;
  background-color: #F9C0B9;
  margin-right: 10px;
  margin-top: 0.25em;
}
@media (max-width: 540px) {
  .sec-1 .top-wrap .item > .tit:before {
    width: 5px;
    margin-right: 5px;
  }
}
.sec-1 .top-wrap .item .num {
  font-size: 60px;
  font-weight: bold;
  color: #004592;
}
@media (max-width: 540px) {
  .sec-1 .top-wrap .item .num {
    font-size: 43px;
  }
}
.sec-1 .top-wrap .item img {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  width: 80px;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 540px) {
  .sec-1 .top-wrap .item img {
    width: 60px;
    bottom: 15px;
    right: 15px;
  }
}
.sec-1 .top-wrap .item.-md {
  width: 500px;
  border: 3px solid #DCDDDD;
}
@media (max-width: 1100px) {
  .sec-1 .top-wrap .item.-md {
    width: 100%;
  }
}
.sec-1 .top-wrap .item.-md > span {
  color: #004592;
}
.sec-1 .top-wrap .item.-md > .tit {
  color: #004592;
}
.sec-1 .top-wrap .item.-sm {
  width: 280px;
  background-color: #004592;
}
@media (max-width: 1100px) {
  .sec-1 .top-wrap .item.-sm {
    width: calc(50% - 6px);
  }
}
.sec-1 .top-wrap .item.-sm > span {
  color: #fff;
}
.sec-1 .top-wrap .item.-sm > .tit {
  color: #fff;
}
.sec-1 .bottom-wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 67px;
  border-top: 1px solid #004592;
  padding-top: 100px;
  max-width: 1100px;
}
@media (max-width: 1100px) {
  .sec-1 .bottom-wrap {
    width: 95%;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .sec-1 .bottom-wrap {
    width: 95%;
    max-width: 580px;
    margin-top: 83px;
  }
}
@media (max-width: 540px) {
  .sec-1 .bottom-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 24px;
    margin-top: 41px;
  }
}
.sec-1 .bottom-wrap .item {
  width: 270px;
}
@media (max-width: 540px) {
  .sec-1 .bottom-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 10px;
  }
}
.sec-1 .bottom-wrap .item .img-wrap {
  margin-bottom: 14px;
}
@media (max-width: 540px) {
  .sec-1 .bottom-wrap .item .img-wrap {
    width: calc(50% - 5px);
  }
}
@media (max-width: 540px) {
  .sec-1 .bottom-wrap .item .text-wrap {
    width: calc(50% - 5px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.sec-1 .bottom-wrap .item .text-wrap span {
  font-size: 18px;
  color: #595757;
  display: block;
}
@media (max-width: 768px) {
  .sec-1 .bottom-wrap .item .text-wrap span {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .sec-1 .bottom-wrap .item .text-wrap span {
    font-size: 12px;
    line-height: 1.5;
  }
}
.sec-1 .bottom-wrap .item .text-wrap > .tit {
  margin-bottom: 0.3em;
  font-size: 24px;
  color: #004592;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .sec-1 .bottom-wrap .item .text-wrap > .tit {
    font-size: 18px;
  }
}
.sec-1 .bottom-wrap .item .text-wrap > .tit:before {
  display: block;
  content: "";
  width: 10px;
  height: 20px;
  background-color: #F9C0B9;
  margin-right: 10px;
  margin-top: 0.2em;
}
.sec-1 .bottom-wrap .item .text-wrap ul {
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 170px;
}
@media (max-width: 1100px) {
  .sec-1 .bottom-wrap .item .text-wrap ul {
    height: auto;
  }
}
.sec-1 .bottom-wrap .item .text-wrap ul li {
  position: relative;
  width: 50%;
}
.sec-1 .bottom-wrap .item .text-wrap ul li:hover a {
  color: #004592;
}
.sec-1 .bottom-wrap .item .text-wrap ul li a {
  font-size: 18px;
  color: #626060;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sec-1 .bottom-wrap .item .text-wrap ul li a {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .sec-1 .bottom-wrap .item .text-wrap ul li a {
    line-height: 2;
  }
}
.sec-1 .bottom-wrap .item .text-wrap ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  left: -1rem;
  background-size: cover;
  background-image: url(../img/icon-dot.svg);
}