@charset "utf-8";
@media screen and (min-width: 1024px){
.dddddddddddd{}
.box-animation {
	float: left;
	height: auto;
	width: 99%;
	padding-top: 5%;
	padding-bottom: 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
.title-animation {
	font-family: serithairegular;
	font-size: 1.2rem;
	color: #e7e8e9;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 5%;
}
.title-animation img {
	height: auto;
	width: 1.5%;
	margin-bottom: 1em;
	margin-right: 4px;
	margin-left: 4px;
}

.box-circle {
	text-align: center;
	float: left;
	height: 100%;
	width: 60%;
	z-index: 1;
	animation: cricle-bg 20s linear both infinite alternate;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20%;
	margin-bottom: -70%;
	margin-left: 20%;
}
@keyframes cricle-bg {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box-circle img {
	height: auto;
	width: 100%;
}
.box-circle-list {
	float: left;
	height: auto;
	width: 80%;
	position: relative;
	visibility: visible;
	z-index: 3;
	margin-left: 10%;
}
.box-cricle-list-1 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 15rem;
	margin-right: -2rem;
	margin-left: 2rem;
}
.box-cricle-list-2 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-left: -3rem;
	margin-right: 3rem;
	margin-top: 2rem;
}
.box-cricle-list-3 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: -3rem;
}
.box-cricle-list-4 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-right: -3rem;
	margin-left: 3rem;
	margin-top: 2rem;
}
.box-cricle-list-5 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 15rem;
	margin-right: 2rem;
	margin-left: -2rem;
}




.icon-cricle-1 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-1 1s infinite alternate;
}
@keyframes cricle-1 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(50deg);
  }
}
.icon-cricle-2 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-2 1s infinite alternate;
}
@keyframes cricle-2 {
  0% {
    transform: skewX(20deg);
  }
  100% {
    transform: skewX(-20deg);
  }
}
.icon-cricle-3 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-3 3s infinite alternate;
}
@keyframes cricle-3 {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-cricle-4 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-4 1s infinite alternate;
}
@keyframes cricle-4 {
  0% {
    transform: skewY(20deg);
  }
  100% {
    transform: skewY(-20deg);
  }
}
.icon-cricle-5 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-5 1s infinite alternate;
}
@keyframes cricle-5 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(50deg);
  }
}
.icon-cricle-1 img {
	height: auto;
	width: 50%;
}
.icon-cricle-2 img {
	height: auto;
	width: 50%;
}
.icon-cricle-3 img {
	height: auto;
	width: 50%;
}
.icon-cricle-4 img {
	height: auto;
	width: 50%;
}
.icon-cricle-5 img {
	height: auto;
	width: 50%;
}








