@charset "UTF-8";

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  vertical-align: baseline;
  background: transparent;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  line-height: 130%;
  word-spacing: 3px;
  color: #ddd;
  list-style: none;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption,
canvas {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  border-radius: 0;
}

body {
  background-color: #191b20;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#objs {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#objs .absolute_100_panel {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#objs .relative_100_panel {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#objs #contents_cover #contents_navi {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 42px;
}
#objs #contents_cover #contents_logo_symbol {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
}
#objs #contents_cover #contents_category_bt {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
}
#objs #contents_cover #contents_kr {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
}
#objs #contents_cover #contents_en {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
}

#objs #contents_cover #contents_category_box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 280px;
  height: 280px;
}

#objs #category_box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  height: 242px;
  margin: -120px 0 0 -110px;
  overflow: hidden;
}

#objs #copyright {
  position: absolute;
  left: 50%;
  top: 90%;
  width: 64px;
  height: 11px;
  margin: -5.5px 0 0 -32px;

  color: #fff;
  opacity: 0.4;
  font-size: 14px;
  font-weight: 300;
}

#page_loading {
  position: absolute;
  background-color: #191b20;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1000;
}
#page_loading .loading_img {
  position: absolute;
  width: 164px;
  height: 164px;
  top: 50%;
  left: 50%;
  margin: -82px 0 0 -82px;
}
#page_loading #loading_info {
  position: absolute;
  width: 284px;
  height: 38px;
  top: 75%;
  left: 50%;
  margin: -19px 0 0 -142px;
}

.title {
  width: 100%;
  padding: 100px 10px 100px 10px;
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
}

.en {
  display: none;
}

.content_scroll {
  overflow-y: auto;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.division_line {
  width: 100%;
  height: 1px;
  background-color: #444;
}
/*
@media screen and (max-width: 500px) {
	body { background-color: red; }
	h1 { color: white; }
}
@media screen and (min-width: 501px) {
}*/
