/* ------------------------------------------------------------

  top

------------------------------------------------------------ */
#container .bg {
  width: 100%;
  height: 100%;
  position: fixed;
}
#container .bg img {
  width: auto;
  max-width: 100%;
  height: 100%;
  transition: 1s;
}
#container .bg.action img {
  margin-left: -75%;
}
#container .bg:before {
  width: 400%;
  height: 400%;
  background-image: url(../img/common/noise.png);
  background-repeat: repeat;
  position: absolute;
  top: -200%;
  left: -200%;
  display: block;
  content: '';
  -webkit-animation: grain 8s steps(10) infinite;
  -moz-animation: grain 8s steps(10) infinite;
  -ms-animation: grain 8s steps(10) infinite;
  animation: grain 8s steps(10) infinite;
  z-index: 9;
}
#container .bg:after {
  width: 100%;
  height: 100%;
  background-image: url(../img/common/container-cover-img.png);
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  content: '';
}
#container #fullpage {
  z-index: 99;
}
#container #fullpage .section .secInner {
  margin: 0 auto;
  width: 960px;
  height: 100%;
  position: relative;
}
#container #fullpage #section1 .secInner .img {
  padding-top: 16%;
}
#container #fullpage #section1 .secInner .scroll {
  margin-left: -18px;
  position: absolute;
  left: 50%;
}
#container #fullpage #section2 {
  padding-top: 15%;
}
#container #fullpage #section2 .secInner {
  width: 960px;
}
#container #fullpage #section2 .secInner .img {
  margin-top: 36px;
}
#container #fullpage #section2 .secInner .img:before {
  display: block;
  content: url(../img/top/section-img02.png);
  position: absolute;
  top: 310px;
  left: 186px;
}
#container #fullpage #section2 .secInner .btn {
  position: absolute;
  top: 350px;
  right: 280px;
}
#container #fullpage #section3 {
  padding-top: 15%;
}
#container #fullpage #section3 .secInner {
  width: 960px;
}
#container #fullpage #section3 .secInner .bnr {
  margin: 0 30px;
  display: inline-block;
}
#container #fullpage #section3 .secInner .bnr img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
#container #fullpage #section3 .secInner .bnr img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#container #fullpage #section3 .secInner dl {
  margin-top: 140px;
}
#container #fullpage #section3 .secInner dl dt {
  margin-left: 80px;
  width: 180px;
  float: left;
  margin-bottom: 50px;
}
#container #fullpage #section3 .secInner dl dd {
  width: 700px;
  float: right;
}
#container #fullpage #section3 .secInner dl dd ul li {
  margin-bottom: 1em;
  font-size: 1.2em;
  text-align: left;
  line-height: 1;
}
#container #fullpage #section3 .secInner dl dd ul li .date {
  margin-right: 1em;
}


@media screen and (max-height: 800px) {
  .img_potision{
	 margin-top:-130px; 
	  }
	  
	  #container #fullpage #section2 {
 		 padding-top: 8%;
		}

	  #container #fullpage #section3 .secInner dl{
		  position:relative;
	 margin-top:0; 
	  }
}
