@charset "UTF-8";
/*!
Theme Name: Junhwi87 Portfolio
Author: 디자이너 이준휘 (Junhwi Lee)
Author URI: https://github.com/junhwi87
Description: 디자인부터 프론트엔드 개발, 워드프레스 테마 구축까지 직접 커스텀하여 제작한 포트폴리오 웹사이트입니다.
Version: 1.0.0
*/
/*--------------------------------------------------------------
 목차
----------------------------------------------------------------
# variables-site : 변수 등록
	# reset - 리셋
	# mixin - 믹스인
	# colors - 컬러
	# typography - 타이포그래피
	# layout - 레이아웃

# Modules : 모듈
	# Accessibility - 접근성
	# Alignments - 정렬
	# Clearings - 클리어링

# Elements : 엘리먼트
	# Buttons - 버튼
	# Forms - 폼 (인풋, 셀렉트박스 등)
	# Tables - 테이블

# Components : 컴포넌트
	# Header - 헤더 영역
	# Sidebar - 사이드바 영역
	# Content - 콘텐트(글, CPT)
	# Footer - 푸터 영역
	# Marquee - 마큐
	# Pagination - 페이지네이션
	# Widgets - 위젯
	# Comments - 댓글

# Page : 페이지
	# Pages - 페이지 상세
	# Single - 글 상세
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variable site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global Tokens
--------------------------------------------------------------*/
:root {
  color-scheme: dark light;
  --white: white;
  --grey-50: #F9FAFB;
  --grey-100: #EDEEF0;
  --grey-200: #E1E2E5;
  --grey-300: #CED2D6;
  --grey-400: #AEb4BB;
  --grey-500: #8A929C;
  --grey-600: #5B646E;
  --grey-700: #333844;
  --grey-800: #191922;
  --grey-900: #101017;
  --black: black;
  --grey-opacity-50: rgba(0, 0, 7, .05);
  --grey-opacity-100: rgba(0, 0, 7, .09);
  --grey-opacity-200: rgba(0, 0, 7, .2);
  --grey-opacity-300: rgba(0, 0, 7, .3);
  --grey-opacity-400: rgba(0, 0, 7, .4);
  --grey-opacity-500: rgba(0, 0, 7, .5);
  --grey-opacity-600: rgba(0, 0, 7, .6);
  --grey-opacity-700: rgba(0, 0, 7, .7);
  --grey-opacity-800: rgba(0, 0, 7, .8);
  --grey-opacity-900: rgba(0, 0, 7, .9);
  --white-opacity-50: rgba(249, 250, 251, .06);
  --white-opacity-100: rgba(249, 250, 251, .12);
  --white-opacity-200: rgba(249, 250, 251, .18);
  --white-opacity-300: rgba(249, 250, 251, .3);
  --white-opacity-400: rgba(249, 250, 251, .4);
  --white-opacity-500: rgba(249, 250, 251, .5);
  --white-opacity-600: rgba(249, 250, 251, .6);
  --white-opacity-700: rgba(249, 250, 251, .7);
  --white-opacity-800: rgba(249, 250, 251, .8);
  --white-opacity-900: rgba(249, 250, 251, .9);
  --green-50: #F0FAF6;
  --green-100: #AEEFD5;
  --green-200: #76E4B8;
  --green-300: #3FD599;
  --green-400: #15C47E;
  --green-500: #03B26C;
  --green-600: #02A262;
  --green-700: #029359;
  --green-800: #028450;
  --green-900: #027648;
  --green-opacity-50: rgba(0, 183, 92, .05);
  --green-opacity-100: rgba(0, 183, 92, .1);
  --green-opacity-200: rgba(0, 183, 92, .18);
  --green-opacity-300: rgba(0, 183, 92, .35);
  --green-opacity-400: rgba(18, 178, 108, .59);
  --green-opacity-500: rgba(0, 159, 106, .88);
  --blue-50: #E8F3FF;
  --blue-100: #C9E2FF;
  --blue-200: #90C2FF;
  --blue-300: #64A8FF;
  --blue-400: #4593FC;
  --blue-500: #3182F6;
  --blue-600: #2272EB;
  --blue-700: #1B64DA;
  --blue-800: #1957C2;
  --blue-900: #194AA6;
  --blue-opacity-50: rgba(26, 122, 249, .05);
  --blue-opacity-100: rgba(26, 122, 249, .09);
  --blue-opacity-200: rgba(26, 122, 249, .14);
  --blue-opacity-300: rgba(26, 122, 249, .27);
  --blue-opacity-400: rgba(26, 122, 249, .47);
  --blue-opacity-500: rgba(26, 122, 249, .8);
  --lime-50: #F3FFD0;
  --lime-100: #E2FF93;
  --lime-200: #D1FF5A;
  --lime-300: #C1FD2C;
  --lime-400: #A7DD12;
  --lime-500: #89BA00;
  --lime-600: #6D9700;
  --lime-700: #527300;
  --lime-800: #395000;
  --lime-900: #243100;
  --lime-opacity-50: rgba(193, 253, 44, .11);
  --lime-opacity-100: rgba(193, 253, 44, .23);
  --lime-opacity-200: rgba(193, 253, 44, .3);
  --lime-opacity-300: rgba(193, 253, 44, .44);
  --lime-opacity-400: rgba(193, 253, 44, .61);
  --lime-opacity-500: rgba(193, 253, 44, .8);
  --teal-50: #EDF8F8;
  --teal-100: #BCE9E9;
  --teal-200: #89D8D8;
  --teal-300: #58C7C7;
  --teal-400: #30B6B6;
  --teal-500: #18A5A5;
  --teal-600: #109595;
  --teal-700: #0C8585;
  --teal-800: #097575;
  --teal-900: #076565;
  --teal-opacity-50: rgba(34, 170, 170, .06);
  --teal-opacity-100: rgba(34, 170, 170, .11);
  --teal-opacity-200: rgba(34, 170, 170, .19);
  --teal-opacity-300: rgba(34, 170, 170, .33);
  --teal-opacity-400: rgba(34, 170, 170, .6);
  --teal-opacity-500: rgba(0, 150, 150, .85);
  --purple-50: #F9F0FC;
  --purple-100: #EDCCF8;
  --purple-200: #DA9BEF;
  --purple-300: #C770E4;
  --purple-400: #B44BD7;
  --purple-500: #A234C7;
  --purple-600: #9128B4;
  --purple-700: #8222A2;
  --purple-800: #73228E;
  --purple-900: #65237B;
  --purple-opacity-50: rgba(151, 84, 226, .05);
  --purple-opacity-100: rgba(151, 84, 226, .08);
  --purple-opacity-200: rgba(151, 84, 226, .16);
  --purple-opacity-300: rgba(141, 89, 233, .28);
  --purple-opacity-400: rgba(149, 85, 227, .49);
  --purple-opacity-500: rgba(149, 85, 227, .76);
  --red-50: #FFEEEE;
  --red-100: #FFD4D6;
  --red-200: #FEAFB4;
  --red-300: #FB8890;
  --red-400: #F66570;
  --red-500: #F04452;
  --red-600: #E42939;
  --red-700: #D22030;
  --red-800: #BC1B2A;
  --red-900: #A51926;
  --red-opacity-50: rgba(239, 34, 47, .05);
  --red-opacity-100: rgba(237, 40, 49, .08);
  --red-opacity-200: rgba(227, 40, 49, .13);
  --red-opacity-300: rgba(237, 40, 49, .24);
  --red-opacity-400: rgba(237, 40, 49, .43);
  --red-opacity-500: rgba(239, 34, 47, .69);
  --yellow-50: #FFF9E7;
  --yellow-100: #FFEFBF;
  --yellow-200: #FFE69B;
  --yellow-300: #FFDD78;
  --yellow-400: #FFD158;
  --yellow-500: #FFC342;
  --yellow-600: #FFB331;
  --yellow-700: #FAA131;
  --yellow-800: #EE8F11;
  --yellow-900: #DD7D02;
  --yellow-opacity-50: rgba(248, 198, 0, .1);
  --yellow-opacity-100: rgba(251, 182, 0, .17);
  --yellow-opacity-200: rgba(252, 182, 0, .34);
  --yellow-opacity-300: rgba(249, 172, 0, .59);
  --yellow-opacity-400: rgba(255, 160, 0, .85);
  --yellow-opacity-500: rgba(250, 130, 0, .91);
}

/*--------------------------------------------------------------
# Alias Tokens - Dark Mode
--------------------------------------------------------------*/
:root,
:root[data-theme=dark] {
  color-scheme: dark;
  /* Background Color */
  --bg-lower: var(--black);
  --bg-default: var(--grey-900);
  --bg-upper: var(--grey-800);
  --bg-upper-2: var(--grey-700);
  --bg-dim: var(--grey-opacity-500);
  --bg-input: var(--grey-opacity-300);
  --bg-inverse: var(--white);
  /* Semantic Color */
  --brand: var(--teal-400);
  --brand-lower: var(--teal-500);
  --success: var(--green-700);
  --warning: var(--yellow-700);
  --danger: var(--red-400);
  /* Text Color */
  --txt-strong: var(--white);
  --txt-primary: var(--grey-100);
  --txt-secondary: var(--grey-300);
  --txt-tertiary: var(--grey-500);
  --txt-placeholder: var(--white-opacity-400);
  --txt-inverse: var(--grey-900);
  --txt-link: var(--blue-300);
  /* Border Color */
  --bd-strong: var(--grey-100);
  --bd-primary: var(--grey-300);
  --bd-secondary: var(--grey-500);
  --bd-tertiary: var(--grey-700);
  --bd-subtle: var(--white-opacity-300);
  --bd-subtle-2: var(--white-opacity-200);
  --bd-input: var(--white-opacity-200);
  /* Svg Icon Fill */
  --svg-icon-fill: none;
}

