.lc-top-content {
  background: #31404C;
  padding: 14px 20px 15px 20px;
  border-radius: 10px;
  margin: 0 0 27px;
}

.lc-top-content h2 {
  margin: 0;
  // styleName: H4;
  font-family: Work Sans;
  font-size: 36px;
  font-weight: 500;
  line-height: 39.6px;
  color: #fff;
}

.lc-lt-row + .lc-lt-row {
  margin: 47px 0 0;
}

.lc-lt-col-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lc-lt-col-holder ul li {
  padding: 0 0 18px;
  margin: 0 0 18px;
  border-bottom: 1px solid #A9B2B9;
}

.lc-add-inner h6 {
  font-family: Work Sans;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
}

.lc-ic-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

span.lc-ic {
  line-height: 0;
}

.lc-ic-list + .lc-ic-list {
  margin: 10px 0 0;
}

.lc-ic-list a {
  font-size: 16px;
  font-weight: 500;
  color: #FF5C00;
  text-decoration: underline;
}

#lc-cta.kr-cta-strip-1 .cta-btn a {
  font-family: Work Sans;
  font-size: 16px !important;
}
.lc-lt-col-holder {
  display: flex;
  gap: 30px;
}

.lc-lt-col-holder ul {
  flex: 1;
  max-width: 50%;
}

.lc-lt-col-holder ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (max-width:767px){
  .lc-lt-col-holder {
    flex-direction: column;
    gap: 0;
  }

  .lc-lt-col-holder ul {
    width: 100%;
    max-width: 100%;
  }

  .lc-lt-col-holder ul:first-child:not(:last-child) li:last-child {
    padding: 0 0 18px;
    margin: 0 0 18px;
    border-bottom: 1px solid #A9B2B9;
  }
  .lc-top-content h2 {
    font-size: 29px;
  }
}