@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://font.elice.io/css?family=Elice+DX+Neolli');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	word-break: keep-all;
}

body {
	 font-family: 'Noto Sans KR', 'Pretendard Variable', sans-serif;
     line-height: 1.5;
     background-color: #080808;
}

a:hover {
	text-decoration-line: none;
}
p, h3 {
    margin: 0;
}

#special-event {
    position: relative;
}
.w1400 {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.w1700 {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.w1900 {
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.block-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    pointer-events : none;
}

.section-1 {
    position: relative;
    overflow: hidden;
    background-color: #080808;
    background: linear-gradient(180deg, #4b2424 0%, #2a1616 21%, #080808 60%);
    text-align: center;
}

.s1-title {
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 68%;
    max-width: 1358px;
    opacity: 0;
    transform: translate3d(0, 50px, 0) scale(.7);
    transition-timing-function: ease !important;
}
.s1-sub-btn {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 807px;
    width: 40%;
    opacity: 0;
    animation: flash 2.2s forwards ease;
    animation-delay: 1.2s;
}
@keyframes flash { 0% { opacity: 0; } 20% { opacity: 1; } 40% { opacity: 0; } 60% { opacity: 1; } 80% { opacity: 0; } 100% { opacity: 1; } }

.fp-btn-wrap {
    position: absolute;
    top: 57.6%;
    width: 81.6%;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    font-size: 0;
    max-width: 1543px;
}
.fp-btn-wrap img {
    width: 100%;
}
.fp-btn {
    position: relative;
    z-index: 998;
    transition: opacity 0.3s ease;
    opacity: 1;
}
.fp-btn-on {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.fp-btn-on:hover {
    opacity: 1;
}

.dna-btn-wrap {
    position: absolute;
    top: 63.5%;
    width: 38.3%;
    height: 10.7%;
    left: 51.3%;
    font-size: 0;
}

.event-time-text {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 60px;
    color: #ffffff;
    font-weight: 800;
    z-index: 9996;
}

.event-d-day-wrap {
    position: absolute;
    top: 85.4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 51%;
    transform: translate(0, -50%);
}
#d-day {
    font-size: 70px;
    color: #ffffff;
    font-family: 'Pretendard Variable';
    font-weight: bold;
}
#d-day span {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 18.3%;
}
#d-day .days {
    left: 0%;
}
#d-day .hours {
    left: 27.3%;
}
#d-day .minutes {
    left: 54.6%;
}
#d-day .seconds {
    left: 81.9%;
}

.section-2 {
    position: relative;
    overflow: hidden;
    background-color: #080808;
    text-align: center;
    padding: 3% 0;
}

.card-row {
    font-size: 0;
    padding: 0 15px 2%;
    max-width: 1140px;
    margin: 0 auto;
}
.card-row a {
    font-size: 0;
}
.card-row img {
    border-radius: 20px;
}
.card-row img:hover {
    outline: 2px solid #ffffff;
}

.card-row a:first-child img {
    margin-right: 2%;
}
.card-40 {
    width: 42.5%;
    max-width: 630px;
}
.card-60 {
    width: 55.3%;
    max-width: 820px;
}

