@charset "UTF-8";
.space-layout {
  height: 31.25rem;
  background: #F8F8FA;
  padding-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .space-layout {
    height: 27.3125rem;
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .space-layout {
    height: 12.8125rem;
    padding-top: 1.25rem;
  }
}
.space-layout img {
  height: 28.75rem;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .space-layout img {
    height: 22.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .space-layout img {
    height: 10.3125rem;
  }
}

.space-tab {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #999999;
  font-weight: 500;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .space-tab {
    margin-top: 1.25rem;
  }
}
.space-tab > li {
  background-color: #F8F8FA;
  width: 6.25rem;
  padding-block: 0.625rem;
  text-align: center;
  cursor: pointer;
}
.space-tab > li[class=active] {
  color: #00AB4E;
  border-bottom: 0.125rem solid #00AB4E;
}

.space {
  width: 72.5rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .space {
    width: 100%;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .space {
    width: 100%;
  }
}
.space.active {
  display: block;
}
.space.intro ul li {
  display: flex;
  min-height: 20.625rem;
  overflow: hidden;
  border: 1px solid #E1E1E4;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 1023px) {
  .space.intro ul li {
    display: block;
  }
}
.space.intro ul li + li {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .space.intro ul li + li {
    margin-top: 0.625rem;
  }
}
.space.intro ul li .img {
  width: 27.5rem;
  background: #000 no-repeat center/cover;
}
.space.intro ul li .img.EH {
  background-image: url(../img/전시관.jpg);
}
.space.intro ul li .img.RA {
  background-image: url(../img/쉼터.jpg);
}
.space.intro ul li .img.SR {
  background-image: url(../img/새활용.jpg);
}
.space.intro ul li .img.RW {
  background-image: url(../img/입주공방.jpg);
}
.space.intro ul li .img.SW {
  background-image: url(../img/공유공방.jpg);
}
.space.intro ul li .img.EER {
  background-image: url(../img/체험교육실.jpg);
}
@media only screen and (max-width: 1023px) {
  .space.intro ul li .img {
    width: 100%;
    height: 15.1875rem;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .space.intro ul li .img {
    height: 15rem;
    background-size: cover;
  }
}
.space.intro ul li .text {
  width: calc(100% - 27.5rem);
  padding: 1.875rem 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .space.intro ul li .text {
    width: 100%;
    padding: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .space.intro ul li .text {
    padding: 1rem;
  }
}
.space.intro ul li .text h3 {
  font-size: 1.625rem;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .space.intro ul li .text h3 {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .space.intro ul li .text h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 0.5rem;
  }
}
.space.intro ul li .text article + article {
  margin-top: 1rem;
}
.space.intro ul li .text article h4 {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin-bottom: 0.125rem;
}
@media only screen and (max-width: 767px) {
  .space.intro ul li .text article h4 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.space.intro ul li .text article span {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #767676;
}
@media only screen and (max-width: 767px) {
  .space.intro ul li .text article span {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.space.intro ul li .text p {
  margin-top: 0.5rem;
  position: relative;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #505050;
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
}
@media only screen and (max-width: 767px) {
  .space.intro ul li .text p {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.space.intro ul li .text p:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0.875rem;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .space.intro ul li .text p span:nth-of-type(1) {
    width: 4.35rem;
  }
  .space.intro ul li .text p span:nth-of-type(2) {
    width: calc(100% - 4.35rem);
  }
}
.space.intro ul li .text .accordion {
  padding: 0 1.25rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .space.intro ul li .text .accordion {
    margin-top: 0.5rem;
  }
}
.space.intro ul li .text .accordion + .accordion {
  margin-top: 1rem;
}
.space.intro ul li .text .accordion input[type=checkbox] {
  display: none;
}
.space.intro ul li .text .accordion input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  background: #00AB4E;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #fff;
  cursor: pointer;
}
.space.intro ul li .text .accordion input[type=checkbox] + label:before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background: url(../img/Polygon.svg) no-repeat center center/0.5625rem auto;
  position: absolute;
  right: calc(100% + 0.25rem);
  top: 0.375rem;
}
.space.intro ul li .text .accordion input[type=checkbox] ~ .small_table {
  display: none;
}
.space.intro ul li .text .accordion input[type=checkbox]:checked + label:before {
  transform: rotate(90deg);
}
.space.intro ul li .text .accordion input[type=checkbox]:checked ~ .small_table {
  display: grid;
}
.space.intro ul li .text .accordion :where(#eer_1, #eer_3, #eer_4):checked ~ .small_table {
  overflow: unset;
  margin-bottom: 2.1875rem;
}
.space.intro ul li .text .accordion :where(#eer_1, #eer_3, #eer_4):checked ~ .small_table > span:nth-of-type(1) {
  border-radius: 0.25rem 0 0 0;
}
.space.intro ul li .text .accordion :where(#eer_1, #eer_3, #eer_4):checked ~ .small_table > span:nth-of-type(2) {
  border-radius: 0 0.25rem 0 0;
}
.space.intro ul li .text .accordion :where(#eer_1, #eer_3, #eer_4):checked ~ .small_table > span:nth-last-of-type(2) {
  border-radius: 0 0 0 0.25rem;
}
.space.intro ul li .text .accordion :where(#eer_1, #eer_3, #eer_4):checked ~ .small_table > span:last-of-type {
  border-radius: 0 0 0.25rem 0;
}
.space.intro ul li .text .accordion :where(#eer_1, #eer_3, #eer_4):checked ~ .small_table::after {
  content: "*대관시 개인 노트북 지참 필수";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1.6875rem;
  color: #505050;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .space.intro ul li .text .accordion :where(#eer_1, #eer_3, #eer_4):checked ~ .small_table::after {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.space.intro ul li .text .accordion .small_table {
  margin-top: 0.5rem;
  width: 20rem;
  border: 1px solid #00AB4E;
  background: #E1E1E4;
  grid-template-columns: 1fr 1fr;
  border-radius: 0.25rem;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.375rem;
  position: relative;
  gap: 1px;
}
@media only screen and (max-width: 767px) {
  .space.intro ul li .text .accordion .small_table {
    width: 15.5rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.space.intro ul li .text .accordion .small_table span {
  min-height: 2.25rem;
  display: flex;
  align-items: center;
  padding: 0.4375rem 1.25rem;
  background: #fff;
  color: #303030;
}
.space.intro ul li .text .accordion .small_table span.small_table_tit {
  background: #F1F1F5;
  font-weight: 600;
}
.space.intro ul li .text .accordion .small_table span br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .space.intro ul li .text .accordion .small_table span br {
    display: block;
  }
}
.space.info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  /* 오른쪽 테두리만 추가 */
}
.space.info table th, .space.info table td {
  height: 5rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #303030;
}
@media only screen and (max-width: 1023px) {
  .space.info table th, .space.info table td {
    height: 4.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .space.info table th, .space.info table td {
    height: auto;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.space.info table thead tr th {
  text-align: center;
  background: #F1F1F5;
  font-weight: 600;
}
.space.info table thead tr th:nth-of-type(1) {
  width: 5.625rem;
}
@media only screen and (max-width: 1023px) {
  .space.info table thead tr th:nth-of-type(1) {
    width: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .space.info table thead tr th:nth-of-type(1) {
    width: 2.5rem;
  }
}
.space.info table thead tr th:nth-of-type(2) {
  width: 18.75rem;
}
@media only screen and (max-width: 1023px) {
  .space.info table thead tr th:nth-of-type(2) {
    width: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .space.info table thead tr th:nth-of-type(2) {
    width: 5rem;
  }
}
.space.info table thead tr th:nth-of-type(3) {
  width: 18.75rem;
}
@media only screen and (max-width: 1023px) {
  .space.info table thead tr th:nth-of-type(3) {
    width: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .space.info table thead tr th:nth-of-type(3) {
    width: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .space.info table thead tr th {
    height: 3.125rem;
  }
}
.space.info table tbody tr td {
  text-align: center;
  padding: 0 1.25rem;
}
@media only screen and (max-width: 767px) {
  .space.info table tbody tr td {
    padding: 0.5rem 0.25rem;
  }
}
.space.info table tbody tr td:nth-of-type(1) {
  color: #767676;
}
.space.info table tbody tr td:nth-of-type(4) {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .space.info table tbody tr td:nth-of-type(4) {
    padding: 0.5rem;
  }
}
.space.info table tr:not(:last-child) td,
.space.info table tr:not(:last-child) th {
  border-bottom: 1px solid #E1E1E4;
}
.space.info table td:not(:last-child),
.space.info table th:not(:last-child) {
  border-right: 1px solid #E1E1E4;
}