/*--------------------------------------------------------------
# Alias Tokens - Light Mode
--------------------------------------------------------------*/
:root[data-theme=light] {
  color-scheme: light;
  /* Background Color */
  --bg-lower: var(--white);
  --bg-default: var(--grey-100);
  --bg-upper: var(--grey-200);
  --bg-upper-2: var(--grey-300);
  --bg-dim: var(--grey-opacity-300);
  --bg-input: var(--white-opacity-500);
  --bg-inverse: var(--grey-900);
  /* Semantic Color */
  --brand: var(--teal-500);
  --brand-lower: var(--teal-600);
  --success: var(--green-700);
  --warning: var(--yellow-700);
  --danger: var(--red-600);
  /* Text Color */
  --txt-strong: var(--black);
  --txt-primary: var(--grey-900);
  --txt-secondary: var(--grey-700);
  --txt-tertiary: var(--grey-500);
  --txt-placeholder: var(--grey-opacity-400);
  --txt-inverse: var(--grey-100);
  --txt-link: var(--blue-600);
  /* Border Color */
  --bd-strong: var(--grey-900);
  --bd-primary: var(--grey-700);
  --bd-secondary: var(--grey-500);
  --bd-tertiary: var(--grey-400);
  --bd-subtle: var(--grey-opacity-300);
  --bd-subtle-2: var(--grey-opacity-200);
  --bd-input: var(--grey-opacity-300);
  /* Svg Icon Fill */
  --svg-icon-fill: brightness(0) saturate(100%) invert(5%) sepia(13%) saturate(2256%) hue-rotate(193deg) brightness(96%) contrast(93%);
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Local Font
--------------------------------------------------------------*/
/* Pretendard */
@font-face {
  font-family: "Pretendard Variable";
  src: url("fonts/PretendardVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* Paperlogy */
@font-face {
  font-family: "Paperlogy Static";
  src: url("fonts/Paperlogy-1Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy Static";
  src: url("fonts/Paperlogy-2ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy Static";
  src: url("fonts/Paperlogy-3Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy Static";
  src: url("fonts/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy Static";
  src: url("fonts/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy Static";
  src: url("fonts/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy Static";
  src: url("fonts/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy Static";
  src: url("fonts/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Paperlogy Static";
  src: url("fonts/Paperlogy-9Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Paperlogy Static", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
  color: var(--txt-strong);
}
[data-theme=light] h1,
[data-theme=light] h2,
[data-theme=light] h3,
[data-theme=light] h4,
[data-theme=light] h5,
[data-theme=light] h6 {
  font-weight: 600;
}

h1 {
  font-size: clamp(3.75rem, 2.5rem + 4vw, 6.25rem);
}

h2 {
  font-size: clamp(2.75rem, 2rem + 3vw, 5rem);
}

h3 {
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3.75rem);
}

h4 {
  font-size: clamp(1.25rem, 1rem + 1.5vw, 2.5rem);
}

h5 {
  font-size: clamp(1.187rem, 1rem + 1.2vw, 2.25rem);
}

h6 {
  font-size: clamp(1.125rem, 1rem + 1vw, 2rem);
}

p {
  font-size: clamp(0.9375rem, 0.875rem + 0.4vw, 1.125rem);
  font-weight: 300;
  line-height: 1.8;
}
[data-theme=light] p {
  font-weight: 400;
}

/* Title Wrap */
.title__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  transform-origin: center bottom;
}
.title__wrap .title {
  display: flex;
  flex-direction: column;
  position: relative;
}
.title__wrap .title .row {
  display: inline-flex;
  align-items: center;
}
.title__wrap .title .thumb {
  flex-shrink: 0;
  width: clamp(3.5rem, 11vw, 5.5rem);
  margin-inline: clamp(0.5rem, 1.8vw, 1rem);
}
.title__wrap .cat {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -125%);
  font-size: 0.32em;
}
.title__wrap .cat::before {
  content: "(";
}
.title__wrap .cat::after {
  content: ")";
}
.title__wrap .desc {
  display: flex;
  flex-direction: column;
  row-gap: clamp(2.5rem, 2rem + 1.8vw, 3.5rem);
  padding-top: clamp(2rem, 1.625rem + 1.8vw, 3rem);
}
.title__wrap > .button, .title__wrap > .button-wrap {
  margin-top: clamp(2rem, 1.75rem + 1vw, 2.5rem);
}

/* Scrub Title */
.scrub-title__wrap .scrub-item {
  transition: opacity 0.1s;
  opacity: 0.2;
}
.scrub-title__wrap .scrub-item.scrub-element {
  opacity: 0.2;
}
.scrub-title__wrap .scrub-item.on {
  opacity: 1;
}

/* Balloon */
.balloon {
  position: absolute;
  pointer-events: auto;
}
.balloon span {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  padding-inline: clamp(0.75rem, 2.1vw, 1rem);
  background: var(--brand);
  font-family: "Paperlogy Static", sans-serif;
  font-size: clamp(1rem, 2.8vw, 1.375rem);
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: var(--bg-default);
}
.balloon span.rot-5 {
  transform: translate(-50%, -50%) rotate(5deg);
}
.balloon span.rot-10 {
  transform: translate(-50%, -50%) rotate(10deg);
}
.balloon span.rot-15 {
  transform: translate(-50%, -50%) rotate(15deg);
}
.balloon span.rot-n5 {
  transform: translate(-50%, -50%) rotate(-5deg);
}
.balloon span.rot-n10 {
  transform: translate(-50%, -50%) rotate(-10deg);
}
.balloon span.rot-n15 {
  transform: translate(-50%, -50%) rotate(-15deg);
}

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
.screen-reader-text:focus {
  display: block;
  top: 0.3125rem;
  left: 0.3125rem;
  width: auto;
  height: auto;
  padding: 1rem 1.5rem 0.875rem;
  border-radius: 0.1875rem;
  box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
  background-color: var(--bg-inverse);
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  color: var(--brand);
  clip: auto !important;
  clip-path: none;
  z-index: 100000;
}

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  letter-spacing: -0.01em;
}
*::before, *::after {
  box-sizing: border-box;
}

::selection {
  background-color: var(--brand);
  color: var(--bg-default);
}

::-moz-selection {
  background-color: var(--brand);
  color: var(--bg-default);
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html {
  font-size: 4.1025641vw;
}

body {
  font-family: "Pretendard Variable", -apple-system, sans-serif;
  font-weight: 400;
  word-break: keep-all;
  color: var(--txt-primary);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

button,
table,
option {
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 1;
}

ul,
ol {
  list-style: none;
}

table {
  position: relative;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  letter-spacing: -0.025em;
  word-break: break-all;
}
table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

th,
td {
  position: relative;
  padding: 1rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
}

thead {
  font-weight: 700;
}

hr {
  height: 0;
  box-sizing: content-box;
}

i,
em,
address {
  font-style: normal;
}

blockquote,
q {
  content: "";
  quotes: none;
}

caption,
legend {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: -1000%;
  left: -1000%;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  z-index: 1;
}

/*--------------------------------------------------------------
# JHS
--------------------------------------------------------------*/
[data-jhs$=class] {
  transition-property: opacity;
  transition-duration: 0.6s;
  opacity: 0;
  pointer-events: none;
}

[data-jhs$=class].is-visible {
  opacity: 1;
  pointer-events: auto;
}

.pop[data-jhs$=class] {
  transition-property: transform, opacity;
  transition-duration: 0.6s, 0.3s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275), ease;
  transform: scale(0.5);
  opacity: 0;
}

.pop[data-jhs$=class].is-visible {
  transform: scale(1);
  opacity: 1;
}

.grey[data-jhs$=class] {
  transition-property: filter;
  transition-duration: 0.3s;
  filter: grayscale(1) brightness(0.15);
  opacity: 1;
}
[data-theme=light] .grey[data-jhs$=class] {
  filter: grayscale(1) brightness(1.6);
}

.grey[data-jhs$=class].is-visible {
  filter: grayscale(0) brightness(1);
}

/*==============================================================
# responsive - Mobile
==============================================================*/
@media screen and (min-width: 500px) {
  html {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
# Keyframes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Keyframes
--------------------------------------------------------------*/
@keyframes scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rw-figure-1 {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  25% {
    transform: translate(-50%, -50%) scale(0.125);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.25);
  }
  75% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes rw-figure-2 {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes rw-figure-3 {
  25% {
    transform: translate(-50%, -35%) rotate(22.5deg);
  }
  50% {
    transform: translate(-50%, 0%) scale(1, 0.85) rotate(45deg);
    border-bottom-right-radius: 35%;
  }
  75% {
    transform: translate(-50%, -35%) rotate(67.5deg);
  }
  100% {
    transform: translate(-50%, -60%) rotate(90deg);
  }
}
@keyframes hero-spin {
  0% {
    transform: rotate(45deg);
  }
  40% {
    transform: rotate(135deg);
  }
  60% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(225deg);
  }
}
@keyframes hero-spread {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  40% {
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1);
  }
  60% {
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1);
  }
}
@keyframes coin-wobble {
  0%, 100% {
    transform: rotateX(5deg) rotateY(0deg) rotateZ(-2deg);
  }
  25% {
    transform: rotateX(0deg) rotateY(5deg) rotateZ(0deg);
  }
  50% {
    transform: rotateX(-5deg) rotateY(0deg) rotateZ(2deg);
  }
  75% {
    transform: rotateX(0deg) rotateY(-5deg) rotateZ(0deg);
  }
}
@keyframes hero-slide-text-fade {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  14% {
    transform: translateY(0);
    opacity: 1;
  }
  24% {
    transform: translateY(0);
    opacity: 1;
  }
  42% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes hero-hello {
  0%, 100% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(20deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(20deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
  90% {
    transform: rotate(0deg);
  }
}
@keyframes rotation-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes noise-jitter {
  0%, 100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-2%, 2%);
  }
  40% {
    transform: translate(2%, -2%);
  }
  60% {
    transform: translate(-2%, -2%);
  }
  80% {
    transform: translate(2%, 2%);
  }
}
@keyframes scroll-down {
  0% {
    background-position: 0 0;
    background-size: auto 0;
  }
  42.5% {
    background-position: 0 0;
    background-size: auto 100%;
  }
  57.5% {
    background-position: 0 100%;
    background-size: auto 100%;
  }
  100% {
    background-position: 0 100%;
    background-size: auto 0;
  }
}
@keyframes jumping {
  0% {
    transform: scaleY(0.85) translateY(5%);
  }
  30% {
    transform: scaleY(1.15) scaleX(0.9) translateY(-10%);
  }
  100% {
    transform: scaleY(1) translateY(0);
  }
}
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/* Variables */
/* Size */
.w_100 {
  width: 100% !important;
}

.size-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.size-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.size-fill {
  width: 100%;
  height: 100%;
}

/* Display */
.d_n {
  display: none !important;
}

.d_f {
  display: flex !important;
}

/* Margin */
.m_0-a {
  margin: 0 auto !important;
}

/* Padding */
.p_0 {
  padding: 0 !important;
}

.p-t_0 {
  padding-top: 0 !important;
}

.p-l_0 {
  padding-left: 0 !important;
}

.p-r_0 {
  padding-right: 0 !important;
}

.p-b_0 {
  padding-bottom: 0 !important;
}

/* Flex */
.f-d_r {
  flex-direction: row !important;
}

.a-i_f-s {
  align-items: flex-start !important;
}

.a-i_c {
  align-items: center !important;
}

.a-i_f-e {
  align-items: flex-end !important;
}

.j-c_f-s {
  justify-content: flex-start !important;
}

.j-c_c {
  justify-content: center !important;
}

.j-c_f-e {
  justify-content: flex-end !important;
}

.j-c_s-a {
  justify-content: space-around !important;
}

.j-c_s-b {
  justify-content: space-between !important;
}

.a-s_f-s {
  align-self: flex-start !important;
}

.a-s_c {
  align-self: center !important;
}

.a-s_f-e {
  align-self: flex-end !important;
}

/* Text Align */
.t-a_c {
  text-align: center !important;
}

.t-a_r {
  text-align: right !important;
}

/*--------------------------------------------------------------
# Component
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# WP Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
.wp-block-heading {
  line-height: 1.5;
}

h1.wp-block-heading {
  font-size: clamp(1.5rem, 1rem + 3vw, 2.5rem);
}

h2.wp-block-heading {
  font-size: clamp(1.375rem, 1rem + 2.5vw, 2.25rem);
}

h3.wp-block-heading {
  font-size: clamp(1.3125rem, 1rem + 2vw, 1.875rem);
  line-height: 1.55;
}

h4.wp-block-heading {
  font-size: clamp(1.25rem, 1rem + 1.5vw, 1.625rem);
  line-height: 1.55;
}

h5.wp-block-heading {
  font-size: clamp(1.1875rem, 1rem + 1.2vw, 1.5rem);
  line-height: 1.6;
}

h6.wp-block-heading {
  font-size: clamp(1.125rem, 1rem + 1vw, 1.375rem);
  line-height: 1.7;
}

/*--------------------------------------------------------------
# Paragraph
--------------------------------------------------------------*/
.wp-block-paragraph {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  color: var(--txt-secondary);
}

.has-small-font-size {
  font-size: clamp(0.9375rem, 0.875rem + 0.4vw, 1.0625rem) !important;
}

.has-medium-font-size {
  font-size: clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem) !important;
}

.has-large-font-size {
  font-size: clamp(1.25rem, 1rem + 1vw, 1.5rem) !important;
  line-height: 1.5;
}

.has-x-large-font-size {
  font-size: clamp(1.5rem, 1.1rem + 1.5vw, 1.75rem) !important;
  line-height: 1.45;
}

/*--------------------------------------------------------------
# Single Content Wrap (All)
--------------------------------------------------------------*/
.single-content {
  padding: 0;
  line-height: 1.6;
  word-break: break-all;
}
.single-content > * {
  margin-inline: auto;
}
.single-content > *:first-child {
  margin-top: 0 !important;
}
.single-content > *:last-child {
  margin-bottom: 0 !important;
}
.single-content > *:not(:where(.size-full)) {
  max-width: 55rem;
  padding-inline: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
}
.single-content strong {
  font-weight: 700;
}
.single-content a {
  font-weight: 500;
  color: var(--txt-link);
}
.single-content s {
  color: var(--txt-tertiary);
}
.single-content code {
  margin-inline: 0.2em;
  padding: 0.2em 0.25em;
  border-radius: 0.125em;
  border: 1px solid var(--yellow-opacity-200);
  background-color: color-mix(in srgb, var(--yellow-opacity-200) 60%, transparent);
  font-family: "Paperlogy Static", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
}
[data-theme=light] .single-content code {
  border-color: var(--yellow-opacity-300);
  background-color: var(--yellow-opacity-100);
}
.single-content kbd {
  margin-inline: 0.2em;
  padding: 0.25em 0.3em;
  border-radius: 0.2em;
  border: 1px solid var(--grey-700);
  background-color: color-mix(in srgb, var(--grey-700) 40%, transparent);
  font-family: "Paperlogy Static", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
}
[data-theme=light] .single-content kbd {
  border-color: var(--grey-500);
  background-color: var(--grey-300);
}
.single-content sup {
  font-size: 0.8em;
  vertical-align: super;
}
.single-content sup a::before {
  content: "[";
}
.single-content sup a::after {
  content: "]";
}
.single-content .wp-block-heading {
  margin-top: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 4);
  margin-bottom: clamp(1.5rem, 1rem + 1.5vw, 2rem);
}
.single-content .wp-block-paragraph {
  margin-bottom: clamp(1.5rem, 1rem + 1.5vw, 2rem);
}
.single-content .wp-block-list {
  margin-bottom: clamp(1.5rem, 1rem + 1.5vw, 2rem);
}
.single-content .wp-block-list li {
  position: relative;
  margin-block: 0.4em;
  padding-left: clamp(0.9375rem, 0.875rem + 0.4vw, 1.0625rem);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
}
.single-content .wp-block-list li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  transform: translateY(-50%);
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  border: 1px solid var(--txt-primary);
  background-color: var(--txt-primary);
  box-sizing: content-box;
}
.single-content ol.wp-block-list {
  width: calc(100% - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2));
  max-width: calc(55rem - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2));
  padding-inline: 0;
  counter-reset: wp-number-counter;
}
.single-content ol.wp-block-list li {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 0.4em;
  padding-left: 0;
  counter-increment: wp-number-counter;
}
.single-content ol.wp-block-list li::marker {
  content: "";
  display: none;
}
.single-content ol.wp-block-list li::before {
  content: counter(wp-number-counter) ".";
  position: static;
  transform: none;
  width: auto;
  min-width: 0.8em;
  height: auto;
  border: none;
  background: none;
  white-space: nowrap;
}
.single-content .wp-block-quote {
  width: calc(100% - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2));
  max-width: calc(55rem - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2));
  margin-bottom: clamp(1.5rem, 1rem + 1.5vw, 2rem);
  padding: 0;
  border-left: 0.125rem solid var(--bd-tertiary);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  font-style: italic;
}
.single-content .wp-block-quote .wp-block-paragraph {
  margin-bottom: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 0.5);
  padding-left: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
  color: var(--txt-secondary);
}
.single-content .wp-block-quote .wp-block-paragraph:last-of-type {
  margin-bottom: 0;
}
.single-content .wp-block-pullquote {
  margin-top: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 4);
  margin-bottom: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 4);
  padding: 0;
}
.single-content .wp-block-pullquote p {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
}
.single-content .wp-block-pullquote cite {
  font-size: clamp(1.25rem, 1rem + 1vw, 1.5rem);
  font-weight: 500;
}
.single-content .wp-block-group {
  width: calc(100% - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2));
  max-width: calc(55rem - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2));
  margin-bottom: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 2);
  padding: clamp(1.5rem, 1rem + 1.5vw, 2rem);
  border: 1px solid var(--bd-tertiary);
  background-color: var(--bg-upper);
}
.single-content .wp-block-group > *:first-child {
  margin-top: 0;
}
.single-content .wp-block-group .wp-block-heading,
.single-content .wp-block-group .wp-block-paragraph {
  margin-bottom: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 0.5);
}
.single-content .wp-block-group.icon-group {
  width: 100%;
  padding: 0;
  border: none;
  background: none;
}
[data-theme=light] .single-content .wp-block-group.icon-group {
  filter: invert(1);
}
.single-content .wp-block-group.icon-group .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}
.single-content .wp-block-group.icon-group .wp-block-image {
  flex: 0 20%;
  margin-block: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 0.5) 0;
  opacity: 0;
}
.single-content .wp-block-group.icon-group.scale .wp-block-image {
  transform: scale(0.5);
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image {
  transition: opacity 0.6s;
  opacity: 1;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(1) {
  transition-delay: 0.25s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(2) {
  transition-delay: 0.35s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(3) {
  transition-delay: 0.55s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(4) {
  transition-delay: 0.55s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(5) {
  transition-delay: 0.85s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(6) {
  transition-delay: 1.1s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(7) {
  transition-delay: 1.1s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(8) {
  transition-delay: 0.45s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(9) {
  transition-delay: 1s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(10) {
  transition-delay: 1.1s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(11) {
  transition-delay: 0.95s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(12) {
  transition-delay: 0.95s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(13) {
  transition-delay: 1.1s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(14) {
  transition-delay: 1.1s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(15) {
  transition-delay: 0.7s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(16) {
  transition-delay: 0.7s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(17) {
  transition-delay: 1.1s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(18) {
  transition-delay: 0.25s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(19) {
  transition-delay: 1.15s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(20) {
  transition-delay: 0.45s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(21) {
  transition-delay: 0.95s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(22) {
  transition-delay: 0.55s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(23) {
  transition-delay: 0.65s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(24) {
  transition-delay: 1.05s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(25) {
  transition-delay: 0.8s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(26) {
  transition-delay: 0.25s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(27) {
  transition-delay: 0.3s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(28) {
  transition-delay: 0.95s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(29) {
  transition-delay: 1.05s;
}
.single-content .wp-block-group.icon-group.is-visible .wp-block-image:nth-child(30) {
  transition-delay: 0.5s;
}
.single-content .wp-block-group.icon-group.is-visible.scale .wp-block-image {
  transition-property: opacity, transform;
  transition-duration: 0.6s, 0.8s;
  transition-timing-function: ease, cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: scale(1);
}
.single-content .wp-block-separator {
  max-width: clamp(7.5rem, 5rem + 6vw, 12.5rem);
  margin-top: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 4);
  margin-bottom: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 4);
  border-color: var(--bd-tertiary);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
}
.single-content .wp-block-separator.is-style-wide {
  width: calc(100% - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2));
  max-width: calc(55rem - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2));
  border-width: 1px;
  box-sizing: border-box;
}
.single-content .wp-block-separator.is-style-dots {
  position: relative;
  width: 0.4em;
  height: 0.4em;
  padding: 0;
  border-radius: 50%;
  background-color: var(--bd-tertiary) !important;
  overflow: visible;
}
.single-content .wp-block-separator.is-style-dots::before, .single-content .wp-block-separator.is-style-dots::after {
  content: "";
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
  padding: 0;
  border-radius: inherit;
  background-color: inherit;
}
.single-content .wp-block-separator.is-style-dots::before {
  left: clamp(1.5rem, 1.1rem + 1.5vw, 1.75rem);
}
.single-content .wp-block-separator.is-style-dots::after {
  right: clamp(1.5rem, 1.1rem + 1.5vw, 1.75rem);
}
.single-content .wp-block-footnotes {
  margin-top: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 4);
  margin-bottom: clamp(1.5rem, 1rem + 1.5vw, 2rem);
  font-size: clamp(0.9375rem, 0.875rem + 0.4vw, 1.0625rem);
}
.single-content .wp-block-footnotes::before {
  content: "";
  display: block;
  margin-bottom: clamp(1.5rem, 1rem + 1.5vw, 2rem);
  border-top: 1px solid var(--bd-tertiary);
}
.single-content .wp-block-footnotes li {
  margin-block: 0.75em;
}
.single-content .wp-block-footnotes li a:first-child {
  font-size: 0.9em;
  vertical-align: top;
}
.single-content .wp-block-image {
  margin-top: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 4);
  margin-bottom: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 2);
}
.single-content .wp-block-image img {
  margin-inline: auto;
}
.single-content .wp-block-image figcaption {
  max-width: 55rem;
  margin-top: 0.8em;
  margin-inline: auto;
  font-size: clamp(0.9375rem, 2.3vw, 1.125rem);
  color: var(--txt-secondary);
}
.single-content .wp-block-image.full {
  max-width: unset !important;
  padding-inline: unset !important;
}
.single-content .wp-block-image.full img {
  width: 100%;
}
.single-content .wp-block-image.full figcaption {
  padding-inline: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
}
.single-content .wp-block-image.pdp {
  transform: none;
  padding-inline: 0;
}
.single-content .wp-block-image.pdp + .pdp {
  margin-top: 0;
}
.single-content .wp-block-image.pdp:has(+ .pdp) {
  margin-bottom: 0;
}
.single-content .wp-block-code {
  margin-bottom: clamp(1.5rem, 1rem + 1.5vw, 2rem);
}
.single-content .wp-block-kevinbatdorf-code-block-pro {
  margin-bottom: clamp(1.5rem, 1rem + 1.5vw, 2rem);
}
.single-content .wp-block-kevinbatdorf-code-block-pro .code-block-pro-copy-button {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.single-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: clamp(1.5rem, 1rem + 1.5vw, 2rem);
}
.single-content .wp-block-buttons .wp-block-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  will-change: transform;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1.875rem 1rem, rgba(0, 0, 0, 0.07) 0 0.975rem 0.518rem, rgba(0, 0, 0, 0.04) 0 0.4rem 0.26rem;
  background: linear-gradient(182.51deg, color-mix(in srgb, var(--bg-inverse) 2%, transparent) 27.09%, rgba(90, 90, 90, 0.02) 58.59%, rgba(0, 0, 0, 0.02) 92.75%);
  backdrop-filter: blur(0.625rem);
  outline: none;
  letter-spacing: inherit;
  font-family: "Paperlogy Static", sans-serif;
  font-size: clamp(0.9375rem, 0.875rem + 0.4vw, 1.0625rem);
  color: inherit;
  overflow: hidden;
  cursor: pointer;
}
.single-content .wp-block-buttons .wp-block-button::before, .single-content .wp-block-buttons .wp-block-button::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
}
.single-content .wp-block-buttons .wp-block-button::before {
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 10.85%, rgba(20, 20, 20, 0.46) 24.36%, rgba(50, 50, 50, 0.46) 73.67%, rgba(255, 255, 255, 0.46) 90.68%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(var(--bg-lower) 0 0) content-box exclude, linear-gradient(var(--bg-lower) 0 0);
  mask: linear-gradient(var(--bg-lower) 0 0) content-box exclude, linear-gradient(var(--bg-lower) 0 0);
}
.single-content .wp-block-buttons .wp-block-button::after {
  filter: url(#noise-filter);
  opacity: 0.075;
}
[data-theme=light] .single-content .wp-block-buttons .wp-block-button {
  will-change: unset;
  box-shadow: none;
  background: var(--bg-default);
  backdrop-filter: none;
  font-weight: 600;
  color: var(--txt-primary);
}
[data-theme=light] .single-content .wp-block-buttons .wp-block-button::before {
  padding: unset;
  border: 0.125rem solid var(--bg-inverse);
  background: none;
  -webkit-mask: none;
  mask: none;
}
[data-theme=light] .single-content .wp-block-buttons .wp-block-button::after {
  filter: none;
  opacity: 1;
}
.single-content .wp-block-buttons .wp-block-button .wp-block-button__link {
  border: none;
  border-radius: unset;
  background: none;
  font-weight: inherit;
  color: inherit;
}
.single-content .wp-block-embed {
  margin-top: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 4);
  margin-bottom: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 2);
}
.single-content .wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  pointer-events: none;
}

/*==============================================================
# responsive - Mobile
==============================================================*/
@media screen and (min-width: 500px) {
  /*--------------------------------------------------------------
  # Single Content Wrap (All)
  --------------------------------------------------------------*/
  .single-content .wp-block-buttons {
    gap: 1rem;
  }
  .single-content .wp-block-buttons .wp-block-button:is(:hover, :focus, :active) {
    background-color: color-mix(in srgb, var(--white) 7.5%, transparent);
  }
  [data-theme=light] .single-content .wp-block-buttons .wp-block-button:is(:hover, :focus, :active) {
    background-color: var(--bg-inverse);
    color: var(--txt-inverse);
  }
}
/*==============================================================
# responsive - Tablet
==============================================================*/
@media screen and (min-width: 768px) {
  /*--------------------------------------------------------------
  # Single Content Wrap (All)
  --------------------------------------------------------------*/
  .single-content .wp-block-image.pdp {
    padding-inline: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
  }
}
/*--------------------------------------------------------------
# forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* Reset */
form {
  display: flex;
  flex-direction: column;
}
form > *:first-child {
  margin-top: 0 !important;
}
form > *:last-child {
  margin-bottom: 0 !important;
}
form .wp-block-heading {
  margin-top: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 2);
  margin-bottom: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 0.5);
}
form .wp-block-paragraph {
  margin-bottom: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 0.5);
}
form .wp-block-paragraph + .input, form .wp-block-paragraph + .input-wrap {
  margin-top: calc(clamp(1.5rem, 1rem + 1.5vw, 2rem) * 0.5);
}

input,
select,
textarea {
  transition: border-color 0.3s, color 0.3s;
  width: 100%;
  height: 3em;
  padding-block: 0.75em;
  padding-inline: 1em;
  border: 1px solid var(--bd-input);
  outline: none;
  background: var(--bg-input);
  font-family: inherit;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  vertical-align: top;
  color: inherit;
  appearance: none;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--txt-primary);
}

textarea {
  min-height: 11.25em;
  resize: none;
}

label {
  display: flex;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  font-weight: 600;
}

::placeholder {
  color: var(--txt-placeholder);
  opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 6.25rem var(--bg-default) inset;
  -webkit-text-fill-color: inherit;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* .input : input을 감싸는 최소 단위 */
/* .input-wrap : 한 줄에 2개 이상의 .input을 배치할 경우 */
/* .input-group : 단을 나눠서 배치할 경우 */
.input-group,
.input-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(0.625rem, 1.2vw, 1rem);
  row-gap: clamp(2rem, 1.5rem + 2vw, 3rem);
  position: relative;
  width: 100%;
}
.input-group .button-wrap, .input-group button, .input-group .button,
.input-wrap .button-wrap,
.input-wrap button,
.input-wrap .button {
  flex: 1;
}

.input {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  position: relative;
  width: 100%;
}
.input a {
  text-decoration: underline;
}
.input .count {
  align-self: flex-end;
  margin-left: auto;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: var(--txt-placeholder);
}
[data-theme=light] .input .count {
  color: var(--txt-tertiary);
}
.input .helper {
  transition: color 0.3s;
  line-height: 1.5;
  color: var(--txt-tertiary);
}
.input.is-error input,
.input.is-error textarea {
  border-color: var(--danger);
  color: var(--danger);
}
.input.is-error input:focus,
.input.is-error textarea:focus {
  border-color: var(--danger);
  color: inherit;
}
.input.is-error .helper {
  color: var(--danger);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Thumb */
.thumb {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* Container */
.container {
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  padding-inline: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
}
.container.container-small {
  max-width: 82.5rem;
}
.container.container-xsmall {
  max-width: 55rem;
}

/* Tabs */
.tabs {
  padding-top: 2.5rem;
}
.tabs ul {
  display: flex;
  align-items: center;
  gap: 0.5rem 0.375rem;
  flex-wrap: wrap;
}
.tabs li {
  flex-shrink: 0;
}
.tabs .tab-btn {
  display: flex;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s;
  min-width: 3.5rem;
  padding: 0 1.125rem;
  border-radius: 2.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.tabs .tab-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid var(--bd-tertiary);
  pointer-events: none;
}
.tabs .tab-btn.active {
  background: var(--txt-primary);
  font-weight: 600;
  color: var(--bg-default);
}
.tabs .tab-btn.active::before {
  border-color: var(--txt-primary);
}
.tabs .tab-btn span {
  position: relative;
  right: -0.1875rem;
  margin-right: -1px;
  font-size: 0.75em;
  line-height: 3;
}
.tabs .tab-btn span::before {
  content: "(";
}
.tabs .tab-btn span::after {
  content: ")";
}

/* Marquee */
.marquee__container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.marquee__container .marquee__track {
  display: flex;
  will-change: transform;
  white-space: nowrap;
}
.marquee__container .marquee__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-family: "Paperlogy Static", sans-serif;
  font-size: clamp(5.5rem, 12vw, 8.75rem);
  font-weight: 500;
  line-height: 1.5;
}
.marquee__container .figure {
  flex-shrink: 0;
  position: relative;
  width: 0.64em;
  height: 0.64em;
  margin-inline: clamp(1rem, 2.5vw, 2.5rem);
  overflow: hidden;
}
.marquee__container .figure + .txt::before {
  content: " ";
}
.marquee__container .txt {
  flex-shrink: 0;
}
.marquee__container .txt::after {
  content: " ";
}

/* Zoom Section */
.zoom-section {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}
.zoom-section .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  background: var(--txt-strong);
  opacity: 1;
  overflow: hidden;
  z-index: 1;
}
.zoom-section .content-wrap .title__wrap {
  align-items: center;
  text-align: center;
}
.zoom-section .content-wrap .title__wrap .title {
  font-weight: 600;
  color: var(--bg-default);
}
[data-theme=light] .zoom-section .content-wrap .title__wrap .title {
  font-weight: 500;
}
.zoom-section .content-wrap .title__wrap .desc {
  max-width: min(90%, 42.5rem);
  margin-inline: auto;
  padding-top: clamp(1.75rem, 3.8vw, 2.25rem);
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 400;
  color: var(--bg-default);
}
[data-theme=light] .zoom-section .content-wrap .title__wrap .desc {
  font-weight: 300;
}
.zoom-section .mask-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  background: var(--bg-default);
  z-index: 2;
}
.zoom-section .zoom-target {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoom-section .zoom-target .title {
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* Snack Bar */
.snack-bar-container {
  position: fixed;
  left: 50%;
  bottom: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2);
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transform: translate(-50%, 1rem);
  width: min(90%, 27.5rem);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
.snack-bar-container.show {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
.snack-bar-container .snack-bar-wrap {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  will-change: transform;
  min-height: 3.75em;
  padding-block: 1em;
  padding-inline: 1.25em 0.875em;
  background: color-mix(in srgb, var(--bg-upper-2) 60%, transparent);
  backdrop-filter: blur(1.25rem);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
}
.snack-bar-container .snack-bar-wrap .snack-bar-close {
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  min-height: unset;
  margin-left: auto;
  padding: 0;
  box-shadow: none;
  background-image: url(svg/icon-close.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  backdrop-filter: none;
}
.snack-bar-container .snack-bar-wrap .snack-bar-close::before, .snack-bar-container .snack-bar-wrap .snack-bar-close::after {
  display: none;
}
.snack-bar-container .snack-bar-wrap .snack-bar-close:is(:hover, :focus, :active) {
  background-color: transparent;
}
.snack-bar-container .snack-bar-message {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
  color: var(--white);
}
.snack-bar-container.is-error .snack-bar-message {
  color: var(--danger);
}
[data-theme=light] .snack-bar-container .snack-bar-wrap {
  background: color-mix(in srgb, var(--bg-inverse) 50%, transparent);
}
[data-theme=light] .snack-bar-container .snack-bar-wrap .snack-bar-close:is(:hover, :focus, :active) {
  background-color: transparent;
}
[data-theme=light] .snack-bar-container.is-error .snack-bar-message {
  color: var(--white);
}

/*--------------------------------------------------------------
# Intro Loader
--------------------------------------------------------------*/
body.is-loading header {
  top: 0 !important;
}

.intro-loader {
  position: fixed;
  inset: 0;
  transition: opacity 1s ease 1s, visibility 0s 1.5s;
  background-color: var(--bg-default);
  z-index: 9998;
}
.intro-loader .loader-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 4rem;
  padding-inline: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
  transition: top 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.intro-loader .loader-logo-img {
  position: relative;
  top: 50%;
  left: 50%;
  transition: opacity 1s ease, left 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1), width 1s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate(-50%, -50%) scale(3);
  width: 4.5rem;
  opacity: 0;
}
.intro-loader.is-animating .loader-logo-img {
  opacity: 1;
}
.intro-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.intro-loader.is-loaded .loader-wrap {
  top: 0;
  transform: translateY(0);
}
.intro-loader.is-loaded .loader-logo-img {
  left: 0;
  transform: translate(0, -50%) scale(1);
}

/*==============================================================
# responsive - Mobile
==============================================================*/
@media screen and (min-width: 500px) {
  /* Tabs */
  .tabs ul {
    column-gap: 0.4375rem;
  }
  .tabs .tab-btn {
    min-width: 4rem;
    padding: 0 1.25rem;
    border-radius: 2.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
  }
  .tabs .tab-btn:not(.active):is(:hover, :focus, :active) {
    background-color: var(--bg-upper);
  }
  /*--------------------------------------------------------------
  # Intro Loader
  --------------------------------------------------------------*/
  .intro-loader .loader-wrap {
    height: 4.5rem;
  }
  .intro-loader .loader-logo-img {
    width: 5rem;
  }
}
/*==============================================================
# responsive - Tablet
==============================================================*/
@media screen and (min-width: 768px) {
  /* Tabs */
  .tabs ul {
    column-gap: 0.5rem;
  }
  .tabs .tab-btn {
    min-width: 4.25rem;
    padding: 0 1.3125rem;
    border-radius: 2.75rem;
    line-height: 2.75rem;
  }
  /*--------------------------------------------------------------
  # Intro Loader
  --------------------------------------------------------------*/
  .intro-loader .loader-wrap {
    height: 6.25rem;
  }
  .intro-loader .loader-logo-img {
    transform: translate(-50%, -50%) scale(2.5);
    width: 6.5rem;
  }
}
/*==============================================================
# responsive - Desktop
==============================================================*/
@media screen and (min-width: 1200px) {
  /* Tabs */
  .tabs ul {
    gap: 0.625rem;
  }
  .tabs .tab-btn {
    min-width: 4.5rem;
    padding: 0 1.375rem;
    border-radius: 2.875rem;
    font-size: 1.0625rem;
    line-height: 2.875rem;
  }
}
/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

th, td {
  border: 1px solid #eee;
  padding: 15px;
  text-align: center;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

button,
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: none;
  outline: none;
  letter-spacing: inherit;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
button.jhs,
.button.jhs {
  transition: background-color 0.3s, color 0.3s;
  will-change: transform;
  min-height: 3em;
  padding-block: 0.75em;
  padding-inline: clamp(1.5rem, 3.5vw, 2rem);
  background: linear-gradient(182.51deg, color-mix(in srgb, var(--bg-inverse) 2%, transparent) 27.09%, rgba(90, 90, 90, 0.02) 58.59%, rgba(0, 0, 0, 0.02) 92.75%);
  backdrop-filter: blur(0.625rem);
  font-family: "Paperlogy Static", sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
}
button.jhs::before, button.jhs::after,
.button.jhs::before,
.button.jhs::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  user-select: none;
}
button.jhs::before,
.button.jhs::before {
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 10.85%, rgba(20, 20, 20, 0.46) 24.36%, rgba(50, 50, 50, 0.46) 73.67%, rgba(255, 255, 255, 0.46) 90.68%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(var(--bg-lower) 0 0) content-box exclude, linear-gradient(var(--bg-lower) 0 0);
  mask: linear-gradient(var(--bg-lower) 0 0) content-box exclude, linear-gradient(var(--bg-lower) 0 0);
}
button.jhs::after,
.button.jhs::after {
  filter: url(#noise-filter);
  opacity: 0.075;
}
button.jhs.is-loading,
.button.jhs.is-loading {
  column-gap: 0.5em;
  background-color: var(--bg-dim);
  opacity: 1;
}
button.jhs.is-loading::after,
.button.jhs.is-loading::after {
  display: block;
  position: static;
  width: 1.125em;
  height: 1.125em;
  border-radius: 50%;
  border: 0.1875em solid var(--txt-primary);
  border-color: var(--txt-primary) transparent var(--txt-primary) transparent;
  filter: none;
  opacity: 1;
  animation: rotation-360 1.2s infinite ease-in-out;
}
button.jhs .icon,
.button.jhs .icon {
  transition: 0.3s;
  max-width: 0;
  margin-inline: 0;
  overflow: hidden;
}
button.jhs .icon i,
.button.jhs .icon i {
  display: block;
  width: clamp(1.75rem, 4vw, 2.25rem);
}
button.jhs .array,
.button.jhs .array {
  transition: transform 0.3s;
  transform: rotate(-45deg);
  margin-inline: 0.5rem -0.375rem;
  font-family: "Pretendard Variable", -apple-system, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
}
button.jhs.large,
.button.jhs.large {
  padding-inline: clamp(2rem, 6vw, 3.5rem);
  font-size: clamp(1.25rem, 4vw, 1.5rem);
}
button.jhs.large .icon,
.button.jhs.large .icon {
  margin-inline: 0.25rem -0.625rem;
}
button.jhs.large .icon i,
.button.jhs.large .icon i {
  width: clamp(2.25rem, 6vw, 2.75rem);
}
[data-theme=light] button.jhs,
[data-theme=light] .button.jhs {
  will-change: unset;
  box-shadow: none;
  background: var(--bg-inverse);
  backdrop-filter: none;
  font-weight: 600;
  color: var(--txt-inverse);
}
[data-theme=light] button.jhs::before,
[data-theme=light] .button.jhs::before {
  padding: unset;
  border: 0.125rem solid var(--bg-inverse);
  background: none;
  -webkit-mask: none;
  mask: none;
}
[data-theme=light] button.jhs::after,
[data-theme=light] .button.jhs::after {
  filter: none;
  opacity: 1;
}
[data-theme=light] button.jhs.is-loading::after,
[data-theme=light] .button.jhs.is-loading::after {
  border-color: var(--white) rgba(0, 0, 0, 0) var(--white) rgba(0, 0, 0, 0);
}
[data-theme=light] button.jhs .icon,
[data-theme=light] .button.jhs .icon {
  filter: brightness(0) invert(100%);
}
button[disabled],
.button[disabled] {
  opacity: 0.3;
  cursor: default;
}
[data-theme=light] button[disabled],
[data-theme=light] .button[disabled] {
  opacity: 0.12;
}

/*==============================================================
# responsive - Mobile
==============================================================*/
@media screen and (min-width: 500px) {
  .button-wrap {
    gap: 0.75rem;
  }
  button.jhs:not([disabled]):is(:hover, :focus, :active),
  .button.jhs:not([disabled]):is(:hover, :focus, :active) {
    background-color: var(--white-opacity-50);
  }
  button.jhs:not([disabled]):is(:hover, :focus, :active) .icon,
  .button.jhs:not([disabled]):is(:hover, :focus, :active) .icon {
    max-width: clamp(1.75rem, 4vw, 2.25rem);
    margin-inline: 0.25rem -0.375rem;
  }
  button.jhs:not([disabled]):is(:hover, :focus, :active) .array,
  .button.jhs:not([disabled]):is(:hover, :focus, :active) .array {
    transform: rotate(0);
  }
  [data-theme=light] button.jhs:not([disabled]):is(:hover, :focus, :active),
  [data-theme=light] .button.jhs:not([disabled]):is(:hover, :focus, :active) {
    background-color: var(--bg-default);
    color: var(--txt-primary);
  }
  [data-theme=light] button.jhs:not([disabled]):is(:hover, :focus, :active).is-loading::after,
  [data-theme=light] .button.jhs:not([disabled]):is(:hover, :focus, :active).is-loading::after {
    border-color: var(--bg-inverse) rgba(0, 0, 0, 0) var(--bg-inverse) rgba(0, 0, 0, 0);
  }
  [data-theme=light] button.jhs:not([disabled]):is(:hover, :focus, :active) .icon,
  [data-theme=light] .button.jhs:not([disabled]):is(:hover, :focus, :active) .icon {
    filter: invert(100%);
  }
  button.jhs:not([disabled]).large:is(:hover, :focus, :active) .icon,
  .button.jhs:not([disabled]).large:is(:hover, :focus, :active) .icon {
    max-width: clamp(2.25rem, 6vw, 2.75rem);
    margin-right: -0.625rem;
  }
}
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pagination - Basic
--------------------------------------------------------------*/
.pagination {
  flex: 0 100%;
  position: relative;
  margin-top: 2.5rem;
  text-align: center;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  column-gap: 0.375rem;
}
.pagination .page-numbers {
  transition: background-color 0.3s, color 0.3s;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 2.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.125rem;
  text-align: center;
  color: var(--txt-tertiary);
}
.pagination .page-numbers.dots {
  width: auto;
  margin-inline: -0.1em;
  border: none;
  border-radius: 0;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var(--bd-tertiary);
}
.pagination .page-numbers.prev img, .pagination .page-numbers.next img {
  transform: scale(0.65);
  opacity: 0.8;
}
[data-theme=light] .pagination .page-numbers.prev img, [data-theme=light] .pagination .page-numbers.next img {
  opacity: 0.6;
}
.pagination .page-numbers.current {
  border-color: var(--txt-primary);
  background-color: var(--txt-primary);
  font-weight: 700;
  color: var(--bg-default);
}

/*--------------------------------------------------------------
# Pagination - Post
--------------------------------------------------------------*/
.post-pagination {
  max-width: 55rem;
  margin-inline: auto;
  padding-inline: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
}
.post-pagination .nav-wrap {
  display: flex;
  flex-direction: column;
}
.post-pagination .nav-item {
  display: flex;
  align-items: center;
  font-size: clamp(1.0625rem, 3.6vw, 1.3125rem);
}
.post-pagination .nav-item .label {
  flex: 0 0 clamp(4.5rem, 16vw, 7.5rem);
  font-size: 0.9em;
  line-height: 3.5;
}
.post-pagination .nav-item .title {
  min-width: 0;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
.post-pagination .nav-item .title .post-badge {
  margin-right: 0.2em;
  padding: 0.3em 0.4em;
  background: var(--teal-opacity-400);
  font-size: 0.8em;
  font-weight: 500;
  vertical-align: 0.1em;
}
[data-theme=light] .post-pagination .nav-item .title .post-badge {
  background: var(--teal-opacity-400);
  font-weight: 600;
}
.post-pagination .nav-item + .nav-item {
  border-top: 1px solid var(--bd-tertiary);
}

/*==============================================================
# responsive - Mobile
==============================================================*/
@media screen and (min-width: 500px) {
  /*--------------------------------------------------------------
  # Pagination - Basic
  --------------------------------------------------------------*/
  .pagination {
    margin-top: 2.75rem;
  }
  .pagination .nav-links {
    column-gap: 0.5rem;
  }
  .pagination .page-numbers {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    font-size: 0.9375rem;
    line-height: 2.5rem;
  }
  .pagination .page-numbers:not(.dots, .current):is(:hover, :focus, :active) {
    background-color: var(--bg-upper);
    color: var(--txt-secondary);
  }
}
/*==============================================================
# responsive - Tablet
==============================================================*/
@media screen and (min-width: 768px) {
  /*--------------------------------------------------------------
  # Pagination - Basic
  --------------------------------------------------------------*/
  .pagination {
    margin-top: 3rem;
  }
  .pagination .nav-links {
    column-gap: 0.625rem;
  }
  .pagination .page-numbers {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 2.75rem;
    background-size: 1.4375rem;
    font-size: 1rem;
    line-height: 2.75rem;
  }
}
/*==============================================================
# responsive - Desktop
==============================================================*/
@media screen and (min-width: 1200px) {
  .pagination {
    margin-top: 3.5rem;
  }
  .pagination .page-numbers {
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 2.875rem;
    font-size: 1.0625rem;
    line-height: 2.875rem;
  }
}
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SVG Icon 테마 반전 기본 필터
--------------------------------------------------------------*/
img.svg-icon {
  filter: var(--svg-icon-fill);
}

.comments-area {
  padding: 30px;
  border: 1px solid var(--bd-tertiary);
  border-radius: 12px;
}
.comments-area .comment-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-area .comment-body {
  margin-bottom: 40px;
}
.comments-area .comments-title {
  margin: 0 0 20px;
  font-size: 24px;
}
.comments-area .comment-author img {
  float: left;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.comments-area .comment-author .fn {
  margin: 0;
  font-size: 14px;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-author-name {
  margin-bottom: 12px;
}
.comments-area .comment-metadata {
  line-height: 1;
  margin-bottom: 8px;
}
.comments-area .comment-metadata time {
  color: var(--txt-tertiary);
  font-size: 12px;
}
.comments-area ol {
  margin: 0;
  padding: 0;
}
.comments-area ol ol {
  margin-left: 20px;
  margin-bottom: 40px;
}
.comments-area ol ol .comment-text {
  border-left: 0;
}
.comments-area ol ol ol {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.comments-area .comment-content p {
  margin-bottom: 8px;
}
.comments-area .comment {
  position: relative;
}
.comments-area .comment-avatar {
  position: absolute;
  margin: 0;
}
.comments-area .comment-text {
  margin-left: 100px;
  border-left: 1px solid var(--bd-tertiary);
}
.comments-area .comment-reply-link {
  font-size: 12px !important;
  line-height: 1;
  padding: 8px 12px;
  color: var(--txt-tertiary);
  border: 1px solid var(--bd-tertiary);
  display: inline-block;
}
.comments-area .comment-reply-link:hover {
  background-color: var(--brand);
  color: #fff;
}
.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
  font-weight: 500;
  text-transform: uppercase;
  color: #242d2e;
  font-size: 12px;
}

.comment-respond .comment-reply-title {
  font-size: 20px;
  margin-bottom: 0;
}

.comment-form .logged-in-as {
  font-size: 12px;
  margin-bottom: 8px;
}
.comment-form .logged-in-as a {
  font-size: 12px;
  color: var(--brand);
}
.comment-form input:not(.submit):not([type=checkbox]) {
  width: 100%;
}
.comment-form .comment-reply-title {
  font-size: 24px;
}
.comment-form .form-group {
  margin-bottom: 19px;
}
.comment-form input,
.comment-form textarea {
  color: var(--bg-inverse);
  background-color: var(--bg-upper);
  border: none;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
}
.comment-form input:focus,
.comment-form textarea:focus {
  border: 1px solid var(--brand);
}
.comment-form .comment-form-comment label {
  display: none;
}
.comment-form #comment {
  height: 80px;
}
.comment-form .form-submit {
  margin: 0;
  margin-top: 10px;
  text-align: left;
}
.comment-form .form-submit .submit {
  display: inline-block;
  width: auto;
  border: none;
  padding: 8px 16px;
  background: var(--brand);
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  display: flex;
  align-items: center;
  column-gap: 0.375rem;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.6s;
  will-change: transform;
  width: 100%;
  padding-block: 0.75rem;
  padding-inline: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
  mix-blend-mode: difference;
  z-index: 999;
  pointer-events: none;
}
.header > * {
  pointer-events: auto;
}
.header.is-over-visual:not(.active) {
  mix-blend-mode: normal;
}
.header.hide:not(.active) {
  transform: translateY(-100%);
}
.header .header__logo {
  width: 4.5rem;
  margin-right: auto;
  z-index: 1;
}
.header .header__logo img {
  width: 100%;
}
.header .hd-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}
.header {
  /* Header Trigger */
}
.header .header__trigger {
  z-index: 1;
  order: 1;
}
.header .header__trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: 0.3s;
  background: url(./svg/typo-menu.svg) no-repeat center/cover;
  animation: rotation-360 10s reverse linear infinite;
}
.header .header__trigger .trigger__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}
.header .header__trigger .trigger__icon::before, .header .header__trigger .trigger__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: 0.3s 0.15s, left 0.2s, transform 0.2s, width 0.2s;
  width: 100%;
  height: 50%;
  border: 0.1875rem solid var(--white);
}
.header .header__trigger .trigger__icon::before {
  top: 0;
  border-bottom: 0;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}
.header .header__trigger .trigger__icon::after {
  bottom: 0;
  border-top: 0;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}
.header .header__trigger.active::before {
  opacity: 0;
}
.header .header__trigger.active .trigger__icon::before, .header .header__trigger.active .trigger__icon::after {
  left: 50%;
  width: 125%;
  height: 0.1875rem;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  transition: 0.2s, left 0.3s 0.15s, transform 0.3s 0.15s, width 0.3s 0.15s;
}
.header .header__trigger.active .trigger__icon::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .header__trigger.active .trigger__icon::after {
  bottom: 50%;
  transform: translate(-50%, 25%) rotate(-45deg);
}
.header .header__trigger.active ~ .header__theme {
  transition-delay: 0.3s;
  opacity: 1;
  pointer-events: auto;
}
.header {
  /* Header Theme */
}
.header .header__theme {
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.header .header__theme .theme__icon {
  position: absolute;
  transition: transform 0.6s ease-in-out, background-color 0.3s, color 0.3s;
  width: 52%;
  height: 52%;
  border-radius: 50%;
  font-size: 1.25rem;
}
.header .header__theme .theme__icon .dot {
  position: absolute;
  top: calc(50% - 0.125rem);
  left: calc(50% - 0.125rem);
  transition: transform 0.6s ease-in-out, background-color 0.3s, color 0.3s;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: var(--bg-white);
  transform: scale(0);
  opacity: 0;
}
.header .header__theme .theme__icon .dot:nth-child(1) {
  transform: rotate(45deg) translateX(-0.8em);
}
.header .header__theme .theme__icon .dot:nth-child(2) {
  transform: rotate(90deg) translateX(-0.8em);
}
.header .header__theme .theme__icon .dot:nth-child(3) {
  transform: rotate(135deg) translateX(-0.8em);
}
.header .header__theme .theme__icon .dot:nth-child(4) {
  transform: rotate(180deg) translateX(-0.8em);
}
.header .header__theme .theme__icon .dot:nth-child(5) {
  transform: rotate(225deg) translateX(-0.8em);
}
.header .header__theme .theme__icon .dot:nth-child(6) {
  transform: rotate(270deg) translateX(-0.8em);
}
.header .header__theme .theme__icon .dot:nth-child(7) {
  transform: rotate(315deg) translateX(-0.8em);
}
.header .header__theme .theme__icon .dot:nth-child(8) {
  transform: rotate(360deg) translateX(-0.8em);
}
.header .header__theme .theme__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset -0.28em -0.28em 0 0 var(--white);
}
[data-theme=light] .header .header__theme .theme__icon .dot {
  opacity: 1;
  background-color: var(--white);
}
[data-theme=light] .header .header__theme .theme__icon .dot:nth-child(1) {
  transform: rotate(45deg) translateX(-0.55em) scale(1);
}
[data-theme=light] .header .header__theme .theme__icon .dot:nth-child(2) {
  transform: rotate(90deg) translateX(-0.55em) scale(1);
}
[data-theme=light] .header .header__theme .theme__icon .dot:nth-child(3) {
  transform: rotate(135deg) translateX(-0.55em) scale(1);
}
[data-theme=light] .header .header__theme .theme__icon .dot:nth-child(4) {
  transform: rotate(180deg) translateX(-0.55em) scale(1);
}
[data-theme=light] .header .header__theme .theme__icon .dot:nth-child(5) {
  transform: rotate(225deg) translateX(-0.55em) scale(1);
}
[data-theme=light] .header .header__theme .theme__icon .dot:nth-child(6) {
  transform: rotate(270deg) translateX(-0.55em) scale(1);
}
[data-theme=light] .header .header__theme .theme__icon .dot:nth-child(7) {
  transform: rotate(315deg) translateX(-0.55em) scale(1);
}
[data-theme=light] .header .header__theme .theme__icon .dot:nth-child(8) {
  transform: rotate(360deg) translateX(-0.55em) scale(1);
}
[data-theme=light] .header .header__theme .theme__icon::after {
  box-shadow: inset 0 0 0 0.625rem var(--white);
  background-color: var(--white);
  transform: translate(-50%, -50%) scale(0.65);
}

/*--------------------------------------------------------------
# Header Menu
--------------------------------------------------------------*/
.header__menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  transition: background-color 1s, visibility 1s, clip-path 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  padding-top: 4rem;
  background-color: var(--bg-lower);
  font-family: "Paperlogy Static", sans-serif;
  overflow: hidden auto;
  visibility: hidden;
  clip-path: circle(0 at 100% 0);
  z-index: 998;
}
.header__menu > * {
  flex-shrink: 0;
}
.header__menu.active {
  visibility: visible;
  clip-path: circle(150% at 100% 0);
}
.header__menu.active .header__gnb,
.header__menu.active .header__info {
  transform: translateY(0);
  opacity: 1;
}
.header__menu.active .header__gnb {
  transition-delay: 0.3s;
}
.header__menu.active .header__info {
  transition-delay: 0.4s;
}
.header__menu .header__menu-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  row-gap: 2rem;
}
.header__menu {
  /* Header Menu - Gnb */
}
.header__menu .header__gnb,
.header__menu .header__info {
  display: flex;
  transition: transform 0.3s, opacity 0.3s, border-color 0.6s;
  transform: translateY(-3.25rem);
  opacity: 0;
}
.header__menu .header__gnb {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.75rem;
}
.header__menu .header__gnb .menu-item {
  display: flex;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1;
  color: var(--txt-primary);
}
.header__menu .header__gnb .menu-item a {
  position: relative;
}
.header__menu .header__gnb .menu-item .count {
  position: absolute;
  top: 0;
  right: -0.375rem;
  transition: color 0.3s;
  transform: translateX(100%);
  font-size: 0.4em;
  font-weight: 600;
  white-space: nowrap;
  color: var(--txt-primary);
}
.header__menu .header__gnb .menu-item .count::before {
  content: "(";
}
.header__menu .header__gnb .menu-item .count::after {
  content: ")";
}
.header__menu .header__gnb .menu-item.current-menu-item a,
.header__menu .header__gnb .menu-item.current-menu-item .count {
  color: var(--brand);
}
.header__menu {
  /* Header Menu - Info */
}
.header__menu .header__info {
  flex-direction: column;
  row-gap: 1rem;
  padding-block: 2rem;
  border-top: 1px solid var(--bd-subtle);
}
.header__menu .header__info .header__info-item {
  display: flex;
  flex-direction: column;
  row-gap: 0.3125rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--txt-tertiary);
}
.header__menu .header__info .header__info-item strong {
  display: none;
  font-size: 0.6875rem;
  color: var(--txt-primary);
}
.header__menu .header__info .header__info-item a {
  align-self: flex-start;
  transition: color 0.3s, text-decoration-color 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
}

/* Header Floating Button */
.floating-button-wrap {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  position: fixed;
  left: 50%;
  bottom: -5rem;
  transition: bottom 0.6s;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 1rem 1rem;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 997;
}
.floating-button-wrap.show {
  bottom: 0;
}
.floating-button-wrap > * {
  pointer-events: auto;
  cursor: pointer;
}
.floating-button-wrap .scroll-top {
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 4rem;
  backdrop-filter: none;
}
.floating-button-wrap .scroll-top .scroll-top-icon {
  position: relative;
  top: 1px;
  width: 40%;
  height: 40%;
}
.floating-button-wrap .scroll-top .scroll-top-icon::before, .floating-button-wrap .scroll-top .scroll-top-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
}
.floating-button-wrap .scroll-top .scroll-top-icon::before {
  transform: translateX(-50%) rotate(-45deg);
  width: 60%;
  height: 60%;
  border-top: 0.1875rem solid var(--white);
  border-right: 0.1875rem solid var(--white);
}
.floating-button-wrap .scroll-top .scroll-top-icon::after {
  transform: translateX(-50%);
  width: 0.1875rem;
  height: 100%;
  background: var(--white);
}
[data-theme=light] .floating-button-wrap .scroll-top {
  background: var(--white);
}
[data-theme=light] .floating-button-wrap .scroll-top::before {
  display: none;
}
[data-theme=light] .floating-button-wrap .scroll-top .scroll-top-icon::before {
  border-color: var(--black);
}
[data-theme=light] .floating-button-wrap .scroll-top .scroll-top-icon::after {
  background: var(--black);
}

/*==============================================================
# responsive - Mobile
==============================================================*/
@media screen and (min-width: 500px) {
  .header .header__logo {
    width: 5rem;
  }
  .header .hd-icon {
    width: 3rem;
    height: 3rem;
  }
  .header {
    /* Header Trigger */
  }
  .header .header__trigger::before {
    inset: -0.25rem;
  }
  .header {
    /* Header Theme */
  }
  .header .header__theme .theme__icon {
    width: 50%;
    height: 50%;
    font-size: 1.5rem;
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(1) {
    transform: rotate(45deg) translateX(-0.52em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(2) {
    transform: rotate(90deg) translateX(-0.52em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(3) {
    transform: rotate(135deg) translateX(-0.52em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(4) {
    transform: rotate(180deg) translateX(-0.52em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(5) {
    transform: rotate(225deg) translateX(-0.52em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(6) {
    transform: rotate(270deg) translateX(-0.52em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(7) {
    transform: rotate(315deg) translateX(-0.52em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(8) {
    transform: rotate(360deg) translateX(-0.52em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon::after {
    transform: translate(-50%, -50%) scale(0.6);
  }
  /* Header Menu */
  .header__menu {
    padding-top: 4.5rem;
  }
  .header__menu .header__menu-wrap {
    row-gap: 2.5rem;
  }
  .header__menu {
    /* Header Menu - Gnb */
  }
  .header__menu .header__gnb .menu-item a {
    transition: color 0.3s;
    padding-bottom: 0.625rem;
  }
  .header__menu .header__gnb .menu-item a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transition: width 0.3s;
    width: 0;
    height: 0.1875rem;
    background-color: var(--bg-inverse);
  }
  .header__menu .header__gnb .menu-item a:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
  .header__menu .header__gnb .menu-item.current-menu-item a::before {
    background-color: var(--brand);
  }
  .header__menu {
    /* Header Menu - Info */
  }
  .header__menu .header__info {
    padding-block: 2.5rem;
  }
  .header__menu .header__info .header__info-item {
    font-size: 0.875rem;
  }
  .header__menu .header__info .header__info-item strong {
    display: block;
    font-size: 0.8125rem;
  }
  .header__menu .header__info .header__info-item a:hover {
    text-decoration-color: var(--txt-secondary);
    color: var(--txt-secondary);
  }
  /* Header Floating Button */
  .floating-button-wrap {
    bottom: -5.25rem;
    padding: 0 1.25rem 1.25rem;
  }
}
/*==============================================================
# responsive - Tablet
==============================================================*/
@media screen and (min-width: 768px) {
  .header {
    column-gap: 0.75rem;
    padding-block: 1.375rem;
  }
  .header .header__logo {
    width: 6.5rem;
  }
  .header .hd-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
  .header {
    /* Header Theme */
  }
  .header .header__theme .theme__icon {
    font-size: 1.75rem;
  }
  .header .header__theme .theme__icon .dot {
    top: calc(50% - 0.15rem);
    left: calc(50% - 0.15rem);
    width: 0.3rem;
    height: 0.3rem;
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(1) {
    transform: rotate(45deg) translateX(-0.5em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(2) {
    transform: rotate(90deg) translateX(-0.5em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(3) {
    transform: rotate(135deg) translateX(-0.5em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(4) {
    transform: rotate(180deg) translateX(-0.5em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(5) {
    transform: rotate(225deg) translateX(-0.5em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(6) {
    transform: rotate(270deg) translateX(-0.5em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(7) {
    transform: rotate(315deg) translateX(-0.5em) scale(1);
  }
  [data-theme=light] .header .header__theme .theme__icon .dot:nth-child(8) {
    transform: rotate(360deg) translateX(-0.5em) scale(1);
  }
  /* Header Menu */
  .header__menu {
    padding-top: 0;
  }
  .header__menu.active .header__info {
    transition-delay: 0.3s;
  }
  .header__menu .header__menu-wrap {
    flex-direction: row;
    padding-inline: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2);
  }
  .header__menu {
    /* Header Menu - Gnb */
  }
  .header__menu .header__gnb {
    align-items: flex-end;
    padding-block: 6.25rem 3.125rem;
    padding-right: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2);
    border-right: 1px solid var(--bd-subtle);
  }
  .header__menu .header__gnb .menu-item {
    font-size: 3.5rem;
  }
  .header__menu .header__gnb .menu-item .count {
    left: -0.5rem;
    right: auto;
    transform: translateX(-100%);
  }
  .header__menu {
    /* Header Menu - Info */
  }
  .header__menu .header__info {
    align-self: center;
    justify-content: flex-end;
    row-gap: 1.375rem;
    height: 36rem;
    padding-block: 3.125rem;
    padding-left: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2);
    border: none;
  }
  .header__menu .header__info .header__info-item {
    row-gap: 0.375rem;
    font-size: 0.9375rem;
  }
  .header__menu .header__info .header__info-item strong {
    font-size: 0.875rem;
  }
  /* Header Floating Button */
  .floating-button-wrap {
    bottom: -5.5rem;
    padding: 0 1.5rem 1.5rem;
  }
}
/*==============================================================
# responsive - Desktop
==============================================================*/
@media screen and (min-width: 1200px) {
  /* Header Menu */
  .header__menu {
    /* Header Menu - Gnb */
  }
  .header__menu .header__gnb .menu-item {
    font-size: 4.375rem;
  }
  .header__menu {
    /* Header Menu - Info */
  }
  .header__menu .header__info {
    row-gap: 2rem;
    height: 40rem;
  }
  .header__menu .header__info .header__info-item {
    row-gap: 0.75rem;
    font-size: 1.125rem;
  }
  .header__menu .header__info .header__info-item strong {
    font-size: 1rem;
  }
  /* Header Floating Button */
  .floating-button-wrap {
    display: flex;
    bottom: -6rem;
    padding: 0 2rem 2rem;
  }
  .floating-button-wrap .scroll-top .scroll-top-icon {
    transition: transform 0.6s ease;
    transform-origin: bottom;
  }
  .floating-button-wrap .scroll-top:is(:hover):not(.is-jumping) .scroll-top-icon {
    transform: scaleY(0.85) translateY(5%);
  }
  .floating-button-wrap .scroll-top.is-jumping .scroll-top-icon {
    animation: jumping 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  will-change: transform;
  width: 100%;
  padding-block: 2.5rem 1.25rem;
  font-family: "Paperlogy Static", sans-serif;
  pointer-events: none;
  z-index: -1;
}
.footer .footer__top {
  display: flex;
  justify-content: space-between;
  will-change: opacity, transform;
  opacity: 0;
}
.footer .footer__top-left {
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem;
}
.footer .footer__top-left .footer__logo {
  align-self: flex-start;
  width: 4.5rem;
}
.footer .footer__top-left .footer__info {
  display: flex;
  flex-direction: column;
  row-gap: 1.125rem;
}
.footer .footer__top-left .footer__info-item {
  display: flex;
  flex-direction: column;
  row-gap: 0.3125rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--txt-tertiary);
}
[data-theme=light] .footer .footer__top-left .footer__info-item {
  font-weight: 500;
}
.footer .footer__top-left .footer__info-item strong {
  font-size: 0.6875rem;
  color: var(--txt-primary);
}
.footer .footer__top-left .footer__info-item a {
  align-self: flex-start;
  transition: color 0.3s, text-decoration-color 0.3s;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
}
.footer .footer__top-right [class^=menu-primary] {
  padding-top: 2.375rem;
  padding-right: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75rem;
}
[data-theme=light] .footer .footer__top-right [class^=menu-primary] {
  font-weight: 600;
}
.footer .footer__top-right [class^=menu-primary] .menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 0.5rem;
}
.footer .footer__top-right [class^=menu-primary] .menu-list a {
  pointer-events: auto;
}
.footer .footer__top-right [class^=menu-primary] .count {
  display: none;
}
.footer .footer__top-right .copyright {
  display: none;
}
.footer .footer__bottom {
  will-change: opacity, transform;
  opacity: 0;
}
.footer .footer__bottom .thumb {
  padding-top: 2rem;
}
.footer .footer__bottom .thumb img {
  width: 100%;
}
.footer .footer__bottom .thumb img:nth-child(2) {
  display: none;
}

/*==============================================================
# responsive - Mobile
==============================================================*/
@media screen and (min-width: 500px) {
  .footer {
    padding-top: 3rem;
  }
  .footer .footer__top-left .footer__logo {
    width: 5rem;
  }
  .footer .footer__top-left .footer__info-item {
    font-size: 0.875rem;
  }
  .footer .footer__top-left .footer__info-item strong {
    font-size: 0.8125rem;
  }
  .footer .footer__top-left .footer__info-item a {
    pointer-events: auto;
  }
  .footer .footer__top-right [class^=menu-primary] {
    padding-top: 2.75rem;
    padding-right: 0.5rem;
    font-size: 1rem;
  }
  .footer .footer__top-right [class^=menu-primary] .menu-list {
    row-gap: 0.75rem;
  }
  .footer .footer__bottom .thumb {
    padding-top: 2.5rem;
  }
}
/*==============================================================
# responsive - Tablet
==============================================================*/
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 3.5rem;
  }
  .footer .footer__top-left .footer__logo {
    width: 6.5rem;
  }
  .footer .footer__top-right [class^=menu-primary] {
    font-size: 1.0625rem;
  }
}
/*==============================================================
# responsive - Desktop
==============================================================*/
@media screen and (min-width: 1200px) {
  .footer {
    pointer-events: auto;
  }
  .footer .footer__top-left {
    row-gap: 2.25rem;
  }
  .footer .footer__top-left .footer__info {
    row-gap: 0.875rem;
  }
  .footer .footer__top-left .footer__info-item {
    flex-direction: row;
  }
  .footer .footer__top-left .footer__info-item strong {
    flex: 0 0 5.5rem;
  }
  .footer .footer__top-left .footer__info-item a:hover {
    text-decoration-color: var(--txt-secondary);
    color: var(--txt-secondary);
  }
  .footer .footer__top-left .footer__info-item br {
    display: none;
  }
  .footer .footer__top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
  .footer .footer__top-right [class^=menu-primary] {
    padding-top: 3.25rem;
    padding-right: 0;
    font-size: 1.125rem;
  }
  .footer .footer__top-right [class^=menu-primary] .menu-list {
    flex-direction: row;
    column-gap: 2.5rem;
  }
  .footer .footer__top-right [class^=menu-primary] .menu-list a {
    pointer-events: auto;
  }
  .footer .footer__top-right .copyright {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .footer .footer__bottom .thumb img:nth-child(1) {
    display: none;
  }
  .footer .footer__bottom .thumb img:nth-child(2) {
    display: block;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Work & Post Item
--------------------------------------------------------------*/
/* Page Header */
.work__page,
.post__page,
.contact__page {
  min-height: 100dvh;
  padding-block: 4rem;
}
.work__page .page-header,
.post__page .page-header,
.contact__page .page-header {
  padding-block: 4rem 2.5rem;
}
.work__page .container,
.post__page .container,
.contact__page .container {
  display: flex;
  flex-direction: column;
}
.work__page .title__wrap .desc,
.post__page .title__wrap .desc,
.contact__page .title__wrap .desc {
  max-width: 75%;
}

/* Page Container */
.work__container,
.post__container,
.contact__container {
  flex: 1;
  padding-top: 0;
}

.work__wrap,
.post__wrap,
.contact__wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.work__wrap {
  row-gap: 4rem;
}

/* Item - All */
article.item {
  position: relative;
}
article.item .thumbnail {
  position: relative;
  padding-bottom: 100%;
  perspective: 2rem;
  overflow: hidden;
}
[data-theme=light] article.item .thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid color-mix(in srgb, var(--bg-dim) 60%, transparent);
  pointer-events: none;
}
article.item .thumbnail img {
  position: absolute;
  transition: transform 0.6s;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
article.item .text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 0.75rem;
  padding-top: 0.875rem;
  word-break: break-all;
}
article.item .title {
  flex: 1;
  display: -webkit-box;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
article.item .post-badge {
  margin-right: 0.2em;
  padding: 0.3em 0.4em;
  background: var(--teal-opacity-400);
  font-size: 0.8em;
  font-weight: 500;
  vertical-align: 0.1em;
}
[data-theme=light] article.item .post-badge {
  background: var(--teal-opacity-400);
  font-weight: 600;
}
article.item .info {
  display: flex;
}
article.item .category {
  display: flex;
  column-gap: 0.5rem;
  font-size: 1rem;
}
article.item .category span {
  line-height: 1.5rem;
}
article.item .category span::before {
  content: "(";
}
article.item .category span::after {
  content: ")";
}
article.item .date {
  font-size: 0.9375rem;
  color: var(--txt-tertiary);
}

/* Item - Post Type */
article.item.post-type {
  transition: opacity 0.6s, visibility 0.6s, background-color 0.3s;
  padding-inline: 0.125rem;
  border-top: 1px solid var(--bd-tertiary);
}
article.item.post-type:last-of-type {
  border-bottom: 1px solid var(--bd-tertiary);
}
article.item.post-type .card-link-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 1rem;
  height: 5rem;
  padding-block: 1rem;
  box-sizing: content-box;
}
article.item.post-type .thumbnail {
  width: 7.5rem;
  height: 5rem;
  padding-bottom: 0;
}
article.item.post-type .thumbnail img {
  transform: none !important;
}
article.item.post-type .thumbnail.empty {
  display: none;
}
article.item.post-type .text-wrap {
  flex: 1;
  flex-direction: column;
  row-gap: 0.375rem;
  padding: 0;
}
article.item.post-type .title {
  font-size: 1rem;
}
article.item.post-type .entry-excerpt {
  display: none;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--txt-secondary);
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
article.item.post-type .info {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: var(--txt-tertiary);
}
article.item.post-type .info .date {
  font-size: inherit;
  color: inherit;
}
article.item.post-type .info .category {
  align-items: center;
  column-gap: 0;
  font-size: inherit;
}
article.item.post-type .info .category::before {
  content: "";
  display: block;
  transform: skewX(-30deg);
  height: 0.8em;
  margin-inline: min(2vw, 0.75em);
  border-left: 1px solid var(--bd-secondary);
}

/*--------------------------------------------------------------
# Empty State
--------------------------------------------------------------*/
.empty-wrap {
  width: 100%;
  padding-block: clamp(1.5rem, 1rem + 1.5vw, 2rem);
}
.empty-wrap .title {
  font-size: clamp(1.1875rem, 1rem + 1.2vw, 1.5rem);
  font-weight: 700;
}
.empty-wrap .desc {
  padding-top: clamp(0.9375rem, 0.875rem + 0.4vw, 1.0625rem);
  font-size: clamp(0.9375rem, 0.875rem + 0.4vw, 1.0625rem);
  font-weight: 500;
}

/*==============================================================
# responsive - Mobile
==============================================================*/
@media screen and (min-width: 500px) {
  /* Page Header */
  .work__page,
  .post__page,
  .contact__page {
    padding-block: 4.5rem;
  }
  .work__page .page-header,
  .post__page .page-header,
  .contact__page .page-header {
    padding-bottom: 3rem;
  }
  /* Page Container */
  .work__wrap {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.75rem;
  }
  /* Item - All */
  article.item {
    flex: 0 0 calc((100% - 0.75rem) / 2);
  }
  article.item .thumbnail img {
    transform: translate3d(0, 0, 0.1rem);
  }
  article.item .text-wrap {
    padding-top: 1rem;
  }
  article.item .title {
    font-size: 1rem;
  }
  article.item .category {
    font-size: 0.875rem;
  }
  article.item .category span {
    line-height: 1.25rem;
  }
  article.item:is(:hover, :focus, :active) .thumbnail img {
    transform: translate3d(0, 0, 0);
  }
  /* Item - Post Type */
  article.item.post-type {
    padding-inline: 0.25rem;
  }
  article.item.post-type:is(:hover, :focus, :active) {
    background-color: var(--bg-upper);
  }
  article.item.post-type .card-link-wrap {
    height: 5.25rem;
    padding-block: 1.25rem;
  }
  article.item.post-type .thumbnail {
    width: 7.875rem;
    height: 5.25rem;
  }
  article.item.post-type .text-wrap {
    row-gap: 0.5rem;
  }
  article.item.post-type .title {
    font-size: 1.125rem;
  }
}
/*==============================================================
# responsive - Tablet
==============================================================*/
@media screen and (min-width: 768px) {
  /* Page Header */
  .work__page,
  .post__page,
  .contact__page {
    padding-block: 6.25rem;
  }
  .work__page .container,
  .post__page .container,
  .contact__page .container {
    padding-inline: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2);
  }
  .work__page .page-header,
  .post__page .page-header,
  .contact__page .page-header {
    padding-bottom: 4rem;
  }
  /* Page Container */
  .work__wrap {
    column-gap: 1rem;
  }
  /* Item - All */
  article.item {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
  article.item .text-wrap {
    column-gap: 1rem;
  }
  article.item .title {
    font-size: 1.0625rem;
  }
  article.item .category {
    font-size: 0.9375rem;
  }
  article.item .category span {
    line-height: 1.375rem;
  }
  /* Item - Post Type */
  article.item.post-type {
    padding-inline: 0.75rem;
  }
  article.item.post-type .card-link-wrap {
    column-gap: 1.5rem;
    height: 8rem;
    padding-block: 1.625rem;
  }
  article.item.post-type .thumbnail {
    width: 12rem;
    height: 8rem;
  }
  article.item.post-type .text-wrap {
    row-gap: 0.625rem;
  }
  article.item.post-type .title {
    font-size: 1.3125rem;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  article.item.post-type .entry-excerpt {
    display: -webkit-box;
    font-size: 1rem;
  }
  article.item.post-type .info {
    padding-top: 0.25rem;
    font-size: 0.9375rem;
  }
}
/*==============================================================
# responsive - Desktop
==============================================================*/
@media screen and (min-width: 1200px) {
  /* Page Header */
  .work__page .container,
  .post__page .container,
  .contact__page .container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 4.5rem;
    padding-inline: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
  }
  .work__page .container {
    align-items: flex-end;
  }
  .work__page .title__wrap {
    flex: 1 0 max(45%, 45rem);
  }
  .work__page .title__wrap .desc {
    max-width: 35rem;
  }
  .work__page .tabs ul {
    justify-content: flex-end;
  }
  .post__page .page-header {
    flex: 0.6;
    align-self: flex-start;
    position: sticky;
    top: 6.25rem;
    padding-bottom: 12rem;
  }
  /* Page Container */
  .work__container,
  .post__container {
    padding-bottom: 12rem;
  }
  .work__wrap {
    gap: 5rem 1.5rem;
  }
  .post__wrap {
    padding-top: 4rem;
  }
  /* Item - All */
  article.item {
    flex-basis: calc((100% - 3rem) / 3);
  }
  article.item .title {
    font-size: 1.25rem;
  }
  article.item .category {
    font-size: 1rem;
  }
  /* Item - Post Type */
  article.item.post-type {
    padding-inline: 1rem;
  }
  article.item.post-type .card-link-wrap {
    height: 8.5rem;
  }
  article.item.post-type .thumbnail {
    width: 12.75rem;
    height: 8.5rem;
  }
  article.item.post-type .text-wrap {
    row-gap: 0.75rem;
  }
  article.item.post-type .title {
    font-size: 1.375rem;
  }
  article.item.post-type .entry-excerpt {
    font-size: 1.125rem;
  }
  article.item.post-type .info {
    padding-top: 0.5rem;
    font-size: 1rem;
  }
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modal 기본형
--------------------------------------------------------------*/
.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  transition: opacity 0.3s, visibility 0.3s;
  padding-block: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2);
  background: var(--bg-dim);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.6s;
}
.modal .modal-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 4));
  max-width: min(47.5rem - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 4), 37.5rem);
  margin: auto;
  background: var(--bg-upper-2);
}
[data-theme=light] .modal .modal-content {
  background: var(--bg-lower);
}
.modal .modal-header {
  display: none;
  align-items: center;
  min-height: 4rem;
  padding-block: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 0.5);
  padding-inline: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
}
.modal .modal-header .modal-header-title {
  font-size: clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem);
}
.modal .modal-header .btn-close {
  transition: opacity 0.3s;
  width: clamp(2rem, 1.75rem + 1.2vw, 2.5rem);
  height: clamp(2rem, 1.75rem + 1.2vw, 2.5rem);
  margin-left: auto;
  margin-right: calc(calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 0.5) * -0.5);
  opacity: 0.5;
}
.modal .modal-body {
  max-height: 30rem;
  padding-top: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
  padding-inline: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.modal .modal-body > *:first-child {
  margin-top: 0 !important;
}
.modal .modal-body > *:last-child {
  margin-bottom: 0 !important;
}
.modal .modal-body .wp-block-heading {
  margin-top: calc(clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem) * 2);
  margin-bottom: calc(clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem) * 0.5);
  padding-top: calc(clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem) * 0.5);
}
.modal .modal-body .wp-block-paragraph {
  margin-bottom: calc(clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem) * 0.5);
}
.modal .modal-footer {
  display: flex;
  align-items: flex-start;
  min-height: 4rem;
  padding-top: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 0.5);
  padding-inline: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
  padding-bottom: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 0.5);
}
.modal .modal-footer .button-wrap {
  flex: 1;
  justify-content: flex-end;
}
.modal .modal-footer button {
  transition: background-color 0.3s, color 0.3s;
  padding-inline: clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  line-height: 3;
  font-weight: 500;
  color: var(--txt-tertiary);
}
.modal .modal-footer button.btn-confirm {
  font-weight: 600;
  color: var(--brand);
}
.modal .modal-footer button.btn-confirm[disabled] {
  font-weight: 500;
  color: var(--txt-tertiary);
  opacity: 1;
}

/*--------------------------------------------------------------
# Modal Small 사이즈
--------------------------------------------------------------*/
.modal.modal-small .modal-content {
  max-width: min(35rem - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 4), 25rem);
}
.modal.modal-small .modal-body .input-wrap {
  max-width: 18.75rem;
  margin-inline: auto;
}
.modal.modal-small .modal-footer .button-wrap {
  max-width: 18.75rem;
  margin-inline: auto;
}

/*==============================================================
# responsive - Mobile
==============================================================*/
@media screen and (min-width: 500px) {
  /*--------------------------------------------------------------
  # Modal 기본형
  --------------------------------------------------------------*/
  .modal .modal-header {
    display: flex;
    margin-bottom: calc(-1 * calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 0.5));
  }
  .modal .modal-header .modal-header-title {
    display: none;
  }
  .modal .modal-header .btn-close:is(:hover, :focus, :active) {
    opacity: 0.8;
  }
  .modal .modal-body {
    padding-top: 0;
  }
  .modal .modal-body .wp-block-heading {
    padding-top: 0;
  }
  .modal .modal-footer {
    align-items: center;
    padding-block: clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem) clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
  }
  .modal .modal-footer .button-wrap {
    justify-content: center;
  }
  .modal .modal-footer button {
    padding-inline: calc(clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem) * 2);
    --btn-bg: var(--white-opacity-100);
    --btn-hover-bg: var(--white-opacity-200);
    --btn-hover-color: var(--txt-secondary);
    background-color: var(--btn-bg);
  }
  .modal .modal-footer button:is(:hover, :focus, :active) {
    background-color: var(--btn-hover-bg);
    color: var(--btn-hover-color);
  }
  [data-theme=light] .modal .modal-footer button {
    --btn-bg: var(--grey-opacity-100);
    --btn-hover-bg: var(--grey-opacity-200);
  }
  .modal .modal-footer button.btn-confirm {
    color: var(--white);
    --btn-hover-color: var(--white);
    --btn-bg: var(--brand-lower);
    --btn-hover-bg: var(--brand);
  }
  .modal .modal-footer button.btn-confirm[disabled] {
    --btn-bg: var(--white-opacity-100);
    --btn-hover-bg: var(--white-opacity-100);
  }
  [data-theme=light] .modal .modal-footer button.btn-confirm[disabled] {
    --btn-bg: var(--grey-opacity-100);
    --btn-hover-bg: var(--grey-opacity-100);
  }
  [data-theme=light] .modal .modal-footer button.btn-confirm {
    --btn-bg: var(--brand);
    --btn-hover-bg: var(--brand-lower);
  }
  /*--------------------------------------------------------------
  # Modal Small 사이즈
  --------------------------------------------------------------*/
  .modal.modal-small .modal-footer .button-wrap .button {
    flex: 1;
  }
}
/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
/* Main */
#main {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  background: var(--bg-lower);
  overflow-x: clip;
  overflow-y: auto;
  overflow-anchor: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  z-index: 0;
}

/* section */
section {
  margin-bottom: -1px;
  padding-block: 6.25rem;
  background: var(--bg-default);
  overflow-x: clip;
}

/* Hero */
.hero {
  padding-top: 0;
  /* Hero Frame */
}
.scrolled ~ .hero .hero-frame .copy {
  transform: translateY(-100%);
}
.scrolled ~ .hero .hero-frame .time {
  transform: rotate(90deg) translate(-50%, 0);
}
.scrolled ~ .hero .hero-frame .year {
  transform: rotate(90deg) translate(50%, -100%);
}
.hero .hero-frame {
  position: fixed;
  inset: 0;
  font-family: "Paperlogy Static", sans-serif;
  mix-blend-mode: difference;
  z-index: 1;
  pointer-events: none;
}
.hero .hero-frame > * {
  pointer-events: auto;
}
.hero .hero-frame .copy {
  display: flex;
  align-items: center;
  column-gap: 0.375rem;
  position: absolute;
  top: 0;
  left: 4.5rem;
  transition: transform 0.6s;
  height: 4rem;
  margin-left: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) + 0.875rem);
}
.hero .hero-frame .copy .dots {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  animation: hero-spin 2.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.hero .hero-frame .copy .dots i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--white);
  animation: hero-spread 2.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.hero .hero-frame .copy .dots i:nth-child(1) {
  --x: -.25rem;
  --y: -.25rem;
}
.hero .hero-frame .copy .dots i:nth-child(2) {
  --x: .25rem;
  --y: -.25rem;
}
.hero .hero-frame .copy .dots i:nth-child(3) {
  --x: -.25rem;
  --y: .25rem;
}
.hero .hero-frame .copy .dots i:nth-child(4) {
  --x: .25rem;
  --y: .25rem;
}
.hero .hero-frame .copy p {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 0.8125rem;
  color: var(--white);
}
.hero .hero-frame .year,
.hero .hero-frame .time {
  position: absolute;
  top: 50%;
  transition: transform 0.6s;
}
.hero .hero-frame .time {
  left: 0;
  transform-origin: left top;
  transform: rotate(90deg) translate(-50%, -100%);
  padding-bottom: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
}
.hero .hero-frame .year {
  right: 0;
  transform-origin: right top;
  transform: rotate(90deg) translate(50%, 0);
  padding-top: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
}
.hero .hero-frame .txt-vert {
  font-size: 0.6875rem;
  letter-spacing: 0;
  text-orientation: mixed;
  color: var(--white);
}
.hero {
  /* Hero Title */
}
.hero .hero-title__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  height: 100dvh;
  pointer-events: none;
  z-index: 1;
}
.hero .hero-title__container .title__wrap .title {
  overflow-y: clip;
}
.hero .hero-title__container .title__wrap .title .row {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s, opacity 1s;
  transform: translateY(0);
  pointer-events: auto;
}
.hero .hero-title__container .title__wrap .title .row:nth-child(2) {
  position: absolute;
  top: 0;
  transform: translateY(100%);
  white-space: nowrap;
  opacity: 0;
}
.hero .hero-title__container .title__wrap .title .rolling-words {
  display: flex;
  flex-direction: column;
  position: relative;
  color: var(--brand);
  overflow: hidden;
}
.hero .hero-title__container .title__wrap .title .rolling-words li {
  position: relative;
  opacity: 0;
  animation: hero-slide-text-fade 12s infinite;
}
.hero .hero-title__container .title__wrap .title .rolling-words li + li {
  position: absolute;
  top: 0;
  left: 0;
}
.hero .hero-title__container .title__wrap .title .rolling-words li:nth-child(1) {
  animation-delay: 0s;
}
.hero .hero-title__container .title__wrap .title .rolling-words li:nth-child(2) {
  animation-delay: 3s;
}
.hero .hero-title__container .title__wrap .title .rolling-words li:nth-child(3) {
  animation-delay: 6s;
}
.hero .hero-title__container .title__wrap .title .rolling-words li:nth-child(4) {
  animation-delay: 9s;
}
.hero .hero-title__container .title__wrap .button {
  pointer-events: auto;
}
.hero .hero-title__container .title__wrap .button .icon {
  margin-inline: 0;
}
.hero .hero-title__container .title__wrap .button .icon i {
  animation: hero-hello 1.5s infinite;
}
.hero .hero-title__container .title__wrap .balloon {
  top: 0;
  left: 3%;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s;
  transform: scale(0.5);
  opacity: 0;
}
.hero .hero-title__container .title__wrap.greeting .row {
  transform: translateY(-100%);
  opacity: 0;
}
.hero .hero-title__container .title__wrap.greeting .row:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
}
.hero .hero-title__container .title__wrap.greeting .button .icon {
  max-width: clamp(2.25rem, 6vw, 2.75rem);
  margin-inline: 0.25rem -0.625rem;
}
.hero .hero-title__container .title__wrap.greeting .balloon {
  transition-delay: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.hero {
  /* Hero Card */
}
.hero .hero-card__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200dvh;
  margin-top: calc(-100dvh - 8rem);
  overflow: clip;
  pointer-events: none;
}
.hero .hero-card__container .hero-card__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform-style: preserve-3d;
  width: 100%;
  height: 0;
  perspective: 15rem;
  user-select: none;
  touch-action: none;
  cursor: grab;
  animation: coin-wobble 16s infinite linear;
  pointer-events: auto;
}
.hero .hero-card__container .hero-card__wrap:active {
  cursor: grabbing;
}
.hero .hero-card__container .hero-card__wrap .hero-card__list {
  position: relative;
  width: 20rem;
  height: 28rem;
  transform-style: preserve-3d;
  will-change: transform;
  pointer-events: none;
}
.hero .hero-card__container .hero-card__wrap .hero-card__item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  will-change: transform;
  overflow: hidden;
  pointer-events: none;
}
.hero {
  /* Break Point */
}
.hero .break-point {
  height: 120dvh;
}

/* Main Service */
.main-service {
  background: var(--bg-upper);
  overflow-x: visible;
}
.main-service .sticky-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-service .row.title-1 {
  margin-left: -5vw;
}
.main-service .row.title-2 {
  margin-left: -15vw;
}
.main-service .row.title-3 {
  margin-right: -15vw;
}
.main-service .horz-wrap {
  margin-top: 4rem;
}
.main-service .horz-list {
  counter-reset: list-counter;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.main-service .horz-item {
  counter-increment: list-counter;
  position: relative;
}
.main-service .horz-item:first-child .thumb::before {
  letter-spacing: -0.05em;
}
.main-service .horz-item .thumb {
  padding-bottom: 80%;
}
.main-service .horz-item .thumb img {
  position: absolute;
}
[data-theme=light] .main-service .horz-item .thumb img {
  filter: brightness(2.5) contrast(0.5) saturate(1.5);
}
.main-service .horz-item .thumb::before {
  content: counter(list-counter, decimal-leading-zero);
  position: absolute;
  right: 1.5rem;
  bottom: 1.625rem;
  font-family: "Paperlogy Static", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--brand);
  z-index: 1;
}
[data-theme=light] .main-service .horz-item .thumb::before {
  font-weight: 600;
  color: var(--txt-strong);
}
.main-service .horz-item .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-165deg, transparent 20%, var(--bg-dim));
  pointer-events: none;
}
[data-theme=light] .main-service .horz-item .thumb::after {
  background: linear-gradient(-135deg, transparent 20%, color-mix(in srgb, var(--bg-default) 40%, transparent));
}
.main-service .horz-item .txt-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 0.875rem;
  position: absolute;
  inset: 0;
  padding: 2rem 1.5rem;
}
.main-service .horz-item h4 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--txt-strong);
}
.main-service .horz-item p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--txt-primary);
}
[data-theme=light] .main-service .horz-item p {
  font-weight: 500;
}

/* Main Intro */
.main-intro {
  padding-bottom: 12rem;
  background: var(--bg-upper);
}
.main-intro .main-intro__top {
  display: flex;
}
.main-intro .main-intro__top .main-intro__img {
  flex-basis: 48%;
  position: relative;
  max-width: 25rem;
  will-change: transform, opacity;
}
.main-intro .main-intro__top .main-intro__img::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 0.125rem solid var(--bg-upper);
  pointer-events: none;
  z-index: 3;
}
.main-intro .main-intro__top .thumb-wrap {
  position: relative;
  padding-bottom: 140%;
  perspective: 20rem;
  overflow: hidden;
}
.main-intro .main-intro__top .thumb {
  position: absolute;
  will-change: transform, opacity;
}
.main-intro .main-intro__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main-intro .main-intro__bottom .title__wrap .title {
  color: var(--white);
}
.main-intro .main-intro__bottom .title__wrap .title .row {
  mix-blend-mode: difference;
}
.main-intro .main-intro__bottom .title__wrap .desc {
  max-width: clamp(10rem, 42.5%, 22.5rem);
}
.main-intro .main-intro__bottom .title__wrap .balloon {
  top: 15%;
  left: -25%;
}

/* Recent Work */
.recent-work {
  padding-top: 12rem;
}
.recent-work .title__wrap {
  position: sticky;
  top: 50dvh;
  transform: translateY(-50%);
}
[data-theme=light] .recent-work .title__wrap .title .thumb {
  filter: brightness(2) contrast(0.6) saturate(1);
}
.recent-work .title__wrap .desc {
  max-width: clamp(18rem, 68%, 35rem);
  text-align: center;
}
.recent-work .work__wrap {
  justify-content: center;
  row-gap: 12rem;
  position: relative;
  margin-bottom: clamp(-6rem, -8vw, -3rem);
  padding-block: 50dvh 100dvh;
  pointer-events: none;
}
.recent-work .work__wrap::before {
  content: "";
  position: absolute;
  top: calc(50dvh - 12rem);
  left: -50vw;
  right: -50vw;
  bottom: calc(100dvh - 12rem);
  background: linear-gradient(to bottom, transparent 0, var(--bg-default) 12rem, var(--bg-default) calc(100% - 12rem), transparent 100%);
  opacity: 0.85;
}
.recent-work .work__wrap .item {
  pointer-events: auto;
}
.recent-work .marquee__container .figure-1 i {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  will-change: transform;
  width: 800%;
  height: 800%;
  transform: translate(-50%, -50%) scale(1);
  animation: rw-figure-1 5s infinite;
}
.recent-work .marquee__container .figure-1 i span {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: var(--txt-primary);
}
.recent-work .marquee__container .figure-1 i:nth-child(2) {
  animation-delay: 2.5s;
}
.recent-work .marquee__container .figure-2 i {
  will-change: transform;
}
.recent-work .marquee__container .figure-2 i:nth-child(1) {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  animation: rotation-360 2s infinite alternate;
}
.recent-work .marquee__container .figure-2 i:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: var(--bg-default);
  animation: rw-figure-2 2s infinite alternate;
}
.recent-work .marquee__container .figure-2 i span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12.5%;
  height: 100%;
  background: var(--txt-primary);
}
.recent-work .marquee__container .figure-2 i span:nth-child(1) {
  transform: translate(-50%, -50%);
}
.recent-work .marquee__container .figure-2 i span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.recent-work .marquee__container .figure-2 i span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.recent-work .marquee__container .figure-2 i span:nth-child(4) {
  transform: translate(-50%, -50%) rotate(135deg);
}
.recent-work .marquee__container .figure-3 {
  overflow: visible;
}
.recent-work .marquee__container .figure-3 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  will-change: transform;
  width: 80%;
  height: 80%;
  background: var(--txt-primary);
  animation: rw-figure-3 0.5s linear infinite;
}

/* Recent Post */
.recent-post .post__wrap {
  margin-block: 4rem;
}

/* Ending */
.ending {
  padding-top: 12rem;
}
.ending .title__wrap .title .row:nth-child(1) {
  justify-content: flex-end;
}
.ending .title__wrap .desc {
  max-width: clamp(18rem, 68%, 35rem);
  font-size: clamp(1rem, 3vw, 1.25rem);
  text-align: center;
}
.ending .title__wrap .balloon {
  top: 15%;
  left: 18.5%;
}
.ending .title__wrap .balloon span {
  padding-block: clamp(0.375rem, 1vw, 0.5rem);
  line-height: 1.15;
}
.ending .button-wrap {
  padding-top: 2rem;
}

/*==============================================================
# responsive - Mobile
==============================================================*/
@media screen and (min-width: 500px) {
  /* Section */
  section {
    padding-block: 7.5rem;
  }
  /* Hero */
  .hero {
    /* Hero Frame */
  }
  .hero .hero-frame .copy {
    column-gap: 0.4375rem;
    left: 5rem;
    height: 4.5rem;
    margin-left: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) + 1rem);
  }
  .hero .hero-frame .txt-vert {
    font-size: 0.75rem;
  }
  .hero {
    /* Hero Title */
  }
  .hero .hero-title__container .title__wrap .button:is(:hover, :focus, :active) .icon {
    margin-inline: 0.25rem -0.625rem;
  }
  .hero {
    /* Hero Card */
  }
  .hero .hero-card__container {
    margin-top: calc(-100dvh - 10rem);
  }
  .hero .hero-card__container .hero-card__wrap {
    height: 4rem;
    perspective: 25rem;
  }
  .hero .hero-card__container .hero-card__wrap .hero-card__list {
    width: 18rem;
    height: 25.2rem;
  }
  /* Main Service */
  .main-service .horz-item .thumb {
    height: 22.5rem;
    padding-bottom: 0;
  }
  .main-service .horz-item .thumb::before {
    right: 1.75rem;
    bottom: 2rem;
  }
  .main-service .horz-item .txt-wrap {
    padding: 2.5rem 2rem;
  }
  .main-service .horz-item h4 {
    font-size: 2.25rem;
  }
  /* Main Intro */
  .main-intro {
    padding-bottom: 16rem;
  }
  /* Recent Work */
  .recent-work {
    padding-top: 20rem;
  }
  .recent-work .work__wrap {
    row-gap: 16rem;
  }
  .recent-work .work__wrap .item {
    flex: 0 75%;
  }
  /* Recent Post */
  .recent-post .title__wrap .desc {
    max-width: 60%;
  }
  /* Ending */
  .ending .title__wrap .title .row:nth-child(1) {
    justify-content: center;
  }
  .ending .title__wrap .balloon {
    top: 2.5%;
    left: 15%;
  }
  .ending .title__wrap .balloon span {
    transform: translate(-50%, -50%) rotate(-25deg) scale(0.8);
  }
  .ending .button-wrap {
    padding-top: 2.75rem;
  }
}
/*==============================================================
# responsive - Tablet
==============================================================*/
@media screen and (min-width: 768px) {
  /* Section */
  section {
    padding-block: 9.375rem;
  }
  /* Hero */
  .hero {
    /* Hero Frame */
  }
  .hero .hero-frame .copy {
    column-gap: 0.8125rem;
    left: 6.5rem;
    height: 6.25rem;
    margin-left: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) + 2rem);
  }
  .hero .hero-frame .copy .dots i {
    width: 0.3125rem;
    height: 0.3125rem;
  }
  .hero .hero-frame .copy .dots i:nth-child(1) {
    --x: -.3125rem;
    --y: -.3125rem;
  }
  .hero .hero-frame .copy .dots i:nth-child(2) {
    --x: .3125rem;
    --y: -.3125rem;
  }
  .hero .hero-frame .copy .dots i:nth-child(3) {
    --x: -.3125rem;
    --y: .3125rem;
  }
  .hero .hero-frame .copy .dots i:nth-child(4) {
    --x: .3125rem;
    --y: .3125rem;
  }
  .hero .hero-frame .copy p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .hero .hero-frame .txt-vert {
    font-size: 0.9375rem;
  }
  .hero {
    /* Hero Card */
  }
  .hero .hero-card__container .hero-card__wrap {
    perspective: 35rem;
  }
  .hero .hero-card__container .hero-card__wrap .hero-card__list {
    width: 15rem;
    height: 21rem;
  }
  /* Main Service */
  .main-service .horz-wrap {
    margin-top: 5rem;
  }
  .main-service .horz-item .thumb {
    width: calc(100% - 17.5rem);
    margin-left: auto;
  }
  .main-service .horz-item .thumb::before {
    right: 2.75rem;
    bottom: 2.5rem;
    font-size: 4rem;
    line-height: 1.25;
  }
  .main-service .horz-item .thumb::after {
    display: none;
  }
  .main-service .horz-item .txt-wrap {
    flex-direction: column-reverse;
    align-self: flex-end;
    row-gap: 2rem;
    padding: 2.5rem 0;
  }
  .main-service .horz-item .txt-wrap h4 {
    font-size: 4rem;
  }
  .main-service .horz-item .txt-wrap p {
    font-size: 1rem;
  }
  /* Main Intro */
  .main-intro {
    padding-bottom: 24rem;
  }
  /* Recent Work */
  .recent-work {
    padding-top: 24rem;
  }
  .recent-work .work__wrap {
    row-gap: 20rem;
  }
  .recent-work .work__wrap::before {
    top: calc(50dvh - 20rem);
    bottom: calc(100dvh - 20rem);
    background: linear-gradient(to bottom, transparent 0, var(--bg-default) 12rem, var(--bg-default) calc(100% - 20rem), transparent 100%);
  }
  .recent-work .work__wrap .item {
    flex-basis: 60%;
  }
}
/*==============================================================
# responsive - Desktop
==============================================================*/
@media screen and (min-width: 1200px) {
  /* Section */
  section {
    padding-block: 12.5rem;
  }
  /* Hero */
  .hero {
    /* Hero Frame */
  }
  .hero .hero-frame .copy {
    column-gap: 0.875rem;
    margin-left: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) + 2.25rem);
  }
  .hero .hero-frame .copy .dots i {
    width: 0.375rem;
    height: 0.375rem;
  }
  .hero .hero-frame .copy .dots i:nth-child(1) {
    --x: -.375rem;
    --y: -.375rem;
  }
  .hero .hero-frame .copy .dots i:nth-child(2) {
    --x: .375rem;
    --y: -.375rem;
  }
  .hero .hero-frame .copy .dots i:nth-child(3) {
    --x: -.375rem;
    --y: .375rem;
  }
  .hero .hero-frame .copy .dots i:nth-child(4) {
    --x: .375rem;
    --y: .375rem;
  }
  .hero .hero-frame .copy p {
    font-size: 0.8125rem;
  }
  .hero .hero-frame .txt-vert {
    font-size: 1rem;
  }
  .hero {
    /* Hero Card */
  }
  .hero .hero-card__container {
    margin-top: calc(-100dvh - 12rem);
  }
  .hero .hero-card__container .hero-card__wrap {
    height: 12rem;
    perspective: 50rem;
  }
  /* Main Service */
  .main-service {
    height: 550dvh;
  }
  .main-service .sticky-wrap {
    row-gap: 4rem;
    position: sticky;
    top: 0;
    height: 100dvh;
    padding-block: 5rem;
  }
  .main-service .row {
    transform: none !important;
  }
  .main-service .row.title-1, .main-service .row.title-2, .main-service .row.title-3 {
    justify-content: center !important;
  }
  .main-service .horz-wrap {
    margin-top: 0;
  }
  .main-service .horz-list {
    flex-direction: row;
    column-gap: 25vw;
    width: 100%;
    will-change: transform;
  }
  .main-service .horz-item {
    flex-shrink: 0;
    flex: 0 0 100%;
    width: 100%;
  }
  .main-service .horz-item .thumb {
    width: calc(100% - 20rem);
  }
  .main-service .horz-item .thumb::before {
    right: 3rem;
    font-size: 5rem;
  }
  .main-service .horz-item .txt-wrap {
    row-gap: 1.25rem;
  }
  .main-service .horz-item .txt-wrap h4 {
    font-size: 5rem;
  }
  .main-service .horz-item .txt-wrap p {
    font-size: 1.125rem;
  }
  /* Main Intro */
  .main-intro .container {
    padding-inline: 8%;
  }
  /* Recent Work */
  .recent-work .work__wrap {
    row-gap: 24rem;
    padding-inline: 8%;
  }
  .recent-work .work__wrap::before {
    top: calc(50dvh - 28rem);
    bottom: calc(100dvh - 28rem);
    background: linear-gradient(to bottom, transparent 0, var(--bg-default) 12rem, var(--bg-default) calc(100% - 28rem), transparent 100%);
  }
  /* Recent Post */
  .recent-post .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 4.5rem;
  }
  .recent-post .title__wrap {
    flex: 1;
  }
  .recent-post .title__wrap .desc {
    max-width: 18.75rem;
  }
  .recent-post .post__wrap {
    flex: 1.75;
    margin-block: 0;
    padding-top: 0;
  }
  .recent-post .button-wrap {
    position: absolute;
    top: 25rem;
    left: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
  }
  /* Ending */
  .ending .title__wrap .title {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ending .title__wrap .title .row:last-of-type {
    flex: 0 100%;
  }
  .ending .title__wrap .desc {
    max-width: 32rem;
  }
  .ending .title__wrap .balloon {
    top: -5%;
    left: 45%;
  }
  .ending .title__wrap .balloon span {
    transform: translate(-50%, -50%) rotate(-10deg) scale(0.8);
  }
  .ending .button-wrap {
    padding-top: 3.25rem;
  }
}
/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
/* Page Visual */
.page-visual {
  position: relative;
  height: 100dvh;
  padding: 0;
  overflow: clip;
}
.page-visual::before {
  content: "";
  display: block;
  position: sticky;
  top: 0;
  height: 8rem;
  margin-bottom: -8rem;
  background: linear-gradient(to bottom, color-mix(in srgb, var(--bg-dim) 50%, transparent), transparent);
  z-index: 1;
  pointer-events: none;
}
.page-visual .visual {
  width: 100%;
  height: 100%;
  perspective: 5rem;
}
.page-visual .visual img {
  position: absolute;
  inset: 0;
  transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
  object-position: center 75%;
}
.page-visual .visual.is-visible .is-active {
  transform: translateZ(0);
  opacity: 1;
  z-index: 1;
}
.page-visual .visual.is-visible .is-leaving {
  transform: translateZ(0);
  opacity: 0;
  z-index: 2;
}
.page-visual .title__container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page-visual .title__container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150%;
  background: linear-gradient(to top, color-mix(in srgb, var(--bg-dim) 50%, transparent), transparent);
  pointer-events: none;
}
.page-visual .title__wrap {
  row-gap: 1rem;
  padding-bottom: clamp(1.5rem, 4vw, 3rem);
}
.page-visual .title__wrap .title {
  font-size: 15.8vw;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: var(--white);
}
.page-visual .title__wrap .desc {
  padding: 0;
  font-weight: 400;
  color: var(--white);
}
.page-visual .title__wrap .desc:first-of-type {
  margin-top: -1rem;
  font-weight: 500;
}

