.contents.main {
  padding-bottom: 70px;
}

.wrap.main .header__wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 28px 28px;
  z-index: 1000;
}
.wrap.main .header__wrap.active {
  width: 100%;
  border-radius: 0;
}
.wrap.main .header__inner {
  padding: 0 50px;
  max-width: none;
  width: 1280px;
  border-radius: 0 0 28px 28px;
}
.wrap.main .floating-menu {
  top: -40px;
}
.wrap.main .floating-menu__wrap {
  z-index: 1;
}

.main__swiper .swiper-slide {
  position: relative;
  height: 420px;
}
.main__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.main__swiper .swiper-slide.img1 {
  background: url(../images/main/img-visual1.png) no-repeat center/cover;
}
.main__swiper .swiper-slide.img2 {
  background: url(../images/main/img-visual2.png) no-repeat center/cover;
}
.main__swiper .swiper-slide .text__box {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%);
  width: 1180px;
  margin: 0 auto;
}
.main__swiper .swiper-slide .text__box--image {
  width: 247px;
  height: 33px;
}
.main__swiper .swiper-slide .text__box--small {
  display: block;
  margin-top: 35px;
  font-size: 27px;
  font-weight: 500;
  color: #7efff4;
}
.main__swiper .swiper-slide .text__box--large {
  margin-top: 20px;
  font-size: 55px;
  font-weight: 500;
  color: #fff;
}
.main__swiper .swiper-button-prev, .main__swiper .swiper-button-next {
  width: 50px;
  height: 50px;
}
.main__swiper .swiper-button-prev::after, .main__swiper .swiper-button-next::after {
  display: none;
}
.main__swiper .swiper-button-next {
  right: 50px;
  background: url(../../static/images/common/icon-visual-next.png) no-repeat 0 0/cover;
}
.main__swiper .swiper-button-prev {
  left: 50px;
  background: url(../../static/images/common/ionc-visual-prev.png) no-repeat 0 0/cover;
}
.main__swiper .swiper-pagination {
  left: 50%;
  bottom: 30px;
  width: 1180px;
  text-align: left;
  transform: translateX(-50%);
}
.main__swiper .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 !important;
  width: 84px;
  height: auto;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  opacity: 0.4;
}
.main__swiper .swiper-pagination-bullet em {
  display: block;
  margin-top: 6px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  opacity: 0.4;
}
.main__swiper .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px !important;
}
.main__swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.main__swiper .swiper-pagination-bullet-active em {
  opacity: 1;
}

.component__wrap.comp3 {
  height: 191px;
  background: #f7f7f7;
}

