html, body {
  font-family: "Noto Sans TC", sans-serif; }


#FormArea {
    width: 100%;
/*
    background-color: #c72222;
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;
*/
    display: block;
    position: relative;
    z-index: 0;
    margin-top: 0px;
    padding-bottom:2.5%;

}

#FormArea h4 {
    font-size:2em;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    padding-top: 5%;
    margin-bottom: 1%;
    color: #ffde00;
}

#FormArea h5 {
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.cont-pc{display:block;}
.cont-mb{display:none;}
#FormArea .inner {
	width: 1300px;
	margin:0 auto;
	overflow: hidden;
}
.form-R {
	width: 50%;
	margin-right: 3%;
	float: left;
}
.form-R img {
	width: 100%;
	height: auto;
}
.form-L {
    width: 47%;
    height: auto;
    margin-top: 20px;
    display: block;
	margin: auto;
	background-image: none;
	padding: 5px 0;
	float: left;
    
}
ul.form-L li {
    margin: 8px auto 3px auto;
    width: 92%;
    font-size: 1em;
    line-height: 2;
    display: table;
}

ul.form-L li .input-title {
    display: inline-block;
    width: 35%;
    background-color: rgba(255, 255, 255, .9);
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #FFF;
    border-right: none;
    color: #5074bc;
    font-size: calc(15px + (18 - 15) * ((100vw - 1000px)/ (1920 - 1000)));
	font-weight: 500;
	letter-spacing: 1px;
    float: left;
}

input,
select {
    margin: 0;
    padding: 0 0.5em;
    height: 44px;
    outline: 0;
    vertical-align: middle;
    border: 1px solid #FFF;
    background-color: rgba(0, 0, 0, .5);
    width: 99%;
    border-radius: 5px;
    color: #FFF;
}

input[type="radio"],
input[type="checkbox"] {
    width: 1.25em;
    height: 1.25em;
    padding: 0;
    margin: 3px 0.25em 5px 0.25em;
    border: 1px solid #bebebe;
}

select[name="ct1"] {
    margin: 0px;
    float: left;
}

select[name="ct2"] {
    margin-left: 4px;
	top:-1px;
}

select[name="ct1"],
select[name="ct2"] {
    width: 48.5%;
}

ul.form-L li input,
ul.form-L li select {
    font-size: calc(15px + (18 - 15) * ((100vw - 1000px)/ (1920 - 1000)));
}

ul.form-L li input,
ul.form-L li select {
    height: 34px;
    color: #FFF;
    border-radius: 0px;
    border: 1px solid #FFF;
    background-color:#5074bc;
}

ul.form-L li input[type="text"],
ul.form-L li input[type="email"],
ul.form-L li input[type="tel"] {
    width: 59.5%;
    float: left;
    border-left: none;
}

.btn {
    display: inline-block;
    padding: 30px 12px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 10px;
}

button[type="submit"].btn,
.btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
/*    border: 2px solid #FFF;*/
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0.6em;
    color: #464646;
    cursor: pointer;
    display: block;
    align-self: center;
    font-weight: 400;
    line-height: 1;
/*
    margin: 0 auto 20px;
    padding: 20px 87px;
*/
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

button[type="submit"].check_btn,
.check_btn {
    -webkit-transition: box-shadow 500ms ease-in-out, color 500ms ease-in-out;
    transition: box-shadow 500ms ease-in-out, color 500ms ease-in-out;
}

ul.form-L li button[type="submit"] {
    padding: 0 0;
    width: 98%;
    border-radius: 0px;
    background-color: #f4d72e;
    letter-spacing: 2px;
	transform: translate(-1%,0%)
}

ul.form-L li button[type="submit"]:hover {
	background: #FFF;
}

.source{
/*	left: auto;*/
	text-align: center;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 300;
}

label{
	color: #FFF;
}


#FormArea ul.form-L li button[type="submit"] h5 {
    font-size: 30px;
	font-weight: 700;
    margin: 10px auto;
    color: #5074bc;
    font-family: Arial, "LiHei Pro", "Microsoft JhengHei", "PMingLiU", sans-serif;
}

#FormArea ul.form-L li button[type="submit"]:hover h5 {
    	color: #464646;
}
@media screen and (max-width:1367px) {
	#FormArea .inner {
		width: 95%;
	}
	.inner {
		width: 100%;
	}
	.form-R {
		width: 60%;
		float: none;
		margin:0 auto 2% auto;
	}
	.form-L {
		width: 60%;
		float: none;
	}
	
}

@media screen and (max-width:768px) {
    #FormArea h4{
        font-size:2.2em;
    }
    #FormArea h5 {
        font-size: 22px;
    }
	#FormArea .form-title {
		width: 100%;
	}
	.form-R {
		width: 80%;
	}
    .form-L {
        float: none;
        width: 80%;
        margin: 0px auto 20px auto;
    }
/*
    .form-R {
        float: none;
        width: 80vw;
        margin: auto;
    }
*/
    ul.form-L li {
        margin: 0px auto 8px auto
    }
    ul.form-L li .input-title,
    ul.form-L li input,
    ul.form-L li select {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px)/ (640 - 320)));
    }
    input,
    select {
        width: 99.4%
    }
    ul.form-L li input[type="text"],
    ul.form-L li input[type="email"],
    ul.form-L li input[type="tel"] {
        width: 61%;
    }
    select[name="ct2"] {
        margin-left: 8px;
    }
}


@media screen and (max-width:639px) {
    ul.form-L li input[type="text"],
    ul.form-L li input[type="email"],
    ul.form-L li input[type="tel"] {
        width: 58%;
    }
    select[name="ct2"] {
        margin-left: 3px;
    }
    input,
    select {
        width: 98.5%;
    }
    #FormArea h4{
        font-size:1.6em;
    }    
}


/* FormArea CSSStyle END*/