@charset "UTF-8";
/* media-query */
/* custom-settings (사이트마다 조정) */
:root {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  --vh: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
:root body {
  font-family: "SUIT";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: -0.05em;
  word-break: keep-all;
  color: #282828;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 991px) {
  :root body {
    line-height: 1.55;
  }
}
:root body h1, :root body h2, :root body h3, :root body h4, :root body h5, :root body h6 {
  line-height: 1.25;
  letter-spacing: -0.05em;
}
:root body b, :root body strong, :root body mark, :root body em {
  font-weight: 800;
}

/* 본문 바로가기 */
#skip_to_container a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#skip_to_container a:focus, #skip_to_container a:active {
  width: 100%;
  height: 75px;
  background: #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 3.3em;
}

/* sound-only */
.sound-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* reset */
:where(body, div, section, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, textarea, p, blockquote, th, td, input, select, textarea, button) {
  margin: 0;
  padding: 0;
}

:where(a) {
  text-decoration: none;
  color: inherit;
  outline: none;
}

:where(a):active, :where(a):hover, :where(a):visited {
  text-decoration: none;
}

:where(span) {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

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

:where(ul, dl, ol) {
  list-style: none;
  font-size: inherit;
  outline: none;
}

:where(li) {
  list-style: none;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
  outline: none;
}

:where(textarea) {
  resize: none;
}

:where(img) {
  max-width: 100%;
  font-size: 0;
  vertical-align: top;
  line-height: 0;
}

:where(button) {
  background: none;
  border: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}

:where(select) {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

:where(::-moz-placeholder) {
  font-weight: inherit;
  font-size: inherit;
  color: #ddd;
}

:where(::placeholder) {
  font-weight: inherit;
  font-size: inherit;
  color: #ddd;
}

/* font-size */
html {
  font-size: 10px;
}

@media screen and (max-width: 1279px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
/* maxwidth */
.maxwidth {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

/* show-, hide- */
.show-laptop {
  display: none;
}

.show-tablet {
  display: none;
}

.show-responsive {
  display: none;
}

.show-mobile {
  display: none;
}

.show-phone {
  display: none;
}

@media screen and (max-width: 1279px) {
  .show-laptop {
    display: block !important;
  }
  .hide-laptop {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .show-tablet {
    display: block !important;
  }
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .show-responsive {
    display: block !important;
  }
  .hide-responsive {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 450px) {
  .show-phone {
    display: block !important;
  }
  .hide-phone {
    display: none !important;
  }
}
/* brs, brl */
@media screen and (min-width: 1280px) {
  .brs1280 {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .brl1280 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .brs1024 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .brl1024 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .brs991 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .brl991 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .brs768 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .brl768 {
    display: none;
  }
}
@media screen and (min-width: 451px) {
  .brs450 {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .brl450 {
    display: none;
  }
}
/* @keyframes */
@keyframes gradient-89 {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pointerScale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes spot {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pain_init {
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes floating {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  60% {
    transform: translateY(10px);
    opacity: 0;
  }
  61% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes arrow_ani_left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes arrow_ani_right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes arrow_ani_down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fade_init {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}/*# sourceMappingURL=common.css.map */