main {
  background: #f8f8fb;
}

main .club_detail {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

main .club_detail .detail_right {
  width: 77%;
}

main .club_detail .detail_right .content_ {
  padding-bottom: 40px;
  border-bottom: solid 1px #e0e2eb;
  margin-bottom: 40px;
}

main .club_detail .detail_right .content_ h1 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #3f3f3f;
  text-transform: uppercase;
  margin-bottom: 20px;
}

main .club_detail .detail_right .content_ p,
main .club_detail .detail_right .content_ span {
  font-size: 16px;
  color: #5c5c5c;
}

main .club_detail .detail_right .content_ p img,
main .club_detail .detail_right .content_ span img {
  width: 100% !important;
  height: auto !important;
}

main .club_detail .detail_right .content_ p:last-child,
main .club_detail .detail_right .content_ span:last-child {
  margin-bottom: 0;
}

main .club_detail .detail_right .content_ .council {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}

main .club_detail .detail_right .content_ .council .item {
  padding: 12px 12px 16px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

main .club_detail .detail_right .content_ .council .item .image {
  position: relative;
}

main .club_detail .detail_right .content_ .council .item .image img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

main .club_detail .detail_right .content_ .council .item .image .img-pupil {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}

main .club_detail .detail_right .content_ .council .item .image .img-bgr-hover {
  display: none;
}

main .club_detail .detail_right .content_ .council .item .content {
  margin-top: 16px;
  text-align: center;
}

main .club_detail .detail_right .content_ .council .item .content .name {
  font-size: 16px;
  font-weight: 600;
  color: #3f3f3f;
  text-transform: uppercase;
  margin-bottom: 0px;
}

main .club_detail .detail_right .content_ .council .item .content .sub {
  font-size: 15px;
  color: #828282;
  margin-bottom: 8px;
}

main .club_detail .detail_right .content_ .council .item .content .sub:last-child {
  margin-bottom: 0;
}

main .club_detail .detail_right .content_ .council .item:hover {
  -webkit-box-shadow: 0px 0px 30px -12px #3f3f3f;
          box-shadow: 0px 0px 30px -12px #3f3f3f;
}

main .club_detail .detail_right .content_ .council .item:hover .image .img-bgr {
  display: none;
}

main .club_detail .detail_right .content_ .council .item:hover .image .img-bgr-hover {
  display: block;
}

main .club_detail .detail_right .content_ .council .item:hover .content .name {
  color: #4b5082;
}

main .club_detail .detail_right .content_ table {
  width: 100%;
  border-color: #e0e0e0;
  border-radius: 4px;
  overflow-x: auto;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100% !important;
}

main .club_detail .detail_right .content_ table tr th {
  padding: 16px 0;
  text-align: center;
  background: #f8f8fb;
  text-transform: uppercase;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

main .club_detail .detail_right .content_ table tr td {
  padding: 16px 0;
  text-align: center;
  color: #5c5c5c;
  background-color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

main .club_detail .detail_right .content_ table tr td:nth-child(2) {
  font-weight: 600;
}

main .club_detail .detail_right .content_ .summary {
  font-size: 16px;
  color: #3f3f3f;
  font-style: italic;
  margin-bottom: 40px;
}

main .club_detail .detail_right .content_ .content_detail_news p {
  margin-bottom: 40px;
}

main .club_detail .detail_right .content_ .content_detail_news p img {
  border-radius: 8px;
}

main .club_detail .detail_right .content_table {
  overflow-x: auto;
}

main .club_detail .detail_left {
  width: 23%;
}

main .club_detail .detail_left .menu-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
}

main .club_detail .detail_left .item_left {
  border-bottom: solid 1px #e0e2eb;
  margin-bottom: 20px;
}

main .club_detail .detail_left .item_left img {
  border-radius: 8px;
}

main .club_detail .detail_left .item_left .title {
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #4b5082;
  text-transform: uppercase;
}

main .club_detail .detail_left .item_left .title_2 {
  font-size: 14px;
  font-weight: 600;
  color: #5c5c5c;
  text-transform: uppercase;
  margin-bottom: 12px;
}

main .club_detail .detail_left .item_left .sub {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

main .club_detail .detail_left .item_left .sub p {
  margin-bottom: 0;
}

main .club_detail .detail_left .item_left:last-child {
  border-bottom: none;
}

main .club_detail .detail_left .item_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

main .club_detail .detail_left .item_share .title_2 {
  margin-bottom: 0;
}

main .club_detail .detail_left .item_share .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 1400px) {
  main .club_detail {
    padding: 30px 10px;
  }
}

@media (max-width: 768px) {
  #detail_page .club_detail {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    gap: 30px;
  }
  #detail_page .club_detail .detail_left .menu-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px !important;
  }
  #detail_page .club_detail .detail_right .content_ {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #detail_page .club_detail .detail_right .content_ h1 {
    font-size: 26px;
  }
  #detail_page .club_detail .detail_right .content_ .council {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}

@media (max-width: 500px) {
  #detail_page .club_detail {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #detail_page .club_detail .detail_left {
    width: 100%;
  }
  #detail_page .club_detail .detail_left .menu-sticky .item_left {
    margin-bottom: 10px;
  }
  #detail_page .club_detail .detail_left .menu-sticky .item_left .title {
    text-align: center;
    font-size: 18px;
  }
  #detail_page .club_detail .detail_left .menu-sticky .item_share {
    padding-bottom: 10px;
  }
  #detail_page .club_detail .detail_left .menu-sticky .item_share:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #detail_page .club_detail .detail_right {
    width: 100%;
  }
  #detail_page .club_detail .detail_right .content_ {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #detail_page .club_detail .detail_right .content_ h1 {
    font-size: 22px;
  }
  #detail_page .club_detail .detail_right .content_ .council {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
/*# sourceMappingURL=club_detail.css.map */