<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.notice_1 &gt; .wrapper .title_wrapper,
.notice_2 &gt; .wrapper .title_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.notice_1 &gt; .wrapper .title_wrapper .title,
.notice_2 &gt; .wrapper .title_wrapper .title {
  font-family: Pretendard-Bold;
  font-size: 42px;
}
.notice_1 &gt; .wrapper .title_wrapper .search,
.notice_2 &gt; .wrapper .title_wrapper .search {
  width: 300px;
  position: relative;
}
.notice_1 &gt; .wrapper .title_wrapper .search input,
.notice_2 &gt; .wrapper .title_wrapper .search input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #595a5c;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 20px;
  outline: none;
}
.notice_1 &gt; .wrapper .title_wrapper .search input::placeholder,
.notice_2 &gt; .wrapper .title_wrapper .search input::placeholder {
  font-family: Pretendard-Bold;
  font-size: 20px;
  color: #c5c6c8;
}
.notice_1 &gt; .wrapper .title_wrapper .search img,
.notice_2 &gt; .wrapper .title_wrapper .search img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -55%);
}
.notice_1 &gt; .wrapper .post,
.notice_2 &gt; .wrapper .post {
  background-color: rgb(36, 132, 211);
  color: #fff;
  font-size: 16px;
  font-family: Pretendard-Medium;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.notice_1 &gt; .wrapper .pagination,
.notice_2 &gt; .wrapper .pagination {
  padding-top: 50px;
  box-sizing: border-box;
  column-gap: 20px;
}
.notice_1 &gt; .wrapper .pagination,
.notice_1 &gt; .wrapper .pagination .num &gt; ul,
.notice_2 &gt; .wrapper .pagination,
.notice_2 &gt; .wrapper .pagination .num &gt; ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice_1 &gt; .wrapper .pagination .prev,
.notice_1 &gt; .wrapper .pagination .next,
.notice_2 &gt; .wrapper .pagination .prev,
.notice_2 &gt; .wrapper .pagination .next {
  cursor: pointer;
  border: 1px solid #d3d6dc;
  border-radius: 50%;
}
.notice_1 &gt; .wrapper .pagination .prev img,
.notice_1 &gt; .wrapper .pagination .next img,
.notice_2 &gt; .wrapper .pagination .prev img,
.notice_2 &gt; .wrapper .pagination .next img {
  display: block;
  width: 100%;
}
.notice_1 &gt; .wrapper .pagination .next,
.notice_2 &gt; .wrapper .pagination .next {
  transform: rotate(180deg);
}
.notice_1 &gt; .wrapper .pagination .num ul li,
.notice_2 &gt; .wrapper .pagination .num ul li {
  cursor: pointer;
  font-family: Pretendard-Medium;
  font-size: 16px;
  color: #6e7783;
  padding: 10px 18px;
  box-sizing: border-box;
  border-radius: 50%;
}
.notice_1 &gt; .wrapper .pagination .num ul li.active,
.notice_2 &gt; .wrapper .pagination .num ul li.active {
  background-color: #000;
  color: #fff;
}

.notice_1 .wrapper .list_wrapper {
  width: 100%;
}
.notice_1 .wrapper .list_wrapper ul li {
  border-top: 1px solid #e7e9ec;
  padding: 30px 0;
  box-sizing: border-box;
}
.notice_1 .wrapper .list_wrapper ul li:last-child {
  border-bottom: 1px solid #e7e9ec;
}
.notice_1 .wrapper .list_wrapper ul li a {
  display: grid;
  grid-template-columns: 1.5fr 9fr 0.5fr;
  align-items: center;
  column-gap: 20px;
}
.notice_1 .wrapper .list_wrapper ul li a .category p {
  font-family: Pretendard-Medium;
  color: #ee7019;
  font-size: 16px;
  text-align: center;
  word-break: keep-all;
}
.notice_1 .wrapper .list_wrapper ul li a .list_title_wrapper .title {
  font-family: Pretendard-Bold;
  word-break: keep-all;
  font-size: 22px;
  color: #10141a;
}
.notice_1 .wrapper .list_wrapper ul li a .list_title_wrapper .date {
  font-family: Pretendard-Regular;
  font-size: 14px;
  color: #797e86;
  padding-top: 10px;
  box-sizing: border-box;
}

.notice_2 .wrapper .gallery_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.notice_2 .wrapper .gallery_wrapper .gallery a .thumbnail {
  height: 400px;
}
.notice_2 .wrapper .gallery_wrapper .gallery a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notice_2 .wrapper .gallery_wrapper .gallery a .title_wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 5px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.notice_2 .wrapper .gallery_wrapper .gallery a .title_wrapper .title {
  word-break: keep-all;
  font-family: Pretendard-Medium;
  font-size: 20px;
  color: #10141a;
}
.notice_2 .wrapper .gallery_wrapper .gallery a .title_wrapper .date {
  font-family: Pretendard-Regular;
  font-size: 16px;
  color: #909398;
  padding-top: 10px;
  box-sizing: border-box;
}

.notice_3 .wrapper .title_wrapper .title {
  font-family: Pretendard-Bold;
  font-size: 42px;
}
.notice_3 .wrapper .title_wrapper .back {
  padding: 80px 0;
  box-sizing: border-box;
}
.notice_3 .wrapper .title_wrapper .back a {
  width: max-content;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.notice_3 .wrapper .title_wrapper .back a img {
  transform: rotate(180deg);
}
.notice_3 .wrapper .title_wrapper .back a p {
  font-family: Pretendard-Bold;
  font-size: 16px;
}
.notice_3 .wrapper .title_wrapper .back .menu_btn {
  display: none;
  width: 50px;
}
.notice_3 .wrapper .content .content_title_wrapper .title span {
  color: #ee7019;
  font-family: Pretendard-Medium;
  font-size: 20px;
}
.notice_3 .wrapper .content .content_title_wrapper .title p {
  padding-top: 10px;
  box-sizing: border-box;
  font-family: Pretendard-Bold;
  font-size: 32px;
  word-break: keep-all;
}
.notice_3 .wrapper .content .content_title_wrapper .date {
  font-family: Pretendard-Regular;
  font-size: 16px;
  color: #797e86;
  padding: 15px 0 20px;
  box-sizing: border-box;
}
.notice_3 .wrapper .content .content_title_wrapper .dev_btn_wrapper {
  padding-bottom: 20px;
}
.notice_3 .wrapper .content .content_title_wrapper .dev_btn_wrapper button {
  color: #fff;
  padding: 10px;
  font-family: Pretendard-Medium;
  font-size: 14px;
}
.notice_3 .wrapper .content .content_title_wrapper .dev_btn_wrapper .edit {
  background-color: grey;
}
.notice_3 .wrapper .content .content_title_wrapper .dev_btn_wrapper .delete {
  background-color: rgb(235, 91, 91);
}
.notice_3 .wrapper .content .content_title_wrapper .dev_btn_wrapper .post {
  background-color: rgb(110, 110, 238);
}
.notice_3 .wrapper .content .text_wrapper {
  border-top: 1px solid #e7e9ec;
  border-bottom: 1px solid #e7e9ec;
  padding: 100px 0;
  box-sizing: border-box;
}
.notice_3 .wrapper .content .text_wrapper &gt; *:not(:last-child) {
  margin-bottom: 50px;
}
.notice_3 .wrapper .content .text_wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.notice_3 .wrapper .content .text_wrapper .text {
  font-family: Pretendard-Regular;
  font-size: 18px;
  line-height: 34px;
  word-break: keep-all;
}
.notice_3 .wrapper .content .text_wrapper .download_wrapper {
  cursor: pointer;
  text-align: center;
  padding-top: 30px;
}
.notice_3 .wrapper .content .text_wrapper .download_wrapper .file_wrapper {
  width: 500px;
  border: 1px solid rgb(172, 172, 172);
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  margin: 0 0 10px 0;
  margin: 0 auto 10px;
}
.notice_3 .wrapper .content .text_wrapper .download_wrapper .file_wrapper .file_name {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.notice_3 .wrapper .content .text_wrapper .download_wrapper .file_wrapper img {
  width: 30px;
  opacity: 0.7;
}
.notice_3 .wrapper .nav_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notice_3 .wrapper .nav_wrapper .nav {
  padding: 60px 0 100px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.notice_3 .wrapper .nav_wrapper .nav span {
  width: 1px;
  height: 100px;
  background-color: #e7e9ec;
  margin: 0 50px;
}
.notice_3 .wrapper .nav_wrapper .nav &gt; div {
  width: 100%;
}
.notice_3 .wrapper .nav_wrapper .nav &gt; div a {
  display: flex;
  align-items: center;
  column-gap: 40px;
  word-break: keep-all;
}
.notice_3 .wrapper .nav_wrapper .nav &gt; div a .text_wrapper p {
  font-family: Pretendard-Bold;
  font-size: 18px;
  color: #898d95;
}
.notice_3 .wrapper .nav_wrapper .nav &gt; div a .text_wrapper .post_title {
  font-family: Pretendard-Bold;
  font-size: 26px;
  padding: 20px 0;
  box-sizing: border-box;
}
.notice_3 .wrapper .nav_wrapper .nav &gt; div a .text_wrapper .post_title.no_prev, .notice_3 .wrapper .nav_wrapper .nav &gt; div a .text_wrapper .post_title.no_next {
  color: #bfc3cb;
}
.notice_3 .wrapper .nav_wrapper .nav .next_post a {
  justify-content: space-between;
}
.notice_3 .wrapper .nav_wrapper .nav .next_post a .next_btn svg {
  transform: rotate(180deg);
}
.notice_3 .wrapper .nav_wrapper .list_btn {
  width: 100%;
  text-align: center;
}
.notice_3 .wrapper .nav_wrapper .list_btn a {
  background-color: #000;
  color: #fff;
  padding: 20px 100px;
  box-sizing: border-box;
  font-family: Pretendard-Bold;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .notice_2 .wrapper .gallery_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
  }
  .notice_2 .wrapper .gallery_wrapper .gallery a .thumbnail {
    height: 300px;
  }
}
@media (max-width: 900px) {
  .notice_1 &gt; .wrapper .title_wrapper,
  .notice_2 &gt; .wrapper .title_wrapper {
    display: block;
  }
  .notice_1 &gt; .wrapper .title_wrapper .title,
  .notice_2 &gt; .wrapper .title_wrapper .title {
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  .notice_1 &gt; .wrapper .title_wrapper .search,
  .notice_2 &gt; .wrapper .title_wrapper .search {
    width: 100%;
  }
  .notice_1 &gt; .wrapper .pagination,
  .notice_2 &gt; .wrapper .pagination {
    padding-top: 50px;
    box-sizing: border-box;
    column-gap: 20px;
  }
  .notice_1 &gt; .wrapper .pagination,
  .notice_1 &gt; .wrapper .pagination .num &gt; ul,
  .notice_2 &gt; .wrapper .pagination,
  .notice_2 &gt; .wrapper .pagination .num &gt; ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .notice_1 &gt; .wrapper .pagination .prev,
  .notice_1 &gt; .wrapper .pagination .next,
  .notice_2 &gt; .wrapper .pagination .prev,
  .notice_2 &gt; .wrapper .pagination .next {
    cursor: pointer;
    border: 1px solid #d3d6dc;
    border-radius: 50%;
  }
  .notice_1 &gt; .wrapper .pagination .prev img,
  .notice_1 &gt; .wrapper .pagination .next img,
  .notice_2 &gt; .wrapper .pagination .prev img,
  .notice_2 &gt; .wrapper .pagination .next img {
    display: block;
    width: 100%;
  }
  .notice_1 &gt; .wrapper .pagination .next,
  .notice_2 &gt; .wrapper .pagination .next {
    transform: rotate(180deg);
  }
  .notice_1 &gt; .wrapper .pagination .num ul li,
  .notice_2 &gt; .wrapper .pagination .num ul li {
    cursor: pointer;
    font-family: Pretendard-Medium;
    font-size: 16px;
    color: #6e7783;
    padding: 10px 18px;
    box-sizing: border-box;
    border-radius: 50%;
  }
  .notice_1 &gt; .wrapper .pagination .num ul li.active,
  .notice_2 &gt; .wrapper .pagination .num ul li.active {
    background-color: #000;
    color: #fff;
  }
  .notice_1 .wrapper .list_wrapper ul li a .arrow {
    display: none;
  }
  .notice_2 .wrapper .gallery_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .notice_2 .wrapper .gallery_wrapper .gallery a .title_wrapper .title {
    padding-bottom: 5px;
  }
  .notice_2 .wrapper .gallery_wrapper .gallery a .title_wrapper .date {
    padding-top: 0;
  }
}
@media (max-width: 720px) {
  .mobile_detail_view {
    display: none;
  }
  .notice_3 .wrapper .title_wrapper .back {
    display: flex;
    justify-content: space-between;
  }
  .notice_3 .wrapper .title_wrapper .back a p {
    display: none;
  }
  .notice_3 .wrapper .title_wrapper .back .menu_btn {
    display: block;
  }
  .notice_3 .wrapper .nav_wrapper .nav {
    padding: 60px 0;
  }
  .notice_3 .wrapper .nav_wrapper .nav span {
    display: none;
  }
  .notice_3 .wrapper .nav_wrapper .nav &gt; div a {
    column-gap: 30px;
  }
  .notice_3 .wrapper .nav_wrapper .nav &gt; div a .text_wrapper p {
    color: #10141a;
  }
  .notice_3 .wrapper .nav_wrapper .nav &gt; div a .text_wrapper p.no_prev, .notice_3 .wrapper .nav_wrapper .nav &gt; div a .text_wrapper p.no_next {
    color: #bfc3cb;
  }
  .notice_3 .wrapper .nav_wrapper .nav &gt; div a .text_wrapper .post_title {
    display: none;
  }
  .notice_3 .wrapper .nav_wrapper .nav .next_post a {
    justify-content: right;
  }
  .notice_3 .wrapper .nav_wrapper .list_btn a {
    display: block;
  }
}
@media (max-width: 540px) {
  .notice_1 &gt; .wrapper .title_wrapper .title,
  .notice_2 &gt; .wrapper .title_wrapper .title {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .notice_1 &gt; .wrapper .title_wrapper .search,
  .notice_2 &gt; .wrapper .title_wrapper .search {
    width: 100%;
  }
  .notice_1 &gt; .wrapper .title_wrapper .search input,
  .notice_2 &gt; .wrapper .title_wrapper .search input {
    font-size: 14px;
  }
  .notice_1 &gt; .wrapper .title_wrapper .search input::placeholder,
  .notice_2 &gt; .wrapper .title_wrapper .search input::placeholder {
    font-size: 14px;
  }
  .notice_1 &gt; .wrapper .pagination,
  .notice_2 &gt; .wrapper .pagination {
    column-gap: 10px;
  }
  .notice_1 &gt; .wrapper .pagination .prev,
  .notice_1 &gt; .wrapper .pagination .next,
  .notice_2 &gt; .wrapper .pagination .prev,
  .notice_2 &gt; .wrapper .pagination .next {
    width: 30px;
  }
  .notice_1 &gt; .wrapper .pagination .num ul li,
  .notice_2 &gt; .wrapper .pagination .num ul li {
    font-size: 14px;
    padding: 6px 14px;
  }
  .notice_1 .wrapper .list_wrapper ul li a .category p {
    font-size: 12px;
  }
  .notice_1 .wrapper .list_wrapper ul li a .list_title_wrapper .title {
    font-size: 16px;
  }
  .notice_1 .wrapper .list_wrapper ul li a .list_title_wrapper .date {
    font-size: 14px;
  }
  .notice_2 .wrapper .gallery_wrapper {
    grid-template-columns: 1fr;
  }
  .notice_2 .wrapper .gallery_wrapper .gallery a .title_wrapper {
    padding-bottom: 0;
  }
  .notice_2 .wrapper .gallery_wrapper .gallery a .title_wrapper .title {
    padding-bottom: 10px;
  }
  .notice_3 .wrapper .content .text_wrapper .download_wrapper .file_wrapper {
    width: 350px;
  }
}
@media (max-width: 420px) {
  .notice_1 &gt; .wrapper .title_wrapper .title,
  .notice_2 &gt; .wrapper .title_wrapper .title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .notice_1 &gt; .wrapper .pagination,
  .notice_2 &gt; .wrapper .pagination {
    column-gap: 8px;
  }
  .notice_1 &gt; .wrapper .pagination .prev,
  .notice_1 &gt; .wrapper .pagination .next,
  .notice_2 &gt; .wrapper .pagination .prev,
  .notice_2 &gt; .wrapper .pagination .next {
    width: 20px;
  }
  .notice_1 &gt; .wrapper .pagination .num ul li,
  .notice_2 &gt; .wrapper .pagination .num ul li {
    font-size: 12px;
    padding: 6px 12px;
  }
  .notice_1 .wrapper .list_wrapper ul li a .list_title_wrapper .title {
    font-size: 14px;
  }
  .notice_1 .wrapper .list_wrapper ul li a .list_title_wrapper .date {
    font-size: 12px;
  }
  .notice_2 .wrapper .gallery_wrapper .gallery a .thumbnail {
    height: 250px;
  }
  .notice_2 .wrapper .gallery_wrapper .gallery a .title_wrapper .title {
    font-size: 16px;
  }
  .notice_2 .wrapper .gallery_wrapper .gallery a .title_wrapper .date {
    font-size: 14px;
    padding-top: 0;
  }
  .notice_3 .wrapper .title_wrapper .back {
    padding: 40px 0;
  }
  .notice_3 .wrapper .title_wrapper .back a {
    width: 50px;
  }
  .notice_3 .wrapper .title_wrapper .back a img {
    width: 100%;
  }
  .notice_3 .wrapper .title_wrapper .back .menu_btn {
    width: 30px;
  }
  .notice_3 .wrapper .content .content_title_wrapper .title span {
    font-size: 16px;
  }
  .notice_3 .wrapper .content .content_title_wrapper .title p {
    font-size: 20px;
  }
  .notice_3 .wrapper .content .content_title_wrapper .date {
    font-size: 14px;
    padding: 15px 0 30px;
  }
  .notice_3 .wrapper .content .text_wrapper {
    padding: 50px 0;
  }
  .notice_3 .wrapper .content .text_wrapper .text {
    font-size: 14px;
    line-height: 24px;
  }
  .notice_3 .wrapper .content .text_wrapper .download_wrapper .file_wrapper {
    width: 100%;
  }
  .notice_3 .wrapper .nav_wrapper .nav {
    padding: 30px 0 50px;
  }
  .notice_3 .wrapper .nav_wrapper .nav &gt; div a {
    column-gap: 20px;
  }
  .notice_3 .wrapper .nav_wrapper .nav &gt; div a .text_wrapper p {
    font-size: 14px;
  }
  .notice_3 .wrapper .nav_wrapper .nav &gt; div a svg {
    height: 20px;
  }
  .notice_3 .wrapper .nav_wrapper .list_btn a {
    padding: 15px 100px;
    font-size: 14px;
  }
}
@media (max-width: 280px) {
  .notice_1 &gt; .wrapper .title_wrapper .title,
  .notice_2 &gt; .wrapper .title_wrapper .title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .notice_1 &gt; .wrapper .pagination,
  .notice_2 &gt; .wrapper .pagination {
    column-gap: 8px;
  }
  .notice_1 &gt; .wrapper .pagination .prev,
  .notice_1 &gt; .wrapper .pagination .next,
  .notice_2 &gt; .wrapper .pagination .prev,
  .notice_2 &gt; .wrapper .pagination .next {
    width: 20px;
  }
  .notice_1 &gt; .wrapper .pagination .num ul li,
  .notice_2 &gt; .wrapper .pagination .num ul li {
    font-size: 12px;
    padding: 6px 12px;
  }
  .notice_1 .wrapper .list_wrapper ul li a .category p {
    font-size: 10px;
  }
  .notice_1 .wrapper .list_wrapper ul li a .list_title_wrapper .title {
    font-size: 14px;
  }
  .notice_1 .wrapper .list_wrapper ul li a .list_title_wrapper .date {
    font-size: 12px;
  }
  .notice_2 .wrapper .gallery_wrapper .gallery a .thumbnail {
    height: 200px;
  }
  .notice_2 .wrapper .gallery_wrapper .gallery a .title_wrapper .title {
    font-size: 14px;
  }
  .notice_2 .wrapper .gallery_wrapper .gallery a .title_wrapper .date {
    font-size: 12px;
  }
}
</pre></body></html>