.lt__tv {
  width: 1400px;
  margin: 0 auto 10em;
  font-family: var(--Pretendard);
}
.lt__tv .tv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 2em;
  border-bottom: 1px solid #e2e2e2;
}
.lt__tv .tv__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
}
.lt__tv .tv__title h2::before {
  content: "";
  width: 0.825em;
  height: 0.575em;
  margin-right: 0.5em;
  background: url(/img/common/logo/youtube.svg) center/contain no-repeat;
}
.lt__tv .tv__title p {
  padding-left: 1em;
  color: #a4a4a4;
}
.lt__tv .tv__wrapper iframe {
  height: 518px;
  aspect-ratio: 921/518;
}
.lt__tv .tv__wrapper .tv__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  font-size: 20px;
  font-weight: bold;
  color: #2a2928;
  margin: 1.5em 0;
}
.lt__tv .tv__wrapper .tv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.lt__tv .tv__wrapper .tv__frame {
  overflow: hidden;
  line-height: 0;
}
.lt__tv .tv__wrapper .tv__nav {
  width: 465px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 518px;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  padding-right: 20px;
}
.lt__tv .tv__wrapper .tv__nav::-webkit-scrollbar {
  background: #000;
  width: 8px;
  border-radius: 10em;
}
.lt__tv .tv__wrapper .tv__nav::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 10em;
}
.lt__tv .tv__wrapper .tv__nav::-webkit-scrollbar-thumb {
  background: #312f2d;
  border-radius: 10em;
}
.lt__tv .tv__wrapper .tv__nav button.--active {
  background: #f9f9f9;
}
.lt__tv .tv__wrapper .tv__nav button {
  padding: 15px 10px;
  background: none;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lt__tv .tv__wrapper .tv__nav button img {
  height: 104px;
  aspect-ratio: 185/104;
}
.lt__tv .tv__wrapper .tv__nav button .nav__title {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  overflow: hidden;
}
.lt__tv .tv__wrapper .tv__nav button .nav__title strong {
  font-size: 20px;
  font-weight: 500;
  color: #5e5e5e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.lt__tv .tv__wrapper .tv__nav button .nav__title em {
  color: #a4a4a4;
  padding-top: 0.5em;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lt__tv .tv__wrapper .scrollbar-wr {
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lt__tv .tv__wrapper .scrollbar-wr .swiper-scrollbar-vertical {
  height: 100%;
  width: 1px;
  background: rgba(var(--theme-color-rgb), 0.2);
}
.lt__tv .tv__wrapper .scrollbar-wr .swiper-scrollbar-vertical .swiper-scrollbar-drag {
  background: var(--theme-color);
}

@media screen and (max-width: 1600px) {
  .lt__tv {
    --nav-h: 360px;
    width: 90%;
  }
  .lt__tv .tv__wrapper iframe {
    height: var(--nav-h);
  }
  .lt__tv .tv__wrapper .tv__nav {
    width: 550px;
    max-height: var(--nav-h);
  }
  .lt__tv .tv__wrapper .tv__nav button {
    padding: 10px;
  }
  .lt__tv .tv__wrapper .tv__nav button img {
    height: 80px;
  }
  .lt__tv .tv__wrapper .tv__nav button .nav__title {
    font-size: 14px;
  }
  .lt__tv .tv__wrapper .tv__nav button .nav__title strong {
    font-size: 18px;
  }
}
/* @media screen and (max-width: 1400px) {
	.lt__tv {
		--nav-h : 253px;
		width: 1000px;
	}
	.lt__tv .tv__title h2 { font-size: 40px; }
	.lt__tv .tv__wrapper .tv__more {
		font-size: 18px;
		margin: 1em 0;
	}
}

@media screen and (max-width: 1280px) {
	.lt__tv .tv__title h2 { font-size: 30px; }
	.lt__tv .tv__wrapper .tv__nav button img { height: 60px; }
	.lt__tv .tv__wrapper .tv__nav button .nav__title strong { font-size: 16px; }
	.lt__tv .tv__wrapper .tv__more { font-size: 16px; }
} *//*# sourceMappingURL=style.css.map */