@charset "utf-8";
.flex-con {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

/* 평생학습도시_str */
.greeting .tit {
  padding-bottom: 3.6rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 6rem;
  border-bottom: 0.3rem solid #2E3065;
}

.greeting .tit span {
  color: var(--main);
}

.greeting .txt {
  margin-top: 6.6rem;
}

.greeting .txt p {
  margin-top: 2rem;
  font-size: 1.9rem;
  letter-spacing: -0.01em;
}

.greeting .txt span {
  font-weight: 700;
}

.vision {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}

.vision>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.vision>div h4 {
  margin-bottom: 3.2rem;
}

.vision .tit h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.2rem;
  margin: 0;
  padding: 0rem 4rem;
  color: var(--main);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06em;
  border-radius: 10rem;
  border: 1px solid var(--main);
  background: #FFF;
  box-shadow: var(--ic-shadow);
}

.vision .tit h4::before {
  display: none;
}

.vision .tit p {
  text-align: center;
  margin-top: -2.1rem;
  padding: 4rem 6rem;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: normal;
  border-radius: 10rem;
  background: linear-gradient(90deg, #3A67EA 0%, #753AEA 100%);
}

.vision .goal ul {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  max-width: 94rem;
  width: 100%;
}

.vision .goal ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 3.2rem 4.6rem;
  width: 21.8rem;
  min-height: 21.8rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.01em;
  border-radius: 14rem;
  border-width: 0.9rem;
  border-style: solid;
  background: #FFF;
  box-shadow: var(--ic-shadow);
}

.vision .goal ul li::before {
  content: '';
  display: block;
  width: 8.2rem;
  height: 8.3rem;
  background: url(/img/contents/vision.svg) no-repeat 0 0 / 32.8rem;
}

.vision .goal ul li:nth-child(1) {
  border-color: #8FC832;
}

.vision .goal ul li:nth-child(2) {
  border-color: #15A7C0;
}

.vision .goal ul li:nth-child(2):before {
  background-position: -8.2rem 0;
}

.vision .goal ul li:nth-child(3) {
  border-color: #3A67EA;
}

.vision .goal ul li:nth-child(3):before {
  background-position: calc(-8.2rem * 2) 0;
}

.vision .goal ul li:nth-child(4) {
  border-color: #603AEA;
}

.vision .goal ul li:nth-child(4):before {
  background-position: calc(-8.2rem * 3) 0;
}

.vision .strategy ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  max-width: 94rem;
  width: 100%;
  border-radius: 1.4rem;
  background: url(/img/contents/vision-strategy.png) no-repeat right top / 47.8rem 100% , linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(90deg, rgba(225, 237, 235, 0.20) 0%, rgba(207, 218, 249, 0.20) 100%);
  box-shadow: var(--ic-shadow);
}

.vision .strategy ul li {
  flex: 1 1 calc(25% - 4.5rem / 3);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding: 4rem 1rem 4.5rem 1rem;
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: -0.01em;
  border-radius: 1rem;
  border: 1px solid #3A67EA;
  background: #FEFEFF;
}

.vision .strategy ul li span {
  color: var(--main);
  font-weight: 900;
  line-height: 150%;
  text-decoration-line: underline;
}

.declaration {
  padding: 0rem 6rem 8rem 6rem;
  border-top: 1.2rem solid var(--charcoal);
  border-bottom: 0.6rem solid var(--charcoal);
  background: url(/img/contents/declaration-bg.png?2026) no-repeat center -1.2rem / 21rem;
}

.declaration h4 {
  text-align: center;
  padding: 18.8rem 0 5rem 0;
  margin: 0 0 5rem 0;
  font-size: 3.2rem;
  border-bottom: 0.2rem solid #999;
}

.declaration h4::before {
  display: none;
}

.declaration ul li {
  position: relative;
  margin-top: 4rem;
  padding-left: 4.8rem;
}

.declaration ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2.8rem;
  height: 2.8rem;
  background: url(/img/contents/declaration-bl.svg) no-repeat 0 0 / 100%;
}

.declaration ul li span {
  display: block;
  margin-bottom: 1rem;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: normal;
}

.location {
  padding: 3.6rem 0rem 0rem 2rem;
}

.location .addr {
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.05rem;
}

.location .map-box {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  width: 100%;
  height: 49.8rem;
}

.location .info {
  border-top: 2px solid #252525;
}

