@charset "utf-8";
div.event{
    max-width: 1920px;
    margin: 0 auto;
}
.title{
    background-image: url('/images/event/20260415/banner.jpg');
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding:20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.title img{
    position: absolute;
    top: 15px;
    left: 15px;
    max-height: 80px;
}
.title span.gohome{
    position: absolute;
    right: 10px;
    top: 10px;
    border: 3px solid white;
    border-radius: 30px;
    color: white;
    opacity: 1;
    font-size: 21px;
    padding: 0 5px;
    height: 35px;
    background-color: rgb(0 0 0 / 37%);
    cursor: pointer;
}
.title .toptitle{
    width: max-content;
    padding:20px 180px;
    color: white;
    text-align: center;
    font-size: 29px;
    /* text-shadow: 1px 1px 0 white, 1px -1px 0px #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff; */
}

#myCarousel .carousel-inner div {
    min-height: 210px;
    max-width: 1920px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
#myCarousel p {
    position: absolute;
    color:white ;
    bottom:0;
    padding:10px 40px;
    background-color: #ef782c;
    opacity: 0.8;
    font-size: 19px;
    text-align: center;
    margin-bottom: 0;
}


#myCarousel .carousel-control.right,
.carousel-control.left {
    background-image: none;
}

#myCarousel .glyphicon-chevron-right:before,
.glyphicon-chevron-left:before {
    content: none;
}

#myCarousel .carousel-control i {
    font-size: 22px;
    color: #818181;
    padding: 8px 6px;
    margin:0 10px;
    transform: scaleY(1.5);
}

#myCarousel .carousel-indicators {
    bottom: 10px;
}

#myCarousel .carousel-indicators li {
    border-radius: 10px!important;
    border: 1px solid #564b4b;
    background-color: #564b4b;

}

#myCarousel .carousel-indicators .active {
    background-color: white;
}

#myCarousel .carousel-control {
    background-image: none;
    width: max-content;
    width: -moz-max-content;
    color: black;
    opacity: 1;
    display: flex;
    align-items: center;
}

#myCarousel .glyphicon-chevron-right:before,
.glyphicon-chevron-left:before {
    content: none;
}

#myCarousel i {
    font-size: 20px;
    margin-top: 3px;
}

#news-container {
    text-align: center;
    padding: 30px 0;
}
#news-container .subtitle {
    color: blue;
    width: max-content;
    padding:0 25px 30px 10px;
    font-size: 23px;
    text-align: left;
}
.photo-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.gallery-one {
    min-width: 252px;
    min-height: 222px;
    margin: 0 15px 15px;
    position: relative;
    border:1px solid #ced5d7;
}
.gallery-one .gallery-image {
    background-size: cover;
    background-position: top center;
    width: 250px;
    height: 220px;
    position: absolute;
    top: 0;
}
.gallery-one:hover {
    cursor: pointer;
}
.gallery-one span {
    background-color: #f36335;
    opacity: 0.95;
    padding: 15px 11px;
    position: absolute;
    left: 10px;
    bottom: 70px;
    z-index: 8888;
    color:white;
}
.gallery-one div {
    position: absolute;
    bottom:0;
    background-color: white;
    margin-bottom: 0;
    min-height: 90px;
    width: 100%;
}
.gallery-one div p {
    padding: 0 5px;
    margin: 30px 0px 0px;
    font-size: 13px;
    background-color: white;
}
.recent_list {
    display: none;
    cursor: pointer;
    font-size: 13px;
    min-height: 140px;
    margin: 40px auto;
    text-align: justify;
    max-width: 1100px;
}
#news-container .subnews li {
    margin: 6px 0;
}
.recent_list.active {
    display: block;
}
.page-nav {
    text-align: right;
    margin-right: 40px;
}
.page-nav span{
    color:#f36335;
    cursor: pointer;
    padding: 3px 5px;
}
.page-nav span.active{
    color:white;
    background-color: #f36335;

}


.modal                      { z-index: 99999999999; padding:50px 17px; font-family: 굴림, Gulim, Verdana, Arial, Helvetica, sans-serif;  font-size: 15px; text-align: justify;background-color: #f5c9d6 !important;}
#modal_view .modal-dialog   { width: 100%; height: auto; margin:0 auto; max-width: 900px; }
#modal_view .modal-content  { width: 100%; height: auto; padding: 20px 0 10px; }
#modal_view .modal-title    { font-size: 32px; text-align: center; margin: 40px auto 30px;}
#modal_view .modal-body  .table>tbody>tr>td {
    border-top: 0;
}
#modal_view .modal-body  .table>tbody>tr>td p {
    /* margin-bottom: 20px; */
}
.table-responsive {
    border: none!important;
}
/* #modal_view .modal-article p   { text-indent: 15px;} */

#modal_music .modal-dialog  {  max-width: 500px; height: auto; margin:50px auto;}
#modal_music .modal-title    { margin-bottom: 30px; font-size: 20px; }


#scrollUp {
    bottom: 20px;
    font-size: 30px;
    line-height: 45px;
    right: 25px;
    width: 50px;
    font-weight: bold;
    border: none;
    color: white;
    background-color: black;
    border-radius: 50px; 
    text-align: center;
    height: 50px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    opacity: 0.6;
}
#scrollUp:hover { opacity: 1; }

@media (max-width: 1000px) {
    .title img {
        display: none;
    }
    .title .toptitle {
        padding: 20px 10px;
    }
}

