/* Home Article ------------------------------------------------------------------------------------- */
#sect-article .sect-title-shadow {
	top: 30px;
	opacity: .15;
}
#sect-article:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 31vw;
	z-index: -1;
	background: #18c2bb url('../images/bg_sect_article.jpg') left top no-repeat;
	background-size: cover;
}
#sect-article .container-fluid {
	/*
	width: 96%;
	margin: 0 2%;
	*/
}
.article-intro {
	color: white;
	text-align: left;
}
@media only screen and (min-width: 992px) {
	.article-item-list {
		margin-left: -2%;
		margin-right: -2%;
	}
}
.article-item {
	position: relative;
	border-radius: 15px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
	overflow: hidden;
}
.article-item a { display: block; text-decoration: none; }
.article-item-pic {
	position: relative;
	overflow: hidden;
}
.article-item-pic img {
	background-size: cover;
	transition: all .2s ease;
	background-position: center center;
}
a:hover .article-item-pic img {
	transform: scale(1.05);
}
.article-item-pic:before {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 70%;
	background: rgb(6,50,56);
	background: linear-gradient(to top, rgba(30,30,30,1) 0%, rgba(30,30,30,0) 100%);
}
.article-item-info,
.large.article-item-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	padding: max(4%, 1.2em);
}
.small .article-item-info {
	/*
	margin-left: 3%;
	left: 3%;
	*/
}
.article-cate {
	position: relative;
	z-index: 2;
	color: #f2b5a5;
	font-weight: 500;
	letter-spacing: .1em;
	text-shadow: 0px 1px 5px rgba(0,0,0,0.7);
    line-height: 1.4em;
    margin-bottom: .3em;
}
.article-timestamp {
	color: rgb(255,255,255,0.6);
	font-size: .9em;
	z-index: 2;
	position: relative;
	line-height: 1.6em;
	display: none;
}
.article-title {
	font-size: clamp(1.2em, 1.8vw, 2.2em);
	font-weight: 600;
	line-height: 1.4em;
	color: white;
	position: relative;
	z-index: 2;
	max-height: 3em;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*
.article-title:before {
	content: '';
	width: 5px;
	height: 100%;
	background-color: #CCBE7E;
	border-radius: 3px;
	position: absolute;
	left: 0px;
}
*/
.article-item.large.video .article-title {
	width: calc(100% - 70px);
}
.article-item.small.video .article-title {
	width: calc(100% - 35px);
}
.article-item.small {
	/* margin-bottom: .8em; */
}
.article-item.small .article-title {
	font-size: clamp(1.1em, 1.2vw, 2.2em);
}
.article-item.video.small .article-video-icon {
	width: 40px;
	height: 40px;
	bottom: 10%;
	right: 4%;
}
.article-video-icon {
	position: absolute;
	right: 3%;
	bottom: 5%;
	width: 70px;
	height: 70px;
	z-index: 4;
	background: url('../images/icon_play_btn.svg') no-repeat;
	background-size: cover;
}
.past-label {
	background-color: #e6e6e6;
	text-align: center;
	padding: 0px;
	color: #757575;
	border-radius: 3px;
	font-size: .9em;
	margin: 8px;
	margin-bottom: 1em;
}
.timetable-box {
	padding: 8px;
	border-radius: 15px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	background-color: white;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: -1em;
}
.timetable-label {
	color: white;
	text-align: center;
	padding: 8px 1em;
	font-size: 1.2em;
	font-weight: 500;
	border-radius: 8px;
	background: linear-gradient(to right, rgba(235,81,75,0.3) 0%, rgba(235,81,75,1) 30%, rgba(235,81,75,1) 60%, rgba(235,81,75,0.5) 100%);
}
.timetable-list {
	overflow-y: scroll;
	max-height: 21.5vw;
}
.timetable-item {
	position: relative;
	margin-top: 8px;
	text-align: center;
	border-top: solid 1px #dddddd;
	padding: 0 5px;
	min-height: 80px;
}
.timetable-timeslot {
	position:relative;
	display: flex;
	align-items: center;
	margin: 5px 0;
	min-height: 55px;
}
.timetable-date {
	display: inline-block;
	background-color: #fe5c36;
	border-radius: 0 0 5px 5px;
	color: white;
	text-align: center;
	padding: 7px 1em;
	line-height: 1.2em;
}
.timetable-time {
	color: #f35195;
	text-align: center;
	background-color: rgba(247,141,124,0.2);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-radius: 5px;
	font-size: .9em;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0;
	position: absolute;
}
.timetable-sport {
	text-align: center;
	font-size: .9em;
	width: calc(100% - 50px);
	margin-left: 50px;
	padding: 10px;
	line-height: 1.4em;
	
}

@media only screen and (min-width: 992px) {
	.col-lg-main { flex: 0 0 auto; width: 50%; }
	.col-lg-side { flex: 0 0 auto; width: 25%; }
}
@media only screen and (max-width: 1200px) {
	.article-item.large .article-title { /* font-size: 1.6em; */ }
}
@media only screen and (max-width: 992px) {
	.article-cate { text-shadow: none; }
	.article-title { font-size: clamp(1.2em, 3vw, 2.2em); }
	.article-item.small a {
		display: flex;
		flex-direction: row;
		height: 100%;
		align-items: stretch;
		justify-content: center;
	}
	.articl-item.small .article-video-icon {
		left: 5%;
	}
	.article-item.small .article-item-pic {
		width: 50%;
	}
	.article-item.small .article-item-info {
		background: linear-gradient(to right, #39228c 0%, #583bc4 100%);
		padding: 3%;
		position: relative;
		width: 50%;
		left: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		
	}
	.article-item.small .article-title {
		padding-left: 0;
		font-size: 1.3em;
	}
	.article-item.small .article-title:before {
		display: none;
	}
	.article-item.small.video .article-title {
		width: 100%;
	}
	.article-item.video.small .article-video-icon {
		bottom: 8%;
		right: 53%;
	}
	.article-item-pic img {
		height: 100%;
	}
	.timetable-box { margin-top: 0; }
	.timetable-list { max-height: 300px; }
}
@media only screen and (max-width: 767px) {
	#sect-article:after { height: 60vw; }
	.article-item.large .article-title { font-size: 1.3em; }
	.article-item.large.video .article-title {
		width: calc(100% - 60px);
	}
	.article-video-icon {
		right: 3%;
		bottom: 4%;
		width: 60px;
		height: 60px;
	}
	.article-item.small .article-item-info {
		padding: 10px 10px 10px 15px;
	}
	.article-item.small .article-title {
		padding-left: 0;
		font-size: 1em;
		max-height: 4.5em;
	}
}
@media only screen and (max-width: 576px) {
	.article-item.large .article-title { font-size: 1.2em; }
}
/* ---------------------------------------------------------------------- */
.latest-article-list {
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.article-text-item {
	position: relative;
}
.article-text-item a {
	display: flex;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 15px;
	margin-bottom: .15em;
}
.article-text-cate {
	color: #fdf1bf;
	border-radius: 5px;
	font-size: 15px;
	line-height: 1.4em;
	display: inline-block;
	display: none;
}
.article-text-title {
	padding: 0 1em;
	color: white;
	width: calc(100% - 120px);
	letter-spacing: 2px;
	font-size: 1.05em;
	line-height: 2.4em;
}
.sect-subtitle {
	position: relative;
}
.sect-subtitle h3 {
	/* color: #D6C992; */
	font-size: clamp(1.2em, 2.2vw, 1.8em);
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: .25em;
	margin-bottom: .25em;
	text-align: left;
}
/*
.sect-subtitle.center-hr:before {
	content: '';
	display: block;
	width: calc(100% - 240px);
	height: 1px;
	position: absolute;
	top: 1em;
	right: 90px;
	background-color: rgba(255,255,255,0.3);
}

.article-text-title:before {
	content: '';
	width: 5px;
	height: 100%;
	background-color: #CCBE7E;
	border-radius: 3px;
	position: absolute;
	left: 0px;
}
*/
.article-text-timestamp {
	width: 120px;
	display: inline-block;
	color: #C2FBFF;
	line-height: 2.4em;
}
.latest-article-box {
	width: 90%;
	margin: 1.5em auto;
	position: relative;
}
/* HOME SECTION ----------------------------------------------------------------------------- */
#sect-instantnews { 
	background: url('../images/bg_news_pattern.png') -5vw center no-repeat, linear-gradient(to right, #56d8f0 0, #2997e0 30%, #0072b5 100%);
	background-size: contain;
}
#sect-promo { 
	background: url('../images/bg_sect_promo.jpg') center center no-repeat, linear-gradient(to right, #482da8 15%, #270f7d 57%, #6c1baa 100%);
	background-size: cover;
}
#sect-rthksports { 
	background-color: #21282b;
	background: url('../images/bg_home_rthksports.png') left top no-repeat, linear-gradient(to right, #21282b 30%, #21282b 100%);
	background-size: auto 100%;
}
#sect-related-prog { 
	background: url('../images/bg_prog_pattern.png') -8vw center no-repeat, linear-gradient(to right, #fdcfe1 0, #f16fa4 60%);
	background-size: contain;
}
#sect-whatsticker { 
	background: url('../images/bg_sticker_pattern.png') -8vw center no-repeat, linear-gradient(to right, #a8eefd 25%, #66d5ed 100%);
	background-size: contain;
}
#sect-schedule {
	position: relative;
	background: #e8daab url('../images/bg_sect_schedule.jpg') center center no-repeat;
	background-size: cover;
}
#sect-videos {
	position: relative;
	background-color: white;
}
#sect-medal {
	position: relative;
	background: url('../images/bg_sect_schedule.jpg') center center no-repeat;
	background-size: cover;
}
#sect-video-home .sect-title,
#sect-medal .sect-title,
#sect-schedule .sect-title,
#sect-tags .sect-title {
	color: #DA2F76;
}

