/* Reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li, nav, section, article, header, footer, main, aside, dl, dt, dd, table, thead, tbody, tfoot, label, caption, th, td, form, fieldset, legend, hr, input, button, textarea, object, figure, figcaption {
  margin: 0;
  padding: 0;
}

body, input, select, textarea, button, img, fieldset {
  border: none;
}

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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

address, cite, code, em, i {
  font-style: normal;
  font-weight: normal;
}

label, img, input, select, textarea, button, a {
  vertical-align: middle;
}

u, ins, a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

caption > div, legend, .hide {
  overflow: hidden;
  display: block;
  position: absolute;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Normalize */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number],
input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.05rem;
  line-height: 1;
}

body {
  font-size: 1rem;
}

.logo {
  background: url(../img/login/bg_logo.svg) no-repeat 0 0;
  background-size: contain;
  width: 14.4rem;
  height: 14.5rem;
}
@media (min-width: 0) and (max-width: 1023px) {
  .logo {
    width: 12.2rem;
    height: 12.6rem;
  }
}

.align {
  display: flex;
}
.align.right {
  justify-content: flex-end;
}
.align.center {
  justify-content: center;
}
.align.both {
  justify-content: space-between;
}
.align.bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.align.vt {
  align-items: flex-start;
}
.align.vm {
  align-items: center;
}
.align.vb {
  align-items: flex-end;
}

.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}

.mt0 {
  margin-top: 0rem;
}
.mt24 {
  margin-top: 2.4rem;
}

.mb0 {
  margin-bottom: 0rem;
}

.ml0 {
  margin-left: 0rem;
}

.mr0 {
  margin-right: 0rem;
}

.fullsize {
  width: calc(100% + 3.2rem);
  margin-left: -1.6rem;
}

.tab ul {
  display: flex;
}
.tab li {
  flex: 1;
}
select, textarea, input[type=text], input[type=password], input[type=url], input[type=tel], input[type=email], input[type=number], input[type=search], input[type=date] {
  padding: 0 2rem 0 5.4rem;
  width: 100%;
  height: 5rem;
  border: 0.15rem solid #e1e1e1;
  box-sizing: border-box;
  border-radius: 5rem;
  font-size: 1.4rem;
  color: #666;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=date]::-moz-placeholder {
  color: #666;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder {
  color: #666;
}
select::placeholder, textarea::placeholder, input[type=text]::placeholder, input[type=password]::placeholder, input[type=url]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, input[type=date]::placeholder {
  color: #666;
}

input[type=checkbox] + label {
  background: url(../img/login/bg_chk_off) no-repeat left center;
}
input[type=checkbox]:checked + label {
  background: url(../img/login/bg_chk_on) no-repeat left center;
}
input[type=radio] + label {
  background: url(../img/login/bg_radio_off) no-repeat left center;
}
input[type=radio]:checked + label {
  background: url(../img/login/bg_radio_on) no-repeat left center;
}

textarea {
  padding: 1.5rem 1.2rem;
  min-height: 6rem;
}

select {
  background: url(../img/login/bu_select) no-repeat right 2.1rem center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 4.3rem;
}
select:disabled {
  background: url(../img/login/bu_select_disabled) no-repeat right 2.1rem center;
}
select::-ms-expand {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
}
.btn-login {
  font-weight: 700;
  font-size: 1.6rem;
  width: 32rem;
  height: 5rem;
  border-radius: 5rem;
  color: #fff;
  background-color: #459B6A;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.16));
}
@media (min-width: 0) and (max-width: 1023px) {
  .btn-login {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.btn.full {
  width: 100%;
}

body {
  background: url(../img/login/bg_login.png) no-repeat center top;
  background-size: cover;
  height: 100vh;
}

.login {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 1023px) {
  .login {
    width: calc(100% - 9rem);
  }
  .login ul {
    width: 100%;
  }
}
.login__txt {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.8rem;
  color: #fff;
}
@media (min-width: 0) and (max-width: 1023px) {
  .login__txt {
    font-size: 2.7rem;
    line-height: 4rem;
  }
}
.login li + li {
  margin-top: 1.2rem;
}
@media (min-width: 0) and (max-width: 1023px) {
  .login li + li {
    margin-top: 0.4rem;
  }
}
.login li input {
  width: 32rem;
}
@media (min-width: 0) and (max-width: 1023px) {
  .login li input {
    width: 100%;
  }
}
.login li:nth-child(1) input {
  background: url(../img/login/ico_id.svg) no-repeat 2rem center;
  background-color: #fff;
}
.login li:nth-child(2) input {
  background: url(../img/login/ico_password.svg) no-repeat 2rem center;
  background-color: #fff;
}