<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#index_swiper {
    background-color: #000;

}

#index_swiper.swiper-container {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    position: relative;
}

#index_swiper.swiper-container .swiper-wrapper {
    height: 100%;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-img {
    height: 100%;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-1 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;

}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-2 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .slide-3 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#index_swiper.swiper-container .swiper-wrapper .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.slider-gradient {
    position: relative;
  }

  .slider-gradient::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    height: 150px;
    background: linear-gradient(to bottom,
    rgba(24, 16, 34, 0) 0%,

    rgba(24, 16, 34, 1) 100%
    );
  }




#index_swiper.swiper-container .swiper-wrapper .swiper-slide .bg-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../img/main/bg-dot.png');

}

#index_swiper.swiper-container .swiper-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30%;
    margin: 0 auto;
    z-index: 999999;
}

#index_swiper.swiper-container .swiper-content .content.text-left {
    text-align: left;
}

#index_swiper.swiper-container .swiper-content .content.text-center {
    text-align: center
}

#index_swiper.swiper-container .swiper-content .content.text-right {
    text-align: right;
}

#index_swiper.swiper-container .swiper-content h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

#index_swiper.swiper-container .swiper-content h1 span{
    color: #fff;
    font-size: 0.5em;
    line-height: 60px;
    font-weight: 700;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}


@media(max-width:991px) {
    #index_swiper.swiper-container .swiper-content h1 span{
        display: block;
        color: #fff;
        font-size: 0.5em;
        line-height: 60px;
        font-weight: 700;
        font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    }
}


#index_swiper.swiper-container .swiper-content h2 {
    color: #fff;
    line-height: 60px;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    /* font-style: italic; */
}


#index_swiper.swiper-container .swiper-content .line {
    width: 120px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 30px;
    margin-right: 20px;
}

#index_swiper.swiper-container .swiper-content p {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    /*    font-family: 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;*/
    /*    opacity: 0;*/
}


#index_swiper.swiper-container .swiper-content p.my {
    color: #333;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    padding-top:20px;
    font-family: "Noto Serif KR", serif;
    /*    opacity: 0;*/
}


#index_swiper.swiper-container .swiper-content p.cmt {
    color: #e8d6cc !important;
    font-size: 13px;
    line-height: 29px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    /*    font-family: 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;*/
    /*    opacity: 0;*/
}



#index_swiper.swiper-container .swiper-content p span.lacaltxt{
    line-height: 35px;
    width: 100%;
}


#index_swiper.swiper-container .swiper-content p.ticket_open {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 20px;
}


#index_swiper.swiper-container .swiper-content p span{
    width:100px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
}




#index_swiper.swiper-container .swiper-content p span.btitle{
    display: inline-block;
    width:130px;
    color: #fff;
    font-weight: 800;
}


#index_swiper.swiper-container .swiper-content p span.btitle50{
    display: inline-block;
    width:40px;
    color: #fff;
    font-weight: 800;
}


@media(max-width:991px) {
    #index_swiper.swiper-container .swiper-content p span.btitle{
        display: inline-block;
        width:115px;
        color: #fff;
        font-weight: 800;
    }

    #index_swiper.swiper-container .swiper-content p span.btitle50{
        display: inline-block;
        width:40px;
        color: #fff;
        font-weight: 800;
    }

}


#index_swiper.swiper-container .swiper-content a.btn-default {
    color: #fff;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-weight: 400;

    font-size: 16px;
    padding-top:6px;
    padding-left: 25px;
    text-align: left;
    /* padding: 20px 40px 20px 0px; */
    min-height: 50px;
    min-width: 180px;
    border-radius: 3em;
    display: inline-block;
    border: 1px #fff solid;
    background-color: transparent;
    background-image: none;
    background: url(../../img/main/visual-line.png);
    background-repeat: no-repeat;
    background-position: 85% 50%;

}


#index_swiper.swiper-container .swiper-content a.btn-default.dark {
    color: #fff;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-weight: 500;
color:#6e5f62;
    font-size: 16px;
    padding-top:6px;
    padding-left: 25px;
    text-align: left;
    /* padding: 20px 40px 20px 0px; */
    min-height: 50px;
    min-width: 220px;
    border-radius: 3em;
    display: inline-block;
    border: 1px #6e5f62 solid;
    background-color: transparent;
    background-image: none;
    background: url(../../img/main/visual-line-dark.png);
    background-repeat: no-repeat;
    background-position: 85% 50%;

}




