@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import "bootstrap.min.css";
@import "all.min.css"; /*font-awesome*/
@import "flatpickr.min.css";
@import "default.css";
@import "content.css";

/* 共用變數 */
:root {
	--ctv-bule-primary:#0F76B7;
	--ctv-bule-heavy:#1A59A7;
	--ctv-orange-primary:#FF7733;
	--ctv-orange-heavy:#F05F17;

	--channel-color: #FF7B3A;
	--channel-color2: #ff9460;
	
	--border: #eee;
	--border-dark: #ddd;
	--bg-gray:#fbfbfb;
	--undone:#E41000;
		
	--textshadow-01: 5px 5px 20px rgba(0, 0, 0, 0.25);
	--textshadow-02: 0px 5px 15px rgba(0, 0, 0, 0.1);
	--textshadow-03: rgba(136, 165, 191, 0.48) 5px 2px 16px 0px, rgba(255, 255, 255, 0.8) -5px -2px 16px 0px;
	--textshadow-03-2: rgba(136, 165, 191, 0.2) 5px 2px 16px 0px, rgba(255, 255, 255, 0.5) -5px -2px 16px 0px;
}
#newsCN,.newsCN{
	--channel-color: #00bbe9;
	--channel-color2: #16c9f5;
}
#dramaCN,.dramaCN{
	--channel-color: #EA2575;
	--channel-color2: #FF5C8A;
}
#varietyCN,.varietyCN{
	--channel-color: #7960d5;
	--channel-color2: #937aef;
}
/* 布局 */
body {
	position: relative;
    width: 100%;
    overflow-x: hidden;
    top: 0 !important;
    font-size: 1rem;
    color: #231F20;
}
main{
	position: relative;	
	padding: 150px 0 0;
	min-height: calc(100vh - 150px);
}
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	transition: max-width .5s;
	max-width: 1320px;
}
.mainBlk{
	padding:  4rem 0;
	transition: padding .5s;
}
.mainBlk .wrapper{	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mainBlk .col-left{
	/* max-width: 1180px; */
	transition: all .5s;
	width: 100%;
	margin: 0 auto;
}
.mainBlk:has(.col-right) .col-left{
	width: calc(100% - 380px);
	padding: 0;
	margin: 0;
}
.mainBlk .col-right{
	width: 320px;
	transition: width .5s;
}
@media (max-width: 1320px){	
	.mainBlk{
		padding:  3rem 2rem;
	}
}
@media (max-width: 1240px){	
	.wrapper {
		max-width: 1080px;
		margin: 0 auto;
	}
	.mainBlk .col-left,
	.mainBlk:has(.col-right) .col-left,
	.mainBlk .col-right{
		width: 100%;
		padding: 0 0 2rem;
	}
	.mainBlk .col-right{
		padding:  30px 0;
	}
}
@media (max-width: 991px){	
	#index main {
		padding: 60px 0 0;
		min-height: calc(100vh - 60px);
	}	
	main{
		padding: 60px 0 0;
		min-height: calc(100vh - 60px);
	}
}
@media (max-width: 768px){	
	.mainBlk{
		padding:  2.5rem 2rem;
	}
	.mainBlk .col-right{
		padding:  0 0 30px;
	}
}
@media (max-width: 576px){	
	.mainBlk{
		padding:  2.5rem 20px;
	}
}
/* header&logo */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .5s; 
	background-color: #fff;
}
header .headerBlk{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	transition: all .5s;
	box-shadow: var(--textshadow-02);
	position: relative;
	padding: 0 10% 0;
}
header .headerBlk .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.logoBlk{
	height: 100%;
	display: flex;
	align-items: center;
}
.logoBlk .h1{
	line-height: 1;
	display: flex;
	align-items: center;
	font-size: 0;
}
.logoBlk .h1 img{
	height: 56px;
	width: auto;
	transition: all .5s;
	display: none;
}
.logoBlk .h1 img.logo-img,
#newsCN .logoBlk .h1 img.logo-img.logo-news,
#dramaCN .logoBlk .h1 img.logo-img.logo-drama,
#varietyCN .logoBlk .h1 img.logo-img.logo-show{
	display: block;
}
.logoBlk .h1 img.logo-img.logo-news,
.logoBlk .h1 img.logo-img.logo-show,
.logoBlk .h1 img.logo-img.logo-drama,
#newsCN .logoBlk .h1 img.logo-img,
#dramaCN .logoBlk .h1 img.logo-img,
#varietyCN .logoBlk .h1 img.logo-img{
	display: none;
}
header.sticky .headerBlk {
	height: 80px;
	box-shadow: var(--textshadow-01);
}
header.sticky .headerBlk .logoBlk .h1 img{
	height: 46px;
}
@media (max-width: 1920px){	
	header .headerBlk {
		padding: 0 5% 0;
	}
}
@media (max-width: 1440px){	
	header .headerBlk {
		padding: 0 30px 0;
	}
}
@media (max-width: 1240px){	
	header .headerBlk {
		padding: 0 20px 0;
	}
}
@media (max-width:991px) {
	header .headerBlk {
		height: 60px;
		padding: 0 55px 0 15px;
	}
	header.sticky .headerBlk {
		height: 60px;
	}
	.logoBlk .h1 img,
	header.sticky .headerBlk .logoBlk .h1 img{
		height: 40px;
		width: auto;
	}
}
@media (max-width: 576px){	
	header .headerBlk {
        padding: 0 55px 0 10px;
    }
	.logoBlk .h1 img, 
	header.sticky .headerBlk .logoBlk .h1 img {
        height: 34px;
    }
}
@media (max-width: 425px){	
	.logoBlk .h1 img, 
	header.sticky .headerBlk .logoBlk .h1 img {
        height: 30px;
    }
}
/* headerBlk-link */
.headerBlk-link{
	align-items: center;
	justify-content: flex-end;
	margin: 0 8px;
}
.headerBlk-link a{
	display: flex;
	align-items: center;
	margin: 0 0 0 8px;
	transition: all .5s;
	font-size: .85rem;
	color: #999;
}
.headerBlk-link a:hover{
	color: var(--channel-color);
}
.headerBlk-link a::before,
.headerBlk-link a:last-child::after{
	content: '';
	display: block;
	width: 1px;
	height: 8px;
	border-radius: 20px;
	background-color: var(--border);
	margin: 0 8px 0 0 ;
	letter-spacing: 1px;
}
.headerBlk-link a:last-child::after{
	margin: 0 0 0 8px ;
}

/* .headerBlk-link{
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--bg-gray);
	z-index: 5;
	width: 100%;
	padding: 7px 10%;
}
.headerBlk-link a{
	display: flex;
	align-items: center;
	transition: all .5s;
	font-size: .85rem;
	color: #999;
	padding: 0 8px;
	line-height: 16px;
	border-left: 1px dotted var(--border);
}
.headerBlk-link a:hover{
	color: var(--channel-color);
}
.headerBlk-link a:last-child{
	border-right: 1px dotted var(--border);
}
@media (max-width: 1920px){	
	.headerBlk-link{
		padding: 7px 5%;
	}
}
@media (max-width: 1440px){	
	.headerBlk-link{
		padding: 7px 20px;
	}
}
@media (max-width: 1240px){	
	.headerBlk-link{
		padding: 7px 10px;
	}
} */


/* headerBlk-btn */
.headerBlk-btn{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.headerBlk-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-radius: 30px;
	margin: 0 0 0 8px;
	transition: all .5s;
}
.headerBlk-btn a:hover{
	box-shadow: var(--textshadow-02);
}
.headerBlk-btn .header-btn{
	background-color: var(--channel-color2);
	border: 1px solid var(--channel-color2);
	color: #222;
	font-size: 0;
	opacity: .75;
}
.headerBlk-btn .header-btn::before{
	content: '';
	display: block;
	background-color: #fff;
}
.headerBlk-btn .YT-btn{
	padding: 0 20px;
	background-color: #fff;
	border-color: var(--border);
	opacity: 1;
}
.headerBlk-btn .YT-btn::after{
	content: '中視新聞直播';
	line-height: 1;
	font-size: 1.125rem;
}
.headerBlk-btn .YT-btn::before{
	width: 25px;
	height: 25px;
	background: url(../images/icon/icon-ytlogo.svg) center no-repeat;
	background-size: 100% auto;
	margin: 0 5px 0 0;
}
.headerBlk-btn .fb-btn{
	padding: 0 19px;
	/* background-color: #fff;
	border-color: var(--border);
	opacity: 1;	 */
}
.headerBlk-btn .fb-btn::before{
	width: 10px;
	height: 20px;
	clip-path: path("M8.19057 3.32002H10V0.14003C9.12392 0.0453769 8.24365 -0.00135428 7.36285 2.98641e-05C4.74495 2.98641e-05 2.95476 1.66003 2.95476 4.70002V7.32002H0V10.88H2.95476V20H6.49663V10.88H9.44177L9.8845 7.32002H6.49663V5.05002C6.49663 4.00002 6.76612 3.32002 8.19057 3.32002Z");	
	/* background-color: var(--ctv-bule-primary); */
}
.headerBlk-btn .home-btn{
	padding: 0 14px;
}
.headerBlk-btn .home-btn::before{
	width: 20px;
	height: 19px;    
	clip-path: path("M8 18V11.6471H12V18H17V9.52941H20L10 0L0 9.52941H3V18H8Z");
}
.headerBlk-btn .header-btn:hover{
	border-color: var(--channel-color);
	background-color: var(--channel-color);
	color: #fff;
	opacity: 1;
}
.headerBlk-btn .header-btn:hover:before{
	filter: brightness(0) invert(1);
}
.headerBlk-btn .search-btn{
	width: 50px;
	font-size: 0;
	background-color: var(--channel-color);
	/* background:url(../images/icon/icon-search.svg) center no-repeat;
	background-size: 25px auto; */
}
.headerBlk-btn .search-btn::before{
	content: '';
	display: block;
	background-color: #fff; 
	width: 21px;
	height: 21px;
	clip-path: path("M20.5,21.5c-.3,0-.5,0-.7-.3l-4.1-4.1c-1.6,1.3-3.7,2.1-5.8,2.1s-4.8-1-6.6-2.7c-1.8-1.8-2.7-4.1-2.7-6.6s1-4.8,2.7-6.6c.9-.9,1.9-1.5,3-2,2.3-.9,4.9-.9,7.1,0,1.1.5,2.2,1.2,3,2,.9.9,1.5,1.9,2,3,.5,1.1.7,2.3.7,3.6s-.2,2.4-.7,3.6c-.3.8-.8,1.6-1.3,2.3l4.1,4.1c.4.4.4,1,0,1.4s-.5.3-.7.3ZM9.8,2.5c-1,0-1.9.2-2.8.6s-1.7.9-2.4,1.6c-1.4,1.4-2.1,3.2-2.1,5.2s.8,3.8,2.1,5.2c1.4,1.4,3.2,2.1,5.2,2.1s3.8-.8,5.2-2.1h0c.7-.7,1.2-1.5,1.6-2.4.4-.9.6-1.8.6-2.8s-.2-1.9-.6-2.8c-.4-.9-.9-1.7-1.6-2.4-.7-.7-1.5-1.2-2.4-1.6-.9-.4-1.8-.6-2.8-.6Z");	
	/* background-color: var(--ctv-bule-primary); */
}
.headerBlk-btn .search-btn:hover{
	background-color: var(--channel-color);
	color: #fff;
}
@media (max-width:991px) {
	.headerBlk-btn a{
		height: 60px;
		border-radius: 0;
		margin: 0;
	}
	.headerBlk-btn .search-btn{
		box-shadow: none;
		width: 55px;
		background-color: var(--channel-color2);
	}
	.headerBlk-btn .header-btn{
		border-width: 0 0 0 1px;
		min-width: 55px;
	}
	.headerBlk-btn .YT-btn {
		padding: 0 15px;
	}	
	.headerBlk-btn .YT-btn::after{
		/* content: '新聞直播'; */
		font-size: 1rem;
	}
	.headerBlk-btn .YT-btn::before { 
		margin: 0 3px 0 0;
	}
	/* .headerBlk-btn .fb-btn{
		background-color: #fff;
		border-color: #f7f7f7;
		opacity: 1;
	}
	.headerBlk-btn .fb-btn::before{
		background-color: var(--ctv-bule-primary);
	} */
	.headerBlk-btn .home-btn{
		display: none;
	}
}
@media (max-width: 576px){	
	.headerBlk-btn .header-btn{
		padding: 0 15px;		
	}
	.headerBlk-btn .YT-btn {
		padding: 0 15px;
	}
	.headerBlk-btn .YT-btn::after{
		content: '新聞直播';
		font-size: .9rem;
	}
	.headerBlk-btn .YT-btn::before {
		height: 22px;
		width: 22px;
	}
}
@media (max-width: 425px){	
	
	.headerBlk-btn .header-btn{
		padding: 0 10px;
	}
	.headerBlk-btn .YT-btn {
		padding: 0 12px;
	}
	.headerBlk-btn .YT-btn::after{
		content: '';
	}
	.headerBlk-btn .YT-btn::before {
		margin: 0;
	}
	.headerBlk-btn .search-btn{
		width: 50px;
	}
	.headerBlk-btn .header-btn{
		min-width: 50px;
	}
}

