@charset "UTF-8";
/* CSS Document */


	/*@media screen and (max-width: 980px) {*/
  /*@media (min-width: 768px) and (max-width: 979px) {*/
  /*@media screen and (max-width: 768px) {*/
.top-eco {
  background: #1db7ae;
  height: 480px;

  background-image: url('/ep/topmost_images/eco_bg.jpg') ;
  background-position: center center;
  background-repeat: no-repeat;
}
.top-eco-content{
  width: 1240px;
  margin: 0 auto;
  position: relative;
  /*-webkit-background-size: cover;
  background-size: cover;*/
}
.top-eco-inner {
  height: 480px;
  background: #1db7ae url('/ep/topmost_images/eco_bg_color.png');
  width: 370px;
  padding-left: 10px;
  max-width: 380px;
}

.top-eco-txtarea{
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .top-eco-inner,
  .top-eco-txtarea {
    width: 31%;
    max-width: 370px;
  }
  .top-eco-inner img {
    width: 100%;
  }
  .top-eco-content {
    width: 100%;
  }

  .top-eco-txtarea {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .top-eco-inner,
  .top-eco-txtarea {
    width: 45%;
  }
  .top-eco-btn img {
    width: 50%;
  }
}

.top-eco-logo {
  margin-bottom: 10px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .top-eco-inner,
  .top-eco-txtarea {
    width: 150px;
  }
  .top-eco-aqua {
    margin: 10px 0;
  }
  .eco_text  {
    display: none;
  }
  .top-eco {
    -webkit-background-size: cover;
    background-size: cover;
    /*background-position: center bottom;*/
  }
  .top-eco,
  .top-eco-inner {
    height: 200px;
  }

  .top-eco-logo img,
  .top-eco-aqua img {
    width: 145px;
  }
  .top-eco-btn img {
    width: 100px;
  }
  .top-eco-logo {
    padding-top: 10px;
  }
}

.eco_text {
  color: #fff;
  font-size: 14px;
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
}