/* About Overview */
.about-overview {
  padding-bottom: 0;
}
.about-overview .container {
  display: flex;
  flex-direction: column;
  row-gap: clamp(3rem, 6.4vw, 5rem);
  max-width: min(90%, 42.5rem);
}
.about-overview .title__wrap .title {
  transform-origin: center left;
}
.about-overview .info__wrap {
  display: flex;
  flex-direction: column;
  row-gap: clamp(2.5rem, 6.4vw, 4rem);
}
.about-overview .info__item {
  display: flex;
  flex-direction: column;
  row-gap: min(4vw, 2rem);
}
.about-overview .sub-title {
  display: flex;
  align-items: flex-end;
  column-gap: 0.375rem;
}
[data-theme=light] .about-overview .sub-title {
  font-weight: 700;
}
.about-overview .sub-title::after {
  content: "";
  flex: 1;
  padding-block: 0.1875rem;
  border-top: 1px solid var(--bd-primary);
}
.about-overview .info__detail {
  display: flex;
  flex-direction: column;
  row-gap: min(3vw, 1.5rem);
}
.about-overview .info__detail .row {
  display: flex;
  column-gap: clamp(1rem, 3vw, 2rem);
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 1.6;
}
.about-overview .info__detail dt {
  flex: 0 0 min(28vw, 12.5rem);
  color: var(--txt-tertiary);
}
.about-overview .info__detail dd {
  display: flex;
  flex-wrap: wrap;
}
.about-overview .info__detail dd span:not(:last-of-type)::after {
  content: ", ";
}

