@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");

.title_box {
  margin-bottom: 80px;
}
.wrapper {
  max-width: 1440px;
}
.sec_hero .txt_wrap .logo {
  max-width: 230px;
}
.sec_hero .txt_wrap .tit .color {
  color: var(--primary);
}
.sec_hero .txt_wrap {
  color: #222;
}
.sec_hero .view_more .round {
  background: #222;
}

.img_box img {
  width: 100%;
}

.title_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
}
.title_box .title p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 14px;
  margin-top: 0;
  color: #fcca29;
}
.title_box .title h3 {
  font-size: 54px;
  font-weight: 700;
  color: #333;
}
.title_box article {
  font-size: 20px;
  margin-top: 50px;
  font-weight: 400;
  color: #666;
  line-height: 1.5;
}

.flow_banner {
  padding: 28px 0px 150px;
  background: #f4efde;
}
.flow_banner ul {
  display: flex;
  align-items: center;
  gap: 50px;
  width: max-content;
}
.flow_banner ul li {
  width: fit-content;
}
.flow_banner ul li img {
  min-width: max-content;
  height: 120px;
}

.desktop_view .cont img {
  animation: desktopView 20s linear infinite !important;
}

.sec_info {
  background: linear-gradient(278deg, #222 -19.83%, #b9bec0 108.11%);
}
.sec_info .title_box {
  flex-direction: column;
  color: #fff;
}
.sec_info .cont {
  color: #fff;
}

.sec_03 {
  padding: var(--sec-padding) 0;
  background: #f2f2f2;
}
.sec_03 .over_view {
  margin-top: 120px;
}

.sec_04 .title_box p {
  color: #fcca29;
}
.sec_04 .title_box h3 {
  color: #fff;
}

.sec_04_1 {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  background-color: #8b868a;
  padding: 200px 0px;
}
.overview_img {
  aspect-ratio: 1660/600;
  max-width: none;
}
.sec_04_1 .wrapper:first-child {
  position: relative;
  padding: 0 0 176px 20px;
  margin: 0;
  overflow: visible;
}
.sec_04_1 .title_box {
  color: #fff;
  flex-direction: column;
  gap: 24px;
  align-items: start;
  justify-content: center;
  margin-bottom: 56px;
}
.sec_04_1 .title_box .title .design_system {
  color: #b9bec0;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3px;
  text-transform: capitalize;
}
.sec_04_1 .title_box .title h3.overview {
  color: #fff;
  font-family: Baskervville;
  /* font-size: 54px; */
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}
.sec_04_1 .title_box .title h3.font_color {
  color: #222;
  font-family: Baskervville;
  /* font-size: 54px; */
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}

.sec_04_1 .title_box article {
  color: #fff;
  margin-top: 0;

  font-family: Pretendard;
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}
.flow_text_ctn {
  width: 100%;
  height: 50px;
  position: relative;
  background: #222;
}
.flow_text_ctn.gray {
  background: #8b868a;
}
.flow_text.small {
  position: absolute;
  top: bottom;
  left: 0;
  width: 200%;
  height: 100%;
  display: flex;
  white-space: nowrap;
  padding: 14px 0;
  animation: flowLeft 20s linear infinite;
}
.flow_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 120px;
  display: flex;
  white-space: nowrap;
  animation: flowLeft 20s linear infinite;
}

.flow_text img {
  height: 100%;
  object-fit: cover;
  flex: none;
}

@keyframes flowLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.sec_banner {
  background: url(img/sec_05_bg.jpg) no-repeat top 650px center / cover;
}

