@charset "UTF-8";
.contactArea .formBox .btnBox .btn::before, .contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck::before, .processArea .Txt .subtitle, .processArea .Txt .title, .processArea .ImgBox, .memberArea .Txt .title, .memberArea .Txt .TxtTitleBox::before, .memberArea .ImgBox .memberBg, .serviceArea .ImgBox, .serviceArea .item::before, .serviceArea .item::after, .serviceArea .item, .bannerArea .swiper-pagination .swiper-pagination-bullet::before,
.ib_banner02 .swiper-pagination .swiper-pagination-bullet::before, .bannerArea .bannerLogoBox,
.ib_banner02 .bannerLogoBox, .popWin .close::before, .popWin .close::after, .popWin .close {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.popWin {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	font-size: 15px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 700px;
	max-width: 90%;
	max-height: 85vh;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .popContent {
	max-height: 85vh;
	overflow-y: auto;
}
.popWin img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.popWin .Txt {
	padding: 30px;
}
.popWin .Txt .popTitle {
	font-size: 25px;
	margin-bottom: 25px;
}
.popWin .close {
	width: 46px;
	height: 46px;
	background-color: #f39800;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.popWin .close::before, .popWin .close::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 23px;
	width: 25px;
	height: 1px;
	background-color: #fff;
}
.popWin .close::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.popWin .close::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 1201px) {
	.popWin .close:hover {
		background-color: rgba(0, 0, 0, 0.85);
	}
}
.popWin.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
	opacity: 1;
}
@media (max-width: 1200px) {
	.popWin .popContent {
		max-height: calc(100vh - 150px);
	}
}

.outerWrap {
	padding: 0;
}
@media (max-width: 1200px) {
	.outerWrap {
		padding-top: 60px;
		padding-bottom: calc(55px + env(safe-area-inset-bottom));
	}
}

.mainArea {
	padding: 0;
}

