<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* board - Search */
.board-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.board-search select {
  width: 102px;
  height: 50px;
  line-height: 56px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  margin-right: 8px;
  background-image: url('/image/common/select_arrow.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.board-search input {
  width: 240px;
  height: 50px;
  line-height: 56px;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid #ddd;
  margin-right: 8px;
}

.board-search button {
  width: 88px;
  height: 50px;
  color: #fff;
  background-color: #437FEC;
  font-size: 16px;
  font-weight: 400;
}

.board-top {
  justify-content: space-between;
  margin-top: 30px;
}

/* board - List */

.board-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.board-list__header&gt;div {
  text-align: center !important;
  font-size: 17px !important;
  color: #000 !important;
}

.board-list__record {
  border: 0px solid #ededed;
}

.board-list__num {
  width: 90px;
  color: #505050;
  font-size: 17px;
}

.board-list__tit {
  height: 3.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0px;
}

.board-list__record:hover .board-list__tit {
  text-decoration-line: underline;
  text-underline-offset: 3px;
}

.board-list__date {
  width: 200px;
  font-size: 16px;
  color: #999;
}

/* board - Pager */
.list-pager {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-pager&gt;a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}

.list-pager&gt;a.active {
  color: #437FEC;
}

.list-pager&gt;a.prev {
  margin-right: 30px;
}

.list-pager&gt;a.next {
  margin-left: 30px;
}

/* board - View */
.board-view {
  border-top: 2px solid #000;
}

.board-view-tit {
  font-weight: 600;
  line-height: 1.6em;
  text-align: center;
  font-size: 32px;
  padding: 0 5%;
  margin-bottom: 40px;
}

.board-view-info {
  padding: 15px 5px;
  text-align: right;
  font-size: 16px;
  color: #888;
}

.board-view-info span {
  margin: 0 6px;
  color: #ddd;
}

.board-view-ct {
  padding: 10px 5px 20px;
}

.board-view-ct p {
  word-break: break-all;
}

.board-view-ct img {
  height: auto !important;
  max-width: 100%;
  display: inline-block;
}

.board-view-file {
  margin-top: 50px;
}

.board-view-file li {
  font-size: 13px;
  letter-spacing: 0.01em;
  padding-left: 20px;
  margin: 5px 0;
  background: url(/image/common/icon_file.gif) no-repeat left center;
}

.board-view-file a {
  color: #666;
}

.board-view-file a:hover {
  border-bottom: 1px dotted #666;
}

.editor-vod {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.editor-vod iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.board-view-nav {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.board-view-nav li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.board-view-nav li img {
  vertical-align: middle;
  margin-left: 10px;
}

.board-view-nav li {
  padding: 18px 5px 18px 95px;
  position: relative;
  background-color: #fcfcfc;
}

.board-view-nav li:first-child {
  border-bottom: 1px solid #ddd;
}

.board-view-nav .lb {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 18px;
  top: 18px;
  color: #333;
  font-weight: 500;
}

.board-view-btn {
  width: 200px;
  display: block;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 54px;
  height: 56px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}

.board-view-btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* communication */
.communication .overview-location__tab {
  margin: 40px auto 0;
  width: 80%;
  height: 45px;
}

.communication .overview-location__tab a {
  font-size: 16px;
}

.communication .board-list {
  width: 100%;
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 54px 29px;
}



.board-list__record span:not(.icon-new) {
  display: block;
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.board-list__record span img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  scale: 1;
  transition: scale 1s ease;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.board-list__record:hover span img {
  scale: 1.1;
}

.board-desc {
  padding: 26px 1px;
}

.board-total {
  color: #666;
  font-size: 18px;
  font-weight: 400;
}

.board-total span {
  color: #437FEC;
  font-weight: 700;
}

.board-list__banner {
  position: relative;
  grid-column-start: 1;
  grid-column-end: 4;
  display: grid;
  grid-template-columns: 1fr 2fr;
  border: 1px solid #ddd;
}

.board-list__banner span:not(.icon-new) {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 53.5%;
  position: relative;
  overflow: hidden;
}

.board-list__banner span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.board-list__banner .board-desc {
  padding: 56px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.board-list__banner .board-list__tit {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  height: 3em;
}

@media all and (max-width: 1024px) {
  .board-view-tit {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .board-total {
    order: 2;
    margin-top: 20px;
    align-self: flex-start;
  }

  .board-search {
    width: 100%;
  }

  .board-search input {
    width: auto;
    flex: 1;
  }

  .communication .board-list {
    margin-top: 50px;
  }

  .board-top {
    margin-top: 50px;
  }

  .board-list__banner .board-desc {
    padding: 30px;
  }

  .communication .board-list {
    grid-gap: 30px 20px;
  }

  .board-list__tit {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .board-desc {
    padding: 20px;
  }
}

@media all and (max-width: 768px) {
  .board-list__header {
    display: none;
  }

  .board-list__num {
    width: 70px;
  }

  .board-list__date {
    width: 120px;
  }

  .board-view-info {
    font-size: 14px;
  }

  .board-total {
    font-size: 16px;
  }

  .board-search select {
    height: 45px;
    line-height: 45px;
  }

  .board-search input {
    height: 45px;
    line-height: 45px;
  }

  .board-search button {
    height: 45px;
  }

  .board-list__banner .board-desc {
    padding: 20px;
  }

  .communication .board-list {
    grid-gap: 20px 10px;
    margin-top: 30px;
  }

  .board-list__banner .board-list__tit {
    margin-bottom: 0;
    font-size: 20px;
  }

  .communication .overview-location__tab {
    width: 100%;
    margin-top: 30px;
  }

  .communication .overview-location__tab li {
    font-size: 14px;
  }
}

@media all and (max-width: 640px) {
  .board-list__record {
    flex-wrap: wrap;
  }

  .board-list__num {
    display: none;
  }

  .board-list__tit {
    width: 100%;
    flex: none;
    font-size: 15px;
    margin-bottom: 0;
  }

  .board-list__date {
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
    text-align: left;
  }

  .list-pager {
    margin-top: 30px;
  }

  .list-pager&gt;a {
    width: 25px;
    height: 25px;
  }

  .board-view-tit {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 2%;
    line-height: 1.3;
  }

  .board-view-info {
    padding: 10px 5px;
    font-size: 12px;
  }

  .board-view-nav li {
    padding: 12px 5px 12px 75px;
    font-size: 13px;
  }

  .board-view-nav .lb {
    left: 9px;
    top: 12px;
  }

  .board-view-nav li img {
    margin-left: 6px;
  }

  .board-view-btn {
    width: 140px;
    font-size: 15px;
    line-height: 43px;
    height: 45px;
    margin-top: 40px;
  }

  .communication .board-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 8px;
  }

  .board-list__banner {
    grid-column-end: 3;
    grid-template-columns: 1fr;
  }

  .board-list__banner .board-desc {
    order: 2;
  }

  .board-list__banner .board-desc,
  .board-desc {
    padding: 14px;
  }

  .board-search select {
    padding-left: 8px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    width: 16%;
    background-position: right 8px center;
    margin-right: 4px;
    flex: none;
  }

  .board-search input {
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    padding: 0 8px;
    margin-right: 4px;
    flex: none;
    width: calc(69% - 8px);
  }

  .board-search button {
    height: 42px;
    width: 15%;
    font-size: 13px;
    flex: none;
  }
}

@media all and (max-width: 425px) {
  .communication .board-list {
    grid-template-columns: 1fr;
  }

  .board-list__banner {
    grid-column-end: 1;
    grid-template-columns: 1fr;
  }

  .board-list__tit {
    margin-bottom: 0;
  }
}


@media all and (max-width: 375px) {
  .board-search select {
    /* background-position: right 4px center; */
    background-size: 8px auto;
  }
}</pre></body></html>