.secTtl {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 769px) {
.secTtl {
    justify-content: center;
    height: 120px;
  }
}
h3.ribon {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 2rem;
  color: #fff;
  background: #41ac59;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1em;
}

h3.ribon:before,
h3.ribon:after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #41ac59 transparent;
    border-style: solid;
    content: '';
}

h3.ribon:before {
  left: -30px;
    border-width: 20px 0px 20px 30px;
}

h3.ribon:after {
    right: -30px;
    border-width: 20px 30px 20px 0px;
}
@media (max-width: 768px) {
}
@media (min-width: 769px) {
h3.ribon {
  height: 80px;
  line-height: 80px;
  font-size: 30px;
}
    h3.ribon:before {
  left: -30px;
    border-width: 40px 0px 40px 30px;
}

h3.ribon:after {
    right: -30px;
    border-width: 40px 30px 40px 0px;
}
}

@media (max-width: 768px) {
  .event #main section {
    padding: 30px;
  }
}
@media (min-width: 769px) {
  .event #main section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.page_num {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
ul.pager  {
display:flex;
justify-content: center;
gap:6px;
list-style:none;
padding:0;
}

.pager li {
display:flex;
flex-direction: column;
width: 50px;
height: 50px;
border-radius: 99px;
overflow: hidden;
}

.pager a,
.pager span{
  flex-grow: 2;
  width: 100%;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.pager .arrow a{
  color: #41ac59;
}
.pager .active span{
background:#41ac59;
color:#fff;
}

.pager .dots span{
border:none;
}
@media (min-width: 769px) {
.pager li {
width: 75px;
height: 75px;
}
.pager a:hover {
background: rgba(65,172,89,0.5);
color:#fff;
}
}
.list {
  margin-block: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 50px;
}
.list > .article {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list > .article a {
    width: 100%;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    padding: 8px;
}
.list > .article .img {
  width: 80%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F2F2F3;
    border-radius: 50%;
    overflow: hidden;
}
.list > .article .img img {
  width: 200%;
  height: 200%;
  object-fit: cover;
}
.list > .article .text {
  width: 100%;
}
.list > .article a .text h3 {
    font-weight: 700;
    color: #41ac59;
}
@media (min-width: 769px) {
.list {
  margin-block: 80px;
    flex-direction: row;
    gap: 80px;
}
.list > .article{
    flex-basis: calc(33.3% - (160px / 3));
}
.list > .article a:hover {
    background-color: rgba(55,55,55,.05);
}
}
#second2.event_detail #main {
  background-image: url(../event/img/event_detailBg.png);
}

@media (max-width: 769px) {
  #second2.event_detail #main  {
    background-position: right -5px 60px;
    background-size: auto 150px;
  }
}
.detail .innr {
  margin-block: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail .innr .date {
    color: #bfbfbf;
}
.detail .innr h3 {
    font-weight: 700;
}
.detail .innr {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.detail .innr .photoBox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}

.detail .innr a {
  padding: 0.5em 1em;
  border-radius: 5px;
}
.detail .innr .url a {
  display: block;
  background-color: #e8e8e8;
}
.detail .innr .pdf a {
  display: inline-block;
  background-color: #3578B6;
  color: #FFF;
}
.back {
  display: flex;
  justify-content: center;
  align-items: center;
}
.back a {
  flex-basis: 250px;
  display: block;
  padding: 1em;
  color: #3b7930;
  font-weight: 700;
  text-align: center;
  border-radius: 999px;
}

@media (min-width: 769px) {
.detail .innr {
  max-width: 950px;
  margin: 30px auto;
  gap: 50px;
}
.detail .innr h3 {
    font-size: 36px;
}
.detail .innr .photoBox {
    width: 60%;
    margin: 30px auto;
    gap: 50px;
}
.back a:hover {
  background-color: #41ac59;
  color: #FFF;
}
}

