@charset "utf-8";
@import url("./font.css");
@import url("./common.css");
:root {
  --bs-blue: #1a8fcc;
  --bs-red: #ff0000;
  --bs-orange: #ff5e15;
  --bs-brown: #272727;
  --bs-brown-light: #ab3b05;
  --bs-yellow: #b68f63;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #909090;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f9f9f9;
  --bs-gray-200: #222222;
  --bs-gray-300: #333333;
  --bs-gray-400: #494949;
  --bs-gray-500: #666666;
  --bs-gray-600: #999999;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #999;
  --bs-primary: #e4c793; /*진한골드*/
  --bs-primary-light: #c8a870; /*밝은골드*/
  --bs-secondary: #e1c28a; /*골드*/
  --bs-third: #3b4c44;
  --bs-fourth: #b68f63;
  --bs-fifth: #b68f63;
  --bs-light: #f9f9f9;
  --bs-light-b: #82aa78;
  --bs-light-gray: #ededed;
  --bs-light-gray-b: #d8d8d8;
  --bs-dark: #cccccc;
  --bs-font-sans-serif: 'Pretendard', "돋움", Dotum, Arial, sans-serif;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: var(--bs-primary);
  border-radius: 10px;
  background-clip: padding-box;
  border: 0px solid transparent;
}
html {
  overflow-y: auto;
}
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;
}
body {font-size: 1em;font-family: var(--bs-font-sans-serif);color: var(--bs-primary-font);line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  position:relative}
  body.hidden {overflow: hidden;
    min-height: 100%;
    height:100%;
    touch-action:none !important;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;}
 table, th, td, button, select, input, textarea, pre {
  font-family: var(--bs-font-sans-serif);
  color: var(--bs-primary-font);
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
audio, canvas, img, video {
  vertical-align: middle;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, fieldset {
  border: 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
label {
  cursor: pointer;
}
caption {
  display: none;
  visibility: hidden;
}
legend {
  color: var(--bs-black);
  font-weight: 500;
  line-height: 1.4;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
a {
  color: var(--bs-gray-500);
  text-decoration: none;
}
a:active, a:hover, a:focus {
  text-decoration: none;
}
:focus {
  outline: 0;
}
.cm-al {
  text-align: left !important;
}
.cm-ac {
  text-align: center !important;
}
.cm-ar {
  text-align: right !important;
}
.cm-aj {
  text-align: justify !important;
}
.thum-responisive {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.thum-responisive .max-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.max-img {
  max-width: 100%;
}
.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0
}
.cm-accessibility a {
  position: absolute;
  text-align: center;
  width: 200px;
  display: block;
  background: #c52227;
  color: #fff;
  left: -9999px;
}
.cm-accessibility a:hover {
  z-index: 999999;
  margin-left: -100px;
  left: 50%;
}
.cm-accessibility a:focus {
  z-index: 999999;
  margin-left: -100px;
  left: 50%;
}
.cm-accessibility a:active {
  z-index: 999999;
  margin-left: -100px;
  left: 50%;
}