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

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: 1200px;
  height: 100%;
  margin: 0 auto;
}

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

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

#evt-container {
  position: relative;
  background: url(../images/bg_contents.jpg) no-repeat 50% 0;
  height: 1769px;
}

#evt-container button {
  background: transparent;
}

#evt-container .login-area-wrap {
  position: relative;
  top: -66px;
}

#evt-container .login-before {
  position: relative;
  background: url(../images/before_login.png) no-repeat;
  width: 1126px;
  height: 147px;
  margin: 0 auto;
}

#evt-container .login-after {
  position: relative;
  background: url(../images/after_login.png) no-repeat;
  width: 1126px;
  height: 147px;
  margin: 0 auto;
}

#evt-container .login-after dl {
  display: inline-block;
  vertical-align: middle;
  margin-top: 40px;
}

#evt-container .login-after dd {
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: Malgun Gothic, "맑은고딕", "돋움", dotum, Helvetica, sans-serif;
}

#evt-container .login-after .my--info-stack {
  width: 90px;
  margin-left: 166px;
}

#evt-container .login-after .my--info-familycrest {
  width: 294px;
  margin-left: 213px;
}

#evt-container .login-after .my--info-btn {
  position: absolute;
  top: 41px;
  right: 45px;
}

#evt-container .login-after .btn--family-change {
  width: 152px;
  height: 51px;
}

#evt-container .login-after .btn--reward-list {
  width: 152px;
  height: 51px;
}

#evt-container .btn--login {
  position: absolute;
  top: 41px;
  right: 78px;
  width: 152px;
  height: 51px;
}

#evt-container .evt-cont01 .table-attend {
  width: 1100px;
  height: 781px;
  margin: 143px auto 0;
}

#evt-container .evt-cont01 .table-attend thead th {
  height: 66px;
}

#evt-container .evt-cont01 .table-attend tbody td {
  position: relative;
  width: 157px;
  height: 235px;
}

#evt-container .evt-cont01 .evt-btn {
  position: absolute;
  top: 171px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/btn/btn_check.png) no-repeat;
  width: 125px;
  height: 34px;
  cursor: default;
}

#evt-container .evt-cont01 .evt-btn.non {
  background: url(../images/btn/btn_non.png) no-repeat;
}

#evt-container .evt-cont01 .evt-btn.reward {
  background: url(../images/btn/btn_reward.png) no-repeat;
  cursor: pointer;
}

#evt-container .evt-cont01 .evt-btn.comp {
  background: url(../images/btn/btn_comp.png) no-repeat;
}

#evt-container .add-benefit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 559px;
  margin: 420px auto 0;
}

#evt-container .add-benefit .evt-btn {
  position: static;
  width: 125px;
  height: 34px;
  background: url(../images/btn/btn_reward.png) no-repeat;
  cursor: pointer;
}

#evt-container .add-benefit .evt-btn.comp {
  background: url(../images/btn/btn_comp.png) no-repeat;
  cursor: default;
}

#evt-container .add-benefit .evt-btn.btn-evt-enter {
  background: url(../images/btn/btn_evt_enter.png) no-repeat;
  cursor: pointer;
}

#evt-container .add-benefit .evt-btn.btn-evt-enter.comp {
  background: url(../images/btn/btn_comp.png) no-repeat;
  cursor: default;
}

#evt-container .evt-linker {
  position: absolute;
  top: 163px;
  left: 33px;
  width: 498px;
  height: 25px;
}

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

/* popup */
.layer--popup {
  position: fixed;
  top: -99999px;
  left: 0;
  right: 0;
  text-align: center;
  overflow: auto;
}

.layer--popup:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.layer--popup.on:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.layer--popup-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.layer--popup-cont {
  background: url(../images/popup/popup_bg.jpg) no-repeat;
  width: 530px;
  height: 650px;
  padding-top: 40px;
  font-family: Malgun Gothic, "맑은고딕", "돋움", dotum, Helvetica, sans-serif;
}

.layer--popup-cont table {
  width: 484px;
  margin: 0 auto;
  font-size: 12px;
  margin-top: 17px;
  border-collapse: collapse;
}

.layer--popup-cont table ::-webkit-scrollbar {
  width: 4px;
}

.layer--popup-cont table ::-webkit-scrollbar-track {
  background: #b8b9b2;
}

.layer--popup-cont table ::-webkit-scrollbar-thumb {
  background: #b23d19;
}

.layer--popup-cont table:after {
  content: '';
  display: table;
  clear: both;
}

.layer--popup-cont table thead {
  float: left;
  width: 484px;
}

.layer--popup-cont table tbody {
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  width: 484px;
  height: 383px;
}

.layer--popup-cont table tr {
  display: table;
  width: 484px;
}

.layer--popup-cont table th {
  height: 41px;
  background: #93612c;
}

.layer--popup-cont table th:first-child {
  border-top-left-radius: 5px;
}

.layer--popup-cont table th:nth-child(2) {
  border-right: 1px solid #2b2828 !important;
  border-left: 1px solid #2b2828 !important;
}

.layer--popup-cont table th:last-child {
  border-top-right-radius: 5px;
}

.layer--popup-cont table td {
  height: 44px;
  color: #000;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

.layer--popup-cont table th:nth-of-type(1),
.layer--popup-cont table td:nth-of-type(1) {
  width: 140px;
}

.layer--popup-cont table th:nth-of-type(2),
.layer--popup-cont table td:nth-of-type(2) {
  width: 200px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.layer--popup-cont table th:nth-of-type(3),
.layer--popup-cont table td:nth-of-type(4) {
  width: 142px;
}

.layer--popup-cont table .nolist {
  width: 484px !important;
  padding: 133px 0;
  text-align: center;
  border-bottom: 0 !important;
}

.layer--popup-cont .paging {
  margin: 16px auto;
  text-align: center;
}

.layer--popup-cont .paging a, .layer--popup-cont .paging strong {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #fff;
}

.layer--popup-cont .paging a:hover, .layer--popup-cont .paging strong:hover {
  color: #fff;
}

.layer--popup-cont .paging strong {
  background: #e59525;
  padding: 3px 8px 4px 8px;
}

.layer--popup-cont .paging button {
  background: transparent;
}

.layer--popup-cont .btn--ok {
  display: inline-block;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.layer--popup-cont .btn--ok:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.layer--popup.on {
  z-index: 9;
  top: 0;
  bottom: 0;
}

.layer--popup.on .layer--popup-cont {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation: openSpace 600ms ease forwards, fromAbove 600ms both;
          animation: openSpace 600ms ease forwards, fromAbove 600ms both;
}

/* animation */
@-webkit-keyframes beat {
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes beat {
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

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

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

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes openSpace {
  to {
    max-height: 650px;
  }
}

@keyframes openSpace {
  to {
    max-height: 650px;
  }
}

@-webkit-keyframes fromAbove {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fromAbove {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