.box-labtop {
	float: left;
	height: auto;
	width: 69%;
	text-align: center;
	position: relative;
	z-index: 10;
	visibility: visible;
	margin-left: 16%;
	margin-top: 4rem;
}
.box-labtop img {
	height: auto;
	width: 100%;
}
.box-page-left {
	float: left;
	height: auto;
	width: 20%;
	margin-left: 10%;
	background-image: url(../images/animation/page-left.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	position: relative;
	z-index: 10;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	margin-top: -28rem;
}



.box-page-center {
	float: left;
	height: auto;
	width: 25%;
	background-image: url(../images/animation/page-center.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	padding-left: 2.5%;
	z-index: 11;
	margin-left: 35%;
	margin-top: -45rem;
	position: relative;
	margin-right: 35%;
}



.box-page-right {
	float: right;
	height: auto;
	width: 20%;
	margin-right: 10%;
	background-image: url(../images/animation/page-right.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	position: relative;
	z-index: 12;
	margin-top: -28rem;
}

.box-labtop-footer {
	text-align: center;
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	position: relative;
	visibility: visible;
	z-index: 3;
	margin-top: -3.5%;
}
.box-labtop-footer img {
	height: auto;
	width: 100%;
}
.box-l-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 5%;
}

.l-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: l-01 ease 2s infinite;
}
@keyframes l-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-01 img {
	height: auto;
	width: 100%;
}
.l-02 {
	text-align: center;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-02 ease 2s infinite;
}
@keyframes l-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-02 img {
	height: auto;
	width: 100%;
}
.l-03 {
	text-align: right;
	float: right;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-03 ease 2s infinite;
}
@keyframes l-03{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-03 img {
	height: auto;
	width: 100%;
}
.box-l-04 {
	float: left;
	height: auto;
	width: 50%;
	margin-top: 5%;
	margin-bottom: 10%;
}
.l-04 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-04 ease 2s infinite;
}
@keyframes l-04{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-04 img {
	height: auto;
	width: 100%;
}

.l-05 {
	float: right;
	height: auto;
	width: 35%;
	margin-top: 5%;
	animation: l-05 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
	margin-right: 5%;
}
@keyframes l-05 {
  to {
    transform: scale(1.2);
  }
}
.l-05 img {
	height: auto;
	width: 100%;
}
.l-06 {
	float: left;
	height: auto;
	width: 50%;
	text-align: center;
	margin-left: 25%;
	margin-bottom: 5%;
	animation: fadeIn ease 1s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.l-06 img {
	height: auto;
	width: 100%;
}
.l-07 {
	float: left;
	height: auto;
	width: 90%;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 4%;
	animation: l-07 ease 2s infinite;
	margin-left: 5%;
}
@keyframes l-07{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-07 img {
	height: auto;
	width: 100%;
}
.box-c-01 {
	float: left;
	height: auto;
	width: 100%;
}
.c-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-top: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	animation: c-01 ease 2s infinite;
}
@keyframes c-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-01 img {
	height: auto;
	width: 100%;
}
.c-02 {
	float: left;
	height: auto;
	width: 50%;
	margin-left: 25%;
	margin-top: 3%;
	margin-bottom: 2%;
	animation: c-02 ease 2s infinite;
}
@keyframes c-02{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-02 img {
	height: auto;
	width: 100%;
}



.c-video {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 2%;
	background-color: #FFF;
}
#myVideo {
	height: auto;
	width: 100%;
}
.box-c-banner {
	background-color: #ffc61a;
	height: auto;
	width: 100%;
	float: left;
}

.c-banner {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 20%;
}


.box-c-03 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
	background-color: #FFF;
	padding-top: 3%;
	padding-bottom: 3%;
}
.c-03 {
	float: left;
	height: auto;
	width: 20%;
	margin-right: 2%;
	margin-left: 3%;
	margin-bottom: 1%;
	animation: c-03 ease 2s infinite;
}
@keyframes c-03{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-03 img {
	height: auto;
	width: 100%;
}
.box-r-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 5%;
}
.r-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: r-01 ease 2s infinite;
}
@keyframes r-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-01 img {
	height: auto;
	width: 100%;
}
.r-02 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 40%;
	animation: r-02 ease 2s infinite;
}
@keyframes r-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-02 img {
	height: auto;
	width: 100%;
}

.r-03 {
	height: auto;
	width: 100%;
	background-color: #d60063;
	float: left;
	margin-bottom: 5%;
	margin-top: 5%;
	animation: r-03 ease 2s infinite alternate;
}
@keyframes r-03{
  0% {
      transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 5px);
  }
}
.r-04 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 20%;
	 animation: fadeIn ease 2s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.r-04 img {
	height: auto;
	width: 100%;
}

