@media (max-width: 1024px) {
  .hero_warp .social_link {
    bottom: 100px;
    left: 0;
    width: 100%;
    max-width: 960px;
    padding: 0 15px;
    margin: 0 auto;
    right: 0;
  }
  .about_wrap .about_content {
    padding-left: 60px;
  }
  .hero_warp .social_link li {
    display: inline-block;
  }
  .hero_warp .scroll_down {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero_warp .banner_content .exp_list li {
    font-size: 10px;
    line-height: 20px;
  }

  .about_wrap .about_title:before{
      display: none;
  }
  .about_wrap .about_content h4 a::before {
    height: 1px;
  }
  .hero_warp .banner_content .exp_list li + li {
    padding-left: 25px;
  }
}

@media (max-width: 640px) {
  .hero_warp .banner_content .exp_list li {
    font-size: 14px;
  }
  .bg_text {
    display: none;
  }
  .about_wrap .about_content h4 a::before {
    bottom: 4px;
  }
  .about_wrap .about_title,.portfolio_title{
    font-size: 36px;
  }
  .about_wrap .about_content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .hero_warp .banner_content .banner_title {
    font-size: 13vw;
    line-height: 12vw;
  }

  .bg_strock_text {
    font-size: 100px;
  }

  .about_wrap .about_content .bg_text .bg_strock_text {
    font-size: 100px;
  }

  .about_wrap .about_content h4 {
    font-size: 24px;
    line-height: 44px;
  }
}


@media (max-width: 991px) {
  .hero_warp {
    background-size: cover;
    background-attachment: scroll;
  }

  header.header .navbar .hamburger {
    padding-right: 0;
    font-size: 16px;
    letter-spacing: 2px;
  }

  .hero_warp .social_link {
    max-width: 720px;
  }

  header.header {
    padding: 0;
  }
  .about_wrap, .portfolio_wrap {
    padding: 60px 0;
  }
  .about_wrap .about_title, .portfolio_wrap .portfolio_title{
    margin-bottom: 30px;
  }
  .hero_wrapper .social_link {
    display: none;
  }
  .hero_wrapper .banner_content .banner_title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0;
  }
}



