@charset "utf-8";

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 가든이벤트 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr 20250626
----------------------------------------------- */

/* 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: 1100px;
    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;
    width: 100%;
    height: 864px;
}

.tab {
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 72px;
    z-index: 2;
}
.tab .inner {
    display: flex;
}
.tab .inner .tab-link {
    width: 50%;
    height: 72px;
}
.event-01 .tab {
    background-image: url(../images/bg-tab-01.jpg);
}
.event-02 .tab {
    background-image: url(../images/bg-tab-02.jpg);
}

.section {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.section .inner {
    height: 100%;
}

.event-01 .section-01 {
    background-image: url(../images/bg-section-01.jpg);
    height: 1530px;
}

.event-01 .section-02 {
    background-image: url(../images/bg-section-02.jpg);
    height: 608px;
}

.event-01 .section-03 {
    background-image: url(../images/bg-section-03.jpg);
    height: 1202px;
    z-index: 1;
}
.event-01 .section-03 .button-vm {
    background: transparent;
    position: absolute;
    top: 580px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 142px;
    height: 51px;
}
.event-01 .section-03 .popup {
    display: none;
    background: url(../images/POPUP.png) no-repeat 0 0;
    position: absolute;
    top: 620px;
    left: 50%;
    transform: translate(-47%, 0);
    width: 526px;
    height: 1385px;
}
.event-01 .section-03 .popup .button-close {
    background: transparent;
    position: absolute;
    top: 0;
    right: 5px;
    width: 23px;
    height: 35px;
}
.event-01 .section-03 .popup.open {
    display: block;
}

.event-01 .section-04 {
    background-image: url(../images/bg-section-04.jpg);
    height: 2582px;
}
.event-01 .section-04 .link-couple-point {
    position: absolute;
    top: 2440px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 385px;
    height: 54px;
}

.event-01 .section-05 {
    background-image: url(../images/bg-section-05.jpg);
    height: 956px;
}

.event-01 .section-06 {
    background-image: url(../images/bg-section-06.jpg);
    height: 842px;
}

.event-02 .section-01 {
    background-image: url(../images/event-02/bg-section-01.jpg);
    height: 2278px;
}

.event-02 .section-02 {
    background-image: url(../images/event-02/bg-section-02.jpg);
    height: 4889px;
}
.event-02 .section-02 .button-popup {
    background: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 385px;
    height: 54px;
}
.event-02 .section-02 .button-popup.button-popup-01 {
    top: 1514px;
}
.event-02 .section-02 .button-popup.button-popup-02 {
    top: 2106px;
}
.event-02 .section-02 .button-popup.button-popup-03 {
    top: 3007px;
}

.event-02 .section-02 .popup {
    display: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.event-02 .section-02 .popup .button-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 35px;
    cursor: pointer;
    z-index: 1;
}
.event-02 .section-02 .popup .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.event-02 .section-02 .popup.popup-01 {
    background-image: url(../images/event-02/POPUP1.png);
    top: 875px;
    width: 1037px;
    height: 614px;
}
.event-02 .section-02 .popup.popup-01 .content img {
    width: 205px;
}
.event-02 .section-02 .popup.popup-02 {
    background-image: url(../images/event-02/POPUP2.png);
    top: 1747px;
    width: 1037px;
    height: 334px;
}
.event-02 .section-02 .popup.popup-02 .content img {
    width: 205px;
}
.event-02 .section-02 .popup.popup-03 {
    background-image: url(../images/event-02/POPUP3.png);
    top: 2369px;
    width: 583px;
    height: 614px;
}
.event-02 .section-02 .popup.popup-03 .content img {
    width: 205px;
}

.footer {
    background: #6d7f45;
    /* height: 549px; */
}
.footer > div {
    padding: 90px 0 40px;
}
.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: 101px;
    height: 24px;
    margin: 0 auto;
    padding-bottom: 27px;
}
.footer ol {
    counter-reset: numbering;
}
.footer ol li {
    font-size: 16px;
    line-height: 31px;
    letter-spacing: -1px;
    color: #bbcf8d;
    text-align: center;
}
.footer ol li::before {
    counter-increment: numbering;
    content: counters(numbering, "") ". ";
}
.footer ol li a {
    font-size: 17px;
    font-weight: bold;
    color: #dbf997;
    text-decoration: underline;
    font-style: italic;
}
.footer ol li span {
    font-size: 16px;
    color: #4d582e;
}
.footer .copyright {
    border-top: 1px solid #8b9b65;
    background: #6d7f45;
    padding: 44px 0;
}
.footer .copyright p {
    font-family: "돋움", dotum, sans-serif;
    width: 1019px;
    font-size: 12px;
    color: #aec184;
    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: 148px;
    height: 144px;
    z-index: 10;
}
