@charset "UTF-8";
/* sns */
/* select */
/* button */
/* categories */
/* calamity */
/* tooltip direction */
/* decoration */
#contents .onair-wrapper {
  width: 1280px;
  padding-top: 24px;
  margin: 0 auto;
}
#contents .onair-wrapper .box.onair {
  background-color: #484848;
  position: relative;
}
#contents .onair-wrapper .box.onair .onair-popup-button {
  width: 84px;
  height: 26px;
  position: absolute;
  top: 42px;
  right: 24px;
  font-weight: 500;
  color: #333333;
  font-size: 14px;
  line-height: 14px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #bebebe;
}
#contents .onair-wrapper .box.onair .tab-contents-list .onair-tab-title {
  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;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  border-top: 1px solid #686868;
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap {
  position: relative;
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap .player-schedule {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  background-color: #222;
  display: none;
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap .player-schedule.on {
  display: block;
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap .player-schedule .title-more-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 18px;
  width: 293px;
  border-bottom: 1px solid #7c7c7c;
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap .player-schedule .title-more-box .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap .player-schedule .title-more-box .more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 82px;
  height: 29px;
  background: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14.5' cy='14.5' r='14' fill='%23272829' stroke='%23505153'/%3E%3Crect x='7' y='14' width='15' height='1' fill='%23909599'/%3E%3Crect x='14' y='7' width='1' height='15' fill='%23909599'/%3E%3C/svg%3E%0A") right center no-repeat;
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap .player-schedule .schedule-list .schedule-ul .schedule-li {
  padding: 14px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333333;
  position: relative;
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap .player-schedule .schedule-list .schedule-ul .schedule-li:last-child {
  border: none;
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap .player-schedule .schedule-list .schedule-ul .schedule-li.on {
  background: #126eba;
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap .player-schedule .schedule-list .schedule-ul .schedule-li.on::after {
  content: "방송중";
  position: absolute;
  right: 8px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap .player-schedule .schedule-list .schedule-ul .schedule-li .time,
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap .player-schedule .schedule-list .schedule-ul .schedule-li .title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area-wrap .player-schedule .schedule-list .schedule-ul .schedule-li .title {
  margin-left: 12px;
}
#contents .onair-wrapper .box.onair .tab-contents-list .player-area {
  width: 100%;
  height: 693px;
  background: #fff;
}
#contents .onair-wrapper .box.onair .tab-contents-list .title-schedule-box {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents .onair-wrapper .box.onair .tab-contents-list .title-schedule-box .title {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  font-weight: 500;
}
#contents .onair-wrapper .box.onair .tab-contents-list .title-schedule-box .schedule {
  width: 84px;
  height: 26px;
  font-weight: 500;
  color: #333333;
  font-size: 14px;
  line-height: 14px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #bebebe;
  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;
}
#contents .onair-wrapper .box.onair .tab-contents-list .title-schedule-box .schedule .arrow-icon {
  margin-left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M6 0L11.1962 9H0.803848L6 0Z' fill='%23222222' fill-opacity='0.8'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .onair-wrapper .box.onair .tab-contents-list .title-schedule-box .schedule .arrow-icon.on {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M6 9L0.803849 -9.78799e-07L11.1962 -7.02746e-08L6 9Z' fill='%23222222' fill-opacity='0.8'/%3E%3C/svg%3E") center center no-repeat;
}
#contents .onair-wrapper .box.onair .tab-contents-list .onair-youtube-contents {
  background-color: #fff;
  padding: 24px 16px;
}
#contents .onair-wrapper .box.onair .tab-contents-list .onair-youtube-contents .box-contents {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
}
#contents .onair-wrapper .box.onair .tab-contents-list .onair-youtube-contents .box-contents .box-content {
  width: calc(25% - 13.5px);
}
#contents .onair-wrapper .box.onair .tab-contents-list .onair-youtube-contents .box-contents .box-content:nth-child(n+5) {
  margin-top: 14px;
}
#contents .onair-wrapper .box.onair .tab-contents-list .onair-youtube-contents .box-contents .box-content .txt-wrapper .title {
  -webkit-line-clamp: 3;
  height: auto;
  max-height: 72px;
}

body#onair-window {
  overflow-y: scroll;
  background: #222;
}

.onair-player-window {
  max-width: 1630px;
  max-height: 975px;
  margin: 0 auto;
}
.onair-player-window .title-close-box {
  padding: 20px 24px;
  background: #092857;
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.onair-player-window .title-close-box .title {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.onair-player-window .title-close-box .close {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3633 5.63623L5.63536 18.3642' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.63672 5.63623L18.3646 18.3642' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat;
}
.onair-player-window .player-area-wrapper {
  min-width: 720px;
  min-height: 405px;
  aspect-ratio: 16/9;
}
.onair-player-window .player-area-wrapper .player-area {
  width: 100%;
  height: 100%;
  background: #ccc;
}