@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/* CSS Document */

/* == 共用區 ============================================================================= */

*{
	margin:0; 
	padding:0;
	-webkit-box-sizing:border-box; /*safari & chrome*/
	-moz-box-sizing:border-box; /*firebox*/
	box-sizing:border-box; /*解除padding影響寬度關係*/
}

html, body{
	-webkit-text-size-adjust: 100%; /*避免文字自動放大*/
	width:100%;
	height:100%;
	font-family:'Noto Sans TC', "微軟正黑體", Arial, Helvetica,sans-serif; 
	background:#010814;
}



*,*::before,*::after {
	box-sizing: border-box;
}    /*----------不用算padding內距------------*/


/*----nav----*/
.bg-color-rd{
background-color: #d70c18;
}

.bg-color-wh{
	background-color: #ffffff;
}

.bg-color-gry{
	background-color: #f4f5f8;
}

.bg-color-gr{
	background-color: #ffffef;
}

.bg-color-bl{
	background-color: #58a9ff;
}

.nav-item{
color: #fff;
font-weight: 600;
font-size: 18px;
}

.navbar {
--bs-navbar-toggler-border-color: rgba(0, 0, 0, 0);
}

.navbar-nav{
	margin-left: auto; /*---電腦NAV靠右---*/
	text-align: center;/*---手機NAV置中---*/
	margin-right:50px;
}

.navbar-nav .nav-link {
color: #2E3D47;
}/*-----NAV 選項字體顏色------*/

.navbar-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 0rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 ;/*---取消漢堡點擊出現框框----*/
} 


.navbar-dark .navbar-toggler-icon {
background-image: url("../img/MenuOpenerButton/list-dark.svg");
}


.getstarted,
.getstarted:focus {
    background-image:linear-gradient(103.48deg, #2549bb 19.56%, #3b89c4 89.05%);
    padding: 2px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    border-radius: 30px;
    display: block;
	margin-left: 8px;
}

.getstarted .nav-link{
	color: #fff;
}/*-----NAV 按鈕字體顏色------*/

.getstarted-2 .nav-link{
	color: #fff;
}/*-----NAV 按鈕字體顏色------*/

.getstarted:hover,
.getstarted:focus:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
}

.getstarted-2,
.getstarted-2:focus {
            background-image: linear-gradient(103.48deg, #4d25bb 19.56%, #bd6521 89.05%);
            padding: 2px 16px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: #fff;            
            border-radius: 30px;
            display: block;
			margin-left: 8px;
}

.getstarted-2:hover,
.getstarted-2:focus:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff ;
            text-decoration: none;
}


.logotype{
	width: 200px;
    height: auto;
    padding: 5px 0;
	margin-left: 32px;
}

.hvr-underline-reveal:before{
	content:"";
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	bottom:0;
	background:#FD6772;
	height:4px;
	-webkit-transform:translateY(4px);transform:translateY(4px);
	-webkit-transition-property:transform;
	transition-property:transform;-webkit-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}/*網頁版NAV的HVR底線*/

.text-red{
	color: #ff0a00;
}

.text-bold{
	font-weight: 900;
}

