@charset "UTF-8";
/* ====================== */
/* 分頁按鈕 pagination     */
/* ====================== */
/* ====================== */
/* products左側產品類別     */
/* ====================== */
.about {
	font-family: 'Cuprum', '微軟正黑體', serif;
}

.about .about-top {
	width: 100%;
	height: 87px;
	background: #f4f4f4;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.about .about-top__btn {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
	color: #000;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.938rem;
	margin: 0 20px;
}

.about .about-top__btn:hover, .about .about-top__btn.active {
	background: #1d4094;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.about .about-top__btn {
		padding: 5px 10px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75rem;
		margin: 0 10px;
	}
}

@media only screen and (max-width: 576px) {
	.about .about-top__btn {
		padding: 5px;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5rem;
		margin: 0 5px;
	}
}

@media only screen and (max-width: 400px) {
	.about .about-top__btn {
		max-width: 103px;
		text-align: center;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}

.about .about-content {
	margin: auto;
}

.about .about-year {
	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: 100%;
	padding: 60px 0;
}

.about .about-year .about-year__left {
	/*font-family: $font2*/
	font-size: 48px;
	font-size: 3rem;
	line-height: 3rem;
	white-space: nowrap;
	font-weight: bold;
}

.about .about-year .about-year__left .sup {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2.125rem;
	display: block;
	font-weight: normal;
}

.about .about-year .about-year__line {
	min-width: 1px;
	max-width: 1px;
	height: 116px;
	background: #dcdcdc;
	margin: 0 80px;
}

@media only screen and (max-width: 1310px) {
	.about .about-year .about-year__line {
		margin: 0 40px;
	}
}

.about .about-year .about-year__text {
	color: #757575;
	font-style: italic;
	max-width: 590px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.938rem;
}

@media only screen and (max-width: 768px) {
	.about .about-year .about-year__left {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 2.25rem;
	}
}

@media only screen and (max-width: 576px) {
	.about .about-year {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 20px 0;
	}
	.about .about-year .about-year__left .sup {
		display: inline;
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 2.25rem;
	}
	.about .about-year .about-year__line {
		width: 100%;
		height: 1px;
		margin: 20px 0;
	}
}

@media only screen and (max-width: 400px) {
	.about .about-year .about-year__left {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.875rem;
	}
	.about .about-year .about-year__left .sup {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 1.875rem;
	}
}

.about .about-pic {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	margin-bottom: 80px;
	max-width: 1250px;
}

@media only screen and (max-width: 660px) {
	.about .about-pic {
		grid-template-columns: 1fr;
	}
	.about .about-pic .about-pic__item {
		padding: 30px 0;
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.about .about-pic .about-pic__item > div {
		height: auto !important;
	}
	.about .about-pic > div:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.about .about-pic > div:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.about .about-pic > div:nth-child(3) {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.about .about-pic > div:nth-child(4) {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
}

.about .about-pic .about-pic__item {
	background: #f6f6f6;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: 200;
	color: #4d4d4d;
}

.about .about-pic .about-pic__item > div {
	padding: 0 75px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.938rem;
}

@media only screen and (max-width: 1310px) {
	.about .about-pic .about-pic__item > div {
		width: 80%;
		height: 112px;
		overflow: auto;
		padding: 0;
	}
}

.about .about-pic .about-pic__item2 {
	overflow: hidden;
}

.about .about-pic .about-pic__item2 img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
	display: block;
	width: 100%;
	height: auto;
}

.about .about-pic2 {
	height: 700px;
}

.about .about-pic2 .about-pic2__pic {
	width: 50%;
	overflow: hidden;
	height: inherit;
	background: url("../../images/a3.jpg") no-repeat center center;
	background-size: cover;
}

.about .about-pic2 .about-pic2__right {
	width: 50%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: inherit;
	background: url("../../images/a3-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 0 30px;
}

.about .about-pic2 .about-pic2__right .title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 3.875rem;
	/*font-family: $font2*/
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
}

@media only screen and (max-width: 576px) {
	.about .about-pic2 {
		height: auto;
	}
	.about .about-pic2 .about-pic2__pic {
		display: none;
	}
	.about .about-pic2 .about-pic2__right {
		width: 100%;
		padding: 40px 20px;
	}
	.about .about-pic2 .about-pic2__right .title {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3.875rem;
	}
}

@media only screen and (max-width: 400px) {
	.about .about-pic2 .about-pic2__right .title {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 3.188rem;
	}
}

.about .about-wrap {
	background: url("../../images/about-wrap.jpg") no-repeat center top #f3f8fb;
	background-size: cover;
	padding: 85px 0 0 0;
}

.about .about-wrap .title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 3.875rem;
	/*font-family: $font2*/
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0 0 50px 0;
}

@media only screen and (max-width: 576px) {
	.about .about-wrap {
		padding: 20px 0 0 0;
	}
	.about .about-wrap .title {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3.875rem;
		margin: 0 0 20px 0;
	}
}

@media only screen and (max-width: 400px) {
	.about .about-wrap .title {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 3.188rem;
	}
}

.about .about-content--width1 {
	max-width: 1250px;
}

@media only screen and (max-width: 1310px) {
	.about .about-content--width1 {
		padding: 0 20px;
	}
}

.about .about-content--width2 {
	max-width: 1500px;
}

@media only screen and (max-width: 1310px) {
	.about .about-content--width2 {
		padding: 0 20px;
	}
}

.about .history {
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}

.about .history:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: 15px;
	bottom: 54px;
	height: calc( 100% -69px);
	background: #000;
	width: 1px;
}

.about .history .history-row {
	width: 50%;
	text-align: right;
	padding-right: 70px;
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
}

.about .history .history-row:before, .about .history .history-row:after {
	content: '';
	display: block;
}

.about .history .history-row .line {
	width: 40px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 17px;
	top: 27px;
}

.about .history .history-row .circle {
	width: 35px;
	height: 35px;
	position: absolute;
	right: -18px;
	top: 9px;
	z-index: 2;
	background: url("../../images/circle.svg") no-repeat;
}

.about .history .history-row .history-row__year {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 3.188rem;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	color: #2a53af;
	margin-bottom: 10px;
	width: 100%;
}

.about .history .history-row .history-row__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.625rem;
}

