.event .page_view {
  max-width: 1140px;
  width: 100%;
  margin: 24px auto 64px;
}
.event .comm-page-title.line {
  margin-bottom: 0;
}
.event .comm-search {
  max-width: 460px;
}
.event .comm-search .input-box {
  width: 100%;
}
.event-list .item-list {
  margin-top: 20px;
}
.event-list .item-list .label {
  display: inline-block;
  margin-right: 8px;
  padding: 0 12px;
  line-height: 24px;
  border-radius: 24px;
  border: 1px solid;
  background: var(--TVchosun-white100, #FFF);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.event-list .item-list .label.col-o {
  color: var(--CSS-Red-Red-400, var(--TVchosun-red-red400, #F87171));
  border-color: var(--CSS-Red-Red-200, #FECACA);
}
.event-list .item-list .label.col-g {
  color: var(--CSS-Slate-Slate-400, #94A3B8);
  border-color: var(--CSS-Slate-Slate-200, #E2E8F0);
}
.event-list .item-list .label.col-end {
  color: var(--CSS-Slate-Slate-400, #94A3B8);
  border-color: var(--CSS-Slate-Slate-200, #E2E8F0);
  background: rgba(100, 116, 139, 0.08);
}
.event-list .thumb-box.end::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.event-list .thumb-box.end .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #fff;
  background: var(--TVchosun-alpha-W24, rgba(255, 255, 255, 0.24));
  border-radius: 50%;
  color: var(--TVchosun-white100, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.event-list .comm-vote {
  margin-top: 20px;
}
.event-view .board-view {
  margin-top: 24px;
}
.event-view .comm-board .board-view .title-box .label {
  display: inline-block;
  margin-right: 8px;
  padding: 0 12px;
  line-height: 28px;
  border-radius: 24px;
  border: 1px solid;
  background: var(--TVchosun-white100, #FFF);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.event-view .comm-board .board-view .title-box .label.col-o {
  color: var(--CSS-Red-Red-400, var(--TVchosun-red-red400, #F87171));
  border-color: var(--CSS-Red-Red-200, #FECACA);
}
.event-view .comm-board .board-view .title-box .label.col-g {
  color: var(--CSS-Slate-Slate-400, #94A3B8);
  border-color: var(--CSS-Slate-Slate-200, #E2E8F0);
}
.event-view .comm-board .board-view .title-box .label.col-end {
  color: var(--CSS-Slate-Slate-400, #94A3B8);
  border-color: var(--CSS-Slate-Slate-200, #E2E8F0);
  background: rgba(100, 116, 139, 0.08);
}
.event-view .btn-group {
  margin-top: 0;
  padding-top: 35px;
  border-top: 1px solid var(--TVchosun-alpha-B12, rgba(0, 0, 0, 0.12));
}
.event .item-list > li .vd-link .info-box .date {
  margin-top: 4px;
}

@media screen and (max-width: 1199px) {
  .event .page_view {
    padding: 0 16px 40px 16px;
    margin: 0;
    margin-bottom: 40px;
  }
  .event .page_view .comm-page-title {
    display: none;
  }
  .event .page_view .comm-tab {
    padding: 0;
  }
  .event .event-list .item-list .label {
    line-height: 22px;
  }
  .event .event-list .thumb-box.end .info-text {
    font-size: 17px;
    width: 80px;
    height: 80px;
  }
  .event .comm-board .board-view .title-box .label {
    line-height: 22px;
    margin-right: 0;
  }
  .event .comm-vote {
    margin-top: 0;
  }
}
@media screen and (max-width: 620px) {
  .event .event-list .item-list.col-3 {
    gap: 20px;
  }
  .event .event-list .item-list.col-3 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .event .event-list .item-list .label {
    font-size: 12px;
  }
  .event .event-list .thumb-box.end .info-text {
    font-size: 16px;
    width: 100px;
    height: 100px;
  }
  .event .comm-board .board-view .title-box .label {
    font-size: 12px;
  }
  .event .btn-group .btn {
    width: auto;
    font-weight: 400;
  }
  .event.detail .page_view .comm-tab {
    display: none;
  }
  .event.detail .event-view .board-view {
    margin-top: 0;
  }
  .event .comm-popup .btn-group .btn {
    width: 100%;
  }
  .tv.news-current .item-list.replay.type02 {
    display: grid !important;
    gap: 20px;
  }
  .tv.news-current .item-list.replay.type02 li {
    width: 100%;
  }
  .tv.news-current .item-list.replay.type02 li .title {
    font-size: 14px;
  }
  .tv.news-current .item-list.replay.type02 li .date {
    font-size: 12px;
  }
  .tv.news-current .item-list.replay.type02 li .info-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tv.news-current .item-list.replay.type02 li .badge.onAir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 17px;
    font-size: 12px;
    background: var(--TVchosun-A-white100);
    color: var(--blue-grey);
    border-radius: 8px;
    padding: 0 8px;
    -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--TVchosun-A-alpha-W40);
    color: var(--TVchosun-A-white100);
    background-color: var(--TVchosun-A-red-red600);
    border-color: var(--TVchosun-A-alpha-W40);
  }
  .news-current.collection .input-title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .btn-group.h56 .btn {
    max-height: 56px;
    height: 56px;
  }
}