@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";
    font-size: 13px;
    color: unset;
}

.navbar-default {
    background-color: white;
    color:black;
    justify-content: center;
}
.navbar-default .navbar-nav>li>a {
    color: black;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #ce4715;
}
.navbar-default .navbar-nav>li.current>a {
    color: #ce4715;
}
.navbar span.subtitle {
    margin-left: 1%;
    margin-top: 9px;
    font-size: 29px;
    color: red;
    text-align: center;
    font-weight: bold;
}

header{
    position: relative;
    height: 100vh;
}

.black_vback{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background-image: url('/assets/exhibition/20240415/back.jpg');
    background-size: cover;
    background-position-y:bottom; 
    background-position-x: center;
    background-repeat: no-repeat;
}

.home-article {
    position: absolute;
    bottom:50px;
    left: 5%;
    width: 50%;
    max-width: 360px;
    background-color: #3c0621;
    opacity: 0.78;
    color: white;
    text-align: left;
    padding:8px 15px 15px;
    border-bottom: 5px solid #db5321;
}
.home-article p {
    margin-bottom: 3px;
    font-size: 12px;
    text-align: justify;
    text-indent: 0!important;
}
.home-article p:first-child {
    margin-bottom: 8px;
}
.home-article .more-article {
    background-color: #db5321;
    padding: 3px 8px;
    cursor: pointer;
}

#news-container {
    padding: 30px;
    padding-top: 100px;
    background-color: #f9f6ff;
}
#news-container .container {
    max-width: 1000px;
    margin: 0 auto;
}
#news-container .news-title {
    font-size: 20px;
    color:#0006ff;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
#news-container .news-title::after{
    content:"";
    width: 50px;
    position: absolute;
    bottom: -7px;
    height: 3px;
    background-color: #db5321;
    left: 50%;
    transform: translateX(-50%);
}

.photo-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.gallery-one {
    min-width: 290px;
    min-height: 270px;
    margin: 10px 15px;
    position: relative;
    border:1px solid #ced5d7;
}
.gallery-one .gallery-image {
    background-size: cover;
    background-position: top center;
    width: 288px;
    height: 180px;
    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-top: 20px;
}
#news-container .subnews li {
    margin: 6px 0;
}
.recent_list.active {
    display: block;
}
.page-nav {
    text-align: right;
}
.page-nav span{
    color:#f36335;
    cursor: pointer;
    padding: 5px;
}
.page-nav span.active{
    color:white;
    background-color: #f36335;

}

#art-container  {
    padding: 40px 0 0;
}
#art-container img {
    max-height: 380px;
}
#art-container .container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
#art-container .art-article {
    max-width: 650px;
    text-align: center;
}
#art-container .art-article .art-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}
#art-container .art-article p {
    margin: 5px;
    line-height: 23px;
    text-align: justify;
    font-size: 13px;
}
#art-container .art-article label {
    color: white;
    background-color: #f36335;
    padding: 5px 50px;
    border-radius: 5px;
    cursor: pointer;
    
}

.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; }


