@charset "UTF-8";
/*-------------------------------------------------
title       : 역대참여작가
Author      : ㅈㅁㅈ
Create date : 2026-03-24
-------------------------------------------------*/
.channel_staff .calendar-list {
  display: grid;
  margin-bottom: 4.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  grid-template-columns: repeat(11, 1fr);
}
.channel_staff .calendar-list button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 5.6rem;
  margin-bottom: -1px;
  border-bottom: 1px solid #ddd;
  font-size: 2rem;
  font-weight: 600;
  color: #aaa;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.channel_staff .calendar-list button::before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 0.3rem;
  background-color: #ddd;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.channel_staff .calendar-list button:hover::before, .channel_staff .calendar-list button:focus::before {
  width: 100%;
}
.channel_staff .calendar-list .active {
  font-weight: 700;
  color: #111;
}
.channel_staff .calendar-list .active::before {
  width: 100%;
  background-color: #111;
}
.channel_staff .tab_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8rem;
  padding: 0.8rem;
  border-radius: 1rem;
  background-color: #F4F4F8;
}
.channel_staff .tab_category li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.channel_staff .tab_category .active a {
  background-color: #111 !important;
  font-weight: 600;
  color: #fff;
}
.channel_staff .tab_category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.2rem;
  border-radius: 0.8rem;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.channel_staff .tab_category a:hover, .channel_staff .tab_category a:focus {
  background-color: #fff;
}
.channel_staff .title_group .title_h1_s {
  overflow: hidden;
  width: 100%;
  height: 0;
}
.channel_staff .staff .txt_bg {
  display: none;
}
.channel_staff .staff .col-md-6 {
  overflow: hidden;
  max-width: 0;
  padding: 0;
}
.channel_staff .staff .tab_cont .row {
  min-height: 0;
  margin: 0;
}
.channel_staff .works_group {
  min-width: 100%;
  margin: 0 !important;
  grid: auto/repeat(4, 1fr) !important;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 8rem;
}
.channel_staff .works_group .category {
  display: inline;
  margin-right: 1.4rem;
  font-size: 1.8rem;
  color: #7B6472;
}
.channel_staff .works_group .title {
  display: block;
  margin: 2.4rem 0 1.2rem;
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  text-align: left !important;
}
.channel_staff .works_group span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #757575;
  letter-spacing: 0;
}
.channel_staff .works_group .item {
  border: 0 none;
  grid-column-start: inherit !important;
  grid-column-end: inherit !important;
}
.channel_staff .works_group .item::before {
  display: none !important;
}
.channel_staff .works_group .item > a {
  min-height: 0;
  padding: 0;
}
.channel_staff .works_group .item .img, .channel_staff .works_group .item .noimg {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 100%;
  border-radius: 0.8rem;
  background-color: #f6f6f6;
}
.channel_staff .works_group .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: inherit;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.channel_staff .works_group .item .img img[src*="no.png"] {
  height: auto;
}

@media (max-width: 767px) {
  .channel_staff .calendar-list {
    grid-template-columns: repeat(8, 1fr);
  }
  .channel_staff .tab_category {
    margin-bottom: 4.8rem;
  }
  .channel_staff .works_group {
    grid: auto/repeat(3, 1fr) !important;
  }
}
@media (max-width: 500px) {
  .channel_staff .calendar-list {
    grid-template-columns: repeat(6, 1fr);
  }
  .channel_staff .calendar-list button {
    font-size: inherit;
  }
  .channel_staff .works_group {
    grid: auto/repeat(2, 1fr) !important;
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
    row-gap: 4.8rem;
  }
}