shadow::before{
	content: '';
	box-shadow: 0 0 30px 1px #000;
	position: fixed;
	width: 100%;
	z-index: 1;
	height: 0px;
 }
shadow::after{
	content: '';
	width: 100%;
	height: 44px;
	background: linear-gradient(to bottom, #dcdcdc 1% , transparent);
	position: absolute;
	z-index: 1;
	top: 84px;
}
.blueline {
	height: 4px;
	width: 80px;
	background: #42baff;
	background: linear-gradient(45deg,#42baff,#1e83ff);
	display: block;
	border-radius: 2px;
	margin-bottom: 40px;
	margin-top: 30px;
}
.column-reverse{
	align-items:center;
	flex-direction:column-reverse;
}
.container{
	
	padding-top: 70px;
	/* [disabled]padding-bottom:70px; */
	overflow: hidden;
}
.container.white .content:first {
	padding-bottom: 70px;
}

.blue {
	background: #f1fbff;
}
.grey{
	background: #f7f7f7;
}
.content {
	width: 564px;
	/* [disabled]overflow: hidden; */
	/* [disabled]background: #F00; */
	/* [disabled]margin-right: 50px; */
}
.content:last-child {
	/* [disabled]margin-right: 0px; */
}
.content .more {
	margin-bottom:70px;
}

.banner
{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	min-height: 720px !important;
	background-image: url(../images/banner-bg-mathedit.jpg);
	background-position: center top;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 100px;
	/* [disabled]z-index: 1; */
	/*margin-top: 84px;*/
	/* [disabled]border-bottom: 1px solid #03F; */
}
/* 3. slider */
.banner-line-1 {
	position: absolute;
	top: 0px;
	z-index: 1;
	/*left: -120px;*/
	/* [disabled]left: 50%; */
	/* [disabled]margin-left: -952px; */
}
.banner-line-2 {
	position: absolute;
	z-index: 1;
	/*right: -240px;*/
	/* [disabled]right: 50%; */
	/*margin-right: -1006px;*/
	/* [disabled]margin-right: -70%; */
	top: 0px;
}
.banner-content {
	justify-content: space-between;
}
.banner-content h1 {
	color: #007ad0;
	font-size: 32px;
	line-height: 2;
	text-transform: capitalize;
	padding-top: 120px;
	position: relative;
	z-index: 2;
}
.banner-content h2 {
	font-size: 60px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #333;
	width: 80%;
	margin-top: -12px;
	position: relative;
	z-index: 2;
	/* [disabled]background: #F00; */
}
.banner-content p {
	color: #666;
	font-size: 18px;
	line-height: 2;
	padding-top: 40px;
	width: 80%;
	position: relative;
	z-index: 2;
}
/* button style */

.banner-content .butn-3{
	border-radius: 34px;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 68px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	text-transform: capitalize;
	overflow: hidden;
	height: 68px;
	width: 234px;
	clear: both;
	margin-top: 60px;
	margin-right: 10%;
	background: linear-gradient(45deg,#0072ff,#1e83ff,#2bc3a1,#03a79a,#03a79a);
	background-size: 240% 240%;
}
/*.banner-content .butn-3 img {
	transition: all 0.8s ease 0s;
}
.banner-content .butn-3:hover img {
	transform: rotateX(360deg);
}*/
.development {
	margin-top: 20px;
	text-align: center;
	justify-content: center;
	margin-bottom: 64px;
}
.container h1,.development h1,.version-container h1 {
	font-size: 44px;
	color: #007ad0;
}
.development h1 {
	line-height: 110px;
}
.container h1 {
	line-height: 56px;
}
.version-container h1 {
	padding-bottom:30px;
}
.development ul  {
	margin: -30px 0px 0px;
	padding: 0px;
	text-align: left;
}
.development ul li {
	list-style: square url(../images/ico-chosed.png) inside;
}
.development .detail {
	display: none;
	/* [disabled]visibility: hidden; */
}



.development p {
	text-align: justify;
	margin-bottom: 30px;

}
.development p span {
	color: #1a99e9;
	font-weight: bold;
}
.development .ui {
	margin-top: 56px;
	width: 76%;
	
}

.development .PC {
	background: #f1fbff;
	width: 324px;
	text-align: left;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgba(0,162,255,0.2);
	color: #666;
	/* [disabled]position: relative; */
	/* [disabled]z-index: 2; */
	height: 56px;
	padding: 32px 26px;
	display: block;
}
.development .PC h4 {
	color: #007ad0;
	font-size: 32px;
	font-weight: bold;
	line-height: 60px;
	transition: all 0.4s ease 0s;
}
.development .PC:hover h4 {
	color: #00a2ff;
}
.development .PC p {
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
.development .PC img {
	transition: all 0.4s ease 0s;
}
.development .PC:hover img {
	transform: scale(1.2,1.2) translateX(2px);
}

@keyframes moiveAnimation {
            0%,100% {
                background-position: 0% 50%
            }
            50% {
                background-position: 100% 50%
            }
}
.banner .animated {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkitanimation-iteration-count:infinite;
  animation-iteration-count:infinite;
}

@-webkit-keyframes fadeInOutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }

  40% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
	  opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);    
  }
}

