/* 
@media (min-width: 769px) {}
@media (max-width: 768px) {}
@media (max-width: 899px) {}
*/
.sec-download {
  margin-top: 16px;
  color: #151515;
}
@media (min-width: 769px) {
  .sec-download {
    margin-top: 24px;
  }
}

.dwl-localnav {
  display: flex;
  border-right: 1px solid #E5E5E5;
}
.dwl-localnav a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  padding: 16px 0;
  border-left: 1px solid #E5E5E5;
}
@media (min-width: 769px) {
  .dwl-localnav a {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 19px 24px;
  }
}
.dwl-localnav a .nav-txt {
  font-size: 10px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .dwl-localnav a .nav-txt {
    width: 83.4%;
    font-size: 18px;
    text-align: center;
  }
}
.dwl-tagsearch {
  margin-top: 16px;
  padding: 24px;
  background: #8FBFF6;
  border-radius: 12px;
  font-size: 12px;
}
@media (min-width: 769px) {
  .dwl-tagsearch {
    margin-top: 24px;
    padding: 32px;
  }
}
.dwl-tagsearch__title {
  font-weight: 500;
}
@media (min-width: 769px) {
  .dwl-tagsearch__title {
    font-size: 18px;
    text-align: center;
  }
}
.dwl-tagsearch__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .dwl-tagsearch__nav {
    justify-content: center;
    margin-top: 24px;
    gap: 5px 4px;
  }
}
.dwl-tagsearch__nav button {
  padding: 4px 12px 5px;
  border: 1px solid #151515;
  border-radius: 12px;
  font-weight: 400;
  line-height: 1;
  transition: 0.3s;
}
.dwl-tagsearch__nav button.current {
  background: #151515;
  color: #fff;
}
@media (hover: hover) {
  .dwl-tagsearch__nav button:hover {
    opacity: 0.6;
  }
}

.dwl-contents {
  display: flex;
  flex-direction: column;
  gap: 64px 0;
  margin-top: 48px;
}
@media (min-width: 769px) {
  .dwl-contents {
    margin-top: 80px;
    min-height: 600px;
  }
}
.dwl-contents .dwl-sec {
  margin-top: 0;
}
.dwl-contents .dwl-sec.is-fadeout {
  opacity: 0;
}
.dwl-contents .dwl-sec__title {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .dwl-contents .dwl-sec__title {
    font-size: 22px;
  }
}
.dwl-contents .dwl-sec__items {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-top: 16px;
}
.dwl-contents .dwl-sec__items[hidden] {
  display: none !important;
}
@media (min-width: 769px) {
  .dwl-contents .dwl-sec__items {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 24px 12px;
    margin-top: 24px;
  }
}
.dwl-contents .dwl-sec__items .dwl-item {
  padding: 23px;
  background: #EAEAEA;
  transition: opacity 0.5s ease;
}
@media (min-width: 769px) {
  .dwl-contents .dwl-sec__items .dwl-item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 24px) / 3);
  }
}
.dwl-contents .dwl-sec__items .dwl-item.is-fadeout {
  opacity: 0;
}
.dwl-contents .dwl-sec__items .dwl-item[hidden] {
  display: none !important;
}
.dwl-contents .dwl-sec__items .dwl-item__in {
  flex-grow: 1;
}
.dwl-contents .dwl-sec__items .dwl-item__pic {
  aspect-ratio: 330/168;
  background: #fff;
  overflow: hidden;
}
.dwl-contents .dwl-sec__items .dwl-item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s;
}
.dwl-contents .dwl-sec__items .dwl-item__title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
}
.dwl-contents .dwl-sec__items .dwl-item__txt {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8571;
}
.dwl-contents .dwl-sec__items .dwl-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 16px;
  color: #707070;
  font-size: 10px;
}
.dwl-contents .dwl-sec__items .dwl-item__dl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  gap: 0 5px;
}
.dwl-contents .dwl-sec__items .dwl-item__dl .txt {
  font-size: 10px;
  font-family: "Unbounded", sans-serif;
}
.dwl-contents .dwl-sec__items .dwl-item__dl img {
  width: 36px;
  aspect-ratio: 1/1;
}
@media (hover: hover) {
  .dwl-contents .dwl-sec__items .dwl-item:hover .dwl-item__pic img {
    transform: scale(1.1);
  }
}
.dwl-contents .dwl-sec__noitem {
  margin-top: 16px;
  padding: 32px;
  background: #F2F2F2;
  color: #707070;
  font-size: 13px;
  font-family: "Unbounded", sans-serif;
  line-height: 1;
  text-align: center;
}
.dwl-contents .dwl-sec__noitem[hidden] {
  display: none !important;
}
/*# sourceMappingURL=../css/maps/download.css.map */
