/*-----------------------------reset開始-------------------------------------*/
@charset "utf-8";
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體", "MS UI Gothic", Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size: 15px;
	color:#333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* change colours to suit your needs */
ins {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
/* winnerList-table-start */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-winnerList {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
	font-size:12px;
}

.table-winnerList {
    border-collapse: collapse;
}

.table-winnerList img {
    margin-top:10px;
}

.table-winnerList .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table-winnerList thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-winnerList th, .tabl-winnerListe td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

th {
    text-align: inherit;
}

#winnerList h6 {
    text-align: center;
	cursor:pointer;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul {
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

b {
	font-weight:normal;
	}
i {
	font-style:normal;
	}	

img{
	border: 0;
	max-width: 100%;
	height: auto;
}
/*-----------------------------天地和導航開始-------------------------------------*/
#container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding-top: 78px;
	overflow: hidden;
}

.header{
	height: 78px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #004da0;
	display: block;
	position: fixed;
	z-index: 90;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFF;
	}
.h-containt{
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	}
.logo-l{
	width: 170px;
	float: left;
	padding: 0px;
	height: auto;
	margin: 0px;
	}
.menu_m{
	display: none;
}
.hbg{
	background-color: rgba(255,255,255,0.5);
	}
.h_menu{
	color: #3e3a39;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	float: right;
	padding-top: 30px;
	display: block;
	}
.h_menu ul{}

.h_menu li{
	float: left;
    }
.h_menu li:nth-child(1){
	padding-right: 10pt;
}

.left-line{
	padding-left: 10pt;
	padding-right: 10pt;
	border-left-color: #3e3a39;
	border-left-style:solid;
	border-left-width: 2px;
}

.h_menu a{
	color: #000;
	text-decoration: none;	
	}
.h_menu a:hover{
	color: #E71A0F;
	text-decoration: none;
	}


/*-----------------------------地-------------------------------------*/

.footer{
    background:#01BAEF;
    height: 100px;
}
.footer {
    color:white;
    text-align: center;
    line-height:30px;
    font-size:11px;
}

.pink-color {
	color: #EFAAC4; /*important*/
	font-size: 16px;
}

.blue-color {
	color: #1C5D99; /*important*/
	font-size: 16px;
}

.small-font {
	font-size:12px;
}

/*-----------------------------浮動按鈕-------------------------------------*/
.rbtn1 {	
	display: block;
}

.rbtn1 img{
	position: fixed;
	right:0;
    top: 22%;
	}

.rbtn1 span {
	display: none;
}

.rbtn2 {	
	display: block;
}

.rbtn2 img{
	position: fixed;
	right:0;
    top: 30%;
	}

.rbtn2 span {
	display: none;
}

@media screen and (min-width: 1025px) {
.rbtn1 img{
	position: fixed;
	right:0;
    top: 20%;
	}
	
.rbtn2 img{
	position: fixed;
	right:0;
    top: 29%;
	}
}

/*-----------------------------網頁框架開始-------------------------------------*/
.wrapper {
	background-color:#fff;
	}

.w950 {
	width:950px;
	margin:0 auto;
	}
	
.w1000 {
	width:1000px;
	margin:0 auto;
	}
	
.w1280 {
	width:1280px;
	margin:0 auto;
	}
	

/*-----------------------------kv-------------------------------------*/

header{
	
	background-image:url("../images/bg-cover.png");
	margin: 0 auto;
	padding-bottom: 20px;
	
	
}

header h2{ 
	width:950px;
	height:530px;
	background-repeat: no-repeat;
	background-image:url("../images/KV.png");
	background-position: center top;
	text-indent:-9999px;
}

.boxkv-img{
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*圖片置中*/
.boxkv-img img{
	display: block;
	margin: 0 auto;
}


/*-----------------------------活動內容-------------------------------------*/

#pag1{}
#pag2{ margin-top: 30px;}
#pag3{}
#pag4{}
#pag5{}
#pag-note{}
.anchorOne{
    position: relative;
	top: 0px;
}


.anchor1{
    position: relative;
	top: -100px;
}

.anchor2{
    position: relative;
	top: -60px;
}

.anchor3{
    position: relative;
	top: -20px;
}

.anchor4{
    position: relative;
	top: -80px;
}

.anchor5{
    position: relative;
	top: -80px;
}

.anchor6{
    position: relative;
	top: -80px;
}


.clearfix:after{
	content:'';
	display: block;
	clear: both;
}

.box{
	margin-bottom: 20px;
}
h4{font-size:49px; line-height: 50px;}
h5{
	font-size: 35px; 
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.orange {
	color: orange;
}

h5 img {
	/*display:block;margin:auto;*/
	padding-right:10px;
	vertical-align:middle;
	}
h6{
	font-size: 30px;
	font-weight: bolder;
	color: #F47A80;
	padding-bottom: 10px;
}

h6 img{	
	vertical-align:middle;
    width: 60px;
	height: 60px;

}
p{
	font-size:20px; 
	font-weight: bolder;
	line-height: 28px;}

.W-p16{
	font-size: 16px; line-height: 16px;}/*16字級*/
	
.W-p14{
	font-size: 14px; }/*12字級 cjo 灰色*/

.w-red{color:#e83a4a; }

.w-pink {color:#F47A80;}

.w-gold {color:#89714C;}


/*贈品圖片*/
.box-img{
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*圖片置中*/
.box-img img{
	display: block;
	margin: 0 auto;
    
}

/*圖片下方字置中*/
.box-img p{
	text-align: center;
	font-size: 14px;
}

#appleDate {
	margin-left:90px;
}



.box1 {}
.w31{font-size:31px;}
.w24{font-size:24px;}
.box1-line{line-height: 60px;}

.activity{overflow: hidden;}
.activity ul{}
.activity li{
    width:23%;
	float: left;
	font-size: 21px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-right:18px;
	border-radius:20px;
	line-height: 26px;
	margin-bottom: 20px;
}

.activity li span{
	display:block;
	width: 212px;
	height: 129px;
	margin:0 auto;	
}

.activity li span img{
	margin: 3px;
	width: 55px;
	height: 55px;
} 

.activity li:nth-child(1){
	background-color: #ff4e50;
	margin-left: 11px;

}

.activity li:nth-child(2){
	background-color: #37abe3;

}

.activity li:nth-child(3){
	background-color: #07b53b;

}

.activity li:nth-child(4){
	background-color: #008d8d;
	margin-right: 11px;

}

.activity a{
	color: #fff;
	text-decoration: none;}

/*內容點點顏色*/
.orange-dot{color: #ef7f1a;}
.blue-dot{color: #37abe3;}
.green-dot{color: #8fc31f;}
.red-dot{color: #ff4e50;}
.gold-dot{color: #f5b841;}

#cotain1{
	background-color: #FFFFFF;
	text-align:center;
	padding-top: 10px;
	/*padding-bottom: 30px;*/
}

#cotain2{
	width: 100%;
	height: auto;
	background-color: #FFEDE8;
	padding-top: 10px;
	padding-bottom: 30px;
}

#cotain3{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 30px;
}

#cotain6{
	width: 100%;
	height: auto;
	background-color: #efefef;
	padding-top: 10px;
	padding-bottom: 30px;
}

.box .co3step{overflow:hidden;}
.box .co3step li {
	width:25%;
	float:left;
	text-align: center;
	}

.box .co3step li span {
	display:block;
	width:185px;
	height:160px;
	margin:0 auto;
	border-radius:10%;
	background-color:#fff;
	margin-bottom:20px;
	}

.box .co3step li span img {
	display:block; 
	margin:auto;
}
.box .co3step li b {
	text-align:center;
	font-weight:normal;
	line-height:24px;
	font-size: 21px;
	}

.box-btn{
	margin-top: 30px;
	width: 300px;
	display: block;
	margin:30px auto;
}
/*步驟下方詳細操作說明按鈕-*/
.btn-step{
	margin:0 auto;
	/*display: inline-block;*/
	padding: 20px 50px 20px 50px;
	background: #D33F49;
	border-radius: 2em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	line-height: 1;	
	cursor:pointer;
	-webkit-box-shadow: 2px 5px 5px 0px rgba(204,100,118,0.75);
    -moz-box-shadow: 2px 5px 5px 0px rgba(204,100,118,0.75);
    box-shadow: 2px 5px 5px 0px rgba(204,100,118,0.75);
}

.btn-step a{
	text-decoration: none;
	color: #fff;
}

.btn-step a:hover{
	text-decoration:underline;
	color: #fff;
}
/*步驟下方詳細操作說明按鈕-結束*/

#cotain4{	
	width: 100%;
	height: auto;
	background-color: #f3f7e1;
	padding-top: 10px;
	padding-bottom: 30px;
}


.n25{
	display:inline-block;
	margin-left:25px;
	}


.box .co4step{overflow:hidden;}
.box .co4step ul{}
.box .co4step li {
	width:20%;
	float:left;
	text-align: center;
	}

.box .co4step li span {
	display:block;
	width:163px;
	height:auto;
	margin:0 auto;
	border-radius:10%;
	background-color: #f3f7e1;
	
	}

.box .co4step li b {
	text-align:center;
	font-weight:normal;
	line-height:24px;
	font-size: 21px;
	padding-top:10px;
	}

.box .co4step li span img {
	display:block; 
	/*margin:auto;*/
	background-color: #f3f7e1;
	margin-left: 10px;
	margin-bottom: 10px;
}

.mon-table{}
.mon-table ul{}
.mon-table li{
	float: left;
	width:470px;
	height:190px;
	margin: 0 auto;
}

.Green-bg{
	background-color: #8fc31f;
	width: 100%;
	height: auto;
	font-size: 33.5px;
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
}

.box .gift5000{overflow:hidden;}
.box .gift5000 ul{
}
.box .gift5000 li{
	width:25%;
	float:left;
	text-align: center;
}

.box .gift5000 li b {
	text-align:center;
	font-weight:normal;
	line-height:24px;
	font-size: 21px;
	padding-top:10px;
	}

.box .gift5000 li span img {
	display:block;
	width: 200px;
	background-color: #f3f7e1;
	margin-left: 15px;
	margin-bottom:0px;
	margin-top: 20px;
}
/*5000元禮券下方字距離*/
 .p16w{
	 padding-top: 30px;
}

.Orange-bg{
	background-color: #ef7f1a;
	width: 100%;
	font-size: 30px;
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

#cotain5{	
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
}

#xmaspopup {
	background-color: #efefef;
}

#cotain5 p img{
	margin: 0 auto;
}


.card1{
   display: block;
   max-width: 936px;
   max-height: 402px;
}
	
.card1-m{
		display: none;
	}


.card2{
	max-with:936px;
	max-height: 266px;
	margin-top: 20px;
	text-indent:-9999px;
}

.card3{
	display:none;
}

#note{
	width: 100%;
	height: auto;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
}

#note h6{
	font-size: 24px;
	color: #333;
	text-align: center;
	cursor:pointer;
}

i {
  border: solid #333;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  margin-bottom: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*-------注意事項展開------*/
#myDIV {
  width: 100%;
  padding: 0;
  text-align: center;
  background-color:#fff;
  margin-top: 20px;
}

/*#note ul{
	padding: 10px 0 10px 15px;
}
#note li{
	font-size: 14px;
	line-height: 16px;
	list-style-type: decimal;
	text-align: left;
}*/
.boxinfo_2 {
	padding: 10px 0 10px 15px;
	
}
.surveyInfo {
	font-size:16px;
	line-height:30px;
	margin-left:15px;
	}
	
.surveyInfo li {
	text-align:justify;
	line-height: 25px;
	margin-bottom: 10px;

	}
	
.boxInfo {
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
	margin-left:15px;
	}
	
.boxInfo li {
	text-align:justify;
	line-height: 25px;
	font-weight: bold;
	}
	
.boxInfo li span {
	display:inline-block;
	margin-left:-10px;
	}

.boxInfo .boxInfo-li-2{
	display:inline-block;
	margin-left:-21px;
}

.note {
    text-align: center;
    font-size: 18px;
	font-weight: bolder;
	color: #D33F49;
	margin-bottom: 5px;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}


/*-----------------------------警語-------------------------------------*/

#footer-m{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #999;
	height: 58px;
	}
#footer-mcon{
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#footer-m1{
	padding: 0px;
	width: 25%;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float: left;
	line-height: 58px;
	margin: 0px;
	}
