.into_box {
  background-color: #c1e7e7;
  margin: 65px auto 70px;
  padding-bottom: 80px;
  padding-top: 70px;
  width: 1196px;
}
.into_title {
  font-family: 'Righteous', cursive;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.intro_desc {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 35px;
  text-align: center;
}
.story_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  margin-top: 70px;
  width: 1160px;
}
.story_lists > * {
  box-sizing: content-box;
}
.story_lists .item {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  width: calc(50% - 20px);
}
.story_lists .item a {
  display: block;
  flex: 1 1 auto;
}
.story_lists .item:nth-child(2n + 1) {
  padding-left: 0;
}
.story_lists .item:nth-child(n + 3) {
  margin-top: 40px;
}
.story_lists .story_img {
  margin-bottom: 15px;
  margin-top: 15px;
}
.story_lists .story_img img {
  width: 100%;
}
.story_info {
  align-items: center;
  background-color: #ea686b;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  min-height: 43px;
  min-width: 116px;
}
.story_info_episode {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.story_title {
  font-size: 1.6rem;
  font-weight: bold;
}
.story {
  border-bottom: 2px solid #c1e7e7;
  margin-top: 40px;
  padding-bottom: 110px;
}

@media screen and (max-width: 1276px) {
  .story_lists {
    width: 100%;
  }
  .into_box {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .story {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .into_box {
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 40px 25px 40px 25px;
    width: auto;
  }
  .into_title {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .intro_desc {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 25px;
    text-align: left;
  }
  .story_lists {
    margin-top: 30px;
  }
  .story_info {
    min-height: 30px;
    min-width: 90px;
  }
  .story_info_episode {
    font-size: 1.6rem;
  }
  .story_lists .story_img {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .story_title {
    font-size: 1.2rem;
  }
  .story_lists .item {
    padding-left: 22px;
    width: calc(50% - 11px);
  }
  .story_lists .item:nth-child(n + 3) {
    margin-top: 35px;
  }
}
/* ------------------------------------------
  Single story
------------------------------------------ */
.single_story {
  margin-top: 55px;
}
.story_single_title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.story_single_title p {
  font-size: 3.2rem;
  font-weight: bold;
}
.story_single_title span {
  align-items: center;
  background-color: #ea686b;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-size: 2.4rem;
  font-weight: bold;
  justify-content: center;
  margin-right: 15px;
  min-height: 43px;
  min-width: 102px;
}
.story_single_info {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
  margin-top: 35px;
}
.story_single_info_date {
  color: #787878;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 15px;
}
.story_info_cat {
  align-items: center;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-family: 'Righteous', cursive;
  font-size: 1.2rem;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
.story_info_cat.space {
  padding: 4px 20px;
}
.story_single_main {
  margin-bottom: 65px;
  margin-top: 65px;
}
.story_single_main p {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 auto 30px;
  max-width: 893px;
}

.story_single_main .aligncenter {
  display: block;
  margin: 30px auto 0;
}

.story_single_main .alignright {
  float: right;
  margin: 0 0 0 30px;
}

.story_single_main .alignleft {
  float: left;
  margin: 0 30px 0 0;
}

/* SLICK CAROUSEL */
.story_slide_box {
  margin-top: 30px;
}
.slick-list {
  margin: 0 auto;
  max-width: 893px;
}
.slick-slide.slide {
  width: 100%;
}
button {
  appearance: none;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  border-radius: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  width: 60px;
}
.slide-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.prev-arrow {
  background-image: url(/wp-content/themes/fabiniku/assets/img/common/slide_left.svg);
  left: 0;
  z-index: 1;
}

.next-arrow {
  background-image: url(/wp-content/themes/fabiniku/assets/img/common/slide_right.svg);
  right: 0;
  z-index: 1;
}
.slick-dotted.slick-slider {
  margin-bottom: 55px;
}
.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  border-radius: 50%;
  height: 10px;
  padding: 0 4px;
  width: 10px;
}

.slick-dots li button {
  border: none;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.slick-dots li button:before {
  background: #ccc;
  border: none;
  border-radius: 50%;
  color: #ccc;
  content: '';
  height: 10px;
  width: 10px;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #ea686b;
  color: #ea686b;
}
.slick-dots li.slick-active button:before {
  background-color: #ea686b;
  color: #ea686b;
}
@media screen and (max-width: 768px) {
  .single_story {
    margin-top: 50px;
    padding-bottom: 45px;
  }
  .story_single_title {
    flex-wrap: wrap;
  }
  .story_single_title p {
    font-size: 2rem;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }
  .story_single_title span {
    margin-right: 0;
  }
  .story_single_info {
    margin-bottom: 38px;
    margin-top: 25px;
  }
  .story_single_info_date {
    font-size: 1rem;
  }
  .story_info_cat.space {
    padding: 3px 10px;
  }
  .story_single_main p {
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .story_single_main .aligncenter {
    display: block;
    margin: 20px auto 0;
  }
  .story_single_main .alignright {
    display: block;
    float: none;
    margin: 20px auto 0;
  }
  .story_single_main .alignleft {
    display: block;
    float: none;
    margin: 20px auto 0;
  }
  .story_slide_box {
    margin-top: 20px;
  }
  button {
    height: 34px;
    width: 34px;
  }
  .next-arrow {
    right: -17px;
  }
  .prev-arrow {
    left: -17px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 45px;
  }
  .slick-dots {
    bottom: -30px;
  }
  .slick-list {
    max-width: 100%;
  }
  .story_single_title span {
    font-size: 1.6rem;
    min-height: 29px;
    min-width: 89px;
  }
  .story_single_main {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
