/*  2021-07-22  */

/*---  font ---*/
@import url('https:////spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css');

/*---  common css ----*/
body{
	 background:#f3f5f7;
	 font-family: 'Spoqa Han Sans Neo', 'sans-serif'; 
	 color:#495057;
	 overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6{
	margin:0px; 
	padding:0px;
	line-height:150%;
}

h2{
	font-size:30px;
	letter-spacing:-0.02em;
}

h3{
	font-size:24px;
	letter-spacing:-0.01em;	
}

h3 span{
	letter-spacing:-0.07em;
	font-weight:bold;
}

h4{
	font-size:18px;
	font-weight:bold;
}

h5{
	font-size:14px;
	font-weight:normal;
}

h6{
	font-size:13px;
	font-weight:normal;
}

footer{
	background:#e3e6e9;
	color:#626c76;
}

nav{
  background:#3b5de7;
  }

label{
	color:#495057;
	font-size:14px;
	font-weight:bold;
}

table, th, td{
 color:#495057;
 font-size:14px;
}

/*---  logo ---*/
.logo-1{
	width:180px;
	height:45px;
    background: url('https://crosscert.com/logo/crosscert_kor_wh.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 180px auto;
}

.logo_footer{
	width:120px;
	height:30px;
    background: url('https://crosscert.com/logo/crosscert_kor.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120px auto;
}

/*---  color ---*/
.bk{
	color:#191d22;
 }
.bl{
	color:#3b5de7;
	background:transparent;
}

/*---  botton ---*/
.btn-bl{
	background:#fa5c09;
	border:1px solid #fa5c09;
	color:#fff;
}
.btn-bl:hover{
	background:#1c44e3;
	border:1px solid #1c44e3;
	color:#fff;
}


/*---  list ---*/
.list-1{
 font-size:14px;
 font-weight:bold;
}
.list-1 span::before {
  content: "Step ";
}
.list-1 span::after {
  content: ". ";
}

.list-2{
	list-style-type: decimal;
	font-size:14px;
	margin-left:-18px;
}

/*--- bar ---*/
.bar1 {
  background:transparent;
  border:0px;
}
.bar2 {
  margin:0 10px;
  opacity: 0.3;
}


/*--- login page ---*/
.img-login-top{
	height: 145px;
    background:#3b5de7 url('/assets/img/bg_login-b83112315d51d0bc4e92ccbc08629f1e.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*--- table ---*/
th>span{
	font-weight:normal;
}