.license-list-inner {
}
.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: 24px;
}
.license-list-inner__section-title {
  font-size: 1.73333em;
  line-height: calc(1em + 7px);
  color: #333;
  color: var(--white_text_black);
  margin-bottom: 23px;
}
.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 {
  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 {
  font-size: 0.86667em;
  line-height: calc(1em + 7px);
  color: #999999;
  margin-top: 6px;
}
.license-list-inner__name {
  font-size: 1.2em;
  line-height: calc(1em + 7px);
  color: #333333;
  color: var(--white_text_black);
  font-weight: bold;
}
.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: 0px;
  z-index: 1;
  width: 18px;
  height: 27px;
}

/** view block **/
.license-list-inner--view-block .license-list-inner__item {
  flex-direction: column;
  border-radius: 0 !important;
}
.license-list-inner--view-block .license-list-inner__image-wrapper {
  margin: 0 0 19px 0;
  height: 200px;
  display: flex;
  justify-content: 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;
  font-size: 1em;
  line-height: calc(1em + 7px);
}
.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: 40px 36px;
}
.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;
}

.license-list-inner__list--border-edging .license-list-inner__item {
  border-radius: 0;
}
.license-list-inner__list--border-edging .license-list-inner__wrapper:first-child .license-list-inner__item {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.license-list-inner__list--border-edging .license-list-inner__wrapper:last-child .license-list-inner__item {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.license-list-inner--view-block  .license-list-inner__image-wrapper a.license-list-inner__image{
  height: 100%;
  display: flex;
  align-items: center;
}
.license-list-inner--view-block  .license-list-inner__image-wrapper img{
  max-height: 100%;
}
.license-list-inner--view-list .license-list-inner__image-wrapper{
  width: 144px;
  flex-shrink: 0;
}
@media (min-width: 601px) {
  .license-list-inner--view-list .license-list-inner__content--with-icon .license-list-inner__bottom,
  .license-list-inner--view-list .license-list-inner__content--with-icon .license-list-inner__top {
    padding-right: 54px;
  }
}
@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;
  }
  .license-list-inner__icon-preview-image{
    display: none;
  }
}
@media (max-width: 480px) {
  .license-list-inner--view-block .license-list-inner__image-wrapper{
    height: auto;
  }
}
