﻿@charset "utf-8";

/* ----- contact-word ----- */
.contact-word {
	float: left;
	width: 100%;
	color: #000;
	font-size: 1.7em;
	line-height:170%;
	margin-top:30px;
}
.contact-word p {
	margin:15px 0;
}
.contact-word p img {	
	max-width:100%;
	height:auto;
}
.contact-word p:first-of-type {
	margin-top:0;
}
.contact-word p:last-of-type {
	margin-bottom:0;
}
.contact-word ul {
	margin:15px 0; 
	padding: 0px;
}
.contact-word ul li { 
	margin:15px 0 15px 1.5em;
}
.contact-word ul li li { 
	margin:5px 0 5px 1.5em;
}
.contact-word h3 {
	color: #248916;
    font-size: 1.5rem;
    margin: 40px 0 20px 0;
}
.contact-word h3 span {
	color:#FFF;
	padding:5px 20px;
	background:#248916;
	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
	       border-radius: 50px;
}
.contact-word .sp {
	position:relative;
	text-align:center;	
	margin-top:30px;
	border:2px solid #B50808;
}
.contact-word .sp input[type=checkbox] + span {
	display:inline-block;
	background:none;
}
.contact-word .sp .checkbox {
	position:absolute;
    display: block;
	top:24px;
	left:50%;
    vertical-align: middle;
    margin: 0 0 0 -125px;
    padding:0;
    width: 22px;
    height: 22px;
    background: url(../images/checkbox-box.png) no-repeat 50% 50%;
    cursor: pointer;
}
.contact-word .sp .checkbox.focus {
	outline: dotted 1px;
}
.contact-word .sp .checkbox.checked {
	background:url(../images/checkbox-check.png) no-repeat 50% 50%;
}
.contact-word .sp span {
	display: block;
	color: #B50808;
	padding:20px 0 20px 25px;
	cursor: pointer;
	vertical-align: middle;
	background:rgba(255,255,255,.9);
}
.contact-word .sp .checkbox.checked ~ span {
	color:#FFF;
	background:#B50808;
}
@media screen and (min-width: 991px) {
	.contact-word h3 {
		margin: 50px 0 30px 0;
	}	
	.contact-word .sp {
		margin-top:40px;
	}
}


/* ----- contact-btn ----- */
.contact-btn {
	float:left;
	width:100%;
	margin-top:30px;
	text-align:center;
}
.contact-btn a {
	display:inline-block;
	color: #fff;
	font-size:1.7em;
	font-weight:bold;
	padding: 15px 55px 15px 40px;
	background: #eb6100;
	margin:0 auto;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	       border-radius: 5px;
}
.contact-btn a:hover,
.contact-btn a:focus {
	background: #c71f3b;
}
.contact-btn a span {
	position: relative;
}
.contact-btn a span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -21px;
	display:block;
	width:16px;
	height:16px;
	margin-top: -8px;
	background:url(../images/contact-btn.png) no-repeat;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
.contact-btn a:hover span:after,
.contact-btn a:focus span:after {
	right: -28px;
}


