body {
  background-color: #ffe000;
  opacity: 1;
  color: #000;
}
p {
  margin: 0;
  color: #000;
}
.highlight {
  color: #ff0b4b;
}
.tag {
  color: #0669f7;
}
.event-wrap {
  position: relative;
  margin: auto;
  background-color: #fff;
}
.event-wrap .container img {
  width: 100%;
  margin: 5px auto;
}
.content-wrap {
  width: 90%;
  margin: auto;
}
.content-wrap .content1 a>img:hover {
  transform: translateY(4px);
  transition: .2s;
}
.content-wrap .content2 a>img:hover {
  transform: translateY(4px);
  transition: .2s;
}

.tab_css {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.tab_css input {
  display:none;
}
.tab_css label {
  width: 35%;
  margin: 0 0px 5px 0;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  background: #000;
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
}
.tab_content {
  order:1;
  display: none; 
  width:100%; 
  color: #000;
}
.tab_css input:checked + label, .tab_css label:hover {
  opacity: 1; 
}
.tab_css input:checked + label + .tab_content {
  display: initial;
}
.tab_content a {
  color: #4990C4;
}
.list {
  text-align: left;
}
.list a:hover {
  filter: brightness(130%);
}

@media(min-width: 320px) {
  
  
  .event-wrap {
    max-width: 1150px;
    margin-bottom: 30px;
    padding: 20px 0;
    border-radius: 25px;
  }
  
  .event-wrap1 img,
  .event-wrap3 img,
  .header img {
    width: 100%;
  }
  .event-item {
    margin-top: -15px;
  }
  .event-box {
    display: flex;
    background-color: #fff;
    width: 100%;
    flex-wrap: wrap;
    border: 3px solid #000;
    border-radius: 25px;
    justify-content: center;
    padding: 10px 0;
  }
  .event-box a {
    width: calc(100%/2 - 30px);
    margin: 10px;
  }
  .event-box img {
    width: 100%;
    border-radius: 10px;
  }
  .list {
    padding: 15px 30px;
  }
}
@media(min-width: 375px) {

}
@media(min-width: 400px) {

}
@media(min-width: 576px) {

}
@media(min-width: 675px) {

}
@media(min-width: 768px) {

  .event-wrap {
    margin-bottom: 50px;
    padding: 50px 0;
    border-radius: 50px;
  }
  .event-box {
    border: 5px solid #000;
    border-radius: 50px;
  }
  .event-box img {
    border-radius: 30px;
  }
  .event-wrap .container img {
    width: 90%;
    margin: 10px auto;
  }
  .list {
    width: 75%;
    margin: auto;
  }
  
}

@media(min-width: 992px) {

}

@media(min-width: 1200px) {
  .pd-item {
    font-size: 22px;
  }
  
  .event-box {
    border: 5px solid #000;
    border-radius: 60px;
  }
  .event-box a {
    width: calc(100%/4 - 40px);
    margin: 30px 10px;
  }
  .event-box img {
    border-radius: 20px;
  }
}
@media(min-width: 1800px) {
  .event-wrap {
    max-width: 1300px;
  }
}