@charset "UTF-8";
@import url("/public/css/general.css");
@import url("/public/fonts/remixicon/font_remixicon.css");
/*-------------------------------------------------
title       : 기본
Author      : ㅈㅁㅈ
Create date : 2025-09-22
-------------------------------------------------*/
html {
  overflow: hidden;
  overflow-y: auto;
}

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

#skip {
  position: absolute;
  left: 0;
  top: -1000px;
  width: 100%;
  height: 0;
  z-index: 1000;
  line-height: 0;
  font-size: 0;
}
#skip:focus, #skip:hover, #skip:active {
  position: absolute;
  left: 0;
  top: 0;
  height: 4rem;
  background-color: #20262c;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 4rem;
  color: #fff;
  text-align: center;
}

@media (max-width: 1280px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 7px;
  }
}