@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700|Raleway:400,500,600|Roboto:400,500,900&display=swap);
.formBox .main, .formBox input[type=text], .formBox select, .formBox textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
[class^=g-tv-6], [class^=g-tv-12] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
[class^=g-tv-6].border, [class^=g-tv-12].border {
	border: 1px solid #d0d0d0
}
[class^=g-tv-6] .border, [class^=g-tv-12] .border {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #d0d0d0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
[class^=g-tv-6] .noBorder, [class^=g-tv-12] .noBorder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.mainArea>.wrap {
	width: 1070px
}
.contentBox>form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.contentBox .leftBox {
	padding-right: 60px;
	width: 60%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.contentBox .rightBox {
	width: 420px;
	width: 40%;
	background-color: #f7f7f7
}
.side_contactInfo {
	margin: 0
}
.inquiryNote {
	margin-bottom: 30px;
	padding: 0 10px;
	line-height: 1.8;
	font-size: 16px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505
}
.storeList li {
	position: relative
}
.storeList li:hover .tips {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	opacity: 1
}
.storeList li .tips {
	pointer-events: none;
	position: absolute;
	left: calc(100% + 17px);
	top: calc(100% - 10px);
	padding: 15px 20px;
	width: 210px;
	background-color: #2378c0;
	color: #fff;
	opacity: 0;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.storeList li .tips:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 30px 0;
	border-color: transparent #2378c0 transparent transparent
}
.dataTable {
	padding: 50px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.dataTable .titleBox .subTitle {
	font-size: 14px;
	font-weight: 400
}
.dataTable .titleBox .title {
	padding: 5px 0 15px;
	font-size: 21px;
	font-weight: normal
}
.dataTable li {
	position: relative;
	padding: 25px 0;
	text-align: left
}
.dataTable li:not(:first-child) {
	border-top: 1px solid #eee
}
.dataTable .Img {
	float: left;
	width: 76px;
	overflow: hidden
}
.dataTable .Img img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.dataTable .Txt {
	float: left;
	padding-left: 25px;
	position: relative;
	width: calc(100% - 76px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.dataTable .Txt .itemClose {
	position: absolute;
	top: -10px;
	right: 0;
	width: 35px;
	height: 35px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.dataTable .Txt .itemClose:hover {
	background-color: #2378c0
}
.dataTable .Txt .itemClose:hover span:after, .dataTable .Txt .itemClose:hover span:before {
	background-color: #fff
}
.dataTable .Txt .itemClose span {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	width: 15px;
	height: 1px
}
.dataTable .Txt .itemClose span:after, .dataTable .Txt .itemClose span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.dataTable .Txt .itemClose span:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.dataTable .Txt .itemClose span:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.dataTable .Txt strong a {
	display: block;
	font-size: 17px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #000
}
.dataTable .Txt .dataNo {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #2378c0
}
.dataTable .Txt .subTitle {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 400;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #111111
}
.dataTable .Txt .baseNum {
	font-size: 14px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #888888
}
.dataTable .turnBox .btn {
	text-align: center
}
.dataTable .turnBox p {
	padding: 20px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	letter-spacing: 0.5px;
	color: #555
}
.dataTable .turnBox a {
	margin-top: 20px;
	display: inline-block;
	width: 190px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color: #2378c0;
	color: #fff
}
.formBox {
	margin: 0 -10px;
	font-size: 15px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505
}
.formBox .left>label {
	position: relative;
	padding: 0 10px 0 20px;
	white-space: nowrap
}
.formBox .left>label:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background-color: #dcdcdc
}
.formBox .left>label em {
	position: absolute;
	top: 0;
	left: 11px;
	color: #be0000
}
.formBox .right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.formBox .activeBoxcheck label {
	padding-right: 5px
}
.formBox label {
	display: inline-block;
	padding-right: 20px
}
.formBox input[type=text] {
	padding: 5px 10px 5px 10px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: none;
	color: #666666;
	outline: none
}
.formBox input[type=checkbox] {
	position: relative;
	-webkit-appearance: none;
	vertical-align: middle;
	margin-top: 0;
	margin-right: 5px;
	background: #fff;
	min-height: 16px;
	min-width: 16px;
	background-color: #d2d2d2;
	outline: none
}
.formBox input[type=checkbox]:checked {
	background-color: #2378c0
}
.formBox input[type=checkbox]:checked:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 2px;
	background: transparent;
	border: #fff solid 2px;
	border-top: none;
	border-right: none;
	height: 6px;
	width: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.formBox select {
	width: 100%;
	padding: 5px;
	height: 45px;
	border: none;
	color: #666;
	outline: none
}
.formBox textarea {
	width: 100%;
	height: 100px;
	border: none
}
.formBox .main {
	padding: 0px 10px;
	height: 45px;
	line-height: 45px
}
.formBox .checkBox {
	padding: 0px 10px;
	height: 45px;
	line-height: 45px
}
.formBox #data_m_dateTime {
	cursor: pointer
}
.selectBox {
	position: relative
}
.selectBox:before {
	pointer-events: none;
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: FontAwesome;
	color: #999
}
.selectBox ul {
	display: none;
	width: 100%;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 1
}
.selectBox li {
	width: 100%
}
.selectBox input {
	cursor: pointer
}
.selectBox a {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f7f7f7
}
.selectBox a:hover {
	background-color: #2378c0;
	color: #fff
}
.picUpLoadBox {
	height: 45px
}
.picUpLoadBox>input {
	display: none
}
.radioBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px;
	min-height: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.radioBox input[type=radio] {
	position: relative;
	-webkit-appearance: none;
	vertical-align: middle;
	margin-top: 0;
	margin-right: 5px;
	background: #fff;
	min-height: 16px;
	min-width: 16px;
	background-color: #d2d2d2;
	outline: none
}
.radioBox input[type=radio]:checked {
	background-color: #2378c0
}
.radioBox input[type=radio]:checked:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 2px;
	background: transparent;
	border: #fff solid 2px;
	border-top: none;
	border-right: none;
	height: 6px;
	width: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.infoTitle {
	margin-top: 60px;
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 17px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #050505;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.infoTitle .closeBtn {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: normal
}
.infoTitle .closeBtn:hover {
	color: #2378c0
}
.infoTitle .closeBtn:hover>div {
	background-color: #2378c0
}
.infoTitle .closeBtn:hover span:after, .infoTitle .closeBtn:hover span:before {
	background-color: #fff
}
.infoTitle .closeBtn>div {
	margin-left: 5px;
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.infoTitle .closeBtn>div span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 15px;
	height: 1px
}
.infoTitle .closeBtn>div span:after, .infoTitle .closeBtn>div span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.infoTitle .closeBtn>div span:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.infoTitle .closeBtn>div span:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.noteBox .border {
	padding-top: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.noteBox .right {
	padding-left: 10px
}
.newsInfoBtn {
	cursor: pointer;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 55px;
	padding: 0 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 190px;
	height: 45px;
	color: #000;
	border: 1px solid #111;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.newsInfoBtn span {
	position: relative;
	display: inline-block;
	width: 9px;
	height: 9px
}
.newsInfoBtn span:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #111
}
.newsInfoBtn span:after {
	content: "";
	position: absolute;
	position: absolute;
	top: 0;
	left: 4px;
	width: 1px;
	height: 100%;
	background-color: #111
}
.checkArea {
	width: calc(100% - 20px);
	padding: 35px 0 10px;
	margin: 0 10px;
	border-top: 1px solid #757575;
	clear: both
}
.checkArea .note {
	padding: 15px 0;
	font-size: 15px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #666;
	letter-spacing: 1.5px
}
.checkArea .note span {
	color: #66ab28
}
.checkArea .btn {
	display: inline-block;
	vertical-align: middle
}
.checkArea .btn a {
	display: inline-block;
	width: 190px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 2px;
	border: 1px solid #f00;
	background-color: #fff;
	color: #f00;
	font-size: 15px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif
}
.checkArea .btn a:hover {
	border-color: #111;
	background-color: #2378c0;
	color: #fff
}
.error {
	-webkit-box-shadow: 0 0 10px #f00;
	box-shadow: 0 0 10px #f00
}
.checkArea p.note {
	position: absolute;
	left: 55px;
	top: 7px;
	font-size: 15px;
	font-family: '微軟正黑體';
	color: #999
}
.infoArea {
	position: relative;
	padding: 140px 0 70px;
	background-color: #2378c0;
	background-repeat: no-repeat;
	background-image: url(../images/productBg.png);
	background-size: cover
}
.infoArea .wrap {
	width: 1220px
}
.infoArea .titleBox {
	padding-left: 70px
}
.infoArea .titleBox .subTitle {
	color: #22c1f5
}
.infoArea .titleBox .title {
	font-size: 36px
}
.infoArea .infoBox {
	padding-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 500px
}
.infoArea .infoBox .leftBox {
	padding-left: 75px;
	width: 250px
}
.infoArea .itemList li {
	display: none
}
.infoArea .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 930px
}
.infoArea .Img {
	position: relative;
	width: 53%;
	z-index: 1;
	-webkit-box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.1)
}
.infoArea .Img:before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 200px;
	height: 200px;
	border: 20px solid #2b6850;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1
}
.infoArea .Img img {
	display: block;
	width: 100%
}
.infoArea .Txt {
	padding-left: 80px;
	width: 47%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #e1e8e7;
	line-height: 1.7;
	letter-spacing: 0.5px
}
.infoArea .title {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: normal;
	color: #fff
}
.infoArea .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0
}
.infoArea .info span {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 400;
	color: #e1e8e7
}
.infoArea .time {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 300
}
.infoArea .time span {
	color: #fff
}
.infoArea .mail span {
	letter-spacing: 2.2px
}
.infoArea .btn {
	position: relative;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 220px;
	height: 50px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff;
	border: 1px solid #e1e8e7
}
.infoArea .btn:hover {
	border-color: transparent
}
.infoArea .btn:hover:before {
	left: 0;
	width: 100%
}
.infoArea .btn:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background-color: #222;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.infoArea .btn span {
	position: relative;
	z-index: 1
}
.infoArea .btn i {
	margin-right: 10px;
	font-size: 18px
}
.inquiry_menu a {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 300;
	font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
	color: #fff
}
@media (min-width:1181px) {
	.inquiry_menu a.current, .inquiry_menu a:hover {
		padding-left: 15px
	}
	.inquiry_menu a.current:before, .inquiry_menu a:hover:before {
		opacity: 1
	}
	.inquiry_menu a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 7px;
		height: 7px;
		background-color: #fff;
		border-radius: 50%;
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
		opacity: 0
	}
}
@media (max-width:1260px) {
	.infoArea .wrap {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}
@media (max-width:1180px) {
	.inquiry_menu {
		margin: 20px 0
	}
	.inquiry_menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.inquiry_menu a {
		padding: 10px
	}
	.infoArea {
		padding: 50px 0
	}
	.infoArea .titleBox {
		padding-left: 0;
		text-align: center
	}
	.infoArea .title {
		margin-bottom: 0
	}
	.infoArea .infoBox {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.infoArea .infoBox .leftBox {
		padding: 0;
		width: 100%
	}
	.infoArea .item {
		width: 100%
	}
}
@media (max-width:1100px) {
	.mainArea>.wrap {
		width: 100%
	}
}
@media (max-width:1023px) {
	.contentBox .leftBox {
		padding-right: 20px
	}
}
@media (max-width:960px) {
	.dataTable {
		padding: 50px 30px
	}
	.infoArea .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 480px;
		margin: 0 auto
	}
	.infoArea .Img {
		width: 100%
	}
	.infoArea .Txt {
		padding-top: 10px;
		padding-left: 0;
		width: 100%
	}
	.infoArea .btn {
		margin: 50px auto 0
	}
}
@media (max-width:767px) {
	.newsInfoBtn {
		margin: 25px auto 55px
	}
	.checkArea {
		text-align: center
	}
	.contentBox>form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.contentBox .rightBox {
		width: 100%
	}
	.contentBox .leftBox {
		padding: 0;
		margin-top: 20px;
		width: 100%
	}
	.contentBox .dataTable {
		padding: 30px
	}
}
@media (max-width:540px) {
	.infoArea .item {
		width: 100%
	}
}