@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','sans-serif', 'Arial', 'Helvetica','微軟正黑體'; 
	background:#ffffff;
}



*,*::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;
}

.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置中---*/
}

.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(to top,  #41a9f3  0%, #93ddff  100%);
            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(to top, #028f14 0%, #5ac027  100%);
            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: 225px;
    height: 60px;
    padding: 5px 0;
}

.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
}

.text-red{
	color: #ff0a00;
}

.text-blod{
	font-weight: 900;
}


/*--------------------------------------------------------------
# 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;
}
/*--------------------*/


/* == 桌機版 ============================================================================= */

/* == BANNER == */
.head{
	background-size: cover;
	background-image: url("../img/head_bg01.webp");
	background-position:center; /*背景圖置中*/
	background-repeat: no-repeat;
	margin-top:  3rem;
	height: 590px;
	}
	
	
	
.head .box{
	width: 900px;
	height: auto;
	margin: 0 auto;
	background-position:center; /*背景圖置中*/
	position: relative;
	z-index:1;
	top: 10%;
	right: 10%;
}

.box01{
	padding-top: 3em;
	padding-bottom: 3em;
	
}

.h1-style-1{
	color: #363a55;
	font-weight:800;
	font-size: 36px;
	padding-bottom: 2rem;
	padding-top: 2rem;
}


.text-ps{
	font-size: 16px;
}


.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-border-width: 1px;
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: 0.8rem;
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: calc(0.375rem - 1px);
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(0, 0, 0, 0.03);
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: #ffffff00;
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 0.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid #99c2c8;
	border-radius: var(--bs-card-border-radius);
	width: 100%;
	height: 100%;
}

.card img{
	width: 30%;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
}

.card-body h2{
	font-size: 26px;
	font-weight: 800;
	color:#2d8394;
}

.card-text{
	letter-spacing: 0px;
	font-size: 20px;
	font-weight: 500;
}

/*
.card span{
	color: #2d8394;
	font-weight: 700;
}
*/

.title-img{
	width: 20%;
	margin-bottom: 20px;
}

.title-img-2{
	width: 40%;
	margin-bottom: 20px;
}

.h1-style-2{
	font-weight: bold;
	font-size: 28px;
	padding-bottom: 2rem;
	padding-top: 0rem;

}




.step-size{
	width: 25%;
}


.h1-style-3{
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 0.5rem;
}

.carousel-control-prev, .carousel-control-next{
	width: 35%;
}


.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
	margin-bottom: 4rem;
}


.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 0;
	left: 15%;
	top: 92%;
	padding-top: 0;
	padding-bottom: 0;
	color: 0;
	text-align: center;
}

.step-p-style{
	color: #323E48;
	font-size: 26px;
	padding-top: 1rem;
	font-weight: bold;
}


.wavy-underline {
    text-decoration: underline;
    text-decoration-color: #f76c6c;
    text-decoration-style: wavy; /* 波浪線樣式 */
}





.row-box{
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 20px;
	border: solid 2px #dde33a;
	padding-left: 30px;
	padding-right: 30px;
}

.img-fluid {
	max-width: 90%;
	height: auto;
}

.gift-h2{
	font-size: 28px;
	font-weight: 600;
	color: #4fa13d;
}

.gift-p{
	font-size: 20px;
	text-align: justify;
}

.note{
	width: 60%;
	padding-bottom: 0em;
	padding-top: 0em;
}

.note h2{
	color: #000000;
	text-align: center;
	font-weight: 900;
	padding: 0.5em 0.5em;
}

.note h5{
	font-weight: 900;
}

.note ol{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1.1px;
	margin-bottom: 0;
	padding-bottom: 1em;
	font-weight: 400;
}

