@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 캐릭터 미리보기 Stylesheet
 * Author - hsa815@hanbitsoft.co.kr 220913
 ------------------------------------------------- */
/* CSS Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
small,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
select,
input,
button,
label {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

img,
fieldset,
button {
  border: 0;
}

body,
input,
button,
textarea,
select,
table,
kbd {
  line-height: 1.2;
  font-family: Malgun Gothic, "맑은고딕", "돋움", dotum, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

img {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

button,
label {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
legend {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  visibility: hidden;
}

/* Reserved Class
-------------------------------------------------------------- */
.irPm {
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.irWa {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.blind {
  position: absolute;
  top: 0;
  left: -1000%;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.clearFix {
  zoom: 1;
}

.clearFix:after {
  display: block;
  content: "";
  clear: both;
}

#event_top_bar {
  min-width: 1200px !important;
}

#wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#wrap .intro-container {
  position: relative;
  height: 854px;
  overflow: hidden;
}

#wrap .intro-container-inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

#wrap .intro-container .bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/intro/bg01.jpg) no-repeat 50% 0;
  height: 100%;
}

#wrap .intro-container .bg-02 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/intro/bg02.jpg) no-repeat 50% 0;
  height: 100%;
  opacity: 0;
}

#wrap .intro-container .dolores {
  position: absolute;
  background: url(../images/intro/character_01.png) no-repeat;
  width: 699px;
  height: 100%;
  top: 43px;
  left: 50%;
  margin-left: -510px;
  visibility: hidden;
}

#wrap .intro-container .baselrane {
  position: absolute;
  background: url(../images/intro/character_02.png) no-repeat;
  width: 822px;
  height: 100%;
  top: 58px;
  right: 50%;
  margin-right: -812px;
  visibility: hidden;
}

#wrap .intro-container .name-01 {
  position: relative;
  top: 460px;
  left: -22px;
  background: url(../images/intro/name_dolores.png) no-repeat;
  width: 287px;
  height: 83px;
  visibility: hidden;
}

#wrap .intro-container .name-01-cover {
  position: absolute;
  top: 460px;
  left: 63px;
  width: 287px;
  height: 83px;
  visibility: hidden;
}

#wrap .intro-container .name-01-cover a {
  display: block;
  width: 100%;
  height: 100%;
}

#wrap .intro-container .name-02 {
  position: absolute;
  top: 460px;
  right: -150px;
  background: url(../images/intro/name_baselrane.png) no-repeat;
  width: 315px;
  height: 82px;
  visibility: hidden;
}

#wrap .intro-container .name-02-cover {
  position: absolute;
  top: 460px;
  right: 50px;
  width: 315px;
  height: 82px;
  visibility: hidden;
}

#wrap .intro-container .name-02-cover a {
  display: block;
  width: 100%;
  height: 100%;
}

#wrap .intro-go-link {
  width: 100%;
  height: 30px;
  text-align: center;
  background-color: #13171b;
}

#wrap .intro-go-link a {
  line-height: 30px;
  text-decoration: none;
  color: #a5a5a5;
}

#wrap .intro-go-link a span {
  color: aqua;
}

#wrap footer {
  width: 100%;
  height: 43px;
  background: url(../images/intro/bg_footer.jpg) no-repeat center;
}