/* ----- contact-Form ----- */
.contact-Form {
	float:left;
	width:100%;	
	margin-top:30px;
	border-top:1px dashed #CCC;
}
.contact-Form .form-list {
	float:left;
	width:100%;	
	margin:0;
	padding:15px 0;
	border-bottom:1px dashed #CCC;
}
.contact-Form .form-list .formLabel {
	float: left;
	width: 20%;
	color: #000;
    font-size: 1.7em;
    font-weight: bold;
	line-height: 40px;
	text-align:center;
}
.contact-Form .form-list .formLabel span {
	padding:0 0 0 40px;
}
.contact-Form .form-list .formLabel span.sp {
	background:url(../images/icon-required.png) no-repeat 0 50%;
}
.contact-Form .form-list .formBox {
	float: left;
	width: 80%;
	color: #000;
	font-size: 1.7em;
}
.contact-Form .form-list .formInput {
	width: 100%;
	height: 40px;
    padding:0 10px;
    font-family:"微軟正黑體", Helvetica, sans-serif;
	font-size: 1rem;
    line-height: 40px;    
    vertical-align: middle;
	background: #ededed;
	box-sizing:border-box;
    border: none;
}
.contact-Form .form-list .formInput:focus {
	background-color: #FFFFFF;
    border:1px solid #d65460;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(164,4,129,0.6);
	   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(164,4,129,0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(164,4,129,0.6);
}
.contact-Form .form-list .formInput.w1 {
    width: 50%;
}
.contact-Form .form-list .formInput.w2 {
    width: 100px;
	margin-left:10px;
}

.contact-Form .form-list input[type=radio] {
	margin-left:5px;
}
.contact-Form .form-list .formRadio {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    background: url(../images/radio-box.png) no-repeat 50% 50%;
	margin:0 5px 0 10px;
    cursor: pointer;
}
.contact-Form .form-list .formRadio.focus {
	outline: dotted 1px;
}
.contact-Form .form-list .formRadio.checked {
	background: url(../images/radio-check.png) no-repeat 50% 50%;
}
.contact-Form .form-list .formRadio + label {
    cursor: pointer;
}


.contact-Form .form-list .formText {
	width: 100%;
    padding:10px;
    font-family:"微軟正黑體", Helvetica, sans-serif;
	font-size: 1rem;
    line-height:160%;
    vertical-align: middle;
	background: #ededed;
	box-sizing:border-box;
    border: none;
}
.contact-Form .form-list .formText:focus {
	background-color: #FFFFFF;
    border:1px solid #d65460;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(164,4,129,0.6);
	   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(164,4,129,0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(164,4,129,0.6);
}
.contact-Form .form-list .fileBox {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	width: 60%;
	font-size: 1rem;
	padding:8px 5px;
	border:none;
	box-sizing:border-box;
	margin-right:5px;
	background: #ededed;
	vertical-align:middle;
}
.contact-Form .form-list .fileBtn {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	color:#FFF;
	width: 20%;
	height:40px;
	font-size: 1rem;
	line-height:40px;
	background:#000;
	box-sizing:border-box;
	border:none;
	vertical-align:middle;
	cursor:pointer;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;	
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
.contact-Form .form-list .fileBtn:hover,
.contact-Form .form-list .fileBtn:focus {
    background: #eb6100;
}
.contact-Form .form-list .fileList {
	clear:both;
	width:100%;
	margin-top:15px;
}
.contact-Form .form-list .fileList ul {
	list-style:none;
}
.contact-Form .form-list .fileList ul li {
	font-size:1rem;
	padding-left:23px;
	margin:10px 0;
	background:url(../images/fileList-iocn.png) no-repeat 0 4px;
}
.contact-Form .form-list .fileList ul li span {
	color:#666;
	font-size:0.95rem;
	margin-left:5px;
}
.contact-Form .form-list .fileList ul li .btnDelet {
	display:inline-block;
	color: #FFF;
	font-size:0.9rem;
    padding: 5px 10px;
    background: #B50808;
	margin-left:10px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
}
.contact-Form .form-list .fileList ul li .btnDelet:hover,
.contact-Form .form-list .fileList ul li .btnDelet:focus {
    background: #eb6100;
}
.contact-Form .form-list .note{
	clear:both;
	width: 100%;
	color:#dc5460;
	font-size:1rem;
	line-height:130%;
	margin:10px 0 0 0;
}
.contact-Form .form-list .note.n1 {
	display:inline;
	width:40%;
	margin-left:10px;
}
.contact-Form .form-list .captcha {
	margin:0 0 0 10px;
}
.contact-Form .form-Sp {
	float:left;
	width:100%;
	color:#b41e8d;
	font-size:1.7em;
	line-height:160%;
	text-align:justify;
	padding:25px 0;
	border-bottom:1px dashed #CCC;
}
.contact-Form .form-btn {
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
}
.contact-Form .form-btn a {
	position: relative;	
	display: inline-block;
	color: #fff;
	font-size:1.7em;
	font-weight:bold;
	padding: 12px 18px 12px 42px;
	background:#000;
	margin:0 5px;
}
.contact-Form .form-btn .btnSend {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;	
	color: #fff;
	font-size:1.7em;
	font-weight:bold;
	padding: 10px 18px 10px 42px;		
	background: #b41e8d url(../images/form-btnSend.png) no-repeat 18px 50%;
    border: none;
    cursor: pointer;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
.contact-Form .form-btn .btnSend:hover {
	background: #000 url(../images/form-btnSend.png) no-repeat 12px 50%;
}
.contact-Form .form-btn .btnClear {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;	
	color: #fff;
	font-size:1.7em;
	font-weight:bold;
	padding: 10px 18px 10px 42px;		
	background: #757575 url(../images/form-btnClear.png) no-repeat 18px 50%;
    border: none;
    cursor: pointer;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
.contact-Form .form-btn .btnClear:hover {
	background: #666 url(../images/form-btnClear.png) no-repeat 12px 50%;
}
.contact-Form .form-btn a span:after,
.contact-Form a .form-btn span:after, {
	content: '';
	position: absolute;
	top: 10px;
	left:18px;
	display:block;
	width:20px;
	height:20px;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
.contact-Form .form-btn a:hover span:after {
	left: 12px;
}
.contact-Form .form-btn .btnSend span:after {
	background:url(../images/form-btnSend.png) no-repeat;
}
.contact-Form .form-btn .btnClear span:after {
	background:url(../images/form-btnClear.png) no-repeat;
}
@media screen and (max-width: 768px) {
	.contact-Form .form-list .formLabel {
		width:23%;
	}
	.contact-Form .form-list .formBox {
		width:77%;
	}
}
@media screen and (max-width: 560px) {
	.contact-Form .form-list {
		padding:20px 0;
	}
	.contact-Form .form-list .formLabel {
		width:100%;
		text-align:left;
		line-height:100%;
		margin-bottom:15px;
	}
	.contact-Form .form-list .formLabel span {
		padding-left:0;
	}
	.contact-Form .form-list .formLabel span.sp {
		padding:0 45px 0 0;
		background-position:right 50%;
	}
	.contact-Form .form-list .formBox {
		width:100%;
	}
	.contact-Form .form-list .fileBox {
		width: 70%;
	}
	.contact-Form .form-list .fileBtn {
		width: 25%;
	}
}
@media screen and (max-width: 460px) {
	.contact-Form .form-list .formInput.w1 {
		width: 100%;
	}
	.contact-Form .form-list .formInput.w2 {
		width: 85px;
		margin-left:10px;
	}
	.contact-Form .form-list .formRadio {
		margin:0 5px 0 0;
	}
	.contact-Form .form-list .formRadio + label {
		display:inline-block;
		margin-top:15px;
		margin-right:15px;
	}
	.contact-Form .form-list .note.n1 {
		display:inherit;
		width:100%;
		margin-left:0;
	}
}
@media screen and (max-width: 360px) {
	.contact-Form .form-btn a {
		padding: 15px 35px 15px 15px;
	}
	.contact-Form .form-btn a span:after {
		right: -20px;
	}
	.contact-Form .form-btn a:hover span:after {
		right: -25px;
	}
}
@media screen and (min-width: 991px) {
	.contact-Form .form-list .formLabel {
		width:18%;
	}
	.contact-Form .form-list .formBox {
		width:82%;
	}
	.contact-Form .form-list .formInput.w1 {
		width: 50%;
	}
	.contact-Form .form-list .fileBtn {
		width: 80px;
		margin-left:5px;
	}	
}
@media screen and (min-width: 1200px) {
	.contact-Form .form-list .formLabel {
		width:16%;
	}
	.contact-Form .form-list .formBox {
		width:84%;
	}	
}


/* ----- faqList ----- */
.faqList {
	float:left;
	width:100%;
}
.faqList ul {
	float:left;
	width:100%;
	list-style:none;
}
.faqList ul li {
	float:left;
	width:100%;
	border-bottom:1px dashed #666;
}
.faqList ul li a {
	float: left;
    width:100%;	
	padding:25px 0 25px 75px;
	background:url(../images/icon-faqList.png) no-repeat 0 20px;
	box-sizing:border-box;
}
.faqList ul li a:hover,
.faqList ul li a:focus {
	color: #bf2626;
	background-image:url(../images/icon-faqList-hover.png);
}
.faqList ul li h3 {
	color:#000;
	font-size:2.3em;
	line-height:125%;
	font-weight:bold;	
}
.faqList ul li p {
	color:#666666;
	font-size:1.5em;
	margin-top:8px;
}
.faqList ul li a:hover h3,
.faqList ul li a:focus h3{
	color: #d3412f;
}


/* ----- messageFrom ----- */
.messageFrom {
	float:left;
	width: 100%;
	border-top: 1px solid #70bf60;
	border-bottom: 1px solid #70bf60;
	border-collapse: collapse;
	margin-top:30px;
}
.messageFrom th {	
	width: 14%;
	color:#FFF;
	font-size:1.7em;
	line-height:150%;
	padding:10px 0;
	text-align: center;
	border-bottom: 1px dotted #70bf60;
	box-sizing:border-box;
}
.messageFrom th span {
	display:block;
	padding:5px 0;
	background:#dc5460;
}
.messageFrom td {
	width: 86%;
	color: #000;
	font-size:1.7em;
	line-height:150%;
	padding:15px;
	word-break:break-all;
	border-bottom: 1px dotted #70bf60;
	box-sizing:border-box;
}
.messageFrom td ul {
	list-style:none;
}
.messageFrom td li {
	padding-left:23px;
	margin:5px 0;
	background:url(../images/fileList-iocn.png) no-repeat 0 4px;
}
.messageFrom td li span {
	color:#666;
	font-size:0.95rem;
	margin-left:5px;
}
@media screen and (max-width: 780px) {
	.messageFrom th {
		width: 20%;
	}
	.messageFrom td {
		width: 80%;
	}
}
@media screen and (max-width: 460px) {
	.messageFrom th {
		width: 25%;
	}
	.messageFrom td {
		width: 75%;
	}
}
@media screen and (max-width: 420px) {
	.messageFrom th {
		display:block;
		width: 100%;
		padding:0;
		border:none;
	}
	.messageFrom tr:nth-of-type(1) th {
		padding:10px 0 0 0;
	}
	.messageFrom td {
		display:block;
		width: 100%;
		padding:10px 0;
		border:none;
	}
}
@media screen and (min-width: 991px) {
	.messageFrom th {
		width:120px;
	}
	.messageFrom td {
		width:600px;
	}
}
@media screen and (min-width: 1200px) {
	.messageFrom th {
		width:130px;
	}
	.messageFrom td {
		width:740px;
	}
}


/* ----- replyBox ----- */
.replyBox {
	position:relative;
	float:left;
	width:100%;
	padding:0;
	background:#F7F3E8;
	border:1px solid #e87536;
	box-sizing:border-box;
	margin-top:30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius:7px;
	   -moz-border-radius:7px;
	        border-radius:7px;
}
.replyBox .bk {
	position:absolute;
	display:block;
	left:50%;
	top:-10px;
	width:20px;
	height:10px;
	margin-left:-10px;
	z-index:5;
	background:url(../images/replyBox-bk.png) no-repeat;	
}
.replyBox .tit {
	float:left;
	width:100%;	
    color: #FFF;
	font-size: 2.3em;
	font-weight:bold;
	padding:15px 20px;
	background:#e87536;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius:7px 7px 0 0;
	   -moz-border-radius:7px 7px 0 0;
	        border-radius:7px 7px 0 0;
}
.replyBox .tit span {
	float:right;
	color:#FFF;
	font-size:1rem;
	font-weight:normal;
	line-height:23px;
}
.replyBox .info {
	float:left;
	width:100%;	
	padding:25px;
	box-sizing:border-box;
}
.replyBox .info .note {
	float:left;
	width:100%;
	margin-top:-5px;
	margin-bottom:25px;
}
.replyBox .info .note dl {
	color: #e87536;
	font-size: 1.7em;
	padding:5px 0;
}
.replyBox .info .note dt {
	display:inline;
}
.replyBox .info .note dt span {
	display: inline-block;
	color:#FFF;
	font-size:0.95rem;
	padding:5px 20px;
	background:#d23d2a;
}
.replyBox .info .note dd {
	display:inline;
	color:#d23d2a;
	font-weight:bold;
	padding-left:5px;
}
.replyBox .info h3 {
    color: #000;
	font-size: 1.7em;
	font-weight:bold;
	margin-bottom:20px;
}
.replyBox .info .wd {
	float:left;
	width:100%;	
    color: #000;
	font-size: 1.7em;
	line-height:170%;
}
@media screen and (max-width: 420px) {
	.replyBox .tit {
		text-align:center;
	}
	.replyBox .tit span {
		width:100%;
		line-height:100%;
		margin-top:10px;
	}
	.replyBox .info {
		padding:20px;
	}
	.replyBox .info .note {
		margin-top:-10px;
	}
	.replyBox .info .note dl {
		padding:10px 0;
	}
	.replyBox .info .note dt {
		display:block;
		width:100%;
	}
	.replyBox .info .note dt span {
		display:block;
		width:100%;
		text-align:center;
		padding:8px 0;
	}
	.replyBox .info .note dd {
		display:block;
		width:100%;
		padding:0;
		margin-top:10px;
	}
}

fieldset {
    display: inline-block;
}
legend {
    position: fixed;
    width: 1px;
    height: 1px;
    color: #000;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
