@charset "utf-8";
/* CSS Document */


body{
	background: #fff;
	overflow-x: hidden;
	overflow-y: hidden;		
}

.content-body{
	width: 100%;
	left: 0;
	top: 0;
	position: relative;
	z-index: 1;
	-webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;	
}

.content-bk{
	width: 100%;
	height: 990px;
	top: 0;
	left:0;
	position: fixed;
	overflow: hidden;
	z-index: 4;
	background: url(../images/2-five-bk.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	animation: secbk 1s ease-out;
}
.content-swipe{
	left: 370px;
}
@keyframes secbk{
	0%{
		opacity:0;
		-webkit-transform: translate(0,150px);
		-moz-transform: translate(0,150px);
		-o-transform: translate(0,150px);
		transform: translate(0,150px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.content-psd{
    width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 5;			 
}
.content-box-inner{
    width: 1215px;
	margin: 120px auto 0 auto;
	display: block;		 
}
.content-box{
    width: 100%;
	display: block;
	float: left;	 
}
.seperate-left{
	width: 456px;
	display: block;
	float: left;
}
.sd-a{
	width: 93%;
	display: block;
	float: left;
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 42px;
    color: #37a7bd;
	line-height: 55px;
	animation:sd-a 1s ease-out;	
	margin-top: 0px;	
}
@keyframes sd-a{
	0%{
		opacity:0;
		-webkit-transform: translate(0,-100px);
		-moz-transform: translate(0,-100px);
		-o-transform: translate(0,-100px);
		transform: translate(0,-100px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.sd-b{
	width: 88%;
	display: block;
	float: left;
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 26px;
    color: #000;
	line-height: 40px;
	margin-top: 50px;
	animation:sd-b 1s ease-out;	
}
.sd-c{
	width: 88%;
	display: block;
	float: left;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	font-size: 26px;
    color: #000;
	line-height: 40px;
	margin-top: 20px;
	animation:sd-b 1s ease-out;
	display: block;	
}
@keyframes sd-b{
	0%{
		opacity:0;
		-webkit-transform: translate(0,100px);
		-moz-transform: translate(0,100px);
		-o-transform: translate(0,100px);
		transform: translate(0,100px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.sd-pic{
	width: 100%;
	display: block;
	float: left;
	margin-top: 200px;
	animation:sd-pic 1s ease-out;
}
.sd-pic img{
	width: 100%;
	height: auto;
	max-width: 450px; 
}
@keyframes sd-pic{
	0%{
		opacity:0;
		-webkit-transform: translate(0,-100px);
		-moz-transform: translate(0,-100px);
		-o-transform: translate(0,-100px);
		transform: translate(0,-100px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.seperate-right{
	width: 759px;
	display: block;
	float: left;
}
.cell-math-a{
	width: 325px;
	height: 327px;
	display: block;
	float: left;
	margin-left: 25px;
	margin-right: 35px;
	animation:cell-math-a 1s ease-out;
}
@keyframes cell-math-a{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
.cell-math-a ul{
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
}
.cell-math-a ul li{
	width: 100%;
	display: table;
	float: left;
	list-style-type: none;	
}
.pkg-first{
	height: 80px;
	background:#28565e;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	color: #fff;
	line-height: 25px;  	
}
.inter-ex-ctrl-height{
	display: table-cell;
	vertical-align: middle;

}
.pkg-second{
	height: 90px;
	background:#fff;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 22px;	
}
.pkg-third{
	height: 76px;
	background:#eea400;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 22px;	
}
.pkg-four{
	height: 81px;
	background:#c2c2c2;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 22px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.cell-math-b{
	width: 370px;
	height: 327px;
	display: block;
	float: left;
	animation:cell-math-a 1.2s ease-out;
}

.cell-math-b ul{
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	text-align: center;	
		
}
.cell-math-b ul li{
	width: 33.3%;	
    display: table;
	float: left;
	list-style-type: none;
}
.h-b{
  height: 80px;
}
.g-b{
  height: 90px;
}
.k-b{
  height: 76px;
}
.f-b{
  height: 81px;
}
.color-ctrl-a{
    background:#37a7bd;	
	color: #fff;	
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 22px;
	line-height: 25px;
}
.color-ctrl-b{
    background:#fff;
	font-size: 16px;
	line-height: 20px;		
}
.color-ctrl-c{
    background:#eea400;
	font-size: 16px;
	line-height: 20px;		
}
.color-ctrl-d{
    background:#c2c2c2;
	font-size: 16px;
	line-height: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;		
}




.cell-math-c{
	width: 325px;
	height: 327px;
	display: block;
	float: left;
	margin-left: 25px;
	margin-right: 35px;
	margin-top: 30px;
	animation:cell-math-a 1.4s ease-out;
}
.cell-math-c ul{
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	text-align: center;	
}
.cell-math-c ul li{
	width: 50%;
	display: table;
	float: left;
	list-style-type: none;	
}
.ak-a{
	background:#ec6c00;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	text-align: center;	
}
.ak-b{
	background:#fff;
	color: #000;
	line-height: 22px;
	text-align: center;
	font-size: 18px;	
}
.ak-c{
	background:#eea400;
	color: #000;
	line-height: 22px;
	text-align: center;
	font-size: 18px;	
}
.ak-d{
    background:#c2c2c2;	
	color: #000;
	line-height: 22px;
	text-align: center;
	font-size: 18px;	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;			
}


.cell-math-d{
	width: 370px;
	height: 327px;
	display: block;
	float: left;
	margin-top: 30px;
	animation:cell-math-a 1.6s ease-out;
}

.cell-math-d ul{
	width: 100%;
	display: block;
	float: left;
	list-style-type: none;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	text-align: center;	
		
}
.cell-math-d ul li{
	width: 25%;	
    display: table;
	float: left;
	list-style-type: none;
}
.first-4-block{
	background: #85999f;
	color: #fff;
	width: 100%;
	display: table;
	float: left;
	list-style-type: none;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    font-size: 20px;
	line-height: 26px;	
}





@media only screen and (max-width: 1680px){
}
@media only screen and (max-width: 1440px){
.content-bk{
	width: 100%;
	height: 900px;
	top: 0;
	left:0;
}
.content-box-inner{
    width: 1115px;
	margin: 80px auto 0 auto;	 
}
.seperate-left{
	width: 406px;
	display: block;
	float: left;
}
.seperate-right{
	width: 709px;
	display: block;
	float: left;
}
.sd-a{
	width: 90%;
	font-size: 37px;
	line-height: 50px;	
}
.sd-b{
	width: 80%;
	font-size: 23px;
	line-height: 38px;
	margin-top: 40px;
}
.sd-c{
	width: 88%;
	font-size: 24px;
    color: #000;
	margin-top: 10px;
	line-height: 35px;
}
.cell-math-a{
	width: 315px;
	height: auto;
	margin-left: 15px;
	margin-right: 25px;
}
.cell-math-b{
	width: 350px;
	height: auto;
}
.cell-math-c{
	width: 315px;
	height: auto;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 20px;
}
.cell-math-d{
	width: 350px;
	height: auto;
	margin-top: 20px;
}
.sd-pic{
	width: 100%;
	margin-top: 175px;
}
.pkg-first{
	height: 70px;
	font-size: 22px;
	line-height: 25px;  	
}
.pkg-second{
	height: 80px;
	font-size: 18px;
	line-height: 22px;	
}
.pkg-third{
	height: 66px;
	font-size: 18px;
	line-height: 22px;	
}
.pkg-four{
	height: 71px;
	font-size: 18px;
	line-height: 22px;
}
.h-b{
  height: 70px;
}
.g-b{
  height: 80px;
}
.k-b{
  height: 66px;
}
.f-b{
  height: 71px;
}
.color-ctrl-a{
	font-size: 22px;
	line-height: 25px;
}
.color-ctrl-b{
	font-size: 16px;
	line-height: 20px;		
}
.color-ctrl-c{
	font-size: 16px;
	line-height: 20px;		
}
.color-ctrl-d{
	font-size: 16px;
	line-height: 20px;	
}
}
@media only screen and (max-width:1366px) and (max-height:1024px){
.content-bk{
	width: 100%;
	height: 1024px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 1115px;
	margin: 210px auto 0 auto;	 
}
}
@media only screen and (max-width:1366px) and (max-height:768px){
.content-bk{
	width: 100%;
	height: 1024px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 1115px;
	margin: 35px auto 0 auto;	 
}
.sd-pic{
	width: 100%;
	margin-top: 150px;
}
.sd-a{
	width: 90%;
	font-size: 35px;
	line-height: 50px;	
}
.sd-b{
	width: 80%;
	font-size: 23px;
	line-height: 35px;
	margin-top: 30px;
}
.sd-c{
	width: 88%;
	font-size: 24px;
    color: #000;
	margin-top: 10px;
	line-height: 32px;
}
.pkg-first{
	height: 65px;
	font-size: 20px;
	line-height: 22px;  	
}
.pkg-second{
	height: 75px;
	font-size: 17px;
	line-height: 22px;	
}
.pkg-third{
	height: 61px;
	font-size: 17px;
	line-height: 22px;	
}
.pkg-four{
	height: 66px;
	font-size: 17px;
	line-height: 22px;
}
.h-b{
  height: 65px;
}
.g-b{
  height: 75px;
}
.k-b{
  height: 61px;
}
.f-b{
  height: 66px;
}
.color-ctrl-a{
	font-size: 20px;
	line-height: 22px;
}
.color-ctrl-b{
	font-size: 16px;
	line-height: 20px;		
}
.color-ctrl-c{
	font-size: 16px;
	line-height: 20px;		
}
.color-ctrl-d{
	font-size: 16px;
	line-height: 20px;	
}
.ak-a{
	font-size: 20px;
	line-height: 22px;
}
.ak-b{
	line-height: 22px;
	font-size: 17px;	
}
.ak-c{
	line-height: 22px;
	font-size: 17px;	
}
.ak-d{
	line-height: 22px;
	font-size: 17px;			
}
.first-4-block{
    font-size: 20px;
	line-height: 26px;	
}	
}
@media only screen and (max-width: 1280px){
.content-bk{
	width: 100%;
	height: 1024px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 1115px;
	margin: 45px auto 0 auto;	 
}
.sd-a{
	width: 90%;
	font-size: 32px;
	line-height: 45px;	
}
.sd-b{
	width: 80%;
	font-size: 22px;
	line-height: 35px;
	margin-top: 30px;
}
.sd-c{
	width: 88%;
	font-size: 22px;
    color: #000;
	margin-top: 10px;
	line-height: 32px;
}
.sd-pic{
	width: 100%;
	margin-top: 150px;
}
}
@media only screen and (max-width:1024px) and (max-height:1366px){
.content-bk{
	width: 100%;
	height: 1366px;
	top: 0;
	left:0;
}
.content-box-inner{
    width: 1005px;
	margin: 340px auto 0 auto;
	-webkit-transform: translate(20px,0);
	-moz-transform: translate(20px,0);
	-o-transform: translate(20px,0);
	transform: translate(20px,0);	 
}
.seperate-left{
	width: 356px;
	display: block;
	float: left;
}
.seperate-right{
	width: 619px;
	display: block;
	float: left;
}
.cell-math-a{
	width: 275px;
	height: auto;
	margin-left: 15px;
	margin-right: 25px;
}
.cell-math-b{
	width: 304px;
	height: auto;
}
.cell-math-c{
	width: 275px;
	height: auto;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 20px;
}
.cell-math-d{
	width: 304px;
	height: auto;
	margin-top: 20px;
}
.sd-a{
	width: 90%;
	font-size: 32px;
	line-height: 45px;
	margin-top: 160px;	
}
.sd-b{
	width: 85%;
	font-size: 21px;
	line-height: 35px;
	margin-top: 30px;
}
.sd-c{
	width: 88%;
	font-size: 20px;
    color: #000;
	margin-top: 20px;
	line-height: 32px;
}
.sd-pic{
	width: 100%;
	margin-top: 50px;
}
}
@media only screen and (max-width:1024px) and (max-height:768px){
.content-bk{
	width: 100%;
	height: 768px;
	top: 0;
	left:0;
}
.content-box-inner{
    width: 965px;
	margin: 70px auto 0 auto;
	-webkit-transform: translate(20px,0);
	-moz-transform: translate(20px,0);
	-o-transform: translate(20px,0);
	transform: translate(20px,0);	 
}
.seperate-left{
	width: 356px;
	display: block;
	float: left;
}
.seperate-right{
	width: 579px;
	display: block;
	float: left;
}
.cell-math-a{
	width: 255px;
	height: auto;
	margin-left: 15px;
	margin-right: 15px;
}
.cell-math-b{
	width: 284px;
	height: auto;
}
.cell-math-c{
	width: 255px;
	height: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}
.cell-math-d{
	width: 284px;
	height: auto;
	margin-top: 15px;
}
.sd-pic{
	width: 100%;
	margin-top: 40px;
}
.sd-a{
	width: 90%;
	font-size: 32px;
	line-height: 42px;
	margin-top: 130px;	
}
.sd-b{
	width: 80%;
	font-size: 21px;
	line-height: 32px;
	margin-top: 30px;
}
.pkg-first{
	height: 65px;
	font-size: 18px;
	line-height: 20px;  	
}
.pkg-second{
	height: 75px;
	font-size: 16px;
	line-height: 18px;	
}
.pkg-third{
	height: 61px;
	font-size: 16px;
	line-height: 18px;	
}
.pkg-four{
	height: 66px;
	font-size: 16px;
	line-height: 18px;
}
.color-ctrl-a{
	font-size: 18px;
	line-height: 20px;
}
.color-ctrl-b{
	font-size: 15px;
	line-height: 18px;		
}
.color-ctrl-c{
	font-size: 15px;
	line-height: 17px;		
}
.color-ctrl-d{
	font-size: 15px;
	line-height: 18px;	
}
.ak-a{
	font-size: 18px;
	line-height: 20px;
}
.ak-b{
	font-size: 16px;
	line-height: 18px;		
}
.ak-c{
	font-size: 16px;
	line-height: 18px;		
}
.ak-d{
	font-size: 16px;
	line-height: 18px;				
}
.first-4-block{
    font-size: 18px;
	line-height: 20px;	
}
}
@media only screen and (max-width: 900px){
.content-bk{
	width: 100%;
	height: 1600px;
	top: 0;
	left:0;
}
.content-box-inner{
    width: 700px;
	margin: 300px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);	 
}
.seperate-left{
	width: 100%;
	display: block;
	float: left;
}
.seperate-right{
	width: 100%;
	display: block;
	float: left;
}
.sd-pic{
	display: none;
}
.sd-b{
	width: 70%;
	font-size: 24px;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 50px;
	animation:sd-b 1s ease-out;	
}
@keyframes sd-b{
	0%{
		opacity:0;
		-webkit-transform: translate(0,-100px);
		-moz-transform: translate(0,-100px);
		-o-transform: translate(0,-100px);
		transform: translate(0,-100px);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.cell-math-a{
	width: 47%;
	height: auto;
	margin-left: 0px;
	margin-right: 3%;
}
.cell-math-b{
	width: 50%;
	height: auto;
}
.cell-math-c{
	width: 47%;
	height: auto;
	margin-left: 0px;
	margin-right: 3%;
	margin-top: 15px;
}
.cell-math-d{
	width: 50%;
	height: auto;
	margin-top: 15px;
}
.sd-c{
	display: none;
}
}
@media only screen and (max-width: 800px){
.content-bk{
	width: 100%;
	height: 1600px;
	top: 0;
	left:0;
}
.content-box-inner{
    width: 700px;
	margin: 100px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);	 
}
}
@media only screen and (max-width: 768px){
.content-bk{
	width: 100%;
	height: 1100px;
	top: 0;
	left:0;
}
.content-box-inner{
    width: 600px;
	margin: 70px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);	 
}
.sd-a{
	width: 100%;
	font-size: 38px;
	line-height: 42px;
	margin-top: 10px;	
}
.sd-b{
	width: 100%;
	font-size: 24px;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 40px;
	animation:sd-b 1s ease-out;	
}
}
@media only screen and (max-width: 600px){
body{
	overflow-y: auto;		
}
.content-bk{
	width: 100%;
	height: 1100px;
	top: 0;
	left:0;
	position: fixed;
}
.content-box-inner{
    width: 450px;
	margin: 90px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);	 
}
.sd-a{
	width: 100%;
	font-size: 38px;
	line-height: 42px;
	margin-top: 10px;	
}
.sd-b{
	width: 100%;
	font-size: 24px;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 40px;
	animation:sd-b 1s ease-out;	
}
.cell-math-a{
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 35px;
}
.cell-math-b{
	width: 100%;
	height: auto;
    margin-bottom: 35px;	
}
.cell-math-c{
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-right:0;
	margin-top: 15px;
    margin-bottom: 35px;	
}
.cell-math-d{
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 35px;
}
.pkg-first{
	height: 65px;
	font-size: 20px;
	line-height: 25px;  	
}
.pkg-second{
	height: 75px;
	font-size: 17px;
	line-height: 18px;	
}
.pkg-third{
	height: 61px;
	font-size: 17px;
	line-height: 18px;	
}
.pkg-four{
	height: 66px;
	font-size: 17px;
	line-height: 18px;
}
.color-ctrl-a{
	font-size: 20px;
	line-height: 25px;
}
.color-ctrl-b{
	font-size: 16px;
	line-height: 18px;		
}
.color-ctrl-c{
	font-size: 16px;
	line-height: 17px;		
}
.color-ctrl-d{
	font-size: 16px;
	line-height: 18px;	
}
.ak-a{
	font-size: 20px;
	line-height: 20px;
}
.ak-b{
	font-size: 16px;
	line-height: 18px;		
}
.ak-c{
	font-size: 16px;
	line-height: 18px;		
}
.ak-d{
	font-size: 16px;
	line-height: 18px;				
}
.first-4-block{
    font-size: 20px;
	line-height: 20px;	
}
}
@media only screen and (max-width: 480px){
.content-bk{
	width: 100%;
	height: 900px;
	top: 0;
	left:0;
	position: fixed;
}
.content-box-inner{
    width: 330px;
	margin: 90px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);	 
}
.sd-a{
	width: 100%;
	font-size: 32px;
	line-height: 42px;
	margin-top: 10px;	
}
.sd-b{
	width: 100%;
	font-size: 24px;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 40px;
	animation:sd-b 1s ease-out;	
}
}
@media only screen and (max-width: 414px){
.content-swipe{
	left: 300px;
}
.sd-a{
	width: 100%;
	font-size: 32px;
	line-height: 35px;
	margin-top: 10px;	
}
.sd-b{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 40px;
	animation:sd-b 1s ease-out;	
}
.content-bk{
	width: 100%;
	height: 800px;
	top: 0;
	left:0;
	position: fixed;
}
.content-box-inner{
    width: 330px;
	margin: 70px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);	 
}
.pkg-first{
	height: 65px;
	font-size: 18px;
	line-height: 22px;  	
}
.pkg-second{
	height: 75px;
	font-size: 16px;
	line-height: 18px;	
}
.pkg-third{
	height: 61px;
	font-size: 16px;
	line-height: 18px;	
}
.pkg-four{
	height: 66px;
	font-size: 16px;
	line-height: 18px;
}
.color-ctrl-a{
	font-size: 18px;
	line-height: 22px;
}
.color-ctrl-b{
	font-size: 16px;
	line-height: 18px;		
}
.color-ctrl-c{
	font-size: 16px;
	line-height: 17px;		
}
.color-ctrl-d{
	font-size: 16px;
	line-height: 18px;	
}
.ak-a{
	font-size: 18px;
	line-height: 20px;
}
.ak-b{
	font-size: 16px;
	line-height: 18px;		
}
.ak-c{
	font-size: 16px;
	line-height: 18px;		
}
.ak-d{
	font-size: 16px;
	line-height: 18px;				
}
.first-4-block{
    font-size: 18px;
	line-height: 20px;	
}
}
@media only screen and (max-width: 375px){
.sd-a{
	width: 100%;
	font-size: 28px;
	line-height: 32px;
	margin-top: 10px;	
}
.sd-b{
	width: 100%;
	font-size: 19px;
	line-height: 27px;
	margin-top: 10px;
	margin-bottom: 40px;
	animation:sd-b 1s ease-out;	
}
.content-bk{
	width: 100%;
	height: 800px;
	top: 0;
	left:0;
	position: fixed;
}
.content-box-inner{
    width: 300px;
	margin: 70px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);	 
}
.pkg-second{
	height: 75px;
	font-size: 15px;
	line-height: 18px;	
}
.pkg-third{
	height: 61px;
	font-size: 15px;
	line-height: 18px;	
}
.pkg-four{
	height: 66px;
	font-size: 15px;
	line-height: 18px;
}
.color-ctrl-b{
	font-size: 15px;
	line-height: 18px;		
}
.color-ctrl-c{
	font-size: 15px;
	line-height: 17px;		
}
.color-ctrl-d{
	font-size: 15px;
	line-height: 18px;	
}
.ak-b{
	font-size: 15px;
	line-height: 18px;		
}
.ak-c{
	font-size: 15px;
	line-height: 18px;		
}
.ak-d{
	font-size: 15px;
	line-height: 18px;				
}
}
@media only screen and (max-width: 360px){
.content-swipe{
	left: 290px;
}
.sd-a{
	width: 100%;
	font-size: 28px;
	line-height: 32px;
	margin-top: 10px;	
}
.sd-b{
	width: 100%;
	font-size: 19px;
	line-height: 27px;
	margin-top: 10px;
	margin-bottom: 20px;
	animation:sd-b 1s ease-out;	
}	
}
@media only screen and (max-width: 320px) and (max-height:568px){
.content-swipe{
	left: 260px;
}
.sd-a{
	width: 100%;
	font-size: 25px;
	line-height: 32px;
	margin-top: 10px;	
}
.sd-b{
	width: 100%;
	font-size: 17px;
	line-height: 27px;
	margin-top: 10px;
	margin-bottom: 20px;
	animation:sd-b 1s ease-out;	
}
.content-bk{
	width: 100%;
	height: 600px;
	top: 0;
	left:0;
	position: fixed;
}
.content-box-inner{
    width: 270px;
	margin: 70px auto 0 auto;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);	 
}
}
@media only screen and (max-width: 320px) and (max-height:480px){
.content-swipe{
	left: 260px;
}
}

























