@charset "utf-8";

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 2025 화이트데이 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr 20250313
----------------------------------------------- */

/* 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: underline;
    color: #0000ff;
}
button,
label {
    cursor: pointer;
}
button:focus {
    outline: 0;
}
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: 0;
    line-height: 0;
    text-indent: -9999px;
}
.irWa {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.blind {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.fL {
    float: left;
}
.fR {
    float: right;
}
.clearFix {
    zoom: 1;
}
.clearFix:after {
    clear: both;
    display: block;
    content: "";
}

/* Styles
-------------------------------------------------------------- */
body {
    font-family: "맑은 고딕", Malgun Gothic, dotum, Helvetica, sans-serif;
}
#wrap {
    position: relative;
    width: 100%;
    min-width: 1200px;
    max-width: 2000px;
    margin: 0 auto;
}
.inner {
    position: relative;
    width: 1210px;
    margin: 0 auto;
}
.btnHome {
    position: absolute;
    z-index: 100;
    top: 41px;
    right: 55px;
    width: 120px;
    height: 46px;
}

.header {
    position: relative;
    background: url(../images/bg-header.jpg) no-repeat 50% 0;
    width: 100%;
    height: 1039px;
    z-index: 1;
}
.header .inner {
    height: 100%;
}

@keyframes float {
    0% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -20px);
    }
    100% {
        transform: translate(-50%, 0);
    }
}

.header .character {
    background: url(../images/character.png) no-repeat 0 0;
    position: absolute;
    top: 165px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 580px;
    height: 1104px;
    animation: float 4s ease-in-out infinite;
}
.header .period {
    background: url(../images/period.png) no-repeat 0 0;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 806px;
    height: 65px;
}

.tab {
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 100%;
    height: 83px;
}
.tab-inner {
    width: 1100px;
    margin: 0 auto;
}
.tab-list {
    display: flex;
    justify-content: space-between;
}
.tab-link {
    position: relative;
    display: block;
    width: 548px;
    height: 83px;
    z-index: 1;
}
.tab-link.active {
    pointer-events: none;
}
.event01 .tab {
    background-image: url(../images/tab-01.png);
}
.event02 .tab {
    background-image: url(../images/tab-02.png);
}

.section,
.section-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.section .inner {
    height: 100%;
}

.event01 .section-01 {
    background-image: url(../images/event01/bg-section-01.jpg);
    height: 1203px;
}
.event01 .section-02 {
    background-image: url(../images/event01/bg-section-02.jpg);
    height: 3221px;
}

.event01 .popup {
    position: absolute;
    top: 1004px;
    left: 429px;
}
.event01 .popup .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.event01 .popup .content {
    display: none;
    background: url(../images/event01/popup_01.png) no-repeat 0 0;
    position: absolute;
    top: -56px;
    left: 50px;
    width: 189px;
    height: 161px;
}
.event01 .popup .content img {
    position: absolute;
    top: 16px;
    left: 43px;
}
.event01 .popup:hover .content {
    display: block;
}

.event02 .section-content-01 {
    background-image: url(../images/event02/bg-content-01.jpg);
    height: 1747px;
}
.event02 .section-content-02 {
    background-image: url(../images/event02/bg-content-02.jpg);
    height: 1730px;
}

.event02 .button-open-modal {
    background: 0;
    position: absolute;
    top: 1067px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 451px;
    height: 62px;
}

.event02 .popup {
    display: none;
    position: absolute;
    top: 1000px;
    left: 50%;
    transform: translate(-50%, 0);
}
.event02 .popup .button-close {
    background: 0;
    position: absolute;
    top: 0;
    right: 4px;
    width: 34px;
    height: 42px;
    z-index: 1;
}
.event02 .popup .content {
    background: url(../images/event02/popup_01.png) no-repeat 0 0;
    position: absolute;
    top: -735px;
    left: 50%;
    transform: translate(-46%, 0);
    width: 465px;
    height: 786px;
}

.event02 .link-event-couple-dance {
    position: absolute;
    top: 1448px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 451px;
    height: 62px;
}

.footer {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: #7a74cc;
    /* background-image: url(../images/bg-footer.jpg); */
    /* height: 608px; */
}
.footer > div {
    width: 1200px;
    /* width: 950px; */
    margin: 0 auto;
    /* padding: 90px 0 40px; */
    /* padding: 110px 0 40px; */
    padding: 70px 0;
}
.footer h3 {
    /* font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: #fff;
  text-align: center; */
    background: url(../images/footer-notice-text.png) no-repeat 50% 0;
    width: 89px;
    height: 20px;
    margin: 0 auto;
    padding-bottom: 27px;
}
.footer ol {
    counter-reset: numbering;
}
.footer ol li {
    display: table;
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: -0.07em;
    color: #c5c2f9;
    text-align: center;
    word-break: keep-all;
    margin: 9px auto;
}
.footer ol li::before {
    counter-increment: numbering;
    content: counters(numbering, "") ". ";
    /* display: table-cell;
  padding-right: 8px; */
}
.footer ol li a {
    font-size: 15px;
    color: #e8ada1;
    text-decoration: none;
    font-style: italic;
    padding-left: 13px;
}
.footer ol li span {
    display: block;
    font-size: 16px;
    color: #595959;
}
.footer .copyright {
    border-top: 1px solid #a49fe5;
    background: #7a74cc;
    font-family: "돋움", dotum, sans-serif;
    /* width: 1019px; */
    font-size: 12px;
    color: #c5c2f9;
    text-align: center;
    padding: 44px 0;
    margin: 0 auto;
}

.button-to-top {
    position: fixed;
    bottom: 5%;
    right: 5%;
    background: url(../images/button-top.png) no-repeat 0 0;
    width: 183px;
    height: 132px;
    z-index: 10;
}
