@charset "UTF-8";



#modalCover{ background: rgba(255,255,255,0.8); position: relative; top: 0; left: 0; z-index: 1000; width: 100%; height: 100%; min-height: 100vh; padding: 100px 0; opacity: 0;transition: opacity 250ms cubic-bezier(.50, .0, .50, 1);}

#modalCover.in{ opacity: 1;}

#modalCover .close{ display: inline-block; width: auto; height: 50px; position: fixed; top: 10px; right: 10px; background: #f30; color: #fff;}

#modalContent{ width: 80%; min-height: 200vh; position:relative;  margin:auto;  border: solid 1px #f30;}