:root {
  --primary-waffleuniv-color-1: #fedf12;
  --primary-waffleuniv-color-2: #2e70ff;
  --waffleuniv-fonts-color-01: #000;
  --waffleuniv-fonts-color-02: #222;
  --waffleuniv-fonts-color-03: #444;
}

/* Size */
.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:1024px) {

}
@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;
}


@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");

.geologica {
  font-family: "Geologica", sans-serif;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

@keyframes opacityAni {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.waffleuniv {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    sans-serif;
  color: #444;
}
.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;
  }
}
.waffleuniv .container {
  max-width: 1712px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.waffleuniv .sec-eng-title {
  display: inline-block;
  font-family: "Geologica", sans-serif;
  color: #222;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-style: italic;
}

.waffleuniv .sec-title {
  color: #000;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-weight: bold;
}

.waffleuniv .sec-title span {
  color: var(--primary-waffleuniv-color-2);
}

.waffleuniv .sec01 {
  width: 100%;
  height: 100vh;
  background: url(../img/vis_img.jpg) no-repeat center top fixed #ffffff;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.waffleuniv .sec01 img {
  display: block;
  width: 50%;
  max-width: 522px;
}

.waffleuniv .sec01 .scroll-box {
  position: absolute;
  left: 50%;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  animation: bounce 3s infinite;
}
.waffleuniv .sec01 .scroll-box .scroll {
  position: relative;
  width: 24px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #fff;
}
.waffleuniv .sec01 .scroll-box .scroll::after {
  animation: opacityAni 3s infinite;
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4px;
}
.waffleuniv .sec01 .scroll-box span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-top: 16px;
}

.waffleuniv .bg-yellow {
  background-color: #fffce8;
}

.waffleuniv .sec02 {
  padding: 120px 0;
}
.waffleuniv .sec02 .container {
  display: flex;
  justify-content: space-between;
}

.waffleuniv .sec02 .left-box {
  width: 245px;
}

.waffleuniv .sec02 .text-box {
  word-break: keep-all;
  line-height: 1.6;
  letter-spacing: -0.02em;
  max-width: 952px;
  width: calc(100% - 480px);
  font-weight: 400;
}

.waffleuniv .sec02 .text-box strong {
  font-weight: 600;
  color: #333;
}

.waffleuniv .sec03 {
  position: relative;
  padding-top: 257px;
  padding-bottom: 200px;
  overflow: hidden;
}
.sec03-bg {
  position: relative;
  z-index: 5;
  background-image: linear-gradient(to bottom, #fff0ad, #ffe985);
}
.waffleuniv .sec03::before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: "";
  display: block;
  height: 257px;
  width: 100%;
  background: url(../img/sec03_bg01.png) no-repeat top center / cover;
  z-index: 1;
}
.waffleuniv .sec03::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  display: block;
  height: 200px;
  width: 100%;
  background: url(../img/sec03_bg02.png) no-repeat bottom center / cover;
  z-index: 1;
}

.waffleuniv .sec03 .title-box {
  margin-bottom: 80px;
}

.waffleuniv .sec03-list {
  position: relative;
}

.waffleuniv .sec03-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  border-top: 2px dashed #053291; /* 진한 파란색 */
  z-index: 0;
  transition: width 1.2s linear;
}
.waffleuniv .sec03-list.active::after {
  width: 100%;
}

.waffleuniv .sec03 ul {
  z-index: 5;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 72px;
  max-width: 1472px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.waffleuniv .sec03 ul li {
  opacity: 0;
  aspect-ratio: 1 / 1;
  padding: 120px 50px;
  border-radius: 400px;
  overflow: hidden;
  background: #fedf12;
  box-shadow: 9px 11px 30px 0 rgba(0, 0, 0, 0.05);
}

.waffleuniv .sec03 ul li h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #053291;
  letter-spacing: -0.02em;
  -webkit-text-stroke: 8px #fff;
  /* text-shadow: 0 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff,
    -1px 0 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff;
  -webkit-text-stroke: 6px #fff; */
  paint-order: stroke fill;
  -webkit-text-stroke-linejoin: round;
  text-stroke-linejoin: round;
  margin-bottom: 36px;
  text-align: center;
}

.waffleuniv .sec03 ul li p {
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
}

.waffleuniv .sec03 ul li:nth-child(2n) {
  background-color: #053290;
}

.waffleuniv .sec03 ul li:nth-child(2n) h3 {
  color: #2e70ff;
}

.waffleuniv .sec03 ul li:nth-child(2n) p {
  color: #fff;
}

.waffleuniv .sec04 {
  padding: 120px 0;
}