/* 漢堡 */
.toggleBlk {
	display: none;
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 9999;
	background-color: var(--channel-color);
}
.toggleBlk:has(a.active){
	background-color: var(--channel-color2);
}
.toggleBlk>a {
	display: block;
	padding: 22px 0;
	width: 55px;
	height: 60px;
	text-indent: -9999px;
	font-size: 0;
}
.toggleBlk a.active{	
	background-color: rgba(0, 0, 0, 0);
}
.toggleBlk .icon-bar {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.toggleBlk .icon-bar+.icon-bar {
	margin-top: 4px;
}
.toggleBlk a.active .icon-bar:nth-child(1) {
	transform: translateY(9px) rotate(135deg);
}
.toggleBlk a.active .icon-bar:nth-child(2) {
	display: none;
}
.toggleBlk a.active .icon-bar:nth-child(3) {
	transform: translateY(6px) rotate(-135deg);
	margin-top: 1px;
}
.toggleBlk a.active {
	border: none;
	padding: 20px 0;
}	

/* nav */
nav{
	display: flex;
	height: 100%;
	background: linear-gradient(90deg, var(--channel-color2) 65%, var(--channel-color) 0%);
}
.navBlk,
.navBlk>ul,
.navBlk>ul>li {
	display: flex;
	align-items: center;
	height: 100%;
	transition: all .5s;
}
.navBlk{
	width: 100%;
	justify-content: center;
}
.navBlk>ul:last-child{
	background-color: var(--channel-color);
}
.navBlk>ul{
	list-style-type: none;
	justify-content: space-evenly;
}
.navBlk>ul>li{
	height: 50px;
}
.navBlk>ul>li:hover{
	background-color: var(--channel-color);
}
.navBlk>ul:last-child>li:hover{
	background-color: rgb(0 0 0 / 3%);
}
.navBlk>ul>li>a{
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	font-size: 1.115rem;
	letter-spacing: 1px;
	color: #fff;
	transition: all .5s;
}
.navBlk>ul>li.nav-menu{
	padding: 0 15px 0 0;
}
.navBlk>ul>li.nav-menu>a{
	padding: 0 8px 0 20px;
}
.navBlk>ul>li.nav-menu>.down-icon{
	width: 10px;
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.navBlk>ul>li>a.remote-btn{
	font-size: 0;
}
.remote-btn::before{
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/icon/icon-remote.svg) center no-repeat;
	background-size: 100% auto;
}
/* menu hover */
.menu-hoverbox{
	display: none;
	position: absolute;
	left: 0px;
	top: 150px;
	z-index: 5;
	width: 100%;
    transition: all .5s;
    overflow: hidden;
	background-color: var(--channel-color2);
	opacity: .985;
}
header.sticky .menu-hoverbox{
	top: 130px;
}
.menu-hoverbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}
.menu-hoverbox .wrapper{
	display: flex;
	justify-content: center;
	padding: 0 15px;
}
.menu-hoverbox .wrapper .menu{
	list-style: none;
	display: flex;
}
.menu-hoverbox .wrapper .menu li a{
	padding: 0 15px;
	line-height: 50px;
	display: block;
	transition: all .5s;
	color: #222;
}
.menu-hoverbox .wrapper .menu li a:hover{
	text-decoration: underline;
}

@media (max-width: 1380px) {
	.navBlk>ul>li>a{
		padding: 0 12px;
	}
	.navBlk>ul>li.nav-menu{
		padding: 0 12px 0 0;
	}
	.navBlk>ul>li.nav-menu>a{
		padding: 0 8px 0 12px;
	}
}
@media (max-width: 1200px) {
	.navBlk>ul>li>a{
		font-size: 1rem;
		letter-spacing: 0;
	}
}
@media (max-width: 1060px) {
	.navBlk>ul>li>a{
		padding: 0 8px;
	}
	.navBlk>ul>li.nav-menu{
		padding: 0 8px 0 0;
	}
	.navBlk>ul>li.nav-menu>a{
		padding: 0 8px 0 8px;
	}
}
@media (max-width:991px) {
	.toggleBlk,
	.toggleBlk a,
	header nav.active,
	header .menu-hoverbox.active {
		display: block;
	}
	header nav {
		display: none;
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		right: 0;
		filter: drop-shadow(15px 0px 25px rgba(0, 0, 0, 0.5));
		background: var(--channel-color2) ;
		padding: 60px 0 0;
		opacity: 1;
	}
	header nav::after{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: rgba(255, 255, 255, 0.5);
	}
	header nav.active {
		display: block;
		transition: all 0.25s ease-in;
	}
	.navBlk {	
		overflow-y: auto;	
		width: 100%;
		flex-flow: column;
		justify-content: flex-start;
		padding: 0 20px;
		position: relative;
		z-index: 2;
	}
	.navBlk>ul{
		flex-flow: column;
		width: 100%;
		justify-content: flex-start;
		height: auto;
        border-top: 1px dotted rgba(255, 255, 255, 0.25);
	}
	.navBlk>ul:last-child {
        border-top: 0px dotted rgba(255, 255, 255, 0.25);
		background-color: rgba(255, 255, 255, 0);
	}
	.navBlk>ul>li{
		height: auto;
		width: 100%;
		border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
	}
	.navBlk>ul>li:hover{		
		background-color: transparent;
	}
	.navBlk>ul>li a,
	.navBlk>ul>li.nav-menu>a,
	.navBlk>ul>li>a.remote-btn{
		padding: 0 0 0 10px;
		justify-content: space-between;
		width: 100%;
		font-size: 1.125rem;
		width: calc(100% - 55px);
		height: auto;
		line-height: 50px;
		color: #444;
		letter-spacing: 2px;
	}
	.remote-btn::before{
		display: none;
	}
	.navBlk>ul>li.nav-menu{
		padding: 0;
		flex-wrap: wrap;
		align-items: baseline;
	}
	.navBlk>ul:last-child>li:hover {
		background-color: rgb(0 0 0 / 0);
	}
	.menu-hoverbox{
		position: inherit;
		padding: 10px 0;
        border-top: 1px dotted rgba(255, 255, 255, 0.25);
		background-color: transparent;
	}
	.menu-hoverbox::before{
		display: none;
	}
	.navBlk>ul>li.nav-menu>.down-icon{
		width: 55px;
		height: 50px;
		flex: 0 0 55px;
	}
	.navBlk>ul>li.nav-menu>.down-icon i{
		font-size: 1rem;
		color: var(--channel-color);
	}
	.menu-hoverbox .wrapper {
		padding: 0;
	}
	.menu-hoverbox .wrapper .menu{
		flex-flow: column;
		width: 100%;
		align-items: center;
	}
	.menu-hoverbox .wrapper .menu li{
		width: 100%;
		padding: 0 15px;
		background-color: transparent;
	}
	.menu-hoverbox .wrapper .menu li a{
		width: 100%;
        padding: 0;
        border-top: 0px dotted rgba(255, 255, 255, 0.15);
        font-size: 1rem;
        line-height: 35px;
        display: flex;
        align-items: center;
        justify-content: flex-start;		
	}
	.menu-hoverbox .wrapper .menu li a::before{
		content: '';
        display: block;
        width: 10px;
        height: 2px;
        border-radius: 0;
        background-color: var(--channel-color);
        margin: 0 10px 0 0;
	}
}