@keyframes fadeInOutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
  }

  40% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
}

.banner .fadeInOutLeft {
  -webkit-animation-name: fadeInOutLeft;
  animation-name: fadeInOutLeft;  
}
.VE-container .formula-1,.VE-container .formula-2,.VE-container .formula-3  {
	padding: 22px 32px;
	position: absolute;
	border-radius: 10px;
}
.VE-container .formula-1  {
	background: #00a2ff;
	box-shadow: 0px 0px 35px 0px rgba(0,162,255,0.2);
	margin-top: -468px;
}
.VE-container .formula-2  {
	background: #ffffff;
	box-shadow: 0px 0px 35px 0px rgba(0,162,255,0.1);
	margin-top: -324px;
	margin-left: 232px;
}
.VE-container .formula-3  {
	background: #4cc3e5;
	box-shadow: 0px 0px 35px 0px rgba(255,255,255,0.2);
	margin-top: -190px;
	margin-left: 102px;
}

.MTO-container .formula-7-1,.MTO-container .formula-7-2,.MTO-container .formula-8-1,.MTO-container .formula-8-2 {
	padding: 28px 32px;
	position: absolute;
	border-radius: 10px;
}
.MTO-container .formula-7-2,.MTO-container .formula-8-2 {
	padding: 10px 12px;
	z-index:1;
	font: 28px/18px "Times New Roman", Times, serif;
}
.MTO-container .formula-7-1  {
	background: #ffffff;
	box-shadow: 0px 0px 50px 0px rgba(0,162,255,0.15);
	margin-top: -468px;
}
.MTO-container .formula-8-1  {
	background: #00a2ff;
	box-shadow: 0px 0px 50px 0px rgba(0,162,255,0.2);
	margin-top: -280px;
	margin-left: 294px;
}
.MTO-container .formula-7-2  {
	background: #00a2ff;
	color:#FFF;
	margin-top: -339px;
	margin-left: 42px;
}
.MTO-container .formula-8-2  {
	background: #fff;
	margin-top: -199px;
	margin-left: 348px;
}
.MTO-container .formula-8-2 span{
	font-family:"symbol";
}

