#notice {
  width: 100%;
  overflow: hidden;
}

#notice article {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#notice .noticePG {
  width: 80%;
  padding: 3% 0 5% 3%;
  height: 100vh;
}
#notice .detail {
  height: 100%;
}
#notice .noticePG .notice_title {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #f5f5f5;
}
.notice_title {
  font-size: 100%;
}
.notice_title > p {
  font-size: 16px;
  font-weight: 330;
  margin-bottom: 6px;
}
.table-list.count02 {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
#notice_small {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: 700;
}
.moreBtn img {
  margin-left: 2%;
}
.moreBtn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.que.on .queTit {
  font-weight: 600;
}
/* 버튼 */
.que .arrow-top {
  display: block;
}
.que .arrow-bottom {
  display: none;
}
.que.on .arrow-bottom {
  display: block;
}
.que.on .arrow-top {
  display: none;
}

#eduDetail_header_moblie,
.que.moblie {
  display: none;
}

@media only screen and (min-width: 1025px) {
  /*2023-07-31 윤별 수정*/
  .number {
    font-size: 1.6rem;
    font-weight: 600;
    float: left;
  }
  .subject {
    font-size: 2rem;
  }
  #dateinfo {
    font-size: 1.8rem;
  }
  #dateinfoNext {
    font-size: 1.8rem;
    margin-top: -20px;
  }
  p {
    font-size: 2rem;
  }
  .smallTitle {
    font-size: 1.6rem;
    float: left;
    margin-left: 16px;
  }
  #datelocation {
    font-size: 1.7rem;
    color: #b0b0b0;
  }

  .table-list li {
    color: rgb(255, 255, 255);
    margin: 14px 0;
  }
  .table-list.type01 li > .subject a:hover {
    color: #0381ff;
  }

  .table-list.type02 li > .subject a:hover {
    color: #0381ff;
  }
  .table-list.type01 li > .number {
    color: #252525;
  }
  .hr {
    margin-top: 13px;
    margin-bottom: 13px;
    background: rgb(226, 226, 226);
    height: 1px;
    border: 0;
  }
  #notice_hr {
    margin-bottom: 2px;
    background: rgb(207, 207, 207);
    border: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #notice {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #notice article {
    width: 90%;
    margin: 0 auto;
  }

  /*2023-07-31 윤별 수정*/
  .number {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .subject {
    font-size: 2rem;
  }
  #dateinfo {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.8rem;
  }
  #datemodify {
    padding-bottom: -100px;
  }
  #datelocation {
    font-size: 2rem;
    float: right;
  }
  #notice_small {
    font-size: 2rem;
    float: left;
  }
  .smallTitle {
    font-size: 1.8rem;
    margin-left: 100px;
  }
  .hr {
    margin-top: 13px;
    margin-bottom: 13px;
    background: rgb(226, 226, 226);
    height: 1px;
    border: 0;
  }
  #notice_hr {
    margin-bottom: 2px;
    background: rgb(207, 207, 207);
    height: 3px;
    border: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .que,
  #M_header {
    display: none;
  }
  #eduDetail_header_moblie,
  .que.moblie {
    display: block;
  }
  #notice {
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
  }
  #notice article {
    width: 90%;
    margin: 0 auto;
    padding: 6% 0;
  }
  #notice .notice_title {
    display: none;
  }

  #notice .noticePG > ul > li:nth-child(2) > ul:nth-child(2) {
    border-top: none;
  }

  /* 공지사항 */
  #notice .noticePG {
    width: 100%;
    padding: 0;
    height: 100vh;
  }
  #notice .detail {
    height: 100%;
  }
  #notice .que.moblie {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
  #notice .que.moblie .queTitWrap {
    width: 100%;
  }
  #notice .noticePG > ul > li:nth-child(2) > ul:nth-child(3) {
    border-top: none;
  }

  .que.moblie li {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 2% 0;
  }
  .que.moblie li:last-child {
    width: fit-content;
    margin: auto 0;
  }
  .que.on > .queTit {
    font-weight: bold;
  }
  .que.moblie.on .arrow-top {
    display: block;
  }
  .que.moblie.on .arrow-bottom {
    display: none;
  }
  .que.moblie .queTit {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: pre-line;
    font-size: 1.6rem;
  }

  .que.moblie .days {
    font-size: 1.4rem;
    color: #707070;
    margin: 5px 0;
  }
  .que.moblie .arrowWrap span {
    width: 15px;
    overflow: hidden;
    cursor: pointer;
    opacity: 70%;
  }

  .que.moblie .arrowWrap span img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .anw {
    padding: 0 0 2%;
    overflow: hidden;
    display: none;
  }
  .anw p {
    font-size: 1.4rem;
    line-height: 24px;
    white-space: pre-line;
  }

  .subject {
    margin-left: 16px;
  }
  /* 버튼 */
  .que.moblie .arrow-top {
    display: block;
  }
  .que.moblie .arrow-bottom {
    display: none;
  }
  .que.moblie.on .arrow-bottom {
    display: block;
  }
  .que.moblie.on .arrow-top {
    display: none;
  }
  /* 2023-07-31 윤별 수정 */
  .myList {
    font-size: 0.8rem;
  }
  .smallTitle {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: -3px;
  }
  .notice-sectioin {
    display: block;
    font-size: 2rem;
  }
  .number {
    font-size: 1.4rem;
    font-weight: 600;
  }
  #datelocation {
    font-size: 1.4rem;
    display: block;
  }
  #notice_small {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  #none {
    display: none;
  }
  .hr {
    margin-top: 15px;
    margin-bottom: 15px;
    background: rgb(226, 226, 226);
    height: 1px;
    border: 0;
  }
  .table-list.type01 li > .subject a {
    width: 250px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .table-list.count02 {
    padding: 16px 0;
  }
}
