@charset "UTF-8";

/* =========================
   기본 변수 설정
========================= */
:root {
	 /* font-size */
	--fs-hero: 56px;
	--fs-section: 24px;
	--fs-body-xl: 20px;
	--fs-body-lg: 18px;
	--fs-body: 16px;

	/* font-weight */
	--fw-300: 300;
	--fw-400: 400;
	--fw-500: 500;
	--fw-600: 600;
	--fw-700: 700;
	--fw-800: 800;
	--fw-900: 900;

	/* color */
	--black: #0A1014;
	--white: #ffffff;
	--red: #C92E37;
	--d8d8: #D8D8D8;

	/* Spacing */
	--space-12: 12px;
	--space-16: 16px;
	--space-18: 18px;
	--space-20: 20px;
	--space-24: 24px;
	--space-32: 32px;
	--space-48: 48px;
	--space-64: 64px;
	--space-120: 120px;

	/* etc */
	--fm-kn: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', Arial, sans-serif;
	--transition: all 0.4s;
}

/* =========================
   반응형 폰트
========================= */
@media (max-width: 1280px) {
    :root {
		/* font-size */
        --fs-hero: 48px;
        --fs-section: 22px;
        --fs-body-xl: 19px;
        --fs-body-lg: 17px;
        --fs-body: 15px;

		/* Spacing */
		--space-12: 10px;
		--space-16: 14px;
		--space-18: 16px;
		--space-20: 18px;
		--space-24: 20px;
		--space-32: 28px;
		--space-48: 40px;
		--space-64: 56px;
    }
}
@media (max-width: 1024px) {
    :root {
		/* font-size */
        --fs-hero: 42px;
        --fs-section: 20px;
        --fs-body-xl: 18px;
        --fs-body-lg: 16px;

		/* Spacing */
		--space-12: 8px;
		--space-16: 12px;
		--space-18: 14px;
		--space-20: 16px;
		--space-24: 18px;
		--space-32: 24px;
		--space-48: 36px;
		--space-64: 48px;
        --space-120: 100px;
    }
}
@media (max-width: 768px) {
    :root {
		/* font-size */
        --fs-hero: 36px;
        --fs-body-xl: 17px;
        --fs-body-lg: 15px;
        --fs-body: 14px;

		/* Spacing */
		--space-12: 6px;
		--space-16: 8px;
		--space-18: 10px;
		--space-20: 12px;
		--space-24: 14px;
		--space-32: 18px;
		--space-48: 22px;
		--space-64: 28px;
        --space-120: 80px;
    }
}
@media (max-width: 480px) {
    :root {
		/* font-size */
        --fs-hero: 28px;
        --fs-section: 20px;
        --fs-body-xl: 16px;
        --fs-body-lg: 14px;
        --fs-body: 13px;

		/* Spacing */
		--space-12: 4px;
		--space-16: 6px;
		--space-18: 8px;
		--space-20: 10px;
		--space-24: 12px;
		--space-32: 16px;
		--space-48: 20px;
		--space-64: 24px;
    }
}

/* =========================
   Reset
========================= */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  word-break: keep-all;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 공통 폰트 스타일 */
html {
	scroll-behavior: smooth;
	min-width: 280px;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	font-size: var(--fs-body);
	letter-spacing: -0.02rem;
	font-family: var(--fm-kn);
	word-break: keep-all !important;
}

body {
	position: relative;
}
main {
	color: var(--d8d8);
	background-color: var(--black);
}

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

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

a, button {
  outline: none;
  transition: var(--transition);
  color: inherit;
  font-size: inherit;
  background: transparent;
  cursor: pointer;
	padding: 0;
}

ol, ul, li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
img, iframe { display: block; width: 100%; height: auto; border: 0; }

p {
	word-wrap: break-word;
	line-height: 1.5;
}
pre {
	white-space: pre-line;
	word-wrap: break-word;
	line-height: 1.5;
	overflow-x: visible !important;
}

/* 입력 요소 */
input, textarea, select, button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}
textarea { resize: vertical; }
button { cursor: pointer; }

/* 인용, 강조, 코드 */
address, em, optgroup { font-style: normal; }
strong, b { font-weight: var(--fw-700); }

/* 스크롤바 */
/* ::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background-color: var(--ccc); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background-color: var(--c999); }
::-webkit-scrollbar-track { background-color: var(--eee); } */

/* selection */
::selection { background-color: var(--mint); color: var(--white); }

/* 숨김요소 / 접근성 */
[hidden] { display: none !important; }
.blind, .sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  white-space: nowrap;
}
/* admin btn 초기화 */
.btn_fixed_top .btn {
  display: inline-block !important;
  margin-top: 0px !important;
}


/* =========================
  새창 팝업 레이어
========================= */
#hd_pop {
  position:relative;
  width:100%;
  z-index:9999;
  display: flex;
  flex-direction: column;
}
#hd_pop h2 {
  display: none;
}
.hd_pops {
    position:absolute;
    z-index:10000;
}
.hd_pops img {
    display:block;
}
.hd_pops_con {
    padding:0;
    height: auto !important;
}
.hd_pops_con p {
  display: flex;
}
.hd_pops_con .close {
  margin-top:10px;
  text-align:right;
}
.hd_pops_con .close button,
.hd_pops_con .close a {
  background:#333;
  color:#fff;
  padding:5px 10px;
  display:inline-block;
  font-size:12px;
  border-radius:3px;
  margin-left:3px;
}
.hd_pops_footer {
  text-align:right;
  padding:8px 10px;
  background:#333;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color:#fff;
}
.hd_pops_footer label {
  font-size:12px;
  cursor:pointer;
}
.hd_pops_footer input {
    vertical-align:middle;
}
.hd_pops_footer strong {
  font-weight: unset;
}
.hd_pops_footer .hd_pops_close {
  margin-left:10px;
  color:#fff;
  padding:3px 8px;
  border-radius:3px;
  font-size:12px;
  text-decoration:none;
}
@media (max-width: 1024px) {
	.hd_pops {
		width: calc(100% - 20px) !important;
	}
	.hd_pops_con {
		width: 100% !important;
	}
}