a.thumb_btn {
  display: flex;
  max-width: 400px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  align-items: center;
  overflow: hidden;
  transition: 0.3s all;
}
a.thumb_btn > div.thumb_btn_img {
  position: relative;
  max-width: 120px;
  min-width: 120px;
  min-height: 6em;
  overflow: hidden;
}
a.thumb_btn > div.thumb_btn_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
a.thumb_btn > div.thumb_btn_body {
  padding: 1ex 1em;
  box-sizing: border-box;
  flex-grow: 1;
}
a.thumb_btn > div.thumb_btn_body::after {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: -10%;
  margin-left: 0.5ex;
}
a.thumb_btn > div.thumb_btn_body.ext::after {
  content: "";
  background: url(../asset/img/common/icon_ext.webp) 50% 50%/contain no-repeat;
}
a.thumb_btn > div.thumb_btn_body.pdf::after {
  content: "";
  background: url(../asset/img/common/icon_pdf.webp) 50% 50%/contain no-repeat;
}
a.thumb_btn:link, a.thumb_btn:visited, a.thumb_btn:hover, a.thumb_btn:active {
  color: #333333;
  text-decoration: none;
}
a.thumb_btn:hover, a.thumb_btn:active {
  background: #157db6;
  color: #ffffff;
  transform: translateY(3px);
}
a.thumb_btn:hover .thumb_btn_img img, a.thumb_btn:active .thumb_btn_img img {
  transform: scale(1.1);
}
a.thumb_btn:hover > div.thumb_btn_body.ext::after, a.thumb_btn:active > div.thumb_btn_body.ext::after {
  background-image: url(../asset/img/common/icon_ext_white.webp);
}
a.thumb_btn:hover > div.thumb_btn_body.pdf::after, a.thumb_btn:active > div.thumb_btn_body.pdf::after {
  background-image: url(../asset/img/common/icon_pdf_white.webp);
}

/*# sourceMappingURL=thumb_btn.css.map */
