#pickup {
  padding: 0 20px;
  margin-bottom: 40px;
}
#pickup .slick {
  margin-bottom: 10px;
}
#pickup .slick img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#pickup .thumbnail {
  display: flex;
  justify-content: space-between;
}
#pickup .thumbnail li {
  width: 31%;
}
#pickup .thumbnail li img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

#nav {
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
  margin-bottom: 100px;
}
#nav li {
  height: 110px;
  border: 5px solid #121212;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#nav li.wide {
  grid-column: 1/3;
}
#nav li img {
  width: 35px;
  margin: 0 auto;
}

#news .news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#news .news li {
  width: 47%;
  margin-bottom: 20px;
}
#news .news li p {
  font-size: 14px;
}
#news .news li .title {
  font-weight: bold;
  padding: 5px 0;
}
#news .news li .update {
  border-top: 2px dotted #121212;
  text-align: right;
  margin-top: 5px;
}
#news .page {
  display: flex;
  justify-content: center;
}
#news .page li {
  width: 30px;
  height: 30px;
  border: 3px solid #121212;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
  margin: 0 2.5px;
}
#news .page li.active {
  background-color: rgba(18, 18, 18, 0.6);
}
#news .page li.active a {
  color: #fff;
}
#news .page li.prevnext {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
}

#news .viewmore {
  display: block;
  text-align: center;
  width: 180px;
  padding: 10px 0;
  margin: 20px auto 0;
  border: 1px solid #121212;
}

#infomation dl {
  background-color: #eee;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
#infomation dl dt, #infomation dl dd {
  padding: 6px;
  margin-bottom: 8px;
}
#infomation dl dt {
  text-align: center;
  width: 25%;
  background-color: #121212;
  color: #fff;
}
#infomation dl dd {
  width: 75%;
  background-color: #fff;
}
#infomation dl p {
  font-size: 14px;
}/*# sourceMappingURL=index.css.map */