@charset "utf-8";
/* CSS Document */

.kv{
	width:100%;
	margin-bottom:-10px;
	}
	
.kv-m{
	width:100%;
	display:none;}
.w1{
	color:#666;}	

.step{
	position: absolute;
top: 50%;
left: 50%;}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  
}

input[type=submit]:hover {
  background-color: #45a049;
}



.sunform{
	margin:0 auto;
	width:70%;
	
	}
.sunform p{
	color:#333;
	font-size:20px;
	font-family:"微軟正黑體", "新細明體";
	text-align:left;
}
.hint{
		color:#333;
	font-size:15px;
	font-family:"微軟正黑體", "新細明體";
	}
	
.card{
	width:40%;
	height:auto;
	float:left;
	padding-right:20px;
	padding-top:50px;
	}
.cardtxt{
	width:55%;
	height:auto;
	float:right;
	padding-top:20px;
	}
.cardtxt-right{

	text-align:right;
	}
.cardbg{
	
	background-image:url(../img/home/bg-magic-01.png);
	background-repeat:repeat;}
	
.checkbox{
	width:25px;
	height:25px;}


/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight:normal;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

	  
.thanks{
	display:block;}
	  
.thanks-m{
	display:none;}	
	
.pt{
	padding-top:5px;}   

.font20-b{
	font-size:20px;
	padding:10px;
	color:#666;
	font-weight:bold;
	}
.font20{
	font-size:20px;
	padding:10px;
	color:#666;
	}
.font30{
	font-size:30px;
	padding-top:20px;
	color:#666;
	text-align:center;
	font-weight:bold;
	}
.gift-home{
  margin: 0px auto;
  text-align: center;
	}	
.gift{
	width:30%;
	padding:0px;
	margin:10px;
	display: inline-block;
	}	
.mainpic{
	width:200%;}
.font18{
	font-size:18px;
	color:#666;}
@media screen and (max-width:736px){

.thanks{
	display:none;}
	  
.thanks-m{
	display:block;
	margin-left:-30px;}	
	
	.kv{
	width:100%;
	display:none;}
	
.kv-m{
	width:100%;
	display:block;
	padding-top:60px;}


.card{
	width:100%;
	height:auto;
	float:none;
	padding-right:20px;
	padding-top:50px;
	display:none;
	}
.cardtxt{
	width:100%;
	height:auto;
	float:left;
	padding-top:20px;
	}
.cardtxt-right{

	text-align:right;
	}
.cardbg{
	
	background-image:url(../img/home/bg-magic-01.png);
	background-repeat:repeat;}
	
.checkbox{
	width:25px;
	height:25px;}
	
.pt{
	padding-top:35px;}   

.gift{
	width:100%;
	padding:0px;
	margin:10px;
	text-align:center;
	margin-bottom:100px;}	
.margin-top-t
{
	margin-top:30px;}

.font18{
	font-size:16px;
	color:#666;}
	}
