@font-face {
  font-family: 'Proxima Nova Black';
  src: url('ProximaNova-Black.eot');
  src: url('/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
  url('ProximaNova-Black.woff') format('woff'),
  url('ProximaNova-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  }
  @font-face {
font-family: 'Proxima Nova';
src: url('ProximaNova-Regular.eot');
src: url('ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
url('ProximaNova-Regular.woff') format('woff'),
url('ProximaNova-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	
}
#main
{
  background: #FAFAFA;
  margin: 0 auto;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;

}
.slider-block {
  position: relative;
text-align: center;
background: url('top-bg-ind-mod.png');
background-position: center center;
background-repeat: no-repeat;
width: 100%;
}
.slider-block-in {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 50px;
}
.slide-image-text-index {
font-family: 'Proxima Nova Black';
font-style: normal;
font-weight: 900;
font-size: 36px;
line-height: 121.3%;
text-align: center;
letter-spacing: 0.015em;
color: #000000;
margin: 35px 0;
}
a.gomag {
	padding: 25px;
	font-size: 26px;
	line-height: 26px;
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 600;
	text-align: center;
	color: white;
	background-color: #FF0303;
	text-decoration: none;
	text-transform: uppercase;
	margin: 50px 0;
}