.tab-btns.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.tab-btns.badge .tab-btn {
  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: 30px;
  padding: 0 16px;
  border: 1px solid #ebebeb;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #2282b9;
}
.tab-btns.badge .tab-btn:hover {
  text-decoration: underline;
}
.tab-btns.badge .tab-btns-list.on .tab-btn {
  background-color: #2282b9;
  border: 1px solid #2282b9;
  color: #fff;
}
.tab-btns.badge .tab-btns-list.on .tab-btn:hover {
  text-decoration: none;
}
.tab-btns.boxbtn {
  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;
  background-color: #f2f2f2;
  border-radius: 32px;
  overflow: hidden;
}
.tab-btns.boxbtn .tab-btns-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.tab-btns.boxbtn .tab-btn {
  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: 100%;
  height: 32px;
  color: #666;
  font-weight: 500;
  border-radius: 32px;
}
.tab-btns.boxbtn .tab-btn:hover {
  text-decoration: underline;
}
.tab-btns.boxbtn .tab-btns-list.on .tab-btn {
  color: #fff;
  font-weight: 700;
  background: #126eba;
}
.tab-btns.boxbtn .tab-btns-list.on .tab-btn:hover {
  text-decoration: none;
}
.tab-btns.textbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
}
.tab-btns.textbtn .tab-btns-list {
  position: relative;
}
.tab-btns.textbtn .tab-btns-list + .tab-btns-list {
  padding-left: 13px;
}
.tab-btns.textbtn .tab-btns-list + .tab-btns-list::before {
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #bbb;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tab-btns.textbtn .tab-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #7c7c7c;
}
.tab-btns.textbtn .tab-btn:hover {
  text-decoration: underline;
}
.tab-btns.textbtn .tab-btns-list.on .tab-btn {
  color: #126eba;
  font-weight: 700;
}
.tab-btns.textbtn .tab-btns-list.on .tab-btn:hover {
  text-decoration: none;
}
.tab-btns.underline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tab-btns.underline::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.tab-btns.underline .tab-btns-list {
  position: relative;
}
.tab-btns.underline .tab-btns-list + .tab-btns-list::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #bbb;
}
.tab-btns.underline .tab-btn {
  position: relative;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #7c7c7c;
  padding: 0 12px;
}
.tab-btns.underline .tab-btn::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #2282b9;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 2;
}
.tab-btns.underline .tab-btn:hover {
  text-decoration: underline;
}
.tab-btns.underline .tab-btns-list.on .tab-btn {
  color: #2282b9;
  font-weight: 700;
  text-decoration: none;
}
.tab-btns.underline .tab-btns-list.on .tab-btn::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.tab-btns.onair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-btns.onair .tab-btns-list {
  width: 240px;
}
.tab-btns.onair .tab-btn {
  width: 100%;
  height: 62px;
  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;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #222;
  overflow: hidden;
}
.tab-btns.onair .tab-btns-list.on .tab-btn {
  background-color: #126eba;
}
.tab-btns.onair .kbs-news-24 {
  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;
  gap: 0 10px;
}
.tab-btns.onair .kbs-news-24::before {
  content: "";
  display: block;
  width: 104px;
  height: 38px;
  background: url("/resource/image/pc/ico/tabKbsLogo.svg") center center no-repeat;
}
.tab-btns.onair .tab-btns-list.on .kbs-news-24::before {
  background: url("/resource/image/pc/ico/tabKbsLogoOn.svg") center center no-repeat;
}
.tab-btns.notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tab-btns.notice .tab-btn {
  position: relative;
  height: 60px;
  min-width: 178px;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  color: #7c7c7c;
  padding: 0 20px;
  overflow: hidden;
}
.tab-btns.notice .tab-btn::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #2282b9;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.tab-btns.notice .tab-btn:hover,
.tab-btns.notice .tab-btns-list.on .tab-btn {
  color: #2282b9;
  font-weight: 700;
}
.tab-btns.notice .tab-btn:hover::after,
.tab-btns.notice .tab-btns-list.on .tab-btn::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.tab-contents .tab-contents-list {
  display: none;
}
.tab-contents .tab-contents-list.only, .tab-contents .tab-contents-list.on {
  display: block;
}