@charset "UTF-8";
/*-------------------------------------------------
title       : 기본
Author      : PLAN I
Create date : 2025-11-27
-------------------------------------------------*/
:root {
  --ff: "Pretendard";
  --fs: 1.8rem;
  --cl: var(--gray700);
  --lh: 1.5;
  --width1: 100%;
  --width2: 100%;
  --time2: all 0.2s;
  --brd: 0.4rem;
  --bdc: #ddd;
  --cmpH: 4rem;
}

*, *::before, *::after {
  box-sizing: inherit;
}

html {
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  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);
  word-break: keep-all;
  font-weight: 400;
}

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::-moz-placeholder, textarea::-moz-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 a {
  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 a:focus, #skip a:hover, #skip a:active {
  top: 0;
}