.skill_wrap {
  background-color: rgba(0, 0, 0, .9);
  /* background-color:black; */
  border-radius: 10px;
  border: 1px solid white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .65) inset, 0 0 0 1px rgba(0, 0, 0, .54);
  min-width: 280px;
  height: fit-content;
  font-family: 'Dotum', '돋움', 'NEXON Lv2 Gothic';
  color: white;
  font-size: 11px;
  text-align: left;
}

.skill_header {
  padding: 5px;
}

.skill_header .skill_name {
  font-size: 14px;
  font-weight: bold;
}

.skill_description {
  padding: 10px;
}

.skill_description .skill_thumb {
  width: 70px;
  height: 70px;
  image-rendering: pixelated;
  box-shadow: 0 0 2px 1px white;
  border-radius: 10px;
}

.skill_description .skill_info {
  flex-shrink: 0;
  width: calc(100% - 70px);
  padding-left: 10px;
}

.skill_effect {
  border-top: 1px rgba(255, 255, 255, 0.2) dashed;
  padding: 10px;
  padding-bottom: 0;
}