body {
	color: #069;
	font-size: 13px;
	/*overflow-x: hidden;*/
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
}
strong {
	font-weight: 600;
	color: #666;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.titleBox {
	width: 100%;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 50px;
}
.titleBox .title {
	max-width: 1200px;
	margin: 0 auto;
}
.text_box {
	width: 40%;
	line-height: 1.6;
	float: right;
	padding: 5% 0;
}

.text_box p,
.text_box h4 {
	padding-bottom: 20px;
}

.text_box h4 {
	font-size: 16px;
	color: #069;
	font-weight: bold;
	width: 100px;
	height: 45px;
	line-height: 30px;
	text-align: center;
	background: url("../images/icons.png") no-repeat 0 -440px;
	margin-bottom: 20px;
	padding-top: 8px;
}
@media (max-width: 767px) {
	.text_box {
		float: left;
		margin: 0 5%;
		width: 90%;
		padding-top: 4%;
	}
	.titleBox .title {
		padding: 0 5%;
	}
	.titleBox .title span,
	.titleBox .title a {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.text_box {
		float: left;
		margin: 0 10%;
		min-width: 90%;
	}
}
/* ------------------
		HEADER
--------------------- */
#header {
	width: 100%;
	display: block;
	position: fixed;
	z-index: 9999;
	padding: 10px 0;
	border-bottom: 5px #0065a9 solid;
	background: rgb(255, 255, 255);
	box-shadow: -1px 5px 5px #333333;
}

.df-logo {
	width: 200px;
	/*background: url(../images/LOGO_Arcrma_220x50.svg) no-repeat;*/
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
/* ------------------
		menu
--------------------- */
.nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.nav li {
	position: relative;
	padding: 0 0 0 30px;
}
.nav li a {
	display: block;
	color: #333;
	padding: 0 0 0 30px;
	/*background: url("../images/icons.png");
	background-color: transparent !important;
	max-width: 190px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;*/
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}
.nav li a p {
	padding: 2px 0 8px 0;
	line-height: 1.5em;
}
.nav li a p span {
	display: block;
	font-size: 12px;
}
.nav li a p {
	padding-left: 2px;
}
.navbar-inverse {
	background: none;
}
@media screen and (max-width: 767px) {
	.nav li {
		width: 100%;
		padding: 10px 0;
	}
	.nav li {
		width: 100%;
	}
}
/*@media (min-width: 768px) {
	.nav li {
		float: left;
		width: 80px;
	}
	.nav li a p {
		font-size: 10px;
		line-height: 1.2;
		display: block;
		padding: 0;
	}
	.nav li a p:last-child {
		text-align: center;
	}
	.nav li a p:first-child {
		width: 60px;
		padding-left: 30px;
	}
	.nav li:first-child {
		margin-top: 0;
	}
}*/
/*@media (min-width: 1200px) {
	.nav li a p:first-child {
		text-align: center;
		width: 140px;
		padding-left: 0;
	}
	.nav li a p {
		line-height: 1.2;
	}
	.nav li {
		width: 140px;
	}
}*/

.nav li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.nav li:nth-child(1)::before {
	content: "\f015";
}
.nav li:nth-child(2)::before {
	content: "\f124";
}
.nav li:nth-child(3)::before {
	content: "\f005";
}
.nav li:nth-child(4)::before {
	content: "\f15c";
}
.nav li:nth-child(5)::before {
	content: "\f0e0";
}
.nav li:hover::before {
	color: #41b7ff;
	animation-name: navItem;
    animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}
.nav li:hover p {
	color: #6e6e6e;
}

@keyframes navItem {
	0% {
		color: #069;
		top: 50%;
	}
	33% {
		color: #069;
		top: 0;
		opacity: 0;
	}
	66% {
		color: #41b7ff;
		top: 100%;
		opacity: 0;
	}
	100% {
		color: #41b7ff;
		top: 50%;
	}
}

/*.nav li:nth-child(1) a {
	background-position: 0px 0px;
}
.nav li:nth-child(4) a {
	background-position: 0px -80px;
}
.nav li:nth-child(5) a {
	background-position: 0px -160px;
}
.nav li:nth-child(2) a {
	background-position: 0px -240px;
}
.nav li:nth-child(3) a {
	background-position: 0px -320px;
}
.nav li:nth-child(1) a:hover {
	background-position: 0px -40px;
}
.nav li:nth-child(4) a:hover {
	background-position: 0px -120px;
}
.nav li:nth-child(5) a:hover {
	background-position: 0px -200px;
}
.nav li:nth-child(2) a:hover {
	background-position: 0px -280px;
}
.nav li:nth-child(3) a:hover {
	background-position: 0px -360px;
}*/

.icon-bar {
	background-color: #005fbd !important;
}
.navbar-toggle:hover > .icon-bar {
	background-color: #328fdc !important;
}
.navbar-toggle {
	border: 0;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
	border: 0 !important;
	background: none !important;
}

/* ------------------
		第一頁
--------------------- */
#page1 {
	padding-top: 70px;
	overflow: hidden;
}

