@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);


@media screen and (max-width: 770px){
  #mobile-header {
    font-weight:200 !important;
    line-height: 0.9;
  }
}

@media screen and (min-width: 770px){
  #mobile-sub-cate {
    display: none;
  }
}

@media screen and (max-width:770px){
  #mobile-sub-cate{
    color: rgba(155, 152, 165, 1);
    position: static !important;
  }
}

@media screen and (min-width: 770px){
  .mobile-viewmoreworks {
    display: none;
  }
}


#toolset {
  display: none;
}

body {
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  font-family: 'Spoqa Han Sans Neo', sans-serif;
}

a:active {
  opacity: 0.6;
}

/* =========================================================
   GLOBAL LINK UNDERLINE ANIMATION (기존 유지)
   - 메뉴의 hover/클릭 underline 애니메이션은 이 규칙이 담당
   ========================================================= */

.page a{
  background-image: linear-gradient(transparent calc(100% - 40%), #ecf3ee 40% 10px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.8s;
  color: #000;
  cursor: pointer;
}

@media screen and (min-width: 770px){
  .page a:hover{
    background-image: linear-gradient(transparent 60%, #ecf3ee 40%);
    background-size: 100% 100%;
  }
}

.page a.active {
  font-weight: 300;
  text-decoration:none; 
  box-shadow: inset 0 -0.6em 0 rgba(236, 243, 238, 1);
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 300;
}

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 1em;
}

hr {
  background: rgba(127, 127, 127, 0.18);
  border: 0;
  height: 1px;
  display: block;
}

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

.gallery_image_caption {
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
  font-size: 1.0rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.25);
  font-family: "Monument Grotesk Variable", 'Spoqa Han Sans Neo', Icons;
  font-style: normal;
  text-align: left;
  line-height: 1.3;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
  position: fixed;
  bottom: 8px; 
  left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
  font-size: 1.31rem;
  font-weight: 200;
  color: rgba(156, 153, 166, 1);
  font-family: "Monument Grotesk Variable",'Spoqa Han Sans Neo', 'sans-serif', Icons;
  font-style: normal;
  line-height: 1.5;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
}

/* ✅ bodycopy 링크: 본문과 같은 색(링크 티 제거) */
[data-predefined-style="true"] bodycopy a {
  color: inherit;
  text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

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

[data-predefined-style="true"] h1 {
  font-family: "Spoqa Han Sans Neo", Icons;
  font-style: normal;
  font-weight: 200 !important; 
  padding: 0;
  margin: 0;
  font-size: 4.0rem;
  letter-spacing: -0.15rem;
  line-height: 1.0;
  color: rgba(0, 0, 0, 0.64);
  font-variation-settings: 'slnt' 0, ;
}

[data-predefined-style="true"] h1 a {
  color: rgba(0, 0, 0, 0.75);
}

[data-predefined-style="true"] h1 a {
  color: rgba(0, 0, 0, 0.75);
  background-image: none;
  background-repeat: none;
  background-size: none;
  transition: background-size none;
  color: none;
  cursor: pointer;
}

[data-predefined-style="true"] h1 a:hover{
  background-image: none;
  background-size: none;
}

[data-predefined-style="true"] h2 {
  font-family: "Spoqa Han Sans Neo", Icons;
  font-style: normal;
  font-weight: 200;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 3.0rem;
  letter-spacing: -0.05rem;
  line-height: 1.2;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h2 a {
  color: rgba(0, 0, 0, 0.75);
  background-image: none;
  background-repeat: none;
  background-size: none;
  transition: background-size none;
  color: none;
  cursor: pointer;
}

[data-predefined-style="true"] h2 a:hover{
  background-image: none;
  background-size: none;
}

[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: Newsreader, Icons;
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

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

/**
 * Breakpoints
 */

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

.mobile .page,
[data-css-preset].mobile .page {
  position: relative;
  max-width: 100%;
  width: 100%;
  background-color: rgba(207, 159, 15, 0) /*!page_bgcolor*/;
}

.blur {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

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

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

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

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

/**
 * Thumbnails
 */

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

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

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

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

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

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

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

.thumbnails .thumb_image {
  outline: 0px solid rgba(0,0,0,.12);
  outline-offset: -1px;
  z-index: initial;
}

@media screen and (max-width: 770px){
  .thumbnails .title {
    margin-top: -1.4rem;
    margin-bottom: 0.5rem;
    font-size: 1.8rem !important;
    font-weight: 200;
    color: rgba(77, 87, 85, 0.87) !important;
    background-color: rgba(255, 255, 255, 0.37) !important;
    font-family: "Monument Grotesk Variable", Icons;
    font-style: italic;
    line-height: 1.00 !important;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    display:inline;
    position: relative;
    bottom: 1.0rem !important;
  }
}

.thumbnails .title {
  margin-top: -1.4rem;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  font-weight: 100;
  color: rgba(77, 87, 85, 0.87);
  font-family: "Monument Grotesk Variable", Icons;
  font-style: italic;
  line-height: 1.38;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
  background-color: rgba(255, 255, 255, 0.37);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display:inline;
  position: relative;
  bottom: 1.6rem;
}

.thumbnails .tags {
  margin-top: .8rem;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  font-family: "Monument Grotesk Mono", Icons;
  font-style: normal;
  line-height: 1.3;
}

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

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

/**
 * Site Menu Button
 */

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

body.mobile #site_menu_button {
  margin-top: 0px;
  margin-right: -8px;
  font-size: 24px;
}

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

#site_menu_button.active {
  display: none;
}

/**
 * Site Menu
 */

#site_menu {
  font-family: "Spoqa Han Sans Neo", Icons;
  background: rgba(126, 146, 141, .89);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  padding: 84px 32px 32px 32px !important;
  max-width: 700px;
  min-width: 300px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

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

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

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

#site_menu a:active {
  opacity: 0.5;
}

#site_menu a.active {
  opacity: 1;
  box-shadow: inset 0 -0.5em 0 rgba(255, 255, 255, 0.2);
}

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