/* == 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: left;
	font-weight: bold;
	color:#000000;
	font-size: 20px;
	overflow:hidden;
	padding-top: 20px;
	
}
	
.slide_toggle:hover {
	text-align: left;
	font-weight: bold;
	color:#36774a;
	font-size: 20px;
	overflow:hidden;
	padding-top: 20px;
}
	
	
.slide_toggle + div {
	text-align: left;
	font-size: 1em;
	display: none;
	width:100%;
	overflow:hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
}

@media (min-width: 992px) and (max-width: 1024px){

	.head{
		height: 450px;
		}

	.head .box {
		width:75%;
		top:6%;
	}

	.note{
		width: 80%;
	}
}	

/* ============================= pad ================================== */	
@media (min-width: 768px) and (max-width: 991.981024px){

/* == NAV BANNER == */

.logotype{
width: 180px;
height: 52px;
}

.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 {
            background-image: linear-gradient(to top,  #41a9f3  0%, #93ddff  100%);
            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 {
            background-image: linear-gradient(to top, #028f14 0%, #5ac027  100%);
            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;
}

.head{
	height: 350px;
}

.head .box {
	width:70%;
	top:10%;
}





.box01{
	padding-top: 2em;
}



.h1-style-1{
	font-size: 28px;
	padding-bottom: 0.5rem;
	padding-top: 2rem;
}


.card{
	margin-bottom: 0px;
}
.card img{
	width: 40%;
	height: auto;
	margin: 0 auto;
	padding-top: 5px;
}

.card-body h2{
	font-size: 18px;
	font-weight: 600;
	color: rgb(66, 75, 88);
}

.card-text{
	letter-spacing: 0px;
	font-size: 16px;
}




.h1-style-2{
	font-size: 28px;
	padding-bottom: 1rem;
}



.step-size{
	width: 35%;
}

.h1-style-3{
	font-size: 28px;
	font-weight: bold;
}



.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
	margin-bottom: 5rem;
  }


.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 0;
	left: 15%;
	top: 92%;
	padding-top: 0;
	padding-bottom: 0;
	color: 0;
	text-align: center;
}

.step-p-style{
	font-size: 22px;
	padding-top: 1rem;
}


.getstarted-step,
.getstarted-step:focus {
			font-size: 22px;
			width: 30%;
			margin: 0 auto;
}


.row-box{
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 20px;
	border: solid 2px #dde33a;
	padding-left: 30px;
	padding-right: 30px;
}


.note{
	width: 90%;
	padding-bottom: 2em;
	padding-top: 1em;
}



.note ol{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 0;
}


/* == FOOTER == */
.cis{
font-size: 10px;
}

.footer-lg{
display: none;
}

.footer-sm{
display: block;
font-size: 13px;
}


}

/*----FOR置底只在手機顯示----*/
@media (min-width: 768px) {
	.display-in-mobile {
	display: none;
	}
}

/* == 手機版型區 ============================================================================= */
@media screen and ( max-width:767px ){

/* ==NAV  BANNER == */
.navbar-brand {
	width: 80%;
}

.logotype{
width: auto;
height: 47.46px;
padding:10px 5px;
}

.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 {
            background-image: linear-gradient(to top,  #41a9f3  0%, #93ddff  100%);
            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 {
            background-image: linear-gradient(to top, #028f14 0%, #5ac027  100%);
            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;
}



.head{
	width: 100%;
	height: 300px;
	padding-bottom: 10%;
	background-size: cover;
	background-image: url("../img/head_bg01_m.webp");
	position: relative;
	overflow: hidden;
}


.head .box {
	width: 100%;
	height: auto;
	margin:0 auto;
	position: relative;
	background-position:center;
	padding-top:5%;
	right: 0%;
}




.text-ps{
	font-size: 14px;
}



.box01{
	padding-top: 1em;
	
}


.h1-style-1{
	font-size: 26px;
	padding-bottom: 0.5rem;
	padding-top: 2rem;
}


.card-body{
	padding: 0px 10px;
}
.card{
	margin-bottom: 20px;
}
.card img{
	width: 30%;
	height: auto;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.card-body h2{
	font-size: 18px;
	font-weight: 800;
	padding-top: 20px;
}

.card-text{
	letter-spacing: 0px;
	font-size: 16px;
}

.title-img{
	width: 35%;
	margin-bottom: 10px;
}

.title-img-2{
	width: 75%;
	margin-bottom: 10px;
}

.h1-style-2{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 1rem;
	padding-top: 0rem;
	width: 80%;
	margin: 0 auto;
}

.step-size{
	width: 70%;
}


.h1-style-3{
	font-size: 18px;
	font-weight: 600;
}



.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
	margin-bottom: 4rem;
  }


.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 0;
	left: 15%;
	top: 92%;
	padding-top: 0;
	padding-bottom: 0;
	color: 0;
	text-align: center;
}

.carousel-control-prev, .carousel-control-next{
	width: 10%;
}

.step-p-style{
	font-size: 18px;
	padding-top: 1rem;
}


.getstarted-step,
.getstarted-step:focus {
	font-size: 18px;
	width: 80%;
	margin: 0 auto;
}


.row-box{
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 20px;
	border: solid 2px #dde33a;
	padding-left: 30px;
	padding-right: 30px;
}

.img-fluid {
	max-width: 70%;
	height: auto;
}

.gift-h2{
	font-size: 22px;
	font-weight: 600;
	color: #4fa13d;
	text-align: center;
}

.gift-p{
	font-size: 18px;
}



.note{
	width: 100%;
	padding-bottom: 0em;
	padding-top: 0em;
}

.note h2{
	font-size: 20px;
}

.note ol{
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.slide_toggle {
	text-align: left;
	line-height: 200%;
	font-size: 14px;
	overflow:hidden;
	padding-top: 2px;
	padding-left: 10px;
}
	
.slide_toggle:hover {
	text-align: left;
	line-height:200%;
	font-size: 14px;
	overflow:hidden;
	padding-top: 2px;
	padding-left: 10px;
}
	
.slide_toggle + div {
	text-align: left;
	font-size: 14px;
	display: none;
	width:100%;
	overflow:hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: 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;
}


}


