
:root {
  --primary-color-1: #003916; 
  --primary-color-2: #9dc814;
    --primary-color-3: #d6e8b9;
  --basics-color-1: #ffffff;
  --fonts-color-01: #020202;
  --fonts-color-02: #262626;
  --fonts-color-03: #191919;
  --fonts-color-04: #76777c;
}

@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;
  }
}
.gigi{
  background: #fff;
    font-family: "SUITE", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.fs-28 {
  font-size: 2.8rem;
}

.gigi .container {
  max-width: 1712px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.gigi .container-w1760 {
  max-width: 1760px;
}

.gigi .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;
}
.gigi .sec01 .scroll-box .scroll {
  position: relative;
  width: 24px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #fff;
}
.gigi .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;
}
.gigi .sec01 .scroll-box span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;

  margin-top: 16px;
}
.gigi .sec01 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.gigi .sec01 .banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gigi .sec01 .banner-m-img {
  display: none;
}
.gigi .sec01 .icon {
  position: absolute;
  z-index: 10;
  min-width: 150px;
}
.gigi .sec01 .icon img {
  width: 100%;
  display: block;
}
.gigi .sec01 .icon01 {
  left: 27%;
  top: 3%;
  width: 12%;
  max-width: 240px;
  transform: rotate(-8deg);
}

.gigi .sec01 .icon02 {
  right: 5%;
  top: 40%;
  width: 12%;
  max-width: 240px;
  transform: rotate(4deg);
}
.gigi .sec01 .icon03 {
  right: 15%;
  top: -10px;
  width: 20%;
  max-width: 400px;
  transform: rotate(16deg);
}
.gigi .sec01 .icon04 {
  left: 14%;
  bottom: 10%;
  width: 15%;
  max-width: 300px;
  transform: rotate(4deg);
}

