@charset "utf-8";
/* CSS Document */

/* 共用消息內頁總設定 */
	.wrap{
		background: none;
	}
	.section01 h3.titleSlogn {
	    color: #00a919;
	    margin-top: 20px;
	}
	.section01 p.date {
	    border-bottom: 1px solid #00a919;
		font-weight: 600;
		display: table;
		margin: 0 auto 15px auto;
		line-height: 1.8;
	}
	.section01 {
	    padding-bottom: 40px;
	}
	.section02{
		line-height: 1.8;
		padding-top: 0;
	}

/* section02 */
	.pointCollection{
		background: url('../images/bannerBG.png') no-repeat center top #f9f9f5;
		background-size: 100%;
	}
	.pointCollection .title{
		display: table;
		width: 100%;
		position: relative;
		text-align: center;
		padding-top: 3%;
	}
	.pointCollection .title li{
		display: inline-table;
		vertical-align: middle;
	}
	.pointCollection .title li:first-of-type img{
		max-width: 742px;
	}
	.pointCollection .title li:last-of-type img{
		max-width: 378px;
	}
	.intro{
		padding: 0 50px 50px 50px;
		margin-top: -6vw;
		position: relative;
		z-index: 2;
	}
	.section:first-of-type > p:first-of-type{
		font-size: 1.6rem;
		font-weight: 500;
	}
	.section > p:first-of-type{
		color: #00a919;
	}
	ul.step{
		width: 100%;
		display: table;
		margin: 4vw 0 30px 0;
		border-collapse: collapse;
	}
	ul.step li{
		display: table-cell;
		vertical-align: top;
		width: 25%;
		padding: 10px;
		box-sizing: border-box;
		text-align: center;
		background: url('../images/itenBG.svg') repeat-y center top;
		background-size: 100%;
	}
	ul.step li div{
		padding: 10px;
	}
	ul.step li div .stepTitle{
		max-width: 100px;
		width: 29%;
		margin: -3vw auto 0 auto;
		position: relative;
		z-index: 3;
	}
	ul.step li div p{
		position: relative;
		z-index: 4;
	}
	ul.step li div .icon{
		margin: -1vw auto -1vw auto;
	}

	.section.sectionProduct02{
		display: table;
		margin: 3% auto;
	}
	.section .product02{
		display: table-cell;
		vertical-align: middle;
	}
	.section .product02Info{
		display: table-cell;
		vertical-align: middle;
	}
	.section .product02Info ul {
	    padding-left: 40px;
	}
	.section .product02Info ul li {
	    list-style: disc;
	    color: #00a919;
	    padding-left: 13px;
	}
	.section .product02Info ul li p{
		color: #2e2e2e;
	}
	.section .product02Info h2{
		font-weight: normal;
	}
	.section .product02Info h3{
		color: #00a919;
		margin-top: 5%;
	}
	.section .product02Info a{
		float: left;
	}
	.section .spProduct02Title{
		display: none;
		text-align: center;
	}
	.intro .br375{
		display: none;
	}

	/* table */
	    #tableMask{
	    	height: 100px;
	    }
	    #table {
			border-collapse: collapse;
			width: 100%;
			border: 0;
		}
		#table thead{
			position: -webkit-sticky;
		    position: sticky;
		    top: 83px;
		}
		#table td, #table th {
			padding: 8px;
		}
		#table tr{
			background-color: #FFF;
			transition: all .4s;
		}
		#table tr:nth-child(even){
			background-color: #f9f9f5;
			transition: all .4s;
		}
		#table tr:hover {
			background-color: #f2eee6;
			transition: all .4s;
		}
		#table tr td:first-child{
			color: #00a919;
		}
		#table th {
			padding-top: 12px;
			padding-bottom: 12px;
			text-align: left;
			background-color: #00a919;
			color: white;
		}
		#table td a{
			float: left;
		}
		#table td a span{
			display: block;
			padding: 6% 30px;
			margin: 0 auto;
			text-align: center;
		}

