@charset "utf-8";
.secdwh{position: relative; height: 50px;}

/* 黑屏廣告 */
#popWindow { 
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	padding: 0 15px;
	z-index: 9999;
}
.popae {
	width: 100%;
	max-width: 720px;
}
.popae img {
	max-width: 100%;
	border: 5px solid #fff;
	outline: none;
	border-radius: 5px;
}
.popae .context {
	width: 100%;
	padding: 20px;
	background-color: #fff;
}
.popae .context h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0px;
	color: #0075c2;
}
.popae .context p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.popae .time {
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 10px auto;
}
.popae .time #clock {
	font-size: 18px;
	display: inline-block;
	padding-right: 2px;
}
.adclose a {
	position: fixed;
	top: 18px;
	right: 20px;
	z-index: 9999;
}
.adclose a i {
	font-size: 36px;
	color: rgba(255,255,255,0.6);
}

/* 單元標題 */
.unit-title {
	width: 100%;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 15px;
}
.signup-bt {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	padding: 15px 30px;
	color: #fff;
	background-color: #0075c2;
	border-color: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.signup-bt.active, .signup-bt.focus, .signup-bt:active, .signup-bt:focus, .signup-bt:hover{
	color: #fff;
	background-color: #004e97;
	border-color: transparent
}

/* 評審介紹花絮表頭 */
.title-top-rev {
	height: 350px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../images/top-bg.jpg);
}
.title-top-rev .logo {
	width: 505px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 100px;
}

/* 比賽說明文字 */
.explanation h1 {
	font-size: 20px;
	color: #e95a6f;
	padding-bottom: 5px;
}
.explanation p {
	font-size: 16px;
	line-height: 28px;	
	padding-bottom: 30px;
}
.explanation li {
	font-size: 16px;
	line-height: 28px;	
}

/* 得獎作品 */
.photo-bg {
	width: 100%;
	height: 100vh;
	background-color: #000;
	background-image: url(../images/works-bg.jpg);
	background-position: center;
	/* [disabled]background-attachment: fixed; */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	position: fixed;
	top: 0
}
.photo-container {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
}
.photo-title-1 {
	width: 100%;
	max-width: 200px;
	padding: 30px 0 15px 0;	
	margin: 0 auto;
	position: relative;
}
.photo-title-2 {
	width: 100%;
	max-width: 200px;
	padding: 30px 0 15px 0;	
	margin: 0 auto;
	position: relative;
}
.photo-border {border: 1px solid #333;}
.photo-box {
	width: 100%;
	height: auto;
	position: relative;
}
.photo-box .text {
	width: 100%;
	padding: 10px;
	background-color: #111;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.photo-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	background: rgba(0,0,0,0);
	transition: all 0.3s;
}
.photo-overlay:hover {
	background-color: rgba(0,0,0,0.4);
	background-image: url(../images/w-icon.png);
}
.photo-overlay i {
	font-size: 48px;
	color: rgba(255,255,255,0);
	margin: 0px;
	position: absolute;
	top: 40%;
	left: 46%;
	transition: all 0.3s;
}
.photo-overlay:hover i  {color: rgba(255,255,255,0.2);}

/* 評審介紹 */
.dr-img {
	border-radius: 480px;
	border: 1px solid #b18f5e;
}
.dr-text {color: #cbc4a5;}
.dr-text h1 {
	font-size: 20px;
	padding-bottom: 8px;
}
.dr-text h6 {
	font-size: 16px;
	line-height: 20px;
}
.dr-text p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}

/* Video */
.vendor{
	position: relative;
	padding-bottom: 56%;
	padding-top: 0px;
	height: 0;
	margin: 0;
	border: 1px solid #666;
}
.vendor iframe { 
	position: absolute; 
	top:0; 
	left:0;
    width:100%;
	height:100%;
} 

/* 捲動置頂 */
.fttop {
	width: 40px;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.gototop {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 35px;
	font-size: 20px;
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	text-align: center;
	background: rgba(255,255,255,0.1);
	margin: 0 auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid rgba(255,255,255,0.2);
}
.gototop:hover {
	color: rgba(255,255,255,1);
	background: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,0.6);
	text-decoration: none;
}

/*footer*/
footer {
	width: 100%;
	background-color: #333;
	position: relative;
}
footer .in {
  width: 100%;
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  font-family: 'DM Sans', "Helvetica", "Microsoft JhengHei", serif;
}
footer .in .left {
  width: 80%;
  font-size: 16px;
  line-height: 24px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
}
footer .in .left a {
  color: #ccc;
}
footer .in .left a:hover {
  text-decoration: underline;
}
footer .in .right {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: left;
}
footer .sport_logo {
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 15px;
  cursor: pointer;
}
footer .fbuotton_web {
  font-size: 36px;
  color: #999;
  border: none;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
}
footer .fbuotton_rwd {
  display: none;
}
footer .fbuotton_web:hover, footer .fbuotton_rwd:hover {
  color: #00a0e9;
}
footer .linebutton_web {
  display: block;
  padding-right: 10px;
}
footer .in .left br {
  display: none;
}

@media screen and (max-width: 1199px) {
/* 評審介紹花絮表頭 */
.title-top-rev {height: 250px;}
.title-top-rev .logo {
	width: 340px;
	top: 70px;
}	
  /* footer */
  footer .in {
    padding: 0 30px;
  }
  footer .fbuotton_web {
    display: none;
  }
  footer .fbuotton_rwd {
    font-size: 36px;
    color: #999;
    border: none;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }		
}

@media screen and (max-width: 991px) {
.photo-overlay i {
	font-size: 36px;
	top: 40%;
	left: 44%;
	transition: all 0.3s;
}
.unit-title {max-width: 360px;}		
/* 捲動置頂 */
.fttop {
	bottom: 15px;
	right: 15px;
}
/* 單元標題 */	
.unit-title {max-width: 360px;}	
	
  /* footer */
  footer .in .left br {
    display: block;
  }	
}	
	
@media screen and (max-width: 767px) {
/* 得獎作品 */
.photo-title-1, .photo-title-2 {
	max-width: 150px;
	padding: 15px 0 10px 0;	
}
.photo-box .text {
	background-color: #333;
	font-size: 14px;
	padding: 5px;
}
	
/* 評審介紹 */
.dr-people {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	padding-bottom: 15px;
}	
.dr-text h1 {
	font-size: 24px;
	text-align: center;
}	
}

@media screen and (max-width: 480px) {
/* 黑屏廣告 */	
.popae .context {padding: 15px;}
.popae .context h1 {font-size: 16px;}
.popae .context p {
	font-size: 14px;
	line-height: 20px;
}
.adclose a i {font-size: 30px;}	
.popae .time {font-size: 14px;}
.popae .time #clock {font-size: 16px;}
	
.unit-title {max-width: 260px;}		
.signup-bt {padding: 10px 30px;}
	
  /* footer */
  footer .in {
    height: 140px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
  }
  footer .in .left {
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  footer .in .right {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-bottom: 10px;  
  }	
	
/* 比賽說明文字 */
.explanation h1 {font-size: 18px;}

/* 評審介紹花絮表頭 */
.title-top-rev {height: 200px;}
.title-top-rev .logo {
	width: 250px;
	top: 70px;
}	
	
/* 捲動置頂 */
.fttop {
	width: 30px;
	bottom: 15px;
	right: 15px;
}
.gototop {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 30px;
	font-size: 16px;
}	
}
