@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * happy halloween Stylesheet
 * Author - moran67@hanbitsoft.co.kr 211021
------------------------------------------------- */
/* CSS Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
small,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
select,
input,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

img,
fieldset,
button {
  border: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  color: #0000ff;
}

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;
}

button {
  background: transparent;
}

/* Reserved Class
-------------------------------------------------------------- */
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.clearFix {
  zoom: 1;
}

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

#wrap {
  overflow: hidden;
  width: 100%;
  min-width: 1200px;
}

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

header {
  background: url(../images/bg_header.jpg) no-repeat 50% 0;
  height: 785px;
}

.contents {
  background: url(../images/bg_contents.jpg) no-repeat 50% 0;
  height: 2804px;
}

.contents span + img {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.contents .more {
  z-index: 1;
  display: block;
  width: 28px;
  height: 25px;
  cursor: pointer;
}

.contents .more:hover + img,
.contents .more:focus + img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.contents .more1 {
  position: absolute;
  top: 888px;
  left: 389px;
}

.contents .more2 {
  position: absolute;
  top: 888px;
  left: 511px;
}

.contents .more3 {
  position: absolute;
  top: 888px;
  left: 633px;
}

.contents .more4 {
  position: absolute;
  top: 1563px;
  left: 286px;
}

.contents .more5 {
  position: absolute;
  top: 1563px;
  left: 407px;
}

.contents .more6 {
  position: absolute;
  top: 1563px;
  left: 684px;
}

.contents .more7 {
  position: absolute;
  top: 1563px;
  left: 958px;
}

.contents a {
  display: block;
  border-radius: 5px;
}

.contents .link {
  width: 172px;
  height: 48px;
}

.contents .link1 {
  width: 332px;
  height: 47px;
  position: absolute;
  top: 1046px;
  left: 435px;
}

.contents .link2 {
  position: absolute;
  top: 1721px;
  left: 243px;
}

.contents .link3 {
  position: absolute;
  top: 1721px;
  left: 579px;
}

.contents .link4 {
  position: absolute;
  top: 1721px;
  left: 852px;
}

.contents .layer1 {
  position: absolute;
  top: 916px;
  left: 265px;
}

.contents .layer2 {
  position: absolute;
  top: 916px;
  left: 388px;
}

.contents .layer3 {
  position: absolute;
  top: 916px;
  left: 509px;
}

.contents .layer4 {
  position: absolute;
  top: 1591px;
  left: 162px;
}

.contents .layer5 {
  position: absolute;
  top: 1591px;
  left: 284px;
}

.contents .layer6 {
  position: absolute;
  top: 1590px;
  left: 561px;
}

.contents .layer7 {
  position: absolute;
  top: 1590px;
  left: 835px;
}

footer {
  background: url(../images/bg_footer.jpg) no-repeat 50% 0;
  height: 441px;
}

.costume-boutique-go {
  position: absolute;
  top: 465px;
  left: 50%;
  margin-left: 637px;
  background: url(../images/btn_costume_boutique_go.png) no-repeat;
  width: 193px;
  height: 189px;
  -webkit-animation: balloon 5s ease-in-out infinite;
          animation: balloon 5s ease-in-out infinite;
}

.costume-boutique-go a {
  display: block;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes balloon {
  0%,
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  50% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
}

@keyframes balloon {
  0%,
  100% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  50% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
}