.location .info dl {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 3rem 2rem;
  border-bottom: 1px solid #D9D9D9;
}

.location .info dt {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  width: 20rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.05rem;
}

.location .info dt::before {
  content: '';
  display: block;
  width: 6.8rem;
  height: 6.8rem;
  background: url(/img/contents/location.svg) no-repeat 0 0 / 20.4rem;
}

.location .info .subway dt::before {
  background-position: -6.8rem 0;
}

.location .info .taxi dt::before {
  background-position: calc(-6.8rem * 2) 0;
}

.location .info dd li {
  margin-top: 3rem;
  color: #555;
  line-height: normal;
}

.location .info dd li:first-child {
  margin-top: 0;
}

.location .info dd li span {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--charcoal);
  font-weight: 600;
  letter-spacing: -0.05rem;
}

.location .info .bus dd li {
  position: relative;
  padding-left: 3rem;
}

.location .info .bus dd li::before {
  content: 'B';
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  height: 2.3rem;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.05rem;
  border-radius: 5rem;
  background: #182A60;
}
/* 평생학습도시_end */

/* 네트워크_str */
.club_info_vision {
  position: relative;
  margin: 2.5rem auto 0 auto;
}

.club_info_vision .tit  {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  margin: 0 auto;
  padding: 4rem;
  width: 31rem;
  height: 31rem;
  border-radius: 50rem;
  background: linear-gradient(90deg, #3A67EA 5.48%, #86C635 94.19%);
}

.club_info_vision .tit::after {
  content: '';
  position: absolute;
  left: calc(50% - 28rem / 2);
  top: calc(50% - 28rem / 2);
  width: 28rem;
  height: 28rem;
  border-radius: 50rem;
  background-image: linear-gradient(#fff, #fff), linear-gradient(140deg, rgba(223, 223 ,223, 0), #DADADA);
  border: 0.3rem solid transparent;
  box-shadow: 0.2rem 0.2rem 1rem 0 rgba(0, 0, 0, 0.10);  
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-sizing: border-box;
}

.club_info_vision .tit dt {
  position: relative;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 160%;
  z-index: 1;
}

.club_info_vision .tit dd {
  position: relative;
  text-align: center;
  color: #444;
  font-size: 1.6rem;
  line-height: 2.4rem;
  z-index: 1;
}

.club_info_vision .con {  
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem 38.7rem;
  padding-left: 3.6rem;
  margin-top: -1.5rem;
  min-height: 31rem;
}

.club_info_vision .con::before {
  content: '';
  position: absolute;
  top: calc(50% - 31rem / 2);
  left: calc(50% - 34.2rem / 2);
  width: 31.2rem;
  height: 31.2rem;
  background: url(/img/contents/club_info_vision_left.svg) no-repeat 0 0 / 31.2rem;
  z-index: -1;
}

.club_info_vision .con::after {
  content: '';
  position: absolute;
  top: calc(50% - 31rem / 2);
  right: calc(50% - 34.2rem / 2);
  width: 31.2rem;
  height: 31.2rem;
  background: url(/img/contents/club_info_vision_right.svg) no-repeat 0 0 / 31.2rem;
  z-index: -1;
}

.club_info_vision .con li {
  display: flex;
  gap: 2rem;
  align-items: center;
  position: relative;
  flex-basis: calc(50% - 38.7rem / 2);
  min-height: 6rem;
}

.club_info_vision .con li:nth-child(odd) {
  max-width: 24.2rem;
}

.club_info_vision .con li:nth-child(even) {
  max-width: 27.8rem;
}

.club_info_vision .con li:nth-child(even)::after,
.club_info_vision .con li:nth-child(odd):before {
  content: '';
  flex: 0 0 auto;
  width: 6rem;
  height: 6rem;
  background: url(/img/contents/club_info_vision.svg) no-repeat 0 0 / 24rem;
}

.club_info_vision .con li:nth-child(2)::after {
  background-position: -6rem 0;
}

.club_info_vision .con li:nth-child(3)::before {
  background-position: -12rem 0;
}

.club_info_vision .con li:nth-child(4)::after {
  background-position: -18rem 0;
}

.club_info_vision .con dl {
  position: relative;
}

.club_info_vision .con dt {
  margin-bottom: 0.3em;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
  line-height: normal;
}

.club_info_vision .con dd {
  color: #444;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.club_info_vision .con li:nth-child(odd) dl {
  text-align: right;
}

.club_info_backup {
  display: flex;
  gap: 1.5rem;
  text-align: center;
  width: 100%;
}

.club_info_backup dl {
  position: relative;
  flex-basis: 25%;
  padding-top: 18.8rem;
  overflow: hidden;
}

.club_info_backup dl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 17rem;
  width: 100%;
  border-radius: 1rem;
}

.club_info_backup dl::after {
  content: '';
  position: absolute;
  left: calc(50% - 17.7rem / 2);
  top: 2.2rem;
  width: 17.7rem;
  height: 12.5rem;
  background: url(/img/contents/club_info_backup.png?v1) no-repeat 0 0 / 70.8rem;  
}

.club_info_backup dl:nth-child(1)::before {
  background: #C4B5FF;
}

.club_info_backup dl:nth-child(2)::before {
  background: #94A3EB;
}

.club_info_backup dl:nth-child(2)::after {
  background-position: -17.7rem 0;
}

.club_info_backup dl:nth-child(3)::before {
  background: #94CAEB;
}

.club_info_backup dl:nth-child(3)::after {
  background-position: calc(-17.7rem * 2) 0;
}

.club_info_backup dl:nth-child(4)::before {
  background: #80AEFF;
}

.club_info_backup dl:nth-child(4)::after {
  background-position: calc(-17.7rem * 3) 0;
}

.club_info_backup dt {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.05rem;
}

.club_info_backup dd {
  color: #444;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
/* 네트워크_end */

/* 나눔공간_str */
.flex-photo {
  display: flex;
  margin-left: 1rem;
  padding-top: 2rem;
  gap: 4rem;
}

.flex-photo .bl03 {
  margin-top: 0;
}

.flex-photo .bl03 li:nth-child(1) {
  margin-top: 1rem;
}

.step.space_info>li {
  width: calc(33.3% - (3.8rem * 3) / 3);
}

.step.space_info>li .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.2rem;
}

.space_request #tab {
  flex-wrap: wrap;
  margin-top: 1.2rem;
  margin: 3.6rem 0rem 0rem 2rem;
}

