body::-webkit-scrollbar {
  display: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lineblack {
  background: rgba(0, 0, 0, 1);
  border: 0;
  height: 2.7px;
  display: block;
  margin-bottom: 0.2em;
}

.linebeige {
  background: #fff;
  border: 0;
  height: 2.4px;
  display: block;
  margin-bottom: 0.2em;
}

[data-predefined-style="true"] .artist h2 a {
  color: #d2cdc7;
}

[data-predefined-style="true"] .category h2 a {
  color: #000;
}

canvas {
  vertical-align: bottom;
}

.artistHeader {
  width: 100%;
  height: 100vh;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}

.artistHeaderImg {
  width: 100vw;
  height: 100vh;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.artistHeaderImg > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.artistHeaderImg.darken {
  filter: brightness(0.7);
}

#div {
  z-index: 1000000;
}

/*여기 수정한 부분입니다.*/

#site_menu.site_menu {
  overflow: hidden;
}

#site_menu a:hover {
  font-style: italic;
}

.tags:hover {
  font-style: italic;
}

.icon-link:hover {
  opacity: 0.5;
}

a .gallery_card_image {
  opacity: 1;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
a .gallery_card_image:hover {
  -webkit-filter: grayscale(100%) contrast(150%);
  filter: grayscale(100%) contrast(150%);
}

a .gallery_card_image:hover + .gallery_image_caption {
  font-style: italic;
}

.gallery_image_caption {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 1;
  text-align: center;
}

.flier1 .flier2 .flier3 {
  pointer-events: none;
}

.flier1 > * {
  /* Adjust animation duration to change the element’s speed */
  animation: fly 50s linear infinite;
  pointer-events: none !important;
  top: 0;
  left: 0;
  transform: translateX(-120%) translateY(-120%) rotateZ(0);
  position: fixed;
  animation-delay: 1s;
  z-index: 99999999;
}

.flier2 > * {
  /* Adjust animation duration to change the element’s speed */
  animation: fly2 40s linear infinite;
  pointer-events: none !important;
  top: 0;
  left: 0;
  transform: translateX(-100%) translateY(-100%) rotateZ(0);
  position: fixed;
  animation-delay: 1s;
  z-index: 9999999;
}

.flier3 > * {
  /* Adjust animation duration to change the element’s speed */
  animation: fly3 50s linear infinite;
  pointer-events: none !important;
  top: 0;
  left: 0;
  transform: translateX(-120%) translateY(-120%) rotateZ(0);
  position: fixed;
  animation-delay: 1s;
  z-index: 9999999;
}

/**
 * Content
 */

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

a:active {
  opacity: 1;
}

.page a.active {
  opacity: 1;
}

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(210, 205, 199, 1);
  border: 0;
  height: 2px;
  display: block;
}

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

[data-predefined-style="true"] h1 a {
  color: #000;
}

[data-predefined-style="true"] h2 a {
}

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

[data-predefined-style="true"] small a {
  color: rgba(0, 0, 0, 1);
  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*/;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left /*!text_left*/;
}

[data-css-preset] body {
  background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

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

[data-css-preset] .content_padding {
  padding-top: 2.4rem /*!main_margin*/;
  padding-bottom: 2.4rem /*!main_margin*/;
  padding-left: 2.4rem /*!main_margin*/;
  padding-right: 2.4rem /*!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: 100% /*!thumbnails_width*/;
}

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

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

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

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

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

.thumbnails .title {
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 1000;
  color: rgba(0, 0, 0, 1);
  font-family: "Diatype Variable", Icons;
  font-style: normal;
  line-height: 1.3;
  font-variation-settings: "slnt" 0, "MONO" 0;
}

.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, 1);
  line-height: 1;
  font-size: 32px /*!site_menu_button*/;
  padding: 6px;
  line-height: 1;
  mix-blend-mode: exclusion;
  position: fixed;
  top: 1rem /*!site_menu_button*/;
  left: 1rem /*!site_menu_button*/;
    width: 80px;
}

body.mobile #site_menu_button {
  margin: 2px;
  font-size: 34px;
}

