/* Banner 開始 */

.logo {
	width: 130px;
}

.header-title {
	text-align: center;
}

h1.header-title {
	text-align: center;
	font-size: 36px;
	line-height: 20px;
	color: #333;
	letter-spacing: 0.1em;
}

h1.header-title span {
	margin-top: 30px;
	font-size: 18px;
	line-height: 20px;
	color: #555;
	letter-spacing: 0.1em;
	display: block;
}

/* Banner 結束 */

/* Footer 開始 */

.footer {
	width: 94%;
	margin: auto;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px #eee solid;
}

.footer h4 {
	font-size: 18px;
	color: #555;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	padding: 0px;
}

.footer p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	letter-spacing: 0.05em;
}

.footer a {
	color: #999;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .footer-share {
	margin-top: 0;
}

.footer .footer-share li {
	display: inline-block;
	float: none;
}

.footer .footer-share a {
	border: none;
	font-size: 20px;
	color: #999;
	letter-spacing: 10px;
}

.footer .fa-heart {
	color: #e84545;
	font-size: 12px;
	margin: 0 2px;
}

/* Footer 結束 */

/* 系統紀紹 開始 */

.type-block-btn {
	text-align: center;
	width: 90%;
	border-bottom: 1px #eee solid;
	margin: 0 auto;
	margin-bottom: 15px;

}

.type-block-btn li {
	cursor: pointer;
	list-style: none;
	text-align: center;
	display: inline-block;
	padding: 15px;
	margin: 0 15px;
	border-bottom: 1px #fff solid;
	color: #555;
}

.type-block-btn li i {
	display: inline-block;
	float: left;
	border-radius: 50%;
	border: 1px #ddd solid;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 43px;
	font-size: 22px;
	color: #555;
	transition: all 0s;

}

.type-block-btn li div {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
}

.type-block-btn li span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	line-height: 14px;
	color: #999
}


.type-block-btn li.active,
.type-block-btn li:hover {
	border-bottom: 1.5px #49c0d0 solid;
	color: #49c0d0;
}

.type-block-btn li.active span,
.type-block-btn li:hover span {
	color: #49c0d0;
}

.type-block-btn li.active i,
.type-block-btn li:hover i {
	background-color: #49c0d0;
	color: #fff;
	border: 1px #fff solid;
}

.system-introudce-title {
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #666;
	font-weight: 400;
	margin-bottom: 6px;
}

.system-introudce-text {
	font-size: 14px;
	color: #888;
	line-height: 26px;
	letter-spacing: 0.1em;
}

.about-box {
	padding: 15px;
	display: none;
	max-width: 1000px;
	margin: 0 auto;
}

.about-box.active {
	display: block;
}

/* 系統紀紹 結束 */

/* 基本架構 開始 */

#ds_structure {
	background-color: #f9f9f9;
}

.architecture-box {
	width: 20%;
	margin: 0 auto;
	margin-bottom: 15px;
	float: left;
	margin-bottom: 20px;
	padding: 5px;
}

.architecture-content {
	padding: 20px 25px;
	height: 320px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.03);
	text-align: center;
}

.architecture-content img {
	width: 50%;
}

.architecture-box-title {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #49c0d0;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	font-weight: 900;
}

.architecture-box ul {
	padding: 0 15px
}

.architecture-box ul li {
	list-style: none;
	font-size: 14px;
	color: #888;
	line-height: 26px;
	letter-spacing: 0.1em;
	text-align: center;
}

.remark-text {
	color: #999;
	font-size: 12px;
	text-align: right;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 992px) {
	.architecture-box {
		width: 33.3%;
	}

	.architecture-content img {
		width: 30%;
	}

}

@media screen and (max-width: 767px) {
	.architecture-box {
		width: 100%;
	}

	.architecture-content {
		height: auto;
	}
}

/* 基本架構 結束 */

/* 風格選擇 開始 */

#ds_blog {
	background: url("../images/bg.png");
}

.style-title {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #666;
	padding: 10px 5px;
	text-align: center;
}

.style-box {
	width: 25%;
	margin-bottom: 25px;
}

.style-box:nth-child(3) {
	margin-left: 12.5%;
}

.style-box:nth-child(1) {
	margin-left: 25%;
}