.box-r-05 {
	float: left;
	height: auto;
	width: 20%;
}
.r-05 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-05 ease 2s infinite;
}
@keyframes r-05{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-05 img {
	height: auto;
	width: 100%;
}

.box-r-06 {
	float: left;
	height: auto;
	width: 50%;
	margin-right: 5%;
	margin-left: 5%;
}
.r-06 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 10%;
	animation: r-06 ease 2s infinite;
}
@keyframes r-06{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-06 img {
	height: auto;
	width: 100%;
}
.box-r-07 {
	float: left;
	height: auto;
	width: 20%;
}
.r-07 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-07 ease 2s infinite;
}
@keyframes r-07{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-07 img {
	height: auto;
	width: 100%;
}
}
@media screen and (max-width: 480px){
.mmmmmmmmmmmmmm{}
.box-animation {
	float: left;
	height: auto;
	width: 99%;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.title-animation {
	font-family: serithairegular;
	font-size: 1rem;
	color: #e7e8e9;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 5%;
}
.title-animation img {
	height: auto;
	width: 5%;
	margin-bottom: 1em;
	margin-right: 4px;
	margin-left: 4px;
}

.box-circle {
	text-align: center;
	float: left;
	height: 100%;
	width: 60%;
	z-index: 1;
	animation: cricle-bg 20s linear both infinite alternate;
	position: relative;
	padding: 0px;
	margin-top: 5rem;
	margin-right: 20%;
	margin-bottom: -70%;
	margin-left: 20%;
}
@keyframes cricle-bg {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box-circle img {
	height: auto;
	width: 100%;
}
.box-circle-list {
	float: left;
	height: auto;
	width: 80%;
	position: relative;
	visibility: visible;
	z-index: 3;
	margin-left: 10%;
}
.box-cricle-list-1 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 5rem;
	padding-top: 5%;
	padding-bottom: 5%;
}
.box-cricle-list-2 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 1rem;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-right: 1rem;
	margin-left: -1rem;
}
.box-cricle-list-3 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	float: left;
	height: auto;
	width: 20%;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-top: -1rem;
}
.box-cricle-list-4 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 1rem;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-right: -1rem;
	margin-left: 1rem;
}
.box-cricle-list-5 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 5rem;
	padding-top: 5%;
	padding-bottom: 5%;
}




.icon-cricle-1 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-1 1s infinite alternate;
}
@keyframes cricle-1 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(50deg);
  }
}
.icon-cricle-2 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-2 1s infinite alternate;
}
@keyframes cricle-2 {
  0% {
    transform: skewX(20deg);
  }
  100% {
    transform: skewX(-20deg);
  }
}
.icon-cricle-3 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-3 3s infinite alternate;
}
@keyframes cricle-3 {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-cricle-4 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-4 1s infinite alternate;
}
@keyframes cricle-4 {
  0% {
    transform: skewY(20deg);
  }
  100% {
    transform: skewY(-20deg);
  }
}
.icon-cricle-5 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-5 1s infinite alternate;
}
@keyframes cricle-5 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(50deg);
  }
}
.icon-cricle-1 img {
	height: auto;
	width: 80%;
}
.icon-cricle-2 img {
	height: auto;
	width: 80%;
}
.icon-cricle-3 img {
	height: auto;
	width: 80%;
}
.icon-cricle-4 img {
	height: auto;
	width: 80%;
}
.icon-cricle-5 img {
	height: auto;
	width: 80%;
}




