@charset "utf-8";

/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 커플레벨 & 등급 확장  Stylesheet
 * Author - spg8116@hanbitsoft.co.kr 20251224
 ------------------------------------------------- */

/* 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
-------------------------------------------------------------- */
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: 1100px;
    height: 100%;
    margin: 0 auto;
}
.btnHome {
    position: absolute;
    z-index: 100;
    top: 41px;
    right: 0;
    width: 120px;
    height: 46px;
}

.header {
    background: url(../images/bg-header.jpg) no-repeat 50% 0;
    position: relative;
    height: 1099px;
}

.nav {
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 74px;
}
.nav .nav-content {
    display: flex;
    width: 1100px;
    margin: 0 auto;
}
.nav .nav-content .nav-item {
    flex: 1 1 0;
    height: 74px;
}
.event-01 .nav {
    background-image: url(../images/event-01/nav.jpg);
}
.event-02 .nav {
    background-image: url(../images/event-02/nav.jpg);
}
.event-03 .nav {
    background-image: url(../images/event-03/nav.jpg);
}

.section {
    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: 575px;
}

.event-01 .section-02 {
    background-image: url(../images/event-01/bg-section-02.jpg);
    height: 1550px;
}
.event-01 .section-02 .popup {
    position: absolute;
    top: 369px;
}
.event-01 .section-02 .popup .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 34px;
    cursor: pointer;
}
.event-01 .section-02 .popup .content {
    display: none;
    background: url(../images/popup/popup-ring-box.png) no-repeat 0 0;
    position: absolute;
    top: 36px;
    left: -35px;
    width: 124px;
    height: 145px;
}
.event-01 .section-02 .popup .content img {
    position: absolute;
    top: 42px;
    left: 17px;
    width: 80px;
}
.event-01 .section-02 .popup.popup-01 {
    left: 322px;
}
.event-01 .section-02 .popup.popup-02 {
    left: 603px;
}
.event-01 .section-02 .popup.popup-03 {
    left: 886px;
}
.event-01 .section-02 .popup:hover .content {
    display: block;
}

.event-01 .section-03 {
    background-image: url(../images/event-01/bg-section-03.jpg);
    height: 748px;
}

.event-01 .section-04 {
    background-image: url(../images/event-01/bg-section-04.jpg);
    height: 1114px;
}

.event-01 .section-05 {
    background-image: url(../images/event-01/bg-section-05.jpg);
    height: 909px;
}
.event-01 .section-05 .link-love-party {
    position: absolute;
    bottom: 118px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 734px;
    height: 66px;
}

.event-01 .section-06 {
    background-image: url(../images/event-01/bg-section-06.jpg);
    height: 985px;
}
.event-01 .section-06 .link-check-ranking {
    position: absolute;
    bottom: 263px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 455px;
    height: 66px;
}

/* event 02 */
.event-02 .section-01 {
    background-image: url(../images/event-02/bg-section-01.jpg);
    height: 2014px;
}
.event-02 .section-01 .popup {
    position: absolute;
    top: 778px;
    left: 605px;
}
.event-02 .section-01 .popup .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.event-02 .section-01 .popup .content {
    display: none;
    background: url(../images/popup/popup06.png) no-repeat 0 0;
    position: absolute;
    top: 36px;
    left: -39px;
    width: 124px;
    height: 145px;
}
.event-02 .section-01 .popup .content img {
    position: absolute;
    top: 42px;
    left: 17px;
    width: 80px;
}
.event-02 .section-01 .popup:hover .content {
    display: block;
}

.event-02 .section-02 {
    background-image: url(../images/event-02/bg-section-02.jpg);
    height: 1134px;
}
.event-02 .section-02 .link-apply-event {
    position: absolute;
    bottom: 198px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 455px;
    height: 65px;
}

/* event 03 */
.event-03 .section-01 {
    background-image: url(../images/event-03/bg-section-01.jpg);
    height: 364px;
}

