@charset "utf-8";
::selection{
  background-color: #0d0d0d;
  color: #fff;
}
:root {
  --font-base: 'Montserrat', 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
  --color-bg: #050505;
  --color-text: #ece8df;
  --color-muted: rgba(236, 232, 223, .68);
}

html {
  min-height: 100%;
  overflow-y: auto;
  background: var(--color-bg);
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-base);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html, h1, h2, h3, h4, h5, h6, p, figure, fieldset, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

ul, ol {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button, input, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button, input[type="submit"] {
  cursor: pointer;
}

button {
  border: 0;
  background: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, legend, .sound_only, .msg_sound_only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#hd_h1,
#hd_login_msg,
.to_content {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

#wrapper,
#container_wr,
#container {
  width: 100%;
  min-height: 100%;
}

#container_wr::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.inner {
  width: min(100% - 48px, 1400px);
  margin: 0 auto;
}

#hd_pop {
  display: none;
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 0;
  overflow: visible;
}

#hd_pop h2 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hd_pops {
  position: absolute;
  z-index: 1000;
  max-width: calc(100vw - 32px);
  background: #111;
  color: var(--color-text);
}

.hd_pops img {
  max-width: 100%;
  height: auto;
}

.hd_pops_footer {
  display: flex;
  justify-content: flex-end;
  gap: 1px;
  background: #000;
}

.hd_pops_footer button {
  padding: 9px 12px;
  background: #181818;
  color: var(--color-text);
  border: 0;
}

.tbl_wrap {
  overflow-x: auto;
}

.frm_input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea,
select {
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .04);
  color: var(--color-text);
}

.btn,
.btn_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  color: var(--color-text);
}

#ft,
#footer,
.footer,
.footerText,
.footerLogo,
.footerCopyright {
  display: none !important;
}

#top_btn {
  display: none;
  position: fixed;
  right: clamp(24px, 4.8vw, 82px);
  bottom: 28px;
  z-index: 70;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(236, 232, 223, .28);
  border-radius: 50%;
  background: rgba(5, 5, 5, .72);
  color: #ece8df;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
  line-height: 1;
  text-indent: 0;
  transition: border-color .25s ease, background .25s ease, color .25s ease;
}

#top_btn::before {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 1;
}

#top_btn i,
#top_btn span {
  display: none;
}

#top_btn:hover {
  border-color: rgba(236, 232, 223, .6);
  background: rgba(236, 232, 223, .12);
  color: #fff;
}
