@charset "UTF-8";
/* CSS Document */

:root{
	--fluid-width: 930px;
}
html,
body{
  width: 100%;
  height: 100%;
  margin: 0;
	padding: 0;
  box-sizing: border-box;
	background-color: rgba(238,239,239,1.00);
	font-family: "soc-Bold", Verdana, sans-serif;
}
*,
*:before,
*:after{
  box-sizing: inherit;
}
p{
  margin: 0;
}
#banner{
  position: relative;
  margin: 0 auto;
	width: 100%;
	height: 100%;
  cursor: pointer;
	overflow:  hidden;
}
#banner img{
	top: 180px;
	left: -300px;
	width: 750px;
}
#wrapper-left,
#wrapper-right{
	top: 180px;
	min-width: 150px;
	max-width: 220px;
	width: 100%;
	height: calc(100% - 180px);
	overflow: hidden;
}
#wrapper-left{
	right: 10px;
	padding-left: 20px;
}
#wrapper-right{
	left: 10px;
	padding-right: 20px;
}
#wrapper-left img,
#wrapper-right img{
	width: 100%;
}
#stem,
#ac,
#fv{
	margin-bottom: 2vw;
}
.abs{
	position: absolute;
}
.soc-red{
	color: rgba(240,77,70,1.00);
}
@media (min-width: 1600px) {
	:root{
		--fluid-width: 1260px;
	}
}