.bannerArea,
.ib_banner02 {
	position: relative;
	margin-left: 75px;
}
@media (max-width: 1200px) {
	.bannerArea,
	.ib_banner02 {
		margin-left: 0;
	}
}
.bannerArea .bannerLogoBox,
.ib_banner02 .bannerLogoBox {
	position: absolute;
	top: 49%;
	left: 0;
	z-index: 10;
	-webkit-transform: translateY(-50%) translateX(0);
	        transform: translateY(-50%) translateX(0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 160px;
	height: 48.5%;
	background: #fff;
}
@media (max-width: 1200px) {
	.bannerArea .bannerLogoBox,
	.ib_banner02 .bannerLogoBox {
		display: none;
	}
}
.bannerArea .bannerLogoBox.current,
.ib_banner02 .bannerLogoBox.current {
	-webkit-transform: translateY(-50%) translateX(-100%);
	        transform: translateY(-50%) translateX(-100%);
}
.bannerArea .bannerLogoBox .Img,
.ib_banner02 .bannerLogoBox .Img {
	display: block;
	width: 105px;
}
.bannerArea .bannerLogoBox img,
.ib_banner02 .bannerLogoBox img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.bannerArea .bannerBox,
.ib_banner02 .bannerBox {
	position: relative;
}
.bannerArea .bannerList,
.ib_banner02 .bannerList {
	position: relative;
	z-index: 1;
}
.bannerArea .Txt,
.ib_banner02 .Txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 50;
	padding: 20px;
	padding-top: 26px;
	padding-left: calc(230px + 4.7%);
	padding-right: 12%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 100%;
	width: 100%;
}
@media (max-width: 1200px) {
	.bannerArea .Txt,
	.ib_banner02 .Txt {
		padding-right: 80px;
		padding-left: 20px;
	}
}
@media (max-width: 960px) {
	.bannerArea .Txt,
	.ib_banner02 .Txt {
		padding-right: 20px;
	}
}
.bannerArea .Txt .textBox,
.ib_banner02 .Txt .textBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.bannerArea .Txt .textEditor,
.ib_banner02 .Txt .textEditor {
	font-family: "Cormorant Garamond", "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", "Heiti TC", "メイリオ", sans-serif;
}
.bannerArea .Txt .title,
.ib_banner02 .Txt .title {
	font-size: 95px;
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: 2.8px;
	color: #fff;
	opacity: 1;
}
@media (max-width: 1200px) {
	.bannerArea .Txt .title,
	.ib_banner02 .Txt .title {
		font-size: 76px;
	}
}
@media (max-width: 960px) {
	.bannerArea .Txt .title,
	.ib_banner02 .Txt .title {
		font-size: 64px;
	}
}
@media (max-width: 640px) {
	.bannerArea .Txt .title,
	.ib_banner02 .Txt .title {
		font-size: 40px;
	}
}
@media (max-width: 480px) {
	.bannerArea .Txt .title,
	.ib_banner02 .Txt .title {
		font-size: 36px;
		letter-spacing: 1px;
	}
}
.bannerArea .Txt .subtitle,
.ib_banner02 .Txt .subtitle {
	padding-top: 20px;
	padding-left: 6px;
	display: block;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.5px;
	color: #fff;
	opacity: 1;
}
@media (max-width: 1200px) {
	.bannerArea .Txt .subtitle,
	.ib_banner02 .Txt .subtitle {
		font-size: 30px;
	}
}
@media (max-width: 640px) {
	.bannerArea .Txt .subtitle,
	.ib_banner02 .Txt .subtitle {
		padding: 0px;
		padding-top: 5px;
	}
}
@media (max-width: 480px) {
	.bannerArea .Txt .subtitle,
	.ib_banner02 .Txt .subtitle {
		font-size: 20px;
	}
}
.bannerArea .Txt .text,
.ib_banner02 .Txt .text {
	padding: 15px 0;
	padding-left: 6px;
	display: block;
	font-size: 25px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #fff;
	opacity: 1;
}
@media (max-width: 1200px) {
	.bannerArea .Txt .text,
	.ib_banner02 .Txt .text {
		font-size: 20px;
	}
}
@media (max-width: 640px) {
	.bannerArea .Txt .text,
	.ib_banner02 .Txt .text {
		padding: 5px 0;
	}
}
@media (max-width: 480px) {
	.bannerArea .Txt .text,
	.ib_banner02 .Txt .text {
		font-size: 18px;
	}
}
.bannerArea .btnBox,
.ib_banner02 .btnBox {
	padding-left: 7px;
	padding-top: 35px;
}
@media (max-width: 640px) {
	.bannerArea .btnBox,
	.ib_banner02 .btnBox {
		padding: 0px;
	}
}
.bannerArea .hero-slider,
.ib_banner02 .hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}
@media (max-width: 960px) {
	.bannerArea .hero-slider,
	.ib_banner02 .hero-slider {
		height: 600px;
	}
}
.bannerArea .hero-slider .swiper-slide,
.ib_banner02 .hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}
.bannerArea .hero-slider .swiper-container,
.ib_banner02 .hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.bannerArea .hero-slider .slide-inner,
.ib_banner02 .hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: 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;
	text-align: left;
}
.bannerArea .hero-style,
.ib_banner02 .hero-style {
	height: 970px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media (max-width: 960px) {
	.bannerArea .hero-style,
	.ib_banner02 .hero-style {
		height: 600px;
	}
}
@media screen and (min-width: 992px) {
	.bannerArea .hero-style .container,
	.ib_banner02 .hero-style .container {
		padding-top: 95px;
	}
}
.bannerArea .hero-style .slide-title,
.bannerArea .hero-style .slide-text,
.bannerArea .hero-style .slide-btns,
.ib_banner02 .hero-style .slide-title,
.ib_banner02 .hero-style .slide-text,
.ib_banner02 .hero-style .slide-btns {
	max-width: 690px;
}
.bannerArea .hero-style .slide-title h2,
.ib_banner02 .hero-style .slide-title h2 {
	font-size: 100px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	margin: 0 0 40px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media (max-width: 1199px) {
	.bannerArea .hero-style .slide-title h2,
	.ib_banner02 .hero-style .slide-title h2 {
		font-size: 75px;
	}
}
@media (max-width: 960px) {
	.bannerArea .hero-style .slide-title h2,
	.ib_banner02 .hero-style .slide-title h2 {
		font-size: 50px;
		margin: 0 0 35px;
	}
}
.bannerArea .hero-style .slide-text p,
.ib_banner02 .hero-style .slide-text p {
	opacity: 0.8;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: normal;
	color: #fff;
	margin: 0 0 40px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media (max-width: 767px) {
	.bannerArea .hero-style .slide-text p,
	.ib_banner02 .hero-style .slide-text p {
		font-size: 16px;
		font-size: 1rem;
		font-weight: normal;
		margin: 0 0 30px;
	}
}
.bannerArea .hero-style .slide-btns > a:first-child,
.ib_banner02 .hero-style .slide-btns > a:first-child {
	margin-right: 10px;
}
.bannerArea .button-wrapper,
.ib_banner02 .button-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	color: #fff;
	font-size: 24px;
	position: absolute;
	z-index: 50;
	padding: 0 15px;
	top: 50%;
	margin-top: -17.5px;
}
.bannerArea .button-wrapper .swiper-button,
.ib_banner02 .button-wrapper .swiper-button {
	cursor: pointer;
}
.bannerArea .swiper-pagination,
.ib_banner02 .swiper-pagination {
	position: absolute;
	bottom: 38px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.bannerArea .swiper-pagination .swiper-pagination-bullet,
.ib_banner02 .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 31px;
	height: 31px;
	margin: 0 6px;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}
.bannerArea .swiper-pagination .swiper-pagination-bullet::before,
.ib_banner02 .swiper-pagination .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
}
.bannerArea .swiper-pagination .swiper-pagination-bullet-active::before,
.ib_banner02 .swiper-pagination .swiper-pagination-bullet-active::before {
	background: #f39800;
}
.bannerArea .progress-bar-container,
.ib_banner02 .progress-bar-container {
	width: 100%;
	height: 5px;
	background-color: #e0e0e0;
	position: absolute;
	z-index: 99;
}
.bannerArea .progress-bar,
.ib_banner02 .progress-bar {
	height: 5px;
	width: 0;
	background-color: #f39800;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: none;
	transition: none;
}
.bannerArea .custom-page-box,
.ib_banner02 .custom-page-box {
	position: absolute;
	z-index: 999;
	font-size: 24px;
	color: #fff;
	left: 12%;
	top: 8%;
}
.bannerArea .scrollDown,
.ib_banner02 .scrollDown {
	position: absolute;
	top: 47.5%;
	right: 8.2%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 2;
	padding: 0 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.bannerArea .scrollDown,
	.ib_banner02 .scrollDown {
		right: 3%;
	}
}
@media (max-width: 960px) {
	.bannerArea .scrollDown,
	.ib_banner02 .scrollDown {
		display: none;
	}
}
.bannerArea .scrollDown span,
.ib_banner02 .scrollDown span {
	display: block;
}
.bannerArea .scrollDown span.text,
.ib_banner02 .scrollDown span.text {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	letter-spacing: 1.4px;
	color: #fff;
	-webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	        writing-mode: vertical-lr;
}
.bannerArea .scrollDown span.line,
.ib_banner02 .scrollDown span.line {
	position: relative;
	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;
	margin: 25px 0 0;
	width: 25px;
	height: 45px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 14.5px;
}
.bannerArea .scrollDown span.line::before,
.ib_banner02 .scrollDown span.line::before {
	content: "";
	position: absolute;
	top: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: block;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 100%;
	-webkit-animation: bannerScrollAnimation 2.5s linear infinite;
	        animation: bannerScrollAnimation 2.5s linear infinite;
}
.bannerArea .scrollDown span.line::after,
.ib_banner02 .scrollDown span.line::after {
	content: "";
	position: absolute;
	bottom: -15px;
	width: 9px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.serviceAboutArea {
	position: relative;
}
.serviceAboutArea::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: -2;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/home_service_bg.webp);
	background-position: top center;
	background-size: cover;
	pointer-events: none;
}

