@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&display=swap&subset=korean');

* {
  margin: 0;
  padding: 0; }

html {
	scroll-behavior: smooth; 
}

body {
  background: white;
  color: #333333;
  font-size: 0.85rem;
  line-height: 1.5; }

a {
  font-size: 0.85rem; }
  a:hover {
    text-decoration: none; }

ul, li, summary {
  list-style: none; }

input, select, textarea {
  outline: none; }
  input:focus, select:focus, textarea:focus {
    box-shadow: none !important;
    border-color: #888 !important; }

input[class='form-control-plaintext']:focus {
  border-color: white !important; }

/* main-header */
#main-header {
  z-index: 0; }
  #main-header .logo {
    width: 220px; }
  #main-header .navbar {
    background: #f3f3f3;
    padding: 0.5rem 0.7rem; }

/* loing-wrap */
#login-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  max-width: 500px;
  margin: auto; 
}
  #login-wrap .logo {
    text-align:center;
	font-size:1.5em;
  }
  #login-wrap .logo img {
	width:50%;
  }
  #login-wrap .logo p {
    font-family:'Nanum Gothic';
    font-size:1.2em;
	font-weight:700;
  }
  #login-wrap .login-form {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 1rem; }

	#login-wrap .login-form .form-group {
		margin-bottom: 1rem;
	}
    #login-wrap .login-form .input-add-custom {
      position: relative; }
      #login-wrap .login-form .input-add-custom input {
	    height:40px;
        padding-right: 35px; }
      #login-wrap .login-form .input-add-custom i {
        position: absolute;
        right: 0;
        top: 0px;
        width: 50px;
        height: 40px;
        text-align: center;
        border-left: 1px solid #ced4da;
        padding-top: 12px;
        color: #bdbdbd;
		font-size:1.2em;}
  #login-wrap header,
  #login-wrap footer {
    background: rgba(248, 248, 248, 0.9);
    padding: 1rem; }
  #login-wrap header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #login-wrap footer {
    text-align: center; }
  #login-wrap footer button { width:80%; height:40px; }
  #login-wrap .login {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem; }

/* main-footer */
/*#main-footer {
  background: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem; }
*/

footer#main-footer {
	background: #fafafa;
	margin: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} 

footer#main-footer summary {
	text-align: left;
	padding:0px 0px 0px 20px;
	border-left:3px solid #ddd;
}

footer#main-footer p {
	margin-bottom: 0px;
	font-size:9pt;
}