/* ---reset.css--- */
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
/* ---reset.css--- */

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	}

html{-webkit-text-size-adjust:none;
     font-family:Arial, Helvetica,"微軟正黑體", sans-serif,Microsoft JhengHei;
}

h1, h2, h3, h4, h5, h6, .RULE .sub{
	font-family: Arial, Helvetica,"source-han-sans-traditional","微軟正黑體", "Microsoft JhengHsans",
	 sans-serif;}

body{font-size:17px;}

a{text-decoration:none !important;}






/* ---------------------  BACC  ----------------------- */
.LOGIN, .KV, .MENU, .EVENT, .gray_bg{
	width: 100%;
	height: auto;
	min-width: 1024px;
	overflow: hidden;
}

.LOGIN .WRAPPER, .gray_bg .WRAPPER{
	margin: 0 auto;
	max-width: 1200px;
}

.MENU .WRAPPER{
	margin: 0 auto;
	width: 950px;
}

.KV .WRAPPER, .EVENT .WRAPPER{
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}

.LOGIN{ height: 70px; background-color: #fff;}

.KV{ height: 372px;  background-color: #364ee2; background-image: url(../images/top_bg.png); background-repeat: no-repeat; background-position: center top; padding-top: 50px;} 

.MENU{ height: 50px; background-color: #ea2d40; z-index: 999; box-shadow:0 3px 5px rgba(0,0,0,0.25);}

.EVENT{ height: 980px; background-color: #fbebd3; background-image: url(../images/event_bg.jpg); background-repeat: no-repeat; background-position: center top; padding-top: 70px;}

.gray_bg{ background-image: url(../images/gray_bg.png);}






/* ---------------------  LOGIN  ----------------------- */

.logo {
     width: 150px;
     height: 30px;
     float: left;
	 margin: 20px 0 0 30px;
     background: url(../images/gjun.png) no-repeat;
     display: block;
     -o-transition: .1s linear;
     -webkit-transition: .1s linear;
     -moz-transition: .1s linear;
     transition: .1s linear;
 }

 .logo:hover,  .fb:hover, .B:hover, span.BUT2:hover, span.BUT3:hover, .BUT22:hover, .BUT33:hover{
     opacity: 0.6;
     filter: alpha(opacity=60);
 }

 .fb {
     width: 40px;
     height: 40px;
     float: left;
	 margin: 15px 0 0 20px;
     background: url(../images/fb.png) no-repeat;
     display: block;
     -o-transition: .1s linear;
     -webkit-transition: .1s linear;
     -moz-transition: .1s linear;
     transition: .1s linear;
 }

 .login_form{
 	float: right;
 	padding-top: 20px;
 	padding-right: 30px;
 }

 .login_form p, .login_form #ID, .login_form #PASSWORD, .login_form #BUT, .service_form p.text, .service_form #NAME, .service_form #ID, .service_form #PHONE, .service_form #MAIL{
 	float: left;
 }

 .login_form p.text, .location_form p.text, .service_form p.text{
 	color: #3a3a3a;
 	font-size: 17px;
 	line-height: 35px;

 }

  .login_form p.text span{
  	color: #ff5500;
  }

 .login_form #ID, .login_form #PASSWORD, .service_form #NAME, .service_form #ID, .service_form #PHONE, .service_form #MAIL{
 	width: 185px;
 	margin: 0 5px;
 }

 .login_form #BUT{
 	width: 65px;
 	margin: 0 5px;
 	color: #fff;
 	cursor:pointer;
 }

 .A{
	color: #666;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: rgba(200, 200, 200, 0.2) 0px 2px 3px inset;
    border: 1px #767676 solid;
    border-radius: 3px;
}
	
	
.B{
    font-size:15px;
	color:#fff;
	width:100%;
	height:35px;
	text-decoration:none;
	line-height:35px;
	text-align:center;
	letter-spacing:3px;
	border-radius: 3px;
	background-color:#ff5500;
	cursor: pointer;
	border: none;
}





 /* ---------------------  KV  ----------------------- */

h1{
	display: block;
	margin: 0 auto;
	text-indent:-999999px;
	background-image:url(../images/h1.png);
	width:600px;
	height:270px;
}



.ufo{
	background-image:url(../images/ufo.png);
	width:82px;
	height:62px;
	position:absolute;
	top:30px;
	left:10px;
	animation: GOING1 3.5s infinite alternate linear;
	-webkit-animation: GOING1 3.5s infinite alternate linear;
	-moz-animation: GOING1 3.5s infinite alternate linear;
	-ms-animation: GOING1 3.5s infinite alternate linear;
	-o-animation: GOING1 3.5s infinite alternate linear;

}
	
@keyframes GOING1 {
 50% { top:50px;}
}

.rocket{
	background-image:url(../images/rocket.png);
	width:145px;
	height:122px;
	position:absolute;
	top:140px;
	left:80px;
	animation: GOING2 0.5s infinite alternate linear;
	-webkit-animation: GOING2 0.5s infinite alternate linear;
	-moz-animation: GOING2 0.5s infinite alternate linear;
	-ms-animation: GOING2 0.5s infinite alternate linear;
	-o-animation: GOING2 0.5s infinite alternate linear;
}
	
@keyframes GOING2 {
 50% { top:138px; left:78px;}
}

.moon{
	background-image:url(../images/moon.png);
	width:120px;
	height:89px;
	position:absolute;
	top:20px;
	right:-10px;
	animation: GOING3 5s infinite alternate linear;
	-webkit-animation: GOING3 5s infinite alternate linear;
	-moz-animation: GOING3 5s infinite alternate linear;
	-ms-animation: GOING3 5s infinite alternate linear;
	-o-animation: GOING3 5s infinite alternate linear;
}
	
@keyframes GOING3 {
 50% { top:15px;}
}

.astronaut{
	background-image:url(../images/astronaut.png);
	width:130px;
	height:177px;
	position:absolute;
	top:190px;
	right:110px;
	animation: GOING4 5s infinite alternate linear;
	-webkit-animation: GOING4 5s infinite alternate linear;
	-moz-animation: GOING4 5s infinite alternate linear;
	-ms-animation: GOING4 5s infinite alternate linear;
	-o-animation: GOING4 5s infinite alternate linear;

}
	
@keyframes GOING4 {
 50% { top:200px; right:115px;}
}










 /* ---------------------  MENU  ----------------------- */
 
 ul.menu_box{
 	width: 100%;
 }

 ul.menu_box li {
	width: 16.66666666666667%;
    height: 100%;
    float: left;
    text-align: center;
 }

 ul.menu_box li a,
 ul.menu_box li div {
 	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	display: inline-block;
	color: #fff;
	cursor:pointer;
	-webkit-transition: .1s ease-out;
	-o-transition: .1s ease-out;
	transition: .1s ease-out;
	text-decoration:none !important;
 }


 ul.menu_box li a:hover,
 ul.menu_box li a.active{
 	background-color: #151fda;
 }

/* ul.menu_box li:nth-of-type(1) a{
     background-color: #151fda;
 }*/


/* ---------------------  EVENT ----------------------- */

.title01{
	margin: 0 auto;
	width:700px;
	height:234px;
	background-image:url(../images/title01.png);
	z-index: 9999;
	margin-bottom: 25px;
}

.sub-title01{
	margin: 0 auto;
	width:510px;
	height:51px;
	background-image:url(../images/sub-title01.png);
	margin-bottom: 110px;
}


.roll{
	width:250px;
	height:205px;
	background-image:url(../images/roll.png);
	position: absolute;
	top: 85px;
	left: 1%;
}

.photo{
	width:260px;
	height:260px;
	background-image:url(../images/photo.png);
	position: absolute;
	top: 50px;
	right: 3%;
}

.item, .roll, .photo, .gift_box{
	-webkit-transition: .1s ease-out;
	-o-transition: .1s ease-out;
	transition: .1s ease-out;
}
	
	
.item_box{
	margin: 0 auto;
	width: 90%;
	z-index: 9999;
}

@media screen and (max-width:1279px) {
.item_box{ width: 100%;}
}
	
.item{
	float:left;
	width:33.33333333333333%;
	height:370px;
	border-radius:10px;
	text-align:center;
	padding-top: 90px;
}
	
.item:hover, .roll:hover, .photo:hover{
	margin-top: -10px;
	/*transform: rotateY(360deg);*/
	/*opacity: 0.6;
    filter: alpha(opacity=60);*/
	}

.item01, .item02, .item03{
	background-repeat: no-repeat;
	background-position: center;
}

.item01{ background-image: url(../images/item01.png);}
.item02{ background-image: url(../images/item02.png);}
.item03{ background-image: url(../images/item03.png);}

.item .h3{
	margin: 0 auto;
	width: 310px;
	font-size: 22px;
	line-height: 1.6;
	color: #fff;
	font-weight: bold;
	background-color: #3cbcb1;
	border-radius: 100px;
	margin-bottom: 5px;
}
	
.item p{
	color:#421f16;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.item p span{
	font-weight: bold;
}

.item p.ps{
	color:#421f16;
	font-size: 15px;
	margin-top: -10px;
}	
	
/*---------------------------- FOOTER ---------------------------------*/	
.FOOTER{
	min-width: 1024px;
}










/*---------------------------- RULE ---------------------------------*/	
.gray_bg{
	padding: 90px 0;
}

.RULE .WRAPPER, .POINT .WRAPPER, .SERVICE .WRAPPER{
	margin: 0 auto;
	width: 980px;
}

h2{
	margin: 0 auto;
	max-width: 980px;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    font-size: 25px;
    font-weight: 100;
    line-height: 40px;
    background-image: url(../images/sub_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 40px;
}

.RULE .sub{
	float: left;
	width: 110px;
	color: #ea2d40;
}

.RULE p{
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}

.RULE p.margin-left{
	margin-left: 110px;
}

.RULE ul.list{
	margin-left: 130px;
}

.RULE ul.list li{
	list-style-type: decimal;
	font-size: 16px;
	line-height: 1.5;
}

.blank{
	height: 90px;
}

.blank2{
	height: 30px;
}

table.MYTB{
	margin-bottom: 50px;
}


.MYTB{
	margin:0 auto;
	background-color:#fff1e6;
	text-align:center;}	
	
.MYTB td {
	border:1px solid #fff;
	color: #000;
	font-size:16px;
	line-height: 1.6;
	text-align: left;
	padding: 10px;
}

.MYTB td.left {
	width: 15%;
	font-weight: bold;
}

.MYTB td.center {
	width: 7%;
	text-align: center;
}

.MYTB tr:nth-child(odd){
	background-color:#ffe5d0;
}

.MYTB tr.t1 td, .MYTB td.t1{
	color:#fff;
	background-color:#ea2d40;
	font-size:18px;
	text-align: center;
}

.MYTB td.t1{
	width: 10%;
	background-repeat: no-repeat;
	background-position: center;
}

.MYTB td.point-icon01{
	background-image: url(../images/point-icon01.png);
}

.MYTB td.point-icon02{
	background-image: url(../images/point-icon02.png);
	background-color: #ff5500;
}

.MYTB td.point-icon03{
	background-image: url(../images/point-icon03.png);
	background-color: #ba4222;
}
	
span.BUT2{
	display: inline-block;
 	width: 80px;
 	height:35px;
 	margin: 0 5px;
 	color: #fff;
 	font-size:15px;
	text-decoration:none;
	line-height:35px;
	text-align:center;
	border-radius: 3px;
	background-color:#ff5500;
	cursor: pointer;
}

span.BUT3{
	display: inline-block;
 	width: 80px;
 	height:35px;
 	margin: 0 5px;
 	color: #fff;
 	font-size:15px;
	text-decoration:none;
	line-height:35px;
	text-align:center;
	border-radius: 3px;
	background-color:#b5b5b5;
	cursor: pointer;
}


.BUT22 {
	float: right;
    width: 150px;
    height: 40px;
    margin: 0 5px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 3px;
    background-color: #ff5500;
    cursor: pointer;
    border: none;
}

.BUT33 {
	float: right;
    width: 150px;
    height: 40px;
    margin: 0 5px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 3px;
    background-color:#b5b5b5;
    cursor: pointer;
    border: none;
}







/*---------------------------- GIFT ---------------------------------*/	

.GIFT .WRAPPER{
	margin: 0 auto;
	max-width: 1200px;
	min-width: 1024px;
}

.GIFT p.text, .POINT p.text{
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 50px;
}

.gift_box, .gift2_box{
	width: 100%;
	height: 330px;
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 3px 5px 15px rgba(0,0,0,0.25);
	color: #333;
	margin-bottom: 35px;
}

.gift_box:hover{
	/*border: 2px #ff5500 solid;
	box-shadow: none;*/
}

/*gift_box*/

.gift_box img{
	max-width: 300px;
	height: auto;
	margin-bottom: 10px;
}

.gift_box p.gift_name{
	font-size: 19px;
	text-align: left;
	line-height: 1.5;
	/*border-left: 5px #666 solid;
	padding-left: 5px;*/
}

.gift_box p.gift_cost{
	font-size: 40px;
	text-align: left;
	float: left;
	color: #ea2d40;
	font-weight: bold;
	margin-bottom: 10px;
}

.gift_box p.gift_cost span{
	font-size: 19px;
}

.gift_box span.BUT2{
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	float: right;
}

.GIFT p.gift_last{
	font-size: 15px;
	color: #666;
	clear: both;
}


/*gift2_box*/

.gift2_box{
	margin: 0 auto;
	width: 800px;
	height: 480px;
	padding-bottom: 30px;
}

.gift2_box img{
	max-width: 370px;
	float: left;
	margin-right:30px;
	margin-bottom: 15px;
}

.gift2_box .gift_right{
	width: 45%;
	float: left;
	margin-bottom: 20px;
}

.gift2_box .gift_right p.gift_name{
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 15px;
}

.gift2_box .gift_right p.gift_description{
	font-size: 16px;
	line-height: 1.6;
	border-left: 3px #ea2d40 solid;
	padding-left: 10px;
	margin-bottom: 25px;
}

.gift2_box .gift_right p.gift_cost{
	font-size: 40px;
	text-align: right;
	color: #ea2d40;
	font-weight: bold;
	margin-bottom: 10px;
}

.gift2_box .gift_right p.gift_cost span{
	font-size: 19px;
}

.gift2_box .gift_right p.gift_last{
	text-align: right;
}



/*location_form*/
.location_form{
	clear: both;
 }

 .location_form p, .location_form #CITY, .location_form #SCHOOL, .location_form #BUT{
 	float: left;
 }

  .location_form p.text span{
  	color: #ff5500;
  }

 .location_form #CITY, .location_form #SCHOOL{
 	width: 185px;
 	margin: 0 5px;
 }

