
.mainframe              { max-width: 1920px; margin:0 auto; font-family: 굴림, Gulim, Verdana, Arial, Helvetica, sans-serif;  font-size: 15px;background-image: url(/images/event/20200815/bg.jpg);
    background-size: contain;  background-position: center top;background-repeat: no-repeat; }

p                       { margin-bottom: 7px; }
hr                      { margin-top:0!important;margin-bottom: 40px!important; margin-left: inherit; border-color:  #4372ad;}

 .lib_title .sub_title  {margin-top:10px; margin-bottom: 80px; font-size:20px;color:#012495;font-weight: bold;}

.lib_group              { padding: 30px 10% 20px; overflow: auto; }
.titlegroup             { color: #fb0404;font-size: 25px; font-weight: bold; margin-bottom: 0px;text-align: left;}

.lib_struggle .substruggle      { float: left; width: calc( 50% - 15px );}
.struggle_article               { margin-right: 30px;  }
.lib_struggle_li  div                   {width: 12px;height: 12px;background-color: transparent;border-radius: 12px;text-align: center;cursor: pointer;float: left; border:1px solid grey; margin-left: 7px;}
.lib_struggle_li  div.active            {background-color: grey;}
.lib_struggle_li  div:first-child       {margin-left: calc( 50% - 40px )}


.lib_episode .subep     { width: 50%;float: left; }

.lib_music .submusic    { width: 50%;float: left; }

.lib_music .video_1     { width: 100%; height: 270px; background-repeat: no-repeat; background-size: cover; background-position: center center; max-width: 478px; min-width: 270px; padding-top: 40px;}
.lib_music .video_2     { width: 40%; height: 100px; background-repeat: no-repeat; background-size: cover; background-position: center center; max-width: 150px; min-width: 150px; float: left;padding-top: 20px; margin-right: 10px; margin-top: 20px; margin-bottom: 20px;}
.lib_music .video_3     { width: 40%; height: 100px; background-repeat: no-repeat; background-size: cover; background-position: center center; max-width: 150px; min-width: 150px; float: left; padding-top: 20px; margin-top: 20px; margin-bottom: 20px;}

 ul li                  { list-style-type: disc!important; text-align:left;cursor: pointer;font-size: 18px; margin-bottom: 3px;}

.photo-delta            { height: 200px; background-size: contain; background-repeat: no-repeat; background-position: center center; border:1px solid #dee2e6;}
.owl-dot                { display: none; }

#modal_music strong     { font-size: 21px!important; }

.mclose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: black!important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor:pointer;
    opacity: 0.7;
}

/* #myModal table { margin: 0 auto; height: 500px;}*/

#myModal table {
    border: none;
    background-color:transparent;
    text-align:center;
} 
#myModal table td { height: 500px; vertical-align: middle; width: 25%; max-width: 700px; height: 500px; }
/* mymodal */
#myModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #590000; /* Fallback color */
}

/* Modal Content (image) */
#myModal .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    /* max-width: 700px; */
    height: 500px;
    vertical-align:middle;
}

/* Caption of Modal Image */
#myModal #caption {
    margin: auto;
    display: block;
    text-align: center;
    color: #ccc;
    padding: 10px 0 0 0;
    /* height: 150px; */
    font-size: 13px;
}
/* The Close Button */
.close{
    position: absolute;
    top: 15px;
    right: 35px;
    color: white!important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor:pointer;
}
.close:hover, .mclose:hover{
    text-decoration: none;
    cursor:pointer;
}
.modal                      { padding:50px 17px; font-family: 굴림, Gulim, Verdana, Arial, Helvetica, sans-serif;  font-size: 15px; text-align: justify;}
#modal_view .modal-dialog   { width: 100%; height: auto; margin:0 auto; max-width: 900px; }
#modal_view .modal-content  { width: 100%; height: auto; }
#modal_view .modal-title    { font-size: 32px; text-align: center; }

#modal_music .modal-dialog  { max-width: 500px; height: auto; margin:50px auto;}
#modal_music .modal-title    { margin-bottom: 30px; font-size: 20px; }


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 720px){
    #myModal .modal-content {
        width: 100%;
    }
    #myModal {
        padding: 0; padding-top: 70px;
    }

}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 900px){
    .lib_episode .subep     { width: 100%;float: left; }
    .lib_music .submusic    { width: 100%;float: left;  }
    .lib_struggle .substruggle      { width: 100%;margin: 0!important;}
    .struggle_article               { margin-top: 20px; margin-left: 10%; }

}

#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; }