/* 頁數 */
.page {
	border-bottom: 1px dotted var(--border);
    padding: 2.5rem 1rem 2rem;
	margin: 0 0 2rem;
}
.pager {
	display: flex;
	justify-content: space-evenly;
    margin: 0;
}
.pager a,
.pager span{
    width: auto;
	min-width: 40px;
    height: 40px;
    font-size: 1rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 0 .5rem;
	padding: 0 .75rem;
    border-radius: 30px;
	background-color: var(--bg-gray);
	transition: all .1s;
	border: 0;
}
.pager .active,
.pager a:hover{
	background-color: var(--channel-color);
	color: #fff;
	border: 0;
} 
.pager a[disabled="disabled"].disabled::before{
	color: #ccc;
}
.pager a:last-of-type,
.pager a:first-of-type{
	background-color: transparent;
	min-width: 40px;
}
.pager a:last-of-type:hover,
.pager a:first-of-type:hover{
	background-color: var(--channel-color);
}
.pager a:last-of-type:hover::before,
.pager a:first-of-type:hover::before{
	color: #fff;
}
.pager a:last-of-type::before,
.pager a:first-of-type::before{
    /* color: var(--channel-color); */
	color: #666;
	display: block;
	font-weight: 600;
    font-family: "Font Awesome 5 Free";
	font-size: 1.35rem;
}
.pager a:last-of-type::before {
    content: "\f0da";
}
.pager a:first-of-type::before {
    content: "\f0d9";
}
.pager a:last-of-type, 
.pager a:first-of-type {
    color: #000;
}
.pager a:last-of-type:hover, 
.pager a:first-of-type:hover {
    border: 1px solid transparent;
    color: #555;
}
@media (max-width: 768px){
	.pager {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pager a,
	.pager span{
		min-width: inherit;
		background-color: transparent;
		padding: 0 10px;
	}
	.pager .active{
		min-width: 40px;
		margin: 0 5px;
	} 
	.pager a:last-of-type, 
	.pager a:first-of-type {
		color: #000;
		min-width: 30px;
	}
}
@media (max-width: 576px){
	.page {
		padding: 2.5rem 0 2rem;
	}
	.pager a{
		padding: 0 10px;
	}
}
@media (max-width: 425px){
	.pager a{
		padding: 0 5px;
	}
}

/* 麵包屑 */
.breadcrumbBlk{    
	/* border-bottom: 1px solid #f7f7f7;
	background-color: var(--bg-gray); */
	margin: 0 0 1rem;
}
.breadcrumbBlk .wrapper{
	padding: 0 0;
}
.breadcrumb {
	padding: 0;
	margin-bottom: 0rem;
	background-color: transparent;
}
.breadcrumb-item a,.breadcrumb-item{
	font-size: .875rem;
	line-height: 30px;
}
.breadcrumb-item{
	display: none;
}
.breadcrumb-item:has(a){
	display: block;
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: 0.35rem;
}
.breadcrumb-item+.breadcrumb-item::before {
	padding-right: 0.35rem;
	color: var(--border-dark);
	font-size: .8rem;
	line-height: 30px;
}
@media (max-width: 1240px){	
	.breadcrumbBlk {
		margin: -1rem 0 .5rem;
	}
}

/* title */
.item-title{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-title::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
}
.col-right .item-title:has(.h2) ~ div:not(.item-title){
	margin: 0 0 3rem;
}
.item-title:has(.h1){
	padding: 0  0 1.5rem;
	border-bottom: 2px solid var(--border);
	z-index: -1;
}
.item-title:has(.h1)::before{
	width: 8%;
	height: 2px;
	background-color: #ccc;
	bottom: -2px;
}
.item-title .h1{
	font-size: 2.25rem;
    line-height: 1.375;
	font-weight: 500;
}
.item-title:has(.h2){
	padding: 0  0 0 15px;
	margin: 0 0 1.5rem;
}
.item-title:has(.h2)::before{
	width: 3px;
	height: 20px;
	background-color: #ddd;
}
.item-title .h2{
	font-size: 1.5rem;
    line-height: 40px;
	font-weight: 400;
}
.item-title .update{
	font-size: .875rem;
	color: #999;
}
@media (max-width: 768px){	
	.item-title .h1{
		font-size: 2.125rem;
	}	
	.item-title:has(.h1){
		padding: 0  0 1.25rem;
	}
}
@media (max-width: 425px){
	.item-title .h1{
		font-size: 2rem;
		line-height: 40px;
	}
}

/* index title */
.index-title{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 2rem;
	padding: 0 1rem;
	transition: all .5s;
}
.index-title .h1{
	font-size: 2.5rem;
	line-height: 50px;
}
.top-tennews .index-title .h1{
	font-size: 3rem;
	color: var(--ctv-orange-primary);
}
.index-title::before,
.index-title::after{
	color: var(--border);
	font-size: 2rem;
	line-height: 1;
}
.index-title::before{
	content: '＼';
	margin-right: 2rem;
}
.index-title::after{
	content: '／';
	margin-left: 2rem;
}
@media (max-width: 576px){
	.top-tennews .index-title .h1{
		font-size: 2.5rem;
	}
	.index-title::before,
	.index-title::after{
		font-size: 2rem;
	}
	.index-title::before{
		margin-right: 1.25rem;
	}
	.index-title::after{
		margin-left: 1.25rem;
	}
}
@media (max-width: 425px){
	.index-title {
		margin: 0 auto 1.5rem;
	}
	.top-tennews .index-title .h1,
	.index-title .h1{
		font-size: 2.25rem;
	}
	.index-title::before,
	.index-title::after{
		font-size: 1.5rem;
	}
}

/* banner swiper */
.top-banner{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
	padding: 1.5rem 0;
}
.adimgBlk ~ .top-banner{
	padding: 0 0 2rem;
}
.index-banner{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;	
}
.index-swiper{
	background-size: 0;
	width: 100%;
	margin: 0 auto;
	max-width: 820px;
}
.top-banner .index-swiper .owl-carousel .owl-stage-outer{
	overflow: inherit;
	margin: 0 auto;
}
.index-swiper .owl-theme{
	width: 100%;
	position: static;
}
.index-swiper .owl-theme .owl-item{
	padding: 2rem 20px;
	transition: all .5s;
}
.index-swiper .owl-theme .owl-item .item{
	overflow: hidden;  
	border-radius: 15px;
	opacity: .4;
	transition: all .5s;
}
.index-swiper .owl-theme .owl-item.active.center .item{
	box-shadow: var(--textshadow-01);
	opacity: 1;
}
.index-swiper .owl-theme .owl-item .cardimg {
	aspect-ratio: 41 / 18;
	border-radius: 0;
}
.index-swiper .owl-nav {	
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index-swiper .owl-theme .owl-nav .owl-prev:hover,
.index-swiper .owl-theme .owl-nav .owl-next:hover{
	opacity: 1;
}
.index-swiper .owl-dots{
	position: absolute;
    justify-content: flex-start;
    width: auto;
    margin: 0;
	left: 50%;
    bottom: 5px;
    transform: translate( -50%, -50%);
}
.index-swiper .owl-dot.active,
.index-swiper .owl-dot:hover{
	width: 24px;
	background-color: rgba(255, 255, 255, 0.95);
}
.index-swiper .owl-dot{
	width: 8px;
	background-color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 1024px) {	
	.index-swiper {
		width: 100%;
		max-width: 564px;
	}	
	/* .index-swiper .owl-theme .owl-item .cardimg {
		aspect-ratio: 8 / 5;
	} */
	.index-swiper .owl-theme .owl-item{
		padding: 2rem 15px;
	}
}
@media (max-width: 991px) {
	.adimgBlk ~ .top-banner{
		padding: 0;
	}
}
@media (max-width: 840px) {
	.top-banner{
		padding:0;
	}
}
@media (max-width: 576px) {
	.index-swiper{
		max-width: inherit;
	}	
	.index-swiper .owl-theme .owl-item{
		padding: 0;
	}
	.index-swiper .owl-theme .owl-item .item{
		border-radius: 0;
	}
	.index-swiper .owl-theme .owl-item.active.center .item{
		box-shadow: none;
	}
}
/* news channel */
#newsCN .index-swiper .owl-theme .owl-item{
	padding: 0;
}
#newsCN .index-swiper .owl-nav{
	top: 45%;
}
#newsCN .index-swiper .owl-theme .owl-item .item{
	padding: 2rem 20px;
	opacity: .9;
}
#newsCN .index-swiper .owl-theme .owl-item.active.center .item{
	box-shadow: none;
	opacity: 1;
	border-radius: 0;
}
#newsCN .index-swiper .owl-theme .owl-item .cardtext {
	padding: 30px 10px 0;
}
#newsCN .index-swiper .owl-theme .owl-item .cardtext .title{
	font-size: 1.625rem;
	line-height: 1.25;
	margin: 0;
	opacity: 0;
	-webkit-line-clamp: 2;
}
#newsCN .index-swiper .owl-theme .owl-item.active.center .item .cardimg {
	box-shadow: var(--textshadow-01);
}
#newsCN .index-swiper .owl-theme .owl-item.active.center .item .cardtext .title {
	opacity: 1;
}
#newsCN .index-swiper .owl-theme .owl-item .cardimg{
	aspect-ratio: 16 / 9;
    border-radius: 10px;
}
#newsCN .index-swiper .owl-theme .owl-item .cardimg::after,
#newsCN .index-swiper .owl-theme .owl-item .cardimg::before{
	content: '';
	display: block;
	transition: all .5s;
	position: absolute;
}
#newsCN .index-swiper .owl-theme .owl-item .cardimg::before{
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: .5;
}
#newsCN .index-swiper .owl-theme .owl-item .cardimg::after{
	width: 70px;
	height: 70px;
	background: url(../images/icon/icon-ytlogo.svg) center no-repeat;
	background-size: 100% auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	filter: brightness(0) invert(1);
	z-index: 3;
	opacity: .3;
}
#newsCN .index-swiper .owl-theme .owl-item.active.center .cardimg::after{
	opacity: .9;
}
#newsCN .index-swiper .owl-theme .owl-item .cardimg:hover::after,
#newsCN .index-swiper .owl-theme .owl-item .cardimg:hover::before,
#newsCN .index-swiper .owl-theme .owl-item.active.center .cardimg:hover::after{
	opacity: 0;
}
@media (max-width: 991px) {
	#newsCN .index-swiper .owl-theme .owl-item .cardtext{
		padding: 20px 10px 0;
	}
	#newsCN .index-swiper .owl-theme .owl-item .cardtext .title {
		font-size: 1.5rem;
	}
}
@media (max-width: 768px) {
	#newsCN .index-swiper .owl-theme .owl-item .cardtext .title {
		font-size: 1.375rem;
	}
	#newsCN .index-swiper .owl-theme .owl-item .item{
		padding: 2rem 1rem 1.5rem;;
	}
}
@media (max-width: 576px) {
	#newsCN .index-swiper .owl-theme .owl-item .cardtext .title {
		font-size: 1.25rem;
	}
}

