@charset "UTF-8";
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans KR Thin"), local("NotoSansKR-Thin"), url("../font/NotoSansKR-Thin.woff2") format("woff2"), url("../font/NotoSansKR-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans KR Light"), local("NotoSansKR-Light"), url("../font/NotoSansKR-Light.woff2") format("woff2"), url("../font/NotoSansKR-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans KR"), local("NotoSansKR-Regular"), url("../font/NotoSansKR-Regular.woff2") format("woff2"), url("../font/NotoSansKR-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans KR Medium"), local("NotoSansKR-Medium"), url("../font/NotoSansKR-Medium.woff2") format("woff2"), url("../font/NotoSansKR-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"), url("../font/NotoSansKR-Bold.woff2") format("woff2"), url("../font/NotoSansKR-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans KR Black"), local("NotoSansKR-Black"), url("../font/NotoSansKR-Black.woff2") format("woff2"), url("../font/NotoSansKR-Black.woff") format("woff"), url("../font/NotoSansKR-Black.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif KR";
  font-style: normal;
  src: local("Noto Seri KR Semi Bold"), local("NotoSerifKR-SemiBold"), url("../font/NotoSerifKR-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "NanumGothic";
  font-style: normal;
  src: url("../font/NanumGothicExtraBold.otf") format("opentype"), url("../font/NanumGothicExtraBold.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* 일반적인 방법 */
}

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

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  --hwajak-color: #f8ae01;
  --eonmae-color: #9177be;
  --pink: #fc749d;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

html {
  font-size: 62.5%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #101010;
  line-height: 1.25;
  word-break: keep-all;
  user-select: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

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

input {
  font-family: inherit;
  letter-spacing: inherit;
  border: 0 none;
  outline: 0 none;
}

a {
  text-decoration: none;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

fieldset {
  border: 0;
}

/* background */
progress::-webkit-progress-bar {
  background-color: var(--light-blue-color);
}

progress {
  background-color: var(--light-blue-color);
}

/* value */
progress::-webkit-progress-value {
  background-color: var(--sub-color);
}

progress::-moz-progress-bar {
  background-color: var(--sub-color);
}

progress {
  color: var(--sub-color);
}

progressbar {
  -webkit-appearance: none; /* 기본 모양 재설정 */
  appearance: none;
  width: 100%;
  margin: 0 0 0.2em; /* 위 아래 간격이 벌어지기 때문에 사용 */
}

body > *:first-child {
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1240px) {
  body > *:first-child {
    width: 76.8rem;
    margin: 0 auto;
  }
}
.ir-block {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.ir-inline {
  z-index: -1;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

:root {
  --vh: 1vh;
  --black-color: #000;
  --light-blue-color: #F5F5F5;
  --gray-color: #B5B5B3;
  --gray-color2: #6A6A6A;
  --gray-color3: #F8F8F5;
  --gray-color4: #EBEBEB;
  --gray-color5: #DFDFDF;
  --gray-color6: #727171;
}

.volume {
  --main-color: #0069B1;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.volume--1 {
  --main-color: #0069B1;
  --sub-color: #C8E6F6;
}
.volume--2 {
  --main-color: #008E5E;
  --sub-color: #EAF2C6;
}
.volume--3 {
  --main-color: #C8002C;
  --sub-color: #FFE3E2;
}
.volume--4 {
  --main-color: #5A3587;
  --sub-color: #EDDFFC;
}
.volume--5 {
  --main-color: #004D88;
  --sub-color: #C8E6F6;
}
.volume--6 {
  --main-color: #006235;
  --sub-color: #EAF2C6;
}

@keyframes shake-horizontal {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-1.5%);
  }
  20%, 40%, 60% {
    transform: translateX(1.5%);
  }
  80% {
    transform: translateX(0.8%);
  }
  90% {
    transform: translateX(-0.8%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header {
  position: relative;
  padding-top: 10.416%;
  background: var(--main-color);
}
.header--home {
  background: --gray-color;
}
.header__contain {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__home-btn {
  --box-size: 6.51%;
  flex: 0 0 auto;
  width: var(--box-size);
  margin-left: 5.208%;
  padding-top: var(--box-size);
  background: url(../image/common/icon/icon__home.svg) no-repeat center/contain;
}
.header__ttl {
  width: 39.048%;
  margin: 0 auto 0 1.393%;
}
.header__util {
  flex: 0 0 auto;
  width: 13.02%;
  height: 100%;
  border-left: 0.1rem solid #fff;
  background: no-repeat center/43.999%;
}

.back-btn {
  background-image: url(../image/common/icon/icon__arrow-left.svg);
}

.sound-btn {
  background-image: url(../image/common/icon/icon__speaker.svg);
}

.sound-btn--mute {
  background-image: url(../image/common/icon/icon__speaker--mute.svg);
}

.guide {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  background: var(--main-color);
}

/*# sourceMappingURL=base.css.map */
