@charset "utf-8"; 

html,body{
	width:100%;
	height:100%;
	font-family: 'NanumSquareRoundR','nanumGothic';
}

.errorpg_wrap{
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow: hidden;
	background:#f3f3f3;
}

.errorpg_min{
	position: relative;
	width:614px;
	margin:0 auto;
	top:calc(50% - 295px);
}

.errorpg_logo{
  text-align: center;
}

.loginpg_textbox{  
  width:100%;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 0 35px 0;
  text-align: center; 
  margin-top:64px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
}

.loginpg_textbox h2{
  font-size:35px;
  font-weight: 700;
  color: #201f1e;
  letter-spacing: -1px;
}

.loginpg_textbox p{
  font-size:17px;
  font-weight: 400;
  color: #999999;
  margin-top: 14px;
}

.errorpg_btn_all{
  margin-top:40px;
}

.errorpg_btn_all > a > .before_btn{  
  font-size:20px;
  font-weight: 700;
  color: #fff;
  background: #939598;
  border-radius: 37px;
  width:298px;
  height: 74px;
  box-sizing: border-box;
  padding:27px 33px 0 38px;
  float: left;
}

.errorpg_btn_all > a > .main_btn{  
  font-size:20px;
  font-weight: 700;
  color: #fff;
  background: #0ebadf;
  border-radius: 37px;
  width:298px;
  height: 74px;
  box-sizing: border-box;
  padding:27px 33px 0 38px;
  float: right;
}

.errorpg_btn_all img{ 
  float: right;
}