/* Love What I Do */
.about-whati-i-do {
  position: relative;
  margin-bottom: -15dvh;
  padding-bottom: 0;
  z-index: 2;
}
.about-whati-i-do .title__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  height: 100dvh;
}
.about-whati-i-do .title__wrap .title {
  margin-bottom: clamp(1rem, 3.5%, 2rem);
  z-index: 1;
}
.about-whati-i-do .title__wrap .cat {
  top: auto;
  left: auto;
  right: 1rem;
  bottom: 1rem;
  transform: none;
  font-size: clamp(1rem, 3.2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.25;
}
.about-whati-i-do .title__wrap .cat::before, .about-whati-i-do .title__wrap .cat::after {
  display: none;
}
.about-whati-i-do .title__wrap .thumb {
  max-width: min(75%, 22.5rem);
}
[data-theme=light] .about-whati-i-do .title__wrap .thumb img {
  filter: brightness(1.5) contrast(0.75) saturate(0.5);
}
[data-theme=light] .about-whati-i-do .title__wrap .thumb p {
  color: var(--white);
}
.about-whati-i-do .expertise__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 100dvh;
  font-family: "Paperlogy Static", sans-serif;
  font-size: clamp(1.75rem, 4.5vw, 3rem);
  font-weight: 500;
  font-style: italic;
  line-height: 2;
  white-space: nowrap;
  z-index: 1;
}

