.c-feature-genre_style {
  margin-top: 140px;
  height: 1600px;
}
.c-feature-genre_style.lazyloaded {
  background: url("/art-college/music/assets/img/pages/pc_top/bg_feature_genre_style.png") no-repeat;
  background-size: 2702px 1000px;
  background-position: center 450px;
}
.c-feature-genre_style__programs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin: 0 auto;
  margin-top: 107px;
}
.c-feature-genre_style__programs.lazyloaded > .c-feature-genre_style__programs-card-1,
.c-feature-genre_style__programs.lazyloaded > .c-feature-genre_style__programs-card-2 {
  display: flex;
  flex-direction: column;
  height: auto;
}
.c-feature-genre_style__programs-card-1 {
  display: inline-table;
  position: relative;
  margin-bottom: 75px;
  width: 280px;
  height: 500px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffffff;
  > img {
    position: absolute;
    bottom: 420px;
    left: 0;
    width: 130px;
  }
}
.c-feature-genre_style__programs-item-1 {
  width: 280px;
}
.c-feature-genre_style__programs-item-2 {
  width: 220px;
}
.c-feature-genre_style__programs-item-button-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-feature-genre_style__programs-card-2 {
  display: inline-table;
  position: relative;
  margin-bottom: 75px;
  height: 500px;
  width: 220px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffffff;
  > img {
    position: absolute;
    bottom: 420px;
    left: 0;
    width: 130px;
  }
}
.c-feature-genre_style__programs-item-text-1 {
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.c-feature-genre_style__programs-item-text-2 {
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.c-feature-genre_style__programs-item-button-1{
  > img {
    height: 46px;
    width: 95%;
  }
}
.c-feature-genre_style__programs-item-button-2{
  > img {
    height: 46px;
    width: 95%;
  }
}
.genres {
  width: 1000px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}

.genre {
  flex: 0 0 calc((100% - 120px) / 5); 
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  box-sizing: border-box;

  > div {
    width: 100%;
    height: auto;
  }
}
.course-name {
  width: 145px;
}
.detail-button-close {
  position: absolute;
  width: 175px;
  height: 40px;
  background-color: #ffffff;
  color: #7799FF;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  padding: 10px 0 10px 0;
  bottom: -20px;
  left: 10px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  > div > img {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: scale(1.1);
  }
}
.detail-button-open {
  display: none;
  position: absolute;
  width: 175px;
  height: 170px;
  background-color: #ffffff;
  color: #7799FF;
  font-weight: bold;
  font-size: 13px;
  left: 20px;
  padding: 10px 0 10px 0;
  top: 118px;
  z-index: 1;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  > div > img:first-child {
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(1.1);
  }
}
.detail-text {
  font-size: 10px;
  font-weight: 300;
  color: #222222;
  overflow-wrap: break-word;
  padding: 10px;
  text-align: left;
}
.show-curriculum-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
