<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");





body {
     font-family: 'Noto Sans TC', sans-serif, 敺株��迤暺煾��;

	font-weight: 400;
	font-size:16px;
	line-height:1.6em; 
    }
a,a:hover,a:hover,a:active,a:visited,a:focus {text-decoration: none;
	color: #588dd3;
	}
	h1,h2,h3,h4 {	line-height:1.8em; 
		position: relative;
    }


.logo { position:absolute;
	display: block;
	padding-top: 18px;
	padding-left: 22px;
z-index: 2;
}




.banner { 
	padding-top:100px;
background-color: #a6e4e9;
}


/*bubble*/
.bubble{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  /*z-index defult value=1*/
   z-index:1;
  /*upgrade gpu rendering*/
  transform:translateZ(0);
  background-color: transparent;
}

.bubble li{
  position:absolute;
  list-style:none;
  display:block;
  background:rgba(255,255,255,0.3);
  /*make bubble on page bottom*/
   bottom:100px; 
  animation:bubble-ani 5s linear infinite;
  border-radius:100%;
}

/* glow of the bubbles*/
.bubble li:before {
    position: absolute;
    left: 20%;
    top: 0%;
    width: 25%;
    content: '';
    background: rgba(255,255,255,0.2);
    display: block;
    height: 25%;
    border-radius: 100%;
}

.bubble li:nth-child(1){
  width:30px;
  height:30px;
  left:15%;
    animation-duration:10s;
  animation-delay:1.5s;
}

.bubble li:nth-child(2){
  width:40px;
  height:40px;
  left:40%;
  animation-duration:15s;
  animation-delay:2s;
}

.bubble li:nth-child(3){
  width:25px;
  height:25px;
  left:30%;
  animation-duration:8s;
  animation-delay:3.5s;
}

.bubble li:nth-child(4){
  width:60px;
  height:60px;
  left:55%;
  animation-duration:8s;
  animation-delay:1.5s;
}

.bubble li:nth-child(5){
  width:30px;
  height:30px;
  left:35%;
  animation-duration:8s;
  animation-delay:2s;
}
.bubble li:nth-child(7){
  width:50px;
  height:50px;
  left:75%;
  animation-duration:5s;
  animation-delay:1.5s;
}

.bubble li:nth-child(8){
  width:30px;
  height:30px;
  left:85%;
  animation-duration:8s;
  animation-delay:2s;
}
.bubble li:nth-child(9){
  width:20px;
  height:20px;
  left:40%;
    animation-duration:10s;
  animation-delay:1.5s;
}

.bubble li:nth-child(10){
  width:40px;
  height:40px;
  left:90%;
  animation-duration:5s;
  animation-delay:2s;
}
.bubble li:nth-child(11){
  width:60px;
  height:60px;
  left:25%;
  animation-duration:10s;
  animation-delay:1.5s;
}

.bubble li:nth-child(12){
  width:30px;
  height:30px;
  left:55%;
  animation-duration:8s;
  animation-delay:2s;
}
.bubble li:nth-child(13){
  width:15px;
  height:15px;
  left:70%;
  animation-duration:15s;
  animation-delay:1.5s;
}
@keyframes bubble-ani {
  0%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  100%{
    -webkit-transform:translateY(-1080px);
    transform:translateY(-1080px);
  }
}
/*bubble end*/


#warp{background: #e3f6f9;
}

#content{
width: 100%;
}	

.foam-1{
	position: absolute;
	top:150px;
	left: 20% ;
}	



#header .title{
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	margin: 0px; 

}	
.font-color-62b9c0{
color: #00acca;
}	
.font-color-588dd3{
color: #588dd3;
}	
/*甇瑕�撠誩�譍誨閮�鈭�*/
.babyphoto{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}        
/*end***/


.circle{
background-color:#588dd3 ;
width: 100px;
height: 100px;
border-radius: 50%;

}


    
 h1{
	font-size: 2em;
	line-height: 1.5em;
}

 h2{
	font-size: 1.4em;
	line-height: 1.7em;
	font-weight: 600;
}
 h3{
	font-size: 1em;
	font-weight: normal;
}
.red {
	color: #d166a3;
}

.step {
	font-size: 1.6rem;
}


.bg {
	background:url(../img/bg.svg) repeat;
	background-size: contain;
	background-position: top center;
	}
	

#warp #content dl {
	display: block;
	padding-top:5px;
	padding-bottom:5px;
}


#warp #content dt {	
	color: #5a5a53;
	height: 50px;font-weight: normal;
	font-size: 1.7em;color:#588dd3 ;
}
#warp #content dd {
	margin-left:3px;
	margin-bottom:20px;	
	line-height: 1.8rem;
}
#warp #content dt,dd {
	display: block;
}


 /* 獢��扳���� */
#warp #content .note  {border: 2px #d9d9d9a5 dotted ;width: 90%; padding: 1em 1em 1em 2em; background-color:#ffffffa5; margin-top:2em;margin-bottom:2em;
border-radius:10px; }
#warp #content .note ul li { font-size: 0.9em; list-style-type: square; margin-left: 0px; }    
#warp #content ul{
	margin-top:0px;
	margin-left: -10px;
