@charset "UTF-8";
html, body, #wrap {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #222;
  font-size: 1.6rem;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  line-height: 1.437;
  letter-spacing: -0.024rem;
}

body,
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus:not(:focus-visible) {
  outline: 0;
}

body, dd, dl, dt, ul, ol, li,
p, fieldset, form, input, textarea, select, button, table, legend,
th, td, h1, h2, h3, h4, h5, h6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo", "Helvetica Neue", sans-serif;
}

article, aside, footer, header, nav, main, menu,
section, summary, details, hgroup, figure, figcaption {
  display: block;
}

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

legend {
  position: absolute;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
}

ol, ul {
  list-style: none;
}

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

img, fieldset, iframe {
  border: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:active, a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
}

button:hover {
  color: inherit;
}

label {
  cursor: pointer;
}

input, select, textarea, button {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  outline: 0;
}

input:focus {
  outline: auto;
  outline-style: solid;
  outline-width: 2px;
  outline-color: rgba(0, 0, 0, 0.6);
}

textarea {
  resize: none;
}

select {
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: var(--fc-primary);
  padding: 0 14px;
  border: 1px solid #533EBD;
  border-radius: 6px;
  background: url("/special/election2025/resource/image/mobile/ico/select.svg") right 0 top 50%/34px auto no-repeat #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select option {
  color: inherit;
  font-size: 16px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #999;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-calendar-picker-indicator {
  display: none;
}

.blind,
.hidden,
.sr-only {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
}

body[data-scroll=disabled] {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}