/* About Zoom 1 */
.about-zoom-1 .mask-wrap .zoom-target {
  transform-origin: 47.8% 50%;
}

/* About Mission */
.about-mission {
  padding: 0;
  background: var(--txt-strong);
}
.about-mission .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16rem;
}
.about-mission .mission {
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem;
  max-width: min(90%, 42.5rem);
}
.about-mission .mission .image__wrap .thumb {
  padding-bottom: 60%;
}
.about-mission .mission .image__wrap .thumb img {
  position: absolute;
}
[data-theme=light] .about-mission .mission .image__wrap .thumb {
  filter: brightness(0.75) contrast(1);
}
.about-mission .mission .title__wrap .title {
  row-gap: clamp(0.375rem, 2vw, 1rem);
  font-weight: 600;
  color: var(--bg-default);
}
[data-theme=light] .about-mission .mission .title__wrap .title {
  font-weight: 500;
}
.about-mission .mission .title__wrap .cat {
  position: static;
  transform: none;
  font-size: 0.4em;
  font-weight: inherit;
}
.about-mission .mission .title__wrap .desc {
  max-width: 80%;
  padding-top: clamp(2.5rem, 4.4vw, 4rem);
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 400;
  color: var(--bg-default);
}
[data-theme=light] .about-mission .mission .title__wrap .desc {
  font-weight: 300;
}

