@charset "utf-8";

.event_info {
  margin-top: 250px;
  text-align: center;
}

.xmas-event {
  margin: 80px auto;
  width: 77%;
  border: 2px #FFFFFF solid;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #000000;
  padding-top: 80px;
}

.xmas-box {
  border-collapse: collapse;
  margin: auto;
  margin-top: 3.5%;
  margin-bottom: 10%;
  width: 84%;
  font-size: 15px;
}

.xmas-table {
  border-collapse: collapse;
  margin-bottom: 5%;
  width: 100%;
  margin-top: 1%;
}

.xmas-table tr {
  margin-bottom: 3%;
  border-bottom: 1px #666666 solid;
}

.xmas-table th {
  margin: 0;
  padding: 0;
  background-color: #050E24;
  text-align: center;
  vertical-align: middle;
  width: 16%;
  border: 2px #666666 solid;
}

.xmas-table td {
  border: 2px #666666 solid;
}

.xmas-tit {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

@media all and (min-width:769px) {

  .event_info_pop img {
    max-width: 100%;
  }


}

@media all and (max-width:769px) {
  .xmas-box {
    width: 90%:
  }

  .xmas-event {
    margin: auto;
    margin-top: 10%;
    width: 90%;
    border: 2px #FFFFFF solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #000000;
    padding-top: 10px;
  }

  .xmas-tit {
    font-size: 14px;
  }

  .xmas-table th,
  .xmas-table td {
    font-size: 10px;
  }
}


/* @media (max-width: 768px) and (min-width: 469px) {} */