.contents-main {
  padding-top: 0;
}
.container h2 {
  display: none;
}
.event-tab {
  width: 100%;
  height: 70px;
  display: flex;
  border-bottom: 1px solid #ebeff6;
}
.event-tab li {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}
.event-tab li.active {
  font-weight: 700;
  cursor: default;
}
.event-tab li span {
  display: inline-block;
  height: 100%;
  line-height: 70px;
}
.event-tab li.active span {
  border-bottom: 3px solid #394865;
}
.container {
  width: 100%;
  padding: 50px 75px;
  box-sizing: border-box;
  display: none;
}
.container.active {
  display: block;
}
.e_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.e_ul > a {
  display: block;
  width: calc(50% - 7px);
  max-width: 435px;
  margin-bottom: 14px;
}
.e_ul > a:nth-child(odd) {
  margin-right: 14px;
}
.e_ul .e_li > div {
  border-radius: 16px;
  overflow: hidden;
}
.e_ul .e_li > div:first-child {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.e_ul .e_li > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.e_title,
.e_date {
  display: none;
}
@media (max-width: 1260px) {
  .side-menu {
    display: none;
  }
  .contents-main {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .contents-wrap {
    margin: 0;
  }
}
@media (max-width: 1050px) {
  .contents-main {
    border: none;
  }
  .container {
    padding: 3%;
  }
}
@media (max-width: 768px) {
  .event-tab {
    display: none;
  }
  .contents-main {
    padding: 0;
  }
  .container h2 {
    display: block;
    color: #394865;
    font-size: 22px;
    margin-bottom: 37px;
  }
  .container {
    padding: 10% 5%;
  }
  .container:last-child {
    background: #f4f6fb;
  }
  .e_ul > a {
    width: 100%;
    max-width: none;
  }
  .e_ul > a:nth-child(odd) {
    margin-right: 0;
  }
  .e_ul .e_li > div {
    border-radius: 11px;
  }
}