.event-03 .section-02 {
    background-image: url(../images/event-03/bg-section-02.jpg);
    height: 1227px;
}

.event-03 .section-03 {
    background-image: url(../images/event-03/bg-section-03.jpg);
    height: 581px;
}

.event-03 .section-04 {
    background-image: url(../images/event-03/bg-section-04.jpg);
    height: 1206px;
    z-index: 1;
}
.event-03 .section-04 .button-vm {
    background: transparent;
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 173px;
    height: 52px;
}
.event-03 .section-04 .popup {
    position: absolute;
    top: 550px;
}
.event-03 .section-04 .popup .content {
    display: none;
    background: url(../images/popup/POPUP04.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 290px;
    width: 543px;
    height: 1398px;
}
.event-03 .section-04 .popup .content .button-close {
    background: transparent;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 33px;
    height: 49px;
}
.event-03 .section-04 .popup.open .content {
    display: block;
}

.event-03 .section-05 {
    background-image: url(../images/event-03/bg-section-05.jpg);
    height: 2370px;
}

.event-03 .section-06 {
    background-image: url(../images/event-03/bg-section-06.jpg);
    height: 445px;
}
.event-03 .section-06 .link-couple-point {
    position: absolute;
    top: 232px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 580px;
    height: 65px;
}

.event-03 .section-07 {
    background-image: url(../images/event-03/bg-section-07.jpg);
    height: 378px;
}

.event-03 .section-08 {
    background-image: url(../images/event-03/bg-section-08.jpg);
    height: 423px;
    z-index: 1;
}
.event-03 .section-08 .button-grade {
    background: transparent;
    position: absolute;
    top: 212px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 580px;
    height: 66px;
}
.event-03 .section-08 .popup {
    position: absolute;
    top: 270px;
}
.event-03 .section-08 .popup .content {
    display: none;
    background: url(../images/popup/POPUP05.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 240px;
    width: 672px;
    height: 1012px;
}
.event-03 .section-08 .popup .content .button-close {
    background: transparent;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 33px;
    height: 49px;
}
.event-03 .section-08 .popup.open .content {
    display: block;
}

.event-03 .section-09 {
    background-image: url(../images/event-03/bg-section-09.jpg);
    height: 1044px;
}

.event-03 .section-10 {
    background-image: url(../images/event-03/bg-section-10.jpg);
    height: 836px;
}

.footer {
    /* background: #3b3b3b; */
    /* height: 549px; */
    background: url(../images/bg-footer.jpg) no-repeat 50% 0;
    height: 803px;
}
.footer > div {
    padding: 90px 0 0;
}
.footer h3 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -0.8px;
    color: #9a9a9a;
    text-align: center;
    background: url(../images/notice.png) no-repeat 50% 0;
    width: 100px;
    height: 25px;
    margin: 0 auto;
    padding-bottom: 27px;
}
.footer ol {
    counter-reset: numbering;
}
.footer ol li {
    font-size: 19px;
    line-height: 31px;
    letter-spacing: -1px;
    color: #979fd1;
    text-align: center;
}
.footer ol li::before {
    counter-increment: numbering;
    content: counters(numbering, "") ". ";
}
.footer ol li a {
    font-size: 17px;
    font-weight: bold;
    color: #6174e7;
    text-decoration: underline;
    /* font-style: italic; */
}
.footer ol li span {
    font-size: 16px;
    color: #4d582e;
}
.footer .copyright {
    border-top: 1px solid #7c7c7c;
    background: #3b3b3b;
    padding: 44px 0;
}
.footer .copyright p {
    font-family: "돋움", dotum, sans-serif;
    width: 1019px;
    font-size: 12px;
    color: #949494;
    text-align: center;
    margin: 0 auto;
}

.button-to-top {
    position: fixed;
    bottom: 5%;
    right: 5%;
    background: url(../images/button-top.png) no-repeat 0 0;
    width: 177px;
    height: 177px;
    z-index: 10;
}
