@charset "utf-8";

.contents.blur .our-story {
  filter: blur(4px);
  transition: filter 0.3s ease;
}

/* story */
.contents .our-story {
  width: auto;
  background-color: #fff;
  position: relative;
  padding: 300px 0 0;
}

.story-title {
  max-width: 1600px;
  margin-bottom: 100px;
}

.our-story .story-title .title2 .title-txt2 {
  margin-left: 200px;
  padding-right: 279px;
}

.our-story .story-title h3 {
  font-size: 38px;
  line-height: 1.3;
  word-break: keep-all;
}

.full-wrapper {
  position: relative;
  height: 300vh;
  margin-bottom: 180px;
}

.full-wrapper .full {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;

}

.full-wrapper .full .story-img {
  width: 1600px;
  height: 800px;
  object-fit: cover;
  border-radius: 32px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  /* 처음엔 투명 */
  pointer-events: none;
  /* 클릭 막지 않기 */
}

.full-wrapper .full .full-txt {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -40%);
  color: #fff;
  text-align: center;
  opacity: 0;
  text-align: left;
  width: 700px;
}

.full-wrapper .full .full-txt h3 {
  font-size: 88px;
  font-weight: 800;
  margin-bottom: 72px;
}

.full-wrapper .full .full-txt h4 {
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 50px;
}

.full-wrapper .full .full-txt p {
  font-size: 32px;
  margin-bottom: 50px;
}

.our-story .card-sticky {
  position: relative;
  height: 200vh;
}

.sticky-wrapper {
  position: sticky;
  top: 100px;
  height: 50vh;
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.card-inner {
  margin-bottom: 72px;
  justify-content: center;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  /* (필수) 하위 요소가 삐져나오지 않게 */
  display: flex;
  align-items: flex-start;
}

.story-mission.card-inner {
  /* 배경 이미지를 자식(txt-box)이 아닌 부모(card-inner)에 적용 */
  background: url(../assets/images/misson.png);
  background-size: cover;
  background-position: center;
}

.card-inner .card-img {
  width: 610px;
  height: 800px;
  border-radius: 32px 0 0 32px;
  object-fit: cover;
}

.card-inner p {
  font-size: 28px;
  font-weight: 400;
  width: 450px;
}

.story-vision {
  z-index: 2;
  position: relative;
}

.story-misson {
  z-index: 1;
  position: relative;
}

.card-inner .story-txt-box {
  width: 1600px;
  height: auto;
  border-radius: 0;
  background: none;
  background-size: cover;
  background-position: center;
  padding: 46px 120px;
  color: #fff;
}

.story-vision .story-txt-box {
  padding-left: 1100px;
}

.story-vision.card-inner {
  /* ⬅️ .card-inner 셀렉터 추가 */
  background: url(../assets/images/vision.png);
  background-size: cover;
  background-position: center;
}

.card-inner .story-txt-box .txt-box-title {
  margin-bottom: 56px;
}

.card-inner .story-txt-box .txt-box-title h2 {
  font-size: 72px;
  font-weight: 800;
  text-transform: uppercase;
}

.card-inner .story-txt-box .txt-box-title img {
  width: 60px;
  margin-left: 24px;
}

/* timeline */
.timeline {
  position: relative;
  max-width: 1600px;
  height: 180vh;
  margin: 0 auto;
}

.timeline .timeline-title h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 112px;
  font-weight: 900;
}

/* 가운데선 */
.timeline::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 80%;
  background-color: #EFEFEF;
  border-radius: 10px;
  z-index: 0;
}


.timeline .timeline-inner img {
  width: 600px;
  height: 337px;
}

.timeline ul li:nth-child(odd) .timeline-inner .timeline-box {
  position: absolute;
  right: 6%;
  top: 0;
}

.timeline ul li:nth-child(even) .timeline-inner .timeline-box {
  position: absolute;
  left: 6%;
  top: 0;
}

.timeline ul li:nth-child(1) .timeline-inner .timeline-box {
  top: 10%;
}

.timeline ul li:nth-child(2) .timeline-inner .timeline-box {
  top: 25%;
}

.timeline ul li:nth-child(3) .timeline-inner .timeline-box {
  top: 40%;
}

.timeline ul li:nth-child(4) .timeline-inner .timeline-box {
  top: 55%;
}

.timeline ul li:nth-child(5) .timeline-inner .timeline-box {
  top: 70%;
}

.timeline ul li .timeline-inner .timeline-box {
  position: relative;
  z-index: 2;
}

.timeline ul li:nth-child(odd) .timeline-inner .timeline-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: #EFEFEF;
  border-radius: 10px;
  z-index: 3;
}

.timeline ul li:nth-child(odd) .timeline-inner .timeline-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -114px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-color: #EFEFEF;
  border-radius: 50%;
  z-index: 3;
}

