<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
  background: #fff;
  margin-top: 120px;
  min-height: 1024px;
}

.nav-wrapper {
  line-height: 45px;
}

.nav-wrapper-ul&gt;li:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.title-bg-wrapper {
  background: #f7f7f7;
}

.title-bg-wrapper .max-width {
  max-width: 1262px;
  margin: 0 auto;
}

.title-max-width {
  margin-top: 25px;
  padding-bottom: 19px;
}

.activity-title {
  font-size: 34px;
  color: #222222;
  line-height: 32px;
  letter-spacing: 4px;
}

.grid-content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.title-wrapper {
  grid-column: 1 / 4;
}

.banner-img-box {
  grid-column: 4 / 5;
}

.banner-img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.activity-bg-wrapper {
  background: #ffffff;
}

.activity-bg-wrapper .max-width {
  max-width: 1262px;
  margin: 0 auto;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* å·¦ä¾§ å›¾æ–‡åˆ—è¡¨ å¼€å§‹ */
.activity-content-wrapper {
  grid-column: 1 / 4;
  margin-top: 30px;
  padding-right: 36px;
}

.files-item-box {
  background: #fafafa;
  padding: 22px 18px 22px 32px;
  font-size: 18px;
  color: #212121;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: hyjunhei_65w;
}

.activity-content-wrapper&gt;ul&gt;li {
  border-left: 4px solid #fafafa;
  transition: all ease 0.3s;
}

.activity-content-wrapper&gt;ul&gt;li:not(:last-child) {
  margin-bottom: 20px;
}

.activity-content-wrapper&gt;ul&gt;li:hover {
  color: #156bbc;
  border-left: 4px solid #156bbc;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.activity-content-wrapper&gt;ul&gt;li:hover span,
.activity-content-wrapper&gt;ul&gt;li:hover i {
  color: #156bbc;
}

.activity-content-wrapper&gt;ul&gt;li:hover .files-item-box {
  background-color: #ffffff;
}

.activity-content-wrapper&gt;ul&gt;li.no-urlfile:hover {
  color: unset;
  border: none;
  background: #fafafa;
  box-shadow: unset;
}

.activity-content-wrapper&gt;ul&gt;li.no-urlfile:hover .files-item-box {
  background-color: #fafafa;
}

.activity-content-wrapper&gt;ul&gt;li.no-urlfile:hover span,
.activity-content-wrapper&gt;ul&gt;li.no-urlfile:hover i {
  color: unset;
}

.activity-content-wrapper&gt;ul&gt;li.no-urlfile {
  border: none;
  transition: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-unset {
  cursor: unset;
}

.file-name {
  padding-bottom: 2px;
}

.download-icon {
  font-size: 25px;
}

.choosed_li {
  color: #156bbc;
  position: relative;
}

.choosed_li .download-icon,
.choosed_li .file-name {
  color: #156bbc;
}


.choosed .download-icon,
.choosed .file-name {
  color: #156bbc;
}

.file-text-box {
  display: flex;
  flex-direction: column;
}

.filedesc {
  display: inline-block;
  margin-top: 2px;
  font-size: 16px;
  color: #888888;
  line-height: 22px;
}

/* å·¦ä¾§ å›¾æ–‡åˆ—è¡¨ ç»“æŸ */


/* å³ä¾§ åˆ—è¡¨ å¼€å§‹ */
.activity-slide-wrapper {
  grid-column: 4 / 5;
}

/* å³ä¾§ åˆ—è¡¨ ç»“æŸ */

@media only screen and (max-width: 1024px) {

  main {
    margin-top: 60px;
    min-height: auto;
  }

  .activity-bg-wrapper {
    min-height: 375px;
  }

  .activity-title {
    font-size: 26px;
    letter-spacing: 3px;
  }

  .banner-img-box,
  .activity-slide-wrapper {
    display: none;
  }

  .title-bg-wrapper {
    padding-left: 20px;
  }

  .grid-content {
    display: block;
  }

  .activity-bg-wrapper .max-width {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-bottom: 60px;
  }

  .activity-content-wrapper {
    padding: 0 17px;
  }

  .files-item-box {
    padding-left: 20px;
    padding-right: 26px;
  }
}</pre></body></html>