.form-name {
	font-size: 16px;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}
.form-secr,
.form-secl {
	width: 50%;
}
.form-secr {padding-right: 15px;}
.form-secl {padding-left: 15px; }
.form-sex {
	position: relative;
	top: 6px;
	left: 0;
}
.form-bday {width: 33.3333333%; float: left;}
.form-ps {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	padding: 25px 0 10px 0;
}
.form-textarea-h {height: 120px;}
.form-mobile-table {width: 100%; display: table;}
.form-mobile-table .tr {display: table-row;}
.form-mobile-table .tr .input{
	display: table-cell;
	padding-right: 15px;
}
.form-mobile-table .tr .btn{
	width: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(78,54,28,0.9);
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.form-mobile-table .tr .btn:hover{
	background-color: rgba(78,54,28,1);
	border-color: transparent;
}

/* =================================== */
/*	表單樣式設定
/* =================================== */

/* 文字列 */
.form-text {
	width: 100%;
	font-family: "Outfit", "arial", "Microsoft JhengHei", "PingFangTC-Light", sans-serif;
	font-size: 20px;
	color: #666;
	background: #fff;
	border-radius: 0;
	padding: 10px;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid #ccc;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}
.form-text:focus{
	color: #666;
	background: #f8f8f8;
	border-bottom: 1px solid #ccc;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	outline: 0;
}
.form-text::-moz-placeholder {font-size: 20px; color: #666;}
.form-text:-ms-input-placeholder {font-size: 20px; color: #666;}
.form-text::-webkit-input-placeholder {font-size: 20px; color: #666;}
.form-text[disabled],
.form-text[readonly],
fieldset[disabled] .form-text {font-size: 20px;}

/* form-icon */
.input-icon {width: 100%; table-layout: fixed;}
.input-icon .icon-box {position: relative; padding: 0; border: 0 none; width: 0;}
.input-icon .icon-box span.icon {
	line-height: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: 0;
	z-index: 3;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	pointer-events: none;
}
.input-icon .icon-box:last-child span.icon {left: auto; right: 0;}
.input-icon .icon-box span.mbtxt {font-size: 16px; color: #666; padding: 8px 15px 0 0;}
.input-icon .icon-box span.mobile {font-size: 20px; color: #666; padding: 0px 15px 0 0;}
.input-icon .icon-box span.txt {font-size: 20px; color: #333; padding: 4px 15px 0 0;}

/* 圓點設定一 */ 
.radio-custom-1 {
	position: relative;
	padding: 0 0 0 18px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.radio-custom-1:last-child, .radio-custom:last-of-type {margin-bottom: 0;}
.radio-custom-1 input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: 0px;
	z-index: 2;
	cursor: pointer;
}
.radio-custom-1 input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -9px;
	display: inline-block;
	font-size: 10px;
	width: 12px;
	height: 12px;
	background-color: #aaa;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 1px #000;
	box-shadow: 0px 0px 1px #000;
	
}
.radio-custom-1 input[type="radio"]:disabled {cursor: not-allowed;}
.radio-custom-1 input[type="radio"]:disabled:checked + label:after {color: #999;}
.radio-custom-1 input[type="radio"]:disabled + label {cursor: not-allowed;}
.radio-custom-1 input[type="radio"]:disabled + label:before {background-color: #eee;}
.radio-custom-1 label {
	cursor: pointer;
	text-align: left;
	font-size: 20px;
	color: #666;
	font-weight: normal;
	padding-left: 10px;
    padding-top: 6px;
}
.radio-custom-1 label:before {
    content: '';
    position: absolute;
    top: 42%;
    left: 0;
    margin-top: -11px;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #aaa;
    background: #fff;
}
.radio-custom-1 label + label.error {display: block;}

/* 核取選單設定 */
.checkbox-custom {
	position: relative;
	padding: 3px 0 0 25px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.checkbox-custom:last-child, .checkbox-custom:last-of-type {margin-bottom: 0;}
.checkbox-custom input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -10px;
	z-index: 2;
	cursor: pointer;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
	position: absolute;
	display: inline-block;
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f00c";
	top: 50%;
	left: 5px;
	margin-top: -7px;
	font-size: 12px;
	line-height: 1;
	width: 20px;
	height: 20px;
	color: #666;
}
.checkbox-custom input[type="checkbox"]:disabled {cursor: not-allowed;}
.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {color: #999;}
.checkbox-custom input[type="checkbox"]:disabled + label {cursor: not-allowed;}
.checkbox-custom input[type="checkbox"]:disabled + label:before {background-color: #eee;}
.checkbox-custom label {
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.checkbox-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #f8f8f8;
}
.checkbox-custom label + label.error {display: block;}

/* 確認 */
.form-submit-box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.form-submit{
	width: 100%;
	font-size: 24px;
	background-color: #008cd6;
	color: #fff;
	font-weight: normal;
	padding: 10px 0;
	border: none;
	border-radius: 5px;
	display: block;
    cursor: pointer; 
	margin: 0;
}
.form-submit:hover{
	background-color: #008cd6;
	border-color: transparent;
}

@media screen and (max-width: 1199px) {
.form-text {
	font-family: "Outfit", "arial", sans-serif;	
}	
.checkbox-custom input[type="checkbox"]:checked + label:after {margin-top: -7px;}	
}

@media screen and (max-width: 991px) {
.form-sex {
	left: 15px;
}	
/* 文字列 */
.form-text {
	font-size: 18px;
}	
.form-text::-moz-placeholder {font-size: 18px}
.form-text:-ms-input-placeholder {font-size: 18px}
.form-text::-webkit-input-placeholder {font-size: 18px}
.form-text[disabled],
.form-text[readonly],
fieldset[disabled] .form-text {font-size: 18px;}
	
/* 圓點設定一 */ 	
.radio-custom-1 label {
	font-size: 18px;
}	
.form-ps {padding: 0px 0px 10px 0px;}
}

@media screen and (max-width: 767px) {
.form-secr,
.form-secl {
	width: 100%;
}		
.form-sex {
	top: 10px;
}	
.form-name {padding: 0;}	
.form-secr {padding-right: 0;}
.form-secl {padding-left: 0;}
.input-icon .icon-box span.txt {font-size: 18px; color: #333; padding: 6px 15px 0 0;}
	
/* 確認 */ 		
.form-submit{
	font-size: 20px;
}	
}

@media screen and (max-width: 575px) {
/* 文字列 */
.form-text {
	font-size: 16px;
	padding: 8px 10px;
}	
.form-text::-moz-placeholder {font-size: 16px}
.form-text:-ms-input-placeholder {font-size: 16px}
.form-text::-webkit-input-placeholder {font-size: 16px}
.form-text[disabled],
.form-text[readonly],
fieldset[disabled] .form-text {font-size: 16px;}	
/* 圓點設定一 */ 	
.form-sex {
	top: 8px;
}		
.radio-custom-1 {
	margin-right: 0px;
}	
.radio-custom-1 input[type="radio"]:checked + label:after {
	width: 10px;
	height: 10px;
	left: 5px;
	margin-top: -8px;
}
.radio-custom-1 label {
	font-size: 16px;
	padding-left: 5px;
    padding-top: 0px;
}
.radio-custom-1 label:before {
    width: 20px;
    height: 20px;
}		
}

