@charset "utf-8";

.archive .pageWrapper {
  padding: 80px 120px 100px
}

.single .pageWrapper {
  padding: 80px 0 0
}

@media screen and (max-width:1024px) {
  .archive .pageWrapper {
    padding: 80px 60px 100px
  }
}

@media screen and (max-width:767px) {
  .archive .pageWrapper {
    padding: 68px 30px 80px
  }
}

.archive .mainContents {
  margin-top: 40px
}

.head {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 8px;
  max-width: 600px
}

.post__item .category__list,
.single .category__list {
  gap: 10px 8px
}

.category__item a,
.category__item span {
  border-radius: 35px;
  border: 1px solid #5ea7af;
  color: #5ea7af;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .6px;
  padding: 4px 12px;
  transition: 0.5s ease
}

.category__item a:hover,
.category__item a.on {
  color: #e7e6e1;
  background: #5ea7af
}

.post__item {
  position: relative
}

.no-post {
  margin: 100px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%
}

.post__item:hover .post__thumbnail img {
  transform: scale(1.05)
}

.post__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 80px 60px
}

@media screen and (max-width:1440px) {
  .post__list {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 70px 50px
  }
}

@media screen and (max-width:767px) {
  .post__list {
    margin-top: 50px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 50px 30px
  }

  .category__list {
    gap: 10px 8px
  }
}

.post__thumbnail {
  position: relative;
  aspect-ratio: 12 / 13;
  background: linear-gradient(0deg, #90999a 0%, #90999a 100%), lightgray 50% / cover no-repeat;
  overflow: hidden
}

.post__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease
}

.post__title {
  margin: 20px 0
}

.post__title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 128%
}

.post__title h2 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%
}

.post__title a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.single .mainContents {
  width: 50%;
  padding: 0 60px;
  margin-left: auto
}

.single .pageTitle {
  margin-top: 10px;
  line-height: 140%
}

.contents__layout {
  display: flex;
  margin-bottom: 120px;
  position: relative
}

.gallery {
  margin-top: -80px;
  width: 50%;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden
}

.gallery__fixed-display {
  position: relative;
  width: 100%;
  height: 100%
}

.thumbnail__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%
}

.thumbnail__img figure {
  width: 100%;
  height: 100%
}

.thumbnail__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.gallery__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: none
}

.gallery__container.active {
  display: block;
  opacity: 1
}

.gallery__img {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.gallery__img.active {
  display: block
}

.gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.single .mainContents {
  width: 50%;
  padding: 0 60px;
  position: relative
}

.single .mainContents .contents h2[data-gallery-index] {
  scroll-margin-top: 200px
}

@media screen and (max-width:767px) {
  .contents__layout {
    flex-direction: column;
    margin-bottom: 80px
  }

  .gallery {
    display: none
  }

  .single .mainContents {
    width: 100%;
    padding: 0 30px;
    order: 2
  }

  .gallery__container {
    height: fit-content;
    position: relative;
    display: flex !important;
    flex-direction: column;
    gap: 40px;
    opacity: 1 !important;
    margin: 40px 0
  }

  .gallery__img {
    position: inherit;
    display: block !important
  }

  .gallery__fixed-display {
    display: none
  }

  .thumbnail__img {
    margin-top: 40px;
    position: relative;
    top: 0;
    left: -30px;
    width: calc(100% + 60px)
  }
}

.section {
  position: relative;
  display: block;
  overflow: visible;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.single .head p {
  font-size: 24px;
  font-weight: 400;
  line-height: 128%
}

.subHeading {
  margin-top: 40px
}

.problemSolving {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px
}

.problemSolving__title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 18px;
  border-bottom: 1px solid #192e34;
  display: flex;
  align-items: end;
  gap: 16px
}

.problemSolving__title small {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: .7px
}

.problemSolving__text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 157%
}

@media screen and (max-width:767px) {
  .problemSolving__title {
    font-size: 20px;
    padding-bottom: 15px;
    align-items: center
  }

  .problemSolving__text {
    margin-top: 18px
  }
}

.toc {
  margin-top: 80px;
  padding: 30px;
  background: #fff
}

.toc__title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #192e34;
  display: flex;
  gap: 16px
}

.toc__title small {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .7px
}

.toc__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.toc__item {
  position: relative
}

.toc__item::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 24px;
  left: 3px
}

.toc__item:last-child::before {
  display: none
}

.toc__item a {
  color: #5ea7af;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: 0.3s ease
}

.toc__item a:hover {
  color: #192e34
}

.toc__item a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #5ea7af;
  border-radius: 50%;
  transition: 0.3s ease
}

.toc__item a:hover::before {
  background: #192e34
}

.toc__item span {
  display: flex;
  align-items: center;
  gap: 11px
}

.toc__number {
  font-size: 30px;
  font-weight: 500
}

.toc__text {
  margin-top: 5px;
  color: #192e34;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: .75px;
  padding-left: 26px
}

@media screen and (max-width:767px) {
  .toc {
    margin-top: 40px;
    padding: 25px
  }

  .toc__title {
    font-size: 20px;
    border: none;
    padding-bottom: 0
  }

  .toc__list {
    margin-top: 25px;
    gap: 25px
  }

  .toc__item::before {
    height: 125%;
    top: 16px;
    left: 2.5px;
    transform: scale(.75)
  }

  .toc__text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: .7px;
    padding-left: 24px
  }

  .toc__item a {
    gap: 16px
  }

  .toc__item a::before {
    width: 6px;
    height: 6px
  }
}

