@charset "UTF-8";
.main-tit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .main-tit-wrap {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .main-tit-wrap {
    margin-bottom: 2.4rem;
  }
}
.main-tit-wrap .main-tit {
  color: #1D1D1D;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .main-tit-wrap .main-tit {
    font-size: 2.4rem;
  }
}
.main-tit-wrap .main-tit .bell {
  width: 3.6rem;
  height: 3.6rem;
  background: url("../img/main/bell.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .main-tit-wrap .main-tit .bell {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.main-tit-wrap .main-tit .megaphone {
  width: 3.6rem;
  height: 3.6rem;
  background: url("../img/main/megaphone.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .main-tit-wrap .main-tit .megaphone {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.main-tit-wrap .main-tit .sitemap {
  width: 3.6rem;
  height: 3.6rem;
  background: url("../img/main/sitemap.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .main-tit-wrap .main-tit .sitemap {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.main .pc-show {
  display: block;
}
.main .mobile-show {
  display: none;
}
.main .inner {
  width: calc(100% - 8rem);
  max-width: 140rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main .inner {
    width: calc(100% - 4rem);
  }
}
.main .main-top {
  position: relative;
  background: var(--color-bg-blue);
}
.main .main-top:after {
  content: "";
  display: block;
  width: 100%;
  border-radius: 0 400px 0 0;
  background: linear-gradient(180deg, #E6EFFF 19.14%, #FFF 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.main .section01 {
  min-height: calc(100vh - 14.6rem);
  padding: 7rem 0 0 0;
  position: relative;
  z-index: 5;
}
.main .section01 .inner {
  width: calc(100% - 4rem);
  max-width: 140rem;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 5;
}
.main .section01 .section01-head-area {
  width: 100%;
}
.main .section01 .section01-head-area h2 {
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02em;
}
.main .section01 .section01-head-area h2 div {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
}
.main .section01 .section01-head-area h2 b {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  display: inline-block;
}
.main .section01 .section01-head-area h2 .badge {
  display: inline-flex;
  padding: 1rem 1.6rem;
  border-radius: 18px 4px;
  margin-left: 2rem;
  border: 1px solid transparent;
  background: linear-gradient(rgb(246, 248, 252), rgb(246, 248, 252)) padding-box, linear-gradient(108deg, #0E457B 0%, #075D5D 100%) border-box;
}
.main .section01 .section01-head-area h2 .badge .badge-txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
  background: linear-gradient(103deg, #0E457B 9.89%, #075D5D 90.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .section01 .sec01-step-wrap {
  width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 7rem 0 23rem 0;
}
.main .section01 .sec01-step .step-ani {
  will-change: transform, opacity;
}
.main .section01 .sec01-step {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 60rem;
}
.main .section01 .sec01-step-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  background: url("../img/main/section01_load.png") no-repeat center;
  background-size: cover;
}
.main .section01 .sec01-step .step {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  --mx: -70px;
  --my: 50%;
  --circle: 10rem;
  --line: 10rem;
  --dot: 2.8rem;
  transition: all 0.3s;
}
.main .section01 .sec01-step .step.is-bottom .step-ani::after {
  top: calc(var(--my) - var(--circle) / 2 - var(--line));
  height: var(--line);
}
.main .section01 .sec01-step .step.is-bottom .step-ani .step-no::after {
  top: calc(-1 * (var(--line) + var(--dot) / 2));
}
.main .section01 .sec01-step .step .step-ani {
  /* STEP 원(큰 원) */
  /* 세로 라인 + 도로 점(아래 작은 원) */
}
.main .section01 .sec01-step .step .step-ani .step-no {
  position: absolute;
  left: var(--mx);
  top: var(--my);
  transform: translate(-50%, -50%);
  width: var(--circle);
  height: var(--circle);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: var(--color-primary-green);
  font-size: 1.6rem;
  font-weight: 500;
}
.main .section01 .sec01-step .step .step-ani .step-no b {
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  display: block;
  text-align: center;
}
.main .section01 .sec01-step .step .step-ani .step-no::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + var(--line) - var(--dot) / 2);
  transform: translateX(-50%);
  width: var(--dot);
  height: var(--dot);
  border-radius: 50%;
  background: var(--color-primary-green);
  border: 4px solid #fff;
  box-sizing: border-box;
  display: block;
  transition: all 0.3s;
  will-change: margin-top;
}
.main .section01 .sec01-step .step .step-ani .step-card {
  padding: 3rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(136, 136, 136, 0.2);
  min-width: 48rem;
  transition: margin-top 0.3s;
  will-change: transform, opacity;
}
.main .section01 .sec01-step .step .step-ani:has(.step-btn:hover) .step-no {
  transform: translate(-50%, -50%) scale(1.03);
  box-shadow: 0 0 0 8px rgba(7, 93, 93, 0.1);
  border-radius: 50%;
}
@media screen and (max-width: 1170px) {
  .main .section01 .sec01-step .step .step-ani:has(.step-btn:hover) .step-no {
    transform: translate(0, 0);
    margin-top: -5rem;
  }
}
.main .section01 .sec01-step .step .step-ani::before {
  content: "";
  position: absolute;
  left: var(--mx);
  top: var(--my);
  transform: translate(-50%, -50%);
  width: var(--circle);
  height: var(--circle);
  border-radius: 50%;
  border: 6px solid var(--main_green, #075D5D);
  background: var(--sub_green, #F3FAFA);
  box-sizing: border-box;
  z-index: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (max-width: 1023px) {
  .main .section01 .sec01-step .step .step-ani::before {
    background: #fff;
  }
}
.main .section01 .sec01-step .step .step-ani::after {
  content: "";
  position: absolute;
  left: var(--mx);
  top: calc(var(--my) + var(--circle) / 2);
  transform: translateX(-50%);
  width: 6px;
  height: var(--line);
  background: var(--main_green, #075D5D);
  z-index: 1;
}
.main .section01 .sec01-step .step .step-ani:has(.step-btn:hover) .step-card {
  /*transform: translate(-50%, -50%) translateY(-2px);*/
  margin-top: -20px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 1170px) {
  .main .section01 .sec01-step .step .step-ani:has(.step-btn:hover) .step-card {
    transform: translate(-50%, -50%);
    margin-top: 0;
  }
}
.main .section01 .sec01-step .step .step-ani .step-inner {
  display: flex;
  align-items: flex-end;
}
.main .section01 .sec01-step .step .step-ani .step-inner .right {
  margin-left: 2.4rem;
  position: relative;
}
.main .section01 .sec01-step .step .step-ani .step-inner .right::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.main .section01 .sec01-step .step .step-ani .step-tit {
  display: block;
  color: var(--color-primary-blue);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.04em;
}
.main .section01 .sec01-step .step .step-ani .step-txt {
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.04em;
  margin-top: 1.6rem;
}
.main .section01 .sec01-step .step .step-ani .step-btn {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04em;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  min-width: 16rem;
  padding: 0 2rem;
  height: 5.2rem;
  position: relative;
  z-index: 1;
}
.main .section01 .sec01-step .step .step-ani .step-btn .arr-right {
  width: 1.4rem;
  height: 1.2rem;
  background: url("../img/main/section01_btn_arr.png") no-repeat center;
  background-size: contain;
}
.main .section01 .sec01-step .step--1 {
  left: 41%;
  top: 8%;
}
.main .section01 .sec01-step .step--1 .right::after {
  left: 50%;
  top: -9rem;
  transform: translateX(-50%);
  width: 96px;
  height: 107px;
  background: url("../img/main/step01_img.png") no-repeat center/contain;
}
.main .section01 .sec01-step .step--2 {
  left: 28%;
  top: 117.5%;
}
.main .section01 .sec01-step .step--2 .right::after {
  left: 50%;
  top: -9rem;
  transform: translateX(-50%);
  width: 133px;
  height: 140px;
  background: url("../img/main/step02_img.png") no-repeat center/contain;
}
.main .section01 .sec01-step .step--3 {
  left: 64%;
  top: 118%;
}
.main .section01 .sec01-step .step--3 .right::after {
  left: 50%;
  top: -9rem;
  transform: translateX(-50%);
  width: 132px;
  height: 142px;
  background: url("../img/main/step03_img.png") no-repeat center/contain;
}
@media screen and (max-width: 1700px) {
  .main .section01 .sec01-step .step--3 {
    left: 80%;
  }
}
.main .section01 .sec01-step .alert-red {
  --rDot: 2.2rem;
  --rLine: 10rem;
  --rRing: 9.6rem;
  --anchor-x: calc(-1 * (var(--rLine) + var(--rRing) + 2.4rem));
  --anchor-y: 50%;
  position: absolute;
  left: 52.2%;
  top: 48%;
  transform: translate(-50%, -50%);
}
.main .section01 .sec01-step .alert-red .step-ani {
  position: relative;
  overflow: visible;
}
.main .section01 .sec01-step .alert-red .step-ani .siren {
  content: "";
  position: absolute;
  left: -72px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100px;
  height: 100px;
  pointer-events: none;
  border-radius: 50px;
  border: 6px solid var(--red, #E81A1A);
  background: #FFF9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.main .section01 .sec01-step .alert-red .step-ani .siren .siren-ani {
  width: 42px;
  height: 56px;
  background: url("../img/main/ico_siren.png") no-repeat center;
  background-size: contain;
}
.main .section01 .sec01-step .alert-red .step-ani .step-card {
  padding: 1rem;
  border-radius: 20px;
  background: url("../img/main/alert_back_img.png") no-repeat right 10px center, var(--color-bg-red);
  border: 1px solid var(--color-red);
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(136, 136, 136, 0.2);
  position: relative;
  z-index: 2;
  will-change: transform, opacity;
}
.main .section01 .sec01-step .alert-red .step-ani:has(.alert-btn:hover) .siren {
  /*transform: translate(-50%, -50%);
  box-shadow: 0 0 0 8px rgba(232, 26, 26, .10);*/
}
.main .section01 .sec01-step .alert-red .step-ani:has(.alert-btn:hover) .siren .siren-ani {
  animation: sirenOpacityOnce 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
@keyframes sirenOpacityOnce {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.main .section01 .sec01-step .alert-red .step-ani::before {
  content: "";
  position: absolute;
  left: var(--anchor-x);
  top: var(--anchor-y);
  transform: translate(-50%, -50%);
  width: var(--rDot);
  height: var(--rDot);
  border-radius: 50%;
  background: var(--color-red);
  border: 4px solid #fff;
  box-sizing: border-box;
  z-index: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.main .section01 .sec01-step .alert-red .step-ani::after {
  content: "";
  position: absolute;
  left: var(--anchor-x);
  top: var(--anchor-y);
  transform: translateY(-50%);
  width: calc(var(--rLine) + var(--rRing));
  height: 6px;
  background: var(--color-red);
  box-shadow: calc(100% - var(--rRing) / 2) 0 0 0 10px #fff, calc(100% - var(--rRing) / 2) 0 0 0 16px var(--color-red);
}
.main .section01 .sec01-step .alert-red .step-ani .alert-inner {
  padding: 2rem 2rem 0 2rem;
}
.main .section01 .sec01-step .alert-red .step-ani strong {
  display: block;
  text-align: left;
  color: var(--color-red);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04em;
}
.main .section01 .sec01-step .alert-red .step-ani .alert-txt {
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.045em;
  display: block;
  margin-top: 1.6rem;
  text-align: left;
}
.main .section01 .sec01-step .alert-red .step-ani .call {
  color: #333;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.0423529412em;
  display: block;
  margin-top: 0.8rem;
  text-align: left;
}
.main .section01 .sec01-step .alert-red .step-ani .call .ico {
  margin-right: 0.8rem;
  width: 18px;
  height: 18px;
  background: url("../img/main/ico_phone_red.png") no-repeat center;
  background-size: contain;
}
.main .section01 .sec01-step .alert-red .step-ani .alert-btn {
  display: flex;
  height: 52px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04em;
  background: rgba(232, 26, 26, 0.8);
  margin-top: 1.6rem;
  border-radius: 10px;
  transition: filter 0.2s ease;
}
.main .section01 .sec01-step .alert-red .step-ani .alert-btn:hover {
  animation: pulseOnce 0.35s ease infinite;
  filter: brightness(1.05);
}
@keyframes pulseOnce {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-1px) scale(1.03);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.main .section01 .sec01-step .img-area {
  position: absolute;
  z-index: 1;
  left: 80%;
  top: 20%;
  transform: translate(-50%, -50%);
}
.main .section01 .sec01-step .img-area .step-ani {
  width: 383px;
  height: 450px;
  background: url("../img/main/section01_step04.png") no-repeat center;
  background-size: contain;
}
.main .section01 .sec01-step .img-area .step-ani::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 97%;
  transform: translateX(-50%);
  width: 6px;
  height: 210px;
  background: var(--color-primary-blue);
  /*border-radius: 999px;*/
}
.main .section01 .sec01-step .img-area .step-ani::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 210px);
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--color-primary-blue);
  border: 4px solid #fff;
  box-sizing: border-box;
}
.main .section02 {
  background: #fff;
  padding: 10rem 0;
}
@media screen and (max-width: 1023px) {
  .main .section02 {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .main .section02 {
    padding: 6rem 0;
  }
}
.main .section02 .inner {
  position: relative;
  z-index: 5;
}
.main .section02 .section02-tit-wrap {
  text-align: center;
  margin: 0 auto;
}
.main .section02 .section02-tit-wrap .section02-tit {
  border-radius: 100px;
  background: #FFF;
  padding: 1rem 2.4rem;
  color: #222;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .main .section02 .section02-tit-wrap .section02-tit {
    font-size: 2.4rem;
    background: transparent;
    padding: 1rem 0;
  }
}
.main .section02 .service-list-wrap {
  display: flex;
  gap: 3rem 2.5rem;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .main .section02 .service-list-wrap {
    display: block;
    margin: 0 auto;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .main .section02 .service-list-wrap {
    margin-top: 2.4rem;
  }
}
.main .section02 .service-list-wrap.active .service-list:nth-child(1) .service-item:nth-child(1) {
  transition-delay: 0ms;
}
.main .section02 .service-list-wrap.active .service-list:nth-child(1) .service-item:nth-child(2) {
  transition-delay: 120ms;
}
.main .section02 .service-list-wrap.active .service-list:nth-child(2) .service-item:nth-child(1) {
  transition-delay: 240ms;
}
.main .section02 .service-list-wrap.active .service-list:nth-child(2) .service-item:nth-child(2) {
  transition-delay: 360ms;
}
.main .section02 .service-list-wrap.active .service-list:nth-child(2) .service-item:nth-child(3) {
  transition-delay: 480ms;
}
.main .section02 .service-list-wrap.active .service-item {
  opacity: 1;
  margin-top: 0;
}
.main .section02 .service-list {
  display: flex;
  justify-content: center;
  gap: 3rem 2.5rem;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .main .section02 .service-list {
    width: 100%;
    gap: 0;
  }
}
.main .section02 .service-list .service-item {
  opacity: 0;
  margin-top: 40px;
  transition: opacity 0.45s ease, margin-top 0.45s ease;
}
.main .section02 .service-list:nth-child(1) {
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .main .section02 .service-list:nth-child(1) {
    width: 100%;
  }
}
.main .section02 .service-list:nth-child(1) .service-item a {
  background: linear-gradient(108deg, #0E457B 0%, #075D5D 100%);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.main .section02 .service-list:nth-child(1) .service-item a .service-txt {
  color: #fff;
}
.main .section02 .service-list:nth-child(1) .service-item:nth-child(1) .link_cont {
  left: 0;
}
@media screen and (max-width: 1023px) {
  .main .section02 .service-list:nth-child(1) .service-item:nth-child(1) .link_cont {
    left: 50%;
    margin-left: -35rem;
  }
}
.main .section02 .service-list:nth-child(1) .service-item:nth-child(2) .link_cont {
  left: 30%;
  margin-left: -25rem;
}
@media screen and (max-width: 1023px) {
  .main .section02 .service-list:nth-child(1) .service-item:nth-child(2) .link_cont {
    left: 50%;
    margin-left: -15rem;
  }
}
.main .section02 .service-list:nth-child(1) .service-item:nth-of-type(1) .img {
  background: url("../img/main/service_ico01.png") no-repeat center;
}
.main .section02 .service-list:nth-child(1) .service-item:nth-of-type(2) .img {
  background: url("../img/main/service_ico02.png") no-repeat center;
}
@media screen and (max-width: 767px) {
  .main .section02 .service-list:nth-child(2) {
    margin-top: 1.4rem;
  }
}
.main .section02 .service-list:nth-child(2) .service-item:nth-child(1) .link_cont {
  left: 50%;
  margin-left: -25rem;
}
@media screen and (max-width: 1023px) {
  .main .section02 .service-list:nth-child(2) .service-item:nth-child(1) .link_cont {
    top: auto;
    bottom: 23rem;
    left: 29%;
    margin-left: -15rem;
  }
}
.main .section02 .service-list:nth-child(2) .service-item:nth-child(2) .link_cont {
  right: 30%;
  transform: translateX(50%);
  left: auto;
  margin-right: -25rem;
}
@media screen and (max-width: 1023px) {
  .main .section02 .service-list:nth-child(2) .service-item:nth-child(2) .link_cont {
    top: auto;
    bottom: 23rem;
    right: 50%;
  }
}
.main .section02 .service-list:nth-child(2) .service-item:nth-child(3) .link_cont {
  right: 0;
  left: auto;
}
@media screen and (max-width: 1023px) {
  .main .section02 .service-list:nth-child(2) .service-item:nth-child(3) .link_cont {
    top: auto;
    bottom: 23rem;
    right: 10%;
  }
}
.main .section02 .service-list:nth-child(2) .service-item:nth-of-type(1) .img {
  background: url("../img/main/service_ico03.png") no-repeat center;
}
.main .section02 .service-list:nth-child(2) .service-item:nth-of-type(2) .img {
  background: url("../img/main/service_ico04.png") no-repeat center;
}
.main .section02 .service-list:nth-child(2) .service-item:nth-of-type(3) .img {
  background: url("../img/main/service_ico05.png") no-repeat center;
}
.main .section02 .service-list .service-item {
  flex: 1 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .main .section02 .service-list .service-item {
    max-width: 21.6rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main .section02 .service-list .service-item {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .main .section02 .service-list .service-item + .service-item {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .main .section02 .service-list .service-item + .service-item {
    margin-left: 1rem;
  }
}
.main .section02 .service-list .service-item:has(a:hover):before {
  opacity: 1;
  z-index: 2;
}
.main .section02 .service-list .service-item:before {
  animation: floatY 1s infinite cubic-bezier(0.95, 0.05, 0.795, 0.035);
  display: inline-block;
  content: "";
  position: relative;
  z-index: -1;
  opacity: 0;
  margin-bottom: 3rem;
  width: 2.2rem;
  height: 2.4rem;
  background: url("../img/main/arrow-tail.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .main .section02 .service-list .service-item:before {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .main .section02 .service-list .service-item:before {
    display: none;
  }
}
.main .section02 .service-list .service-item a {
  padding: 2.5rem;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: linear-gradient(108deg, #0E457B 0%, #075D5D 100%);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  word-break: break-all;
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.04em;
  background: #D8F2F2;
}
@media screen and (max-width: 1200px) {
  .main .section02 .service-list .service-item a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 19.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main .section02 .service-list .service-item a {
    padding: 1.6rem;
    font-size: 1.6rem;
    min-height: auto;
    height: 100%;
  }
}
.main .section02 .service-list .service-item a .service-txt {
  color: #222;
}
.main .section02 .service-list .service-item a:hover, .main .section02 .service-list .service-item a:focus-visible {
  transform: translateY(-25px);
  box-shadow: 0 10px 20px 0 rgba(7, 93, 93, 0.15);
}
@media screen and (max-width: 767px) {
  .main .section02 .service-list .service-item a:hover, .main .section02 .service-list .service-item a:focus-visible {
    transform: none;
    box-shadow: none;
  }
}
.main .section02 .service-list .service-item a:hover + .link_cont {
  height: auto;
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main .section02 .service-list .service-item a:hover + .link_cont {
    display: none;
  }
}
.main .section02 .service-list .service-item a:hover + .link_cont .txt-wrap {
  opacity: 1;
  transform: translateY(0);
}
.main .section02 .service-list .service-item .img {
  width: 8rem;
  height: 8rem;
  display: inline-block;
  box-shadow: 0 0 10px 0 rgba(206, 206, 206, 0.25);
  border-radius: 50%;
  margin-right: 2.1rem;
  flex: none;
}
@media screen and (max-width: 1200px) {
  .main .section02 .service-list .service-item .img {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .main .section02 .service-list .service-item .img {
    width: 6rem;
    height: 6rem;
  }
}
.main .section02 .service-list .service-item .link_cont {
  position: absolute;
  left: 0;
  top: -107px;
  width: 100%;
  min-height: 15rem;
  padding: 2.6rem;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(136, 136, 136, 0.3);
  max-width: 50rem;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 0;
  opacity: 0;
  animation: floatY 1s infinite cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: opacity 0.3s;
  z-index: -1;
}
.main .section02 .service-list .service-item .link_cont .txt-wrap {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  word-break: break-all;
}
.main .section02 .service-list .service-item .link_cont .link-tit {
  color: var(--color-primary-green);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
}
.main .section02 .service-list .service-item .link_cont .link-tit .ico {
  margin-right: 0.6rem;
}
.main .section02 .service-list .service-item .link_cont .link-txt {
  margin-top: 1.6rem;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.2, 0, 0.2, 1); /* 1번: 느리게 */
  }
  45% {
    transform: translateY(-14px);
    animation-timing-function: cubic-bezier(0.6, 0, 1, 1); /* 내려올 때 */
  }
  60% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.15, 1, 0.3, 1); /* 2번: 빠르게 */
  }
  85% {
    transform: translateY(-8px);
    animation-timing-function: cubic-bezier(0.6, 0, 1, 1);
  }
  100% {
    transform: translateY(0);
  }
}
.section03 {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section03 {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .section03 {
    background: var(--color-bg-blue);
    padding: 6rem 0;
  }
}
.section03:before {
  content: "";
  width: 40%;
  height: 100%;
  border-radius: 0 200px 80px 0;
  background: var(--color-bg-blue);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section03:before {
    display: none;
  }
}
.section03 .main-tit-wrap .more-btn {
  color: #555;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
}
.section03 .main-tit-wrap .more-btn .plus {
  margin-left: 0.6rem;
  width: 12px;
  height: 12px;
  background: url("../img/common/ico_plus_gray.png") no-repeat center;
  background-size: contain;
}
.section03 .main-notice .notice-inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1170px) {
  .section03 .main-notice .notice-inner {
    display: block;
  }
}
.section03 .main-notice .left {
  margin-right: 5rem;
  flex: none;
}
@media screen and (max-width: 767px) {
  .section03 .main-notice .left {
    margin-right: 0;
  }
}
@media screen and (max-width: 1170px) {
  .section03 .main-notice .left ul {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .section03 .main-notice .left ul {
    overflow-x: auto;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .section03 .main-notice .left ul li {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1170px) {
  .section03 .main-notice .left ul li + li {
    margin-left: 1.6rem;
  }
}
.section03 .main-notice .left ul li .notice-tab-btn {
  min-width: 20rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2rem;
  min-height: 5rem;
  color: #707070;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
  position: relative;
}
@media screen and (max-width: 1170px) {
  .section03 .main-notice .left ul li .notice-tab-btn {
    min-width: auto;
    padding: 0 0.4rem 0.4rem 0.4rem;
    min-height: auto;
  }
}
.section03 .main-notice .left ul li .notice-tab-btn:before {
  content: "·";
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1170px) {
  .section03 .main-notice .left ul li .notice-tab-btn:before {
    display: none;
  }
}
.section03 .main-notice .left ul li .notice-tab-btn:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.3rem;
  background: linear-gradient(108deg, #0E457B 0%, #075D5D 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.section03 .main-notice .left ul li:hover .notice-tab-btn {
  color: var(--color-primary-blue);
}
@media screen and (max-width: 1170px) {
  .section03 .main-notice .left ul li:hover .notice-tab-btn {
    font-weight: 600;
  }
}
.section03 .main-notice .left ul li.active .notice-tab-btn {
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(108deg, #0E457B 0%, #075D5D 100%);
}
@media screen and (max-width: 1170px) {
  .section03 .main-notice .left ul li.active .notice-tab-btn {
    background: transparent;
    border-radius: 0;
    color: var(--color-primary-blue);
    font-weight: 700;
  }
}
@media screen and (max-width: 1170px) {
  .section03 .main-notice .left ul li.active .notice-tab-btn:before {
    display: none;
  }
}
@media screen and (max-width: 1170px) {
  .section03 .main-notice .left ul li.active .notice-tab-btn:after {
    display: block;
  }
}
.section03 .main-notice .left ul li.active:hover a {
  color: #fff;
}
@media screen and (max-width: 1170px) {
  .section03 .main-notice .left ul li.active:hover a {
    color: var(--color-primary-blue);
  }
}
.section03 .main-notice .right {
  width: calc(100% - 25rem);
  overflow: hidden;
  padding-bottom: 3px;
}
@media screen and (max-width: 1170px) {
  .section03 .main-notice .right {
    margin-top: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section03 .main-notice .right {
    margin-top: 1rem;
  }
}
.section03 .main-notice .right .notice-swiper {
  overflow: visible;
}
.section03 .main-notice .right .notice-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  /*display: flex;*/
}
.section03 .main-notice .right .notice-cards .notice-item {
  /*flex: 0 0 calc(33.33% - 13.33px);*/
  position: relative;
  /*& + .notice-item {
    margin-left: 2rem;
  }*/
}
.section03 .main-notice .right .notice-cards .notice-item .swiper-slide {
  height: auto;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link {
  position: relative;
  border-radius: 20px;
  border: 1px solid #CECECE;
  background: #FFF;
  padding: 3.5rem;
  display: block;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .section03 .main-notice .right .notice-cards .notice-item .item-link {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section03 .main-notice .right .notice-cards .notice-item .item-link {
    padding: 1.6rem;
  }
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .stroke-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link:hover {
  border: 1px solid transparent;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link:hover .view-btn {
  color: var(--color-primary-blue);
}
.section03 .main-notice .right .notice-cards .notice-item .item-link:hover .arr-right {
  background: url("../img/main/section03_arr_blue.png") no-repeat center;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head .tag {
  padding: 0.8rem 1.2rem;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head .tag {
    font-size: 1.6rem;
    padding: 0.6rem 1rem;
  }
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head .tag.blue {
  color: #2A46AA;
  background: #E4EEFF;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head .tag.red {
  color: #AF1E45;
  background: #FFE2E9;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head .tag.green {
  color: #1A8C47;
  background: #DAF3E3;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head .tag.purple {
  color: #84379E;
  background: #F3E9F8;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head .tag.orange {
  color: #B3590B;
  background: #FFEDDA;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head .tag.yellow {
  color: #8F6800;
  background: #FBEECA;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head .state {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
  border-radius: 6px;
  padding: 0.6rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head .state {
    font-size: 1.4rem;
  }
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head .state.blue {
  color: var(--color-primary-blue);
  border: 0.5px solid var(--color-primary-blue);
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-item-head .state.gray {
  color: #707070;
  border: 0.5px solid #888;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-body {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .section03 .main-notice .right .notice-cards .notice-item .item-link .notice-body {
    margin-top: 1.6rem;
  }
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-body .notice-txt {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #222;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.04em;
  min-height: 8.4rem;
}
@media screen and (max-width: 1023px) {
  .section03 .main-notice .right .notice-cards .notice-item .item-link .notice-body .notice-txt {
    -webkit-line-clamp: 2;
    min-height: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .section03 .main-notice .right .notice-cards .notice-item .item-link .notice-body .notice-txt {
    font-size: 1.6rem;
  }
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-info {
  padding-top: 2rem;
  border-top: 1px solid #CECECE;
  margin-top: 3.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .section03 .main-notice .right .notice-cards .notice-item .item-link .notice-info {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section03 .main-notice .right .notice-cards .notice-item .item-link .notice-info {
    margin-top: 2rem;
    padding-top: 1.6rem;
  }
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-info .date {
  color: #555;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .section03 .main-notice .right .notice-cards .notice-item .item-link .notice-info .date {
    font-size: 1.4rem;
  }
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-info .view-btn {
  color: #555;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section03 .main-notice .right .notice-cards .notice-item .item-link .notice-info .view-btn {
    font-size: 1.4rem;
  }
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-info .view-btn .arr-right {
  width: 0.7rem;
  height: 1.2rem;
  background: url("../img/main/section03_arr_gray.png") no-repeat center;
  background-size: contain;
}
.section03 .main-notice .right .notice-cards .notice-item .item-link .notice-info .view-btn .ico {
  margin-left: 0.5rem;
}

.section04 {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .section04 {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .section04 {
    padding: 6rem 0;
  }
}
.section04:before {
  content: "";
  width: calc(100% - 16rem);
  height: 26rem;
  border-radius: 60px 0 0 60px;
  background: linear-gradient(90deg, #F3FAFA 0%, #DFF2F2 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .section04:before {
    display: none;
  }
}
.section04 .main-popup .promo-area {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .section04 .main-popup .promo-area {
    display: block;
  }
}
.section04 .main-popup .promo-area .promo-swiper-wrap {
  flex: 1 0;
  position: relative;
  max-width: calc(50% - 20px);
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .section04 .main-popup .promo-area .promo-swiper-wrap {
    max-width: 100%;
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  .section04 .main-popup .promo-area .promo-swiper-wrap {
    text-align: right;
  }
}
.section04 .main-popup .promo-area .promo-swiper-wrap + .promo-swiper-wrap {
  margin-left: 4rem;
}
@media screen and (max-width: 1023px) {
  .section04 .main-popup .promo-area .promo-swiper-wrap + .promo-swiper-wrap {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section04 .main-popup .promo-area .promo-swiper-wrap + .promo-swiper-wrap {
    margin-top: 1.6rem;
  }
}
.section04 .main-popup .promo-area .swiper {
  width: 100%;
  overflow: hidden;
}
.section04 .main-popup .swiper-slide {
  border-radius: 10px;
  border: 1px solid #CECECE;
  overflow: hidden;
}
.section04 .main-popup .swiper-slide a {
  display: block;
  position: relative;
  padding-top: 32%;
}
.section04 .main-popup .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.section04 .main-popup .promo-ctrl {
  margin-left: auto;
  margin-top: 1rem;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  background: #F3FAFA;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section04 .main-popup .promo-ctrl {
    position: initial;
    margin-top: 0.8rem;
    background: #F3FAFA;
    padding: 0.4rem 0.6rem;
  }
}
.section04 .main-popup .promo-ctrl .promo-pagination {
  display: flex;
  align-items: center;
}
.section04 .main-popup .promo-ctrl .promo-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  opacity: 1;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .section04 .main-popup .promo-ctrl .promo-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 4px;
  }
}
.section04 .main-popup .promo-ctrl .promo-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary-green);
  /*  @include mobile {
      background: #A0A0A0;
    }*/
}
.section04 .main-popup .promo-ctrl .promo-play {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.7rem;
}
@media screen and (max-width: 767px) {
  .section04 .main-popup .promo-ctrl .promo-play {
    margin-left: 0.5rem;
  }
}
.section04 .main-popup .promo-ctrl .promo-play.stop {
  background: url("../img/main/section04_stop_ico.png") no-repeat center;
  background-size: 1.3rem 1.3rem;
}
@media screen and (max-width: 767px) {
  .section04 .main-popup .promo-ctrl .promo-play.stop {
    background: url("../img/main/section04_stop_ico_mo.png") no-repeat center;
    background-size: 0.9rem 1.1rem;
  }
}
.section04 .main-popup .promo-ctrl .promo-play.play {
  background: url("../img/main/section04_play_ico.png") no-repeat center;
  background-size: 1.1rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .section04 .main-popup .promo-ctrl .promo-play.play {
    background: url("../img/main/section04_play_ico_mo.png") no-repeat center;
    background-size: 1.1rem 1.1rem;
  }
}

.section05 {
  padding: 10rem 0;
  background: url("../img/main/section05_bg.png") no-repeat right bottom;
}
@media screen and (max-width: 1023px) {
  .section05 {
    display: none;
  }
}
.section05 .main-site-map {
  margin-top: 5rem;
}
.section05 .main-site-map .site-map-ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section05 .main-site-map .site-map-ul .site-map-li {
  flex: 1 0;
  box-shadow: 0 0 20px 0 rgba(136, 136, 136, 0.2);
  max-width: 23rem;
}
.section05 .main-site-map .site-map-ul .site-map-li + .site-map-li {
  margin-left: 2rem;
}
.section05 .main-site-map .site-map-ul .site-map-li .site-map-depth1 {
  display: block;
  padding: 1.6rem 1rem;
  color: #FFF;
  text-align: center;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  border-radius: 12px 12px 0 0;
  background: var(--main_bg_g, linear-gradient(108deg, #0E457B 0%, #075D5D 100%));
}
.section05 .main-site-map .site-map-ul .site-map-li .site-map-depth2-ul {
  border-radius: 0 0 12px 12px;
  border: 1px solid #CECECE;
  background: #FFF;
  text-align: left;
}
.section05 .main-site-map .site-map-ul .site-map-li .site-map-depth2-ul .site-map-depth2-li {
  padding: 1.8rem 1.6rem;
}
.section05 .main-site-map .site-map-ul .site-map-li .site-map-depth2-ul .site-map-depth2-li:hover .site-map-depth2 {
  font-weight: 600;
  color: var(--color-primary-blue);
}
.section05 .main-site-map .site-map-ul .site-map-li .site-map-depth2-ul .site-map-depth2-li .site-map-depth2 {
  display: block;
  color: #222;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
}
.section05 .main-site-map .site-map-ul .site-map-li .site-map-depth2-ul .site-map-depth2-li .site-map-depth2 .ico {
  margin-left: 0.8rem;
}
.section05 .main-site-map .site-map-ul .site-map-li .site-map-depth2-ul .site-map-depth2-li .site-map-depth3 {
  margin-top: 1.2rem;
}
.section05 .main-site-map .site-map-ul .site-map-li .site-map-depth2-ul .site-map-depth2-li .site-map-depth3 .site-map-depth3-li + .site-map-depth3-li {
  margin-top: 0.8rem;
}
.section05 .main-site-map .site-map-ul .site-map-li .site-map-depth2-ul .site-map-depth2-li .site-map-depth3 .site-map-depth3-li .site-map-depth3 {
  color: #555;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04em;
}
.section05 .main-site-map .site-map-ul .site-map-li .site-map-depth2-ul .site-map-depth2-li .site-map-depth3 .site-map-depth3-li .site-map-depth3:before {
  content: "-";
  margin-right: 0.6rem;
  display: inline-block;
}
.section05 .main-site-map .site-map-ul .site-map-li .site-map-depth2-ul .site-map-depth2-li .site-map-depth3 .site-map-depth3-li .site-map-depth3:hover {
  color: var(--color-primary-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 1200px) {
  .main .main-top:after {
    top: 20%;
  }
  .main .section01 {
    padding: 6rem 4rem 8rem;
    background: url("../img/main/section01_load_mo.png") no-repeat center bottom 30%;
    background-size: contain;
  }
  .main .section01 .inner {
    width: 100%;
    margin: 0 auto 6rem;
  }
  .main .section01 .section01-head-area h2 {
    font-size: 3.8rem;
  }
  .main .section01 .section01-head-area h2 div {
    display: block;
  }
  .main .section01 .section01-head-area h2 b {
    display: block;
  }
  .main .section01 .section01-head-area h2 .badge {
    margin-left: 0;
    font-size: 4.8rem;
    margin-top: 2.4rem;
  }
  .main .section01 .sec01-step-wrap {
    padding: 0;
    margin-left: 0;
    transform: translateX(0);
    width: 100%;
  }
  .main .section01 .sec01-step {
    height: auto;
  }
  .main .section01 .sec01-step-bg {
    background: none;
    background-size: contain;
  }
  .main .section01 .sec01-step .img-area {
    display: none;
  }
  .main .section01 .sec01-step .step {
    position: initial;
    transform: translate(0, 0);
    width: calc(100% - 140px);
    min-width: 0;
    margin-top: 4rem;
  }
  .main .section01 .sec01-step .step:nth-child(1) {
    margin-top: 0;
  }
  .main .section01 .sec01-step .step.step--1, .main .section01 .sec01-step .step.step--2 {
    margin-right: auto;
  }
  .main .section01 .sec01-step .step.step--1 .step-ani:before, .main .section01 .sec01-step .step.step--2 .step-ani:before {
    right: -190px;
    left: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .main .section01 .sec01-step .step.step--1 .step-ani:after, .main .section01 .sec01-step .step.step--2 .step-ani:after {
    width: 45px;
    height: 6px;
    right: -45px;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
  .main .section01 .sec01-step .step.step--1 .step-no, .main .section01 .sec01-step .step.step--2 .step-no {
    right: -140px;
    left: auto;
    transform: translate(0, -50%);
  }
  .main .section01 .sec01-step .step.step--1 .step-no:after, .main .section01 .sec01-step .step.step--2 .step-no:after {
    display: none;
  }
  .main .section01 .sec01-step .step.step--1 strong:before, .main .section01 .sec01-step .step.step--2 strong:before {
    right: -190px;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
  .main .section01 .sec01-step .step.step--3 {
    margin-left: auto;
  }
  .main .section01 .sec01-step .step.step--3 .step-ani:before {
    left: -90px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .main .section01 .sec01-step .step.step--3 .step-ani:after {
    left: -45px;
    top: 50%;
    transform: translate(0, -50%);
    width: 45px;
    height: 6px;
  }
  .main .section01 .sec01-step .step.step--3 .step-no {
    left: -140px;
    transform: translate(0, -50%);
  }
  .main .section01 .sec01-step .step.step--3 .step-no:after {
    display: none;
  }
  .main .section01 .sec01-step .step.step--3 strong:before {
    left: -140px;
    top: 50%;
    transform: translate(0, -50%);
  }
  /* 왼쪽 붙는 스텝 */
  .main .section01 .sec01-step .alert-red {
    margin-top: 4rem;
    max-width: 34rem;
    margin-left: 14rem;
    position: initial;
    transform: translate(0, 0);
  }
  .main .section01 .sec01-step .alert-red .step-ani:before {
    left: -190px;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
  .main .section01 .sec01-step .alert-red .step-ani:after {
    left: -45px;
    top: 50%;
    transform: translate(0, -50%);
    width: 45px;
    height: 6px;
  }
  .main .section01 .sec01-step .alert-red .step-no {
    left: -140px;
    transform: translate(0, -50%);
  }
  .main .section01 .sec01-step .alert-red .step-no:after {
    display: none;
  }
  .main .section01 .sec01-step .alert-red strong .siren {
    left: -140px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .main .section01 .sec01-step .step .step-inner {
    justify-content: space-between;
  }
  .main .section01 .sec01-step .step--1 {
    margin-right: auto;
  }
  /* 호버 */
  .main .section01 .sec01-step .alert-red:has(.alert-btn:hover) .alert-inner strong .siren {
    transform: translate(0, -50%) scale(1.03);
    box-shadow: 0 0 0 8px rgba(232, 26, 26, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .main .main-top:after {
    display: none;
  }
  .main .section01 {
    padding: 4rem 1.6rem 6rem 1.6rem;
    min-height: 100%;
    background: none;
  }
  .main .section01 .pc-show {
    display: none;
  }
  .main .section01 .mobile-show {
    display: block;
  }
  .main .section01 .inner {
    margin: 0 auto 4rem;
  }
  .main .section01 .section01-head-area h2 {
    font-size: 2.2rem;
    text-align: center;
  }
  .main .section01 .section01-head-area h2 .sub-tit {
    font-size: 3rem;
  }
  .main .section01 .section01-head-area h2 .badge {
    padding: 0.8rem 1.2rem;
    margin-top: 1.2rem;
  }
  .main .section01 .section01-head-area h2 .badge .badge-txt {
    font-size: 1.5rem;
  }
  .step-swiper {
    width: 100%;
    position: relative;
    /* Swiper 기본 */
    /* 카드 */
    /* ==============================
       컨트롤 영역
    ============================== */
    /* 진행 바 */
    /* 네비게이션 */
  }
  .step-swiper__slider {
    padding: 8px 0 4px;
  }
  .step-swiper .swiper-slide {
    height: auto;
  }
  .step-swiper .swiper-slide:nth-of-type(1) .step-card {
    background: url("../img/main/step01_img_mo.png") no-repeat right 20px bottom 50px, #fff;
  }
  .step-swiper .swiper-slide:nth-of-type(2) .step-card {
    background: url("../img/main/step02_img_mo.png") no-repeat right 20px bottom 20px, #fff;
  }
  .step-swiper .swiper-slide:nth-of-type(3) .step-card {
    background: url("../img/main/step03_img_mo.png") no-repeat right 20px bottom 25px, #fff;
  }
  .step-swiper .step-card {
    height: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 1.6rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
  }
  .step-swiper .step-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1.4rem;
    border-radius: 6px;
    background: var(--color-bg-green);
    color: var(--color-primary-green);
    font-size: 1.2rem;
    font-weight: 700;
    width: fit-content;
  }
  .step-swiper .step-card__badge b {
    display: inline-block;
    margin-left: 0.2rem;
    font-size: 1.4rem;
  }
  .step-swiper .step-card__tit {
    color: var(--color-primary-blue);
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.04em;
    margin-top: 1rem;
  }
  .step-swiper .step-card__desc {
    color: #222;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.04em;
    display: inline-block;
    margin-top: 1.2rem;
  }
  .step-swiper .step-card__btn {
    margin-top: 1.6rem;
    height: 4.6rem;
    padding: 0 1.6rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-weight: 700;
  }
  .step-swiper .step-card__btn .ico {
    width: 1.4rem;
    height: 0.7rem;
    background: url("../img/main/section01_btn_arr.png") no-repeat center;
    background-size: contain;
  }
  .step-swiper__ctrl {
    margin-top: 14px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
  }
  .step-swiper__fraction {
    color: #C0C0C0;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.04em;
  }
  .step-swiper__fraction .cur {
    font-weight: 600;
    color: var(--color-primary-blue);
  }
  .step-swiper__fraction .tot {
    color: #707070;
  }
  .step-swiper__bar {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--color-border3) !important;
    border-radius: 999px;
    overflow: hidden;
    position: relative !important;
  }
  .step-swiper__bar .swiper-pagination-progressbar-fill {
    background: var(--color-primary-blue) !important;
  }
  .step-swiper__nav {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .step-swiper__prev, .step-swiper__next {
    display: inline-block;
    width: 0.7rem;
    height: 1.2rem;
  }
  .step-swiper__prev {
    background: url("../img/main/section01_slide_prev.png") no-repeat center;
    background-size: contain;
  }
  .step-swiper__toggle {
    margin: 0 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    background: url("../img/main/section01_slide_stop.png") no-repeat center;
    background-size: 1.2rem 1.2rem;
  }
  .step-swiper__toggle.is-paused {
    background: url("../img/main/section01_slide_play.png") no-repeat center;
    background-size: 1.1rem 1.2rem;
  }
  .step-swiper__next {
    background: url("../img/main/section01_slide_next.png") no-repeat center;
    background-size: contain;
  }
  .siren-area {
    margin-top: 4rem;
  }
  .siren-area .siren-tit-wrap .siren-tit {
    color: var(--color-red);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04em;
    text-align: center;
    display: block;
  }
  .siren-area .siren-tit-wrap .siren-tit .siren {
    width: 1.5rem;
    height: 2rem;
    margin-right: 0.8rem;
    background: url("../img/main/ico_siren.png") no-repeat center;
    background-size: contain;
  }
  .siren-area .siren-cont-wrap {
    margin-top: 1.6rem;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(136, 136, 136, 0.2);
    display: flex;
    padding: 1.6rem;
  }
  .siren-area .siren-cont-wrap .left {
    flex: 1 0;
  }
  .siren-area .siren-cont-wrap .left .siren-txt {
    color: #222;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 359px) {
  .siren-area .siren-cont-wrap .left .siren-txt br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .siren-area .siren-cont-wrap .left .tell {
    margin-top: 0.6rem;
    display: block;
    color: #333;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.04em;
  }
  .siren-area .siren-cont-wrap .left .tell .phone_red {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.6rem;
    background: url("../img/main/ico_phone_red.png") no-repeat center;
    background-size: contain;
  }
  .siren-area .siren-cont-wrap .right {
    margin-left: 1.6rem;
    width: 10rem;
  }
  .siren-area .siren-cont-wrap .right .alert-btn {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.04em;
    height: 100%;
    border-radius: 8px;
    background: rgba(232, 26, 26, 0.8);
  }
}