/* HOME NEWS ----------------------------------------------------------------------- */
.sect-head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: white;
	height: 100%;
	padding-left: 15%;
}
.sect-head .desc {
	max-height: 6em;
	overflow: hidden;
}
/*
.sect-head:before {
	content: '';
	display: block;
	height: 9em;
	padding: 1em;
	position:absolute;
	z-index:0;
	width: 100%;
	top: 1px;
	left: -1.5em;
	border-radius: 3px;
}
*/
.news-item-list {
	padding-bottom: 1em;
	margin-left: -2%;
	margin-right: -2%;
}
@media only screen and (max-width: 991px){
	.sect-head { padding-left: 0; align-items: center; }
}
@media only screen and (min-width: 767px) and (max-width: 991px){
	.news-item-list>div:nth-child(4){
		display: none;
	}
	.related-item-list>div:nth-child(4){
		display: none;
	}
}
.news-item {
	border-radius: 15px;
	transition: all .2s ease;
	padding: 7%;
}
.news-item:hover {
	background: linear-gradient(to bottom, rgba(0,90,143,0.5) 50%, rgba(0,90,143,0) 100%);
}
.news-item a:hover {
	text-decoration: none;
}

.news-item:hover img {
	transform: scale(1.1);
	opacity: 1;
}
.news-item-pic {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	margin: 0;
}
.news-item-pic img { 
	z-index: 0;
	width: 100%;
	height: auto;
	opacity: 0.8;
	transition: all .3s ease;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.news-item-info {
	position: relative;
	/* 
	background-color: white;*/
	padding: 6% 0;
	margin: 0 8px;
	line-height: 1.6em;
	border-radius: 3px;
	overflow: hidden;
	z-index: 11;
	letter-spacing: 0.06em;
}
.news-info-title {
	font-size: max(.95em, .85vw);
	font-weight: 500;
	line-height: 1.6em;
	color: white;
	max-height: 3.4em;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-info-date {
	color: rgb(255,255,255,0.4) !important;
	font-size: .9em;
	line-height: 1.4em;
	margin-top: .25em;
	display: none;
}
/* Home Schedule --------------------------------------------------------------- */
.year-label {
	color: white;
	font-family: 'Roboto Condensed';
	margin-left: 10px;
	transform: skewX(-15deg) scaleY(1.1);
	font-size: 2.5em;
	margin-bottom: 10px;
}
.match-item-list {
	/*
	justify-content-center: center;
	display: flex;
	*/
}
.match-item-detail { }
.match-info-date { }
.match-info-txt { }

.match-item {
	background-color: white;
	border-radius: 8px;
	padding: 15px;
	margin: 7px;
}
.match-item-detail {
	display: flex;
}
.match-item-detail .match-info-date {
	text-align: center;
	color: #999999;
	display: flex;
	width: 20%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: .9em;
	line-height: 1.5em;
}
.match-item-detail .match-info-date * { 
	display: block;
	margin-bottom: .25em;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	
}
.match-date {
	color: #C1AD56;
	display: block;
	letter-spacing: 0;
}
.match-timestamp {
	letter-spacing: 0.05em;
	color: #999993;
	display: block;
}
.match-player {
	color: #A8943E;
}
.match-item-detail .match-info-txt {
	line-height: 1.6em;
	border-left: solid 1px #EDEDED;
	padding-left: 1em;
	margin-left: 1em;
	font-size: .9em;
	color: #666666;
}
.match-item-detail .match-info-txt b {
	font-size: 1.1em;
}
/* HOME WHATSTICKER -------------------------------------------------------------------------------------- */
#sect-whatsticker .sect-desc {
	color: #106084;
	font-size: 1.1em;
	font-weight: 500;
}
.sticker-item-list {
	border-radius: 30px;
	padding: 4%;
	width: 90%;
	/* max-width: 800px; */
	margin: 0 auto;
	margin-bottom: 2em;
	background: linear-gradient(to bottom, rgba(88,202,237,.5) 0%, rgba(88,202,237,0) 10%, rgba(255,255,255,0) 90%,rgba(255,255,255,.5) 100%);
}
.sticker-item {
	margin: 0 10px;
}
@media only screen and (max-width: 992px) {
	.sticker-item-list div:nth-child(3) { display: none; }
}
/* HOME BANNER list --------------------------------------------------------------------------------------------------- */
.banner-item-list {
	display: flex;
	justify-content: center;
	padding: 1.5em;
	flex-wrap: wrap;
}
.banner-item {
	width: 180px;
	border-radius: 3px;
	overflow: hidden;
	height: auto;
	margin: 5px;
}
@media only screen and (max-width: 767px) {
	.banner-item-list { padding: 1em; }
	.banner-item { width: 130px; }
}