@charset "utf-8";

@media screen and (max-width: 1400px) {
  /* #main */
  #main {
    /* padding: 200px 0 100px; */
  }

  #main .title {
    font-size: 80px;
  }

  #main h3 {
    font-size: 60px;
    margin: 20px 0 30px;
  }

  /* #whatWeDo */
  #whatWeDo .ecosystem .col-lg-4:nth-child(5) {
    margin-left: 180px;
  }

  #whatWeDo .solution .col-lg-5 {
    padding-top: 30px;
  }

  /* #gen */
  #gen .col-lg-6 img {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  #what .col-lg-6 {
    margin-bottom: 32px;
  }
  /* #whatWeDo */
  #whatWeDo .ecosystem .col-lg-4:nth-child(5) {
    margin-left: 150px;
  }

  #whatWeDo .solution .col-lg-5 {
    padding-top: 80px;
  }

  #whatWeDo .solution .col-lg-7 li dd {
    font-size: 14px;
  }

  /* #gen */
  #gen .col-lg-6 img {
    margin-top: 50px;
  }
}

@media screen and (max-width: 992px) {
  .pc {
    display: none;
  }

  .m {
    display: block;
  }

  .pc_table {
    display: none;
  }

  .m_table {
    display: table;
  }

  .sub_cont {
    padding-bottom: 60px;
  }

  .sub_cont h4 {
    margin: 60px 0;
    /* margin-bottom: 120px; */
  }
  #partners .col-12 h5 {
    margin-top: 60px;
  }

  #main {
    background-size: cover;
  }

  #gen .col-lg-6 {
    margin-bottom: 32px;
  }

  .textWorkBox,
  .leftBox {
    text-align: center;
    align-items: center;
  }

  /* header */
  header .gnb_pc {
    display: none;
  }

  header .side_menu {
    display: block;
  }

  /* footer */
  footer img {
    display: block;
    margin: 0 auto 30px;
  }

  footer .fnb {
    float: left;
    width: 100%;
  }

  footer .fnb li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
  }

  footer .clear {
    width: 241px;
    border-left: 1px solid #838484;
    padding-left: 20px;
  }

  footer .clear dt {
    text-align: center;
    margin-top: 0;
  }

  /* #main */
  #main {
    padding: 120px 0 80px;
  }

  /* #whatWeDo */
  #whatWeDo .ecosystem .col-lg-4:nth-child(5) {
    margin-left: 0;
  }

  #whatWeDo .solution .col-lg-5 {
    padding-top: 0;
  }

  #whatWeDo .solution .col-lg-7 {
    margin-top: 0;
  }

  #whatWeDo .solution .col-lg-7:nth-child(3) li:last-child {
    border-bottom: 1px solid rgba(250, 248, 249, 0.2);
  }

  #whatWeDo .solution .col-lg-5 img {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }

  #whatWeDo .solution .col-lg-7 li dd {
    font-size: 14px;
  }

  /* #gen */
  #gen .col-lg-6 img {
    margin-top: 50px;
  }

  /* #roadmap */
  #roadmap .col-lg-4 .last li:first-child {
    margin-top: 0;
  }

  /* swiper */

  .swiper {
    padding: 40px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .swiper:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }

  .swiper-slide {
    flex-direction: column !important;
    justify-content: center;
    margin: 0 auto;
  }
  .swiper-slide > img {
    height: 100%;
    width: 100%;
  }
  .bannerTitle {
    margin: 16px auto;
  }
  .textBox {
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .mainBg {
    width: 320px;
    height: 320px;
  }

  .workTitle {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  /* footer */

  /* #main */

  #main .title {
    font-size: 32px;
  }

  #main h3 {
    font-size: 40px;
  }

  /* #gen */
  #gen .col-lg-2 {
    text-align: left;
  }

  /* #roadmap */
  .contactImg {
    display: none;
  }
  .contactBox {
    flex-direction: column;
    padding: 60px 0;
    text-align: center;
  }
  .contactTextBox {
    padding-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .slick-slide {
    flex-direction: column !important;
    margin: 0 auto;
  }

  .bannerTitle {
    margin: 16px auto !important;
  }

  .box > img {
    width: 100%;
    height: auto;
  }
  .flow_banner .list > img {
    height: 26px;
    margin-right: 6vw;
  }

  .flow_banner .list > img:nth-child(1) {
    height: 22px;
  }
  .flow_banner .list > img:nth-child(3) {
    height: 18px;
  }

  .sub_cont h4 {
    /* margin-bottom: 32px; */
    margin: 80px 0;
  }
  .addressBox {
    flex-direction: column;
    align-items: center;
  }
}

.address {
  margin: 16px auto !important;
}
footer .copy {
  font-size: 11px;
}

.btn_top {
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

/* .sub_cont {
  padding: 80px 0;
} */

@media screen and (max-width: 360px) {
  footer .copy {
    font-size: 9px;
  }

  .sub_cont {
    padding: 60px 0;
  }
}