.about .history .history-row .history-row__text--left {
	text-align: left;
	padding-left: 20px;
}

.about .history .history-row:nth-child(even) {
	padding-left: 70px;
	padding-right: inherit;
	text-align: left;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}

.about .history .history-row:nth-child(even) .line {
	left: 17px;
}

.about .history .history-row:nth-child(even) .circle {
	left: -17px;
}

@media only screen and (max-width: 576px) {
	.about .history:before {
		left: 30px;
	}
	.about .history .history-row {
		width: 100%;
		padding-right: inherit;
		padding-left: 70px;
		text-align: left;
	}
	.about .history .history-row .circle {
		top: 5px;
		left: -7px;
		right: inherit;
	}
	.about .history .history-row .line {
		left: 20px;
		right: inherit;
		top: 23px;
	}
	.about .history .history-row .history-row__year {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 2.563rem;
	}
	.about .history .history-row:nth-child(even) {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	.about .history .history-row:nth-child(even) .circle {
		left: -7px;
		right: inherit;
	}
	.about .history .history-row:nth-child(even) .line {
		left: 20px;
		right: inherit;
	}
}

.about .service-content {
	margin: auto;
}

.about .service-content .title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 3.875rem;
	/*font-family: $font2*/
	color: #000;
	text-align: center;
	margin: 50px 0 0 0;
	font-weight: bold;
}

@media only screen and (max-width: 576px) {
	.about .service-content .title {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3.875rem;
	}
}

.about .service-content .service-pic {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 394px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 50px auto 80px auto;
	width: 100%;
	max-width: 1100px;
}

.about .service-content .service-pic figure {
	overflow: hidden;
}

.about .service-content .service-pic figure img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
	max-width: inherit;
	height: inherit;
}

.about .service-content .service-pic .service-pic__info {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #f6f6f6;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.875rem;
	font-weight: 200;
}

.about .service-content .service-pic .service-pic__info > div {
	padding: 0 50px;
}

.about .service-content .service-pic .service-pic__info > div img {
	vertical-align: middle;
	margin-top: -5px;
}

@media only screen and (max-width: 1140px) {
	.about .service-content .service-pic {
		padding: 0 20px;
	}
	.about .service-content .service-pic .service-pic__info > div {
		height: 210px;
		overflow: auto;
		padding: 0;
		width: 80%;
	}
}