.box-labtop {
	float: left;
	height: auto;
	width: 70%;
	text-align: center;
	position: relative;
	z-index: 10;
	visibility: visible;
	margin-left: 15%;
	margin-top: 2rem;
}
.box-labtop img {
	height: auto;
	width: 100%;
}
.box-page-left {
	float: left;
	height: auto;
	width: 20%;
	margin-left: 10%;
	background-image: url(../images/animation/page-left.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	position: relative;
	z-index: 10;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	margin-top: -7rem;
}



.box-page-center {
	float: left;
	height: auto;
	width: 25%;
	background-image: url(../images/animation/page-center.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	padding-left: 2.5%;
	z-index: 11;
	margin-left: 35%;
	margin-top: -15rem;
	position: relative;
	margin-right: 35%;
}



.box-page-right {
	float: right;
	height: auto;
	width: 20%;
	margin-right: 10%;
	background-image: url(../images/animation/page-right.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	position: relative;
	z-index: 12;
	margin-top: -7rem;
}

.box-labtop-footer {
	text-align: center;
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	position: relative;
	visibility: visible;
	z-index: 3;
	margin-top: -3.5%;
}
.box-labtop-footer img {
	height: auto;
	width: 100%;
}
.box-l-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 5%;
}

.l-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: l-01 ease 2s infinite;
}
@keyframes l-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-01 img {
	height: auto;
	width: 100%;
}
.l-02 {
	text-align: center;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-02 ease 2s infinite;
}
@keyframes l-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-02 img {
	height: auto;
	width: 100%;
}
.l-03 {
	text-align: right;
	float: right;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-03 ease 2s infinite;
}
@keyframes l-03{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-03 img {
	height: auto;
	width: 100%;
}
.box-l-04 {
	float: left;
	height: auto;
	width: 50%;
	margin-top: 5%;
	margin-bottom: 10%;
}
.l-04 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-04 ease 2s infinite;
}
@keyframes l-04{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-04 img {
	height: auto;
	width: 100%;
}

.l-05 {
	float: right;
	height: auto;
	width: 35%;
	margin-top: 5%;
	animation: l-05 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
	margin-right: 5%;
}
@keyframes l-05 {
  to {
    transform: scale(1.2);
  }
}
.l-05 img {
	height: auto;
	width: 100%;
}
.l-06 {
	float: left;
	height: auto;
	width: 50%;
	text-align: center;
	margin-left: 25%;
	margin-bottom: 5%;
	animation: fadeIn ease 1s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.l-06 img {
	height: auto;
	width: 100%;
}
.l-07 {
	float: left;
	height: auto;
	width: 90%;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 4%;
	animation: l-07 ease 2s infinite;
	margin-left: 5%;
}
@keyframes l-07{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-07 img {
	height: auto;
	width: 100%;
}
.box-c-01 {
	float: left;
	height: auto;
	width: 100%;
}
.c-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-top: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	animation: c-01 ease 2s infinite;
}
@keyframes c-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-01 img {
	height: auto;
	width: 100%;
}
.c-02 {
	float: left;
	height: auto;
	width: 50%;
	margin-left: 25%;
	margin-top: 3%;
	margin-bottom: 2%;
	animation: c-02 ease 2s infinite;
}
@keyframes c-02{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-02 img {
	height: auto;
	width: 100%;
}



.c-video {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 2%;
	background-color: #FFF;
}
#myVideo {
	height: auto;
	width: 100%;
}
.box-c-banner {
	background-color: #ffc61a;
	height: auto;
	width: 100%;
	float: left;
}

.c-banner {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 20%;
}


.box-c-03 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
	background-color: #FFF;
	padding-top: 3%;
	padding-bottom: 3%;
}
.c-03 {
	float: left;
	height: auto;
	width: 20%;
	margin-right: 2%;
	margin-left: 3%;
	margin-bottom: 1%;
	animation: c-03 ease 2s infinite;
}
@keyframes c-03{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-03 img {
	height: auto;
	width: 100%;
}
.box-r-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 5%;
}
.r-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: r-01 ease 2s infinite;
}
@keyframes r-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-01 img {
	height: auto;
	width: 100%;
}
.r-02 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 40%;
	animation: r-02 ease 2s infinite;
}
@keyframes r-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-02 img {
	height: auto;
	width: 100%;
}

.r-03 {
	height: auto;
	width: 100%;
	background-color: #d60063;
	float: left;
	margin-bottom: 5%;
	margin-top: 5%;
	animation: r-03 ease 2s infinite alternate;
}
@keyframes r-03{
  0% {
      transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 5px);
  }
}
.r-04 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 20%;
	 animation: fadeIn ease 2s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.r-04 img {
	height: auto;
	width: 100%;
}

