@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: 628px;
}
.sec_hero .txt_wrap .tit .color {
  color: var(--primary);
}
.sec_hero .txt_wrap {
  color: #222;
}
.sec_hero .view_more .round {
  background: #1444c0;
}

.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(96deg, #265aa7 7.72%, #163271 135.88%);
}
.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 {
  padding: var(--sec-padding) 0;
}
.sec_04 .title_box {
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.sec_04 .title_box h6 {
  text-align: center;
  color: #062d8f;
}

.sec_04 .title_box h2 {
  text-align: center;
  color: #222;
}

.sec_04 .title_box p {
  color: #fcca29;
}
.sec_04 .title_box h3 {
  color: #fff;
}
.title_box h2 {
  color: #fff;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 64.8px */
}
.title_box h6 {
  color: rgba(255, 255, 255, 0.5);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}

.sec_04_1 {
  background-image: url(img/overview_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  background-color: #8b868a;
  padding: 0;
}
.sec_04_1 .wrapper > div {
  display: flex;
  justify-content: space-between;
}
.overview_list {
  display: flex;
  flex-direction: column;
  gap: 109px;
  position: relative;
  padding: 130px 0;
}

.overview_list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: rgba(20, 68, 192, 0.5);
}
.overview_list li {
  position: relative;
  display: flex;
  padding-left: 40px;
  padding-right: 145px;
  max-width: calc(354px + 145px + 40px);
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.overview_list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.3;
  background: #1444c0;
}
.overview_list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3d6ff0;
  z-index: 2;
}
.list_title {
  color: #fff;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  text-transform: capitalize;
}
.list_desc {
  color: rgba(255, 255, 255, 0.5);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}
.overview_img {
  aspect-ratio: 1660/600;
  max-width: none;
}
.title_box {
  color: #fff;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  justify-content: center;
}
.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_05 {
  padding: 160px 0 600px;
  background: url(img/pc_design_bg.png) center bottom / contain no-repeat,
    #f1f7ff;
}

.sec_05 .wrapper > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.sec_05 .title_box h6 {
  color: #1444c0;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 22px */
  letter-spacing: 3px;
  text-transform: capitalize;
}
.sec_05 .title_box h2 {
  color: #222;
}
.sec_05 .title_box {
  flex-direction: column;
  gap: 24px;
}
.sec_05 .title_box article {
  margin-top: 0;
}
.sec_05 .wrapper > div > .list {
  margin-top: 106px;
}

.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_banner {
  display: flex;
  align-items: end;
  width: 100%;
  aspect-ratio: 1920/989;
  background-image: url(img/banner_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_banner .title_box h2 {
  font-weight: 400;
}
.sec_07 {
  height: calc(100% - 65px);
  max-height: calc(100% - 65px);
  padding: 160px 0 0 0;
  /* background: #efede1; */
  overflow: visible;
}
.sec_07 .title_box {
  flex-direction: column;
  gap: 24px;
}

.sec_07 .title_box h6 {
  color: #1444c0;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 22px */
  letter-spacing: 3px;
  text-transform: capitalize;
}

.sec_07 .title_box h2 {
  color: #222;
}
.sec_07 .title_box {
  flex-direction: column;
  gap: 24px;
}
.sec_07 .title_box article {
  margin-top: 0;
}
.sec_07 .list > div:nth-child(1) {
  transform: translateY(225px);
}
.sec_07 .list > div:nth-child(2) {
  transform: translateY(65px);
  margin-top: 0;
}
.sec_07 .list > div:nth-child(3) {
  transform: translateY(-225px);
}
.sec_07.page_view .list > div {
  border-radius: 48px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 1399px) {
  .sec_04_1 {
    padding: var(--sec-padding) 0;
  }
  .sec_04_1 .wrapper > div {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .title_box {
    margin-bottom: 0px;
  }
  .sec_04_01 .title_box {
    margin-bottom: 0px;
  }
  .overview_list {
    gap: 48px;

    padding: 26px 0 68px;
  }
  .overview_list li {
    max-width: none;
    gap: 12px;
  }
}
@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) {
  .sec_banner {
    aspect-ratio: 375 / 300;
    background-image: url(img/banner_01_mo.png);
  }
  .sec_05 .wrapper > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .sec_05 .wrapper .list_ctn {
    display: flex;
    gap: 15px;
  }
  .page_view .list {
    margin-top: 0;
  }
  .sec_05 .wrapper .list_ctn .list:nth-child(1) {
    margin-top: 118px;
  }
  .sec_04 .title_box {
    margin-bottom: 24px;
  }
  .title_box {
    margin-bottom: 16px;
  }
  .sec_07 .list > div:nth-child(1) {
    transform: translateY(60px);
  }
  .sec_07 .list > div:nth-child(2) {
    transform: translateY(0);
  }
  .sec_07 .list > div:nth-child(3) {
    transform: translateY(-60px);
  }
  .sec_07.page_view .list > div {
    margin-bottom: 20px;
  }
  .title_box h6 {
    font-size: 14px;
  }
  .title_box h2 {
    font-size: 24px;
  }
  .list_title {
    font-size: 14px;
  }
  .list_desc {
    font-size: 16px;
  }
  .sec_hero .txt_wrap .logo {
    max-width: 276px;
  }
  .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 .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 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_07 {
    padding: 80px 0 0 0;
  }
  .sec_05 .title_box h6 {
    font-size: 16px;
  }
  .sec_05 .title_box h2 {
    font-size: 32px;
  }
  .sec_05 {
    padding: 80px 0 260px;
    background: url(img/pc_design_bg_mo.png) center bottom / contain no-repeat,
      #f1f7ff;
  }
  .flow_banner_2 {
    padding: 15px 0px;
  }
  .flow_banner_2 ul li img {
    height: 16px;
  }

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

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