#event_archive{
  padding: 88px 0 !important;
  background-image: url("../images/eventbg.png");
  background-size: 100%;
  background-color: #FBF0F4;
}
.p-eventList{
  width:1066px;
  max-width: 95%;
  margin:0 auto 11rem auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}
.p-eventList .event_img_box{
  width:46%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.p-eventContents{
  width:46%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  margin-bottom: 3.4%;
}
.p-eventContents:before{
  display: block;
  content: "";
  width: 100%;
  padding-top: 141.6%;
}
.p-eventContents img{
  width: 490px;
  max-width: 100%;
  height:100%;
  
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.list::after{
  width:29%;
  content: "";
  display: block;
  height: 0;
}
.p-eventList .event_img_box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 141.6%;
}
.p-event-heading{
  width:315px;
  margin:0 auto;
  max-width: 70%;
}
.p-event-pastList{
  display: flex;
  width:1024px;
  margin:0 auto 6.5rem;
  max-width: 90%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.p-event-pastList .p-eventContents{
  width:30.3%;
  overflow: hidden;
  margin-bottom: 4%;
}

.view_more{
  width:440px;
  max-width: 70%;
  margin:0 auto;
  height:55px;
  display: block;
  color:white;
  font-size: 2rem;
  line-height: 55px;
  text-align: center;  
  font-weight: bold;
  font-family: 'Montserrat',
  sans-serif;
  cursor: pointer;
  transition: 0.3s all;
    background: linear-gradient(135deg, transparent 8px, #EFB6CD 0) top left,
    linear-gradient(-135deg, transparent 8px, #EFB6CD 0) top right,
    linear-gradient(-45deg, transparent 8px, #EFB6CD 0) bottom right,
    linear-gradient(45deg, transparent 8px, #EFB6CD 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.view_more:hover{
  opacity: 0.8;
  transition: 0.3s all;
}
.p-event-pastList .p-eventContents .is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
#event_archive .container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
#news_archive .container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.p-event-pastList div {
  opacity: 1;
  height: auto;
  transition: all .4s ease 0s;
  overflow: hidden;
}
.p-event-pastList div.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
.more {
  text-align: center;
}
#news_archive{
  padding: 88px 0;
  background-image: url("../images/bg_news.png");
  background-size: 100%;
  background-color: #FDF7D6;
}

#news_archive .p-newsList::after{
  width: 31.7%;
}
.pagination{
  text-align: center;
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers li{
list-style: none;
}
li .page-numbers{
  background-color: white;
  width:48px;
  height:48px;
  border: 2px solid #57d6af;
  border-radius: 50%;
  line-height: 48px;
  font-size:1.9rem;
  margin:0 0.75rem;
  color:#57d6af;
  font-weight: bold;
  font-family: 'Montserrat',
  sans-serif;
}
li .page-numbers:hover{
  opacity: 0.9;
}
li .next{
  z-index: 100;
  height:auto;
  background-color: initial;
  border: none;
}
li .prev{
  z-index: 100;
  height:auto;
  background-color: initial;
  border: none;
}
.next img {
  width: 47px;
}
.prev img {
  width: 47px;
}
.page-numbers li .current{
  background-color: #57d6af;
  border-radius: 50%;
  color: white;
}
.page-numbers li .current:hover{
  opacity: 1;
}
.page-numbers li a{
  text-decoration: none;
}
#menu-groval-navigation .current-menu-item a::after {
  transform: none;
}
.category-heading{
  display: flex;
}
.category-heading{
  font-size:1.8rem;
  width: 1024px;
  max-width: 95%;
  margin:0 auto;
  font-family: 'Montserrat',
  sans-serif;
  color:#666666;
}
@media screen and (max-width: 750px) {
  #news_archive .p-newsList::after {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
li .page-numbers{
  width:27px;
  height:27px;
  font-size: 1.3rem;
  line-height: 27px;
  margin:0.4rem;
  }
.next img,.prev img{
    width:24px;
  }
.view_more{
  font-size: 1.8rem;
  line-height: 40px;
  height: 40px;
  margin: 8rem auto 0;
  }
  .category-heading{
    width:314px;
    max-width: 100%;
  }
}
@media screen and (max-width: 220px) {
  .p-newsInfo{
    display: block;
  }
}
