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

body{
	background: #124074;
	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/second-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-box{
    width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 5;			 
}
.content-box-inner{
    width: 1168px;
	height: 990px;
	margin: 0 auto;
	display: block;		 
}
.container-box{
    width: 100%;
	left: 0;
	top: 0;
	position: relative;
	z-index: 6;		 
}
.step-BK{
	width: 100%;	
	top: 140px;
	left: 0;
	position: absolute;
	z-index: 7;
	animation:step-BK 1.2s ease-out;	 
}
.step-BK .ka1{
	display: block;	 
}
.step-BK .ka1 img{
	max-width: 1168px;
	height: auto;
	width: 100%;	 
}
.step-BK .ka2{
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 7;
	animation:step-BK 1.2s ease-out;		
	display: none;	 
}
.step-BK .ka2 img{
	max-width: 768px;
	height: auto;
	width: 100%;	 
}
.step-BK .ka3{
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 7;
	animation:step-BK 1.2s ease-out;		
	display: none;	 
}
.step-BK .ka3 img{
	max-width: 480px;
	height: auto;
	width: 100%;	 
}
@keyframes step-BK{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
.step-1{
	width: 170px;
	top:110px;
	left: 48%;
	z-index: 8;
	position: absolute;
	animation:step-1 1s ease-out;	
}
.step-1 img{
	max-width: 170px;
	height: auto;
	width: 100%;	
}
@keyframes step-1{
	0%{
		opacity:0;
		-webkit-transform: translate(100px,0);
		-moz-transform: translate(100px,0);
		-o-transform: translate(100px,0);
		transform: translate(100px,0);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.step-2{
	width: 205px;
	top:330px;
	left: 70%;
	z-index: 8;
	position: absolute;
	animation:step-2 1.2s ease-out;	
}
.step-2 img{
	max-width: 205px;
	height: auto;
	width: 100%;	
}
@keyframes step-2{
	0%{
		opacity:0;
		-webkit-transform: translate(100px,0);
		-moz-transform: translate(100px,0);
		-o-transform: translate(100px,0);
		transform: translate(100px,0);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.step-3{
	width: 190px;
	top:160px;
	left: 92%;
	z-index: 8;
	position: absolute;
	animation:step-3 1.2s ease-out;		
}
.step-3 img{
	max-width: 190px;
	height: auto;
	width: 100%;		
}
@keyframes step-3{
	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);
	}
}
.step-4{
	width: 193px;
	top:550px;
	left: 72%;
	z-index: 8;
	position: absolute;
	animation:step-4 1.2s ease-out;	
}
.step-4 img{
	max-width: 193px;
	height: auto;
	width: 100%;
}
@keyframes step-4{
	0%{
		opacity:0;
		-webkit-transform: translate(-100px,0);
		-moz-transform: translate(-100px,0);
		-o-transform: translate-(100px,0);
		transform: translate(-100px,0);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.step-5{
	width: 211px;
	top:800px;
	left: 80%;
	z-index: 8;
	position: absolute;	
	animation:step-5 1.4s ease-out;
}
.step-5 img{
	max-width: 211px;
	height: auto;
	width: 100%;
}
@keyframes step-5{
	0%{
		opacity:0;
		-webkit-transform: translate(100px,0);
		-moz-transform: translate(100px,0);
		-o-transform: translate(100px,0);
		transform: translate(100px,0);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.step-6{
	width: 185px;
	top:650px;
	left: 43%;
	z-index: 8;
	position: absolute;
	animation:step-6 1.4s ease-out;	
}
.step-6 img{
	max-width: 185px;
	height: auto;
	width: 100%;
}
@keyframes step-6{
	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);
	}
}
.step-7{
	width: 132px;
	top:610px;
	left: 23%;
	z-index: 8;
	position: absolute;
    animation:step-3 1.2s ease-out;			
}
.step-7 img{
	max-width: 132px;
	height: auto;
	width: 100%;		
}
@keyframes step-3{
	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);
	}
}
.step-8{
	width: 195px;
	top:640px;
	left: -3%;
	z-index: 8;
	position: absolute;
	animation:step-8 1.2s ease-out;	
}
.step-8 img{
	max-width: 195px;
	height: auto;
	width: 100%;	
}
@keyframes step-8{
	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);
	}
}
.esd-title{
	top:240px;
	left: 7%;
	z-index: 8;
	position: absolute;
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 43px;
    color: #fff;
	line-height: 60px;
	animation:esd-title 1s ease-out;		
}
@keyframes esd-title{
	0%{
		opacity:0;
		-webkit-transform: translate(-100px,0);
		-moz-transform: translate(-100px,0);
		-o-transform: translate(-100px,0);
		transform: translate(-100px,0);	
	}
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.esd-word{
	top:370px;
	left: 7%;
	z-index: 8;
	position: absolute;
	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	font-size: 24px;
    color: #ffb756;
	line-height: 40px;
	animation:esd-word 1.4s ease-out;		
}
@keyframes esd-word{
	0%{
		opacity:0;
		-webkit-transform: translate(-100px,0);
		-moz-transform: translate(-100px,0);
		-o-transform: translate(-100px,0);
		transform: translate(-100px,0);	
	}
	40%{
		opacity:0;
		-webkit-transform: translate(-100px,0);
		-moz-transform: translate(-100px,0);
		-o-transform: translate(-100px,0);
		transform: translate(-100px,0);	
	}	
	100%{
		opacity:1;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.esd-word ul{
	width: 100%;
	display: block;
	float: left;
	list-style-type: none; 	
}
.esd-word ul li{
	width: 100%;
	display: block;
	float: left;
	list-style-type: none; 	
}



@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: 1050px;
	height: 900px;
	margin: 0 auto;		 
}
.step-BK{
	width: 100%;	
	top: 60px;
	left: 0; 
}
.esd-title{
	top:150px;
	left: 7%;
	font-size: 40px;
	line-height: 57px;	
}
.esd-word{
	top:270px;
	left: 7%;
	font-size: 24px;
	line-height: 40px;	
}
.step-1{
	width: 170px;
	top:90px;
	left: 50%;	
}
.step-2{
	width: 205px;
	top:220px;
	left: 70%;
}
.step-3{
	width: 190px;
	top:110px;
	left: 92%;	
}
.step-4{
	width: 193px;
	top:390px;
	left: 68%;
}
.step-5{
	width: 211px;
	top:600px;
	left: 80%;
}
.step-6{
	width: 185px;
	top:520px;
	left: 42%;
}
.step-7{
	width: 132px;
	top:480px;
	left: 23%;		
}
.step-8{
	width: 195px;
	top:510px;
	left: -3%;
}
}
@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: 1050px;
	height: 1024px;
	margin: 130px auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 1024px;
	top: 0;
	left: 0;
}
}
@media only screen and (max-width:1366px) and (max-height:768px){
.content-bk{
    width: 100%;
	height: 768px;
	top: 0;
	left: 0;
}
.content-box-inner{
    width: 1000px;
	height: 768px;
	margin: -40px auto 0 auto;		 
}
.esd-title{
	top:150px;
	left: 7%;
	font-size: 37px;
	line-height: 55px;	
}
.step-5{
	width: 211px;
	top:550px;
	left: 80%;
}
}
@media only screen and (max-width:1280px){
.content-box-inner{
    width: 980px;
	height: 850px;
	margin: -20px auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 850px;
	top: 0;
	left: 0;
}
.esd-title{
	top:140px;
	left: 7%;
	font-size: 35px;
	line-height: 55px;	
}
.esd-word{
	top:250px;
	left: 7%;
	font-size: 24px;
	line-height: 40px;	
}
.step-2{
	width: 205px;
	top:200px;
	left: 70%;
}
.step-6{
	width: 185px;
	top:480px;
	left: 41%;
}
.step-7{
	width: 132px;
	top:460px;
	left: 22%;		
}	
}
@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: 900px;
	height: 1366px;
	margin: 280px auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 1366px;
	top: 0;
	left: 0;
}
.esd-title{
	top:120px;
	left: 5%;
	font-size: 35px;
	line-height: 55px;	
}
.esd-word{
	top:230px;
	left: 5%;
	font-size: 24px;
	line-height: 40px;	
}
.step-3{
	width: 190px;
	top:160px;
	left: 84%;	
}
.step-4{
	width: 193px;
	top:340px;
	left: 68%;
}
.step-5{
	width: 211px;
	top:500px;
	left: 80%;
}
.step-6{
	width: 185px;
	top:440px;
	left: 41%;
}
.step-7{
	width: 132px;
	top:430px;
	left: 22%;		
}
.step-8{
	width: 185px;
	top:440px;
	left: -5%;
}	
}
@media only screen and (max-width:1024px) and (max-height:768px){
.content-box-inner{
    width: 900px;
	height: 768px;
	margin: 20px auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 768px;
	top: 0;
	left: 0;
}
.esd-title{
	top:120px;
	left: 6%;
	font-size: 35px;
	line-height: 55px;	
}
.esd-word{
	top:240px;
	left: 6%;
	font-size: 22px;
	line-height: 35px;	
}
.step-1{
	width: 150px;
	top:80px;
	left: 50%;	
}
.step-2{
	width: 185px;
	top:200px;
	left: 70%;
}
.step-3{
	width: 165px;
	top:155px;
	left: 88%;	
}
.step-4{
	width: 170px;
	top:340px;
	left: 68%;
}
.step-5{
	width: 185px;
	top:500px;
	left: 80%;
}
.step-6{
	width: 165px;
	top:440px;
	left: 41%;
}
.step-7{
	width: 112px;
	top:430px;
	left: 22%;		
}
.step-8{
	width: 165px;
	top:440px;
	left: -5%;
}
}
@media only screen and (max-width:900px){
.content-box-inner{
    width: 850px;
	height: 1600px;
	margin: 380px auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 1600px;
	top: 0;
	left: 0;
}
.esd-title{
	top:110px;
	left: 5%;
	font-size: 35px;
	line-height: 55px;	
}
.esd-word{
	top:230px;
	left: 5%;
	font-size: 22px;
	line-height: 35px;	
}
.step-1{
	width: 150px;
	top:-20px;
	left: 45%;	
}
.step-2{
	width: 185px;
	top:200px;
	left: 70%;
}
.step-3{
	width: 165px;
	top:-30px;
	left: 80%;	
}
.step-4{
	width: 170px;
	top:340px;
	left: 68%;
}
.step-5{
	width: 185px;
	top:530px;
	left: 78%;
}
.step-6{
	width: 165px;
	top:420px;
	left: 41%;
}
.step-7{
	width: 112px;
	top:560px;
	left: 22%;		
}
.step-8{
	width: 165px;
	top:420px;
	left: 5%;
}
}
@media only screen and (max-width:800px){
.content-box-inner{
    width: 750px;
	height: 1280px;
	margin: 380px auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 1280px;
	top: 0;
	left: 0;
}
.esd-title{
	top:110px;
	left: 5%;
	font-size: 32px;
	line-height: 48px;	
}
.esd-word{
	top:210px;
	left: 5%;
	font-size: 20px;
	line-height: 30px;	
}
.step-1{
	width: 150px;
	top:-20px;
	left: 42%;	
}
.step-2{
	width: 185px;
	top:160px;
	left: 70%;
}
.step-3{
	width: 165px;
	top:-30px;
	left: 80%;	
}
.step-4{
	width: 170px;
	top:300px;
	left: 66%;
}
.step-5{
	width: 185px;
	top:480px;
	left: 78%;
}
.step-6{
	width: 165px;
	top:380px;
	left: 39%;
}
.step-7{
	width: 112px;
	top:500px;
	left: 23%;		
}
.step-8{
	width: 165px;
	top:380px;
	left: 4%;
}
}
@media only screen and (max-width:768px){
.content-box-inner{
    width: 768px;
	height: 1024px;
	margin: -50px auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 1023px;
	top: 0;
	left: 0;
}
.step-BK .ka1{
	display: none;	 
}
.step-BK .ka2{
	display: block;	 
}
.esd-title{
	top:175px;
	left: 12%;
	font-size: 35px;
	line-height: 52px;	
}
.esd-word{
	top:290px;
	left: 12%;
	font-size: 21px;
	line-height: 33px;	
}
.step-1{
	width: 150px;
	top:420px;
	left: 34%;	
}
.step-2{
	width: 185px;
	top:590px;
	left: 6%;
}
.step-3{
	width: 160px;
	top:890px;
	left: 6%;	
}
.step-4{
	width: 165px;
	top:770px;
	left: 42%;
}
.step-5{
	width: 185px;
	top:820px;
	left: 68%;
}
.step-6{
	width: 150px;
	top:540px;
	left: 68%;
}
.step-7{
	width: 112px;
	top:420px;
	left: 72%;
}
.step-8{
	width: 165px;
	top:170px;
	left: 67%;
}
}
@media only screen and (max-width:600px){
.content-box-inner{
    width: 600px;
	height: 960px;
	margin: 0 auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 960px;
	top: 0;
	left: 0;
}
.esd-title{
	top:140px;
	left: 12%;
	font-size: 30px;
	line-height: 45px;	
}
.esd-word{
	top:240px;
	left: 12%;
	font-size: 19px;
	line-height: 30px;	
}
.step-1{
	width: 140px;
	top:340px;
	left: 34%;	
}
.step-2{
	width: 170px;
	top:490px;
	left: 10%;
}
.step-3{
	width: 145px;
	top:720px;
	left: 6%;	
}
.step-4{
	width: 160px;
	top:790px;
	left: 40%;
}
.step-5{
	width: 170px;
	top:650px;
	left: 66%;
}
.step-6{
	width: 150px;
	top:440px;
	left: 68%;
}
.step-7{
	width: 112px;
	top:340px;
	left: 72%;
}
.step-8{
	width: 165px;
	top:140px;
	left: 67%;
}
}
@media only screen and (max-width:480px){
.content-box-inner{
    width: 480px;
	height: 800px;
	margin: -10px auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 800px;
	top: 0;
	left: 0;
}
.esd-title{
	top:130px;
	left: 10%;
	font-size: 25px;
	line-height: 40px;	
}
.esd-word{
	top:220px;
	left: 10%;
	font-size: 18px;
	line-height: 25px;	
}
.step-BK{
	top: 0;
}
.step-BK .ka2{
	display: none;	 
}
.step-BK .ka3{
	display: block;	 
}
.step-1{
	width: 130px;
	top:300px;
	left: 28%;	
}
.step-2{
	width: 155px;
	top:490px;
	left: 14%;
}
.step-3{
	width: 125px;
	top:670px;
	left: 6%;	
}
.step-4{
	width: 140px;
	top:580px;
	left: 38%;
}
.step-5{
	width: 150px;
	top:630px;
	left: 66%;
}
.step-6{
	width: 130px;
	top:410px;
	left: 68%;
}
.step-7{
	width: 100px;
	top:290px;
	left: 72%;
}
.step-8{
	width: 140px;
	top:140px;
	left: 64%;
}
}
@media only screen and (max-width:414px){
.content-swipe{
	left: 300px;
}
.content-box-inner{
    width: 414px;
	height: 800px;
	margin: 00px auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 800px;
	top: 0;
	left: 0;
}
.esd-title{
	top:100px;
	left: 7%;
	font-size: 23px;
	line-height: 35px;	
}
.esd-word{
	top:180px;
	left: 7%;
	font-size: 16px;
	line-height: 25px;	
}
.step-BK{
	top: 0;
}
.step-BK .ka2{
	display: none;	 
}
.step-BK .ka3{
	display: block;	 
}
.step-1{
	width: 110px;
	top:260px;
	left: 28%;	
}
.step-2{
	width: 135px;
	top:420px;
	left: 12%;
}
.step-3{
	width: 115px;
	top:580px;
	left: 6%;	
}
.step-4{
	width: 130px;
	top:640px;
	left: 38%;
}
.step-5{
	width: 140px;
	top:520px;
	left: 64%;
}
.step-6{
	width: 120px;
	top:370px;
	left: 65%;
}
.step-7{
	width: 90px;
	top:250px;
	left: 72%;
}
.step-8{
	width: 130px;
	top:120px;
	left: 64%;
}
}
@media only screen and (max-width:375px){
.content-box-inner{
    width: 375px;
	height: 700px;
	margin: 0 auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 700px;
	top: 0;
	left: 0;
}
.esd-title{
	top:100px;
	left: 7%;
	font-size: 21px;
	line-height: 33px;	
}
.esd-word{
	top:170px;
	left: 7%;
	font-size: 16px;
	line-height: 23px;	
}
.step-BK{
	top: 0;
}
.step-BK .ka2{
	display: none;	 
}
.step-BK .ka3{
	display: block;	 
}
.step-1{
	width: 110px;
	top:230px;
	left: 28%;	
}
.step-2{
	width: 135px;
	top:380px;
	left: 12%;
}
.step-3{
	width: 115px;
	top:525px;
	left: 6%;	
}
.step-4{
	width: 125px;
	top:580px;
	left: 38%;
}
.step-5{
	width: 130px;
	top:475px;
	left: 60%;
}
.step-6{
	width: 115px;
	top:330px;
	left: 65%;
}
.step-7{
	width: 85px;
	top:230px;
	left: 72%;
}
.step-8{
	width: 125px;
	top:110px;
	left: 64%;
}
}
@media only screen and (max-width:360px){
.content-swipe{
	left: 290px;
}
.content-box-inner{
    width: 360px;
	height: 700px;
	margin: 0 auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 700px;
	top: 0;
	left: 0;
}
.esd-title{
	top:80px;
	left: 5%;
	font-size: 20px;
	line-height: 30px;	
}
.esd-word{
	top:150px;
	left: 5%;
	font-size: 15px;
	line-height: 23px;	
}
.step-1{
	width: 110px;
	top:220px;
	left: 28%;	
}
.step-2{
	width: 135px;
	top:360px;
	left: 12%;
}
.step-3{
	width: 115px;
	top:505px;
	left: 6%;	
}
.step-4{
	width: 125px;
	top:560px;
	left: 38%;
}
.step-5{
	width: 130px;
	top:455px;
	left: 60%;
}
.step-6{
	width: 115px;
	top:320px;
	left: 65%;
}
.step-7{
	width: 85px;
	top:220px;
	left: 72%;
}
.step-8{
	width: 120px;
	top:110px;
	left: 64%;
}
}
@media only screen and (max-width:320px) and (max-height:568px){
.content-swipe{
	left: 260px;
}
.content-box-inner{
    width: 320px;
	height: 700px;
	margin: 0 auto 0 auto;		 
}
.content-bk{
    width: 100%;
	height: 700px;
	top: 0;
	left: 0;
}
.esd-title{
	top:80px;
	left: 5%;
	font-size: 19px;
	line-height: 30px;	
}
.esd-word{
	top:140px;
	left: 5%;
	font-size: 14px;
	line-height: 23px;	
}
.step-1{
	width: 100px;
	top:200px;
	left: 28%;	
}
.step-2{
	width: 125px;
	top:320px;
	left: 12%;
}
.step-3{
	width: 105px;
	top:445px;
	left: 6%;	
}
.step-4{
	width: 110px;
	top:490px;
	left: 38%;
}
.step-5{
	width: 120px;
	top:405px;
	left: 60%;
}
.step-6{
	width: 105px;
	top:290px;
	left: 65%;
}
.step-7{
	width: 80px;
	top:195px;
	left: 72%;
}
.step-8{
	width: 110px;
	top:100px;
	left: 62%;
}
}
@media only screen and (max-width:320px) and (max-height:480px){
body{
	background: #124074;
	overflow-x: hidden;
	overflow-y: auto;	
}
	
}






