/* About Zoom 2 */
.about-zoom-2 .mask-wrap {
  background: var(--txt-strong);
}
.about-zoom-2 .mask-wrap .zoom-target {
  transform-origin: 53.78% 76.5%;
}
.about-zoom-2 .mask-wrap .title {
  font-weight: 600;
  color: var(--bg-default);
}
[data-theme=light] .about-zoom-2 .mask-wrap .title {
  font-weight: 500;
}
.about-zoom-2 .content-wrap {
  background: var(--bg-default);
}
.about-zoom-2 .content-wrap .title__wrap .title {
  align-self: center;
  max-width: 52rem;
  font-weight: 500;
  color: var(--txt-strong);
}
[data-theme=light] .about-zoom-2 .content-wrap .title__wrap .title {
  font-weight: 600;
}
.about-zoom-2 .content-wrap .title__wrap .desc {
  padding-top: clamp(2rem, 1.5rem + 1.6vw, 3rem);
  font-size: clamp(1.25rem, 1rem + 1vw, 1.5rem);
  font-weight: 500;
  color: var(--txt-secondary);
}
[data-theme=light] .about-zoom-2 .content-wrap .title__wrap .desc {
  font-weight: 500;
}

/* About Career */
.about-career {
  padding-top: 0;
}
.about-career .container {
  display: flex;
  flex-direction: column;
  row-gap: clamp(3rem, 6.4vw, 5rem);
  max-width: min(90%, 42.5rem);
}
.about-career .career__wrap {
  display: flex;
  flex-direction: column;
}
.about-career .career__item {
  padding-block: min(10vw, 4rem);
  border-bottom: 1px solid var(--bd-tertiary);
}
.about-career .career__item:first-of-type {
  border-top: 1px solid var(--bd-primary);
}
.about-career .career__item .company {
  display: flex;
  flex-direction: column;
  row-gap: min(3vw, 1.5rem);
}
.about-career .career__item dt {
  display: flex;
  flex-direction: column;
  row-gap: min(1vw, 0.5rem);
}
.about-career .career__item dt .name {
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.about-career .career__item dt .period {
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 500;
  color: var(--txt-tertiary);
}
.about-career .career__item dd {
  display: flex;
  flex-direction: column;
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 1.6;
}
.about-career .career__item dd .role::before {
  content: "· ";
}
.about-career .career__item .keywords {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.375rem, 0.25rem + 0.4vw, 0.5rem);
  padding-top: min(3.2vw, 1.75rem);
  font-size: clamp(0.8125rem, 0.625rem + 0.5vw, 1.0625rem);
  font-weight: 500;
  color: var(--txt-secondary);
}
.about-career .career__item .keywords li {
  padding-inline: clamp(0.75rem, 0.5rem + 0.6vw, 1rem);
  background-color: var(--bg-upper-2);
  line-height: 2.25;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact__page {
  padding-top: 0;
}
.contact__page .page-visual {
  height: clamp(32rem, 28rem + 12.8vw, 37.5rem);
}
[data-theme=light] .contact__page .page-visual {
  filter: brightness(2) contrast(0.85);
}
.contact__page .page-header {
  padding-top: clamp(4rem, 2.75rem + 4vw, 5.75rem);
}
.contact__page .title__wrap .email {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  column-gap: min(0.5vw, 0.5rem);
  padding-top: clamp(1.5rem, 1rem + 1.8vw, 2.5rem);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600;
}
.contact__page .title__wrap .email::after {
  content: "→";
  transform: rotate(45deg);
  font-size: 1.2em;
}
.contact__page .contact__container {
  padding-top: 1.25rem;
}
.contact__page .contact__container button[type=submit] {
  margin-top: clamp(2rem, 1.75rem + 1vw, 2.5rem);
}

/*--------------------------------------------------------------
# Work Single View
--------------------------------------------------------------*/
.work-single-view {
  background-color: var(--bg-default);
}
.work-single-view section {
  position: relative;
  background-color: var(--bg-default);
}
.work-single-view section:last-of-type {
  box-shadow: 0 0 0 0.125rem var(--bg-default);
}
.work-single-view .page-visual {
  display: flex;
  position: sticky;
  top: 0;
  height: 100dvh;
  padding: 0;
}
.work-single-view .page-visual .work-visual {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.work-single-view .page-visual .work-title {
  display: flex;
  align-self: center;
}
.work-single-view .page-visual .work-title .title {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  color: var(--white);
}
.work-single-view .page-visual .scroll_down {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 1.25rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-family: "Paperlogy Static", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  writing-mode: tb-rl;
}
.work-single-view .page-visual .scroll_down::before, .work-single-view .page-visual .scroll_down::after {
  content: "";
  width: 0.125rem;
  height: 4rem;
}
.work-single-view .page-visual .scroll_down::before {
  background: color-mix(in srgb, var(--white) 40%, transparent);
}
.work-single-view .page-visual .scroll_down::after {
  position: absolute;
  background: linear-gradient(var(--white) 0 0) 0 0/auto 0 no-repeat;
  animation: scroll-down 1.75s infinite;
}
.work-single-view .work-meta {
  padding-block: 3.75rem 4.25rem;
}
.work-single-view .work-meta .container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.work-single-view .work-meta .container .summary {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--bd-primary);
}
.work-single-view .work-meta .container .summary li {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding-block: min(2vw, 1.25rem);
  border-top: 1px solid var(--bd-secondary);
  font-weight: 500;
  line-height: 1.8;
}
.work-single-view .work-meta .container .summary em {
  flex: 0 0 min(17vw, 6.25rem);
  font-family: "Paperlogy Static", sans-serif;
  font-size: clamp(0.75rem, 2.4vw, 0.9375rem);
  color: var(--txt-tertiary);
  text-transform: uppercase;
}
.work-single-view .work-meta .container .summary p {
  font-weight: inherit;
}
.work-single-view .work-meta .container .overview {
  padding-top: 1.5rem;
  font-size: clamp(1rem, 2.6vw, 1.25rem);
}
.work-single-view .work-content > * {
  transition: transform 1s cubic-bezier(0.3, 2, 0.6, 1);
  transform: translateY(clamp(4rem, 2.5rem + 4.8vw, 6.25rem));
}
.work-single-view .work-content > *.is-visible {
  transform: translateY(0);
}
.work-single-view .work-footer {
  padding-bottom: 3.75rem;
}
.work-single-view .work-footer .container {
  display: flex;
  flex-direction: column;
}
.work-single-view .work-footer .nav-title {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.work-single-view .work-footer .nav-title .outro {
  font-size: inherit;
}
.work-single-view .work-footer .nav-item {
  flex: 1;
  max-width: 1.5em;
}
.work-single-view .work-footer .nav-item .nav-img {
  display: flex;
  flex-direction: column;
  position: relative;
}
.work-single-view .work-footer .nav-item .nav-img .thumb {
  width: 1.5em;
  height: 1em;
  margin-block: 0.125em;
  perspective: 1em;
}
.work-single-view .work-footer .nav-item .nav-img .thumb img {
  position: absolute;
  transition: transform 0.6s;
  height: 100%;
  object-fit: cover;
}
.work-single-view .work-footer .nav-item .nav-img .title {
  font-size: min(0.25em, 1.375rem);
  font-weight: 500;
  white-space: nowrap;
}
.work-single-view .work-footer .nav-item .nav-img .title .post-badge {
  margin-right: 0.1em;
  padding: 0.3em 0.4em;
  background: var(--teal-opacity-400);
  font-size: 0.8em;
  font-weight: 500;
  vertical-align: 0.1em;
}
[data-theme=light] .work-single-view .work-footer .nav-item .nav-img .title .post-badge {
  background: var(--teal-opacity-400);
  font-weight: 600;
}
.work-single-view .work-footer .row {
  display: flex;
  column-gap: 0.125em;
  font-size: clamp(3.125rem, 13vw, 8.25rem);
}
.work-single-view .work-footer .row.top {
  justify-content: flex-start;
  margin-bottom: -0.2em;
}
.work-single-view .work-footer .row.bottom {
  justify-content: flex-end;
}
.work-single-view .work-footer .row .label {
  font-size: min(0.25em, 1.375rem);
  white-space: nowrap;
}

/*--------------------------------------------------------------
# Post Single View
--------------------------------------------------------------*/
.post-single-view {
  background-color: var(--bg-default);
}
.post-single-view .post-header {
  padding-block: 5rem;
}
.post-single-view .post-header .container {
  display: flex;
  flex-direction: column;
}
.post-single-view .post-header .categories {
  padding-bottom: 1rem;
  font-size: clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem);
  font-weight: 500;
  font-style: italic;
  color: var(--brand);
}
.post-single-view .post-header .categories a::before {
  content: "#";
}
.post-single-view .post-header .post-title {
  font-size: clamp(1.625rem, 5.6vw, 2.5rem);
  line-height: 1.3;
}
.post-single-view .post-header .post-meta {
  display: flex;
  align-items: center;
  column-gap: min(2.5vw, 1.25rem);
  padding-block: 1.5rem;
  border-bottom: 1px solid var(--bd-tertiary);
  font-size: clamp(0.875rem, 0.8rem + 0.4vw, 1rem);
  font-weight: 500;
  color: var(--txt-tertiary);
}
.post-single-view .post-header .post-meta .author {
  display: flex;
  align-items: center;
  column-gap: 0.6em;
  margin-right: auto;
}
.post-single-view .post-header .post-meta .author .thumb {
  width: 2.8em;
  height: 2.8em;
  border-radius: 50%;
  border: 1px solid var(--bd-tertiary);
}
.post-single-view .post-header .post-meta .author .thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-single-view .post-header .post-meta .author .thumb img {
  position: absolute;
  transform: scale(0.9);
  opacity: 0.8;
}
.post-single-view .post-header .post-meta .author .info {
  display: flex;
  flex-direction: column;
  row-gap: 0.1em;
}
.post-single-view .post-header .post-meta .author .name {
  align-self: flex-start;
  font-size: 1.07em;
  color: var(--txt-secondary);
}
.post-single-view .post-header .post-meta .author .date {
  display: flex;
  align-items: center;
}
.post-single-view .post-header .post-meta .post-function {
  display: flex;
  align-items: center;
  column-gap: 0.6em;
  position: relative;
}
.post-single-view .post-header .post-meta .post-function .btn-function {
  column-gap: 0.3em;
  height: 2.8em;
  background: none;
  font-size: 1.07em;
  font-weight: 500;
  color: var(--txt-primary);
}
.post-single-view .post-header .post-meta .post-function .btn-function img {
  width: 2.1em;
  height: 2.1em;
}
.post-single-view .post-header .post-meta .post-function .btn-function.is-active + .layer-function {
  opacity: 1;
  visibility: visible;
}
.post-single-view .post-header .post-meta .post-function .layer-function {
  position: absolute;
  top: 3.5em;
  right: 0;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  border: 1px solid var(--bd-subtle-2);
  background: var(--bg-lower);
  opacity: 0;
  visibility: hidden;
}
.post-single-view .post-header .post-meta .post-function .layer-function ul {
  display: flex;
  flex-direction: column;
  width: clamp(10rem, 9.5rem + 4.2vw, 13.75rem);
}
.post-single-view .post-header .post-meta .post-function .layer-function li:not(:first-child) {
  border-top: 1px solid var(--bd-subtle-2);
}
.post-single-view .post-header .post-meta .post-function .layer-function li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s;
  padding-inline: 1.0625rem 0.625rem;
  font-size: 1rem;
  line-height: 3.125rem;
  color: var(--txt-secondary);
}
.post-single-view .post-header .post-meta .post-function .layer-function .sns-icon {
  width: 1.8em;
  height: 1.8em;
}
.post-single-view .post-header .post-thumbnail {
  padding-top: 2.5rem;
}
.post-single-view .post-tags {
  display: flex;
  max-width: 55rem;
  margin-inline: auto;
  padding-inline: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
  font-size: clamp(0.875rem, 2.2vw, 1.0625rem);
  font-weight: 500;
  color: var(--txt-secondary);
}
.post-single-view .post-tags a {
  transition: background-color 0.3s;
  margin: 0 0.6em 0.6em 0;
  padding-inline: 0.75em;
  background-color: var(--bg-upper);
  line-height: 2.25;
}
.post-single-view .post-tags a::before {
  content: "#";
}
.post-single-view .post-footer {
  padding-top: 4.375rem;
}

