.headline {
  color: #005154;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .headline {
    text-align: center;
    font-size: 36px;
    margin-bottom: 18px;
    margin-top: 60px;
  }
}
@media (max-width: 576px) {
  .headline {
    font-size: 28px;
  }
}

#sectionKV {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #sectionKV {
    padding-top: 50px;
  }
  #sectionKV .kv-img {
    margin-top: 0;
  }
}
#sectionKV h2 {
  font-size: 40px;
  color: #00a19b;
  font-weight: 500;
  margin: 10px 0px;
  letter-spacing: 1px;
}
#sectionKV .container {
  display: flex;
  justify-content: center;
}
#sectionKV .mainKV {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#sectionKV .mainKV .graident_bg {
  position: absolute;
  width: 1400px;
  height: initial;
  bottom: 0;
  z-index: 0;
}
#sectionKV .mainKV .graident_bg .bg-color {
  clip-path: polygon(48% 0, 100% 0%, 52% 100%, 0% 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 400%;
  background-image: linear-gradient(20deg, #7ce1e2, #fefa9e, #7ce1e2);
  animation: bg-animation 15s infinite;
}
@keyframes bg-animation {
  0% {
    background-position: top left;
  }
  50% {
    background-position: bottom right;
  }
  100% {
    background-position: top left;
  }
}
#sectionKV .mainKV .graident_bg_tri {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
#sectionKV .mainKV .graident_bg_tri .bg-color-tri {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 1024px;
  height: 100%;
  background-size: 400%;
  background-image: linear-gradient(20deg, #7ce1e2, #fefa9e, #7ce1e2);
  animation: bg-animation 15s infinite;
}
@media (max-width: 1024px) {
  #sectionKV .mainKV .graident_bg_tri {
    display: block;
  }
}
#sectionKV .mainKV .kv-wrapper {
  width: 100%;
  max-width: 1440px;
}
@media (max-width: 1024px) {
  #sectionKV .mainKV .kv-wrapper .white-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5175463936) 40%, rgba(255, 255, 255, 0) 75%);
  }
}
#sectionKV .mainKV .kv-wrapper .kv-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 1440px) {
  #sectionKV .mainKV .kv-wrapper .kv-content {
    padding: 0 80px;
  }
}
@media (max-width: 1024px) {
  #sectionKV .mainKV .kv-wrapper .kv-content {
    flex-direction: column;
    padding: 0px;
  }
}
#sectionKV .mainKV .kv-wrapper .kv-content .titles {
  white-space: nowrap;
  animation: text-show 2.5s ease;
  margin-top: 0;
}
#sectionKV .mainKV .kv-wrapper .kv-content .titles .eng-headline .eng-title {
  display: block;
}
#sectionKV .mainKV .kv-wrapper .kv-content .titles .eng-headline .eng-title-center {
  display: none;
}
@media (max-width: 1024px) {
  #sectionKV .mainKV .kv-wrapper .kv-content .titles .eng-headline {
    display: flex;
    justify-content: center;
  }
  #sectionKV .mainKV .kv-wrapper .kv-content .titles .eng-headline .eng-title {
    display: none;
  }
  #sectionKV .mainKV .kv-wrapper .kv-content .titles .eng-headline .eng-title-center {
    display: block;
    width: 90%;
  }
}
@media (max-width: 576px) {
  #sectionKV .mainKV .kv-wrapper .kv-content .titles .eng-headline .eng-title-center {
    width: 80%;
  }
}
@keyframes text-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#sectionKV .mainKV .kv-wrapper .kv-content .kv-img {
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
@media (max-width: 576px) {
  #sectionKV .mainKV .kv-wrapper .kv-content .kv-img {
    margin: 0;
  }
}
#sectionKV .mainKV .kv-wrapper .kv-content .kv-img .tma_people {
  object-fit: contain;
  max-height: 500px;
  max-width: 100%;
}
@media (max-width: 576px) {
  #sectionKV .mainKV .kv-wrapper .kv-content .kv-img .tma_people {
    max-width: 92%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=KV.css.map */