.waffleuniv .sec04 .title-box {
  margin-bottom: 80px;
}
.waffleuniv .step-item {
  position: relative;
}
.waffleuniv .step-item .step-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.waffleuniv .step-item .num {
  display: block;
  background-color: #fedf12;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 44px;
  width: 44px;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  color: #053291;
}
.waffleuniv .step-item h3 {
  color: var(--primary-waffleuniv-color-2);
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.waffleuniv .step-item .description {
  line-height: 1.6;
  letter-spacing: -0.02em;
  margin-top: 18px;
}
.waffleuniv .step-item .item-img img {
  width: 100%;
  display: block;
}
.waffleuniv .step-item .circle {
  display: block;
  width: 28px;
}
.waffleuniv .step-item .circle img {
  width: 100%;
  display: block;
}
.waffleuniv .step-item01 .item-img {
  width: 50%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.waffleuniv .step-item01 .step-text {
  position: absolute;
}
.waffleuniv .step-item01 .step-text01 {
  padding-right: 100px;
  left: 0;
  transform: translateX(-100%);
  top: 85px;
}

.waffleuniv .step-item01 .step-text01 .step-title {
  position: relative;
}
.waffleuniv .step-item .step-text .step-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  transition-delay: 2s;
  transition: width 1.2s linear;
  border-top: 2px dashed #2e70ff;
}

.waffleuniv .step-item01.active .step-text01 .step-title::before {
  width: 190px;

  height: 1px;
  transform-origin: right center;
  left: 215px;
  top: 50%;
}
.waffleuniv .step-item01 .step-text01 .step-title::after {
  opacity: 0;
  transition: 1s linear;
  transition-delay: 1.5s;
  position: absolute;
  content: "";
  display: block;
  width: 57px;
  height: 67px;
  background: url(../img/franchis_character02_01.png) no-repeat center / contain;
  top: 50%;
  right: -85px;
  transform: translateY(-100%);
}
.waffleuniv .step-item01.active .step-text01 .step-title::after {
  opacity: 1;
}
.waffleuniv .step-item01 .step-text02 {
  padding-left: 120px;
  padding-bottom: 50px;
  right: 0;
  transform: translateX(100%);
  bottom: 0;
}
.waffleuniv .step-item01 .step-text02::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0px;
  right: calc(100% - 81px);
   transition:
    width 0.6s linear,
    height 0.6s linear 0.6s;
  top: 21px;

  border-top: 2px dashed #2e70ff;
  border-left: 2px dashed #2e70ff;
}
.waffleuniv .step-item01.active .step-text02::before {
  width: 81px;
  height: 180px;

}

.waffleuniv .step-item .circle {
  opacity: 0;
  transition: 0.5s ease-in;
  transition-delay: 1.5s;
}
.waffleuniv .step-item .step-text .step-title::after {
  opacity: 0;
  transition: 0.5s ease-in;
  transition-delay: 1.5s;
}

.waffleuniv .step-item.active .step-text .step-title::after {
  opacity: 1;
}
.waffleuniv .step-item.active .circle {
  opacity: 1;
}
.waffleuniv .step-item01 .step-text01 .circle {
  position: absolute;
  right: -114px;
  top: 50%;
  transform: translateY(-50%);
}

.waffleuniv .step-item01 .step-text02 .circle {
  position: absolute;
  left: -14px;
  bottom: 14px;
}
.waffleuniv .step-item01 .step-text02 .step-title {
  position: relative;
}
.waffleuniv .step-item01 .step-text02 .step-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 95px;
  height: 73px;
  background: url(../img/franchis_character01_01.png) no-repeat center / contain;
  top: 50%;
  left: -100px;
  transform: translateY(-100%);
}

.waffleuniv .sec05 {
  background: #f2f5f9;
  padding: 120px 0;
}
.waffleuniv .sec05 .container .step-item03 {
  display: flex;
}
.waffleuniv .step-item03 .item-img {
  position: relative;
  width: 1240px;
  z-index: 0;
}

.waffleuniv .step-item03 .step-text {
  width: calc(100% - 1240px);
  padding-right: 50px;
  padding-top: 80px;
  z-index: 10;
}
.waffleuniv .step-item03 .step-text .step-title {
  position: relative;
}
.waffleuniv .step-item03 .step-text .step-title::before {
  content: "";
  display: block;
  width: 0;
  border-top: 2px dashed #2e70ff;
  height: 1px;
  position: absolute;
  left: 240px;
  top: 50%;
}

.waffleuniv .step-item03.active .step-text .step-title::before {
  content: "";
  display: block;
  width: 190px;
}
.waffleuniv .step-item03 .step-text .step-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 67px;
  height: 76px;
  background: url(../img/franchis_character02_02.png) no-repeat center / contain;
  top: 50%;
  right: -46px;
  transform: translateY(-100%);
}
.waffleuniv .step-item03 .step-text01 .circle {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.waffleuniv .sec06 {
  position: relative;
  background: #fffce8;
  padding: 60px 0 20px;
  overflow: hidden;
}
.waffleuniv .step-item04 {
  padding-top: 80px;
  min-height: 580px;
  width: fit-content;
  padding-right: 90px;
  z-index: 10;
}

.waffleuniv .step-item04 .step-text .step-title {
  position: relative;
}
.waffleuniv .step-item04 .step-text .step-title::before {
  content: "";
  display: block;
  width: 0;
  border-top: 2px dashed #2e70ff;
  height: 1px;
  position: absolute;
  left: 230px;
  top: 50%;
}
.waffleuniv .step-item04.active .step-text .step-title::before {
  width: 190px;
}

.waffleuniv .step-item04 .step-text .circle {
  position: absolute;
  right: -102px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.waffleuniv .step-item04 .step-text .step-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 67px;
  height: 77px;
  background: url(../img/franchis_character01_02.png) no-repeat center / contain;
  top: 50%;
  right: -70px;
  transform: translateY(-100%);
}

.waffleuniv .sec06-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.waffleuniv .sec06-wrap .container {
  display: flex;
}
.waffleuniv .sec06-wrap .container .item-img {
  height: 633px;
  position: relative;
  width: calc(100% - 440px);
  z-index: 0;
}
.waffleuniv .sec06-wrap .container .item-img img {
  height: 100%;
  max-width: none;
}
.waffleuniv .sec07 {
  background: #fffce8;
  padding: 0 0 120px;
}
.waffleuniv .sec07 .container {
  display: flex;
}

.waffleuniv .sec07 .container .item-img {
  max-width: 1238px;
  width: calc(100% - 420px);
}

.waffleuniv .sec07 .step-item {
  padding-left: 100px;
  padding-top: 160px;
}
.waffleuniv .step-item05.active .step-text .step-title::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  border-top: 2px dashed #2e70ff;
  position: absolute;
  top: 50%;
  right: calc(100% - 77px);
}
.waffleuniv .step-item05.active .step-text .step-title::before {
  width: 65px;
}