/*--------------------------------------------------------------
# Related Post
--------------------------------------------------------------*/
.related-post {
  padding-top: clamp(5rem, 3.75rem + 4vw, 7.5rem);
}
.related-post .post-title {
  padding-bottom: min(5vw, 2rem);
  font-size: clamp(1.125rem, 2.8vw, 1.375rem);
  line-height: 1.3;
}
.related-post .post-title a {
  font-weight: 600;
  font-style: italic;
  color: var(--brand);
}
[data-theme=light] .related-post .post-title a {
  font-weight: 700;
}
.related-post .post-title a::before {
  content: "#";
}
.related-post .post-title a::after {
  content: " ";
}
.related-post .related-post__wrap .item {
  opacity: 1;
  pointer-events: auto;
}
.related-post .related-post__wrap .item .info .category {
  display: none;
}

/*--------------------------------------------------------------
# Error 404 Page
--------------------------------------------------------------*/
.error-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 100dvh;
  padding: 0;
}
.error-404::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--bd-subtle-2) 1px, transparent 1px) center/34vw;
}
.error-404 .marquee__container .marquee__item {
  font-size: clamp(6rem, 12vw, 9rem);
  font-weight: 600;
}
.error-404 .desc {
  padding-top: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

/*--------------------------------------------------------------
# Lock Screen
--------------------------------------------------------------*/
.lock-screen {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  position: relative;
  min-height: 100dvh;
  padding-block: 2rem 0;
}
.lock-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--bd-subtle-2) 1px, transparent 1px) center/34vw;
}
.lock-screen .marquee__container .marquee__item {
  font-size: clamp(6rem, 12vw, 9rem);
  font-weight: 700;
}
.lock-screen .lock-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 4));
  max-width: min(35rem - calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 4), 25rem);
  margin-inline: auto;
  margin-bottom: calc(-1 * calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 2));
  padding: clamp(1rem, 0.75rem + 1.8vw, 2.5rem);
  background: var(--bg-upper-2);
  z-index: 1;
}
[data-theme=light] .lock-screen .lock-content {
  background: var(--bg-lower);
}
.lock-screen .lock-content > *:first-child {
  margin-top: 0 !important;
}
.lock-screen .lock-content > *:last-child {
  margin-bottom: 0 !important;
}
.lock-screen .lock-content .wp-block-heading {
  margin-top: calc(clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem) * 0.5);
  margin-bottom: calc(clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem) * 0.5);
  font-weight: 600;
}
.lock-screen .lock-content .wp-block-paragraph {
  margin-bottom: clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem);
  line-height: 1.5;
}
.lock-screen .title__wrap {
  padding-top: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 0.5);
}
.lock-screen .title__wrap img {
  width: 4.5rem;
  margin-inline: auto;
}
.lock-screen .lock-form {
  padding-block: calc(clamp(1rem, 0.75rem + 1.8vw, 2.5rem) * 0.5);
}
.lock-screen .lock-form .input-wrap {
  row-gap: clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem);
  max-width: 18.75rem;
  margin-inline: auto;
}
.lock-screen .lock-form .button-wrap .button {
  transition: background-color 0.3s, color 0.3s;
  padding-inline: calc(clamp(1.125rem, 0.95rem + 0.7vw, 1.25rem) * 2);
  --btn-bg: var(--white-opacity-100);
  --btn-hover-bg: var(--white-opacity-200);
  --btn-hover-color: var(--txt-secondary);
  background-color: var(--btn-bg);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  line-height: 3;
  font-weight: 500;
  color: var(--txt-tertiary);
}
[data-theme=light] .lock-screen .lock-form .button-wrap .button {
  --btn-bg: var(--grey-opacity-100);
  --btn-hover-bg: var(--grey-opacity-200);
}
.lock-screen .lock-form .button-wrap .button.btn-confirm {
  --btn-bg: var(--brand-lower);
  font-weight: 600;
  color: var(--white);
}
.lock-screen .lock-form .button-wrap .button.btn-confirm[disabled] {
  --btn-bg: var(--white-opacity-100);
  font-weight: 500;
  color: var(--txt-tertiary);
  opacity: 1;
}
[data-theme=light] .lock-screen .lock-form .button-wrap .button.btn-confirm[disabled] {
  --btn-bg: var(--grey-opacity-100);
}
[data-theme=light] .lock-screen .lock-form .button-wrap .button.btn-confirm {
  --btn-bg: var(--brand);
}

