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

#wrap button {
  background: transparent;
}

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

.evt-cont {
  position: relative;
}

.evt-cont .evt-btn {
  -webkit-animation: floating 3s ease-out infinite;
          animation: floating 3s ease-out infinite;
}

.evt-cont .evt-btn:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.evt-cont .btn01 {
  position: absolute;
  top: 1093px;
  left: 262px;
}

.evt-cont .btn02 {
  position: absolute;
  top: 988px;
  left: 312px;
}

.evt-cont .btn03 {
  position: absolute;
  top: 2123px;
  left: 312px;
}

.evt-cont .btn04 {
  position: absolute;
  top: 820px;
  left: 262px;
}

.evt-cont .btn05 {
  position: absolute;
  top: 551px;
  left: 568px;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 300ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 300ms cubic-bezier(0.86, 0, 0.07, 1);
}

.evt-cont .btn05:hover {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.evt-cont .btn06 {
  position: absolute;
  top: 983px;
  left: 11px;
}

.evt-cont .btn07 {
  position: absolute;
  top: 983px;
  left: 558px;
}

.evt-cont .btn-more {
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 9;
}

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

.evt-cont .btn-more01 {
  position: absolute;
  top: 853px;
  left: 479px;
}

.evt-cont .btn-more02 {
  position: absolute;
  top: 853px;
  left: 679px;
}

.evt-cont .evt-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-cont .layer01 {
  position: absolute;
  top: 408px;
  left: 4px;
}

.evt-cont .layer02 {
  position: absolute;
  top: 666px;
  left: 519px;
}

.evt-cont .comming {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 551px;
  left: 568px;
}

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

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

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

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

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

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

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

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

.popup-inner {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup .fail {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.popup .fail .btn-close {
  position: absolute;
  right: 8px;
  width: 37px;
  height: 38px;
}

.popup .success {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.popup .success .btn-close {
  position: absolute;
  top: 60px;
  right: 0;
  width: 37px;
  height: 38px;
}

.popup01 .popup-inner, .popupGift .popup-inner {
  position: fixed;
}

.popupGift.on p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 13px;
}

.popupGift.on::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 3;
}

.popupGift.on.fail .fail {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.popupGift.on.success .success {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.popup05 .popup-cont {
  background: url(../images/popup/bg_popup.jpg) no-repeat;
  width: 560px;
  height: 554px;
  text-align: center;
  padding-top: 90px;
}

.popup05 table {
  width: 460px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  color: #333;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 8px;
}

.popup05 table::after {
  content: '';
  display: table;
  clear: both;
}

.popup05 table thead {
  float: left;
  width: 460px;
}

.popup05 table tbody {
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  width: 460px;
  height: 340px;
}

.popup05 table tr {
  display: table;
  width: 460px;
}

.popup05 table th {
  height: 34px;
  background: #a9510c;
  border-right: 1px solid #c38655;
  border-bottom: 1px solid #c38655;
  color: #fff;
}

.popup05 table td {
  height: 33px;
  border: 1px solid #b8b8b8;
  background: #fff;
}

.popup05 table th:nth-of-type(1), .popup05 table td:nth-of-type(1) {
  width: 98px;
}

.popup05 table th:nth-of-type(2), .popup05 table td:nth-of-type(2) {
  width: 203px;
}

.popup05 table .nolist {
  width: 460px !important;
  padding: 169px 0;
  text-align: center;
}

.popup05 .paging {
  margin: 18px auto 0;
  text-align: center;
}

.popup05 .paging a, .popup05 .paging strong {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 12px;
}

.popup05 .paging strong {
  width: 22px;
  height: 21px;
  line-height: 21px;
  background: #a9510c;
  margin: 0;
  color: #fff;
}

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

@-webkit-keyframes floating {
  0%, 100% {
    -webkit-transform: translate3d(0, -0.6rem, 0);
            transform: translate3d(0, -0.6rem, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.6rem, 0);
            transform: translate3d(0, 0.6rem, 0);
  }
}

@keyframes floating {
  0%, 100% {
    -webkit-transform: translate3d(0, -0.6rem, 0);
            transform: translate3d(0, -0.6rem, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.6rem, 0);
            transform: translate3d(0, 0.6rem, 0);
  }
}
