<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.detail-close p,
.detail-close span {
  line-height: 1;
  line-height: 1.2;
}

.detail-close-icon {
  width: 30px;
  height: 30px;
}

.weather-detail-close {
  cursor: default;
}

.detail-close-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lifeHourlyIndexInfoContainer h3 {
  font-size: 20px;
  font-weight: var(--weight-medium);
  color: var(--main-color-d1);
  line-height: 30px;
  padding-bottom: 8px;
}

.lifeHourlyIndexInfoContainer p {
  font-size: 14px;
  font-weight: var(--weight-regular);
  color: var(--main-color-d1);
  line-height: 21px;
  word-break: break-all;
}

.hourly-rainfall {
  display: flex;
  align-items: center;
}

.hourly-rainfall img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  filter: invert(61%) sepia(98%) saturate(471%) hue-rotate(170deg) brightness(97%) contrast(96%);
  padding: 1px;
}

.hourly-rainfall p {
  font-size: 14px;
  font-weight: var(--weight-medium);
  color: #939393;
  letter-spacing: 0.31px;
  line-height: 24px;
  padding-left: 3px;
}

[dir='rtl'] .hourly-rainfall p {
  padding-left: 0px;
  padding-right: 3px;
}

.weather-detail-info .weather-card-wrap {
  padding: 0;
}

.weather-detail-title {
  display: flex;
  align-items: center;
}
#life-detail-graph .life-index-wrap .life-text h3 {
  font-size: 21px;
  font-weight: var(--weight-bold);
  color: var(--main-color-d3);
}
#life-detail-graph .life-index-wrap .life-text p {
  color: #868686;
  font-size: 14px;
  font-weight: var(--weight-regular);
}
.weather-detail-title img {
  position: relative;
  left: -2px;
  width: 18px;
  height: 18px;
  filter: invert(66%) sepia(0%) saturate(0%) hue-rotate(179deg) brightness(96%) contrast(87%);
  padding: 2px;
  margin-right: 1px;
}

.weather-detail-title p {
  font-size: 13px;
  font-weight: var(--weight-medium);
  color: #9d9d9d;
  line-height: 18px;
}

[dir='rtl'] .life-index-wrap-4 {
  padding-left: 0px;
  padding-right: 15px;
}

.life-index-btm {
  display: flex;
  flex-direction: column;
}

[dir='rtl'] .life-index-btm {
  direction: ltr;
}

[dir='rtl'] .life-index-btm &gt; h3 {
  direction: rtl;
}

.life-btm-graph {
  width: 100%;
  align-self: center;
}

[dir='rtl'] .life-btm-graph {
  direction: rtl;
}

.life-btm-graph span {
  margin-right: 0px;
  text-align: center;
  flex: 1;
  padding: 10px 0 5px 0;
}

#life-hourly-btn {
  border-bottom: 3px solid;
  border-color: #345b9e;
}

#life-weekly-btn {
  border-bottom: 3px solid;
  border-color: transparent;
}

[dir='rtl'] .radar-life-index {
  padding-left: 0px;
  padding-right: 15px;
}

.life-index-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 20px;
}
.CircleGraphWrap {
  position: relative;
}

.life-value-data {
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  line-height: 50px;
  position: absolute;
  font-weight: var(--weight-bold);
  top: 50%;
  left: calc(50% + 7px);
  color: var(--main-color-d3);
  font-size: 18px;
}
.life-graph {
  padding-left: 15px;
}

#loadingContainer {
  background-color: var(--background-color);
  position: absolute;
  width: 101%;
  height: 101%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

#loadingSpinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#radar-img-life-container {
  /* box-shadow: 5px 5px 5px gray; */
}
#radar-img-life {
  width: 100%;
  height: 100%;
  border-radius: calc(var(--border-radius-small) + 20px);
  object-fit: cover;
  padding: 20px;
}

footer.menu-footer {
  padding: 0 24px 140px;
}

footer.menu-footer .copyright {
  margin: 0 0 35px;
}

