.index-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.index-section-01 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
}
.index-section-01 .index-swiper-01 {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.5;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .index-section-01 .index-swiper-01 {
    height: calc(70vh - 90px);
  }
}
.index-section-01 .index-swiper-01 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-section-01 .index-swiper-01 .swiper-control-pannel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 1720px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 2;
}
.index-section-01 .index-swiper-01 .swiper-control-pannel .custom-prev, .index-section-01 .index-swiper-01 .swiper-control-pannel .custom-next {
  width: auto;
  height: 50px;
}
.index-section-01 .index-swiper-01 .swiper-control-pannel .custom-prev > svg, .index-section-01 .index-swiper-01 .swiper-control-pannel .custom-next > svg {
  width: auto;
  height: 100%;
  fill: white;
}
.index-section-01 .index-swiper-01 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
.index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .container {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .container {
    justify-content: center;
    padding: 20px;
  }
}
.index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .container .slide-text-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1024px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .container .slide-text-wrap {
    flex-direction: column;
  }
}
.index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .container .slide-text-wrap .company-name {
  flex: 0 0 auto;
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  color: white;
  letter-spacing: -10px;
}
@media (max-width: 1024px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .container .slide-text-wrap .company-name {
    font-size: 100px;
  }
}
.index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .container .slide-text-wrap > p {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .container .slide-text-wrap > p > span {
  font-size: 65px;
  font-weight: 700;
  line-height: 1.4;
  color: white;
  word-break: keep-all;
  letter-spacing: -4px;
}
@media (max-width: 1024px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .container .slide-text-wrap > p > span {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0px;
  }
}
.index-section-01 .bottom-wrap {
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: black;
}
@media (max-width: 1024px) {
  .index-section-01 .bottom-wrap {
    height: auto;
  }
}
.index-section-01 .bottom-wrap .container {
  width: 100%;
  height: 100%;
  max-width: 1720px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1024px) {
  .index-section-01 .bottom-wrap .container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
  }
}
.index-section-01 .bottom-wrap .container .notice-wrap {
  flex: 1 1 auto;
  height: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.index-section-01 .bottom-wrap .container .notice-wrap > svg {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  fill: white;
}
.index-section-01 .bottom-wrap .container .notice-wrap .notice-swiper {
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
}
.index-section-01 .bottom-wrap .container .notice-wrap .notice-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.index-section-01 .bottom-wrap .container .notice-wrap .notice-swiper .swiper-wrapper .swiper-slide {
  height: 100% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.index-section-01 .bottom-wrap .container .notice-wrap .notice-swiper .swiper-wrapper .swiper-slide > a {
  width: auto;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1;
  color: white;
}
.index-section-01 .bottom-wrap .container .notice-wrap .notice-swiper .swiper-wrapper .swiper-slide > a > i {
  flex: 0 0 auto;
  font-size: inherit;
  font-weight: 500;
}
.index-section-01 .bottom-wrap .container .notice-wrap .notice-swiper .swiper-wrapper .swiper-slide > a > span {
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.index-section-01 .bottom-wrap .container .goto-inquiry {
  flex: 0 0 auto;
  height: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.index-section-01 .bottom-wrap .container .goto-inquiry > svg {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  fill: white;
}
.index-section-01 .bottom-wrap .container .goto-inquiry > span {
  font-size: 18px;
  font-weight: 200;
  line-height: 1;
  color: white;
}

.sec-tit-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.sec-tit-wrap > h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .sec-tit-wrap > h1 {
    font-size: 30px;
  }
}
.sec-tit-wrap > span {
  font-size: 23px;
  line-height: 1;
  color: black;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .sec-tit-wrap > span {
    font-size: 16px;
  }
}
.sec-tit-wrap > span > em {
  font-weight: 700;
}

.index-section-02 {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.index-section-02 .container {
  width: 100%;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
.index-section-02 .container .people-list {
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .index-section-02 .container .people-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.index-section-02 .container .people-list .item {
  flex: 0 0 30%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .index-section-02 .container .people-list .item {
    gap: 20px;
  }
}
.index-section-02 .container .people-list .item .people-img {
  width: 200px;
  height: auto;
}
.index-section-02 .container .people-list .item .people-img > img {
  width: 100%;
  height: auto;
}
.index-section-02 .container .people-list .item > em {
  margin-top: auto;
  font-size: 25px;
  line-height: 1;
  color: black;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .index-section-02 .container .people-list .item > em {
    font-size: 16px;
  }
}

.index-section-03 {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 80px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1720px) {
  .index-section-03 {
    padding: 80px 16px;
  }
}
.index-section-03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.index-section-03 .container {
  position: relative;
  width: 100%;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .index-section-03 .container {
    gap: 20px;
  }
}
.index-section-03 .container .index-bf-swiper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.index-section-03 .container .index-bf-swiper .swiper-control-pannel {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}
.index-section-03 .container .index-bf-swiper .swiper-control-pannel .custom-prev, .index-section-03 .container .index-bf-swiper .swiper-control-pannel .custom-next {
  width: auto;
  height: 25px;
}
.index-section-03 .container .index-bf-swiper .swiper-control-pannel .custom-prev > svg, .index-section-03 .container .index-bf-swiper .swiper-control-pannel .custom-next > svg {
  width: auto;
  height: 100%;
  fill: black;
}
.index-section-03 .container .index-bf-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.index-section-03 .container .index-bf-swiper .swiper-wrapper .swiper-slide > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.index-section-03 .container .index-bf-swiper .swiper-wrapper .swiper-slide > a .bf-logo-wrap {
  width: 100%;
  padding: 0 16px;
  padding-top: 80px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  background: white;
}
.index-section-03 .container .index-bf-swiper .swiper-wrapper .swiper-slide > a .bf-logo-wrap > img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 55px;
}
.index-section-03 .container .index-bf-swiper .swiper-wrapper .swiper-slide > a .bf-logo-wrap > p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: black;
  text-align: center;
  word-break: keep-all;
}
.index-section-03 .container .index-bf-swiper .swiper-wrapper .swiper-slide > a .bf-name {
  position: relative;
  width: 100%;
  padding-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-align: center;
}
.index-section-03 .container .index-bf-swiper .swiper-wrapper .swiper-slide > a .bf-name::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 35px;
  height: 4px;
  background: #aaa;
}

.index-section-04 {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.index-section-04 .container {
  width: 100%;
  max-width: 1440px;
}
.index-section-04 .container .inquiry-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .index-section-04 .container .inquiry-wrap {
    flex-direction: column;
    padding: 0 20px;
  }
}
.index-section-04 .container .inquiry-wrap > a {
  height: 180px;
  padding: 0 60px;
  flex: 1 1 40%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #1C3D8A;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 1024px) {
  .index-section-04 .container .inquiry-wrap > a {
    width: 100%;
    padding: 20px 60px;
    flex-direction: column;
    gap: 10px;
  }
}
.index-section-04 .container .inquiry-wrap > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.index-section-04 .container .inquiry-wrap > a:nth-of-type(2) {
  background: #2D2D3D;
}
.index-section-04 .container .inquiry-wrap > a .name-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1024px) {
  .index-section-04 .container .inquiry-wrap > a .name-wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.index-section-04 .container .inquiry-wrap > a .name-wrap > img {
  width: 55px;
  height: auto;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .index-section-04 .container .inquiry-wrap > a .name-wrap > img {
    margin-right: 0;
  }
}
.index-section-04 .container .inquiry-wrap > a .name-wrap > b {
  margin-right: 50px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: white;
}
@media (max-width: 1024px) {
  .index-section-04 .container .inquiry-wrap > a .name-wrap > b {
    margin-right: 0;
    font-size: 22px;
  }
}
.index-section-04 .container .inquiry-wrap > a .name-wrap > span {
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  color: white;
}
@media (max-width: 1024px) {
  .index-section-04 .container .inquiry-wrap > a .name-wrap > span {
    font-size: 18px;
  }
}
.index-section-04 .container .inquiry-wrap > a .view-more {
  width: auto;
  height: 28px;
}

.index-section-05 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.index-section-05 .sec-tit-wrap {
  padding: 0 16px;
}
.index-section-05 .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .index-section-05 .container {
    gap: 20px;
  }
}
.index-section-05 .container .customer-content-wrap {
  position: relative;
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .index-section-05 .container .customer-content-wrap {
    gap: 20px;
    padding: 50px 20px;
  }
}
.index-section-05 .container .customer-content-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.index-section-05 .container .customer-content-wrap .customer-text {
  position: relative;
  width: 100%;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.index-section-05 .container .customer-content-wrap .customer-text > span {
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  color: white;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .index-section-05 .container .customer-content-wrap .customer-text > span {
    font-size: 18px;
  }
}
.index-section-05 .container .customer-content-wrap .customer-text > p {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  color: white;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .index-section-05 .container .customer-content-wrap .customer-text > p {
    font-size: 30px;
  }
}
.index-section-05 .container .customer-content-wrap .customer-list {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.index-section-05 .container .customer-content-wrap .customer-list .item {
  flex: 0 0 20%;
  height: 100px;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.index-section-05 .container .customer-content-wrap .customer-list .item > img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
}

.index-section-06 {
  width: 100%;
  padding: 70px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #fafafa;
}
.index-section-06 .container {
  width: 100%;
  max-width: 1720px;
  display: flex;
  flex-direction: row;
  gap: 100px;
}
@media (max-width: 1024px) {
  .index-section-06 .container {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
}
.index-section-06 .container .index-notice-area {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
}
.index-section-06 .container .index-notice-area .title-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.index-section-06 .container .index-notice-area .title-wrap > span {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #2B7FBB;
}
@media (max-width: 1024px) {
  .index-section-06 .container .index-notice-area .title-wrap > span {
    font-size: 16px;
  }
}
.index-section-06 .container .index-notice-area .title-wrap > strong {
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  color: black;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .index-section-06 .container .index-notice-area .title-wrap > strong {
    font-size: 28px;
  }
}
.index-section-06 .container .index-notice-area .title-wrap > a {
  padding-bottom: 6px;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid black;
}
.index-section-06 .container .index-notice-area .title-wrap > a > span {
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  color: black;
}
@media (max-width: 1024px) {
  .index-section-06 .container .index-notice-area .title-wrap > a > span {
    font-size: 15px;
  }
}
.index-section-06 .container .index-notice-area .title-wrap > a > svg {
  flex: 0 0 auto;
  width: auto;
  height: 17px;
  fill: black;
}
.index-section-06 .container .index-notice-area .index-notice-latest {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.index-section-06 .container .index-notice-area .index-notice-latest .item {
  width: 100%;
}
.index-section-06 .container .index-notice-area .index-notice-latest .item > a {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-section-06 .container .index-notice-area .index-notice-latest .item > a .tit-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.index-section-06 .container .index-notice-area .index-notice-latest .item > a .tit-wrap .bo-subject {
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: black;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-section-06 .container .index-notice-area .index-notice-latest .item > a .tit-wrap .wr-date {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1;
  color: #707070;
}
.index-section-06 .container .index-notice-area .index-notice-latest .item > a .wr-content {
  width: 100%;
  font-size: 17px;
  line-height: 1.6;
  color: #707070;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-section-06 .container .index-notice-area .index-notice-latest .item:not(:last-of-type) > a {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.index-section-06 .container .index-map-area {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
}
.index-section-06 .container .index-map-area .root_daum_roughmap {
  width: 100%;
  margin-bottom: 30px;
}
.index-section-06 .container .index-map-area .root_daum_roughmap .wrap_map {
  width: 100%;
  height: auto;
  aspect-ratio: 813/466;
}
.index-section-06 .container .index-map-area .index-contact-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-section-06 .container .index-map-area .index-contact-list .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.index-section-06 .container .index-map-area .index-contact-list .item > em {
  position: relative;
  flex: 0 0 85px;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28.6px;
  font-size: 19px;
}
.index-section-06 .container .index-map-area .index-contact-list .item > em::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #aaa;
}
.index-section-06 .container .index-map-area .index-contact-list .item > span {
  font-size: 20px;
  font-weight: 500;
  line-height: 28.6px;
  word-break: keep-all;
  color: #464646;
}
@media (max-width: 1024px) {
  .index-section-06 .container .index-map-area .index-contact-list .item > span {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */