

	/*============Glogbal Style================ */
	html,
	body {
	height: 100%;
	font-family:"微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande";
	}


	p {
	font-family:"微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande";
	font-size: 18px;
	line-height: 2.3rem;
	color: #000;
	margin: 0;
	font-weight: 600;
	}

	/*控制箭頭方向*/
	.with-chevron[aria-expanded='true'] i {
	display: block;
	transform: rotate(180deg) !important;
	}


	h1{
	color:#fff;
	font-size:68px;
	line-height: 5.5rem;
	}
	.sub-h1{
	color:#fff;
	font-size:32px;

	}

	h2{
	font-size:30px;
	color: #a6ddff;
	/*	font-family: 'Bebas Neue', cursive;*/

	}

	h4{
	font-size:22px;
	color:#fff;
	font-weight: 400;
	}
	h4:hover{
	color:aqua;
	}
	.f_q h5, .f_q h6 {
	line-height: 2.5rem;
	}

	.f_q{
	padding:3% 10%;	
	}


	.f_q h5{
	font-size:22px;
	color: #569ddd;
	}

	.f_q h6{
	font-size:19px;
	line-height: 2.8rem;
	}

	ul {
	list-style: disc;

	}
	.card p:hover{
	color:#000000;
	}

	.badge-color{
	background: #569ddd;
	color:#fff;

	} 

	.btn-color {
	color: #fff; 
	background-color: #569ddd;
	border-color: #fff;
	}

	.btn.focus, .btn:focus{
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);/* offset-x | offset-y | blur-radius | spread-radius | color */
	}

	.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

	.bg-cover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #569ddd;
	padding:6rem 0 6rem 0 ;
	background-image:url("../images/fastsign_fq/bg.png");
	}

	.bg-attachment{
	background-attachment: fixed;
	}

	.fq-img img{
	width:100%;
	border-radius: 20px;	
	border:4px solid #bdf7ff;
	margin:2% 0 5% 0 ;	
	}
	
	.section-padding {
    padding: 100px 0;
	}


	.margin-left{
	margin:0 12px;
	}


	/*media query*/


	/*Large devices for 筆電*/
	@media screen and (max-width: 1500px) {




	}

	/*Large devices (desktops, less than 1200px)*/
	@media screen and (max-width: 1199.98px) {


	}


	/*Medium devices (tablets, less than 992px)*/
	@media screen and (max-width: 991.98px) {
	h1{
	color:#fff;
	font-size:62px;
	line-height: 5.5rem;
	}
	.sub-h1{
	color:#fff;
	font-size:32px;
	}
	
	.bg-cover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #569ddd;
	padding:4rem 0 4rem 0 ;
	background-image:url("../images/fastsign_fq/bg.png");
	}
	.section-padding {
    padding: 100px 0;
	}
	}
	/*Small devices (landscape phones, less than 768px)*/
	@media screen and (max-width: 767.98px) { 
	h1{
	color:#fff;
	font-size:52px;
	line-height: 5.5rem;
	}
	.sub-h1{
	color:#fff;
	font-size:32px;
	}
	h2{
	font-size:25px;
	color: #a6ddff;
	/*	font-family: 'Bebas Neue', cursive;*/

	}
	h4{
	font-size:22px;
	color:#fff;
	font-weight: 400;
	word-wrap:break-word;
	}
	h4:hover{
	color:aqua;
	}	
		
	.btn {
	display: inline-block;
	font-weight: 400;
	text-align: left;
	white-space: normal;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.bg-cover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #569ddd;
	padding:4rem 0 4rem 0 ;
	background-image:url("../images/fastsign_fq/bg.png");
	}
	.section-padding {
    padding: 100px 0;
	}
	.margin-left{
	margin:0 0;
	}
	}
	/*Extra small devices (portrait phones, less than 576px)*/

	@media screen and (max-width: 575.98px) { 

	h1{
	color:#fff;
	font-size:32px;
	line-height: 3.5rem;
	}
	.sub-h1{
	color:#fff;
	font-size:22px;
	}
	h2{
	font-size:20px;
	color: #a6ddff;
	/*	font-family: 'Bebas Neue', cursive;*/

	}
	h4{
	font-size:18px;
	color:#fff;
	font-weight: 400;
	width:200;
	}
		
	h4:hover{
	color:aqua;
	}
		
		
	.btn {
	display: inline-block;
	font-weight: 400;
	text-align: left;
	white-space: normal;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
		
	.bg-cover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #569ddd;
	padding:4rem 0 4rem 0 ;
	background-image:url("../images/fastsign_fq/bg.png");
	}
	.section-padding {
    padding: 100px 0;
	}
		
	
	.margin-left{
	margin:0 0;
	}
	
	}

	/*Extra large devices (large desktops)
	// No media query since the extra-large breakpoint has no upper bound on its width*/