/**
 * Content
 */
.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(0%, 0%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 40vw;
    height: 30vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

body {
	background-color: #fff;
	color: #000;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(37, 42, 47, 1);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1rem;
    margin-bottom: 1.8rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgb(60, 70, 81);
	font-family: Inter, Icons; 
	font-style: normal;
	line-height: 1.2;	
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	font-weight: 400;
	color: rgb(60, 70, 81);
	font-family: Inter, Icons;
	font-style: normal;
	line-height: 1.8;
}

[data-predefined-style="true"] bodycopy a {
    color: rgb(60, 70, 81);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: Inter, Icons; 
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.2;
	color: rgb(37, 42, 47);
		letter-spacing: 0.00em;
}

[data-predefined-style="true"] h1 a {
	color: rgb(37, 42, 47);
}

[data-predefined-style="true"] h2 {
	font-family: Inter, Icons;
	font-style: normal;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: rgb(60, 70, 81);
	font-size: 4rem;
	line-height: 1.6;
	}

[data-predefined-style="true"] h2 a {
	color: rgb(60, 70, 81);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.8;
	font-family: Inter, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(120, 132, 144);
}

[data-predefined-style="true"] small a {
	color:rgb(120, 132, 144);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: #fff /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start; 
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 62%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: -0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -0.5rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0, 0, 0, 0.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
    font-size: 2.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	line-height: 1.8;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 0px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	bottom: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -10px;
    font-size: 20px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 20px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 50%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 0px;
	top: 1.5rem /*!shop_button*/;
	right: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
    padding: 0;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.3rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.3rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


.thumbnails .thumbnail > a {
    overflow: hidden;
	position: relative;
}

.thumbnails .thumbnail .title {
    background: transparent;
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 2.4rem;
    color: rgba(255, 255, 255, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
}

.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 0;
}

.rotate {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}
/* ✅ 데스크탑 환경에서 a 태그 hover/active 스타일 지정 */
@media (hover: hover) {
  [data-predefined-style="true"] bodycopy a:hover {
    color: rgb(0, 121, 255); /* 파란색 강조 */
    padding-bottom: 0.1em;
    border-bottom: 0.0em solid rgb(0, 121, 255);
    text-decoration: none;
  }

  [data-predefined-style="true"] small a:hover {
    color: rgb(0, 121, 255); /* 작은 텍스트 링크도 동일 처리 */
  }

  .page a.active {
    color: rgb(0, 121, 255); /* 활성화된 링크 강조 */
  }

  a:active {
    color: rgb(0, 121, 255); /* 클릭 시 스타일 */
  }
}

/* ✅ 모바일 환경에서는 hover/active 비활성화 (단, .active는 유지) */
@media (hover: none) {
  a:hover,
  a:active {
    color: inherit !important;
  }

  /* .active 링크는 강조 유지 */
  .page a.active {
    color: rgb(0, 121, 255) !important;
  }
}

/* ✅ 아이콘 회전 애니메이션 정의 (사용 시 rotate 적용 가능) */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ✅ gallery 카드 내부 이미지가 부모 밖으로 튀지 않도록 */
.confine-scale {
  overflow: hidden !important;
  position: relative !important;
}

/* ✅ 이미지 기본 상태 정의 (확대 전 상태) */
.gallery_card_image {
  transition: transform 0.3s ease;
  transform: scale(1);
  will-change: transform;
}

/* ✅ gallery 카드 자체에도 overflow 제한 */
.gallery_card {
  overflow: hidden;
  position: relative;
}

/* ✅ 스크롤 등장 애니메이션 (fade-in) */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-in.show {
  opacity: 1;
  transform: none;
}

/* ✅ 홈 레이아웃의 이미지 및 텍스트 카드 전체 레이아웃 정의 */
.image-gallery-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1920px;
  margin: 0 auto;
  gap: clamp(16px, 2.5vw, 64px);
  padding: clamp(8px, 4vw, 64px);
  box-sizing: border-box;
}

/* ✅ 갤러리 이미지 카드 (왼쪽) */
.image-gallery-index > .gallery_card {
  flex: 0 0 60%;
  max-width: 60%;
  overflow: hidden;
}

/* ✅ 이미지 카드 내부 이미지 스타일 */
.image-gallery-index > .gallery_card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  vertical-align: top;
  display: block;
  will-change: transform;
}

/* ✅ 텍스트 테이블 (오른쪽) */
.image-gallery-index > .home-table {
  flex: 0 0 40%;
  max-width: 40%;
  word-break: keep-all;
}

/* ✅ 모든 페이지에서 rem 기준 폰트 크기 설정 */
html {
  font-size: clamp(9px, 0.65vw, 11px) !important;
}

/* ✅ 모바일에서 더 큰 폰트 크기 설정 */
@media (max-width: 768px) {
  html {
    font-size: clamp(8px, 3.0vw, 10px) !important;
  }
}

/* ✅ 텍스트 요소 기본 폰트 사이즈 rem으로 지정 */
body,
.bodycopy,
.small,
div.bodycopy,
div.small,
p,
span,
li,
td,
[data-predefined-style="true"].bodycopy,
[data-predefined-style="true"].small {
  font-size: 1.6rem; /* !important 제거 */
}

/* ✅ H2 스타일 */
[data-predefined-style="true"] h2 {
  font-family: Inter, Icons;
  font-style: normal;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: rgb(60, 70, 81);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.6;
}

/* ✅ H3 스타일 (회색 텍스트) */
[data-predefined-style="true"] h3 {
  font-family: Inter, Icons;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: rgb(188, 199, 210);
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.6;
}

