@CHARSET "UTF-8";
.bc-s-poplayout {
	border: 1px solid #aaa;
	color: #222;
	padding: 15px 25px;
	overflow: hidden;
	line-height:18px;
}
.bc-s-poplayout h2 {
	border-bottom: 2px solid #f95e00;
	background: url(../images/icon_warning.gif) no-repeat left top;
	padding: 4px 0 6px 30px;
}
.bc-s-boxgray {
	border: 1px solid #d3d3d3;
	background-color: #f3f3f3;
	color: #818181;
	padding:15px;
}

.bc-s-btnpos{
	text-align:right;
	padding-top: 10px;
}

/* 버튼스타일(공통)  */
.bc-s-btnerror {
  height: 22px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  border: 1px solid #cbcbcb;
  white-space: nowrap;
  background: url(../images/btn_mainbg.gif) repeat-x 0 top;
  vertical-align: middle;
  overflow: visible;
  color: #363636;
  padding: 0px 11px 0px 11px;
  background-position: left bottom;
  cursor: pointer;
}

.bc-s-btnerror:hover {
  background: #e9e7e7;
  border-color: #d1d1d1;
}

.bc-s-btnLogin {
  height: 22px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  border: 1px solid #cbcbcb;
  white-space: nowrap;
  background: url(../images/btn_mainbg.gif) repeat-x 0 top;
  vertical-align: middle;
  overflow: visible;
  color: #363636;
  padding: 0px 11px 0px 11px;
  background-position: left bottom;
  cursor: pointer;
}

.bc-s-btnLogin:hover {
  background: #e9e7e7;
  border-color: #d1d1d1;
}


/* 에레페이지 */
.error_area {width:80%; max-width:680px; height:auto; margin:0 auto; padding:60px 0 20px; font-family:"맑은고딕", Malgun Gothic, sans-serif;}
.error_box {padding:30px 0; border:12px solid #a1c9ec; text-align:center;}
.error_box dl {padding:30px 30px 0 30px;}
.error_box dt {font-size:24px; color:#22486c; line-height:28px; padding-bottom:13px; letter-spacing:-2px;}
.error_box dt span {color:#eb746e;}
.error_box dd {font-size:14px; color:#666; line-height:18px;}