@charset "UTF-8";
/*area_banner*/
.area_banner {}
.area_banner { position: relative; }
.area_banner img { width: 100%; }
.area_banner .swiper-pagination { bottom: 40px; height: 6px; }
.area_banner .swiper-pagination .swiper-pagination-bullet { width: 48px; height: 6px; margin: 0 15px; vertical-align: top; background: #fff; border-radius: 0; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }
.area_banner .btn { position: absolute; left: 0; right: 0; text-align:center; bottom: 12%;}

.bannerBox { position: relative; }
.bannerBox img { position: relative; transform: translate(0, 0); }
.bannerText { position: absolute; top: 260px; left: 0; width: 100%; text-align: center; color: #fff; }
.bannerText h2 { margin: 20px 0; font-size: 60px; line-height: 1.2em; }
.bannerText p { font-size: 30px; color: #ccc; }

/*介紹*/
.introBox { display: flex; flex-direction:row-reverse; justify-content: space-between; align-items: center; margin-bottom: 40px; padding-top: 40px; }
.introBox .bn { flex: 0 1 500px; }
.introBox .bn img { max-width: 100%; }
.introBox .textbox { flex: 0 1 50%; margin-right: 80px; }
.introBox .textbox p { font-size: 21px; line-height: 36px; }
.introBox h2 { margin-bottom: 32px; font-size: 58px; line-height: 1em; font-weight: bold; }
.introBox h3 { margin-bottom: 30px; font-size: 30px; line-height: 1.4em; font-weight: bold; color: #3796cc; }
/*right*/
.introBox.right { flex-direction:row; justify-content: flex-start; }
.introBox.right .bn { margin-right: 80px; }
.introBox.right .textbox { margin: 0 0 0 20px; }
/*按鈕*/
.btn {  }
.btn a { display: inline-block; width: 40%; margin: 0 10px; line-height: 54px; text-align: center; font-weight: 500; color: #fff; background: #0db2cf linear-gradient(90deg,rgba(13, 178, 207, 1) 0%, rgba(55, 150, 204, 1) 30%, rgba(175, 135, 255, 1) 100%); border-radius: 4px; transition: 0.2s; }
.btn a.bt_gray { background: #666; }
.btn a:hover { background: #0db2cf; }
@media screen and (max-width: 1200px) {
	

}

@media screen and (max-width: 1024px) {
	.introBox h2 { margin-bottom: 20px; font-size: 32px; }	
	.introBox h3 { margin-bottom: 0; font-size: 1.125rem; font-weight: 400; }
	.introBox .textbox p { font-size: 16px; font-weight: 400; line-height: 24px; }
	
}

@media screen and (max-width: 800px) {

	/*area_banner*/
	.area_banner { margin-bottom: 40px; }
	.area_banner .swiper-pagination { bottom: 20px; }
	.area_banner .swiper-pagination .swiper-pagination-bullet { width: 32px; margin: 0 10px; }

	.area_banner .btn{ bottom: 10%;}
	.btn a { margin: 0 5px; line-height: 34px;  }

	/*介紹*/
	.introBox { display: block; margin-bottom: 40px; padding: 0; }
	.introBox .bn,
	.introBox.right .bn { width: calc(100% - 40px); max-width: 420px; margin: 0 auto 20px; text-align: center; }
	.introBox .textbox,
	.introBox.right .textbox { margin: 0; text-align: center; }


}

@media screen and (max-width: 500px) {

	/*介紹*/
	.introBox.right .bn { max-width: 320px; }
	.introBox .textbox,
	.introBox.right .textbox { margin: 0; /*text-align: left;*/ }
	.introBox h2 { text-align: center; }


}
