/* CSS Document */

* {	font-family: '微軟正黑體', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin: 0;
	padding: 0;
	font-family: '微軟正黑體';
	box-sizing: border-box;
	transition: 0.8s;
	color: #000;}

html {
	height: 100%;
	overflow-x:hidden;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 100%;
	background-color: #fff;
	overflow-x:hidden;
}

p {
	font-size: 19px;
	color: #595757;
}
.word,.word02 {
	font-size: 24px;
	font-weight: 700;
	color: #595757;
}
.word02 {
	width: 75%;
	margin-left: 16px;
}
.word03 {
	color: #6A3906;
	font-size: 24px;
	font-weight: 700;
}
.word04 {
	color: #595757;
	font-size: 28px;
	font-weight: 700;
	margin-top: 20px;
}
h4 {
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	padding: 2px 20px;
	margin: 0;
	background-color: #E05F7B;
}

.text-mt {
	padding-top: 30px;
}
.text-mb {
	padding-bottom: 10px;
}

img{
	border: 0;
	width: 100%;
}
a:link, a:checked, a:visited {
	color:#595757;
	text-decoration: none;
}
.cursorPointer {
    cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.word02 {
		width: 65%;
	}
}
@media screen and (max-width: 767px) {
	.word02 {
		width: 100%;
	}
}

/*---- Header----*/

.header{background-color: #007c7c;}
.LogoArea{
	position: relative;
	height: 70px;
	line-height: 70px;
}
.logo{
	position: absolute;
	top: 0;
	left: 0px;
	display:inline-block;
	width: 180px;
	height: 70px;
	background: url(../images/logo.svg) center no-repeat;
	background-size: 85%;
}


/*---Main----*/
.wrapper {
	width: 100%;
	padding-top: 80px;
	background-color: #fff;
	margin: 0 auto;
}
.theme-wrap {
	width: 100%;
	height: 652px;
	background:url(../images/theme_bg.png) top center no-repeat;
	background-size: auto; 	
}
.theme{
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	height: auto;
}
.theme_title {
	background: url(../images/theme_title.png) top center no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 750px;
	height: 211px;
	margin: 0 auto;
	margin-top: 50px;
	z-index: 1;
}
.theme_title_m {
	background: url(../images/theme_title_m.png) top center no-repeat;
	background-size: contain;
	width: 90%;
	max-width: 400px;
	height: 391px;
	margin: 0 auto;
	margin-top: 50px;
	z-index: 1;
}
.theme_content {
	position: relative;
	width: 100%;
	max-width: 850px;
	height: 416px;
	margin: 0 auto;
	margin-top: -20px;
}
.theme_hero {
	position: relative;
	background: url(../images/theme_hero.png) bottom center no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 850px;
	height: 416px;
	margin: 0 auto;
}
.theme_deco01 {
	position: absolute;
	background: url(../images/theme_deco01.png) center no-repeat;
	background-size: contain;
	width: 400px;
	height: 398px;
	top: -10%;
	left: -12%;	
}
.theme_deco02 {
	position: absolute;
	background: url(../images/theme_deco02.png) center no-repeat;
	background-size: contain;
	width: 450px;
	height: 248px;
	top: 0%;
	left: 10%;
	animation: rotation 1.2s infinite linear;	
}
.theme_bling01, .theme_bling02, .theme_bling03, .theme_bling04{
	position: absolute;
	background: url(../images/theme_bling.png) center no-repeat;
	background-size: contain;
}

.theme_bling01 {
	width: 80px;
	height: 80px;
	top: 30%;
	right: 2%;	
	animation: bling 1.8s infinite linear;	
}
.theme_bling02 {
	width: 60px;
	height: 60px;
	top: 5%;
	right: 20%;	
	opacity: 0.9;
	animation: bling 2s infinite linear;	
}
.theme_bling03 {
	width: 80px;
	height: 80px;
	top: 65%;
	left: -2%;	
	animation: bling 1.5s infinite linear;	
}
.theme_bling04 {
	width: 50px;
	height: 50px;
	top: 75%;
	right: 10%;	
	opacity: 0.9;
	animation: bling 2.5s infinite linear;	
}
@media screen and (min-width: 577px) and (max-width: 767px) {
	.theme-wrap {
		height: 550px;
	}
	.theme_title {
		margin-top: 80px;
	}
	.theme_content {
		margin-top: -150px;
	}
	.theme_deco01 {
		width: 100%;
		max-width: 320px;
		top: 5%;
		left: -12%;	
	}
	.theme_deco02 {
		width: 100%;
		max-width: 300px;
		top: 20%;
		left: 10%;	
	}
}
@media screen and (max-width: 576px) {
	.theme-wrap {
		height: 620px;
	}
	.theme_content {
		margin-top: -260px;
	}
	.theme_deco01 {
		width: 100%;
		max-width: 250px;
		top: 20%;
		left: -8%;	
	}
	.theme_deco02 {
		width: 100%;
		max-width: 230px;
		top: 35%;
		left: 10%;	
	}
	.theme_bling01 {
		top: 50%;
		right: 0%;	
	}
	.theme_bling02 {
		top: 2%;
		right: 22%;	
	}
	.theme_bling03 {
		top: 40%;
		left: -8%;	
	}
	.theme_bling04 {
		top: 60%;
		left: 55%;	
	}
}

/*----frame content----*/
.subtitle_pic {
	margin: 0 auto;
	margin-top: -70px;
	max-width: 354px;
}
.frame, .frame02 {
	width: 90%;
	height: auto;
	border: solid 3px #A38A77;
	border-radius: 30px;
	background-color: #FFF0EA;
	margin: 0 auto;
}
.frame {
	margin-top: 20px;
	padding: 40px 80px;
}
.frame02 {
	background-color: #FFF0EA;
	padding: 40px 20px;
}
.line_grey {
	position: relative;
	border: solid 1px #595757;
    background-color: #595757;
    width: 100%;
	margin-bottom: 10px;
}
.circle_grey {
	position: absolute;
	background-color: #595757;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	right: -4px;
	top: -4px;
}
ul {
	margin-top: -8px;
}
.list li {
	color: #E05F7B;
	font-size: 24px;
	margin-left: 30px;
}
.underline {
	text-decoration: underline;
	color: #595757;
}
.gift {
	width: 100%;
	max-width: 339px;
	padding: 20px 0px;
	margin: 0 auto;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #3E3A39;
}
.table p {
	margin-bottom: 0;
	font-weight: 600;
}
.table_title {
	color: #fff;
	font-size: 22px;
}
.label_brown {
	background-color: #A38A77;
	color: #fff;
	padding: 2px 10px;
}
.label_red {
	background-color: #A90000;
	color: #fff;
	padding: 2px 10px;
}
.note p {
	display: inline;
	font-size: 16px;
	font-weight: 600;
}

.table_main {
	position: relative;
}
.subtitle_deco {
	position: absolute;
	right: 30px;
	top: -167px;
}
.subtitle_deco_m {
	width: 138px;
	height: 169px;
	margin: 0 auto;
	margin-bottom: -1px;
}

@media screen and (min-width: 577px) and (max-width: 992px) {
	.subtitle_deco {
		right: 15px;
		top: -167px;
	}
	.frame {
		padding: 30px 50px;
	}
}
@media screen and (max-width: 576px) {
	.frame {
		padding: 30px 40px;
	}
	
}

/* -----相關說明_收合------ */
.noticet01 {
	cursor: pointer;
  }
.noticec01 {
	margin: 0px;
	padding: 5px;
	display: none;
	font-family: 'Arial';
	text-align: left;
	line-height: 30px;
}

/*----btnTop----*/

.btnTop-Wrap {
	position: fixed;
    right: 50px;
    top: 80%;
	z-index: 99;
}
.btnTop{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	text-align: center;
    line-height: 45px;
	background-color: #007d7d;
	cursor: pointer;
	transition: 0.5s;
}
.btnTop-Wrap i {
	color: #fff;
	font-size: 25px; 
}

@media screen and (max-width: 576px) {
	.btnTop-Wrap {
		right: 20px;
		top: 75%;
	}
}

/*---Footer----*/

.footer {
	background-color: #fff;
	margin-top: 80px;
}
.green_line {
	background-color: #007c7c;
	height: 25px;	
}
.footer p {
	font-size: 16px;
	text-align: center;
	padding: 15px 30px 15px 30px;
}
.footer_bottom {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 360px) {
	.footer_bottom {
		position: relative;
	}
}


/*---Main Banner動畫----*/

@keyframes rotation { 
	0%{ transform: rotate(0deg);
		-webkit-transform: rotate(0deg);}		
	50%{transform: rotate(5deg);
		-webkit-transform: rotate(5deg);}
	100%{transform: rotate(0deg);
		-webkit-transform: rotate(0deg);}
	}

@keyframes bling { 
	0%{ transform: scale(1,1);
		-webkit-transform: scale(1,1);}		
	50%{transform: scale(0.5,0.5);
		-webkit-transform: scale(0.5,0.5);	}
	100%{transform: scale(1,1);
		-webkit-transform: scale(1,1);}
	}