@charset "utf-8";

/* =========================================================
   mobile movie view
========================================================= */

.mvview {
  width: 100%;
  background: var(--white);
  padding-top: 50px;
}

.mvview__inner {
  width: 100%;
    max-width: 660px;
    margin: 0 auto;    
}

/* =========================================================
   °øÅë inner / section
========================================================= */
.mvview__heroInner {
  padding: 0 0;
}
.mvview__heroInner_shorts{
   padding: 0 var(--content-padding);
}
.mvview__sectionInner {
  padding: 0 var(--content-padding);
}

.mvview__latest,
.mvview__series {
  width: 100%;
}

.mvview__latest {
  padding: 60px 0 0;
}

.mvview__series {
  padding: 48px 0 60px;
}

/* =========================================================
   hero
========================================================= */
.mvview__hero {
  width: 100%;
  padding: 14px 0 0;
  background: var(--white);
}

.mvview__heroInner_shorts .mvview__top {
  margin: 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--black-1);
}
.mvview__top {
  margin: 0 var(--content-padding);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--black-1);
}
.mvview__kicker {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 1em;
  line-height: 128%;
  font-weight: 700;
}

.mvview__title {
  margin: 0;
  color: var(--black-1);
  font-size: 1.5em;
  line-height: 128%;
  font-weight: 700;
  letter-spacing: 0%;
  word-break: keep-all;
  
}
.mvview__player {
  width: 100%;
  margin-top: 16px;
  background: var(--soft-gray);
  aspect-ratio: 353 / 198;
  overflow: hidden;
}
.mvview__player iframe,
.mvview__player video,
.mvview__player img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.mvview__player__shorts {
  width: 100%;  	
  margin-top: 16px;
  background: var(--soft-gray);
  aspect-ratio: 353 / 627;
  overflow: hidden;
}

.mvview__player__shorts iframe,
.mvview__player__shorts video,
.mvview__player__shorts img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
/* =========================================================
   section title / head
========================================================= */
.mvview__head,
.mvview__seriesHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.mvview__head {
    padding-top: 12px;
	border-top: 1px solid var(--light-gray);
}

.mvview__h2 {
  margin: 0;
  color: var(--black);
  font-size: 1.1em;
  line-height: 29px;
  font-weight: 800;
  letter-spacing: -0.6px;
}

.mvview__h2--line {
  width: 100%;
  padding-top: 12px;
  border-top: 3px solid var(--black);
}

.mvview__more {
  flex-shrink: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #b0b0b0;
  font-size: 0.9em;
  line-height: 50%;
  font-weight: 500;
  white-space: nowrap;
}

.mvview__more::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("https://m.health.chosun.com/img/m_mv_add_link.svg") no-repeat 50% 50%;
}

/* =========================================================
   latest grid
========================================================= */
.mvview__grid4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 17px;
  row-gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mvview__item {
  min-width: 0;
}

.mvview__card {
  display: block;
  width: 100%;
}

.mvview__thumb {
  margin: 0;
  overflow: hidden;
  background: var(--soft-gray);
  aspect-ratio: 168 / 94.5;	
  box-sizing: border-box;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}

.mvview__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mvview__cardTitle {
  display: block;
  margin-top: 10px;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
	font-style: normal;
	font-weight: 500;
	font-size: 1em;
	line-height: 140%;
}

/* =========================================================
   series
========================================================= */
.mvview__seriesViewport {
  overflow: hidden;
  width: 100%;
}

.mvview__seriesTrack {
  display: flex;
  gap: 16px;
  transition: transform .35s ease;
  will-change: transform;
}

.mvview__seriesSlide {
  flex: 0 0 100%;
  width: 100%;
}

.mvview__seriesCol {
  display: flex;
  flex-direction: column;
}

.mvview__seriesCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--light-gray);
}
.mvview__seriesCard:first-child {
  padding-top: 0px;
}
.mvview__seriesText {
  flex: 1 1 auto;
  min-width: 0;
}

.mvview__seriesName {
  display: block;
  color: var(--primary);
  font-size: 1.06em;
  line-height: 140%;
  font-weight: 500;
  word-break: keep-all;
}

.mvview__seriesDesc {
  display: block;
  color: var(--add-gray);
  margin-top: 6px;
  word-break: keep-all;
  min-height: 42px;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 140%;
}

.mvview__seriesCard img {
  flex-shrink: 0;
  display: block;
  width: 109px;
  height: 72px;
  object-fit: cover;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

.mvview__seriesDots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  padding-bottom: 4px;
}

.mvview__seriesDot {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--light-gray);
  cursor: pointer;
}

.mvview__seriesDot.is-active {
  background: var(--primary);
}
/* =========================================================
   Á¢±Ù¼º
========================================================= */
.mvview a:focus-visible,
.mvview button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.blind {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

