.home-category {
  margin-bottom: 2em;
}

.home-category__header {
  background: #002a64;
  color: #fff;
  text-align: center;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  margin: 0 0px 35px;
  position: relative;
}

.home-category__header span::before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #002a63;
  position: absolute;
  bottom: -9px;
  left: calc(50% - 10px);
}

.home-category__inner {
  border: 3px solid #002a64;
  display: flex;
  box-sizing: border-box;
  max-height: 238px;
}

.home-category__inner img {
  width: 100%;
}
.home-category__inner .category-image {
  position: relative;
  width: 150px;
  height: 135px;
}
.home-category__inner .category-image a {
  display: inline-block;
  width: 133px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  left: -15px;
}
.home-category__inner {
  position: relative;
}
.home-category__inner::after {
  content: "";
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid #002a63;
  border-top: 30px solid #fdfdfd;
  bottom: 0;
  right: 0;
}
.home-category .main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.home-category .category-image::before {
  content: "";
  position: absolute;
  background: url("/img/frame/overlay_blue.png") no-repeat center;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.home-category .category-image::after {
  content: "";
  position: absolute;
  background: url("/img/frame/bg_wood.png") no-repeat center;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.home-category .main-content h3 a {
  font-weight: 300;
  font-size: 26px;
  line-height: 26px;
  text-decoration: none;
  color: #2d2d2d;
}

.home-category .main-content .sub-title {
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  color: #002a64;
  letter-spacing: 3px;
}

/* red */
.home-category-red .category-image a {
  display: inline-block;
  width: 130px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  left: 0;
}
.home-category-red .category-image::before {
  background: url("/img/frame/overlay_red.png") no-repeat center;
}

.home-category-red .home-category__inner {
  border: 3px solid #dd0000;
}
.home-category-red .home-category__header {
  background: #dd0000;
}

.home-category-red .main-content .sub-title {
  color: #dd0000;
}

.home-category-red .home-category__inner::after {
  border-left: 30px solid transparent;
  border-right: 30px solid #dd0000;
  border-top: 30px solid #fdfdfd;
  bottom: 0;
  right: 0;
}

.home-category-red .home-category__header span::before {
  border-top: 10px solid #dd0000;
}

@media (min-width: 769px) {
  .home-category .main-content .sub-title {
    font-size: 17px;
  }
  .home-category__header {
    margin: 0 60px 35px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }

  .home-category .main-content h3 a {
    font-size: 32px;
    line-height: 38px;
  }
  .home-category__inner .category-image {
    width: 250px;
    height: 235px;
  }
  .home-category__inner .category-image a {
    width: 333px;
    bottom: 3px;
    z-index: 2;
    left: -30px;
  }
  .home-category-red .category-image a {
    width: 224px;
    bottom: 3px;
    z-index: 2;
    left: 0;
  }
}
