body, hr, img, fieldset, form, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, q, blockquote, caption, legend, address, a, input, select, textarea, button, p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

hr {
  display: none;
}

img, input, button, textarea, fieldset, form, legend, hr {
  border: 0 none;
}

dl, ul, ol, li {
  list-style: none;
}

body, h1, h2, h3, h4, h5, h6, big, small, input, select, textarea, button {
  font-size: 1em;
  line-height: 1em;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
}

figure, caption, legend {
  height: 0px;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  font: 0/0 serif;
  line-height: 0;
}

a, a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
}

dfn, em, cite, address, sup, sub {
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

button {
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

table, tr, td, th {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-collapse: collapse;
  font-weight: 400;
}

img, input, select, textarea, button {
  vertical-align: middle;
}

a, input, button, select {
  outline: none;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-collapse: collapse;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=password], input[type=text], input[type=number] {
  background-color: transparent;
}

input[type=text]::-ms-clear, input[type=number]::-ms-clear {
  display: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  word-wrap: break-word;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
  word-break: break-all;
}

body, input, textarea, a, select, button, caption {
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #494949;
  line-height: 1.4;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 18px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
  outline: none;
  text-decoration: none;
}

#ui_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_back.jpg) no-repeat center bottom/cover;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

h1 {
  position: absolute;
  right: 70px;
  top: 40px;
}
h1 a {
  display: block;
  width: 177px;
  height: 54px;
  background: url(../img/logo.svg) no-repeat center/100% auto;
  text-indent: -9999em;
  font-size: 0;
  overflow: hidden;
}
h1 span {
  display: none;
}

.login_guide-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 480px;
  border-radius: 30px;
  overflow: hidden;
}
.login_guide-box div[class^=guide] {
  width: 50%;
}
.login_guide-box .guide_left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(55, 125, 255, 0.5);
  padding: 80px;
}
.login_guide-box .guide_left strong {
  display: block;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.025em;
  font-size: 50px;
  line-height: 1.2;
}
.login_guide-box .guide_left strong span {
  font-weight: 200;
}
.login_guide-box .guide_left p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
}
.login_guide-box .guide_left::before {
  content: "";
  position: absolute;
  right: -140px;
  bottom: 0;
  display: block;
  width: 440px;
  height: 195px;
  background: url(../img/bg_hallym.png) no-repeat center/100% auto;
}
.login_guide-box .guide_right {
  position: relative;
  padding: 40px 60px 0;
  background-color: #fff;
  z-index: 1;
}
.login_guide-box .guide_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -10px;
}
.login_guide-box .guide_right ul li {
  line-height: 1;
}
.login_guide-box .guide_right ul li a {
  font-size: 16px;
  line-height: 1;
  color: #B0B0B0;
  letter-spacing: -0.025em;
  font-weight: 700;
  padding: 0 10px;
}
.login_guide-box .guide_right ul li a:hover {
  opacity: 0.8;
}
.login_guide-box .guide_right ul li a.kor {
  color: #4897E0;
}
.login_guide-box .guide_right ul li + li:before {
  content: "I";
  color: #DFDFDF;
  font-weight: 200;
}
.login_guide-box .guide_right div[class^=inp] {
  position: relative;
  margin-top: 30px;
}
.login_guide-box .guide_right div[class^=inp] label {
  display: block;
  width: 100%;
}
.login_guide-box .guide_right div[class^=inp] label input {
  width: 100%;
  height: 56px;
  font-size: 18px;
  color: #494949;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #828282;
  text-indent: 16px;
}
.login_guide-box .guide_right div[class^=inp] label input::-webkit-input-placeholder {
  color: #B4B4B4;
}
.login_guide-box .guide_right div[class^=inp] label input::-moz-placeholder {
  color: #B4B4B4;
}
.login_guide-box .guide_right div[class^=inp] label input:-ms-input-placeholder {
  color: #B4B4B4;
}
.login_guide-box .guide_right div[class^=inp] label input::-ms-input-placeholder {
  color: #B4B4B4;
}
.login_guide-box .guide_right div[class^=inp] label input::placeholder {
  color: #B4B4B4;
}
.login_guide-box .guide_right div[class^=inp] label input:focus {
  text-indent: 15px;
  border: 2px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#0066B1), to(#00B3AD));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #0066B1 0%, #00B3AD 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.login_guide-box .guide_right div[class^=inp] button, .login_guide-box .guide_right div[class^=inp] span {
  display: block;
  text-indent: -9999em;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: calc(100% - 4px);
  background-position: left center;
  background-color: #fff;
  background-size: 24px auto;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 0 30px 30px 0;
}
.login_guide-box .guide_right div[class^=inp] span {
  background-image: url(../img/ico_id.png);
}
.login_guide-box .guide_right div[class^=inp] button {
  background-image: url(../img/ico_hide.png);
}
.login_guide-box .guide_right div[class^=inp] button:hover {
  opacity: 0.8;
}
.login_guide-box .guide_right div[class^=inp] button.off {
  background-image: url(../img/ico_show.png);
}
.login_guide-box .guide_right .validation-summary-errors {
  position: relative;
}
.login_guide-box .guide_right .validation-summary-errors ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  padding-left: 18px;
  padding-top: 6px;
}
.login_guide-box .guide_right .validation-summary-errors ul li {
  font-size: 14px;
  color: #FF5959;
  line-height: 1.3;
}
.login_guide-box .guide_right .login_btns {
  margin-top: 54px;
  font-size: 0;
}
.login_guide-box .guide_right .login_btns label {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.login_guide-box .guide_right .login_btns label input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}
.login_guide-box .guide_right .login_btns label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 1;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.44);
}
.login_guide-box .guide_right .login_btns label span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #58616A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login_guide-box .guide_right .login_btns label input:checked ~ span:before {
  background: #0066B1 url(../img/ico_check.png) no-repeat center/12px auto;
  border-color: #0066B1;
}
.login_guide-box .guide_right .login_btns label:hover span {
  color: #000;
}
.login_guide-box .guide_right .login_btns button {
  display: block;
  width: 100%;
  height: 54px;
  margin-top: 12px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#0066B1), to(#00B3AD));
  background: linear-gradient(90deg, #0066B1 0%, #00B3AD 100%);
  overflow: hidden;
}
.login_guide-box .guide_right .login_btns button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), -webkit-gradient(linear, left top, right top, from(#0066B1), to(#00B3AD));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, #0066B1 0%, #00B3AD 100%);
}
.login_guide-box .guide_right .each_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.login_guide-box .guide_right .each_btns a[class^=ico] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: #4897E0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1.55;
}
.login_guide-box .guide_right .each_btns a[class^=ico]::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.login_guide-box .guide_right .each_btns a[class^=ico]:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.login_guide-box .guide_right .each_btns .ico_blu01:before {
  background-image: url("../img/ico_pwss.png");
}
.login_guide-box .guide_right .each_btns .ico_blu02:before {
  background-image: url("../img/ico_post.png");
}
.login_guide-box .guide_right .each_btns .ico_blu03:before {
  background-image: url("../img/ico_help.png");
}
.login_guide-box .guide_right .each_btns .mob_separation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer_txt {
  position: absolute;
  left: 0;
  bottom: 120px;
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 720px) {
  #ui_wrap {
    height: auto;
    background: none;
    padding-bottom: 16.6666666667vw;
    min-height: 100vh;
  }
  #ui_wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 66.9444444444vw;
    background-image: url(../img/m/bg_back.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 100% auto;
    overflow: hidden;
  }
  h1 {
    left: 4.1666666667vw;
    top: 4.1666666667vw;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2;
  }
  h1 a {
    width: 26.1111111111vw;
    height: 7.7777777778vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  h1 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.6111111111vw;
    font-weight: 600;
    color: #fff;
  }
  h1 span::before {
    content: "I";
    color: #fff;
    margin: 0 2.5vw;
    font-weight: 100;
    opacity: 0.5;
  }
  .login_guide-box {
    display: block;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 0;
    border-radius: 0;
    width: auto;
    height: auto;
  }
  .login_guide-box div[class^=guide] {
    width: 100%;
  }
  .login_guide-box .guide_left {
    background: none;
    padding: 23.3333333333vw 0 0;
    height: 66.9444444444vw;
  }
  .login_guide-box .guide_left::before,
  .login_guide-box .guide_left p {
    display: none;
  }
  .login_guide-box .guide_left strong {
    font-size: 8.3333333333vw;
    font-weight: 800;
    text-align: center;
  }
  .login_guide-box .guide_left strong span {
    font-weight: 300;
  }
  .login_guide-box .guide_right {
    padding: 9.4444444444vw 8.3333333333vw 5.5555555556vw;
  }
  .login_guide-box .guide_right ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    width: 100%;
    margin-bottom: 2.7777777778vw;
  }
  .login_guide-box .guide_right ul li a {
    font-size: 4.4444444444vw;
  }
  .login_guide-box .guide_right ul li a:hover {
    opacity: 1;
  }
  .login_guide-box .guide_right div[class^=inp] {
    margin-top: 5.5555555556vw;
  }
  .login_guide-box .guide_right div[class^=inp] label input {
    height: 13.8888888889vw;
    font-size: 4.4444444444vw;
    text-indent: 4.4444444444vw;
  }
  .login_guide-box .guide_right div[class^=inp] label input:focus {
    text-indent: 4.1666666667vw;
    border: 0.5555555556vw solid transparent;
  }
  .login_guide-box .guide_right div[class^=inp] button, .login_guide-box .guide_right div[class^=inp] span {
    right: 0.5555555556vw;
    width: 9.7222222222vw;
    height: calc(100% - 1.1111111111vw);
    background-size: 5.5555555556vw auto;
  }
  .login_guide-box .guide_right div[class^=inp] button:hover {
    opacity: 1;
  }
  .login_guide-box .guide_right .validation-summary-errors ul {
    padding-left: 2.2222222222vw;
    padding-top: 2.2222222222vw;
  }
  .login_guide-box .guide_right .validation-summary-valid ul li {
    font-size: 3.6111111111vw;
    white-space: nowrap;
  }
  .login_guide-box .guide_right .login_btns {
    margin-top: 15vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login_guide-box .guide_right .login_btns label span {
    gap: 2.2222222222vw;
    font-size: 3.8888888889vw;
  }
  .login_guide-box .guide_right .login_btns label span::before {
    width: 5vw;
    height: 5vw;
    border-radius: 1.1111111111vw;
  }
  .login_guide-box .guide_right .login_btns label input:checked ~ span {
    color: #000;
  }
  .login_guide-box .guide_right .login_btns label input:checked ~ span:before {
    background-size: 2.7777777778vw auto;
  }
  .login_guide-box .guide_right .login_btns label:hover span {
    color: rgba(0, 0, 0, 0.44);
  }
  .login_guide-box .guide_right .login_btns button {
    height: 13.8888888889vw;
    margin-top: 5vw;
    border-radius: 7.2222222222vw;
    font-size: 4.4444444444vw;
  }
  .login_guide-box .guide_right .login_btns button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#0066B1), to(#00B3AD));
    background: linear-gradient(90deg, #0066B1 0%, #00B3AD 100%);
  }
  .login_guide-box .guide_right .each_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7.7777777778vw;
    gap: 2.7777777778vw;
  }
  .login_guide-box .guide_right .each_btns a[class^=ico] {
    gap: 0.8333333333vw;
    font-size: 3.8888888889vw;
  }
  .login_guide-box .guide_right .each_btns a[class^=ico]::before {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .login_guide-box .guide_right .each_btns a[class^=ico]:hover {
    text-decoration: none;
  }
  .login_guide-box .guide_right .each_btns .ico_blu01 {
    display: block;
    margin: 0 auto;
  }
  .login_guide-box .guide_right .each_btns .mob_separation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.5555555556vw;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_txt {
    bottom: 0;
    color: #bbb;
    font-size: 2.5vw;
    padding: 8.3333333333vw 0 5.5555555556vw 0;
  }
}