@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	word-break: keep-all;
    font-family: 'Noto Sans KR', sans-serif;
}

body {
	 font-family: 'Noto Sans KR', sans-serif;
}

a:hover {
	text-decoration-line: none;
}
p, h3 {
    margin: 0;
}

#special-event {
    position: relative;
}

.w996 {
    max-width: 996px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0 0 670px;
}
.w1700 {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.w1900 {
    max-width: 1900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.block-img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.section-1 {
    position: relative;
    overflow: hidden;
    background-color: #050120;
    text-align: center;
}

#slide-btn {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 10.2%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.section-2 {
    position: relative;
    overflow: hidden;
    background-color: #050120;
    text-align: center;
}

.section-3 {
    position: relative;
    overflow: hidden;
    background-color: #f8fdff;
    text-align: center;
}
.section-3 .w1700 {
    background-color: #f8d9b0;
}
.section-4 {
    position: relative;
    overflow: hidden;
    background-color: #0c0435;
}

.section-4 div a {
    display: block;
    font-size: 0;
}

.btn-wrap-1, .btn-wrap-2, .btn-wrap-3, .btn-wrap-4, .btn-wrap-5 {
    display: block;
    margin: 0 auto;
    max-width: 1700px;
}

.section-5 {
    position: relative;
    overflow: hidden;
    background-color: #f8fdff;
    text-align: center;
}
.section-6 {
    background-color: #050120;
    position: relative;
    overflow: hidden;
}
.section-7 {
    background-color: #1f0e73;
    position: relative;
    overflow: hidden;
}

.review-wrap {
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 15px;
}
.review-img {
    max-width: 1900px;
}

/* 리뷰 세로 롤링 */
#slick-banner {
    margin: 0 auto;
    text-align: center;
}
#slick-banner .slick-list {
    max-width: 996px;
    margin: 0 auto;
    overflow: hidden;
}
#slick-banner .list-wrap {
    height: 290px;
    width: 100% !important;
    color: #e3dafe;
    font-size: 23px;
    letter-spacing: -1px;
    font-weight: 500;
    display: table;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

#slick-banner .list-wrap p {
    display: table-cell;
    vertical-align: middle;
    word-break: keep-all;
    padding: 20px 10px;
}

.slick-cloned.slick-center {transform:scale(1) !important;}

#slick-banner .list-wrap .nickname {
    font-weight: 300;
    display: inline-block;
    margin-top: 5px;
}


#notice-wrap {
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', sans-serif;
    margin: 0 auto;
    /* border: 1px solid #e1e1e1; */
    background-color: #050120;
    padding: 0 15px 20px;
    letter-spacing: -0.04em;
    border-top: 1px solid #e3dafe;
}
.h1-box {
    font-size: 28px;
    color: #e3dafe;
    /* border-bottom: 2px solid #eaeaea; */
    padding: 40px 0 20px;
    text-align: center;
    cursor: pointer;
}
.notice {
    padding: 20px;
    background-color: #050120;
    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: 15px;
}
.notice-contents li::marker {
    color: #aeabfa;
}
.notice-contents p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 500;
}
.notice-contents b {
    color: #aeabfa;
}
.mail-link {
    color: #ffffff;
    text-decoration: none;
}
.mail-link:hover {
    text-decoration: underline;
}
a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

@media(max-width:1700px) {
    
}

@media(max-width:1500px) {
    #slick-banner .list-wrap {
        font-size: 1.4vw;
        height: 240px;
    }
}

@media(max-width:992px) {
    .section-1 .block-img { 
        width: 170%;
        margin-left: -35%;
    }

    .section-2 .block-img { 
        width: 160%;
        margin-left: -30%;
    }

    .section-3 .block-img { 
        width: 170%;
        margin-left: -35%;
    }
    .section-4 .block-img { 
        width: 170%;
        margin-left: -35%;
    }
    .section-5 .block-img { 
        width: 160%;
        margin-left: -30%;
    }
    .section-7 .block-img { 
        width: 160%;
        margin-left: -30%;
    }

    #slick-banner .slick-list {
        width: 97%;
    }
    #slick-banner .list-wrap {
        font-size: 2vw;
        height: 220px;
    }
    #slick-banner .list-wrap p {
        padding: 20px 0px;
    }
    .review-img {
        width: 176%;
        margin-left: -38%;
    }
    

    #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;
    }

    .apply-time-box {
        max-width: 100%;
        border-radius: 0;
        gap: 1rem;
        padding: 1rem;
    }
    
    .aside-txt {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }
    .aside-txt p {
        font-size: .9rem;
    }
    .event-d-day-wrap-3 {
        font-size: .9rem;
    }
    
    .aside-btn {
        width: 12rem;
        height: 3rem;
        padding: 0.5em;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: -0.32px;
    }
}
@media(max-width:769px) {

}

@media(max-width:577px) {
    #slick-banner .list-wrap {
        font-size: 12px;
        height: 180px;
    }


}

