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

.mainImg{
background-image:url(/company/img/main_img.jpg);
}

h1 em{
display: block;
text-shadow: 0px 1px 4px rgba(0,0,0,0.4);
}
h1 span{
display: block;
text-shadow: 0px 1px 4px rgba(0,0,0,0.4);
}

.secImgWrap{
margin-bottom: 0px;
}

.secImg{
height: 600px;
background: url(/company/img/sec_img.jpg);
background-repeat: no-repeat;
background-position: center center;
}

@media screen and (min-width:1600px){
.secImg{
  background-repeat:no-repeat;
  background-size:100% auto;
}
}

@media screen and (max-width:1020px){
.secImg{
  background-size:cover;
  height:300px;
}
}

@media screen and (max-width: 640px) {
.secImg{
  background-size:cover;
  height:200px;
}
}
