.secdwh {position: relative; height: 60px;}

/* 單元圖 */
.title-top-bg {
	width: 100%;
	max-width: 1920px;
	height: 330px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../images/title-top-bg.jpg);
	margin: 80px auto 0;
}

/* 單元標題 */
.unit-title {
	width: 100%;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 15px;
}

/* 首頁影片 */
.vendor{ 
	position:relative;
	padding-bottom:55%;
    padding-top:0px; 
	height:0;
	margin:0;
}
.vendor iframe { 
	position: absolute; 
	top:0; 
	left:0;
    width:100%;
	height:100%;
} 

/* 活動宗旨文字 */
.explanation p {
	font-family: "Questrial","Microsoft JhengHei",serif;
	font-size: 16px;
	line-height: 28px;	
}
.explanation li {
	font-size: 16px;
	line-height: 28px;	
}

/* 精彩花絮 */
.photo-hover img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.photo-list {
	width: 25%;
	padding: 2.5px;
	position: relative;
	float: left;
}
.photo-box {
	width: 100%;
	height: auto;
	position: relative;
}
.photo-overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-align: center;
	background-color: #fff;
}
.photo-overlay:hover {opacity: 0.3;}

/* 媒體報導 */
.news-list {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.news-list-date {
	font-size: 18px;
	line-height: 24px;
	color: #999999;
	padding-bottom: 8px;
}
.news-list-date span {font-size: 20px;}
.news-list-author {
	font-size: 16px;
	color: #999;
	top: 23px;
	float: right;
	padding-right: 5px;
	position: relative;
}
.news-list-title a {
	font-size: 24px;
	line-height: 30px;
	color: #008cd6;
	text-decoration: none;
}
.news-list-title a:hover{color: #e60012; text-decoration: none;}
.news-list-p {
	font-size: 16px;
	line-height: 28px;
	color: #000;
	padding-top: 10px;
}
.news-list-photo {padding: 0 15px 0 0;}
.news-in-p h6 {
	font-size: 16px;
	line-height: 28px;
}
.news-in-title {
	font-family: "Times New Roman","cwTeXMing","Microsoft JhengHei",serif;
	font-size: 36px;
	line-height: 36px;
	color: #005bac;
	padding: 30px 0;
	text-align: center;
}
.news-in p {
	font-size: 16px;
	line-height: 28px;	
}

/*footer*/
footer {
	width: 100%;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	background-color: #000;
}
footer a {color: #fff;}
footer a:hover {color: #ccc;}

/* 捲動置頂 */
.fttop {
	width: 40px;
	display: none;
	position: fixed;
	bottom: 80px;
	right: 20px;
}
.gototop {
	width: 40px;
	height: 40px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-align: center;
	background-color: rgba(192,48,31,0.4);
	margin: 0 auto;
	display: block;
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gototop:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(192,48,31,0.6);
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.gototop i {
	font-size: 24px;
	transform: rotate(-45deg);
	position: relative;
	top: 6px;
	left: -1px;
}

/* ========================================================================
	1199設定
/* ===================================================================== */

@media screen and (max-width: 1199px) {
	
/* 單元圖 */
.title-top-bg {
	height: 280px;
	margin: 50px auto 0;
}
	
/* 活動宗旨文字 */
.explanation p {
	font-family: "Questrial","cwTeXHei",serif;
	font-size: 16px;
	line-height: 28px;	
}
	
/* 媒體報導 */
.news-list {font-family: 'Federo','cwTeXHei',"Microsoft JhengHei",serif;}
.news-in-title {
	font-family: "Federo","cwTeXMing","Microsoft JhengHei",serif;
	font-weight: bold;
}		
}

/* ========================================================================
	991設定
/* ===================================================================== */

@media screen and (max-width: 991px) {
.secdwh {position: relative; height: 100px;}	
	
/* 單元標題 */	
.unit-title {max-width: 360px;}	
	
/* 媒體報導 */		
.news-list-photo {padding: 0 15px 15px;}	
.news-in-title {
	font-size: 30px;
	line-height: 36px;
	padding: 30px 0;
}
.news-list-title a {
	font-size: 20px;
	line-height: 28px;
}	
	
/* 捲動置頂 */
.fttop {
	bottom: 130px;
	right: 30px;
}	
}

/* ========================================================================
	767設定
/* ===================================================================== */

@media screen and (max-width: 767px) {
/* 單元圖 */
.title-top-bg {height: 240px;}
}

/* ========================================================================
	480設定
/* ===================================================================== */

@media screen and (max-width: 480px) {
.secdwh {position: relative; height: 80px;}	
	
/* 單元圖 */
.title-top-bg {height: 160px;}	
	
/* 單元標題 */		
.unit-title {max-width: 260px;}	
	
/* 媒體報導 */	
.news-list {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}	
.news-list-photo {padding: 0 0 10px 0;}
.news-list-date{
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 5px;
}
.news-list-date span {font-size: 16px;}
.news-list-author {
	font-size: 14px;
    top: 18px;
}
.news-list-title a {
	font-size: 18px;
	line-height: 24px;
}
.news-list-p {
	font-size: 14px;
	line-height: 24px;
}
.news-in-title {
	font-size: 24px;
	line-height: 32px;
	padding: 15px 0;
}	
	
/*footer*/
footer span {display: none;}
	
/* 捲動置頂 */
.fttop {
	width: 22px;
	bottom: 90px;
	right: 10px;
}
.gototop {
	width: 22px;
	height: 22px;
}	
.gototop i {
	font-size: 16px;
	transform: rotate(-45deg);
	position: relative;
	top: 2px;
	left: -2px;
}	
}