.box-r-05 {
	float: left;
	height: auto;
	width: 20%;
}
.r-05 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-05 ease 2s infinite;
}
@keyframes r-05{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-05 img {
	height: auto;
	width: 100%;
}

.box-r-06 {
	float: left;
	height: auto;
	width: 50%;
	margin-right: 5%;
	margin-left: 5%;
}
.r-06 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 10%;
	animation: r-06 ease 2s infinite;
}
@keyframes r-06{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-06 img {
	height: auto;
	width: 100%;
}
.box-r-07 {
	float: left;
	height: auto;
	width: 20%;
}
.r-07 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-07 ease 2s infinite;
}
@keyframes r-07{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-07 img {
	height: auto;
	width: 100%;
}
}
@media screen and (min-width: 481px) and (max-width: 767px){
.mmmmmmmmmmmmmmplussssssssssssssssssss{}
.box-animation {
	float: left;
	height: auto;
	width: 99%;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.title-animation {
	font-family: serithairegular;
	font-size: 1rem;
	color: #e7e8e9;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 5%;
}
.title-animation img {
	height: auto;
	width: 5%;
	margin-bottom: 1em;
	margin-right: 4px;
	margin-left: 4px;
}

.box-circle {
	text-align: center;
	float: left;
	height: 100%;
	width: 70%;
	z-index: 1;
	animation: cricle-bg 20s linear both infinite alternate;
	position: relative;
	padding: 0px;
	margin-top: 5%;
	margin-right: 15%;
	margin-bottom: -70%;
	margin-left: 15%;
}
@keyframes cricle-bg {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box-circle img {
	height: auto;
	width: 100%;
}
.box-circle-list {
	float: left;
	height: auto;
	width: 80%;
	position: relative;
	visibility: visible;
	z-index: 3;
	margin-left: 10%;
}
.box-cricle-list-1 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 5rem;
	padding-top: 5%;
	padding-bottom: 5%;
}
.box-cricle-list-2 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: -1rem;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-right: 1rem;
	margin-left: -1rem;
}
.box-cricle-list-3 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	float: left;
	height: auto;
	width: 20%;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-top: -4rem;
}
.box-cricle-list-4 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: -1rem;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-right: -1rem;
	margin-left: 1rem;
}
.box-cricle-list-5 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 5rem;
	padding-top: 5%;
	padding-bottom: 5%;
}




.icon-cricle-1 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-1 1s infinite alternate;
}
@keyframes cricle-1 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(50deg);
  }
}
.icon-cricle-2 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-2 1s infinite alternate;
}
@keyframes cricle-2 {
  0% {
    transform: skewX(20deg);
  }
  100% {
    transform: skewX(-20deg);
  }
}
.icon-cricle-3 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-3 3s infinite alternate;
}
@keyframes cricle-3 {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-cricle-4 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-4 1s infinite alternate;
}
@keyframes cricle-4 {
  0% {
    transform: skewY(20deg);
  }
  100% {
    transform: skewY(-20deg);
  }
}
.icon-cricle-5 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-5 1s infinite alternate;
}
@keyframes cricle-5 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(50deg);
  }
}
.icon-cricle-1 img {
	height: auto;
	width: 80%;
}
.icon-cricle-2 img {
	height: auto;
	width: 80%;
}
.icon-cricle-3 img {
	height: auto;
	width: 80%;
}
.icon-cricle-4 img {
	height: auto;
	width: 80%;
}
.icon-cricle-5 img {
	height: auto;
	width: 80%;
}