.info__wrap {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1180px;
}
.info__wrap--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info__wrap--title h3 {
  font-size: 27px;
  font-weight: 500;
}
.info__wrap--title a {
  display: block;
  position: relative;
}
.info__wrap--title a::before {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: -8px;
  width: 2px;
  height: 18px;
  background-color: #000;
}
.info__wrap--title a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 2px;
  background-color: #000;
}
.info__cont {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.info__box {
  width: 280px;
  border-top: 2px solid #000;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.09);
  background: #fff;
}
.info__box a {
  padding: 22px 30px 30px 20px;
}
.info__box--date {
  margin-bottom: 26px;
}
.info__box--date span {
  padding: 7px 11px;
  border-radius: 8px;
  background: #46b4ee;
  font-family: "Pretendard";
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
  box-shadow: 3px 3px 0px 0px #afe8ff;
}
.info__box--title {
  margin-bottom: 12px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info__box--desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.025em;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.quick-menu__wrap {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
}
.quick-menu__list {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.quick-menu__item {
  position: relative;
  width: 100%;
  text-align: center;
}
.quick-menu__item a {
  height: 100%;
}
.quick-menu__item--icon {
  padding-top: 50px;
}
.quick-menu__item--icon .ico__quick-menu {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 83px;
  height: 83px;
  background-size: contain;
  background-repeat: no-repeat;
}
.quick-menu__item--icon .ico__quick-menu.ico1 {
  background-image: url("../images/main/ico_quick-icon01.png");
}
.quick-menu__item--icon .ico__quick-menu.ico2 {
  background-image: url("../images/main/ico_quick-icon02.png");
}
.quick-menu__item--icon .ico__quick-menu.ico3 {
  background-image: url("../images/main/ico_quick-icon03.png");
}
.quick-menu__item--icon .ico__quick-menu.ico4 {
  background-image: url("../images/main/ico_quick-icon04.png");
}
.quick-menu__item--icon .ico__quick-menu.ico5 {
  background-image: url("../images/main/ico_quick-icon05.png");
}
.quick-menu__item--title {
  width: 159px;
  height: 34px;
  border-radius: 15px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.11);
}

.img-box__wrap {
  max-width: 1180px;
  padding: 87px 0 70px;
}
.img-box__wrap.swiper {
  overflow: initial;
}
.img-box__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.img-box__list.swiper {
  overflow: visible;
}
.img-box__item {
  width: 380px;
  height: 310px;
}
.img-box__item--bg1 {
  background: url(../images/main/img_imgbox_image01.png);
}
.img-box__item--bg2 {
  background: url(../images/main/img_imgbox_image02.png);
}
.img-box__item--bg3 {
  background: url(../images/main/img_imgbox_image03.png);
}
.img-box__item a {
  height: 100%;
  padding-top: 210px;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.09);
}
.img-box__item--text {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 22px 0 18px;
}
.img-box__item--text .ico {
  width: 26px;
  height: 14px;
  position: absolute;
  bottom: 9px;
  right: 22px;
}
.img-box__item--title {
  font-size: 22px;
  line-height: 1.363636;
  color: #fff;
}
.img-box__item--ico {
  display: inline-block;
  width: 26px;
  height: 14px;
  position: absolute;
  bottom: 9px;
  right: 22px;
  background: url(../../static/images/icon/ico_arrow_white.png) no-repeat 0 0/cover;
}

.link-list__wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.link-list__list {
  display: flex;
  gap: 20px;
}
.link-list__item {
  width: 280px;
  height: 62px;
  border-top: 2px solid #000;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.09);
}
.link-list__item a {
  height: 100%;
  padding: 0 21px 0 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link-list__item--title {
  font-size: 18px;
  color: #4b4b4b;
}
.link-list__item--ico {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(../../static/images/icon/ico_arrow_circle_gray.png) no-repeat 0 0/cover;
}

@media screen and (min-width: 641px) and (max-width: 1500px) {
  .contents.main {
    padding-bottom: 4.6666666667vw;
  }
  .wrap.main .header__wrap {
    position: absolute;
    border-radius: 0vw 0vw 1.8666666667vw 1.8666666667vw;
  }
  .wrap.main .header__inner {
    padding: 0vw 3.3333333333vw;
    width: 85.3333333333vw;
    border-radius: 0vw 0vw 1.8666666667vw 1.8666666667vw;
  }
  .wrap.main .floating-menu {
    top: -2.6666666667vw;
  }
  .main__swiper .swiper-slide {
    height: 28vw;
  }
  .main__swiper .swiper-slide .text__box {
    width: 78.6666666667vw;
  }
  .main__swiper .swiper-slide .text__box--image {
    width: 16.4666666667vw;
    height: 2.2vw;
  }
  .main__swiper .swiper-slide .text__box--small {
    display: block;
    margin-top: 2.3333333333vw;
    font-size: 1.8vw;
  }
  .main__swiper .swiper-slide .text__box--large {
    margin-top: 1.3333333333vw;
    font-size: 3.6666666667vw;
  }
  .main__swiper .swiper-button-prev, .main__swiper .swiper-button-next {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .main__swiper .swiper-button-next {
    right: 3.3333333333vw;
  }
  .main__swiper .swiper-button-prev {
    left: 3.3333333333vw;
  }
  .main__swiper .swiper-pagination {
    bottom: 2vw;
    width: 78.6666666667vw;
  }
  .main__swiper .swiper-pagination-bullet {
    width: 5.6vw;
    font-size: 0.9333333333vw;
  }
  .main__swiper .swiper-pagination-bullet em {
    margin-top: 0.4vw;
    height: 0.2vw;
  }
  .component__wrap.comp3 {
    height: 12.7333333333vw;
  }
  .info__wrap {
    padding: 4vw 0vw;
    max-width: 78.6666666667vw;
  }
  .info__wrap--title h3 {
    font-size: 1.8vw;
  }
  .info__wrap--title a::before {
    right: 0.5333333333vw;
    top: -0.5333333333vw;
    width: 0.1333333333vw;
    height: 1.2vw;
  }
  .info__wrap--title a::after {
    width: 1.2vw;
    height: 0.1333333333vw;
  }
  .info__cont {
    gap: 1.3333333333vw;
    margin-top: 1.3333333333vw;
  }
  .info__box {
    width: 18.6666666667vw;
    border-top: 2px solid #000;
    box-shadow: 0vw 0.0666666667vw 0.6vw 0vw rgba(0, 0, 0, 0.09);
  }
  .info__box a {
    padding: 1.4666666667vw 2vw 2vw 1.3333333333vw;
  }
  .info__box--date {
    margin-bottom: 1.7333333333vw;
  }
  .info__box--date span {
    padding: 0.4666666667vw 0.7333333333vw;
    border-radius: 0.5333333333vw;
    font-size: 0.8vw;
    box-shadow: 0.2vw 0.2vw 0vw 0vw #afe8ff;
  }
  .info__box--title {
    margin-bottom: 0.8vw;
    height: 4vw;
    font-size: 1.3333333333vw;
  }
  .info__box--desc {
    font-size: 1.0666666667vw;
  }
  .quick-menu__wrap {
    max-width: 78.6666666667vw;
  }
  .quick-menu__item--icon {
    padding-top: 3.3333333333vw;
  }
  .quick-menu__item--icon .ico__quick-menu {
    width: 5.5333333333vw;
    height: 5.5333333333vw;
  }
  .quick-menu__item--title {
    width: 10.6vw;
    height: 2.2666666667vw;
    border-radius: 1vw;
    bottom: -1.1333333333vw;
    font-size: 1.0666666667vw;
    line-height: 2.2666666667vw;
    box-shadow: 0vw 0.2vw 0.6666666667vw 0vw rgba(0, 0, 0, 0.11);
  }
  .img-box__wrap {
    max-width: 78.6666666667vw;
    padding: 5.8vw 0vw 4.6666666667vw;
  }
  .img-box__list {
    gap: 1.3333333333vw;
  }
  .img-box__item {
    width: 25.3333333333vw;
    height: 20.6666666667vw;
  }
  .img-box__item a {
    padding-top: 14vw;
    box-shadow: 0vw 0.0666666667vw 0.6vw 0vw rgba(0, 0, 0, 0.09);
  }
  .img-box__item--text {
    padding: 1.4666666667vw 1.4666666667vw 0vw 1.2vw;
  }
  .img-box__item--title {
    font-size: 1.4666666667vw;
  }
  .img-box__item--ico {
    width: 1.7333333333vw;
    height: 0.9333333333vw;
    bottom: 0.6vw;
    right: 1.4666666667vw;
  }
  .link-list__wrap {
    max-width: 78.6666666667vw;
  }
  .link-list__list {
    gap: 1.3333333333vw;
  }
  .link-list__item {
    width: 18.6666666667vw;
    height: 4.1333333333vw;
    box-shadow: 0vw 0.0666666667vw 0.6vw 0vw rgba(0, 0, 0, 0.09);
  }
  .link-list__item a {
    padding: 0vw 1.4vw 0vw;
  }
  .link-list__item--title {
    font-size: 1.2vw;
  }
  .link-list__item--ico {
    width: 2.0666666667vw;
    height: 2.0666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .wrap.main .component__wrap {
    padding: 0;
  }
  .wrap.main .component__wrap.comp4 {
    overflow: hidden;
  }
  .wrap.main .component__inner {
    max-width: 100%;
    padding: 0vw 4.6875vw;
  }
  .wrap.main .component__inner.wide {
    padding: 0;
  }
  .wrap.main .contents.main {
    padding-bottom: 3.125vw;
  }
  .wrap.main .header__wrap {
    position: relative;
  }
  .wrap.main .header__wrap.active {
    width: 100%;
    border-radius: 0;
  }
  .wrap.main .header__inner {
    padding: 3.59375vw 4.6875vw;
    max-width: none;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
  }
  .main__swiper .swiper-slide {
    position: relative;
    height: 82.8125vw;
  }
  .main__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .main__swiper .swiper-slide .text__box {
    position: absolute;
    left: 4.6875vw;
    top: 35%;
    transform: translateX(0);
    margin: 0 auto;
  }
  .main__swiper .swiper-slide .text__box--image {
    width: 45.78125vw;
    height: 6.40625vw;
  }
  .main__swiper .swiper-slide .text__box--small {
    margin-top: 8.59375vw;
    font-size: 5vw;
  }
  .main__swiper .swiper-slide .text__box--large {
    margin-top: 2.8125vw;
    font-size: 8.59375vw;
  }
  .main__swiper .swiper-pagination {
    left: 4.6875vw;
    bottom: 4.6875vw;
    width: 100%;
    transform: translateX(0);
  }
  .main__swiper .swiper-pagination-bullet {
    width: 18.28125vw;
    font-size: 3.4375vw;
  }
  .main__swiper .swiper-pagination-bullet em {
    display: block;
    margin-top: 1.875vw;
    height: 0.625vw;
  }
  .main__swiper .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 1.875vw !important;
  }
  .component__wrap.comp3 {
    height: auto;
    background: #f7f7f7;
  }
  .info__wrap {
    padding: 9.0625vw 0vw;
  }
  .info__wrap--title {
    display: flex;
    justify-content: space-between;
  }
  .info__wrap--title h3 {
    font-size: 5vw;
  }
  .info__wrap--title a {
    display: none;
  }
  .info__cont {
    flex-wrap: wrap;
    gap: 3.125vw;
    margin-top: 3.125vw;
  }
  .info__box {
    width: calc((100% - 3.125vw) / 2);
    box-shadow: 0vw 0.15625vw 1.40625vw 0vw rgba(0, 0, 0, 0.09);
  }
  .info__box a {
    padding: 3.4375vw 4.6875vw 4.6875vw 3.125vw;
  }
  .info__box--date {
    margin-bottom: 4.0625vw;
  }
  .info__box--date span {
    padding: 1.71875vw 2.03125vw;
    border-radius: 1.25vw;
    font-size: 2.5vw;
  }
  .info__box--title {
    margin-bottom: 2.34375vw;
    height: auto;
    font-size: 4.0625vw;
  }
  .info__box--desc {
    font-size: 3.4375vw;
    -webkit-line-clamp: 3;
  }
  .quick-menu__wrap {
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
  }
  .quick-menu__list {
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 12.5vw;
  }
  .quick-menu__item {
    width: calc((100% - 20px) / 2);
  }
  .quick-menu__item--icon {
    padding: 14.0625vw 0vw 3.125vw;
  }
  .quick-menu__item--icon .ico__quick-menu {
    width: 18.75vw;
    height: 18.75vw;
  }
  .quick-menu__item--title {
    width: 34.84375vw;
    height: 7.8125vw;
    border-radius: 2.34375vw;
    position: relative;
    bottom: 0;
    font-size: 3.75vw;
    line-height: 7.8125vw;
    box-shadow: 0vw 0.46875vw 1.5625vw 0vw rgba(0, 0, 0, 0.11);
  }
  .img-box__wrap {
    width: 100%;
    padding: 9.375vw 4.6875vw 12.5vw;
  }
  .img-box__wrap .swiper-button-prev,
  .img-box__wrap .swiper-button-next {
    color: #9d9d9d;
  }
  .img-box__wrap .swiper-button-next {
    right: -15px;
  }
  .img-box__wrap .swiper-button-prev {
    left: -15px;
  }
  .img-box__wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 22px;
  }
  .img-box__wrap .swiper-pagination-bullet {
    width: 3.125vw;
    height: 3.125vw;
    margin: 0 1.5625vw;
    background: #aaa;
  }
  .img-box__wrap .swiper-button-next:after,
  .img-box__wrap .swiper-button-prev:after {
    font-size: 7.03125vw;
  }
  .img-box__list {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .img-box__item {
    width: 81.25vw;
    height: 67.65625vw;
  }
  .img-box__item--bg1 {
    background: url(../images/main/img_imgbox_image01_mo.png);
  }
  .img-box__item--bg2 {
    background: url(../images/main/img_imgbox_image02_mo.png);
  }
  .img-box__item--bg3 {
    background: url(../images/main/img_imgbox_image03_mo.png);
  }
  .img-box__item a {
    height: 100%;
    padding-top: 45.625vw;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: none;
  }
  .img-box__item--text {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4.21875vw 4.6875vw;
  }
  .img-box__item--text .ico {
    width: 26px;
    height: 14px;
    position: absolute;
    bottom: 9px;
    right: 22px;
  }
  .img-box__item--title {
    font-size: 5vw;
    color: #fff;
  }
  .img-box__item--ico {
    display: inline-block;
    width: 7.8125vw;
    height: 3.90625vw;
    position: absolute;
    bottom: 4.6875vw;
    right: 4.6875vw;
    background: url(../../static/images/icon/ico_arrow_white.png) no-repeat 0 0/cover;
  }
  .link-list__wrap {
    max-width: 1180px;
    margin: 7.8125vw auto 15.625vw;
  }
  .link-list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 3.125vw;
  }
  .link-list__item {
    width: calc((100% - 3.125vw) / 2);
    height: 13.4375vw;
    border-top: 2px solid #000;
    box-shadow: 0vw 0.15625vw 1.40625vw 0vw rgba(0, 0, 0, 0.09);
  }
  .link-list__item a {
    height: 100%;
    padding: 0vw 3.28125vw 0vw 3.59375vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .link-list__item--title {
    font-size: 4.0625vw;
    color: #4b4b4b;
  }
  .link-list__item--ico {
    display: inline-block;
    width: 6.71875vw;
    height: 6.71875vw;
    background: url(../../static/images/icon/ico_arrow_circle_gray.png) no-repeat 0 0/cover;
  }
}
.list-box__group {
  margin-top: 50px;
}
.list-box__wrap {
  display: flex;
  background: #f5f8fa;
  padding: 27px 0;
}
.list-box__list {
  width: 33.3333333333%;
  font-size: 17px;
  text-align: center;
}
.list-box__list--title {
  position: relative;
  padding-left: 30px;
  color: #068deb;
  font-weight: 500;
}
.list-box__list--ico {
  position: absolute;
  top: -2px;
  left: 0;
  margin-right: 8px;
  display: inline-block;
  width: 24px;
  height: 22px;
}
.list-box__list--ico.home {
  background: url(../images/sub/ico_sub_home.png) no-repeat 0 0/contain;
}
.list-box__list--ico.manager {
  background: url(../images/sub/ico_sub_manager.png) no-repeat 0 0/contain;
}
.list-box__list--ico.phone {
  background: url(../images/sub/ico_sub_phone.png) no-repeat 0 0/contain;
}
.list-box__list + .list-box__list {
  border-left: 1px solid #e2dcdc;
}

.page__contents--half {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.page__contents--half .text-box__wrap {
  width: calc((100% - 40px) / 2);
}
.page__contents--half .text-box__wrap + .text-box__wrap {
  margin-top: 0;
}
.page__contents--half .text-box__body {
  min-height: 452px;
  height: 100%;
}
.page__contents--half .text-box__body.process01 .img-wrap {
  width: 283px;
  height: 304px;
  margin: 23px auto 0;
}
.page__contents--half .text-box__body.process02 {
  background: url(../images/sub/img_process02.png) no-repeat;
  background-position: right 12px bottom -20px;
  background-size: 234px auto;
}
.page__contents--half .text-box__body.process03 .img-wrap {
  margin-top: 35px;
}
.page__contents--half .text-box__body.process03 .img-wrap img:last-child {
  margin: 30px 0 15px;
}
.page__contents--half .text-box__body.process03 .description {
  padding-right: 30px;
  font-size: 15px;
  line-height: 1.333333;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}
.page__contents--half .text-box__body.process04 {
  background: url(../images/sub/img_process04.png) no-repeat;
  background-position: right 22px bottom -12px;
  background-size: 264px auto;
}
.page__contents--half .text-box__body.process05 .img-wrap {
  margin: 7px 0 24px;
}
.page__contents--half .text-box__body.process06 {
  position: relative;
  background: url(../images/sub/img_process06.png) no-repeat;
  background-position: center top 50px;
  background-size: 258px auto;
}
.page__contents--half .text-box__body.process06 .text-box__cont--inner {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  text-align: center;
}
.page__contents--half .text-box__body.process06 .text-box__cont--inner p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.page__contents--half .text-box__body.process06 .text-box__cont--inner strong {
  font-size: 30px;
  font-weight: 800;
  color: #068deb;
}
.page__contents.transfer-school .btn {
  padding: 8px 10px;
}
.page__contents.service-guide {
  font-weight: 500;
  padding-bottom: 200px;
}

.map__area {
  position: relative;
  width: 720px;
  height: 470px;
  margin: 105px auto 50px;
  background: #ddd;
}

.application-form__wrap {
  position: relative;
}
.application-form__wrap .input__wrap.row span {
  display: block;
  margin: 0 10px;
}
.application-form__wrap + .bullet__list--ref {
  margin-top: 20px;
}
.application-form__table {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #a2a4a6;
  border-bottom: 1px solid #d7d7d7;
}
.application-form__table + .application-form__table {
  margin-top: 30px;
}
.application-form__table--type2 {
  border-bottom: 1px solid #eaebea;
  justify-content: space-between;
}
.application-form__table--type2 .application-form__item {
  width: 100%;
  border-top: 1px solid #eaebea;
}
.application-form__table--type2 .application-form__item.small {
  width: 510px;
}
.application-form__table--type2 .application-form__item.wide {
  width: 610px;
}
.application-form__table--type2 .application-form__item.list-wrap {
  min-height: 260px;
}
.application-form__table--type2 .application-form__item.row2 {
  flex-direction: column;
  width: 560px;
  min-width: 560px;
  max-width: 560px;
}
.application-form__table--type2 .application-form__item.row2 .application-form__th {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}
.application-form__table--type2 .application-form__item.row2 .application-form__th > span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 100%;
  border-left: 1px solid #fff;
}
.application-form__table--type2 .application-form__item.row2 .application-form__td {
  width: 100%;
  padding: 0;
}
.application-form__table--type2 .application-form__th {
  width: 230px;
  max-width: 230px;
  min-width: 230px;
}
.application-form__table--type2 .application-form__td--btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-form__table--type2 .application-form__td .list-box {
  padding: 10px;
  width: 490px;
  height: 242px;
  overflow: auto;
  border: 1px solid #eaebea;
}
.application-form__table--type2 .application-form__td .list-box-wrap {
  padding: 10px;
  border-right: 1px solid #eaebea;
}
.application-form__table--type2 [class$=__wrap] {
  width: 100%;
}
.application-form__item {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-height: 50px;
  border-top: 1px solid #dfdfdf;
}
.application-form__item:first-child, .application-form__item:nth-child(2) {
  border-top: none;
}
.application-form__item .input__wrap.small,
.application-form__item .select__wrap.small {
  width: 180px;
}
.application-form__item .input__wrap.mid,
.application-form__item .select__wrap.mid {
  width: 330px;
  margin-right: 10px;
}
.application-form__item.row {
  width: 100%;
}
.application-form__item.row .select__wrap {
  width: 100%;
  max-width: calc((100% - 280px) / 2);
  padding-right: 9px;
}
.application-form__item.row2 {
  max-width: calc((100% - 150px) / 2);
  min-width: calc((100% - 150px) / 2);
}
.application-form__item.row2--wide {
  max-width: calc((100% + 150px) / 2);
  min-width: calc((100% + 150px) / 2);
}
.application-form__item.row2 .application-form__td [class$=__wrap],
.application-form__item.row2 .application-form__td .input__search {
  width: 100%;
}
.application-form__item.id-pic {
  position: absolute;
  top: 0;
  right: 0;
  border-top: none;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  width: 150px;
  height: 200px;
  background: url("../images/sub/photo_bg.png") #f8f8f8 no-repeat center/58px auto;
}
.application-form__th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  max-width: 130px;
  min-width: 130px;
  padding: 13px 4px 12px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background: #f1f3f5;
}
.application-form__th label {
  width: 100%;
}
.application-form__td {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 36px;
  padding: 0 9px;
}
.application-form__td--btn {
  padding: 14px;
  min-width: 100px;
  border-left: 1px solid #eaebea;
}
.application-form__td .input__wrap--wide {
  width: calc(100% - 140px);
}
.application-form__td.col {
  padding: 9px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.application-form__td.col > span {
  margin: 0 !important;
}
.application-form__td.radio {
  display: flex;
  align-items: center;
  gap: 20px;
  width: auto;
}
.application-form__td.radio--gap10 {
  gap: 10px;
}
.application-form__td p {
  white-space: nowrap;
  color: #747474;
  font-size: 15px;
}
.application-form__td .radio__wrap {
  width: auto !important;
}
.application-form__td.row {
  gap: 30px;
}
.application-form__td .btn__wrap {
  margin-left: 8px;
}
.application-form__td .btn__wrap span {
  color: #747474;
  font-size: 15px;
}
.application-form__td input[type=file] {
  position: relative;
  padding: 4px;
}
.application-form__td input[type=file]::file-selector-button {
  padding: 6px 14px 4px 12px;
  color: #fff;
  background: #7c7e80;
  border: none;
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: -2px;
}
.application-form .input__wrap + span {
  margin-left: 16px;
  color: #484848;
  font-size: 15px;
}

.schedule-condition .menu-tab--square .menu-tab__item {
  border-bottom: none;
}
.schedule-condition .menu-tab--square .menu-tab__item:last-child a::before {
  display: none;
}

.popup-wrap {
  overflow-x: auto;
}
.popup-wrap:has(.address) {
  min-width: 1180px;
}
.popup-wrap:has(.school) {
  min-width: 800px;
}
.popup-wrap:has(.certificate-pass) {
  min-width: 800px;
  max-height: 838px;
  margin: 0 auto;
}
.popup-wrap__inner {
  background: #fff;
}
.popup-wrap .certi__wrap {
  width: 410px;
  margin: 0 auto;
  line-height: 1;
}
.popup-wrap .certi__header {
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  text-align: center;
}
.popup-wrap .certi__header strong {
  font-size: 20px;
  font-weight: 700;
}
.popup-wrap .certi__cont {
  padding: 40px 0 50px;
  font-size: 20px;
}
.popup-wrap .certi__list {
  display: flex;
  gap: 30px;
  height: 20px;
}
.popup-wrap .certi__list + .certi__list {
  margin-top: 24px;
}
.popup-wrap .certi__list > * {
  font-size: 20px;
}
.popup-wrap .certi__list-title {
  display: block;
  max-width: 90px;
  width: 90px;
  text-align: justify;
}
.popup-wrap .certi__list-title::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.popup-wrap .certi__desc {
  padding-top: 60px;
  text-align: center;
}
.popup-wrap .certi__desc p {
  font-size: 17px;
  letter-spacing: -1.2px;
}
.popup-wrap .certi__date {
  display: block;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
}
.popup-wrap .certi__mark {
  text-align: center;
}
.popup-wrap .certi__mark > p {
  width: 193px;
  padding-top: 10px;
  margin: 0 auto;
  text-align: justify;
  font-weight: 700;
}
.popup-wrap .certi__mark > p::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.popup-wrap .btn__wrap.round .btn {
  gap: 6px;
  min-width: 82px;
  height: 40px;
  padding: 0 20px;
  border-radius: 40px;
  font-size: 17px;
}
.popup-wrap .btn__popup-close {
  display: none;
}
.popup__header {
  padding: 50px 40px 0;
}
.popup__header + .popup__cont {
  padding-top: 30px;
}
.popup__header + .popup__cont.certificate-pass {
  margin-top: 16px;
}
.popup__header .btn__wrap .btn__inner {
  justify-content: flex-end;
}
.popup__title {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}
.popup__cont {
  padding: 40px 40px 30px;
}
.popup__cont * {
  font-size: 16px;
}
.popup__cont .text-box__cont--title {
  margin-bottom: 20px;
}
.popup__cont .search-box {
  padding: 30px;
  background: #f7f7f7;
  border: 1px solid #dfdfdf;
}
.popup__cont .search-box .form__wrap {
  max-width: 408px;
  margin: 0 auto;
}
.popup__cont .search-box .form__wrap.type2 {
  max-width: none;
  margin: 0;
}
.popup__cont .search-box .form__wrap > *:first-child {
  padding-left: 0;
}
.popup__cont .search-box .form__wrap input[type=checkbox],
.popup__cont .search-box .form__wrap input[type=radio] {
  width: 20px;
  height: 20px;
  border: 1px solid #dfdfdf;
  background: #fff;
}
.popup__cont .search-box .form__wrap input[type=checkbox]:checked,
.popup__cont .search-box .form__wrap input[type=radio]:checked {
  border: 1px solid #00b7f4;
}
.popup__cont .search-box .form__wrap .radio__btn {
  width: 19px;
  height: 19px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}
.popup__cont .search-box .form__wrap .radio__btn:checked {
  position: relative;
}
.popup__cont .search-box .form__wrap .radio__btn:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00b7f4;
}
.popup__cont .search-box label {
  flex: 0 0 auto;
}
.popup__cont .search-box .input__wrap .radio__wrap {
  margin-right: 20px;
}
.popup__cont .search-box .input__dash {
  padding: 0 10px;
}
.popup__cont .search-box .input__search .btn__search {
  height: 32px;
  min-width: 32px;
}
.popup__cont .search-box .input__search .btn__search.type2 {
  min-width: auto;
  margin-left: 20px;
  padding: 0 12px;
}
.popup__cont .search-box > .btn__wrap.search {
  display: none;
}
.popup__cont .search__desc {
  margin: 14px 0 0 60px;
  color: #484848;
  font-size: 14px;
}
.popup__cont.address .form__wrap.type2 {
  gap: 0;
}
.popup__cont.address .form__group:first-child {
  flex: 0 0 25%;
}
.popup__cont.address .form__group:first-child .select__wrap:last-child {
  padding-top: 20px;
}
.popup__cont.address .form__group:last-child {
  flex-wrap: wrap;
  flex: 0 0 75%;
}
.popup__cont.address .form__group:last-child > .input__wrap {
  flex: 0 0 33.3333%;
  padding-left: 20px;
}
.popup__cont.address .form__group:last-child > .input__wrap:nth-child(n+4) {
  padding-top: 20px;
}
.popup__cont.address .form__group + .form__group {
  margin-top: 0;
}
.popup__cont.address .input__box {
  display: flex;
  align-items: center;
}
.popup__cont.school .form__group {
  justify-content: center;
}
.popup__cont .table__group {
  padding-top: 30px;
}
.popup__cont .btn__wrap .btn__inner {
  justify-content: center;
}
.popup__cont .select__box {
  height: 32px;
  min-height: auto;
  padding: 0 40px 0 10px;
  background-position: calc(100% - 10px) 50%;
  background-size: 14px 14px;
}
.popup__cont .form__group.row {
  gap: 0;
}
.popup__cont .input__box input {
  padding: 6px 16px;
  height: 100%;
  min-height: auto;
}
.popup__cont .input__box input:disabled {
  background-color: #ededed;
}
.popup__cont .table__wrap th {
  padding: 14px 10px;
}
.popup__cont .table__wrap td {
  padding: 10px 10px;
}
.popup__cont .scroll-box {
  padding: 30px;
  max-height: 604px;
  overflow-y: scroll;
  background: #fafafa;
  border: 1px solid #dfdfdf;
}
.popup__cont .scroll-box::-webkit-scrollbar {
  width: 5px;
}
.popup__cont .scroll-box::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 1.5px;
}
.popup__cont .scroll-box::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 1.5px;
}
.popup__cont .scroll-box > p {
  padding-bottom: 30px;
  line-height: 1.5;
}
.popup__cont .scroll-box [class^=bullet__list] li + li {
  margin-top: 25px;
}
.popup__cont .btn__wrap {
  padding-top: 30px;
}