.waffleuniv .step-item05 .step-text .circle {
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.waffleuniv .step-item05 .step-text .step-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 99px;
  height: 77px;
  background: url(../img/franchis_character02_03.png) no-repeat center / contain;
  top: 50%;
  left: -20px;
  transform: translateY(-100%);
}

.waffleuniv .sec08 {
  position: relative;
  max-width: 1920px;
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
  margin: 0 auto;
}

.waffleuniv .sec08 .container {
  display: flex;
}
.waffleuniv .sec08 .step-item06 {
  padding-right: 100px;
  padding-top: 160px;
  width: 440px;
}
.waffleuniv .step-item06 .step-text .step-title {
  position: relative;z-index: 10;
}
.waffleuniv .sec08 .step-item06{
  z-index: 10;
}
.waffleuniv .step-item06 .step-text .step-title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 2px dashed #2e70ff;
  border-right: 2px dashed #2e70ff;

  position: absolute;
  right: -36px;
  top: 16px;
  transform: translateX(100%);
  z-index: 10; 
   transition:
    width 0.6s linear,
    height 0.6s linear 0.6s;
}
.waffleuniv .step-item06.active .step-text .step-title::before {
  content: "";
  display: block;
  width: 316px;  height: 116px;
  border-top: 2px dashed #2e70ff;
  border-right: 2px dashed #2e70ff;
  height: 116px;
  position: absolute;
  right: -36px;
  top: 16px;
  transform: translateX(100%);
  z-index: 10;
}

.waffleuniv .step-item06 .step-text .circle {
  position: absolute;
  right: -367px;
  top: 130px;
  z-index: 10;
}

.waffleuniv .step-item06 .step-text .step-title::after {
  z-index: 10;
  position: absolute;
  content: "";
  display: block;
  width: 96px;
  height: 81px;
  background: url(../img/franchis_character02_04.png) no-repeat center / contain;
  top: 50%;
  right: -328px;
  transform: translateY(-100%);
}
.waffleuniv .sec08 .item-img {
  position: relative;
  height: 680px;
  width: calc(100% - 440px);
}
.waffleuniv .sec08 .item-img img {
  width: 1360px;
  height: 680px;
  max-width: initial;
  left: 0;
  top: 0;
  position: absolute;
}

.waffleuniv .sec09 {
  padding: 120px 0;
  background: url(../img/point_bg.jpg) no-repeat center/ cover;
}

.waffleuniv .sec09 .title-box {
  margin-bottom: 80px;
}

.waffleuniv .sec09 .sec-title,
.waffleuniv .sec09 .sec-eng-title {
  color: #fff;
}

.waffleuniv .sec09 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.waffleuniv .sec09 ul li {
  padding: 60px;
  height: 100%;
  display: flex;
  align-items: center;
}

.waffleuniv .sec09 ul li:nth-child(1),
.waffleuniv .sec09 ul li:nth-child(2) {
  border-bottom: 1px solid #d7d7d7;
}
.waffleuniv .sec09 ul li:nth-child(2n) {
  border-left: 1px solid #d7d7d7;
}

.waffleuniv .sec09 ul li .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.waffleuniv .sec09 ul li .text-box {
  width: calc(100% - 162px);
  max-width: 553px;
}

.waffleuniv .sec09 ul li .icon-box {
  width: 132px;
}

.waffleuniv .sec09 ul li .icon-box img {
  width: 100%;
  display: block;
}

.waffleuniv .sec09 ul li h3 {
  width: fit-content;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: -0.02em;

  margin-bottom: 30px;
  color: #fff;
}

.waffleuniv .sec09 ul li h3::before {
  position: absolute;
  right: -33px;
  top: -14px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/point_text.png) no-repeat center / cover;
}
.waffleuniv .sec09 ul li h3::after {
  position: absolute;
  left: 0;
  bottom: -16px;
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background: url(../img/point_text_line.png) no-repeat center / cover;
}

.waffleuniv .sec09 ul li p {
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #e6e6e6;
}

.waffleuniv .sec10 {
  width: 100%;
  height: 100vh;
  background: url(../img/vis_img02.jpg) no-repeat center top fixed #ffffff;
  position: relative;
  background-size: cover;
}

.waffleuniv .sec11 {
  background: #f7f7f7;
  padding: 120px 0;
}
.waffleuniv .sec11 .container {
  position: relative;
  aspect-ratio: 856 / 1465;
  height: auto;
}
.waffleuniv .sec11 .img-box {
  width: 100%;
  position: absolute;
  top: 0;
}

.waffleuniv .sec11 .title-box {
  margin-bottom: 80px;
}