.MTO-container .animated {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}
.MTO-container .delay{
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
@-webkit-keyframes fadeInOut-m-1 {
  0% {
    opacity: 0;
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17.5% {
    opacity: 1;
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  32.5% {
    opacity: 1;
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
  }
  50%,100% {
	opacity: 0;
	-webkit-transform: translateY(-48px);
    transform: translateY(-48px); 
  }
}

@keyframes fadeInOut-m-1 {
  0% {
    opacity: 0;
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
	17.5% {
    opacity: 1;
	-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  32.5% {
    opacity: 1;
    -webkit-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    transform: translateY(-48px);
  }
  50%,100% {
    opacity: 0;
	-webkit-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    transform: translateY(-48px);
  }
}

.MTO-container .fadeInOut-m-1 {
  -webkit-animation-name: fadeInOut-m-1;
  animation-name: fadeInOut-m-1;  
}
@-webkit-keyframes fadeInOut-m-2 {
	0%,50% {
    opacity: 0;
	-webkit-transform: translate(-305px,-188px);
    transform: translate(-305px,-188px);
	color:#FFF;
	background-color:#00a2ff;
  }
  67.5% {
    opacity: 1;
	-webkit-transform: translate(-305px,-188px);
    transform: translate(-305px,-188px);
	color:#fff;
	background-color:#00a2ff;
  }
  78%,92% {
    opacity: 1;
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
	color:#333;
	background-color:#fff;
  }
  100% {
	opacity: 0;
	-webkit-transform: translate(0px,0px);
    transform: translate(0px,0px); 
	color:#333;
	background-color:#fff;
  }
}

@keyframes fadeInOut-m-2 {
  0%,50% {
    opacity: 0;
	-webkit-transform: translate(-305px,-188px);
    -ms-transform: translate(-305px,-188px);
    transform: translate(-305px,-188px);
	color:#fff;
	background-color:#00a2ff;
  }
	67.5% {
    opacity: 1;
	-webkit-transform: translate(-305px,-188px);
    -ms-transform: translate(-305px,-188px);
    transform: translate(-305px,-188px);
	color:#fff;
	background-color:#00a2ff;
  }
  78%,92% {
    opacity: 1;
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
	color:#333;
	background-color:#fff;
  }
  100% {
    opacity: 0;
	-webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
	color:#333;
	background-color:#fff;
  }
}

.MTO-container .fadeInOut-m-2 {
  -webkit-animation-name: fadeInOut-m-2;
  animation-name: fadeInOut-m-2;  
}





.LSC-container .formula-9-1,.LSC-container .formula-9-2,.LSC-container .formula-9-3, .LSC-container .equal{
	border-radius: 10px;
	position:absolute;
}
.LSC-container .formula-9-2,.LSC-container .formula-9-3 {
	padding: 10px 12px;
	margin-top:25px;
}
.LSC-container .formula-9-1 {
	width:360px;
	height:228px;
	background-color:#FFF;
	background-image:url(../images/formula-9-1.png);
	background-repeat:no-repeat;
	background-position: 30px 88px;
	box-shadow: 0px 0px 50px 0px rgba(0,162,255,0.3);
	margin-top:-320px;
	margin-left:102px;
}
.LSC-container .formula-9-2,.LSC-container .simple  {
	margin-left:114px;
}
.LSC-container .formula-9-2  {
	background-color:#00a2ff;
	z-index:1;
}
.LSC-container .simple  {
	background-color:#fff;
	z-index:0;
}
.LSC-container .formula-9-3  {
	background: #93d045;
	margin-left:330px;
	z-index:2;
}
.LSC-container .equal{
	font-size:36px;
	font-family:"Symbol";
	font-weight:lighter;
	margin-top:56px;
	margin-left:296px;
}
.LSC-container .animated {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}

@-webkit-keyframes fadeInOut-1 {
  0%,5%,65%,100% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  } 
}

@keyframes fadeInOut-1 {
  0%,5%,65%,100% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  } 
}

.LSC-container .fadeInOut-1 {
  -webkit-animation-name: fadeInOut-1;
  animation-name: fadeInOut-1;  
}

@-webkit-keyframes fadeInOut-2 {
  0%,10% {
    opacity: 0;
	-webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  15%,40% {
    opacity: 1;
	-webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  55%,100% {
    opacity: 0;
	-webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeInOut-2 {
  0%,10% {
    opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  15%,40% {
    opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  55%,100% {
    opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.LSC-container .fadeInOut-2 {
  -webkit-animation-name: fadeInOut-2;
  animation-name: fadeInOut-2;  
}

@-webkit-keyframes fadeInOut-3 {
  0%,15% {
    opacity: 0;
	-webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  20%,40% {
    opacity: 1;
	-webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  80%,90% {
    opacity: 1;
	-webkit-transform: translateX(-158px);
    transform: translateX(-158px);
  }
  100% {
	opacity: 0;
	-webkit-transform: translateX(-158px);
    transform: translateX(-158px);
  }
}

@keyframes fadeInOut-3 {
  0%,15% {
    opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  20%,40% {
    opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  80%,90% {
    opacity: 1;
	-webkit-transform: translateX(-158px);
	-ms-transform: translateX(-158px);
    transform: translateX(-158px);
  }
  100% {
	opacity: 0;
	-webkit-transform: translateX(-158px);
	-ms-transform: translateX(-158px);
    transform: translateX(-158px);
  }
}

.LSC-container .fadeInOut-3 {
  -webkit-animation-name: fadeInOut-3;
  animation-name: fadeInOut-3;  
}

@-webkit-keyframes fadeInOut-4 {
  0%,40% {
    opacity: 1;
  }
  65%,100% {
    opacity: 0;
  }
}

@keyframes fadeInOut-4 {
  0%,40% {
    opacity: 1;
  }
  65%,100% {
    opacity: 0;
  }
}

.LSC-container .fadeInOut-4 {
  -webkit-animation-name: fadeInOut-4;
  animation-name: fadeInOut-4;  
}
@-webkit-keyframes zoom-1 {
  0%,65%,100% {
    width:308px;
  }
  40% {
    width:360px;
  } 
}

@keyframes zoom-1 {
  0%,65%,100% {
    width:308px;
  }
  40% {
    width:360px;
  }   
}

.LSC-container .zoom-1 {
  -webkit-animation-name: zoom-1;
  animation-name: zoom-1;  
}

.FO-container dl{
	position: absolute;
	z-index:1;
}
.FO-container dl dt{
	padding: 24px 26px;
	background: #fff;
	border-radius: 10px;
	position:relative;
	z-index:1;
}
.FO-container dl dd{
	padding: 16px 22px;	
	border-radius: 0px 10px 10px 0px;
	margin-top:7px;
}
.FO-container .formula-4{
	margin-top:-430px;
}
.FO-container .formula-5{
	margin-top:-300px;
	margin-left:258px;
}
.FO-container .formula-6{
	margin-top:-164px;
	margin-left:104px;
}
.FO-container .formula-4 dt,.FO-container .formula-4 dd {	
	box-shadow: 0px 0px 30px 0px rgba(0,162,255,0.3);	
}
.FO-container .formula-5 dt,.FO-container .formula-5 dd {
	box-shadow: 0px 0px 30px 0px rgba(37,149,91,0.3);
}
.FO-container .formula-6 dt,.FO-container .formula-6 dd {
	box-shadow: 0px 0px 30px 0px rgba(147,208,69,0.3);
}
.FO-container .formula-4 dd {
	background-color:#00a2ff;
}
.FO-container .formula-5 dd {
	background-color:#4cb7d6;
}
.FO-container .formula-6 dd {
	background-color:#92d044;
	margin-top:12px;
}

.PFE-container .animated,.FO-container .animated {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}
.PFE-container .delay-1,.FO-container .delay-1{
	-webkit-animation-delay:0.6s;
	animation-delay:0.6s;
}
.PFE-container .delay-2,.FO-container .delay-2{
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.PFE-container .delay-3,.FO-container .delay-3{
	-webkit-animation-delay:1.8s;
	animation-delay:1.8s;
}

@-webkit-keyframes fadeInOutRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  20%,90% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
	opacity: 0;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);   
  }
}

@keyframes fadeInOutRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
	20%,90% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.PFE-container .fadeInOutRight,.FO-container .fadeInOutRight {
  -webkit-animation-name: fadeInOutRight;
  animation-name: fadeInOutRight;  
}

.PFE-container img.chip{
	width: 564px;
  	/*height: 400px;*/
  	object-fit: none;
  	object-position: 30px top;
}
.PFE-container .formula-10{
	position: absolute;
	background: #fff;
	padding:56px;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgba(0,162,255,0.2);
	margin-top:-386px;
}
.PFE-container dl{
	position: absolute;
	z-index:1;
}
.PFE-container dl dt{
	padding: 36px 24px;
	background: #fff;
	border-radius: 10px;
	position:relative;
	z-index:1;
}
.PFE-container dl dd{
	padding: 28px 24px 28px 16px;
	border-radius: 0px 10px 10px 0px;
	margin-top: 11px;
}
.PFE-container .formula-11{
	margin-top:-476px;
	margin-left:90px;
}
.PFE-container .formula-12{
	margin-top:-338px;
	margin-left:264px;
}
.PFE-container .formula-13{
	margin-top:-203px;
	margin-left:175px;
}
.PFE-container .formula-11 dt,.PFE-container .formula-11 dd {	
	box-shadow: 0px 0px 30px 0px rgba(147,208,69,0.3);	
}
.PFE-container .formula-12 dt,.PFE-container .formula-12 dd {
	box-shadow: 0px 0px 30px 0px rgba(86,206,206,0.3);
}
.PFE-container .formula-13 dt,.PFE-container .formula-13 dd {
	box-shadow: 0px 0px 30px 0px rgba(37,149,91,0.3);
}
.PFE-container .formula-11 dt {
	background-color:#f9fff2;
}
.PFE-container .formula-11 dd {
	background-color:#93d045;
}
.PFE-container .formula-12 dt {
	background-color:#f1ffff;
}
.PFE-container .formula-12 dd {
	background-color:#56cece;
}
.PFE-container .formula-13 dt {
	background-color:#effff7;
}
.PFE-container .formula-13 dd {
	background-color:#25955b;
}


.version-container h3 {
	font-size: 30px;
	color: #1a99e9;
	text-align: left;
}


.DF-container,.MTO-container,.SR-container,.LSC-container,.NC-container,.PFE-container,.version-container,.footer-container {
	text-align: center;
	text-transform: capitalize;
}
.DF-container .content,.MTO-container .content,.SR-container .content,.LSC-container .content,.NC-container .content,.PFE-container .content,.version-container .content{
	text-align: left;
}
.VE-container p,.FO-container p,.DF-container p,.MTO-container p,.SR-container p,.PFE-container p,.LSC-container p,.NC-container p {
	text-transform: none;
	text-align: justify;
	margin-top: 20px;
}
.NC-container .calculation {
	position: absolute;
	margin-top: -325px;
	margin-left: 86px;
}
.NC-container .calculation span {
	color: #FFF;
	background: #00a2ff;
	padding: 16px 12px;
	font: 35px "Times New Roman";
	border-radius: 12px;
	display: inline-block;
	position: absolute;
}
.NC-container .calculation img {
	margin-right: 6px;
	margin-top: 22px;
}
.NC-container .calculation .number {
	display: inline;
}



.NC-container .animated {
	-webkit-animation-duration: 14s;
	animation-duration: 14s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes flipInOutX-1 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  5% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  10% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  15%,20% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  25%,100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes flipInOutX-1 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  5% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  15%,20% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  25%,100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
}

.NC-container .flipInOutX-1,.NC-container .flipInOutX-2,.NC-container .flipInOutX-3,.NC-container .flipInOutX-4 {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.NC-container .flipInOutX-1{
  -webkit-animation-name: flipInOutX-1;
  animation-name: flipInOutX-1;
}

@-webkit-keyframes flipInOutX-2 {
  0%,25% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  35% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  40%,45% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  50%,100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes flipInOutX-2 {
  0%,25% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  35% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  40%,45% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  50%,100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
}

.NC-container .flipInOutX-2 {
  -webkit-animation-name: flipInOutX-2;
  animation-name: flipInOutX-2;
}

@-webkit-keyframes flipInOutX-3 {
  0%,50% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  55% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  65%,70% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  75%,100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes flipInOutX-3 {
  0%,50% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  55% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  65%,70% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  75%,100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
}

.NC-container .flipInOutX-3 {
  -webkit-animation-name: flipInOutX-3;
  animation-name: flipInOutX-3;
}

@-webkit-keyframes flipInOutX-4 {
  0%,75% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  85% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  90%,95% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes flipInOutX-4 {
  0%,75% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  85% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  90%,95% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }  
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    opacity: 0;
  }
}

.NC-container .flipInOutX-4 {
  -webkit-animation-name: flipInOutX-4;
  animation-name: flipInOutX-4;
}




@font-face {
  font-family: "symbol";
  src: url("fonts/symbol.ttf") format("truetype");
}
.DF-container .box{
	border: 2px dashed #666;
	width: 170px;
	height: 120px;
	line-height: 100px;
	font-family: "symbol";
	font-size: 80px;
	transition: all 0.5s ease 0s;
	text-transform: none;
	padding-left: 10px;
	margin-top: -250px;
	position: absolute;
	margin-left: 140px;
}
.DF-container .box span{
	font-style:italic;
	padding-right:4px;
}
.DF-container .box img{
	position: absolute;
	z-index: 2;
	margin-left: 170px;
	margin-top: 118px;
}
.DF-container .ctrl-box-1,.DF-container .ctrl-box-2,.DF-container .ctrl-box-3,.DF-container .ctrl-box-4{
	width: 16px;
	height: 16px;
	border: 2px solid #333;
	background-color: #FFF;
	position: absolute;
	z-index: 1;
	margin-left: -21px;
	margin-top: -11px;
	transition: all 0.5s ease 0s;
}
.DF-container .ctrl-box-2{
	margin-left: 161px;
	margin-top: -11px;
}
.DF-container .ctrl-box-3{
	margin-left: 161px;
	margin-top: 111px;
}
.DF-container .ctrl-box-4{
	margin-left: -21px;
	margin-top: 111px;
}
.DF-container .animated {
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;


  *-webkitanimation-iteration-count:infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes zoomInDown {
  0%,35%,50%,85% {	
	width: 170px;
	height: 120px;
	font-size: 80px;
	line-height: 100px;
	padding-left: 10px;
  }
  10%,25% {
	width:221px;
	height:156px;
	font-size:104px;
	line-height:130px;
	padding-left: 13px;
  }
  60%,75% {
	width: 119px;
	height: 84px;
	font-size: 56px;
	line-height: 70px;
	padding-left: 7px;
  }
}

@keyframes zoomInDown {
   0%,35%,50%,85% {	
	width: 170px;
	height: 120px;
	font-size: 80px;
	line-height: 100px;
	padding-left: 10px;
  }
  10%,25% {
	width:221px;
	height:156px;
	font-size:104px;
	line-height:130px;
	padding-left: 13px;
  }
  60%,75% {
	width: 119px;
	height: 84px;
	font-size: 56px;
	line-height: 70px;
	padding-left: 7px;
  }
}

.DF-container .zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes moveIn-1 {
  0%,35%,50%,85% {
	margin-left:-21px;  
	}
  10%,25% {
	margin-left:-24px;
  }
  60%,75% {
	margin-left:-18px;
  }
}

@keyframes moveIn-1 {
  0%,35%,50%,85% {
	margin-left:-21px;  
	}
  10%,25% {
	margin-left:-24px;
  }
  60%,75% {
	margin-left:-18px;
  }
}

.DF-container .moveIn-1 {
  -webkit-animation-name: moveIn-1;
  animation-name: moveIn-1;
}
@-webkit-keyframes moveIn-2 {
  0%,35%,50%,85% {
	margin-left:161px;
  }
  10%,25% {
	margin-left:212px;
  }
  60%,75% {
	margin-left:110px;
  }
}

@keyframes moveIn-2 {
  0%,35%,50%,85% {
	margin-left:161px;
  }
  10%,25% {
	margin-left:212px;
  }
  60%,75% {
	margin-left:110px;
  }
}

.DF-container .moveIn-2 {
  -webkit-animation-name: moveIn-2;
  animation-name: moveIn-2;
}
@-webkit-keyframes moveIn-3 {
  0%,35%,50%,85% {
	margin-left:161px;
	margin-top:111px;  }
  10%,25% {
	margin-left:212px;
	margin-top:146px;
  }
  60%,75% {
	margin-left:110px;
	margin-top:76px;
  }
}

@keyframes moveIn-3 {
  0%,35%,50%,85% {
	margin-left:161px;
	margin-top:111px;  
  }
  10%,25% {
	margin-left:212px;
	margin-top:146px;
  }
  60%,75% {
	margin-left:110px;
	margin-top:76px;
  }
}

.DF-container .moveIn-3 {
  -webkit-animation-name: moveIn-3;
  animation-name: moveIn-3;
}
@-webkit-keyframes moveIn-4 {
  0%,35%,50%,85% {
    margin-left:-21px;
	margin-top:111px;  
	}
  10%,25% {
	  margin-left:-24px;
	  margin-top:146px;
  }
  60%,75% {
	  margin-left:-18px;
	margin-top:76px;
  }
}

@keyframes moveIn-4 {
  0%,35%,50%,85% {
	margin-left:-21px;
	margin-top:111px;  
	}
  10%,25% {
	margin-left:-24px;
	margin-top:146px;
  }
  60%,75% {
	  margin-left:-18px;
	margin-top:76px;
  }
}

.DF-container .moveIn-4 {
  -webkit-animation-name: moveIn-4;
  animation-name: moveIn-4;
}
@-webkit-keyframes drag {
   0%,35%,50%,85% {
	margin-left:170px;
	margin-top:118px;  
	}
  10%,25% {
	margin-left:221px;
	margin-top:153px;
  }
  60%,75% {
	margin-left:119px;
	margin-top:83px;
  }
}

@keyframes drag {
   0%,35%,50%,85% {
	margin-left:170px;
	margin-top:118px;  
	}
  10%,25% {
	margin-left:221px;
	margin-top:153px;
  }
  60%,75% {
	margin-left:119px;
	margin-top:83px;
  }
}

.DF-container .drag {
  -webkit-animation-name: drag;
  animation-name: drag;
}

.SR-container .scan {
	/* [disabled]background: #F00; */
	height: 251px;
	width: 254px;
	border-radius: 48% 50%;
	margin-top: -422px;
	margin-left: 236px;
	position: absolute;
}


.SR-container .animated {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  -webkitanimation-iteration-count:infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes moveDown {
  0% {
	  margin-top:-50px;
  }
  100% {
	  margin-top:254px;
  }
}

@keyframes moveDown {
   0% {
	  margin-top:-50px;
  }
  100% {
	  margin-top:254px;
  }
}

.SR-container .moveDown {
  -webkit-animation-name: moveDown;
  animation-name: moveDown;
}

.version-container {
	padding-bottom:70px;
}

.version-container h3  {
	font-weight: normal;
}
.version-container .content {
	width: 444px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 100px 0px rgba(26,153,233,0.1);
	padding: 50px 60px;
}
.version-container .content.basic {
	background: #f9fdff;
}

.version-container .content .join {
	height: 60px;
	width: 200px;
	border-radius: 30px;
	line-height: 60px;
	margin-top: 30px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: bold;
}
.version-container .content .join img {
	margin-left: 12px;
	vertical-align: -5%;
	transition: all 1s ease 0s;
}
.version-container .content .join:hover img {
	transform: rotateX(360deg);
}

.version-container .content ul {
	padding-top: 20px;
}
.version-container .content ul li {
	line-height: 36px;
	font-size: 16px;
	background: url(../images/ico-chosed.png) no-repeat left center;
	padding-left: 30px;
}
.version-container .content ul .havenot {
	background: url(none);
	color: #dddddd;
}


.version-container .content p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 44px;
	padding-top: 20px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 14px;
}
.version-container .content p span {
	font-size: 48px;
}


/*@media only screen and (max-width: 1180px) {
	.layout{
		justify-content:center;
		align-items:center;
	}
	.white .layout{
		align-items:center;
		flex-direction:column-reverse;
	}
	.banner-content{
		justify-content:space-between;
	}
	.banner-line-1{
		left:0;
		margin-left:-350px;
	}
	.banner-line-2{
		right:0;
		margin-right:-450px;
	}
}
@media only screen and (min-width: 1180px) {
	.layout{
		justify-content:space-between;
	}
	.white .layout{
		align-items:center;
		flex-direction:row;
	}
	.development{
		justify-content:center;
	}
	.banner-line-1{
		left:50%;
		margin-left:-934px;
	}
	.banner-line-2{
		right:50%;
		margin-right:-974px;
	}
}*/

/*@media only screen and (max-width: 600px) {
}
@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 768px) {
} 
@media only screen and (min-width: 992px) {
} 
@media only screen and (min-width: 1200px) {
}*/