.life-index-info {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

[dir='rtl'] .life-index-info {
  left: unset;
  right: 0;
}

.life-index-info img {
  width: 24px;
  height: 24px;
  padding: 3px;
  margin-right: 6px;
}

.life-index-info:active {
  background-color: #abdff394;
}

.life-index-info span {
  font-size: 12px;
  font-weight: var(--weight-regular);
  color: #666666;
  line-height: 16px;
}

.table4-wrapper {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}

.table4-wrapper &gt; span {
  font-size: 12px;
  color: #868686;
  text-align: left;
  margin-left: 10px;
}

[dir='rtl'] .table4-wrapper &gt; span {
  text-align: right;
  margin-left: 0;
  margin-right: 10px;
}

.table4-wrapper &gt; span a {
  color: #868686;
}

.life-table-wrap thead tr th {
  font-weight: 700;
  padding-bottom: 10px;
  border-left: none;
  border-right: none;
}
.table4-wrapper .life-table-wrap th,
.table4-wrapper .life-table-wrap td {
  text-align: left;
  padding: 5px;
  color: var(--main-color-l3);
  border-top: 0;
  background-color: var(--card-color);
}

[dir='rtl'] .table4-wrapper .life-table-wrap th,
[dir='rtl'] .table4-wrapper .life-table-wrap td {
  text-align: right;
}

.life-table-wrap .air-quality-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 5px;
}

[dir='rtl'] .life-table-wrap .air-quality-circle {
  margin-left: 5px;
}

.life-table-wrap:first-child tr:nth-child(2n - 1) &gt; td:nth-child(n + 2) {
  background-color: var(--card-color);
}
.life-table-wrap:last-child tr:nth-child(2n - 1) &gt; td {
  background-color: var(--color-color);
}

.table4 {
  border-collapse: collapse;
  width: 100%;
  /* max-width: 600px; */
  margin-left: auto;
  margin-right: auto;
}

/* .table4 th,
.table4 td {
  font-size: 12px;
  color: #666666;
  text-align: left;
  word-break: break-word;
  background-color: var(--card-color);
  /* border: 1px solid var(--border-color); */
/* padding: 8px; */
/* } */

/* .table4 th {
  font-weight: var(--weight-bold);
} */
*/

/* .table4 tbody tr:nth-child(even) {
  background-color: var(--background-color);
}

.table4:first-child tr:nth-child(2n - 1) &gt; td:nth-child(n + 2) {
  background-color: var(--background-color);
}

.table4:last-child tr:nth-child(2n - 1) &gt; td {
  background-color: var(--background-color);
} */

.bar-hourly-rain {
  position: absolute;
  bottom: 1px;
  left: 25px;
  width: 10px;
  /* height: 0; */
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: height 2s ease;
}
.bar-weekly-rain {
  position: absolute;
  bottom: 1px;
  left: 25px;
  width: 10px;
  /* height: 0; */
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: height 2s ease;
}

.bar-hourly-value {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 10px;
  border-radius: 8px;
  opacity: 0;
  font-size: 12px;
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease;
  white-space: nowrap;
  max-width: 70px;
}

.bar-weekly-value {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 10px;
  border-radius: 8px;
  opacity: 0;
  font-size: 12px;
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease;
  white-space: nowrap;
  max-width: 70px;
}

.bar:hover .bar-hourly-value {
  visibility: visible;
  opacity: 0.8;
  transform: translateX(-50%) translateY(-5px);
}

.bar:hover .bar-weekly-value {
  visibility: visible;
  opacity: 0.8;
  transform: translateX(-50%) translateY(-5px);
}

#rainInfoDescription {
  justify-content: center;
  padding-bottom: 20px;
}
#rainInfoDescription2 {
  justify-content: center;
  padding-bottom: 20px;
}
.rainInfoDescriptionContainer {
  display: flex;
  align-items: center;
}
.rainInfoDescriptionContainerMiddle {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.rainInfoDescriptionCircle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
#rainCircle {
  background-color: #27a7c6;
}
#snowCircle {
  background-color: #70c9fc;
}
#mixCircle {
  background-color: #e280e6;
}

