<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#weatherWarning .accordion-wrap {
  background-color: var(--card-color);
  /* padding: 10px 28px 10px 18px; */
  border-radius: var(--border-radius-medium);
  margin-bottom: 10px;
  border-bottom: 0;
}
#eqContainer {
  scroll-margin-top: 60px;
}
#weatherWarning .accordion-wrap .accordion {
  border-bottom: none;
  border-radius: var(--border-radius-medium);
}

#weatherWarning .accordion-wrap .accordion.clicked {
  border: 1px solid #51bef3;
}

#weatherWarning .accordion-wrap .accordion.active {
  border-radius: var(--border-radius-medium) var(--border-radius-medium) 0 0;
}

#weatherWarning .accordion-wrap .accordion.active &gt; .warning-title-wrap {
  border-bottom: 1px solid var(--border-color);
}

#weatherWarning .accordion-wrap .accordion .warning-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px;
  padding: 20px 0;
  cursor: pointer;
}

#weatherWarning .accordion-wrap .accordion .warning-text-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 15px;
  font-weight: var(--weight-regular);
  color: var(--main-color-d3);
  padding: 0 17px;
}

.description-title {
  font-size: 16px;
  font-weight: var(--weight-medium);
}
.map-wrap .radar-img {
  border-radius: calc(var(--border-radius-small) + 20px);
  padding: 20px;
}
#radar-img-warn {
  width: 100%;
  height: 100%;
  border-radius: calc(var(--border-radius-small) + 20px);
  object-fit: cover;
  padding: 20px;
}
#radar-comment {
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 20px 20px 20px;
  font-size: 14px;
  font-weight: var(--weight-regular);
  color: var(--main-color-d4);
}
.map-wrap .radar-time {
  top: 36px;
  left: 26px;
}

.eq-info-wrap img {
  border-radius: var(--border-radius-small);
}

.warn-menu span {
  font-size: 14px;
}

.alert-contents-wrap,
.warn-contents-wrap {
  list-style: square;
  padding: 20px;
}

[dir='rtl'] .warn-list {
  margin-right: 0px;
  margin-left: 20px;
}

.warn-list {
  font-size: 13px;
  font-weight: var(--weight-medium);
}

.warn-contents {
  width: 100%;
  font-size: 12px;
  word-break: break-all;
}

/* ë‰´ìŠ¤ */

#warningNewsList .card {
  padding: 20px 10px;
}

#warningNewsList .card &gt; a:last-child .news-list-wrap {
  margin-bottom: 0;
}

#warningNewsList .news-list-wrap {
  /* display: flex; */
  justify-content: space-between;
  margin-bottom: 30px;
}

#warningNewsList .news-list-link {
  display: none;
}

#warningNewsList .news-list-wrap .news-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--main-color-d4);
  font-size: 14px;
  width: calc(100% - 0px);
  /* padding-left: 8px; */
}

#warningNewsList .news-list-wrap .news-title span {
  color: #7d7d7d;
  font-size: 12px;
  font-weight: var(--weight-regular);
}

#warningNewsList .news-list-wrap .news-img-wrap {
  /* width: 130px; */
  width: 100%;
  object-fit: cover;
}

#warningNewsList .news-list-wrap .news-img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-small);
  object-fit: cover;
  height: 50vw;
  max-height: 400px;
}

.list-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
}

.news-title .content-title {
  line-height: 1.4;
  margin-top: 10px;
}

/* ë°˜ì‘í˜• */
/* íƒœë¸”ë¦¿ */
@media (max-width: 400px) {
  .warn-info-list {
    flex-direction: column;
  }

  .warn-list {
    margin-bottom: 8px;
    /* font-size: 16px; */
  }

  /* .warn-contents {
    text-align: center;
  } */
}

@media all and (min-width: 768px) {
  #warningNewsList .news-list-wrap .news-img-wrap img {
    height: 25vw;
    max-height: 200px;
  }
}

/* ë‹¤í¬ëª¨ë“œ */
@media (prefers-color-scheme: dark) {
  .card-info img,
  .bottom-popup img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(0%) saturate(61%) hue-rotate(191deg) brightness(95%) contrast(86%);
  }

  .card-info-wrap &gt; img {
    filter: invert(99%) sepia(0%) saturate(653%) hue-rotate(185deg) brightness(86%) contrast(91%);
  }

  .card-info-wrap &gt; span {
    color: #8a8a8a;
  }

  .weather-warning-menu .accordion .right-arrow-icon {
    filter: brightness(2);
  }
  #warningNewsList .news-list-wrap .news-title span {
    color: #8a8a8a;
  }
}
</pre></body></html>