@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 추석이벤트 Stylesheet
 * Author - moran67@hanbitsoft.co.kr 210916
 ------------------------------------------------- */
/* 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;
}

.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: 1100px;
  height: inherit;
  margin: 0 auto;
}

#wrap button {
  background: transparent;
}

.btn-moonlightCoin {
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.btn-moonlightCoin:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.evt-popup {
  display: none;
}

.evt-popup img {
  width: 90%;
  max-width: 100%;
}

.evt-popup .dimmed {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.evt-popup-cont {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.evt-popup-cont-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.evt-popup-cont .btn-close {
  position: absolute;
  top: 44.85vw;
  left: 22.4vw;
  width: 4.85vw;
  height: 2.2vw;
}

.evt-popup.mb .evt-popup-cont {
  overflow-y: scroll;
}

.evt-popup.mb .evt-popup-cont-inner {
  top: 25%;
  width: auto;
}

.evt-popup.mb .btn-close {
  position: absolute;
  top: 1085px;
  left: 0;
  right: 0;
  width: 117px;
  height: 53px;
  margin: 0 auto;
}

.evt-content .layer {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 800ms cubic-bezier(0.4, 0, 0, 1.5);
  transition: all 800ms cubic-bezier(0.4, 0, 0, 1.5);
}

.evt-content .btn-more {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.evt-content .btn-more:hover + div,
.evt-content .btn-more:focus + div {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

.evt-content01 {
  background: url(../images/bg_content01.jpg) no-repeat 50% 0;
  height: 1205px;
}

.evt-content01 .btn-moonlightCoin {
  top: 999px;
  left: 368px;
}

.evt-content01 .btn-more1 {
  top: 571px;
  left: 675px;
}

.evt-content01 .btn-more2 {
  top: 903px;
  left: 828px;
}

.evt-content01 .layer1 {
  top: 607px;
  left: 492px;
}

.evt-content01 .layer2 {
  top: 930px;
  left: 640px;
}

.evt-content02 {
  background: url(../images/bg_content02.jpg) no-repeat 50% 0;
  height: 1237px;
}

.evt-content02 .btn-moonlightCoin {
  top: 1019px;
  left: 368px;
}

.evt-content02 .btn-more3 {
  top: 611px;
  left: 675px;
}

.evt-content02 .layer3 {
  top: 646px;
  left: 448px;
}

.evt-content03 {
  background: url(../images/bg_content03.jpg) no-repeat 50% 0;
  height: 1322px;
}

.evt-content03 .btn-moonlightCoin {
  top: 1170px;
  left: 368px;
}

.evt-content03 .btn-more4 {
  top: 614px;
  left: 675px;
}

.evt-content03 .layer4 {
  top: 650px;
  left: 497px;
}

.evt-content04 {
  background: url(../images/bg_content04.jpg) no-repeat 50% 0;
  height: 1269px;
}

.evt-content04 .btn-moonlightCoin {
  top: 1057px;
  left: 368px;
}

.evt-content04 .btn-more5 {
  top: 960px;
  left: 340px;
}

.evt-content04 .layer5 {
  top: 986px;
  left: 153px;
}

.evt-content05 {
  background: url(../images/bg_content05.jpg) no-repeat 50% 0;
  height: 622px;
}

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