#rainCircle2 {
  background-color: #27a7c6;
}
#snowCircle2 {
  background-color: #70c9fc;
}
#mixCircle2 {
  background-color: #e280e6;
}
.rainDescriptionContents {
  font-size: 13px;
  font-weight: var(--weight-regular);
  color: var(--main-color-d4);
}
#rain-weekly-graph {
  height: unset;
}
.bottom-popup {
  width: 40%;
  max-width: 640px;
}
.bottom-popup .xbtn {
  position: unset;
  cursor: pointer;
  padding: 0;
  height: 30px;
}
.popupContentsContainer {
  display: flex;
  flex-direction: column;
  padding: 5px 0 0 5px;
}

.popupContentsTitle {
  color: var(--main-color-l3);
  font-weight: 700;
  font-size: 12px;
}

.popupContentsDescription {
  padding-top: 5px;
  color: var(--main-color-d1);
  font-size: 12px;
}

.life-detail-wrap {
  background-color: var(--background-color) !important;
  padding-bottom: 20px !important;
}

.life-radar-wrap {
  border-top: 2px solid #ddd;
}

.description-title {
  font-weight: var(--weight-medium);
}

/* ë‰´ìŠ¤ */
#lifeIndexNewsList .card {
  padding: 20px 10px;
}

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

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

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

#lifeIndexNewsList .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; */
}

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

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

#lifeIndexNewsList .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;
}

/* ë¦¬ë‰´ì–¼ */
.life-main {
  font-weight: var(--weight-bold);
  margin-bottom: 5px;
  padding: 10px 0 10px 10px;
  display: flex;
  justify-content: space-between;
}

.life-main-text {
}

.life-main-img {
  /* width: 150px;
  height: 150px; */
  width: 180px;
  height: 150px;
}

.life-title-wrap {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.life-icon {
  margin-right: 8px;
}

.life-title {
  margin-right: 5px;
  font-size: 13px;
  white-space: nowrap;
}

.life-arrow {
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
  filter: invert(100%);
}

.life-level {
  font-size: 40px;
}

.weather-card-0 {
  overflow: hidden;
}

/* .weather-card-0 &gt; div .info-comment {
  margin-top: 5px;
} */

.weather-card-0 &gt; div:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.weather-card-0 &gt; div:last-child .info-comment {
  margin-bottom: unset;
}

.calendar-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 35px;
}

.calendar-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.calendar-item div:first-child {
  font-size: 14px;
  color: #7e7e7e;
  margin-bottom: 10px;
}

.calendar-item div:last-child {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: var(--weight-medium);
}

.calendar-item div.today {
  background-color: #ebebeb;
  font-weight: var(--weight-bold);
  border-radius: 100%;
}

.calendar-item div.marker {
  position: relative;
}

.calendar-item div.marker:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background-color: red;
  border-radius: 100%;
}

.date-wrap {
  font-size: 18px;
  color: #969696;
  padding: 0 0 18px 0;
  border-bottom: 1px solid var(--border-color);
}

/* ì&nbsp;œê±° */
/* .card-title-wrap {
  font-size: 13px;
  color: #969696;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
} */

.card-info-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  padding: 2px;

  filter: invert(66%) sepia(0%) saturate(0%) hue-rotate(179deg) brightness(96%) contrast(87%);
}

/* ì&nbsp;œê±° */
/* .card-info-title {
  font-size: 13px;
  font-weight: var(--weight-medium);
  color: #9d9d9d;
  line-height: 18px;
  word-break: keep-all;
} */

.card-data-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.max-temp {
  padding-right: 5px;
  position: relative;
}

.max-temp:after {
  position: absolute;
  content: '';
  width: 0.5px;
  height: 13px;
  background-color: #7d7d7d;
  opacity: 0.5;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  font-weight: var(--weight-regular);
}

/* ì&nbsp;œê±° */
/* .min-temp {
  padding-left: 7px;
} */

/* ì&nbsp;œê±° */
/* .both-card-wrap {
  display: flex;
  width: 100%;
  padding-top: 12px;
} */

/* ì&nbsp;œê±° */
/* .weather-card-0 &gt; .both-card-wrap:first-child {
  padding-top: unset;
} */

