.tv-lt button {
  outline: none;
  border: 0;
  background: none;
  font-family: "S-CoreDream", "NotoSansKR", Noto Sans, "Malgun Gothic", dotum, sans-serif;
}
.tv-lt .tv-wr {
  width: 1386px;
  margin: 0 auto;
  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-lt .tv-wr .tv-btn {
  width: 606px;
  height: 104px;
  border-bottom: 1px solid #f1f1f1 !important;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tv-lt .tv-wr .tv-btn .txt {
  padding-left: 15px;
  text-align: left;
  width: calc(100% - 160px);
}
.tv-lt .tv-wr .tv-btn .txt strong {
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1em;
  display: block;
}
.tv-lt .tv-wr .tv-btn .txt em {
  font-size: 13px;
  color: #92c0e5;
  font-style: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1;
  margin-top: 15px;
}
.tv-lt .tv-wr .tv-btn.active {
  background: rgba(211, 215, 215, 0.2);
  border: 0 !important;
}
.tv-lt .tv-wr .tv-btn.active strong {
  font-weight: bold;
}
.tv-lt .tv-wr .slick-slide {
  line-height: 0;
  border: 0;
  padding-bottom: 5px;
}
.tv-lt .tv-wr .dots {
  position: absolute;
  top: -24px;
  right: 13px;
}
.tv-lt .tv-wr .dots li {
  display: inline-block;
  padding-right: 10px;
}
.tv-lt .tv-wr .dots button {
  font-size: 0;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #d4d4d4;
}
.tv-lt .tv-wr .dots .slick-active button {
  background: #92c0e5;
}
.tv-lt .goto {
  position: absolute;
  top: -2em;
  right: 0;
  font-size: 18px;
}
.tv-lt .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;
}/*# sourceMappingURL=style.css.map */