@charset "UTF-8";
/* Size */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.fs-0 {
  font-size: 0px;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-34 {
  font-size: 3.4rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.fs-42 {
  font-size: 4.2rem;
}

.fs-72 {
  font-size: 7.2rem;
}

.fs-82 {
  font-size: 8.2rem;
}

.fs-96 {
  font-size: 9.6rem;
}

@media screen and (max-width: 1200px) {
  .fs-16 {
    font-size: 1.4rem;
  }
  .fs-18 {
    font-size: 1.6rem;
  }
  .fs-20 {
    font-size: 1.8rem;
  }
  .fs-24 {
    font-size: 2rem;
  }
  .fs-28 {
    font-size: 2.4rem;
  }
  .fs-34 {
    font-size: 2.8rem;
  }
  .fs-36 {
    font-size: 3rem;
  }
  .fs-42 {
    font-size: 3.4rem;
  }
  .fs-72 {
    font-size: 5.2rem;
  }
  .fs-82 {
    font-size: 5rem;
  }
  .fs-96 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-18 {
    font-size: 1.4rem;
  }
  .fs-20 {
    font-size: 1.6rem;
  }
  .fs-24 {
    font-size: 1.8rem;
  }
  .fs-28 {
    font-size: 2rem;
  }
  .fs-34 {
    font-size: 2.4rem;
  }
  .fs-36 {
    font-size: 2.6rem;
  }
  .fs-42 {
    font-size: 2.8rem;
  }
  .fs-72 {
    font-size: 4.2rem;
  }
  .fs-82 {
    font-size: 4.4rem;
  }
  .fs-96 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-16 {
    font-size: 1.3rem;
  }
  .fs-18 {
    font-size: 1.2rem;
  }
  .fs-20 {
    font-size: 1.4rem;
  }
  .fs-24 {
    font-size: 1.6rem;
  }
  .fs-28 {
    font-size: 1.8rem;
  }
  .fs-xs-10 {
    font-size: 1rem;
  }
  .fs-xs-12 {
    font-size: 1.2rem;
  }
  .fs-xs-13 {
    font-size: 1.3rem;
  }
  .fs-xs-14 {
    font-size: 1.4rem;
  }
  .fs-xs-16 {
    font-size: 1.6rem;
  }
  .fs-xs-18 {
    font-size: 1.8rem;
  }
  .fs-xs-20 {
    font-size: 2rem;
  }
  .fs-xs-24 {
    font-size: 2.4rem;
  }
  .fs-xs-28 {
    font-size: 2.8rem;
  }
}
/* Weight */
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.hdhitec {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #353535;
}

.hdhitec .container {
  max-width: 1632px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-40 {
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .fs-40 {
    font-size: 3.2rem;
  }
  .fs-28 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-40 {
    font-size: 2.6rem;
  }
  .fs-28 {
    font-size: 2rem;
  }
}
.marquee {
  --height: 145px;
  --gap: 100px;
  --speed: 18s;
  position: relative;
  overflow: hidden;
  height: var(--height);
  background: #1E3D8E;
}

.marquee-track {
  display: flex;
  height: var(--height);
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  animation: marquee-left var(--speed) linear infinite;
}

.marquee-inner {
  display: flex;
  align-items: center;
  gap: var(--gap);
  padding-inline: var(--gap);
  min-width: -moz-max-content;
  min-width: max-content; /* ✅ 한 세트의 실제 너비에 맞춰짐 */
}

.marquee-inner span {
  font-weight: 800;
  font-size: clamp(60px, 5.8vw, 100px);
  letter-spacing: 0.12em;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ✅ 정확한 이동 거리 조정 (겹침 X) */
@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* 한 세트의 절반만큼 이동 */
  }
}
.hdhitec .sec01 {
  padding: 70px 0 200px;
  background: url(../img/main_bg.jpg) no-repeat center/cover;
}
.hdhitec .sec01 .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
}
.hdhitec .sec01 .hd .logo {
  width: 170px;
}
.hdhitec .sec01 .hd .logo img {
  width: 100%;
  display: block;
}
.hdhitec .sec01 .hd .text {
  text-align: right;
  color: #a6c9ff;
  line-height: 1;
}
.hdhitec .sec01 .hd .text p + p {
  margin-top: 14px;
}
.hdhitec .sec01 .img-box {
  margin-bottom: 120px;
}
.hdhitec .sec01 .img-box img {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0px 30px 50px rgba(0, 18, 67, 0.25);
}
.hdhitec .sec01 h2 {
  font-family: "Outfit", sans-serif;
  font-size: 6rem;
  margin-bottom: 36px;
  color: #f5f7fa;
}
.hdhitec .sec01 .text-box {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
.hdhitec .sec01 .text-box p {
  flex: 1;
  display: block;
  line-height: 1.6;
  color: #a4a4a4;
  font-weight: 400;
  word-break: keep-all;
}
.hdhitec .sec01 .text-box p span {
  font-weight: 600;
  color: #fff;
}
.hdhitec .sec02 {
  font-size: 10rem;
  overflow: hidden;
}
.hdhitec .sec02 .text-slide {
  display: flex;
  gap: 100px;
  width: 100%;
}
.hdhitec .sec03 {
  padding: 200px 0 180px;
}
.hdhitec .sec03 h2 {
  text-align: center;
  margin-bottom: 80px;
  font-family: "Outfit", sans-serif;
}
.hdhitec .sec03 ul {
  display: flex;
  gap: 34px;
}
.hdhitec .sec03 ul li {
  padding: 30px 0 70px;
  flex: 1;
  background: #1e3d8e;
  display: flex;
  flex-direction: column;
  align-items: end;
  height: -moz-fit-content;
  height: fit-content;
}
.hdhitec .sec03 ul li:nth-child(2n) {
  margin-top: 100px;
}
.hdhitec .sec03 ul li svg {
  display: block;
  width: 304px;
  margin-bottom: 30px;
}
.hdhitec .sec03 ul li .text-box {
  padding: 0 50px;
}
.hdhitec .sec03 ul li .text-box span {
  color: #8b9dce;
  font-weight: 600;
}
.hdhitec .sec03 ul li .text-box h3 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 10px;
}
.hdhitec .sec03 ul li .text-box p {
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}
.hdhitec .sec04 {
  padding: 200px 0 335px;
  background: #f5f7fa;
}
.hdhitec .sec04 .img-box {
  position: relative;
  width: 90%;
  max-width: 1230px;
  margin: 0 auto;
}
.hdhitec .sec04 .img-box .img01 {
  width: 100%;
  display: block;
}
.hdhitec .sec04 .img-box .img02 {
  width: 393px;
  display: block;
  position: absolute;
  right: -63px;
  bottom: -552px;
}
.hdhitec .sec04 .text-box {
  width: 50%;
  padding-left: 110px;
  margin-top: 140px;
}
.hdhitec .sec04 .text-box span {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}
.hdhitec .sec04 .text-box h2 {
  font-size: 8rem;
  font-weight: bold;
  color: #151515;
  margin-top: 20px;
  margin-bottom: 40px;
}
.hdhitec .sec04 .text-box p {
  max-width: 590px;
  line-height: 1.5;
  color: #353535;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.hdhitec .sec05 {
  position: relative;
  background: #1e3d8e;
  padding: 177px 0 0;
}
.hdhitec .sec05::before {
  content: "";
  display: block;
  width: 643px;
  height: 441px;
  background: url(../img/sec05_bg_icon.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}
.hdhitec .sec05 .text-box {
  text-align: right;
  margin-bottom: 136px;
}
.hdhitec .sec05 span {
  font-weight: bold;
  color: #adc4ff;
}
.hdhitec .sec05 h2 {
  font-weight: 900;
  font-size: 8rem;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
}
.hdhitec .sec05 p {
  font-weight: 400;
  color: #f5f7fa;
  line-height: 1.5;
}
.hdhitec .sec05 .img-box img {
  width: 100%;
  display: block;
}
.hdhitec .sec05 .img-box.img-box01 {
  width: 90%;
  max-width: 1291px;
  margin: 0 auto 100px;
}
.hdhitec .sec05 ul {
  width: 100%;
  max-width: 1032px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.hdhitec .sec05 ul li {
  width: 466px;
}
.hdhitec .sec05 ul li img + img {
  margin-top: 100px;
}
.hdhitec .sec06 {
  padding: 200px 0 300px;
  background: #1f2335;
  overflow: hidden;
  position: relative;
}
.hdhitec .sec06 span {
  font-weight: bold;
  color: #ffffff;
}
.hdhitec .sec06 h2 {
  font-weight: 900;
  font-size: 8rem;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 40px;
}
.hdhitec .sec06 p {
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
}
.hdhitec .sec06 .text-box {
  margin-bottom: 130px;
}
.hdhitec .sec06 .img-list {
  position: relative;
  height: 667px;
}
.hdhitec .sec06 ul {
  display: flex;
  gap: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  transform: translateX(-50%);
}
.hdhitec .sec06 ul li {
  flex-shrink: 0;
  width: auto;
}
.hdhitec .sec06 ul li img {
  display: block;
  width: auto;
  height: 100%;
}
.hdhitec .sec07 {
  width: 100%;
  height: 100vh;
  background: url(../img/wireframe.png) no-repeat center top fixed #fff;
  background-size: cover;
  padding: 200px 16px;
}
.hdhitec .sec07 h2 {
  font-size: 6rem;
  text-align: center;
}
.hdhitec .sec08 {
  margin-top: 200px;
}
.hdhitec .sec08 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 100px;
}
.hdhitec .sec08 h3 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #a6c9ff;
  margin-bottom: 70px;
}
.hdhitec .sec08 .color-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "main main sub1 sub2" "main main nmid nlight" "tprim1 tprim1 tprim2 tprim2";
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.hdhitec .sec08 .color-grid .color-item {
  padding: 45px 45px;
  min-height: 200px;
  color: #fff;
}
.hdhitec .sec08 .color-grid .color-item .title {
  font-size: 4rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.hdhitec .sec08 .color-grid .color-item .code {
  font-size: 3rem;
  font-weight: 500;
}
.hdhitec .sec08 .color-grid .main {
  grid-area: main;
  background-image: linear-gradient(to bottom, #1e3d8e, #2a52b8);
}
.hdhitec .sec08 .color-grid .sub1 {
  grid-area: sub1;
  background-image: linear-gradient(to bottom, #002c5f, #003776);
}
.hdhitec .sec08 .color-grid .sub2 {
  color: #1e1e1e;
  grid-area: sub2;
  background-image: linear-gradient(to bottom, #a6c9ff, #bfd8ff);
}
.hdhitec .sec08 .color-grid .neutral-mid {
  color: #1e1e1e;
  grid-area: nmid;
  background: #f5f7fa;
}
.hdhitec .sec08 .color-grid .neutral-light {
  color: #1e1e1e;
  grid-area: nlight;
  background-image: linear-gradient(to bottom, #b0b8c1, #ced4db);
}
.hdhitec .sec08 .color-grid .text-primary1 {
  grid-area: tprim1;
  background-image: linear-gradient(to bottom, #1a1a1a, #3d3d3d);
  min-height: 326px;
}
.hdhitec .sec08 .color-grid .text-primary2 {
  grid-area: tprim2;
  background-image: linear-gradient(to bottom, #5c5c5c, #6c6c6c);
  min-height: 326px;
}
@media (max-width: 768px) {
  .hdhitec .sec08 .color-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "main main" "sub1 sub2" "nmid nlight" "tprim1 tprim1" "tprim2 tprim2";
  }
}
.hdhitec .sec09 {
  background: #1f2335;
  padding: 200px 0;
  color: #fff;
}
.hdhitec .sec09 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  color: #a6c9ff;
}
.hdhitec .sec09 h3 {
  font-weight: bold;
  margin-bottom: 44px;
}
.hdhitec .sec09 .typo-list {
  margin-bottom: 120px;
}
.hdhitec .sec09 .typo-list li {
  display: grid;
  grid-template-columns: 146px 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.hdhitec .sec09 .typo-list li + li {
  margin-top: 20px;
}
.hdhitec .sec09 .typo-list li span {
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  color: #1e3d8e;
}
.hdhitec .sec09 .typo-list li p {
  letter-spacing: -0.02em;
  text-align: right;
}
.hdhitec .sec09 .list-item {
  display: flex;
  gap: 200px;
  margin-bottom: 200px;
}
.hdhitec .sec09 .list-item .item {
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.hdhitec .sec09 .list-item .item span {
  font-weight: bold;
}
.hdhitec .sec09 .icon-list {
  max-width: 1107px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 100px;
}
.hdhitec .sec09 .icon-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdhitec .sec09 .icon-list li img {
  width: 100%;
  max-width: 154px;
  display: block;
}
.hdhitec .sec10{
background: #fff;
font-size: 3rem;text-align: center;
color: #1C222B;
font-weight: 500;
padding: 50px 16px;
}

@media screen and (max-width: 1200px) {
  .hdhitec .sec01{
    padding: 120px 0 70px;
  }
  .hdhitec .sec01 .hd {
    margin-bottom: 60px;
  }
  .hdhitec .sec01 .hd .logo {
    width: 100px;
  }
  .hdhitec .sec01 h2 {
    font-size: 4rem;
    margin-bottom: 16px;
  }
  .hdhitec .sec01 .text-box {
    gap: 60px;
  }
  .hdhitec .sec03 ul {
    gap: 20px;
  }
  .hdhitec .sec03 ul li {
    padding: 20px 0 50px;
  }
  .hdhitec .sec03 ul li .text-box {
    padding: 0 24px;
  }
  .hdhitec .sec03 ul li svg {
    width: 90%;
    max-width: 304px;
  }
  .hdhitec .sec03 ul li .text-box h3 {
    margin-bottom: 24px;
  }
  .hdhitec .sec04 .text-box {
    padding-left: 0;
  }
  .hdhitec .sec04 .img-box .img02 {
    width: 393px;
    display: block;
    position: absolute;
    right: -40px;
    bottom: -552px;
  }
  .hdhitec .sec04 .text-box h2 {
    font-size: 6rem;
    margin-bottom: 32px;
  }
  .hdhitec .sec05 h2 {
    font-size: 6rem;
    margin-bottom: 32px;
  }
  .hdhitec .sec06 h2 {
    font-size: 6rem;
    margin-bottom: 32px;
  }
  .hdhitec .sec08 .color-grid .color-item {
    padding: 36px 20px;
    min-height: 200px;
  }
  .hdhitec .sec08 .color-grid .color-item .title {
    font-size: 3.2rem;
  }
  .hdhitec .sec08 .color-grid .color-item .code {
    font-size: 2.4rem;
  }
  .hdhitec .sec09 .list-item {
    gap: 100px;
  }
  .hdhitec .sec09 .typo-list li {
    grid-template-columns: 130px 1fr;
  }
  .hdhitec .sec09 .icon-list {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .hdhitec .sec09 .typo-list li {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .hdhitec .sec05 ul {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .hdhitec .sec05 ul li img + img {
    margin-top: 50px;
  }
  .hdhitec .sec05 ul li {
    width: calc((100% - 50px) / 2);
  }
  .hdhitec .sec09 .typo-list li span {
    padding: 6px 20px;
  }
  .hdhitec .sec07 h2 {
    font-size: 4rem;
  }
  .hdhitec .sec08 h2 {
    font-size: 4rem;
    margin-bottom: 60px;
  }
  .hdhitec .sec08 h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .hdhitec .sec01 {
    padding: 40px 0 100px;
  }
  .hdhitec .sec01 .img-box {
    margin-bottom: 70px;
  }
  .hdhitec .sec03 {
    padding: 70px 0;
  }
  .hdhitec .sec04 {
    padding: 70px 0 140px;
    background: #f5f7fa;
  }
  .hdhitec .sec04 .img-box .img02 {
    width: 40%;
    max-width: 390px;
    bottom: -50vw;
    right: -20px;
  }
  .hdhitec .sec05 {
    padding: 70px 0 0;
  }
  .hdhitec .sec05 .text-box {
    margin-bottom: 60px;
  }
  .hdhitec .sec05 ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .hdhitec .sec05 ul li {
    width: calc((100% - 20px) / 2);
  }
  .hdhitec .sec05 .img-box.img-box01 {
    margin-bottom: 40px;
  }
  .hdhitec .sec06 {
    padding: 70px 16px;
  }
  .hdhitec .sec06 .img-list {
    height: 400px;
  }
  .hdhitec .sec06 .text-box {
    margin-bottom: 60px;
  }
  .hdhitec .sec06 ul {
    gap: 40px;
  }
  .hdhitec .sec07 {
    padding: 100px 16px;
  }
  .hdhitec .sec08 {
    margin-top: 120px;
  }
  .hdhitec .sec09 {
    padding: 100px 0;
  }
  .hdhitec .sec09 .list-item {
    gap: 40px;
  }
  .hdhitec .sec09 h3 {
    margin-bottom: 20px;
  }
  .hdhitec .sec09 h2 {
    margin-bottom: 40px;
  }
  .hdhitec .sec05::before {
    aspect-ratio: 641/441;
    width: 30%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .hdhitec .sec01 .text-box {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .hdhitec .sec01 h2 {
    font-size: 2.8rem;
  }
  .hdhitec .sec03 h2 {
    margin-bottom: 40px;
  }
  .hdhitec .sec03 ul {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .hdhitec .sec03 ul li:nth-child(2n) {
    margin-top: 0;
  }
  .hdhitec .sec04 .text-box {
    margin-top: 80px;
    width: 53%;
  }
  .hdhitec .sec04 .text-box h2 {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
  .hdhitec .sec05 h2 {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
  .hdhitec .sec06 h2 {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
  .hdhitec .sec08 .color-grid .color-item .title {
    font-size: 2.6rem;
  }
  .hdhitec .sec08 .color-grid .color-item .code {
    font-size: 2rem;
  }
  .hdhitec .sec08 h2 {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
  .hdhitec .sec08 h3 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .hdhitec .sec08 .color-grid .color-item {
    min-height: 160px;
  }
  .hdhitec .sec09 .typo-list li {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }
  .hdhitec .sec09 .typo-list li + li {
    margin-top: 32px;
  }
  .hdhitec .sec09 .typo-list li p {
    text-align: left;
    line-height: 1.25;
    font-size: 2rem;
  }
  .hdhitec .sec09 .list-item {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .hdhitec .sec09 .icon-list {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 32px;
  }
  .hdhitec .sec09 .typo-list {
    margin-bottom: 60px;
  }
  .hdhitec .sec07 h2 {
    font-size: 2.8rem;
  }.hdhitec .sec10{
background: #fff;
font-size: 1.6rem;text-align: center;
color: #1C222B;
font-weight: 500;
padding: 40px 16px;
}
}
@media screen and (max-width: 576px) {
  .hdhitec .sec06 h2,
  .hdhitec .sec05 h2,
  .hdhitec .sec04 .text-box h2 {
    font-size: 2rem;
  }
  .hdhitec .sec09 .icon-list {
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 360px) {
  .hdhitec .sec04 .text-box {
    width: 68%;
  }
  .hdhitec .sec04 .img-box .img02 {
    width: 30%;
    right: 0;
  }
}



/* 1️⃣ 선 그리기 */
@keyframes svg-draw-line {

  to { stroke-dashoffset: 0; }
}

/* 2️⃣ 면 채우기 */
@keyframes svg-fill-in {
  0%   { fill-opacity: 0; }
  100% { fill-opacity: 1;     stroke-width: 0;}
}

/* 기본 설정 */
.svg-draw {
  color: #fff;              /* 선 색 */
width: 100%;
display: block;
}

/* path 공통 스타일 */
.svg-draw path {
  /* ① 처음엔 선만 보이게 */
 fill-opacity: 0;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;

  /* ② 선 그리기 후 면 채우기 */
  animation:
    svg-draw-line 1.2s linear forwards,
    svg-fill-in 0.4s ease forwards;

  /* ③ fill 애니메이션은 draw 끝난 뒤 시작 */
  animation-delay:
    calc(var(--i, 0) * 0.06s),
    calc(var(--i, 0) * 0.06s + 1.2s);


    animation-play-state: paused;
}

/* path별 지연값 (개수만큼 늘리면 됨) */
.svg-draw path:nth-of-type(1)  { --i: 0; }
.svg-draw path:nth-of-type(2)  { --i: 1; }
.svg-draw path:nth-of-type(3)  { --i: 2; }
.svg-draw path:nth-of-type(4)  { --i: 3; }
.svg-draw path:nth-of-type(5)  { --i: 4; }
.svg-draw path:nth-of-type(6)  { --i: 5; }
.svg-draw path:nth-of-type(7)  { --i: 6; }
.svg-draw path:nth-of-type(8)  { --i: 7; }
.svg-draw path:nth-of-type(9)  { --i: 8; }
.svg-draw path:nth-of-type(10) { --i: 9; }

/* 접근성: 모션 줄이기 설정 존중 */
@media (prefers-reduced-motion: reduce) {
  .svg-draw path {
    animation: none !important;
    stroke-dashoffset: 0 !important;
    fill: white !important;
  }
}

.svg-draw.on path { animation-play-state: running; }


.hdhitec .sec03 svg.on #ani02,
.hdhitec .sec03 svg.on #ani01,
.hdhitec .sec03 svg.on #one02,
.hdhitec .sec03 svg.on #one01 {
  /* 중심 회전 기준 잡기 */
  transform-box: fill-box;
  transform-origin: center;

  /* 커스텀 변수 */
  --dur: 1s;
  --easing: linear;

  /* 애니메이션 */
  animation: spin-1turn 1s linear 1 both;
}


.hdhitec .sec03 svg.on #vector_2,
.hdhitec .sec03 svg.on #vector {
  /* 중심 회전 기준 잡기 */
  transform-box: fill-box;
  transform-origin: center;

  /* 커스텀 변수 */
  --dur: 1s;
  --easing: linear;

  /* 애니메이션 */
  animation: spin-scale 1s linear 1 both;
}
.hdhitec .sec03 svg.on #keywords02_vector {
  transform-box: fill-box;
  transform-origin: center;

  animation: keywords02-ani01 1s linear 1 both;
}
.hdhitec .sec03 svg.on #keywords02_vector02 {
  transform-box: fill-box;
  transform-origin: center;

  animation: keywords02-ani02 1s linear 1 both;
}
.hdhitec .sec03 svg.on #box01 {
  transform-box: fill-box;
  transform-origin: center;

  animation: box-ani01 1s linear 1 both;
}
.hdhitec .sec03 svg.on #box02 {
  transform-box: fill-box;
  transform-origin: center;

  animation: spin-scale02 1s linear 1 both;
}
.hdhitec .sec03 svg.on #box03 {
  transform-box: fill-box;
  transform-origin: center;

  animation: box-ani02 1s linear 1 both;
}
@keyframes keywords02-ani01 {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: scale(1);
  }
}

@keyframes keywords02-ani02 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: scale(1);
  }
}

@keyframes spin-1turn {
  from {
    transform: rotate(0turn) scale(0);
  }
  to {
    transform: rotate(1turn) scale(1);
  }
}
@keyframes spin-scale {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes spin-scale02 {
  from {
    transform: scale(1.5);
  }
  to {
    transform: scale(1);
  }
}

@keyframes box-ani01 {
  from {
    transform: scale(1.5) translateY(-100%);
  }
  to {
    transform: scale(1);
  }
}

@keyframes box-ani02 {
  from {
    transform: scale(1.5) translateY(100%);
  }
  to {
    transform: scale(1);
  }
}
