@charset "utf-8";
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, img {	border:0;}
ol, ul {list-style:none;}
ul{	list-style-position:outside;}
caption, th {text-align:left;}
q:before, q:after {	content:'';}
abbr, acronym {	border:0;}
a{text-decoration:none;color: #000;}

/*桌機版*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
html,body { 
	font-family:Arial, Helvetica , sans-serif;
	-webkit-text-size-adjust:none; /* 在 iOS 旋轉手機畫面時鎖定文字不縮放 */
	overflow-x:hidden;
	font-family:'Noto Sans TC', 'Microsoft JhengHei' ,sans-serif;
	font-weight: 300;
	letter-spacing: 1.5px;	
	font-size: 1em;
	
}
h2{
	 display: block;
    padding-left: 10px;
    font-weight: 600;
    font-size: 1.7em;

}

h3{	color: #fff;font-size: 1.313em;}

h4{	color: #fff;}

.cover{
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.block-row{
	padding:20px 0 10px 0;
}
.maxContent{
	width: 100%;
    max-width: 1340px;
    margin: 0 auto;	
	padding:0 10px;
}
.flexbox {
    display: flex;
}
.flex-center-y {
    display: flex;
    align-items: center;
}
.full-bg{
	width: 100%;
    background: #f2f2f2;	
}
/*-------- 左側區塊寬 --------*/
.left-container{	width: 100%;	max-width: 976px;	box-sizing: border-box;
}

/*-------- 右側區塊寬 --------*/
.right-container{	width: 100%;	max-width: 336px;	box-sizing: border-box;
}
@media screen and (max-width:1340px){
	.right-container,.left-container{
		margin: 0 auto;
	}
	.right-container{
		width: 100%;
		margin: 50px auto 0px auto;
		max-width: 100%;
		overflow: hidden;
	}
}

.disabled,.owl-theme .owl-nav .disabled { display: none;}
/*header===============================================================*/
header{
	padding: 30px 0 0 0;
	background:#fff;
}
.header-top .cts-logo{
	width: 80px;
    height: 39px;
    margin-right: 20px;	
	float: left;
}
/*header跑馬*/
#news-realtime-marquee-subject{display:none;}
.header-top .immediatenews,.header-top .immediatenews a,.header-top .immediatenews a:hover{
	text-decoration: none;
	font-size: 1.02em;
	color: #232323;
	line-height: 1.5em;
}
.header-top .immediatenews a:hover {
	color: #ff6600;
}
.header-top .immediatenews{
	float: left;
	padding:10px;	
	width: -moz-calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
	width: calc(100% - 350px);	
}
#news-realtime-marquee, #news-realtime-title{
	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);	
   	display: block;
   	height : 26px;
   	overflow : hidden;
   	margin-left: 15px;	
}
#news-realtime-marquee ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100vw - 10px);
}
.header-top .immediatenews:before {
    content: "";
    display: block;
    width: 5px;
    height: 25px;
    background: #f39800;
	float: left;
}
/*header氣象*/
.header-top .weather{
	display: flex;
    align-items: center;
    height: 51px;
    float:right;
    margin-top: -8px;
}
.header-top .weather .weather-icon {
    width: 50px;
    height: 50px;
    padding-right: 12px;
}
.header-top .weather .weather-info {
    position: relative;
    bottom: 4px;
    right: 0;
}
.header-top .weather .temp {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.6;
}
.header-top .weather .weather-otherinfo {
    font-size: 0.75em;
    line-height: 1;
    letter-spacing: 1px;
	display:flex;
}
.header-top .weather .weather-date {
    padding-right: 8px;
    border-right: 1px solid black;
	width: 80px;
    text-align: center;
}
.header-top .weather .location {
    padding: 0 8px;
	width: 80px;
    text-align: center;
}
/*nav bar*/
.header-bottom{
	width:100%;
	overflow:hidden;
	padding-top:5px;
}
.header-bottom .maxContent{
	float:left;	
	height: 50px;
}
.header-one-row:before,.header-one-row:after{
	content:'';
	float:left;
	width: -moz-calc(50% - 670px);
	width: -webkit-calc(50% - 670px);
	width: calc(50% - 670px);	
	height: 50px;
}
.header-one-row:before{
    background-color: #114c83;
}
.header-one-row:after{	
	background-color: #2dc2b9;
}
.header-bottom .maxContent{
	background: linear-gradient(to right, #114c83, #3890a3 50%, #2dc2b9);	
}
.header-nav2:before,.header-nav2:after{ background-color: #c8e4ef;    height: 43px;}

.header-bottom .header-nav2 .maxContent{background: #c8e4ef;    height: 43px;}
/*nav*/
.header-bottom nav{	
	float:left;
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);	
}
.header-owl-1,.header-owl-2{
    line-height: 43px;
    font-size: 1em;
    font-weight: 400;
    transition: .1s;
}
.header-owl-1 .item{
    padding-top: 7px;
    display: inline-block;
    box-sizing: border-box;
}
.header-owl-1 .menu-active a,.header-owl-1 a:hover{	background: #c8e4ef;color: #114c83;}
.header-owl-1 a:hover{position: relative;	bottom: 2px;}
.header-owl-1  a{	   
	color:#fff;
	display: block;
    line-height: 43px;
    font-size: 1em;
    font-weight: 400;
    transition: .1s;
	font-weight: 500;
	width: 110px;
    text-align: center;
}
.header-nav2 nav{width:100% !important;}
.header-owl-2 .item{
    display: inline-block;
    box-sizing: border-box;
}
.header-owl-2 .menu-active a{
	color: #00315e;
    font-weight: 500;
    line-height: 39px;
    font-size: 1.14em;
    border-bottom: 2px solid #114c83;
}
.header-owl-2 a:hover{	color: #114c83;}
.header-owl-2 a:hover{position: relative;	bottom: 1px; font-weight: bold;}
.header-owl-2 a{	   
	color:#114c83;
	display: block;
    line-height: 43px;
	font-size: 1.075em;
	font-weight: 300;
	transition: .1s;
	padding:0 15px;
    text-align: center;
}
.m-menu-btn{
	display:none;
	float:right;
	cursor:pointer;
	width:30px;
	height:30px;
	background:url('//www.cts.com.tw/images/2018cts/m-navicon.png') no-repeat;
	background-size:contain;
	margin: 5px;
}
#m-menu-list{
	display:none;
	
    
    background: #fff;
    height: auto;
	z-index: 5;	
	position: fixed;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 21;

}
#m-menu-list .m-top{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	z-index: 3;
}
#m-menu-list .m-top .cts-logo{
	padding: 5px 10px;
    float: left;
}
#m-menu-list .m-top .m-menu-btn{
	padding:10px;
	float: right;
	background: url(//www.cts.com.tw/images/2018cts/cancel.png) no-repeat;
	background-size: contain;
}
#m-menu-list ul{
	clear: both;
}
#m-menu-list li{
	width: 50%;
    display: block;
    box-sizing: border-box;
    position: relative;
    float: left;
   
}
#m-menu-list li a{
	padding: 15px;	
	width:100%;
	display:block;
}
#m-menu-list li ,#m-menu-list li a {
	color: #404040;
    font-size: 1.05em;
	font-weight: 500;
	text-align: center;

}
#m-menu-list>ul>li:not(.separate){
     border-bottom: 1px solid #60769d;
  

}
#m-menu-list li.hasmore{
	background: url(//www.cts.com.tw/images/2018cts/collapse.png) no-repeat;
    background-position: 80% 25px;
    background-size: 21px;	
}
#m-menu-list li.hasmore li{
    background-color: #ececec;
    color: #636363;
}

