@media only screen and (max-width: 767px) {
  .contentArea {
    padding-top: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .contentArea {
    padding-top: 220px;
  }
}
.secNews .secNewsIn {
  margin: 0 auto;
}
.secNews .secNewsIn .categoryArea {
  position: relative;
  z-index: 1;
}
.secNews .secNewsIn .categoryArea .selectBtn {
  position: relative;
  z-index: 2;
  border-bottom: solid 2px #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.secNews .secNewsIn .categoryArea .selectBtn .icon {
  background: url(../../shared/images/icon_select_arrow.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: transform 0.5s;
}
.secNews .secNewsIn .categoryArea .selectListWrap {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  border: solid 1px #000;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: max-height 0.5s, opacity 0.5s;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.secNews .secNewsIn .categoryArea .selectListWrap .selectList {
  display: block;
  border-bottom: solid 1px #000;
}
.secNews .secNewsIn .categoryArea .selectListWrap .selectList.selected {
  background: url(../../shared/images/icon_select_check.svg) right 6px center no-repeat;
}
.secNews .secNewsIn .categoryArea.on .selectBtn .icon {
  transform: rotateX(180deg);
}
.secNews .secNewsIn .categoryArea.on .selectListWrap {
  max-height: 500px;
  opacity: 1;
  pointer-events: inherit;
}
.secNews .secNewsIn .newsListWrap {
  position: relative;
  z-index: 0;
  display: flex;
}
.secNews .secNewsIn .newsListWrap .newsList {
  display: flex;
  flex-direction: column;
}
.secNews .secNewsIn .newsListWrap .newsList .imgBox {
  position: relative;
}
.secNews .secNewsIn .newsListWrap .newsList .imgBox .imgBoxIn {
  position: relative;
  z-index: 1;
  aspect-ratio: 350/262;
}
.secNews .secNewsIn .newsListWrap .newsList .imgBox .imgBoxIn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px #dddddd;
}
.secNews .secNewsIn .newsListWrap .newsList .imgBox .category {
  position: absolute;
  z-index: 2;
  left: 1px;
  bottom: 0px;
  background: #ffffff;
  border: solid 1px #000;
}
.secNews .secNewsIn .newsListWrap .newsList .textBox .title {
  line-height: 170%;
  font-size: 12px;
}
.secNews .secNewsIn .newsListWrap .newsList .textBox .date {
  font-family: "Roboto", sans-serif;
  color: #98a6b5;
  font-size: 12px;
}
.secNews .secNewsIn .newsListWrap .listNone {
  text-align: center;
  line-height: 180%;
  font-size: 13px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .secNews .secNewsIn {
    width: min(92vw, 480px);
  }
  .secNews .secNewsIn .categoryArea {
    margin: 60px auto 60px;
    width: 324px;
  }
  .secNews .secNewsIn .categoryArea .selectBtn {
    padding: 5px;
  }
  .secNews .secNewsIn .categoryArea .selectBtn .txt {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secNews .secNewsIn .categoryArea .selectListWrap .selectList {
    font-size: 14px;
    padding: 6px 20px 6px 8px;
  }
  .secNews .secNewsIn .newsListWrap {
    flex-wrap: wrap;
    padding: 0px 0 0 0;
    row-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .secNews .secNewsIn .newsListWrap .newsList {
    width: 100%;
  }
  .secNews .secNewsIn .newsListWrap .newsList .imgBox .category {
    font-size: 12px;
    padding: 1px 6px;
  }
  .secNews .secNewsIn .newsListWrap .newsList .textBox {
    padding: 12px 0 0 0;
  }
  .secNews .secNewsIn .newsListWrap .newsList .textBox .date {
    padding: 4px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secNews .secNewsIn {
    width: calc(100% - 160px);
  }
  .secNews .secNewsIn .categoryArea {
    margin: 60px auto 72px;
    width: 324px;
  }
  .secNews .secNewsIn .categoryArea .selectBtn {
    padding: 5px;
  }
  .secNews .secNewsIn .categoryArea .selectBtn .txt {
    font-size: 22px;
  }
  .secNews .secNewsIn .categoryArea .selectListWrap .selectList {
    font-size: 14px;
    padding: 6px 20px 6px 8px;
  }
  .secNews .secNewsIn .newsListWrap {
    flex-wrap: wrap;
    -moz-column-gap: 2.27%;
         column-gap: 2.27%;
    row-gap: 24px;
  }
  .secNews .secNewsIn .newsListWrap .newsList {
    width: 31.82%;
  }
  .secNews .secNewsIn .newsListWrap .newsList .imgBox .category {
    font-size: 14px;
    padding: 2px 10px;
  }
  .secNews .secNewsIn .newsListWrap .newsList .textBox {
    padding: 18px 0 0 0;
  }
  .secNews .secNewsIn .newsListWrap .newsList .textBox .date {
    padding: 4px 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */