@charset "UTF-8";
/* Type ⋮ _mixin.scss · Author ⋮ Hyeonjin · Create date ⋮ 2025. 06. 27 */
@import "/fonts/pretendard/fonts.css";
@import "/fonts/NotoSansKR/fonts.css";
@import "/fonts/xeicon/xeicon.min.css";
/*************************************
    # PAGE 공통 변수 
************************************/
/* font family */
/* font color */
/* responsive */
/* Type ⋮ basic.scss · Author ⋮ Hyeonjin · Create date ⋮ 2025. 06. 24 */
/*--🔸 Reset Style 🔸--*/
html {
  font-size: 20px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  overscroll-behavior: contain;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", "NotoSans", "돋움", "Dotum", "굴림", "Gulim", AppleGothic, UnDotum, Arial, Tahoma, Verdana, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #1d1d1d;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: middle;
  font-size: 0;
  border: 0;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

caption, legend {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

select, input {
  vertical-align: middle;
}

address, em, i {
  font-style: normal;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background: none;
  border: 0;
}

hr {
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  border: none;
}

figure, figcaption {
  margin: 0;
  padding: 0;
}

form, fieldset {
  margin: 0;
  padding: 0;
  line-height: 1;
  border: none;
}

button, [type=button], [type=reset], [type=submit] {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} /* iOS의 기본 스타일은 제거되고, css에서 사용자가 정의한 스타일로 반영 */
header, footer, article, section, aside, nav, main {
  display: block;
}

small {
  font-size: 0.65rem;
} /* Add the correct font size in all browsers. */
select,
input[type=text] {
  background: transparent;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand,
input[type=text]::-ms-expand {
  display: none;
}

/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 0.6rem;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

b, strong {
  font: inherit;
}

/*--🔸 hidden 🔸--*/
.hidden {
  display: none;
}

.hid {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*--🔸 Align 🔸--*/
.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.vm {
  vertical-align: middle !important;
}

/*--🔸 Skip 🔸--*/
#skipArea {
  position: absolute;
  top: -1000px;
  left: 0;
  width: 100%;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  z-index: 1000;
}
#skipArea a {
  display: block;
  width: 100%;
  line-height: 0px;
  text-align: center;
  font-size: 0px;
}
#skipArea a:focus, #skipArea a:hover {
  position: absolute;
  top: 1000px;
  left: 0px;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  background: #20262c;
}

/*--🔹 responsive 🔹--*/
@media screen and (max-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}