/* channel card */
.channel-banner{
	position: relative;
	padding: 2rem 0;
	background-color: var(--bg-gray);	
}
.channel-banner .index-swiper {
	max-width: 1280px;
} 
.channel-banner .index-swiper .owl-theme .owl-item{
	padding: 0;
}
.channel-banner .index-swiper .owl-theme .owl-item .item{
	opacity: 1;
}
.channel-banner .index-swiper .owl-theme .owl-item .item{
	padding: 2rem 1rem;
}
.channel-banner .owl-theme .owl-item .cardimg {	
	aspect-ratio: 5 / 3;
	box-shadow: var(--textshadow-03-2);
	border-radius: 15px;
}
.channel-banner .owl-theme .owl-item:hover .cardimg{
	box-shadow: var(--textshadow-03);
}
.channel-banner .index-swiper .cardtext{
	width: calc(100% - 2px);
	padding: 2.5rem 1.25rem 1.25rem; 
	background-color: #fff;
	margin: -20px auto 0;
	border-radius: 0 0 15px 15px;
}
.channel-banner .index-swiper .cardtext .info{
	-webkit-line-clamp: 2;
	line-height: 1.35;
	margin: 0 0 .95rem;
	font-size: .95rem;
}
.channel-banner .index-swiper .cardtext .info.time{
	margin: 0 0;
	color: #222;
}
.channel-banner .index-swiper .cardtext .title{
	font-size: 1.5rem;
	color: var(--channel-color);
	margin: 0 0 .5rem;
	font-weight: 500;
}
.channel-banner .owl-theme .owl-item .cardbox-v2 .cardimg {
	aspect-ratio: 41 / 18;
}
.channel-banner .index-swiper .cardbox-v2 .cardtext{
	width: 70%;
	padding: 1.5rem 2.5rem 1rem 4.5rem; 
	margin: 0 0 0 -2rem;
	border-radius: 0 15px 15px 0 ;
}
.channel-banner .index-swiper .cardbox-v2 .cardtext .info{
	-webkit-line-clamp: 3;
	line-height: 1.75;
	text-align: justify;
}
.channel-banner .index-swiper .cardbox-v2 .cardtext .title{
	font-size: 1.85rem;
	color: var(--channel-color);
	line-height: 1.25;
	margin: 0 0 1rem;
}
.channel-banner .index-swiper .owl-dots{
	bottom: -10px;
	margin: 0;
}
.channel-banner .index-swiper .owl-dot.active, 
.channel-banner .index-swiper .owl-dot:hover{
    background-color: var(--channel-color);
	width: 30px;
}
.channel-banner .index-swiper .owl-dot {
	background-color: var(--border-dark);
	width: 15px;
}
@media (max-width: 1240px) {
	.channel-banner .index-swiper{
		max-width: 820px;
	}	
	.channel-banner:has(.cardbox-v2) .index-swiper{
		max-width: 1024px;
	}
}
@media (max-width: 1024px) {
	.channel-banner:has(.cardbox-v2) .index-swiper{
		max-width: 640px;
	}
	.channel-banner .card-info {
		flex-wrap: wrap;
	}	
	.channel-banner .owl-theme .owl-item .cardbox-v2 .cardimg {
		aspect-ratio: 8 / 5;
	}
	.channel-banner .index-swiper .cardbox-v2 .cardtext {
		width: calc(100% - 2px);
		padding: 2.5rem 1.25rem 1.25rem;
		margin: -20px auto 0;
		border-radius: 0 0 15px 15px;
	}
	.channel-banner .index-swiper .cardbox-v2 .cardtext .title {
		font-size: 1.5rem;
		margin: 0 0 .5rem;
		line-height: 1.5;
	}
	.channel-banner .index-swiper .cardbox-v2 .cardtext .info{
		-webkit-line-clamp: 2;
		line-height: 1.35
	}
}
@media (max-width: 991px) {
	.channel-banner {
		padding: 1rem 0;
	}
	.channel-banner .index-swiper{
		max-width: 480px;
	}
	.channel-banner .index-swiper .owl-item .cardimg {
		aspect-ratio: 8 / 5;
	}
}
@media (max-width: 768px) {
	.channel-banner .index-swiper,
	.channel-banner:has(.cardbox-v2) .index-swiper{
		max-width: 480px;
	}
	.channel-banner .index-swiper .owl-theme .owl-item .item{
		padding: 2rem 1rem;
	}
}
@media (max-width: 576px) {
	.channel-banner {
		padding: 1rem 0 1.75rem;
	}
}
@media (max-width: 425px) {
	.channel-banner .index-swiper .owl-theme .owl-item .item{
		padding: 1.5rem 1rem;
	}
}

/* AD */
.adimgBlk{
	padding: 30px 30px 0; 
}
.adimgBlk .adimg{
	position: relative;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
.adimgBlk .adimg::before{
	content: 'AD';
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: .8rem;
	padding: 0 5px;
	line-height: 15px;
}
.adimgBlk .imgBlk-banner{
	display: block;
	overflow: hidden;
	/* border-radius: 5px; */
}
.adimgBlk .adimg .btn-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.25);
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/icon/icon-close-w.svg) ;
	background-size: 10px auto;
	transition: all .5s;
	opacity: .8;
	z-index: 2;
	border-radius: 0;
}
.adimgBlk .adimg .btn-close:hover{
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
.adimgBlk.full{
	background-color: transparent;
	padding: 0 0 3rem;
	border-bottom: 1px dotted var(--border); 
	margin: 0 0 2rem;
}
.adimgBlk.full .adimg{
	max-width: 1024px;
}
@media (max-width: 576px) {
	.adimgBlk{
		padding: 15px; 
	}
}
/* top tennews */
.top-tennews{
	background-color: #F8F8F8;
	padding: 5rem 0;
}
.top-tennews .tennewsBlk{
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	padding: 1rem 20px 0;
	position: relative;
}
.tennewsBlk .top-news{
	width: 100%;
}
.tennewsBlk .top-news:first-child{
	padding: 0 30px 0 10px;
}
.tennewsBlk .top-news:first-child .card-info {
    position: sticky;
    top: 180px;
}
.tennewsBlk .top-news .cardimg {
    box-shadow: var(--textshadow-03-2);
    border-radius: 10px;
}

.tennewsBlk .cardtext{
	display: flex;
	flex-flow: row;
	align-items: center;
	border-bottom: 1px dotted var(--border);
	justify-content: space-between;
}
.tennewsBlk .cardtext .title{
	font-size: 1.25rem;
	line-height: 30px;
	margin: 0;
	color: #222;
	width: 90%;
}
.tennewsBlk .card-info:hover .cardtext .title,
.tennewsBlk .cardtext:hover .title{
	color: var(--ctv-orange-heavy);
}
.tennewsBlk .cardtext .rank-num{
	width: 40px;
	line-height: 30px;
	text-align: center;
	font-size: 1.25rem;
	font-style: italic;
	font-weight: 500;
	color: var(--ctv-orange-primary);
	flex: 0 0 40px;
}
.tennewsBlk .top-news:first-child .cardtext{
	padding: 7px 0;
}
.tennewsBlk .top-news:first-child .cardtext .title{
	-webkit-line-clamp: 2;
	width: 88%;
}
.tennewsBlk .top-news:first-child .cardtext .rank-num{
	width: 75px;
	line-height: 75px;
	text-align: left;
	font-size: 3rem;
	flex: 0 0 75px;
}
.tennewsBlk .top-news:last-child .cardtext{
	padding: 10px 15px;
}
.tennewsBlk .top-news:last-child .cardtext:first-child{
	border-top: 1px dotted var(--border);
}
.tennewsBlk .top-news:last-child{
	display: flex;
	flex-flow: column;
	justify-content: space-evenly;
}

.tennewsBlk .top-news .cardtext:nth-child(n+10){
	display: none;
}
.top-tennews .morenews{
	display: flex;
	justify-content: center;
	max-width: 1320px;
	padding: 2.5rem 20px 0;
	margin: 0 auto;
}
.top-tennews .morenews a{
	display: block;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 5px;
	line-height: 50px;
	font-size: 1rem;
	color: #999;
	transition: all .5s;
}
.top-tennews .morenews a.active{
	
}
.top-tennews .morenews a:hover{	
	color: var(--ctv-orange-primary);
	background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 1240px) {
	.tennewsBlk .top-news:first-child{
		padding: 0 20px 0 0;
	}
	.tennewsBlk .top-news:last-child .cardtext {
		padding: 10px 5px;
	}
	.tennewsBlk .cardtext .rank-num{
    	line-height: 20px;		
	}
	.tennewsBlk .cardtext .title{
		font-size: 1.125rem;
    	line-height: 22px;
	}
	.tennewsBlk .top-news:first-child .cardtext .rank-num {
		width: 65px;
		flex: 0 0 65px;
	}
}
@media (max-width: 768px) {
	.top-tennews{
		padding: 3rem 0 4rem;
	}
	.top-tennews .tennewsBlk{
		flex-wrap: wrap;
		padding: 0 20px 0;
	}
	.tennewsBlk .top-news,
	.top-tennews .morenews a{
		max-width: 640px;
		margin: 0 auto;
	}
	.tennewsBlk .top-news:first-child{
		padding: 0;
	}
	.tennewsBlk .top-news .cardimg{
		display: none;
	}	
	.tennewsBlk .top-news:first-child .cardtext,
	.tennewsBlk .top-news:last-child .cardtext{
		padding: 12px 0;
	}
	.tennewsBlk .top-news:first-child .cardtext{
		border-bottom: 0;
		border-top: 1px dotted var(--border);
	}
	.tennewsBlk .cardtext .title{
		line-height: 25px;
	}
	.tennewsBlk .top-news:first-child .cardtext .title{
		width: 90%;
		-webkit-line-clamp: 1;
	}
	.tennewsBlk .cardtext .rank-num,
	.tennewsBlk .top-news:first-child .cardtext .rank-num{
    	line-height: 25px;	
		font-size: 1.375rem; 
	}
	.tennewsBlk .top-news:first-child .cardtext .rank-num {
		width: 40px;
        flex: 0 0 40px;
		text-align: center;
    }
}
@media (max-width: 425px) {
	.tennewsBlk .cardtext .title {
        padding: 0 0 0 5px;
    }
	.tennewsBlk .cardtext .rank-num,
	.tennewsBlk .top-news:first-child .cardtext .rank-num {
        font-size: 1.275rem;
    }
}
/* news tag */
.news-tag{
	border-radius: 30px;
	background-color: #444;
	padding: 0 10px;
	color: #fff;
	line-height: 24px;
	font-size: .9rem;
	margin-right: 5px;
	transition: all .5s;
	    width: fit-content;
}
.news-tag{
	--tag-v1:#EB2B00;
	--tag-v2:#FF8C00;
	--tag-v3:#00ADD7;
	--tag-v4:#FFC000;
	--tag-v5:#0339A6;
	--tag-v6:#732BD0;
	--tag-v7:#F9267C;
	--tag-v8:#0079DD;
	--tag-v9:#FF6A00;
	--tag-v10:#0ED0FF;
	--tag-v11:#CA0300;
	--tag-v12:#FF676A;
}
.news-tag.v1{
	background-color: var(--tag-v1);
}
.news-tag.v2{
	background-color: var(--tag-v2);
}
.news-tag.v3{
	background-color: var(--tag-v3);
}
.news-tag.v4{
	background-color: var(--tag-v4);
}
.news-tag.v5{
	background-color: var(--tag-v5);
}
.news-tag.v6{
	background-color: var(--tag-v6);
}
.news-tag.v7{
	background-color: var(--tag-v7);
}
.news-tag.v8{
	background-color: var(--tag-v8);
}
.news-tag.v9{
	background-color: var(--tag-v9);
}
.news-tag.v10{
	background-color: var(--tag-v10);
}
.news-tag.v11{
	background-color: var(--tag-v11);
}
.news-tag.v12{
	background-color: var(--tag-v12);
}

/* hot news */
.newstagBlk{
	padding: 10px;
}
.newstagBlk ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	max-width: 1024px;
	margin: 0 auto;
}
.newstagBlk ul li{
	padding: 10px;
}
.newstagBlk ul li .news-tag{
	display: block;
	color: #222;
	font-size: 1.375rem;
	line-height: 40px;
	padding: 0 20px;
	margin-right: 0;
	background-color: #f6f6f6;
}
.newstagBlk ul li .news-tag.active,
.newstagBlk ul li .news-tag:hover{
	background-color: var(--ctv-bule-primary);
	color: #fff;
}
.newstagBlk ul li .news-tag.active.news-tag.v1,
.newstagBlk ul li .news-tag.v1:hover{
	background-color: var(--tag-v1);
}
.newstagBlk ul li .news-tag.active.news-tag.v2,
.newstagBlk ul li .news-tag.v2:hover{
	background-color: var(--tag-v2);
}
.newstagBlk ul li .news-tag.active.news-tag.v3,
.newstagBlk ul li .news-tag.v3:hover{
	background-color: var(--tag-v3);
}
.newstagBlk ul li .news-tag.active.news-tag.v4,
.newstagBlk ul li .news-tag.v4:hover{
	background-color: var(--tag-v4);
}
.newstagBlk ul li .news-tag.active.news-tag.v5,
.newstagBlk ul li .news-tag.v5:hover{
	background-color: var(--tag-v5);
}
.newstagBlk ul li .news-tag.active.news-tag.v6,
.newstagBlk ul li .news-tag.v6:hover{
	background-color: var(--tag-v6);
}
.newstagBlk ul li .news-tag.active.news-tag.v7,
.newstagBlk ul li .news-tag.v7:hover{
	background-color: var(--tag-v7);
}
.newstagBlk ul li .news-tag.active.news-tag.v8,
.newstagBlk ul li .news-tag.v8:hover{
	background-color: var(--tag-v8);
}
.newstagBlk ul li .news-tag.active.news-tag.v9,
.newstagBlk ul li .news-tag.v9:hover{
	background-color: var(--tag-v9);
}
.newstagBlk ul li .news-tag.active.news-tag.v10,
.newstagBlk ul li .news-tag.v10:hover{
	background-color: var(--tag-v10);
}
.newstagBlk ul li .news-tag.active.news-tag.v11,
.newstagBlk ul li .news-tag.v11:hover{
	background-color: var(--tag-v11);
}
.newstagBlk ul li .news-tag.active.news-tag.v12,
.newstagBlk ul li .news-tag.v12:hover{
	background-color: var(--tag-v12);
}
/* tag more */
.newstagBlk ul li.read-more{
	display: none;
}
.newstagBlk ul li.read-more a{
	line-height: 40px;
}
.newstagBlk ul li.read-more .icon{
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: var(--ctv-bule-primary);
	margin: 0 0 0 3px;
	transition: none;
}
.newstagBlk ul li.read-more a:hover ~ .icon{
	background-color: var(--channel-color);
}
.newstagBlk ul li.read-more .icon::after,
.newstagBlk ul li.read-more .icon::before{
	content: '';
	display: block;
	width: 50%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate( -50%, -50%);
	opacity: 1;
	transition: all .5s;
}
.newstagBlk ul li.read-more .icon::before{
	width: 2px;
	height: 50%;
}
.newstagBlk ul li.read-more:has(a.active) .icon::before{
	opacity: 0;
}

