*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

body {
     font-family: 'Noto Sans KR', sans-serif !important;
}

a:hover {
    text-decoration-line: none;
}
p, h3 {
    margin: 0;
}

.bg-1 {
    background-color: #1b213f;
}

.w1700 {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.w1900 {
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.block-img {
    display: block;
    margin: 0 auto;
    max-width: 1700px;
    width: 100%;
}
.event-img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.section-1 {
    position: relative;
    overflow: hidden;
    background-color: #000;
    text-align: center;
}
.s1-title-1 {
    position: absolute;
    top: 25%;
    left: 27%;
    max-width: 410px;
    width: 21.6%;

    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.8s, opacity .6s ;
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
    
}
.s1-title-2 {
    position: absolute;
    top: 23%;
    left: 49.5%;
    max-width: 462px;
    width: 24.3%;

    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.8s, opacity .6s ;
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
    transition-delay: .5s;
}
.s1-badge {
    position: absolute;
    top: 56.5%;
    left: 62%;
    max-width: 151px;
    width: 8%;

	animation: 3.5s flash infinite;
	animation-timing-function: ease;
    animation-delay: .8s;
}
@keyframes flash {
	0% {
		opacity: 1;
	}
    25% {
		opacity: 0.8;
	}
    50% {
		opacity: 1;
	}
    75% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}


#buy-btn {
    display: inline-block;
    font-size: 0;
    position: absolute;
    top: 74.66%;
    left: 26.7%;
    width: 32.8%;
    height: 2.9%;
    cursor: pointer;
}

.section-2 {
    overflow: hidden;
    background-color: #00e6ff;
    text-align: center;
}
.s2-title {
    position: absolute;
    top: 16.6%;
    left: 28.4%;
    max-width: 723px;
    width: 38.5%;

    opacity: 0;
    transform: translateX(-10px);
    transition: transform 0.8s, opacity .6s ;
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
}
.s2-btn {
    position: absolute;
    top: 88.6%;
    left: 57.9%;
    max-width: 384px;
    width: 16.3%;
    height: 6.4%;
    font-size: 0;
}

/* 팝업 스타일 */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px; /* 최대 너비 설정 */
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.popup .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 비율 */
    height: 0;
}
.popup .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.popup-link {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 51%;
    top: 31.4%;
    height: 35.4%;
    cursor: pointer;
}

.section-3 {
    overflow: hidden;    
    background-color: #000000;
    position: relative;
}
.s3-title { 
    position: absolute;
    top: 17%;
    left: 26.8%;
    max-width: 883px;
    width: 46.5%;

    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.8s, opacity .6s ;
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
}
.s3-bottom { 
    position: absolute;
    top: 81.3%;
    left: 26.5%;
    max-width: 883px;
    width: 47%;
    height: 13%;
    background-size: 100%;
    background-repeat: no-repeat;
	animation-timing-function: ease;
}
.bg-off {
    background-image: url(../img/s3-bottom-off.png);
    opacity: 1;
}
.bg-on {
    background-image: url(../img/s3-bottom-on.png);
    opacity: 1;
    animation: bg-flash 5s infinite ease;
}

@keyframes bg-flash {
	0% {
		opacity: 1;
	}
    25% {
		opacity: 0;
	}
    50% {
		opacity: 1;
	}
    75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.check {
    position: absolute;
    max-width: 39px;
    width: 2.3%;

    opacity: 0;
    transform: translateY(0px);
    transition: transform 0.7s, opacity .9s ;
    transform: scale(1.3);
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
}
.c-1 {
    top: 29%;
    left: 45%;
}
.c-2 {
    top: 29%;
    left: 69%;
}
.c-3 {
    top: 42%;
    left: 45%;
}
.c-4 {
    top: 42%;
    left: 69%;
}
.c-5 {
    top: 55%;
    left: 45%;
}
.c-6 {
    top: 55%;
    left: 69%;
}
.c-7 {
    top: 68%;
    left: 45%;
}
.c-8 {
    top: 68%;
    left: 69%;
}

.section-4 {
    overflow: hidden;
    background-color: #00e6ff;
    position: relative;
    margin: 0 auto;
}
.s4-time {
    position: absolute;
    max-width: 77px;
    width: 4%;
    top: 11.6%;
    left: 26%;

    animation: clock 6s linear infinite;
}
@keyframes clock{
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(360deg);
    }
    50% {
        transform: rotate(360deg);
    }
    75% {
        transform: rotate(720deg);
    }
    100% {
        transform: rotate(720deg);
    }
}

.s4-rocket {
    position: absolute;
    max-width: 99px;
    width: 5%;
    top: 15.4%;
    left: 67.7%;

    animation: rocket 1.5s linear infinite;
}
@keyframes rocket{
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(-10px);
    }
    75% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}


