/* CSS Document */
.societyList .Txt::before, .societyList .imgBox .btnBox, .societyList .item::before {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.mainArea {
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .mainArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding: 60px 0;
  }
}

.societyListPage .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1180px) {
  .societyListPage .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
@media (max-width: 768px) {
  .societyListPage .wrap {
    row-gap: 2rem;
  }
}
.societyListPage .leftBox {
  position: relative;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .societyListPage .leftBox {
    width: 100%;
  }
}
.societyListPage .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1180px) {
  .societyListPage .rightBox {
    width: 100%;
  }
}

.societyList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 2rem 0;
}
@media (max-width: 1180px) {
  .societyList {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.societyList .societyItem {
  position: relative;
  width: calc(33.3333333333% - 0rem * 2 / 3);
}
@media (max-width: 1180px) {
  .societyList .societyItem {
    width: calc(33.3333333333% - 1.5rem * 2 / 3);
  }
}
@media (max-width: 768px) {
  .societyList .societyItem {
    width: calc(50% - 1.5rem * 1 / 2);
  }
}
@media (max-width: 480px) {
  .societyList .societyItem {
    width: 100%;
  }
}
.societyList .item {
  position: relative;
  padding: 0.625rem 0 1.5rem;
}
@media (max-width: 1180px) {
  .societyList .item {
    padding: 0;
  }
}
.societyList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 0;
  background-color: rgba(0, 54, 134, 0.5);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
}
@media (min-width: 1181px) {
  .societyList .item:has(.linkWrap):hover:before {
    height: 100%;
  }
  .societyList .item:has(.linkWrap):hover .imgBox .btnBox {
    opacity: 1;
    translate: 0 0;
    pointer-events: auto;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .societyList .item:has(.linkWrap):hover .Txt::before {
    height: 100%;
  }
}
.societyList .imgBox {
  position: relative;
  padding: 1.5rem;
}
.societyList .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.societyList .imgBox .btnBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  z-index: 1;
  opacity: 0;
  translate: 0 20px;
  pointer-events: none;
}
.societyList .Txt {
  position: relative;
  padding: 0 1rem 0 1.5rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .societyList .Txt {
    padding: 0 1rem 0 1.25rem;
  }
}
.societyList .Txt::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 2px;
  height: 38px;
  background-color: #97c7e5;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 1280px) {
  .societyList .Txt::before {
    height: 36px;
  }
}
@media (max-width: 991px) {
  .societyList .Txt::before {
    height: 30px;
  }
}
.societyList .Txt .title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .societyList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .societyList .Txt .title {
    font-size: 18px;
  }
}
.societyList .Txt .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.75rem;
}
@media (max-width: 1280px) {
  .societyList .Txt .text {
    margin-top: 0.5rem;
  }
}
@media (max-width: 991px) {
  .societyList .Txt .text {
    font-size: 15px;
  }
}
.societyList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.societyInsPage .insIntroBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 1366px) {
  .societyInsPage .insIntroBox {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 991px) {
  .societyInsPage .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
.societyInsPage .insIntroBox .introBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 991px) {
  .societyInsPage .insIntroBox .introBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.societyInsPage .insIntroBox .articleTitle {
  width: 100%;
}
.societyInsPage .insIntroBox .text {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
}
/*# sourceMappingURL=society.css.map */