@charset "utf-8";
@font-face {
    font-family: 'WKGOTHIC';
    src: url('/assets/nnrfonts/KPCHOLIM2.TTC') format("opentype");

}

@font-face {
    font-family: 'Gulim';
    src: url('/assets/nnrfonts/malgun.ttf') format("opentype");
}

/* section, td, div, span, tr, label, h1, h2, h3, h4, h5, h6, a {
    font-family: Arial, "WKGOTHIC", "Gulim", "Dotum";
} */

#modal_view.modal{ 
    padding:50px 17px;
     /* font-family: 굴림, Gulim, Verdana, Arial, Helvetica, sans-serif;   */
     font-size: 15px; text-align: justify;
     background-image:  url('/images/event/20260606/photo-back.jpg');
     background-repeat: no-repeat;
     background-size: cover;
 
}
.modal-body{
    padding: 2rem;
    text-indent: 16px;
}

#modal_view .modal-dialog   { 
    width: 100%; 
    height: auto; 
    margin:40px auto; 
    max-width: 700px; 
}
#modal_view .modal-content  { 
    width: 100%; 
    height: auto; 
    border-radius: 15px;
    opacity: 0.5;
    color: darkblue;
    border: 0;
}
#modal_view .modal-title    { font-size: 30px; text-align: center; }

#modal_music .modal-dialog  { max-width: 500px; height: auto; margin:150px auto;}
#modal_music .modal-title    { margin-bottom: 30px; font-size: 20px; }

.event-modal {
    background-image: url('/images/event/20260606/photo-back.jpg');
    background-repeat: no-repeat; 
    background-size: cover;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    max-width: 1900px;
    height: 1000px;
    margin: auto;
    text-indent: 16px;
}

.main-up{
    background-color: #a3070c;
}

.event-modal .main-page .main-content.active,.main-description.active{
    display: block;
}

.event-modal .main-page .main-content,.main-description{
    display: none;
}
.main-description.active{
    width: 90%;
    margin: 0 auto 0;
    padding: 10% 25%;
    text-align: justify;
    color: darkblue;
}

.event-modal .fa-remove {
    position: fixed;
    color: white;
    font-size: 23px;
    right: 30px;
    top: 10px;
    cursor: pointer;
}

.main-page {
    text-align: center;
}

.main-page .main-subtitle {
    float: center;
    margin: auto;
    display: block;
}

.main-page .main-subtitle img {
    max-height: 30px;
    max-width: 80%;
    width: 650px;
}

.main-page .main-subtitle p {
    margin: auto;
    /* font-size: 20px; */
    font-weight: bolder;
    color: goldenrod;
}


.main-page .main-title {
    max-width: 95%;
    width: 650px;
    margin: 0 auto 0;
    display: block;
    padding-bottom: 15px;
    padding-top: 5vh;
    font-size: 50px;
    color: #fdba23;
}

.main-page p.main-title {
    width: 1200px;
}

.main-content {
    margin: 0 auto;
}

.main-page .main-img {
    max-height: 550px;
    width: 100%;
    cursor: pointer;
    margin-left: -16px;
}

.main-description .home-img{
    min-width: 30px;
    width: 1%;
    position: absolute;
    right: 20%;
    bottom: 9%;
    cursor: pointer;
}

.main-page .text-description {
    background-image: url("/images/event/20260606/bottom.jpg");
    width: 100%;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: justify;
    font-size: 13px!important;
    color: white;
    display: flex;
    padding: 15px 0 15px 25%;
}

.main-page .text-description p {
    margin-bottom: 5px;
    color: white;
    font-size: 140%;
    /* position: absolute; */
    margin-left: -300px;
}

.main-page .text-description .classify{
    width: 35%;
}

.main-page .text-description .classify ul li {
    list-style-type: disc!important;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 3px;
}

.main-page .text-description .classify-title{
    display: flex;
}

.main-page .text-description .text-title{
    margin-left: 30px;
}
.main-page .text-description .classify-title img{
    width: 320px;
    height: 25px;
    margin: 10px 5px 0;
}

.img-btn .button {
    background-image: url("/images/event/20260606/photo.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-size: 16px;
    font-weight: bolder;
    cursor: pointer;
    width: 120px;
    height: 34px;
    margin-top: -40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.img-btn .button p{
    padding: 5px;
    color: white;
    margin-left: -16px;
}

.main-page .photo-gallery {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

.main-page .photo-gallery i {
    font-size: 55px;
    margin: 0 60px;
    width: 50px;
    cursor: pointer;
}

.main-page .photo-gallery i:hover {
    color: white;
}

.main-page .photo-gallery .main-photo {
    display: none;
}

.main-page .photo-gallery .main-photo.active {
    display: block;
}


.main-page .photo-gallery .main-photo img {
    max-width: 90%;
    max-height: 580px;
    margin: 0 auto;
    cursor: pointer;
    padding: .25rem;
    background-color: white;
    border: 6px solid #a56b46;
}

.main-page .photo-gallery .main-photo p {
    margin-top: 30px;
    color: white;
    font-size: 14px!important;
}

.bottomimg {
    background-image: url('/images/event/20260606/bottom.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
}