@charset "utf-8";
/* CSS Document */


.one{
	width: 100%;
	position: relative;
	}
	.one-title{
	position: absolute;
	top: 18%;
	
	}
	/*FS logo title*/
	.one-title img{
	display: block;
	max-width: 100%;
	}

	/*bg imge*/
	.one img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:-2%;
	}
	
	.fastid-title h1{
	color: #FFFFFF; 
	font-size: 100px;
	font-weight: 800;
	}
	.h1-subtitle {
	font-size: 65px;
	color: #ffffff;
	}

/*介紹區主標題*/
	.section-title-h2 h2{
	font-size: 60px;
	font-weight: 800;
	color: #000;
	line-height: 4.5rem;
	margin:2% 0 5% 0 ;
	}
	
	.h2-subtitle{
	color: #ffffff;
	font-size:50px;
	font-weight: 400;
	margin:0 0 5% 0 ;
	}


.section-title h3 {
    position: relative;
    font-size: 50px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 4rem;
}

.section-title h3:before,
.section-title h3:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 5px;
    background-color: #000;
}

.section-title h3:before {
    left: auto;
    right: 50%;
    background-color: #0192ff
}


/*media query*/

/*Large devices (desktops, less than 1200px)for筆電*/
@media screen and (max-width: 1600px) {
	.section-title-h2 h2{
	font-size: 58px;
	font-weight: 800;
	color: #000;
	line-height: 4.5rem;
	margin:2% 0 5% 0 ;
	}

}


/*Large devices (desktops, less than 1200px)*/
@media screen and (max-width: 1199.98px) {

}


/*Medium devices (tablets, less than 992px)*/

/*.col<576px(Extra small)/ .col-sm-≥576px(Small)/.col-md-≥768px(Medium)/
.col-lg-≥992px(Large)/.col-xl-≥1200px(Extra large)*/
@media screen and (max-width: 991.98px) {

}

/*Small devices (landscape phones, less than 768px)*/
@media screen and (max-width: 767.98px) { 

}

/*Extra small devices (portrait phones, less than 576px)*/

@media screen and (max-width: 575.98px) { 
	.section-title-h2 h2{
	font-size: 37px;
	font-weight: 800;
	color: #000;
	line-height: 3rem;
	margin:2% 0 5% 0 ;
	}
	
.section-title h3 {
    position: relative;
    font-size: 37px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 4rem;
}

}

