[dir='rtl'] body {
  overflow-x: hidden;
}

[dir='rtl'] #rain-info {
  direction: ltr;
}

[dir='rtl'] .detail-info-wrap.active .detail-info-title-wrap {
  align-items: start;
}

[dir='rtl'] .detail-info-wrap.active .detail-info-icon {
  margin-right: -2px;
}
.bar-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;
}

#rainInfoDescription {
  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;
}
.rainDescriptionContents {
  font-size: 13px;
  font-weight: var(--weight-regular);
  color: var(--main-color-d4);
}
/* 검색 영역 */
/* .popup-background{
        top: 0 ;
        height: 100%;
        overflow: auto;
        flex-flow: column nowrap;
      }
      #top-container-search-container{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
      }
      #top-container-search-container >form{
        width: 100%;
        margin: 0 16px 0 0;
        padding: 0 16px;
      }
      #top-container-search-close-btn{
        width: 24px;
        height: 24px;
      }
      #top-container-search-close-btn >img{
        object-fit: contain;
        cursor: pointer;
        margin-right: 6px;
        filter: brightness(0);
      }
      #search-bottom-logo{
        display: flex;
        justify-content: center;
      } */
/* 광고 */
#adtop > .adsbygoogle {
  display: inline-block;
  width: 320px;
  height: 100px;
}

/* 오늘의 날씨 포인트 영역 */
.weather-point {
  position: relative;
}

.weather-point .point-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.weather-point .point-title h3 {
  font-size: 14px;
  font-weight: var(--weight-medium);
  color: var(--main-color-d1);
}

.weather-point p.point-cont {
  display: -webkit-box;
  -webkit-line-clamp: initial;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 100%;
  font-size: 14px;
  font-weight: var(--weight-regular);
  line-height: 20px;
  color: var(--main-color-d1);
  margin-bottom: 18px;
  overflow-y: hidden;
  transition: max-height 0.3s ease-in-out;
}

.weather-point p.point-cont.short {
  -webkit-line-clamp: 5;
  max-height: 120px;
}

.switch-wrapper {
  position: relative;
  top: -4px;
  display: inline-flex;
  padding: 2px;
  border: 1px solid var(--select-color);
  border-radius: 30px;
}

.switch-wrapper [type='radio'] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type='radio']:checked#cur ~ label[for='cur'],
.switch-wrapper [type='radio']:checked#tom ~ label[for='tom'] {
  color: var(--main-color-d1);
  font-weight: var(--weight-medium);
}

.switch-wrapper [type='radio']:checked#cur ~ label[for='cur']:hover,
.switch-wrapper [type='radio']:checked#tom ~ label[for='tom']:hover {
  background: transparent;
}

.switch-wrapper [type='radio']:checked#cur + label[for='tom'] ~ .highlighter {
  transform: none;
}

.switch-wrapper [type='radio']:checked#tom + label[for='cur'] ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  min-width: 48px;
  font-size: 14px;
  font-weight: var(--weight-regular);
  line-height: 24px;
  color: var(--main-color-d5);
  text-align: center;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  cursor: pointer;
  z-index: 1;
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(50% - 2px);
  height: calc(100% - 4px);
  border-radius: 30px;
  background: var(--select-color);
  transition: transform 0.25s ease-in-out, width 0.25s ease-in-out;
}

/* .switch-wrapper .highlighter.after-reset {
  transition: transform 0.25s ease-in-out, width 0.25s ease-in-out;
} */

/* 날씨 상세 정보 영역 */
#today-weather-info .card {
  padding-bottom: 7px;
}

.card.radar-today {
  position: relative;
  width: 100%;
  min-height: 100%;
  cursor: pointer;
}

/* 레이더 */
#radar-img-today {
  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);
}

#astro-comment {
  padding-top: 20px;
  font-size: 14px;
  font-weight: var(--weight-regular);
  color: var(--main-color-d4);
}

.springFlower-select-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: unset;
  font-size: 15px;
  font-weight: var(--weight-regular);
  color: var(--color-d5-text);
  letter-spacing: -0.3px;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
  border-radius: 18px;
  background-color: var(--main-color-l1);
  cursor: pointer;
  padding: 0 15px;
}

.springFlower-select-text.active {
  background-color: var(--main-color-d1);
  font-weight: var(--weight-medium);
  color: var(--main-color-l1);
  letter-spacing: -0.5px;
  transition: all 0.2s ease-in-out;
}

.springFlower-select-text:not(:last-child) {
  margin-right: 8px;
}

#springFlowerImg {
  margin-top: 20px;
  position: relative;
}

.map-btnbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 태풍 추적 */
#todayTyphoonRadar {
  width: 100%;
  height: 265px;
  border-top-left-radius: var(--border-radius-medium);
  border-top-right-radius: var(--border-radius-medium);
}

#typhoonRadar .info-more-btn-wrap {
  padding-top: 17px;
}

/* #typhoonMoreBtn {
  margin-right: 20px;
} */

[dir='rtl'] #typhoonMoreBtn {
  margin-right: 0;
  margin-left: 20px;
}

#typhoonRadar .card {
  position: unset;
  padding: 20px;
}

.typhoon-img-wrap {
  width: 100%;
  margin: 0 auto;
  height: 265px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  border-radius: var(--border-radius-small);
  position: relative;
}

.typhoon-img-wrap:hover {
  cursor: pointer;
}

.typhoon-info-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: white;
  background: linear-gradient(0deg, #000, transparent 20%, transparent 75%, #000);
  pointer-events: none;
}

.typhoon-info-wrap .typhoon-info {
  width: 100%;
  height: 30px;
  display: flex;
}

[dir='rtl'] .typhoon-icon-wrap {
  margin-right: unset;
  margin-left: 10px;
}

.typhoon-icon {
  width: 25px;
  height: 25px;
}

/* .info-type-icon {
  width: 30px;
  height: 30px;
  border: 3px solid orange;
  background-color: darkolivegreen;
  margin-right: 10px;
  border-radius: 100%;
}

.info-type-icon span {
  height: 100%;
  width: 100%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.info-text-wrap {
  flex: 1;
}

.info-text-wrap > span {
  display: flex;
  height: 13px;
  align-items: center;
}

.info-text-wrap > span:first-child {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 4px;
}

.info-text-wrap > span:last-child {
  font-size: 10px;
}

.mapbox-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
  display: block;
  width: 75px;
  height: 25px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
}

[dir='rtl'] .mapbox-icon {
  right: unset;
  left: 15px;
}

/* 대기질 영역 */