@media (max-width: 1320px) {
	.newstagBlk {
		padding: 0 5%;
	}
}
@media (max-width: 991px) {
	.newstagBlk {
		padding: 0 20px;
		width: 90%;
		margin: 0 auto;
	}
	.newstagBlk ul li{
		padding: 8px 6px;
	}
	.newstagBlk ul li .news-tag{
		font-size: 1.25rem;
		line-height: 40px;
	}
	.newstagBlk ul li:nth-child(n+7){
		display: none;
	}
	.newstagBlk ul li.read-more{
		display: flex;
		align-items: center;
		padding: 0 20px;
	}
}
@media (max-width: 768px) {
	
	.newstagBlk ul li .news-tag{
		font-size: 1.15rem;
		line-height: 35px;
		padding: 0 15px;
	}
}
@media (max-width: 576px) {
	.newstagBlk ul li .news-tag {
        font-size: 1.075rem;
        line-height: 32px;
    }
}
@media (max-width: 375px) {
	.newstagBlk {
		width: 100%;
	}
}
/* hotnews */
.hot-news{
	padding: 5rem 0;
}
.hotnews-list{
	max-width: 1340px;
	margin: 0 auto;
	padding: 1rem 20px;
	display: flex;
	flex-wrap: wrap;
}
.hotnews-list .cardbox{
	width: 25%;
	padding: 20px 10px;
	transition: all .5s;
}
.hotnews-list .cardbox.nodate{
	width: 100%;
	padding: 10vh 10px;
	text-align: center;
	border: 1px dotted var(--border);
	border-width: 1px 0;
}
.hotnews-list .cardbox.nodate p{
	font-size: 2rem;
	line-height: 2;
	margin: 0;
}
.hotnews-list .cardbox .cardtext{
	position: relative;
}
.hotnews-list .cardbox .cardtext .title{
	-webkit-line-clamp: 2;
	font-size: 1.125rem;
	line-height: 1.65;
	/* text-indent: 60px; */
}
.hotnews-list .cardbox:hover .cardtext .title{
	color: #222;
	text-decoration: underline;
}
.hotnews-list .cardbox .cardtext .news-tag{
	/* position: absolute;
	top: 12px;
	left: 0; */
	margin-top: 2px;
    float: left;
}
.hotnews-list .cardbox .cardimg{
	box-shadow: var(--textshadow-03-2);
}
.hotnews-list .cardbox .card-info:hover .cardimg{
	box-shadow: var(--textshadow-03);
}

@media (max-width: 1200px) {
	.hotnews-list .cardbox{
		width: calc(100% / 3);
	}
}
@media (max-width: 991px) {
	.hotnews-list .cardbox{
		width: 50%;
	}
}
@media (max-width: 576px) {
	.hot-news{
		padding: 3rem 0;
	}
	.hotnews-list .cardbox{
		width: 100%;
		padding: 10px 10px;
		margin: 0 auto;
	}
	.hotnews-list .cardbox .cardtext{
		padding: 15px 0 10px;
	}
	.hotnews-list .cardbox .cardtext .news-tag {
		top: 17px;
	}
}

