@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 캐릭터 미리보기 Stylesheet
 * Author - hsa815@hanbitsoft.co.kr 221116
 ------------------------------------------------- */
/* 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%;
  min-width: 1200px;
  height: 100%;
  overflow: hidden;
}

#wrap .intro-container {
  position: relative;
  height: 894px;
  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 .light-01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/intro/delphina_light.png) no-repeat 50% 0;
  height: 100%;
  visibility: hidden;
}

#wrap .intro-container .light-02 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/intro/guardDelphina_light.png) no-repeat 50% 0;
  height: 100%;
  visibility: hidden;
}

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

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

#wrap .intro-container .name-01 {
  position: relative;
  top: 358px;
  left: -22px;
  background: url(../images/intro/name_01.png) no-repeat;
  width: 405px;
  height: 109px;
  visibility: hidden;
}

#wrap .intro-container .name-01-cover {
  position: absolute;
  top: 358px;
  left: -61px;
  background: url(../images/intro/name_01_cover.jpg) no-repeat;
  width: 405px;
  height: 109px;
  visibility: hidden;
}

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

#wrap .intro-container .name-02 {
  position: absolute;
  top: 553px;
  right: -150px;
  background: url(../images/intro/name_02.png) no-repeat;
  width: 405px;
  height: 109px;
  visibility: hidden;
}

#wrap .intro-container .name-02-cover {
  position: absolute;
  top: 553px;
  right: -61px;
  background: url(../images/intro/name_02_cover.jpg) no-repeat;
  width: 405px;
  height: 109px;
  visibility: hidden;
}

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

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