.s2-t1, .s2-t2, .s2-t3 {
    position: absolute;
    left: 29.2%;
    width: 41.7%;
    max-width: 792px;
}
.s2-t1 {
    top: 13%;

    transform: translate3d(0, 20%, 0);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.s2-t2 {
    top: 22%;
    transform: translate3d(0, 20%, 0);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
.s2-t3 {
    top: 34%;
    transform: translate3d(0, 20%, 0);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.section-3 {
    position: relative;
    overflow: hidden;
    background-color: #080808;
    text-align: center;
    padding: 3% 0;
}

.section-4 {
    position: relative;
    overflow: hidden;
    background-color: #080808;
}

.review-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 0;
}
.review-block {
    display: inline-block;
    width: 48%;
    margin: 1%;
    vertical-align: top;
}
.review-block .small-review {
    width: 46.5%;
}
.review-block .small-review:first-child {
    margin-right: 7%;
}


.section-5 {
    position: relative;
    overflow: hidden;
    background-color: #080808;
    text-align: center;
    padding-bottom: 100px;
}

.faq-list-wrap {
    border-radius: 20px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.faq-item {
    position: relative;
    background-color: #242424;
    border-radius: 20px;
    padding: 0 20px;
    list-style: none;
    margin-bottom: 20px;
}
.btn-faq {
    background: none;
    border: none;
    display: block;
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding: 20px;
    line-height: 1.5;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Pretendard Variable';
}

.btn-faq::before {
    content: "+";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    text-align: center;
    font-size: 22px;
    font-family: 'Pretendard Variable';
}
.faq-item.active .btn-faq::before {
    content: "-";
}

.faq-content {
    padding: 4px 20px 25px;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    text-align: left;
    line-height: 1.6;
}
.faq-item.active .faq-content {
    opacity: 1;
    transform: translateY(0);
}

.section-7 {
    position: relative;
    overflow: hidden;
    background-color: #f6f6f6;
    text-align: center;
}

/* 리뷰 세로 롤링 */
.book-slick {
    margin: 0 auto;
    text-align: center;
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.book-slick .slick-list {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    z-index: 9997;
}
.book-slick .list-wrap {
    display: inline-block;
    width: 48%;
}
.book-slick .list-wrap:first-child {
    margin-right: 1.2%;
}
.book-slick .list-wrap img {
    width: 100%;
}
.book-slick .list-wrap img:hover {
    outline: 2px solid #ffffff;
    border-radius: 20px;
}

.book-slick .slick-center {
    opacity: 1;
}

.slick-arrow {
    z-index: 9999;
}
.slick-prev {
    left: 28%;
}
.slick-next {
    right: 28%;
}
.slick-next, .slick-prev  {
    top: 49.5%;
    width: 40px;
    height: 11%;
}
.slick-next:before, .slick-prev:before {
    font-size: 40px;
}


#notice-wrap {
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', sans-serif;
    margin: 0 auto;
    /* border: 1px solid #e1e1e1; */
    background-color: #000000;
    padding: 0 15px 20px;
    letter-spacing: -0.04em;
    border-top: 1px solid #ffffff;
}
.h1-box {
    font-size: 28px;
    color: #ffffff;
    /* border-bottom: 2px solid #eaeaea; */
    padding: 40px 0 20px;
    text-align: center;
    cursor: pointer;
}
.notice {
    padding: 20px;
    background-color: #000000;
    border: 1px solid #ffffff;
    border-radius: 5px;
    max-width: 1020px;
    margin: 0 auto 20px;
}
.notice h2 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
}
.notice-contents {
    list-style: none;
    padding: 0;
}
.notice-contents li {
    margin-bottom: 15px;
    list-style: square;
    line-height: 1.5;
    margin-left: 18px;
}
.notice-contents li::marker {
    color: #ff5d5d;
}
.notice-contents p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 500;
}
.notice-contents b {
    color: #ff5d5d;
}
.notice-contents b.red {
    color: #ff5d5d;
}
.notice-contents a {
    color: #ffc107;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #ffc107;
}


@media(min-width:1921px) {
    
}

@media(min-width:992px) {
    
}

@media(max-width:1921px) {
    #d-day {
        font-size: 56px;
        color: #ffffff;
    }
    .w1400 {
        max-width: 1140px;
    }
    .card-row {
        max-width: 960px;
    }
    .book-slick {
        max-width: 960px;
    }
    .review-wrapper {
        max-width: 960px;
    }
    .faq-list-wrap {
        max-width: 940px;
    }
    .notice {
        max-width: 940px;
    }
}

@media(max-width:1700px) {
    .review-slick .list-wrap {
        padding: 30px 25px 20px;
        min-height: 380px;
        font-size:1rem;
    }
}
@media(max-width:1400px) {
    .event-time-text {
        font-size: 4.3vw;
    }
    #d-day span {
        font-size: 5vw;
    }
}
@media(max-width:1080px) {
    .book-slick .list-wrap {
        opacity: 1;
    }
    .slick-prev {
        left: 25px;
    }
    .slick-next {
        right: 28px;
    }
}


@media(max-width:992px) {
    .section-3 .block-img { 
        width: 160%;
        margin-left: -12%;
    }
    .section-4 .block-img { 
        width: 160%;
        margin-left: -12%;
    }
    .section-5 .block-img { 
        width: 160%;
        margin-left: -12%;
    }
    .section-2 {
        padding-bottom: 10%;
    }
    .section-4 {
        padding-bottom: 5%;
    }

    #notice-wrap {
        padding: 0 15px 5px;
    }
    .h1-box {
        font-size: 20px;
        padding: 20px 0 20px;
        margin: 0;
    }
    .notice h2 {
        font-size: 16px;
    }
    .notice-contents li {
        margin-bottom: 5px;
        margin-left: 15px;
    }
    .notice-contents p {
        font-size: 14px;
    }
}
@media(max-width:767px) {
    .section-1 .block-img { 
        width: 116%;
        margin-left: -8%;
    }
    .s1-title {
        top: 6%;
        width: 80%;
    }
    .s1-sub-btn {
        top: 55.5%;
        width: 50%;
    }
    .fp-btn-wrap {
        width: 94.2%;
        top: 57.2%;
    }
    .event-time-text {
        font-size: 5.3vw;
    }
    .event-d-day-wrap {
        width: 59%;
    }
    #d-day span {
        font-size: 5.6vw;
        line-height: 1.6;
    }

    .card-row a img {
        margin-bottom: 5%;
    }
    .card-row a:first-child img {
        margin-right: 0;
    }
    .card-40 {
        width: 100%;
    }
    .card-60 {
        width: 100%;
    }
    .review-block {
        display: inline-block;
        width: 100%;
        margin: 0 0 5%;
        vertical-align: top;
    }
    .section-5 {
        padding-bottom: 7%;
    }
    .btn-faq {
        font-size: 14px;
        padding: 20px;
    }
    .btn-faq::before {
        font-size: 18px;
    }
    .faq-content {
        font-size: 14px;
    }
}

@media(max-width:467px) {

}

/*waypoints*/
.active{
    opacity: 1;
    transform: translateY(0) scale(1);
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}