html, body {
  margin: 0;
}

#page {
  height: 100%;
}
#page #mainForm {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100dvh;
  width: 100%;
}
#page .form-box {
  position: relative;
  width: 100%;
  max-width: 458px;
  height: auto;
  padding: 30px 16px;
  background-color: #ffffff;
}
#page .form-box .logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
#page .form-box .logo-link .logo {
  width: 100%;
  max-width: 270px;
  height: auto;
}
#page .form-box .form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
#page .form-box .form-note {
  font-size: 12px;
  color: #474C52;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  padding: 0 8px;
  margin-top: 4px;
}
#page form .form-wp-editor .wp-editor-container {
  border: 0 !important;
}
#page form .form-wp-editor .mce-container, #page form .form-wp-editor .mce-container-body {
  box-shadow: none !important;
}
#page form .form-wp-editor .mce-top-part {
  border: 1px solid #EAEBED !important;
  border-radius: 4px;
  margin-bottom: 4px !important;
  overflow: hidden;
}
#page form .form-wp-editor div.mce-edit-area {
  border: 1px solid #EAEBED !important;
  border-radius: 4px;
  overflow: hidden;
}
#page form .form-wp-editor div.mce-toolbar-grp {
  background: #ffffff;
  border: 0 !important;
}
#page form .form-wp-editor div.mce-toolbar-grp > div {
  padding: 5px;
}
#page form .form-wp-editor .mce-toolbar .mce-btn-group .mce-btn {
  border: 1px solid #EAEBED !important;
  border-radius: 0 !important;
}
#page form .form-wp-editor .mce-toolbar .mce-btn-group .mce-btn:hover {
  border-color: #181818 !important;
  box-shadow: none !important;
}
#page form .form-wp-editor .mce-toolbar .mce-ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page form .form-wp-editor .mce-top-part::before {
  box-shadow: none !important;
}
#page form .form-wp-editor .mce-toolbar.mce-stack-layout-item.mce-last .mce-btn-group .mce-btn {
  border: 0 !important;
}
#page form .form-wp-editor .mce-toolbar .mce-btn-group .mce-btn.mce-active,
#page form .form-wp-editor .mce-toolbar .mce-btn-group .mce-btn:active, #page form .form-wp-editor .qt-dfw.active {
  background: #181818;
}
#page form button[type=submit],
#page form .button-submit {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #ffffff;
  background-color: #006CFC;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 24px;
  margin-bottom: 20px;
}
#page form button[type=submit]:disabled,
#page form .button-submit:disabled {
  opacity: 0.4;
  pointer-events: none;
}
#page form button[type=submit]:not(:disabled):hover,
#page form .button-submit:not(:disabled):hover {
  background-color: #0061E3;
}
#page .form-group {
  width: 100%;
}
#page .form-group .form-label,
#page .form-group .form-value-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #474C52;
  margin-bottom: 8px;
}
#page .form-group .form-value-text {
  color: #181818;
  margin-bottom: 0;
}
#page .form-group .form-group-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#page .form-group .input-wrap {
  position: relative;
  width: 100%;
  height: 48px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 12px;
  border: 1px solid #EAEBED;
  border-radius: 4px;
  background-color: #ffffff;
}
#page .form-group .input-wrap:has(.invalid) {
  border-color: #FF3427 !important;
}
#page .form-group .input-wrap:has(.valid) {
  border-color: #006CFC !important;
}
#page .form-group .input-wrap:has(input:focus) {
  border-color: #474C52;
}
#page .form-group .form-control {
  width: 100%;
  font-size: 16px;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #181818;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  background-color: #ffffff;
}
#page .form-group .form-control::-moz-placeholder {
  color: #9FA4A8;
  opacity: 1; /* Firefox */
}
#page .form-group .form-control::placeholder {
  color: #9FA4A8;
  opacity: 1; /* Firefox */
}
#page .form-group .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #9FA4A8;
}
#page .form-group .button-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 12px 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #181818;
  background-color: #ffffff;
  border: 1px solid #CACDD2;
  border-radius: 4px 4px;
  box-shadow: none;
  outline: none;
  flex-shrink: 0;
  width: 100%;
  max-width: 90px;
  cursor: pointer;
}
#page .form-group .button-outline:disabled {
  opacity: 0.4;
  pointer-events: none;
}
#page .form-group .button-outline:not(:disabled):hover {
  background-color: #F4F5F7;
}
#page .form-group .form-check {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  min-height: 24px;
}
#page .form-group .form-check .form-check-input {
  border: 2px solid #CACDD2;
  border-radius: 2.5px 2.5px;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  float: none;
  flex-shrink: 0;
  cursor: pointer !important;
  width: 18px;
  height: 18px;
}
#page .form-group .form-check .form-check-input:checked[type=checkbox] {
  border-color: #006CFC;
  background-color: #006CFC;
  background-size: 18px;
  background-position: center;
}
#page .form-group .form-check .form-check-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  color: #27282C;
  cursor: pointer !important;
  flex-grow: 1;
}
#page .form-invalid-feedback,
#page .form-valid-feedback,
#page .form-field-note {
  font-size: 12px;
  color: #FF3427;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  padding: 0 8px;
  margin-top: 4px;
}
#page .form-valid-feedback {
  color: #006CFC;
}
#page .form-field-note {
  color: #474C52;
}
#page .countdown-timer {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #FF3427;
}

@media (max-width: 767px) {
  #page .form-box {
    padding: 20px 20px;
  }
}
#page #mainForm .form-box {
  max-width: 360px;
}
#page #mainForm .form-box.connect-account {
  max-width: 765px;
}
#page #mainForm .form-box form button[type=submit] {
  margin-top: 24px;
  margin-bottom: 16px;
}
#page #mainForm .form-box .form-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #73787E;
}
#page #mainForm .form-box .form-links a {
  color: #73787E;
}
#page #mainForm .form-box .form-links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
#page #mainForm .form-box .form-links .separator {
  display: inline-block;
  width: 2px;
  height: 12px;
  background-color: #73787E;
  margin: 0;
}
#page #mainForm .form-box .form-separator {
  position: relative;
  text-align: center;
  margin: 24px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #73787E;
}
#page #mainForm .form-box .form-separator span {
  background-color: #fff;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}
#page #mainForm .form-box .form-separator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EAEBED;
}
#page #mainForm .form-box #kakaoLoginBtn,
#page #mainForm .form-box #connectKakaoBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 51px;
  background-color: #FFE812;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #181818;
  border: none;
  cursor: pointer;
}
#page #mainForm .form-box #kakaoLoginBtn:disabled,
#page #mainForm .form-box #connectKakaoBtn:disabled {
  background-color: rgba(255, 232, 18, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#page #mainForm .form-box #kakaoLoginBtn img,
#page #mainForm .form-box #connectKakaoBtn img {
  flex-shrink: 0;
  width: 28px;
  height: 27px;
}
#page #mainForm .form-box #kakaoLoginBtn:not(:disabled):hover,
#page #mainForm .form-box #connectKakaoBtn:not(:disabled):hover {
  background-color: rgb(247.5, 223.4810126582, 0);
}/*# sourceMappingURL=login.css.map */