/* icon alignment */
.icon-wrapper .icon, 
.icon-wrapper .icon-after:after, 
.icon-wrapper .icon-before:before, 
.icon-wrapper .more:not(.icon-before):after {
  position: relative;
}
.icon-wrapper .icon:not(.icon-playsolid), 
.icon-wrapper .icon-after:after, 
.icon-wrapper .icon-before:before, 
.icon-wrapper .more:not(.icon-before):after {
  top: -0.08em;
}
.icon-wrapper .icon-playsolid, 
.icon-wrapper .icon-after:after, 
.icon-wrapper .icon-before:before, 
.icon-wrapper .more:not(.icon-before):after {
  top: 0.01em;
}

/* ko-kr line-height fix */
.typography-card-headline:lang(ko) {
  line-height: 1.1;
}

@media only screen and (max-width: 734px) {
  .typography-hero-copy:lang(ko) {
    line-height: 1.35890052936;
  }
}

/* button */
@media only screen and (max-width:734px){
  .page-overview .gallery .button{
    height: 38px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}