list-style:none;margin:0;padding:0;
}
    
#warp #content ul li{
    margin:0em 0 3em 0; padding:0 0 0 29px;
    background:url(../img/icon.png);
    background-position: 0 0 29px 2px;
    background-repeat: no-repeat;
 } 
 #warp #content ol li{
    margin:0 0 0 0; padding:0 0 0 0; background-image: none;margin-left: -20px;
 } 

 #warp #content .remove{
    background-image: none;list-style:none;
 } 
   
    
#warp #content dd .title1{
	border-bottom: 1px dotted #fa7598;
	display: block;	
	font-weight: 600;
	color: #5d5c53;
	font-size: 1.3em;height: 30px;
	margin-bottom: 2rem;

}

#warp #content dd .title2{
	border-bottom: 1px dashed #989789;
	border-left:5px solid #989789;
	display: block;
	padding-left: 5px;
	font-weight: bold;
	color: #5d5c53;
	font-size: 1.3em;
}


#warp #content ul li .gift img{
	max-width: 100%;
    width:150px;
	height:auto;
	padding-bottom: 15px;
	padding-top: 15px;
} 

#warp #content small{
	color:#3c4247;
} 

#warp #content .color{
	width: 100%;
}	
#warp #content .color span {
	width: 12.5%;
	display: block;
	height: 10px;	float: left;
}

#warp #content .company {
	height: 42px;	line-height: 42px;
}
#warp #content .logos{
float: left;
}
.cboth{
	clear:both;
	}

 .gotop {
	position: fixed;
	bottom: 0px;
	right:  10px;
	padding: 2px;
	color: #ffffff;
	z-index: 9999;
  }

/*撋��付G*/
.ig_photo {  
background: #fff;
padding:3rem; 
}
.ig_title{  
    height: 50px;
    font-weight: normal;
    font-size: 1.7em;
    color: #588dd3; 
    text-align: center;
}
/*end撋��付G*/

    
.footer-box{ 
	background-color: #888888;
	color: #ffffff; 
	display: block; 
	height: 200px;
	padding-left:20px; 
	padding-top:20px; 

	}
.footer-box h1 { font-weight: 800
	}
.footer-box a:hover { 
	color: #ffffff !important;  
	}
.footer-box a:visited{ 
	color: #ffffff !important; 
	}		
.footer-box a:active{ 
	color: #ffffff !important; 
	}		
.footer-box h1{ 
    font-size: 22px;
    font-weight: 200;
	}	
.footer-box h5{ 
    font-size: 14px;
    font-weight: 200;
	}	
.footer-box ul{float: right; padding-top:20px;}      
.ffffff{
    color: #ffffff;
  }       
  		
.footer-box li{
	list-style-type:none;
     }

.footer-box a:visited{
    text-decoration: none!important; color: #ffffff !important;
  } 
.footer-box a:hover{
    text-decoration:underline;
	 color: #ffffff !important;
 }  
.footer-box a:active{
    text-decoration: none;
	 color: #ffffff !important;
 } 










@media screen and (min-width:568px) and (max-width: 980px) {

#warp{
	height:auto;
	width: 100%;
}

#warp #content {
	width: 90%;margin-left: auto;margin-right: auto;
}

#warp #header .left-header.title{
	width: 100%;
	clear:both;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}	

.logo{
	margin-left:0;
	padding-left: 20px;

	}
.logo img{
	max-width:168px;
	height:auto;
}


#warp #content ul li .gift{
	padding-top: 5px;padding-right: 40px; 
}	
.footer-box ul{float: left;}
.footer-box li{float: left; padding-right: 10px;}		
.ullist{padding-left:0px;margin-left: 0;}
}



@media screen and (max-width:567px){
body {
		font-size:17px;
	line-height:1.2em; 
}
#warp{
	height:auto;
	width: 100%;
}




.logo{
	margin-top: 0px;
	margin-left: 0px;	padding-left: 10px;padding-top: 10px;
	}
.logo img{
	max-width:128px;
	height:auto;
}
#warp #header .title{
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	margin: 0px; 
	text-align: justify;
	text-align-last: left;
	padding: 20px;
	
}		

 h1{
	font-size: 1.6em;
	line-height: 1.3em;}
 h2{
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: 600;
}
 h3{
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
}
.banner { 
	padding-top:30px;
}
#warp #content {
	width:100%;margin-left: auto;margin-right: auto;
}
#warp #content ul li .gift{
	display: block;padding: 0px; clear: both; text-align: center;
}
#warp #content ul li .gift img{
	max-width: 100%;
    width:190px;
	height:auto; margin-left: auto;margin-right: auto;
	
}



#warp #content .logos {
clear:both; 
}
.float-box{clear: both; width: 100%;}  
.footer-box ul{float: left;}
.footer-box li{float: left; padding-right: 10px;}		
.ullist{padding-left:0px;margin-left: 0;}
}
</pre></body></html>