@media screen and (max-width: 992px) {

	.style-box:nth-child(1),
	.style-box:nth-child(3),
	.style-box:nth-child(4) {
		margin-left: 0%;
	}

	.style-box {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.style-box {
		width: 100%;
	}
}

/* 風格選擇 結束 */

/* 影片展示 開始 */

.video-box {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	border: 35px solid #333;
	border-radius: 15px;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
	background-color: #333;
}

.video-box video {
	width: 100%;
	height: auto;
	margin: 0;
}

@media screen and (max-width: 992px) {
	.video-box {
		border: 25px solid #333;
		border-radius: 12px;
	}
}

@media screen and (max-width: 768px) {
	.video-box {
		border: 20px solid #333;
		border-radius: 10px;
	}
}

/* 影片展示 結束 */

/* 比較表格 開始 */

.compare-table {
	width: 100%;
	border: 3px #ccc solid;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
}

.compare-table .top-th th:nth-child(1) {
	border-bottom: #ccc 3px dashed;
	background-color: #f3f3f3;
	color: #1170b7;
	font-weight: 900;
	font-size: 20px;
}

.compare-table .top-th th:nth-child(3) {
	border-bottom: #ccc 3px dashed;
	background-color: #f3f3f3;
	color: #009474;
	font-weight: 900;
	font-size: 20px;
}

.compare-table col.middle {
	width: 120px;
}

.compare-table col.auto {
	width: calc((100% - 120px) / 2);
}

.compare-table tr th,
.compare-table tr td {
	padding: 20px 10px;
	letter-spacing: 0.05em;
	font-size: 1.1em;
	border-bottom: #ccc 3px dashed;
	font-weight: 900;
	color: #555;
	position: relative;
}


@media screen and (max-width: 767px) {

	.compare-table col.middle {
		width: 100px;
	}

	.compare-table col.auto {
		width: calc((100% - 100px) / 2);
	}

	.compare-table tr th,
	.compare-table tr td {
		padding: 18px 8px;
		font-size: 1em;
	}
}

.compare-table tr th {
	text-align: center;
	background-color: #f3f3f3;
}

.compare-table tr td.t-l {
	border-bottom: 3px #1170b766 dashed;
	color: #1170b7;
}

.compare-table tr td.t-r {
	border-bottom: 3px #00947466 dashed;
	color: #009474;
}

.win1 {
	display: inline-block;
	width: 30px;
	height: 15px;
	background: url(../images/service/works/icon1.png) no-repeat center center;
	background-size: contain;
	position: relative;
	top: -15px;
	right: 0px;
	transform: rotate(30deg);
}

.win2 {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 30px;
	font-weight: 900;
	color: #db0202;
	border: 3px #db0202 solid;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(219, 2, 2, 0.5);
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -10px;
	transform: rotate(15deg);
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.compare-table tr td {
		position: relative;
	}

	.win2 {
		position: absolute;
		top: -10px;
		left: -10px;
	}
}

.eboard-line-btn {
	display: block;
	width: 200px;
	height: 46px;
	line-height: 46px;
	border-radius: 5px;
	line-height: 46px;
	text-align: center;
	background-color: #00c300;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 50px;
	font-weight: 900;
	letter-spacing: 0.05em;
	transition: all 0.3s;
}


.eboard-line-btn:hover {
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.eboard-line-btn img {
	width: 30px;
	margin-right: 5px;
	margin-bottom: 3px;
}

/* 比較表格 結束 */



/* 電子錶板作品 */

.eboard-works div {
	position: relative;
}

.eboard-works div:hover img {
	transition: all 0.3s;
}

.eboard-works div:hover img {
	filter: brightness(0.2);
}

.eboard-works div span {
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.05em;
	opacity: 0;
	transition: all 0.3s;
}

.eboard-works div:hover span {
	opacity: 1;
}

.gray-box {
	width: 50%;
	margin-left: 25%;
	height: 180px;
	background-color: #f3f3f3;
}

.gray-box::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.gray-box {
		width: 33%;
		margin-left: 33%;
		height: 180px;
	}

	.gray-box::after {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.gray-box {
		height: 0px;
	}

	.gray-box::after {
		display: none;
	}
}

/* 電子錶板作品 */