<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
  background: #6d0731;
  height: 100vh;
  height: 100svh;
  /* display: flex; 
  flex-direction: column;
  align-items: center; */
  padding-top: 16.40625vh;
  padding-top: 16.40625svh;
  overflow-y:auto;
  overflow-x:hidden;
  box-sizing:border-box;
  margin:auto;
}
#container .logo {
  width: 51.3888888889%;
  margin:0 auto 9px;
  /*margin-bottom: 9px;*/
}
#container .logo img {
  width: 100%;
}
#container .name {
  /*display: flex;*/
  display:block;
  font-family: Catholic;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 8.75vh;
  margin-bottom: 8.75svh;
}
#container .form {
  width: 100%;
  padding: 0 10%;
}
#container .form input {
  padding: 10px 15px;
  display: flex;
  width: 100%;
  height: 6.25vh;
  height: 6.25svh;
  min-height:40px;
  border-radius: 4px;
  outline: none;
  margin-bottom: 1.5625vh;
  margin-bottom: 1.5625svh;
  font-family: NanumSquareR;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  
}
#container .form input::-moz-placeholder {
  font-family: NanumSquareR;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #818284;
  text-align: center;
}
#container .form input::placeholder {
  font-family: NanumSquareR;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #818284;
  text-align: center;
}
#container .form .btn {
  margin-top: 3.75vh !important;
  margin-top: 3.75svh !important;
  width: 100%;
  background: #b24172;
  height: 6.25vh;
  min-height:40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: NanumSquareB;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 5vh;
  margin-bottom: 5svh;
}
#container p {
  font-family: NanumSquareR;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  /*margin-bottom:10vh;*/
}</pre></body></html>