.club_single .img img {
  width: 100%;
}
.club_single .article__header {
  margin-top: 60px;
}
.club_single .article__header:has(.shift_img) .desc {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .club_single .article__header:has(.shift_img) {
    display: grid;
    gap: 30px;
    grid-template: "desc  img" auto/1fr 48.2143%;
  }
  .club_single .article__header:has(.shift_img) .desc {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 0;
  }
}
.club_single .article__header .shift_img {
  grid-area: img;
}
.club_single .article__header .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: desc;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.club_single .article__header .desc .club_text {
  font-size: 22px;
  letter-spacing: 0em;
  line-height: 1.7692;
  margin-top: 1.5385em;
}
@media screen and (min-width: 768px) {
  .club_single .article__header .desc .club_text {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .club_single .article__header .desc .club_text {
    font-size: 26px;
  }
}
.club_single .topics_archive_block {
  margin-top: 60px;
}
.club_single .topics_archive_block .head h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .club_single .topics_archive_block .head h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .club_single .topics_archive_block .head h2 {
    font-size: 30px;
  }
}
.club_single .article__contents {
  margin-top: 80px;
}
.club_single section + section {
  margin-top: 60px;
}
.club_single section .club_dtl {
  margin-top: 60px;
}
.club_single section .club_dtl:nth-child(1) {
  margin-top: 40px;
}
.club_single .club_dtl:has(.img):has(.txt) .txt {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .club_single .club_dtl:has(.img):has(.txt) {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    grid-template-columns: 48.5% 1fr;
    justify-content: space-between;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .club_single .club_dtl:has(.img):has(.txt) .txt {
    margin-top: 0;
  }
}
.club_single .club_dtl:not(:has(.txt)) .img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .club_single .club_dtl:not(:has(.txt)) .img {
    width: 90%;
  }
}
.club_single .club_dtl .img img {
  border-radius: 20px;
}
.club_single .club_dtl .txt {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 2.5556;
}
@media screen and (min-width: 768px) {
  .club_single .club_dtl .txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .club_single .club_dtl .txt {
    font-size: 18px;
  }
}
.club_single .club_result {
  margin-top: clamp(40px, 5vw, 60px);
}
.club_single .club_result .item {
  background: #F7F7F7;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 30px;
}
.club_single .club_result .item .lbl {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .club_single .club_result .item .lbl {
    font-size: 18px;
  }
}
.club_single .club_result .item .lbl::before {
  aspect-ratio: 1;
  background: #FFF100;
  border-radius: 50%;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: calc((1.5em - 0.7778em) / 2);
  width: 0.7778em;
}
.club_single .club_result .item .dtl {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.6875;
  margin-top: 0.9375em;
  padding-left: 1.6875em;
  -ms-flex-item-align: end;
  align-self: end;
}
@media screen and (min-width: 768px) {
  .club_single .club_result .item .dtl {
    font-size: 16px;
  }
}
.club_single .article__footer {
  margin-top: 60px;
}
.club_single .article__footer .hover_shift .more_btn {
  padding-inline: 2em;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}