body, div, input{
	background:white;
	font-family:Courier New, sans-serif;
	margin:0;
	padding:0;
	font-size:13px;
	color:#193d84;
}
html {
  scroll-behavior: smooth;
}
p.pBold {
	font-weight:bold;
}
a.aButton {
	padding:5px 10px;
	color:white;
	background:#193d84;
	text-decoration:none;
}
div.topHeader {
	background:#193d84;
	height:50px;
	width:100%;
}
div.main-logo-center {
	margin:auto;
	width:90%;
}
img.img-logo-cener {
	display: block;
	margin: auto;
	margin-right: auto;
}
div.main-button-area {
	display:inline-block;
}
input.main-button-center {
	padding: 5px 15px;
	font-size: 16px;
	cursor:pointer;
	border-radius: 5px;
}
input.main-button-center:hover {
	background:#4081c3;
	color:white;
}
div.main-description {
	width:90%;
	margin:auto;
}
div.main-description h1{
	text-align:center;
	font-size:2em;
}
div.main-description p.main-brief{
	font-size:1.3em;
	line-height:1.5em;
}
div.main-description p.main-brief a{
	background:#193d84;
	color:white;
	text-decoration:none;
	padding:5px 10px;
}
div.main-description p.main-brief span#main-brief-hide{
	display:none;
}
div.each-description{
	display:inline-block;
	width:28%;
	margin:2%;
	color:white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
img.pdevice {
	padding:10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.each-description img{
	padding:0;
	margin:0;
}
p.each-plan {
	background:rgb(0,162,232);
	color:white;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
}
p.each-play-brief {
	font-size:15px;
	text-align:left;
	margin:10px 30px;
	line-height:20px;
}
a.each-plan-link {
	background:#174499;
	color:white;
	text-decoration:none;
	padding:10px;
	font-size:15px;
	margin:20px 0;
}
span.pdevices {
	background:#174499;
	color:white;
	text-decoration:none;
	padding:10px;
	font-size:15px;
	margin:20px 0;
	cursor:pointer;
}
div.sub-navi {
	background:#407ab6;
	position:fixed;
	width:100%;
	display:none;
}
div.sub-navi ul li{
	display:inline-block;
	color:white;
	vertical-align:top;
	padding:5px 10px;
	cursor:pointer;
}
div.sub-navi ul li p{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	padding:5px 40px;
}
div.sub-navi ul li ul li{
	display:block;
	color:white;
	font-size:16px;
	padding:5px;
}
div.sub-navi ul li ul li:hover{
	background:#174499;
}
div.footer {
	width:100%;
	margin:auto;
	background: rgb(225,225,225);
	color:#193d84;
}
div.each-footer{
	vertical-align:top;
	display:inline-block;
	background:rgb(225,225,225);
	padding:20px 50px;
}
div.each-footer p{
	font-size:16px;
}
div.each-footer p a{
	text-decoration:none;
	color:#193d84;
}
div.each-footer p a:hover{
	text-decoration:underline;
}
div.gateway {
	position:fixed;
	top:80px;
	right:-360px;
	width:360px;
	background:white;
	text-align:center;
	overflow:hidden;
	border-left:1px solid #4081c3;
	border-bottom:1px solid #4081c3;
}
div.gateway p.regP{
	font-size:15px;
	width:100%;
	margin:0;
	padding:0;
	line-height:50px;
	background:white;
}
div.gateway p.regP input{
	font-size:14px;
	padding:5px;
	width:300px;
	background:white;
	color:#174499;
}
div#regSuccess{
	width:480px;
	height:400px;
	position:fixed;
    top: 80px;
    left: 50%;
    margin-left: -240px; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: rgb(245,245,245);
	display:none;
}
div#regSuccess p.detls {
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin:5%;
}
div#regSuccess p#firstDel {
	line-height:50px;
	text-align:center;
	background:#4081c3;
	color:rgb(245,245,245);
	margin:0;
}
div#regSuccess p#closeDel {
	line-height:20px;
	text-align:right;
	text-decoration:underline;
	cursor:pointer;
}

div#regSuccessTemp{
	width:480px;
	height:300px;
	position:fixed;
    top: 120px;
    left: 50%;
    margin-left: -240px; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: rgb(245,245,245);
	display:none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div#regSuccessTemp p.detls {
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin:5%;
}
div#regSuccessTemp p#firstDel {
	line-height:50px;
	text-align:center;
	background:#4081c3;
	color:rgb(245,245,245);
	margin:0;
}
div#regSuccessTemp p#closeDel {
	line-height:20px;
	text-align:right;
	text-decoration:underline;
	cursor:pointer;
}

div#passReset{
	width:480px;
	height:300px;
	position:fixed;
    top: 120px;
    left: 50%;
    margin-left: -240px; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
	display:none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div#passReset p.detls {
	font-size:14px;
	line-height:25px;
	text-align:center;
	margin:5%;
}
div#passReset p#closeIT {
	font-size:16px;
	line-height:0px;
	text-align:right;
	cursor:pointer;
	padding:5px;
}
div#passReset p#firstDel {
	line-height:60px;
	text-align:center;
	background:#4081c3;
	color:rgb(245,245,245);
	font-size:20px;
}
div#passReset p.detls input {
	padding:5px;
	width:90%;
	font-size:16px;
	border:1px solid #272822;
	color:#272822;
}
div#passReset p#passwdRenew {
	line-height:30px;
	cursor:pointer;
	font-size:20px;
	color:white;
	background:#4081c3;
	width:50%;
	margin:auto;
}

p.marginLeft {
	margin-left:45%;
}

p.salesBanner {
	display:inline-block;
	width:45%;
}

div.mobileShow {
	display:none;
}

@media only screen and (max-width: 1280px) {
	
}

@media only screen and (max-width: 1000px) {
	div.main-logo-center {
		width:90%;
	}
	div.main-description {
		width:95%;
		margin:auto;
	}
	div.each-description{
		width:95%;
	}
	p.marginLeft {
		margin-left:0;
	}
	div.main-description p.main-brief{
		font-size:1em;
	}
	div.mobileHide {
		display:none;
	}
	div.mobileShow {
		display:block;
	}
	div#regSuccess{
		width:90%;
		margin-left:-45%;
	}
	div.gateway {
		top:13px;
	}
}

@media only screen and (max-width: 720px) {
	div.main-logo-center {
		width:90%;
	}
	div.main-description {
		width:95%;
		margin:auto;
	}
	div.each-description{
		width:95%;
	}
	p.marginLeft {
		margin-left:0;
	}
	div.main-description p.main-brief{
		font-size:1em;
	}
	div.mobileHide {
		display:none;
	}
	div.mobileShow {
		display:block;
	}
	div#regSuccess{
		width:90%;
		margin-left:-45%;
	}
	div.gateway {
		top:13px;
	}
}

@media only screen and (max-width: 575px) {
	div.main-logo-center {
		width:90%;
	}
	div.main-description {
		width:95%;
		margin:auto;
	}
	div.each-description{
		width:95%;
	}
	p.marginLeft {
		margin-left:0;
	}
	div.main-description p.main-brief{
		font-size:1em;
	}
	div.mobileHide {
		display:none;
	}
	div.mobileShow {
		display:block;
	}
	div#regSuccess{
		width:90%;
		margin-left:-45%;
	}
	div.gateway {
		top:13px;
	}
}