/* banner */
	.section02 a.banner{
		display: table;
		border-radius: 10px;
		overflow: hidden;
		background: url("../images/bannerPC.jpg") no-repeat center;
		background-size: 120%;
		width: 100%;
		color: #FFF;
		padding: 5% 10%;
		box-sizing: border-box;
		margin-top: 100px;
		text-align: center;
		transition: all .4s;
	}
	.section02 a.banner:hover{
		background: url("../images/bannerPC.jpg") no-repeat center;
		background-size: 130%;
		transition: all .4s;
	}
	.section02 a.banner h3{
		font-size: 3rem;
		text-shadow: 0 0 0.2em #2f2f2f;
		line-height: 1.3;
	}
	.section02 a.banner h3:nth-of-type(1){
		font-weight: 400;
	}
	.section02 a.banner h3:nth-of-type(1) span.number{
		font-family: 'Lato', sans-serif;
		font-weight: 800;
		font-size: 5rem;
	}
	.section02 a.banner div{
		display: table;
		margin: 3% auto 0 auto;
		border: 3px solid #FFF;
		border-radius: 100em;
		padding: 1% 8%;
	}


	
@media screen and (max-width: 1235px){
	.section02 a.compare h3{
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 1220px){
	.pointCollection .title li:first-of-type{
		width: 52%;
	}
	.pointCollection .title li:last-of-type{
		width: 30%;
	}
	
}
@media screen and (max-width: 1150px){
	.section02 a.banner{
		margin-top: 70px;
	}
	#tableMask{
    	height: 70px;
    }
    .section02 a.banner h3{
		font-size: 2.5rem;
	}
	.section02 a.banner h3:nth-of-type(1) span.number{
		font-size: 4rem;
	}
}
@media screen and (max-width: 965px){
	.section02 a.banner h3{
		font-size: 1.8rem;
	}
	.section02 a.banner h3:nth-of-type(1) span.number{
		font-size: 2.8rem;
	}
}

@media screen and (max-width: 800px){
	ul.step li{
		display: inline-table;
		width: 49%;
		margin-bottom: 5vw;
	}

	
}
@media screen and (max-width: 700px){
	.section02 a.banner h3{
		font-size: 1.5rem;
	}
	.section02 a.banner h3:nth-of-type(1) span.number{
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 600px){
	.intro {
	    padding: 0 20px 20px 20px;
	}
	.section02 a.banner h3{
		font-size: 1.1rem;
	}
	.section02 a.banner h3:nth-of-type(1) span.number{
		font-size: 2.1rem;
		line-height: 1;
	}

	.section .product02,
	.section .product02Info{
	    display: block;
	}
	.section .spProduct02Title{
		display: block;
	}
	.section .product02Info h2 {
	    display: none;
	}
	.section .product02Info h3{
		text-align: center;
	}
	.section .product02Info a{
		float: none;
		width: 100%;
	}
	
}
@media screen and (max-width: 430px){
	#table td a {
	    width: 100%;
		padding: 0% 0;
	}
	.section02 a.banner .brSPAN{
		display: block;
	}
}
@media screen and (max-width: 414px){
	ul.step li{
		display: table;
		width: 100%;
	}
	#table td a span{
		font-size: 0.875rem;
	}

	.section02 a.banner{
		background: url("../images/bannerSP.jpg") no-repeat center bottom;
		background-size: 120%;
		padding-bottom: 70%;
		text-align: left;
		transition: all .4s;
	}
	.section02 a.banner:hover{
		background: url("../images/bannerSP.jpg") no-repeat center bottom;
		background-size: 130%;
		transition: all .4s;
	}
	.section02 a.banner h3{
		font-size: 1.5rem;
	}
	.section02 a.banner h3:nth-of-type(1) {
	    margin-bottom: 16px;
	}
	.section02 a.banner .brSPAN{
		display: none;
	}
	.section02 a.banner div{
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		padding: 3% 8%;
	}
}

@media screen and (max-width: 375px){
	.pointCollection .title li:first-of-type{
		width: 62%;
	}
	.pointCollection .title li:last-of-type{
		width: 27%;
	}
	.pointCollection .title {
	    padding-top: 10px;
	}
	.intro .br375{
		display: block;
	}
}