.air-quality-bar .air-bar {
  width: 100%;
  height: 8px;
  border-radius: 10px;
  /* background: linear-gradient(90deg, #4d6ad6 8%, #89d538 16%, #efc03e 32%, #d93030 100%); */
  background: linear-gradient(90deg, #4d6ad6 0%, #4d6ad6 5%, #89d538 15%, #efc03e 35%, #d93030 60%, #d93030 100%);
}

/* [dir='rtl'] .air-quality-bar .air-bar {
  background: linear-gradient(-90deg, #4d6ad6 8%, #89d538 16%, #efc03e 32%, #d93030 100%);
} */

.air-quality-bar .point {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  /* background-color: var(--color-l1); */
  border-radius: 50%;
  border: 2.33px solid var(--card-color);
  transition: left 1.5s ease-out;
}

.air-quality-top {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
}

.air-quality-bar {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
#airqMoreBtn {
  margin-top: 20px;
}
#airValue {
  position: relative;
  top: -2px;
  font-size: 46px;
  font-weight: var(--weight-bold);
  letter-spacing: -2px;
  line-height: 55px;
  text-align: center;
  margin: 0 24px 0 4px;
  color: var(--main-color-d3);
}

[dir='rtl'] #airValue {
  margin: 0 4px 0 24px;
}

.air-quality-index-wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: var(--weight-regular);
  color: #666666;
  line-height: 21px;
}

.air-quality-index-wrap > em {
  padding-right: 5px;
}

[dir='rtl'] .air-quality-index-wrap > em {
  padding-right: 0;
  padding-left: 5px;
}

.air-quality-index {
  font-size: 14px;
  font-weight: var(--weight-regular);
  color: #666666;
  line-height: 21px;
}

.air-quality-index.summary {
  color: var(--main-color-d4);
}

#airStatus {
  font-weight: var(--weight-bold);
  color: var(--main-color-d3);
}

#mainPollutant {
  color: var(--main-color-d1);
}

#mainPollutant > em {
  color: #666666;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.bottom-popup img {
  width: 30px;
  padding: 3px;
  object-fit: contain;
}

.bottom-popup .xbtn {
  padding: 0px;
}

[dir='rtl'] .bottom-popup img {
  margin-right: 0;
  margin-left: 5px;
}

.description-title {
  font-size: 16px;
  font-weight: var(--weight-medium);
}

/* .table4 thead {
  background-color: var(--card-color);
} */

/* 통합대기환경지수 i  */
.table4-wrapper {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}

.table4-wrapper > span {
  font-size: 12px;
  color: #868686;
  text-align: left;
}

[dir='rtl'] .table4-wrapper > span {
  text-align: right;
}

.table4-wrapper > span a {
  color: #868686;
}

.table4 {
  width: 100%;
  max-width: 700px;
  border-collapse: collapse;
  margin: 5px 0 10px;
}

.aqi-table-wrap tr th {
  font-weight: var(--weight-bold);
  padding-bottom: 10px;
}

.aqi-table-wrap th,
.aqi-table-wrap td {
  font-size: 12px;
  color: var(--main-color-l3);
  text-align: left;
  word-break: break-word;
  /* border: 1px solid var(--border-color); */
  padding: 5px;
}

[dir='rtl'] .aqi-table-wrap th,
[dir='rtl'] .aqi-table-wrap td {
  text-align: right;
  padding: 8px 7px;
}

[dir='rtl'] .aqi-table-wrap .air-quality-circle {
  margin-left: 5px;
}

.aqi-table-wrap .air-quality-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 5px;
}

.info-icon {
  margin-right: 5px;
}

#air-info {
  cursor: pointer;
}

/* 미세먼지 영역 */
#pm10-info.card {
  padding: 16px 20px;
  cursor: pointer;
}

#pm10-info .pm10-wrap {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#pm10-info .pm25-wrap {
  padding-bottom: 0px;
}

#pm10-info .pm10-wrap:first-child {
  border-bottom: 1px solid var(--border-color);
  padding-top: 0;
}

#pm10-info .pm10-wrap div[id] {
  position: relative;
  display: flex;
}
.CircleGraphWrap {
  position: relative;
}
.pm-value-data {
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  position: absolute;
  font-weight: var(--weight-bold);
  top: 50%;
  left: 50%;
  color: var(--main-color-d3);
  font-size: 24px;
}

#pm10-info .pm10-wrap .flex-column {
  padding-left: 20px;
}

.pm-contents-container {
  display: flex;
  flex-direction: row;
  padding-left: 20px;
}

#pm10-info a {
  display: inline-block;
}

.pm10-status {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: var(--weight-bold);
  margin-bottom: 8px;
  word-break: keep-all;
  color: var(--main-color-d3);
}

#pm10Prop > em,
#pm25Prop > em,
.air-quality-index.unit > em {
  color: #666666;
}

#pm10Prop,
#pm25Prop {
  color: var(--main-color-d1);
}

.pm10-comment {
  font-size: 14px;
  color: #868686;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: var(--weight-regular);
}

#pm-summary {
  cursor: pointer;
}

[dir='rtl'] #pm10-info .pm10-wrap .flex-column {
  padding-right: 20px;
  padding-left: 0px;
}

/* 생활지수 */
#life-index.card {
  padding: 0 20px;
}

.life-index-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  padding: 18px 0px 17px 0px;
  margin: 0 -6px;
}

#life-index a:last-child .life-index-wrap {
  border-bottom: none;
}

.life-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.life-wrap .life-text {
  padding: 0 10px;
}

.life-wrap .life-text h3 {
  font-size: 17px;
  font-weight: var(--weight-medium);
  color: var(--main-color-d1);
}

.life-wrap .life-text p {
  font-size: 14px;
  font-weight: var(--weight-regular);
  color: #868686;
  margin-top: 3px;
}

.life-wrap img {
  width: 24px;
  transform: rotateZ(270deg);
  padding: 2px;
}

[dir='rtl'] .life-wrap img {
  transform: rotateZ(90deg);
}

.life-index-title {
  display: flex;
  align-items: center;
}

.title-wrap-tablet {
  display: none;
}

/* CCTV */
#cctvLocWrap {
  display: flex;
  flex-direction: row;
}
.cctv-link-wrap {
  /* display: inline-flex; */
  display: none;
  align-items: center;
}

.cctv-link-wrap::before {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 16px;
  margin: 2px 8px 2px 3px;
  background-color: #8c8c8c;
  content: '';
}
#tableCctvWrap {
  margin: 2px 8px;
}
.cctv-link {
  display: inline-flex;
  align-items: center;
}

.cctv-link span {
  font-size: 13px;
  font-weight: 600;
  color: var(--main-color-d1);
  line-height: 20px;
  margin: 0 4px;
}

.cctv-link .cctv-icon {
  width: 20px;
  height: 20px;
}

.cctv-link .right-arrow-icon {
  width: 10px;
  height: 10px;
}

.map-container {
  position: relative;
}

.season-map .map-container {
  display: flex;
}

.season-map .map-container img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.season-map .info-more-btn-wrap {
  padding-top: 20px;
}

.map-btnbox .map-btn {
  position: absolute;
  width: 26%;
  height: 7%;
  z-index: 50;
}

