.license-list-inner__section {
  margin-top: 41px;
}
.license-list-inner .license-list-inner__section:first-child {
  margin-top: 0;
}
.license-list-inner__section-content {
  margin-bottom: 35px;
}
.license-list-inner__section-title {
  color: #333;
  color: var(--white_text_black);
  margin-bottom: 16px;
}
.license-list-inner__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 36px;
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}
.license-list-inner__image-wrapper {
  position: relative;
  margin-right: 36px;
  margin-top: 6px;
}
.license-list-inner__image {
  width: 104px;
  height: 138px;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.license-list-inner__image-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.license-list-inner__noimage {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.license-list-inner__content-wrapper {
  position: relative;
  width: 100%;
}
.license-list-inner__top {
  position: relative;
}
.license-list-inner__bottom {
  margin-top: 12px;
}
.license-list-inner__label {
  color: #999999;
  margin-top: 2px;
  text-align: center;
}
.license-list-inner__name {
  color: #333333;
  color: var(--white_text_black);
}
.license-list-inner__preview-icon1 {
  display: none;
}
.license-list-inner__description p:last-child {
  margin-bottom: 0;
}
.license-list-inner__icon-preview-image {
  position: absolute;
  right: 0px;
  top: 7px;
  z-index: 1;
  width: 18px;
  height: 27px;
}
/** view block **/
.license-list-inner--view-block .license-list-inner__item {
  flex-direction: column;
}
.license-list-inner--view-block .license-list-inner__image-wrapper {
  margin: 0 0 15px 0;
  text-align: center;
}
.license-list-inner--view-block .license-list-inner__image-bg {
  border: 0;
}
.license-list-inner--view-block .license-list-inner__name {
  text-align: center;
  line-height: calc(1em + 7px);
}
.license-list-inner--view-block .license-list-inner__image {
  width: 130px;
  height: 180px;
}
.license-list-inner--view-block .license-list-inner__preview-icon1 {
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 38px;
  height: 38px;
  background-color: #fff;
  background-color: var(--black_bg_black);
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.license-list-inner--view-block .license-list-inner__preview-icon1 i {
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 18px;
  height: 18px;
}
.license-list-inner--view-block .license-list-inner__preview-icon2 {
  display: none;
}
.license-list-inner--view-block .license-list-inner__item {
  padding: 31px 36px 31px;
}
.license-list-inner--view-block .license-list-inner__image-wrapper:hover .license-list-inner__preview-icon1 {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .license-list-inner__item {
    flex-direction: column;
    border-radius: 0 !important;
  }
  .license-list-inner__image-wrapper {
    margin: 0 0 33px 0;
    text-align: center;
  }
  .license-list-inner__preview-icon1 {
    display: block;
  }
  .license-list-inner__preview-icon2 {
    display: none;
  }
}