@charset "UTF-8";




.voicelist ul.voicemenu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.voicelist .voicemenu li {
    margin-bottom: 10px;
}
.voicelist .voicemenu li a {
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 20px;
    margin-right: 20px;
    color: #282828;
    display: block;
}
.voicelist .voicemenu li a.active {
    background: #282828;
    color: #fff;
}









.voicelist .main-inner {
    margin-right: 0;
}

.voicelist .post-content {
    display: flex;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
 .voicelist article.post {
    border: none;
    background-color:transparent;
}
.voicelist .post-header {
    padding: 80px 0;
}
.voicelist article.post:last-child .post-header{
    border: none;
}
.voicelist .post-content ul, .voicelist .post-content ol {
    margin-left: 0;
    list-style: none;
}
.voicelist .ttlwrap {
    margin-bottom: 6rem;
    background: #fafafa;
    padding: 25px 45px;
}
.voicelist h2.post-title {
    width: 48.5%;
    font-size: 1.875rem;
}
.voicelist .cattags {
    width: 41.5%;
}
.voicelist ul.post-categories {
    padding: 5px 20px;
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    border: 1px solid;
    display: inline-block;
    border-radius: 20px;
    background: #fff;
}
.voicelist ul.post-tags {
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.voiceslider_wrap {
    width: 48.5%;
}
.voicetxt {
    width: 41.5%;
    line-height: 2.5;
}
.voicetxt p {
    margin-bottom: 7rem;
}



@media screen and (max-width: 991px) {


  .voicelist article.post .post-header {
    padding: 2rem 0;
}


}


@media screen and (max-width: 767px) {

.voicelist h2.post-title {
    width: 100%;
    margin-bottom: 1rem;
}
.voicelist .ttlwrap {
    margin-bottom: 3rem;
    padding: 2rem 2rem;
}
.voicelist .cattags {
    width: 100%;
}
.voicelist ul.post-categories {
    margin: 0 0 0.5rem;
}
.voicelist ul.post-tags {
    font-size: 0.875rem;
}
.voiceslider {
    margin-bottom: 0.5rem;
}
.voiceslider_wrap {
    width: 100%;
    margin-bottom: 2rem;
}
.voicelist .post-content ul, .voicelist .post-content ol {
    margin-bottom: 0.5rem;
}
.voicetxt {
    width: 100%;
    line-height: 3;
}
.voicelist .btn_wrap {
    margin-top: 4rem;
}

}


/* slide */


.voiceslider {
  position: relative;
  margin: 0;
  padding: 0;
}
.voiceslider .voiceslider-item {
  position: relative;
  height: 100%;
}
.voiceslider .voiceslider-item::before {
  display: block;
  padding-top: 80%;
  content: "";
  position: relative;
  overflow: hidden;
}
.voiceslider .voiceslider-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 99%;
    border: 2px solid #282828;
    border-radius: 30px;
}
.voiceslider > .slick-list,
.voiceslider > .slick-list > .slick-track,
.voiceslider > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* slide-navigation */

.voiceslide-navigation {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.voiceslide-navigation .voiceslider-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 19%;
  height: 100%;
  margin: 0.5%;
  padding: 0;
}
.voiceslide-navigation .voiceslider-item::before {
  display: block;
  padding-top: 70%;
  content: "";
}
.voiceslide-navigation .voiceslider-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.voiceslide-navigation .current::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}




.voiceslide-navigation li.voiceslider-item {
    list-style: none;
    width: 155px;
    overflow: hidden;
    height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #282828;
}
.voiceslide-navigation li.voiceslider-item img {
    display: block;
    height: 175px;
    object-fit: cover;
}


@media screen and (max-width: 767px) {
  .voiceslide-navigation li.voiceslider-item {
    width: 80px;
    height: 80px;
    margin: 1.5%;
}
.voiceslide-navigation li.voiceslider-item img {
    height: 90px;
}
}