.map-btnbox .map-btn0 {
  right: 30%;
  top: 8.5%;
}
.map-btnbox .map-btn1 {
  left: 28%;
  top: 17%;
}
.map-btnbox .map-btn2 {
  right: 14%;
  top: 19%;
}
.map-btnbox .map-btn3 {
  left: 26%;
  top: 27%;
}
.map-btnbox .map-btn4 {
  left: 37%;
  bottom: 54%;
}
.map-btnbox .map-btn5 {
  left: 13%;
  bottom: 52%;
}
.map-btnbox .map-btn6 {
  right: 10%;
  top: 45%;
}
.map-btnbox .map-btn7 {
  left: 13%;
  top: 53%;
}
.map-btnbox .map-btn8 {
  right: 23%;
  top: 55%;
}
.map-btnbox .map-btn9 {
  right: 12%;
  bottom: 28%;
}
.map-btnbox .map-btn10 {
  left: 15%;
  bottom: 26%;
}
.map-btnbox .map-btn11 {
  right: 25%;
  bottom: 22%;
}
.map-btnbox .map-btn12 {
  left: 31%;
  bottom: 14%;
}
.map-btnbox .map-btn13 {
  left: 25%;
  bottom: 1.5%;
}

/* 개나리 */
.map-btnbox.golden .map-btn0 {
  left: 47%;
}
.map-btnbox.golden .map-btn1 {
  left: 31%;
}
.map-btnbox.golden .map-btn2 {
  right: 10%;
}
.map-btnbox.golden .map-btn3 {
  left: 29%;
}
.map-btnbox.golden .map-btn4 {
  left: 40%;
}
.map-btnbox.golden .map-btn5 {
  left: 15%;
}
.map-btnbox.golden .map-btn6 {
  right: 9%;
}
.map-btnbox.golden .map-btn7 {
  left: 15%;
}
.map-btnbox.golden .map-btn8 {
  left: 52%;
}
.map-btnbox.golden .map-btn9 {
  right: 10%;
}
.map-btnbox.golden .map-btn10 {
  left: 18%;
}
.map-btnbox.golden .map-btn11 {
  right: 23%;
}
.map-btnbox.golden .map-btn12 {
  left: 33%;
}
.map-btnbox.golden .map-btn13 {
  left: 31%;
}

/* 진달래 */
.map-btnbox.azalea .map-btn0 {
  right: 28%;
}
.map-btnbox.azalea .map-btn1 {
  left: 30%;
}
.map-btnbox.azalea .map-btn2 {
  right: 11%;
}
.map-btnbox.azalea .map-btn3 {
  left: 29%;
}
.map-btnbox.azalea .map-btn4 {
  left: 40%;
}
.map-btnbox.azalea .map-btn5 {
  left: 16%;
}
.map-btnbox.azalea .map-btn6 {
  right: 9%;
}
.map-btnbox.azalea .map-btn7 {
  left: 15%;
}
.map-btnbox.azalea .map-btn8 {
  right: 21%;
}
.map-btnbox.azalea .map-btn9 {
  right: 10%;
}
.map-btnbox.azalea .map-btn10 {
  left: 17%;
}
.map-btnbox.azalea .map-btn11 {
  right: 23%;
}
.map-btnbox.azalea .map-btn12 {
  left: 34%;
}
.map-btnbox.azalea .map-btn13 {
  left: 27%;
}

/* tip */
#lifeTip img {
  width: 100%;
  border-radius: var(--border-radius-medium);
}

.xbtn {
  cursor: pointer;
}

@media all and (min-width: 1024px) {
  #today-weather-info-card-bottom {
    display: flex;
    flex-wrap: wrap;
  }

  #today-weather-info-card-bottom > a {
    width: calc(50% - 18px);
  }

  #today-weather-info-card-bottom > a:nth-child(odd) {
    margin-right: 18px;
  }

  [dir='rtl'] #today-weather-info-card-bottom > a:nth-child(odd) {
    margin-right: 0;
    margin-left: 18px;
  }

  #today-weather-info-card-bottom > a:nth-child(even) {
    margin-left: 18px;
  }

  [dir='rtl'] #today-weather-info-card-bottom > a:nth-child(even) {
    margin-left: 0;
    margin-right: 18px;
  }

  #today-weather-info-card-bottom .detail-info-wrap {
    border-bottom: none;
    border-top: 1px solid var(--border-color);
  }
}

@media (min-width: 1280px) {
  #main {
    scroll-margin-top: 600px;
  }
}

@media (max-width: 1280px) {
  #main {
    scroll-margin-top: 600px;
  }
  #m_forecast {
    scroll-margin-top: 134px;
  }
  #pastWeather {
    scroll-margin-top: 134px;
  }
  #weatherMap {
    scroll-margin-top: 190px;
  }
  #springFlower {
    scroll-margin-top: 190px;
  }

  #lifeindex {
    scroll-margin-top: 140px;
  }
}

@media (max-width: 767px) {
  #m_forecast {
    scroll-margin-top: 60px;
  }
  #pastWeather {
    scroll-margin-top: 60px;
  }
  #weatherMap {
    scroll-margin-top: 100px;
  }
  #springFlower {
    scroll-margin-top: 130px;
  }

  #lifeindex {
    scroll-margin-top: 80px;
  }
  #main {
    scroll-margin-top: 600px;
  }
  #skiMap{
    scroll-margin-top: 70px;
  }
  #springMap{
    scroll-margin-top: 70px;
  }
}

@media all and (min-width: 768px) {
  .title-wrap-tablet {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .headline-tablet {
    font-size: 21px;
    font-weight: var(--weight-medium);
    color: var(--main-color-d3);
    line-height: 28px;
    margin-bottom: 4px;
  }

  .sub-title-tablet {
    font-size: 13px;
    font-weight: var(--weight-medium);
    color: var(--color-d5-text);
    line-height: 18px;
  }

  .title-wrap {
    /* padding-left: 20px; */
    display: none;
  }
}

/* @media (max-width: 400px) {
  .map-btnbox .map-btn0 {
    right: 28%;
    top: 13%;
  }
  .map-btnbox .map-btn1 {
    left: 32%;
    top: 21%;
  }
  .map-btnbox .map-btn2 {
    left: 64%;
    top: 23%;
  }
  .map-btnbox .map-btn3 {
    left: 30%;
    top: 31%;
  }
  .map-btnbox .map-btn4 {
    left: 40%;
    bottom: 51%;
  }
  .map-btnbox .map-btn5 {
    left: 18%;
    bottom: 48%;
  }
  .map-btnbox .map-btn6 {
    right: 8%;
    top: 48%;
  }
  .map-btnbox .map-btn7 {
    right: 57%;
    top: 55%;
  }
  .map-btnbox .map-btn8 {
    right: 20%;
    top: 57%;
  }
  .map-btnbox .map-btn9 {
    right: 9%;
    bottom: 26%;
  }
  .map-btnbox .map-btn10 {
    right: 55%;
    bottom: 24%;
  }
  .map-btnbox .map-btn11 {
    right: 21%;
    bottom: 20%;
  }
  .map-btnbox .map-btn12 {
    left: 34%;
    bottom: 14%;
  }
  .map-btnbox .map-btn13 {
    left: 20%;
    bottom: 2%;
  }
} */

@media (max-width: 320px) {
  #pm10-info .pm10-wrap {
    flex-direction: column;
  }

  #pm10-info .pm10-wrap .flex-column {
    padding-left: 0;
  }
  .pm1025StatusContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .air-quality-index {
    text-align: center;
  }
  .pm10-status {
    padding-top: 10px;
  }
}

