@charset "UTF-8";

#loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
#loader p img {
    width: 100px;
}
@media screen and (max-width: 520px) {
#loader p img {
    width: 40%;
    max-width: 100px;
}
}
#loader p {
    margin-bottom: 2em;
}
.loaddoc {
    width: 50%;
}
#bar {
	width: 100%;
	height: 5px;
	font-size: 1px;
    line-height: 0;
}
#bar span {
	display: block;
	width: 0;
	height: 5px;
	background: #eee;
}