body.mobile #site_menu .close {
  display: block;
  font-size: 40px;
  font-weight: 200;
  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: 6px;
  top: 1rem /*!shop_button*/;
  left: 1.5rem /*!shop_button*/;
}

#shop_button.text {
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  font-family: Diatype, Icons;
  padding: 0;
  line-height: 1.3;
  font-style: normal;
}

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

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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
  font-family: Diatype, Icons;
  font-size: 1.3rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 400;
}

.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-line-arrows.svg) no-repeat right;
  margin-bottom: 1rem;
  line-height: 1.3;
  padding: .7rem 2.5rem .7rem 1rem;
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
  font-family: Diatype, Icons;
  font-size: 1.3rem;
  background: rgba(0, 0, 0, 0.75);
  color: rgba(255,255,255,1);
  flex: 0 0 50%;
  text-align: left;
  display: inline-block;
  line-height: 1.3;
  padding: .8rem 1rem .9rem;
  font-style: normal;
  font-weight: 700;
}

/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

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

@media screen and (max-width: 770px){
  [data-css-preset] .quick-view {
    padding-top: 2rem /*!quick_view_padding*/;
    padding-bottom: 2rem /*!quick_view_padding*/;
    padding-left: 2rem /*!quick_view_padding*/;
    padding-right: 2rem /*!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: #f5f5f5 /*!quick_view_bgcolor*/;
}

.quick-view-caption {
  font-family: "Monument Grotesk Variable",'Spoqa Han Sans Neo', Icons;
  transition: 100ms opacity ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 3.5rem 0;
  text-align: center;
  font-size: 1.0rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.quick-view-caption span {
  padding: 0.5rem 1rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.22);
  color: rgba(93, 90, 100, 1);
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
  left: 1.5em;
}

.quick-view-navigation .right-arrow {
  right: 1.5em;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
  height: 36px;
  width: 36px;
}

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

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
  stroke: rgba(0, 0, 0, 0.85);
  stroke-width: 1.5px;
}

.quick-view-navigation .close-button {  
  top: 1.5em;
  right: 1.5em;
  width: 36px;
  height: 36px;
}

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

.quick-view-navigation .close-button .outer-color {
  stroke: rgba(0, 0, 0, 0.85);
  stroke-width: 1.5px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
  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: rgba(0, 0, 0, 0.6);
  stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
  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: rgba(0, 0, 0, 0.6);
  stroke-width: 2.5px;
}