@media only screen and (max-width: 576px) {
	.about .service-content .service-pic {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	.about .service-content .service-pic figure {
		display: none;
	}
	.about .service-content .service-pic .service-pic__info > div {
		height: auto;
		overflow: inherit;
		padding: 20px;
		width: 100%;
	}
}

.about .service-content .available-bg {
	background: #f3f8fb;
	width: 100%;
	margin: auto;
	padding: 78px 0;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.about .service-content .available-bg .line {
	min-width: 1px;
	width: 1px;
	background: #b2b2b2;
	height: 170px;
	margin: 0 140px;
}

.about .service-content .available-bg .item {
	min-width: 260px;
}

.about .service-content .available-bg .sub-title {
	/*font-family: $font3*/
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 800;
	color: #2a53af;
	margin-bottom: 15px;
}

.about .service-content .available-bg .list {
	font-weight: 200;
	color: #4d4d4d;
}

.about .service-content .available-bg .list li {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	font-family: '微軟正黑體';
}

.about .service-content .available-bg .list li:before {
	content: '★';
	display: block;
	margin-right: 5px;
	font-size: 14px;
	color: #4d4d4d;
	vertical-align: middle;
	margin-top: -3px;
}

.about .service-content .available-bg .list li > div span {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.about .service-content .available-bg {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.about .service-content .available-bg .sub-title {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.875rem;
	}
	.about .service-content .available-bg .line {
		margin: 0;
	}
}

@media only screen and (max-width: 768px) {
	.about .service-content .available-bg {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 20px;
	}
	.about .service-content .available-bg .item {
		width: 100%;
		padding: 20px;
	}
	.about .service-content .available-bg .line {
		width: 100%;
		height: 1px;
	}
	.about .service-content .available-bg .list {
		display: grid;
		grid-template-columns: repeat(2, auto);
	}
	.about .service-content .available-bg .list li > div span {
		display: inline;
	}
}

@media only screen and (max-width: 576px) {
	.about .service-content .available-bg .list {
		grid-template-columns: 1fr;
	}
}

.about .service-content .other-available {
	padding: 80px 0;
}

.about .service-content .other-available .text {
	text-align: center;
	margin-bottom: 25px;
	/*font-family: $font3*/
	color: #2a53af;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2.125rem;
}

.about .service-content .other-available .list {
	width: 100%;
	max-width: 1478px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 70px;
	margin: 0 auto 50px auto;
}

.about .service-content .other-available .list .list-item {
	border: solid 4px #a6c0d4;
	-webkit-box-shadow: 0 0 20px #cdcdcd;
	        box-shadow: 0 0 20px #cdcdcd;
	position: relative;
}

.about .service-content .other-available .list .list-item img {
	width: 100%;
	height: auto;
	display: block;
}

.about .service-content .other-available .list .list-item .list-item-name {
	position: absolute;
	left: 50%;
	bottom: -50px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media only screen and (max-width: 1320px) {
	.about .service-content .other-available .list {
		padding: 0 20px;
		grid-column-gap: 35px;
	}
}

@media only screen and (max-width: 576px) {
	.about .service-content .other-available .list {
		max-width: 430px;
		grid-template-columns: 1fr;
		grid-row-gap: 80px;
	}
}

.about .service-content .service-bg {
	background: #f3f8fb;
	width: 100%;
	padding: 40px 16%;
	margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
	.about .service-content .service-bg {
		padding: 40px 13%;
	}
}

@media only screen and (max-width: 576px) {
	.about .service-content .service-bg {
		padding: 40px 20px;
	}
}

.about .service-content .service-bg .sub-title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 3.875rem;
	text-align: center;
	/*font-family: $font2*/
	margin-bottom: 20px;
	font-weight: bold;
}

@media only screen and (max-width: 576px) {
	.about .service-content .service-bg .sub-title {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3.875rem;
	}
}

.about .service-content .service-bg .sub-title2 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 3.188rem;
	text-align: center;
	/*font-family: $font3*/
	font-family: 'Lato','微軟正黑體', serif;
	margin-bottom: 20px;
}

.about .service-content .service-bg .text {
	font-weight: 200;
}

.about .service-content .service-bg .line {
	width: 100%;
	height: 1px;
	background: #b2b2b2;
	margin: 18px 0;
}

.about .service-content .service-bg .list {
	font-weight: 200;
	color: #4d4d4d;
	font-family: "微軟正黑體", "Open Sans", sans-serif;
	font-weight: 500;
	margin-top: 30px;
}

.about .service-content .service-bg .list li {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.about .service-content .service-bg .list li:before {
	content: '★';
	display: block;
	margin-right: 5px;
	font-size: 14px;
	color: #4d4d4d;
	vertical-align: middle;
	margin-top: -3px;
}

.about .service-content .service-bg .btm-box {
	position: absolute;
	left: 50%;
	bottom: -100px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.about .service-content .service-bg .btm-box .s-text {
	text-align: center;
	margin-bottom: 10px;
	/*font-family: $font3*/
	color: #2a53af;
	font-family: 'Lato','微軟正黑體', serif;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.938rem;
}

.about .service-content .service-bg .btm-box figure img {
	display: block;
}

.about .service-content .service-bg .btm-box .name {
	/*font-family: $font3*/
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.563rem;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
}

@media only screen and (max-width: 576px) {
	.about .service-content .service-bg .btm-box {
		width: 80%;
	}
	.about .service-content .service-bg .btm-box .name {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.938rem;
	}
}

.about .service-content .package-bg {
	background: #f3f8fb;
	width: 100%;
	padding: 70px 7%;
	max-width: 1090px;
	margin: auto;
}

.about .service-content .package-bg .package-bg-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.563rem;
	font-weight: bold;
	color: #2a53af;
	text-align: center;
}

.about .service-content .package-bg .list {
	font-weight: 200;
	color: #4d4d4d;
	font-family: "微軟正黑體", "Open Sans", sans-serif;
	font-weight: 500;
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
}

.about .service-content .package-bg .list li {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.about .service-content .package-bg .list li:before {
	content: '★';
	display: block;
	margin-right: 5px;
	font-size: 14px;
	color: #4d4d4d;
	vertical-align: middle;
	margin-top: -3px;
}

@media only screen and (max-width: 768px) {
	.about .service-content .package-bg .list {
		grid-template-columns: 1fr;
		display: block;
	}
}

.about .service-content .hoz-line {
	width: 100%;
	height: 12px;
	background: #f4f4f4;
	margin: 30px 0 45px 0;
}

.about .service-content .service-row {
	margin-bottom: 70px;
}

.about .service-content .service-row .text {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 2.563rem;
	/*font-family: $font3*/
	font-family: 'Lato','微軟正黑體', serif;
	font-weight: 800;
	text-align: center;
}

.about .service-content .service-row .service-row-in {
	position: relative;
	margin-top: 45px;
}

.about .service-content .service-row .service-row-in:before {
	content: '';
	display: block;
	width: 100%;
	background: #f3f8fb;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: calc( 100% - 160px);
}

@media only screen and (max-width: 576px) {
	.about .service-content .service-row .service-row-in:before {
		height: calc( 100% - 80px);
	}
}

.about .service-content .service-row .pic-list {
	max-width: 950px;
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	grid-column-gap: 69.5px;
	position: relative;
	z-index: 2;
	position: relative;
}

.about .service-content .service-row .pic-list figure {
	display: block;
	-webkit-box-shadow: 0 0 20px #cdcdcd;
	        box-shadow: 0 0 20px #cdcdcd;
}

.about .service-content .service-row .pic-list figure img {
	display: block;
}

.about .service-content .service-row .pic-list .line {
	width: 1px;
	height: 100%;
	background: #b2b2b2;
	position: relative;
}

@media only screen and (max-width: 990px) {
	.about .service-content .service-row .pic-list {
		padding: 0 20px;
		grid-column-gap: 30px;
	}
}

.about .service-content .service-row .num-list {
	width: 100%;
	max-width: 950px;
	display: grid;
	grid-template-columns: repeat(4, auto);
	padding: 35px 0 60px 0;
	position: relative;
	margin: auto;
	z-index: 2;
}

.about .service-content .service-row .num-list .item {
	text-align: center;
}

.about .service-content .service-row .num-list .item .big {
	font-weight: 500;
	font-size: 48px;
	font-size: 3rem;
	line-height: 5.125rem;
	font-family: "Oswald", sans-serif;
	color: #2a53af;
}

.about .service-content .service-row .num-list .item .big span {
	vertical-align: baseline;
	padding-left: 5px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75rem;
	font-family: "微軟正黑體", "Open Sans", sans-serif;
	color: #000;
}

.about .service-content .service-row .num-list .item .name {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2.125rem;
	/*font-family: $font3*/
	font-weight: 600;
	color: #2a53af;
}

@media only screen and (max-width: 992px) {
	.about .service-content .service-row .num-list {
		padding: 27px 20px 30px 20px;
	}
	.about .service-content .service-row .num-list .item .big {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3.875rem;
	}
	.about .service-content .service-row .num-list .item .big span {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5rem;
	}
	.about .service-content .service-row .num-list .item .name {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75rem;
	}
}

@media only screen and (max-width: 768px) {
	.about .service-content .service-row .num-list {
		grid-template-columns: repeat(2, auto);
		grid-row-gap: 30px;
	}
}

@media only screen and (max-width: 400px) {
	.about .service-content .service-row .num-list {
		grid-template-columns: 1fr;
	}
}

.about .service-content .service-row .text-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	grid-row-gap: 50px;
	position: relative;
	z-index: 2;
	padding: 60px 0;
}

.about .service-content .service-row .text-list .item {
	text-align: center;
	padding: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}

.about .service-content .service-row .text-list .item .name {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.875rem;
	/*font-family: $font3*/
	font-weight: 800;
	color: #2a53af;
	margin-bottom: 10px;
}

.about .service-content .service-row .text-list .item .text {
	line-height: 30px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: normal;
}

.about .service-content .service-row .text-list .item:before {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #b2b2b2;
	right: 0;
	top: 0;
}

.about .service-content .service-row .text-list .item:nth-child(3n):before {
	display: none;
}

@media only screen and (max-width: 992px) {
	.about .service-content .service-row .text-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.about .service-content .service-row .text-list .item .name {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
	.about .service-content .service-row .text-list .item:nth-child(3n):before {
		display: block;
	}
	.about .service-content .service-row .text-list .item:nth-child(2n):before {
		display: none;
	}
}

@media only screen and (max-width: 576px) {
	.about .service-content .service-row .text-list {
		grid-template-columns: 1fr;
		grid-row-gap: 0;
	}
	.about .service-content .service-row .text-list .item {
		padding: 20px;
	}
	.about .service-content .service-row .text-list .item:before {
		width: 100%;
		height: 1px;
		right: inherit;
		top: inherit;
		bottom: 0;
		width: calc(100% - 40px);
		left: 20px;
		right: 20px;
	}
	.about .service-content .service-row .text-list .item:nth-child(2n):before {
		display: block;
	}
}

.about .service-content .service-package .tips {
	text-align: center;
	margin-top: 20px;
}

.about .service-content .service-package .list {
	width: 100%;
	max-width: 1478px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 70px;
	margin: 40px auto;
}

.about .service-content .service-package .list li {
	border: solid 4px #a6c0d4;
	-webkit-box-shadow: 0 0 20px #cdcdcd;
	        box-shadow: 0 0 20px #cdcdcd;
}

.about .service-content .service-package .list img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	display: block;
}

@media only screen and (max-width: 1528px) {
	.about .service-content .service-package .list {
		padding: 0 20px;
		grid-column-gap: 30px;
	}
}

@media only screen and (max-width: 750px) {
	.about .service-content .service-package .list {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 30px;
	}
}

.about .service-content .service-bg--btm {
	padding: 40px 16% 330px 16%;
	position: relative;
	margin-bottom: 200px;
}

@media only screen and (max-width: 768px) {
	.about .service-content .service-bg--btm {
		padding: 40px 17% 200px 17%;
	}
}

@media only screen and (max-width: 576px) {
	.about .service-content .service-bg--btm {
		padding: 40px 20px 200px 20px;
	}
}

.about .service-content-width1 {
	max-width: 1600px;
}

@media only screen and (max-width: 1640px) {
	.about .service-content-width1 {
		padding: 0 20px;
	}
}

.about .service-content-width2 {
	max-width: 1090px;
}

@media only screen and (max-width: 1130px) {
	.about .service-content-width2 {
		padding: 0 20px;
	}
}

.about .quality-content {
	margin: auto;
}

.about .quality-content .title {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 3.875rem;
	/*font-family: $font2*/
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 50px 0 0 0;
}

@media only screen and (max-width: 576px) {
	.about .quality-content .title {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 3.875rem;
	}
}

.about .quality-content .quality-tips {
	width: 680px;
	margin: 36px auto;
	font-weight: 200;
	line-height: 30px;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.938rem;
}

.about .quality-content .quality-tips li {
	margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
	.about .quality-content .quality-tips {
		width: 100%;
		padding: 0 20px;
	}
}

.about .quality-content .flow-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: auto;
	grid-column-gap: 23px;
	padding: 60px 0 133px 0;
	max-width: 1337px;
	width: 100%;
	margin: auto;
}

.about .quality-content .flow-list .flow-item {
	border: solid 1px #e9e9e9;
	position: relative;
	overflow: hidden;
}

.about .quality-content .flow-list .flow-item .flow-info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 43px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.about .quality-content .flow-list .flow-item .flow-info .no {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 500;
	font-family: "Cuprum", serif;
}

.about .quality-content .flow-list .flow-item .flow-info .name {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 500;
	/*font-family: $font2*/
	margin: 10px 0 30px 0;
	width: 100%;
}

.about .quality-content .flow-list .flow-item .flow-info .line {
	width: 36px;
	height: 3px;
	background: #00b7ff;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 0%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 0%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 0%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 0%;
	}
}

.about .quality-content .flow-list .flow-item .flow-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: #29aae1;
	background: -o-linear-gradient(135deg, #67d1ff 0%, #29aae1 50%, #1e92d6 100%);
	background: linear-gradient(-45deg, #67d1ff 0%, #29aae1 50%, #1e92d6 100%);
	-webkit-animation: gradient 15s ease infinite;
	        animation: gradient 15s ease infinite;
	background-size: 200% 200%;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-transform: rotateY(90deg);
	        transform: rotateY(90deg);
	-webkit-transform-origin: 50%;
	    -ms-transform-origin: 50%;
	        transform-origin: 50%;
}

.about .quality-content .flow-list .flow-item .flow-cover:after, .about .quality-content .flow-list .flow-item .flow-cover:before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	display: block;
	z-index: 2;
}

.about .quality-content .flow-list .flow-item .flow-cover:after {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
}

.about .quality-content .flow-list .flow-item .flow-cover:before {
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0);
}

