/* Hero 섹션 */
.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: calc(100vh - 130px);
}

.hero-text {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.3px;
  margin-top: 1.5rem;
}

.hero-logo {
  display: flex;
  gap: 80px;
  width: max-content;
  will-change: transform;
  animation: logoRight 25s linear infinite;
}

.hero-logo span {
  width: 100%;
  font-size: 170px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.3px;
}

@keyframes logoRight {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.floating-image-wrapper {
  position: fixed;
  top: 17%;
  right: 2.5rem;
  width: 600px;
  height: auto;
  z-index: 1000;
  overflow: visible;
  transition: opacity 0.3s ease;
}

.floating-inner {
  display: flex;
  flex-direction: column;
}

.floating-image {
  width: 100%;
  height: auto;
  display: block;
}

.floating-caption {
  padding: 5px 0;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}

.caption-title {
  color: rgba(255, 255, 255, 0.3);
}

.caption-link {
  font-weight: 600;
}

[data-aos="custom-slide-up"] {
  transform: translateY(40px);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: var(--aos-duration, 500ms);
  transition-delay: var(--aos-delay, 0ms);
  transition-timing-function: ease-out;
  display: inline-block;
}

[data-aos="custom-slide-up"].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

/* Section 1 */
.section1 {
  padding: 280px 2.5rem 0;
}

.image-target-box {
  width: 100%;
  height: auto;
}

.section1-text {
  text-align: right;
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
  margin-top: 5rem;
}

.bounce-link {
  display: inline-block;
  transition: transform 0.2s ease;
  position: relative;
}

.bounce-link:hover {
  animation: bounce 0.6s ease;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

.section1-container {
  height: 100vh;
  position: relative;
}

.pin-wrap {
  height: 100%;
  width: 100%;
}

.animation-wrap {
  display: flex;
  height: 100%;
  align-items: center;
}

.project-item {
  min-width: 1200px;
  padding-right: 40px;
  box-sizing: border-box;
}

.project-info {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.project-desc {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}

.project-title {
  font-size: 24px;
  font-weight: 800;
}

/* Section 2 */
.tag {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 30px;
  color: #ff6400;
}

.section2 {
  padding: 280px 2.5rem;
}

.section2-label {
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.5;
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
}

.section2-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.3px;
  word-break: keep-all;
  margin-bottom: 100px;
}

.section2-list {
  margin-top: 160px;
  max-width: 950px;
  margin-left: auto;
}

.section2-item {
  display: flex;
  gap: 80px;
  padding: 0 0 30px;
}

.section2-num {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.section2-content h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 55px;
}

.section2-content p {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.section2-line {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 30px;
}

/* partners */
.partners {
  padding: 0 2.5rem;
}

.partners__inner {
  margin-bottom: 120px;
}

.logo_row {
  overflow: hidden;
  margin-bottom: 80px;
}

.logo_row img {
  height: 60px;
}

.logo_track {
  display: flex;
  gap: 80px;
  width: max-content;
  will-change: transform;
}

.row1 .logo_track {
  animation: marqueeLeft 30s linear infinite;
}

.row2 .logo_track {
  animation: marqueeRight 30s linear infinite;
}

.pc_logo {
}

.mo_logo {
  display: none;
}

@keyframes marqueeLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes marqueeRight {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.bottom_banner img {
  width: 100%;
}

@media (max-width: 1790px) {
  .section6-form {
    margin-top: 80px;
    grid-column-start: 4;
  }

  .hero-logo {
    font-size: clamp(70px, 12vw, 227px);
  }
}

@media (max-width: 1024px) {
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-logo {
    animation: none;
    display: block;
    width: 100%;
    font-size: 70px;
  }

  .hero-logo span {
    font-size: 14vw;
    display: block;
  }

  .hero-logo span:last-child {
    display: none;
  }

  .hero-logo span::after {
    content: ".";
  }

  .section2 {
    padding: 120px 20px;
  }

  .section1 {
    padding: 50px 20px 120px;
  }

  .section1-container {
    height: auto !important;
    position: relative !important;
  }

  .section1 .pin-wrap {
    height: auto !important;
    width: 100% !important;
    position: relative !important;
  }

  .section1 .pin-spacer,
  .section1 .section1-container {
    width: auto !important;
    max-width: none !important;
  }

  .animation-wrap.project-list {
    display: flex;
    flex-direction: column;
    transform: none !important;
    width: 100% !important;
    gap: 25px;
  }

  .project-item {
    min-width: auto;
    width: 100% !important;
    flex-shrink: 0;
    padding-right: 0;
  }

  .project-item:nth-child(n + 5) {
    display: none;
  }

  .project-item {
    position: relative;
  }

  .project-info {
    margin-top: 20px;
  }

  .section1-text {
    font-size: 5vw;
  }

  .section2-title {
    font-size: 52px;
  }

  .section2-list {
    margin-left: 0;
  }

  .section2-item {
    display: block;
  }

  .section2-num {
    margin-bottom: 20px;
  }

  .partners {
    padding: 0 20px;
  }

  .bottom_banner__inner {
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .bottom_banner img {
    width: 160%;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 67vh;
  }

  .hero-logo span {
    font-size: 15vw;
  }

  .hero-text {
    font-size: 14px;
    line-height: 23px;
  }

  .section1 {
    padding: 0 20px;
    overflow: hidden;
  }

  .section1-container {
    height: 50vh;
  }

  .project-desc {
    font-size: 13px;
  }

  .project-title {
    font-size: 15px;
  }

  .section1-text {
    font-size: 32px;
  }

  .section1-text span {
    vertical-align: middle;
  }

  .section2-title {
    font-size: 7vw;
    margin-bottom: 50px;
  }

  .section2-title br {
    display: none;
  }

  .section2-list {
    margin-top: 100px;
  }
  .section2-num {
    font-size: 19px;
  }

  .section2-content h3 {
    font-size: 22px;
    margin-bottom: 45px;
  }

  .section2-content p {
    font-size: 15px;
  }

  .partners .section2-title br {
    display: block;
  }

  .section2-item {
    padding: 0 0 35px;
  }

  .section2-line {
    margin-bottom: 50px;
  }

  .bottom_banner img {
    width: 210%;
    margin-left: 5%;
  }

  .pc_logo {
    display: none;
  }

  .mo_logo {
    display: block;
  }

  .logo_row img {
    height: 30px;
  }

  .logo_row,
  .logo_row.row2 {
    margin-bottom: 30px;
  }

  /* .logo_row.mrowBottom {
    margin-bottom: 10px;
  } */

  .partners__inner {
    margin-bottom: 80px;
  }
}

@media (max-width: 480px) {
  .tag {
    font-size: 12px;
  }

  .project-desc {
    font-size: 12px;
  }

  .project-title {
    font-size: 14px;
  }

  .section2-title {
    font-size: 32px;
  }

  .section2-content p {
    font-size: 12px;
  }
  .section2-num {
    font-size: 13px;
  }

  .section2-content h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .section2-list {
    margin-top: 90px;
  }

  .logo_track {
    gap: 40px;
  }

  .logo_row img {
    height: 20px;
  }
}

@media (max-width: 380px) {
  .section2-content p {
    word-break: keep-all;
  }

  .section2-content p br {
    display: none;
  }
}