/* ✅ H3 내부 링크 스타일 */
[data-predefined-style="true"] h3 a {
  color: rgb(188, 199, 210) !important;
  text-decoration: none;
  transition: none;
  display: block;
  position: relative;
  padding-right: 1.5em;
  text-align: left;
}

/* ✅ H3 링크 hover 시 강조 */
[data-predefined-style="true"] h3 a:hover {
  color: #3477f6 !important;
}

/* ✅ H3 링크에 아이콘 삽입 */
/*[data-predefined-style="true"] h3 a::after {
  content: "︎︎︎";
  position: absolute;
  right: 0;
  top: 0;
  font-size: inherit;
  color: inherit;
} */

/* ✅ H3 스타일 (검정 텍스트용) */
[data-predefined-style="true"] h3-black {
	font-family: Inter, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
  color: rgb(60, 70, 81);
  font-size: clamp(2rem, 5vw, 3rem);
	line-height: 1.6;
}

/* ✅ 프로젝트 본문 영역 */
.project-body {
  max-width: 800px;
  margin: 0 auto;
  padding-top: clamp(24px, 5vw, 40px);
  padding-bottom: clamp(24px, 5vw, 40px);
  line-height: 1.6;
  word-break: keep-all;
  box-sizing: border-box;
}

/* ✅ 프로젝트 제목 영역 */
.project-titile {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  line-height: 1.6;
  word-break: keep-all;
  box-sizing: border-box;
}

/* ✅ 홈 본문 영역 */
.home-body {
  margin: 0 auto;
  padding-top: clamp(24px, 5vw, 40px);
  padding-bottom: clamp(24px, 5vw, 40px);
  line-height: 1.6;
  word-break: keep-all;
  box-sizing: border-box;
}

/* ✅ 오버레이 페이지에서 컨테이너 padding 제거 */
.page_container.overlay.accommodate.fixed .container.container_width {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* ✅ 특정 페이지에서 전체 폭 해제 */
body[data-page-id="37708459"] .page.container.container_width,
body[data-page-id="26630745"] .page.container.container_width,
body[data-page-id="37709447"] .page.container.container_width,
body[data-page-id="37709460"] .page.container.container_width {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

/* ✅ 나머지 페이지는 최대 폭 1440px 유지 */
body:not([data-page-id="37708459"]):not([data-page-id="26630745"]):not([data-page-id="37709447"]):not([data-page-id="37709460"])
  .page.container.container_width {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* ✅ 특정 페이지 슬라이더 안 이미지 스타일 */
body[data-page-id="37708459"] .full-width-gallery img {
  width: 100vw !important;
  max-width: none !important;
  height: auto !important;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}

/* ✅ 특정 페이지의 모든 이미지에 radius 적용 */
body[data-page-id="37708459"] img,
body[data-page-id="26630745"] img,
body[data-page-id="37709447"] img,
body[data-page-id="37709460"] img {
  border-radius: 8px !important;
}

/* ✅ 슬라이드 wrapper에도 radius 적용 및 overflow 제한 */
body[data-page-id="37708459"] .full-width-gallery .gallery_card_image {
  border-radius: 8px;
  overflow: hidden;
}

/* ✅ 캡션 분리 스타일: 줄바꿈 및 스타일 분리 */
.gallery_image_caption {
  white-space: normal !important;
  line-height: 1.2;
}

.caption-title,
.caption-sub {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: Inter, Icons;
  font-style: normal;
  line-height: 1.2;
}

.caption-title {
  color: rgb(60, 70, 81);
  margin-bottom: 0;
}

.caption-sub {
  color: rgb(120, 132, 144);
  margin-top: 0;
}

/* ✅ 기본 갤러리 카드 스타일 */
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start !important;
}

.gallery_card {
  position: relative;
  overflow: hidden;
  border-radius: 0.48vw;
}

.gallery_card_image {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transition: transform 0.5s ease;
}

.gallery_card_image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top;
  vertical-align: top;
  transform: scale(1);
  transition: transform 0.5s ease;
  will-change: transform;
  border-radius: 0.21vw;
}

@media (hover: hover) {
  a.gallery_card:hover .gallery_card_image img {
    transform: scale(1.08);
  }

  .gallery_card.slick-slide:hover .gallery_card_image img {
    transform: scale(1) !important;
    transition: none !important;
  }
}

/* ✅ h3-black 태그 안에 있는 링크 - 기본 상태 */
h3-black a[href="project"],
h3-black a[href="journal"] {
  color: rgba(188, 199, 210, 1) !important;  /* 흐린 회색 */
  text-decoration: none;
  transition: none;
}

/* ✅ 호버 시 악센트 블루로 */
h3-black a[href="project"]:hover,
h3-black a[href="journal"]:hover {
  color: #3477f6 !important;
}

/* ✅ 모든 페이지에서 기본적으로 gallery 카드 radius 제거 */
.gallery_card,
.gallery_card_image,
.gallery_card_image img {
  border-radius: 0 !important;
}

/* ✅ 특정 페이지(page-id)에서만 반응형 radius 적용 */
body[data-page-id="37708459"] .gallery_card,
body[data-page-id="26630745"] .gallery_card,
body[data-page-id="37709447"] .gallery_card,
body[data-page-id="37709460"] .gallery_card,
body[data-page-id="37708459"] .gallery_card_image,
body[data-page-id="26630745"] .gallery_card_image,
body[data-page-id="37709447"] .gallery_card_image,
body[data-page-id="37709460"] .gallery_card_image,
body[data-page-id="37708459"] .gallery_card_image img,
body[data-page-id="26630745"] .gallery_card_image img,
body[data-page-id="37709447"] .gallery_card_image img,
body[data-page-id="37709460"] .gallery_card_image img {
  border-radius: clamp(6px, 0.5vw, 8px) !important;
}