.processArea .processList .text, .processArea .processList .numBox .num::after, .processArea .processList .numBox .num::before, .processArea .processList .Img, .buildArea .buildBox .imgBox .Img img, .buildArea .buildBox .imgBox .Img, .aboutArea .imgBox .Img img, .aboutArea .imgBox .Img, .videoBtn::after, .videoBtn::before {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

@media (min-width: 1181px) {
	.titleBox .title {
		font-size: 45px;
		line-height: 1.6;
	}
	.titleBox .decoTitle {
		font-size: 16px;
	}
}

.videoBtn {
	position: relative;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.videoBtn::before {
	content: "";
	position: absolute;
	pointer-events: none;
	aspect-ratio: 1/1;
	height: auto;
	width: 115px;
	border-radius: 50%;
	background-color: #000;
	border: 7px solid #434343;
}
.videoBtn::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 20px;
	height: 100%;
	-webkit-mask: url("../images/icon/bim_btn.png") center center/contain no-repeat;
	        mask: url("../images/icon/bim_btn.png") center center/contain no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	right: unset;
	bottom: unset;
	-webkit-transform: translate(-37%, -50%);
	        transform: translate(-37%, -50%);
	z-index: 2;
	background-color: #fff;
}
.videoBtn a {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 540px) {
	.videoBtn::before {
		border-width: 4px;
		width: 90px;
	}
}
@media (max-width: 400px) {
	.videoBtn::before {
		width: 80px;
	}
}

.aboutArea {
	padding-top: 124px;
	padding-bottom: 90px;
	overflow: hidden;
}
@media (max-width: 1180px) {
	.aboutArea {
		padding: 80px 0;
	}
}
@media (max-width: 640px) {
	.aboutArea {
		padding: 60px 0;
	}
}
@media (max-width: 400px) {
	.aboutArea {
		padding: 40px 0;
	}
}
.aboutArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
@media (max-width: 1000px) {
	.aboutArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 60px;
		max-width: 800px;
	}
}
.aboutArea .Txt {
	width: 100%;
	max-width: calc(50.5% - 34px);
	padding-left: 76px;
	position: relative;
}
.aboutArea .Txt::before {
	content: "";
	position: absolute;
	pointer-events: none;
	background: url("../images/icon/deco_dots.png") left center/14px 15px repeat;
	width: 44%;
	height: auto;
	aspect-ratio: 4/3;
	right: -14%;
	top: -60%;
	opacity: 0.3;
	z-index: 1;
}
.aboutArea .Txt .titleBox {
	margin-bottom: 28px;
}
.aboutArea .Txt .textEditor .text {
	color: rgba(34, 34, 34, 0.7);
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.56px;
}
@media (max-width: 1400px) {
	.aboutArea .Txt {
		padding-left: 50px;
	}
}
@media (max-width: 1180px) {
	.aboutArea .Txt::before {
		top: -30%;
		right: -10%;
	}
	.aboutArea .Txt .titleBox {
		margin-bottom: 18px;
	}
}
@media (max-width: 1000px) {
	.aboutArea .Txt {
		max-width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 400px) {
	.aboutArea .Txt::before {
		top: -10%;
		right: -5%;
	}
}
.aboutArea .imgBox {
	position: relative;
	width: 100%;
	max-width: 49.5%;
	margin-left: 34px;
}
.aboutArea .imgBox::before {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 101%;
	height: 101%;
	background: #1d28a8;
	top: 0;
	left: 0;
	-webkit-transform: translate(-34px, -34px);
	        transform: translate(-34px, -34px);
}
@media (min-width: 1181px) {
	.aboutArea .imgBox:hover .videoBtn::before {
		background-color: #f6dd00;
		border-color: #fff177;
	}
	.aboutArea .imgBox:hover .videoBtn::after {
		background-color: #222;
	}
	.aboutArea .imgBox:hover .Img {
		background-color: #000;
	}
	.aboutArea .imgBox:hover .Img img {
		-webkit-transform: scale(1.03);
		        transform: scale(1.03);
	}
}
.aboutArea .imgBox .Img {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	height: 484px;
}
.aboutArea .imgBox .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 1400px) {
	.aboutArea .imgBox .Img {
		height: 420px;
	}
}
@media (max-width: 1000px) {
	.aboutArea .imgBox {
		min-width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 540px) {
	.aboutArea .imgBox .Img {
		height: 300px;
	}
}
@media (max-width: 400px) {
	.aboutArea .imgBox .Img {
		height: 250px;
	}
}

.buildArea {
	position: relative;
	background-color: #fafafa;
	padding-top: 88px;
	overflow-x: clip;
}
@media (max-width: 640px) {
	.buildArea {
		padding-top: 60px;
	}
}
@media (max-width: 400px) {
	.buildArea {
		padding-top: 40px;
	}
}
.buildArea .wrap {
	z-index: 1;
	position: relative;
}
.buildArea .classBox {
	background-color: #fff;
	margin-top: 73px;
}
.buildArea .classBox::after {
	display: none;
}
.buildArea .classBox .classCurrent {
	border: 1px solid #e6e6e6;
}
@media (min-width: 1181px) {
	.buildArea .classBox .classLink::before {
		display: none;
	}
	.buildArea .classBox li,
	.buildArea .classBox .classItem {
		border-bottom: none;
	}
	.buildArea .classBox li::after,
	.buildArea .classBox .classItem::after {
		height: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.buildArea .classBox li:last-child::after,
	.buildArea .classBox .classItem:last-child::after {
		display: none;
	}
	.buildArea .classBox span,
	.buildArea .classBox a {
		font-size: 16px;
	}
}
@media (max-width: 1180px) {
	.buildArea .classBox {
		margin-top: 50px;
	}
}
@media (max-width: 1000px) {
	.buildArea .classBox {
		margin-bottom: 20px;
	}
}
@media (max-width: 540px) {
	.buildArea .classBox {
		margin-bottom: 10px;
	}
}
.buildArea .buildBox {
	position: relative;
}
.buildArea .buildBox::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100dvw;
	height: calc(100% - 157px);
	background-color: #fff;
	z-index: 0;
}
.buildArea .buildBox::before {
	content: "BUILD LIFE CYCLE";
	position: absolute;
	pointer-events: none;
	z-index: 1;
	top: 45px;
	right: 0;
	font-weight: bold;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	text-align: right;
	font-size: 80px;
	line-height: 1;
	letter-spacing: 3.2px;
	font-size: 4.15dvw;
	color: rgba(0, 0, 0, 0.025);
}
.buildArea .buildBox .buildList {
	position: relative;
	z-index: 2;
}
.buildArea .buildBox .buildItem {
	display: none;
}
.buildArea .buildBox .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	min-height: 357px;
}
.buildArea .buildBox .imgBox {
	position: relative;
	width: 100%;
	max-width: 50%;
}
@media (min-width: 1181px) {
	.buildArea .buildBox .imgBox:hover .videoBtn::before {
		background-color: #f6dd00;
		border-color: #fff177;
	}
	.buildArea .buildBox .imgBox:hover .videoBtn::after {
		background-color: #222;
	}
	.buildArea .buildBox .imgBox:hover .Img {
		background-color: #000;
	}
	.buildArea .buildBox .imgBox:hover .Img img {
		-webkit-transform: scale(1.03);
		        transform: scale(1.03);
	}
}
.buildArea .buildBox .imgBox .Img {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.buildArea .buildBox .imgBox .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.buildArea .buildBox .Txt {
	width: 100%;
	max-width: 50%;
	padding: 185px 0 0 29px;
	margin-left: auto;
}
.buildArea .buildBox .Txt .text {
	position: relative;
	color: rgba(34, 34, 34, 0.7);
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.48px;
	padding: 14px 0 14px 32px;
	text-align: justify;
}
.buildArea .buildBox .Txt .text::before {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #f6dd00;
}
@media (max-width: 1400px) {
	.buildArea .buildBox::before {
		max-width: 50%;
		top: 0;
		font-size: 6dvw;
	}
	.buildArea .buildBox .Txt .text {
		font-size: 15px;
	}
}
@media (max-width: 1000px) {
	.buildArea .buildBox {
		padding-top: 50px;
	}
	.buildArea .buildBox::before {
		max-width: 100%;
	}
	.buildArea .buildBox::after {
		display: none;
	}
	.buildArea .buildBox .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		row-gap: 20px;
	}
	.buildArea .buildBox .imgBox {
		max-width: 100%;
	}
	.buildArea .buildBox .Txt {
		max-width: 100%;
		padding: 0;
		margin-left: 0;
	}
}
@media (max-width: 540px) {
	.buildArea .buildBox {
		padding-top: 70px;
	}
	.buildArea .buildBox::before {
		font-size: 40px;
		max-width: 235px;
	}
	.buildArea .buildBox .imgBox {
		height: 300px;
	}
	.buildArea .buildBox .Txt .text {
		padding: 10px 0 10px 24px;
	}
}
@media (max-width: 400px) {
	.buildArea .buildBox .imgBox {
		height: 250px;
	}
}
@media (max-width: 320px) {
	.buildArea .buildBox::before {
		font-size: 34px;
	}
}