.location_form span.BUT2{
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	float: right;
}

.location_form  p.address{
	font-size: 16px;
	margin-top: 20px;
}










/*---------------------------- POINT ---------------------------------*/
.POINT table.MYTB tr td{
	text-align: center;
}

.POINT table.MYTB{
	margin-bottom: 20px;
}

.MYTB td.t2{
	width: 30%;
}

.MYTB td.t3{
	font-size: 28px;
	color: #ea2d40;
	font-weight: bold;
	text-align: center;
}

.MYTB td.t3 span{
	color: #333;
	font-size: 19px;
}

.MYTB td.red{
	font-weight: bold;
	color: #ea2d40;
}

.MYTB td.cancel{
	color: #ea2d40;
}










/*---------------------------- QA ---------------------------------*/

















/*---------------------------- SERVICE ---------------------------------*/
.service_form{
	margin: 0 auto;
	width: 820px;
}

.service_form p.text{
	width: 100px;
	text-align: right;
}

.service_form p.text2{
	width: 100%;
	text-indent: 25px;
	margin-top: 10px;
}

.service_form p.text span, .service_form p.text2 span{
	color: #ea2d40;
}

.service_form #NAME, .service_form #ID, .service_form #PHONE, .service_form #MAIL{
	width: 70%;
	margin-bottom: 15px;
}

.service_form .radio_style{
	float: left;
	min-width: 15px;
    min-height: 15px;
    vertical-align: middle;
    line-height: 35px;

 }


textarea.border{
	border-radius: 5px;
	width: 96%;
	border: 1px #767676 solid;
	margin: 15px 0;
	padding: 10px;
	line-height: 1.5;
	margin-left: 25px;
}

.borderTT{
	border-radius: 5px;
    width: 96%;
    height: auto;
    border: 1px #767676 solid;
    margin: 15px 0;
    padding: 10px;
    line-height: 1.5;
    margin-left: 25px;
}

.service_form span.BUT2, .service_form span.BUT3{
	float: right;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
}

