@charset "utf-8";
/*******************************************************************************
 * Version 1.0 Release;
 * Copyright 2017
 ******************************************************************************/
/*系統box*/
.box-system {
	margin: 1.25em 0;/*20/16 0*/
	text-align: center;
	color: #434343;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
/* 圖示框 */
.box-system__imgbox {
	margin: 0 auto 20px;
	width: 200px;
}
/* 圖示icon */
.box-system__img{

}
/* logo */
.box-system__logo{
	width: 120px;
	margin: 0 auto 10px;
}
/* logo */
.box-system__logo-img{

}
/* 資訊 */
.box-system__info{
}
/* 主標 */
.box-system__title {
	font-size: 2.25em;/*36/16*/
	font-weight: bold;
	line-height: 1.3;
	/* margin-bottom: 10px; */
}
/* 副標 */
.box-system__subtitle {
	font-size: 1.5em;
	font-weight: normal;
}
/* 描述 */
.box-system__desc {
	line-height: 1.75;
	margin-bottom: 15px;
	color: #343434;
}
/* 按鈕區 */
.box-system__btnbox{
	margin: 25px auto;
}
/* 按鈕 */
.box-system__btn {
	max-width: 140px;
}
/* ------------------------------404------------------------------ */
.box-system-error .box-system__title{
	margin-top: -20px;
}
/*------------------------------not support--------------------*/
.box-system-notsupport .box-system__imgbox {
}
.box-system-notsupport .box-system__title{
	/* margin: 14px 0; */
}
@media screen and (min-width: 768px) {
	/*系統box*/
	.box-system {
		margin: 0 auto;
		padding: 200px 0;
		flex-direction: row;
	}
	/* 圖示框 */
	.box-system__imgbox {
		margin-bottom: 0;
	}
	/* 資料 */
	.box-system__info {
		text-align: left;
		width: calc(100% - 260px);
	}
	/* logo */
	.box-system__logo{
		display: inline-block;
	}
	/* 主標 */
	.box-system__title {
		font-size: 3em;/*48/16*/
	}
	/* 描述 */
	.box-system__desc{
		font-size: 1.125em;/*18/16*/
		line-height: 1.78;
		margin: 8px auto;
	}
	/* ------------------------------404------------------------------ */
	.box-system-error{
		max-width: 540px;
	}
	.box-system-error .box-system__title{
		margin-top: 0;
	}
	/*------------------------------not support--------------------*/
	.box-system-notsupport{
		max-width: 790px;
		align-items: flex-start;
	}
}
@media screen and (min-width: 1024px) {
}