.main_wrap {
  font-family: "Pretendard Variable";
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_wrap #img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .main_wrap #img > img {
    width: 100%;
  }
}
.main_wrap .main_1 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 {
    height: auto;
    margin-bottom: 20px;
  }
}
.main_wrap .main_1 .swiper {
  width: 100%;
  height: 906px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper {
    height: 400px;
  }
}
.main_wrap .main_1 .swiper .swiper-button-next {
  right: 150px !important;
  color: #ccc;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-button-next {
    right: 20px !important;
  }
}
.main_wrap .main_1 .swiper .swiper-button-prev {
  left: 150px !important;
  color: #ccc;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-button-prev {
    left: 20px !important;
  }
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-button-next:after, .main_wrap .main_1 .swiper .swiper-button-prev:after {
    font-size: 13px;
  }
}
.main_wrap .main_1 .swiper .swiper-pagination {
  bottom: 23%;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-pagination {
    bottom: 7%;
  }
}
.main_wrap .main_1 .swiper .swiper-pagination-bullet {
  background-color: white;
  opacity: 1 !important;
}
.main_wrap .main_1 .swiper .swiper-pagination-bullet-active {
  width: 50px;
  height: 8px;
  border-radius: 4px;
}
.main_wrap .main_1 .swiper .swiper-slide {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/main_back.png);
  background-position: center;
  background-size: cover;
}
.main_wrap .main_1 .swiper .swiper-slide .txt_box {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-slide .txt_box {
    padding: 0 20px;
    margin-bottom: 0px;
  }
}
.main_wrap .main_1 .swiper .swiper-slide .txt_box > h2 {
  font-size: 50px;
  color: white;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4666666667);
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-slide .txt_box > h2 {
    font-size: 16px;
    margin-bottom: 10%;
    line-height: 1.5;
    margin-bottom: 10px;
    word-break: keep-all;
  }
}
.main_wrap .main_1 .swiper .swiper-slide .txt_box > h3 {
  font-size: 70px;
  font-weight: 600;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4666666667);
}
@media (max-width: 1024px) {
  .main_wrap .main_1 .swiper .swiper-slide .txt_box > h3 {
    font-size: 40px;
  }
}
.main_wrap .main_1 .swiper .swiper-slide > .link_btn {
  width: auto;
}
.main_wrap .main_1 .swiper .swiper-slide > .link_btn > a {
  width: 225px;
  height: 68px;
  border-radius: 34px;
  background-color: #467BF5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s;
}
.main_wrap .main_1 .swiper .swiper-slide > .link_btn > a > span {
  color: white;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}