#footer-m2{
	padding: 0px;
	width: 75%;
	float: right;
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
	}
.clearboth {clear: both;}
#footer{
	background-color: #254A91;
	text-align: center;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 62px;
	color: #FFF;
	padding: 0px;
	}	
.copyright2 a{
	padding-left: 140px;
	color: #FFF;
	text-decoration: none;
	}
#m1con{
	height: auto;
	width: 100%;
	background-color: #EFEFEF;
	background-image: url(../images/m1bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 30px;
	display: none;
}
#m1{
	font-size: 14px;
	color: #333;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	background-color: #EFEFEF;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#m1t {
	font-size: 22px;
	color: #FFFFFF;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 48px;
	font-weight: bold;
	display: block;
	background-color: #656565;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#m1 ol{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
}
#m1 ol li{
	margin: 0px;
	padding: 0px;
}


.top-btn {
    border-radius: 4rem;
    padding: 0.75rem 1.2rem;
    box-shadow: 0px 5px 1px #CE6F49;
}

.side-btn {
    border-radius: 4rem;
    padding: 0.75rem 1.2rem;
    box-shadow: 0px 5px 1px #0c4bbc;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
	
}

.side-menu-bar {
    cursor: pointer;
    position: fixed;
    bottom: 0px;;
    right: 0px;
	left: 0px;
    display: block;
	z-index: 1050px
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-sidemenu {
    color: #fff;
    background-color: #175fff;
    border-color: #175fff;
}

.btn-link {
    color: #fff;
    background-color: #008d8d;
    border-color: #dc3545;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-orange { 
    color: #fff;
    background-color: #E58F65;
    border-color: #E58F65;
	}

E58F65