.processArea {
	padding-top: 89px;
	padding-bottom: 60px;
}
@media (max-width: 640px) {
	.processArea {
		padding: 60px 0;
	}
}
@media (max-width: 400px) {
	.processArea {
		padding: 40px 0;
	}
}
.processArea .processBox {
	border: 1px solid #1d28a8;
	background-color: #fafafa;
	padding: 87px 50px 118px;
}
@media (max-width: 1600px) {
	.processArea .processBox {
		padding: 80px 0;
	}
}
@media (max-width: 1180px) {
	.processArea .processBox {
		padding: 60px 0;
	}
}
@media (max-width: 540px) {
	.processArea .processBox {
		padding: 40px 0;
		overflow: hidden;
	}
}
.processArea .titleBox {
	margin-bottom: 103px;
}
@media (max-width: 1180px) {
	.processArea .titleBox {
		margin-bottom: 80px;
	}
}
@media (max-width: 540px) {
	.processArea .titleBox {
		margin-bottom: 60px;
	}
}
@media (min-width: 541px) {
	.processArea .processList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 120px 0;
	}
}
@media (min-width: 541px) and (max-width: 840px) {
	.processArea .processList {
		gap: 100px 0;
	}
}
@media (max-width: 540px) {
	.processArea .processList .slick-list {
		overflow: visible;
	}
}
.processArea .processList .processItem {
	position: relative;
	width: calc((100% - 63px) / 5);
}
@media (min-width: 541px) {
	.processArea .processList .processItem:nth-child(5n+1) .numBox::before {
		display: none;
	}
	.processArea .processList .processItem:nth-child(5n+5) .numBox::after, .processArea .processList .processItem:last-child .numBox::after {
		display: none;
	}
}
@media (min-width: 841px) {
	.processArea .processList .processItem:nth-child(10n+5)::after, .processArea .processList .processItem:nth-child(10n+6)::after {
		content: "";
		position: absolute;
		pointer-events: none;
		width: 62px;
		height: 14px;
		background: url("../images/icon/deco_process.png") center center/contain no-repeat;
		top: 105px;
		-webkit-transform: translateY(50%);
		        transform: translateY(50%);
	}
	.processArea .processList .processItem:nth-child(10n+5) {
		margin-right: 62px;
	}
	.processArea .processList .processItem:nth-child(10n+5)::after {
		left: 89%;
	}
	.processArea .processList .processItem:nth-child(10n+6) {
		margin-left: 62px;
	}
	.processArea .processList .processItem:nth-child(10n+6)::after {
		right: 89%;
	}
}
@media (min-width: 841px) and (max-width: 1180px) {
	.processArea .processList .processItem {
		width: calc((100% - 40px) / 5);
	}
	.processArea .processList .processItem:nth-child(10n+5) {
		margin-right: 40px;
	}
	.processArea .processList .processItem:nth-child(10n+5)::after {
		left: 80%;
	}
	.processArea .processList .processItem:nth-child(10n+6) {
		margin-left: 40px;
	}
	.processArea .processList .processItem:nth-child(10n+6)::after {
		right: 80%;
	}
}
@media (max-width: 840px) {
	.processArea .processList .processItem {
		width: 20%;
	}
}
@media (max-width: 540px) {
	.processArea .processList .processItem {
		width: 100%;
	}
}
.processArea .processList .item {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	color: #1d28a8;
	text-align: center;
}
@media (min-width: 541px) {
	.processArea .processList .item:hover .Img {
		background-color: #1d28a8;
	}
	.processArea .processList .item:hover .num::before {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		background-color: #1d28a8;
	}
	.processArea .processList .item:hover .num::after {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	.processArea .processList .item:hover .text {
		opacity: 1;
		translate: 0 0;
	}
}
.processArea .processList .Img {
	width: 72px;
	height: auto;
	aspect-ratio: 1/1;
	-webkit-mask: center center/contain no-repeat;
	        mask: center center/contain no-repeat;
	background-color: #8b8b8b;
}
@media (max-width: 1180px) {
	.processArea .processList .Img {
		width: 60px;
	}
}
@media (max-width: 840px) {
	.processArea .processList .Img {
		width: 50px;
	}
}
.processArea .processList .numBox {
	width: 100%;
	position: relative;
	margin-top: 29px;
	margin-bottom: 23px;
}
.processArea .processList .numBox::before, .processArea .processList .numBox::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 1px;
	background-color: #141c75;
}
.processArea .processList .numBox::before {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}
.processArea .processList .numBox .num {
	position: relative;
	z-index: 2;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin: 0 auto;
	width: 33px;
	aspect-ratio: 1/1;
	height: auto;
	color: #fff;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 0.2;
	letter-spacing: 0.64px;
}
.processArea .processList .numBox .num::before {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: #141c75;
	z-index: -1;
}
.processArea .processList .numBox .num::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 118%;
	height: auto;
	aspect-ratio: 1/1;
	-webkit-mask: url("../images/icon/bim_circle_6.png") center center/contain no-repeat;
	        mask: url("../images/icon/bim_circle_6.png") center center/contain no-repeat;
	background-color: #fff;
	z-index: 1;
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
	opacity: 0;
}
.processArea .processList .Txt {
	padding: 0 10px;
	width: 100%;
}
.processArea .processList .title {
	font-weight: bold;
	color: #222;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 1400px) {
	.processArea .processList .title {
		font-size: 16px;
	}
}
@media (max-width: 840px) {
	.processArea .processList .title {
		font-size: 15px;
	}
}
.processArea .processList .text {
	opacity: 0;
	translate: 0 10px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0px;
	color: rgba(34, 34, 34, 0.7);
	width: 100%;
	position: absolute;
	top: unset;
	left: 50%;
	right: unset;
	bottom: -20px;
	-webkit-transform: translate(-50%, 100%);
	        transform: translate(-50%, 100%);
	z-index: 2;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 1400px) {
	.processArea .processList .text {
		font-size: 14px;
		bottom: -10px;
	}
}
@media (max-width: 840px) {
	.processArea .processList .text {
		font-size: 13px;
	}
}
.processArea .controlBox {
	margin-top: 30px;
}
@media (min-width: 541px) {
	.processArea .controlBox {
		display: none;
	}
}