@media (prefers-color-scheme: dark) {
  .life-wrap img {
    filter: invert(64%) sepia(9%) saturate(0%) hue-rotate(234deg) brightness(84%) contrast(88%);
  }

  .bottom-popup img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(0%) saturate(61%) hue-rotate(191deg) brightness(95%) contrast(86%);
  }

  .table4 th,
  .table4 td {
    color: var(--color-white);
  }

  #pastWeatherData,
  .calendar-temp div {
    color: var(--main-color-d4);
  }

  #pastWeather .past-info-wrap {
    filter: brightness(0) saturate(100%) invert(58%) sepia(0%) saturate(61%) hue-rotate(191deg) brightness(95%) contrast(86%);
  }
}

.b_none {
  border: none;
}

.text-none {
  font-size: 0;
  /* text-indent: -9999; */
}

#month-select-info {
}

.forecast-box {
  padding-top: 20px;
}

.forecast-box > p {
  font-size: 14px;
  font-weight: var(--weight-regular);
  color: var(--main-color-d4);
  line-height: 21px;
}

.forecast-text {
  font-size: 13px;
  font-weight: 400;
  color: #8b8b8c;
  margin-top: 20px;
}

.forecast-text > a {
  font-weight: 500;
  color: #166ab5;
}

@media screen and (min-width: 1300px) {
  .bottom-popup {
    width: 40%;
  }
}

/* 별똥별 */

.night {
  position: absolute;
  width: 70%;
  height: 60%;
  transform: translate(-50%, -50%) rotateZ(45deg);
  top: 50%;
  left: 50%;
  z-index: 2;
  background-color: transparent;
}

.shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px #699bff);
  -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
  animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
.shooting_star::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: shining 3000ms ease-in-out infinite;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
  top: calc(0%);
  left: calc(0%);
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.shooting_star:nth-child(1)::before,
.shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.shooting_star:nth-child(2) {
  top: calc(100%);
  left: calc(0%);
  -webkit-animation-delay: 3240ms;
  animation-delay: 3240ms;
}
.shooting_star:nth-child(2)::before,
.shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 3240ms;
  animation-delay: 3240ms;
}
.shooting_star:nth-child(3) {
  top: calc(50%);
  left: calc(0%);
  -webkit-animation-delay: 4480ms;
  animation-delay: 4480ms;
}
.shooting_star:nth-child(3)::before,
.shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 4480ms;
  animation-delay: 4480ms;
}
.shooting_star:nth-child(4) {
  top: calc(30%);
  left: calc(0%);
  -webkit-animation-delay: 5320ms;
  animation-delay: 5320ms;
}
.shooting_star:nth-child(4)::before,
.shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 5320ms;
  animation-delay: 5320ms;
}
.shooting_star:nth-child(5) {
  top: calc(70%);
  left: calc(0%);
  -webkit-animation-delay: 7200ms;
  animation-delay: 7200ms;
}
.shooting_star:nth-child(5)::before,
.shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 7200ms;
  animation-delay: 7200ms;
}
.shooting_star:nth-child(6) {
  top: calc(20%);
  left: calc(0%);
  -webkit-animation-delay: 8900ms;
  animation-delay: 8900ms;
}
.shooting_star:nth-child(6)::before,
.shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 8900ms;
  animation-delay: 8900ms;
}

@-webkit-keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0%;
  }
}

@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    left: 0%;
    transform: translateX(-50%);
  }
  100% {
    left: 100%;
    transform: translateX(-50%);
  }
}
@keyframes shooting {
  0% {
    left: 0%;
    transform: translateX(-50%);
  }
  100% {
    left: 100%;
    transform: translateX(-50%);
  }
}
@-webkit-keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

#pastWeather .calendar-select-wrap {
  display: flex;
  width: 100%;
  position: relative;
}

#pastWeather .calendar-select-wrap .select-item-btn {
  /* display: block; */
  display: flex;
  flex: 1;
  border: 1px solid #ddd;
  justify-content: center;
  /* align-items: center; */
  padding: 5px 0;
  cursor: pointer;
  /* border: none; */
  /* border-right: 0; */
  background: none;
  outline: none;
  font-size: 15px;
  color: var(--main-color-d4);
}

#pastWeather .calendar-select-wrap .select-year-btn {
  border-right: none;
}
#pastWeather .calendar-select-wrap .select-month-btn {
  border-right: 1px solid #ddd;
}

#pastWeather .calendar-select-menu .calendar-select-wrap.active .select-list-wrap {
  display: block;
  background-color: var(--card-color);
}
#pastWeather .calendar-temp {
  color: var(--main-color-d4);
  padding-top: 10px;
  padding-bottom: 5px;
}
#pastWeather .calendar-rain {
  font-size: 11px;
  color: #68a1ff;
  padding-bottom: 5px;
}

.rotated {
  transform: rotate(180deg); /* 초기에 회전된 상태로 설정합니다. */
}

.arrow-img {
  width: 100%;
  padding: 7px;
}
/* new
*/
.bottom-popup .xbtn {
  position: unset;
  height: 30px;
}

#pastWeather .calendar-select-menu {
  display: flex;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
#pastWeather .past-info-wrap {
  display: inline-flex;
  padding-top: 20px;
  align-items: center;
  cursor: pointer;
}
#pastWeather .past-info-wrap .info-img {
  width: 24px;
  height: 24px;
  padding: 3px;
  object-fit: contain;
  margin-right: 6px;
}
#pastWeather .past-info-wrap span {
  font-size: 10px;
  font-weight: var(--weight-regular);
  color: #666666;
}

#pastWeather .calendar-select-menu .select-item {
  /* display: block; */
  flex: 1;
  border: 1px solid #ddd;
  padding: 5px 0;
  cursor: pointer;
}
#pastWeather .calendar-select-menu .calendar-select .select-list-wrap {
  display: none;
}
#pastWeather .calendar-select-menu .calendar-select.active .select-list-wrap {
  display: block;
  cursor: pointer;
}

#pastWeather .calendar-select-menu .select-list-wrap .select-list {
  padding: 5px 0;
}

.table-calendar {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.table-calendar th:nth-child(1) {
  color: red;
}

#pastWeather .table-calendar td,
#pastWeather .table-calendar th {
  font-size: 14px;
  padding: 5px;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: top;
}

#pastWeather .table-calendar .last-next-day {
  opacity: 0.3;
}
.date-picker.selected {
  font-weight: bold;
}

.date-picker.selected span {
  border-bottom: 2px solid currentColor;
}

