@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 가을출석이벤트 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr 20251113
------------------------------------------------- */
/* 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;
    color: #333;
}

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

.cont01 {
    background: url(../images/bg01.jpg) no-repeat 50% 0;
    height: 3985px;
}
.cont02 {
    background: url(../images/bg02.jpg) no-repeat 50% 0;
    height: 2374px;
}
.header {
    height: 909px;
}
.section {
    padding-top: 178px;
}
.login-wrapper {
    position: relative;
    height: 295px;
}
.beforeLogin {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../images/login.png) no-repeat 50% 0;
    width: 1102px;
    height: 203px;
    margin: 44px 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: 43px;
    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: 789px;
    margin-top: 43px;
    padding-top: 105px;
    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: 287px;
}
.reward-wrapper .gift-container {
    position: relative;
}
.reward-wrapper .gift-container .button-wrapper {
    position: absolute;
    width: 170px;
    height: 59px;
}
.reward-wrapper .gift-container .btn-hover {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
}
.reward-wrapper .gift-container .button-wrapper .button-reward,
.reward-wrapper .gift-container .button-wrapper .reward-completed {
    display: block;
    border: 0;
    outline: 0;
    width: 170px;
    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;
}
/* 버튼-더보기 */
.btn-hover.hover01 {
    top: 215px;
    right: 127px;
}
.btn-hover.hover02 {
    top: 754px;
    right: 445px;
}
.btn-hover ~ img {
    display: none;
    position: absolute;
    z-index: 10;
}
.btn-hover:hover + img {
    display: block;
}
.btn-hover.hover01 + img {
    top: 240px;
    right: -25px;
}
.btn-hover.hover02 + img {
    top: -110px;
    right: 295px;
}

/* 버튼-보상받기 */
.button-wrapper.btn01 {
    top: 340px;
    left: 80px;
}
.button-wrapper.btn02 {
    top: 340px;
    left: 465px;
}
.button-wrapper.btn03 {
    top: 340px;
    left: 840px;
}
.button-wrapper.btn04 {
    top: 1015px;
    left: 80px;
}
.button-wrapper.btn05 {
    top: 1015px;
    left: 465px;
}
.button-wrapper.btn06 {
    top: 1015px;
    left: 840px;
}
/* 팝업 */
.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: 242px;
    background: url(../images/popup.png) no-repeat 0 0;
}
.popup .popup-content.item .img-wrapper {
    padding-top: 18px;
    text-align: center;
}
.popup .popup-content.item .img-wrapper strong {
    display: block;
    font-family: "NanumSquare", sans-serif;
    font-size: 15px;
    letter-spacing: -0.25px;
    margin-top: 20px;
    font-weight: bold;
}
.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: #c53b11;
    height: 48px;
    border-left: 1px solid #e06928;
}
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: #942600;
    border: 0;
    color: #fff !important;
}

/* footer */
.footer {
    background: url(../images/bg-footer.jpg) no-repeat 50% 0;
    width: 100%;
    height: 383px;
}

/* btn area */
.btn_more {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 9;
    font-size: 0;
}

.btn_more + img {
    position: absolute;
    opacity: 1;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.btn_more:hover + img,
.btn_more:focus + img {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.more01 {
    top: 775px;
    left: 525px;
}
.popup01 {
    top: 700px;
    left: 554px;
}
.more02 {
    top: 1257px;
    left: 507px;
}
.popup02 {
    top: 1187px;
    left: 534px;
}
.more03 {
    top: 1617px;
    left: 923px;
}
.popup03 {
    top: 1647px;
    left: 674px;
}