.serviceArea {
	position: relative;
	padding: 68px 0;
	overflow-x: clip;
}
@media (max-width: 640px) {
	.serviceArea {
		padding: 60px 0 30px;
	}
}
.serviceArea::before {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	z-index: -1;
	display: block;
	width: 525px;
	height: 766px;
	background-image: url(../images/service_deco.png);
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
.serviceArea .wrap {
	max-width: 1240px;
}
.serviceArea .topBox {
	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;
}
@media (max-width: 460px) {
	.serviceArea .topBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.serviceArea .topBox .btnBox {
	padding: 14px 9px 0;
}
.serviceArea .serviceBox {
	padding-top: 15px;
}
@media (max-width: 1200px) {
	.serviceArea .serviceBox {
		display: none;
	}
}
.serviceArea .serviceBox_m {
	padding-top: 30px;
}
@media (min-width: 1201px) {
	.serviceArea .serviceBox_m {
		display: none;
	}
}
.serviceArea .serviceList {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (max-width: 1200px) {
	.serviceArea .serviceList {
		margin-right: -120px;
		display: block;
	}
}
@media (max-width: 767px) {
	.serviceArea .serviceList {
		margin: 0 -15px;
	}
}
.serviceArea .serviceItem {
	padding: 15px;
	width: 20%;
}
@media (max-width: 460px) {
	.serviceArea .serviceItem {
		padding: 5px;
	}
}
.serviceArea .item {
	position: relative;
	padding: 25px 32px;
	padding-bottom: 10px;
	background: #fff;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.07);
	        box-shadow: 0px 0px 8px 0px rgba(4, 0, 0, 0.07);
	cursor: pointer;
}
@media (max-width: 460px) {
	.serviceArea .item {
		padding: 10px;
	}
}
.serviceArea .item:hover {
	-webkit-box-shadow: 0px 0px 20px rgba(243, 152, 0, 0.2);
	        box-shadow: 0px 0px 20px rgba(243, 152, 0, 0.2);
}
.serviceArea .item:hover::before, .serviceArea .item:hover::after {
	opacity: 1;
}
.serviceArea .item:hover::before {
	top: 0;
	right: 0;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.serviceArea .item:hover::after {
	bottom: 0;
	left: 0;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.serviceArea .item:hover .ImgBox {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}
.serviceArea .item::before, .serviceArea .item::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	pointer-events: none;
	opacity: 0;
}
.serviceArea .item::before {
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
	border-top: 5px solid #f39800;
	border-right: 5px solid #f39800;
}
.serviceArea .item::after {
	bottom: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
	border-bottom: 5px solid #f39800;
	border-left: 5px solid #f39800;
}
.serviceArea .item a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}
.serviceArea .ImgBox {
	width: 62px;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}
.serviceArea .Img img {
	display: block;
	width: 100%;
	height: auto;
}
.serviceArea .Txt {
	padding: 5px 0;
	height: 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.serviceArea .num {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1;
}
.serviceArea .title {
	padding-top: 7px;
	margin-left: -2px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.serviceArea .subtitle {
	padding-top: 2px;
	margin-left: -2px;
	height: 40px;
	font-size: 16px;
	letter-spacing: 0.5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 640px) {
	.serviceArea .subtitle {
		font-size: 14px;
	}
}
.serviceArea #halo {
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background: radial-gradient(ellipse at center, rgba(243, 152, 0, 0.2) 0%, rgba(0, 0, 0, 0) 30%);
	pointer-events: none;
}
.serviceArea .dotsBox {
	padding-top: 30px;
}

.aboutArea {
	position: relative;
	top: 55px;
}
@media (max-width: 1200px) {
	.aboutArea {
		top: 0;
	}
}
@media (max-width: 1200px) {
	.aboutArea {
		padding: 30px 0 45px;
	}
}
.aboutArea .wrap {
	width: 100%;
	max-width: 1705px;
	margin: 0 auto 0 0;
	padding-left: 0;
	padding-right: 65px;
}
@media (max-width: 1200px) {
	.aboutArea .wrap {
		padding: 0;
	}
}
.aboutArea .aboutBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1200px) {
	.aboutArea .aboutBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.aboutArea .ImgBox {
	width: 59%;
}
@media (max-width: 1200px) {
	.aboutArea .ImgBox {
		width: 100%;
		padding-right: 70px;
	}
}
@media (max-width: 460px) {
	.aboutArea .ImgBox {
		width: 100%;
		padding-right: 5%;
	}
}
.aboutArea .Img {
	position: relative;
}
.aboutArea .Img::before {
	content: "";
	position: absolute;
	top: calc(100% - 10px);
	left: 0;
	display: block;
	width: 80px;
	height: 185px;
	background: #f39800;
}
@media (max-width: 1200px) {
	.aboutArea .Img::before {
		display: none;
	}
}
.aboutArea .Img img {
	display: block;
	width: 100%;
	height: auto;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.aboutArea .Txt {
	margin-top: -11px;
	padding-left: 5.5%;
	padding-bottom: 145px;
	width: 41%;
}
@media (max-width: 1200px) {
	.aboutArea .Txt {
		margin: 0;
		padding: 70px 20px 0;
		width: 100%;
	}
}
@media (max-width: 460px) {
	.aboutArea .Txt {
		padding-top: 40px;
	}
}
.aboutArea .textBox {
	width: 100%;
}
.aboutArea .title {
	padding-top: 30px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #131212;
}
.aboutArea .text {
	padding-top: 10px;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.45;
}
.aboutArea .btnBox {
	padding-top: 55px;
}
@media (max-width: 640px) {
	.aboutArea .btnBox {
		padding-top: 40px;
	}
}

.companyArea {
	overflow: hidden;
	margin-top: -75px;
}
@media (max-width: 1600px) {
	.companyArea {
		margin-top: -35px;
	}
}
@media (max-width: 1200px) {
	.companyArea {
		margin: 0;
	}
}
.companyArea .wrap {
	width: 100%;
	max-width: 1390px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.companyArea .companyBox {
	position: relative;
	z-index: 1;
	background: #393939;
	border-radius: 7px;
}
@media (max-width: 767px) {
	.companyArea .companyBox {
		border-radius: 0;
	}
}
.companyArea .companyList {
	padding-top: 30px;
	padding-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.companyArea .companyItem {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media (max-width: 767px) {
	.companyArea .companyItem {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding: 10px 0;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: 50%;
	}
}
.companyArea .companyItem:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) rotate(30deg);
	        transform: translateY(-50%) rotate(30deg);
	display: block;
	width: 1px;
	height: 110%;
	background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
	.companyArea .companyItem:not(:first-child)::before {
		display: none;
	}
}
.companyArea .companyItem:nth-child(3) {
	width: 100%;
}
.companyArea .item {
	margin: 0 auto;
	padding: 0 20px;
}
@media (max-width: 767px) {
	.companyArea .item {
		margin: 0;
	}
}
.companyArea .Txt {
	color: #fff;
}
.companyArea .Txt .num {
	position: relative;
	font-size: 100px;
	letter-spacing: -2px;
	line-height: 1;
}
@media (max-width: 960px) {
	.companyArea .Txt .num {
		font-size: 60px;
	}
}
@media (max-width: 460px) {
	.companyArea .Txt .num {
		font-size: 40px;
	}
}
.companyArea .Txt .num .odometer {
	position: relative;
}
.companyArea .Txt .num .odometer::after {
	content: "+";
	position: absolute;
	top: 3px;
	right: -26%;
	display: block;
	font-size: 50px;
	line-height: 1;
}
@media (max-width: 460px) {
	.companyArea .Txt .num .odometer::after {
		font-size: 28px;
	}
}
.companyArea .Txt .num .odometer-formatting-mark {
	display: none;
}
.companyArea .Txt .title {
	padding-left: 4px;
	margin-top: -5px;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
}
.companyArea .Txt .subtitle {
	padding-top: 3px;
	padding-left: 4px;
	font-size: 16px;
	letter-spacing: 1px;
}

.memberArea {
	padding: 65px 0;
}
@media (max-width: 640px) {
	.memberArea {
		padding: 60px 0 45px;
	}
}
.memberArea .wrap {
	width: 100%;
	max-width: 1570px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.memberArea .memberBox {
	position: relative;
	padding: 0 50px;
	padding-top: 40px;
}
@media (max-width: 480px) {
	.memberArea .memberBox {
		padding: 0 20px;
		padding-top: 30px;
	}
}
@media (max-width: 460px) {
	.memberArea .memberBox {
		padding: 0;
		padding-top: 30px;
	}
}
.memberArea .arrowBox {
	top: 48.6%;
}
.memberArea .slick-track {
	margin-bottom: 15px;
}
.memberArea .memberItem {
	padding: 0 25px;
}
@media (max-width: 1200px) {
	.memberArea .memberItem {
		padding: 0 10px;
	}
}
.memberArea .item:hover .ImgBox .memberBg {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
	opacity: 1;
}
.memberArea .item:hover .Txt .TxtTitleBox::before {
	width: 100%;
}
.memberArea .item:hover .Txt .title a {
	color: #f39800;
}
.memberArea .item:hover .btnBox .masterBtn .btnRipple {
	background: #f39800;
}
.memberArea .ImgBox {
	position: relative;
	z-index: 0;
}
.memberArea .ImgBox .memberBg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: -2;
	display: block;
	max-width: 270px;
	margin: 0 auto;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	opacity: 0.1;
}
@media (max-width: 1200px) {
	.memberArea .ImgBox .memberBg {
		-webkit-filter: grayscale(0);
		        filter: grayscale(0);
	}
}
.memberArea .ImgBox .memberBg img {
	display: block;
	width: 100%;
}
.memberArea .ImgBox .Img img {
	display: block;
	width: auto;
	max-height: 380px;
	margin: 0 auto;
}
.memberArea .Txt {
	position: relative;
	z-index: 1;
	padding: 23px 27px 35px 20px;
	border-radius: 7px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.1);
	        box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.1);
}
.memberArea .Txt .TxtTitleBox {
	position: relative;
	color: #202020;
	border-bottom: 1px solid #132b88;
	padding-bottom: 11px;
}
.memberArea .Txt .TxtTitleBox::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 30%;
	height: 2px;
	background: #f39800;
}
.memberArea .Txt .title {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 1.4px;
}
.memberArea .Txt .title a {
	color: #202020;
}
.memberArea .Txt .subtitle {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
}
.memberArea .Txt .introduction {
	padding-top: 15px;
	line-height: 1.25;
	letter-spacing: 1px;
	color: #414040;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 480px) {
	.memberArea .Txt .introduction {
		display: none;
	}
}
.memberArea .Txt .btnBox {
	padding-top: 20px;
	padding-right: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media (max-width: 480px) {
	.memberArea .Txt .btnBox {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
.memberArea .Txt .btnBox .btnRipple {
	top: 2px;
	margin-left: 10px;
	width: 28px;
	height: 28px;
	background: #939393;
}
.memberArea .Txt .btnBox .btnRipple::after {
	display: none;
}

.processArea {
	position: relative;
	padding: 18px 0 50px;
}
@media (max-width: 640px) {
	.processArea {
		padding: 90px 0 40px;
	}
}
.processArea.show::before {
	-webkit-transform: scale(1);
	        transform: scale(1);
	height: 330px;
}
@media (max-width: 640px) {
	.processArea.show::before {
		height: 175px;
	}
}
.processArea::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	z-index: -1;
	width: 345px;
	height: 0;
	border-top: 80px solid #f39800;
	border-right: 80px solid #f39800;
	pointer-events: none;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: height 1s 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
	transition: height 1s 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out, height 1s 0.5s ease-in-out;
	transition: transform 1s ease-in-out, height 1s 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
	pointer-events: none;
}
@media (max-width: 1200px) {
	.processArea::before {
		top: -55px;
	}
}
@media (max-width: 640px) {
	.processArea::before {
		top: 0;
		border-top: 40px solid #f39800;
		border-right: 40px solid #f39800;
		width: 170px;
	}
}
.processArea .wrap {
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.processArea .processBox {
	position: relative;
	margin-top: 42px;
}
.processArea .svgBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 1200px) {
	.processArea .svgBox {
		display: none;
	}
}
.processArea .svgBox .track {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: initial;
}
.processArea .svgBox path {
	fill: #fff;
	stroke: #d5d5d5;
	stroke-width: 1px;
	-webkit-filter: drop-shadow(0px 0px 18px rgba(4, 0, 0, 0.1));
	        filter: drop-shadow(0px 0px 18px rgba(4, 0, 0, 0.1));
}
.processArea .svgBox .secColor {
	position: relative;
	z-index: 1;
	fill: #132b88;
}
.processArea .svgBox .mainColor {
	position: relative;
	z-index: 1;
	fill: #f39800;
}
.processArea .processList {
	padding: 22px 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 1200px) {
	.processArea .processList {
		padding: 0px;
	}
}
.processArea .processItem {
	position: relative;
	margin: 0 -13px;
	max-width: 290px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	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;
	aspect-ratio: 1/1;
	border: 1px solid #9d9d9d;
	border-radius: 100%;
}
@media (max-width: 1200px) {
	.processArea .processItem {
		margin: 0;
		max-width: unset;
		aspect-ratio: unset;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		border: none;
		padding: 10px 0;
		width: 50%;
	}
}
@media (max-width: 1200px) {
	.processArea .processItem:nth-child(5) {
		width: 100%;
	}
}
.processArea .processItem:hover, .processArea .processItem.current {
	border-color: #f39800;
}
.processArea .processItem:hover .ImgBox, .processArea .processItem.current .ImgBox {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}
.processArea .processItem:hover .title, .processArea .processItem.current .title {
	color: #f39800;
}
.processArea .processItem:hover .subtitle, .processArea .processItem.current .subtitle {
	color: #f39800;
}
.processArea .item a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.processArea .ImgBox {
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	width: 70px;
	margin: 0 auto;
}
@media (max-width: 640px) {
	.processArea .ImgBox {
		width: 60px;
	}
}
@media (max-width: 460px) {
	.processArea .ImgBox {
		width: 50px;
	}
}
.processArea .ImgBox img {
	display: block;
	width: 100%;
	height: 100%;
}
.processArea .Txt {
	text-align: center;
}
.processArea .Txt .title {
	padding-top: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #414040;
}
@media (max-width: 1200px) {
	.processArea .Txt .title {
		font-size: 22px;
	}
}
@media (max-width: 460px) {
	.processArea .Txt .title {
		font-size: 18px;
	}
}
.processArea .Txt .subtitle {
	font-size: 16px;
	letter-spacing: 0.6px;
}

.contactArea {
	position: relative;
	padding: 63px 0 93px;
	/*側邊_聯絡資訊*/
}
@media (max-width: 1200px) {
	.contactArea {
		padding-bottom: 105px;
	}
}
@media (max-width: 640px) {
	.contactArea {
		padding-top: 20px;
	}
}
.contactArea .wrap {
	width: 100%;
	max-width: 1530px;
	margin: 0 auto;
	padding-left: 65px;
	padding-right: 65px;
}
@media (max-width: 1200px) {
	.contactArea .wrap {
		padding: 0 20px;
	}
}
.contactArea .contactBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1200px) {
	.contactArea .contactBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.contactArea .leftBox {
	width: 45%;
}
@media (max-width: 1200px) {
	.contactArea .leftBox {
		width: 100%;
	}
}
.contactArea .side_contactInfo {
	padding-top: 25px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.contactArea .side_contactInfo li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contactArea .side_contactInfo .infoTitle {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.contactArea .side_contactInfo i,
.contactArea .side_contactInfo svg {
	display: inline-block;
	vertical-align: middle;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 8px;
	font-size: 24px;
	text-align: center;
}
.contactArea .side_contactInfo svg {
	padding: 5px;
}
.contactArea .side_contactInfo .info {
	margin-left: 2px;
	display: inline-block;
	font-weight: 400;
	letter-spacing: 1px;
	color: #414040;
	word-break: break-all;
}
@media (max-width: 480px) {
	.contactArea .side_contactInfo .info {
		padding-top: 3px;
	}
}
.contactArea .side_contactInfo .info:hover:not(span) {
	color: #f39800;
}
.contactArea .branchBox {
	padding: 20px 0;
}
.contactArea .socialBox {
	padding: 16px 0 42px;
}
.contactArea .ImgBox {
	max-width: 700px;
	width: 100%;
	height: auto;
	border-radius: 7px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.1);
	        box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.1);
}
.contactArea .ImgBox img {
	display: block;
	width: 100%;
	height: 100%;
}
.contactArea .rightBox {
	padding: 55px 89px;
	padding-bottom: 0;
	width: 55%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.1);
	        box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.1);
	border-radius: 7px;
}
@media (max-width: 1360px) {
	.contactArea .rightBox {
		padding: 55px;
	}
}
@media (max-width: 1200px) {
	.contactArea .rightBox {
		width: 100%;
		background: transparent;
		-webkit-box-shadow: none;
		        box-shadow: none;
		padding: 60px 0 0;
	}
}
.contactArea .formBox.changePassword {
	max-width: 640px;
	margin: 0 auto;
}
.contactArea .formBox .formList {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	color: #414040;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}
@media (max-width: 1200px) {
	.contactArea .formBox .formList {
		margin: 0;
	}
}
.contactArea .formBox .formRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.contactArea .formBox .formColumn {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 14.5px 0;
	position: relative;
}
@media (max-width: 1200px) {
	.contactArea .formBox .formColumn {
		padding: 10px;
	}
}
@media (max-width: 480px) {
	.contactArea .formBox .formColumn {
		padding: 10px 0;
	}
}
.contactArea .formBox .formColumn:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.contactArea .formBox .formColumn.illustrate {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.contactArea .formBox .formColumn.illustrate .columnTitle {
	padding-top: 9px;
}
.contactArea .formBox .formColumn.select {
	position: relative;
}
.contactArea .formBox .formColumn.select::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #626262;
	border-bottom: 2px solid #626262;
	pointer-events: none;
	position: absolute;
	bottom: 35px;
	right: 20px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.contactArea .formBox .formColumn.pt0 {
	padding-top: 0;
}
.contactArea .formBox .formColumn.pb0 {
	padding-bottom: 0;
}
.contactArea .formBox .formColumnName {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 460px) {
	.contactArea .formBox .formColumnName {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.contactArea .formBox .formBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.contactArea .formBox .columnTitle {
	position: relative;
	padding-right: 20px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 165px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.02rem;
}
@media (max-width: 1360px) {
	.contactArea .formBox .columnTitle {
		width: 118px;
	}
}
@media (max-width: 1200px) {
	.contactArea .formBox .columnTitle {
		width: 140px;
	}
}
@media (max-width: 640px) {
	.contactArea .formBox .columnTitle {
		width: auto;
	}
}
.contactArea .formBox .columnTitle.requireStyle::after {
	content: "*";
	color: #f39800;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	top: -5px;
	right: 0;
	z-index: 1;
}
.contactArea .formBox .columnCheckBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media (max-width: 460px) {
	.contactArea .formBox .columnCheckBox {
		padding-top: 10px;
	}
}
.contactArea .formBox .columnCheckBox .columnCheckLabel {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2px 9px;
	margin-left: 0;
	background: transparent;
}
@media (max-width: 1440px) {
	.contactArea .formBox .columnCheckBox .columnCheckLabel {
		padding: 2px 5px;
	}
}
@media (max-width: 1360px) {
	.contactArea .formBox .columnCheckBox .columnCheckLabel {
		padding: 0;
		margin: 0;
	}
}
.contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck {
	width: 22px;
	height: 22px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	outline: 0;
	position: relative;
}
@media (max-width: 1360px) {
	.contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck {
		margin: 0 5px;
	}
}
@media (max-width: 460px) {
	.contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck {
		width: 15px;
		height: 15px;
	}
}
.contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #cecece;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
	content: "";
	width: 50%;
	height: 50%;
	background-color: #333;
	border-radius: 50%;
	display: inline-block;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
	opacity: 1;
}
.contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
	background-color: #e5e5e5 !important;
}
.contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
	background-color: #b5b5b5 !important;
}
.contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
	color: #737373 !important;
}
.contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
	border-radius: 0;
}
.contactArea .formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
	border-color: #f39800;
}
.contactArea .formBox .columnCheckBox .columnCheckBoxTitle {
	display: inline-block;
	line-height: 1;
	letter-spacing: 0.02rem;
	margin-left: 4px;
}
.contactArea .formBox .columnSelect {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 22px;
	outline: none;
	padding: 5px 25px 5px 10px;
	margin: 0;
	margin-left: -10px;
}
@media (max-width: 1200px) {
	.contactArea .formBox .columnSelect {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.contactArea .formBox .columnSelect {
		font-size: 16px;
	}
}
.contactArea .formBox .columnSelect:disabled {
	color: #737373 !important;
}
.contactArea .formBox .columnSelect option {
	font-weight: 300;
}
.contactArea .formBox .columnInput {
	padding: 5px 0;
}
.contactArea .formBox .columnInput:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
.contactArea .formBox .columnArea {
	height: 145px;
}
@media (max-width: 1200px) {
	.contactArea .formBox .columnArea {
		height: 120px;
		padding: 5px 10px;
	}
}
.contactArea .formBox .columnInput,
.contactArea .formBox .columnSelect,
.contactArea .formBox .columnArea {
	width: 100%;
	border-radius: 3px;
	color: #000;
	font-weight: 300 !important;
}
.contactArea .formBox .columnInput::-webkit-input-placeholder, .contactArea .formBox .columnSelect::-webkit-input-placeholder, .contactArea .formBox .columnArea::-webkit-input-placeholder {
	font-size: 20px;
	color: #a6a6a6;
}
.contactArea .formBox .columnInput::-moz-placeholder, .contactArea .formBox .columnSelect::-moz-placeholder, .contactArea .formBox .columnArea::-moz-placeholder {
	font-size: 20px;
	color: #a6a6a6;
}
.contactArea .formBox .columnInput:-ms-input-placeholder, .contactArea .formBox .columnSelect:-ms-input-placeholder, .contactArea .formBox .columnArea:-ms-input-placeholder {
	font-size: 20px;
	color: #a6a6a6;
}
.contactArea .formBox .columnInput::-ms-input-placeholder, .contactArea .formBox .columnSelect::-ms-input-placeholder, .contactArea .formBox .columnArea::-ms-input-placeholder {
	font-size: 20px;
	color: #a6a6a6;
}
.contactArea .formBox .columnInput::placeholder,
.contactArea .formBox .columnSelect::placeholder,
.contactArea .formBox .columnArea::placeholder {
	font-size: 20px;
	color: #a6a6a6;
}
@media (max-width: 1200px) {
	.contactArea .formBox .columnInput::-webkit-input-placeholder, .contactArea .formBox .columnSelect::-webkit-input-placeholder, .contactArea .formBox .columnArea::-webkit-input-placeholder {
		font-size: 18px;
	}
	.contactArea .formBox .columnInput::-moz-placeholder, .contactArea .formBox .columnSelect::-moz-placeholder, .contactArea .formBox .columnArea::-moz-placeholder {
		font-size: 18px;
	}
	.contactArea .formBox .columnInput:-ms-input-placeholder, .contactArea .formBox .columnSelect:-ms-input-placeholder, .contactArea .formBox .columnArea:-ms-input-placeholder {
		font-size: 18px;
	}
	.contactArea .formBox .columnInput::-ms-input-placeholder, .contactArea .formBox .columnSelect::-ms-input-placeholder, .contactArea .formBox .columnArea::-ms-input-placeholder {
		font-size: 18px;
	}
	.contactArea .formBox .columnInput::placeholder,
	.contactArea .formBox .columnSelect::placeholder,
	.contactArea .formBox .columnArea::placeholder {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.contactArea .formBox .columnInput::-webkit-input-placeholder, .contactArea .formBox .columnSelect::-webkit-input-placeholder, .contactArea .formBox .columnArea::-webkit-input-placeholder {
		font-size: 16px;
	}
	.contactArea .formBox .columnInput::-moz-placeholder, .contactArea .formBox .columnSelect::-moz-placeholder, .contactArea .formBox .columnArea::-moz-placeholder {
		font-size: 16px;
	}
	.contactArea .formBox .columnInput:-ms-input-placeholder, .contactArea .formBox .columnSelect:-ms-input-placeholder, .contactArea .formBox .columnArea:-ms-input-placeholder {
		font-size: 16px;
	}
	.contactArea .formBox .columnInput::-ms-input-placeholder, .contactArea .formBox .columnSelect::-ms-input-placeholder, .contactArea .formBox .columnArea::-ms-input-placeholder {
		font-size: 16px;
	}
	.contactArea .formBox .columnInput::placeholder,
	.contactArea .formBox .columnSelect::placeholder,
	.contactArea .formBox .columnArea::placeholder {
		font-size: 16px;
	}
}
.contactArea .formBox .columnInput,
.contactArea .formBox .columnArea {
	font-size: 20px;
}
.contactArea .formBox .columnInput,
.contactArea .formBox .columnSelect {
	height: 45px;
}
.contactArea .formBox .btnBox {
	padding-top: 25px;
	padding-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: 100%;
}
@media (max-width: 1200px) {
	.contactArea .formBox .btnBox {
		padding-right: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 480px) {
	.contactArea .formBox .btnBox {
		padding-right: 90px;
	}
}
.contactArea .formBox .btnBox .btn {
	padding: 11px 35px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 22px;
	letter-spacing: 7px;
	background: #132b88;
}
.contactArea .formBox .btnBox .btn:hover {
	background: transparent;
}
.contactArea .formBox .btnBox .btn:hover::before {
	opacity: 1;
}
.contactArea .formBox .btnBox .btn::before {
	opacity: 0;
}
.contactArea .formBox .btnBox .btn::after {
	position: absolute;
	right: 35px;
}
.contactArea .formBox .noteTxt {
	width: 100%;
	color: #999;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.02rem;
	margin-top: 10px;
}
.contactArea .formBox .noteTxt.red {
	color: #f00;
}
@media (max-width: 1200px) {
	.contactArea .formBox .noteTxt {
		font-size: 14px;
	}
}
.contactArea .formBox .error {
	border-color: #f00 !important;
}
.contactArea .goTopBox {
	right: 40px;
	bottom: 10.5%;
}
@media (max-width: 1440px) {
	.contactArea .goTopBox {
		right: 20px;
	}
}
@media (max-width: 480px) {
	.contactArea .goTopBox {
		bottom: 32px;
		right: 15px;
	}
}

footer {
	display: none;
}
/*# sourceMappingURL=home.css.map */