/*==============================================================
# responsive - Mobile
==============================================================*/
@media screen and (min-width: 500px) {
  /* Page Visual */
  .page-visual::before {
    height: 9rem;
    margin-bottom: -9rem;
  }
  .page-visual .title__wrap {
    row-gap: 1.5rem;
  }
  .page-visual .title__wrap .desc:first-of-type {
    margin-top: -1.5rem;
  }
  /*--------------------------------------------------------------
  # Contact Page
  --------------------------------------------------------------*/
  .contact__page .container {
    max-width: min(90%, 52rem);
  }
  .contact__page .contact__container {
    padding-top: 2rem;
  }
  .contact__page .contact__container textarea {
    min-height: 12.5rem;
  }
  /*--------------------------------------------------------------
  # Work Single View
  --------------------------------------------------------------*/
  .work-single-view .page-visual .scroll_down {
    column-gap: 1.375rem;
  }
  .work-single-view .page-visual .scroll_down::before, .work-single-view .page-visual .scroll_down::after {
    height: 4.5rem;
  }
  .work-single-view .work-meta {
    padding-block: 4.5rem 5rem;
  }
  .work-single-view .work-footer {
    padding-bottom: 4.5rem;
  }
  .work-single-view .work-footer .nav-item .nav-img:is(:hover, :focus, :active) img {
    transform: translateZ(0.1em);
  }
  /*--------------------------------------------------------------
  # Post Single View
  --------------------------------------------------------------*/
  .post-single-view .post-header {
    padding-top: 5.5rem;
  }
  .post-single-view .post-header .post-title {
    line-height: 1.35;
  }
  .post-single-view .post-header .post-meta {
    padding-block: 1.75rem;
  }
  .post-single-view .post-header .post-meta .post-function .layer-function li a {
    padding-inline: 1.25rem 1rem;
    line-height: 3.5rem;
  }
  .post-single-view .post-header .post-meta .post-function .layer-function li a:is(:hover, :focus, :active) {
    background-color: var(--bg-default);
  }
  [data-theme=light] .post-single-view .post-header .post-meta .post-function .layer-function:is(:hover, :focus, :active) {
    background-color: var(--bg-default);
  }
  [data-theme=light] .post-single-view .post-header .post-meta .post-function .layer-function li a:is(:hover, :focus, :active) {
    background-color: var(--bg-lower);
  }
  .post-single-view .post-header .post-thumbnail {
    padding-top: 4rem;
  }
  .post-single-view .post-tags a:is(:hover, :focus, :active) {
    background-color: color-mix(in srgb, var(--bg-upper-2) 70%, transparent);
  }
  [data-theme=light] .post-single-view .post-tags a:is(:hover, :focus, :active) {
    background-color: var(--bg-upper-2);
  }
  .post-single-view .post-footer {
    padding-top: 5.25rem;
  }
  /*--------------------------------------------------------------
  # Error 404 Page
  --------------------------------------------------------------*/
  .error-404::before {
    background-size: 26vw;
  }
  /*--------------------------------------------------------------
  # Lock Screen
  --------------------------------------------------------------*/
  .lock-screen {
    padding-top: 2.25rem;
  }
  .lock-screen::before {
    background-size: 26vw;
  }
  .lock-screen .title__wrap img {
    width: 5rem;
  }
  .lock-screen .lock-form .button-wrap .button:is(:hover, :focus, :active) {
    background-color: var(--btn-hover-bg);
    color: var(--btn-hover-color);
  }
  .lock-screen .lock-form .button-wrap .button.btn-confirm {
    --btn-hover-color: var(--white);
    --btn-hover-bg: var(--brand);
  }
  .lock-screen .lock-form .button-wrap .button.btn-confirm[disabled] {
    --btn-hover-bg: var(--white-opacity-100);
  }
  [data-theme=light] .lock-screen .lock-form .button-wrap .button.btn-confirm[disabled] {
    --btn-hover-bg: var(--grey-opacity-100);
  }
  [data-theme=light] .lock-screen .lock-form .button-wrap .button.btn-confirm {
    --btn-hover-bg: var(--brand-lower);
  }
}
/*==============================================================
# responsive - Tablet
==============================================================*/
@media screen and (min-width: 768px) {
  /* Page Visual */
  .page-visual::before {
    height: 12.5rem;
    margin-bottom: -12.5rem;
  }
  .page-visual .title__wrap .title {
    font-size: 16.1vw;
  }
  .page-visual .title__wrap .desc:first-of-type {
    margin-top: -2rem;
  }
  /* About Mission */
  .about-mission .mission .image__wrap .thumb {
    padding-bottom: 50%;
  }
  /*--------------------------------------------------------------
  # Work Single View
  --------------------------------------------------------------*/
  .work-single-view .page-visual .scroll_down {
    font-size: 0.8125rem;
  }
  .work-single-view .page-visual .scroll_down::before, .work-single-view .page-visual .scroll_down::after {
    height: 5rem;
  }
  .work-single-view .work-meta {
    padding-block: 5.625rem 6.125rem;
  }
  .work-single-view .work-meta .container {
    row-gap: 2rem;
  }
  .work-single-view .work-footer {
    padding-bottom: 5.625rem;
  }
  /*--------------------------------------------------------------
  # Post Single View
  --------------------------------------------------------------*/
  .post-single-view .post-header {
    padding-block: 8.25rem 6rem;
  }
  .post-single-view .post-header .post-meta {
    padding-top: 2.5rem;
  }
  .post-single-view .post-header .post-thumbnail {
    padding-top: 5rem;
  }
  .post-single-view .post-footer {
    padding-top: 6.5625rem;
  }
  /*--------------------------------------------------------------
  # Error 404 Page
  --------------------------------------------------------------*/
  .error-404::before {
    background-size: 21vw;
  }
  /*--------------------------------------------------------------
  # Lock Screen
  --------------------------------------------------------------*/
  .lock-screen {
    padding-top: 3.125rem;
  }
  .lock-screen::before {
    background-size: 21vw;
  }
}
/*==============================================================
# responsive - Desktop
==============================================================*/
@media screen and (min-width: 1200px) {
  /* Page Visual */
  .page-visual .title__wrap .title {
    font-size: min(16.1vw, 16.375rem);
    text-indent: 0.05em;
  }
  /* About Zoom 1 */
  .about-zoom-1 .mask-wrap .zoom-target {
    transform-origin: 48.28% 50%;
  }
  .about-zoom-1 .mask-wrap .title {
    flex-direction: row;
  }
  .about-zoom-1 .mask-wrap .title .row:not(:first-of-type)::before {
    content: " ";
  }
  /* About Career */
  .about-career .container {
    flex-direction: row;
    column-gap: 6.25rem;
    max-width: 70rem;
  }
  .about-career .title__wrap {
    flex: 1;
    align-self: flex-start;
    position: sticky;
    top: 6.25rem;
    padding-block: 2rem 12.5rem;
  }
  .about-career .career__wrap {
    flex: 1.8;
  }
  .about-career .career__item {
    padding-inline: 1rem;
  }
  .about-career .career__item:first-of-type {
    border-top: none;
  }
  /*--------------------------------------------------------------
  # Contact Page
  --------------------------------------------------------------*/
  .contact__page .page-header {
    flex: 1;
    align-self: flex-start;
  }
  .contact__page .container {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 4.5rem;
    max-width: 82.5rem;
  }
  .contact__page .title__wrap .title {
    white-space: nowrap;
  }
  .contact__page .contact__container {
    padding-top: 6.5rem;
  }
  .contact__page .contact__container textarea {
    min-height: 15rem;
  }
  /*--------------------------------------------------------------
  # Work Single View
  --------------------------------------------------------------*/
  .work-single-view .work-meta {
    padding-block: 7.5rem 8rem;
  }
  .work-single-view .work-meta .container {
    row-gap: 2.5rem;
    padding-inline: 0;
  }
  .work-single-view .work-meta .container .summary {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .work-single-view .work-meta .container .summary li {
    flex: 0 1 40%;
    align-items: flex-start;
    padding-inline: 0.75rem;
  }
  .work-single-view .work-meta .container .summary li:nth-child(even) {
    flex-basis: 60%;
  }
  .work-single-view .work-meta .container .summary em {
    line-height: 1.75rem;
  }
  .work-single-view .work-meta .container .summary p {
    line-height: 1.75rem;
  }
  .work-single-view .work-footer {
    padding-bottom: 7.5rem;
  }
  /*--------------------------------------------------------------
  # Post Single View
  --------------------------------------------------------------*/
  .post-single-view .post-footer {
    padding-top: 7.5rem;
  }
  /*--------------------------------------------------------------
  # Related Post
  --------------------------------------------------------------*/
  .related-post .related-post__wrap {
    display: flex;
    column-gap: 1.5rem;
  }
  .related-post .related-post__wrap .item {
    flex-basis: calc((100% - 3rem) / 3);
    padding: 0;
    border: none;
  }
  .related-post .related-post__wrap .item:last-of-type {
    border: none;
  }
  .related-post .related-post__wrap .item:is(:hover, :focus, :active) {
    background: none;
  }
  .related-post .related-post__wrap .item .card-link-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    height: auto;
    padding: 0;
    box-sizing: border-box;
  }
  .related-post .related-post__wrap .item .thumbnail {
    width: 100%;
    height: auto;
    padding-bottom: 66%;
  }
  .related-post .related-post__wrap .item .thumbnail.empty {
    display: block;
    background: var(--bg-upper-2) url(./svg/logo.svg) no-repeat center/40%;
    filter: opacity(0.4);
  }
  [data-theme=light] .related-post .related-post__wrap .item .thumbnail.empty {
    filter: opacity(0.6);
  }
  .related-post .related-post__wrap .item .text-wrap {
    width: 100%;
    row-gap: 0.25rem;
  }
  .related-post .related-post__wrap .item .title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 1.0625rem;
  }
  .related-post .related-post__wrap .item .entry-excerpt {
    display: none;
  }
  .related-post .related-post__wrap .item .info {
    font-size: 0.9375rem;
  }
}

/*# sourceMappingURL=style.css.map */
