@charset "UTF-8";
.sec_participants .container .swiper .programs .bttn {
  padding: 0 2.5rem;
  width: auto !important;
  margin-right: 0.6875rem;
}
@media only screen and (max-width: 1023px) {
  .sec_participants .container .swiper {
    width: calc(100% + 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .sec_participants .container .swiper {
    width: calc(100% + 1rem);
  }
}
.sec_participants .container .participants {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_participants .container .participants {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_participants .container .participants {
    display: block;
  }
}
.sec_participants .container .participants > div {
  position: relative;
  padding-top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .sec_participants .container .participants > div + div {
    margin-top: 2.5rem;
  }
}
.sec_participants .container .participants > div .img {
  position: relative;
  height: 20rem;
  background: var(--bg2);
  margin-bottom: 1.25rem;
  border-radius: 1.25rem;
  padding: 2.5rem;
}
.sec_participants .container .participants > div .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec_participants .container .participants > div .img .hover {
  display: none;
}
.sec_participants .container .participants > div .img:hover .hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  border-radius: 1.25rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.sec_participants .container .participants > div .img:hover .hover > * {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  cursor: pointer;
}
.sec_participants .container .participants > div .img:hover .hover div {
  background: url(../img/participant_more.svg) no-repeat center/cover;
}
.sec_participants .container .participants > div .img:hover .hover a {
  background: url(../img/participant_link.svg) no-repeat center/cover;
}
@media only screen and (max-width: 1023px) {
  .sec_participants .container .participants > div .img:hover .hover {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .sec_participants .container .participants > div .text {
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_participants .container .participants > div .text {
    padding: 0 0.25rem;
  }
}
.sec_participants .container .participants > div .text p span {
  display: inline-block;
  vertical-align: middle;
}
.sec_participants .container .participants > div .text p span + span {
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  position: relative;
}
.sec_participants .container .participants > div .text p span + span:before {
  content: "·";
  position: absolute;
  left: 0;
}
.sec_participants .container .participants > div .text p:nth-of-type(1) span {
  color: var(--color-brand);
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
}
.sec_participants .container .participants > div .text p:nth-of-type(2) {
  margin-top: 0.25rem;
}
.sec_participants .container .participants > div .text p:nth-of-type(2) span {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .sec_participants .container .participants > div .text p:nth-of-type(2) span {
    font-size: 1.325rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_participants .container .participants > div .text p:nth-of-type(2) span {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.sec_participants .container .participants > div .text .more {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .sec_participants .container .participants > div .text .more {
    display: flex;
    gap: 0.625rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_participants .container .participants > div .text .more {
    margin-top: 0.5rem;
  }
}
.sec_participants .container .participants > div .text .more > * {
  flex: 1;
  cursor: pointer;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
}
.sec_participants .container .participants > div .text .more > * img {
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
}
.sec_participants .container .participants > div .text .more .participant {
  color: var(--font2);
  background: var(--bg1);
}
.sec_participants .container .participants > div .text .more a {
  color: #fff;
  background: var(--color-brand);
}
.sec_participants .container .participants > div .text .more a img {
  width: 1.25rem;
  vertical-align: middle;
}
.sec_participants .container .participants > div .hidden {
  display: none;
}

.sec_pop .inner {
  padding: 2.5rem 5rem;
  width: 57.5rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .sec_pop .inner {
    padding: 2.5rem 3.75rem;
    width: 43rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_pop .inner {
    padding: 1.25rem;
    width: 20rem;
  }
}
.sec_pop .inner .img {
  margin: 0 auto 1.25rem;
  width: 20rem;
  height: 20rem;
  background: var(--bg2);
  border-radius: 1.25rem;
  padding: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_pop .inner .img {
    width: 17.5rem;
    height: 17.5rem;
    margin: 0 auto 1rem;
  }
}
.sec_pop .inner .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec_pop .inner > span {
  color: var(--color-brand);
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
}
.sec_pop .inner > span span {
  display: inline-block;
  vertical-align: middle;
}
.sec_pop .inner > span span + span {
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  position: relative;
}
.sec_pop .inner > span span + span:before {
  content: "·";
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .sec_pop .inner > span {
    font-size: 0.75rem;
  }
}
.sec_pop .inner > h4 {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 0.25rem;
}
@media only screen and (max-width: 1023px) {
  .sec_pop .inner > h4 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_pop .inner > h4 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.sec_pop .inner > p {
  margin-top: 1.25rem;
  color: var(--font3);
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sec_pop .inner > p {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}
.sec_pop .inner .btns {
  margin-top: 3.75rem;
  display: flex;
  gap: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .sec_pop .inner .btns {
    margin-top: 2.5rem;
  }
}
.sec_pop .inner .btns .close_pop {
  width: 14.0625rem;
  height: 3.5rem;
  padding: 0.9375rem 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--font3);
  border-radius: 0.5rem;
  background: var(--bg1);
}
@media only screen and (max-width: 1023px) {
  .sec_pop .inner .btns .close_pop {
    width: 10.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_pop .inner .btns .close_pop {
    width: 5.0625rem;
    height: 2.5rem;
    font-size: 0.75rem;
    padding: 0.6875rem 0;
  }
}
.sec_pop .inner .btns a {
  width: 32.8125rem;
  height: 3.5rem;
  padding: 0.9375rem 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  border-radius: 0.5rem;
  background: var(--color-brand);
}
@media only screen and (max-width: 1023px) {
  .sec_pop .inner .btns a {
    width: 24.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_pop .inner .btns a {
    width: 11.8125rem;
    height: 2.5rem;
    font-size: 0.75rem;
    padding: 0.6875rem 0;
  }
}
.sec_pop .inner .btns a img {
  width: 1.25rem;
  vertical-align: middle;
}