#index_swiper.swiper-container .swiper-content a.btn-small {
    color: #fff;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    font-weight: 400;
margin-left:5px;
    font-size: 12px;
    padding:5px 5px;
    text-align: left;
    /* padding: 20px 40px 20px 0px; */


    border-radius: 3px;
    display: inline-block;
    border: 1px rgba(255,255,255,0.5) solid;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 85% 50%;
    line-height: 1;
    height: 24px;

}


#index_swiper.swiper-container .swiper-content a.btn-small.brown {
    color: #6e5f62;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    font-weight: 800;
margin-left:5px;
    font-size: 12px;
    padding:5px 5px;
    text-align: left;
    /* padding: 20px 40px 20px 0px; */


    border-radius: 3px;
    display: inline-block;
    border: 1px #6e5f62 solid;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 85% 50%;
    line-height: 1;
    height: 24px;

}



#index_swiper.swiper-container .swiper-content a.btn-small.ready {
    color: #999;


}


/*
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 99999999999999999999999;
    display: none;
}
*/
.swiper-button-next {
    /* background-color: rgba(0, 0, 0, 0.3);
    margin-right: 30px; */
    padding: 40px 40px;
    transition: 0.5s;
}

.swiper-button-prev {
    /* background-color: rgba(0, 0, 0, 0.3);
    margin-left: 30px; */
    padding: 40px 40px;
    transition: 0.5s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 40px;
}

/* pagination text style */
.swiper-pagination {
    position: absolute !important;
    /*	top: 590px !important;*/
    bottom: 50px !important;
    right: 60px !important;
    width: auto !important;
    left: auto !important;
    margin: 0 !important;
    z-index: 999999999999999999999999999999999999999999999999999999999999;
}

.swiper-pagination-bullet {
    padding: 5px 0 !important;
    border-radius: 0 !important;
    width: auto !important;
    height: 30px !important;
    text-align: center !important;
    line-height: 30px !important;
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    background-color: transparent !important;
    position: relative !important;
    transition: 0.5s;
    margin-right: 6px !important;
}

.swiper-pagination-bullet:before {
    position: absolute;
    left: 0;
    /*    top: 97px;*/
    margin-top: 30px;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    transition: 0.5s;
}

.swiper-pagination-bullet:hover:before {
    background-color: rgba(255, 255, 255, 1) !important;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    color: rgba(255, 255, 255, 1) !important;
    background-color: transparent !important;
}

.swiper-pagination-bullet-active:before {
    background-color: rgba(255, 255, 255, 1);
}

@media(max-width:991px) {
    #index_swiper.swiper-container .swiper-content .content.text-left {
        text-align: center;
        margin-top: 30%;
    }
    #index_swiper.swiper-container .swiper-content {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center !important;
    }
    #index_swiper.swiper-container .swiper-content h1 {
        word-break: keep-all;
        color: #fff;
        font-size: 36px;
        line-height: 42px;
        font-weight: 900;
        margin-bottom: 12px;
        text-shadow: 0px 0px 2px black;
    }

    #index_swiper.swiper-container .swiper-content h2 {
        color: #fff;
        line-height: 1.5;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Playfair Display', serif;
        font-style: italic;
    }



    #index_swiper.swiper-container .swiper-content h1 br {
        display:none;
    }
    #index_swiper.swiper-container .swiper-content .line {
        width: 120px;
        height: 2px;
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        margin: 0 auto;
        text-align: center;
    }

    #index_swiper.swiper-container .swiper-content p {
        color: #fff;
        font-size: 14px;
        line-height: 29px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
        margin-top: 15px;
        margin-bottom: 20px;
        text-align: center;
        /*    font-family: 'Roboto', 'Noto Sans KR', Tahoma, Geneva, sans-serif;*/
        /*    opacity: 0;*/
    }
    .swiper-button-next {
        display:none;
    }

    .swiper-button-prev {
        display:none;
    }
    .swiper-pagination {
        position: absolute !important;
        text-align: center !important;
        /*	top: 590px !important;*/
        bottom: 100px !important;
        right: 0 !important;
        width: auto !important;
        left: 0 !important;
        margin: 0 !important;
        margin: 0 auto !important;
        z-index: 999999999999999999999999999999999999999999999999999999999999;
        display: none !important;
    }
}

/* pagination text style end */</pre></body></html>