.about .quality-content .flow-list .flow-item .flow-info2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	padding: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	opacity: 0;
}

.about .quality-content .flow-list .flow-item .flow-info2 .name {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.875rem;
	font-weight: 500;
	/*font-family: $font2*/
	margin: 10px 0 30px 0;
	width: 80%;
	color: #fff;
	opacity: 0;
}

.about .quality-content .flow-list .flow-item .flow-info2 .list {
	font-weight: 200;
	color: #fff;
	margin-left: 18px;
}

.about .quality-content .flow-list .flow-item .flow-info2 .list li {
	list-style: disc;
	opacity: 0;
}

.about .quality-content .flow-list .flow-item:after, .about .quality-content .flow-list .flow-item:before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	display: block;
	z-index: 2;
}

.about .quality-content .flow-list .flow-item:after {
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}

.about .quality-content .flow-list .flow-item:before {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.about .quality-content .flow-list .flow-item img {
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
}

.about .quality-content .flow-list .flow-item:hover .flow-cover {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	        transform: rotateY(0deg);
}

.about .quality-content .flow-list .flow-item:hover .flow-cover:after {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transition: all .3s ease-in .5s;
	-o-transition: all .3s ease-in .5s;
	transition: all .3s ease-in .5s;
}

.about .quality-content .flow-list .flow-item:hover .flow-cover:before {
	-webkit-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	        transform: scaleY(1);
	-webkit-transition: all .3s ease-in .5s;
	-o-transition: all .3s ease-in .5s;
	transition: all .3s ease-in .5s;
}

.about .quality-content .flow-list .flow-item:hover .flow-info2 {
	opacity: 1;
}

.about .quality-content .flow-list .flow-item:hover .flow-info2 .name {
	opacity: 1;
	-webkit-transition: all .3s ease .3s;
	-o-transition: all .3s ease .3s;
	transition: all .3s ease .3s;
}

.about .quality-content .flow-list .flow-item:hover .flow-info2 .list li {
	opacity: 1;
}

.about .quality-content .flow-list .flow-item:hover .flow-info2 .list li:nth-child(1) {
	-webkit-transition: all .3s ease .5s;
	-o-transition: all .3s ease .5s;
	transition: all .3s ease .5s;
}

.about .quality-content .flow-list .flow-item:hover .flow-info2 .list li:nth-child(2) {
	-webkit-transition: all .3s ease .7s;
	-o-transition: all .3s ease .7s;
	transition: all .3s ease .7s;
}

.about .quality-content .flow-list .flow-item:hover .flow-info2 .list li:nth-child(3) {
	-webkit-transition: all .3s ease .9s;
	-o-transition: all .3s ease .9s;
	transition: all .3s ease .9s;
}

.about .quality-content .flow-list .flow-item:hover .flow-info2 .list li:nth-child(4) {
	-webkit-transition: all .3s ease 1.1s;
	-o-transition: all .3s ease 1.1s;
	transition: all .3s ease 1.1s;
}

@media only screen and (max-width: 1025px) {
	.about .quality-content .flow-list {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 23px;
	}
}

@media only screen and (max-width: 576px) {
	.about .quality-content .flow-list {
		grid-row-gap: 10px;
		grid-column-gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	.about .quality-content .flow-list .flow-item .flow-cover {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		        transform: rotateY(0deg);
	}
	.about .quality-content .flow-list .flow-item .flow-cover:after {
		-webkit-transform: scaleX(1);
		    -ms-transform: scaleX(1);
		        transform: scaleX(1);
		-webkit-transition: all .3s ease-in .5s;
		-o-transition: all .3s ease-in .5s;
		transition: all .3s ease-in .5s;
	}
	.about .quality-content .flow-list .flow-item .flow-cover:before {
		-webkit-transform: scaleY(1);
		    -ms-transform: scaleY(1);
		        transform: scaleY(1);
		-webkit-transition: all .3s ease-in .5s;
		-o-transition: all .3s ease-in .5s;
		transition: all .3s ease-in .5s;
	}
	.about .quality-content .flow-list .flow-item .flow-info2 {
		opacity: 1;
		padding: 20px;
	}
	.about .quality-content .flow-list .flow-item .flow-info2 .name {
		opacity: 1;
		-webkit-transition: all .3s ease .3s;
		-o-transition: all .3s ease .3s;
		transition: all .3s ease .3s;
		width: 100%;
		margin: 10px 0;
	}
	.about .quality-content .flow-list .flow-item .flow-info2 .list {
		display: none;
	}
	.about .quality-content .flow-list .flow-item .flow-info2 .list li {
		opacity: 1;
	}
}

.about .quality-content .pic-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	grid-row-gap: 70px;
	padding: 68px 0;
	max-width: 1340px;
	width: 100%;
	margin: auto;
}

.about .quality-content .pic-list .pic-item figure {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 377px;
	overflow: hidden;
}

.about .quality-content .pic-list .pic-item figure img {
	height: auto;
	width: auto;
	max-height: 377px;
	display: block;
	max-width: 70%;
}

.about .quality-content .pic-list .pic-item .name {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 2.375rem;
	color: #000;
	font-weight: 600;
	max-width: 70%;
	margin: auto;
	text-align: center;
	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;
	min-height: 76px;
}

.about .quality-content .pic-list .pic-item .text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.375rem;
	color: #666;
	width: 100%;
	max-width: 240px;
	margin: auto;
}

.about .quality-content .pic-list .pic-item:nth-child(1) figure img {
	max-width: 100%;
}

@media only screen and (max-width: 576px) {
	.about .quality-content .pic-list {
		grid-template-columns: repeat(2, 1fr);
		padding: 68px 15px;
		grid-column-gap: 20px;
	}
	.about .quality-content .pic-list .pic-item figure {
		height: 280px;
	}
}

.about .quality-content .certification-tips {
	/*font-family: $font3*/
	font-family: 'Lato', '微軟正黑體', serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2.125rem;
	font-weight: 400;
	text-align: center;
}

.about .quality-content .certification-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 80px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 37px 0 80px 0;
	max-width: 840px;
	width: 100%;
	margin: auto;
}

.about .quality-content .certification-list .item {
	width: 100%;
	height: auto;
	position: relative;
}

.about .quality-content .certification-list .item img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}

.about .quality-content .certification-list .item:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	right: -10px;
	bottom: -9px;
	background: #e5e5e5;
}

@media only screen and (max-width: 576px) {
	.about .quality-content .certification-list {
		grid-column-gap: 40px;
	}
}

.about .quality-content--bg {
	background: #f2f7fa;
	padding: 0 20px;
}