.applicationArea {
	position: relative;
	padding-top: 39px;
	padding-bottom: 88px;
}
.applicationArea::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background-color: #fafafa;
	z-index: -1;
}
@media (max-width: 640px) {
	.applicationArea {
		padding: 60px 0;
	}
}
@media (max-width: 400px) {
	.applicationArea {
		padding: 40px 0;
	}
}
.applicationArea .bottomBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 38px;
	   -moz-column-gap: 38px;
	        column-gap: 38px;
	padding-top: 23px;
}
@media (max-width: 1180px) {
	.applicationArea .bottomBox {
		padding-top: 0;
	}
}
@media (max-width: 840px) {
	.applicationArea .bottomBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		row-gap: 30px;
	}
}
.applicationArea .mainBox {
	width: calc(50% - 38px);
}
@media (max-width: 1180px) {
	.applicationArea .mainBox {
		width: calc(65% - 38px);
	}
}
@media (max-width: 840px) {
	.applicationArea .mainBox {
		width: 100%;
	}
}
.applicationArea .navBox {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	overflow-x: clip;
	padding-top: 24px;
}
@media (max-width: 1400px) {
	.applicationArea .navBox {
		padding-top: 0;
	}
}
@media (max-width: 1180px) {
	.applicationArea .navBox {
		width: 35%;
	}
}
@media (max-width: 840px) {
	.applicationArea .navBox {
		width: 100%;
		row-gap: 30px;
	}
}
.applicationArea .applicationList .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.applicationArea .applicationList .Txt {
	padding-top: 30px;
}
.applicationArea .applicationList .title {
	font-weight: bold;
	color: #222;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.54px;
}
.applicationArea .applicationList .title a {
	color: #222;
}
@media (min-width: 1181px) {
	.applicationArea .applicationList .title a:hover {
		color: #1d28a8;
	}
}
.applicationArea .applicationList .text {
	color: rgba(34, 34, 34, 0.7);
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.48px;
}
.applicationArea .applicationList .btnBox {
	margin: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.applicationArea .applicationList.applicationListMain .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
}
.applicationArea .applicationList.applicationListMain .Img {
	height: 484px;
}
.applicationArea .applicationList.applicationListNav .applicationItem {
	padding: 0 14px;
}
.applicationArea .applicationList.applicationListNav .Img {
	height: 228px;
}
@media (max-width: 1400px) {
	.applicationArea .applicationList.applicationListMain .Img {
		height: 400px;
	}
	.applicationArea .applicationList.applicationListNav .Img {
		height: 150px;
	}
}
@media (max-width: 1180px) {
	.applicationArea .applicationList.applicationListMain .Img {
		height: 350px;
	}
	.applicationArea .applicationList.applicationListNav {
		display: none;
	}
}
@media (max-width: 400px) {
	.applicationArea .applicationList.applicationListMain .Img {
		height: 300;
	}
}
.applicationArea .applicationNavListBox {
	width: calc(100% + 28px);
	margin: 0 -14px;
	margin-top: auto;
}
@media (max-width: 1180px) {
	.applicationArea .applicationNavListBox {
		margin: auto 0 0 0;
		width: 100%;
	}
}
.applicationArea .controlBox {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-right: 14px;
	padding-top: 32px;
}
.applicationArea .controlBox .arrowBox {
	-webkit-column-gap: 12px;
	   -moz-column-gap: 12px;
	        column-gap: 12px;
}
@media (max-width: 1180px) {
	.applicationArea .controlBox {
		padding: 0;
	}
}
@media (max-width: 840px) {
	.applicationArea .controlBox {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.applicationArea .historyBox {
	position: relative;
	padding-bottom: 30px;
}
.applicationArea .historyBox .historyList {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 30px;
}
.applicationArea .historyBox .historyItem {
	position: relative;
	padding: 0 5px;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	width: 25%;
}
.applicationArea .historyBox .historyItem::after {
	content: "";
	position: absolute;
	pointer-events: none;
	right: 0;
	bottom: 2px;
	width: 1px;
	height: 15px;
	background-color: #e6e6e6;
}
.applicationArea .historyBox .historyItem:first-child::before {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	bottom: 2px;
	width: 1px;
	height: 15px;
	background-color: #e6e6e6;
}
.applicationArea .historyBox .textBox {
	font-weight: 600;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.applicationArea .historyBox .num {
	color: #1d28a8;
	font-size: 72px;
	line-height: 1;
	letter-spacing: 0px;
}
.applicationArea .historyBox .unit {
	margin-top: auto;
	margin-bottom: 6px;
	color: #141c75;
	font-size: 42px;
	line-height: 1;
	letter-spacing: 0px;
}
.applicationArea .historyBox .plus {
	margin-top: 5px;
	margin-bottom: auto;
	color: #f6dd00;
	font-size: 42px;
	line-height: 1;
	letter-spacing: 0px;
}
.applicationArea .historyBox .title {
	width: 100%;
	text-align: center;
	font-weight: 500;
	color: #1b1b1b;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.8px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 14px;
}
@media (max-width: 1400px) {
	.applicationArea .historyBox .num {
		font-size: 64px;
	}
	.applicationArea .historyBox .unit,
	.applicationArea .historyBox .plus {
		font-size: 34px;
	}
}
@media (min-width: 841px) and (max-width: 1400px) {
	.applicationArea .historyBox .historyItem {
		width: 50%;
	}
}
@media (max-width: 1180px) {
	.applicationArea .historyBox {
		padding-bottom: 0;
	}
	.applicationArea .historyBox .historyList {
		row-gap: 60px;
	}
	.applicationArea .historyBox .num {
		font-size: 50px;
	}
	.applicationArea .historyBox .unit,
	.applicationArea .historyBox .plus {
		font-size: 24px;
	}
}
@media (max-width: 840px) {
	.applicationArea .historyBox {
		padding: 0;
	}
	.applicationArea .historyBox .title {
		font-size: 14px;
	}
}
@media (max-width: 540px) {
	.applicationArea .historyBox .historyList {
		row-gap: 30px;
	}
	.applicationArea .historyBox .historyItem {
		width: 50%;
	}
}
/*# sourceMappingURL=about_bim.css.map */