@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0}
fieldset,img{border:0 none}
dl,ul,ol,menu,li{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none}
input,select,textarea,button{vertical-align:middle}
input[type="password"]::-ms-reveal,input::-ms-clear{display:none}
input::-webkit-contacts-auto-fill-button {visibility:hidden;display:none !important;pointer-events:none;position:absolute;right:0}
button{border:0 none;border-radius:0;background-color:transparent;cursor:pointer;outline:0}
html {-ms-touch-action: manipulation;touch-action: manipulation}
html,body {-webkit-overflow-scrolling: touch}
body{background:#fff;word-wrap:break-word;word-break:keep-all}
div, p{word-wrap:break-word;word-break:keep-all}
body,th,td,input,select,textarea,button,pre{font-size:14px;line-height:1.14;font-family:"Roboto", sans-serif;color:rgba(0, 0, 0, 0.8)}
a{color:rgba(0, 0, 0, 0.8);text-decoration:none}
a:active, a:hover{text-decoration:none}
a:active{background-color:transparent}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}
* {box-sizing:border-box;-webkit-box-sizing:border-box}
.blind {overflow:hidden;text-indent:-9999px;font-size:0}

html, body {
	background-color: #fff;
	width: 100%;
	height: 100%;
}

/* button */
.default-button {
    min-width: 86px;
    height: 34px;
    padding: 0 15px;
    border-radius: 2px;
    border: solid 1px #c6c9d4;
    background-color: #fff;
    text-align: center;
}

.default-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.default-button.primary {
    background-color: #345de3;
    border-color: #345de3;
    color: #fff;
}

.default-button.primary:hover {
    background-color: #294ab4;
    border-color: #294ab4;
}

.default-button:disabled {
    opacity: 0.5;
}

.head-area,
.foot-area {
	width: 100%;
	text-align: left;
}

.head-area {
	height: 60px;
	background-color: #2d333e;
	overflow: hidden;
}
/*
.head-area .head-logo {
	float: left;
	width: 114px;
	height: 32px;
	background-image: url(../images/error/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 114px auto;
	margin: 14px 0 0 19px;
	text-indent: -9999em;
}
*/
.head-area .head-logo {
	float: left;
	width: 200px;
	height: 28px;
	background-image: url(Samsung_Knox_Manage.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 16px 0 0 20px;
	text-indent: -9999em;
}
.head-area .head-lang {
	width: auto;
	float: right;
	color: #fff;
	margin: 13px 40px 0 0;
}
.foot-area {
	padding: 16px 40px;
	font-size: 0;
	height: 45px;
	background-color: #f3f4f7;
}
.foot-area a {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(0,0,0,0.8);
}
.foot-area a.bold {
	font-weight: 600;
}
.foot-area a + a {
	margin-left: 11px;
	padding-left: 10px;
	position: relative;
}
.foot-area a + a::before {
	content: '';
	width: 1px;
	height: 10px;
	background-color: rgba(82, 93, 134, 0.3);
	position: absolute;
	left: 0;
	top: 2px;
}
.foot-area .text {
	line-height: 1.15;
	color: rgba(0,0,0,0.8);
	font-size: 13px;
}

.error-wrap {
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.error-area {
	width: 100%;
	height: calc(100% - 105px);
	display: table;
	padding: 50px 0;
}
.error-box {
	text-align: left;
	margin: 0 auto;
	font-size: 0;
	display: table;
	width: 100%;
	height: 100%;
}
.error-innder {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.text-link,
.text-link:link,
.text-link:hover,
.text-link:active {
	text-decoration: underline;
	display: inline-block;
}

.icon-error1 {
	display: inline-block;
	width: 80px;
	height: 80px;
	background-image: url(icon-error.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px auto;	
}

.error-icon {margin-bottom: 21px;}
.error-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
  color: #000000;
  margin-bottom: 26px;
}
.error-text {
	font-size: 14px;
	line-height: 1.57;
	color: rgba(0, 0, 0, 0.8);
}
.error-text .text-link {
    margin-top: 2px;
}
.error-btn {margin-top: 28px;}
.error-btn .default-button {
	min-width: 128px;
    padding: 0 14px;
}