@layer reset, var, header, footer, contents-header;

@import url('config.css');
@import url('article.css') layer(contents-header);

.page-wrapper {
  overflow: hidden;  
} /* end of .page-wrapper */

.index {
  width: 100%;
  height: 18.75rem;
  background-image: url('../css/img/signup.jpg');
  background-position: center;
  background-size: cover;
  padding-top: 17.275rem;
} /* end of .index */

.index .spotNav {
  width: 17rem;
  background-color: #000;
  padding: 0 10px;
} /* end of .index .spotNav */

.index .spotNav span {
  color: var(--bg-color5);
  font-weight: 600;
  font-size: var(--font-size5);
} /* end of .index .spotNav span */

.supporter {
  padding-top: 3.75rem;
  margin-bottom: 10rem;
} /* end of .terms */ 

.supporter .container .member {
  margin-top: 5.25rem;
} /* end of .supporter .container .member */

.supporter .container .member .row:nth-child(2) {
  margin-top: 4rem;
} /* end of .supporter .container .member .row:nth-child(2) */

.supporter .container .member .top {
  text-align: center;
} /* end of .supporter .container .member .top */

.supporter .container .member .row .bottom{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1rem;
} /* end of .supporter .container .member .row .bottom */

.supporter .container .member .row .bottom .item {
  padding: 2rem;
  border: 2px solid var(--border-color1);
  display: flex;
  flex-direction: column;
  gap: 2rem;
} /* end of .supporter .container .member .person .bottom .item */

.supporter .container .member .row .bottom .item div {
  text-align: center;
} /* end of .suppoter .container .member .row .bottom .item > div */

.supporter .container .member .row .bottom .item .icon i {
  font-size: 3rem;
  color: var(--bg-color6);
} /* end of .supporter .container .member .row .bottom .item .icon i  */
.supporter .container .member .row .bottom .item .text {
  font-size: 1.2rem;
} /* end of .supporter .container .member .row .bottom .item .text */

.supporter .container .member .row .bottom .item .money {
  background-color: var(--bg-color6);
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 0;
} /* end of .supporter .container .member .row .bottom .item .money */

.supporter .container .account {
  margin-top: 5rem;
} /* end of .supporter .container .account */

.supporter .container .account .top {
  text-align: center;
} /* end of .supporter .container .account .top */

.supporter .container .account .bottom {
  margin-top: 2rem;
  border: 2px solid var(--border-color1);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
} /* end of .suppoter .container .account .bottom */

.supporter .container .account .bottom div {
  padding: 2rem;
  text-align: center;
  font-size: 1.2rem;
} /* end of .supporter .container .account .bottom div */

.supporter .container .account .bottom .number .textBr {
  display: none;
} /* end of .supporter .container .account .bottom .number .textBr */

.supporter .container .account .bottom .download a button {
  margin-top: 0.6rem;
  color: #fff;
  font-weight: 600;
  background-color: var(--bg-color6);
  border: 0.19rem solid var(--bg-color6);
  transition: all .3s ease-in-out;
  padding: 0.2rem 2.2rem;
} /* end of .supporter .container .account .bottom .download button */

.supporter .container .account .bottom .download a button:hover {
  background-color: #fff;
  color: var(--bg-color6);
} /* end of .supporter .container .account .bottom .download a button:hover */

.supporter .container .links {
  margin-top: 5rem;
} /* end of .supporter .container .links */

.supporter .container .links .top {
  text-align: center;
} /* end of .supporter .container .links .top */

.supporter .container .links .bottom {
  margin-top: 2rem;
  border: 2px solid var(--border-color1);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
} /* end of .supporter .container .links .bottom */

.supporter .container .links .bottom div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
} /* end of .supporter .container .links .bottom div */

.supporter .container .links .bottom div a button {
  color: #fff;
  font-weight: 600;
  transition: all .3s ease-in-out;
  background-color: var(--bg-color6);
  border: 0.19rem solid var(--bg-color6);
  padding: 0.2rem 2.2rem;
  font-size: 1.2rem;
} /* end of .supporter .container .links .bottom div a button */

.supporter .container .links .bottom div a button:hover {
  background-color: #fff;
  color: var(--bg-color6);
} /* end of .supporter .container .links .bottom dia a button:hover */

/* ========== Responsive ========== */
/* 테블릿 가로 */
@media (max-width: 992px) {
  .container {
    padding: 0 0.9375rem;
  } /* end of .container */
}
/* 모바일 */ 
@media (min-width: 360px) and (max-width: 574px){
  .supporter .container .account .bottom .number .textBr {
    display: inline-block;
  } /* end of .supporter .container .account .bottom .number .textBr */
}