/* ì&nbsp;œê±° */
/* .both-card-wrap &gt; div {
  flex-basis: 50%;
} */

.both-card-wrap &gt; div:last-child {
  padding-left: 10px;
}

.weather-card-2 .both-card-wrap {
  padding-top: 0;
}

.info-wrap {
  margin: 10px 0;
}

/* ì&nbsp;œê±° */
/* .card-info-value {
  font-weight: var(--weight-bold);
  font-size: 22px;
} */

/* ì&nbsp;œê±° */
/* .card-info-unit {
  font-weight: var(--weight-medium);
  font-size: 14px;
} */

.card-info-wind &gt; .card-info-unit {
  font-weight: unset;
  color: #7d7d7d;
}

.radar-img {
  border-radius: calc(var(--border-radius-small) + 20px);
  padding: 20px;
}

.hourly-graph-index,
.weekly-graph-index {
  background-color: var(--card-color);
}

/* ì&nbsp;œê±° */
/* .card-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
} */

/* ì&nbsp;œê±° */
/* .card-img.one-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
} */

/* ì&nbsp;œê±° */
/* .one-card-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
} */

#warningBtn,
#videoBtn {
  margin-bottom: 10px;
}

.warning .warn-on {
  /* border: 2px solid black; */
}

.warning {
  /* background-color: var(--card-color); */
  /* height: 60px; */
  /* color: var(--color-white); */
}

.warning.video {
  /* background-color: var(--card-color); */
}

.warning.video .warning-img img {
  /* filter: invert(100%); */
}

.warning-text {
  /* color: black; */
}

/* ì&nbsp;œê±° */
/* .info-comment {
  font-size: 12px;
  color: #b5b5b5;
  font-weight: var(--weight-medium);
  margin-bottom: 12px;
} */

/* ì&nbsp;œê±° */
/* .feel-temp-value {
  font-size: 40px;
  font-weight: var(--weight-bold);
  margin-right: 15px;
} */

.feel-temp-unit {
  font-weight: var(--weight-bold);
  color: #7d7d7d;
  white-space: nowrap;
}

/* í•´ì–‘ ìƒí™œì§€ìˆ˜ UI */

.open-more-btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.info-more-btn2 {
  font-size: 13px;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
}

.sea-map img {
  width: 100%;
  border-radius: var(--border-radius-medium);
  position: relative;
}

.sea-marker {
  display: block;
  position: absolute;
  border: none;
  background: none;
}

/* ë°”ë‹¤ ë‚šì‹œ ì§€ìˆ˜(ê°¯ë°”ìœ„) */
#SF0 {
  top: 74%;
  left: 40%;
}

#SF1 {
  top: 58%;
  left: 63%;
}
#SF2 {
  top: 54%;
  left: 68%;
}
#SF3 {
  top: 50%;
  left: 72%;
}
#SF4 {
  top: 52%;
  left: 64%;
}
#SF5 {
  top: 66%;
  left: 30%;
}
#SF6 {
  top: 60%;
  left: 48%;
}
#SF7 {
  top: 60%;
  left: 57%;
}
#SF8 {
  top: 2%;
  left: 70%;
}
#SF9 {
  top: 8%;
  left: 74%;
}
#SF10 {
  top: -7%;
  left: 63%;
}
#SF11 {
  top: -3%;
  left: 65%;
}
#SF12 {
  top: 11%;
  left: 85%;
}
#SF13 {
  top: 44%;
  left: 77%;
}
#SF14 {
  top: 13%;
  left: 74%;
}
#SF15 {
  top: 34%;
  left: 77%;
}
#SF16 {
  top: 22%;
  left: 77%;
}
#SF17 {
  top: 76%;
  left: 7%;
}
#SF18 {
  top: 48%;
  left: 23%;
}
#SF19 {
  top: 14%;
  left: 28%;
}
#SF20 {
  top: 21%;
  left: 21%;
}
#SF21 {
  top: 26%;
  left: 24%;
}
#SF22 {
  top: 62%;
  left: 17%;
}
#SF23 {
  top: 41%;
  left: 18%;
}
#SF24 {
  top: 67%;
  left: 12%;
}
#SF25 {
  top: 36%;
  left: 27%;
}
#SF26 {
  top: 27%;
  left: 17%;
}
#SF27 {
  top: 9%;
  left: 26%;
}
#SF28 {
  top: 74%;
  left: 22%;
}
#SF29 {
  top: 68%;
  left: 19%;
}
#SF30 {
  top: 80%;
  left: 30%;
}
#SF31 {
  top: 83%;
  left: 21%;
}
#SF32 {
  top: 86%;
  left: 26%;
}
#SF33 {
  top: 83%;
  left: 33%;
}