.box-labtop {
	float: left;
	height: auto;
	width: 70%;
	text-align: center;
	position: relative;
	z-index: 10;
	visibility: visible;
	margin-left: 15%;
	margin-top: -1pc;
}
.box-labtop img {
	height: auto;
	width: 100%;
}
.box-page-left {
	float: left;
	height: auto;
	width: 20%;
	margin-left: 10%;
	background-image: url(../images/animation/page-left.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	position: relative;
	z-index: 10;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	margin-top: -25ex;
}



.box-page-center {
	float: left;
	height: auto;
	width: 25%;
	background-image: url(../images/animation/page-center.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	padding-left: 2.5%;
	z-index: 11;
	margin-left: 35%;
	margin-top: -20rem;
	position: relative;
	margin-right: 35%;
}



.box-page-right {
	float: right;
	height: auto;
	width: 20%;
	margin-right: 10%;
	background-image: url(../images/animation/page-right.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	position: relative;
	z-index: 12;
	margin-top: -25ex;
}

.box-labtop-footer {
	text-align: center;
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	position: relative;
	visibility: visible;
	z-index: 3;
	margin-top: -3.5%;
}
.box-labtop-footer img {
	height: auto;
	width: 100%;
}
.box-l-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 5%;
}

.l-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: l-01 ease 2s infinite;
}
@keyframes l-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-01 img {
	height: auto;
	width: 100%;
}
.l-02 {
	text-align: center;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-02 ease 2s infinite;
}
@keyframes l-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-02 img {
	height: auto;
	width: 100%;
}
.l-03 {
	text-align: right;
	float: right;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-03 ease 2s infinite;
}
@keyframes l-03{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-03 img {
	height: auto;
	width: 100%;
}
.box-l-04 {
	float: left;
	height: auto;
	width: 50%;
	margin-top: 5%;
	margin-bottom: 10%;
}
.l-04 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-04 ease 2s infinite;
}
@keyframes l-04{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-04 img {
	height: auto;
	width: 100%;
}

.l-05 {
	float: right;
	height: auto;
	width: 35%;
	margin-top: 5%;
	animation: l-05 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
	margin-right: 5%;
}
@keyframes l-05 {
  to {
    transform: scale(1.2);
  }
}
.l-05 img {
	height: auto;
	width: 100%;
}
.l-06 {
	float: left;
	height: auto;
	width: 50%;
	text-align: center;
	margin-left: 25%;
	margin-bottom: 5%;
	animation: fadeIn ease 1s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.l-06 img {
	height: auto;
	width: 100%;
}
.l-07 {
	float: left;
	height: auto;
	width: 90%;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 4%;
	animation: l-07 ease 2s infinite;
	margin-left: 5%;
}
@keyframes l-07{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-07 img {
	height: auto;
	width: 100%;
}
.box-c-01 {
	float: left;
	height: auto;
	width: 100%;
}
.c-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-top: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	animation: c-01 ease 2s infinite;
}
@keyframes c-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-01 img {
	height: auto;
	width: 100%;
}
.c-02 {
	float: left;
	height: auto;
	width: 50%;
	margin-left: 25%;
	margin-top: 3%;
	margin-bottom: 2%;
	animation: c-02 ease 2s infinite;
}
@keyframes c-02{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-02 img {
	height: auto;
	width: 100%;
}



.c-video {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 2%;
	background-color: #FFF;
}
#myVideo {
	height: auto;
	width: 100%;
}
.box-c-banner {
	background-color: #ffc61a;
	height: auto;
	width: 100%;
	float: left;
}

.c-banner {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 20%;
}


.box-c-03 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
	background-color: #FFF;
	padding-top: 3%;
	padding-bottom: 3%;
}
.c-03 {
	float: left;
	height: auto;
	width: 20%;
	margin-right: 2%;
	margin-left: 3%;
	margin-bottom: 1%;
	animation: c-03 ease 2s infinite;
}
@keyframes c-03{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-03 img {
	height: auto;
	width: 100%;
}
.box-r-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 5%;
}
.r-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: r-01 ease 2s infinite;
}
@keyframes r-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-01 img {
	height: auto;
	width: 100%;
}
.r-02 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 40%;
	animation: r-02 ease 2s infinite;
}
@keyframes r-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-02 img {
	height: auto;
	width: 100%;
}

.r-03 {
	height: auto;
	width: 100%;
	background-color: #d60063;
	float: left;
	margin-bottom: 5%;
	margin-top: 5%;
	animation: r-03 ease 2s infinite alternate;
}
@keyframes r-03{
  0% {
      transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 5px);
  }
}
.r-04 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 20%;
	 animation: fadeIn ease 2s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.r-04 img {
	height: auto;
	width: 100%;
}

