.spinner_layer .layer{
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:300px;
	margin:-150px 0 0 -150px;
	text-align:center;
	color:#fff;
}
.spinner_layer .layer p{
	margin-top: 240px;font-family: HelveticaNeue-Light,AppleSDGothicNeo-Light,'Malgun Gothic','맑은 고딕',sans-serif;
	font-size:16px;
}
.spinner_layer{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#555;
	opacity : 0.6; 
	z-index: 999;
	display:none;
}
.layer-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(55, 55, 55, 0.3);
  z-index:999;
}
.layer-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}
.pop-layer {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  height: auto;
  background-color: #fff;
  border: 4px solid #2196F3;
  z-index: 10;
  font-family: HelveticaNeue-Light,AppleSDGothicNeo-Light,'Malgun Gothic','맑은 고딕',sans-serif;
  font-size: 12px;
}
.pop-layer h3{
	color:#2196F3;
	text-align:left;
	padding-bottom : 10px;
	border-bottom : 2px solid #2196F3;
	margin-bottom: 25px;
}
.pop-layer #security_mark{
	margin-bottom: 15px;
	background: url(/icerti/common/user/images/error.png);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 32px;
	height: 32px;
}

.pop-layer .pop-container {
	padding: 20px 20px;
}

.pop-layer .ctxt{
	padding-top: 20px;
	padding-bottom: 10px;
  	border-top: 1px solid #efefef;
  	
}
.pop-layer .btn-r {
	width: 100%;
	margin: 10px 0 0px;
	padding-top: 10px;
	border-top: 1px solid #efefef;
	text-align: right;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
.button2 {background-color: #2196F3; cursor:pointer;} /* Blue */
.loginBtn{
	cursor:pointer;
}

@media screen and (max-width:760px){
	.pop-layer {
		width: 90%!important;
	}
}