.ecos-logo-1-icon {
  position: absolute;
  top: calc(50% - 221px);
  left: calc(50% - 74px);
  width: 148px;
  height: 106px;
  overflow: hidden;
}
.click {
  margin: 0;
  position: absolute;
  top: 316px;
  left: 471px;
  font-size: 147px;
  line-height: 140%;
  font-weight: 600;
  font-family: var(--r-20);
  color: var(--gray2);
  text-align: left;
}
.thumbnail,
.tttt {
  overflow: hidden;
  cursor: pointer;
}
.thumbnail {
  border: 0;
  padding: 0;
  background-color: #3b68a9;
  position: absolute;
  top: calc(50% - 360px);
  left: calc(50% - 640px);
  width: 1280px;
  height: 720px;
}
.tttt {
  position: relative;
  background-color: var(--white);
  width: 100%;
  height: 1080px;
}
@media screen and (max-width: 1200px) {
  .click {
    font-size: var(--r-20-size);
  }
}
