.jt-body-container {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}
@media (max-width: 1280px) {
  .jt-body-container {
    padding: 36px 24px;
  }
}
@media (max-width: 768px) {
  .jt-body-container {
    padding: 24px 20px;
  }
}
@media (max-width: 480px) {
  .jt-body-container {
    padding: 20px 16px;
  }
}
.jt-body-container .jt-step1-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.jt-body-container .jt-step1-section .container {
  width: 100%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jt-body-container .jt-step1-section .container .service-step-01 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
@media (max-width: 768px) {
  .jt-body-container .jt-step1-section .container .service-step-01 {
    gap: 36px;
  }
}
@media (max-width: 480px) {
  .jt-body-container .jt-step1-section .container .service-step-01 {
    gap: 24px;
  }
}
.jt-body-container .jt-step1-section .container .service-step-01 .select-grid {
  width: 100%;
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 1280px) {
  .jt-body-container .jt-step1-section .container .service-step-01 .select-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item > input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
}
.jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap {
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #8b98ff;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap {
    padding: 12px;
    gap: 12px;
  }
}
.jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap.selected {
  background: #0F185D;
}
.jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap.selected .vis-icon > svg {
  fill: #95E2FF;
}
.jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap.selected .vis-name {
  color: #95E2FF;
}
.jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap .vis-icon {
  width: auto;
  height: 60px;
}
@media (max-width: 480px) {
  .jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap .vis-icon {
    height: 48px;
  }
}
@media (max-width: 320px) {
  .jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap .vis-icon {
    height: 32px;
  }
}
.jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap .vis-icon > svg {
  width: auto;
  height: 100%;
  fill: #0F185D;
}
.jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap .vis-name {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #0F185D;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 480px) {
  .jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap .vis-name {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap .vis-name {
    font-size: 1rem;
  }
}
.jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap .vis-new-icon {
  width: 100%;
  height: 100%;
  display: flex;
}
.jt-body-container .jt-step1-section .container .service-step-01 .select-grid .item .visual-wrap .vis-new-icon > img {
  width: 100%;
  height: 100%;
}
.jt-body-container .jt-step1-section .container .service-step-01 .next {
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #0F185D;
  border: none;
  outline: none;
}
@media (max-width: 768px) {
  .jt-body-container .jt-step1-section .container .service-step-01 .next {
    height: 52px;
  }
}
@media (max-width: 480px) {
  .jt-body-container .jt-step1-section .container .service-step-01 .next {
    height: 48px;
  }
}
.jt-body-container .jt-step1-section .container .service-step-01 .next > span {
  font-size: 30px;
  font-weight: 600;
  color: white;
  word-break: keep-all;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .jt-body-container .jt-step1-section .container .service-step-01 .next > span {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .jt-body-container .jt-step1-section .container .service-step-01 .next > span {
    font-size: 20px;
  }
}
.jt-body-container .jt-step1-section .container .service-step-01 .next > svg {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 40px;
  fill: white;
}
@media (max-width: 768px) {
  .jt-body-container .jt-step1-section .container .service-step-01 .next > svg {
    height: 32px;
  }
}
@media (max-width: 480px) {
  .jt-body-container .jt-step1-section .container .service-step-01 .next > svg {
    height: 24px;
  }
}

.first-loading-article {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  transition: 1s all 0.2s ease-in-out;
  z-index: 1000;
}
.first-loading-article.off {
  visibility: hidden;
  opacity: 0;
}
.first-loading-article .loading-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .first-loading-article .loading-content-wrap {
    gap: 1rem;
  }
}
.first-loading-article .loading-content-wrap > figure {
  width: auto;
  height: 240px;
}
@media (max-width: 1280px) {
  .first-loading-article .loading-content-wrap > figure {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .first-loading-article .loading-content-wrap > figure {
    height: 88px;
  }
}
@media (max-width: 480px) {
  .first-loading-article .loading-content-wrap > figure {
    height: 60px;
  }
}
.first-loading-article .loading-content-wrap > figure > img {
  width: auto;
  height: 100%;
}
.first-loading-article .loading-content-wrap > span {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  word-break: keep-all;
  text-align: center;
  color: #818181;
}
@media (max-width: 480px) {
  .first-loading-article .loading-content-wrap > span {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */