.section .club-wrapper .club-wrap .club-content {
  width: 100%;
  margin: 80px auto;
}
.section .club-wrapper .club-wrap .club-heading {
  margin-top: 0;
}
.section .club-wrapper .club-wrap .club-heading p {
  text-align: center;
  color: #2f2f2f;
  font-size: 32px;
  font-weight: 500;
}
.section .club-wrapper .club-wrap .club-benefit {
  background-color: #f9f9f9;
  margin-bottom: 0;
  padding: 40px;
}
.section .club-wrapper .club-wrap .club-benefit .benefit-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .club-wrapper .club-wrap .club-benefit .benefit-list li {
  width: 660px;
  height: 880px;
}
.section .club-wrapper .club-wrap .club-benefit .benefit-list li img {
  width: 100%;
  height: 100%;
}
.section .club-wrapper .club-wrap .club-desc {
  margin-top: 16px;
}
.section .club-wrapper .club-wrap .club-desc p {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 400;
}
.section .club-wrapper .club-wrap .club-btns {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.section .club-wrapper .club-wrap .club-btns .club-btn {
  width: 200px;
  height: 60px;
  transition: background-color 0.3s ease;
  margin: 0 6px;
  border-radius: 8px;
  background-color: #014099;
}
.section .club-wrapper .club-wrap .club-btns .club-btn:hover {
  background-color: #07336b;
}
.section .club-wrapper .club-wrap .club-btns .club-btn.tel a {
  display: flex;
  flex-direction: column;
  padding: 4px;
}
.section .club-wrapper .club-wrap .club-btns .club-btn.tel a span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 2px;
}
.section .club-wrapper .club-wrap .club-btns .club-btn.inquiry {
  background-color: #1e6fc7;
}
.section .club-wrapper .club-wrap .club-btns .club-btn.inquiry:hover {
  background-color: #0c5aad;
}
.section .club-wrapper .club-wrap .club-btns .club-btn.inquiry a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 43px;
}

@media screen and (max-width: 1400px) {
  .section .club-wrapper .club-wrap .club-benefit .benefit-list li {
    width: 100%;
    height: 100%;
  }
  .section .club-wrapper .club-wrap .club-benefit .benefit-list li img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .section .club-wrapper .club-wrap .club-content {
    margin: 40px auto;
  }
  .section .club-wrapper .club-wrap .club-heading p {
    font-size: 28px;
  }
  .section .club-wrapper .club-wrap .club-benefit {
    margin-bottom: 0;
    padding: 32px;
  }
  .section .club-wrapper .club-wrap .club-desc {
    margin-top: 16px;
  }
  .section .club-wrapper .club-wrap .club-desc p {
    font-size: 16px;
  }
  .section .club-wrapper .club-wrap .club-btns .club-btn {
    width: 180px;
    height: 56px;
  }
  .section .club-wrapper .club-wrap .club-btns .club-btn.tel a span {
    font-size: 14px;
  }
  .section .club-wrapper .club-wrap .club-btns .club-btn.inquiry a {
    font-size: 16px;
    padding: 16px 38px;
  }
}
@media screen and (max-width: 1024px) {
  .section .club-wrapper .club-wrap .club-benefit {
    padding: 28px;
  }
  .section .club-wrapper .club-wrap .club-desc p {
    font-size: 14px;
  }
  .section .club-wrapper .club-wrap .club-btns .club-btn {
    width: 160px;
    height: 52px;
  }
  .section .club-wrapper .club-wrap .club-btns .club-btn.inquiry a {
    padding: 16px 28px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    margin: 160px auto !important;
  }
  .section .club-wrapper .club-wrap .club-content {
    margin: 40px auto;
  }
  .section .club-wrapper .club-wrap .club-heading p {
    font-size: 24px;
  }
  .section .club-wrapper .club-wrap .club-benefit {
    padding: 16px;
  }
  .section .club-wrapper .club-wrap .club-desc {
    margin-top: 12px;
  }
  .section .club-wrapper .club-wrap .club-desc p {
    font-size: 13px;
  }
  .section .club-wrapper .club-wrap .club-btns .club-btn {
    width: 144px;
    height: 48px;
    margin: 0 4px;
  }
  .section .club-wrapper .club-wrap .club-btns .club-btn.tel a span {
    font-size: 12px;
  }
  .section .club-wrapper .club-wrap .club-btns .club-btn.inquiry a {
    font-size: 14px;
    padding: 16px 24px;
  }
}
@media screen and (max-width: 630px) {
  .section .club-wrapper .club-wrap .club-benefit .benefit-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .section {
    margin: 120px auto !important;
  }
  .section .club-wrapper .club-wrap .club-content {
    margin: 32px 0;
  }
  .section .club-wrapper .club-wrap .club-heading p {
    font-size: 20px;
  }
  .section .club-wrapper .club-wrap .club-benefit {
    margin-bottom: 0;
  }
  .section .club-wrapper .club-wrap .club-desc {
    margin-top: 0;
  }
  .section .club-wrapper .club-wrap .club-btns .club-btn {
    width: 128px;
    height: 36px;
  }
  .section .club-wrapper .club-wrap .club-btns .club-btn.tel a {
    padding: 1px;
  }
  .section .club-wrapper .club-wrap .club-btns .club-btn.tel a span {
    font-size: 10px;
  }
  .section .club-wrapper .club-wrap .club-btns .club-btn.inquiry a {
    font-size: 13px;
    padding: 12px 20px;
  }
}/*# sourceMappingURL=sub_nobleclub.css.map */