/* sunday */
.date-picker:nth-child(1) {
  color: red;
}

.button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
}
.calendar-temp {
  font-size: 12px;
}

#pastWeather .calendar-select-menu .calendar-select-wrap .select-list {
  cursor: pointer;
  padding: 5px 0;
  padding: 3px 15px;
}
#pastWeather .calendar-select-menu .calendar-select-wrap .select-list-wrap {
  display: none;
  /* border: none; */
  /* box-shadow: 0 8px 8px 3px rgba(0, 0, 0, 0.15); */
  padding: 10px 0;
  border: 1px solid #ddd;
  /* border-radius: var(--border-radius-small); */
}
#pastWeather .calendar-select-menu .calendar-select-wrap.active .select-list-wrap {
  display: block;
}
#pastWeather .calendar-temp {
  color: #000000a6;
  padding-top: 10px;
  padding-bottom: 5px;
}
#pastWeather .calendar-rain {
  font-size: 11px;
  color: #68a1ff;
  padding-bottom: 5px;
}
.calendar-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  margin: 2px 0;
  transition: transform 0.5s;
}

.arrow-img {
  width: 100%;
  padding: 7px;
}
/* new
      */
.bottom-popup .xbtn {
  position: unset;
  height: 30px;
}

#pastWeather .calendar-select-menu {
  display: flex;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
#pastWeather .past-info-wrap {
  display: inline-flex;
  padding-top: 20px;
}
#pastWeather .past-info-wrap .info-img {
  width: 24px;
  height: 24px;
  padding: 3px;
  object-fit: contain;
  margin-right: 6px;
}
#pastWeather .past-info-wrap p {
  font-size: 11px;
  word-break: keep-all;
}

#pastWeather .calendar-select-menu .select-item {
  /* display: block; */
  flex: 1;
  border: 1px solid #ddd;
  padding: 5px 0;
  cursor: pointer;
}
#pastWeather .calendar-select-menu .calendar-select .select-list-wrap {
  display: none;
}
#pastWeather .calendar-select-menu .calendar-select.active .select-list-wrap {
  display: block;
  cursor: pointer;
}
#pastWeather .calendar-select-menu .select-list-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  border: 1px solid #ddd;
  width: 100%;
  z-index: 1;
  background: #fff;
}

.table-calendar {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.table-calendar th:nth-child(1) {
  color: red;
}

#pastWeather .table-calendar td,
#pastWeather .table-calendar th {
  font-size: 14px;
  padding: 5px;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: top;
}

#pastWeather .table-calendar .last-next-day {
  opacity: 0.3;
}
.date-picker.selected {
  font-weight: bold;
}

.date-picker.selected span {
  border-bottom: 2px solid currentColor;
}

/* sunday */
.date-picker:nth-child(1) {
  color: red;
}

.button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
}
.calendar-temp {
  font-size: 12px;
}
/* 태풍 */

.typhoon-info-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  color: white;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 20%, transparent 80%, rgba(0, 0, 0, 0.5));
  display: flex;
  justify-content: space-between;
}

.typhoon-info-wrap .typhoon-info {
  display: flex;
}

.info-text-wrap > span {
  display: flex;
  height: 13px;
  align-items: center;
  font-size: 13px;
}
.typhoon-button {
  color: gray;
  background-color: inherit;
  padding: 4px 10px;
  border: none;
  margin: 0 auto;
  border-radius: 22px;
  height: 30px;
}

.sub-title-wrap {
  display: flex;
  align-items: flex-end;
  border-top-right-radius: var(--border-radius-small);
  border-top-left-radius: var(--border-radius-small);
  background-color: var(--card-color);
  height: 50px;
}

.info-text-wrap > span:first-child {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 3px;
}

.info-text-wrap > span:last-child {
  font-size: 10px;
}

.mapbox-icon {
  cursor: pointer;
  display: block;
  width: 75px;
  height: 25px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
}
.typhoon-wrap {
  border-bottom-left-radius: var(--border-radius-medium);
  border-bottom-right-radius: var(--border-radius-medium);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

[dir='rtl'] .mapbox-icon {
  right: unset;
  left: 15px;
}

.typhoon-icon-wrap {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  font-size: 13px;
  font-weight: var(--weight-bold);
}

[dir='rtl'] .typhoon-icon-wrap {
  margin-right: unset;
  margin-left: 10px;
}

.typhoon-icon-wrap.td {
  border: 2.25px solid #25bef7;
  background-color: #093b4d;
}

.typhoon-icon-wrap.ts {
  border: 2.25px solid #84c45a;
  background-color: #2f471f;
}

.typhoon-icon-wrap.sts {
  border: 2.25px solid #ebdb02;
  background-color: #494501;
}

.typhoon-icon-wrap.ty {
  border: 2.25px solid #be2418;
  background-color: #660202;
}

.typhoon-icon {
  width: 30px;
  height: 30px;
}

.typhoon-img-wrap {
  display: block;
  justify-content: unset;
  align-items: unset;
}

.typhoon-img {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  z-index: 1;
  /* filter: brightness(2); */
}
.flex {
  display: flex;
}

.typhoon-route-info-wrap {
  width: 100%;
  height: max-content;
  position: absolute;
  padding: 14px 16px;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  color: var(--color-white);
}

.typhoon-route-item-wrap {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}

.typhoon-canvas-wrap {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-small);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.typhoon-canvas-wrap.cursor {
  cursor: pointer;
}

.typhoon-canvas {
  position: absolute;
  z-index: 1;
  width: 736;
  height: 265;
}

.card-none-background {
  position: relative;
  border-radius: var(--border-radius-medium);
  padding: 20px;
  margin-top: 5px;
  margin-bottom: 13px;
}

.typhoon-route-name {
  font-weight: var(--weight-regular);
  font-size: 10px;
}

.typhoon-route-value {
  font-weight: var(--weight-bold);
  font-size: 11px;
}


.skimap-select-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: unset;
  font-size: 15px;
  font-weight: var(--weight-regular);
  color: var(--color-d5-text);
  letter-spacing: -0.3px;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
  border-radius: 18px;
  background-color: var(--main-color-l1);
  cursor: pointer;
  padding: 0 15px;
  max-width: 100%;
}

.skimap-select-text.active {
  background-color: var(--main-color-d1);
  font-weight: var(--weight-medium);
  color: var(--main-color-l1);
  letter-spacing: -0.5px;
  transition: all 0.2s ease-in-out;
}

.skimap-select-text:not(:last-child) {
  margin-right: 8px;
}

