.book-category { color:#ec864f!important; }
.table-responsive {border:none!important;}
.img-thumbnail{ display: block; margin:0 auto!important; margin-bottom:12px!important; max-height: 350px;}
.ftitle { margin: 0 0 ; color: #333; margin-top: -3px; margin-bottom:15px;}


/* The Modal (background) */
#zoomModal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    padding-top: 120px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 102, 171);
}

/* Modal Content (Image) */
#zoomModal .modal-content {
    margin: auto;
    display: block;
    max-height: none!important;
    max-width: 90%;
}

/* Add Animation - Zoom in the Modal */
#zoomModal .modal-content { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
#zoomModal .close {
    position: absolute!important;
    top: 15px!important;
    right: 35px!important;
    color: #f1f1f1!important;
    font-size: 40px!important;
    font-weight: bold!important;
    transition: 0.3s!important;
}

#zoomModal .close:hover,
#zoomModal .close:focus {
    color: #bbb!important;
    text-decoration: none!important;
    cursor: pointer!important;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    #zoomModal .modal-content {
        width: 100%;
    }
}

a.pp_expand{
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 13px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
    background: url(/img/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px!important;
    height: 28px!important;
}

a.pp_expand:hover {
    background: url(/img/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}

.section2 .exhibition {
    background-image:url('/images/event/20211010/bg.png'); 
    display:flex;
    background-color: #6e0200;
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: 100;
}	
.section2 .col-md-6 div.mainText {
    text-align: center;
    width: 100%;
    padding-left: 180px;
    max-width:1000px;
}	
.section2 .col-md-6 div.mainText p:first-child {
    color:white;
    font-weight:bolder;
    margin-top:60px;
}	
.section2 .col-md-6 div.mainText p:nth-child(2) {
    color:#ffff00;
    font-weight:bolder;
    margin:60px auto 70px;
}	
.section2 .mainText img {
    margin:40px auto 60px;
    display: block;
    max-height:55px;
    max-width: 100%;
}
.section2 .col-md-6 div.mainText a {
    background-color: #f3a75b; 
    color: #99040a; 
    border:0; 
    font-size:13px;
    padding:8px 18px; 
    cursor:pointer;
    display: block;
    width:100px;
    margin:0 auto 20px;
}	
@media only screen and (max-width: 620px) {
    .section2 .exhibition {
        background-image: none;
    }	
    .section2 .col-md-6 div.mainText {
        padding-left: 0;
    }	
    
}

.exhi-sector {
    background-image:url('/images/event/20211230/banner.jpg');
    background-size:cover;
    text-align:center;
    padding:40px 10px 3px;
}

@media only screen and (max-width: 1000px) {
    .exhi-sector {
        background-image: url('/images/event/20211230/back.jpg');
    } 
}

/* first page 영상사진문헌  */
.newsArticle img { /*첫페지 영상문헌 */
    border:0;
    padding: 0;
    border-radius: 0;
    cursor: none;
}
.img-activity {
    border:0!important;
    padding: 0!important;
    border-radius: 0!important;
    cursor: none!important;
}
@media (max-width: 767px) {
    .activity-modal {
        height: 200px;
    }
}
@media (min-width: 768px) {
	.activity-modal {
		width: 100%!important;
	}
}

@media (min-width: 992px) {
	.activity-modal {
		width: 100%!important;
	}
}
.activity-modal img{
    max-width: 85%;
}

.cbp-popup-lightbox-img {
    cursor: none!important;
}
/*  end */