.box-r-05 {
	float: left;
	height: auto;
	width: 20%;
}
.r-05 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-05 ease 2s infinite;
}
@keyframes r-05{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-05 img {
	height: auto;
	width: 100%;
}

.box-r-06 {
	float: left;
	height: auto;
	width: 50%;
	margin-right: 5%;
	margin-left: 5%;
}
.r-06 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 10%;
	animation: r-06 ease 2s infinite;
}
@keyframes r-06{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-06 img {
	height: auto;
	width: 100%;
}
.box-r-07 {
	float: left;
	height: auto;
	width: 20%;
}
.r-07 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-07 ease 2s infinite;
}
@keyframes r-07{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-07 img {
	height: auto;
	width: 100%;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.ttttttttttttttttttttttttttttttttttt{}
.box-animation {
	float: left;
	height: auto;
	width: 99%;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-left: 0.5%;
	margin-top: 2%;
	margin-right: 0.5%;
}
.title-animation {
	font-family: serithairegular;
	font-size: 1rem;
	color: #e7e8e9;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 5%;
}
.title-animation img {
	height: auto;
	width: 1.5%;
	margin-bottom: 1em;
	margin-right: 4px;
	margin-left: 4px;
}

.box-circle {
	text-align: center;
	float: left;
	height: 100%;
	width: 70%;
	z-index: 1;
	animation: cricle-bg 20s linear both infinite alternate;
	position: relative;
	padding: 0px;
	margin-right: 15%;
	margin-bottom: -50%;
	margin-left: 15%;
}
@keyframes cricle-bg {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box-circle img {
	height: auto;
	width: 100%;
}
.box-circle-list {
	float: left;
	height: auto;
	width: 80%;
	position: relative;
	visibility: visible;
	z-index: 3;
	margin-left: 10%;
	margin-top: -12rem;
}
.box-cricle-list-1 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 8rem;
	margin-right: -1rem;
	margin-left: 1rem;
}
.box-cricle-list-2 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 3rem;
	margin-left: -1rem;
}
.box-cricle-list-3 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
}
.box-cricle-list-4 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 3rem;
}
.box-cricle-list-5 {
	background-image: url(../images/animation/bg-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 8rem;
	margin-right: 1rem;
}




.icon-cricle-1 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-1 1s infinite alternate;
}
@keyframes cricle-1 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(50deg);
  }
}
.icon-cricle-2 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-2 1s infinite alternate;
}
@keyframes cricle-2 {
  0% {
    transform: skewX(20deg);
  }
  100% {
    transform: skewX(-20deg);
  }
}
.icon-cricle-3 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-3 3s infinite alternate;
}
@keyframes cricle-3 {
   0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-cricle-4 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-4 1s infinite alternate;
}
@keyframes cricle-4 {
  0% {
    transform: skewY(20deg);
  }
  100% {
    transform: skewY(-20deg);
  }
}
.icon-cricle-5 {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	animation: cricle-5 1s infinite alternate;
}
@keyframes cricle-5 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(50deg);
  }
}
.icon-cricle-1 img {
	height: auto;
	width: 50%;
}
.icon-cricle-2 img {
	height: auto;
	width: 50%;
}
.icon-cricle-3 img {
	height: auto;
	width: 50%;
}
.icon-cricle-4 img {
	height: auto;
	width: 50%;
}
.icon-cricle-5 img {
	height: auto;
	width: 50%;
}