.gigi .sec01 .icon05 {
  left: 3%;
  top: 12%;
  width: 16%;
  max-width: 320px;
  transform: rotate(-15deg);
}
.gigi .sec01 .icon06 {
  right: 10%;
  width: 18%;
  bottom: 30px;
  max-width: 340px;
}
.gigi .sec02 .top-group .container {
  max-width: 1477px;
}
.gigi .sec02 .top-group {
  background: #f8f8f8;
  margin-bottom: 78px;
}
.gigi .sec02 .top-group .container {
  background: #f8f8f8;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 230px;
  padding: 46px 16px 40px;
}
.gigi .sec02 .top-group .item p {
  font-family: "Geologica", sans-serif;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 16px;
}
.gigi .sec02 .top-group .item span {
  display: block;
  font-weight: bold;
}
.gigi .sec02 .conts {
  padding-bottom: 120px;
}
.gigi .sec02 .conts h2 {
  font-size: 4rem;
  margin-bottom: 24px;
  color: var(--primary-color-1);
  font-weight: bold;
}
.gigi .sec02 .conts span {
  display: block;
  color: #898989;
}
.gigi .sec02 .conts .title {
  margin-bottom: 52px;
}
.gigi .sec02 .conts p {
  color: #2b2b2b;
  font-weight: 500;
}
.gigi .sec02 .img-list {
  margin-top: 80px;
}
.gigi .sec02 .img-list {
  display: grid;
  grid-template-columns: 9fr 4fr 4fr;
  gap: 40px;
}
.gigi .sec02 .img-list li {
  border-radius: 20px;
  overflow: hidden;
}
.gigi .sec02 .img-list li img {
  width: 100%;
  display: block;
}
.gigi .sec03 {
  background: var(--primary-color-2);
  padding: 85px 0 80px;
}
.gigi .sec03 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gigi .sec03 h2 {
  font-size: 5.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
}
.gigi .sec03 .container .right-box {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
.gigi .sec03 .container .img-box {
  width: 480px;
}
.gigi .sec03 .container .img-box img {
  width: 100%;
  display: block;
}
.gigi .sec03 .container .item {
  position: sticky;
  right: 0;
  top: 0;
}
.gigi .sec03 .container .item img {
  animation: bounce 2s infinite;
}
.gigi .sec04 {
  padding: 120px 0;
  background: #003916 url(../img/sec05_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.gigi .sec04 .title {
  margin-bottom: 80px;
}
.gigi .sec04 .title p {
  font-family: "Geologica", sans-serif;

  text-align: center;
  margin-bottom: 52px;
  color: var(--primary-color-2);
}
.gigi .sec04 .title h2 {
  font-size: 4.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.gigi .sec04 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 60px;
  margin-bottom: 80px;
}
.gigi .sec04 ul li {
  background: #013414;
  border: 1px solid var(--primary-color-3);
  border-radius: 20px;
  padding: 40px 48px 56px;
}
.gigi .sec04 ul li span {
  display: inline-block;
  padding: 8px 16px;
  background: #003916;
  color: var(--primary-color-3);
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 24px;
}
.gigi .sec04 ul li h3 {
  color: #fff;
}
.gigi .sec04 ul li p {
  line-height: 1.6;
  margin-top: 30px;
  color: #fff;
}
.gigi .advantages-box {
  border-radius: 20px;
  border: 1px solid var(--primary-color-3);
  background: var(--primary-color-1);
  overflow: hidden;
  padding-bottom: 40px;
}
.gigi .advantages-box h2 {
  background: var(--primary-color-3);
  color: var(--primary-color-1);
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}
.gigi .advantages-box .item-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 100px;
  padding-top: 40px;
}
.gigi .advantages-box .item-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}
.gigi .advantages-box .top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
  gap: 12px;
}
.gigi .advantages-box .top span {
  color: #fff;
}
.gigi .advantages-box p {
  text-align: center;
  line-height: 1.6;
  color: #dbdbdb;
}
.gigi .sec05 {
  padding-top: 120px;
}
.gigi .sec05 p {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  color: var(--primary-color-1);
}
.gigi .sec05 .chars-box {
  padding: 100px 150px 80px;
  border: 1px solid var(--primary-color-1);
  background: #f9fcf5;
  border-radius: 20px;
  margin-top: 56px;
}
.gigi .sec05 .chars {
  display: flex;
  justify-content: space-between;
}
.gigi .sec05 .chars .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
.gigi .sec05 .chars02 {
  column-gap: 280px;
  justify-content: center;
  margin-top: 120px;
}
.gigi .sec05 .chars .item img {
  width: 220px;
  display: block;
}
.gigi .sec05 .chars .item span {
  background: #d6e8b9;
  display: inline-block;
  color: var(--primary-color-1);
  border: 1px solid #9dc814;
  min-width: 144px;
  padding: 12px;
  text-align: center;
  border-radius: 40px;
  font-weight: bold;
}
.gigi .sec06 {
  padding: 120px 0;
}
.gigi .sec06 h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 56px;
  color: var(--primary-color-1);
}
.gigi .sec06 p {
  font-weight: 500;
  text-align: center;
}
.gigi .sec06 .list-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
}
.gigi .sec06 .list-item .item {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.gigi .sec06 .list-item .item img {
  width: 100%;
  display: block;
}
.gigi .sec06 .list-item .item:nth-child(4),
.gigi .sec06 .list-item .item:nth-child(3) {
  border: 1px solid #e1e1e1;
}
.gigi .sec07 {
  padding-bottom: 120px;
  overflow: hidden;
}
.gigi .sec07 h2 {
  color: var(--primary-color-1);
  font-family: "Geologica", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.gigi .sec07 .left-box {
  max-width: 640px;
}

.gigi .sec07 span {
  display: block;
  font-weight: bold;
  color: var(--primary-color-2);
  margin-bottom: 16px;
}

.gigi .sec07 h3 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 56px;
}
.gigi .sec07 p {
  margin-bottom: 156px;
  font-weight: 500;
  line-height: 1.6;
}

.gigi .sec07 .wrapper {
  position: relative;
}

.gigi .sec07 .right-box {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 1070px;
  width: calc(100% - 720px);
}

.gigi .sec07 .right-box img {
  width: 100%;
  display: block;
}

.gigi .sec08 {
  padding-top: 100px;
  padding-bottom: 120px;
}

.gigi .sec08 .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 72px;
}

.gigi .sec08 span {
  font-weight: bold;
  color: var(--primary-color-2);
}

