@charset "utf-8";

#main-sisuntv {
  font-size: 12px;
  padding: 2em 1em 1em;
  margin: 0 !important;
}

#main-sisuntv * {
  box-sizing: border-box;
	font-size: 1em;
}

#main-sisuntv>.container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

#main-sisuntv h3 {
  font-size: 1.8em;
  font-weight: bold;
  color: #000;
}

#main-sisuntv .board-wrapper {
	overflow: hidden;
}

#main-sisuntv .swiper-container {
  overflow: hidden;
	margin-top: 1em;
}

#main-sisuntv li {
	width: 40%;
}

#main-sisuntv li .thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-top: 56.25%;
}

#main-sisuntv li .thumb>img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  width: 100%;
  height: auto;
  margin: auto;
}

#main-sisuntv li .subject {
	margin-top: 0.5em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 1.2em;
	color: #555555;
}

#main-sisuntv li .hashtag {
	font-size: 1.1em;
	font-weight: 400;
	color: #999;
	overflow: hidden;
	line-height: 1.3em;
	height: 1.3em;
	margin-top: 3px;
}

#main-sisuntv li .hashtag>span {
  margin-right: 5px;
}

#main-sisuntv .more-btn {
  color: #9a9a98;
  font-size: 1em;
  position: absolute;
  top: 1em;
  right: 0;
}

#main-sisuntv .video-player {
	padding-top: 56.25%;
	background: center center no-repeat url(./img/spinner.gif) #000;
	margin-top: 1em;
	position: relative;
}

#main-sisuntv .video-player * {
	box-sizing: border-box;
}

#main-sisuntv .video-player>iframe,#main-sisuntv .video-player>.video_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

#main-sisuntv .video-player>.video_img img{width: 100%; height: 100% !important; object-fit: cover}

#main-sisuntv .video-player>.video_img:before{content: ''; display: block; position: absolute; left: 50%; top: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; background: url('/theme/sisun_v1/img/btn_play.svg')no-repeat; background-size: contain}


@media all and (min-width: 350px) {
	#main-sisuntv {
		font-size: 13px;
	}
}

@media all and (min-width: 400px) {
	#main-sisuntv {
		font-size: 14px;
	}
}