.welfareArea .welfareIconItem .Img.bg, .welfareArea .welfareIconItem .Txt, .welfareArea .welfareIconItem .item::after, .welfareArea .welfareIconItem .item, .welfareArea .welfarePicItem .Txt .arrow::before, .welfareArea .welfarePicItem .Txt .arrow, .welfareArea .welfarePicItem .Txt .title, .welfareArea .welfarePicItem .Txt, .welfareArea .welfarePicItem .Img img, .welfareArea .welfareList {
	-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;
	}
}

.aboutArea {
	padding-top: 67px;
	padding-bottom: 40px;
	overflow: hidden;
}
@media (max-width: 1180px) {
	.aboutArea {
		padding: 40px 0;
	}
}
@media (max-width: 640px) {
	.aboutArea {
		padding: 35px 0;
	}
}
@media (max-width: 400px) {
	.aboutArea {
		padding: 30px 0;
	}
}
.aboutArea .wrap {
	max-width: 1026px;
}
.aboutArea .titleBox {
	margin-bottom: 28px;
}
.aboutArea .textEditor .text {
	color: rgba(34, 34, 34, 0.7);
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.56px;
}

.welfareArea {
	padding-bottom: 90px;
}
@media (max-width: 1180px) {
	.welfareArea {
		padding-bottom: 60px;
	}
}
@media (max-width: 640px) {
	.welfareArea {
		padding-bottom: 40px;
	}
}
@media (max-width: 400px) {
	.welfareArea {
		padding-bottom: 30px;
	}
}
.welfareArea .classBox {
	background-color: #f3f3fb;
}
.welfareArea .classBox::after {
	display: none;
}
.welfareArea .classBox .classCurrent {
	border: 1px solid #e6e6e6;
}
@media (min-width: 1181px) {
	.welfareArea .classBox {
		margin-top: 40px;
	}
	.welfareArea .classBox .classLink::before {
		display: none;
	}
	.welfareArea .classBox li,
	.welfareArea .classBox .classItem {
		border-bottom: none;
	}
	.welfareArea .classBox li::after,
	.welfareArea .classBox .classItem::after {
		display: none;
	}
	.welfareArea .classBox span,
	.welfareArea .classBox a {
		font-size: 16px;
	}
	.welfareArea .classBox span::after,
	.welfareArea .classBox a::after {
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 16.5px 9.5px 0 9.5px;
		background-color: transparent;
		border-color: #f3f3fb transparent transparent transparent;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		top: calc(100% - 1px);
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		translate: 0 -15px;
	}
	.welfareArea .classBox span.current,
	.welfareArea .classBox a.current {
		background-color: #1d28a8;
		color: #fff;
	}
	.welfareArea .classBox span.current:after,
	.welfareArea .classBox a.current:after {
		width: 0;
		height: 0;
		translate: 0 0;
		opacity: 1;
		border-color: #1d28a8 transparent transparent transparent;
	}
}
@media (min-width: 1181px) and (min-width: 1181px) {
	.welfareArea .classBox span:hover:after,
	.welfareArea .classBox a:hover:after {
		width: 0;
		height: 0;
	}
}
@media (max-width: 1180px) {
	.welfareArea .classBox span::after,
	.welfareArea .classBox a::after {
		display: none;
	}
	.welfareArea .classBox span.current,
	.welfareArea .classBox a.current {
		background-color: #1d28a8;
		color: #fff !important;
	}
}
.welfareArea .welfareBox {
	padding-top: 38px;
}
@media (max-width: 1400px) {
	.welfareArea .welfareBox {
		padding-top: 20px;
	}
}
@media (max-width: 1180px) {
	.welfareArea .welfareBox {
		padding-top: 0;
	}
}
.welfareArea .welfareList {
	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: 36px;
}
.welfareArea .welfareList.hide {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
.welfareArea .welfareList.pic {
	margin: 0 -18px;
}
.welfareArea .welfareList.icon {
	margin: 0 -4px;
}
.welfareArea .welfarePicItemContentBox {
	position: relative;
	width: 100%;
	border: 1px solid #1d28a8;
	padding: 60px;
	margin: 0 18px;
}
@media (max-width: 1400px) {
	.welfareArea .welfarePicItemContentBox {
		padding: 40px;
	}
}
@media (max-width: 1180px) {
	.welfareArea .welfarePicItemContentBox {
		padding: 30px;
	}
}
@media (max-width: 400px) {
	.welfareArea .welfarePicItemContentBox {
		padding: 20px;
	}
}
.welfareArea .welfarePicItem {
	width: 33.33%;
	padding: 0 18px;
}
.welfareArea .welfarePicItem.current .item.hasText img {
	-webkit-transform: scale(1.03);
	        transform: scale(1.03);
}
.welfareArea .welfarePicItem.current .item.hasText .Txt {
	background-color: #1d28a8;
}
.welfareArea .welfarePicItem.current .item.hasText .title {
	color: #fff;
}
.welfareArea .welfarePicItem.current .item.hasText .arrow {
	background-color: #f6dd00;
}
.welfareArea .welfarePicItem.current .item.hasText .arrow::before {
	color: #fff;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}
@media (max-width: 1180px) {
	.welfareArea .welfarePicItem {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.welfareArea .welfarePicItem {
		width: 100%;
	}
}
.welfareArea .welfarePicItem .item.hasText {
	cursor: pointer;
}
@media (min-width: 1181px) {
	.welfareArea .welfarePicItem .item.hasText:hover img {
		-webkit-transform: scale(1.03);
		        transform: scale(1.03);
	}
	.welfareArea .welfarePicItem .item.hasText:hover .Txt {
		background-color: #1d28a8;
	}
	.welfareArea .welfarePicItem .item.hasText:hover .title {
		color: #fff;
	}
	.welfareArea .welfarePicItem .item.hasText:hover .arrow {
		background-color: #f6dd00;
	}
	.welfareArea .welfarePicItem .item.hasText:hover .arrow::before {
		color: #fff;
	}
}
.welfareArea .welfarePicItem .Img {
	overflow: hidden;
}
.welfareArea .welfarePicItem .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.welfareArea .welfarePicItem .Txt {
	padding: 18px 30px;
	background-color: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-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;
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
}
.welfareArea .welfarePicItem .Txt .title {
	color: #222;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.54px;
}
.welfareArea .welfarePicItem .Txt .arrow {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	width: 54px;
	height: auto;
	aspect-ratio: 1/1;
	background-color: #fff;
	border: 1px solid #1d28a8;
	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;
}
.welfareArea .welfarePicItem .Txt .arrow::before {
	content: "\f107";
	color: #1d28a8;
	font-size: 26px;
	line-height: 1;
	font-family: FontAwesome;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.welfareArea .welfarePicItem .Txt .textEditor {
	display: none;
}
@media (max-width: 1400px) {
	.welfareArea .welfarePicItem .Txt {
		padding: 14px 16px;
	}
	.welfareArea .welfarePicItem .Txt .arrow {
		width: 45px;
	}
}
.welfareArea .welfareIconItem {
	width: 16.6666666667%;
	min-height: 240px;
	padding: 0 4px;
}
@media (max-width: 1180px) {
	.welfareArea .welfareIconItem {
		width: 33.3333333333%;
		min-height: unset;
	}
}
@media (max-width: 640px) {
	.welfareArea .welfareIconItem {
		width: 50%;
	}
}
@media (max-width: 400px) {
	.welfareArea .welfareIconItem {
		width: 100%;
	}
}
.welfareArea .welfareIconItem .item {
	position: relative;
	padding: 26px 30px 10px;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
}
.welfareArea .welfareIconItem .item::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(29, 40, 168, 0.5);
	opacity: 0;
}
@media (min-width: 1181px) {
	.welfareArea .welfareIconItem .item:hover {
		background-color: #1d28a8;
	}
	.welfareArea .welfareIconItem .item:hover::after {
		opacity: 1;
	}
	.welfareArea .welfareIconItem .item:hover .Img.bg {
		opacity: 1;
	}
	.welfareArea .welfareIconItem .item:hover .Txt.front {
		opacity: 0;
		translate: 0 10px;
	}
	.welfareArea .welfareIconItem .item:hover .Txt.back {
		opacity: 1;
		translate: 0 0;
	}
}
@media (max-width: 1400px) {
	.welfareArea .welfareIconItem .item {
		padding: 20px 24px 10px;
	}
}
@media (max-width: 1180px) {
	.welfareArea .welfareIconItem .item {
		padding: 20px;
	}
}
.welfareArea .welfareIconItem .Txt {
	pointer-events: none;
}
.welfareArea .welfareIconItem .Txt.front .num {
	color: rgba(34, 34, 34, 0.7);
}
.welfareArea .welfareIconItem .Txt.front .title {
	padding-top: 11px;
	margin-top: 23px;
	color: #222;
}
.welfareArea .welfareIconItem .Txt.front .title::after {
	left: 0;
	top: 0;
	background-color: #1d28a8;
}
.welfareArea .welfareIconItem .Txt.back {
	opacity: 0;
	translate: 0 10px;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	text-align: center;
	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: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.welfareArea .welfareIconItem .Txt.back .num {
	color: #fff;
	opacity: 0.7;
}
.welfareArea .welfareIconItem .Txt.back .title {
	color: #fff;
	padding-bottom: 11px;
	margin-bottom: 23px;
}
.welfareArea .welfareIconItem .Txt.back .title::after {
	background-color: #f6dd00;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.welfareArea .welfareIconItem .Img.bg {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	opacity: 0;
}
.welfareArea .welfareIconItem .Img.bg img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.welfareArea .welfareIconItem .Img.icon {
	width: 100%;
	max-width: 45px;
	margin-top: 40px;
}
.welfareArea .welfareIconItem .Img.icon img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 1400px) {
	.welfareArea .welfareIconItem .Img.icon {
		max-width: 40px;
	}
}
@media (max-width: 1180px) {
	.welfareArea .welfareIconItem .Img.icon {
		margin-top: 30px;
	}
}
.welfareArea .welfareIconItem .num {
	font-weight: bold;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0px;
}
.welfareArea .welfareIconItem .title {
	position: relative;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.54px;
}
.welfareArea .welfareIconItem .title::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 31px;
	height: 3px;
}
@media (max-width: 1400px) {
	.welfareArea .welfareIconItem .title {
		font-size: 16px;
	}
}

.joinArea .wrap {
	position: relative;
	padding: 0;
	max-width: 100%;
}
.joinArea .imgBox {
	width: 100%;
	position: relative;
	height: 480px;
}
.joinArea .imgBox .Img {
	height: 100%;
}
.joinArea .imgBox img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.joinArea .Txt {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px;
	max-width: 1400px;
	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: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.joinArea .Txt .title {
	margin-top: 0;
	margin-bottom: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.joinArea .Txt .text {
	font-weight: 300;
	opacity: 0.7;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.joinArea .Txt .btnBox {
	width: 100%;
	gap: 30px;
}
.joinArea .Txt .btnBox .btn {
	max-width: 252px;
}
@media (max-width: 1180px) {
	.joinArea .Txt {
		padding: 30px;
	}
}
@media (max-width: 640px) {
	.joinArea .Txt .btnBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.joinArea .Txt .btnBox .btn {
		width: 100%;
		min-width: unset;
	}
}
@media (max-width: 400px) {
	.joinArea .Txt {
		padding: 20px;
	}
}
/*# sourceMappingURL=about_careers.css.map */