.waffleuniv .sec11 .text-box h3 {
  color: #2e70ff;
  letter-spacing: -0.02em;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.waffleuniv .sec11 .text-box p {
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.waffleuniv .sec11 .text-box .item + .item {
  margin-top: 76px;
}

.waffleuniv .sec12 {
  padding: 120px 0;
}

.waffleuniv .sec12 .title-box {
  margin-bottom: 80px;
}

.waffleuniv .sec12 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
.waffleuniv .sec12 ul li:nth-child(2) {
  padding-top: 100px;
}

.waffleuniv .sec12 ul img {
  width: 100%;
  display: block;
}

.waffleuniv .sec12 ul img + img {
  margin-top: 48px;
}

.waffleuniv .sec13 {
  padding: 120px 0;
  background-color: #f7f7f7;
}

.waffleuniv .sec13 h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #2e70ff;
  margin-bottom: 28px;
}

.waffleuniv .sec13 p {
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.waffleuniv .sec13 .title-box {
  margin-bottom: 76px;
}
.waffleuniv .sec13 .conts-box01 {
  display: flex;
  gap: 180px;
  margin-bottom: 80px;
}

.waffleuniv .sec13 .conts-box01 .left-box {
  max-width: 754px;
  width: calc(50% - 90px);
}

.waffleuniv .sec13 .conts-box01 ul {
  display: flex;
  gap: 180px;
}
.waffleuniv .sec13 .conts-box01 ul li {
  max-width: 240px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.waffleuniv .sec13 .conts-box01 ul li img {
  display: block;
  width: 180px;
}
.waffleuniv .sec13 .conts-box01 ul span {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
  width: 240px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #2a56b6;
  line-height: 1;
  padding: 8px 4px;
}

.waffleuniv .sec13 .conts-box01 ul li:nth-child(2) span {
  background-color: #f4d508;
}
.waffleuniv .sec13 .conts-box02 {
  margin-bottom: 80px;
}
.waffleuniv .sec13 .conts-box02 ul li {
  padding: 40px 40px 50px;
}
.waffleuniv .sec13 .conts-box02 ul li img {
  width: 100%;
  display: block;
}
.waffleuniv .sec13 .conts-box02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.waffleuniv .sec13 .conts-box02 ul li:first-child {
  background: #718aba;
}

.waffleuniv .sec13 .conts-box02 ul li:nth-child(2) {
  background: #f5e160;
}

.waffleuniv .sec13 .conts-box02 ul li span {
  display: block;
  font-weight: bold;
  margin-bottom: 40px;
  color: #000;
}
.waffleuniv .sec13 .conts-box03 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  margin-top: 40px;
}

.waffleuniv .sec13 .conts-box03 ul li {
  padding: 46px 46px 40px;
}

.waffleuniv .sec13 .conts-box03 ul li:first-child {
  background-color: #183f90;
  color: #fff;
}

.waffleuniv .sec13 .conts-box03 ul li:nth-child(2) {
  background-color: #f4d620;
  color: #333;
}
.waffleuniv .sec13 .conts-box03 ul li:nth-child(3) {
  background-color: #fff;
}

.waffleuniv .sec14 {
  padding: 120px 0;
  background-color: #f4f8ff;
}

.waffleuniv .sec14 .title-box {
  margin-bottom: 80px;
}

.waffleuniv .sec14-list ul {
  z-index: 5;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 320px;
  max-width: 1216px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
}

.waffleuniv .sec14-list li {
  aspect-ratio: 1 / 1;
  padding: 120px 50px;
  border-radius: 400px;
  overflow: hidden;
  background: #fedf12;
  box-shadow: 9px 11px 30px 0 rgba(0, 0, 0, 0.05);
}

.waffleuniv .sec14-list li h3 {
  font-size: 4.8rem;
  font-weight: bold;
  color: #053291;
  letter-spacing: -0.02em;
  -webkit-text-stroke: 8px #fff;
  /* text-shadow: 0 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff,
    -1px 0 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff;
  -webkit-text-stroke: 6px #fff; */
  paint-order: stroke fill;
  -webkit-text-stroke-linejoin: round;
  text-stroke-linejoin: round;
  margin-bottom: 36px;
  text-align: center;
}
.waffleuniv .sec14-list .icon-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1 / 1;
  width: 110px;
  border-radius: 60px;
  border: 1px solid #05318e;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.waffleuniv .sec14-list .icon-box img {
  width: 32px;
  display: block;
}
.waffleuniv .sec14-list li p {
  line-height: 1.14;
  letter-spacing: -0.02em;
  text-align: center;
}

.waffleuniv .sec14-list ul li:nth-child(2n) {
  background-color: #053290;
}

.waffleuniv .sec14-list ul li:nth-child(2n) h3 {
  color: #2e70ff;
}

.waffleuniv .sec14-list ul li:nth-child(2n) p {
  color: #fff;
}

.waffleuniv .sec14-list {
  position: relative;
}

.waffleuniv .sec14-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  border-top: 2px dashed #053291;
  z-index: 0;
  transition: width 1.2s linear;
}
.waffleuniv .sec14-list.active::after {
  width: 100%;
}

.waffleuniv .sec14-box {
  border-radius: 150px;
  box-shadow: 9.6px 11.5px 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #ccc;
  width: 100%;
  max-width: 960px;
  margin: 40px auto 90px;
  text-align: center;
  padding: 66px 20px;
  letter-spacing: -0.02em;
}

.waffleuniv .sec14-box h4 {
  font-size: 4.8rem;
  font-weight: bold;
  color: #010101;
  margin-bottom: 24px;
}

.waffleuniv .sec14-box p {
  color: #111;
  font-weight: 500;
}
.waffleuniv .sec14 .img-box {
  width: 100%;
}

