@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* 此區塊的css only for IE 10、11 */
  /* 因為IE對Grid的支援不完整，所以這裡將Grid的部份全改寫為flex */
  div.patent_item {
    display: flex;
    flex-direction: column;
    flex: 0 1 25%;
    width: 25%;
    margin: .5rem 0;
    padding: 1rem;
  }
}


.patent_item_create {
  border: black 1px dashed;
  font-size: 5em;
  line-height: 1.15;
}
.patent_item_create p {
  text-align: center;
  margin: auto;
}
.patent_itemDetail_create {
  border: black 1px dashed;
  font-size: 5em;
  line-height: 3;
  width: 800px;
}
.patent_itemDetail_create p {
  text-align: center;
  margin: auto;
}
.nav {
  padding: 4px;
  border-radius: 4px;
  background: #DEE8E2;
}