/* ì„œí•‘ ì§€ìˆ˜ */
#SR0 {
  top: 85%;
  left: 20%;
}
#SR1 {
  top: 56%;
  left: 63%;
}
#SR2 {
  top: 22%;
  left: 16.5%;
}
#SR3 {
  top: 12%;
  left: 71%;
}
#SR4 {
  top: 53%;
  left: 68%;
}
#SR5 {
  top: -6%;
  left: 60%;
}
#SR6 {
  top: 2%;
  left: 66%;
}
#SR7 {
  top: 48%;
  left: 71%;
}
/* í•´ì–‘ ìƒí™œì§€ìˆ˜ UI */

/* ë‹¤ë¥¸ ì§€ì—­ ì°¾ê¸° */

.seasonPopup {
  display: none;
}

.seasonPopup.on {
  position: fixed;
  top: 60px;
  left: 0;
  display: block;
  width: 767px;
  height: calc(100% - 60px);
  background-color: var(--background-color);
  padding: 0px 20px 20px 20px;
  margin: 0 calc((100vw - 767px) / 2);
  z-index: 50;
  display: flex;
  justify-content: center;
}

.seasonPopup.on .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: calc(100vh - 130px); */
  /* height: calc(100vh - 90px); */
  /* height: 100%; */
  overflow: hidden;
  /* padding-bottom: 0; */
  margin: 0;
  width: 100%;
  max-width: 1280px;
}

/* .season-close-wrap {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
} */

.seasonPopup .tab-wrap {
  padding-top: 70px;
  overflow: hidden;
}

.seasonPopup .tab-wrap .tab-btn {
  width: 50%;
  float: left;
  text-align: center;
  color: var(--color-white);
  background: #a4b4c7;
}

.seasonPopup .tab-wrap .tab-btn.on span {
  background: #006fe8;
}

.seasonPopup .tab-wrap .tab-btn span {
  display: block;
  padding: 10px 0;
  font-size: 14px;
}

.seasonPopup .popup-card .card-top {
  width: 100%;
  /* max-width: 800px; */
}

.seasonPopup .popup-card .card-top &gt; div {
  display: flex;
  justify-content: space-between;
  /* margin: 0 auto; */
  align-items: center;
}

.seasonPopup .popup-card .card-top .season-title {
  font-size: 21px;
  font-weight: var(--weight-bold);
  color: var(--main-color-d1);
}

.seasonPopup .popup-card .card-top .season-close {
  width: 30px;
  height: 30px;
  object-fit: contain;
  cursor: pointer;
}
#findLocationPopUp {
  width: 100%;
  overflow: auto;
}

.seasonPopup .popup-card .card-middle {
  /* overflow: auto; */
  width: 100%;
  /* max-width: 800px; */
  /* border-bottom: 1px solid;
  border-color: var(--border-color); */
  /* padding: 16px 20px 20px; */
  /* margin: 0 -20px; */
}

.sidoNameList {
  padding: 16px 0;
  color: var(--main-color-d1);
}
#season-title-closeBtn-container {
  margin-bottom: 20px;
}

.sidoChoiceContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.arrow-img {
  width: 32px;
  height: 32px;
  transition: transform 0.7s ease-in-out;
  padding: 7px;
}

.themeList {
  display: none;
}

.seasonPopup .popup-card .card-bottom {
  margin: 0 -20px;
}

.seasonPopup .popup-card .card-piece:nth-child(3) {
  overflow: scroll;
}

