@charset "UTF-8";

  
/* event */

#event>a>img {
  max-width: 100%;
}

.bg {
  background:#6A0DAD;
}

.bg_movie {
  background: url(../images/ev45/EV02_movie_bg.png);
}

.event2 {
  text-align: center;
  padding: 100px 0 120px;
}

.event2 .title {
  display: block;
  padding-bottom: 60px;
}

/*지도*/
.join2 {
  width: 100%;
  position: relative;
  top: 0;
  text-align: center;
}

.join2 img {
  width: 1200px;
  left: 29.5%;
  position: relative;
}

/* 탑버튼 */
#myBtn {
  /*display: none;  Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 85px;
  /* Place the button at the bottom of the page */
  right: 20px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  /* background-color: #999;Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  /* padding: 10px; Some padding */
  /*border-radius: 5px;  Rounded corners */
  font-size: 14px;
  /* Increase font size */
  opacity: .9;
  background:none !important;


}

#myBtn:hover {
  /*background-color: #555;  Add a dark-grey background on hover */
}

#kakao_btn {
  position: fixed;
  /* Fixed/sticky position */
  bottom: 35px;
  /* Place the button at the bottom of the page */
  right: 20px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  cursor: pointer;
}

/* video */
.event2 {
  text-align: center;
  margin: 0 auto;
}

.event2 iframe {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  height: 600px;
}

/* map */
.join2 {
  max-width: 1200px;
  margin: 0 auto;
}

.join2 img {
  width: 100%;
  left: 0;
  position: none;
}

@media screen and (max-width:1400px) {
  .event2 iframe {
      max-width: 800px;
      height: 500px;
  }

}
