#container.sub {
  margin-top: 100px;
}

.sub-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub-top .inner {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 746px;
}

.about .sub-top {
  background-image: url('/assets/images/sub/about_sv.png');
}
.about .sub-top p {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 70px;
}

.sub-tit {
  font-size: 48px;
  font-weight: 600;
}

.sub-desc01 {
  font-size: 32px;
  font-weight: 600;
}

.sub-desc02 {
  font-size: 24px;
  font-weight: 400;
}

.about-mintvp {
  padding: 120px 0;
  text-align: center;
}
.about-mintvp figure {
  position: relative;
  margin-top: 80px;
  max-width: 1040px;
  margin-inline: auto;
}

.about-mintvp figure a:first-of-type {
  position: absolute;
  width: 36%;
  height: 40%;
  left: 32%;
  top: 0;
}

.about-mintvp figure a:last-of-type {
  position: absolute;
  width: 36%;
  height: 40%;
  right: 0;
  bottom: 0;
}

.about-banner {
  height: 306px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#228cce),
    to(#89c8d6)
  );
  background: linear-gradient(90deg, #228cce 0%, #89c8d6 100%);
  position: relative;
  z-index: 2;
  font-family: 'Noto Serif';
}
.about-banner::before {
  content: '';
  background-image: url('/assets/images/sub/about_banner_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-community {
  padding: 160px 0 200px;
}
.about-community li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-community li:first-child {
  margin-bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 124px;
}
.about-community li:first-child figure {
  width: 820px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.about-community li:last-child {
  height: 800px;
  padding-top: 105px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-community li:last-child a {
  padding: 0 48px;
  height: 74px;
  border-radius: 2em;
  border: 1px solid #010101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
}

.about-map {
  position: absolute;
  width: 820px;
  top: 22px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about-map__item {
  position: absolute;
  top: 0;
  left: 0;
}

.about-map__item--incheon {
  position: absolute;
  top: 266px;
  left: -48px;
  display: none;
}

.about-map__item--gyeounggi {
  position: absolute;
  top: 143px;
  right: 47px;
  left: auto;
  display: none;
}

.about-map__item--daejeon {
  position: absolute;
  top: 432px;
  left: -49px;
  display: none;
}

.about-map__item--busan {
  position: absolute;
  top: 222px;
  left: 570px;
  display: none;
}

.about-map__item--gwangju {
  position: absolute;
  top: 557px;
  left: -48px;
  display: none;
}

.about-map__btn {
  width: 45px;
  height: 45px;
  position: absolute;
}
.about-map__btn.btn01 {
  top: 267px;
  left: 311px;
}
.about-map__btn.btn02 {
  top: 186px;
  left: 408px;
}
.about-map__btn.btn03 {
  top: 427px;
  left: 429px;
}
.about-map__btn.btn04 {
  top: 591px;
  left: 647px;
}
.about-map__btn.btn05 {
  top: 601px;
  left: 360px;
}

.about-global--m,
.about-map--m {
  display: none !important;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 998;
  display: none;
}

.map-all {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 920px;
  z-index: 999;
  border-radius: 20px;
  display: none;
}
.map-all hgroup {
  position: relative;
  padding: 36px 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.map-all hgroup h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
}
.map-all hgroup button {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-global {
  padding-bottom: 114px;
  position: relative;
  margin-bottom: 200px;
}
.about-global ul {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: grid;
  grid-gap: 88px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.about-global ul li {
  border-radius: 20px;
  text-align: center;
}
.about-global ul li b {
  height: 92px;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 600;
}
.about-global ul li p {
  padding: 30px 0 50px;
  font-size: 24px;
  font-weight: 400;
}
.about-global ul li:first-child {
  background-color: #d9e3e8;
}
.about-global ul li:first-child b {
  background-color: #0a3677;
}
.about-global ul li:last-child {
  background-color: #e8d9d9;
}
.about-global ul li:last-child b {
  background-color: #e61d1d;
}

.about-global__map {
  background-color: #f7f8f8;
}

.about-global__tit {
  position: absolute;
  top: 97px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-global__tit p {
  white-space: nowrap;
}

.about-partners {
  padding: 163px 0 200px;
  text-align: center;
}
.about-partners ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
  margin-top: 60px;
}
.about-partners ul li {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}

.products-top {
  height: 645px;
  background-image: url(/assets/images/sub/bg_products.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-top button {
  color: #fff;
  height: 126px;
  width: 582px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
}
.products-top button.products-top__slide {
  border-radius: 80px;
  border: 2px solid #89d9ff;
  color: #89d9ff;
}

.products-container {
  margin-top: 100px;
}
.products-container h3 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
}

.products-nav {
  position: relative;
  border-top: 1px solid #ddd;
}

.products-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 64px;
}
.products-nav__list > button {
  position: relative;
  padding-block: 36px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
}
.products-nav__list > button.active {
  color: #218bce;
}
.products-nav__list > button:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.products-list__prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.products-list__next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.products-list {
  position: relative;
  padding: 68px 0 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.products-list .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 98px;
}
.products-list .item figure {
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-list .item > div {
  width: 450px;
}
.products-list .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 16px;
}
.products-list .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  background-color: #d9d9d9;
}
.products-list .slick-dots li.slick-active {
  background-color: #218bce;
}

.products-list__category {
  color: #218bce;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  margin-bottom: 16px;
}

.products-list__title {
  color: #111;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%; /* 48px */
  margin-bottom: 40px;
}

.products-list__description {
  color: #111;
  font-size: 18px;
  line-height: 140%; /* 25.2px */
}

.contact-top {
  background-image: url(/assets/images/sub/bg_contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-top .inner {
  height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-top h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%; /* 57.6px */
}

.contact-container {
  padding: 160px 0 200px;
}
.contact-container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-container .half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 28px;
}

.contact-form {
  width: 700px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 40px 0px rgba(102, 102, 102, 0.2);
  box-shadow: 0px 8px 40px 0px rgba(102, 102, 102, 0.2);
  padding: 80px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px 0;
}
.contact-form select,
.contact-form input[type='text'],
.contact-form input[type='email'] {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 0 20px;
  font-size: 20px;
}
.contact-form select {
  background-image: url(/assets/images/sub/ico_select-down.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form select::-ms-expand {
  display: none;
}
.contact-form textarea {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 20px;
  resize: none;
}

.contact-form__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%; /* 24px */
  margin-bottom: 20px;
}
.contact-form__title span {
  color: #218bce;
}

.submit-btn {
  margin-top: 28px;
  margin-inline: auto;
  color: #fff;
  font-size: 18px;
  line-height: 100%; /* 18px */
  border-radius: 2000em;
  background: #218bce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 66px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info {
  width: 560px;
  padding-top: 40px;
}
.contact-info hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 100px;
}

.contact-info__subtop {
  color: #218bce;
  font-size: 18px;
  line-height: 120%; /* 21.6px */
}

.contact-info__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
}

.contact-info__description {
  font-size: 18px;
  line-height: 120%; /* 21.6px */
}

.contact-info__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.contact-info__list > li h4 {
  width: 224px;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 50px;
}
.contact-info__list > li p {
  font-size: 18px;
  line-height: 120%; /* 21.6px */
}

@media all and (max-width: 1450px) {
  .about-community li:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-community li:first-child figure {
    width: 100%;
  }
  .about-community br {
    display: none;
  }
  .about-community li:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .about-map {
    position: relative;
    top: auto;
    right: auto;
    margin-inline: auto;
  }
  .about-global ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
    -webkit-transform: none;
    transform: none;
    gap: 40px 0;
    margin-top: 45px;
    margin: 45px auto 0 auto;
    width: calc(100% - 80px);
  }
  .contact-container .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 60px;
    padding-top: 0;
  }
  .contact-form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .contact-container .half > div {
    width: 50%;
  }
}