.ski_map_image_container_box{
  position: relative;
  margin-top: 20px;
}
#ski_map_location_item{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
}
.ski_item_btn{
  width: 30%;
  height: 4%;
  position: absolute;
  cursor: pointer;
}
#slope_item0{
  top: 30%;
  left: 5%;
  /* 뚝섬 한강공원 */
}
#slope_item1{
  top: 35%;
  left: 13%;
  width: 25%;
  /* 에버랜드 눈썰매장 */
}
#slope_item2{
  top: 39%;
  left: 10%;
  /* 곤지암 */
}
#slope_item3{
  top: 26%;
  left: 50%;
  /* 비발디 */
}
#slope_item4{
  top: 32%;
  left: 55%;
  width: 36%;
  /* 휘닉스평창 */
}
#slope_item5{
  top: 45%;
  left: 38%;
  /* 상록 */
}
#slope_item6{
  top: 50%;
  left: 34%;
  /* 알프스 */
}
#slope_item7{
  top: 61%;
  left: 19%;
  /* 덕유산 */
}
#slope_item8{
  top: 73%;
  left: 2%;
  /* 광주패밀리 */
}
#slope_item9{
  top: 70%;
  left: 40%;
  width: 20%;
  /* 백아산 */
}
#slope_item10{
  top: 81%;
  left: 18%;
  width: 24%;
  /* 에코힐즈 */
}
#slope_item11{
  top: 57%;
  left: 60%;
  width: 23%;
  /* 이월드 */
}
#slope_item12{
  top: 63%;
  left: 73%;
  width: 23%;
  /* 경주월드 */
}
#slope_item13{
  top: 70%;
  left: 67%;
  /* 에덴벨리 */
}
#slope_item14{
  top: 76%;
  left: 50%;
  /* 금오산랜드 */
}

#waterpark_item0{
  top: 25%;
  left: 13%;
  width: 20%;
  /* 웅진 */
}
#waterpark_item1{
  top: 30%;
  left: 1%;
  width: 27%;
  /* 파라다이스시티씨메르 */
}
#waterpark_item2{
  top: 34%;
  left: 25%;
  width: 15%;
  /* 하피랜드 */
}
#waterpark_item3{
  top: 31%;
  left: 45%;
  width: 18%;
  /* 이천테르메덴 */
}
#waterpark_item4{
  top: 25%;
  left: 45%;
  width: 18%;
  /* 오션월드 */
}
#waterpark_item5{
  top: 18%;
  left: 60%;
  width: 28%;
  /* 한화설악 */
}
#waterpark_item6{
  top: 29%;
  left: 70%;
  width: 28%;
  /* 쏠비치 */
}
#waterpark_item7{
  top: 40%;
  left: 40%;
  width: 16%;
  /* 아산스파비스 */
}
#waterpark_item8{
  top: 42%;
  left: 10%;
  width: 26%;
  /* 파라다이스스파도고 */
}
#waterpark_item9{
  top: 48%;
  left: 9%;
  width: 20%;
  height: 7%;
  /* 리솜 워터파크 */
}
#waterpark_item10{
  top: 41%;
  left: 60%;
  width: 28%;
  /* 소노문 단양 */
}
#waterpark_item11{
  top: 62%;
  left: 2%;
  width: 28%;
  /* 소노벨 변산 */
}
#waterpark_item12{
  top: 61%;
  left: 40%;
  width: 20%;
  /* 진안 홍삼스파 */
}
#waterpark_item13{
  top: 71%;
  left: 16%;
  width: 22%;
  /* 금호 화순 */
}
#waterpark_item14{
  top: 36%;
  left: 70%;
  width: 25%;
  /* 덕구온천 */
}
#waterpark_item15{
  top: 64%;
  left: 70%;
  width: 28%;
  /* 울산대공원 */
}
#waterpark_item16{
  top: 74%;
  left: 60%;
  width: 26%;
  height: 7%;
  /* 클럽디오아시스 */
}
#waterpark_item17{
  top: 91%;
  left: 5%;
  width: 20%;
  /* 산방산 */
}
#ski_item0{
  top : 22%;
  left: 11%;
  width: 25%;
  height: 7%;
  /* 엘리시안 */
}
#ski_item1{
  top : 20%;
  left: 69%;
  width: 25%;
  height: 7%;
  /* 알펜시아 */
}
#ski_item2{
  top : 32%;
  left: 2%;
  width: 25%;
  height: 7%;
  /* 비발디 */
}
#ski_item3{
  top : 30%;
  left: 73%;
  width: 25%;
  height: 7%;
  /* 용평 */
}
#ski_item4{
  top : 40%;
  left: 2%;
  width: 25%;
  height: 7%;
  /* 오크 */
}
#ski_item5{
  top : 49%;
  left: 2%;
  width: 25%;
  height: 7%;
  /* 곤지암 */
}
#ski_item6{
  top : 47%;
  left: 74%;
  width: 25%;
  height: 7%;
  /* 휘닉스 */
}
#ski_item7{
  top : 58%;
  left: 2%;
  width: 25%;
  height: 7%;
  /* 지산 */
}
#ski_item8{
  top : 59%;
  left: 74%;
  width: 25%;
  height: 7%;
  /* 하이원 */
}
#ski_item9{
  top : 70%;
  left: 74%;
  width: 25%;
  height: 7%;
  /* 오투 */
}
#ski_item10{
  top : 81%;
  left: 68%;
  width: 25%;
  height: 7%;
  /* 웰리 */
}
#ski_item11{
  top : 84%;
  left: 40%;
  width: 25%;
  height: 7%;
  /* 에덴 */
}
#ski_item12{
  top : 84%;
  left: 4%;
  width: 25%;
  height: 7%;
  /* 덕유 */
}

#festival_item0{
  top: 19%;
  left: 9%;
  width: 35%;
}
#festival_item1{
  top: 20%;
    left: 60%;
    width: 35%;
}
#festival_item2{
  top: 26%;
    left: 3%;
}
#festival_item3{
  top: 25%;
    left: 70%;
    width: 25%;
}
#festival_item4{
  top: 31%;
    left: 29%;
    width: 20%;
}
#festival_item5{
  top: 30%;
    left: 65%;
    width: 25%;
}
#festival_item6{
  top: 36%;
    left: 16%;
}
#festival_item7{
  top: 42%;
    left: 13%;
}
#festival_item8{
  top: 47%;
  left: 3%;
  width: 36%;
}
#festival_item9{
  top: 44%;
    left: 67%;
}
#festival_item10{
  top: 49%;
    left: 66%;
}
#festival_item11{
  top: 63%;
    left: 9%;
    width: 38%;
}
#festival_item12{
  top: 69%;
    left: 72%;
    width: 23%;
}
#festival_item13{
  top: 87%;
  left: 35%;
  width: 25%;
}
#festival_item14{
  top: 93%;
    left: 30%;
    width: 45%;
}

#spring_map_location_item{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
}
.spring_item_btn{
  width: 23%;
  height: 7%;
  position: absolute;
  cursor: pointer;
}

