html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: auto;
  height: 100vh;
}

body {
  line-height: 1;
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* add reset */
*, *:after, *:before {
  box-sizing: border-box;
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #222;
  word-break: break-all;
}

a, button, input, select, textarea {
  font-family: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
}

a {
  text-decoration: none;
}

button {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: top;
}

svg {
  display: inline-block;
  height: auto;
  vertical-align: top;
}

.container {
  width: 100%;
}

.login-page {
  width: 1080px;
  margin: 0px auto 150px auto;
  background-color: #fff;
  padding: 0 16px;
}
.login-page__input {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  background-color: #ebebeb;
  border-radius: 12px;
  height: 56px;
  font-size: 16px;
  color: #222;
  text-align: center;
}
.login-page__input::-moz-placeholder {
  color: #222;
}
.login-page__input::placeholder {
  color: #222;
}
.login-page__txt-box {
  margin: 32px 0;
  text-align: center;
  display: flex;
  flex-flow: column;
}
.login-page__tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}
.login-page__desc {
  line-height: 19px;
  margin-bottom: 32px;
  letter-spacing: -1px;
}
.login-page__agree-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.login-page__submit {
  width: 100%;
  background-color: #1AA4C9;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  height: 56px;
}
.login-page__agree + .login-page__agree {
  margin-top: 16px;
}
.login-page__agree-tit {
  font-size: 16px;
  margin: 16px 0;
  font-weight: 700;
  text-align: left;
}
.login-page__list {
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 16px;
}
.login-page__list > li {
  position: relative;
  padding-left: 14px;
  text-align: left;
}
.login-page__list > li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 0;
  background: linear-gradient(120deg, rgba(26, 164, 201, 0.3), rgb(0, 69, 151));
}
.login-page__list li + li {
  margin-top: 14px;
}
.login-page__sub-list {
  padding-left: 10px;
  margin-top: 10px;
}
.login-page__sub-list > li {
  position: relative;
  padding-left: 14px;
  text-align: left;
}
.login-page__sub-list > li::before {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #222;
}
.login-page__form-box {
  display: flex;
  gap: 30px;
}

.c-form__input {
  position: absolute;
  top: -999999em;
}
.c-form__label {
  cursor: pointer;
  padding-left: 28px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;
       user-select: none;
}
.c-form__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d9d9d9;
}
.c-form__input:checked + .c-form__label::before {
  background: #1AA4C9 url(/resources/familysite/e-sucheop/images/contents/icon_checkbox.svg) center/11px 7px no-repeat;
}/*# sourceMappingURL=page.css.map */

/* 20250617 로그인 추가*/
.united-login-sort {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 0;
    margin: 0;
    min-height: 60vh;
}
.united-login-sort li {border: 2px solid #dae1f0;background: #fff;border-radius: 30px;box-sizing: border-box;position: relative;width: calc(25% - -75px);display: flex;flex-direction: column;align-items: center;padding: 35px;text-align: center;height: 400px;justify-content: space-between;}
.united-login-sort li::before {content: '';display: block;width: 150px;height: 130px;background: url(/resources/openworks4/image/common/login_spr.png) -254px 0 no-repeat;}
.united-login-sort li:nth-child(2)::before {background-position-x: -404px;}
.united-login-sort li:nth-child(3)::before {background-position-x: -554px;}
.united-login-sort li:nth-child(4)::before {background-position-x: -704px;}
.united-login-sort li:nth-child(5)::before {background-position-x: -1014px;}
.united-login-sort li a {display: block;font-size: 1.111em;color: #fff;font-weight: 500;background: #002149;border-radius: 40px;min-width: 180px;text-align: center;padding: 12px;margin-top: 25px;}

.epki-message, .mobile-message{ margin-top:10px; }

@media all and (max-width:1200px) {
    .login-page {
        width: 100%;
        max-width: 800px;
    }
}

@media all and (max-width:768px) {
    .united-login-sort {
        flex-direction: column;
        align-items: center;
    }
    
    .united-login-sort li {
        width: calc(48% - -75px);
    }

    .united-login-sort li:last-child {
        display: none;
    }

    .page__info .charger {
        padding: 15px 10px;
    }

    .page__info .charger ul {
        flex-direction: column;
        gap: 10px;
        font-size: 14px;
    }
    .page__info .charger .tit{
        width: 100px;
    }
    .small {
         line-height: 1.5;
     }
}
