@charset "utf-8";

/********** 어바웃 내용 시작 **********/

.wrap {
    overflow: hidden;
}

.mo_only {
  display: none;
}
.main_visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_visual img {
  width: 90%;
  height: auto;
  object-fit: cover;
  transform-origin: center;
  border-radius: 40px;
}

.hidden {
  position: absolute;
  bottom: 45%;
  left: 15%;
  /* transform: translateX(-50%); */
  white-space: nowrap;
  /* ✅ 텍스트 줄 바꿈 방지 */
  /* overflow: hidden; */
}

.moving-text {
  font-size: 20rem;
  color: white;
  display: inline-block;
  white-space: nowrap;
  font-family: "Pretendard-Bold";
}

.intro {
  padding: 8.25rem 0;
  display: flex;
  align-items: center;
  /* 수직 가운데 정렬 */
  height: 100vh;
  /* 전체 높이 */
  background-color: #fff;
}

.wrap .inner {
  max-width: 1498px;
  width: calc(100% - 120px);
  margin: 0 auto;
}

.intro p {
  width: 69.69%;
  font-size: 2.25rem;
  font-family: "Pretendard-Bold";
  letter-spacing: calc(-0.05 * 2.25rem);
  line-height: 170%;
  color: #999;
  transition: color 1s ease, opacity 1s ease;
}

.char {
  display: inline-block;
  color: #999;
}

.year {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8.75rem 0;
  background-color: #1500ff;
  color: #fff;
}

.year h5 {
  font-size: 25rem;
  font-family: "Bricolage Grotesque-Bold";
  margin-bottom: 11rem;
}

.year .counter-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.year .counter-container li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.counter-container li span {
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: "Bricolage Grotesque-Regular";
}

.counter-container li strong {
  font-size: 5.625rem;
}

.counter-container .counter-item strong {
  position: relative;
  padding-right: 4rem;
  font-family: "Bricolage Grotesque-Bold";
}

.counter-container .counter-item strong::after {
  content: "+";
  position: absolute;
  top: -20px;
  right: 0;
}

.aboutSwiper .swiper-slide {
  width: 500px;
  height: 500px;
  margin-left: 60px;
}

.aboutSwiper .swiper-slide img {
  width: 100%;
}

/***** 서비스 섹션 시작 *****/

.service_section {
  padding: 20rem 0 8.75rem;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  mix-blend-mode: normal !important;
}

.inner h4 {
  font-size: 3.75rem;
  font-weight: 700;
  white-space: nowrap;
  font-family: "Bricolage Grotesque-Bold";
}

.service_section .list_wrap {
  max-width: 740px;
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  mix-blend-mode: normal !important;
}

.service_section .list_wrap .list {
  display: flex;
  flex-direction: column;
  gap: 78px;
}

.service_section .list_wrap .list .item {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 2;
  isolation: isolate;
  /* ✅ 추가 */
}

.service_section .list_wrap .list .item:hover {
  cursor: pointer;
}

/* 마우스 hover 이미지 스타일 */
#hover-image {
  position: absolute;
  pointer-events: none;
  width: 287px;
  height: 200px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: opacity 0.2s ease;
}

#hover-image.hidden {
  opacity: 0;
}

.service_section .list_wrap .list .item p {
  font-size: 2rem;
  font-family: "Pretendard-Bold";
  letter-spacing: calc(-0.05 * 2rem);
}

/* hover 시 텍스트 색상 */
.item:hover p {
  color: #fff;
}

/***** 서비스 섹션 끝 *****/

.clients_section {
  padding-bottom: 8.75rem;
  background-color: #fff;
}

.clients_section h4 {
  margin-bottom: 6.25rem;
}

/* 롤링배너 */
#rolling_banner {
  width: 100%;
  margin: 32px 0;
  overflow: hidden;
  text-align: center;
}

#rolling_banner .swiper .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}

#rolling_banner .swiper .swiper-wrapper .swiper-slide {
  width: 210px;
  height: 90px;
  margin: 0 8px;
  background: #fff;
  display: flex;
  align-items: center;
}

