.btn-arrow-list::before {
  position: absolute;
  content: "";
  top: 45%;
  right: 15px;
  transform: translateY(-50%);
  width: 21px;
  height: 7px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg); }

.btn-hover-gray, .btn-hover-green {
  transition: all 0.3s ease 0s; }

.btn-hover-gray:hover {
  background-color: #AAAAAA !important; }

.btn-hover-green:hover {
  background-color: #2FAD9A !important; }

.btn-link-icon::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 0px;
  width: 100%;
  height: 18px;
  background-position: 95% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../asset/img/icon-arrow02.png); }

.btn-link-icon-green::after {
  position: absolute;
  content: "";
  top: 30%;
  right: 0px;
  width: 100%;
  height: 24px;
  background-position: 95% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../asset/img/icon-arrow-green.png); }

.link-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden; }

.hover-gray-light {
  transition: all 0.3s ease 0s; }

.hover-gray-light:hover {
  background-color: #eee !important; }

.btn-arrow::before {
  position: absolute;
  content: "";
  top: 14%;
  right: 15px;
  transform: translateY(-50%);
  width: 21px;
  height: 7px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg); }
