#tv {
  padding-bottom: 150px;
}
#tv .wr {
  width: 1400px;
  margin: 0 auto;
}
#tv .title {
  padding-bottom: 30px;
}
#tv .title h2 {
  padding-left: 5px;
}
#tv button {
  outline: none;
  border: 0;
  background: none;
  font-family: "S-CoreDream", "NotoSansKR", Noto Sans, "Malgun Gothic", dotum, sans-serif;
}
#tv .tv-wr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#tv .tv-wr .tv-btn {
  width: 100%;
  height: 104px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tv .tv-wr .tv-btn .txt {
  width: 32em;
  padding-left: 15px;
  text-align: left;
}
#tv .tv-wr .tv-btn .txt strong {
  font-size: 16px;
  font-weight: 400;
  color: #171717;
  line-height: 1em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#tv .tv-wr .tv-btn .txt em {
  font-size: 14px;
  color: var(--theme-color);
  font-style: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1;
  margin-top: 15px;
}
#tv .tv-wr .tv-btn.active {
  background: #e9e7e9;
  border: 0 !important;
}
#tv .tv-wr .slick-slide {
  line-height: 0;
  border: 0;
  padding-bottom: 5px;
}
#tv .tv-wr .dots {
  position: absolute;
  top: -24px;
  right: 13px;
}
#tv .tv-wr .dots li {
  display: inline-block;
  padding-right: 10px;
}
#tv .tv-wr .dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #393939;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#tv .tv-wr .dots .slick-active button {
  width: 130px;
}
#tv .goto {
  position: absolute;
  top: -2em;
  right: 0;
  font-size: 18px;
}
#tv .goto::before {
  content: "";
  background: url(/skin/latest/tv/img/yt.svg) center/cover;
  width: 29px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: -5px;
}