.waffleuniv .sec14 .img-list {
  display: flex;
  gap: 40px;
}

.waffleuniv .sec14 .img-list li {
  width: calc((100% - 40px) / 2);
}
.waffleuniv .sec14 .img-list li img {
  width: 100%;
  display: block;
}
.waffleuniv .sec15 {
  padding: 100px 20px;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.waffleuniv .sec06 .pc-img {
  display: block;
}
.waffleuniv .sec06 .m-img {
  display: none;
}

@media screen and (max-width: 1700px) {
  .waffleuniv .step-item {
    position: relative;
  }

  .waffleuniv .step-item .step-title {
    display: flex;
    align-items: center;
    gap: 0.889vw; /* 16px */
  }

  .waffleuniv .step-item .num {
    display: block;
    background-color: #fedf12;
    font-weight: bold;
    width: 2.444vw; /* 44px */
    overflow: hidden;
    text-align: center;
    color: #053291;
  }

  .waffleuniv .step-item h3 {
    font-weight: bold;
    letter-spacing: -0.02em;
  }

  .waffleuniv .step-item .description {
    line-height: 1.6;
    letter-spacing: -0.02em;
    margin-top: 1vw; /* 18px */
  }

  .waffleuniv .step-item .item-img img {
    width: 100%;
    display: block;
  }

  .waffleuniv .step-item .circle {
    display: block;
    width: 1.556vw; /* 28px */
  }

  .waffleuniv .step-item .circle img {
    width: 100%;
    display: block;
  }

  .waffleuniv .step-item01 .item-img {
    width: 50%;
    max-width: 44.444vw; /* 800px */
    margin: 0 auto;
    position: relative;
  }

  .waffleuniv .step-item01 .step-text {
    position: absolute;
  }

  .waffleuniv .step-item01 .step-text01 {
    padding-right: 5.556vw; /* 100px */
    left: 0;
    transform: translateX(-100%);
    top: 4.722vw; /* 85px */
  }

  .waffleuniv .step-item01 .step-text01 .step-title {
    position: relative;
  }

  .waffleuniv .step-item01.active .step-text01 .step-title::before {
    width: 9.8vw; /* 190px */
    left: 11.9vw;
  }

  .waffleuniv .step-item01 .step-text01 .step-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 3.167vw; /* 57px */
    height: 3.722vw; /* 67px */
    background: url(../img/franchis_character02_01.png) no-repeat center /
      contain;
    top: 50%;
    right: -4.722vw; /* 85px */
    transform: translateY(-100%);
  }

  .waffleuniv .step-item01 .step-text02 {
    padding-left: 6.667vw; /* 120px */
    padding-bottom: 2.778vw; /* 50px */
    right: 0;
    transform: translateX(100%);
    bottom: 0;
  }

  .waffleuniv .step-item01.active .step-text02::before {
    content: "";
    display: block;
    width: 4.5vw; /* 81px */
    height: 10vw; /* 180px */
    position: absolute;
    right: calc(100% - 4.22vw);
    top: 1.167vw; /* 21px */
  }

  .waffleuniv .step-item01 .step-text01 .circle {
    position: absolute;
    right: -6.333vw; /* 114px */
    top: 50%;
    transform: translateY(-50%);
  }

  .waffleuniv .step-item01 .step-text02 .circle {
    position: absolute;
    left: -0.778vw; /* 14px */
    bottom: 0.778vw; /* 14px */
  }

  .waffleuniv .step-item01 .step-text02 .step-title {
    position: relative;
  }

  .waffleuniv .step-item01 .step-text02 .step-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 5.278vw; /* 95px */
    height: 4.056vw; /* 73px */
    background: url(../img/franchis_character01_01.png) no-repeat center /
      contain;
    top: 50%;
    left: -5.556vw; /* 100px */
    transform: translateY(-100%);
  }

  .waffleuniv .step-item .num {
    font-size: clamp(
      1.6rem,
      2vw,
      3.6rem
    ); /* 36px → 2vw, 최소 16px, 최대 36px */
    line-height: clamp(2.4rem, 2.44vw, 4.4rem); /* 44px */
  }

  .waffleuniv .step-item h3 {
    font-size: clamp(1.6rem, 1.56vw, 2.8rem); /* 28px */
  }

  .waffleuniv .step-item .description {
    font-size: clamp(1.4rem, 1vw, 1.8rem); /* 원래 18px */
  }
  .waffleuniv .sec05 .container .step-item03 {
    display: flex;
  }

  .waffleuniv .step-item03 .item-img {
    width: 68.889vw; /* 1240px */
  }

  .waffleuniv .step-item03 .step-text {
    width: calc(100% - 68.889vw); /* 1240px */
    padding-right: 2.778vw; /* 50px */
    padding-top: 4.444vw; /* 80px */
  }

  .waffleuniv .step-item03 .step-text .step-title {
    position: relative;
  }

  .waffleuniv .step-item03.active .step-text .step-title::before {
    content: "";
    width: 10.556vw; /* 190px */
    position: absolute;
    left: 17.333vw; /* 240px */
  }

  .waffleuniv .step-item03 .step-text .step-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 3.722vw; /* 67px */
    height: 4.222vw; /* 76px */
    background: url(../img/franchis_character02_02.png) no-repeat center /
      contain;
    top: 50%;
    right: -2.556vw; /* 46px */
    transform: translateY(-100%);
  }

  .waffleuniv .step-item03 .step-text01 .circle {
    position: absolute;
    right: -3.889vw; /* 70px */
    top: 50%;
    transform: translateY(-50%);
  }

  .waffleuniv .step-item04 {
    padding-top: 4.444vw; /* 80px */
    min-height: 32.222vw; /* 580px */
    width: fit-content;
    padding-right: 5vw; /* 90px */
  }

  .waffleuniv .step-item04 .step-text .step-title {
    position: relative;
  }

  .waffleuniv .step-item04.active .step-text .step-title::before {
    width: 10.5vw; /* 190px */
    left: 12vw; /* 76px */
  }

  .waffleuniv .step-item04 .step-text .circle {
    position: absolute;
    right: -5.667vw; /* 102px */
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .waffleuniv .step-item04 .step-text .step-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 3.722vw; /* 67px */
    height: 4.278vw; /* 77px */
    background: url(../img/franchis_character01_02.png) no-repeat center /
      contain;
    top: 50%;
    right: -3.889vw; /* 70px */
    transform: translateY(-100%);
  }

  .waffleuniv .sec06-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .waffleuniv .sec06-wrap .container {
    display: flex;
  }

  .waffleuniv .sec06-wrap .container .item-img {
    height: 35.167vw; /* 633px */
    position: relative;
    width: calc(100% - 24.444vw); /* 440px */
    z-index: 0;
  }

  .waffleuniv .sec06-wrap .container .item-img img {
    height: 100%;
    max-width: none;
  }

  .waffleuniv .sec07 .container .item-img {
    max-width: 68.778vw; /* 1238px */
    width: calc(100% - 23.333vw); /* 420px */
  }

  .waffleuniv .sec07 .step-item {
    padding-left: 5.556vw; /* 100px */
    padding-top: 8.889vw; /* 160px */
  }

  .waffleuniv .step-item05.active .step-text .step-title::before {
    content: "";
    display: block;
    width: 3.611vw; /* 65px */
    position: absolute;
 right: calc(100% - 4.278vw); 
    top: 50%;
  }

  .waffleuniv .step-item05 .step-text .circle {
    position: absolute;
    left: -0.778vw; /* 14px */
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .waffleuniv .step-item05 .step-text .step-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 5.5vw; /* 99px */
    height: 4.278vw; /* 77px */
    background: url(../img/franchis_character02_03.png) no-repeat center /
      contain;
    top: 50%;
    left: -1.111vw; /* 20px */
    transform: translateY(-100%);
  }

  .waffleuniv .sec08 {
    position: relative;
    max-width: 106.667vw; /* 1920px */
    width: 100%;
    padding: 6.667vw 0; /* 120px */
    overflow: hidden;
    margin: 0 auto;
  }

  .waffleuniv .sec08 .container {
    display: flex;
  }

  .waffleuniv .sec08 .step-item06 {
    padding-right: 5.556vw; /* 100px */
    padding-top: 8.889vw; /* 160px */
    width: 24.444vw; /* 440px */
  }

  .waffleuniv .step-item06 .step-text .step-title {
    position: relative;
  }

  .waffleuniv .step-item06.active .step-text .step-title::before {
    content: "";
    display: block;
    width: 17.556vw; /* 316px */
    position: absolute;height: 6.04vw;
    right: -2vw; /* 36px */
    top: 0.889vw; /* 16px */
    transform: translateX(100%);
    z-index: 10;
  }

  .waffleuniv .step-item06 .step-text .circle {
    position: absolute;
    right: -20.389vw; /* 367px */
    top: 7.222vw; /* 130px */
    z-index: 10;
  }

  .waffleuniv .step-item06 .step-text .step-title::after {
    z-index: 10;
    position: absolute;
    content: "";
    display: block;
    width: 5.333vw; /* 96px */
    height: 4.5vw; /* 81px */
    top: 50%;
    right: -18.222vw; /* 328px */
    transform: translateY(-100%);
  }

  .waffleuniv .sec08 .item-img {
    position: relative;
    height: 37.778vw; /* 680px */
    width: calc(100% - 24.444vw); /* 440px */
  }

  .waffleuniv .sec08 .item-img img {
    width: 75.556vw; /* 1360px */
    height: 37.778vw; /* 680px */
    max-width: initial;
    left: 0;
    top: 0;
    position: absolute;
  }
}
@media screen and (max-width: 1600px) {
  .waffleuniv .sec11 .img-box {
    padding: 50px 0 0;
    right: 0;
    width: 100%;
  }
  .waffleuniv .sec13 .conts-box01 {
    gap: 40px;
    justify-content: space-between;
  }
  .waffleuniv .sec13 .conts-box03 ul {
    gap: 32px;
  }
  .waffleuniv .sec13 .conts-box01 ul {
    gap: 32px;
  }
}
@media screen and (max-width: 1420px) {
  .waffleuniv .sec03 ul {
    gap: 32px;
  }
  .waffleuniv .sec03 ul li {
    padding: 80px 20px;
  }

  .waffleuniv .sec11 .img-box {
    position: initial;
    right: initial;
    top: initial;
    padding: 0;
  }
  .waffleuniv .sec11 .container {
    aspect-ratio: initial;
  }
}
@media screen and (max-width: 1200px) {
  .waffleuniv .sec-eng-title {
    margin-bottom: 20px;
  }
  .waffleuniv .sec02 {
    padding: 60px 0;
  }
  .waffleuniv .sec02 .text-box {
    width: calc(100% - 300px);
  }
  .waffleuniv .sec03 {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
  }
  .waffleuniv .sec03 .title-box {
    margin-bottom: 40px;
  }
  .waffleuniv .sec03 ul li {
    padding: 60px 20px;
  }
  .waffleuniv .sec03 ul li h3 {
    font-size: 2.4rem;

    margin-bottom: 20px;
  }
  .waffleuniv .sec03 ul {
    gap: 16px;
  }.waffleuniv .sec07{
    padding-bottom: 60px;
  }
  .waffleuniv .sec09,
  .waffleuniv .sec14,
  .waffleuniv .sec13,
  .waffleuniv .sec12,
  .waffleuniv .sec11,
  .waffleuniv .sec05,
  .waffleuniv .sec04 {
    padding: 60px 0;
  }
  .waffleuniv .sec04 .title-box {
    margin-bottom: 40px;
  }
  .waffleuniv .sec09 ul li {
    padding: 40px 20px;
  }
  .waffleuniv .sec09 ul li .text-box {
    width: calc(100% - 132px);
    max-width: 553px;
  }
  .waffleuniv .sec09 ul li h3 {
    font-size: 2.4rem;
  }
  .waffleuniv .sec09 ul li .icon-box {
    width: 100px;
  }
  .waffleuniv .sec12 .title-box {
    margin-bottom: 40px;
  }
  .waffleuniv .sec12 ul {
    gap: 20px;
  }
  .waffleuniv .sec13 .conts-box01 ul span {
    font-size: 2.4rem;
    width: 200px;
  }
  .waffleuniv .sec13 .conts-box01 {
    column-gap: 0;
  }
  .waffleuniv .sec13 .conts-box01 .left-box {
    width: calc(100% - 462px);
  }
  .waffleuniv .sec13 .conts-box03 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .waffleuniv .sec13 .conts-box03 ul li {
    padding: 32px 20px;
    width: calc((100% - 32px) / 2);
  }
  .waffleuniv .sec13 .conts-box03 ul li:last-child {
    width: 100%;
  }
  .waffleuniv .sec14-list li h3 {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .waffleuniv .sec14-box {
    padding: 40px 20px;
  }
  .waffleuniv .sec14-box h4 {
    font-size: 3rem;
    margin-bottom: 16px;
  }
  .waffleuniv .sec14 .img-list {
    gap: 20px;
  }
  .waffleuniv .sec14-list .icon-box {
    width: 80px;
  }
  .waffleuniv .sec11 .title-box,
  .waffleuniv .sec09 .title-box {
    margin-bottom: 40px;
  }
  .waffleuniv .sec14-list li {
    padding: 60px 20px;
  }
  .waffleuniv .sec14-list ul {
    gap: 150px;
  }
  .waffleuniv .sec13 h3 {
    font-size: 2.4rem;
  }
  .waffleuniv .sec11 .text-box h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .waffleuniv .sec03 ul li {
    padding: 60px 20px;
  }
  .waffleuniv .sec03 ul li p {
    font-size: 1.4rem;
  }
  .waffleuniv .step-item .num {
    font-size: 2.2rem;
  }
  .waffleuniv .step-item h3 {
    font-size: 2rem;
  }
  .waffleuniv .step-item .description {
    font-size: 1.6rem;
  }
  .waffleuniv .step-item .circle {
    display: none !important;
  }
  .waffleuniv .step-item06 .step-text .step-title::after,
  .waffleuniv .step-item06 .step-text .step-title::before,
  .waffleuniv .step-item05 .step-text .step-title::before,
  .waffleuniv .step-item05 .step-text .step-title::after,
  .waffleuniv .step-item04 .step-text .step-title::before,
  .waffleuniv .step-item04 .step-text .step-title::after,
  .waffleuniv .step-item03 .step-text .step-title::before,
  .waffleuniv .step-item03 .step-text .step-title::after,
  .waffleuniv .step-item01 .step-text02 .step-title::after,
  .waffleuniv .step-item01 .step-text02::before,
  .waffleuniv .step-item01 .step-text01 .step-title::before,
  .waffleuniv .step-item01 .step-text01 .step-title::after {
    display: none !important;
  }
  .waffleuniv .step-item01 .step-text02,
  .waffleuniv .step-item01 .step-text01 {
    width: fit-content;
  }

  .waffleuniv .step-item01 .item-img {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 32px;
    row-gap: 40px;
  }
  .waffleuniv .step-item01 .item-img img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .waffleuniv .step-item01 .step-text02,
  .waffleuniv .step-item01 .step-text01 {
    position: static;
    inset: auto;
    transform: none;
    padding: 0;
  }
  .waffleuniv .step-item03 .step-text {
    padding: 0;
  }
  .waffleuniv .sec05 .container .step-item03 {
    flex-direction: column;
    justify-content: center;
    gap: 32px;
  }
  .waffleuniv .step-item03 .step-text {
    width: 100%;
  }
  .waffleuniv .step-item03 .item-img {
    width: 80%;
    margin: 0 auto;
  }
  .waffleuniv .sec08 .item-img img {
    width: 1360px;
    height: 400px;
    max-width: initial;
    left: 0;
    object-fit: cover;
    top: 0;
    position: absolute;
  }
  .waffleuniv .sec08 .item-img {
    height: 400px;
  }

  .waffleuniv .step-item04 {
    padding: 0;
  }
  .waffleuniv .sec06-wrap .container .item-img {
    width: 100%;
    height: fit-content;
  }
  .waffleuniv .sec06-wrap .container .item-img img {
    width: 100%;
    height: fit-content;
  }
  .waffleuniv .sec06-wrap .container {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .waffleuniv .sec08 .step-item06 {
    padding: 0;
  }
  .waffleuniv .sec08 .container {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .waffleuniv .sec08 .step-item06 {
    width: 100%;
  }
  .waffleuniv .sec08 .item-img img {
    width: 100%;
    position: static;
    inset: auto;
    transform: none;
    padding: 0;
    height: 100%;
    object-fit: cover;
  }
  .waffleuniv .sec08 .item-img {
    width: 100%;
    height: 400px;
  }
  .waffleuniv .sec06 .pc-img {
    display: none;
  }
  .waffleuniv .sec06 .m-img {
    display: block;
  }
  .waffleuniv .step-item04 {
    min-height: fit-content;
  }
  .waffleuniv .sec07 .step-item {
    padding: 0;
  }
  .waffleuniv .sec07 .container {
    flex-direction: column;
    row-gap: 32px;
  }
  .waffleuniv .sec07 .container .item-img {
    width: 100%;
    max-width: 100%;
  }
  .waffleuniv .step-item .num {
    width: 26px;
    line-height: 26px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .waffleuniv .sec09 .title-box {
    margin-bottom: 0;
  }
  .waffleuniv .sec09 ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .waffleuniv .sec09 ul li {
    border-bottom: 1px solid #d7d7d7;
    justify-content: space-between;
  }
  .waffleuniv .sec09 ul li .item {
    width: 100%;
  }
  .waffleuniv .sec09 ul li:nth-child(2n) {
    border-left: none;
  }
  .waffleuniv .sec13 .conts-box01 {
    column-gap: 0;
    flex-direction: column;
    row-gap: 32px;
  }
  .waffleuniv .sec13 .conts-box01 .left-box {
    width: 100%;
  }
  .waffleuniv .sec13 .title-box {
    margin-bottom: 40px;
  }
  .waffleuniv .sec13 .conts-box01 ul {
    justify-content: center;
  }
  .waffleuniv .sec13 .conts-box02 ul li {
    padding: 32px 20px 40px;
  }
  .waffleuniv .sec13 .conts-box02 ul li span {
    margin-bottom: 20px;
  }
  .waffleuniv .sec13 .conts-box02 ul {
    gap: 20px;
  }
  .waffleuniv .sec13 h3 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .waffleuniv .sec13 .conts-box03 ul {
    margin-top: 20px;
  }
  .waffleuniv .sec03 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .waffleuniv .sec03 ul li {
    width: 95%;
    max-width: 300px;
    gap: 36px;
  }

  .waffleuniv .sec03-list::after {
    display: none;
  }.waffleuniv .sec12 ul li:nth-child(2) {
    padding-top: 40px;
}
}
@media screen and (max-width: 768px) {
  .waffleuniv .sec-eng-title {
    margin-bottom: 16px;
  }
  .waffleuniv .sec02 .container {
    flex-direction: column;
    row-gap: 32px;
  }
  .waffleuniv .sec02 .left-box {
    width: 100%;
  }
  .waffleuniv .sec02 .text-box {
    width: 100%;
  }
  .waffleuniv .sec08 {
    padding: 60px 0;
  }
  .waffleuniv .sec08 .container {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .waffleuniv .sec08 .step-item06 {
    padding-right: 0;
    width: 100%;
  }
  .waffleuniv .sec08 .item-img {
    width: 100%;
    height: 360px;
  }
  .waffleuniv .sec08 .item-img img {
    position: static;
    inset: auto;
    transform: none; /* ← 이게 가장 명확 */
    width: 100%;
    height: 100%;
  }
  .waffleuniv .sec11 .text-box .item + .item {
    margin-top: 32px;
  }
  .waffleuniv .sec11 .text-box h3 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .waffleuniv .sec11 .img-box {
    margin-top: 32px;
  }
  .waffleuniv .sec14-list li h3 {
    font-size: 2.4rem;
  }
  .waffleuniv .sec14-list li p {
    font-size: 1.6rem;
  }
  .waffleuniv .sec14-list .icon-box {
    width: 40px;
  }
  .waffleuniv .sec14-list .icon-box img {
    width: 20px;
  }
  .waffleuniv .sec14-list ul {
    gap: 52px;
  }
  .waffleuniv .sec14-box h4 {
    font-size: 2.4rem;
  }
  .waffleuniv .sec14-box {
    padding: 32px 16px;
  }
  .waffleuniv .sec14-list li {
    padding: 45px 16px;
  }
}
@media screen and (max-width: 576px) {
  .waffleuniv .sec13 .conts-box01 ul {
    flex-direction: column;
    align-items: center;
  }
  .waffleuniv .sec13 .conts-box02 ul {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .waffleuniv .sec14 .img-list {
    flex-wrap: wrap;
  }
  .waffleuniv .sec14 .img-list li {
    width: 100%;
  }
  .waffleuniv .sec14-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .waffleuniv .sec14-list ul li {
    width: 95%;
    max-width: 300px;
    gap: 36px;
  }
  .waffleuniv .sec14-list::after {
display: none;
  }.waffleuniv .sec12 ul{
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
.waffleuniv .sec09 ul li .item{
  flex-direction: column;
  row-gap: 20px;
}.waffleuniv .sec09 ul li .text-box{
  width: 100%;
}
.waffleuniv .sec09 ul li h3::before{
  right: 0;
}
.waffleuniv .sec12 ul {

    grid-template-columns: 1fr;
}
}