.main_wrap .main_1 .swiper .swiper-slide > .link_btn > a:hover {
  transform: translateY(-10px);
  transition: 0.3s;
}
.main_wrap .main_1 > .menu_box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5137254902);
  border-radius: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
  padding: 140px 0 0 0;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    padding: 30px 20px;
  }
}
.main_wrap .main_1 > .menu_box > .tit {
  width: 100%;
  max-width: 1520px;
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > .tit {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.main_wrap .main_1 > .menu_box > .tit > h2 {
  font-size: 60px;
  font-weight: 900;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > .tit > h2 {
    font-size: 35px;
  }
}
.main_wrap .main_1 > .menu_box > .tit > h2 > span {
  color: #014EFE;
}
.main_wrap .main_1 > .menu_box > .tit > h3 {
  font-size: 25px;
  font-weight: 500;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box > .tit > h3 {
    font-size: 16px;
  }
}
.main_wrap .main_1 > .menu_box .box_wrap {
  width: 100%;
  max-width: 1520px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box .box_wrap {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    gap: 20px;
  }
}
.main_wrap .main_1 > .menu_box .box_wrap > .box {
  display: flex;
  flex-direction: column;
  height: 480px;
  width: 440px;
  gap: 100px;
  padding: 45px 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box .box_wrap > .box {
    width: 100%;
    max-width: 380px;
    border-radius: 30px;
    gap: 40px;
    height: 300px;
  }
}
.main_wrap .main_1 > .menu_box .box_wrap > .box > h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box .box_wrap > .box > h2 {
    font-size: 22px;
    word-break: keep-all;
  }
}
.main_wrap .main_1 > .menu_box .box_wrap > .box > h2 > span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box .box_wrap > .box > h2 > span {
    font-size: 20px;
    word-break: keep-all;
  }
}
.main_wrap .main_1 > .menu_box .box_wrap > .box > h3 {
  font-size: 20px;
  color: white;
  font-weight: 500;
  line-height: 1.8;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .main_wrap .main_1 > .menu_box .box_wrap > .box > h3 {
    font-size: 15px;
    word-break: keep-all;
  }
}
.main_wrap .main_2_1 {
  width: 100%;
  max-width: 1720px;
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1024px) {
  .main_wrap .main_2_1 {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
}
.main_wrap .main_2_1 > .left {
  width: 100%;
  max-width: 495px;
}
.main_wrap .main_2_1 > .left > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .main_wrap .main_2_1 > .left > .tit {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 0px;
  }
}
.main_wrap .main_2_1 > .left > .tit > h2 {
  font-size: 60px;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .main_wrap .main_2_1 > .left > .tit > h2 {
    font-size: 35px;
  }
}
.main_wrap .main_2_1 > .left > .tit > h2 > span {
  color: #014EFE;
}
.main_wrap .main_2_1 > .left > .tit > h3 {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .main_wrap .main_2_1 > .left > .tit > h3 {
    font-size: 16px;
  }
}
.main_wrap .main_2_1 > .main_2_1_right {
  width: 100%;
  max-width: 1130px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 6px solid #014EFE;
  gap: 20px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1024px) {
  .main_wrap .main_2_1 > .main_2_1_right {
    display: none;
  }
}
.main_wrap .main_2_1 > .main_2_1_right > .box {
  width: 350px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2392156863);
  background-color: white;
  height: 400px;
  transition: 0.3s;
  transform: perspective(200px) rotateY(-10deg);
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main_wrap .main_2_1 > .main_2_1_right > .box {
    width: 100px;
    height: 150px;
  }
}
.main_wrap .main_2_1 > .main_2_1_right > .box > img {
  width: 100%;
  margin-bottom: 40px;
}
.main_wrap .main_2_1 > .main_2_1_right > .box > h2 {
  font-size: 25px;
  font-weight: 600;
  word-break: keep-all;
  text-align: center;
  margin-bottom: 25px;
}
.main_wrap .main_2_1 > .main_2_1_right > .box > h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  margin-bottom: 40px;
}
.main_wrap .main_2_1 > .main_2_1_right > .box > .tag {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.main_wrap .main_2_1 > .main_2_1_right > .box > .tag > p {
  font-weight: 500;
  padding: 10px 15px;
  opacity: 0.6;
  border: 1px solid rgba(112, 112, 112, 0.3960784314);
  border-radius: 22px;
}
.main_wrap .main_2_1 > .main_2_1_right > .box:hover {
  transform: perspective(200px) rotateY(0deg);
  transition: 0.3s;
  border: 1px solid #014EFE;
  margin: 0 50px;
}
.main_wrap .main_2_1 > .main_2_1_right_1 {
  display: none;
  width: 100%;
  max-width: 1130px;
  height: auto;
}
@media (max-width: 1024px) {
  .main_wrap .main_2_1 > .main_2_1_right_1 {
    display: block;
  }
}
.main_wrap .main_2_1 > .main_2_1_right_1 > .mymyswiper {
  width: 100%;
  height: auto;
}
.main_wrap .main_2_1 > .main_2_1_right_1 > .mymyswiper .swiper-slide {
  width: 100%;
  background-color: white;
  height: 350px;
  transition: 0.3s;
  border: 1px solid rgba(204, 204, 204, 0.431372549);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  overflow: hidden;
}
.main_wrap .main_2_1 > .main_2_1_right_1 > .mymyswiper .swiper-slide > img {
  width: 100%;
  margin-bottom: 40px;
}
.main_wrap .main_2_1 > .main_2_1_right_1 > .mymyswiper .swiper-slide > h2 {
  font-size: 20px;
  font-weight: 600;
  word-break: keep-all;
  text-align: center;
  margin-bottom: 25px;
}
.main_wrap .main_2_1 > .main_2_1_right_1 > .mymyswiper .swiper-slide > h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  margin-bottom: 40px;
}
.main_wrap .main_2_1 > .main_2_1_right_1 > .mymyswiper .swiper-slide > .tag {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.main_wrap .main_2_1 > .main_2_1_right_1 > .mymyswiper .swiper-slide > .tag > p {
  font-weight: 500;
  padding: 10px 15px;
  opacity: 0.6;
  border: 1px solid rgba(112, 112, 112, 0.3960784314);
  border-radius: 22px;
}
.main_wrap .brand_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 195px;
}
@media (max-width: 1024px) {
  .main_wrap .brand_box {
    margin: 40px 0;
    padding: 0 20px;
  }
}
.main_wrap .brand_box > .wrap {
  width: 100%;
  max-width: 1740px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  align-items: end;
}
@media (max-width: 1024px) {
  .main_wrap .brand_box > .wrap {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    place-content: center;
  }
}
@media (max-width: 1024px) {
  .main_wrap .brand_box > .wrap > .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.main_wrap .brand_box > .wrap > .box > img {
  height: 49px;
}
@media (max-width: 1024px) {
  .main_wrap .brand_box > .wrap > .box > img {
    width: 70%;
    height: auto;
  }
}
.main_wrap .brand_box > .wrap > .box:nth-of-type(1) > img {
  height: 100px;
}
@media (max-width: 1024px) {
  .main_wrap .brand_box > .wrap > .box:nth-of-type(1) > img {
    height: auto;
  }
}
.main_wrap .brand_box > .wrap > .box:nth-of-type(4) > img {
  width: 57%;
}
.main_wrap .brand_box > .wrap > .box:nth-of-type(6) > img {
  width: 63.5%;
}
.main_wrap .brand_box > .wrap > .box:nth-of-type(7) > img {
  width: 63.5%;
}
.main_wrap .main_2 {
  width: 100%;
  height: 510px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 400px;
  background-image: url(../img/main_2_img.png);
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 {
    height: auto;
    margin: 40px 0;
    padding: 0 20px;
  }
}
.main_wrap .main_2 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .tit {
    margin-bottom: 40px;
  }
}
.main_wrap .main_2 > .tit > h2 {
  font-size: 70px;
  font-family: "KBO-Dia-Gothic_bold";
  font-weight: 700;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .tit > h2 {
    font-size: 40px;
  }
}
.main_wrap .main_2 > .tit > p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .tit > p {
    font-size: 15px;
    word-break: keep-all;
  }
}
.main_wrap .main_2 > .wrap {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
}
.main_wrap .main_2 > .wrap > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > .box {
    height: 140px;
  }
}
.main_wrap .main_2 > .wrap > .box > h2 {
  font-size: 70px;
  font-weight: 900;
  color: #014EFE;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > .box > h2 {
    font-size: 30px;
  }
}
.main_wrap .main_2 > .wrap > .box > h2 > span {
  font-size: 35px;
  font-weight: 700;
  color: #467BF5;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > .box > h2 > span {
    font-size: 20px;
  }
}
.main_wrap .main_2 > .wrap > .box > p {
  font-size: 25px;
  font-weight: 400;
  color: #636464;
  text-align: center;
}
@media (max-width: 1024px) {
  .main_wrap .main_2 > .wrap > .box > p {
    font-size: 14px;
    word-break: keep-all;
  }
}
.main_wrap .main_3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.main_wrap .main_3 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .tit {
    margin-bottom: 40px;
  }
}
.main_wrap .main_3 > .tit > h2 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 17px;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .tit > h2 {
    font-size: 40px;
  }
}
.main_wrap .main_3 > .tit > h2 > span {
  color: #014EFE;
}
.main_wrap .main_3 > .tit > p {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .tit > p {
    font-size: 15px;
  }
}
.main_wrap .main_3 > .bot {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
}
.main_wrap .main_3 > .bot > .word {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4588235294);
}
.main_wrap .main_3 > .bot > .word > .left {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 90%;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .bot > .word > .left {
    width: 80%;
  }
}
.main_wrap .main_3 > .bot > .word > .left .cont {
  width: 75%;
}
.main_wrap .main_3 > .bot > .word > .left .cont > h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .bot > .word > .left .cont > h2 {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.main_wrap .main_3 > .bot > .word > .left .cont > p {
  font-size: 20px !important;
  font-weight: 500;
  text-align: left !important;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  display: none;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .bot > .word > .left .cont > p {
    font-size: 14px;
    word-break: keep-all;
  }
}
.main_wrap .main_3 > .bot > .word > .left .cont > span {
  display: none;
}
.main_wrap .main_3 > .bot > .word > .left .cont > br {
  display: none;
}
.main_wrap .main_3 > .bot > .word > .left .cont > div {
  display: none;
}
.main_wrap .main_3 > .bot > .word > .left .cont > p:nth-of-type(2) {
  display: -webkit-box;
  font-family: "Pretendard Variable" !important;
  font-size: 20px !important;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .bot > .word > .left .cont > p:nth-of-type(2) {
    font-size: 14px;
    word-break: keep-all;
  }
}
.main_wrap .main_3 > .bot > .word > .left .cont > p:nth-of-type(2) span {
  font-family: "Pretendard Variable" !important;
  font-size: 20px !important;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .bot > .word > .left .cont > p:nth-of-type(2) span {
    font-size: 14px !important;
    word-break: keep-all;
  }
}
.main_wrap .main_3 > .bot > .word > .right > h2 {
  font-size: 18px;
  font-weight: 500;
  color: #636464;
}
@media (max-width: 1024px) {
  .main_wrap .main_3 > .bot > .word > .right > h2 {
    font-size: 12px;
  }
}
.main_wrap .main_4 {
  width: 100%;
  background-color: #EFF4FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 {
    padding: 40px 20px;
  }
}
.main_wrap .main_4 > .wrap {
  width: 100%;
  max-width: 1530px;
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap {
    gap: 20px;
    flex-direction: column;
  }
}
.main_wrap .main_4 > .wrap > .left {
  width: 100%;
  max-width: 986px;
  height: 820px;
  background-color: white;
  border-radius: 30px;
  padding: 36px 66px;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .left {
    padding: 30px 20px;
    height: auto;
  }
}
.main_wrap .main_4 > .wrap > .left > .tit {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .left > .tit {
    margin-bottom: 40px;
  }
}
.main_wrap .main_4 > .wrap > .left > .tit > h2 {
  font-size: 70px;
  font-family: "KBO-Dia-Gothic_bold";
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .left > .tit > h2 {
    font-size: 40px;
  }
}
.main_wrap .main_4 > .wrap > .left > .tit > p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .left > .tit > p {
    font-size: 15px;
    word-break: keep-all;
  }
}
.main_wrap .main_4 > .wrap > .left > .form_wrap {
  display: flex;
  flex-direction: column;
}
.main_wrap .main_4 > .wrap > .left > .form_wrap > form {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .left > .form_wrap > form {
    gap: 20px;
  }
}
.main_wrap .main_4 > .wrap > .left > .form_wrap > form > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .left > .form_wrap > form > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.main_wrap .main_4 > .wrap > .left > .form_wrap > form > ul > li {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .left > .form_wrap > form > ul > li {
    width: 100%;
  }
}
.main_wrap .main_4 > .wrap > .left > .form_wrap > form > ul > li > label {
  display: flex;
  flex-direction: column;
}
.main_wrap .main_4 > .wrap > .left > .form_wrap > form > ul > li > label > span {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .left > .form_wrap > form > ul > li > label > span {
    font-size: 14px;
  }
}
.main_wrap .main_4 > .wrap > .left > .form_wrap > form > ul > li > label > input {
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1;
  color: #2D2D2D;
  border: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5803921569);
  padding-bottom: 10px;
  outline: none;
  background: transparent;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .left > .form_wrap > form > ul > li > label > input {
    font-size: 14px;
  }
}
.main_wrap .main_4 > .wrap > .left > .form_wrap > form > .form-part > h6 {
  font-size: 18px;
  font-family: "KBO-Dia-Gothic_bold";
  font-weight: 700;
  margin-bottom: 15px;
}
.main_wrap .main_4 > .wrap > .left > .form_wrap > form > .form-part textarea {
  background-color: #F6F6F6;
  border: none;
  color: #2D2D2D;
  outline: none;
  resize: none;
}
.main_wrap .main_4 > .wrap > .left > .form_wrap > form > .form-submit {
  width: 100%;
  display: flex;
  justify-content: end;
}
.main_wrap .main_4 > .wrap > .left > .form_wrap > form > .form-submit > button {
  width: 180px;
  height: 60px;
  border-radius: 29px;
  background-color: #014EFE;
  color: white;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4431372549);
  border: none;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .left > .form_wrap > form > .form-submit > button {
    font-size: 14px;
    width: 90px;
    height: 40px;
  }
}
.main_wrap .main_4 > .wrap > .left > .form_wrap > form > .form-submit > button:hover {
  transform: translateY(-10px);
  transition: 0.3s;
}
.main_wrap .main_4 > .wrap > .right {
  width: 100%;
  max-width: 500px;
  height: 820px;
  background-color: #014EFE;
  border-radius: 30px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .right {
    height: auto;
    padding: 30px 20px;
    gap: 20px;
  }
}
.main_wrap .main_4 > .wrap > .right > .tit > h2 {
  font-size: 70px;
  font-family: "KBO-Dia-Gothic_bold";
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .right > .tit > h2 {
    font-size: 40px;
  }
}
.main_wrap .main_4 > .wrap > .right > .tit > p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  color: white;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .right > .tit > p {
    font-size: 13px;
    word-break: keep-all;
  }
}
.main_wrap .main_4 > .wrap > .right > .btn {
  width: 100%;
  display: flex;
  justify-content: end;
}
.main_wrap .main_4 > .wrap > .right > .btn > a {
  width: 180px;
  height: 60px;
  border-radius: 29px;
  background-color: white;
  color: #467BF5;
  font-size: 20px;
  font-family: "KBO-Dia-Gothic_bold";
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4431372549);
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .main_wrap .main_4 > .wrap > .right > .btn > a {
    font-size: 15px;
    width: 90px;
    height: 40px;
  }
}
.main_wrap .main_4 > .wrap > .right > .btn > a:hover {
  transform: translateY(-10px);
  transition: 0.3s;
}
.main_wrap .new_main_5 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .main_wrap .new_main_5 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.main_wrap .new_main_5 > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 96px;
  text-align: center;
}
@media (max-width: 1024px) {
  .main_wrap .new_main_5 > .tit {
    margin-bottom: 40px;
  }
}
.main_wrap .new_main_5 > .tit > h2 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 17px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .main_wrap .new_main_5 > .tit > h2 {
    font-size: 25px;
    word-break: keep-all;
    text-align: center;
  }
}
.main_wrap .new_main_5 > .tit > h2 > span {
  color: #014EFE;
}
.main_wrap .new_main_5 > .tit > p {
  word-break: keep-all;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1024px) {
  .main_wrap .new_main_5 > .tit > p {
    font-size: 15px;
    word-break: keep-all;
  }
}
.main_wrap .new_main_5 > .bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .main_wrap .new_main_5 > .bot {
    flex-direction: column;
  }
}
.main_wrap .new_main_5 > .bot > div {
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 944px;
  height: 356px;
  padding-left: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 38px;
}
@media (max-width: 1024px) {
  .main_wrap .new_main_5 > .bot > div {
    gap: 20px;
    padding: 20px;
    height: 240px;
  }
}
.main_wrap .new_main_5 > .bot > div > div {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .main_wrap .new_main_5 > .bot > div > div {
    flex-direction: column;
    gap: 20px;
  }
}
.main_wrap .new_main_5 > .bot > div > div > h2 {
  font-size: 40px;
  color: white;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .main_wrap .new_main_5 > .bot > div > div > h2 {
    font-size: 25px;
  }
}
.main_wrap .new_main_5 > .bot > div > div > div {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .main_wrap .new_main_5 > .bot > div > div > div {
    gap: 20px;
  }
}
.main_wrap .new_main_5 > .bot > div > div > div > h2 {
  font-size: 25px;
  font-weight: 500;
  color: white;
  line-height: 1.5;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .main_wrap .new_main_5 > .bot > div > div > div > h2 {
    font-size: 18px;
    text-align: center;
  }
}
.main_wrap .new_main_5 > .bot > div > div > div > a {
  width: 207px;
  height: 54px;
  background-color: white;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_wrap .new_main_5 > .bot > .left {
  background-image: url(../img/main_5_left.png);
}
.main_wrap .new_main_5 > .bot > .right {
  background-image: url(../img/main_5_right.png);
}/*# sourceMappingURL=main.css.map */