@media (max-width: 769px) {
  #site_menu_button.custom_icon {
    width: 80px;
    height: auto;
  }
}

@media (min-width: 769px) {
  #site_menu_button.custom_icon {
    width: 90px;
    height: auto;
  }
}

#site_menu_button.active {
  display: none;
}

/**
 * Site Menu
 */

#site_menu {
  font-family: "Neue Haas Grotesk", Icons;
  background: transparent;
  font-size: 27px;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
  font-weight: 700;
  padding: 15px 9px 40px 25px;
  max-width: 400px;
  min-width: 240px;
  width: 400px;
  height: 1000px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  position: fixed;
  left: 10px;
  top: 10px;
  overflow-x: hidden;
}
/*여기 overflow 수정했습니다.*/
body.mobile #site_menu {
  width: 100%;
  margin-left: -3px;
  margin-top: -10px;
}

body.mobile #site_menu_wrapper .site_menu {
  overflow-x: hidden;
}

#site_menu .page-link a {
  color: #000;
  width: 400px;
}

#site_menu .set-link > a {
  color: #000;
  width: 400px;
  font-weight: 1000;
}

#site_menu a:active {
  opacity: 1;
  font-style: italic;
}

#site_menu a.active {
  opacity: 1;
  font-style: italic;
}

#site_menu .close {
  display: none;
  color: #000;
  line-height: 0.85em;
  font-size: 45px;
  padding-top: 10px;
  padding-right: 3px;
}

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

#site_menu .break {
  height: 30px;
}