.address-wrap {
  border-bottom: 1px solid var(--color-black);
  padding: 10px 0;
}

.addr-select-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3px;
  max-width: 800px;
  margin: 0 auto;
}

.addr-select-wrap .sido-select {
  width: 100%;
  font-size: 14px;
  /* color: var(--color-d5-text); */
  color: #858585;
  line-height: 35px;
  text-align: center;
  border-radius: 18px;
  transition: all 0.2s ease-in-out;
}

.sido-select:hover {
  cursor: pointer;
}

.sido-select.active {
  font-weight: var(--weight-medium);
  color: var(--color-white);
  background-color: var(--button-color);
}

.addr-options-wrap {
  margin: 0 auto;
  max-width: 800px;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3px; */
  /* max-height: 70vh; */
  height: 100%;
  overflow: auto;
  padding-bottom: 20px;
}

.options-kItemNm {
  cursor: pointer;
  width: 100%;
  /* height: 50px; */
  font-size: 14px;
  /* text-align: center; */
  /* line-height: 50px; */
  color: var(--main-color-d1);
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid;
  border-color: var(--border-color);
  /* background-color: var(--color-l2); */
  /* padding: 0 10px; */
  padding: 13px 25px;
  overflow: hidden;
}

.options-kItemNm:hover {
  cursor: pointer;
}

.options-kItemNm:last-child {
  border: unset;
}

.header-container-wrap.up-to-top {
  position: fixed;
  top: 0;
}

/* ì˜¨ë„ê³„ */
/* #tempCardInfoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
} */
#idealRangeContainer {
  left: -36px;
  /* height: 42px; */
  height: 38px;
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#idealText {
  font-size: 10px;
  font-weight: var(--weight-bold);
  /* color: #b5b5b5; */
  color: #c2c2c2;
  margin-right: 5px;
}
#idealRange {
  /* border-top: 2px solid #d4d4d4;
  border-left: 2px solid #d4d4d4;
  border-bottom: 2px solid #d4d4d4; */
  border-top: 2px solid #c2c2c2;
  border-left: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
  width: 36px;
  height: 100%;
}
#tempIconContainer {
  display: flex;
  /* height: 100%; */
  height: 120px;
}
#thermometerContainer {
  max-height: 142px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
#thermometer {
  position: relative;
  height: 90px;
  z-index: 2;
}
#tempBar {
  z-index: 1;
  left: 2px;
  width: 20px;
  /* height: 100px; */
  position: absolute;
  /* bottom: 27px; */
  bottom: 0px;
  border-radius: 25% 25% 0 0;
  background: linear-gradient(to top, #ff7e5f, #feb47b);
}
#tempBarBack {
  left: 2px;
  width: 20px;
  height: 90px;
  position: absolute;
  /* bottom: 27px; */
  bottom: 0px;
  border-radius: 20%;
  background: #f3f3f3;
}
#thermometerRightContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
  width: 8px;
  margin-left: 10px;
}
.thermometerRightThin {
  width: 60%;
  margin-left: 15%;
  border-top: 2px solid #c4c4c4;
}
.thermometerRightBold {
  width: 100%;
  border-top: 2px solid #979797;
}
#thermometerTempContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 78%;
  margin-left: 10px;
}
.tempThin {
  font-weight: var(--weight-bold);
  /* color: var(--border-color); */
  color: #d6d6d6;
  font-size: 14px;
}
.tempBold {
  color: var(--main-color-d1);
  font-size: 14px;
  font-weight: var(--weight-bold);
}

/* ì&nbsp;œê±° */
/* ê°•ìˆ˜í™•ë¥&nbsp; */
/* #rainFallPopContainer {
  display: flex;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 20px;
} */

#rainFallPopBack {
  width: 32px;
  height: 32px;
  border-radius: 0% 100% 50% 50% / 0% 50% 50% 100%;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 4px;
  background-color: #cfe9f0;
}
#rainFallPop {
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 0% 100% 50% 50% / 0% 50% 50% 100%;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 4px;
}
/* ì´ìŠ¬ì&nbsp; */
/* ì&nbsp;œê±° */
/* #dewptContainer {
  display: flex;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 20px;
} */
/* #dewptTemp {
  width: 32px;
  height: 32px;
  border-radius: 0% 100% 50% 50% / 0% 50% 50% 100%;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 4px;
} */
/* #dewptDegree {
} */

