@charset "utf-8";
/* CSS Document */

htel {
	margin: 0px;
	padding:0px;
	font-size:16px;
}
body {
	    font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";
    margin: 0px auto;
    font-size: 16px;
    background-image: url(../images/warpbg.png);
    /* background: url(../images/11.png) no-repeat center top; */
    position: relative;
    width: 100%;
      position: revert;
    background-attachment: fixed;
}
body:before {
background: url(../images/11.png) no-repeat center top;
    width: 100%;
    height: 500px;
    background-size: auto 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    opacity: 0.5;
}


a {
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.box {
	    width: 60%;
    margin: 5% auto;
    background-color: #ffffff42;
    padding: 5%;
    border-radius: 15px;
}
.box h1 {
	text-align: center;
    color: white;
    font-size: 3em; 
}

.box h1 {
	text-align: center;
    color: white;
    font-size: 3em; 
}
.box h3 {
	text-align: center;
    color: white;
    font-size: 2em; 
}
.box span {
   color: #ffeb3b;
    font-size: 2.7em;
    margin: 0 10px;
    font-weight: 700;
}
.floating{
 position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    margin: auto; 
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px; 
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	    width: 100%;
}

.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
label {
    color: #ffc107;
    font-size: 1.5em;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}

input[type=number], select {
width: 100%;
    padding: 20px 20px;
    margin: 8px auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 3em;
    text-align: center;
}


input[type=submit]:hover {
  background-color: #45a049;
}



@media (max-width: 730px) {
	body:before {
    background: url(../images/11.png) no-repeat right top;
    width: 100%;
    height: 300px;
    background-size: auto 100%;

}
	.box h1 {
    font-size: 1.6em;
}
	.box {
    width: 80%;
    margin: 5% auto;
}
	.box span {
    font-size: 1em;
}
	.box h3 {

    font-size: 1.5em;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
	}