#m-menu-list li.expand ul{
	display:none;	
}

#m-menu-list li.expand{
    background: url(//www.cts.com.tw/images/2018cts/expand.png) no-repeat;
    background-position: 80% 25px;
    background-size: 18px;
}
#m-menu-list .separate{
	width: 100%;
    padding: 8px 20px;
    background-color: #A2B0C3;
    color: white;
    font-size: 1em;
    font-weight: 300;
	margin-top: -1px;

}
#m-menu-list .m-submenu{
	display: none;
	width: 100%;
	margin-top: -1px;
	border-bottom: 1px solid #DBDFE6;
	overflow: hidden;
}

#m-menu-list .m-submenu ul{background-color: #ececec;
}
#m-menu-list .m-submenu li{
	width: calc(100% / 2.025);
	display: inline-block;
	margin: 0;
	border-bottom: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	color: #6e7173;
	background: #ececec;
}
#m-menu-list .m-submenu li a{
	font-weight:400;
}

/*search*/
.m-search-btn{
	display:none;
    float:right;
	cursor:pointer;
	width:28px;
	height:30px;
	background:url('//www.cts.com.tw/images/2018cts/m-search.png') no-repeat;
	background-size:contain;
	z-index:1;
	margin: 2px 5px;
}

.search-close{
	margin: -40px 10px 0 0;
    float: right;
	display:none;
	background:url('//www.cts.com.tw/images/2018cts/cancel.png') no-repeat;
	background-size:contain;
	width: 30px;
    height: 30px;
	cursor:pointer;
}
.header-bottom .search-bar{
	width: 250px;
    height: 50px;
    display: block;
    float: right;
    box-sizing: border-box;	
	padding-top: 10px;
}
.header-bottom .gsc-input{
	display:none;
	overflow:hidden;
}
.header-bottom .gsc-input-box {	
    height: 28px;
    padding: 0px 0 0px 14px;
    margin-right: 3px;
    line-height: 1.55;
    background: #c1f0f4;
    border-radius: 50px;
    border: none;
    font-size: 0.75em;
}
table.gsc-search-box td {
    text-align: right;
}
.header-bottom .gsc-input-box input{
	background:url("http://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png") left center no-repeat #c1f0f4 !important;
    line-height: 1.55;    
    font-size: 0.75em;	
}
.header-bottom .gsc-input-box input:focus{
	background: #c1f0f4 !important;
}
.header-bottom .gsc-search-button .gsc-search-button-v2{
	background: url(//www.cts.com.tw/images/2018cts/search-icon.png) no-repeat #c1f0f4 center;
    width: 30px;
    border: 0;
    border-radius: 30px 30px;
    height: 30px;
    padding: 17px;
	cursor:pointer;
}
.header-bottom .gsc-search-button .gsc-search-button-v2-active{
	background: url(//www.cts.com.tw/images/2018cts/search-btn.svg) no-repeat #c1f0f4 center;
}
.header-bottom .gsc-search-button .gsc-search-button-v2 svg{
	fill:none;
}


@media screen and (min-width: 921px) and (max-width: 1150px){
	.header-owl-1 a{width:90px;}
	.header-bottom nav{	
		width: -moz-calc(100% - 190px);
		width: -webkit-calc(100% - 190px);
		width: calc(100% - 190px);	
	}
	.header-bottom .search-bar{
		width: 180px;
	}
	.header-bottom .gsc-input-box{padding:0;}
}
@media screen and (max-width: 920px) {
	header {padding: 10px 0 0 0;}
	.header-top .cts-logo {margin-left: 10px; }
	.header-top .weather{display:none;}
	.header-top .immediatenews{padding:12px 0 5px 5px; width:100%;}
	.header-top .immediatenews:before{width:5px;}
	#news-realtime-marquee ul li{ font-weight:400; max-width:100%;}
	.header-bottom .maxContent {
		background: #0d5386;
	}
	.header-bottom nav{width:100%;}
	.header-owl-1 a{
		font-weight: normal;
		width: 85px;
		
	}
	.header-owl-1 .item{padding-top:5px;}
	.header-owl-1 .menu-active a, .header-owl-1 a:hover {		 
		 font-weight: bold;
	}
	.maxContent{padding:0 6px;}
	.header-owl-1 .owl-nav button.owl-prev,.header-owl-1 .owl-nav button.owl-next{ 
		position: absolute; 
		top: 0;
		font-size: 2.5em;
		color: #fff;
		background: #0d5386;
		padding: 0 5px !important;}
	.header-owl-1 .owl-nav .owl-next{right:0;}
	
	.header-owl-2 .owl-nav button.owl-prev,.header-owl-2 .owl-nav button.owl-next{ 
		position: absolute; 
		top: 0;
		font-size: 2.5em;
		color: #0d5386;
   		background: #c8e4ef;
		padding: 0 5px !important;
		line-height: 35px;
	}
	.header-owl-2 .owl-nav .owl-next{right:0;}
	
	.m-scroll-nav2 .header-owl-2 .item{ color:#114c83;}
	.m-scroll-nav2 :before,.m-scroll-nav2 :after{ background-color: #fff;  }
	.header-bottom .m-scroll-nav2 .maxContent{  border-top: 1px solid #ddd;box-shadow: rgba(153, 153, 153, .5) 0px 0px 5px;}

	.m-search-btn,.m-menu-btn{display:block;}
	.m-search-btn-v2{display:block;	}
	
	.header-bottom .search-bar{
		z-index:2;
		display: none;
		position: absolute;
		top: 5px;
		right: 0.5%;
		width: 99%;
		background: #fff;
		height: 80px;
		padding: 20px 0 0 20px;
		box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	}
	.header-bottom .gsc-search-button .gsc-search-button-v2 {
		background: url(//www.cts.com.tw/images/2018cts/m-search.png) no-repeat #ffffff center;
		width: 25px;
		border-radius: 0;
		height: 25px;
		background-size: 100% 100%;
	}
	.header-bottom .gsc-input-box {	
		background: #fff;
		border-bottom: 2px solid #6a94b0;
		border-radius: 0;
		width: 90%;
		font-size: 2em;
		font-weight: 300;
		height: 40px;
	}
	.header-bottom .gsc-input-box input:focus{
		background: #fff !important;
	}
	.header-bottom .gsc-input-box input {
		background: url(http://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png) left center no-repeat #fff !important;
	}
	td.gsc-search-button{
		 width: 20% !important;
		padding-right: 60px;
	}
	
	.m-yes{display:block !important;}.m-no{display:none !important;}
	
	
}
/*end header===============================================================*/

.newsimg-thumb{
	width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

/*ad =========================*/
.ad-970x250{
	width:970px;
	height:250px;	
}

.ad-300x250{
	width:300px;
	height:250px;	
}
.ad-336x280{
	width:336px;
	height:280px;	
}
.ad-320x100{
	width:320px;
	height:100px;	
}

.ad-970x90{		
	width: 970px;	
	height: 90px;
}

.ad-300x100{	
	width: 300px;	
	height: 100px;	
	margin: 0 auto;
}
.ad-300x600{	
	width: 300px;	
	height: 600px;	
	margin: 0 auto;
}


.block-ad{
	width:100%;	
	margin:0 auto;
	display:flex;	
}
.block-ad div{
	overflow:hidden;
	margin:0 auto 20px auto;
	text-align: center;
}
.one-row-ad{
	max-width:1400px;
	margin:10px auto;	
}


@media screen and (max-width: 975px){
	.ad-970x250,.ad-970x90,.ad-300x600{
		width:336px;
		height:280px;
	}	
}
@media screen and (max-width: 700px){
	.one-row-ad{ display:block;}	
}
/*end ad=========================*/


/*footer========================================================================*/

/*-------- Footer --------*/
footer{	width: 100%;padding: 0 0 4px 0 ;background: #23303a;}
.footer-top{width: 100%;padding: 45px 0 60px 0;	background: #263642;}
.footer-top-content{display: flex;  align-items: center;margin: 0 auto;	justify-content: space-around;}

/*-------- 訂閱電子報 --------*/
.subscribe{	width: 60%; max-width: 635px;}
.subscribe-form{display: flex;width: 100%;}
.subscribe input[type=text]{width: 500px;padding: 5px 0 8px 14px;margin-right: 3px;line-height: 1.55; font-size: 1em;}
::placeholder{	color: #999;}
.subscribe button{width: 135px;background: #f37800;border: none;color: white;font-weight: 200;font-size: 1em;}
.subscribe input:focus{	outline-color: #FF8800;}
.subscribe button[type=text]:hover{background: #FF8800;}

/*-------- 其他社群 --------*/
.footer-society{ width:40%;max-width: 400px;justify-content: space-around; display: flex; align-items: center;}
.society-item{width: 55px;height: 55px;}

/*-------- 關於華視 --------*/
.footer-content{width: 100%;margin: 0 auto 25px auto;padding-top: 50px;}
.footer-content .maxContent{display: flex;}
.footer-ctsinfo{min-width:290px;margin: 0 120px 0 10px;}
.footer-contact{margin: 15px auto 28px auto;}
.contact-item{	display: flex;margin-top:20px;}
.contact-item-icon{	width: 26px;height: 26px;margin-right:18px;}
.contact-item p,.contact-item p a{	line-height: 26px;	color: white;}
.footer-menu{width: 100%;max-width: 900px;align-self: flex-start;padding-top: 8px;}
.footer-menu-title{  display: flex;}
.footer-menu-title:after{content: "";display: block;width: 100%;height: 16px;border-bottom: 1px dotted white;}
.footer-menu-title h4{color: #fff;	min-width: 148px;}
.footer-menu ul{width: 100%;flex-wrap: wrap;margin-bottom: 60px;padding: 10px 0 0 10px;	overflow: hidden;  display: flex;}
.footer-menu ul li{	min-width: 180px;}
.footer-menu ul li a{color: white;font-size: 0.875em;font-weight: 200;line-height: 28px;}
.footer-menu ul li a:hover{	border-bottom: 1px solid white;}
.copytight{
	color: white;
	font-size: 0.75em;
	font-weight: 100;
	text-align: center;
	line-height: 18px;
}
.gotop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 5px;
    bottom: 30px;
    background: url(//www.cts.com.tw/images/2018cts/gotop.svg) no-repeat;
    background-size: contain;
    z-index: 20;
    cursor: pointer;
}
@media screen and (min-width: 921px) and (max-width: 1150px){
	.footer-top {  padding: 45px 5% 60px 5%;	}
	.footer-society{padding:0 3%;}
	.footer-ctsinfo {   margin: 0 5% 0 10px;}
}
@media screen and (max-width: 920px) {
	.subscribe{ display:none;}
	.footer-top{padding:5% 0;background: #23303a;width: 80%; margin: 0 auto;border-bottom:  1px solid #b5b5b5; }
	.footer-society{width:100%;padding:0 5%;}
	.footer-content{padding-top:0;}
	.footer-ctsinfo {
		min-width: auto;
		margin: 0 auto;
		padding: 20px;
	}
	.footer-menu{
		display:none;
	}
	
}
/*youtube*/
.youtube_player{
	width:100%;
	height:56.25%;
	padding-bottom:56.25%;
	position:relative;
	text-align:center;
}
.youtube_player iframe,.youtube_player object{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.yt_container_fix{
	position:fixed;
	bottom:0;
	right:10px;
	width:320px;
	z-index:2;
}
.yt_container .close{display: none;}
.yt_container_fix .close{
	margin: -50px -10px 0 0;
    float: right;
    background: url('//www.cts.com.tw/images/2018cts/btn-m_Header-menu close.svg') no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
}