@media screen and (min-width: 641px) and (max-width: 1500px) {
  .list-box__group {
    margin-top: 3.3333333333vw;
  }
  .list-box__wrap {
    padding: 1.8vw 0vw;
  }
  .list-box__list {
    font-size: 1.1333333333vw;
  }
  .list-box__list--title {
    padding-left: 2vw;
  }
  .list-box__list--ico {
    top: -0.1333333333vw;
    margin-right: 8px;
    width: 1.6vw;
    height: 1.4666666667vw;
  }
  .page__contents--half {
    gap: 2.6666666667vw;
  }
  .page__contents--half .text-box__wrap {
    width: calc((100% - 2.6666666667vw) / 2);
  }
  .page__contents--half .text-box__body {
    min-height: 30.1333333333vw;
    height: 100%;
  }
  .page__contents--half .text-box__body.process01 .img-wrap {
    width: 18.8666666667vw;
    height: 20.2666666667vw;
    margin: 1.5333333333vw auto 0;
  }
  .page__contents--half .text-box__body.process02 {
    background-position: right 0.8vw bottom -1.3333333333vw;
    background-size: 15.6vw auto;
    padding-bottom: 1.5333333333vw;
  }
  .page__contents--half .text-box__body.process03 .img-wrap {
    margin-top: 2.3333333333vw;
  }
  .page__contents--half .text-box__body.process03 .img-wrap img:last-child {
    margin: 2vw 0vw 1vw;
  }
  .page__contents--half .text-box__body.process03 .description {
    padding-right: 2vw;
    font-size: 1vw;
  }
  .page__contents--half .text-box__body.process04 {
    background-position: right 1.4666666667vw bottom -0.8vw;
    background-size: 17.6vw;
  }
  .page__contents--half .text-box__body.process05 .img-wrap {
    margin: 0.4666666667vw 0vw 1.6vw;
  }
  .page__contents--half .text-box__body.process06 {
    position: relative;
    background-position: center top 3.3333333333vw;
    background-size: 17.2vw auto;
  }
  .page__contents--half .text-box__body.process06 .text-box__cont--inner {
    bottom: 3.3333333333vw;
  }
  .page__contents--half .text-box__body.process06 .text-box__cont--inner p {
    font-size: 1.3333333333vw;
    margin-bottom: 0.8vw;
  }
  .page__contents--half .text-box__body.process06 .text-box__cont--inner strong {
    font-size: 2vw;
  }
  .page__contents.transfer-school .btn {
    padding: 0.5333333333vw 0.6666666667vw;
  }
  .page__contents.service-guide {
    padding-bottom: 13.3333333333vw;
  }
  .map__area {
    width: 48vw;
    height: 31.3333333333vw;
    margin: 7vw auto 3.3333333333vw;
  }
  .application-form__wrap .input__wrap.row span {
    margin: 0 0.6666666667vw;
  }
  .application-form__wrap + .bullet__list--ref {
    margin-top: 1.3333333333vw;
  }
  .application-form__table + .application-form__table {
    margin-top: 2vw;
  }
  .application-form__table--type2 .application-form__item.small {
    width: 34vw;
  }
  .application-form__table--type2 .application-form__item.wide {
    width: 40.6666666667vw;
  }
  .application-form__table--type2 .application-form__item.list-wrap {
    min-height: 17.3333333333vw;
  }
  .application-form__table--type2 .application-form__item.row2 {
    width: 37.3333333333vw;
    min-width: 37.3333333333vw;
    max-width: 37.3333333333vw;
  }
  .application-form__table--type2 .application-form__item.row2 .application-form__th > span {
    width: 3.3333333333vw;
  }
  .application-form__table--type2 .application-form__th {
    width: 15.3333333333vw;
    max-width: 15.3333333333vw;
    min-width: 15.3333333333vw;
  }
  .application-form__table--type2 .application-form__td .list-box {
    width: 32.6666666667vw;
    height: 16.1333333333vw;
  }
  .application-form__table--type2 .application-form__td .list-box-wrap {
    padding: 0.6666666667vw;
  }
  .application-form__table--type2 [class$=__wrap] {
    width: 100%;
  }
  .application-form__item {
    min-height: 3.3333333333vw;
  }
  .application-form__item .input__wrap.small,
  .application-form__item .select__wrap.small {
    width: 12vw;
  }
  .application-form__item .input__wrap.mid,
  .application-form__item .select__wrap.mid {
    margin-right: 0.6666666667vw;
    width: 22vw;
  }
  .application-form__item.row .select__wrap {
    max-width: calc((100% - 18.6666666667vw) / 2);
    padding-right: 0.6vw;
  }
  .application-form__item.row2 {
    max-width: calc((100% - 10vw) / 2);
    min-width: calc((100% - 10vw) / 2);
  }
  .application-form__item.row2--wide {
    max-width: calc((100% + 10vw) / 2);
    min-width: calc((100% + 10vw) / 2);
  }
  .application-form__item.id-pic {
    width: 10vw;
    height: 13.3333333333vw;
    min-height: 147px;
    background: url("../images/sub/photo_bg.png") #f8f8f8 no-repeat center/3.8666666667vw auto;
  }
  .application-form__th {
    width: 8.6666666667vw;
    max-width: 8.6666666667vw;
    min-width: 8.6666666667vw;
    padding: 0.8666666667vw 0.2666666667vw 0.8vw;
    font-size: 1.0666666667vw;
  }
  .application-form__td {
    padding: 0vw 0.6vw;
  }
  .application-form__td--btn {
    padding: 0.9333333333vw;
    min-width: 6.6666666667vw;
  }
  .application-form__td .input__wrap--wide {
    width: calc(100% - 9.3333333333vw);
  }
  .application-form__td.col {
    padding: 0.6vw;
    gap: 0.6666666667vw;
  }
  .application-form__td.col > span {
    margin: 0 !important;
  }
  .application-form__td.radio {
    gap: 1.3333333333vw;
  }
  .application-form__td.radio--gap10 {
    gap: 0.6666666667vw;
  }
  .application-form__td p {
    font-size: 1vw;
  }
  .application-form__td.row {
    gap: 2vw;
  }
  .application-form__td .btn__wrap {
    margin-left: 0.5333333333vw;
  }
  .application-form__td .btn__wrap span {
    font-size: 1vw;
  }
  .application-form__td input[type=file] {
    padding: 0.2666666667vw;
  }
  .application-form__td input[type=file]::file-selector-button {
    padding: 0.4vw 0.9333333333vw 0.2666666667vw 0.8vw;
    font-size: 0.9333333333vw;
    border-radius: 0.2666666667vw;
    letter-spacing: -0.1333333333vw;
  }
  .application-form .input__wrap + span {
    margin-left: 1.0666666667vw;
    font-size: 1vw;
  }
  .popup-wrap {
    overflow-x: auto;
  }
  .popup-wrap:has(.address) {
    min-width: 1180px;
  }
  .popup-wrap:has(.school) {
    min-width: 800px;
  }
  .popup-wrap:has(.certificate-pass) {
    min-width: 800px;
    max-height: 838px;
    margin: 0 auto;
  }
  .popup-wrap__inner {
    background: #fff;
  }
  .popup-wrap .certi__wrap {
    width: 410px;
    margin: 0 auto;
    line-height: 1;
  }
  .popup-wrap .certi__header {
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
    text-align: center;
  }
  .popup-wrap .certi__header strong {
    font-size: 20px;
    font-weight: 700;
  }
  .popup-wrap .certi__cont {
    padding: 40px 0 50px;
    font-size: 20px;
  }
  .popup-wrap .certi__list {
    display: flex;
    gap: 30px;
    height: 20px;
  }
  .popup-wrap .certi__list + .certi__list {
    margin-top: 24px;
  }
  .popup-wrap .certi__list > * {
    font-size: 20px;
  }
  .popup-wrap .certi__list-title {
    display: block;
    max-width: 90px;
    width: 90px;
    text-align: justify;
  }
  .popup-wrap .certi__list-title::after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .popup-wrap .certi__desc {
    padding-top: 60px;
    text-align: center;
  }
  .popup-wrap .certi__desc p {
    font-size: 17px;
    letter-spacing: -1.2px;
  }
  .popup-wrap .certi__date {
    display: block;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 700;
  }
  .popup-wrap .certi__mark {
    text-align: center;
  }
  .popup-wrap .certi__mark > p {
    width: 193px;
    padding-top: 10px;
    margin: 0 auto;
    text-align: justify;
    font-weight: 700;
  }
  .popup-wrap .certi__mark > p::after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .popup-wrap .btn__wrap.round .btn {
    gap: 6px;
    min-width: 82px;
    height: 40px;
    padding: 0 20px;
    border-radius: 40px;
    font-size: 17px;
  }
  .popup__header {
    padding: 50px 40px 0;
  }
  .popup__header + .popup__cont {
    padding-top: 30px;
  }
  .popup__header + .popup__cont.certificate-pass {
    margin-top: 1.0666666667vw;
  }
  .popup__header .btn__wrap .btn__inner {
    justify-content: flex-end;
  }
  .popup__title {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
  }
  .popup__cont {
    padding: 40px 40px 30px;
  }
  .popup__cont * {
    font-size: 16px;
  }
  .popup__cont .text-box__body {
    padding: 0;
  }
  .popup__cont .text-box__cont--title {
    font-size: 22px;
    margin-bottom: 1.3333333333vw;
  }
  .popup__cont [class^=bullet__list] li {
    padding-left: 12px;
  }
  .popup__cont .bullet__list--dot > li {
    padding-left: 6px;
  }
  .popup__cont .bullet__list--dash > li:before {
    top: 11px;
    width: 7px;
  }
  .popup__cont .bullet__list--num > li {
    padding-left: 16px;
  }
  .popup__cont .search-box {
    padding: 30px;
    background: #f7f7f7;
    border: 1px solid #dfdfdf;
  }
  .popup__cont .search-box .form__group > *:first-child {
    padding-left: 0;
  }
  .popup__cont .search-box label {
    flex: 0 0 auto;
    min-width: 55px;
  }
  .popup__cont .search-box .input__wrap .radio__wrap {
    margin-right: 20px;
  }
  .popup__cont .search-box .input__dash {
    padding: 0 10px;
  }
  .popup__cont .search-box .input__search .btn__search {
    height: 32px;
    min-width: 32px;
  }
  .popup__cont .search-box .input__search .btn__search.type2 {
    margin-left: 20px;
    padding: 0 12px;
  }
  .popup__cont .search-box .input__search .btn__search .ico__search {
    width: 16px;
    height: 16px;
  }
  .popup__cont.address .form__wrap.type2 {
    gap: 0;
  }
  .popup__cont.address .form__group:first-child {
    flex: 0 0 25%;
  }
  .popup__cont.address .form__group:first-child .select__wrap:last-child {
    padding-top: 20px;
  }
  .popup__cont.address .form__group:last-child {
    flex-wrap: wrap;
    flex: 0 0 75%;
  }
  .popup__cont.address .form__group:last-child > .input__wrap {
    flex: 0 0 33.3333%;
    padding-left: 20px;
  }
  .popup__cont.address .form__group:last-child > .input__wrap:nth-child(n+4) {
    padding-top: 20px;
  }
  .popup__cont.address .form__group + .form__group {
    margin-top: 0;
  }
  .popup__cont.school .form__group {
    justify-content: center;
  }
  .popup__cont .table__group {
    padding-top: 30px;
  }
  .popup__cont .btn__wrap .btn__inner {
    justify-content: center;
  }
  .popup__cont .select__box {
    height: 32px;
    min-height: auto;
    padding: 0 40px 0 10px;
    background-position: calc(100% - 10px) 50%;
    background-size: 14px 14px;
  }
  .popup__cont .form__group.row {
    gap: 0;
  }
  .popup__cont .input__box input {
    padding: 6px 16px;
  }
  .popup__cont .input__box input:disabled {
    background-color: #ededed;
  }
  .popup__cont .table__wrap th {
    padding: 14px 10px;
  }
  .popup__cont .table__wrap td {
    padding: 10px 10px;
  }
  .popup__cont .scroll-box {
    padding: 30px;
    max-height: 604px;
    overflow-y: scroll;
    background: #fafafa;
    border: 1px solid #dfdfdf;
  }
  .popup__cont .scroll-box::-webkit-scrollbar {
    width: 5px;
  }
  .popup__cont .scroll-box::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    border-radius: 1.5px;
  }
  .popup__cont .scroll-box::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 1.5px;
  }
  .popup__cont .scroll-box > p {
    padding-bottom: 30px;
  }
  .popup__cont .scroll-box [class^=bullet__list] li + li {
    margin-top: 25px;
  }
  .popup__cont .btn__wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .list-box__group {
    margin-top: 7.8125vw;
  }
  .list-box__wrap {
    flex-direction: column;
    padding: 4.6875vw;
  }
  .list-box__list {
    width: 100%;
    font-size: 3.125vw;
  }
  .list-box__list--title {
    padding-left: 4.6875vw;
  }
  .list-box__list--ico {
    top: 0vw;
    margin-right: 1.25vw;
    width: 3.75vw;
    height: 3.4375vw;
  }
  .list-box__list + .list-box__list {
    border-left: none;
    padding-top: 4.6875vw;
  }
  .page__contents--half {
    gap: 4.6875vw;
  }
  .page__contents--half .text-box__wrap {
    width: 100%;
  }
  .page__contents--half .text-box__body {
    min-height: 104.6875vw;
    height: 100%;
  }
  .page__contents--half .text-box__body.process01 .img-wrap {
    width: 66.09375vw;
    height: auto;
    margin: 3.125vw auto 0;
  }
  .page__contents--half .text-box__body.process02 {
    background-position: right 4.6875vw bottom -9.375vw;
    background-size: 56.71875vw auto;
  }
  .page__contents--half .text-box__body.process03 .img-wrap {
    margin-top: 4.6875vw;
  }
  .page__contents--half .text-box__body.process03 .img-wrap img:last-child {
    margin: 4.6875vw 0vw 3.125vw;
  }
  .page__contents--half .text-box__body.process03 .description {
    padding-right: 4.6875vw;
    font-size: 3.125vw;
    line-height: 1.5;
    font-weight: 400;
    text-align: right;
  }
  .page__contents--half .text-box__body.process04 {
    background: url(../images/sub/img_process04.png) no-repeat;
    background-position: right 0.46875vw bottom -4.6875vw;
    background-size: 64.84375vw auto;
  }
  .page__contents--half .text-box__body.process05 .img-wrap {
    margin: 2.34375vw 0vw 5.46875vw;
  }
  .page__contents--half .text-box__body.process06 {
    background-position: center top 14.53125vw;
    background-size: 56.71875vw auto;
  }
  .page__contents--half .text-box__body.process06 .text-box__cont--inner {
    bottom: 14.53125vw;
    transform: translateX(-50%);
  }
  .page__contents--half .text-box__body.process06 .text-box__cont--inner p {
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
    font-weight: 500;
  }
  .page__contents--half .text-box__body.process06 .text-box__cont--inner strong {
    font-size: 6.5625vw;
    font-weight: 500;
  }
  .page__contents.service-guide {
    padding-bottom: 0;
  }
  .application-form__wrap .input__wrap.row span {
    margin: 0vw 1.5625vw;
  }
  .application-form__wrap + .bullet__list--ref {
    margin-top: 5vw;
  }
  .application-form__table--row2 .application-form__item.row2 {
    width: calc(100% - 23.4375vw);
    max-width: calc(100% - 23.4375vw);
    min-width: calc(100% - 23.4375vw);
  }
  .application-form__table--row2 .application-form__td.row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.34375vw;
    padding: 1.5625vw;
  }
  .application-form__table--row3 .row3 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .application-form__table--row3 .input__wrap {
    max-width: 100%;
  }
  .application-form__table--type2 {
    border-bottom: 1px solid #eaebea;
    justify-content: space-between;
  }
  .application-form__table--type2 .application-form__item {
    width: 100%;
    border-top: 1px solid #eaebea;
  }
  .application-form__table--type2 .application-form__item:nth-child(2) {
    border-top: none;
  }
  .application-form__table--type2 .application-form__item.small {
    width: 100%;
  }
  .application-form__table--type2 .application-form__item.wide {
    width: 100%;
    border-top: 1px solid #eaebea;
  }
  .application-form__table--type2 .application-form__item.row2 {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .application-form__table--type2 .application-form__item.row2 .application-form__th {
    height: 9.375vw;
    border-bottom: 1px solid #d7d7d7;
  }
  .application-form__table--type2 .application-form__item.row2 .application-form__th > span {
    border-left: none;
  }
  .application-form__table--type2 .application-form__item.row2 .application-form__td {
    width: 100%;
    padding: 0;
  }
  .application-form__table--type2 .application-form__item.row2:nth-child(2) .application-form__th {
    border-top: 1px solid #a2a4a6;
  }
  .application-form__table--type2 .application-form__th {
    width: 18.28125vw;
    max-width: 18.28125vw;
    min-width: 18.28125vw;
    padding: 0vw 2.1875vw;
    line-height: 1.5;
  }
  .application-form__table--type2 .application-form__td--btn {
    flex-wrap: wrap;
    min-height: 0vw;
    padding: 2.1875vw 0vw;
    min-width: 16.40625vw;
    border-left: none;
  }
  .application-form__table--type2 .application-form__td--btn .btn__wrap.square .btn {
    border-radius: 0.46875vw;
    width: 16.71875vw;
  }
  .application-form__table--type2 .application-form__td:has(.btn__wrap) {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .application-form__table--type2 .application-form__td.row2 {
    width: 44.53125vw;
  }
  .application-form__table--type2 .application-form__td.type2 {
    flex-wrap: wrap;
    min-height: 17.1875vw;
  }
  .application-form__table--type2 .application-form__td .list-box {
    width: 70.3125vw;
    height: 37.8125vw;
  }
  .application-form__table--type2 .application-form__td .list-box-wrap {
    padding: 1.5625vw;
    border-right: none;
  }
  .application-form__table--type2 [class$=__wrap] {
    width: 100%;
  }
  .application-form__item {
    min-height: 10.625vw;
  }
  .application-form__item .input__wrap.small,
  .application-form__item .select__wrap.small {
    width: 100%;
  }
  .application-form__item.row .select__wrap {
    max-width: 100%;
    padding-right: 0;
  }
  .application-form__item.row2 {
    max-width: calc(100% - 23.4375vw);
    min-width: calc(100% - 23.4375vw);
  }
  .application-form__item.row2:first-child {
    border-bottom: 1px solid #d7d7d7;
  }
  .application-form__item.row2 td {
    max-width: 54.21875vw;
    min-width: 54.21875vw;
  }
  .application-form__item.row2.mo-100 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .application-form__item.id-pic {
    width: 23.75vw;
    height: 30.15625vw;
    border-top: 1px solid #a2a4a6;
    border-bottom: 1px solid #d7d7d7;
    background: url("../images/sub/photo_bg.png") #f8f8f8 no-repeat center/8.59375vw auto;
  }
  .application-form__item.id-pic ~ .row2 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .application-form__th {
    width: 20.9375vw;
    max-width: 20.9375vw;
    min-width: 20.9375vw;
    padding: 2.03125vw 0.625vw 1.875vw;
    font-size: 3.125vw;
    font-weight: 700;
    line-height: 1.5;
  }
  .application-form__td {
    padding: 1.5625vw;
    flex-wrap: wrap;
  }
  .application-form__td p {
    font-size: 2.8125vw;
  }
  .application-form__td.col {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5625vw;
    padding: 1.40625vw;
  }
  .application-form__td.col.row {
    flex-direction: row;
    align-items: center;
  }
  .application-form__td.col > span {
    margin: 0 !important;
    font-size: 2.8125vw;
    color: #484848;
    line-height: 1.5;
  }
  .application-form__td .input__wrap--wide {
    width: 100%;
  }
  .application-form__td [class$=__wrap]:not(.radio__wrap) {
    width: 100%;
    max-width: none;
  }
  .application-form__td:has(.btn__wrap) {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5625vw;
    padding: 1.5625vw;
  }
  .application-form__td .btn__wrap {
    margin-left: 0;
  }
  .application-form__td .btn__wrap span {
    font-size: 2.8125vw;
  }
  .application-form__td input[type=file] {
    position: relative;
    padding: 1.09375vw;
  }
  .application-form__td input[type=file]::file-selector-button {
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 1.40625vw 3.90625vw 1.25vw 2.96875vw;
    font-size: 2.8125vw;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: -2px;
  }
  .application-form .input__wrap + span {
    margin-left: 0;
    font-size: 2.8125vw;
    margin-top: 2.34375vw;
  }
  .map__area {
    position: relative;
    width: 100%;
    height: auto;
    margin: 26.5625vw 0vw 7.8125vw;
  }
  .schedule-condition .table__title {
    font-size: 3.75vw;
    font-weight: 500;
  }
  .schedule-condition .text-box__cont--text {
    font-size: 3.125vw;
    line-height: 1.5;
  }
  .schedule-condition .category {
    min-width: 14.0625vw;
  }
  .schedule-condition .bullet__list--dot {
    line-height: 2;
  }
  .schedule-condition .map__wrap .table__wrap td {
    padding: 1.5625vw 2.34375vw;
  }
  .popup-wrap {
    width: 100%;
  }
  .popup-wrap .show-pc {
    display: none !important;
  }
  .popup-wrap:has(.address) {
    min-width: auto;
  }
  .popup-wrap:has(.school) {
    min-width: auto;
  }
  .popup-wrap:has(.certificate-pass) {
    min-width: auto;
    max-height: auto;
    margin: 0 auto;
  }
  .popup-wrap__inner {
    background: #fff;
  }
  .popup-wrap .certi__wrap {
    width: 100%;
    margin: 0 auto;
    line-height: 1;
  }
  .popup-wrap .certi__header {
    padding-bottom: 3.125vw;
    border-bottom: 0.3125vw solid #ccc;
  }
  .popup-wrap .certi__header strong {
    font-size: 4.375vw;
  }
  .popup-wrap .certi__cont {
    padding: 7.8125vw 0vw 9.0625vw;
    font-size: 4.375vw;
  }
  .popup-wrap .certi__cont > ul {
    padding-left: 19.53125vw;
  }
  .popup-wrap .certi__list {
    gap: 4.6875vw;
    height: 4.375vw;
  }
  .popup-wrap .certi__list + .certi__list {
    margin-top: 4.6875vw;
  }
  .popup-wrap .certi__list > * {
    font-size: 4.375vw;
  }
  .popup-wrap .certi__list-title {
    max-width: 19.375vw;
    width: 19.375vw;
  }
  .popup-wrap .certi__desc {
    padding-top: 12.5vw;
  }
  .popup-wrap .certi__desc p {
    font-size: 3.4375vw;
  }
  .popup-wrap .certi__date {
    display: block;
    margin-top: 2.34375vw;
    font-size: 3.4375vw;
  }
  .popup-wrap .certi__mark > p {
    width: 193px;
    padding-top: 3.125vw;
  }
  .popup-wrap .btn__wrap.round .btn {
    gap: 0.9375vw;
    min-width: 25vw;
    height: 10.9375vw;
    padding: 0vw 4.6875vw;
    border-radius: 5.46875vw;
    font-size: 4.0625vw;
  }
  .popup-wrap .btn__popup-close {
    display: block;
    position: absolute;
    top: 4.6875vw;
    right: 5.625vw;
    width: 5.3125vw;
    height: 5.3125vw;
    background: url(../images/icon/ico_close_popup.svg) no-repeat center/100%;
  }
  .popup__header {
    padding: 4.6875vw 4.6875vw 0vw;
  }
  .popup__header + .popup__cont {
    padding-top: 4.6875vw;
  }
  .popup__header + .popup__cont.certificate-pass {
    margin-top: 9.375vw;
  }
  .popup__header .btn__wrap .btn__inner {
    gap: 3.125vw;
    justify-content: flex-start;
  }
  .popup__header .btn__wrap .btn__inner > * {
    flex: 0 0 20%;
  }
  .popup__title {
    padding-top: 11.25vw;
    font-size: 5vw;
  }
  .popup__cont {
    padding: 15.9375vw 4.6875vw 7.8125vw;
  }
  .popup__cont * {
    font-size: 3.125vw;
  }
  .popup__cont .text-box__body {
    padding: 0;
  }
  .popup__cont .text-box__cont--title {
    margin-bottom: 3.125vw;
  }
  .popup__cont .search-box {
    padding: 4.6875vw;
  }
  .popup__cont .search-box label {
    margin-right: 0;
  }
  .popup__cont .search-box .input__wrap {
    width: 100%;
  }
  .popup__cont .search-box .input__wrap .radio__wrap {
    margin-right: 1.5625vw;
  }
  .popup__cont .search-box .input__wrap:has(.radio__wrap) label {
    min-width: 14.0625vw;
  }
  .popup__cont .search-box .input__dash {
    padding: 0vw 1.5625vw;
  }
  .popup__cont .search-box .input__search .btn__search {
    height: 7.8125vw;
    min-height: 7.8125vw;
    min-width: 7.8125vw;
  }
  .popup__cont .search-box .input__search .btn__search.type2 {
    margin-left: 0;
    padding: 0vw 1.5625vw;
  }
  .popup__cont .search-box > .btn__wrap.search {
    display: block;
  }
  .popup__cont .search-box > .btn__wrap.search .btn__inner {
    justify-content: flex-end;
  }
  .popup__cont .search-box > .btn__wrap.search .btn__inner .btn {
    width: 57.5vw;
    height: 7.8125vw;
  }
  .popup__cont .search__desc {
    margin-top: 3.125vw;
    margin-left: 10.9375vw;
    font-size: 2.8125vw;
  }
  .popup__cont.address .form__wrap.type2 {
    gap: 0;
  }
  .popup__cont.address .form__wrap.type2 .form__group {
    width: 100%;
  }
  .popup__cont.address .form__group:first-child {
    flex: 0 0 100%;
  }
  .popup__cont.address .form__group:first-child .select__wrap:last-child {
    padding-top: 3.125vw;
  }
  .popup__cont.address .form__group:last-child {
    flex: 0 0 100%;
  }
  .popup__cont.address .form__group:last-child .input__wrap .input__label {
    padding-left: calc(20px + 1.5625vw);
  }
  .popup__cont.address .form__group:last-child .input__wrap:has(.radio__wrap) .input__label {
    min-width: calc(23.4375vw - 20px - 1.5625vw);
    padding-left: 0vw;
  }
  .popup__cont.address .form__group:last-child > .input__wrap {
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 3.125vw;
  }
  .popup__cont.address .form__group:last-child > .input__wrap:nth-child(n+4) {
    padding-top: 3.125vw;
  }
  .popup__cont.address .form__group + .form__group {
    margin-top: 0;
  }
  .popup__cont.address .form__group [class$=__label] {
    min-width: 23.4375vw;
  }
  .popup__cont.address .form__group [class$=__wrap] {
    justify-content: space-between;
  }
  .popup__cont.school .form__group {
    justify-content: space-between;
  }
  .popup__cont.school .input__label {
    margin-right: 3.125vw;
  }
  .popup__cont .table__group {
    padding-top: 4.6875vw;
  }
  .popup__cont .btn__wrap .btn__inner {
    justify-content: center;
  }
  .popup__cont .select__box {
    height: 7.8125vw;
    min-height: auto;
    padding: 0 40px 0 10px;
    background-position: calc(100% - 10px) 50%;
    background-size: 14px 14px;
  }
  .popup__cont .form__group.row {
    gap: 0;
  }
  .popup__cont .input__box input {
    padding: 6px 16px;
    height: 7.8125vw;
    min-height: auto;
  }
  .popup__cont .input__box input:disabled {
    background-color: #ededed;
  }
  .popup__cont .table__wrap th {
    padding: 3.75vw 1.5625vw;
  }
  .popup__cont .table__wrap td {
    padding: 3.125vw;
    word-break: keep-all;
  }
  .popup__cont .scroll-box {
    padding: 4.6875vw;
    max-height: 130.15625vw;
  }
  .popup__cont .scroll-box > p {
    padding-bottom: 6.25vw;
  }
  .popup__cont .scroll-box [class^=bullet__list] li + li {
    margin-top: 5.46875vw;
  }
  .popup__cont .btn__wrap {
    padding-top: 4.6875vw;
  }
}
.btn-mt {
  margin: 50px 0 20px;
}

/* paging */
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  text-align: center;
  font-size: 0;
}
.paging a {
  flex: 0 0 auto;
  z-index: 1;
}
.paging a:hover, .paging a:active {
  color: #00b7f4;
}
.paging a.is-active {
  color: #00b7f4;
  font-weight: 700;
}
.paging-prev, .paging-next {
  display: flex;
}
.paging-prev a, .paging-next a {
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border-radius: 50%;
}
.paging-prev .previous,
.paging-prev .next, .paging-next .previous,
.paging-next .next {
  border: 1px solid #e6eff7;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  transform: rotate(180deg);
  background: #edf6fe;
  background-image: url(../images/icon/ico_arrow_right_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
}
.paging-prev {
  margin-right: 18px;
}
.paging-prev .previous:hover, .paging-prev .previous:active {
  transform: scaleX(-1);
}
.paging-next {
  margin-left: 18px;
}
.paging-next .next {
  transform: scaleX(1);
}
.paging-next .next:hover, .paging-next .next:active {
  transform: scaleX(1);
}
.paging-nums {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.paging-nums > a {
  padding: 10px;
  font-size: 17px;
  line-height: 1;
}

.error-wrap {
  max-width: 1140px;
  margin: 0 auto;
}
.error-wrap .error-wrap__inner .error__cont {
  padding: 200px 0 50px;
}
.error-wrap .error-wrap__inner .error__cont--img {
  max-width: 372px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.error-wrap .error-wrap__inner .error__cont--title {
  font-size: 26px;
  font-weight: 700;
  padding: 74px 0 28px;
}
.error-wrap .error-wrap__inner .error__cont .error__desc {
  font-size: 20px;
  line-height: 30px;
}
.error-wrap .error-wrap__inner .error__cont .btn__wrap.btn--error {
  padding-top: 36px;
}
.error-wrap .error-wrap__inner .error__cont .btn__wrap.btn--error .btn {
  font-size: 18px;
  padding: 16px 27px;
  border-radius: 5px;
}

.text-box__cont--title.type02 + .text-box__cont--text .bullet__list--dot {
  padding-left: 16px;
}
.text-box__cont--title.type02 + .text-box__cont--text .bullet__list--ref .bullet__list--dot {
  padding-left: 0;
}

.align--left > ul > li {
  margin-left: 15px;
}

.text-box__cont--square-title {
  display: inline-block;
  border-radius: 5px;
  margin: 15px 0;
  padding: 10px 20px;
  color: #068deb;
  background: #caeefa;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
}

.page__contents.transfer-school2 .bullet__list--dot > li + li {
  margin-top: 10px;
}
.page__contents .bullet__list .text-box__cont--title {
  margin: 10px 0 0;
}

.table__wrap.table--mix tbody th {
  background: #f6fcff;
}

.text-box__cont .form__group.form-pd {
  padding-right: 100px;
}

.span--desc {
  color: #068deb;
  font-weight: 500;
}

.text-box__item {
  width: 100%;
}
.text-box__item.item-flex {
  padding: 40px;
}
.text-box__item.item-flex .text-box__item--list {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.text-box__item.item-flex .text-box__item--list li {
  display: flex;
  position: relative;
  align-items: center;
  gap: 6px;
}
.text-box__item.item-flex .text-box__item--list li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -75%;
  top: 0;
  width: 2px;
  height: 25px;
  background: #dfdfdf;
}
.text-box__item.item-flex .text-box__item--list li:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -75%;
  top: 0;
  width: 2px;
  height: 25px;
  background: #dfdfdf;
}

.select__label {
  word-break: keep-all;
}

.text-box__cont .text-box__cont--text .form__group.select-type01 .select__wrap {
  flex: none;
}
.text-box__cont .text-box__cont--text .form__group.select-type01 .select__wrap .select__box {
  min-width: 230px;
}
.text-box__cont .text-box__cont--text .form__group.select-type02 .select__wrap {
  flex: none;
}
.text-box__cont .text-box__cont--text .form__group.select-type02 .select__wrap .select__box {
  min-width: 180px;
}
.text-box__cont .text-box__cont--text .form__group.select-type02 .form__wrap {
  flex: none;
}
.text-box__cont .text-box__cont--text .form__group.select-type02 .form__wrap .input__box {
  min-width: 300px;
}

.table-form .table__wrap td {
  padding: 10px;
}
.text-box__cont--text + .table__wrap {
  margin-top: 10px;
}

.btn__wrap.type02 {
  margin: 50px 0 20px;
}
.btn__wrap.type02 .btn {
  padding: 16px 37px;
  font-size: 18px;
}

.form__group.type02 {
  flex-direction: row;
  gap: 6px;
}
.form__group.type02 .input__wrap .input__box input {
  padding: 6px 8px;
}
.form__group.type02 .select__wrap .select__box {
  padding: 0 44px 0 5px;
}

.table__wrap + .text-box__cont--desc {
  margin-top: 20px;
}

.text-box__cont--sub {
  opacity: 0.7;
  display: flex;
  gap: 10px;
}

.text-box__cont--download {
  display: flex;
  padding: 30px;
  background: #f6f6f6;
  align-items: center;
}
.text-box__cont--download .text-box__cont--icon {
  display: block;
  width: 20px;
  height: 20px;
}
.text-box__cont--download .text-box__cont--icon.attachment {
  background: url(../images/sub/ico_attichment_black.png) no-repeat 0 0/contain;
}
.text-box__cont--download > a {
  opacity: 0.8;
  text-decoration: underline !important;
}

.text-box__cont--board {
  line-height: 3.5;
}

.text-box--border {
  border-top: 1px solid #dfdfdf;
  margin: 30px 0 20px;
}

.download-bd + .download-bd {
  border-top: 1px solid #dfdfdf;
  padding-top: 40px;
}

.btn__inner {
  flex-wrap: wrap;
  gap: 20px;
}
.btn__inner .btn__download {
  width: 49.1%;
  justify-content: space-between;
  background: #616364;
  min-height: 50px;
  border-radius: 5px;
  font-size: 18px;
}
.btn__inner .btn__download:after {
  width: 30px;
  height: 30px;
}
.btn__inner .btn--inquiry {
  margin: 0 auto;
  background: #a0a4a7;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 32px;
  word-break: keep-all;
}

.form__group.type03 {
  gap: 10px;
}
.form__group.type03 .select__wrap {
  justify-content: left;
  margin-right: 10px;
}
.form__group.type03 .select__wrap .select__box {
  min-width: 130px;
  max-width: 230px;
}
.form__group.type03 .form__wrap .input__wrap .select__label {
  min-width: 50px;
}
.form__group.type03 .form__wrap .input__wrap .input__box {
  min-width: 200px;
  max-width: 220px;
}

@media screen and (min-width: 641px) and (max-width: 1500px) {
  .btn-mt {
    margin: 3.3333333333vw 0vw 1.3333333333vw;
  }
  /* paging */
  .paging {
    padding-top: 2.6666666667vw;
  }
  .paging-prev a, .paging-next a {
    width: 2.2666666667vw;
    height: 2.2666666667vw;
  }
  .paging-prev .previous,
  .paging-prev .next, .paging-next .previous,
  .paging-next .next {
    background-size: 0.4vw;
  }
  .paging-prev {
    margin-right: 1.2vw;
  }
  .paging-next {
    margin-left: 1.2vw;
  }
  .paging-nums > a {
    padding: 0.6666666667vw;
    font-size: 1.1333333333vw;
  }
  .error-wrap .error-wrap__inner .error__cont {
    padding: 13.3333333333vw 0vw 3.3333333333vw;
  }
  .error-wrap .error-wrap__inner .error__cont--img {
    max-width: 24.8vw;
  }
  .error-wrap .error-wrap__inner .error__cont--title {
    font-size: 1.7333333333vw;
    padding: 4.9333333333vw 0vw 1.8666666667vw;
  }
  .error-wrap .error-wrap__inner .error__cont .error__desc {
    font-size: 1.3333333333vw;
    line-height: 2vw;
  }
  .error-wrap .error-wrap__inner .error__cont .btn__wrap.btn--error {
    padding-top: 2.4vw;
  }
  .error-wrap .error-wrap__inner .error__cont .btn__wrap.btn--error .btn {
    font-size: 1.2vw;
    padding: 1.0666666667vw 1.8vw;
  }
  .text-box__cont--square-title {
    margin: 1vw 0vw;
    padding: 0.6666666667vw 1.3333333333vw;
    font-size: 1.1333333333vw;
  }
  .page__contents.transfer-school2 .bullet__list--dot > li + li {
    margin-top: 0.6666666667vw;
  }
  .page__contents .bullet__list .text-box__cont--title {
    margin: 0.6666666667vw 0vw 0vw;
  }
  .text-box__cont .form__group.form-pd {
    padding-right: 6.6666666667vw;
  }
  .text-box__item.item-flex {
    padding: 2.6666666667vw;
  }
  .text-box__item.item-flex .text-box__item--list {
    gap: 0.4vw;
  }
  .text-box__item.item-flex .text-box__item--list li:nth-child(2)::before {
    width: 0.1333333333vw;
    height: 1.6666666667vw;
  }
  .text-box__item.item-flex .text-box__item--list li:nth-child(2)::after {
    width: 0.1333333333vw;
    height: 1.6666666667vw;
  }
  .text-box__cont .text-box__cont--text .form__group.select-type01 .select__wrap .select__box {
    min-width: 15.3333333333vw;
  }
  .text-box__cont .text-box__cont--text .form__group.select-type02 .select__wrap .select__box {
    min-width: 12vw;
  }
  .text-box__cont .text-box__cont--text .form__group.select-type02 .form__wrap .input__box {
    min-width: 20vw;
  }
  .table-form .table__wrap td {
    padding: 0.6666666667vw;
  }
  .text-box__cont--text + .table__wrap {
    margin-top: 0.6666666667vw;
  }
  .btn__wrap.type02 {
    margin: 3.3333333333vw 0vw 1.3333333333vw;
  }
  .btn__wrap.type02 .btn {
    padding: 1.0666666667vw 2.4666666667vw;
    font-size: 1.2vw;
  }
  .form__group.type02 {
    gap: 0.4vw;
  }
  .form__group.type02 .input__wrap .input__box input {
    padding: 0.4vw 0.5333333333vw;
  }
  .form__group.type02 .select__wrap .select__box {
    padding: 0vw 2.9333333333vw 0vw 0.3333333333vw;
  }
  .table__wrap + .text-box__cont--desc {
    margin-top: 1.3333333333vw;
  }
  .text-box__cont--sub {
    gap: 0.6666666667vw;
  }
  .text-box__cont--download {
    padding: 2vw;
  }
  .text-box__cont--download .text-box__cont--icon {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
  .text-box--border {
    margin: 2vw 0vw 1.3333333333vw;
  }
  .download-bd + .download-bd {
    padding-top: 2.6666666667vw;
  }
  .btn__inner {
    gap: 1.3333333333vw;
  }
  .btn__inner .btn__download {
    min-height: 3.3333333333vw;
    font-size: 1.2vw;
  }
  .btn__inner .btn__download:after {
    width: 2vw;
    height: 2vw;
  }
  .btn__inner .btn--inquiry {
    font-size: 1.0666666667vw;
    padding: 0.6666666667vw 2.1333333333vw;
  }
  .form__group.type03 {
    gap: 0.6666666667vw;
  }
  .form__group.type03 .select__wrap {
    margin-right: 0.5333333333vw;
  }
  .form__group.type03 .select__wrap .select__box {
    min-width: 8.6666666667vw;
    max-width: 17.3333333333vw;
    font-size: 1.0666666667vw;
  }
  .form__group.type03 .form__wrap .input__wrap .select__label {
    min-width: 3.3333333333vw;
  }
  .form__group.type03 .form__wrap .input__wrap .input__box {
    min-width: 13.3333333333vw;
    max-width: 40vw;
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .btn-mt {
    margin: 7.8125vw 0vw 3.125vw;
  }
  /* paging */
  .paging {
    padding-top: 6.25vw;
  }
  .paging-prev a, .paging-next a {
    width: 5.3125vw;
    height: 5.3125vw;
  }
  .paging-prev .previous,
  .paging-prev .next, .paging-next .previous,
  .paging-next .next {
    background-size: 0.9375vw;
  }
  .paging-prev {
    margin-right: 2.8125vw;
  }
  .paging-next {
    margin-left: 2.8125vw;
  }
  .paging-nums {
    gap: 3.125vw;
  }
  .paging-nums > a {
    padding: 1.5625vw;
    font-size: 2.65625vw;
  }
  .error-wrap .error-wrap__inner .error__cont {
    border-top: 1px solid #e3e3e3;
    padding: 17.96875vw 9.375vw 9.375vw;
  }
  .error-wrap .error-wrap__inner .error__cont--img {
    max-width: 67.5vw;
  }
  .error-wrap .error-wrap__inner .error__cont--title {
    font-size: 4.6875vw;
    padding: 9.53125vw 0vw 4.6875vw;
  }
  .error-wrap .error-wrap__inner .error__cont .error__desc {
    font-size: 3.125vw;
    line-height: 4.6875vw;
  }
  .error-wrap .error-wrap__inner .error__cont .btn__wrap.btn--error {
    padding-top: 21.875vw;
  }
  .error-wrap .error-wrap__inner .error__cont .btn__wrap.btn--error .btn {
    font-size: 4.0625vw;
    min-width: 81.09375vw;
    min-height: 10.9375vw;
  }
  .text-box__cont--square-title {
    margin: 2.34375vw 0vw;
    padding: 1.5625vw 3.125vw;
    font-size: 3.125vw;
  }
  .page__contents.transfer-school2 .bullet__list--dot > li + li {
    margin-top: 1.5625vw;
  }
  .page__contents .bullet__list .text-box__cont--title {
    margin: 1.5625vw 0vw 0vw;
  }
  .text-box__cont .form__group.form-pd {
    padding-right: 2.34375vw;
  }
  .text-box__cont .text-box__cont--text .form__group.select-type01 .select__wrap {
    flex: 1;
  }
  .text-box__cont .text-box__cont--text .form__group.select-type01 .select__wrap .select__box {
    min-width: 54.6875vw;
    font-size: 3.125vw;
  }
  .text-box__cont .text-box__cont--text .form__group.select-type02 .select__wrap {
    flex: 1;
  }
  .text-box__cont .text-box__cont--text .form__group.select-type02 .select__wrap .select__box {
    min-width: 38.28125vw;
  }
  .text-box__cont .text-box__cont--text .form__group.select-type02 .form__wrap {
    flex: 1;
  }
  .text-box__cont .text-box__cont--text .form__group.select-type02 .form__wrap .input__box {
    min-width: 46.875vw;
  }
  .table-form .table__wrap td {
    padding: 1.5625vw;
  }
  .table-form .table__wrap td .form__wrap .input__wrap input {
    min-width: 20vw;
  }
  .table-form .table__wrap td .form__wrap .select__wrap .select__box {
    min-width: 20vw;
  }
  .text-box__head--sub-title {
    font-size: 3.75vw;
    margin-bottom: 2.03125vw;
  }
  .text-box__cont--text + .table__wrap {
    margin-top: 1.5625vw;
  }
  .btn__wrap.type02 {
    margin: 7.8125vw 0vw 3.125vw;
  }
  .btn__wrap.type02 .btn {
    padding: 3.4375vw 7.96875vw;
    font-size: 4.0625vw;
  }
  .form__group.type02 {
    gap: 0.9375vw;
    min-width: 43.75vw;
  }
  .form__group.type02 .input__wrap .input__box input {
    padding: 0.9375vw 0.9375vw;
  }
  .form__group.type02 .select__wrap .select__box {
    padding: 0vw 5.3125vw 0vw 0.78125vw;
  }
  .table__wrap + .text-box__cont--desc {
    margin-top: 3.125vw;
  }
  .input__wrap.type04 {
    margin-left: 18.5%;
  }
  .text-box__cont--sub {
    gap: 1.5625vw;
  }
  .text-box__cont--download {
    padding: 4.6875vw;
  }
  .text-box__cont--download .text-box__cont--icon {
    width: 3.125vw;
    height: 3.125vw;
  }
  .text-box__cont--board {
    line-height: 2.5;
  }
  .text-box--border {
    margin: 4.6875vw 0vw 3.125vw;
  }
  .download-bd + .download-bd {
    padding-top: 6.25vw;
  }
  .btn__inner {
    gap: 3.125vw;
  }
  .btn__inner .btn__download {
    width: 100%;
    min-height: 10.9375vw;
    padding: 3.125vw;
    font-size: 3.75vw;
    line-height: 1.4;
  }
  .btn__inner .btn__download:after {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .btn__inner .btn--inquiry {
    font-size: 2.8125vw;
    padding: 1.875vw 5vw;
    min-width: 15.625vw;
    height: auto;
  }
  .form__group.type03 {
    gap: 0vw;
  }
  .form__group.type03 .select__wrap {
    margin-bottom: 1.5625vw;
  }
  .form__group.type03 .select__wrap .select__label {
    min-width: 12.5vw;
  }
  .form__group.type03 .select__wrap .select__box {
    padding-left: 1.5625vw;
    min-width: 18.75vw;
    max-width: 22.65625vw;
    font-size: 3.125vw;
  }
  .form__group.type03 .form__wrap .input__wrap .select__label {
    min-width: 12.5vw;
  }
  .form__group.type03 .form__wrap .input__wrap .input__box {
    min-width: 20.3125vw;
    max-width: 55.46875vw;
    font-size: 3.125vw;
  }
}/*# sourceMappingURL=style.css.map */