#spring_map_item0{
  top: 21%;
  left: 8%;
}
#spring_map_item1{
  top: 25%;
  left: 43%;
  width: 29%;
  height: 9%;
}
#spring_map_item2{
  top: 12%;
  left: 14%;
}
#spring_map_item3{
  top: 15%;
  left: 58%;
}
#spring_map_item4{
  top: 40%;
  left: 2%;
}
#spring_map_item5{
  top: 44%;
  left: 43%;
  width: 34%;
}
#spring_map_item6{
  top: 60%;
  left: 15%;
}
#spring_map_item7{
  top: 69%;
  left: 2%;
  width: 20%;
}
#spring_map_item8{
  top: 78%;
  left: 3%;
  width: 20%;
}
#spring_map_item9{
  top: 53%;
    left: 60%;
    width: 36%;
}
#spring_map_item10{
  top: 62%;
  left: 63%;
  width: 16%;
}
#spring_map_item11{
  top: 72%;
  left: 48%;
  width: 29%;
}
#spring_map_item12{
  top: 76%;
  left: 27%;
  width: 19%;
}

#spring_bike_item0{
  top: 15%;
    height: 4%;
    left: 2%;
    width: 27%;
}
#spring_bike_item1{
  height: 4%;
    top: 21%;
    left: 6%;
    width: 25%;
}
#spring_bike_item2{
  top: 19%;
  height: 4%;
  left: 44%;
}
#spring_bike_item3{
  height: 4%;
    top: 14%;
    left: 52%;
}
#spring_bike_item4{
  height: 4%;
    top: 9%;
    left: 66%;
}
#spring_bike_item5{
  height: 4%;
  top: 33%;
  left: 7%;
}
#spring_bike_item6{
  height: 4%;
    top: 38%;
    left: 18%;
    width: 20%;
}
#spring_bike_item7{
  height: 4%;
    top: 43%;
    left: 21%;
    width: 18%;
}
#spring_bike_item8{
  height: 4%;
    top: 49%;
    left: 16%;
    width: 25%;
}
#spring_bike_item9{
  height: 4%;
    top: 57%;
    left: 25%;
    width: 25%;
}
#spring_bike_item10{
  height: 4%;
    top: 65%;
    left: 8%;
}
#spring_bike_item11{
  height: 4%;
    top: 72%;
    left: 12%;
}
#spring_bike_item12{
  height: 4%;
    top: 40%;
    left: 70%;
}
#spring_bike_item13{
  height: 4%;
    left: 62%;
    top: 46%;
    width: 28%;
}
#spring_bike_item14{
  height: 4%;
    left: 58%;
    top: 57%;
}
#spring_bike_item15{
  height: 4%;
    left: 52%;
    top: 71%;
}
#spring_bike_item16{
  height: 4%;
    left: 32%;
    top: 85%;
}
#spring_bike_item17{
  height: 4%;
    top: 94%;
    left: 4%;
    width: 26%;
}
#spring_cherry_item{
  width: 100%;
  height: 100%;
}

#spring_cherry_item0{
  height: 7%;
  top: 27%;
  left: 8%;
  width: 28%;
  /* background: rgba(0,0,0,0.3); */
}
#spring_cherry_item1{
  height: 7%;
  top: 35%;
  left: 15%;
  width: 28%;
  /* background: rgba(0,0,0,0.3); */
}
#spring_cherry_item2{
    height: 7%;
    top: 28%;
    left: 55%;
    width: 22%;
    /* background: rgba(0,0,0,0.3); */
}
#spring_cherry_item3{
  height: 7%;
  top: 20%;
  left: 57%;
  width: 25%;
  /* background: rgba(0,0,0,0.3); */
}
#spring_cherry_item4{
  height: 7%;
  top: 71%;
  left: 11%;
  width: 24%;
  /* background: rgba(0,0,0,0.3); */
}
#spring_cherry_item5{
  height: 7%;
  top: 47.5%;
  left: 68.5%;
  width: 21%;
  /* background: rgba(0,0,0,0.3); */
}
#spring_cherry_item6{
  height: 7%;
  top: 62%;
  left: 54.5%;
  width: 23.5%;
  /* background: rgba(0,0,0,0.3); */
}
#spring_cherry_item7{
  height: 7%;
  top: 70%;
  left: 52%;
  width: 42.5%;
  /* background: rgba(0,0,0,0.3); */
}
#spring_cherry_item8{
  height: 7%;
  top: 89.5%;
  left: 28.5%;
  width: 30%;
  /* background: rgba(0,0,0,0.3); */
}


#summer_map_location_item{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
}
.summer_item_btn{
  width: 23%;
  height: 7%;
  position: absolute;
  cursor: pointer;
}
/* 한탄강 */
#summer_camping_item0{
  top: 17%;
  height: 5%;
  left: 2%;
  width: 35%;
}
/* 자라섬 */
#summer_camping_item1{
  top: 24%;
  height: 5%;
  left: 7%;
  width: 35%;
}
/* 홍천 */
#summer_camping_item2{
  top: 17%;
    height: 5%;
    left: 50%;
    width: 35%;
}
/* 계방산 */
#summer_camping_item3{
  top: 27%;
  height: 5%;
  left: 57%;
  width: 35%;
}
/* 어은돌 */
#summer_camping_item4{
  top: 36%;
  height: 5%;
  left: 25%;
  width: 35%;
}
/* 칠갑 */
#summer_camping_item5{
  top: 47%;
  height: 5%;
  left: 2%;
  width: 35%;
}
/* 청송 */
#summer_camping_item6{
  top: 41%;
  height: 5%;
  left: 62%;
  width: 35%;
}
/* 그린 */
#summer_camping_item7{
  top: 54%;
  height: 5%;
  left: 40%;
  width: 35%;
}
/* 압록 */
#summer_camping_item8{
  top: 70%;
  height: 5%;
  left: 2%;
  width: 37%;
}
/* 심천 */
#summer_camping_item9{
  top: 80%;
  height: 5%;
  left: 30%;
  width: 35%;
}
/* 황매 */
#summer_camping_item10{
  top: 67%;
  height: 5%;
  left: 55%;
  width: 35%;
}
/* 협재 */
#summer_camping_item11{
  top: 92%;
  height: 5%;
  left: 23%;
  width: 40%;
}
/* 왕산 */
#summer_surfing_item0{
  top: 31%;
  height: 4%;
  left: 32%;
  width: 20%;
}
/* 송지호 */
#summer_surfing_item1{
  top: 21%;
  height: 4%;
  left: 57%;
  width: 24%;
}
/* 죽도 */
#summer_surfing_item2{
  top: 27%;
  height: 4%;
  left: 64%;
  width: 20%;
}
/* 망상 */
#summer_surfing_item3{
  top: 35%;
  height: 4%;
  left: 68%;
  width: 20%;
}
/* 만리포 */
#summer_surfing_item4{
  top: 46%;
  height: 4%;
  left: 31%;
  width: 22%;
}
/* 부흥리 */
#summer_surfing_item5{
  top: 49%;
  height: 4%;
  left: 70%;
  width: 22%;
}
/* 구룡포 */
#summer_surfing_item6{
  top: 55%;
  height: 4%;
  left: 73%;
  width: 22%;
}
/* 격포 */
#summer_surfing_item7{
  top: 63%;
  height: 4%;
  left: 30%;
  width: 20%;
}
/* 송정 */
#summer_surfing_item8{
  top: 68%;
  height: 4%;
  left: 65%;
  width: 20%;
}
/* 남열 */
#summer_surfing_item9{
  top: 77%;
  height: 4%;
  left: 40%;
  width: 20%;
}
/* 협재 */
#summer_surfing_item10{
  top: 89%;
  height: 4%;
  left: 3%;
  width: 20%;
}
/* 월정리 */
#summer_surfing_item11{
  top: 86%;
  height: 4%;
  left: 32%;
  width: 20%;
}
/* 색달 */
#summer_surfing_item12{
  top: 91%;
  height: 4%;
  left: 30%;
  width: 20%;
}

