@charset "UTF-8";
@import url("root.css");
/*-------------------------------------------------
title       : 기본
Author      : PLAN I
Create date : 2025-03-04
-------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
}

body {
  font-size: var(--fs);
  color: var(--cl);
  line-height: var(--lh);
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  font-family: var(--ff);
}

header, footer, main, section, article, nav, aside {
  display: block;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, form, figure, figcaption {
  margin: 0;
  padding: 0;
}

fieldset, hr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
}

input, select {
  max-width: 100%;
  vertical-align: middle;
}

input, select, button, textarea, optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
}

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

textarea {
  width: 100%;
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
}

button {
  padding: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  border: 0 none;
  font-size: 0;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption, legend, .swiper-notification {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

input, textarea {
  resize: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: inherit;
  color: inherit;
  opacity: inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: inherit;
  color: inherit;
  opacity: inherit;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: inherit;
  color: inherit;
  opacity: inherit;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-weight: inherit;
  color: inherit;
  opacity: inherit;
}
input::placeholder, textarea::placeholder {
  font-weight: inherit;
  color: inherit;
  opacity: inherit;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}

#krds-skip-link a, #skip {
  position: absolute;
  left: 0;
  top: -1000px;
  width: 100%;
  z-index: 1000;
  padding: 1rem;
  background-color: #000;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
#krds-skip-link a:focus, #krds-skip-link a:hover, #krds-skip-link a:active, #skip:focus, #skip:hover, #skip:active {
  top: 0;
}