.role-item {
  list-style: none;
  padding: 15px 30px;
  box-sizing: border-box;
  max-width: 828px;
  margin: 0 auto 20px auto;
  border-top: solid 1px #ddd;
}
.role-item .item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.role-item h2 {
  color: #222;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}
.role-item .expire {
  font-size: 0.8rem;
  font-weight: 400;
  padding: 7px 15px;
  background-color: #eee;
  border-radius: 5px;
}
.role-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 400;
}
.role-item svg {
  margin-left: -6px;
}

.role {
  margin: 30px auto;
  display: block;
}
.role .grid-map {
  position: relative;
  width: 100%;
}
.role .grid-map img {
  position: absolute;
}
.role h1 {
  margin-top: 0;
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
}
.role .grid-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 1rem;
  grid-column-gap: 30px;
}
.role .grid-info span {
  margin-bottom: 20px;
}
.role .grid-info .title {
  font-weight: 700;
  text-align: right;
}
.role .description {
  padding: 30px;
  margin: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 0px 9px 1px #999;
}
.role .description-inner {
  padding-top: 30px;
  max-width: 768px;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 300;
}
.role .description .btn {
  box-shadow: 0px 0px 9px 1px #999;
}
.role .description .apply {
  padding-bottom: 30px;
}
.role .description .apply.bottom {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .grid .grid-text {
    text-align: initial;
    padding: 0 15px;
  }
  .role .description {
    margin: 0;
    box-shadow: none;
    padding-top: 0;
  }
  .role .description .description-inner {
    padding-top: 0;
  }
}

/*# sourceMappingURL=role.css.map */
