@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 수호자 루의 황소 패키지 Stylesheet
 * Author - moran67@hanbitsoft.co.kr 210107
------------------------------------------------- */
/* 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;
}

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

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

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

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

.evt-container {
  background: url(../images/bg_contents.jpg) no-repeat 50% 0;
  height: 2035px;
  font-family: 'NanumSquare' ,Malgun Gothic, "맑은고딕", "돋움", dotum, Helvetica, sans-serif;
}

.evt-container .char-list {
  position: absolute;
  top: 555px;
}

.evt-container .char-list li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  text-align: center;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.evt-container .char-list li:first-child {
  margin-left: 0;
}

.evt-container .char-list li:nth-child(4), .evt-container .char-list li:nth-child(9) {
  margin-left: 4px;
}

.evt-container .char-list li:hover {
  -webkit-transform: translateY(-5%) rotateY(360deg);
          transform: translateY(-5%) rotateY(360deg);
}

.evt-container .char-list li.rotate {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.evt-container .char-list span {
  display: block;
  margin-top: 10px;
  color: #fff;
  text-shadow: #000 0 2px 2px;
  -webkit-animation: pulse 1.8s linear infinite;
          animation: pulse 1.8s linear infinite;
}

.evt-container .char-list a {
  display: block;
}

.evt-container button {
  background: transparent;
}

.evt-container .btn-buy {
  width: 359px;
  height: 77px;
}

.evt-container .btn-buy a {
  display: block;
  width: 100%;
  height: 100%;
}

.evt-container .btn-buy01 {
  position: absolute;
  top: 1646px;
  left: 2px;
}

.evt-container .btn-buy02 {
  position: absolute;
  top: 1646px;
  left: 373px;
}

.evt-container .btn-buy03 {
  position: absolute;
  top: 1646px;
  left: 743px;
}

.evt-container .btn-more {
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.evt-container .btn-more01 {
  position: absolute;
  top: 1137px;
  left: 573px;
}

.evt-container .btn-more02 {
  position: absolute;
  top: 1137px;
  left: 683px;
}

.evt-container .btn-more03 {
  position: absolute;
  top: 1137px;
  left: 943px;
}

.evt-container .btn-more04 {
  position: absolute;
  top: 1137px;
  left: 1053px;
}

.evt-container .btn-more05 {
  position: absolute;
  top: 1294px;
  left: 833px;
}

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

.evt-container .layer {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.2s, transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.2s, transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.evt-container .layer01 {
  position: absolute;
  top: 1162px;
  left: 416px;
}

.evt-container .layer02 {
  position: absolute;
  top: 1162px;
  left: 527px;
}

.evt-container .layer03 {
  position: absolute;
  top: 1162px;
  left: 786px;
}

.evt-container .layer04 {
  position: absolute;
  top: 1162px;
  left: 896px;
}

.evt-container .layer05 {
  position: absolute;
  top: 1318px;
  left: 676px;
}

.evt-container .caution {
  position: absolute;
  top: 1866px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}

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

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
