@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 화이트데이 이벤트 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr 210311
------------------------------------------------- */
/* 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: 1200px;
  height: 100%;
  margin: 0 auto;
}

#wrap {
  background: url(../images/bg.jpg) no-repeat 50% 0;
  height: 4182px;
}
.header {
  height: 909px;
}
.section {
  padding-top: 218px;
}
.login-wrapper {
  position: relative;
  height: 295px;
}
.beforeLogin {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../images/login.png) no-repeat 50% 0;
  width: 1102px;
  height: 203px;
  margin: 46px auto 0;
}
.beforeLogin .button-login {
  position: absolute;
  top: -1px;
  right: 1px;
  width: 253px;
  height: 200px;
  border: 0;
  background: 0;
  cursor: pointer;
}
.afterLogin {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1102px;
  height: 203px;
  margin: 46px auto 0;
}
.afterLogin .info {
  float: left;
  width: 836px;
  margin-right: 11px;
}
.afterLogin .info .info-inner {
  float: left;
  width: 242px;
  height: 99px;
  text-align: center;
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.afterLogin .info dd {
  font-family: 'NanumSquare', sans-serif;
  font-size: 23px;
  line-height: 1.2;
  color: #000;
}
.afterLogin .button-wrapper .button-change,
.afterLogin .button-wrapper .button-history {
  border: 0;
  background: 0;
  width: 254px;
  height: 94px;
  cursor: pointer;
}
.afterLogin .button-wrapper .button-change {
  margin-bottom: 7px;
}
.content0 {
  height: 872px;
  margin-top: 43px;
  padding-top: 60px;
  box-sizing: border-box;
}
.content0 .button-point {
  display: block;
  border: 0;
  background: 0;
  width: 430px;
  height: 116px;
  margin: 0 auto;
  cursor: pointer;
}
.content1 {
  margin-top: 165px;
}
.reward-wrapper {
  width: 1100px;
  margin: 0 auto;
  padding-top: 267px;
}
.reward-wrapper .gift-container {
  position: relative;
  float: left;
  width: 269px;
  height: 651px;
  margin-left: 8px;
}
.reward-wrapper .gift-container .button-wrapper {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  height: 59px;
}
.reward-wrapper .gift-container .button-wrapper .button-reward,
.reward-wrapper .gift-container .button-wrapper .reward-completed {
  display: block;
  border: 0;
  outline: 0;
  width: 222px;
  height: 59px;
  margin: 0 auto;
  cursor: pointer;
}
.reward-wrapper .gift-container .button-wrapper .button-reward {
  background: url(../images/btn-reward.png) no-repeat 0 0;
}
.reward-wrapper .gift-container .button-wrapper .reward-completed {
  background: url(../images/btn-completed.png) no-repeat 0 0;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup .dimmed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .popup-content.item {
  width: 518px;
  height: 338px;
  background: url(../images/popup.png) no-repeat 0 0;
}
.popup .popup-content.item .img-wrapper {
  padding-top: 47px;
  text-align: center;
}
.popup .popup-content.item .img-wrapper strong {
  display: block;
  font-family: 'NanumSquare', sans-serif;
  font-size: 12px;
  letter-spacing: -0.25px;
  margin-top: 20px;
}
.popup .popup-content.item .button-popup-ok {
  border: 0;
  outline: 0;
  background: 0;
  position: absolute;
  bottom: 59px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 136px;
  height: 50px;
  cursor: pointer;
}
.popup .popup-content.history {
  background: url(../images/bg-history.jpg) no-repeat 0 0;
  width: 530px;
  height: 650px;
  padding-top: 90px;
  box-sizing: border-box;
}
.table-wrapper {
  padding: 0 24px;
  height: 428px;
  overflow-y: auto;
}
table {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
table thead th {
  background: #a63cff;
  height: 48px;
  border-left: 1px solid #8638c0;
}
table thead th:first-child {
  border-radius: 10px 0 0 0;
  border-left: 0;
}
table thead th:last-child {
  border-radius: 0 10px 0 0;
}
table tbody td {
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 36px;
  padding: 0 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}
table tbody td:first-child {
  border-left: 0;
}
table tbody td:last-child {
  border-right: 0;
}
table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
  border-bottom: 0;
  border-left: 0;
}
table tbody tr:last-child td {
  border-bottom: 0;
}
table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
  border-right: 0;
  border-bottom: 0;
}
table tbody td.noHistory {
  height: 88px;
  border-bottom: 0;
  border-radius: 0 0 10px 10px !important;
}
.table1 {
  margin-top: 12px;
}
.button-point-ok {
  border: 0;
  background: 0;
  width: 176px;
  height: 50px;
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}
#popup_wrap .paging {
  margin: 16px auto 0;
  text-align: center;
  font-size: 12px;
}
#popup_wrap .paging a {
  display: inline-block;
  width: 22px;
  height: 21px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  vertical-align: top;
  text-decoration: none;
  border: 0;
}
#popup_wrap .paging a.dir {
  width: 22px;
  height: 21px;
  font-size: 0;
  vertical-align: top;
  line-height: 0;
  border: 0;
}
#popup_wrap .paging a.dir:hover {
  border: 0;
}
#popup_wrap .paging strong {
  display: inline-block;
  width: 22px;
  height: 21px;
  line-height: 21px;
  vertical-align: top;
  border: 0;
}
#popup_wrap .paging a:hover,
.paging strong {
  background: #5c2288;
  border: 0;
  color: #fff !important;
}