@charset "utf-8";
@import url("reset.css");
/* CSS Document */


*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Arial, "微軟正黑體";
	letter-spacing:1px;
}

.headerbg {
	width:100%;
	height:500px;
	padding-bottom:0px;
	min-width:1100px;
	background:url(../Images/pc/header-pc.jpg) top center no-repeat;
	background-size:cover;
}
.wrapper{
	width:1100px;
	min-width:1100px;
	margin:0 auto;
}
.headerbg .wrapper{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.contentbg .wrapper {
	position:relative;
}

.tittle-mobile {
    display: none;
  }

.logo {
	position:absolute;
	left:50px;
	top: 20px;
}

.logo img {
	width:280px;
	height:auto;
}

ul.share {
	position:absolute;
	left:950px;
	top: 20px;
}

ul.share li {
	width: 54px;
    height: 85px;
    float: left;
    margin: 0;
}

ul.share li.fb a{
    background: url(../Images/base/fb-share.png) no-repeat center center;
    background-size: 80%;
    display: block;
    width: 54px;
    height: 85px;
}

ul.share li.google a{
	background: url(../Images/base/google-share.png) no-repeat center center;
    background-size: 80%;
    display: block;
    width: 54px;
    height: 85px;
}

.contentbg {
	clear:both;
	width:100%;
	min-width:1100px;
	background:url(../Images/base/bg-01.jpg) repeat;
	overflow:auto;
}

.time {
	height:340px;
    background: url(../Images/pc/time-pc.png) no-repeat;
    background-position: center bottom;
}

.tittle {
	position:absolute;
    width:180px;
	height: auto;
	background: url(../Images/pc/tittle-pc.png) no-repeat;
	margin: 50px 0 10px 0;
}

.family-btn{
  position:absolute;
  width:320px;
  height: 40px;
  background-color: #009933;
  margin: 450px 0 10px 0;
}

.intro{
  float:left;
  margin: 140px 0 10px 0;
  font-size: 24px;
  line-height: 40px;
}

.warning .intro{
  margin: 100px 0 10px 0;
  font-size: 18px;
}

.ok .content-text{
  padding: 300px 30px 10px 30px;
  margin:0 auto;
  float:left;
}

.hi-life .content-text{
  padding: 200px 30px 10px 30px;
  margin:0 auto;
  float:left;
}

.family .content-text{
  padding: 160px 30px 10px 30px;
  margin:0 auto;
  float:left;
}

.content-text ol li{
  font-size: 20px;
  line-height: 34px;
  color: #1f1f1f;
  list-style: inherit;
  list-style-type: decimal;
  margin-bottom: 10px;
}

.content-text span{
  font-size: 140%;
  font-weight: bold;
  text-indent: -30px;
  display: block;
}

/*內容底圖*/
.time{
  height:340px;
  background: url(../Images/pc/time-pc.png) no-repeat;
  background-position: center bottom;
}
.content{ overflow: hidden;}
.content .ok{
	height: 600px;
	background: url(../Images/pc/ok-pc.png) no-repeat;
	background-position: center center;
}

.content .hi-life{
  height: 500px;
  background: url(../Images/pc/hilife-pc.png) no-repeat;
  background-position: center center;
}

.content .family{
  height: 500px;
  background: url(../Images/pc/family-pc.png) no-repeat;
  background-position: center center;
}

h2{
  font-size: 30px;
  color:white;
  padding: 0 10px;
}

.footer {

  background-color: #000;
}

.footer .footer-wrapper {
  box-sizing: border-box;
  width:100%;
  overflow: hidden;
  padding: 10px 0 10px;
}

.footer .footer-wrapper .footer-logo{
  width: 45%;
  float: left;
}

.footer .footer-wrapper .footer-logo img{
  width: 200px;
  height: auto;
  float: right;
}

.footer .footer-wrapper .copyright {
  width: 55%;
  float: right;
}

.footer .footer-wrapper .copyright p{
  font-size: 16px;
  color: white;
  float: left;
  padding-top: 25px;
}


@media screen and (max-width:768px){
	.content .ok,
	.content .hi-life,
	.content .family{
		height: auto;
	}
	.content .ok .ok-bg,
	.content .hi-life-bg,
	.content .family-bg{
		overflow: hidden;
	}
	.family .content-text{
		float: none;
	}


	.tittle-mobile {
    	display: block;
    }
	
	.ok .tittle-mobile{
		padding-top: 70px;
		width: 100%;
	}

	.hi-life .tittle-mobile,.family .tittle-mobile{
		width: 100%;
	}

	.tittle-mobile img{
		width: 100%;
		height: auto;
	}

	.headerbg {
		width:100%;
		height:0px;
		padding-bottom:100%;
		min-width:480px;
		background:url(../Images/mobile/header-mobile.jpg) top center no-repeat;
		background-size:cover;
	}
	
	.wrapper {
		width:100%;
		min-width:480px;
		margin:0 auto;
		position:relative;
	}
	
	.logo {
		position: absolute;
		left: 5%;
		width: 40%;
		/* left:50px;
		top:-700px; */
	}

	.logo img {
		width: 100%;
		height: auto;
	}

	ul.share {
		width: 25%;
		position:absolute;
		/* left:600px;
		top:-680px; */
		left: initial;
		right: 5%;
		top: 20px;
		height: 50px;
	}
	
	ul.share li {
		width: 40%;
	    height: auto;
	    float: left;
	    margin-right: 10px;
	}
	
	ul.share li.fb a{
    	background: url(../Images/base/fb-share.png) no-repeat center top;
    	background-size: 100%;
    	display: block;
    	width: 100%;
    	/* height: 50px; */
	}

	ul.share li.google a{
		background: url(../Images/base/google-share.png) no-repeat center top;
	    background-size: 100%;
	    display: block;
	    width: 100%;
	    /* height: 50px; */
	}
	
	.contentbg {
		clear:both;
		width:100%;
		min-width:480px;
		background:url(../Images/base/bg-01.jpg) repeat;
		overflow: hidden;
	}
	.tittle {
	    width:180px;
		height: auto;
		background: url(../Images/pc/tittle-pc.png) no-repeat;
		margin: 20px 0 10px 10px;
	}



	.family-btn{
	    position: static;
	    width:320px;
	    height: 40px;
	    background-color: #009933;
	    /* margin: 500px 0 10px 10px; */
	    margin: 0 0 0 10px;
	}

	.intro{
	  float:left;
	  margin: 80px 0 10px 10px;
	  font-size: 24px;
	  line-height: 40px;
	}

	.warning {
		/* height:300px; */
	}

	.warning .intro{
	  margin: 80px 0 10px 10px;
	  font-size: 18px;
	}

	.time {
	width:100%;
	height:auto;
	background: none;
	overflow: hidden;
	}

	.ok .content-text{
	  padding: 10px 30px 10px 40px;
	}

	.hi-life .content-text{
	  padding: 10px 30px 10px 40px;
	}

	.family .content-text{
	  padding: 10px 30px 10px 40px;
	}

	.content .ok{

	  background:none;
	}

	.content .hi-life{

	  background:none;
	}

	.content .family{

	  background:none;
	}

	.footer .footer-wrapper .footer-logo{
		float:none;
		width: 200px;
		clear: both;
		margin: 0 auto;
	}
	.footer .footer-wrapper .footer-logo img{
		float:none;
		width: 200px;
	}
	.footer .footer-wrapper .copyright {
		float:none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.footer .footer-wrapper .copyright p{
		float:none;
		padding-top: 10px;
	}

}

@media screen and (max-width:480px){

		.logo {
			position: absolute;
			left: 5%;
			width: 40%;
			/* left:50px;
			top:-700px; */
		}

		.logo img {
			width: 100%;
			height: auto;
		}

		ul.share {
			width: 25%;
			position:absolute;
			/* left:600px;
			top:-680px; */
			left: initial;
			right: 5%;
			top: 20px;
			height: 50px;
		}
		
		ul.share li {
			width: 35%;
		    height: auto;
		    float: left;
		    margin-right: 10px;
		}
		
		ul.share li.fb a{
	    	background: url(../Images/base/fb-share.png) no-repeat center top;
	    	background-size: 100%;
	    	display: block;
	    	width: 100%;
	    	/* height: 50px; */
		}

		ul.share li.google a{
			background: url(../Images/base/google-share.png) no-repeat center top;
		    background-size: 100%;
		    display: block;
		    width: 100%;
		    /* height: 50px; */
		}
	
	h2{
  		font-size: 24px;
  	}

	.tittle {
	    width:160px;
	    background-size:100%;
	}
	.tittle-mobile {
    	display: block;
    }
	
	.ok .tittle-mobile{
		padding-top: 70px;
		width: 100%;
	}

	.hi-life .tittle-mobile,.family .tittle-mobile{
		width: 100%;
	}

	.tittle-mobile img{
		width: 100%;
		height: auto;
	}

	.headerbg {
		width:100%;
		height:0px;
		padding-bottom:100%;
		min-width:320px;
		background:url(../Images/mobile/header-mobile.jpg) top center no-repeat;
		background-size:cover;
	}
	
	.wrapper {
		width:100%;
		min-width:320px;
		margin:0 auto;
		position:relative;
	}
	
	.contentbg {
		clear:both;
		width:100%;
		min-width:320px;
		background:url(../Images/base/bg-01.jpg) repeat;
		overflow:auto;
	}

	.ok .content-text{
	  padding: 10px 30px 10px 40px;
	}

	.hi-life .content-text{
	  padding: 10px 30px 10px 40px;
	}

	.family .content-text{
	  padding: 10px 30px 10px 40px;
	}


	.content .ok{

	  background:none;
	}

	.content .hi-life{

	  background:none;
	}

	.content .family{

	  background:none;
	}

	.warning .intro{
	  font-size: 18px;
	}

	.time {
	width:100%;
	height:auto;
	background: none;
	}

	.footer .footer-wrapper .footer-logo{
		float:none;
		width: 200px;
		clear: both;
		margin: 0 auto;
	}
	.footer .footer-wrapper .footer-logo img{
		float:none;
		width: 200px;
	}
	.footer .footer-wrapper .copyright {
		float:none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.footer .footer-wrapper .copyright p{
		float:none;
		padding-top: 10px;
	}

	.family-btn{
	    width:260px;
	}

}