@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 지표방어이벤트 Stylesheet
 * Author - moran67@hanbitsoft.co.kr 201217
------------------------------------------------- */
/* 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: none !important;
  color: #333 !important;
}

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
-------------------------------------------------------------- */
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

.clearFix {
  zoom: 1;
}

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

body {
  width: 100%;
  height: 100%;
  background: #000;
}

#wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}

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

#wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

#evt-container {
  position: relative;
  height: 100%;
}

#evt-container button {
  background: transparent;
}

#evt-container .evt-cont01 {
  background: url(../images/bg_content01.jpg) no-repeat 50% 0;
  height: 1540px;
}

#evt-container .evt-cont02 {
  background: url(../images/bg_content02.jpg) no-repeat 50% 0;
  height: 2143px;
}

#evt-container .evt-cont02 .btn-show {
  position: absolute;
  bottom: 110px;
}

#evt-container .evt-cont02 .btn-show:hover {
  -webkit-animation: hover_pop 600ms linear 1;
          animation: hover_pop 600ms linear 1;
}

#evt-container .evt-cont02 .btn-show02 {
  left: 559px;
}

#evt-container .evt-cont03 {
  background: url(../images/bg_content03.jpg) no-repeat 50% 0;
  height: 799px;
}

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

footer ul {
  padding-top: 122px;
  text-align: center;
}

footer li {
  font-family: 'Nanum Gothic' ,Malgun Gothic, "맑은고딕", "돋움", dotum, Helvetica, sans-serif;
  font-size: 16px;
  color: rgba(255, 226, 215, 0.4);
  line-height: 24px;
}

footer li:nth-child(2) {
  padding-top: 29px;
}

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

/* popup */
.popup {
  opacity: 0;
  visibility: hidden;
}

.popup.on {
  opacity: 1;
  visibility: visible;
}

.popup01 .popup-inner {
  z-index: 3;
  position: absolute;
  top: -1721px;
  left: 68px;
}

.popup01 img:last-child {
  padding-top: 89px;
}

.popup02 .popup-inner {
  z-index: 3;
  position: absolute;
  top: -429px;
  left: 68px;
}

.dimmed {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

/* animation */
@-webkit-keyframes hover_pop {
  0% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate3d(-3%, -2%, 0) skew(4deg, 0deg);
            transform: scale(1, 1.06) translate3d(-3%, -2%, 0) skew(4deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate3d(3%, 2%, 0) skew(-4deg, 0deg);
            transform: scale(1, 0.94) translate3d(3%, 2%, 0) skew(-4deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate3d(1%, -1%, 0) skew(-1deg, 0deg);
            transform: scale(1, 1.03) translate3d(1%, -1%, 0) skew(-1deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate3d(-1%, 1%, 0) skew(1deg, 0deg);
            transform: scale(1, 0.97) translate3d(-1%, 1%, 0) skew(1deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
}
@keyframes hover_pop {
  0% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate3d(-3%, -2%, 0) skew(4deg, 0deg);
            transform: scale(1, 1.06) translate3d(-3%, -2%, 0) skew(4deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate3d(3%, 2%, 0) skew(-4deg, 0deg);
            transform: scale(1, 0.94) translate3d(3%, 2%, 0) skew(-4deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate3d(1%, -1%, 0) skew(-1deg, 0deg);
            transform: scale(1, 1.03) translate3d(1%, -1%, 0) skew(-1deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate3d(-1%, 1%, 0) skew(1deg, 0deg);
            transform: scale(1, 0.97) translate3d(-1%, 1%, 0) skew(1deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
}
