@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";
}

.event-modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url('/images/event/20260606/back2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-width: 1900px; 
    height: 1200px;
    color: white;
}

.main-content {
    display: block;
}

.icon{
    padding-top: 35vh;
}

.event-modal .fa-remove {
    position: fixed;
    /* color: white; */
    font-size: 23px;
    right: 30px;
    top: 10px;
    cursor: pointer;
}

.main-page {
    text-align: center;
    padding-top: 5vh;
    background-color: #a3070c;
}

.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-weight: bolder;
    color: goldenrod;
}


.main-page .main-title {
    max-width: 95%;
    width: 650px;
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
}

.top-title .top-subtitle p {
    margin-top: 1rem;
    margin-bottom: 0;
    /* text-decoration: underline; */
    font-weight: bold;
    position: relative;
}
.top-title .top-subtitle p::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 106%;
    /* color: white; */
    /* background-color: white; */
    border-bottom: 1px solid;
}

.photo-gallery {
    max-width: 1920px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    
}

.photo-gallery i {
    font-size: 55px;
    margin: 0 60px;
    width: 50px;
    cursor: pointer;
    color: white;
}

.photo-gallery i:hover {
    color: gray;
}

.photo-gallery .main-photo {
    display: none;
}

.photo-gallery .main-photo.active {
    display: block;
}

.text-description,.main-page,.top-title {
    display: none;
}

.text-description.active,.main-page.active,.top-title.active {
    display: block;
}

.top-title.active{
    display: flex;
    margin-top: 3%;
    margin-left: 7%;
    /* color: white; */
}

.text-description.active{
    width: 90%;
    margin: 5% 15%;
    color: darkblue;
}

.photo-gallery .main-photo img {
    width: 64%;
    margin: 3% 18%;
    cursor: none;
}

.photo-gallery .main-photo p {
    /* color: white; */
    text-align: center;
}