#rolling_banner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: contain;
}

.location_sectioin {
  padding: 8.75rem 0;
  background-color: #111;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
}

.location_sectioin .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.location_sectioin .title p {
  max-width: 892px;
  width: calc(100% - 30px);
  font-size: 1.5rem;
  font-family: "Pretendard-Bold";
  letter-spacing: calc(-0.05 * 1.5rem);
}

.root_daum_roughmap {
  width: 100% !important;
}

.root_daum_roughmap_landing {
  height: 80vh;
}

.root_daum_roughmap .map {
  height: 100%;
}

.root_daum_roughmap .wrap_map {
  height: 100% !important;
}

/* 반응형 미디어 쿼리 적용 */

/* 태블릿 크기 대응 */
@media screen and (max-width: 1230px) {
  html {
    font-size: 80%;
  }

  .wrap .inner {
    width: calc(100% - 60px);
  }

  .main_visual h3 {
    /* font-size: 250px; */
  }

  .intro p {
    /* font-size: 28px; */
    width: 80%;
  }

  .year h5 {
    /* font-size: 250px; */
  }

  .service_section {
    padding: 150px 0 80px;
  }

  .service_section .list_wrap {
    max-width: 600px;
  }

  .clients_section h4 {
    /* font-size: 40px; */
  }
}

@media screen and (max-width: 960px) {
  .wrap .inner {
    width: calc(100% - 40px);
  }

  .main_visual {
    height: 100vh;
  }

  .main_visual h3 {
    font-size: 16rem;
    padding-left: 20px;
  }

  .intro p {
    /* font-size: 20px; */
    width: 100%;
  }

  .year h5 {
    font-size: 150px;
    /* padding-bottom: 30px; */
  }

  .counter-container {
    flex-direction: column;
    text-align: center;
  }

  .year .counter-container li {
    width: 100%;
    margin-bottom: 20px;
  }

  .year .counter-container li:last-child {
    margin-bottom: 0;
  }

  .counter-container li span {
    font-size: 20px;
  }

  .counter-container li strong {
    font-size: 35px;
  }

  .service_section {
    flex-direction: column;
    align-items: start;
    /* align-items: center;
        text-align: center; */
    padding: 100px 0;
  }

  .service_section .list_wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    margin-top: 60px;
  }

  .service_section .list_wrap .list {
    gap: 40px;
  }

  .clients_section h4 {
    text-align: start;
  }

  .location_sectioin .title {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .location_sectioin .title p {
    font-size: 16px;
    width: 100%;
    text-align: start;
    line-height: 150%;
  }

  .root_daum_roughmap_landing {
    height: 50vh;
  }

  .aboutSwiper .swiper-slide {
    width: 200px;
    height: 200px;
    margin-left: 15px;
  }

  #rolling_banner {
    margin: 15px 0;
  }

  #rolling_banner .swiper .swiper-wrapper .swiper-slide {
    width: 40%;
    height: auto;
  }
}
/* ✅ 모바일 반응형 */
@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .mo_only {
    display: block;
  }

  .main_visual2 {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .main_visual2 img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    transform-origin: center;
  }

  .hidden2 {
    position: absolute;
    top: 12vh;
    left: 6vw;
    /* transform: translateX(-50%); */
    white-space: nowrap;
    /* ✅ 텍스트 줄 바꿈 방지 */
    /* overflow: hidden; */
  }

  .moving-text2 {
    font-size: 5.5rem;
    color: white;
    display: inline-block;
    white-space: nowrap;
    font-family: "Pretendard-Bold";
    line-height: 120%;
    letter-spacing: calc(-0.05 * 5.5rem);
  }

  .intro {
    height: 80vh;
  }
  .year {
    padding: 5rem 0;
  }
  .year h5 {
    margin-bottom: 5rem;
  }
  .counter-container .counter-item strong {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 690px) {
  .wrap .inner {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 500px) {
}

/********** 어바웃 내용 끝 **********/
