.eventarea {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
}

.eventarea .ev-ing {
  font-weight: bold;
  margin-bottom: 50px;
  color: #aaa;
}

.eventarea > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.eventarea > ul li {
  width: calc(33.333% - 21.333px);
  margin-right: 32px;
  margin-bottom: 20px;
}

.eventarea > ul li:nth-of-type(3n) {
  margin-right: 0;
}

.eventarea > ul li a {
  display: block;
  width: 100%;
}

.eventarea > ul li a:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.eventarea > ul li a figure {
  width: 100%;
  position: relative;
}

.eventarea > ul li a figure:after {
  content: '';
  display: block;
  padding-bottom: 62%;
}

.eventarea > ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.eventarea > ul li a figure {
  overflow: hidden;
}

.eventarea > ul li a figure img {
  -webkit-transition: .5s;
  transition: .5s;
}

.eventarea > ul li a .txt {
  padding: 20px 0;
  font-size: .875rem;
  color: #666;
}

.eventarea > ul li a .txt span {
  display: block;
  margin-bottom: 11px;
}

.eventarea > ul li a .txt h3 {
  margin-bottom: 20px;
  font-size: 1.25rem;
  color: #232323;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .eventarea .ev-ing {
    font-weight: bold;
    margin-bottom: 25px;
    color: #aaa;
  }
  .eventarea > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .eventarea > ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .eventarea > ul li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .eventarea > ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .eventarea > ul li a {
    display: block;
    width: 100%;
  }
  .eventarea > ul li a:hover figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .eventarea > ul li a figure {
    width: 100%;
    position: relative;
  }
  .eventarea > ul li a figure:after {
    content: '';
    display: block;
    padding-bottom: 62%;
  }
  .eventarea > ul li a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  .eventarea > ul li a figure {
    overflow: hidden;
  }
  .eventarea > ul li a figure img {
    -webkit-transition: .5s;
    transition: .5s;
  }
  .eventarea > ul li a .txt {
    padding: 20px 0;
    font-size: .875rem;
    color: #666;
  }
  .eventarea > ul li a .txt span {
    display: block;
    margin-bottom: 7px;
  }
  .eventarea > ul li a .txt h3 {
    margin-bottom: 12px;
    font-size: 1.125rem;
    color: #232323;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.ev-cont-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #232323;
  border-bottom: 1px solid #ddd;
}

.ev-cont-title h2 {
  font-weight: bold;
  font-size: 1.25rem;
  padding-right: 20px;
  border-right: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ev-cont-title span {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .ev-cont-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 2px solid #232323;
    border-bottom: 1px solid #ddd;
  }
  .ev-cont-title h2 {
    font-weight: bold;
    font-size: 1rem;
    padding-right: 20px;
    border-right: 1px solid #ddd;
  }
  .ev-cont-title span {
    margin-left: 20px;
    font-size: 12px;
  }
}

.ev-cont-inner {
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.ev-cont-inner img {
  max-width: 100%;
}

.ev-bottom {
  margin-top: 20px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.ev-bottom ul.ev-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ev-bottom ul.ev-ul li {
  width: 300px;
  height: 64px;
  margin-right: 10px;
}

.ev-bottom ul.ev-ul li:last-of-type {
  margin-right: 0;
}

.ev-bottom ul.ev-ul li:last-of-type a {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #232323;
  color: #232323;
}

.ev-bottom ul.ev-ul li:last-of-type a:hover {
  background-color: #333;
  color: #fff;
}

.ev-bottom ul.ev-ul li a {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ev-bottom ul.ev-ul li a:hover {
  background-color: #fff;
  border: 1px solid #232323;
  color: #333;
}

.ev-bottom ul.ev-mod {
  position: absolute;
  left: 0;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ev-bottom ul.ev-mod li {
  width: 60px;
  height: 26px;
  margin-right: 10px;
}

.ev-bottom ul.ev-mod li:last-of-type {
  margin-right: 0;
}

.ev-bottom ul.ev-mod li a {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: .75rem;
}

@media (max-width: 768px) {
  .ev-bottom {
    margin-top: 20px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .ev-bottom ul.ev-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .ev-bottom ul.ev-ul li {
    width: calc(50% - 5px);
    height: 44px;
    margin-right: 10px;
  }
  .ev-bottom ul.ev-ul li:last-of-type {
    margin-right: 0;
  }
  .ev-bottom ul.ev-ul li:last-of-type a {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #232323;
    color: #232323;
  }
  .ev-bottom ul.ev-ul li:last-of-type a:hover {
    background-color: #333;
    color: #fff;
  }
  .ev-bottom ul.ev-ul li a {
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ev-bottom ul.ev-ul li a:hover {
    background-color: #fff;
    border: 1px solid #232323;
    color: #333;
  }
  .ev-bottom ul.ev-mod {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ev-bottom ul.ev-mod li {
    width: 60px;
    height: 26px;
    margin-right: 10px;
  }
  .ev-bottom ul.ev-mod li:last-of-type {
    margin-right: 0;
  }
  .ev-bottom ul.ev-mod li a {
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #aaa;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: .75rem;
  }
}
/*# sourceMappingURL=ev.css.map */