#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: 2rem /*!shop_button*/;
  right: 2rem /*!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: 2rem;
  padding: 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

#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: 2rem;
  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.4rem;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 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: 0.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.4rem;
  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: 0.8rem 1rem 0.9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: 0.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;
}

	[data-predefined-style="true"] bodycopy {
    font-size: 1.2rem;
    font-family: "Neue Haas Grotesk",'SUIT', Icons;
	font-style: normal;
	font-weight: 400;
}
  .thumbnails .title {
    margin-top: 1.8rem;
    margin-bottom: 6rem;
    font-size: 2rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Neue Haas Grotesk", Icons;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
}

  #Caption {
    column-count: 1;
    column-gap: 1.8%;
    width: 25%;
    margin-left: 75%;
    margin-top: -0.6em;
  }

  .Caption {
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
}

  #Artist {
    column-count: 3;
    column-gap: 1.8%;
    width: 75%;
    margin-left: 15%;
  }

  #Artistname {
    -webkit-column-span: all;
    column-span: all;
  }

  #Artistname {
    margin-bottom: 15px;
  }

  #Artist p {
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  #Artist .Artisten {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  #Artist .Artistinfo {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin-top: 1rem;
    color: #000;
    font-size: 1.7rem;
    line-height: 1.5;
  }

  #Works {
    column-count: 2;
    column-gap: 1.8%;
    width: 70%;
    margin-left: 15%;
  }

  #Worksname {
    -webkit-column-span: all;
    column-span: all;
  }

  #Worksname {
    margin-bottom: 15px;
  }

  #Worksmainname {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
  }

  #Works p {
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  #Works .Worksen {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  #Interviewtitle {
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-style: normal;
    font-weight: 1000;
    text-align: center;
    word-spacing: -0.1em;
    letter-spacing: -0.03em;
    padding: 0;
    margin: 0;
    color: #d2cdc7;
    font-size: 18rem;
    line-height: 0.9;
    font-variation-settings: "slnt" 0, "MONO" 0;
  }

  #Interview {
    column-count: 4;
    column-gap: 1.8%;
    width: 100%;
    margin: 0;
  }

  #Interview .Interviewkr {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  #Interview .Interviewen {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  #Interview .question {
    padding-left: 2.1em;
    margin: 0;
  }

  #Backtolist {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
    width: 25%;
    position: absolute;
    bottom: 10px;
  }

  #Copyright {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
    width: max-content;
    float:right;
  }

  #Maintitle {
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-style: normal;
    font-weight: 1000;
    text-align: center;
    word-spacing: -0.1em;
    letter-spacing: -0.03em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: clamp(19vw, 18rem, 14vw);
    line-height: 0.9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 90%;
    font-variation-settings: "slnt" 0, "MONO" 0;
  }

  .Indexttext {
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 0.4em;
    font-size: 6.2rem;
    line-height: 1;
    font-variation-settings: "slnt" 0, "MONO" 0;
  }

  .logo {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -o-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    width: 92%;
    margin-left: 4%;
    position: absolute;
    bottom: 5%;
    z-index: 10;
  }

  .coverimg1 figure img {
    position: absolute;
    bottom: 2%;
    right: 15%;
    z-index: -10;
    width: 35%;
    -webkit-transition: transform 0.2s ease 0.1s;
    -moz-transition: transform 0.2s ease 0.1s;
    transition: transform 0.2s ease 0.1s;
  }

  .coverimg1 figure:hover img {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-transition: transform 0.2s ease 0.1s;
    -moz-transition: transform 0.2s ease 0.1s;
    transition: transform 0.2s ease 0.1s;
    z-index: 1;
  }

  .coverimg2 figure img {
    position: absolute;
    bottom: 6%;
    left: 10%;
    z-index: -5;
    width: 50%;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }

  .coverimg2 figure:hover img {
    z-index: 1;
  }

  .coverimg3 figure img {
    position: absolute;
    bottom: 2%;
    left: 7%;
    z-index: -9;
    width: 33%;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  .coverimg3 figure:hover img {
    z-index: 1;
  }

  .coverimg4 figure img {
    position: absolute;
    bottom: 4%;
    right: 7%;
    z-index: -6;
    width: 58%;
    -webkit-transition: transform 0.2s ease 0.1s;
    -moz-transition: transform 0.2s ease 0.1s;
    transition: transform 0.2s ease 0.1s;
  }

  .coverimg4 figure:hover img {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transition: transform 0.2s ease 0.1s;
    -moz-transition: transform 0.2s ease 0.1s;
    transition: transform 0.2s ease 0.1s;
    z-index: 1;
  }

  .coverimg5 figure img {
    position: absolute;
    bottom: 2%;
    right: 4%;
    z-index: -7;
    width: 33%;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  .coverimg5 figure:hover img {
    z-index: 1;
  }

  .artist {
    background: #000;
    float: left;
    width: 50%;
    height: 100vh;
    overflow: auto;
    padding-top: 5em;
    padding-left: 2.1%;
    padding-right: 2.1%;
    padding-bottom: 1.5em;
  }

  .artist::-webkit-scrollbar {
    display: none;
  }

  .category {
    background: #fff;
    float: right;
    width: 50%;
    height: 100vh;
    overflow: auto;
    padding-top: 5em;
    padding-left: 2.1%;
    padding-right: 2.1%;
    padding-bottom: 1.5em;
  }

  .category::-webkit-scrollbar {
    display: none;
  }

  .gallery_image_caption {
    margin-top: 1.8rem;
    margin-bottom: 6rem;
    font-size: 2.1rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 1);
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-style: normal;
    line-height: 1.3;
    font-variation-settings: "slnt" 0, "MONO" 0;
  }

  [data-predefined-style="true"] small {
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  [data-predefined-style="true"] h2 {
    font-family: "Neue Haas Grotesk", 'SUIT', "Spoqa Han Sans", "Noto Sans KR", "Sans-serif", Icons;
    font-style: normal;
    font-weight: 900;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.3;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
}

  [data-predefined-style="true"] small {
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.1;
  }

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  font-family: "Neue Haas Grotesk", 'SUIT', "Noto Sans", "Sans-serif", "Open Sans", "Helvetica Neue", sans-serif,
    "Sans Serif", Icons;
  font-style: normal;
  line-height: 1.5;
  word-break: keep-all;
}

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

[data-predefined-style="true"] bodycopy a:hover {
  font-style: italic;
}

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

bodycopy a.image-link:hover {
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 769px) {
  [data-predefined-style="true"] h1 {
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-weight: 1000;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 7.1rem;
    line-height: 1.2;
    color: #000;
  }
  [data-predefined-style="true"] h1title {
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-style: normal;
    font-weight: 1000;
    padding: 0;
    margin: 0;
    font-size: 12rem;
    line-height: 1;
    color: #000;
    word-spacing: -0.9rem;
    letter-spacing: -0.2rem;
    font-variation-settings: "slnt" 0, "MONO" 0;
  }
}

@media (max-width: 768px) {
	[data-predefined-style="true"] bodycopy {
		font-size: 2rem;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	}

  .Caption {
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.5;
    width: 100%;
  }

  #Artist {
    width: 100%;
    column-count: initial;
    margin-left: 0;
  }

  #Artistname {
    -webkit-column-span: all;
    column-span: all;
  }

  #Artistname {
    margin-bottom: 15px;
  }

  #Artist p {
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.6;
  }

  #Artist .Artisten {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.5;
  }

  #Artistinfo {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.5;
    width: 100%;
  }

  #Works {
    width: 100%;
    column-count: inherit;
    margin-left: 0;
  }

  #Worksname {
    -webkit-column-span: all;
    column-span: all;
  }

  #Worksname {
    margin-bottom: 15px;
  }

  #Works p {
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.6;
  }

  #Works .Worksen {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.5;
  }

  #Worksmainname {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }

  #Interviewtitle {
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-style: normal;
    font-weight: 1000;
    text-align: center;
    word-spacing: -0.1em;
    letter-spacing: -0.01em;
    padding: 0;
    margin: 0;
    color: #d2cdc7;
    font-size: 9rem;
    line-height: 1;
    font-variation-settings: "slnt" 0, "MONO" 0;
  }

  #Interview {
    width: 100%;
  }

  #Interview .Interviewkr {
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.6;
  }

  #Interview .Interviewen {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.5;
  }

  #Interview .question {
    padding-left: 2.1em;
    margin: 0;
  }

  #Backtolist {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.5;
    width: 100%;
  }

  #Copyright {
    break-before: column;
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.5;
    width: 100%;
    float:right;
    transform: translateY(-100%);
  }

  #Maintitle {
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-style: normal;
    font-weight: 1000;
    text-align: center;
    word-spacing: -0.1em;
    letter-spacing: -0.01em;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 9rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 94%;
  }

  .Indexttext {
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-style: normal;
    font-weight: 1000;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 0.4em;
    font-size: 6rem;
    line-height: 1;
  }

  .artist {
    background: #000;
    float: left;
    width: 100%;
    overflow: auto;
    padding-top: 5em;
    padding-left: 4.5%;
    padding-right: 4.5%;
    padding-bottom: 1.5em;
  }

  .category {
    background: #fff;
    float: right;
    width: 100%;
    overflow: auto;
    padding-top: 3.6em;
    padding-left: 4.5%;
    padding-right: 4.5%;
    padding-bottom: 1.5em;
  }

  .logo {
    margin-bottom: 20%;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -o-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    width: 92%;
    position: absolute;
    bottom: 5%;
    z-index: 10;
  }

  body.mobile #site_menu_wrapper .site_menu {
    overflow-x: hidden;
  }

  .gallery_image_caption {
    margin-top: 1.5rem;
    margin-bottom: 4.5rem;
    font-size: 3.3rem;
    color: rgba(0, 0, 0, 1);
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-weight: 1000;
    font-style: normal;
    line-height: 1.3;
  }

  [data-predefined-style="true"] h1 {
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-weight: 1000;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 7.2rem;
    line-height: 1.1;
    color: #000;
  }

  [data-predefined-style="true"] h1title {
    font-family: "Neue Haas Grotesk", 'SUIT', Icons;
    font-weight: 1000;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 10rem;
    line-height: 1;
    color: #000;
    word-spacing: -0.9rem;
    letter-spacing: -0.2rem;
  }

  [data-predefined-style="true"] small {
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.6;
  }

  [data-predefined-style="true"] h2 {
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 3rem;
    line-height: 1.3;
  }

  [data-predefined-style="true"] small {
    font-family: "Neue Haas Grotesk", 'SUIT', "Sans-serif";
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 2.1rem;
    line-height: 1.5;
  }

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