.gigi .sec08 h2 {
  font-size: 4rem;
  font-weight: bold;
}

.gigi .sec08 p {
  line-height: 1.6;
}

.gigi .sec08-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gigi .phone {
  width: 440px;
  height: 888px;
  position: relative;
  overflow: hidden;
  background: url("../img/phone.png") no-repeat center / cover;
  margin: 0 auto;
  z-index: 20;
}
/* 프레임 오버레이 (겉 테두리) */

/* 안쪽 콘텐츠 */
.gigi .phone .content {
  width: 440px;
  height: 888px;
  overflow: hidden;
  padding: 10px 10px 0;
  background-color: #fff;
  /* 마스크 (흰색=보임, 투명=숨김) */
  -webkit-mask: url("../img/phone_mask02.png") no-repeat center / cover;
  mask: url("../img/phone_mask02.png") no-repeat center / cover;
}

.gigi .phone .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.gigi .bg-swiper {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.gigi .bg-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 430px) / 4);
  padding: 40px 10px;
}
.gigi .bg-swiper .swiper-slide.swiper-slide-active {
  width: 430px;
}
.gigi .bg-swiper .swiper-slide.swiper-slide-active img {
  opacity: 0;
}
.gigi .bg-swiper .swiper-slide img {
  width: 85%;
  display: block;
  transition: 0.2s ease-in-out;
}
.gigi .bg-swiper .swiper-slide[data-swiper-slide-index="0"] img {
  transform: rotate(-10deg);
}

