@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
.modal_gallery_wrap .modal_gallery_items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 50px;
}
.modal_gallery_wrap .modal_gallery_items .gallery_item {
  position: relative;
}
.modal_gallery_wrap .modal_gallery_items .gallery_item:hover .item_inner .for_modify {
  z-index: 100;
  opacity: 1;
}
.modal_gallery_wrap .modal_gallery_items .gallery_item:hover .item_inner .item_img {
  outline-color: var(--bh_color_white);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.modal_gallery_wrap .modal_gallery_items .gallery_item .item_inner {
  position: relative;
  height: 100%;
  border-radius: 15px;
}
.modal_gallery_wrap .modal_gallery_items .gallery_item .item_inner .item_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal_gallery_wrap .modal_gallery_items .gallery_item .item_inner .item_img {
  position: relative;
  width: 100%;
  height: 197px;
  border-radius: 20px;
  overflow: hidden;
  outline: 10px solid transparent;
  transition: outline-color 0.5s, box-shadow 0.5s;
}
.modal_gallery_wrap .modal_gallery_items .gallery_item .item_inner .item_img > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.5s;
}
.modal_gallery_wrap .modal_gallery_items .gallery_item .item_inner .check {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.modal_gallery_wrap .modal_gallery_items .gallery_item .item_inner .for_modify {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 3px 5px;
  background-color: var(--bh_color_gray_100);
  opacity: 0;
  transition: opacity 0.3s;
}
.modal_gallery_wrap .modal_gallery_items .gallery_item .item_inner .title {
  display: -webkit-box;
  margin-top: 20px;
  overflow: hidden;
  color: var(--bh_color_gray_800);
  font-size: 20px;
  font-weight: 800;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.modal_gallery_wrap .modal_gallery_items .gallery_item .item_inner .review {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  color: var(--bh_color_gray_700);
  font-size: 16px;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.modal_gallery_wrap .modal_gallery_items .gallery_item > .bh_modal_toggle {
  position: absolute;
  inset: 0;
  z-index: 5;
}
@media (max-width: 992px) {
  .modal_gallery_wrap .modal_gallery_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 20px;
  }
  .modal_gallery_wrap .modal_gallery_items .gallery_item .item_inner .item_img {
    height: 160px;
  }
  .modal_gallery_wrap .modal_gallery_items .gallery_item .item_inner .title {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .modal_gallery_wrap .modal_gallery_items .gallery_item .item_inner .review {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}
.review_modal .bh_modal_dimmed {
  background-color: rgba(0, 0, 0, 0.3);
}
.review_modal .bh_modal_content {
  /*
		 * JS에서 현재 이미지 표시 너비를 넣어줌
		 */
  width: var(--modal-width, 700px);
  max-width: calc(100vw - 80px) !important;
  max-height: calc(100vh - 100px);
  background-color: transparent;
  box-shadow: none !important;
  border-radius: 20px;
  /*
		 * 이미지 사이즈 계산 전 깜빡임 방지
		 */
  opacity: 0;
}
.review_modal .bh_modal_content.is-size-ready {
  opacity: 1;
}
.review_modal .bh_modal_content.use-transition {
  transition: width 0.4s ease, opacity 0.2s ease;
}
.review_modal .bh_modal_content .board_modal_inner {
  position: relative;
  width: 100%;
  border-radius: 20px;
}
.review_modal .bh_modal_content .review_content {
  width: 100%;
  max-height: calc(100vh - 100px);
  border-radius: 20px;
  overflow: hidden;
}
.review_modal .bh_modal_content .content_inner {
  width: 100%;
  max-height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
}
.review_modal .bh_modal_content .content_inner::-webkit-scrollbar {
  display: none;
}
.review_modal .bh_modal_content .bh_modal_close {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--bh_color_white);
  color: #000;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}
.review_modal .bh_modal_content .work_content_img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.review_modal .bh_modal_content .work_content_img .workSwiper {
  width: 100%;
}
.review_modal .bh_modal_content .work_content_img .workSwiper .swiper-wrapper {
  align-items: flex-start;
}
.review_modal .bh_modal_content .work_content_img .workSwiper .swiper-slide {
  width: 100%;
  height: auto;
}
.review_modal .bh_modal_content .work_content_img .workSwiper .swiper-button-next, .review_modal .bh_modal_content .work_content_img .workSwiper .swiper-button-prev {
  color: var(--bh_color_white) !important;
}
.review_modal .bh_modal_content .work_content_img img {
  /*
				 * 팝업 너비와 이미지 너비를 동일하게 사용
				 * contain, max-height, width:auto 제거
				 */
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: initial;
}
.review_modal .bh_modal_content .review_desc {
  width: 100%;
  padding: 30px;
  border-radius: 0 0 20px 20px;
  background-color: var(--bh_color_white);
  box-sizing: border-box;
}
.review_modal .bh_modal_content .review_desc .review_title {
  color: var(--bh_color_gray_800);
  font-size: 24px;
  font-weight: 800;
  word-break: break-all;
}
.review_modal .bh_modal_content .review_desc .desc {
  margin-top: 15px;
  color: var(--bh_color_gray_700);
  font-size: 18px;
  word-break: break-all;
}
@media (max-width: 992px) {
  .review_modal .bh_modal_content {
    max-width: calc(100vw - 20px) !important;
    max-height: calc(100vh - 70px);
  }
  .review_modal .bh_modal_content .review_content, .review_modal .bh_modal_content .content_inner {
    max-height: calc(100vh - 70px);
  }
  .review_modal .bh_modal_content .bh_modal_close {
    top: -40px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .review_modal .bh_modal_content .work_content_img .workSwiper .swiper-button-next, .review_modal .bh_modal_content .work_content_img .workSwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .review_modal .bh_modal_content .work_content_img .workSwiper .swiper-button-next::after, .review_modal .bh_modal_content .work_content_img .workSwiper .swiper-button-prev::after {
    font-size: 30px;
  }
  .review_modal .bh_modal_content .review_desc {
    padding: 20px 15px;
  }
  .review_modal .bh_modal_content .review_desc .review_title {
    font-size: 1.8rem;
  }
  .review_modal .bh_modal_content .review_desc .desc {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
/* creative 페이지 */
:root {
  --cormorant: "Cormorant Garamond", serif;
  --manrope: "Manrope", sans-serif;
}
i {
  font-weight: normal !important;
  line-height: 1 !important;
}
.creative #content {
  padding-top: 0;
}
.creative .content_wrap > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
.creative .xe-widget-wrapper {
  overflow: visible;
}
.creative .xe-widget-wrapper .bh_page_widget_wrap {
  margin-right: unset;
  padding: unset;
  margin-left: unset;
}
.creative .content_wrap {
  overflow: visible;
}
.creative .bh_wrap {
  max-width: 1500px;
}
.creative .sub_top_banner {
  display: none;
}
.creative .project_title span {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(12px, 3vw, 16px);
  text-transform: uppercase;
  color: rgba(73, 58, 82, 0.5);
  font-family: var(--manrope);
  will-change: transform, opacity;
}
.creative .project_title h2 {
  margin: 0;
  font-family: var(--cormorant);
  font-size: clamp(40px, 8vw, 110px);
  font-weight: 400;
  color: #493a52;
  line-height: 1;
  will-change: transform, opacity;
}
.creative .creative_wrap {
  position: relative;
}
.creative .creative_wrap .inner1 {
  position: relative;
  height: calc(100vh - 73px);
  overflow: hidden;
  z-index: 1;
}
.creative .creative_wrap .inner1 .glCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.creative .creative_wrap .inner1 .visual_move {
  position: absolute;
  inset: 0;
  z-index: 2;
  will-change: transform;
}
.creative .creative_wrap .inner1 .visual_wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.creative .creative_wrap .inner1 .visual_wrap .bh_wrap {
  height: 100%;
}
.creative .creative_wrap .inner1 .visual_wrap .main_sign {
  position: absolute;
  left: 15px;
  bottom: 110px;
  overflow: hidden;
}
.creative .creative_wrap .inner1 .visual_wrap .main_sign span {
  display: block;
  font-family: var(--cormorant) !important;
  font-size: clamp(50px, 9vw, 160px);
  color: #493a52;
  opacity: 0;
}
.creative .creative_wrap .inner1 .visual_wrap .visual_info {
  position: absolute;
  top: 60px;
  right: 15px;
  text-align: right;
  font-size: clamp(12px, 3vw, 16px);
  color: rgba(73, 58, 82, 0.7);
  font-family: var(--manrope) !important;
  opacity: 0;
}
.creative .creative_wrap .inner1 .visual_wrap .visual_info p {
  margin: 0;
}
.creative .creative_wrap .inner1 .visual_wrap .scroll_arrow {
  position: absolute;
  right: 15px;
  bottom: 70px;
  font-family: var(--cormorant) !important;
  font-size: 30px;
  color: #493a52;
  opacity: 0;
}
.creative .creative_wrap .inner1 .visual_wrap .scroll_arrow span {
  display: block;
  animation: scrollArrow 1.8s ease-in-out infinite;
}
@keyframes scrollArrow {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}
.creative .creative_wrap .inner1 .lens_move {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 400px;
  height: 350px;
  pointer-events: none;
  will-change: transform;
}
.creative .creative_wrap .inner1 .lens_move .visual_lens {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 62% 38% 54% 46% / 44% 56% 42% 58%;
  pointer-events: none;
  will-change: transform, border-radius;
}
.creative .creative_wrap .inner1 .lens_move .visual_lens .lens_hide {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(7px) saturate(1.05);
  -webkit-backdrop-filter: blur(7px) saturate(1.05);
}
.creative .creative_wrap .inner1 .lens_move .visual_lens .lens_inner {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.16), transparent 45%, rgba(90, 65, 115, 0.04) 100%);
  box-shadow: inset 18px 18px 40px rgba(255, 255, 255, 0.2), inset -18px -18px 40px rgba(73, 58, 82, 0.05), 0 25px 70px rgba(73, 58, 82, 0.06);
}
.creative .creative_wrap .inner1 .lens_move .visual_lens .lens_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 73px);
  transform-origin: 0 0;
  pointer-events: none;
}
.creative .creative_wrap .inner1 .lens_move .visual_lens .lens_sharp {
  z-index: 3;
  -webkit-mask-image: radial-gradient(circle, #000 0%, #000 48%, rgba(0, 0, 0, 0.8) 65%, transparent 90%);
  mask-image: radial-gradient(circle, #000 0%, #000 48%, rgba(0, 0, 0, 0.8) 65%, transparent 90%);
}
.creative .creative_wrap .inner1 .lens_move .visual_lens .lens_blur {
  z-index: 2;
  filter: blur(4px);
  opacity: 0.4;
  -webkit-mask-image: radial-gradient(circle, transparent 15%, rgba(0, 0, 0, 0.4) 45%, #000 80%, #000 100%);
  mask-image: radial-gradient(circle, transparent 15%, rgba(0, 0, 0, 0.4) 45%, #000 80%, #000 100%);
}
@media (max-width: 992px) {
  .creative .creative_wrap .inner1 {
    height: calc(100vh - 50px);
  }
  .creative .creative_wrap .inner1 .visual_wrap .main_sign {
    bottom: 70px;
  }
  .creative .creative_wrap .inner1 .visual_wrap .visual_info {
    top: 30px;
  }
  .creative .creative_wrap .inner1 .visual_wrap .scroll_arrow {
    bottom: 30px;
    font-size: 25px;
  }
  .creative .creative_wrap .inner1 .lens_move {
    display: none;
  }
}
.creative .project_section {
  position: relative;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 2;
  background: #f3edf7;
}
.creative .project_section .project_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
}
.creative .project_section .project_count {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #493a52;
  font-family: var(--manrope);
}
.creative .project_section .project_count .line {
  width: 45px;
  height: 1px;
  background: rgba(73, 58, 82, 0.25);
}
.creative .project_section .project_swiper {
  width: 100%;
  overflow: visible;
}
.creative .project_section .project_swiper .swiper-wrapper {
  align-items: center;
}
.creative .project_section .project_swiper .swiper-slide {
  width: clamp(340px, 40vw, 500px);
  opacity: 0.4;
  transition: opacity 0.8s, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.creative .project_section .project_swiper .swiper-slide:nth-child(3n + 1) {
  transform: translateY(50px) rotate(-2deg);
}
.creative .project_section .project_swiper .swiper-slide:nth-child(3n + 2) {
  transform: translateY(-25px) rotate(2deg);
}
.creative .project_section .project_swiper .swiper-slide:nth-child(3n) {
  transform: translateY(30px) rotate(-1deg);
}
.creative .project_section .project_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: translateY(0) rotate(0);
}
.creative .project_section .project_swiper .project_item {
  display: block;
  color: inherit;
  text-decoration: none;
}
.creative .project_section .project_swiper .project_img {
  position: relative;
  aspect-ratio: 1.25;
  padding: 15px;
  overflow: hidden;
  border-radius: 58% 42% 52% 48% / 46% 54% 42% 58%;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 25px 70px rgba(73, 58, 82, 0.05);
  transition: border-radius 1s cubic-bezier(0.22, 1, 0.36, 1), background 0.8s, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.creative .project_section .project_swiper .project_screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(73, 58, 82, 0.12);
}
.creative .project_section .project_swiper .project_screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: scale(1.04);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s;
}
.creative .project_section .project_swiper .swiper-slide-active .project_img {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.45);
}
.creative .project_section .project_swiper .swiper-slide-active .project_screen img {
  transform: scale(1);
}
.creative .project_section .project_swiper .project_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  padding: 0 15px;
  color: #493a52;
}
.creative .project_section .project_swiper .project_info .project_num {
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 600;
  font-family: var(--manrope);
}
.creative .project_section .project_swiper .project_info .project_name {
  text-align: right;
}
.creative .project_section .project_swiper .project_info .project_name h3 {
  margin: 0;
  font-family: var(--cormorant);
  font-size: clamp(20px, 3vw, 52px);
  font-weight: 400;
  line-height: 1;
}
.creative .project_section .project_swiper .project_info .project_name p {
  margin: 20px 0 0;
  font-size: clamp(12px, 3vw, 14px);
  text-transform: uppercase;
  opacity: 0.55;
  font-family: var(--manrope);
}
.creative .project_section .project_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.creative .project_section .project_bottom .project_drag {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(12px, 3vw, 14px);
  color: #493a52;
  font-family: var(--manrope);
}
.creative .project_section .project_bottom .project_drag i {
  font-size: clamp(18px, 4vw, 20px);
}
.creative .project_section .project_progress {
  position: relative;
  width: 250px;
  height: 1px;
  overflow: hidden;
  background: rgba(73, 58, 82, 0.15);
}
.creative .project_section .project_progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: #493a52;
  transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 992px) {
  .creative .project_section {
    padding: 60px 0;
  }
  .creative .project_section .project_header {
    margin-bottom: 50px;
  }
  .creative .project_section .project_count {
    font-size: 12px;
    gap: 5px;
  }
  .creative .project_section .project_count .line {
    width: 25px;
  }
  .creative .project_section .project_swiper .swiper-slide {
    width: 76vw;
  }
  .creative .project_section .project_swiper .swiper-slide:nth-child(n) {
    transform: translateY(0) rotate(0);
  }
  .creative .project_section .project_swiper .swiper-slide .project_img {
    padding: 10px;
    aspect-ratio: 0.9523809524;
  }
  .creative .project_section .project_swiper .swiper-slide .project_info {
    margin-top: 20px;
  }
  .creative .project_section .project_swiper .swiper-slide .project_info .project_name p {
    margin-top: 10px;
  }
  .creative .project_section .project_bottom {
    margin-top: 40px;
  }
  .creative .project_section .project_progress {
    width: 100px;
  }
}
.creative .project_archive {
  position: relative;
  padding: 120px 0;
  background: #eee9f1;
  color: #493a52;
  z-index: 2;
}
.creative .project_archive .archive_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
}
.creative .project_archive .archive_count {
  font-size: clamp(12px, 3vw, 16px);
  opacity: 0.5;
  white-space: nowrap;
}
.creative .project_archive .archive_filter {
  margin-bottom: 50px;
}
.creative .project_archive .archive_filter .swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.creative .project_archive .archive_filter .swiper-wrapper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  cursor: pointer;
}
.creative .project_archive .archive_filter button {
  padding: 6px 15px;
  border: 1px solid rgba(73, 58, 82, 0.2);
  border-radius: 30px;
  background: transparent;
  font-size: clamp(12px, 3vw, 14px);
  font-family: var(--manrope);
  color: #493a52;
  cursor: pointer;
  pointer-events: none;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.creative .project_archive .archive_filter button:hover, .creative .project_archive .archive_filter button.on {
  border-color: #493a52;
  background: #493a52;
  color: #fff;
}
.creative .project_archive .archive_list {
  border-bottom: 1px solid rgba(73, 58, 82, 0.15);
}
.creative .project_archive .archive_item {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 230px 80px 30px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(73, 58, 82, 0.15);
  color: inherit;
  text-decoration: none;
  transition: padding 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
}
.creative .project_archive .archive_item .num, .creative .project_archive .archive_item .category, .creative .project_archive .archive_item .year {
  font-size: clamp(12px, 3vw, 14px);
  font-family: var(--manrope);
  opacity: 0.55;
}
.creative .project_archive .archive_item strong {
  display: inline-block;
  width: fit-content;
  font-family: var(--cormorant);
  font-size: clamp(22px, 3vw, 45px);
  font-weight: 400;
  line-height: 1;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), font-style 0.3s;
}
.creative .project_archive .archive_item i {
  justify-self: end;
  font-size: clamp(18px, 4vw, 20px);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.creative .project_archive .archive_item:hover {
  padding-left: 15px;
}
.creative .project_archive .archive_item:hover strong {
  transform: translateX(5px);
  font-style: italic;
}
.creative .project_archive .archive_item:hover i {
  transform: translate(4px, -4px);
}
.creative .project_archive .archive_item.hide {
  display: none;
}
.creative .project_archive .archive_preview {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 280px;
  aspect-ratio: 1.3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-origin: left center;
  will-change: transform;
}
.creative .project_archive .archive_preview .preview_inner {
  width: 100%;
  height: 100%;
  padding: 5px;
  overflow: hidden;
  border-radius: 52% 48% 45% 55% / 55% 43% 57% 45%;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 20px 45px rgba(73, 58, 82, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.creative .project_archive .archive_preview img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 992px) {
  .creative .project_archive {
    padding: 60px 0;
  }
  .creative .project_archive .archive_header {
    margin-bottom: 40px;
  }
  .creative .project_archive .archive_filter {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .creative .project_archive .archive_filter .swiper-wrapper {
    gap: 0;
  }
  .creative .project_archive .archive_filter .swiper-wrapper .swiper-slide {
    width: auto;
  }
  .creative .project_archive .archive_filter button {
    flex: none;
    padding: 4px 12px;
    font-size: 12px;
    white-space: nowrap;
  }
  .creative .project_archive .archive_item {
    grid-template-columns: 35px 1fr auto;
    padding: 20px 0;
  }
  .creative .project_archive .archive_item .category {
    display: none;
  }
  .creative .project_archive .archive_item .year {
    margin-right: 15px;
  }
  .creative .project_archive .archive_item i {
    display: none;
  }
  .creative .project_archive .archive_item:hover {
    padding-left: 0;
  }
  .creative .project_archive .archive_item:hover strong {
    transform: none;
    font-style: normal;
  }
  .creative .project_archive .archive_preview {
    display: none;
  }
}
.creative .skill_section {
  position: relative;
  padding: 120px 0;
  background: #f8f4e9;
  color: #493a52;
  z-index: 2;
}
.creative .skill_section .skill_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 80px;
}
.creative .skill_section .skill_header_text {
  margin: 0;
  text-align: right;
  opacity: 0.45;
  font-size: clamp(12px, 3vw, 16px);
  font-family: var(--manrope);
}
.creative .skill_section .skill_content {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 100px;
  padding-top: 80px;
}
.creative .skill_section .skill_message p {
  position: sticky;
  top: 100px;
  margin: 0;
  font-family: var(--cormorant);
  font-size: clamp(45px, 5vw, 58px);
  font-weight: 400;
  line-height: 0.9;
  color: rgba(73, 58, 82, 0.22);
  will-change: transform, opacity, filter;
}
.creative .skill_section .skill_message p .skill_word {
  display: block;
  padding-left: 0;
  color: rgba(73, 58, 82, 0.22);
  line-height: 0.9;
  transition: color 0.45s ease, padding-left 0.45s cubic-bezier(0.22, 1, 0.36, 1), font-style 0.3s ease;
}
.creative .skill_section .skill_message p .skill_word.is-active {
  padding-left: 6px;
  color: #493a52;
  font-style: italic;
}
.creative .skill_section .skill_group {
  display: grid;
  grid-template-columns: 165px 1fr;
  padding: 45px 0;
  border-color: rgba(73, 58, 82, 0.1);
}
.creative .skill_section .skill_group + .skill_group {
  border-top: 1px solid rgba(73, 58, 82, 0.1);
}
.creative .skill_section .skill_group:first-child {
  padding-top: 0;
}
.creative .skill_section .skill_group_title {
  display: flex;
  gap: 10px;
  padding-top: 14px;
  font-size: 16px;
  opacity: 0.4;
  font-family: var(--manrope);
}
.creative .skill_section .skill_items {
  padding-left: 30px;
  width: 100%;
}
.creative .skill_section .skill_items .skill_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 10px 0;
}
.creative .skill_section .skill_items .skill_item strong {
  font-family: var(--cormorant);
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 400;
  line-height: 1;
  transition: padding-left 0.4s cubic-bezier(0.22, 1, 0.36, 1), font-style 0.3s;
}
.creative .skill_section .skill_items .skill_item > span {
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.38;
  font-family: var(--manrope);
}
.creative .skill_section .skill_items .skill_item:hover strong {
  padding-left: 15px;
  font-style: italic;
}
@media (max-width: 992px) {
  .creative .skill_section {
    padding: 60px 0;
  }
  .creative .skill_section .skill_header {
    padding-bottom: 30px;
  }
  .creative .skill_section .skill_content {
    display: block;
    padding-top: 30px;
  }
  .creative .skill_section .skill_message {
    margin-bottom: 20px;
  }
  .creative .skill_section .skill_message p {
    position: relative;
    top: auto;
    font-size: clamp(38px, 12vw, 45px);
  }
  .creative .skill_section .skill_group {
    display: block;
    padding: 20px 0;
  }
  .creative .skill_section .skill_group_title {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .creative .skill_section .skill_items {
    padding-left: 0;
  }
  .creative .skill_section .skill_items .skill_item {
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 6px 0;
  }
  .creative .skill_section .skill_items .skill_item > span {
    font-size: 12px;
  }
}
.creative .contact_section {
  position: relative;
  padding: 200px 0 30px;
  background-color: #302c35;
  color: #f5f0e7;
  overflow: hidden;
}
.creative .contact_section .bh_wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(120px, 20vh, 250px);
}
.creative .contact_section .contact_light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 232, 153, 0.13) 0%, rgba(243, 232, 153, 0.065) 32%, rgba(243, 232, 153, 0.025) 50%, rgba(243, 232, 153, 0) 72%);
  filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.4s ease, transform 0.12s linear;
  will-change: transform;
}
.creative .contact_section .contact_main {
  display: flex;
  align-items: center;
  flex: 1;
}
.creative .contact_section .contact_title {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.creative .contact_section .contact_title .contact_line {
  position: relative;
  overflow: hidden;
  font-family: var(--cormorant);
}
.creative .contact_section .contact_title .contact_line span, .creative .contact_section .contact_title .contact_line strong {
  display: block;
  font-size: clamp(80px, 7vw, 150px);
  font-weight: 400;
  line-height: 0.9;
  white-space: nowrap;
  transform: translateY(115%);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s ease;
}
.creative .contact_section .contact_title .contact_line strong {
  color: #f3e899;
  font-style: italic;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s ease, color 0.35s ease;
}
.creative .contact_section .contact_title .contact_line:nth-child(2) span {
  transition-delay: 0.1s;
}
.creative .contact_section .contact_title .contact_line:nth-child(3) strong {
  transition-delay: 0.2s;
}
.creative .contact_section .contact_title:hover strong {
  color: #fff3a7;
}
.creative .contact_section.is-active .contact_title .contact_line span, .creative .contact_section.is-active .contact_title .contact_line strong {
  transform: translateY(0);
  opacity: 1;
}
.creative .contact_section.is-active .contact_bottom {
  transform: translateY(0);
  opacity: 1;
}
.creative .contact_section .contact_plane {
  position: absolute;
  top: 15%;
  right: -100px;
  z-index: 5;
  width: 62px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-15px, 12px) rotate(-10deg) scale(0.75);
  transition: none;
}
.creative .contact_section .contact_plane img {
  display: block;
  width: 100%;
  height: auto;
}
.creative .contact_section .contact_plane.is-flying {
  visibility: visible;
  animation: contactPlaneFly 1s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@keyframes contactPlaneFly {
  0% {
    opacity: 0;
    transform: translate(-15px, 12px) rotate(-10deg) scale(0.75);
  }
  22% {
    opacity: 1;
    transform: translate(0, 0) rotate(-4deg) scale(1);
  }
  38% {
    opacity: 1;
    transform: translate(-6px, 4px) rotate(-8deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(120px, -100px) rotate(10deg) scale(0.8);
  }
}
.creative .contact_section .contact_bottom {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  row-gap: 15px;
  opacity: 0;
  transition: transform 0.8s 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s 0.45s ease;
}
.creative .contact_section .contact_bottom > p {
  font-size: clamp(12px, 3vw, 16px);
  color: rgba(245, 240, 231, 0.5);
  font-family: var(--manrope);
  transition: color 0.3s ease;
}
.creative .contact_section .contact_bottom > p:hover {
  color: #f5f0e7;
}
.creative .contact_section .contact_links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.creative .contact_section .contact_links a {
  display: flex;
  gap: 5px;
  font-size: clamp(14px, 3vw, 18px);
  color: rgba(245, 240, 231, 0.48);
  text-decoration: none;
  transition: color 0.3s ease;
}
.creative .contact_section .contact_links a i {
  position: relative;
  display: inline-block;
  top: 1px;
  font-size: clamp(18px, 4vw, 22px);
  transition: transform 0.3s ease;
}
.creative .contact_section .contact_links a:hover {
  color: #f5f0e7;
}
.creative .contact_section .contact_links a:hover i {
  transform: translate(3px, -3px);
}
@media (max-width: 992px) {
  .creative .contact_section {
    padding: 100px 0 20px;
  }
  .creative .contact_section .bh_wrap {
    gap: 100px;
  }
  .creative .contact_section .contact_title .contact_line span, .creative .contact_section .contact_title .contact_line strong {
    font-size: clamp(35px, 13vw, 110px);
  }
  .creative .contact_section .contact_light, .creative .contact_section .contact_plane {
    display: none;
  }
  .creative .contact_section .contact_links {
    gap: 15px;
  }
  .creative .contact_section .contact_links a {
    gap: 3px;
  }
}
/*# sourceMappingURL=ead690348ecf3fcdcf55b9e124292f83c0c46758.page2.scss.map */