.book-wrapper {
    position: absolute;
    top: 31%;
    left: 27%;
    right: 0;
    width: 46%;
    text-align: center;
}
.book-wrapper .bx-wrapper {
    margin: 0 auto;
    background: none;
    border: 0px;
    box-shadow: none;
    position: relative;
    z-index: 14;
}
.book-wrapper .bx-wrapper img {
    position: relative;
    width: 100%;
}
.book-wrapper .bx-wrapper .bx-next {
    position: absolute;
    top: 43.5%;
    right: 0;
    background: none;
    
    display: block;
    margin: 0px auto;
    width: 10%;
    height: 8.5%;
    z-index: 9999;
    font-size: 0;
}
.book-wrapper .bx-wrapper .bx-prev {
    position: absolute;
    top: 43.4%;
    background: none;
    display: block;
    margin: 0px auto;
    width: 10%;
    height: 8.5%;
    z-index: 9999;
    font-size: 0;
}
.bx-wrapper .bx-controls-direction a {
    top: 70px;
}
.bx-wrapper .bx-pager {
    bottom: 10px;
    margin-left: -15px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    display: none;
}

.section-5 {
    position: relative;
    overflow: hidden;
    background-color: #000000;
}

.s5-title { 
    position: absolute;
    top: 19%;
    left: 26.2%;
    max-width: 883px;
    width: 47%;

    opacity: 0;
    transform: translateX(-30px);
    transition: transform 0.8s, opacity .6s ;
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
}

.section-6 {
    overflow: hidden;
    background-color: #00e6ff;
    margin: 0 auto;
    position: relative;
}

.section-7 {
    overflow: hidden;
    background-color: #000000;
    margin: 0 auto;
    position: relative;
}

.s7-notice {
    position: absolute;
    top: 78.5%;
    left: 35.2%;
    width: 17.7%;
    max-width: 301px;

    animation: 3.5s flash infinite;
	animation-timing-function: ease;
    animation-delay: 1s;
}
.s7-btn {
    position: absolute;
    top: 75%;
    left: 54.5%;
    max-width: 384px;
    width: 20%;
    height: 13.3%;
    font-size: 0;

    background-image: url(../img/s7-btn-off.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.s7-btn:hover {
    background-image: url(../img/s7-btn-on.png);
}



#notice-wrap {
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', sans-serif;
    margin: 0 auto;
    /* border: 1px solid #e1e1e1; */
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 0 15px 20px;
    letter-spacing: -0.04em;
}
.h1-box {
    font-size: 28px;
    color: #1a1a1a;
    /* border-bottom: 2px solid #eaeaea; */
    padding: 40px 0 20px;
    text-align: center;
    cursor: pointer;
}
.notice {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    max-width: 1020px;
    margin: 0 auto 20px;
}
.notice h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    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: 15px;
}
.notice-contents li::marker {
    color: #d9534f;
}
.notice-contents p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.5;
    font-weight: 500;
}
.notice-contents b {
    color: #d9534f;
}
.mail-link {
    color: #0275d8;
    text-decoration: none;
}
.mail-link:hover {
    text-decoration: underline;
}
a {
    color: #0275d8;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

@media(max-width:1900px) {
    .book-wrapper .bx-viewport {

    }
}

@media(max-width:1500px) {
    .s2-title {
        margin-bottom: 10%;
    }
    
    .tablink {
      padding: 2.5% 0;
      font-size: 2.4vw;
    }

    .tabcontent {
      padding: 10% 15px;
    }
    
    .thumbnail-img {
        display: block;
        margin: 0 auto 7%;
    }
    .tab-title {
        margin-bottom: 5%;
    }

    #slick-banner .list-wrap {
        font-size: 1.4vw;
        height: 240px;
    }
}

@media(max-width:1200px) {

}

@media(max-width:991px) {
    .block-img {
        width: 180%;
        margin-left: -40%;
    }
    .section-2 {
        padding: 6% 0 12%;
    }
    .section-3 {
        padding: 10% 0;
    }
    .section-4 {
        padding: 6% 0 10%;
    }
    .section-5 {
        padding: 6% 0 10%;
    }
    
    .s1-title-1 {
        top: 26%;
        left: 9.8%;
        width: 37%;
        transform: translateX(-30px);
    }
    .s1-title-2 {
        top: 24%;
        left: 49%;
        width: 42%;
    }
    .s1-badge {
        top: 55.5%;
        left: 71%;
        width: 15%;
    }

    .s2-title {
        top: 16.8%;
        left: 11.8%;
        width: 69%;
    }
    .s2-btn {
        left: 64.2%;
        width: 29.2%;
    }

    .s3-title { 
        left: 8.3%;
        width: 83.5%;
    }
    .s3-bottom { 
        top: 81.2%;
        left: 7.4%;
        width: 84.2%;
    }
    .check {
        width: 7%;
        transform: scale(1.2);
    }
    .c-1, .c-3, .c-5, .c-7 {
        left: 40%;
    }
    .c-2, .c-4, .c-6, .c-8 {
        left: 83.5%;
    }

    .book-wrapper {
        top: 31%;
        left: 9%;
        width: 82%;
        text-align: center;
    }
    .s4-time {
        width: 7%;
        top: 11.6%;
        left: 7.5%;
    }
    .s4-rocket {
        width: 8%;
        top: 15.8%;
        left: 82.2%;
    }
    .s5-title {
        top: 19%;
        left: 11%;
        width: 76%;
        transform: translateX(-30px);
    }
    .s7-notice {
        top: 79%;
        left: 25%;
        width: 30%;
    }
    .s7-btn {
        top: 75%;
        left: 57.5%;
        width: 37%;
        height: 13.3%;
    }
}

/*waypoints*/
.active{
    opacity: 1;
    transform: translateY(0) scale(1);
    transform: translateX(0) rotate(0deg);
}