#summer_bike_item0{
   top: 15%;
    height: 4%;
    left: 2%;
    width: 27%;
}
#summer_bike_item1{
  top: 22%;
  height: 4%;
  left: 4%;
  width: 27%;
}
#summer_bike_item2{
  top: 19%;
  height: 4%;
  left: 44%;
}
#summer_bike_item3{
  height: 4%;
    top: 14%;
    left: 50%;
}
#summer_bike_item4{
  height: 4%;
  top: 8%;
  left: 64%;
  width: 25%;
}
#summer_bike_item5{
  height: 4%;
  top: 33%;
  left: 4%;
}
#summer_bike_item6{
  height: 4%;
    top: 34%;
    left: 41%;
    width: 24%;
}
#summer_bike_item7{
  height: 4%;
    top: 42%;
    left: 20%;
    width: 18%;
}
#summer_bike_item8{
  height: 4%;
  top: 49%;
  left: 12%;
  width: 29%;
}
#summer_bike_item9{
  height: 4%;
    top: 57%;
    left: 25%;
    width: 25%;
}
#summer_bike_item10{
  height: 4%;
    top: 66%;
    left: 4%;
    width: 26%;
}
#summer_bike_item11{
  height: 4%;
  top: 72%;
  left: 8%;
  width: 27%;
}
#summer_bike_item12{
  height: 4%;
  top: 41%;
  left: 68%;
  width: 28%;
}
#summer_bike_item13{
  height: 4%;
  left: 62%;
  top: 47%;
  width: 32%;
}
#summer_bike_item14{
  height: 4%;
    left: 58%;
    top: 57%;
}
#summer_bike_item15{
  height: 4%;
  left: 52%;
  top: 73%;
  width: 27%;
}
#summer_bike_item16{
  height: 4%;
  left: 32%;
  top: 88%;
  width: 27%;
}
#summer_bike_item17{
  height: 4%;
  top: 94%;
  left: 5%;
  width: 32%;
}
/* 국화리 */
#summer_village_item0{
  top: 19%;
  height: 5%;
  left: 28%;
  width: 25%;
}
/* 수미 */
#summer_village_item1{
  top: 27%;
  height: 5%;
  left: 19%;
  width: 25%;
}
/* 고라데이 */
#summer_village_item2{
  top: 18%;
  height: 5%;
  left: 61%;
  width: 28%;
}
/* 어름치 */
#summer_village_item3{
  top: 24%;
  height: 5%;
  left: 66%;
  width: 25%;
}
/* 상황림 */
#summer_village_item4{
  top: 31%;
  height: 5%;
  left: 60%;
  width: 25%;
}
/* 칠갑산꽃 */
#summer_village_item5{
  top: 38%;
  height: 5%;
  left: 2%;
  width: 27%;
}
/* 알프스 */
#summer_village_item6{
  top: 45%;
  height: 5%;
  left: 10%;
  width: 25%;
}
/* 기대리 */
#summer_village_item7{
  top: 38%;
  height: 5%;
  left: 50%;
  width: 34%;
}
/* 밤원 */
#summer_village_item8{
  top: 45%;
  height: 5%;
  left: 56%;
  width: 24%;
}
/* 고지 */
#summer_village_item9{
  top: 56%;
  height: 5%;
  left: 56%;
  width: 40%;
}
/* 경천애인 */
#summer_village_item10{
  top: 59%;
  height: 5%;
  left: 10%;
  width: 25%;
}
/* 명하쪽 */
#summer_village_item11{
  top: 74%;
  height: 5%;
  left: 4%;
  width: 25%;
}
/* 아홉굿 */
#summer_village_item12{
  top: 92%;
  height: 5%;
  left: 26%;
  width: 25%;
}
/* 을왕리 */
#summer_beach_item0{
  top: 20%;
    left: 9%;
    width: 27%;
}
/* 속초 */
#summer_beach_item1{
  top: 14%;
  left: 45%;
}
/* 경포 */
#summer_beach_item2{
  top: 20%;
  left: 72%;
}
/* 망상 */
#summer_beach_item3{
  top: 29%;
  left: 72%;
}
/* 만리포 */
#summer_beach_item4{
  top: 32%;
  left: 25%;
  width: 27%;
}
/* 대천 */
#summer_beach_item5{
  top: 41%;
  left: 30%;
}
/* 선유도 */
#summer_beach_item6{
  top: 50%;
  left: 36%;
  width: 26%;
}
/* 변산 */
#summer_beach_item7{
  top: 57%;
  left: 12%;
}
/* 격포 */
#summer_beach_item8{
  top: 66%;
  left: 10%;
}
/* 영일대 */
#summer_beach_item9{
  top: 44%;
  left: 72%;
}
/* 구룡 */
#summer_beach_item10{
  top: 54%;
  left: 70%;
}
/* 송정 */
#summer_beach_item11{
  top: 64%;
  left: 76%;
  width: 19%;
}
/* 해운대 */
#summer_beach_item12{
  top: 65%;
  left: 48%;
}
/* 광안리 */
#summer_beach_item13{
  top: 74%;
  left: 70%;
  width: 26%;
}
/* 김녕 */
#summer_beach_item14{
  top: 86%;
  left: 33%;
}
/* 협재 */
#summer_beach_item15{
  top: 89%;
  left: 2%;
}

.farmbox_img {
  width:100%;
  height:100%;
  border-radius: 20px;
  object-fit: cover;
}

.farmbox_pagination_container {
  position:absolute;
   left:50%;
    transform: translateX(-50%);
     bottom:-15px;
      display: flex;
       gap:5px;
        align-items: center;
}

.farmbox_pagination_container div{
  width: 8px;
   height: 8px;
    border-radius: 5px;
     
}

.dot_active {
  background-color: rgba(0,0,0,1);;
}

.dot_inactive {
  background-color: rgba(0,0,0,0.4);
}
.farmbox_description{
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px 0px 20px 0px;
  font-size: 14px;
  font-weight: var(--weight-regular);
  color: var(--main-color-d4);
  line-height: 21px;
}


@media (prefers-color-scheme: dark) {

  .dot_active {
    background-color: rgba(255,255,255,1);;
  }
  
  .dot_inactive {
    background-color: rgba(255,255,255,0.4);
  }
  

}