/* icon v-align */
.icon-wrapper .icon, .icon-wrapper .more:not(.icon-before)::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after {
  position: relative;
  top: -0.05em;
}
.icon-wrapper .icon.icon-after.icon-playcircle, .icon-wrapper .icon.icon-after.icon-playcircle::after {
  top: 0;
}

/* custom nowrap */
span.custom-small-nowrap {
  white-space: initial;
}
@media only screen and (max-width: 600px) {
  span.custom-small-nowrap {
    white-space: nowrap;
  }
}

/* how to buy image localization */
.shared-how-to-buy.row .image-how-to-buy {
  background-image: url("/kr/business/enterprise/success-stories/a/images/shared/how-to-buy/how_to_buy__cu2laahsjyc2_large.jpg");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .shared-how-to-buy.row .image-how-to-buy {
    background-image: url("/kr/business/enterprise/success-stories/a/images/shared/how-to-buy/how_to_buy__cu2laahsjyc2_large_2x.jpg");
  }
}
@media only screen and (max-width: 1068px) {
  .shared-how-to-buy.row .image-how-to-buy {
    background-image: url("/kr/business/enterprise/success-stories/a/images/shared/how-to-buy/how_to_buy__cu2laahsjyc2_medium.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .shared-how-to-buy.row .image-how-to-buy {
    background-image: url("/kr/business/enterprise/success-stories/a/images/shared/how-to-buy/how_to_buy__cu2laahsjyc2_medium_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  .shared-how-to-buy.row .image-how-to-buy {
    background-image: url("/kr/business/enterprise/success-stories/a/images/shared/how-to-buy/how_to_buy__cu2laahsjyc2_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .shared-how-to-buy.row .image-how-to-buy {
    background-image: url("/kr/business/enterprise/success-stories/a/images/shared/how-to-buy/how_to_buy__cu2laahsjyc2_small_2x.jpg");
  }
}

/* line height fix */
@media only screen and (min-width: 1069px) {
  .typography-hero-small-headline {
    line-height: 1.44375;
  }
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .typography-hero-small-headline {
    line-height: 1.178573;
  }
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .typography-eyebrow-elevated:lang(ko) {
    line-height: 1.420837;
  }
}

@media only screen and (max-width: 362px) {
  .section.section-quote-second .detail-quote {
    padding: 65px 20px 65px 40px;
  }
}

/* detail tiles */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .detail-tiles .grid-item.grid-item-tile-productivity .detail-tile {
    min-height: 650px;
  }
}
