@charset "UTF-8";

.mainVisual {
  height: auto;
  overflow-x: hidden;
}

.mainVisual .catchCopy p {
  font-size: 50px;
  border-radius: 20px;
}

.mainVisual .catchCopy2 {
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
}

.mainVisual .catchCopy2 p {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 25px;
  color: #808080;
  font-weight: 500;
  height: 100%;
}

.mainVisual .catchCopy .catchCopy-list {
  gap: 20px;
}

@media screen and (max-width: 1340px) {
  .mainVisual .catchCopy p {
    font-size: 40px;
  }
}

@media screen and (max-width: 1140px) {
  .mainVisual .catchCopy p {
    font-size: 3.4vw;
  }

  .mainVisual .catchCopy2 p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .mainVisual .catchCopy {
    left: 32%;
    right: 0;
    transform: unset;
    top: 13%;
    max-width: fit-content;
    margin: 0;
  }

  .mainVisual .catchCopy2 {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual .catchCopy {
    width: 100%;
    left: 0;
    right: 0;
    bottom: unset;
    margin: auto;
    justify-content: center;
  }

  .mainVisual .catchCopy .catchCopy-list {
    gap: 20px;
    align-items: center;
  }

  .mainVisual .catchCopy p {
    font-size: 4.5vw;
    padding: 5px;
    border-radius: 12px;
  }

  .mainVisual .catchCopy2 {
    right: 20px;
  }
  
  .mainVisual .catchCopy2 p {
    font-size: 3.4vw;
  }
}

@media screen and (max-width: 450px) {
  .mainVisual .catchCopy .catchCopy-list {
    gap: 10px;
  }
}