.gigi .bg-swiper .swiper-slide.swiper-slide-active img {
  transform: rotate(0);
}
.gigi .bg-swiper .swiper-slide.swiper-slide-prev img {
  transform: rotate(15deg);
}
.gigi .bg-swiper .swiper-slide.swiper-slide-next img {
  transform: rotate(-18deg);
}
.gigi .bg-swiper .swiper-slide.swiper-slide-next + .swiper-slide img {
  transform: rotate(10deg);
}
.gigi .sec09 {
  background: url(../img/sec09bg_img.jpg) no-repeat center / cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  min-height: 900px;
}
.gigi .sec09 img {
  display: block;
  width: 90%;
  max-width: 1238px;
  margin: 0 auto;
}
.gigi .sec10 {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 114px;
}
.gigi .sec10 .container {
  display: flex;
  justify-content: flex-end;
}
.gigi .sec10 .wrapper {
  overflow: hidden;
  position: relative;
  min-height: 972px;
}
.gigi .sec10 .right-box {
  max-width: 656px;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gigi .sec10 .text {
  margin-bottom: 150px;
}
.gigi .sec10 .text span {
  color: var(--primary-color-2);
}
.gigi .sec10 .text h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 56px;
}
.gigi .sec10 .left-box {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 1062px;
  width: 52%;
}
.gigi .sec11 {
  background: #fbfdf8;
  padding: 120px 0;
}
.gigi .sec11 .title {
  text-align: center;
  margin-bottom: 120px;
}
.gigi .sec11 .title span {
  display: block;
  color: var(--primary-color-2);
}
.gigi .sec11 .title h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 16px;
}
.gigi .progress-wrap {
  position: relative;
}
.gigi .progress-wrap .text-box {
  width: 520px;
  border: 1px solid var(--primary-color-1);
  background: var(--primary-color-3);
  border-radius: 20px;
  padding: 40px 46px;
}
.gigi .progress-wrap .text-box span {
  display: inline-block;
  padding: 8px 14px;
  background: var(--primary-color-2);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 24px;
}
.gigi .progress-wrap .text-box h3 {
  color: var(--primary-color-1);
  font-weight: bold;
  margin-bottom: 30px;
}
.gigi .progress-wrap .text-box p {
  line-height: 1.5;
  font-weight: 500;
}
.gigi .progress-wrap .progress-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  column-gap: 70px;
}
.gigi .progress-left {
  position: relative;
}
.gigi .progress-left span {
  position: absolute;
  right: 0;
  top: 20px;
  transform: translateX(100%);
  width: fit-content;
  min-width: 230px;
  font-weight: bold;
  color: var(--primary-color-2);
  z-index: 10;
}
.gigi .progress-bar {
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  background: #8a8a8a;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.gigi .progress-line {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color-2);
  transform-origin: top;
  transform: scaleY(0);
}
.gigi .progress-mo-line {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color-2);
  transform-origin: left;
  transform: scaleX(0);
  border-radius: 10px;
}
.gigi .progress-cont {
  position: relative;
}
.gigi .progress-cont .text-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
}
.gigi .progress-icon {
  aspect-ratio: 72 / 80;
  width: 72px;
  height: auto;
  background: url(../img/progressbar_icon.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 10%;
  top: -4px;
  transform: translateX(-50%);
}
.gigi .is-active.progress-icon {
  background: url(../img/progressbar_active.png) no-repeat center;
  background-size: 100% auto;
}
.gigi .sec11 .img-box img {
  width: 100%;
  display: block;
}
.gigi .sec11 .item01 .progress-cont {
  display: flex;
  justify-content: flex-end;
  padding-right: 195px;
  padding-top: 100px;
  padding-bottom: 200px;
}
.gigi .sec11 .item01 .img-box01 {
  width: 1080px;
}
.gigi .sec11 .item01 .img-box02 {
  position: absolute;
  left: 0;
  bottom: 120px;
  width: 300px;
  z-index: 5;
}
.gigi .sec11 .item02 .progress-cont {
  padding-top: 200px;
  padding-bottom: 136px;
}
.gigi .sec11 .item02 ul {
  display: grid;
  grid-template-columns: 59fr 59fr 33fr;
  gap: 32px;
}
.gigi .sec11 .item02 ul li {
  position: relative;
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.gigi .sec11 .item02 ul li img {
  width: 100%;
  display: block;
  height: fit-content;
}
.gigi .sec11 .item02 ul li .tag {
  display: block;
  width: 160px;
  background: var(--primary-color-2);
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 12px 4px;
  transform: translateY(30px);
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
.gigi .sec11 .item04 .progress-cont,
.gigi .sec11 .item03 .progress-cont {
  padding-top: 120px;
  padding-bottom: 100px;
}
.gigi .sec11 .item04 .img-list,
.gigi .sec11 .item03 .img-list {
  position: relative;
  padding-bottom: 268px;
}
.gigi .sec11 .item04 .img-box,
.gigi .sec11 .item03 .img-box {
  width: 840px;
}
.gigi .sec11 .item04 .img-box02,
.gigi .sec11 .item03 .img-box02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.gigi .sec11 .item04 .img-box01 {
  z-index: 10;
  position: relative;
}
.gigi .sec11 .item04 .img-box02 {
  z-index: 5;
}

.gigi .progress-mo ul {
  opacity: 0;
  display: none;
  /* display: flex; */
}
.gigi .progress-mo ul li {
  position: relative;
  flex: 1;
}
.gigi .progress-mo .m-icon {
  aspect-ratio: 72 / 80;
  width: 32px;
  height: auto;
  background: url(../img/progressbar_icon.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 10%;
  top: -15px;
  transform: translateX(-50%);
}
.gigi .progress-mo .on .m-icon,
.gigi .progress-mo .is-active .m-icon {
  background: url(../img/progressbar_active.png) no-repeat center;
  background-size: 100% auto;
}
.gigi .progress-mo .m-title {
  position: absolute;
  bottom: -40px;
  font-size: 1.4rem;
  color: var(--primary-color-1);
  font-weight: bold;
  opacity: 0;
}
.gigi .progress-mo .is-active .m-title {
  display: block;
  opacity: 1;
}
.gigi .sec12 {
  background: #003916;
}
.gigi .sec12 img {
  width: 100%;
  display: block;
}
.gigi .sec13 {
  padding: 160px 0;
}
.gigi .sec13 .item-box {
  display: flex;
  column-gap: 155px;
}
.gigi .sec13 .item-box + .item-box {
  margin-top: 145px;
}
.gigi .sec13 .item-box .left-box {
  width: 710px;
  text-align: left;
}
.gigi .sec13 .left-box h2 {
  color: var(--primary-color-2);
  font-size: 8rem;
  margin-bottom: 52px;
}
.gigi .sec13 .left-box p {
  line-height: 1.5;
}
.gigi .sec13 .item-box .right-box {
  width: 800px;
}
.gigi .sec13 .item-box .right-box ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 54px;
}
.gigi .sec13 .item-box .right-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gigi .sec13 .item-box01 img {
  width: 100%;
  max-width: 144px;
  margin-bottom: 32px;
}
.gigi .sec13 .item-box01 span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.gigi .sec13 .item-box02 .right-box span {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
}
.gigi .sec13 .item-box02 .right-box h3 {
  font-size: 12rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
.gigi .sec13 .item-box02 .right-box p {
  text-align: center;
  color: #3b3b3b;
  line-height: 1;
  margin-top: 16px;
}
.gigi .sec14 {
  padding: 111px 16px;
  text-align: center;
  background: #efe7d1;
}
.gigi .sec14 p {
  text-align: center;
  color: var(--primary-color-1);
  font-weight: 900;
}

@media screen and (max-width: 1800px) {
  .gigi .progress-wrap {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .gigi .sec03 h2 {
    font-size: 4rem;
  }
  .gigi .sec03 .container .right-box {
    justify-content: flex-end;
    width: calc(65%);
  }
  .gigi .sec03 .container .img-box {
    width: 50%;
  }
  .gigi .sec03 .container .item {
    width: 30%;
  }
  .gigi .sec03 .container .item img {
    width: 100%;
    display: block;
  }
  .gigi .advantages-box .item-list {
    column-gap: 40px;
  }
  .gigi .sec08 span {
    display: block;
    text-align: center;
  }
  .gigi .sec08 .text {
    flex-direction: column;
    row-gap: 20px;
  }

  .gigi .sec10 .left-box {
    width: 42%;
    top: 50%;
    transform: translateY(-50%);
  }
  .gigi .sec11 .item01 .img-box01 {
    width: 90%;
  }
  .gigi .sec11 .item01 .progress-cont {
    padding-right: 40px;
  }
  .gigi .sec07 .right-box {
    top: 50%;
    transform: translateY(-50%);
  }
  .gigi .phone {
    width: 300px;
    height: auto;
    aspect-ratio: 440 / 888;
  }
  .gigi .phone .content {
    height: auto;
    width: 300px;
    aspect-ratio: 440 / 888;
  }
}

@media screen and (max-width: 1300px) {
  .gigi .sec07 .left-box {
    max-width: 600px;
  }
  .gigi .sec11 .item01 .img-box02 {
    width: 250px;
  }
  .gigi .sec11 .item04 .img-box,
  .gigi .sec11 .item03 .img-box {
    width: 700px;
  }
  .gigi .progress-wrap .text-box {
    border-radius: 20px;
    padding: 24px 32px;
  }
  .gigi .sec13 .item-box {
    column-gap: 32px;
  }
  .gigi .sec13 .item-box .left-box {
    width: calc(100% - 832px);
  }
}
@media screen and (max-width: 1200px) {
  .fs-28 {
    font-size: 2.4rem;
  }
  .gigi .sec04 .title h2 {
    font-size: 3.6rem;
  }
  .gigi .sec02 .top-group .container {
    column-gap: 32px;
  }

  .gigi .sec03 .container {
    flex-direction: column;
    row-gap: 50px;
  }
  .gigi .sec03 .container .right-box {
    width: 100%;
  }
  .gigi .sec03 h2 {
    font-size: 3.6rem;
    text-align: center;
  }
  .gigi .sec04 ul {
    column-gap: 20px;
  }
  .gigi .sec04 ul li {
    padding: 20px 24px 20px;
  }
  .gigi .sec04 ul li p {
    margin-top: 16px;
  }
  .gigi .sec05 .chars-box {
    padding: 100px 40px 80px;
  }
  .gigi .sec05 .chars02 {
    column-gap: 200px;
    justify-content: center;
    margin-top: 120px;
  }
  .gigi .sec06 .list-item {
    gap: 24px;
  }
  .gigi .sec10 .right-box,
  .gigi .sec07 .left-box {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gigi .sec07 .right-box,
  .gigi .sec10 .left-box {
    position: initial;
    top: initial;
    left: initial;
    right: initial;
    width: 100%;
    transform: initial;
  }
  .gigi .sec07 .right-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
  }
  .gigi .sec07 p {
    text-align: center;
  }
  .gigi .sec07 .right-box img {
    width: 90%;
    transform: translateX(20px);
  }
  .gigi .sec09 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: initial;
    padding: 40px 16px;
  }
  .gigi .sec09 img {
    width: 100%;
  }
  .gigi .sec10 {
    padding: 60px 0;
  }
  .gigi .sec10 .wrapper {
    display: flex;

    flex-direction: column-reverse;
    row-gap: 42px;
    min-height: fit-content;
  }
  .gigi .sec10 .text h2 {
    font-size: 3.6rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 24px;
    text-align: center;
  }
  .gigi .sec10 .text {
    margin-bottom: 60px;
  }
  .gigi .sec10 .text p {
    text-align: center;
  }
  .gigi .sec10 .text span {
    display: block;
    text-align: center;
  }
  .gigi .sec10 .left-box {
    width: 90%;
  }
  .gigi .sec11 .item04 .img-box,
  .gigi .sec11 .item03 .img-box {
    width: 550px;
  }
  .gigi .progress-wrapper .text-box {
    width: 400px;
  }
  .gigi .sec13 .item-box .left-box {
    width: 100%;
  }
  .gigi .sec13 .item-box {
    flex-direction: column;
    row-gap: 32px;
    align-items: center;
    justify-content: center;
  }
  .gigi .sec13 .left-box h2 {
    text-align: center;
    font-size: 5.2rem;
  }
  .gigi .sec13 .left-box p {
    text-align: center;
  }
  .gigi .sec13 .item-box .right-box {
    width: 100%;
  }
  .gigi .sec13 .item-box .right-box ul {
    justify-content: center;
  }
  .gigi .sec11 .item02 ul li .tag {
    width: fit-content;
    padding: 6px 14px;
  }
}
@media screen and (max-width: 1024px) {
  .gigi .sec10 .right-box img,
  .sec07 .img-box {
    width: 40%;
  }
  .gigi .sec11 .item01 .progress-cont {
    padding-right: 0;
  }
  .gigi .sec11 .item04 .img-box,
  .gigi .sec11 .item03 .img-box {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .fs-28 {
    font-size: 2rem;
  }

  .gigi .sec01 .icon {
    display: none;
  }
  .gigi .sec01 .banner-m-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .gigi .sec01 .banner-img {
    display: none;
  }

  .gigi .sec02 .conts h2,
  .gigi .sec03 h2,
  .gigi .sec05 p,
  .gigi .sec07 h3,
  .gigi .sec08 h2,
  .gigi .sec11 .title h2 {
    font-size: 3rem;
  }
  .gigi .sec02 .conts .title {
    margin-bottom: 30px;
  }
  .gigi .sec04 .title h2 {
    font-size: 2.4rem;
  }
  .gigi .sec02 .top-group .container {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .gigi .sec02 .img-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 32px;
  }
  .gigi .sec02 .img-list li:first-child {
    width: 100%;
  }
  .gigi .sec02 .img-list li {
    width: calc((100% - 32px) / 2);
  }
  .gigi .advantages-box .item-list,
  .gigi .sec04 ul {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .gigi .sec04 {
    padding: 60px 0;
  }
  .gigi .sec04 .title p {
    margin-bottom: 20px;
  }
  .gigi .sec04 .title {
    margin-bottom: 40px;
  }
  .gigi .advantages-box .top {
    margin-bottom: 10px;
  }
  .gigi .sec05 .chars {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
  }
  .gigi .sec05 .chars02 {
    margin-top: 42px;
  }
  .gigi .sec05 .chars-box {
    padding: 50px 20px 40px;
  }
  .gigi .sec06 .list-item {
    grid-template-columns: 1fr 1fr;
  }
  .gigi .sec07 {
    padding-bottom: 60px;
  }
  .gigi .sec07 p {
    margin-bottom: 60px;
  }
  .gigi .sec13 .item-box .right-box ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 32px;
  }
  .gigi .sec10 .text h2 {
    font-size: 2.4rem;
  }
  .gigi .sec11 {
    padding: 60px 0;
  }
  .gigi .progress-line {
    display: none;
  }

  .gigi .progress-bar {
    position: sticky;
    left: 16px;

    top: 110px;
    width: 100%;
    height: 8px;
    background: #8a8a8a;
    border-radius: 10px;
    z-index: 20;
    overflow: initial;
  }
  .gigi .progress-bar ul {
    display: flex;
    opacity: 1;
  }
  .gigi .progress-mo {
    display: block;
    opacity: 1;
  }
  .gigi .progress-left {
    display: none;
  }
  .gigi .progress-wrap .progress-item {
    grid-template-columns: 1fr;
  }

  .gigi .sec11 .item01 .progress-cont {
    flex-direction: column;

    padding: 70px 0 70px;
  }

  .gigi .sec11 .item01 .img-box01 {
    width: 95%;
    margin: 0 auto;
  }
  .gigi .sec11 .item01 .img-box02 {
    position: initial;
    left: initial;
    top: initial;
    width: 40%;
    transform: translate(10px, -30%);
  }
  .gigi .progress-wrap {
    padding: 0;
  }
  .gigi .sec11 .title {
    margin-bottom: 40px;
  }
  .gigi .sec11 .item02 .progress-cont {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .gigi .sec11 .item02 ul {
    grid-template-columns: 1fr;
  }
  .gigi .sec11 .item02 ul li {
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
  }
  .gigi .sec11 .item02 ul li:last-child {
    max-width: 320px;
    width: 50%;
    height: fit-content;
  }
  .gigi .progress-wrap .text-box {
    position: initial;
    top: initial;
    right: initial;

    width: 80%;
    margin: 0 auto 32px;
  }
  .gigi .sec11 .item04 .img-box,
  .gigi .sec11 .item03 .img-box {
    width: 90%;
    margin: 0 auto;
  }
  .gigi .sec11 .item04 .img-box02,
  .gigi .sec11 .item03 .img-box02 {
    position: initial;
    right: initial;
    bottom: initial;
    transform: translate(-15px, -30px);
  }
  .gigi .sec11 .item04 .img-list,
  .gigi .sec11 .item03 .img-list {
    padding-bottom: 40px;
  }
  .gigi .sec11 .item04 .progress-cont,
  .gigi .sec11 .item03 .progress-cont {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gigi .progress-wrap .text-box h3 {
    margin-bottom: 12px;
  }
  .gigi .progress-wrap .text-box span {
    display: inline-block;
    padding: 6px 8px;
    background: var(--primary-color-2);
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 12px;
  }
  .gigi .sec11 .item02 ul li .tag {
    width: fit-content;
    padding: 6px 14px;
    font-size: 1.4rem;
    transform: translateY(10px);
  }
  .gigi .sec13 {
    padding: 60px 0;
  }
  .gigi .sec13 .left-box h2 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .gigi .sec13 .item-box + .item-box {
    margin-top: 60px;
  }
  .gigi .sec14 {
    padding: 60px 16px;
    text-align: center;
    background: #efe7d1;
  }
}
@media screen and (max-width: 576px) {
    .fs-28 {
    font-size: 1.8rem;
  }
  .gigi .phone {
    width: 200px;
    height: auto;
    aspect-ratio: 440 / 888;
  }
  .gigi .phone .content {
    width: 100%;
  }

  .gigi .progress-wrap .text-box {
    width: 95%;
  }
  .gigi .progress-wrap .text-box {
    border-radius: 10px;
    padding: 20px 16px;
  }
  .gigi .sec11 .item01 .progress-cont {
    padding: 40px 0;
  }
  .gigi .sec11 .item04 .progress-cont,
  .gigi .sec11 .item03 .progress-cont {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gigi .sec13 .item-box02 .right-box h3 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 320px) {
  .gigi .phone {
    width: 180px;
    height: auto;
    aspect-ratio: 440 / 888;
  }
  .gigi .sec05 .chars .item img {
    width: 180px;
  }
  .gigi .phone .content {
    width: 100%;
  }
}