.single .mainContents .contents {
  counter-reset: heading
}

.single .mainContents .contents h2 {
  margin-top: 80px;
  color: #5ea7af;
  font-family: var(--font-latin--garamond);
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 32px;
  border-bottom: 1px solid #192e34;
  display: flex;
  align-items: center;
  gap: 17px
}

.single .mainContents .contents h2::before {
  counter-increment: heading;
  content: counter(heading, decimal-leading-zero);
  color: #5ea7af;
  font-family: var(--font-latin--garamond);
  font-size: 71px;
  font-weight: 400
}

.single .sectionSubHeading {
  margin: 25px 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%
}

.single .mainContents .contents a {
  color: #5ea7af
}

.single .mainContents .contents p:empty {
  height: 28px
}

@media screen and (max-width:767px) {
  .single .mainContents .contents h2 {
    margin-top: 50px;
    font-size: 24px;
    letter-spacing: 1.2px;
    padding-bottom: 20px
  }

  .single .mainContents .contents h2::before {
    font-size: 47px
  }

  .single .sectionSubHeading {
    margin: 20px 0 15px;
    font-size: 16px;
    line-height: 180%
  }
}

.back-btn {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .7px;
  width: fit-content
}

.back-btn--reverse {
  margin-top: 60px
}

.back-btn:hover {
  color: #5ea7af
}

.back-btn,
.back-btn * {
  transition: 0.3s ease
}

.back-btn:hover svg path,
.back-btn:hover svg circle {
  stroke: #5ea7af
}

.back-btn:hover svg {
  transform: translateX(-3px)
}

.back-btn--reverse:hover svg {
  transform: translateX(3px)
}

@media screen and (max-width:767px) {
  .back-btn {
    margin: 50px auto 0
  }
}

.workList {
  padding: 0 120px 120px
}

.workList__title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.6px
}

.workList__list {
  margin-top: 43px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px
}

.workList__item {
  cursor: pointer
}

.workList__img {
  position: relative;
  width: 100%;
  aspect-ratio: 380 / 269;
  background: gray;
  overflow: hidden
}

.workList__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease
}

.workList__item:hover .workList__img img {
  transform: scale(1.1)
}

.workList__item__title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  transition: .5s ease
}

.workList__item:hover .workList__item__title {
  color: #5ea7af
}

.workList__item__text {
  display: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .7px
}

.workList__display__container {
  display: none
}

.workList__display {
  margin-top: 80px;
  display: flex;
  width: 100%;
  gap: 60px
}

.workList__display__img {
  position: relative;
  width: 56.4%;
  aspect-ratio: 677 / 479
}

.workList__display__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.workList__display__contents {
  position: relative;
  width: 43.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px
}

.workList__display__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%
}

.workList__display__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: .42px
}

.workList__display__close {
  position: absolute;
  top: 0;
  right: 0
}

@media screen and (max-width:1024px) {
  .workList {
    padding: 0 60px 80px
  }
}

@media screen and (max-width:767px) {
  .workList {
    padding: 0 30px 70px
  }

  .workList__list {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px
  }

  .workList__item {
    max-width: 100%
  }

  .workList__item__title {
    font-size: 16px;
    line-height: 160%
  }
}

.team {
  padding: 120px;
  background: #fff
}

.team__title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.6px
}

.team__nameList {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.team__nameList__item {
  display: flex;
  align-items: center;
  gap: 20px
}

.team__nameList__item dt,
.team__nameList__item dd {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .7px
}

.team__nameList__item dt {
  width: fit-content
}

.team__nameList__item dd {
  flex: 1
}

.team__cardList {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 30px
}

.team__card {
  max-width: 250px
}

.team__img {
  position: relative;
  aspect-ratio: 175 / 219;
  background: gray
}

.team__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.team__name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px
}

.team__role {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .6px
}

@media screen and (max-width:1024px) {
  .team {
    padding: 80px 60px
  }
}

@media screen and (max-width:767px) {
  .team {
    padding: 70px 30px
  }

  .team__cardList {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px
  }

  .team__card {
    max-width: 100%
  }

  .team__nameList__item dt {
    max-width: 175px;
  }
}

.relatedProjects {
  padding: 120px
}

.relatedProjects__title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1.6px
}

.relatedProjects .post__list {
  margin-top: 60px
}

@media screen and (max-width:1024px) {
  .relatedProjects {
    padding: 80px 60px
  }
}

@media screen and (max-width:767px) {
  .relatedProjects {
    padding: 80px 0
  }

  .relatedProjects__title {
    padding: 0 30px
  }

  .relatedProjects .post__list {
    margin-top: 50px;
    gap: 50px 0;
    grid-template-columns: repeat(2, 1fr)
  }

  .relatedProjects .post__title {
    padding: 15px;
    margin: 0
  }

  .relatedProjects .post__title h2 {
    font-size: 16px;
    line-height: 137%
  }

  .relatedProjects .category__list {
    padding: 0 15px
  }

  .relatedProjects .category__list {
    gap: 7px 6px
  }

  .relatedProjects .category__item {
    line-height: 1.4
  }

  .relatedProjects .category__item a {
    font-size: 10px;
    padding: 2px 8px
  }
}