#p_prldr{
	position: fixed;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	background: #fff;
	z-index: 30;
}
 
.contpre small{
	font-size:25px;
}
 
.contpre{
	width: 250px;
	height: 100px;
	position: absolute;
	left: 50%;top: 48%;
	margin-left:-125px;
	margin-top:-75px;
	color:#fff;
	font-size:40px;
	letter-spacing:-2px;
	text-align:center;
	line-height:35px;
}
 
#p_prldr .svg_anm {
	position: absolute;
	width: 300px;
	height: 300px;
	background: url(/items/logo.png) center center no-repeat;
	background-size:300px;    
	margin: -150px 0 0 -150px;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Roboto-Regular.ttf'); /* IE9 Compat Modes */
  src: local(''),      
       url('../fonts/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
body {
	padding: 0px;
	margin: 0px;
}
.work {
	background-color: #ededed !important;
	background-image:url('/items/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
	font-family: 'roboto';
	font-weight: 200;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000000;
}
.work-logo {
	display: block;
	max-width:20%;
}
.work-text {
	color: #000000;
	font-size: 2.4rem;
	margin-top: 3rem;
}
@media (max-width: 1200px) {
	.work-logo {
		min-width:40% !important;
		max-width:45% !important;						
	}
	.work-text {
		font-size: 3rem !important;
		margin-top: 4rem !important;
	}
}
@media (max-width: 650px) {
	.work-logo {
		min-width:50% !important;
		max-width:55% !important;						
	}
	.work-text {
		font-size: 3rem;
		margin-top: 4rem !important;
	}
}
@media (max-width: 350px) {
	.work-logo {
		min-width:60% !important;
		max-width:65% !important;						
	}
	.work-text {
		font-size: 3rem;
		margin-top: 4rem !important;
	}
}