@charset "utf-8";

/* ----------------------------------------------
 * HanbitSoft Service Development Team
 * 20주년 기념이벤트 Stylesheet
 * Author - spg8116@hanbitsoft.co.kr 20260129
 ------------------------------------------------- */

/* 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: "돋움", 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
-------------------------------------------------------------- */
.irPm {
    display: block;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.irWa {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.blind {
    position: absolute;
    top: 0;
    left: -1000%;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.fL {
    float: left;
}
.fR {
    float: right;
}
.clearFix {
    zoom: 1;
}
.clearFix:after {
    display: block;
    content: "";
    clear: both;
}

/* Styles
-------------------------------------------------------------- */
#wrap {
    position: relative;
    min-width: 1200px;
    max-width: 2000px;
    margin: 0 auto;
}

.inner {
    position: relative;
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

/* youtube video */
.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.video-container .dimmed {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-container .youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1280px;
    min-width: 960px;
    aspect-ratio: 16 / 9;
    z-index: 2;
}
.video-container .youtube .button-close-video {
    background: url(../images/button-close.png) no-repeat 0 0 / contain;
    position: absolute;
    top: 0;
    right: -60px;
    width: 48px;
    height: 48px;
}
.video-container .youtube iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.video-container.hidden {
    display: none;
}

.header {
    background: url(../images/bg-header.jpg) no-repeat 50% 0;
    position: relative;
    height: 939px;
}
.header .button-wrapper {
    position: absolute;
    top: 20px;
    right: 0;
    width: 280px;
    display: flex;
    justify-content: space-between;
}
.header .button-wrapper .button-do-not-show-again-today,
.header .button-wrapper .link-go-home {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 137px;
    height: 32px;
}
.header .button-wrapper .button-do-not-show-again-today {
    background-image: url(../images/do-not-show-again-today.png);
}
.header .button-wrapper .link-go-home {
    background-image: url(../images/home.png);
}

.tab {
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 112px;
}
.tab .inner {
    display: flex;
}
.tab-link {
    flex: 1;
    height: 112px;
}
.event-01 .tab {
    background-image: url(../images/event-01/bg-tab-01.jpg);
}
.event-02 .tab {
    background-image: url(../images/event-02/bg-tab.jpg);
}

.section,
.section-content {
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
}

/* event 01 */
.event-01 .section-01 {
    background-image: url(../images/event-01/bg-section-01.jpg);
    height: 1728px;
    z-index: 2;
}

.event-01 .section-02 {
    background-image: url(../images/event-01/bg-section-02.jpg);
    height: 661px;
    z-index: 1;
}

.event-01 .section-03 {
    background-image: url(../images/event-01/bg-section-03.jpg);
    height: 1293px;
}

.event-01 .section-04 {
    background-image: url(../images/event-01/bg-section-04.jpg);
    height: 1194px;
}

.event-01 .popup {
    position: absolute;
}
.event-01 .popup .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.event-01 .popup .content {
    display: none;
    position: absolute;
    top: 28px;
}
.event-01 .popup:hover .content {
    display: block;
}
.event-01 .popup-01 {
    top: 632px;
    left: 852px;
}
.event-01 .popup-01 .content {
    left: -657px;
}

.event-01 .popup-02 {
    top: 682px;
    left: 852px;
}
.event-01 .popup-02 .content {
    left: -657px;
}

.event-01 .popup-03 {
    top: 819px;
    left: 852px;
}
.event-01 .popup-03 .content {
    left: -404px;
}

.event-01 .popup-04 {
    top: 869px;
    left: 852px;
}
.event-01 .popup-04 .content {
    left: -404px;
}

.event-01 .popup-05 {
    top: 431px;
    left: 573px;
}
.event-01 .popup-05 .content {
    left: -659px;
}

.event-01 .popup-06 {
    top: 360px;
    left: 572px;
}
.event-01 .popup-06 .content {
    left: -659px;
}

.event-01 .popup-07 {
    top: 417px;
    left: 599px;
}
.event-01 .popup-07 .content {
    left: -659px;
}

.event-01 .popup-08 {
    top: 474px;
    left: 599px;
}
.event-01 .popup-08 .content {
    left: -405px;
}

.event-01 .popup-09 {
    top: 531px;
    left: 599px;
}
.event-01 .popup-09 .content {
    left: -405px;
}

.event-01 .popup-10 {
    top: 587px;
    left: 599px;
}
.event-01 .popup-10 .content {
    left: -405px;
}

/* event-02 */
.event-02 .section-content-01 {
    background-image: url(../images/event-02/bg-content-01.jpg);
    height: 780px;
}

.event-02 .section-content-02 {
    background-image: url(../images/event-02/bg-content-02.jpg);
    height: 637px;
}

.event-02 .section-content-03 {
    background-image: url(../images/event-02/bg-content-03.jpg);
    height: 638px;
}

.event-02 .section-content-04 {
    background-image: url(../images/event-02/bg-content-04.jpg);
    height: 637px;
}

.event-02 .section-content-05 {
    background-image: url(../images/event-02/bg-content-05.jpg);
    height: 771px;
    z-index: 2;
}

.event-02 .section-content-06 {
    background-image: url(../images/event-02/bg-content-06.jpg);
    height: 771px;
    z-index: 1;
}

.event-02 .section-content-07 {
    background-image: url(../images/event-02/bg-content-07.jpg);
    height: 418px;
}

.event-02 .section-content-08 {
    background-image: url(../images/event-02/bg-content-08.jpg);
    height: 464px;
}

.event-02 .section-content-09 {
    background-image: url(../images/event-02/bg-content-09.jpg);
    height: 586px;
}

.event-02 .section-content .link-buy-item {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 307px;
    height: 73px;
}
.event-02 .section-content.section-content-01 .link-buy-item {
    top: 670px;
}
.event-02 .section-content.section-content-02 .link-buy-item {
    top: 527px;
}
.event-02 .section-content.section-content-03 .link-buy-item {
    top: 527px;
}
.event-02 .section-content.section-content-04 .link-buy-item {
    top: 525px;
}
.event-02 .section-content.section-content-05 .link-buy-item {
    top: 660px;
}
.event-02 .section-content.section-content-06 .link-buy-item {
    top: 660px;
}
.event-02 .section-content.section-content-07 .link-buy-item {
    top: 340px;
}
.event-02 .section-content.section-content-07 .link-buy-item.link-01 {
    left: 110px;
    transform: translate(0, 0);
    width: 278px;
    height: 44px;
}
.event-02 .section-content.section-content-07 .link-buy-item.link-02 {
    left: 510px;
    transform: translate(0, 0);
    width: 179px;
    height: 44px;
}
.event-02 .section-content.section-content-07 .link-buy-item.link-03 {
    left: 811px;
    transform: translate(0, 0);
    width: 179px;
    height: 44px;
}
.event-02 .section-content.section-content-08 .link-buy-item {
    top: 380px;
    width: 214px;
    height: 47px;
}
.event-02 .section-content.section-content-09 .link-buy-item {
    top: 377px;
    width: 214px;
    height: 47px;
}

.event-02 .section-content .popup {
    position: absolute;
}
.event-02 .section-content .popup .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.event-02 .section-content .popup .content {
    display: none;
    position: absolute;
    top: 32px;
}
.event-02 .section-content .popup:hover .content {
    display: block;
}
.event-02 .section-content.section-content-05 .popup-01 {
    top: 277px;
    left: 252px;
}
.event-02 .section-content.section-content-05 .popup-01 .content {
    left: -148px;
}
.event-02 .section-content.section-content-05 .popup-02 {
    top: 554px;
    left: 571px;
}
.event-02 .section-content.section-content-05 .popup-02 .content {
    left: -229px;
}
.event-02 .section-content.section-content-06 .popup-03 {
    top: 277px;
    left: 185px;
}
.event-02 .section-content.section-content-06 .popup-03 .content {
    left: -148px;
}
.event-02 .section-content.section-content-06 .popup-04 {
    top: 554px;
    left: 701px;
}
.event-02 .section-content.section-content-06 .popup-04 .content {
    left: -229px;
}
.event-02 .section-content.section-content-09 .popup-05 {
    top: 273px;
    left: 315px;
}
.event-02 .section-content.section-content-09 .popup-06 {
    top: 273px;
    left: 443px;
}
.event-02 .section-content.section-content-09 .popup-05 .content {
    top: -970px;
    left: -213px;
}
.event-02 .section-content.section-content-09 .popup-06 .content {
    top: -970px;
    left: -340px;
}

.footer {
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.event-01 .footer {
    background-image: url(../images/event-01/bg-footer.jpg);
    height: 360px;
}
.event-02 .footer {
    background-image: url(../images/event-02/bg-footer.jpg);
    height: 361px;
}

.button-to-top {
    position: fixed;
    bottom: 5%;
    right: 5%;
    background: url(../images/button-top.png) no-repeat 0 0;
    width: 91px;
    height: 96px;
    z-index: 10;
}
