.global-content {
  margin: 0 auto;
  min-width: 1280px;
  width: 1280px;
}
.global-index-content > div:first-child{
    margin-top: 15px;
}
.mt-24 {
  margin-top:24px;
}
.mt-36 {
  margin-top:36px;
}
.mt-15 {
  margin-top:15px;
}
.mb-24 {
  margin-bottom: 24px;
}
.column-list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.top-hidden {
  display:none;
  position: fixed;
  top: 0px;
}