#closeBtn_2413 {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
  background-image: url(close_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}

#esk_ad_2413 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  /*margin: 0 auto 40px;*/
  border: 0px solid #ccc;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  z-index: 9999999;
  background-image: url(bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;

  opacity: 0;
}

#esk_ad_2413 * {
  box-sizing: border-box;
}

#logo_2413 {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30vh;
  height: 12vh;
  background-image: url(logo.png);
  cursor: pointer;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

#contents_2413 {
  position: relative;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: space-between;
}

#col_left_2413,
#col_right_2413 {
  /* border: 1px solid red; */
  /* position: absolute; */
}

#col_left_2413 {
  left: 0;
  top: 0;
  width: 40vw;
  height: 100vh;
  padding: 8% 5% 2% 5%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#col_right_2413 {
  right: 0;
  top: 0;
  width: 40vw;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  /* padding-top: 12%; */
  padding-right: 3%;
}
#milk_3_2413 {
  width: 33%;
  height: 70%;
  background-image: url(milk_3.png);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

#milk_1_2413 {
  width: 33%;
  height: 70%;
  background-image: url(milk_1.png);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

#milk_2_2413 {
  width: 33%;
  height: 80%;
  background-image: url(milk_2.png);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

#cta_2413 {
  width: 100%;
  height: 90px;
  background-image: url(cta.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

#data_2413 {
  margin-bottom: 15px;
  position: relative;
}

#q1_2413 {
  width: 100%;
  min-height: 200px;
  background-image: url(q1.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 22%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;

  /* position: absolute; */
}

#q2_2413 {
  width: 100%;
  min-height: 200px;
  background-image: url(q2_2.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 25%;
  padding-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;

  /* position: absolute; */
  display: none;
  opacity: 0;
}

#q1_2413 > img,
#q2_2413 > img {
  max-width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 50px;
}

#q1_2413 > img:hover,
#q2_2413 > img:hover {
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  #contents_2413 {
    flex-flow: column;
    align-items: center;
  }

  #col_left_2413 {
    width: 80vw;
    padding-top: 20%;
  }
  #col_right_2413 {
    width: 100vw;
    justify-content: space-around;
    padding-right: 0;
  }

  #milk_1_2413 {
    background-position: center bottom;
  }
  /* #milk_3_2413 {
    width: 33%;
    height: 65%;
  } */

  #q1_2413 > img,
  #q2_2413 > img {
    margin-bottom: 10px;
  }

  #data_2413 {
    margin-bottom: 10px;
  }

  #logo_2413 {
    left: 10px;
    top: 10px;
    width: 160px;
    height: 60px;
  }
}