/* 新影片 */
.news-videoBlk .video-group{
	padding: 0 0 1.5rem;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dotted var(--border);
}
.news-videoBlk .wrapper .video-group{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.news-videoBlk .video-group .cardbox{
	padding: 15px;
	width: 50%;
}
.news-videoBlk .cardbox .card-info{
	flex-wrap: nowrap;
}
.news-videoBlk .cardbox .card-info .cardimg{
	width: 60%;
}
.news-videoBlk .cardbox .card-info .cardtext{
	padding: 5px 20px 8px 10px;
	justify-content: space-between;
}
.news-videoBlk .video-group .cardtext>.title{
	font-size: 1.075rem;
	line-height: 1.5;
	-webkit-line-clamp: 2;
	margin: 0 0 .5rem ;
	word-break: break-all;
}
.search-list  .video-group {
    padding: 0;
}
.search-list .video-group .cardbox{
	width: 100%;
	padding: 1.25rem 0;
    border-top: 1px dotted var(--border);
}
.search-list .cardbox .card-info .cardimg {
    width: 35%;
}
.search-list .video-group .cardtext>.title {
    font-size: 1.5rem;
    line-height: 1.25;
    -webkit-line-clamp: 1;
	font-weight: 500;
	margin: 0;
	/* color: var(--ctv-bule-heavy); */
}
.search-list .video-group .cardtext>.info,
.search-list .card-info:hover .cardtext>.info{
	display: -webkit-box;
	color: #666;
    -webkit-line-clamp: 3;
	margin: 0 0 1rem;
}
.search-list .cardbox .card-info .cardtext {
    padding: 10px 15px;
    justify-content: space-evenly;
}
@media (max-width: 1240x){
	.news-videoBlk .cardbox .card-info .cardimg{
		width: 80%;
	}
}
@media (max-width: 991px){
	.news-videoBlk .wrapper>.title {
		font-size: 1.75rem;
		padding: 0 15px;
		margin: 0 0 10px;
	}
	.news-videoBlk .video-group .cardtext>.title{
		-webkit-line-clamp: 2;
	}
	.search-list .video-group .cardtext>.title {
		-webkit-line-clamp: 2;
	}
	.search-list .video-group .cardtext>.info,
	.search-list .card-info:hover .cardtext>.info {
		-webkit-line-clamp: 2;
		margin: .5rem 0;
	}
}
@media (max-width: 768px){	

	.news-videoBlk .video-group{
		justify-content: space-between;
	}
	.news-videoBlk .video-group .cardbox {
		padding: 10px 0;
        width: 48%;
	}
	.news-videoBlk .cardbox .card-info {
		flex-wrap: wrap;
	}
	.news-videoBlk .cardbox .card-info .cardimg {
		width: 100%;	
	}
	.news-videoBlk .cardbox .card-info .cardtext{
		padding: 10px 0;
	}
	.search-list .cardbox .card-info .cardtext {
		padding: 0 0 0 10px;
	}
	.search-list .cardbox .card-info {
		flex-wrap: nowrap;
	}
	.search-list .video-group .cardbox{
		width: 100%;
		padding: 1rem 0;
	}
	.search-list .cardbox .card-info .cardimg{
		width: 70%;
	}
	.search-list .video-group .cardtext>.info, 
	.search-list .card-info:hover .cardtext>.info{
		font-size: .9rem;
		margin: 0;
	}
}
@media (max-width: 576px){
	.news-videoBlk .video-group{
		padding: 0 0 1.5rem;
		/* max-width: 480px; */
		margin: 0 auto;
	}
	.search-list .video-group{
		padding: 0;
	}
	.news-videoBlk .video-group .cardbox{
		width: 100%;
		padding: 0 5px 20px;
	}
	.news-videoBlk.search-list .video-group .cardbox{
		padding: 20px 5px;
	}
	.news-videoBlk .cardbox .card-info .cardtext {
		padding: 15px 0 10px;
	}
	.search-list .cardbox .card-info .cardtext {
		padding: 0 0 0 10px;
	}	
	.search-list .video-group .cardtext>.title {
		font-size: 1.25rem;
    }
	.search-list .video-group .cardtext>.info{
		display: none;
	}
	.search-list .video-group .cardtext>.info, 
	.search-list .card-info:hover .cardtext>.info {
		display: none;
    }
}
@media (max-width: 425px){
	.search-list .cardbox .card-info {
		flex-wrap: wrap;
	}
	.search-list .cardbox .card-info .cardimg{
		width: 100%;
	}
	.search-list .cardbox .card-info .cardtext {
        padding: 15px 0 0;
    }
	.search-list .cardbox .card-info .cardtext>.day {
		line-height: 1;
		padding: 10px 0 0;
	}
}
/* iframe */
.iframeBlk{
	position: relative;
}
.iframeBlk .cardtext{
	padding: 1rem 0;
	border-bottom: 1px dotted var(--border);
}
.iframeBlk .cardtext>.info{
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5;
}
.iframeBlk iframe{
	width: 100%;
}
@media (max-width: 576px){	
	.iframeBlk{
		padding: 0 10px;
	}
}
/* populor */
.populorBlk{	
	border-top: 1px dotted var(--border);
}
.populorBlk .populor{
	display: flex;
	align-items: center;
	counter-increment:rank;
    counter-reset: section;
	padding: 12px 0 12px 2px;
	border-bottom: 1px dotted var(--border);
	transition: all .5s;
}
.populorBlk .populor::before{
    content: counter(rank);
    margin: 0 12px 0 0;
    width: 22px;
    text-align: center;
    line-height: 22px;
    display: block;
	font-size: 1rem;
    flex: 0 0 auto;
	border-radius: 100%;
	color: #444;
}
.populorBlk .populor:nth-child(1) span,
.populorBlk .populor:nth-child(2) span,
.populorBlk .populor:nth-child(3) span{
	color:var(--channel-color);
	/* font-weight: 500; */
}
.populorBlk .populor:nth-child(1):before,
.populorBlk .populor:nth-child(2):before,
.populorBlk .populor:nth-child(3):before{
    font-weight: 600;
	color:var(--channel-color);
}
.populorBlk .populor span{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	color: #444;
	line-height: 24px;   
	text-align: justify;
	font-size: 1.05rem;
}
.populorBlk .populor:hover span{
	color: var(--channel-color);
}
.populorBlk .populor:hover:before{
	background-color:var(--channel-color);
	color: #fff;
}
@media (max-width: 1920px) {
	.populorBlk .populor{
		padding: 10px 0;
	}
}

@media (max-width: 576px) {
	.populorBlk .populor{
		padding: 10px 0;	
	}	
	.populorBlk .populor span{
		padding: 0 5px;
	}
	.populorBlk .populor::before{
		margin: 0 6px;
	}
}
/* search modal */
.modal-search{
	align-items: center;
	border: 1px solid var(--ctv-bule-primary);
	border-radius: 30px;
	padding: 0 0 0 1rem;
	background: #fff;
	display: flex;
	justify-content: center;
}
.modal-search input[type="text"].form-control{
	border: 0;
	height: 50px;
	border-radius: 0;
	background-color: transparent;   
	min-height: 50px;
}
.modal-search input[type="text"].form-control:focus {
	box-shadow: 0 0 5px 0 rgba(13,110,253,0);
}
.modal-search button{	
	height: 50px;
	width: 20%;
}
.modal-body .hashtag{
	padding: 1.5rem 1rem .5rem;
	justify-content: center;
}
#Search .modal-body{
	padding: 3rem 5% 2.5rem;
}

@media (max-width: 768px) {   
	.modal-search button{	
		width: 40%;
	}
	.modal-body .hashtag{
		padding: 1.5rem 1rem 0;
		justify-content: flex-start;
	}
	.modal-body .page-tag .hashtag li:has(p){
		width: 100%;
	}
	#Search .modal-body {
		padding: 2rem 1.5rem 1.5rem;
	}
}
@media (max-width: 576px) {   
	#Search .modal-body {
		padding: 1.75rem 1rem 1rem;
	}
	.modal-body .hashtag {
        padding: 1.5rem .5rem 0;
    }
}

/* anchor */
.anchorBlk{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dotted var(--border);
	padding: 0 0 2rem;
	width: 100%;
}
.anchorBlk .anchor{
	display: block;
	width: calc(100% / 3);
	padding: 5px;
}
.anchorBlk .anchor .card-info{
	position: relative;
	border-radius: 5px;
	overflow: hidden ;
}
.anchorBlk .cardimg{  
	aspect-ratio: 1 / 1;
}
.anchorBlk .anchor .cardtext{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity .25s cubic-bezier(0,0,.2,1);
    opacity: 0;
    padding: 0 5px;
}
.anchorBlk .anchor:hover .cardtext{
	opacity: 1;
}
.anchorBlk .anchor .cardtext .title {
    color: #fff;
    text-align: center;
    font-size: 1rem;
	margin: 0;
}
@media (max-width: 991px) {   
	.col-right section.anchorBlk{
		max-width: 600px;
		margin: 0 auto 1rem;
	}
	.anchorBlk .anchor{
		width: 100%;
		max-width: 150px;
	}
}
@media (max-width: 768px) {  
	.col-right section.anchorBlk{
		max-width: 480px;
	}
	.anchorBlk .anchor{
		max-width: 120px;
	}
}

/* page */
.detail{
    border: 1px solid var(--border);
    border-width: 0 0 1px;
	padding: 0 0 2rem;
	margin: 0 0 2rem;
}
.detail .userBlk{ 
	
}
@media (max-width: 425px){	
	
}
/* news-title */
.news-title{
	border-bottom: 1px solid var(--border);
	padding: 0 0 1rem;
}
.news-title h1{
	font-size: 2.25rem;
	line-height: 1.35;
	text-align: justify;
	transition: all .5s;
	font-weight: 500;
}
@media (max-width: 576px) {  
	.news-title{
		margin: 0 0 1.5rem;
	}
	.news-title h1{
		font-size: 1.75rem;
		line-height: 1.25;
	}
}
/* share */
.share{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 1.5rem 0;
}
.share .day{
	color: #999;
	line-height: 1;
	font-size: .9rem;
	display: flex;
	align-items: center;
}
.share .day::before{
	content: '';
	display: none;
	width: 12px;
	height: 12px;
	background: url(../images/icon/icon-time.svg) center no-repeat;
	background-size: 100% auto;
	margin: 0 5px 0 0;
}
.detail-share{
	padding: 0;
    display: flex;
    justify-content: flex-end;
}
.detail-share .mata{
	display: flex;
}
.detail-share .mata>a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	margin: 0 0 0 5px;
	border-radius: 100%;
	transition: all .5s;
}
.detail-share .mata>a:hover{
	opacity: .5;
}
.detail-share .mata>a>img {
    transform: scale(1.15);
}
.detail-share .mata>a.link>img {
	transform: scale(1);
	width: 14px;
}
/* anchor-page */
.anchor-img{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: var(--textshadow-02);
	padding: 10px;
	overflow: hidden;
}
.anchor-img .cardimg{
	border-radius: 5px;
}
.anchor-text{
	display: flex;
	justify-content: space-between;	
	border-top: 1px dotted var(--border);
	align-items: flex-end;
	padding: 2.25rem 1.25rem;
}
.anchor-title span{
	line-height: 1.5;
	color: #666;
	display: block;
	margin: 0 0 .85rem;
}
.anchor-title h1{
	font-size: 2.25rem;
	line-height: 40px;
	color: #222;
	letter-spacing: 3px;
}
.anchor-title p{
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.25;
	padding: 0 5rem 0 0;
	color: #444;
}
.anchor-text .anchor-fb{
	display: block;
	border-radius: 20px;
	border: 1px solid var(--ctv-bule-primary);
	color:  var(--ctv-bule-primary);
	padding: 0 15px;
	line-height: 40px;
	transition: all .5s;
}
.anchor-text .anchor-fb:hover{
	background-color: var(--ctv-bule-primary);
	color:  #fff;
}
.anchor-text .userBlk{
	width: 100%;
}
.anchor-text-title{
	margin: 0 0 40px;
}
.anchor-text-title .title{
	font-size: 1.175rem;
	color:  var(--ctv-bule-primary);
	display: flex;
	align-items: center;
	margin: .5rem 0 1rem;
}
.anchor-text-title .title::before{
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background-color: var(--ctv-bule-primary);
	margin: 0 .5rem 0 0;
}
.anchor-text-title p{
	line-height: 2;
	margin: 0;
}
.anchor-text:has(.anchorBlk){
	flex-flow: column;
	align-items: center;
}
.anchor-text .anchorBlk .anchor{
	width: 100%;
	max-width: 150px;
}
@media (max-width: 1240px) {
	.anchor-page .col-right{
		width: 330px;
		position: absolute;
		left: -2rem;
        top: -1.5rem;
		padding: 1rem;
	}
    .anchor-text:has(.anchor-title){
		padding: 2.25rem 1.25rem 2.25rem 330px;
	}
	.anchor-title p {
		padding: 0 3rem 0 0;
	}
	.anchor-title h1 {
		font-size: 2rem;
		line-height: 30px;
	}
	.anchor-text .anchorBlk .anchor {
		width: calc(100% / 7);
	}
}
@media (max-width: 768px) {
	.anchor-page .col-right{
		width: 260px;
		left: -1rem;
        top: -1.5rem;
	}
    .anchor-text:has(.anchor-title){
		padding: 1.35rem 1.25rem 1.35rem 260px;
	}
	.anchor-title span {
		margin: 0 0 .5rem;
	}
	.anchor-title p {
		padding: 0 1rem 0 0;
		font-size: 1.25rem;
	}
	.anchor-text .anchorBlk .anchor {
		width: calc(100% / 5);
		max-width: 100px;
	}
}
@media (max-width: 576px) {
	.anchor-page .col-right{
		position: initial;
		margin: 0 auto;
		padding: 1rem 0 ;
	}
    .anchor-text:has(.anchor-title){
		padding: 1.35rem 1rem;
	}
	.anchor-text {
		padding: 2rem 1rem;
	}
	.anchor-text .anchorBlk .anchor {
		width: calc(100% / 4);
	}
}

