@charset "UTF-8";
/*********************************************
* BODY
*********************************************/
html {
  overflow: hidden;
  overflow-y: auto;
  font-size: 62%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html::-webkit-scrollbar {
  width: 1rem; /* 스크롤바의 너비 */
}

html::-webkit-scrollbar-thumb {
  width: 0.8rem;
  height: 20rem; /* 스크롤바의 길이 */
  background: #cecece; /* 스크롤바의 색상 */
  border-radius: 10px;
}

html::-webkit-scrollbar-track {
  background: #e4e4e4; /*스크롤바 뒷 배경 색상*/
}

body {
  background: #f5f5f5;
  font-family: "NanumSquareNeo", "NotoSansR", "맑은 고딕", "NotoSansL", dotum, "돋움", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5em;
  color: #444;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: normal;
  letter-spacing: inherit;
  line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

img,
fieldset {
  border: none;
}

em,
address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  word-spacing: normal;
  word-break: break-all;
}

table caption {
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

ol,
ul {
  list-style: none none;
}

img {
  outline: none;
}

mark {
  background: none;
  color: inherit;
}

hr {
  border: none;
  size: 0;
  color: #fff;
}

pre {
  font-family: inherit;
}

br {
  font-family: initial;
}

.lang_Eng body {
  line-height: 1.4em;
} /*    영문      */
.lang_Eng body table td {
  word-break: keep-all;
}

/* .lang_Chin body   {  }       중문      */
/*********************************************
* FORM
*********************************************/
input {
  background-color: none;
}

textarea {
  border: none;
  background-color: none;
  font-family: "NotoSansL";
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

/********************************************* 
* LINK 
****************************************/
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

a:focus {
  background: transparent;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

/*********************************************
* contents 요소_base
*********************************************/
.dpn {
  display: none !important;
}

.dpi {
  display: inline-block !important;
}

.dpb {
  display: block !important;
}

.dpt {
  display: table !important;
}

.dpf {
  display: flex !important;
}

.dpg {
  display: grid !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.tdu {
  text-decoration: underline !important;
}

.vam {
  vertical-align: middle !important;
}

.vat {
  vertical-align: top !important;
}

.curp {
  cursor: pointer !important;
}

.vish {
  visibility: hidden !important;
}

.ofh {
  overflow: hidden !important;
}

.ofa {
  overflow: auto !important;
}

/*********************************************
* text
*********************************************/
.fb {
  font-weight: bold !important;
}

.fn {
  font-weight: normal !important;
}

.f0 {
  font-size: 0;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f14 {
  font-size: 14px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.he10 {
  height: 10px !important;
}

.he15 {
  height: 15px !important;
}

.he20 {
  height: 20px !important;
}

.he25 {
  height: 25px !important;
}

.he30 {
  height: 30px !important;
}

/*********************************************
* 레이아웃 요소
*********************************************/
.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.fln {
  float: none !important;
}

.clb {
  clear: both;
}

.cll {
  clear: left;
}

.clf:after {
  content: "";
  display: block;
  clear: both;
}

/*********************************************
* margin
*********************************************/
.mc {
  margin: 0 auto !important;
}

.m0 {
  margin: 0px !important;
}

.m10 {
  margin: 10px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr90 {
  margin-right: 100px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

/*********************************************
* padding
*********************************************/
.p0 {
  padding: 0px !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

/*   Border    */
.boderNone {
  border: none !important;
}

.bdNoneTop {
  border-top-width: 0 !important;
}

.bdNoneBottom {
  border-bottom-width: 0 !important;
}

.bdNoneLeft {
  border-left-width: 0 !important;
}

.bdNoneRight {
  border-right-width: 0 !important;
}

.boderTop {
  border-top-width: 1px !important;
}

.boderBottom {
  border-bottom-width: 1px !important;
}

.boderLeft {
  border-left-width: 1px !important;
}

.boderRight {
  border-right-width: 1px !important;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  background: #fff;
  color: #000000;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  cursor: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body.lightbox-open {
  overflow: hidden;
}

.custom-cursor {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.custom-cursor__line {
  position: fixed;
  background: #999999;
  mix-blend-mode: difference;
}

.custom-cursor__line--h {
  left: 0;
  width: 100vw;
  height: 1px;
  top: 0;
}

.custom-cursor__line--v {
  top: 0;
  height: 100vh;
  width: 1px;
  left: 0;
}

.custom-cursor__circle {
  position: fixed;
  width: 28px;
  height: 28px;
  border: 1px solid #999999;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  transition: width 0.2s ease, height 0.2s ease;
}

.custom-cursor--hover .custom-cursor__circle {
  width: 56px;
  height: 56px;
}

.intro {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #000000;
  padding: 0 clamp(24px, 4vw, 76px);
}
.intro img {
  height: clamp(20px, 4vw, 40px);
  width: auto;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
}
.hero__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3vh;
  display: inline-flex;
  justify-content: center;
}
.hero__logo img {
  height: clamp(20px, 10vw, 30px);
  width: auto;
}
.hero__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  align-items: start;
  justify-content: space-between;
  padding: clamp(20px, 3vw, 37px) clamp(24px, 4vw, 76px);
  transition: none;
  pointer-events: none;
}
.hero__header .hero__nav {
  pointer-events: auto;
}
.hero__header .hero__nav--top {
  display: none;
}
.hero__header .hero__nav--left {
  justify-content: flex-start;
}
.hero__header .hero__nav--right {
  display: flex;
  justify-content: flex-end;
}
.hero__header .bottom__nav--left {
  align-self: self-end;
  display: none;
}
.hero__header .bottom__nav--right {
  display: none;
  align-self: self-end;
  justify-content: flex-end;
  justify-self: end;
}
.hero__header.enable-transition {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hero__footer {
  display: grid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 4vw, 76px) clamp(20px, 3vw, 37px);
}
.hero__footer .bottom__nav--left {
  align-self: self-end;
}
.hero__footer .bottom__nav--right {
  align-self: self-end;
  justify-content: flex-end;
  justify-self: end;
}
.hero__nav a {
  font-weight: 900;
  font-size: clamp(16px, 1.6vw, 20px);
  letter-spacing: -0.03em;
  transition: opacity 0.2s ease;
  color: #000000;
}
.hero__nav a:hover {
  opacity: 0.65;
}
.hero__content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}
.hero__headline-spacer {
  height: clamp(160px, 32vw, 420px);
  width: 100%;
}
.hero__subline {
  margin-top: clamp(12px, 1.6vw, 24px);
  font-weight: 900;
  font-size: clamp(20px, 2.4vw, 50px);
  letter-spacing: -0.03em;
  mix-blend-mode: multiply;
}
.hero__close-btn {
  position: absolute;
  top: clamp(16px, 3vw, 40px);
  right: clamp(16px, 3vw, 40px);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}
.hero__page-indicator {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  gap: 24px;
  z-index: 20;
  pointer-events: none;
}
.hero__page-indicator .hero__page-btn {
  pointer-events: auto;
  font-size: clamp(12px, 1.2vw, 16px);
  color: #999999;
  opacity: 0.5;
  transition: opacity 0.2s ease, transform 0.2s ease;
  line-height: 1;
}
.hero__page-indicator .hero__page-btn:hover {
  opacity: 0.8;
}
.hero__page-indicator .hero__page-btn.active {
  opacity: 1;
  transform: scale(1.3);
  color: #000000;
}

.hero__close-btn,
.open-btn {
  display: none;
}

.open-btn.is-hidden {
  display: none;
}

.pages {
  position: relative;
  width: 100%;
  height: 100%;
}

.page {
  position: absolute;
  inset: 0;
  top: 150px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: center;
  padding: 0 24px;
}
.page--active.home {
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
}
.page--active.home h2 {
  font-size: clamp(50px, 12vw, 150px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.page--active {
  display: grid;
  grid-template-rows: 100px auto;
  grid-template-columns: 1fr;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.page--active h3 {
  font-size: clamp(20px, 4vw, 50px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border-radius: 20px;
  opacity: 0;
  z-index: 20;
  pointer-events: none;
  mix-blend-mode: difference;
}

.about {
  padding: clamp(20px, 3vw, 37px) clamp(24px, 4vw, 76px);
}
.about__title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  margin-bottom: clamp(24px, 4vw, 48px);
}
.about__grid {
  display: grid;
  grid-template-columns: 20% 32% 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.about__visual {
  position: relative;
  height: 100%;
}
.about__bg {
  position: absolute;
  top: -319px;
  right: -200px;
  width: 70%;
  height: 65%;
  background: #f2f2f2;
  z-index: 0;
  mix-blend-mode: multiply;
}
.about__badge {
  position: absolute;
  top: 0;
  right: -50px;
  width: 500px;
  aspect-ratio: 17/6;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-end;
  padding: 24px;
  font-weight: 900;
  font-size: clamp(18px, 2vw, 24px);
  z-index: 2;
}
.about__badge span {
  font-size: clamp(14px, 1.4vw, 24px);
  opacity: 0.4;
  margin-top: 8px;
}
.about__thumb {
  position: absolute;
  bottom: 0;
  left: 42%;
  width: 65%;
  aspect-ratio: 5/5;
  z-index: 1;
  top: 186px;
}
.about__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__photo {
  height: 600px;
  aspect-ratio: 5/8;
}
.about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  text-align: left;
}
.about__content .about__eyebrow {
  font-size: 18px;
  opacity: 0.6;
  margin-bottom: 12px;
}
.about__content .about__lead {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  margin-bottom: 16px;
  text-align: left;
}
.about__content .about__desc {
  font-size: 14px;
  line-height: 2;
  opacity: 0.8;
  margin-bottom: 32px;
}
.about__skills {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__skill-group h4 {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 6px;
}
.about__skill-group p {
  font-size: 14px;
  opacity: 0.75;
  line-height: 1.6;
}

.viewport {
  position: relative;
  width: 100%;
  height: 33vh;
  overflow: visible;
  display: flex;
  align-self: center;
  cursor: grab; /* Indicate draggable area */
  /* Change cursor when dragging */
}
.viewport .viewport.dragging {
  cursor: grabbing;
}
.viewport {
  /* Track holds all cards and is positioned absolutely */
}
.viewport .track {
  position: absolute;
  bottom: 16px;
  left: 0;
  height: 100%;
  will-change: transform; /* Optimize for transform changes */
}
.viewport {
  /* Card size and spacing */
}
.viewport .card {
  width: clamp(400px, 30vw, 400px); /* Responsive width */
  aspect-ratio: 16/9; /* Keep 16:9 ratio */
  margin-right: 48px; /* Space between cards */
  overflow: hidden;
  position: absolute; /* Positioned absolutely for stacking */
  bottom: 0;
  transform-style: preserve-3d; /* Allow 3D transforms */
  background: transparent;
}
.viewport {
  /* Inner wrapper for card content */
}
.viewport .card-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform; /* Optimize for transform */
}
.viewport .card-inner p {
  color: #fff;
}
.viewport {
  /* Image styling inside card */
}
.viewport .card-inner img {
  width: 120%; /* Slightly zoomed for parallax */
  height: 120%;
  object-fit: cover;
  display: block;
  user-select: none; /* Prevent text selection */
  -webkit-user-drag: none; /* Disable image dragging */
  transform: translate3d(0, 0, 0); /* Enable GPU acceleration */
  will-change: transform;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.gallery-lightbox.is-open {
  display: flex;
}
.gallery-lightbox.is-open gallery-lightbox__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox__caption {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 8px 16px;
}
.gallery-lightbox__img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  cursor: default;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.gallery-lightbox__close {
  position: absolute;
  top: clamp(16px, 3vw, 40px);
  right: clamp(16px, 3vw, 40px);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.gallery-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.25);
}
.gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.gallery-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.25);
}
.gallery-lightbox__nav--prev {
  left: clamp(12px, 3vw, 32px);
}
.gallery-lightbox__nav--next {
  right: clamp(12px, 3vw, 32px);
}

.contactList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
}
.contactList li {
  font-size: clamp(14px, 1.4vw, 18px);
  color: #000000;
  transition: opacity 0.2s ease;
}
.contactList li:hover {
  opacity: 0.65;
}
.contactList li em {
  font-style: normal;
  position: relative;
}
.contactList li em::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 15px;
  background: rgba(164, 229, 245, 0.5);
  mix-blend-mode: multiply;
}

.projectList {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.projectList li {
  display: grid;
  align-items: end;
  height: 45px;
  padding: 10px;
  grid-template-columns: 1fr 7fr 2fr;
  font-size: clamp(14px, 1.4vw, 18px);
  color: #000000;
  transition: opacity 0.2s ease;
  border-bottom: 1px solid #e0e0e0;
}
.projectList li:hover {
  opacity: 0.65;
  background: #999999;
  mix-blend-mode: difference;
}
.projectList li.title span {
  font-weight: 700;
  text-align: center;
  font-size: clamp(14px, 1.4vw, 18px);
}

@media (max-width: 900px) {
  * {
    cursor: auto !important;
  }
  .custom-cursor,
  .hero__page-indicator {
    display: none;
  }
  .hero__close-btn {
    display: flex;
    z-index: 4;
  }
  .open-btn {
    display: flex;
    position: fixed;
    top: clamp(16px, 3vw, 40px);
    right: clamp(16px, 3vw, 40px);
    width: 44px;
    height: 44px;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
  }
  .hero__header {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 80px);
    background: #000000;
    padding: 50px 0 0 0;
    opacity: 0;
    transform: translateX(100%);
    z-index: 3;
    height: 100%;
  }
  .hero__header .bottom__nav--left {
    align-self: self-end;
    display: block;
  }
  .hero__header .bottom__nav--right {
    display: block;
    align-self: self-end;
    justify-content: flex-end;
    justify-self: end;
  }
  .hero__header.is-open {
    transform: translateX(0);
    opacity: 1;
  }
  .hero__header .hero__nav {
    justify-content: center;
    justify-self: center;
    align-self: center;
  }
  .hero__header .hero__nav a {
    color: #fff;
  }
  .hero__header .hero__nav--top {
    display: block;
  }
  .hero__header .bottom__nav--right {
    grid-column: 1/span 1;
    justify-self: center;
  }
  .hero__footer {
    display: none;
  }
  .about__grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .about__grid .about__bg {
    display: none;
  }
  .about__grid .about__badge {
    width: 100%;
    height: 100px;
    left: 0;
    mix-blend-mode: hard-light;
  }
  .about__grid .about__thumb {
    display: none;
    right: 0;
    top: 0;
    left: revert;
    width: 30%;
    aspect-ratio: 1/1;
  }
  .about__grid .about__photo {
    top: 0;
    width: 100%;
    aspect-ratio: 1/2;
  }
}

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