/**
 * 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.3rem;
  line-height: 1.6;
  font-family: Diatype, 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;
}

/* 기본 스타일 */
.icon-insta {
  width: 28px;
  height: 28px;
  background-color: rgba(255, 0, 0, 0);
  display: inline-block;
  text-align: center;
  font-size: 0;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

/* 해상도 1920x1080 이상인 경우 */
@media screen and (min-width: 1920px) {
  .icon-insta {
    width: 32px;
    height: 32px;
  }
}

/* 해상도 2560x1440 이상인 경우 */
@media screen and (min-width: 2560px) {
  .icon-insta {
    width: 40px;
    height: 40px;
  }
}

.interview{
  margin:30px auto;
}

.interview blockquote:before{
  position:absolute;
  font-family:'FontAwesome';
  content:'\f10d';
  font-size: 1.6rem;
  color:#85A9A9;
}

.interview blockquote p{
  position:relative;
  padding-left:2.6rem;
}

.interview blockquote cite{
  display: block;
  font-size:1.2rem;
  color:#94b3b3;
  text-align:right;
}

.interview blockquote{
  position:relative;
  border-left:0.15rem solid #85A9A9;
  font-size:1.2rem;
  font-weight:300 !important;
  padding-left:0.8rem;
}

.cv-year-grid{
  display: grid;
  grid-template-columns: repeat(1, 3em);
  gap: 20px;
  padding-right: 20px;
}

.cv-period-grid{
  display: grid;
  grid-template-columns: repeat(1, 5.8em);
  gap: 20px;
  padding-right: 20px;
}

/* =========================================================
   FIX 1) Image Gallery: underline 애니메이션 제거 (필요한 곳만)
   - 메뉴의 버벅임 원인이 되는 광역 override를 쓰지 않는다.
   ========================================================= */

/* Image Gallery: underline(배경 하이라이트)만 제거 — fade는 유지 */
.image-gallery a,
.image-gallery a:hover,
.image-gallery a:focus,
.image-gallery a:active {
  background-image: none !important;
  background-size: 0% 0% !important;
  box-shadow: none !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  /* transition은 건드리지 않는다 (fade 살리기) */
}

/* =========================================================
   FIX 2) Title Typography — "jieunlee" only
   ========================================================= */

h1 > span > a[rel="history"][href="Home"] {
  display: inline-flex;
  align-items: baseline;
  gap: 0.04em;
  letter-spacing: 0.06em;
  word-spacing: 0.07em;
  line-height: 1.05;
  text-decoration: none;
  text-rendering: geometricPrecision;
}

h1 > span > a[rel="history"][href="Home"] > span {
  letter-spacing: 0.08em;
}

h1 > span > a[rel="history"][href="Home"] > span:first-child,
h1 > span > a[rel="history"][href="Home"] > span:last-child {
  transform: translateY(0.02em);
}

@media screen and (min-width: 770px){
  h1 > span > a[rel="history"][href="Home"]:hover {
    background-image: none;
    background-size: 0% 0%;
    box-shadow: none;
    text-decoration: none;
  }
}

/* =========================================================
   FIX 3) Menu Typography — Left Navi only
   - underline 애니메이션은 유지
   - hover에서 background-image를 끄지 않는다.
   ========================================================= */

.nav-typography a[rel="history"]{
  letter-spacing: 0.04em;
  word-spacing: 0.03em;
  line-height: 1.65;
  text-decoration: none;
  text-rendering: geometricPrecision;
}

.nav-typography a[rel="history"]:hover{
  text-decoration: none;
}

/* =========================================================
   MOBILE TITLE TYPOGRAPHY — #mobile-header "jieunlee" only
   ========================================================= */

#mobile-header > a[rel="history"][href="Home"]{
  display: inline-flex;
  align-items: baseline;
  gap: 0.04em;              /* 모바일에서는 PC보다 살짝 타이트하게 */
  letter-spacing: 0.04em;
  word-spacing: 0.05em;
  line-height: 1.05;
  text-decoration: none;
  text-rendering: geometricPrecision;
}

/* 단어(span) 단위 미세 자간 */
#mobile-header > a[rel="history"][href="Home"] > span{
  letter-spacing: 0.04em;
}

/* hover(모바일은 거의 없지만, PC에서 모바일 헤더가 보일 가능성 대비) */
#mobile-header > a[rel="history"][href="Home"]:hover{
  background-image: none;
  background-size: 0% 0%;
  box-shadow: none;
  text-decoration: none;
}


/* 전시 제목 스타일 */
.exhibition-title {
    font-weight: 300;
    font-size: 1.25rem;       /* 20px / 16 = 1.25rem */
    margin-top: 0.75rem;      /* 12px / 16 = 0.75rem */
    margin-bottom: 0.5rem;    /* 8px / 16 = 0.5rem */
    display: block;
}

/* 상세 정보 (유형, 장소, 기간) 스타일 */
.exhibition-info {
    font-size: 1rem;     /* 15px / 16 = 0.9375rem */
    line-height: 1.35;         /* 줄 간격은 단위 없이 비율로 유지하는 것이 좋습니다 */
    color: #555555;
}

/* =========================================================
   PAGE BACKGROUND — GLASS / BLUR (override)
   - devtools에서 확인한 .page_background에 직접 적용
   ========================================================= */

@media screen and (max-width: 770px){
  /* 특정 local-style을 그대로 타겟팅 (정확도 최우선) */
  [local-style="38140310"] .page_background{
    /* 기존 배경을 좀 더 '유리'처럼 */
    background-color: rgba(255, 255, 255, 0.35) !important;

    /* glass blur */
    -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
    backdrop-filter: blur(14px) saturate(140%) !important;

    /* 유리 테두리 느낌이 필요하면(선택) */
    border: 1px solid rgba(255, 255, 255, 0.35);
    background-clip: padding-box;
  }
}

/* ✅ bodycopy 링크 상태별 컬러 잠금 (visited 보라색 방지) */
[data-predefined-style="true"] bodycopy a:link,
[data-predefined-style="true"] bodycopy a:visited,
[data-predefined-style="true"] bodycopy a:hover,
[data-predefined-style="true"] bodycopy a:active,
[data-predefined-style="true"] bodycopy a:focus {
  color: inherit !important;
  text-decoration: none !important;
}