.text-bold-2{
	font-weight: 700;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 62px;
	z-index: 99999;
	background: #F89900;
	width: 40px;
	height: 40px;
	border-radius: 60px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #d98600;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}
/*--------------------*/


/* == 桌機版 ============================================================================= */


.color-yl{
	color: #fae06a;
}

.bg-img {
    overflow: hidden;
    background-image: url(../img/head_bg02.webp);
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
}


.box001{
	padding-top: 120px;
	padding-bottom: 80px;
}


.hvr-overline-from-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;overflow:hidden}.hvr-overline-from-left:before{content:"";position:absolute;z-index:-1;left:0;right:100%;top:0;background:#2098D1;height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-from-left:active:before,.hvr-overline-from-left:focus:before,.hvr-overline-from-left:hover:before{right:0}



.hvr-overline-from-left2{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);position:relative;overflow:hidden}.hvr-overline-from-left2:before{content:"";position:absolute;z-index:-1;left:0;right:100%;top:0;background:#9a6639;height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-from-left2:active:before,.hvr-overline-from-left2:focus:before,.hvr-overline-from-left2:hover:before{right:0}

.badge{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 8px;
}

.text-bg-danger {
    color: rgb(16, 6, 48) !important;
    background-color: RGBA(255, 250, 159, var(--bs-bg-opacity, 1)) !important;
}



.core-bg-box{
	background: linear-gradient(180deg, #1b264ca9 19.56%, #3b89c400 89.05%);
}

.nova-bg-box{
	background: linear-gradient(180deg, #1d134ca9 19.56%, #3b89c400 89.05%);
}


.core-box{
width: 90%;
margin: 0 auto;
padding-bottom: 30px;
}

.core-box h1{
	text-align: right;
	margin-top: 8px;
}


.core-box h2{
	font-size: 28px;
	font-weight: 800;
	text-align: justify;
	letter-spacing: 0.5px;
}

.nova-color{
	color: #fcc7a2;
}

.core-color{
	color: #caebff;
}

.core-box p{
	font-size: 18px;
	color: #ffffff;
	text-align: justify;
	letter-spacing: 2.5px;
}

.card-title{
	text-decoration: solid underline rgba(255, 255, 255, 0.471) 1px;
	text-underline-offset: 8px;
	padding-bottom: 5px;
}

.card-body{
	padding-top: 10px;
}

.core-nova-img{
	width: 80%;
}

.little-card{
    align-items: center;
    width: 45%;
    background-color: #1f587e5c;
    border-image: linear-gradient(#ffffff9c, #fff0) 1;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: flex;
    flex-flow: column;
    height: 100%;
    /* justify-content: center; */
    margin-bottom: 10px;
    margin-right: 5px;
	margin-left: 5px;
    height: 110px;
    /* padding: var(--spacing-large); */
    padding: 10px 10px 10px 10px;
}

.little-card-2{
    align-items: center;
    width: 45%;
    background-color: #94702d2c;
    border-image: linear-gradient(#ffffff9c, #fff0) 1;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: flex;
    flex-flow: column;
    height: 100%;
    /* justify-content: center; */
    margin-bottom: 10px;
    margin-right: 5px;
	margin-left: 5px;
    height: 110px;
    /* padding: var(--spacing-large); */
    padding: 10px 5px 10px 5px;
}

.title-img-style{
	width: 80%;
	margin-top: 20px;
	margin-bottom: 80px;
}

.img-style-01{
	width: 60%;
}

.two-btn-style{
	margin-top: 30px;
}

.button-style {
    font-size: 18px;
    text-decoration: none;
    width: 200px;
    height: 50px;
    color: #ffffff;
    font-weight: 600;
    background-color: #145cf1;
    padding: 0px 0px;
    border-radius: 20px;
	background: linear-gradient(103.48deg, #4d25bb 19.56%, #bd6521 89.05%);
    border-radius: 36px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, .25);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: #fff;
	margin: 50px 0 50px 0 ;
}

.button-style2 {
    background-color: #f19114;
	background: linear-gradient(103.48deg, #2549bb 19.56%, #3b89c4 89.05%);
    border-radius: 36px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, .25);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: #fff;
}

.table-style{
	font-size: 18px;
}


.table-title-style{
	background: linear-gradient(103.48deg, #2549bb 19.56%, #3b89c4 89.05%);
	color: #ffffff;
}

.table-title-style2{
	background: linear-gradient(103.48deg, #4d25bb 19.56%, #bd6521 89.05%);
	color: #ffffff;
}

th{
	width: 150px;
}



.close-btn-styl{ 
	width: 150px;
	margin: 0 auto;
}



/* == FOOTER == */
.cis{
color: #4e4e4e;
}

/*---FOOTER字體顏色---*/
.text-muted {
--bs-text-opacity: 1;
color: #ffffff !important;
}

.footer-lg{
display: block;
}

.footer-sm{
display: none;
}

/* 展開收合效果 */
.slide_toggle {
	text-align: center;
	font-weight: bold;
	color:#000000;
	font-size: 20px;
	overflow:hidden;
	padding-top: 20px;
	
}
	
.slide_toggle:hover {
	text-align: center;
	font-weight: bold;
	color:#36774a;
	font-size: 20px;
	overflow:hidden;
	padding-top: 20px;
}
	
	
.slide_toggle + div {
	text-align: left;
	display: none;
	width:100%;
	height: auto;
	overflow:hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding: 20px 15px 20px 15px;
	background-color: #fff;
	border: #000000 3px;
	border-style: solid;
	border-radius: 20px;
	box-shadow:#000 calc(0rem) calc(0.7rem) 0px;
}









@media (min-width: 992px) and (max-width: 1024px){



	.button-style {
		font-size: 22px;
		width: 150px;
	}

}	

/* ============================= pad ================================== */	
@media (min-width: 768px) and (max-width: 991.981024px){

/* == NAV BANNER == */

.logotype{
width: 155px;
height: auto;
margin-left: 22px;
padding: 0px 0px;
}

.underline-style {
	background-image: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #dedddd 50%, rgba(230, 230, 230, 0) 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.1em;
	background-position: 0 100%;
}/*漢堡選單 選項的分隔下底線*/

.getstarted,
.getstarted:focus {
    padding: 2px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    border-radius: 30px;
    display: block;
	margin-left: 0px;
	margin-top: 10px;
}

.getstarted-2,
.getstarted-2:focus {
    padding: 2px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;            
    border-radius: 30px;
    display: block;
	margin-left: 0px;
	margin-top: 10px;
}

/*-------------------*/



.little-card{
	height: 120px;
}

.little-card-2{
	height: 120px;
}





.box001{
	padding-top: 100px;
	padding-bottom: 100px;
}

.title-img-style{
	width: 60%;
}

.img-style-01{
	width: 80%;
}

.two-btn-style{
	margin-top: 30px;
}



.button-style {
	font-size: 22px;
	width: 150px;
	margin-right: 10px;
}


/* == FOOTER == */
.cis{
font-size: 10px;
}

.footer-lg{
display: none;
}

.footer-sm{
display: block;
font-size: 13px;
}


.app-box{
	width: 100%;
	margin: 0 auto;
	padding-top: 10rem;
	padding-bottom: 10rem;
}



}





/*----FOR置底只在手機顯示----*/
@media (min-width: 768px) {
	.display-in-mobile {
	display: none;
	}
}

/* == 手機版型區 ============================================================================= */
@media screen and ( max-width:767px ){

/* ==NAV  BANNER == */
.navbar-brand {
	width: 80%;
}



.navbar-nav {
    padding-left: 10px;
	margin-right: 0;
}

.logotype{
width: 150px;
height: auto;
padding:0px 0px;
margin-left: 12px;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
}

.navbar-nav {
padding-left: 0px;
}

.nav-item{
font-size: 18px;
}

.nav-link{
	margin-top: 10px;
}

.underline-style {
	background-image: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #dedddd 50%, rgba(230, 230, 230, 0) 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.1em;
	background-position: 0 100%;
}

.getstarted,
.getstarted:focus {
    padding: 2px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    border-radius: 30px;
    display: block;
	margin-left: 0px;
	margin-top: 10px;
}

.getstarted-2,
.getstarted-2:focus {
    padding: 2px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;            
    border-radius: 30px;
    display: block;
	margin-left: 0px;
	margin-top: 10px;
}

/*-----------------*/


.core-box{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
	}
	
	.core-box h1{
		text-align: right;
	}
	
	
	.core-box h2{
		font-size: 18px;
	}
	
	.core-box p{
		font-size: 16px;
	}
	
	
	
	.core-nova-img{
		width: 100%;
	}
	
	.little-card{
	
		height: auto;
	}
	
	.little-card-2{
	
		height: auto;
	}


	.badge{
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 8px;
	}



.little-card h5{
	font-size: 16px;
	line-height: 28px;
}

.little-card-2 h5{
	font-size: 16px;
}

.card-body{
	font-size: 14px;
	padding-top: 10px;
}


.box001{
	padding-top: 80px;
	padding-bottom: 60px;
}



.title-img-style{
	width: 100%;
	margin-bottom: 50px;
}

.img-style-01{
	width: 70%;
	padding-top: 20px;
}

.two-btn-style{
	margin-top: 20px;
}



.button-style {
	font-size: 16px;
	width: 140px;
	height: 40px;
	margin-top: 20px;
}


.table-style{
	font-size: 18px;
}

.table-title-style{
	font-size: 16px;
}

thead, tbody, tfoot, tr, td, th{
	font-size: 16px;
}


.close-btn-styl{ 
	width: 150px;
	margin: 0 auto;
}









/* == FOOTER == */
.cis{
font-size: 10px;
}

.footer-lg{
display: none;
}

.footer-sm{
display: block;
font-size: 13px;
}



#mybutton {
	padding: 12px;
	background-image:linear-gradient(to top,  #028f14  0%, #5ac027  100%);
	position: sticky;
	bottom: 0;
	z-index: 999;
	width: 50%;
	border-radius: 20px 0px 0 0;
	float: left;
}

#mybutton a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 20px;
	font-weight: 600;
    letter-spacing: 1px;
}

#mybutton2 {
	padding: 12px;
	background-image:linear-gradient(to top,  #41a9f3  0%, #93ddff  100%);
	position: sticky;
	bottom: 0;
	z-index: 999;
	width: 50%;
	border-radius: 0px 20px 0 0;
	float: left;
}

#mybutton2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 20px;
	font-weight: 600;
    letter-spacing: 1px;
}


}


