@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Roboto:wght@400;900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-gov.min.css");

:root{
  --reg-font-color: rgb(108, 117, 125);
  --bd-bg-color: rgb(245,245,245);
  --a-link-color: rgb(94,94,94);
  --bd-80-color: rgba(90,90,90,.8);
  --bd-50-color: rgba(90,90,90,.6);
  --bd-20-color: rgba(90,90,90,.2);
}

html, body {
  width: 100%;
	height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--bd-bg-color);
  font-family: 'Pretendard GOV';
  text-align: center !important;
}

a:link, a:visited, a:active{
  text-decoration: none;
  color: var(--a-link-color)
}
a:hover{ color: rgb(255, 153, 0); }

.register-body{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.register-body .form-container {
  border: none;
}

.form-signin {
  width: 300px;
  height: auto;
  margin: 0 auto;
}

.form-signin img{ 
  margin: 0 0 15px 0;
}

.form-signin .main-title{
  font-family: 'Pretendard GOV';
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 2px 0;
}
.form-signin .sub-title{
  font-family: 'Pretendard GOV';
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.form-signin .form-control {
  position: relative;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 6px;
  color: var(--reg-font-color);
  letter-spacing: -0.2px;
}

.form-signin input:-webkit-autofill, 
.form-signin input:-webkit-autofill:focus,
.form-signin input:-webkit-autofill:hover,
.form-signin input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form-signin .form-control:focus {
  outline: none;
  box-shadow: 0 0 4px 3px rgba(254, 180, 123, .5); 
  border: 1px solid #ff7e5f; 
}
  
.form-signin .checkbox {
  font-weight: 400;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0px 4px 4px;
}

.form-signin .checkbox a {
  margin-left: 4px;
}

.form-signin .terms{
  width: 30px;
}

.form-signin button{
  background-color: var(--reg-font-color);
  color: #fff;
  padding: 8px 16px;
  line-height: 1.5;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  border: none;
  font-size: 18px;
}

.form-signin button.register {
  margin-top: 10px;
}
.form-signin button.login,
.form-signin button.new-password,
.form-signin button.forget-password {
  margin-top: 4px;
}

.form-signin button.new-password {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Pretendard GOV';
}
.form-signin .form-control:focus {
  z-index: 2;
}

.register{
  margin-top: 20px;
  margin-left: 0px;
}

.regi-footer {
  padding-top: 20px;
  line-height: 1.2;
  width: 320px;
}
.regi-footer .text-sub {
  font-size: 12.5px;
  color: var(--reg-font-color);
}

.err-40x{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.err-40x h1{
  height: 110px;
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 20px;
  padding-left: 15px;
  margin: 0px 0px 8px;
}

.err-40x h3{
  font-size: 20px;
  text-align: center;
}

.err-40x .goBack{
margin: 0 auto;
text-align: center;
width: 100%;
}

.ok-200{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}

.ok-200 .logo{
  margin: 0 auto;
  text-align: center;
}

.ok-200 h3{
  font-size: 20px;
  text-align: center;
}

.ok-200 .toEmail{
  font-size: 16px;
  text-align: center;
}
.ok-200 .goBack{
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 15px;
}

.transfer-btn {
  color: #fff;
  background-color: var(--bd-50-color);
  border-color: var(--bd-20-color);
  border-radius: 4px; 
}

.transfer-btn:hover {
  background-color: var(--bd-80-color);
  border-color: var(--bd-50-color);
  color: #fff;
}

.regi-footer{
  line-height: 1.2;
}

/* 40x 배경 애니 */
.starfield {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.starfield > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 50% 50%;
  background-image: 
  radial-gradient(2px 2px at 40px 60px, #333, rgba(0, 0, 0,0)), 
  radial-gradient(2px 2px at 20px 50px, #111, rgba(0, 0, 0, 0)), 
  radial-gradient(2px 2px at 30px 100px, #666, rgba(0, 0, 0, 0)), 
  radial-gradient(2px 2px at 40px 60px, #222, rgba(0, 0, 0, 0)), 
  radial-gradient(2px 2px at 110px 90px, #888, rgba(0, 0, 0, 0)), 
  radial-gradient(2px 2px at 190px 150px, #aaa, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  animation-name: starfieldRotate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
 }
  .starfield > *:nth-child(1) {
    animation-duration: 18s;
 }
  .starfield > *:nth-child(2) {
    animation-duration: 22s;
 }
  .starfield > *:nth-child(3) {
    animation-duration: 36s;
 }
  .starfield > *:nth-child(4) {
    animation-duration: 40s;
 }
  .starfield > *:nth-child(5) {
    animation-duration: 10s;
 }
  @keyframes starfieldRotate {
    from {
     transform: rotate(0deg);
   }
    to {
     transform: rotate(360deg);
   }
 }

/* 200 배경 애니 */
 .area{
  /* background: #4e54c8;   */
  background: rgb(238, 238, 238);  
  /* background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);   */
  width: 100%;
  height:100vh;
}

.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0);
  animation: animate 25s linear infinite;
  bottom: -150px;
  
}

.circles li i{
  color: #aaa;
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(1) i{
font-size: 80px;
}

.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(2) i{
  font-size: 20px;
  }

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(3) i{
  font-size: 20px;
  }

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(4) i{
  font-size: 60px;
  }
.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(5) i{
  font-size: 20px;
  }

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(6) i{
font-size: 110px;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(7) i{
  font-size: 150px;
  }

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(8) i{
  font-size: 25px;
  }

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(9) i{
  font-size: 15px;
  }

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.circles li:nth-child(10) i{
  font-size: 150px;
  }


@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}