.box-labtop {
	float: left;
	height: auto;
	width: 75%;
	text-align: center;
	position: relative;
	z-index: 10;
	visibility: visible;
	margin-left: 12.5%;
	margin-top: 7rem;
}
.box-labtop img {
	height: auto;
	width: 100%;
}
.box-page-left {
	float: left;
	height: auto;
	width: 20%;
	margin-left: 10%;
	background-image: url(../images/animation/page-left.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	position: relative;
	z-index: 10;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	margin-top: -17rem;
}



.box-page-center {
	float: left;
	height: auto;
	width: 25%;
	background-image: url(../images/animation/page-center.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	padding-left: 2.5%;
	z-index: 11;
	margin-left: 35%;
	position: relative;
	margin-top: -30rem;
	margin-right: 35%;
}



.box-page-right {
	float: right;
	height: auto;
	width: 20%;
	margin-right: 10%;
	background-image: url(../images/animation/page-right.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-bottom: 2%;
	position: relative;
	z-index: 12;
	margin-top: -17rem;
}

.box-labtop-footer {
	text-align: center;
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	position: relative;
	visibility: visible;
	z-index: 3;
	margin-top: -3.5%;
}
.box-labtop-footer img {
	height: auto;
	width: 100%;
}
.box-l-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 5%;
}

.l-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: l-01 ease 2s infinite;
}
@keyframes l-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-01 img {
	height: auto;
	width: 100%;
}
.l-02 {
	text-align: center;
	float: left;
	height: auto;
	width: 20%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-02 ease 2s infinite;
}
@keyframes l-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-02 img {
	height: auto;
	width: 100%;
}
.l-03 {
	text-align: right;
	float: right;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-03 ease 2s infinite;
}
@keyframes l-03{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-03 img {
	height: auto;
	width: 100%;
}
.box-l-04 {
	float: left;
	height: auto;
	width: 50%;
	margin-top: 5%;
	margin-bottom: 10%;
}
.l-04 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	animation: l-04 ease 2s infinite;
}
@keyframes l-04{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-04 img {
	height: auto;
	width: 100%;
}

.l-05 {
	float: right;
	height: auto;
	width: 35%;
	margin-top: 5%;
	animation: l-05 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
	margin-right: 5%;
}
@keyframes l-05 {
  to {
    transform: scale(1.2);
  }
}
.l-05 img {
	height: auto;
	width: 100%;
}
.l-06 {
	float: left;
	height: auto;
	width: 50%;
	text-align: center;
	margin-left: 25%;
	margin-bottom: 5%;
	animation: fadeIn ease 1s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.l-06 img {
	height: auto;
	width: 100%;
}
.l-07 {
	float: left;
	height: auto;
	width: 90%;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 4%;
	animation: l-07 ease 2s infinite;
	margin-left: 5%;
}
@keyframes l-07{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.l-07 img {
	height: auto;
	width: 100%;
}
.box-c-01 {
	float: left;
	height: auto;
	width: 100%;
}
.c-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-top: 3%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	animation: c-01 ease 2s infinite;
}
@keyframes c-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-01 img {
	height: auto;
	width: 100%;
}
.c-02 {
	float: left;
	height: auto;
	width: 50%;
	margin-left: 25%;
	margin-top: 3%;
	margin-bottom: 2%;
	animation: c-02 ease 2s infinite;
}
@keyframes c-02{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-02 img {
	height: auto;
	width: 100%;
}



.c-video {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 2%;
	background-color: #FFF;
}
#myVideo {
	height: auto;
	width: 100%;
}
.box-c-banner {
	background-color: #ffc61a;
	height: auto;
	width: 100%;
	float: left;
}

.c-banner {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 20%;
}


.box-c-03 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
	background-color: #FFF;
	padding-top: 3%;
	padding-bottom: 3%;
}
.c-03 {
	float: left;
	height: auto;
	width: 20%;
	margin-right: 2%;
	margin-left: 3%;
	margin-bottom: 1%;
	animation: c-03 ease 2s infinite;
}
@keyframes c-03{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.c-03 img {
	height: auto;
	width: 100%;
}
.box-r-01 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 5%;
}
.r-01 {
	float: left;
	height: auto;
	width: 5%;
	margin-right: 5px;
	animation: r-01 ease 2s infinite;
}
@keyframes r-01{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-01 img {
	height: auto;
	width: 100%;
}
.r-02 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 40%;
	animation: r-02 ease 2s infinite;
}
@keyframes r-02{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-02 img {
	height: auto;
	width: 100%;
}

.r-03 {
	height: auto;
	width: 100%;
	background-color: #d60063;
	float: left;
	margin-bottom: 5%;
	margin-top: 5%;
	animation: r-03 ease 2s infinite alternate;
}
@keyframes r-03{
  0% {
      transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 5px);
  }
}
.r-04 {
	float: left;
	height: auto;
	width: 60%;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 20%;
	 animation: fadeIn ease 2s infinite;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.r-04 img {
	height: auto;
	width: 100%;
}

.box-r-05 {
	float: left;
	height: auto;
	width: 20%;
}
.r-05 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-05 ease 2s infinite;
}
@keyframes r-05{
  0% {
     transform: translate(-30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-05 img {
	height: auto;
	width: 100%;
}

.box-r-06 {
	float: left;
	height: auto;
	width: 50%;
	margin-right: 5%;
	margin-left: 5%;
}
.r-06 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 10%;
	animation: r-06 ease 2s infinite;
}
@keyframes r-06{
  0% {
     transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-06 img {
	height: auto;
	width: 100%;
}
.box-r-07 {
	float: left;
	height: auto;
	width: 20%;
}
.r-07 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: r-07 ease 2s infinite;
}
@keyframes r-07{
  0% {
     transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r-07 img {
	height: auto;
	width: 100%;
}
}
