@charset "utf-8";
span,
p,
a,
img,
ul,
li,
form,
label,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: middle;
}
section {
  display: block;
}
html {
  overflow-y: auto;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}

/* text
---------------------------------------- */
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/* fontsize color weight
---------------------------------------- */
body {
  color: #333;
  font-family: sans-serif;
}
.bold {
  font-weight: bold;
  vertical-align: top;
}
.bMargin3 {
  margin-bottom: 30px!important;
}
.bMargin5 {
  margin-bottom: 50px!important;
}

/* appearance
---------------------------------------- */
.hide {
  display: none;
}
/* btn
-----------------------------------------------------------------------------*/
.btn2 {
  text-align: center;
  border-radius: 15px;
  display: inline-block;
  clear: both;
  color: #FFF;
  border: 8px solid #f69832;
  font-size: 48px;
  font-weight: bold;
  background-color: #f69832;
  text-decoration: none;
  height: 100px;
  padding: 22px 20px 0px 20px ;
  letter-spacing: 3px!important;
}
.wide {
  padding-left: 40px;
  padding-right: 40px;
}
.swide {
  width: 460px;
}
.bk {
  background-color: #333;
  color: #FFF;
  border: 8px solid #333;
}
body {
  overflow: hidden!important;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
}
/* components
-----------------------------------------------------------------------------*/
.window {
  background: url(../img/tmpl/window_b.jpg) top left repeat;
  border-radius: 15px;
  color: #FFF;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  margin-bottom: 40px;
}
.btnSet li {
  display: inline-block;
  margin-left: 7px;
}
#pErr {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 90;
}
#pErrDate {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 91;
}
#pErrFatal {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 92;
}
.errorDetail {
  color: #333;
  font-size: 30px;
}

#loader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../img/tmpl/loader_bg.png) top left repeat;
  z-index: 101;
  text-align: center;
  padding-top: 400px;
}
/* layout
-----------------------------------------------------------------------------*/
.wrapper {
/*
  width: 1920px;
  height: 1080px;
*/
  width: 1366px;
  height: 768px;
  position: relative;
  margin: 0 auto;
}
.wrapper#pErr {
  width: 100%;
  height: 100%;
}
/* contents styles
-----------------------------------------------------------------------------*/
.tmpl .leftPane {
  position: absolute;
  width: 1150px;
  top: 50px;
  left: 110px;
  text-align: center;
}
.tmpl .leftPane .window {
  line-height: 2em;
}

.error.card .swide {
  width: 400px;
}


/* add_other_devices
-----------------------------------------------------------------------------*/
.swide4 {
  width: 338px;
  height: 258px;
}
.btn4 {
  text-align: center;
  border-radius: 15px;
  display: inline-block;
  clear: both;
  color: #244924;
  border: 8px solid #dbdbdb;
  font-size: 48px;
  font-weight: bold;
  background-color: #eff0f0;
  text-decoration: none;
  height: 258px;
  padding: 40px 20px 0px 20px ;
  letter-spacing: 3px!important;
}
.closeR
{
  background-color: #eff0f0;
  color: #244924;
  border: 8px solid #dbdbdb;
  border-radius: 15px;
  max-width: 50px;
  height: 50px;
  position:relative;
  float:right;
  font-size:30px;
  font-weight:900;
  left:3px;
}
/*
.closeR a
{text-decoration: none;}
*/
.closeR button{
	outline: none;
	border: 0;
	background: none;
	font-size:30px;
	font-weight:600;
	cursor: pointer;
}
.closeL
{
  background-color: #eff0f0;
  color: #244924;
  border: 8px solid #dbdbdb;
  border-radius: 15px;
  max-width: 50px;
  height: 50px;
  position:relative;
  float:left;
  font-size:30px;
  font-weight:900;
  left:3px;
}
/*
.closeL a
{text-decoration: none;}
*/
.closeL button{
	outline: none;
	border: 0;
	background: none;
	font-size:30px;
	font-weight:600;
	cursor: pointer;
}

.swide3 {
  width: 207px;
  height: 81px;
}
.btn3 {
  text-align: center;
  border-radius: 15px;
  display: inline-block;
  clear: both;
  color: #244924;
  border: 8px solid #dbdbdb;
  font-size: 40px;
  font-weight: bold;
  background-color: #eff0f0;
  text-decoration: none;
  height: 81px;
  padding: 10px 20px 0px 20px ;
  letter-spacing: 3px!important;
}

div.btns3 {
	padding-top:40px;
}

