/**
 * Base
 */
body,
[data-css-preset] body {
  background-color: #111111 !important;
  color: rgba(240, 240, 240, 0.85);
}

[data-css-preset] .page,
.page {
  background-color: #111111 !important;
}

.mobile .page,
[data-css-preset].mobile .page {
  background-color: #111111 !important;
}

a:active { opacity: 0.7; }
.page a.active { opacity: .4; }
i, em { font-style: italic; }
b, strong { font-weight: bolder; }
hr {
  background: rgba(255,255,255,0.07);
  border: 0; height: 1px; display: block;
}

/**
 * Typography
 */
[data-predefined-style="true"] h1 {
  font-family: Cormorant, Icons;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.3;
  color: rgb(240, 240, 240);
  font-style: normal;
  letter-spacing: .06em;
  padding: 0; margin: 0;
}

[data-predefined-style="true"] h1 a {
  color: rgba(232, 200, 74, 1);
}

[data-predefined-style="true"] h2 {
  font-family: "DM Sans", sans-serif, Icons;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(232, 200, 74, 1);
  font-style: normal;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 0; margin: 0;
}

[data-predefined-style="true"] h2 a {
  color: rgba(232, 200, 74, 1);
}

[data-predefined-style="true"] bodycopy {
  font-family: "DM Sans", sans-serif, Icons;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(240, 240, 240, 1);
  font-style: normal;
}

[data-predefined-style="true"] bodycopy a {
  color: rgba(232, 200, 74, 1);
  border-bottom: none;
  text-decoration: none;
}

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

[data-predefined-style="true"] small {
  display: inline-block;
  font-family: "DM Sans", sans-serif, Icons;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(240, 240, 240, 1);
  font-style: normal;
}

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

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

[data-css-preset] .container_width {
  width: 100%;
}

[data-css-preset] .content_padding {
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
  padding-left: 3.3rem;
  padding-right: 3.3rem;
}

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

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

[data-css-preset] .thumbnails {
  background-color: #111111 !important;
}

[data-css-preset] .thumbnails_width {
  width: 100%;
}

[data-css-preset] [thumbnails-pad] {
  padding: 1rem;
}

[data-css-preset] [thumbnails-gutter] {
  margin: -2rem;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
  padding: 0.7rem;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
  margin: -1.4rem;
}

.thumbnails .thumb_image {
  outline: none;
  filter: brightness(0.88);
  transition: filter .3s ease;
}

.thumbnails .thumb_image:hover {
  filter: brightness(1.05);
}

.thumbnails .title {
  margin-top: 0.8rem;
  margin-bottom: .2rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(180, 180, 180, 1) !important;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: .02em;
  overflow: visible !important;
  white-space: normal !important;
}

.thumbnails .tags {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.0rem;
  font-weight: 400;
  color: rgba(90, 90, 90, 1) !important;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  overflow: visible !important;
  white-space: normal !important;
  padding-bottom: 0.5rem;
}

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

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

.thumbnails {
  padding-bottom: 4rem !important;
}

/**
 * 햄버거 메뉴 버튼
 */
[data-css-preset] #site_menu_button {
  color: rgba(240, 240, 240, 0.35) !important;
  line-height: 1;
  font-size: 36px /*!site_menu_button*/;
  padding: 6px;
  background: transparent;
  position: fixed;
  transition: color .2s;
	bottom: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

[data-css-preset] #site_menu_button:hover {
  color: rgba(232, 200, 74, 1) !important;
}

body.mobile #site_menu_button {
  margin: -6px;
  font-size: 28px;
}

#site_menu_button.active {
  display: none;
}

/**
 * 사이트 메뉴
 */
#site_menu {
  font-family: "DM Sans", sans-serif, Icons;
  background: rgba(13, 13, 13, 0.98);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 28px 36px 80px 36px;
  max-width: 320px;
  min-width: 260px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

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

#site_menu .page-link a {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 300;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 11px;
  transition: color .2s;
}

#site_menu .set-link > a {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 300;
  letter-spacing: .16em;
  text-transform: uppercase;
}

#site_menu .page-link a:hover,
#site_menu .set-link > a:hover {
  color: rgba(255, 255, 255, 1);
}

#site_menu a.active {
  opacity: 1 !important;
  color: rgba(232, 200, 74, 1) !important;
}

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

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

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

#site_menu .break { height: 24px; }
#site_menu .indent { margin-left: 24px; }

/**
 * Quick View
 */
[data-css-preset] .quick-view {
  padding: 2.5rem;
  height: 100%;
  width: 100%;
}

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

[data-css-preset] .quick-view-background {
  background: rgba(13, 13, 13, 0.97) !important;
}

.quick-view-caption {
  font-family: "DM Sans", sans-serif;
  transition: 100ms opacity ease-in-out;
  position: absolute;
  bottom: 0; left: 0; right: 0;
  margin: 1.5rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: rgba(240, 240, 240, 0.4);
}

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

/**
 * 화살표 / 닫기 버튼
 */
.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow,
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow,
.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
  height: 36px;
  width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color,
.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-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,
.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
  stroke: #111;
  stroke-width: 2.5px;
  opacity: 0.5;
}

.quick-view-navigation .close-button {
  top: 10px; right: 10px;
  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: #111;
  stroke-width: 2.5px;
  opacity: 0.5;
}

/**
 * 캡션
 */
.gallery_image_caption {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(240, 240, 240, 0.25);
  font-style: normal;
  line-height: 1.4;
}

/**
 * Feed
 */
.feed .content_container .page {
  border-top: 0px solid rgba(255,255,255,0.05);
}

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

/**
 * 상단 네비바
 */
#shj-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 56px;
  background: rgba(17, 17, 17, 0.97);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.3rem;
  z-index: 900;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

#shj-nav .shj-name {
  font-family: Cormorant, serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(220, 220, 220, 1);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

#shj-nav .shj-links {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-shrink: 0;
}

#shj-nav .shj-links a {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(232, 200, 74, 0.6);
  text-decoration: none;
  transition: color .2s;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  white-space: nowrap;
}

#shj-nav .shj-links a:hover {
  color: rgba(232, 200, 74, 1);
}

#shj-nav .shj-links a.shj-active {
  color: rgba(232, 200, 74, 1);
}

/**
 * 모바일 네비바
 */
@media (max-width: 680px) {
  #shj-nav {
    padding: 0 1.2rem;
    height: 48px;
  }
  #shj-nav .shj-name {
    font-size: 11px;
    letter-spacing: .1em;
  }
  #shj-nav .shj-links {
    gap: 12px;
  }
  #shj-nav .shj-links a {
    font-size: 9px;
    letter-spacing: .08em;
  }
  .container {
    padding-top: 48px !important;
  }
}

/**
 * 개별 프로젝트 페이지
 */
.page bodycopy,
.content bodycopy {
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(240, 240, 240, 0.75);
  line-height: 1.85;
}

.page h1,
.content h1 {
  font-family: Cormorant, serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: rgba(240, 240, 240, 1);
  letter-spacing: .04em;
  line-height: 1.3;
}

.page h2,
.content h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(232, 200, 74, 1);
  letter-spacing: .22em;
  text-transform: uppercase;
}

.page .content_padding {
  padding-top: calc(56px + 2.3rem) !important;
}

@media (max-width: 680px) {
  .page .content_padding {
    padding-top: calc(48px + 1.5rem) !important;
  }
}
.shj-social-row {
  font-family: Icons, "DM Sans", sans-serif;
}