.timeline ul li:nth-child(even) .timeline-inner .timeline-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background-color: #EFEFEF;
  border-radius: 10px;
  z-index: 3;
}

.timeline ul li:nth-child(even) .timeline-inner .timeline-box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -114px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-color: #EFEFEF;
  border-radius: 50%;
  z-index: 3;
}

.timeline-box::after {
  width: var(--after-width, 0);
}

.timeline ul li .timeline-inner .timeline-box .timeline-txt {
  text-align: center;
  padding: 20px 0;
}

.timeline ul li .timeline-inner .timeline-box .timeline-txt h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 2;
}

.timeline ul li .timeline-inner .timeline-box .timeline-txt p {
  font-size: 20px;
}

.timeline ul li .timeline-inner .timeline-box::before,
.timeline ul li .timeline-inner .timeline-box::after {
  background-color: var(--dot-color, #EFEFEF);
  transition: background-color 0.6s ease;
}

/* 활성화 시 파란색으로 변경 */
.timeline ul li.active .timeline-inner .timeline-box::before,
.timeline ul li.active .timeline-inner .timeline-box::after {
  background-color: #0042BC;
}

.timeline-progress {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0;
  background-color: rgb(0, 66, 188, 0.6);
  border-radius: 10px;
  z-index: 1;
}

/* contact */
.contact {
  max-width: 1600px;
  margin: 400px auto;
}

.contact .contact-result {
  justify-content: space-around;

}

.contact .contact-result .result-card {
  flex-direction: column;
  width: 500px;
  height: 360px;
  border-radius: 32px;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
}

.contact .contact-result .result-card img {
  width: 100px;
  height: 100px;
  margin-left: auto;
}

.contact .contact-result .result-card .content {
  font-size: 88px;
  font-weight: 800;
  color: #fff;
}

.contact .contact-result .result-card .content h3 {
  font-weight: 900;
  margin-left: 10px;
}

.contact .contact-result .result-card p {
  font-size: 32px;
  opacity: 0.7;
  color: #fff;
}

.contact .contact-result .campain {
  background: linear-gradient(to right, #0039CF, #5275FF);
}

.contact .contact-result .partners {
  background: linear-gradient(to right, #5275FF, #FD9479);
}

.contact .contact-result .ppl {
  background: linear-gradient(to right, #FD9479, #F8623F);
}

.contact .contact-title {
  text-align: center;
  font-size: 64px;
  margin-top: 200px;
}

/* 흐르는이미지 */
.contact-brand {
  width: 100%;
  overflow: hidden;
  margin: 200px 0;
  position: relative;
  z-index: 0
}

.contact-brand::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  pointer-events: none;
  z-index: 10;
}

.contact-brand::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  pointer-events: none;
  z-index: 10;
}

.marquee-img {
  display: flex;
  width: max-content;
  margin-bottom: 50px;
}

.marquee-img:first-child {
  animation: marquee-left 50s linear infinite;
}

.marquee-img:last-child {
  animation: marquee-right 50s linear infinite;
}

.marquee-img:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.marquee-wrap {
  flex: 0 0 auto;
  padding-right: 200px;
}

.marquee-wrap img {
  height: 80px;
}

/* 로고슬라이드 애니메이션 */
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.contact .contact-ai {
  justify-content: center;
  gap: 32px;
}

.contact .contact-ai .ai-btn {
  width: 400px;
  height: 96px;
  background-color: #466BFF;
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  cursor: pointer;
}

.contact .contact-ai .ai-btn p,
.contact .contact-ai .ai-btn a {
  font-size: 32px;
  font-weight: 600;
}

.contact .contact-ai .mail {
  background-color: #fff;
  border: 1px solid #466BFF;
  color: #466BFF;
}

.contact .contact-ai .mail img {
  width: 64px;
  height: 64px;
}



@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {

  /* story */
  .layout-sub {
    width: auto;
    justify-content: space-evenly;
  }

  .contents .our-story {
    padding: 110px 0;
  }

  .title2 {
    letter-spacing: -3px;
  }

  .story-title {
    margin-bottom: 56px;

  }

  .our-story .story-title .title2 p {
    font-size: clamp(70px, 8vw, 90px);
    font-weight: 700;
  }

  .our-story .story-title .title2 .title-txt2 {
    margin-left: 20px;
    padding-right: 0
  }

  .our-story .story-title h3 {
    font-size: clamp(18px, 2.4vw, 22px);
    width: 260px;
  }

  .full-wrapper {
    margin-bottom: 100px;
  }

  .full-wrapper .full .story-img {
    width: 890px;
    height: 620px;
    object-fit: cover;
  }

  .full-wrapper .full .full-txt {
    max-width: 500px;
    word-break: keep-all;
    left: 50%;
  }

  .full-wrapper .full .full-txt h3 {
    font-size: 72px;
    margin-bottom: 27px;
  }

  .full-wrapper .full .full-txt h4,
  .full-wrapper .full .full-txt p {
    font-size: 20px;
    margin-bottom: 10px;
  }

  /*  미션 비전 카드 */
  .card-inner {
    margin-bottom: 40px;
    height: 45%;
    align-items: flex-end;
  }

  .sticky-wrapper {
    width: 740px;
  }

  .our-story .card-sticky {
    height: 160vh;
  }

  .card-inner .card-img,
  .card-inner .story-txt-box {
    width: 670px;
    height: 245px;
  }

  .card-inner .story-txt-box {
    padding: 50px 60px;
    border-radius: 12px;
  }

  .story-vision .story-txt-box {
    padding-left: 286px;
  }

  .card-inner .story-txt-box .txt-box-title {
    margin-bottom: 20px;
  }

  .card-inner .story-txt-box .txt-box-title h2 {
    font-size: 38px;
  }

  .card-inner .story-txt-box .txt-box-title img {
    width: 20px;
    margin-left: 10px;
  }

  .card-inner p {
    font-size: 19px;
    font-weight: 400;
    width: 350px;
    word-break: keep-all;
    line-height: 1.2;
  }

  /* timeline */
  .timeline {
    height: 240vh;
  }

  .timeline::after {
    height: 70%;
  }

  .timeline .timeline-title h2 {
    font-size: 90px;
  }

  .timeline .timeline-inner img {
    width: 300px;
    height: auto;
  }

  .timeline ul li .timeline-inner .timeline-box .timeline-txt h3 {
    font-size: 20px;
    width: 300px;
  }

  .timeline ul li .timeline-inner .timeline-box .timeline-txt p {
    font-size: 16px;
    width: 300px;
    word-break: keep-all;
  }

  .timeline ul li:nth-child(odd) .timeline-inner .timeline-box::after {
    display: none;
  }

  .timeline ul li:nth-child(even) .timeline-inner .timeline-box::after {
    display: none;
  }

  .timeline ul li:nth-child(odd) .timeline-inner .timeline-box::before {
    display: none;
  }

  .timeline ul li:nth-child(even) .timeline-inner .timeline-box::before {
    display: none;
  }

  .timeline ul li:nth-child(odd) .timeline-inner .timeline-box,
  .timeline ul li:nth-child(even) .timeline-inner .timeline-box {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }

  .timeline ul li .timeline-inner .timeline-box {
    border: 1px solid #0042BC;
    border-radius: 8px;
    background-color: #fff;
  }

  /* contact */
  .contact {
    margin: 0 auto;
  }

  .contact .contact-result {
    flex-direction: column;
    gap: 40px;
  }

  .contact .contact-result .result-card {
    width: 440px;
    height: 340px
  }

  .contact .contact-result .result-card img {
    width: 60px;
    height: auto
  }

  .contact .contact-result .result-card .content {
    font-size: 72px
  }

  .contact .contact-result .result-card p {
    font-size: 26px
  }

  .contact .contact-title {
    font-size: 46px;
    margin-top: 90px;
  }

  .marquee-wrap img {
    height: 42px;
  }

  .contact-brand {
    margin: 90px 0;
  }

  .contact-brand::before,
  .contact-brand::after {
    width: 100px;
  }

  .marquee-wrap {
    padding-right: 98px;
  }

  .contact .contact-ai {
    margin-bottom: 100px;
  }

  .contact .contact-ai .ai-btn {
    width: 270px;
    height: 80px;
  }

  .contact .contact-ai .ai-btn p,
  .contact .contact-ai .ai-btn a {
    font-size: 22px;
  }

  .contact .contact-ai .mail img {
    width: auto;
    height: 46px;
  }


}

@media (max-width: 767px) {

  /* story */
  .title2 {
    padding-right: 10px;
  }

  .our-story .story-title .title2 p {
    font-size: clamp(62px, 8vw, 82px);
    font-weight: 700;

  }

  .our-story .story-title h3 {
    font-size: clamp(14px, 2.8vw, 18px);
  }

  .full-wrapper .full .story-img {
    width: 707px;
    height: 800px;
    object-fit: cover;
  }

  .full-wrapper .full .full-txt {
    max-width: 400px;
    left: 50%;
  }

  .full-wrapper .full .full-txt h3 {
    font-size: 42px;
    margin-bottom: 27px;
  }

  .full-wrapper .full .full-txt h4,
  .full-wrapper .full .full-txt p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* 비전, 미션 카드 */
  .card-inner .story-txt-box {
    width: 460px;
    height: 200px;
    padding: 18px 60px;
  }

  .story-vision .story-txt-box {
    padding-left: 230px;
  }

  .card-inner .story-txt-box .txt-box-title {
    margin-bottom: 10px;
  }

  .card-inner .story-txt-box .txt-box-title h2 {
    font-size: 28px;
  }

  .card-inner .story-txt-box .txt-box-title img {
    width: 20px;
    margin-left: 10px;
  }

  .card-inner p {
    font-size: 16px;
    font-weight: 400;
    width: 164px;
    word-break: keep-all;
    line-height: 1.2;
  }

  .our-story .card-sticky {
    height: 200vh;
  }

  .sticky-wrapper {
    width: 460px;
  }


  /* timeline */
  .timeline {
    height: 250vh;
  }

  .timeline .timeline-title h2 {
    font-size: 70px;
  }

  .timeline .timeline-inner img {
    width: 300px;
  }

  .timeline ul li .timeline-inner .timeline-box .timeline-txt h3 {
    font-size: 20px;
    width: 300px;
  }

  .timeline ul li .timeline-inner .timeline-box .timeline-txt p {
    font-size: 14px;
    width: 300px;
  }

  .timeline ul li:nth-child(1) .timeline-inner .timeline-box {
    top: 8%;
  }

  .timeline ul li:nth-child(2) .timeline-inner .timeline-box {
    top: 26%;
  }

  .timeline ul li:nth-child(3) .timeline-inner .timeline-box {
    top: 43%;
  }

  .timeline ul li:nth-child(4) .timeline-inner .timeline-box {
    top: 61%;
  }

  .timeline ul li:nth-child(5) .timeline-inner .timeline-box {
    top: 79%;
  }

  /* contact */
  .contact .contact-result .result-card {
    width: 360px;
    height: 260px;
  }

  .contact .contact-result .result-card img {
    width: 60px;
  }

  .contact .contact-result .result-card p {
    font-size: 20px;
  }

  .contact .contact-title {
    font-size: 34px;
  }

  .contact-brand::before,
  .contact-brand::after {
    width: 30px;
  }

}

@media (max-width: 480px) {

  /* story */
  .our-story .story-title .title2 p {
    font-size: 30px;
    font-weight: 700;
    width: 153px
  }

  .our-story .story-title h3 {
    font-size: 14px;
  }

  .full-wrapper .full .story-img {
    width: 330px;
    height: 700px;
  }

  .full-wrapper .full .full-txt {
    width: 330px;
  }

  .full-wrapper .full .full-txt h3 {
    font-size: 32px;
  }

  .full-wrapper .full .full-txt h4,
  .full-wrapper .full .full-txt p {
    font-size: 16px;
  }

  /* 미션 비전 카드 */
  .our-story .card-sticky {
    height: 100vh;
  }

  .sticky-wrapper {
    height: 42vh;
  }

  .sticky-wrapper {
    width: 340px;
  }

  .card-inner {
    height: 44%;
  }

  .card-inner .story-txt-box {
    width: 360px;
    height: 140px;
  }

  .card-inner .story-txt-box {
    padding: 17px 37px;
    border-radius: 8px
  }

  .story-vision .story-txt-box {
    padding-left: 200px;
  }

  .card-inner .story-txt-box .txt-box-title {
    margin-bottom: 4px;
  }

  .card-inner .story-txt-box .txt-box-title h2 {
    font-size: 20px;
  }

  .card-inner .story-txt-box .txt-box-title img {
    width: 20px;
    margin-left: 6px;
  }

  .card-inner p {
    font-size: 11px;
    font-weight: 400;
    width: 123px;
    word-break: keep-all;
    line-height: 1.2;
  }

  /* timeline */
  .timeline {
    height: 250vh;
  }

  .timeline::after {
    height: 71%;
  }

  .timeline .timeline-title h2 {
    font-size: 50px;
  }

  .timeline .timeline-inner img {
    width: 240px;
  }

  .timeline ul li .timeline-inner .timeline-box .timeline-txt h3 {
    font-size: 16px;
    width: 240px;
    padding: 0 10px;
  }

  .timeline ul li .timeline-inner .timeline-box .timeline-txt p {
    font-size: 12px;
    width: 240px;
    padding: 0 10px;
  }

  /* contact */
  .contact .contact-result {
    gap: 20px;
    margin-top: 100px;
  }

  .contact .contact-result .result-card {
    width: 278px;
    height: 210px;
  }

  .contact .contact-result .result-card .content {
    font-size: 50px;
  }

  .contact .contact-result .result-card p {
    font-size: 18px;
  }

  .contact .contact-result .result-card img {
    width: 50px;
  }

  .contact .contact-title {
    font-size: 24px;
    margin-top: 60px;
  }

  .contact-brand {
    margin: 70px 0 40px;
  }

  .contact .contact-ai .ai-btn {
    width: 160px;
    height: 54px;
    margin-bottom: 100px;
  }

  .contact .contact-ai .ai-btn p,
  .contact .contact-ai .ai-btn a {
    font-size: 18px;
  }

}