/* program tab */
.programBlk{
	width: 100%;
	margin: -74px 0 5rem;
}
/* channel btn */
.channel-item{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin: 0 0 1.5rem;
	transition: all .5s;
}
.channel-item .btn{
	background-color: #eee;
	padding: 0 1.5rem;
	line-height: 48px;
	font-size: 1.125rem;
	color: #666;
	margin: 0 0 0 10px;
	position: relative;
	border: 0px;
	transition: all .5s;
}
.channel-item .btn:hover,
.channel-item .btn.active{
	background-color: var(--ctv-orange-heavy);
	color: #fff;
}
/* program day */
.dayBlk .nav{
 	width: 100%;
	flex-wrap: nowrap;
	justify-content: center;
	border: 1px solid var(--border);
	border-width: 1px 0;
	background-color: #fff;
}
.dayBlk .nav .nav-item{
	width: 100%;
	max-width: 110px;
}
.dayBlk .nav .nav-item>button{
	font-size: 1.125rem;
	text-align: center;
	margin: 0 auto;
	background-color: transparent;
	width: 100%;
	padding: 1.5rem 0 1.25rem ;
	position: relative;
	color: #666;
}
.dayBlk .nav .nav-item>button.active,
.dayBlk .nav .nav-item>button:hover{
	color: var(--ctv-orange-heavy) ;
}
.dayBlk .nav .nav-item>button.active::after,
.dayBlk .nav .nav-item>button:hover::after{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	background-color: var(--ctv-orange-heavy);
}
.dayBlk .nav .nav-item>button>span{
	display: block;
	font-size: 1rem;
}
/* program list */
.program-list .program{
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--border);
	padding: 1rem 0;
	justify-content: space-between;
	padding: 15px 20px;
}
.program-list .program .time{
	width: 55px;
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 2;
	color: #999;
}
.program-list .program .title{
	width: calc(100% - 55px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 0 30px;
}
.program-list .program .title p::before{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: var(--border-dark);
	margin: 0 30px 0 0;
}
.program-list .program .title p{
	margin: 0;
	padding: 0;
	font-size: 1.15rem;
	display: flex;
	align-items: center;
	color: #444;
}
.program-list .program .title .series{
	font-size: 1rem;
    line-height: 2;
	color: #666;  
	text-align: right;
}
.program-list .program .title .series::after{
	content: '集';
	padding: 0 0 0 .25rem;
}

@media (max-width: 991px) {
	.programBlk{
		margin:  0 0 3rem;
	}
	.channel-item{
		justify-content: center;
		margin: 1.5rem 0;
	}
	.channel-item .btn{
		margin: 0 5px;
		width: 20%;
		padding: 0 5px;
	}
	.dayBlk .nav .nav-item {
		max-width: 150px;
	}
}
@media (max-width: 576px) {
	.channel-item{
		justify-content: space-between;
	}
	.channel-item .btn {
        font-size: 1rem;
		width: 24%;
		margin: 0;
    }
	.dayBlk .nav .nav-item>button {
		font-size: 1rem;
		padding: 1rem 0;
	}
	.dayBlk .nav .nav-item>button>span {
		font-size: .875rem;
	}
	.program-list .program {
		padding: 15px 10px;
	}
	.program-list .program .time{
		font-size: 1.25rem;    
		line-height: 1.5;
	}
	.program-list .program .title {
		padding: 0 0 0 15px;
	}
	.program-list .program .title p {
		font-size: 1.125rem;
	}
	.program-list .program .title p::before {
		margin: 0 20px 0 0;
	}
}
@media (max-width: 425px) {
	.dayBlk .nav .nav-item>button>span {
		display: none;
	}
	.program-list .program {
		align-items: baseline;
		padding: 15px 10px 15px 8px;
    }
	.program-list .program .time{
		font-size: 1rem;
		line-height: 1.25;
	}
	.program-list .program .title{
		padding: 0 ;
		align-items: baseline;
	}
	.program-list .program .title p {
		font-size: 1.025rem;
		line-height: 1.5;
	}
	.program-list .program .title p::before{
		display: none;
	}
	.program-list .program .title .series {
		line-height: 1;
		font-size: .875rem;
		margin: 3px 0 0 ;
		flex: 0 0 55px;    
	}		
}
/* program search */
.decree-filter{
	border: 1px solid var(--border);
    border-width: 1px 0;
	padding: 3.5rem 2rem;
	background-color: var(--bg-gray);
	margin: 0 0 3rem;
	transition: all .5s;
}
.decree-filter .form-content{
	max-width: 960px;
	justify-content: center;
}
.decree-filter .form-content  [class*=col-]{
	padding: .5rem .2rem;
}
.decree-filter .form-content .btn{
	padding: 0;
	min-height: 3.25rem;
	width: 100%;
}
.search-content{
	width: 100%;
	overflow-x: auto;
}
@media (max-width: 991px) {
	.decree-filter{
		padding: 2rem 2rem;
	}
}
@media (max-width: 576px) {
	.decree-filter{
		padding: 1.5rem 1rem;
		margin: 0 0 2rem;
	}
}
@media (max-width: 425px) {
			
}
/* search */
.search-result{
    width: 100%;
}
.search-result .search-keyword{
	margin: 0 auto 2.5rem;
}
.search-result .search-keyword ul{
	list-style: none;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-result .search-keyword .keywords{
	padding: 0 .75rem;
}
.search-result .search-keyword li span{
    padding: 0 1rem;
    align-items: center;
}
.search-result .search-keyword .keywords span{
	color: var(--ctv-bule-heavy);
    display: flex;
    line-height: 2.5;
    border-radius: 30px;
    border: 1px solid var(--border);
}
.search-result .search-keyword .keywords-number span{
    color:  var(--ctv-orange-heavy);
	font-weight: 500;
	font-size: 1.125rem;
}
@media (max-width: 576px) {
	.search-result .search-keyword{
		margin: 0 auto 2rem;
	}
}
/* contactus */
.contactusBlk{
	width: 100%;
}
.contactusBlk .decree-filter p{
	margin: 0;
	color: #666;
	font-size: 1rem;
	padding: 0 1rem;
}
.form-contactus{
	padding: 0 2rem;
	margin: 0 0 3rem;
}
.form-contactus .btnBlk{
	padding: 2rem 0 3rem;
	border-bottom: 1px solid var(--border);
}
@media (max-width: 768px){
	.form-contactus{
		padding: 0 10px;
	}
	.contactusBlk .decree-filter p{		
		padding: 0;
	}
	.form-contactus .form-group label{
		width: 25%;
	}
	.form-contactus .form-group .form-control,
	.recaptcha-info{
		width: 75%;
	}
}
@media (max-width: 576px){
	.form-contactus .form-group{
		/* flex-flow: column;
		padding: 0; */
	}
	.form-contactus .form-group label{
		width: 90px;
		padding: 10px 0;
		flex: 0 0 90px;
	}
	.form-contactus .form-group .form-control,
	.recaptcha-info{
		width: calc(100% - 90px);
		border-radius: 10px;
	}
}
@media (max-width: 425px){
	.form-contactus{
		padding: 0 5px;
	}
	.form-contactus .form-group .form-control{
		padding: 0 15px;
	}
	.form-contactus .form-group .form-textarea {
		padding: 15px 15px;
	}
}
/* timeline */
.timelineBlk{
	padding: 0 0 2.5rem;
}
.timelineBlk .timeline{
    color: #444;
    position: relative;
    list-style: none;
    text-align: left;
    width: 100%;
	padding: 0;
}
.timeline .event {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: self-start;
    line-height: 1;
}
.timeline .event p{
	margin: 0 0 0 -4px;
	display: flex;
	align-items: flex-start;
	font-size: 1rem;
	line-height: 1.5;
	padding: 8px 0;
	min-height: 40px;
	position: relative;
	z-index: 1;
}
.timeline .event:before, 
.timeline .event:after,
.timeline .event p:after {
    display: block;
}
.timeline .event:before {
    content: attr(data-date);
    text-align: right;
    font-weight: 500;
    height: 100%;
    padding: 0 15px 0 0;
    line-height: 40px;
    color: var(--ctv-orange-heavy);
    order: -2;
    width: 200px;
    font-size: 1.25rem;
	transition: all .5s;
}
.timeline .event:after {
    content: "";
    background: var(--ctv-orange-heavy);
    border-radius: 100%;
    height: 8px;
    width: 8px;
    margin: 16px -5px 0 0;
    order: -1;
    flex: 0 0 8px;
    position: relative;
    z-index: 2;
}
.timeline .event-list{
	margin: 0;
	border-left: 2px solid var(--border);
	padding: 0 0 20px;
	width: calc(100% - 200px);
	transition: all .5s;
}
.timeline .event p:after {
    content: "";
    background: var(--border-dark);
    border-radius: 100%;
    height: 6px;
    width: 6px;
	margin: 9px 20px 0 0;
	order: -1;
	flex: 0 0 6px;
}
.timeline .event .month:before {
    content: attr(data-date);
    font-weight: 500;
    line-height: 24px;
	position: absolute;
    width: 100px;
    padding: 0 15px 0 0;
    left: -100px;
    text-align: right;
    font-size: .875rem;
	color: #999;
}
@media (max-width: 768px){
    .timeline .event:before {
		font-size: 1.125rem;
	}
	.timeline .event-list{
		padding: 0 0 10px;
	}
}
@media (max-width: 576px){
    .timeline .event:before {
		font-size: 1rem;
		width: 80px;
		padding: 0 10px 0 0;
	}
	.timeline .event-list{
		width: calc(100% - 80px);
	}
	.timeline .event p:after {
		margin: 9px 15px 0 0;
	}
	.timeline .event p{
		font-size: .95rem;
	}
	.timeline .event .month:before {
		padding: 0 10px 0 0;
		width: 80px;
		left: -80px;
	}
}
/* studio */
.studio{
	display: flex;
	width: 100%;
	margin: 0 0 2rem;
}
.studio>div{
	width: 50%;
	padding: 10px;
}
.studio .annexBlk{
	padding: 0;
}
.studio .annexBlk .owl-carousel {
    padding: .5rem;
    border: 1px solid var(--border);
}
.studio .annexBlk .owl-carousel .owl-item>li>a {
    display: block;
    position: relative;
    aspect-ratio: 3 / 2;
	border-radius: 0;
}
.studio .annexBlk .owl-carousel .owl-item img{
    width: 102%;
}
.studio .annexBlk .owl-carousel .owl-dots {
    position: absolute;
    bottom: 1.25rem;
    padding: 0 0 0;
}
.studio .annexBlk .owl-carousel .owl-dot{
	background-color: #fff;
    opacity: .5;
}
.studio .annexBlk .owl-carousel .owl-dot.active,.owl-dot:hover{
	opacity: .9;
}
.studio-info table{
	width: 100%;
	margin: 0;
}
@media (max-width: 768px){
	.studio{
		flex-flow: column;
		width: 95%;
		margin: 0 auto 1.5rem;
	}
	.studio>div{
		width: 100%;
		padding: 0 0 20px;
	}
}
/* footer */
footer {
	margin: 0;
	width: 100%;
	position: relative;
}
.footer-line{
	display: flex;
}
.footer-line>div{
	width: calc(100% / 3);
	background-color: var(--channel-color);
	height: 3px;
}
.footerBlk{
	padding: 5rem 20px 5rem;
	background-color: #444;
}
.footerBlk .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1240px;
}
.footerBlk .footer-right{
	display: flex;
}
.footerBlk .sitemap{
	margin: 0 0 0 4rem;
}
.footerBlk .sitemap ul{
	display: block;
	list-style-type: none;
	border-top: 1px solid #555;
	padding: 15px 0 10px;
}
.footerBlk .sitemap ul:last-child{
	border-bottom: 1px solid #555;
}
.footerBlk .sitemap ul li p,
.footerBlk .sitemap ul li p a{
	color: #fff;
	font-size: 1rem;
	opacity: 1;
	margin: 0 0 5px;
	letter-spacing: 1px;
}
.footerBlk .sitemap ul li a{
	color: #fff;
	font-size: .9rem;
	line-height: 30px;
	opacity: .65;
	transition: all .5s;
	letter-spacing: 1px;
}
.footerBlk .sitemap ul li a.sitemap-new{
	color: #F2B705;
	opacity: 1;
}
.footerBlk .sitemap ul li a:hover{
	/* color: var(--ctv-orange-primary); */
	opacity: 1;
	text-decoration: underline;
}
.footer-left{
	max-width: 360px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.ctv-logo img{
	margin: 0 0 20px;
	max-width: 240px;
	opacity: .8;
}
.ctv-logo p{
	color: #fff;
	font-size: .9rem;
	opacity: .75;
	letter-spacing: 1px;
}
.ctv-logo p span{
	line-height: 2;
}
.footer-left .detail-share{
	justify-content: flex-start;
}
.footer-left .detail-share .mata>a{
	margin: 0 10px 0 0;
	background-color: #555;
	width: 50px;
	height: 50px;
}
.footer-left .detail-share .mata>a>img{
	filter: brightness(0) invert(1);
}
.footer-left .detail-share .mata>a.fb>img{
	height: 18px;
	width: auto;
}
.footer-left .detail-share .mata>a.yt>img{
	height: 14px;
	width: auto;
}
.copyRightBlk{
	background-color: var(--channel-color);
	padding: 10px 20px;
	position: relative;
}
.copyRightBlk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
	/* background-color: var(--channel-color);
    filter: saturate(0.95); */
	background-color: rgb(0 0 0 / 5%);
}
.copyRightBlk .wrapper{
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
}
.copyRightBlk .wrapper p{
	color: #fff;
	font-size: .875rem;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	opacity: .8;
}
.copyRightBlk .wrapper p span{
	color: #fff;
}
.copyRight-link{
	list-style: none;
	display: flex;
}
.copyRight-link li{
	padding: 0 0 0 10px;
}
.copyRight-link li a{	
	color: #fff;
	font-size: .875rem;
	line-height: 30px;
	opacity: .9;
}
.copyRight-link li a:hover{	
	text-decoration: underline;
}
@media (max-width: 1240px) {	
	.footerBlk .sitemap {
		margin: 0 0 0 2rem;
	}
}
@media (max-width: 1024px) {		
	.copyRightBlk .wrapper{
		align-items: center;
	}
	.copyRightBlk .wrapper p{
		line-height: 24px;
		margin: 5px 0;
	}
	.copyRightBlk .wrapper p span{
		display: block;
	}
}
@media (max-width: 991px) {
	.footerBlk {
		padding: 4rem 20px 2rem;
	}
	.footerBlk .wrapper{
		flex-flow: column;
	}
	.footer-right{
		order: -1;
		padding: 0 0 2rem;
		justify-content: space-evenly;
		flex-wrap: wrap;
	}	
	.footerBlk .sitemap {
		margin: 0 ;
	}
	.footer-left,
	.ctv-logo{
		display: flex;
		flex-flow: column;
		align-items: center;
		margin: 0 auto;
		max-width: 375px;
	}
	.ctv-logo img {
		margin: 20px 0;
	}
	.ctv-logo p{
		text-align: center;
		margin: 0 0 2rem;
		line-height: 18px;
		font-size: .875rem;
	}
	.ctv-logo p span{
		padding: 0 5px;
	}
	.copyRightBlk .wrapper{
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	.copyRightBlk .wrapper p{
		text-align: center;
	}
	.copyRight-link{
		order: -1;		
		margin: 5px 0 0;
	}
	.copyRight-link li {
		padding: 0 8px;
	}
}

@media (max-width: 576px) {
	.footerBlk .sitemap {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
	.footerBlk .sitemap ul{
		margin: -1px auto 0;
	}
}
@media (max-width: 425px) {	
	.ctv-logo p span{
		padding: 0 0;
		display: block;
		line-height: 1.5;
	}
}

.gotop {
	width: 50px;
	height: 50px;
	font-size: 0;
	position: fixed;
	right: 20px;
	bottom: 10%;
	text-align: center;
	border-radius: 100%;
	z-index: 2;
	box-shadow: var(--textshadow-02);
	background-color: rgba(255,255,255,.5);
	transition: all .5s;
	opacity: 0;
}
.gotop.sticky{
	opacity: .5;
}
.gotop::after{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/icon/icon-prev-b.svg) center no-repeat;
	background-size: 10px auto;
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	top: 0;
}
.gotop:hover {
	background-color: var(--channel-color);
	text-decoration: none;
	opacity: .9;
}
.gotop:hover::after{
	filter: brightness(0) invert(1);
}
.gotop:focus {
	border: 2px dotted orange;
}

/* 訊號公告 */
.signalinfo{
	display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-gray);
	padding: 2rem;
	flex-wrap: wrap;
}
.signalinfo .thumb img{
	max-height: 80px;
}
.signalinfo .info{
    padding: 20px;
    font-size: 1.75rem;
}

/* 404 */
.errBlk{
	width: 100%;
	height: 100vh;
	padding: 30px 5% 60px;
	max-width: 1720px;
	margin: 0 auto;
}
.errBlk .errlogo{
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}
.errBlk .errlogo>img{
	height: 50px;
	width: auto;
}
.err-content{
	position: relative;
	background-color: #fbfbfb;
	height: calc(100% - 60px);
}
.err-content .err-mian{
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	padding: 20px;
	height:100%;
	text-align: center;
}
.err-content .err-mian .icon{
	margin:0 auto 40px;
	width: 60%;
	max-width: 240px;
}
.err-content .err-mian .title{
	font-size: 2.5rem;
	line-height: 1.25;
	margin-bottom: 15px;
	font-weight: 500;
}
.err-content .err-mian p{
	margin: 0;
	color: #666;
	padding: 0 5%;
}
.err-content .err-mian .btnBlk{
	padding: 3em 0 0;
}
.err-content .err-mian .btnBlk .btn{
	margin: 0 auto 0;
}
@media (max-width: 768px){
	.err-content .err-mian .title{
		font-size: 2rem;
	}
}
@media (max-width: 425px){
	.err-content .err-mian .title{
		font-size: 1.75rem;
	}
}


/* 動畫 */
@keyframes jump {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-20px)
    }
}

@keyframes fadeInMenu {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
@keyframes fadeInMenu2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(8rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInSobunTabs {
    0% {
        opacity: 0;
        transform: translateY(3rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeIn-down {
    0% {
        opacity: 0;
        transform: translateY(-8rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}
@keyframes arrow {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    40% {
        opacity: 0
    }

    49.9% {
        opacity: 0;
        transform: translateX(50%)
    }

    50% {
        opacity: 0;
        transform: translateX(-50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes arrow-external {
    0% {
        opacity: 1;
        transform: translate(0) rotate(-45deg)
    }

    40% {
        opacity: 0
    }

    49.9% {
        opacity: 0;
        transform: translate(15%,-15%) rotate(-45deg)
    }

    50% {
        opacity: 0;
        transform: translate(-15%,15%) rotate(-45deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(-45deg)
    }
}

@keyframes arrow-return {
    0% {
        opacity: 1;
        transform: translate(0) rotate(180deg)
    }

    40% {
        opacity: 0
    }

    49.9% {
        opacity: 0;
        transform: translateX(-50%) rotate(180deg)
    }

    50% {
        opacity: 0;
        transform: translateX(50%) rotate(180deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(180deg)
    }
}