.space_request #tab>li {
  width: calc(100% / 6 - (5rem / 6));
}

.space_request .con-box>div {
  display: none;
  margin-bottom: 3.6rem;
}

.space_request .con-box>.on {
  display: block;
}

.space_request .flex-con {
  align-items: flex-start;
  margin-top: 1.2rem;
}

.space_request .flex-con>div:first-child {
  flex: 0 0 calc(45% - 3.5rem);
}

.space_request .flex-con .photo {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
  max-height: 38.2rem;
  height: 100%;
  line-height: 0;
  border: 1.3rem solid #fff;
  background: #FFF;  
  box-shadow: 0 0.6rem 1.3rem 0 rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.space_request .flex-con .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.space_request .flex-con .bl03 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.space_request .flex-con .bl03>li {
  flex-basis: calc(50% - 0.5rem);
  margin-top: 0;
}

.space_request .flex-con .bl03>li:nth-last-child(1) {
  flex-basis: 100%;
}

.space_request .flex-con .tit {
  margin-top: 1rem;
  margin-left: 2rem;
  color: #000;
  font-size: 1.5rem;
}

.space_request .flex-con .tableBox {
  margin-top: 1rem;
  margin-left: 2rem;
}

.space_request .flex-con .tableBox table {
  margin-top: 1rem;
  margin-left: 0;
  width: 100%;
  table-layout: fixed;
}

.space_request .flex-con .tableBox table thead th {
  font-size: 1.5rem;
}

.space_request .flex-con .tableBox table tbody th,
.space_request .flex-con .tableBox table tbody td {
  padding: 1rem 0.5rem;
  font-size: 1.4rem;
  background: none;
}

.space_request .flex-con .tableBox table tbody tr:nth-child(even) th,
.space_request .flex-con .tableBox table tbody tr:nth-child(even) td {
  background: #F6F7FA;
}

.space_request .flex-con .tableBox table tbody td {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* 나눔공간_end */

/* 열린마당_str */
.personal .labelling {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2rem;
  margin-bottom: 6rem;
  border-top: 1px solid #BFC5D6;
  border-left: 1px solid #BFC5D6;
}

.personal .labelling>li {
  flex: 1 1 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0rem;
  color: #444;
  font-weight: 600;
  border-bottom: 1px solid #BFC5D6;
  border-right: 1px solid #BFC5D6;
}

.personal .labelling>li img {
  width: 3.8rem;
  height: 4.4rem;
}

.personal .tit {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-top: 3.6rem;
  margin-bottom: 2.2rem;
  border-bottom: 1px solid #252525;
}

.personal .tit .bl01 {
  color: #252525;
  letter-spacing: -0.05rem;
}

.personal .tit img {
  width: 3.8rem;
  height: 4.4rem;
}

.personal .con p {
  margin-bottom: 1.2rem;
  color: #444;
}

.personal .con ul li {
  margin-left: 2rem;
  margin-top: 0.7rem;
  color: #444;
}

.personal .con ul li li li {
  font-size: 1.6rem;
  margin-top: 0;
}

.personal .con p+table.data {
  margin-left: 0;
  margin-top: 1.2rem;
}

.terms .bl01 {
  margin-top: 4.8rem;
}

.terms .bl03 {
  margin-top: 2.2rem;
  margin-left: 2rem;
}

.terms .bl03>li>p {
  margin-left: -2rem;
  margin-top: 1rem;
  color: #444;
  font-weight: 400;
  line-height: 160%;
}

.terms .bl03>li>ul {
  margin-top: 1.2rem;
}

.terms .bl03>li>ul>li {
  margin-top: 0.7rem;
  color: #444;
  font-weight: 400;
  line-height: 160%;
}

.terms .bl03>li>ul>li>ul {
  margin-top: 0.7rem;
  margin-left: 2rem;
}

.copy .bl01 {
  margin-top: 3.6rem;
}

.copy .ex {
  margin-top: 1.2rem;
  padding: 1.5rem 2rem;
  color: #444;
  font-size: 1.6rem;
  border: 1px solid #D6D6D6;
}
/* 열린마당_end */

/* 교육혁신지구_str */
.photo-list {
  display: flex;
  gap: 1.5rem;
  margin-top: 3.6rem;
}

.photo-list>li {
  flex: 1 1 20%;
  padding: 0.8rem;
  background: #FFF;
  box-shadow: 0px 0.4rem 0.8rem 0px rgba(0, 0, 0, 0.10);
}

.photo-list .img {
  width: 100%;
  height: 20rem;
  line-height: 0;
  overflow: hidden;
}

.photo-list .img img {
  width: 100%;
  height: 100%;  
  object-fit: cover;
}

.photo-list .txt {
  padding: 1rem 1rem 0.2rem;
  text-align: center;
}

.photo-box {
  display: inline-block;
  margin-top: 1.2rem;
  padding: 1.4rem;
  line-height: 0;
  background: #FFF;
  box-shadow: 0px 0.7rem 1.4rem 0 rgba(0, 0, 0, 0.10);
}
/* 교육혁신지구_end */

/* 시설안내 */
.facility .floor {
  display:flex;
}

.facility .floor > li {
  flex:1;
}

.facility .floor > li > a {
  display:flex;
  justify-content:center;
  align-items:center;
  padding:1rem;
  font-size:2rem;
  border:1px solid #ccc;
  border-left:0;
}

.facility .floor > li:first-child > a {
  border-left:1px solid #ccc;
}

.facility .floor > li > a.select {
  color:#fff;
  background:#3a67ea;
}

.facility > div:not(.select) {
  display:none;
}

.facility > div {
  margin-top:3rem;
}

.facility .facility_map {
  display:flex;
}

.facility .facility_map > div {
  flex:1 1 auto;
  justify-content:center;
  align-items:center;
  padding:7rem 7.5rem;
  background:#f6f7fa;
  border:1px solid #ccc;
  border-right:0;
}

.facility .facility_map > dl {
  flex:0 1 33rem;
  display:flex;
  flex-direction:column;
}

.facility .facility_map > dl > dt {
  flex:0 0 auto;
  text-align:center;
  padding:4.6rem 1rem 4.5rem;
  color:#ccd9ff;
  font-size:4rem;
  font-weight:700;
  line-height:160%;
  background:#3a67ea;
}

.facility .facility_map > dl > dt span {
  display:block;
  color:#fff;
  font-size:6.5rem;
  font-weight:900;
}

.facility .facility_map > dl > dd {
  flex:1 1 auto;
  border:1px solid #ccc;
  border-top:0;
}

.facility .facility_map > dl > dd ul {
  padding:3.5rem 3rem;
}

.facility .facility_map > dl > dd ul > li {
  position:relative;
  padding-left:1rem;
  font-size:1.9rem;
}

.facility .facility_map > dl > dd ul > li:not(:first-child) {
  margin-top:0.8rem;
}

.facility .facility_map > dl > dd ul > li::before {
  position:absolute;
  left:0;
  top:1.2rem;
  width:0.4rem;
  height:0.4rem;
  background:#333;
  content:"";
}

.facility .facility_photo {
  display:flex;
  gap:4rem;
  flex-wrap:wrap;
  margin:3.6rem 0 0 2rem;
}

.facility .facility_photo > li {
  position:relative;
  flex:0 0 calc(50% - 2rem);
}

.facility .facility_photo > li > img {
  width:100%;
  border-radius:2rem;
}

.facility .facility_photo > li > p {
  position:absolute;
  right:1rem;
  top:1rem;
  display:flex;
  justify-content:center;
  align-items:center;
  width:8.5rem;
  height:8.5rem;
  text-align:center;
  color:#fff;
  font-weight:500;
  line-height:130%;
  border-radius:50%;
  background:#3a67ea;
}
/* 시설안내_end */

/*pc*/
@media screen and (min-width:1025px) {
}

/* mb */
@media screen and (max-width:1024px) {
  /* 평생학습도시_str */
  .vision {
    gap: 4rem;
  }

  .vision .tit p {
    font-size: 17px;
  }

  .vision .goal ul,
  .vision .strategy ul {
    flex-wrap: wrap;
  }

  .vision .goal ul li {
    width: 200px;
    height: 200px;
    font-size: 15px;
  }

  .vision .strategy ul li {
    flex-basis: calc(50% - 1.5rem / 2);
    height: auto;
  }
  /* 평생학습도시_end */
  
  /* 네트워크_str */
  .club_info_vision .tit {
    position: relative;
    padding: 2rem 5rem;
    width: 100%;
    height: auto;
    border-radius: 3rem;
  }
  
  .club_info_vision .tit::after {
    left: 1rem;
    top: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    border-radius: 3rem;
  }

  .club_info_vision .con {
    gap: 5rem;
    margin-top: 3rem;
    padding-left: 0;
    min-height: auto;
  }
  
  .club_info_vision .con li {
    flex-basis: calc(50% - 2.5rem);
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .club_info_vision .con::before,
  .club_info_vision .con::after {
    display: none;
  }

  .club_info_vision .con li:nth-child(odd),
  .club_info_vision .con li:nth-child(even) {
    max-width: 100%;
  }
  
  .club_info_vision .con li:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  
  .club_info_vision .con li:nth-child(odd) dl {
    text-align: left;
  }
  
  .space_request .flex-con {
    display: block;
  }
  
  .space_request .flex-con>div {
    width: calc(100% - 2rem);
  }
  /* 네트워크_end */

  /* 교육혁신지구_str */
  .photo-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .photo-list>li {
    flex-basis: calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
  /* 교육혁신지구_end */
}

/* min-mb */
@media screen and (max-width:500px) {
  .flex-con {
    flex-direction: column;
    gap: 0;
  }

  /* 평생학습도시_str */
  .declaration {
    padding-left: 0;
    padding-right: 0;
  }

  .location .info dl {
    flex-direction: column;
  }
  /* 평생학습도시_end */
  
  /* 네트워크_str */
  .club_info_vision .con {
    gap: 2rem;
  }

  .club_info_vision .con li {
    flex-basis: 100%;
  }

  .club_info_backup {
    flex-wrap: wrap;
  }
  
  .club_info_backup dl {
    flex-basis: calc(50% - 1.5rem / 2);
  }
  /* 네트워크_end */
  
  /* 나눔공간_str */
  .flex-photo {
    flex-direction: column;
  }

  #tab.space_request>li {
    width: auto;
  }
  /* 나눔공간_end */

  /* 열린공간_str */
  .personal .labelling li {
    flex-basis: 50%;
  }
  /* 열린공간_end */

  /* 교육혁신지구_str */
  .photo-list>li {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
  }
  /* 교육혁신지구_end */
}

/*웹접근성
#detail_con .board_view .con .detail img {display:none !important;}
#detail_con.view .board_view .con .detail img {display: block !important;}
*/