@charset "utf-8";
@import url('./font-awesome/css/font-awesome.min.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/myriad-web-pro');

/* ========================== 초기화 [s] */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'pretendard';
}
ol,
ul,
dl,
dt,
dd {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: 'pretendard';
}
input[type='submit'] {
  cursor: pointer;
}
button {
  cursor: pointer;
}
textarea,
select {
  font-family: 'pretendard';
}
select {
  margin: 0;
}
a {
  color: #222;
  text-decoration: none;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
}
body {
  background: #000;
  font-size: 0.81em;
}
*,
:after,
:before {
  box-sizing: border-box;
}
* {
  -webkit-text-size-adjust: none;
}
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'pretendard';
}
/* ========================== 초기화 [e] */

/* 공통 */
:root {
  --mainsize: 1200px;
  --color: #fff;
  --gothic: 'Special Gothic Expanded One';
  --Pop: 'Poppins';
}
#sh_container_wrapper {
  background: #000 !important;
}
#sh_container_wrapper #sh_content {
  position: relative;
  line-height: 1.5;
  background: #000;
  max-width: 100%;
  padding: 0;
}
