.footer-new {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.footer-new__inner {
  position: relative;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}

.footer-new .swiper {
  overflow: hidden;
}

.footer-new__card {
  position: relative;
  min-height: 360px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}

.footer-new__card .footer-new__hashtag-all::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60%;
}

.footer-new--internship .footer-new__card .footer-new__hashtag-all::before {
  background: linear-gradient(to bottom, transparent, #c4d604);
}

.footer-new--exchange .footer-new__card .footer-new__hashtag-all::before {
  background: linear-gradient(to bottom, transparent, #38bdf0);
}

.footer-new__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-new__content {
  max-width: calc(100% - 10%);
  position: absolute;
  left: 5%; /*30px;*/
  /* bottom: 0;
  min-height: 142px; */
  /* padding: 16px 30px; */

  top: 60%;
}

.footer-new__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
}

.footer-new__hashtag {
  /* font-weight: 800; */
  font-weight: 600;
  font-size: 1.1rem; /* 1.125rem; */
  letter-spacing: 0.1em; /* 0.15em; */
  border-radius: 5px;
  border: 2px solid transparent;
  padding: 1px 10px;
}

.footer-new--internship .footer-new__hashtag {
  background-color: #feffe1;
  border-color: #feffe1;
  color: #0e542c;
}

.footer-new--exchange .footer-new__hashtag {
  background-color: #f3ffff;
  border-color: #f3ffff;
  color: #0e4b51;
}

.footer-new__hashtag:hover,
.footer-new__hashtag:focus {
  outline: none;
  text-decoration: none;
}

.footer-new--internship .footer-new__hashtag:hover,
.footer-new--internship .footer-new__hashtag:focus {
  background-color: #c4d605;
  color: #feffe1;
}

.footer-new--exchange .footer-new__hashtag:hover,
.footer-new--exchange .footer-new__hashtag:focus {
  background-color: #3cbcee;
  color: #f3ffff;
}

.footer-new .swiper-button-prev.swiper-button-disabled,
.footer-new .swiper-button-next.swiper-button-disabled {
  pointer-events: auto;
}

.footer-new .swiper-button-prev,
.footer-new .swiper-button-next {
  background: #ffffff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.footer-new .swiper-button-next {
  transform: rotate(180deg);
}

.footer-new .swiper-button-prev::after,
.footer-new .swiper-button-next::after {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer-new--internship .swiper-button-prev::after,
.footer-new--internship .swiper-button-next::after {
  background-image: url(../images/search_new/arrow_internship.svg);
}

.footer-new--exchange .swiper-button-prev::after,
.footer-new--exchange .swiper-button-next::after {
  background-image: url(../images/search_new/arrow_exchange.svg);
}

.footer-new .swiper-button-prev {
  left: -23px;
}

.footer-new .swiper-button-next {
  right: -23px;
}

@media screen and (max-width: 1280px) {
  .footer-new {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 1170px) {
  .footer-new {
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .footer-new__card {
    min-height: 272px;
  }

  .footer-new__content {
    left: 3%; /*5px;*/
    /* min-height: 115px; */
    /* padding: 12px 22px; */
  }

  .footer-new__wrapper {
    gap: 4px;
  }

  .footer-new__hashtag {
    font-size: 0.875rem;
    border-radius: 4px;
    padding: 2px 8px;
  }

  .footer-new .swiper-button-prev,
  .footer-new .swiper-button-next {
    width: 35px;
    height: 35px;
  }

  .footer-new .swiper-button-prev::after,
  .footer-new .swiper-button-next::after {
    width: 10px;
    height: 16px;
  }

  .footer-new .swiper-button-prev {
    left: -18px;
  }

  .footer-new .swiper-button-next {
    right: -18px;
  }
}

@media screen and (max-width: 767px) {
  .footer-new {
    padding-left: 52px;
    padding-right: 52px;
  }

  /*.footer-new__content {
    left: 16px;
    
	top:40%;
  }*/

  .footer-new .swiper-button-prev {
    left: -40px;
  }

  .footer-new .swiper-button-next {
    right: -40px;
  }

  .footer-new__hashtag-all {
    width: 100%;
  }
}



@media screen and (min-width: 550px) and (max-width: 767px) {

 
  .footer-new__content {
    left: 16px;
    /* min-height: 124px; */
    /* padding: 13px 16px; */
	top:60%;
  }

  
}



@media screen and (max-width: 549px) {


  .footer-new__content {
    left: 16px;
   
	top:50%;
  }

  
}