/* For index and learn */

a {
  text-decoration: none;
}

 .mdl-layout-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(0,0,0,0.54);
}

header .mdl-layout-title {
  max-width: calc(100% - 64px);
}

.mdl-layout__header {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  color: rgba(0,0,0,0.54);
}

.title-kr {
  font-weight: bold;
}