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


/* ---------------------------------------------
*  kv
--------------------------------------------- */
.kv img{
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 768px){
.kv img{
  border-radius: 20px;
  overflow: hidden;
}
}

/* ---------------------------------------------
*  section
--------------------------------------------- */
section h2{
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}
section p{
  text-align: center;
}
#event .video iframe{
  box-shadow: none;
}
@media only screen and (max-width:768px) {
section h2{
  font-size: 26px;
  margin: 40px 0;
}
#event .video {
  max-width: 100%!important;
}
}
