@charset "UTF-8";

/* CSS Document */
.classBox ul.classLink {
	text-align: left;
}
.classBox ul.classLink li a:hover, .classBox ul.classLink li a.current {
	background: #2e363a;
}
.contactEnterprise {
	display: flex;
	margin-top: 20px;
}
.contactEnterprise .left {
	width: 65%;
	padding: 25px;
	box-sizing: border-box;
}
.contactEnterprise .left h4 {
	font-size: 20px;
	font-weight: normal;
	color: #2e363a;
	text-align: center;
}
.contactEnterprise .left ul {
	margin-top: 20px;
}
.contactEnterprise .left .line {
	position: relative;
	width: 100%;
	height: 12px;
	margin: 20px 0;
}
.contactEnterprise .left .line:before, .contactEnterprise .left .line:after {
	content: '';
	position: absolute;
	top: 11.5px;
	width: calc(50% - 13px);
	height: 1px;
	background: #cfb094;
	transition: all .5s;
}
.contactEnterprise .left .line:before {
	left: 0;
}
.contactEnterprise .left .line:after {
	right: 0;
}
.contactEnterprise .left .line i {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.contactEnterprise .left .line svg {
	width: 12px;
	height: 12px;
}
.contactEnterprise .left .line circle {
	stroke: #cfb094 !important;
	transition: all .5s;
}
.contactEnterprise .right {
	width: 35%;
}
.contactEnterprise:nth-of-type(odd) .left {
	order: 1;
}
.contactEnterprise:nth-of-type(odd) .right {
	order: 2;
}
.contactEnterprise:nth-of-type(even) .left {
	order: 2;
}
.contactEnterprise:nth-of-type(even) .right {
	order: 1;
}
.textInnerList {
	letter-spacing: .05em;
	margin-bottom: 30px;
}
.textInnerList .topTitle {
	background: #cfb094;
	color: #fff;
	font-size: 14px;
	padding: 16px 20px;
	box-sizing: border-box;
}
.textInnerList .topTitle .left {
	float: left;
	width: calc(100% - 110px);
}
.textInnerList .topTitle .right {
	float: left;
	width: 110px;
	text-align: center;
}
.textInnerList ul h3 {
	float: left;
	width: calc(100% - 110px);
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.textInnerList ul h3 a {
	font-size: 14px;
	font-family: "微軟正黑體";
}
.textInnerList ul .btnPdf {
	float: left;
	width: 110px;
	text-align: center;
}
.textInnerList ul .btnPdf a {
	display: block;
	font-size: 24px;
}
.textInnerList ul .btnPdf a img {
	display: block;
	width: 100%;
}
.textInnerList ul li {
	padding: 18px 20px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}

/*--form--*/
.thankInfo {
	font-size: 15px;
	color: #747474;
	line-height: 24px;
	letter-spacing: .05em;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.formBox {
	margin-top: 20px;
	color: #2f2f2f;  /*字的顏色*/
	font-size: 13px;
	padding-left: 20px;
	box-sizing: border-box;
}
.formBox div.note {
    font-size: 15px;
    color: #747474;
    line-height: 1.8;
    padding: 15px;
    height: 100px;
    overflow-y: auto;
    text-align: justify;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    margin: 10px 0;
}
.formBox .read {
	margin-top: 7px;
}
.formBox .read a {
	color: #d74b00;
}
.formBox .left {
	margin-bottom: 5px;
	height: 30px;
}
.formBox .title {
	padding: 10px;
	background: #eee;
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
}
.formBox .title02 {
	padding: 10px;
	background: #eee;
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
	line-height: 24px;
}
.formBox label {
	display: inline-block;
	margin-right: 7px;
	font-size: 15px;
	color: #2F2F2F;
}
.formBox label em {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #d74b00;
	border-radius: 50%;
	margin-left: 10px;
	transform: translateY(-2px);
}
.formBox input[type="text"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px 15px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
}
.formBox input[type="text"].w50 {
	display: inline-block;
	width: auto;
}
.formBox select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 48px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	color: #747474;
	font-family: Arial, sans-serif, "微軟正黑體";
}
.formBox textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 200px;
	padding: 5px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
}

/*驗證碼*/
.checkArea {
	text-align: right;
}
.captchaArea iframe {
	display: inline-block;
	vertical-align: middle;
	padding-left: 12px;
}
.captchaArea .refresh {
	font-size: 16px;
	margin: 0 10px;
}
.captchaArea .right [class^='g-'] {
	padding: 0;
	height: 48px;
	line-height: 43px;
}
.buttonArea a {
	display: inline-block;
	padding: 12px 30px;
	box-sizing: border-box;
	border-radius: 3px;
}
.ab03Box .titleStyle03, .ab03Box .topImg {
	display: none;
}
.ab03Box .bottomList {
	margin-top: 40px;
}
.ab03Box .bottomList h4 {
	border-bottom: 3px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.ab03Box .bottomList h4 b {
	font-weight: normal;
	font-size: 24px;
	letter-spacing: .05em;
	padding: 0 30px 13px 20px;
	border-bottom: 3px solid #cfb094;
	box-sizing: border-box;
}
.ab03Box .bottomList h4 i {
	margin-left: 10px;
}
.ab03Box ul.tabBox {
	padding-left: 0;
}
.ab03Box ul.tabBox li {
	float: left;
	list-style-type: none;
	margin: 0 15px 15px 0;
}
.ab03Box ul.tabBox a {
	display: block;
	padding: 6px 27px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.ab03Box ul.tabBox a.current, .ab03Box ul.tabBox a:hover {
	color: #fff;
	background: #2e363a;
	border-color: #2e363a;
}
.ab03Box .tabContent {
	margin-top: 36px;
	font-family: "Roboto", sans-serif, "微軟正黑體";
}
.ab03Box .tabContent .innerContent {
	display: none;
}
.ab03Box .tabContent ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin: 0 -4px 7px;
}
.ab03Box .tabContent ul li {
	width: 50%;
	padding: 4px;
	box-sizing: border-box;
	list-style-type: none;
}
.ab03Box .tabContent .item {
	height: 100%;
	background: #f8f8f8;
	padding: 30px 20px;
	box-sizing: border-box;
}
.ab03Box .tabContent h5 {
	font-size: 18px;
	color: #555;
	font-weight: normal;
	border-bottom: 1px solid #ddd3b3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
hr.spLine {
	clear: both;
	display: block;
	margin: 15px 0;
	height: 1px;
	border: none;
	background: #eee;
}

/*--radio & checkbox--*/
input[type="radio"] + label {
	display: inline-block;
	position: relative;
	transition: all .5s;
	cursor: pointer;
	margin-right: 10px;
	height: 35px;
	line-height: 35px;
}
input[type="radio"] + label span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border: 1px solid #cfb094;
	box-sizing: border-box;
	transition: all .3s;
	border-radius: 50%;
}
input[type="radio"] + label span:before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	left: 50%;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	background: #cfb094;
	border-radius: 50%;
	transition: all .3s;
}
.radio {
	position: relative;
	width: 1px;
	height: 1px;
	opacity: 0;
	display: none;
}
.radio:checked + label {
	color: #cfb094;
}
.radio:checked + label span {
	border-color: #cfb094;
}
.radio:checked + label span:before {
	-webkit-transform: translateY(-50%) scale(1.2);
	transform: translateY(-50%) scale(1.2);
}
input[type="checkbox"] + label {
	position: relative;
	transition: all .5s;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}
input[type="checkbox"] + label span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border: 1px solid #cfb094;
	box-sizing: border-box;
	transition: all .3s;
}
input[type="checkbox"] + label span:before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	left: 50%;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	background: #cfb094;
	transition: all .3s;
}
.check {
	position: relative;
	width: 1px;
	height: 1px;
	opacity: 0;
	display: none;
}
.check:checked + label {
	color: #cfb094;
}
.check:checked + label span {
	border-color: #cfb094;
}
.check:checked + label span:before {
	-webkit-transform: translateY(-50%) scale(1.3);
	transform: translateY(-50%) scale(1.3);
}
@media (max-width:960px) {
	.contactEnterprise {
		display: block;
	}
	.contactEnterprise .left {
		width: 100%;
		padding: 25px 0;
	}
	.contactEnterprise .right {
		width: 100%;
		height: 280px;
	}
	.ab03Box .tabContent ul li {
		width: 100%;
	}
	.ab03Box .tabContent .item {
		padding: 30px 0;
	}
}
@media (max-width:768px) {
	.formBox [class^='g-'] {
		padding-left: 0;
		padding-right: 0;
	}
	.thankInfo, .formBox {
		padding-left: 0;
	}
	.ab03Box ul.tabBox {
		padding-left: 0;
	}
	.ab03Box ul.tabBox li {
		float: left;
		list-style-type: none;
		margin: 0 15px 15px 0;
	}
	.ab03Box ul.tabBox a {
		display: block;
		padding: 6px 27px;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}
	.ab03Box ul.tabBox a.current, .ab03Box ul.tabBox a:hover {
		color: #fff;
		background: #2e363a;
		border-color: #2e363a;
	}
	.ab03Box .tabContent {
		margin-top: 20px;
	}
}
@media (max-width:480px) {
	.ab03Box .bottomList h4 {
		padding-bottom: 0px;
		margin-bottom: 20px;
		border-color: #cfb094;
	}
	.ab03Box .bottomList h4 b {
		font-size: 20px;
		padding: 0 10px 8px;
		display: block;
		text-align: center;
		border-bottom: 0;
	}
	.ab03Box .bottomList h4 i {
		display: none;
	}
}