/* ìŠµë„ */
#humiContainer {
  display: flex;
  position: relative;
  /* width: 40px;
  height: 40px; */
  margin-right: 20px;
}
.humiPopContainer {
  width: 32px;
  height: 32px;
}
.humiPopContainer2 {
  width: 32px;
  height: 32px;
}
.humiPopBack {
  width: 32px;
  height: 32px;
  border-radius: 0% 100% 50% 50% / 0% 50% 50% 100%;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 4px;
  background-color: #cfe9f0;
}
.humiPop {
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 0% 100% 50% 50% / 0% 50% 50% 100%;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 4px;
}

/* ìžì™¸ì„&nbsp; */
.next-prec-wrap #uvRangeContainer {
  margin-right: 10px !important;
}

/* #uvRangeBar {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: linear-gradient(90deg, #a0d255 0%, #a0d255 5%, #dac358 15%, #e0756a 35%, #b85dc1 100%);
}

#uvRangePoint {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--card-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
} */

/* í’í–¥ */
#wdirCompass {
  width: 100%;
  height: 100%;
}

#wdirCompassDir {
  position: absolute;
  top: 0;
  left: 45%;
  height: 100%;
  transform: translate(-50%, 0%);
}

/* ë&nbsp;ˆì´ë” */
.card.radar {
  padding: 20px;
}

#inlineFrameExample {
  width: 100%;
  height: 500px;
  border-radius: var(--border-radius-small);
}

.radar-inner-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

/* ìˆ˜ì˜¨ ë°” */
#waterTempBox {
  gap: 5px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

#waterTemp {
  width: 20px;
  height: 20px;
  border-radius: 0% 100% 60% 60% / 0% 60% 60% 100%;
  transform: rotate(45deg);
  background-color: #7e7e7e;
}

#tempBarContainer {
  width: 40px;
  height: 70px;
  border-radius: 15px;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.waterTempBar {
  width: 13px;
  height: 48px;
  background-color: #d8d8d8;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.waterTempValue {
  width: 100%;
  background-color: #89d538;
}

.data-source {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
}

.data-source span {
  font-size: 10px;
}

.life-description-btn {
  display: flex;
  align-items: center;
  margin: 0 20px;
}

.life-description-btn img {
  width: 24px;
  padding: 3px;
  object-fit: contain;
  margin-right: 6px;
}

.life-description-btn span {
  font-size: 12px;
  font-weight: var(--weight-regular);
  color: #666666;
  line-height: 16px;
}

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

  .seasonPopup.on {
    width: 100%;
    margin: 0;
    top: 134px;
    height: calc(100% - 134px);
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .bottom-popup {
    width: 80%;
  }

  .seasonPopup.on {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 360px) {
  .life-index-wrap-4 {
    flex-direction: column;
    padding-bottom: 0;
  }

  .life-index-wrap {
    flex-direction: column;
    padding-bottom: 0;
  }

  .life-graph {
    padding-left: 0;
  }

  #life-detail-graph .life-wrap {
    width: 100%;
  }

  #life-detail-graph .life-index-wrap-4 .life-text {
    text-align: center;
  }
  .life-value-data {
    left: 50%;
  }
  .bottom-popup {
    width: 80%;
  }
}

@media (prefers-color-scheme: dark) {
  .life-index-info img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(0%) saturate(61%) hue-rotate(191deg) brightness(95%) contrast(86%);
  }

  /* ë¦¬ë‰´ì–¼ */
  .life-icon {
    filter: invert(100%);
  }

  .warning .warn-on {
    border: 2px solid var(--color-white);
  }

  .warning.video .warning-img img {
    filter: invert(0);
  }

  .calendar-item div.today {
    background-color: #585858;
  }

  .feel-temp-value {
    color: var(--color-white);
  }
}
</pre></body></html>