.prj-head {
  margin-bottom: 4rem; }

.prj-list {
  --rg: 0.8rem;
  --cg: 0.8rem; }
  @media screen and (max-width: 900px) {
    .prj-list .col {
      width: 50%; } }
  @media screen and (max-width: 420px) {
    .prj-list .col {
      width: 100%; } }

.prj-it {
  position: relative; }
  @media (hover: hover) {
    .prj-it:hover .prj-image .inner::after {
      opacity: 0; }
    .prj-it:hover .prj-pos {
      opacity: 1; } }

.prj-image .inner {
  display: block;
  padding-top: calc((280 / 400) * 100%);
  position: relative;
  overflow: hidden; }
  .prj-image .inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .prj-image .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.prj-pos {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1.2rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66.57%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.57%, #000000 100%); }
  @media screen and (max-width: 1200px) {
    .prj-pos {
      opacity: 1; } }
  @media screen and (max-width: 500px) {
    .prj-pos {
      padding: 0.6rem; } }
  .prj-pos .t-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem; }
    .prj-pos .t-gr .t-text {
      font-size: 1.8rem;
      font-weight: 500;
      color: #fff;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media only screen and (max-width: 1200px) {
        .prj-pos .t-gr .t-text {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 800px) {
        .prj-pos .t-gr .t-text {
          font-size: 1.5rem; } }
      @media screen and (max-width: 500px) {
        .prj-pos .t-gr .t-text {
          font-size: 1.4rem; } }
    .prj-pos .t-gr .t-des {
      color: #fff;
      font-size: 1.6rem; }
      @media screen and (max-width: 500px) {
        .prj-pos .t-gr .t-des {
          font-size: 1.2rem; } }

@media screen and (max-width: 600px) {
  .prjs-ctn {
    padding: 1.2rem;
    border: 0.1rem solid #eee; } }

@media screen and (max-width: 600px) {
  .prjs-row .col {
    width: 100%; } }

.prjs-himg .inner {
  display: block;
  padding-top: calc((450 / 1200) * 100%);
  position: relative;
  overflow: hidden; }
  .prjs-himg .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.prjs-mid {
  margin-top: 4rem; }
  @media screen and (max-width: 600px) {
    .prjs-mid {
      margin-top: 2.4rem; } }

.prjs-tt {
  font-size: 3.6rem;
  font-weight: 500;
  color: #1a1e28;
  margin-bottom: 4rem; }
  @media only screen and (max-width: 1200px) {
    .prjs-tt {
      font-size: 3.1rem; } }
  @media only screen and (max-width: 800px) {
    .prjs-tt {
      font-size: 2.6rem; } }
  @media screen and (max-width: 600px) {
    .prjs-tt {
      margin-bottom: 2.4rem;
      font-size: 2.4rem; } }

.prjs-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.prjs-dist {
  max-width: 32rem; }
  .prjs-dist .t-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.6rem; }
    .prjs-dist .t-gr .t-text {
      color: #1a1e28;
      font-weight: 500;
      font-size: 1.6rem; }
    .prjs-dist .t-gr .t-des {
      font-size: 1.6rem;
      color: #606269; }
      @media screen and (max-width: 500px) {
        .prjs-dist .t-gr .t-des {
          font-size: 1.4rem; } }

.prjs-lv .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.6rem; }
  .prjs-lv .t-gr .t-text {
    color: #1a1e28;
    font-weight: 500;
    font-size: 1.6rem; }
  .prjs-lv .t-gr .t-des {
    font-size: 1.6rem;
    color: #606269; }
    @media screen and (max-width: 500px) {
      .prjs-lv .t-gr .t-des {
        font-size: 1.4rem; } }

.prjs-bot {
  margin-top: 4rem; }

.prjs-content {
  padding: 4rem;
  background: #fff9f4; }
  @media screen and (max-width: 1000px) {
    .prjs-content {
      padding: 2.4rem; } }
  .prjs-content .t-text {
    color: #1a1e28;
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 1200px) {
      .prjs-content .t-text {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .prjs-content .t-text {
        font-size: 2.2rem; } }
    @media screen and (max-width: 1000px) {
      .prjs-content .t-text {
        margin-bottom: 0.8rem; } }
  .prjs-content input:checked ~ .tab-readmore {
    max-height: unset; }
    .prjs-content input:checked ~ .tab-readmore::after {
      opacity: 0; }
  .prjs-content input:checked ~ .btn-drop-text .btn .inner .text:nth-child(1) {
    display: none; }
  .prjs-content input:checked ~ .btn-drop-text .btn .inner .text:nth-child(2) {
    display: block; }
  .prjs-content input:checked ~ .btn-drop-text .btn .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .prjs-content input:checked ~ .prjs-content::after {
    opacity: 0; }
  .prjs-content .tab-readmore {
    max-height: 14rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative; }
    @media screen and (max-width: 600px) {
      .prjs-content .tab-readmore {
        max-height: 24rem;
        font-size: 1.4rem; } }
    .prjs-content .tab-readmore::after {
      content: "";
      position: absolute;
      width: 100%;
      bottom: 0;
      height: 60%;
      left: 50%;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 239, 232, 0)), to(rgba(254, 239, 232, 0.5)));
      background: linear-gradient(180deg, rgba(254, 239, 232, 0) 0%, rgba(254, 239, 232, 0.5) 100%);
      pointer-events: none; }
  .prjs-content .btn-drop-text {
    padding-top: 1.2rem;
    display: block; }
    .prjs-content .btn-drop-text .btn .inner .text:nth-child(2) {
      display: none; }

.prjs-gal {
  margin-top: 4rem; }