#page1 span {
	display: block;
	min-height: 250px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding-top: 50px;
	font-weight: 500;
}

/*輪播banner*/

.bgimg {
	background: url(../images/banner-bg.png) no-repeat center #074d8c;
	min-width: 100%;
	height: auto;
}

.df-icon {
	color: #f7c428;
	margin-right: 1%;
}

dt {
	font-weight: 700;
}
dd {
	padding: 5% 12% 0 12%;
	font-size: 50%;
	line-height: 1.4;
}

/*文字區塊*/

#subject {
	padding: 50px 0 50px 0;
	background: url(../images/page9-bg.png) fixed 50% 0;
}
#subject p,
#subject ul {
	width: 100%;
}
#subject p {
	line-height: 1.6;
	font-size: 17px;
	text-align: center;
	padding-bottom: 5px;
}
#subject ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 15px auto 0 auto;
	padding: 0;
}
#subject ul li {
	display: block;
	/*background: url(../images/icons.png) no-repeat 0 -400px;*/
	font-size: 15px;
	font-weight: 700;
	padding: 8px 0;
	margin: 0 10px;
}
#subject ul li i {
	font-size: 20px;
}

@media (max-width: 767px) {
	#subject ul {
		max-width: 170px;
	}
}
[id*="page"]:not(#page1):not(#page6) {
	min-height: calc(100vh);
}

[id*="page"] .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1200px;
}
[id*="page"] .bg {
	width: 60%;
	margin: 0 auto;
	padding: 0;
	z-index: 200;
}

/* ------------------
	第二頁服務項目
--------------------- */

#page2 {
	width: 100%;
	margin: 0 auto;
	background: radial-gradient(
		ellipse at center,
		rgba(255, 255, 255, 1) 0%,
		rgba(242, 242, 242, 1) 69%,
		rgba(234, 234, 234, 1) 79%,
		rgba(206, 206, 206, 1) 100%
	);
}

#page2 .titleBox {
	color: #fff;
	background: rgba(23, 23, 23, 0.9);
}

#page2 h5 {
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #069;
}
#page2 ul {
	padding: 5% 5% 0 5%;
}

#page2 ul p {
	line-height: 1.6;
	padding-top: 10px;
}

#page2 ul li {
	text-align: center;
}
#page2 ul:last-child li:last-child {
	margin-bottom: 10%;
}

/*3D icon*/

.icons {
	background: url(../images/icons.png) no-repeat;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	padding-bottom: 10px;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
}
.icons:hover {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
li .IT01 {
	background-position: -219px 0px;
}
li .IT02 {
	background-position: -219px -130px;
}
li .IT03 {
	background-position: -219px -260px;
}
li .IT04 {
	background-position: -219px -390px;
}
li .IT05 {
	background-position: -219px -520px;
}

/* ------------------
	第三頁公司介紹
--------------------- */

#page3 {
	background: url(../images/page03_bg.png) no-repeat fixed 0 0 / 100% 100% #021e36;
	width: 100%;
	color: #fff;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media (max-width: 767px) {
	#page3 {
		background:
			radial-gradient(black 15%, transparent 16%) 0 0,
			radial-gradient(black 15%, transparent 16%) 8px 8px,
			radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,
			radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
		background-color: #235894;
		background-size: 5px 5px;
	}
}
#page3 .titleBox {
	background: linear-gradient(90deg, rgba(48, 63, 121, 1) 21%, rgba(127, 182, 255, 0.9) 100%);
	background: -webkit-linear-gradient(90deg, rgba(48, 63, 121, 1) 21%, rgba(127, 182, 255, 0.9) 100%);
	z-index: 10;
	color: #fff;
}

#page3 .bg {
	background: url(../images/page3-c-bg.png) no-repeat;
}

/* ------------------
	 第四頁公司願景
--------------------- */

#page4 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fff;
	background: url(../images/page04-bg.png) no-repeat #171717;
}

@media (max-width: 767px) {
	#page4 {
		background:
			linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
			linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
			linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
			linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
			linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
			linear-gradient(
				#1d1d1d 25%,
				#1a1a1a 25%,
				#1a1a1a 50%,
				transparent 50%,
				transparent 75%,
				#242424 75%,
				#242424
			);
		background-color: #131313;
		background-size: 10px 10px;
		min-height: 300px;
	}
	#page4 .text_box {
		margin-top: 30px;
	}
}

