@charset "utf-8";
/*匯入google字體*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*匯入其他字體*/
/*@font-face {
  font-family: ApivitaAsty;
  src: url(../font/ApivitaAsty-Medium.woff);
}*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
/*	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{
	outline:none;
 }
body {
	line-height: 1;
	
	/*google思源字體*/
	font-family: Arial, 'Noto Sans TC';
	/*google思源宋體*/
	/*font-family: 'Noto Serif CJK';*/
}
ol, ul {
	list-style: none;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*img {width:100%;height:auto;}*/
a {color:black;
	text-decoration: none;
	}
button{background-color: transparent;border: 0px;cursor: pointer;}
/*開始css*/
body{background:#fcf2e8;letter-spacing: 1.3px;line-height: 1.3;}
.wrap{width: 750px;margin: 0 auto;position: relative;}


section.s1_kv{background: url(../images/kv_bg.jpg?t=3);height: 1105px;}
.s1_kv h1{text-align: center;padding-top: 297px;color: #fb5a39;font-size: 60px;font-weight: 700;text-shadow: 0 0 0.2em #fff;line-height: 1.1;}
.s1_kv h2{text-align: center;margin-top: 5px;color: #3f3f3f;font-size: 52px;font-weight: 700;line-height: 1.1;}
.s1_kv p{line-height: 1.5; color: #191919;font-size: 26px;font-weight: 400;padding: 33px 74px;text-align: justify;}
.s1_kv p strong{font-weight: 700;}

section.extra{background: #fff;padding-top: 42px;}
section.extra .extra_content{background: url(../images/extra_bg.png);height: 304px;width: 647px;margin: 0 auto;}
section.extra .extra_content h2{color: #fff;font-size: 58px;font-weight: 300;padding-left: 158px;padding-top: 31px; line-height: 0.9;}
section.extra .extra_content h2 strong{font-weight: 700;}
section.extra .extra_content h2 span{font-weight: 700;font-size: 43px;}
section.extra .extra_content p{color: #fff;font-size: 30px;font-weight: 400;padding: 57px 0px 0px 28px;}
section.extra .extra_content p span{color: #fffc00;font-weight: 700;}



section.s2{background: #ffffff;padding: 35px 45px;margin-bottom: 43px;}
.s2 .s2_c{position: relative; background: #f9f9f7;border-top: 25px solid #ff6e48;border-bottom: 25px solid #ff6e48;border-radius: 10px;padding: 45px 45px 15px 45px;
}

.s2 .s2_c h2{text-align: center; color: #656565;font-weight: 700;font-size: 36px;}
.s2 .s2_c p{font-size: 28px;color: #191919;font-weight: 400;line-height: 1.3;margin: 20px 0px;}
.s2 .s2_c p strong{font-weight: 700;}
.s2 .s2_c p span{color: #ff6e48;}
.s2 .s2_c p span b{font-weight: 700;}
.s2 .s2_c hr{border: 0px; border-top: 1px dashed #ff6e48;}
.s2 .s2_c ol{list-style: decimal;font-size: 28px;color: #191919;font-weight: 400;line-height: 1.3;padding-left: 33px;}
.s2 .s2_c ol li{margin-top: 6px;}


.s2 .s2_c .choose{display: flex;justify-content: center;align-items: center;}
.s2 .s2_c .choose p{line-height: 1; color: #121212;font-size: 40px;font-weight: 700;}
.s2 .s2_c .choose p span{font-size: 30px;font-weight: 400;color: #ff6e48;}
#choose2 .gray{font-size: 40px;color: #a4a4a4;font-weight: 700;line-height: 0.9;}
#choose2 .gray span{font-size: 30px;font-weight: 400;}
#choose2 .gray #vote{font-size: 20px;}
#choose2{}
#choose1{cursor: pointer;margin: 0px 20px;-webkit-animation: zoomIn 1s 0s infinite linear;
  animation: zoomIn 1s 0s infinite linear;}
@keyframes zoomIn {
  0%,100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  30%,80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



section.s3_form{background: #fcf2e7; padding: 42px 80px 90px;color: #2a2a2a;position: relative;}
.s3_form h2{text-align: center;font-weight: 700;font-size: 32px;margin-bottom: 40px;}
.s3_form h2 span{border-bottom: 1px solid #000;}
.s3_form form ul{}
.s3_form form ul li{font-weight: 500;font-size: 26px;margin-bottom: 30px;}
.s3_form form ul li.li_member{text-align: center;}
.s3_form form ul li.li_member a{background: #ff6e48;color: #fff;padding: 5px 20px;border-radius: 10px;}
.s3_form form ul li.li_member a:hover{background: #f84819;}
input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}



.file-upload_btn{background: #ff6e48;color: #fff;padding: 5px 20px;border-radius: 10px;cursor: pointer;}
.file-upload_btn:hover{background: #f84819;}
.file_name{font-size: 20px;font-weight: 500;margin-left: 10px;font-family: 'Noto Sans TC';overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;}

.s3_form form ul li textarea{padding: 10px 15px;margin: 0px 20px;border: 0px;margin-top: 10px;width: 528px;font-size: 22px;font-family: 'Noto Sans TC';}
input[type="text"] ,input[type="tel"]{padding: 10px 15px;margin: 0px 20px;border: 0px;margin-top: 10px;width: 528px;font-size: 25px;font-family: 'Noto Sans TC';}
#twzipcode{margin: 0px 20px;    display: flex;justify-content: space-between;}
.s3_form select{padding: 10px 15px; border: 0px;margin-top: 10px;width: 265px;font-size: 25px;font-family: 'Noto Sans TC';    -moz-appearance: none;
    -webkit-appearance: none;}
.send_out{text-align: center;padding-bottom: 10px;}
.send_out button,.send_out a{background: #ff6e48;color: #fff;font-weight: 700;padding: 10px 50px;font-size: 28px;font-family: 'Noto Sans TC';}
.send_out button:hover,.send_out a:hover{background: #f84819;}

.s3_form .s3_img1{position:absolute;left: 0px;bottom: 63px;}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-left: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
}

section.s4{padding-top: 50px;background: #fff;}
.s4 h2{color: #ff6e48;font-size: 48px;font-weight: 700;text-align: center;margin-bottom: 160px;}
.s4 .s4_main{display: flex;flex-wrap:wrap;}
.s4 .s4_main figure{width: 360px;    margin-bottom: 177px;padding: 0px 24px;}
.s4 .s4_main figure .inner{margin-bottom: 50px;position: relative;background: #ff6e48;width: 312px;}
.s4 .s4_main figure .inner img{width: 309px; position: relative;margin-top: -130px;margin-left: 28px;box-shadow:-7px 9px 12px 4px rgba(0,0,0,0.2);}
.s4 .s4_main figure .inner figcaption{ padding: 10px 10px 30px; background: #ff6e48;color: #fff;font-size: 24px;font-weight: 500;display: flex;justify-content: space-between;align-items: center;}
.s4 .s4_main figure .inner figcaption p{color: #fff;}
.s4 .s4_main figure .inner button{position: absolute;bottom: -25px;left: 73px;
  font-family:'Noto Sans TC'; color: #000;font-size: 36px;font-weight: 700;border-bottom: 5px solid #ea5f40;padding: 0px;width: 144px;}
.s4 .s4_main figure .inner button:hover{padding-bottom: 10px;transition: .3s;}
.s4 .s4_main figure p{ color: #303030;font-weight: 400;font-size: 24px;}


.lightbox{
  position: fixed;
  top:20%;
  left: 25%;
  width: 50vw;
  height: auto;
  padding: 40px;
  background-color: #fff;
}
.darkBg_div{
  position: fixed;
  background-color:rgb(0,0,0,0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.close{
  border-radius: 100px;
  color: #00a3cc;
  padding: 10px;
  position: absolute;
  top:0px;
  right: 0px;
  font-size: 24px;
  cursor: pointer;
}

.fancybox-bg{background: #fcf2e8;}
.list{width: 705px;border: 5px solid #ff6e48;}
.fancybox-slide--html .fancybox-close-small{padding: 0px;top: 26px;right: 32px;background: url(../images/turn_off.png); width: 50px; height: 50px;}
.list img{width: 530px;box-shadow:-7px 9px 12px 4px rgba(0,0,0,0.2);margin-top: 40px;margin-left: 40px;}
.fancybox-button svg path{display: none;}
.list .vote_btn{text-align: center;width: 100%;margin-top: 40px;margin-bottom: 20px;}
.list .vote_btn a{padding: 20px 90px;font-size: 36px;font-weight: 700;color: #fff;background: #ff6e48;border-radius: 10px;}
.list .vote_btn a:hover{background: #ff572b;transition: .3s;}

.list .list_text{width: 100%;padding: 0px 90px 20px 90px;}
.list .list_text strong{font-size: 30px;font-weight: 700;color: #000;}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
.list .list_text p{font-size: 24px;font-weight: 400;color: #000;text-align: justify;margin-top: 20px;}


.share_btn{display: flex;justify-content: center;align-items: center;}
.share_btn a{margin: 20px 20px; background:#fff; padding: 10px 20px; color: #000; font-weight: 700;font-size: 24px;border: 2px solid #000;}
/*.share_btn .Event-fb-share{background: #1c3fb2;}
.share_btn .Event-Copy-share{background: #ff6e48;}*/
.share_btn a:hover{background: #d6d6d6;transition: .3s;}
footer{color: #848484;font-size: 24px;padding: 20px 0px;text-align: center;font-weight: 500;line-height: 1.5;border-top: 28px solid #ffbca2;
    padding-top: 44px;
    padding-bottom: 44px;
    background: #fff;
    background-position: center bottom 97px;}

footer ul li{margin: 0px 30px;}
footer ul{display: flex;justify-content: center;align-items: center;}
footer ul li p { color: #848484;}
footer a {color: #848484;margin: 0px 10px;}
footer img{width: 100%;}
.copyright{line-height: 1.3;margin-top: 30px;}



/* ============================================================
LOADING
============================================================ */
.progress {
  position: fixed;
  z-index: 11111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color: #999999;
}

.progress-inner {
  position: absolute;
  left: calc(50% - 75px);
  top: calc(50% - 75px);
  width: 150px;
  height: 150px;
  /* background-color: #ff743e; */
  /*overflow: hidden;*/
}

.progress-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ff743e;
}

.progress-text {
  color: #f74c00;
  font-family: "Geograph", "Roboto", "Noto Sans TC", sans-serif;
  font-size: 2em;
  font-weight: 700;
  position: absolute;
  z-index: 9999999;
  width: 250px;
  text-align: center;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0);
}

/* .complete {
  overflow: auto;
} */

.progress-logo {
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  position: absolute;
  top: 0;
}

.progress-complete .progress-bar {
  background-color: #ffffff;
}

.loading-border{
  width: 80%;
  max-width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -80%);
}

.loading-border img{
  width: 100%;
}

.loading-paperairplane{
  width: 100%;
  position: relative;
  animation: paperFly 1.5s linear forwards infinite;
}

.loading-paperairplane img{
  width: 100%;
}
@keyframes paperFly{
  0%{
    margin-top: 20px;
  }

  50%{
    margin-top: 0;
  }

  100%{
    margin-top: 20px;
  }
}

.bodyover{
  position: fixed;
  width: 100%;
}
/*winner*/
section.winner{
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: scroll;
  text-align: center;
}
.winner .conter{
  position: relative;
  background: #fff;
  border: 8px solid #ed7654;
  box-shadow:4px 4px 12px 4px rgba(255,255,255,0.5);
  display: inline-block;
  margin: 0 auto;
  margin-top: 200px;
  padding: 40px;
  text-align: center;
  overflow: auto;
}  
.winner h2{color: #7b7b7b;font-weight: 500;font-size: 24px;}
.winner hr{width: 135px;margin: 0 auto;border: 0px;height: 3px;background: #7b7b7b;margin-top: 20px;}
.winner article{margin-top: 45px;color: #0d0d0d;font-size: 28px;font-weight: 400;}
.winner h3{font-weight: 700;margin-bottom: 5px;}
.winner span{color: #7b7b7b;font-weight: 400;font-size: 20px;display: inline-block;margin-top: 45px;}
.winner span small{font-size: 18px;display: inline-block;margin-top: 10px;}
#winner_close{color: #7b7b7b;font-size: 45px;position: absolute;top: 0px;right: 0px;padding: 28px 20px;line-height: 0;}
/*手機板變PC版*/
@media screen and (min-width:1200px){}
/*PC變成手機板*/
@media screen and (max-width:375px){}