.sec_05 {
  padding: 160px 0;
  /* background: url(img/sec_05_bg.jpg) no-repeat center / cover; */
}
.sec_05 .title_box {
  flex-direction: column;
  gap: 24px;
}
.sec_05 .title_box .title h3 {
  color: #222;
  font-family: Baskervville;
  /* font-size: 54px; */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sec_05 .title_box article {
  margin-top: 0;
}

.info_list li {
  position: relative; /* ::before 위치 기준 */
  padding-left: 30px; /* 점과 텍스트 간의 간격 */
  color: #444;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
}

.info_list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0.72em; /* 텍스트 중간 높이에 맞춰 bullet 위치 조정 */
  width: 4px; /* bullet 크기 */
  height: 4px;
  background-color: #222; /* 원하는 컬러로 변경 */
  border-radius: 50%; /* 동그라미 */
}

.sec_05 .list > div:last-child {
  margin-top: 0px;
}
.sec_05 .list > div img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.page_view .list > div {
  box-shadow: none;
}
.page_view .list > div img {
  display: block;
}
.page_view .list div img + img {
  margin-top: 80px;
}

.sec_07 {
  padding: 160px 0;
  /* background: #efede1; */
}
.sec_07 .title_box {
  flex-direction: column;
  gap: 24px;
}

.sec_07 .title_box .title h3 {
  color: #222;
  font-family: Baskervville;
  /* font-size: 54px; */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sec_07 .title_box article {
  margin-top: 0;
}
.sec_07 .list > div:nth-child(2) {
  margin-top: 0;
}
.sec_07.page_view .list > div {
  border-radius: 48px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media (hover: hover) {
}

@media all and (max-width: 1199px) {
  .title_box {
    margin-bottom: 42px;
    flex-direction: column;
    gap: 24px;
  }
  .title_box article {
    margin-top: 0;
  }
  .sec_hero .txt_wrap .logo {
    max-width: 200px;
  }
  .sec_03 .over_view {
    margin-top: 80px;
  }
  .sec_info .cont {
    font-size: 14px;
  }
  .overview_img {
    max-width: 1199px;
  }
}

@media all and (max-width: 767px) {
  .title_box {
    margin-bottom: 24px;
  }
  .sec_hero .txt_wrap .logo {
    max-width: 150px;
  }
  .overview_img {
    aspect-ratio: 375 / 200;
    max-width: calc(100% + 40px);
    transform: translateX(-20px);
  }
  .sec_hero .txt_wrap .tit {
    font-size: 20px;
  }
  .sec_04_1 {
    background: linear-gradient(180deg, #fbf5ee 0%, #fff 100%);
  }
  .sec_04_1 .wrapper:first-child {
    padding: 0 20px 80px 20px;
    margin: 0 auto;
  }
  .sec_04_1 .title_box .title h3.overview {
    color: #222;
  }
  .sec_04_1 .title_box article {
    color: #666;
  }
  .sec_04 .logo {
    margin-bottom: 0;
  }
  .sec_04 .logo img {
    height: auto;
  }
  .sec_03 .over_view {
    margin-top: 48px;
  }
  .info_list li {
    padding-left: 20px;
    color: #666;
    font-size: 14px;
  }
  .info_list li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0.72em;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 50%;
  }
  .flow_text_ctn {
    height: 40px;
  }
  .page_view .list {
    margin-top: 24px;
  }
  .page_view .list div img + img {
    margin-top: 20px;
  }
  .flow_text {
    height: 50px;
  }
  .flow_banner {
    padding: 20px 0px 60px;
  }
  .flow_banner ul li img {
    height: 32px;
  }

  .title_box .title p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .title_box .title h3 {
    font-size: 24px;
  }
  .title_box article {
    font-size: 13px;
  }

  .sec_07,
  .sec_04,
  .sec_04_1,
  .sec_05 {
    padding: 80px 0px;
  }

  .sec_banner {
    background: #dfd9d1;
  }

  /* .sec_07 .list > div:nth-child(odd) {
    margin-top: 60px;
  } */

  .flow_banner_2 {
    padding: 15px 0px;
  }
  .flow_banner_2 ul li img {
    height: 16px;
  }

  .sec_07 .title_box {
    margin-bottom: 34px;
  }

  .flow_banner_3 {
    padding: 20px 0px 60px;
  }
  .flow_banner_3 ul li img {
    height: 32px;
  }
}