#page4 .bg {
	background: url(../images/page4-c-bg.png) no-repeat;
}

/* ------------------
	 第五頁企業風格
--------------------- */

#page5 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	background: url(../images/page9-bg.png) fixed 50% 0;
}

#page5 .bg {
	background: url(../images/page5-c-bg.png) no-repeat;
}

/* ------------------
	 第6頁專業認證
--------------------- */

#page6 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fff;
	background: url(../images/page04-bg.png) no-repeat #171717;
}
#page6 .titleBox {
	margin: 20px auto;
	text-align: center;
	line-height: 1.5em;
}
#page6 .certification {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 3rem auto;
}
#page6 .certification li {
	text-align: center;
	font-size: 16px;
}
#page6 .certification li .CertificateImg {
	max-width: 100%;
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	#page6 {
		background:
			linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
			linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
			linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
			linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
			linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
			linear-gradient(
				#1d1d1d 25%,
				#1a1a1a 25%,
				#1a1a1a 50%,
				transparent 50%,
				transparent 75%,
				#242424 75%,
				#242424
			);
		background-color: #131313;
		background-size: 10px 10px;
		min-height: 300px;
	}
	#page6 .text_box {
		margin-top: 30px;
	}
	#page6 .certification li {
		margin: 10px 0;
	}
}

#page6 .bg {
	background: url(../images/page4-c-bg.png) no-repeat;
}

/* ------------------
	 第7頁聯絡我們
--------------------- */

#contactInfo {
	background-color: #171717;
	width: 100%;
	color: #fff;
}
#contactInfo a {
	color: #FFF;
	text-decoration: none;
}

#contactInfo .titleBox {
	height: auto;
	line-height: 1.5em;
	padding: 15px 2%;
	color: #fff;
	text-align: center;
	background: linear-gradient(90deg, rgba(52, 52, 52, 1) 21%, rgba(95, 95, 95, 0.9) 100%);
	background: -webkit-linear-gradient(90deg, rgba(52, 52, 52, 1) 21%, rgba(95, 95, 95, 0.9) 100%);
}
#contactInfo .titleBox a {
	color: #ffb800;
}
#contactInfo ul {
	margin: 3%;
}
#contactInfo ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	line-height: 1.8;
}
#contactInfo .maplink {
	cursor: pointer;
}

/* ------------------
	   版尾置底
--------------------- */
#wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}
.logo {
	background: url("../images/icons.png") no-repeat 0px -820px;
	width: 300px;
	height: 35px;
	text-indent: -9999px;
	float: left;
	margin-top: 10px;
	margin-left: 5%;
}
#footer {
	min-width: 100%;
	color: #fff;
	background-color: #074d8c;
	padding: 5px 0;
	_height: 60px;
	height: 60px;
}

#footer span {
	float: left;
}

#footer p:last-child {
	font-size: 12px;
	padding: 18px 0 0 20px;
}
/* ------------------
	 回上頁的按鈕
--------------------- */

#backtop {
	background: url("../images/icons.png") no-repeat 4px -560px #fc0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	opacity: 0.7;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 8888;
}

#toTop {
	display: block;
	width: 40px;
	height: 40px;
}

/* ------------------
	   IE6提醒
--------------------- */

#noie6 {
	background: #000000;
	clear: both;
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 10px;
	position: relative;
	text-align: center;
	top: 0;
	width: 100%;
	line-height: 1.56;
	font-weight: bold;
}

#noie6 a {
	color: #09f;
}

#question {
	cursor: default;
}
#question h1 {
	font-size: 18px;
	line-height: 1.5em
}
.blockMsgCostom {
    padding: 2rem;
    margin: 0px;
    width: 90%;
    top: 50%;
    left: 50%;
    text-align: center;
    color: rgb(255, 255, 255);
    border: 2px solid #0084ff;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: default;
    max-width: 450px;
    border-radius: 8px;
    transform: translate(-50%,-50%);
}
input[type="button"], .button {
    appearance: none;
    background-color: transparent;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 1px inset;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 3em;
    line-height: 3em;
    text-align: center;
    color: rgb(255, 255, 255) !important;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 4px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px 2.25em;
    text-decoration: none;
    white-space: nowrap;
	outline: none;
}
input[type="button"]:hover,
input[type="button"]:active {
    box-shadow: #0084ff 0px 0px 0px 1px inset;
    color: rgb(255, 255, 255) !important;
}