@charset "UTF-8";

.exhibitors-wrap {
  position: relative;
  padding: 200px 0;
  @media only screen and (max-width:767px){
    padding: 150px 0 100px;
  }
}

.exhibitors-wrap-bg-01 {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

.exhibitors-wrap-bg-02 {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.exhibitors-wrap-bg-01-sp {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.exhibitors-wrap-bg-02-sp {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.exhibitors-section-head {
  position: relative;
  font-size: 70px;
  font-weight: 700;
  text-align: center;

  span {
    display: block;
    font-size: 20px;
    margin-top: 20px;
  }
}

.exhibitors-title-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80vw;
}

.exhibitors-inner {
  margin-top: 70px;
  padding: 70px;
  border-radius: 50px;
  background-color: #fff;
  @media only screen and (max-width:767px){
    padding: 30px;
    border-radius: 20px;
  }
}

.exhibitors-tag-list {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 70px;
  flex-wrap: wrap;
  @media only screen and (max-width:767px){
    gap: 5px;
    margin-bottom: 30px;
  }
}

.exhibitors-tag {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 6px 12px 7px;
  border: 1px solid #333;
  border-radius: 30px;
  @media only screen and (max-width:1000px){
    font-size: 13px;
  }
  @media only screen and (max-width:767px){
    font-size: 12px;
    width: 18%;
    padding: 6px 0 7px;
  }

  &.active {
    color: #fff;
    border: 1px solid #ff8a00;
    background-color: #ff8a00;
  }
  &:hover {
    color: #fff;
    border: 1px solid #ff8a00;
    background-color: #ff8a00;
  }
}

.exhibitors-list {
  &+ .exhibitors-list {
    margin-top: 100px;
    @media only screen and (max-width:767px){
      margin-top: 50px;
    }
  }
}

.exhibitors-list-head {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 50px;
  background-color: #ff8a00;
  border-radius: 30px;
  @media only screen and (max-width:767px){
    font-size: 22px;
    padding: 17px 0;
    margin-bottom: 30px;
  }
  @media only screen and (max-width:500px){
    font-size: 22px;
  }
}

.exhibitors-list-flex {
  display: flex;
  gap: 25px;
  @media only screen and (max-width:767px){
    flex-wrap: wrap;
    gap: 0;
  }
}

.exhibitors-list-in {
  width: 25%;
  @media only screen and (max-width:767px){
    width: 48%;
  }
  @media only screen and (max-width:550px){
    width: 100%;
  }
}

.exhibitors-list-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  @media only screen and (max-width:550px){
    font-size: 13px;
  }
}
