/* body,
html {
  width: 100%;
  height: 100%;
  background: #0a0a0a;
  margin: 0;
} */

img {
  /* max-width: 100%; */
  height: auto;
}
#pop1, #pop2, #pop3{
  width: 100%;
  max-width: 235px;
}
#pop1 {
  background: url('../images/revision-news1-off.png')no-repeat;
  background-size: contain;
  height: 234px;
  position: relative;
}

#pop2 {
  background: url('../images/revision-news2-off.png')no-repeat;
  background-size: contain;
  height: 234px;
  position: relative;
}

#pop3 {
  background: url('../images/revision-news3-off.png')no-repeat;
  background-size: contain;
  height: 234px;
  position: relative;
}
#pop1:hover{
  background: url('../images/revision-news1-on.png')no-repeat;
  background-size: contain;
  width: 235px;
  height: 234px;
}
#pop2:hover{
  background: url('../images/revision-news2-on.png')no-repeat;
  background-size: contain;
  width: 235px;
  height: 234px;
}
#pop3:hover{
  background: url('../images/revision-news3-on.png')no-repeat;
  background-size: contain;
  width: 235px;
  height: 234px;
}
@media screen and (max-width:768px){
  #pop1, #pop2, #pop3{
    width: calc(100% / 3);
    height: 150px;
    background-size: contain;
    background-position: 50% 50%;
  }
  .popStart{
    width: 115px;
    height: 117px;
  }
}
.pop {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.pop .popArea {
    width: 55%;
    max-width: 749px;
    height: 500px;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1070;
    border: 2px solid #3eedff;
}

.popStart {
  /* background: transparent url('../image/btn.png') no-repeat 0 -256px; */
  width: 163px;
  height: 163px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -81.5px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background:unset;
  border: none;
  /* outline: none;
  border: none; */
}

.btnclose {
    width: 55%;
    max-width: 749px;
    margin: auto;
    position: relative;
    z-index: 1080;
}

.btnclose button {
  width: 35px;
  height: 35px;
  background: transparent url(../images/btn-close.png) no-repeat 0 100%;
  background-size: 100%;
  background-position: top right;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
}

.overlay {
  z-index: 1050;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* display: none; */
  background-color: rgba(0, 0, 0, 0.75);
}