/* =========================
   ILB INDEX STORY SECTION
========================= */

.ilb-story-section,
.ilb-story-section *{
  box-sizing:border-box;
}

.ilb-story-section{
  padding:32px 0 32px;
  background:#ffffff;
}

.ilb-story-wrap{
  max-width:1000px;
  margin:0 auto;
  padding:0 15px;
}

.ilb-story-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:48px;
  align-items:stretch;
  border-top:1px solid #e3e5e8;
  border-bottom:0px solid #e3e5e8;
  background:#ffffff;
}

.ilb-story-news,
.ilb-story-review{
  padding:32px 0 34px;
}

.ilb-story-review{
  padding-left:48px;
  border-left:1px solid #eef0f3;
}

.ilb-story-label{
  margin:0 0 20px;
  color:#9a9a9a;
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:.18em;
}

.ilb-story-title{
  margin:0 0 26px;
  color:#151515;
  font-size:28px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:-1px;
}

.ilb-news-list{
  margin:0;
  padding:0;
  list-style:none;
}

.ilb-news-list li{
  border-top:1px solid #eef0f3;
}

.ilb-news-list li:first-child{
  border-top:0;
}

.ilb-news-list a{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:18px;
  padding:17px 0;
  color:#151515;
  text-decoration:none;
}

.ilb-news-date{
  color:#9a9a9a;
  font-size:13px;
  line-height:1.5;
  font-weight:600;
}

.ilb-news-subject{
  color:#333333;
  font-size:15px;
  line-height:1.55;
  font-weight:700;
  letter-spacing:-.3px;
}

.ilb-news-list a:hover .ilb-news-subject{
  color:#D62027;
}

.ilb-story-more{
  display:inline-flex;
  align-items:center;
  margin-top:22px;
  color:#555555;
  font-size:13px;
  line-height:1;
  font-weight:800;
  text-decoration:none;
}

.ilb-story-more:after{
  content:"";
  width:34px;
  height:1px;
  margin-left:12px;
  background:#151515;
  transition:width .22s ease;
}

.ilb-story-more:hover{
  color:#151515;
  text-decoration:none;
}

.ilb-story-more:hover:after{
  width:48px;
  background:#D62027;
}

.ilb-review-box{
  position:relative;
  min-height:150px;
  background:#ffffff;
}

.ilb-review-item{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .8s ease, transform .8s ease, visibility .8s ease;
  text-decoration:none;
}

.ilb-review-item.is-active{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.ilb-review-item:hover{
  text-decoration:none;
}

.ilb-review-quote{
  margin:0;
  color:#151515;
  font-size:20px;
  line-height:1.6;
  font-weight:700;
  letter-spacing:-.7px;
  transition:color .2s ease;
}

.ilb-review-item:hover .ilb-review-quote{
  color:#D62027;
}

.ilb-review-name{
  margin:22px 0 0;
  color:#777777;
  font-size:14px;
  line-height:1.5;
  font-weight:700;
}

.ilb-review-dots{
  display:flex;
  gap:7px;
  margin-top:20px;
}

.ilb-review-dot{
  width:6px;
  height:6px;
  border:0;
  border-radius:50%;
  background:#d7dbe0;
  padding:0;
  cursor:pointer;
}

.ilb-review-dot.is-active{
  width:22px;
  border-radius:999px;
  background:#151515;
}

.ilb-story-actions{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:0;
  border-bottom:1px solid #151515;
}

.ilb-story-action{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:116px;
  padding:24px 28px;
  border-left:1px solid #eef0f3;
  color:#151515;
  text-decoration:none;
  background:#ffffff;
}

.ilb-story-action:first-child{
  border-left:0;
}

.ilb-story-action strong{
  color:#151515;
  font-size:17px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:-.4px;
}

.ilb-story-action span{
  display:block;
  margin-top:8px;
  color:#777777;
  font-size:13px;
  line-height:1.5;
  font-weight:600;
}

.ilb-story-action:hover{
  background:#f8f9fb;
  text-decoration:none;
}

.ilb-story-action.is-red strong{
  color:#D62027;
}

/* white clean reset */
.ilb-story-section,
.ilb-story-wrap,
.ilb-story-grid,
.ilb-story-news,
.ilb-story-review,
.ilb-review-box{
  background:#ffffff !important;
  background-image:none !important;
  box-shadow:none !important;
}

.ilb-story-section:before,
.ilb-story-section:after,
.ilb-story-wrap:before,
.ilb-story-wrap:after,
.ilb-story-grid:before,
.ilb-story-grid:after,
.ilb-story-news:before,
.ilb-story-news:after,
.ilb-story-review:before,
.ilb-story-review:after,
.ilb-review-box:before,
.ilb-review-box:after{
  display:none !important;
  content:none !important;
  background:none !important;
  box-shadow:none !important;
}

@media(max-width:991px){
  .ilb-story-section{
    padding:32px 0 32px;
  }

  .ilb-story-grid{
    grid-template-columns:1fr;
    gap:0;
  }

  .ilb-story-review{
    padding-left:0;
    border-left:0;
    border-top:1px solid #e3e5e8;
  }

  .ilb-review-box{
    min-height:155px;
  }

  .ilb-story-actions{
    grid-template-columns:1fr;
  }

  .ilb-story-action{
    min-height:92px;
    border-left:0;
    border-top:1px solid #eef0f3;
  }

  .ilb-story-action:first-child{
    border-top:0;
  }
}

@media(max-width:767px){
  .ilb-story-section{
    padding:42px 0 46px;
  }

  .ilb-story-wrap{
    padding:0 18px;
  }

  .ilb-story-news,
  .ilb-story-review{
    padding:28px 0 30px;
  }

  .ilb-story-title{
    margin-bottom:22px;
    font-size:23px;
    letter-spacing:-.7px;
  }

  .ilb-news-list a{
    grid-template-columns:58px 1fr;
    gap:12px;
    padding:15px 0;
  }

  .ilb-news-date{
    font-size:12px;
  }

  .ilb-news-subject{
    font-size:14px;
  }

  .ilb-review-box{
    min-height:175px;
  }

  .ilb-review-quote{
    font-size:18px;
    line-height:1.62;
    letter-spacing:-.5px;
  }

  .ilb-story-action{
    padding:20px 0;
  }
}