/* css_name constants */
.vc6424_about {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .vc6424_about {
    flex-direction: column;
    padding: 0 15px;
  }
}
.vc6424_about > div {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .vc6424_about > div {
    width: 100%;
  }
}
.vc6424_about > div > img {
  width: 100%;
}
.vc6424_about__contents {
  padding-left: 40px;
}
@media screen and (max-width: 1000px) {
  .vc6424_about__contents {
    padding-left: 0;
    margin-top: 38px;
  }
}
.vc6424_about__contents > div {
  color: #162a2d;
}
.vc6424_about__contents--title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 500;
}
.vc6424_about__contents--text {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 1.3px;
  margin-top: 38px;
}

.vc6424_banner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .vc6424_banner {
    flex-direction: column;
    padding: 0 15px;
  }
}
.vc6424_banner__content {
  width: 40%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  .vc6424_banner__content {
    width: 100%;
  }
}
.vc6424_banner__content:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 650px) {
  .vc6424_banner__content:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.vc6424_banner__content > a {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.vc6424_banner__content > a > img {
  width: 100%;
}
.vc6424_banner__content > div {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 1.3px;
  color: #162a2d;
  margin-top: 24px;
}

.vc6424_wrap_center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.vc6424_how {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .vc6424_how {
    padding: 0 15px;
  }
}
.vc6424_how__title {
  position: relative;
  width: 600px;
  padding-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .vc6424_how__title {
    width: 100%;
    max-width: 375px;
  }
}
.vc6424_how__title > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 22px 0;
  color: #162a2d;
  text-align: center;
  border: 4px solid #d2d4c3;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .vc6424_how__title > div {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.2px;
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .vc6424_how__title > div {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
.vc6424_how__title > img {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.vc6424_how__sub_title {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.6px;
  font-weight: 500;
  color: #162a2d;
  margin-top: 26px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .vc6424_how__sub_title {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.2px;
  }
}
.vc6424_how__category_list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 23px;
}
.vc6424_how__category_list--item {
  width: calc( (100% - 5 * 36px) / 6 );
  margin-right: 36px;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vc6424_how__category_list--item:nth-last-child(-n + 6) {
  margin-bottom: 0;
}
.vc6424_how__category_list--item:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .vc6424_how__category_list--item {
    width: calc( (100% - 3 * 15px) / 4 );
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .vc6424_how__category_list--item:nth-child(6n) {
    margin-right: 15px;
  }
  .vc6424_how__category_list--item:nth-last-child(-n + 6) {
    margin-bottom: 15px;
  }
  .vc6424_how__category_list--item:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
  .vc6424_how__category_list--item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .vc6424_how__category_list--item {
    width: calc( (100% - 2 * 15px) / 3 );
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .vc6424_how__category_list--item:nth-child(4n) {
    margin-right: 15px;
  }
  .vc6424_how__category_list--item:nth-last-child(-n + 4) {
    margin-bottom: 15px;
  }
  .vc6424_how__category_list--item:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
  .vc6424_how__category_list--item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 370px) {
  .vc6424_how__category_list--item {
    width: calc( (100% - 1 * 15px) / 2 );
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .vc6424_how__category_list--item:nth-child(3n) {
    margin-right: 15px;
  }
  .vc6424_how__category_list--item:nth-last-child(-n + 3) {
    margin-bottom: 15px;
  }
  .vc6424_how__category_list--item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .vc6424_how__category_list--item:nth-child(2n) {
    margin-right: 0;
  }
}
.vc6424_how__category_list--item > img {
  width: 100%;
  margin-bottom: 8px;
}
.vc6424_how__category_list--item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0px;
  color: #162a2d;
  text-decoration: none;
  padding: 5px 0;
  width: 82%;
  border: 1px solid #162a2d;
  border-radius: 12px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .vc6424_how__category_list--item > a {
    font-size: 8px;
    line-height: 8px;
    letter-spacing: 0px;
  }
}
.vc6424_how__category_list--item > a:hover {
  color: #ffffff;
  background-color: #162a2d;
}
.vc6424_how__btn_cls {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  text-decoration: none;
  width: 100%;
  max-width: 280px;
  height: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #56696f;
  color: #ffffff;
  border: 1px solid #56696f;
  transition: all 0.3s ease;
}
.vc6424_how__btn_cls:hover {
  color: #56696f;
  background-color: #ffffff;
}
.vc6424_how__list_items {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.vc6424_how__list_items--each {
  width: calc( (100% - 2 * 20px) / 3 );
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.vc6424_how__list_items--each:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.vc6424_how__list_items--each:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .vc6424_how__list_items--each {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .vc6424_how__list_items--each:nth-last-child(-n + 3) {
    margin-bottom: 24px;
  }
  .vc6424_how__list_items--each:nth-child(3n) {
    margin-right: 0;
  }
  .vc6424_how__list_items--each:last-child {
    margin-bottom: 0;
  }
}
.vc6424_how__list_items--each > * {
  color: #162a2d;
}
.vc6424_how__list_items--each > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
  width: 100%;
  height: 48px;
  background-color: #eeefe9;
}
@media screen and (max-width: 370px) {
  .vc6424_how__list_items--each > div {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
  }
}
.vc6424_how__list_items--each > img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 370px) {
  .vc6424_how__list_items--each > img {
    margin-bottom: 16px;
  }
}
.vc6424_how__list_items--each > p {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 370px) {
  .vc6424_how__list_items--each > p {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}

/*# sourceMappingURL=vc6424_styles.css.map */
