@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css);
html {
  font-size: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto Mono", monospace, Pretendard-apple-system,
    BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  color: black;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

/* 스크롤바 커스터마이징 */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* 기본 링크 스타일 */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* 기본 버튼 스타일 */
button {
  cursor: pointer;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
}

button:hover {
  opacity: 0.9;
}

body {
  -ms-overflow-style: none;
}

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

.App {
  background: transparent;
}

body {
  background: white;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.header {
  background: transparent;
  padding: 2rem 4rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  mix-blend-mode: difference;
}

.header-content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-content-mo {
  display: none;
}

.logo {
  mix-blend-mode: difference;
  width: 10.5rem;
  height: auto;
}

.logo img,
.search-btn img,
.menu-btn img {
  width: 100%;
}

.search-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.search-btn,
.menu-btn {
  background: none;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  cursor: pointer;
  outline: none;
}

/* 호버, 포커스, 액티브 상태에서 테두리 제거 */
.search-btn:hover,
.search-btn:focus,
.search-btn:active,
.menu-btn:hover,
.menu-btn:focus,
.menu-btn:active {
  outline: none;
  border: none;
  box-shadow: none;
}

/* 전체 오버레이 */
.global-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 250;
  cursor: pointer;
}

@keyframes searchFadeIn {
  to {
    opacity: 1;
  }
}

/* 검색 컨테이너 */
.search-menu-mo {
  display: none;
}

.search-container {
  position: relative;
  min-width: 40rem;
  max-width: 60rem;
  text-align: center;
  transform: translateY(-170%);
  transition: transform 0.5s ease;
}

.search-container.open {
  transform: translateY(0%);
}

/* 검색 폼 */
.search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 검색 입력창 */
.search-input {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  border-bottom: 1.5px solid white;
  border-top: none;
  border-left: none;
  border-right: none;
  background: black;
  color: white;
  outline: none;
  text-align: left;
  letter-spacing: -0.02em;
  transition: background 0.2s ease;
  font-family: Pretendard;

  /* 모바일 브라우저 기본 스타일 제거 */
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.search-input::placeholder {
  color: rgb(57, 57, 57);
  font-family: "Roboto Mono", monospace;
  letter-spacing: -0.04em;
}

/* 슬라이드 메뉴 */
.slide-menu {
  position: fixed;
  top: 10rem;
  right: -30rem;
  min-width: 29rem;
  z-index: 300;
  transition: right 0.5s ease;
  box-shadow: 0px 0 50px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.slide-menu.open {
  right: 0;
}

/* 메뉴 콘텐츠 */
.menu-content {
  padding: 4rem;
}

.menu-section {
  margin-bottom: 4rem;
}

.menu-section:last-child {
  margin-bottom: 0rem;
}

.menu-section a h3:hover {
  opacity: 0.3;
}

.menu-section a h3 {
  transition: opacity 0.2s ease;
  opacity: 1;
}

.menu-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: black;
  margin: 0 0 1rem 0;
  letter-spacing: -0.01em;
  line-height: 1;
}

.menu-title a.current {
  opacity: 0.3;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list li {
  margin-bottom: 0.2rem;
}

.menu-list a {
  color: black;
  text-decoration: none;
  font-size: 1.6rem;
  transition: opacity 0.2s ease;
  letter-spacing: -0.03em;
  opacity: 1;
}

/* 현재 페이지 메뉴 항목 */
.menu-list a.current {
  opacity: 0.3;
}

.menu-list a:hover {
  opacity: 0.3;
}

@media (max-width: 1200px) {
  .logo {
    transform: translateY(0%);
    transition: transform 0.5s ease;
  }

  .logo.scrolling {
    transform: translateY(-150%);
  }
}

@media (max-width: 768px) {
  .header {
    padding: 1.2rem 2.5rem;
  }

  .header-content {
    display: none;
  }

  .header-content-mo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
  }

  .header-content-mo .search-btn,
  .header-content-mo .menu-btn {
    width: 2.3rem;
    height: 2.3rem;
  }

  .logo {
    width: 8rem;
  }

  .slide-menu {
    height: 100vh;
    top: 0;
    width: auto;
    min-width: 0px;
    box-shadow: 0px 0 50px rgba(0, 0, 0, 0);
  }

  .menu-content {
    padding: 10rem 3rem;
  }

  .menu-title {
    font-size: 2.4rem;
  }

  .menu-list li {
    margin-bottom: 0.5rem;
  }

  .search-menu-mo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    width: 100%;
    height: 15.5rem;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.2);
    z-index: 900;
    transform: translateY(-100%);
    transition: transform 0.5s ease;
  }

  .search-menu-mo.open {
    transform: translateY(0%);
  }

  .search-container {
    width: 100%;
    text-align: center;
    transform: translateY(0%);
    padding: 0 2.5rem 2.5rem 2.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .search-form {
    width: 100%;
  }

  .search-input {
    width: 100%;
    padding: 1.2rem 0;
    font-size: 1.6rem;
    border-bottom: 1.5px solid black;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    color: black;
    outline: none;
    text-align: left;
    letter-spacing: -0.02em;
    transition: background 0.2s ease;
    font-family: Pretendard;

    /* 모바일 브라우저 기본 스타일 제거 */
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  .search-input::placeholder {
    color: rgba(0, 0, 0, 0.2);
  }
}

.main-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30rem;
  z-index: 100;
  transition: filter 0.5s ease;
  cursor: pointer;
}

.main-logo:hover {
  filter: blur(5px);
}

.main-logo img {
  width: 100%;
}

.main-image-wrap {
  width: 100vw;
  position: relative;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main-image-ver,
.main-image-hor {
  position: absolute;
  background: #f2f2f2;
}

.main-image-ver {
  aspect-ratio: 3/4;
}

.main-image-hor {
  aspect-ratio: 3/2;
}

.main-image-ver img,
.main-image-hor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main-image1 {
  width: 31vw;
  top: 15vw;
  right: 0;
}

.main-image2 {
  width: 31vw;
  top: 100vw;
  left: 0;
}

.main-image3 {
  width: 61vw;
  top: 0;
}

.main-image4 {
  width: 51vw;
  left: 10vw;
  top: 50vw;
}

.main-image5 {
  width: 60vw;
  right: 0;
  top: 92vw;
}

.main-image6 {
  width: 50vw;
  right: 0;
  top: 142vw;
}

.main-image7 {
  width: 40vw;
  left: 0;
  top: 155vw;
}

@media (max-width: 768px) {
  .main-image-wrap {
    display: flex;
    flex-direction: column;
  }

  .main-image-ver,
  .main-image-hor {
    position: static;
    width: 100%;
  }

  .main-logo {
    width: 22rem;
  }

  .main-logo:hover {
    filter: blur(0px);
  }
}

/* 스켈레톤 로딩 */
.skeleton-image {
  position: absolute;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
}

.skeleton-vertical {
  aspect-ratio: 3/4;
}

.skeleton-horizontal {
  aspect-ratio: 3/2;
}

.skeleton-1 {
  width: 31vw;
  top: 15vw;
  right: 0;
}

.skeleton-2 {
  width: 31vw;
  top: 100vw;
  left: 0;
}

.skeleton-3 {
  width: 61vw;
  top: 0;
}

.skeleton-4 {
  width: 51vw;
  left: 10vw;
  top: 50vw;
}

.skeleton-5 {
  width: 60vw;
  right: 0;
  top: 92vw;
}

.skeleton-6 {
  width: 50vw;
  right: 0;
  top: 142vw;
}

.skeleton-7 {
  width: 40vw;
  left: 0;
  top: 155vw;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* 로딩 메시지 스타일 */
.loading-message {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  color: #666;
  font-weight: 500;
  min-height: 200px;
  text-align: center;
}

.lang-btn:focus,
.lang-btn:active {
  outline: none;
  border: none;
  box-shadow: none;
}

img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.about-container {
  position: relative;
  padding: 4rem;
  width: 100vw;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.about-title {
  position: sticky;
  top: 11rem;
  font-size: 4.8rem;
  font-weight: 400;
  color: black;
  letter-spacing: -0.03em;
  width: 18%;
}

.about-content {
  margin-left: 18%;
  margin-top: 6rem;
}

.ceo-wrap {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.ceo {
  background: #f2f2f2;
  width: 50%;
  display: flex;
  justify-content: space-between;
  color: black;
  transition: background 0.2s ease;
  position: relative;
  cursor: pointer;
}

.ceo-name {
  padding: 1.2rem 2rem;
}

.ceo-name-en {
  font-size: 1.7rem;
}

.ceo-name-ko {
  font-size: 1.8rem;
  font-family: Pretendard;
}

.ceo-arrow {
  font-family: Pretendard;
  font-size: 1.8rem;
  padding: 1.2rem 2rem;
}

.ceo:hover .ceo-line {
  width: 100%;
}

.ceo-line {
  height: 1.5px;
  background: black;
  width: 0%;
  position: absolute;
  bottom: 0;
  transition: width 0.4s ease;
}

.lang-options {
  display: none;
}

.about-description-wrap {
  display: flex;
  gap: 4rem;
  margin-top: 5rem;
  color: black;
}

.about-description-ko {
  font-size: 1.8rem;
  word-break: keep-all;
  line-height: 1.8;
  width: 50%;
  font-family: Pretendard;
}

.about-description-en {
  font-size: 1.6rem;
  line-height: 1.4;
  width: 50%;
  letter-spacing: -0.02em;
}

.organization {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.organization-mo {
  display: none;
}

/* CEO Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 2rem;
}

.modal-content {
  background: white;
  max-width: 1080px;
  width: 100%;
  max-height: 768px;
  overflow-y: auto;
  overflow-x: auto;
  position: relative;
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.modal-close {
  position: sticky;
  top: 4rem;
  right: 4rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  outline: none;
  cursor: pointer;
  color: black;
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 2rem;
  margin-bottom: -2.3rem;
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: background 0.2s ease;
  padding: 0;
}

.modal-close:focus {
  outline: none;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 1);
}

.modal-header {
  padding: 5rem;
}

.modal-name-wrap {
  color: black;
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

.modal-name-ko {
  font-size: 3.4rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.02em;
  font-family: Pretendard;
  line-height: 1;
}

.modal-name-en {
  font-size: 3.4rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  letter-spacing: -0.02em;
  line-height: 1;
}

.modal-title-contaner {
  display: flex;
  gap: 2rem;
  text-align: left;
}

.modal-title-line {
  width: 3.5rem;
  height: 1.5px;
  background: black;
  margin: 1.3rem 0;
}

.modal-title {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 0.3rem 0;
  line-height: 1.6;
  font-family: Pretendard;
  color: black;
  word-break: keep-all;
}

.modal-title-en {
  font-size: 1.7rem;
  margin: 0;
  letter-spacing: 0.01em;
  color: black;
}

.modal-line {
  display: none;
}

.modal-body {
  padding: 5rem;
}

.modal-description,
.modal-description-en {
  margin-bottom: 2rem;
}

.modal-description:last-child,
.modal-description-en:last-child {
  margin-bottom: 0;
}

.modal-description p {
  font-size: 1.8rem;
  line-height: 1.7;
  color: black;
  margin: 0;
  font-family: Pretendard;
  letter-spacing: -0.01em;
  word-break: keep-all;
  margin: 0 0 3rem 0;
  white-space: pre-line;
}

.modal-description-en p {
  font-size: 1.7rem;
  line-height: 1.6;
  color: black;
  margin: 0;
  letter-spacing: -0.02em;
}

.ceo-arrow {
  transition: transform 0.2s ease;
}

@media (max-width: 1200px) {
  .about-title {
    position: static;
    margin-top: 8rem;
    width: 100%;
  }

  .about-content {
    margin-left: 00%;
    margin-top: 4rem;
  }
}

@media (max-width: 768px) {
  .about-container {
    margin-top: 7rem;
    padding: 2.5rem 0;
  }

  .about-title {
    position: static;
    font-size: 3.2rem;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-top: 1rem;
  }

  .about-content {
    margin-left: 0%;
    margin-top: 6rem;
  }

  .ceo-wrap {
    gap: 0.5rem;
    margin-top: 0.5rem;
  }

  .ceo-arrow {
    display: none;
  }

  .ceo-name {
    padding: 0.8rem 2rem 1rem 2rem;
  }

  .ceo-name-en,
  .ceo-name-ko {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .about-description-wrap {
    display: block;
    padding: 0 2.5rem;
  }

  .lang-options {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    margin-top: 5rem;
  }

  .lang-btn {
    background: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: color 0.2s ease;
    outline: none;
    font-family: Roboto Mono;
    padding: 0;
  }

  .lang-btn.active {
    color: black;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 0.6rem;
    text-decoration-thickness: 0.15rem;
  }

  .lang-separator {
    color: black;
    font-size: 1.6rem;
  }

  .about-description-ko,
  .about-description-en {
    width: 100%;
    margin-top: 3rem;
    display: none;
  }

  .about-description-ko {
    font-size: 1.6rem;
    line-height: 1.7;
  }

  .about-description-en {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .about-description-ko.active {
    display: block;
  }

  .about-description-en.active {
    display: block;
  }

  .organization-mo {
    display: block;
    padding: 4rem;
  }

  .organization {
    display: none;
  }

  .modal-overlay {
    padding: 0;
  }

  .modal-content {
    max-width: 100vw;
    max-height: 100dvh;
  }

  .modal-header {
    padding: 5.5rem 2.5rem 0 2.5rem;
  }

  .modal-line {
    display: block;
  }

  .modal-title-line {
    display: none;
  }

  .modal-name-wrap {
    margin-bottom: 2rem;
  }

  .modal-name-en,
  .modal-name-ko {
    font-size: 2.5rem;
  }

  .modal-title {
    font-size: 1.6rem;
  }

  .modal-title-en {
    font-size: 1.5rem;
  }

  .modal-line {
    height: 1.5px;
    background: black;
    width: 2.5rem;
    margin: 4rem 0;
  }

  .modal-body {
    padding: 0 2.5rem 6rem 2.5rem;
  }

  .modal-description p {
    font-size: 1.6rem;
  }

  .modal-description-en p {
    font-size: 1.5rem;
  }

  .modal-close {
    width: 2rem;
    height: 2rem;
    top: 2.5rem;
    right: 2.5rem;
  }
}

.lang-btn:focus,
.lang-btn:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.awards-container {
  position: relative;
  padding: 4rem 4rem 10rem 4rem;
  width: 100vw;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.awards-header {
  position: absolute;
  top: 11rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 8rem);
}

.awards-title {
  font-size: 4.8rem;
  font-weight: 400;
  color: black;
  letter-spacing: -0.03em;
}

.award-title.title-ko {
  font-size: 1.8rem;
  font-family: Pretendard;
  line-height: 1.5;
  letter-spacing: 0em;
}

.awards-lang-btn:focus,
.awards-lang-btn:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.awards-lang-options {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.awards-lang-btn {
  background: none;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: color 0.2s ease;
  outline: none;
  font-family: Roboto Mono;
  padding: 0;
}

.awards-lang-btn.active {
  color: black;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 0.15rem;
}

.awards-lang-separator {
  color: black;
  font-size: 1.6rem;
}

.awards-content {
  margin-top: 18rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

/* Awards List Section */
.awards-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.awards-year-section {
  display: flex;
  gap: 3rem;
}

.awards-year {
  font-size: 1.8rem;
  font-weight: 400;
  color: black;
  min-width: 8rem;
  letter-spacing: -0.02em;
}

.awards-items {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.awards-items:has(.title-ko) {
  gap: 1rem;
}

.award-item {
  position: relative;
}

.award-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.award-title {
  font-size: 1.7rem;
  font-weight: 400;
  color: black;
  letter-spacing: -0.02em;
  line-height: 1.4;
  flex: 1 1;
  word-break: keep-all;
}

.award-type {
  font-size: 1.6rem;
  font-weight: 500;
  color: #666;
  margin-left: 2rem;
}

.award-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.award-project {
  font-size: 1.7rem;
  font-weight: 400;
  color: black;
  font-family: Pretendard;
}

.award-organization {
  font-size: 1.5rem;
  font-weight: 400;
  color: #888;
  letter-spacing: -0.01em;
}

.award-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
}

@media (max-width: 768px) {
  .awards-container {
    margin-top: 7rem;
    padding: 2.5rem 0;
  }

  .awards-header {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    flex-direction: column;
    gap: 5rem;
  }

  .awards-title {
    font-size: 3.2rem;
    line-height: 1;
  }

  .award-title.title-ko {
    font-size: 1.6rem;
  }

  .awards-lang-options {
    padding: 0 2.5rem;
    justify-content: flex-end;
    width: 100%;
  }

  .awards-content {
    margin-left: 0%;
    margin-top: 0rem;
    padding: 0 2.5rem;
    margin-bottom: 6rem;
  }

  .awards-year-section {
    flex-direction: column;
    gap: 1.7rem;
  }

  .awards-year {
    font-size: 1.6rem;
    transform: translateX(35px);
    width: calc(100% - 45px);
  }

  .awards-year::before {
    content: "";
    position: absolute;
    left: -35px; /* 텍스트 왼쪽 바깥으로 라인 배치 */
    top: 50%;
    transform-origin: left;
    width: 20px;
    height: 1px;
    background-color: black;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
  }

  .award-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .awards-list {
    gap: 4.5rem;
  }

  .awards-items {
    gap: 1.7rem;
  }

  .award-main {
    margin-bottom: 0;
  }
}

.contact-container {
  padding: 4rem;
  margin: 0 auto;
  position: relative;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.contact-left-wrap {
  position: fixed;
  top: 11rem;
  width: 30%;
  padding-bottom: 10rem;
}

.contact-right-wrap {
  position: absolute;
  top: 16rem;
  margin-left: 38%;
  width: calc(62% - 8rem);
  padding-bottom: 10rem;
}

.contact-title {
  font-size: 4.8rem;
  font-weight: 400;
  color: black;
  letter-spacing: -0.03em;
}

/* 왼쪽 연락처 정보 */
.contact-info {
  margin-top: 4rem;
}

.contact-address {
  margin-bottom: 4.5rem;
}

.contact-address-ko {
  font-size: 1.8rem;
  color: black;
  line-height: 1.6;
  font-family: Pretendard;
  margin-bottom: 0.7rem;
}

.contact-address-en {
  font-size: 1.7rem;
  color: black;
  line-height: 1.5;
  word-spacing: -0.3em;
}

.contact-number-wrap {
  display: flex;
  gap: 3rem;
}

.contact-number-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.contact-number-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.contact-number-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: black;
  margin: 0;
  padding: 2px 0;
}

.contact-number-content {
  font-size: 1.7rem;
  color: black;
  margin: 0;
  padding: 2px 0;
}

.contact-number-content a {
  color: black;
}

.form-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
  text-align: left;
}

.form-title-en {
  font-size: 1.2rem;
  font-weight: 300;
  color: #666;
  margin: 0 0 40px 0;
  text-align: left;
  font-style: italic;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.form-label {
  font-size: 1.8rem;
  font-weight: 700;
  color: black;
  margin-bottom: 0px;
  display: block;
  font-family: Pretendard;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 0px;
  border-bottom: 1.5px solid black;
  border-left: none;
  border-right: none;
  border-top: none;
  font-size: 1.8rem;
  font-family: inherit;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  font-family: Pretendard;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: none;
}

.form-textarea {
  resize: vertical;
  min-height: 150px;
  height: 150px;
  line-height: 1.5;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #cacaca;
  font-family: Roboto Mono;
}

.company-name,
.your-name,
.e-mail,
.phone-number {
  width: 50%;
}

.form-submit-btn {
  background: black;
  color: white;
  border: none;
  padding: 16px 40px;
  font-size: 1.8rem;
  font-weight: 400;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  border-radius: 0px;
  font-family: "Roboto Mono", monospace;
}

.form-submit-btn:hover {
  opacity: 0.8;
}

.form-submit-btn-arrow {
  font-family: Pretendard;
}

@media (max-width: 1200px) {
  .contact-left-wrap {
    position: static;
    width: 100%;
    margin-top: 8rem;
    padding-bottom: 7rem;
  }

  .contact-right-wrap {
    position: static;
    margin-left: 0%;
    width: 100%;
    padding-bottom: 5.5rem;
  }
}

@media (max-width: 768px) {
  .contact-left-wrap {
    position: static;
    width: 100%;
    padding-bottom: 5.5rem;
  }

  .contact-right-wrap {
    position: static;
    width: 100%;
    padding-bottom: 8rem;
    margin-left: 0%;
  }

  .contact-container {
    padding: 2.5rem 0;
  }

  .contact-title {
    position: static;
    font-size: 3.2rem;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-top: 1rem;
  }

  .contact-info {
    margin-top: 6rem;
  }

  .contact-info,
  .contact-form-section {
    padding: 0px 25px;
  }

  .contact-address {
    margin-bottom: 3rem;
  }

  .contact-address-ko {
    font-size: 1.6rem;
    color: black;
    line-height: 1.6;
    font-family: Pretendard;
    margin-bottom: 0rem;
  }

  .contact-address-en {
    font-size: 1.5rem;
    color: black;
    line-height: 1.6;
  }

  .contact-number-title,
  .contact-number-content {
    font-size: 1.5rem;
  }

  .form-label {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .form-input,
  .form-textarea {
    padding: 10px 0px;
    font-size: 1.5rem;
    /* 모바일 브라우저 기본 스타일 제거 */
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  .company-name,
  .your-name,
  .e-mail,
  .phone-number {
    width: 100%;
  }

  .form-group {
    margin-bottom: 0rem;
  }

  .contact-form {
    gap: 3rem;
  }

  .form-row:last-child {
    justify-content: center;
  }

  .form-submit-btn {
    font-size: 1.5rem;
  }

  .form-textarea {
    min-height: 120px;
    height: 120px;
  }
}

.view-btn:focus,
.view-btn:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.architecture-container {
  margin-top: 5rem;
  position: relative;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.architecture-header {
  margin-bottom: 3rem;
}

.architecture-title {
  font-size: 4.8rem;
  font-weight: 700;
  color: black;
  letter-spacing: -0.03em;
  margin: 0;
}

/* 컨트롤 바 (필터 + 뷰 옵션) */
.controls-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5.5rem 4rem 3rem 4rem;
}

.filters {
  display: flex;
  gap: 2rem;
}

.filter-group {
  position: relative;
}

/* 커스텀 드롭다운 */
.custom-select {
  position: relative;
  width: 18rem;
  font-family: Roboto Mono;
  min-width: 200px;
  width: 380px;
}

.select-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1.5px solid black;
  border-top: none;
  border-left: none;
  border-right: none;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.select-value {
  font-size: 1.6rem;
  font-weight: 400;
  color: black;
}

.select-arrow {
  font-size: 1.2rem;
  color: black;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.select-arrow.open {
  transform: rotate(180deg);
  color: black;
}

.select-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  border: 1.5px solid #efefef;
  z-index: 100;
  overflow: hidden;
  animation: dropdownSlide 0.2s ease;
  max-height: 300px;
  overflow-y: scroll;
}

.select-option {
  padding: 1.2rem 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: black;
  cursor: pointer;
  transition: all 0.2s ease;
}

.select-option:last-child {
  border-bottom: none;
}

.select-option:hover {
  background: #f9f9f9;
  color: black;
}

@keyframes dropdownSlide {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.view-options {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.view-btn {
  background: none;
  border: none;
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: color 0.2s ease;
  outline: none;
  font-family: Roboto Mono;
  padding: 0;
}

.view-btn.active {
  color: black;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  text-decoration-thickness: 0.15rem;
}

.view-separator {
  color: black;
  font-size: 1.8rem;
}

/* 프로젝트 그리드 */
.projects-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.projects-grid > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.333% - 0.533rem);
}

.project-item {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.project-image-wrapper {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f5f5f5;
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 2.5rem;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-item:hover .project-overlay {
  opacity: 1;
}

.project-info {
  transform: translateY(0px);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.project-title-wrap {
  word-break: keep-all;
}

.project-meta {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  text-align: right;
}

.project-year,
.project-type {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.project-title {
  font-size: 2rem;
  font-weight: 600;
  font-family: Pretendard, sans-serif;
}

.project-title-en {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: Roboto Mono;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

/* 리스트 뷰 */
.projects-list {
  background: white;
  padding: 2rem 4rem 4rem 4rem;
}

.list-item {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1.5px solid black;
  cursor: pointer;
  transition: background-color 0.2s ease;
  align-items: center;
}

.list-item > *:nth-child(1) {
  flex: 6 1;
}

.list-item > *:nth-child(2) {
  flex: 0.6 1;
}

.list-item > *:nth-child(3) {
  flex: 1.5 1;
}

.list-col-title {
  display: flex;
  gap: 1rem;
  font-size: 2.2rem;
}

.list-col-year,
.list-col-type {
  font-size: 2rem;
  color: black;
  font-weight: 400;
}

.list-project-title {
  font-weight: 400;
  margin-bottom: 0.3rem;
  font-family: Pretendard, sans-serif;
  cursor: pointer;
  transition: color 0.2s ease;
  line-height: 1.3;
}

.list-project-title-en {
  font-family: Roboto Mono;
  padding-left: 1rem;
  font-size: 2.1rem;
}

.list-col-type {
  text-transform: uppercase;
}

/* 호버 썸네일 */
.hover-thumbnail {
  position: fixed;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  animation: fadeInThumbnail 0.2s ease forwards;
}

.hover-thumbnail-image {
  width: 16rem;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.no-projects {
  font-size: 1.8rem;
  color: black;
  font-family: Pretendard, sans-serif;
  padding: 2.5rem 4rem;
  width: 100vw;
  line-height: 1.8;
}

.no-project-en {
  font-family: Roboto Mono;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
}

@keyframes fadeInThumbnail {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .project-meta,
  .list-col-year,
  .list-col-type {
    display: none;
  }

  .controls-bar {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    padding: 6rem 4rem 4rem 4rem;
  }

  .filters {
    width: 100%;
    justify-content: flex-start;
  }

  .filter-group {
    width: 50%;
  }

  .custom-select {
    width: 100%;
    min-width: 0;
  }

  .select-header {
    padding: 0.8rem 0rem;
    border-radius: 0.6rem;
    /* 모바일 브라우저 기본 스타일 제거 */
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  .select-value {
    font-size: 1.8rem;
  }

  .select-option {
    padding: 0.8rem 1.2rem;
    font-size: 1.8rem;
  }

  .view-options {
    align-self: flex-start;
  }

  .view-btn {
    font-size: 1.8rem;
  }

  .view-btn.active {
    color: black;
    font-weight: 400;
    text-decoration: none;
    text-underline-offset: 0.8rem;
    text-decoration-thickness: 0.15rem;
  }

  .projects-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .projects-grid > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 0.25rem);
  }

  .projects-list {
    padding: 0 4rem 4rem 4rem;
  }

  .project-overlay {
    padding: 2.5rem;
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 768px) {
  .architecture-container {
    margin-top: 7rem;
    padding: 0;
  }

  .architecture-title {
    position: static;
    font-size: 3.2rem;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-top: 1rem;
  }

  .controls-bar {
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    padding: 1.5rem 2.5rem 3rem 2.5rem;
  }

  .filters {
    width: 100%;
    justify-content: flex-start;
  }

  .filter-group {
    width: 50%;
  }

  .custom-select {
    width: 100%;
    min-width: 0;
  }

  .select-header {
    padding: 0.8rem 0rem;
    border-radius: 0.6rem;
    /* 모바일 브라우저 기본 스타일 제거 */
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  .select-value {
    font-size: 1.5rem;
  }

  .select-option {
    padding: 0.8rem 1.2rem;
    font-size: 1.5rem;
  }

  .view-options {
    align-self: flex-start;
  }

  .view-btn {
    font-size: 1.5rem;
  }

  .view-btn.active {
    color: black;
    font-weight: 400;
    text-decoration: none;
    text-underline-offset: 0.8rem;
    text-decoration-thickness: 0.15rem;
  }

  .projects-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .projects-grid > * {
    flex: 0 0 100%;
  }

  .project-overlay {
    padding: 2.5rem;
    opacity: 1;
    transform: translateY(0px);
  }

  .project-info {
    transform: none;
  }

  .project-title {
    font-size: 1.6rem;
  }

  .project-title-en {
    font-size: 1.5rem;
  }

  .project-meta {
    display: none;
  }

  /* 리스트 뷰 모바일 */
  .projects-list {
    background: white;
    padding: 0 2.5rem 8rem 2.5rem;
  }

  .list-header {
    display: none;
  }

  .list-item {
    display: block;
    padding: 2rem 0;
  }

  .list-project-title {
    font-size: 1.6rem;
    margin-bottom: 0rem;
  }

  .list-project-title-en {
    font-size: 1.5rem;
    margin-bottom: 0rem;
    padding-left: 0.7rem;
  }

  .list-col-year,
  .list-col-type {
    display: none;
  }

  /* 모바일에서는 호버 썸네일 숨김 */
  .hover-thumbnail {
    display: none;
  }

  .no-projects {
    padding: 2.5rem;
    font-size: 1.6rem;
  }

  .no-project-en {
    font-size: 1.6rem;
  }
}

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide--rtl{direction:rtl}
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-webkit-grabbing}
.project-detail-container {
  margin-top: 5rem;
  position: relative;
  min-height: 100vh;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 상단 네비게이션 */
.project-nav {
  padding: 2rem 4rem;
  border-bottom: 1px solid #e0e0e0;
}

.back-btn {
  background: none;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: black;
  cursor: pointer;
  padding: 1rem 0;
  transition: opacity 0.2s ease;
  font-family: Roboto Mono;
  outline: none;
}

.back-btn:hover {
  opacity: 0.7;
}

/* 프로젝트 헤더 */
.project-header {
  padding: 9rem 4rem 4rem 4rem;
}

.project-header-info {
  display: flex;
  align-items: flex-end;
  gap: 2.5em;
}

.project-detail-title {
  font-size: 4.5rem;
  font-weight: 700;
  color: black;
  font-family: Pretendard, sans-serif;
  line-height: 1.2;
}

.project-detail-title-en {
  font-size: 2rem;
  font-weight: 700;
  color: black;
  line-height: 1.3;
  padding-bottom: 0.5rem;
}

.project-meta-info {
  display: flex;
  gap: 1.5rem;
}

.project-year-badge,
.project-type-badge {
  background: black;
  color: white;
  padding: 0.8rem 1.6rem;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: Roboto Mono;
}

/* 메인 이미지 갤러리 */
.project-gallery {
  width: 100vw;
  max-height: 95vh;
  aspect-ratio: 16/10;
}

/* 단일 이미지 컨테이너 */
.single-image-container {
  width: 100%;
  aspect-ratio: 16/10;
  max-height: 95vh;
  overflow: hidden;
  background: #f5f5f5;
}

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

/* Glide.js 슬라이더 스타일 */
.glide {
  position: relative;
  width: 100%;
  max-height: 95vh;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f2f2f2;
}

.glide__track {
  width: 100%;
  height: 100%;
}

.glide__slides {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex: none;
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 세로 이미지 스타일 */
.slide-image.portrait,
.single-image.portrait {
  width: auto !important;
  object-fit: contain !important;
  margin: auto;
}

/* 네비게이션 화살표 */
.glide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-gallery:hover .glide__arrows {
  opacity: 1;
}

.glide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 4rem;
  height: 4rem;
  font-size: 2.5rem;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  pointer-events: auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-family: Pretendard, sans-serif;
}

.glide__arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.glide__arrow--left {
  left: 2rem;
}

.glide__arrow--right {
  right: 2rem;
}

/* 불릿 인디케이터 */
.glide__bullets {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 10;
}

.glide__bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  box-shadow: none;
}

.glide__bullet:hover {
  background: rgba(255, 255, 255, 0.8);
}

.glide__bullet--active {
  background: white;
}

/* 프로젝트 정보 */
.project-content {
  padding: 10rem 4rem 10rem 4rem;
  gap: 5rem;
  align-items: start;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-description {
  max-width: 1400px;
  color: black;
  width: 100%;
}

.project-description-ko {
  font-size: 1.8rem;
  line-height: 1.8;
  word-break: keep-all;
  font-family: Pretendard, sans-serif;
  margin-bottom: 4rem;
  white-space: pre-line;
}

.project-description-en {
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
  word-break: keep-all;
  font-family: Roboto Mono, Pretendard, sans-serif;
  white-space: pre-line;
}

.detail-section {
  max-width: 1400px;
  width: 100%;
}

.detail-line {
  height: 1.5px;
  background: black;
  width: 3.5rem;
  margin-bottom: 5rem;
}

.detail-grid {
  display: flex;
  gap: 5rem;
}

.detail-grid-left,
.detail-grid-right {
  width: 50%;
}

.detail-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.4rem 0;
  font-family: Roboto Mono;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  font-size: 1.8rem;
  font-weight: 700;
  color: black;
  width: 130px;
}

.detail-value {
  font-size: 1.8rem;
  font-weight: 400;
  color: black;
  text-align: left;
}

/* 프로젝트 찾을 수 없음 */
.project-not-found {
  text-align: center;
  padding: 6rem 2rem;
}

.project-not-found h2 {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 2rem;
}

.project-not-found button {
  background: black;
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.project-not-found button:hover {
  opacity: 0.8;
}

/* 이미지 모달 */
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  animation: fadeIn 0.3s ease;
}

.image-modal-image {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .project-header-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .project-detail-title {
    font-size: 3.5rem;
  }

  .glide__arrow--left {
    left: 0rem;
  }

  .glide__arrow--right {
    right: 0rem;
  }

  .project-description-ko {
    line-height: 1.7;
  }

  .project-description-en {
    line-height: 1.5;
  }

  .detail-grid {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 0rem;
  }

  .detail-grid-left,
  .detail-grid-right {
    width: 100%;
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
  }

  .detail-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .detail-label,
  .detail-value {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .project-header {
    padding: 6rem 2.5rem 3rem 2.5rem;
  }

  .project-header-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .project-detail-title {
    font-size: 2.5rem;
  }

  .project-detail-title-en {
    font-size: 1.6rem;
  }

  .project-gallery {
    aspect-ratio: 16/10;
    height: auto;
  }

  .single-image-container {
    aspect-ratio: 16/10;
    height: auto;
  }

  .glide {
    aspect-ratio: 16/10;
    height: auto;
  }

  .glide__bullets {
    bottom: 1.5rem;
    left: 50%;
    gap: 0.8rem;
  }

  .glide__bullet {
    width: 8px;
    height: 8px;
  }

  .image-modal {
    height: 100dvh;
  }

  .project-content {
    padding: 0 2.5rem;
  }

  .project-description-ko,
  .project-description-en {
    width: 100%;
    margin-top: 3rem;
    display: none;
  }

  .project-description-ko {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 0rem;
  }

  .project-description-en {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .project-description-ko.active {
    display: block;
  }

  .project-description-en.active {
    display: block;
  }

  .detail-line {
    display: none;
  }

  .detail-grid {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 8rem;
  }

  .detail-grid-left,
  .detail-grid-right {
    width: 100%;
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
  }

  .detail-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .detail-label,
  .detail-value {
    font-size: 1.6rem;
  }
}

.art-container {
  margin-top: 5rem;
  position: relative;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.art-type-options {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.art-type-btn:focus,
.art-type-btn:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.art-type-btn {
  background: none;
  border: none;
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: color 0.2s ease;
  outline: none;
  font-family: Roboto Mono;
  padding: 0;
}

.art-type-btn.active {
  color: black;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
  text-decoration-thickness: 0.15rem;
}

.art-type-separator {
  color: black;
  font-size: 1.8rem;
}

.art-projects-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.art-projects-grid > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 0.6rem);
}

.art-project-image-wrapper {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f5f5f5;
}

.art-project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

@keyframes fadeInThumbnail {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .art-projects-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .art-projects-grid > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.333% - 0.333rem);
  }

  .art-container .project-year,
  .art-container .project-type {
    display: none;
  }
}

@media (max-width: 768px) {
  .art-container .controls-bar {
    padding: 3rem 2.5rem 3rem 2.5rem;
  }

  .art-type-btn {
    font-size: 1.6rem;
  }

  .art-projects-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .art-projects-grid > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 0.25rem);
  }

  .art-projects-grid .project-overlay {
    padding: 2rem;
  }
}

.design-container {
  margin-top: 5rem;
  position: relative;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.design-header {
  margin-bottom: 3rem;
}

.design-title {
  font-size: 4.8rem;
  font-weight: 700;
  color: black;
  letter-spacing: -0.03em;
  margin: 0;
}

.design-container .projects-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.design-container .projects-grid > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.333% - 0.533rem);
}

@media (max-width: 1200px) {
  .design-container .projects-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .design-container .projects-grid > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 0.25rem);
  }
}

@media (max-width: 768px) {
  .design-container {
    margin-top: 7rem;
  }

  .design-container .projects-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .design-container .projects-grid > * {
    flex: 0 0 100%;
  }
}

.pagination button:focus,
.pagination button:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.news-container {
  position: relative;
  padding: 4rem;
  width: 100vw;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.news-page-title {
  position: sticky;
  top: 12rem;
  font-size: 4.8rem;
  font-weight: 400;
  color: black;
  letter-spacing: -0.03em;
  line-height: 1.2;
  width: 18%;
}

.news-board {
  margin-left: 18%;
  margin-top: 3rem;
}

.news-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.news-title {
  font-size: 2.3rem;
  font-weight: 500;
  color: black;
  letter-spacing: -0.01em;
  font-family: Pretendard;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-table td {
  padding: 2rem 0;
  border-bottom: 1.5px solid black;
}

.news-date {
  text-align: right;
  width: 18%;
  min-width: 105px;
  font-size: 1.8em;
  letter-spacing: -0.02em;
}

.news-date-mo {
  display: none;
}

/* 페이지네이션 스타일 */
.pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.pagination button {
  color: black;
  cursor: pointer;
  min-width: 30px;
  transition: all 0.2s ease;
  background: none;
  font-size: 1.8em;
  opacity: 0.4;
  padding: 10px;
  border: none !important;
  font-family: Pretendard;
}

.pagination button:hover {
  background: none;
  opacity: 1;
  border: none !important;
}

.pagination button.active {
  color: black;
  background: none;
  font-weight: 800;
  opacity: 1;
  border: none !important;
}

.pagination button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.ql-editor {
  padding: 0 0 50px 0 !important;
}

.no-data {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 1.1em;
}

/* 로딩 및 에러 메시지 */
.loading-message,
.error-message {
  text-align: center;
  padding: 60px 20px;
  font-size: 1.8rem;
  color: #666;
}

.error-message {
  color: #ff4444;
}

@media (max-width: 1200px) {
  .news-page-title {
    position: static;
    margin-top: 8rem;
    width: 100%;
  }

  .news-board {
    margin-left: 0%;
    margin-top: 3rem;
  }

  .pagination {
    margin-bottom: 6rem !important;
  }
}

@media (max-width: 768px) {
  .news-container {
    margin-top: 7rem;
    padding: 2.5rem 0;
  }

  .news-page-title {
    position: static;
    font-size: 3.2rem;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-top: 1rem;
  }

  .news-board {
    margin-left: 0;
    padding: 0 2.5rem;
  }

  .news-table {
    display: block;
  }

  .news-table tbody {
    display: block;
  }

  .news-table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    border-bottom: 1.5px solid black;
  }

  .news-table td {
    padding: 0;
    border: none;
  }

  .news-title {
    font-size: 1.6rem;
    flex: 1 1;
    padding-right: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 80px);
  }

  .news-date {
    display: none;
  }

  .news-date-mo {
    display: block;
    text-align: right;
    width: 80px;
    font-size: 1.5em;
    letter-spacing: -0.02em;
    flex-shrink: 0;
  }

  .pagination {
    justify-content: center !important;
    margin-top: 3rem !important;
    margin-bottom: 6rem !important;
  }

  .pagination button {
    font-size: 1.5em !important;
  }
}

.file-download-button button:focus,
.file-download-button button:active,
.news-files li:focus,
.news-files li:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.news-detail-container {
  padding: 40px 20px;
  animation: fadeIn 0.5s ease;
}

.newsdetail-page-title {
  position: sticky;
  top: 11rem;
  font-size: 4.8rem;
  font-weight: 400;
  color: black;
  letter-spacing: -0.03em;
  line-height: 1.2;
  width: 18%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.news-detail-title {
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 40px;
  color: black;
}

.news-detail-board {
  margin-left: 18%;
  margin-top: 6rem;
  margin-bottom: 10rem;
}

.news-detail-board img {
  max-width: 90%;
  margin-bottom: 20px;
}

.news-detail-board h2 {
  font-size: 3.2em;
  word-break: keep-all;
  line-height: 1.3;
  padding-bottom: 1rem;
  font-family: Pretendard;
}

.news-detail-meta {
  display: flex;
  font-size: 1.8em;
  color: black;
  margin-bottom: 50px;
  border-bottom: 1.5px solid black;
  font-weight: 400;
  padding-bottom: 4rem;
  font-family: Roboto Mono;
  letter-spacing: -0.02em;
}

.news-content {
  font-size: 1.8rem;
  color: black;
  border-bottom: 0px solid black;
  padding: 0;
  font-family: Pretendard;
  line-height: 1.7;
  word-break: keep-all;
  padding-right: 10rem;
}

.news-content ul,
.news-content ol {
  padding-left: 3rem;
}

.news-content p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 0;
  word-break: keep-all;
  font-family: Pretendard;
}

.news-content a {
  color: black;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* 리치텍스트 정렬 스타일 */
.news-content .ql-align-center {
  text-align: center;
}

.news-content .ql-align-right {
  text-align: right;
}

.news-content .ql-align-justify {
  text-align: justify;
}

.news-files {
  padding: 4rem 0 0 0;
  border-top: 1.5px solid black;
  border-bottom: none;
  margin-top: 10rem;
}

.news-files h3 {
  font-size: 1.8em;
  color: black;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: Pretendard;
}

.news-files ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-files li {
  margin-bottom: 10px;
}

.file-download-button {
  color: black;
  cursor: pointer;
  padding: 10px 12px;
  text-decoration: none;
  background: #ededed;
  border: none;
  display: inline-block;
  transition: all 0.2s ease;
  font-size: 1.8em;
  border-radius: 0px;
}

.file-download-button:hover {
  background: #e0e0e0;
}

.file-download-button:focus,
.file-download-button:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.news-not-found {
  text-align: center;
  padding: 60px 20px;
  color: black;
  font-size: 1.8em;
  font-family: Pretendard;
}

.ql-editor {
  padding: 0 0 50px 0 !important;
}

/* 일반 테이블 스타일 */
.news-content table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #e3e3e3;
}

.news-content th,
.news-content td {
  border: 1px solid #e3e3e3;
  padding: 6px 10px;
}

@media (max-width: 1200px) {
  .news-page-title {
    position: static;
    margin-top: 8rem;
    width: 100%;
  }

  .news-detail-board {
    margin-left: 0%;
    margin-top: 5rem;
  }

  .news-detail-board h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .news-page-title {
    margin-top: 1rem;
  }

  .news-detail-board {
    margin-left: 0;
    padding: 0 2.5rem;
    margin-bottom: 8rem;
    margin-top: 5rem;
  }

  .newsdetail-page-title {
    display: none;
  }

  .news-detail-board h2 {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
    line-height: 1.4;
  }

  .news-detail-meta {
    font-size: 1.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
  }

  .news-content {
    padding-right: 0;
  }

  .news-content p {
    font-size: 1.6rem;
  }

  .news-files {
    padding: 3rem 0 0 0;
    margin-top: 6rem;
  }

  .news-files h3 {
    font-size: 1.6em;
  }

  .file-download-button {
    font-size: 1.6em;
  }

  .news-detail-board img {
    max-width: 100%;
  }
}

/* Book 페이지 스타일 */
.book-container {
  position: relative;
  padding: 4rem 0 0 0;
  width: 100vw;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 기본 그리드 스타일 */
.book-grid {
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

.book-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.book-images {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1.5px solid black;
  padding: 0 4rem;
  gap: 4rem;
}

.book-infos {
  display: flex;
  justify-content: flex-start;
  padding: 0 4rem;
  gap: 4rem;
}

.book-item {
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: calc(25% - 3rem);
  max-width: calc(25% - 3rem);
}

/* 개별 책 크기 설정 */
.book-item-small .book-image-wrapper {
  width: 70%;
}

.book-item-medium .book-image-wrapper {
  width: 85%;
}

.book-item-large .book-image-wrapper {
  width: 100%;
}

.book-image-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}

.book-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.book-info {
  text-align: center;
  width: calc(25% - 3rem);
  max-width: calc(25% - 3rem);
  padding-top: 2.5rem;
}

.book-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
  letter-spacing: -0.01em;
  font-family: Pretendard;
  line-height: 1.4;
  margin: 0;
  word-break: keep-all;
}

@media (max-width: 1200px) {
  .book-grid {
    gap: 8rem;
  }

  .book-title {
    font-size: 1.6rem;
  }

  .book-info {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  .book-page-title {
    font-size: 3rem;
    top: 8rem;
  }

  /* 모바일용 그리드 스타일 */
  .book-grid {
    gap: 6rem;
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .book-item {
    flex: 1 1;
    width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .book-item-small .book-image-wrapper {
    width: 70%;
  }

  .book-item-medium .book-image-wrapper {
    width: 85%;
  }

  .book-item-large .book-image-wrapper {
    width: 100%;
  }

  .book-info {
    padding-top: 2rem;
    width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .book-title {
    font-size: 1.5rem;
  }

  .book-infos {
    padding: 0 2.5rem;
    gap: 2.5rem;
  }

  .book-images {
    padding: 0 2.5rem;
    gap: 2.5rem;
  }
}

/* 로딩, 에러, 빈 상태 스타일 */
.book-loading,
.book-error,
.book-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  text-align: center;
  padding: 4rem 2rem;
}

.book-loading p,
.book-error p,
.book-empty p {
  font-size: 1.8rem;
  color: #666;
  margin: 0;
  font-family: Pretendard;
}

.book-error {
  flex-direction: column;
  gap: 2rem;
}

.book-error button {
  background-color: black;
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-family: Pretendard;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
}

.book-error button:hover {
  background-color: #333;
}

.book-error button:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .book-loading,
  .book-error,
  .book-empty {
    min-height: 30vh;
    padding: 2rem;
  }

  .book-loading p,
  .book-error p,
  .book-empty p {
    font-size: 1.6rem;
  }

  .book-error button {
    padding: 0.8rem 1.6rem;
    font-size: 1.3rem;
  }
}

.pagination button:focus,
.pagination button:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.press-container {
  position: relative;
  padding: 4rem;
  width: 100vw;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.press-page-title {
  position: sticky;
  top: 11rem;
  font-size: 4.8rem;
  font-weight: 400;
  color: black;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.press-board {
  margin-left: 18%;
  margin-top: 3rem;
}

.press-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.press-year {
  text-align: left;
  width: 8%;
  min-width: 80px;
  font-size: 2em;
  font-weight: 400;
  color: black;
  letter-spacing: -0.02em;
  padding: 2rem 2rem 2rem 0 !important;
}

.press-title {
  font-size: 2.3rem;
  font-weight: 500;
  color: black;
  letter-spacing: -0.01em;
  font-family: Pretendard;
  width: 70%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 1px;
}

.press-newspaper {
  text-align: left;
  width: 18%;
  min-width: 150px;
  font-size: 1.8em;
  font-weight: 400;
  color: black;
  letter-spacing: -0.01em;
  font-family: Pretendard;
}

.press-table td {
  padding: 2rem 1.7rem;
  border-bottom: 1.5px solid black;
}

.press-table tr.important-row {
  background-color: #ededed;
}

/* 페이지네이션 스타일 */
.pagination {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 8px;
  margin-top: 5rem;
  margin-bottom: 10rem;
}

.pagination button {
  color: black;
  cursor: pointer;
  min-width: 30px;
  transition: all 0.2s ease;
  background: none;
  font-size: 1.8em;
  opacity: 0.4;
  padding: 10px;
  border: none !important;
  font-family: Pretendard;
}

.pagination button:hover {
  background: none;
  opacity: 1;
  border: none !important;
}

.pagination button.active {
  color: black;
  background: none;
  font-weight: 800;
  opacity: 1;
  border: none !important;
}

.pagination button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.ql-editor {
  padding: 0 0 50px 0 !important;
}

.no-data {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-size: 1.1em;
}

@media (max-width: 1200px) {
  .press-page-title {
    position: static;
    margin-top: 8rem;
    width: 100%;
  }

  .press-board {
    margin-left: 0%;
    margin-top: 3rem;
  }

  .pagination {
    margin-bottom: 6rem !important;
  }
}

@media (max-width: 768px) {
  .press-container {
    margin-top: 7rem;
    padding: 2.5rem 0;
  }

  .press-page-title {
    position: static;
    font-size: 3.2rem;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-top: 1rem;
  }

  .press-board {
    margin-left: 0;
    padding: 0 2.5rem;
  }

  .press-title {
    font-size: 1.6rem;
    padding-left: 0 !important;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1px;
  }

  .press-year {
    display: none;
  }

  .press-newspaper {
    width: 15%;
    min-width: 55px !important;
    font-size: 1.6em;
    padding: 2rem 0 !important;
  }

  .pagination {
    justify-content: center !important;
    margin-top: 3rem !important;
    margin-bottom: 6rem !important;
  }

  .pagination button {
    font-size: 1.5em !important;
  }
}

.search-results-container {
  position: relative;
  padding: 4rem;
  width: 100vw;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.search-header {
  margin-bottom: 4rem;
}

.search-page-title {
  position: sticky;
  top: 12rem;
  font-size: 4.8rem;
  font-weight: 400;
  color: black;
  letter-spacing: -0.03em;
  width: 20%;
  line-height: 1;
}

.search-page-title-mo {
  display: none;
}

.search-query {
  font-size: 2.2rem;
  color: black;
  font-family: Pretendard;
  margin: 0;
}

.search-results-content {
  margin-left: 20%;
  margin-top: 4rem;
}

.no-search-term,
.no-results {
  text-align: center;
  padding: 4rem 2rem;
  color: #666;
  font-size: 1.8rem;
  font-family: Pretendard;
}

.loading-message {
  text-align: center;
  padding: 4rem 2rem;
  color: #666;
  font-size: 1.8rem;
  font-family: Pretendard;
}

.search-line {
  width: 3.5rem;
  height: 1.5px;
  background: black;
  margin: 4rem 0 3rem 0;
}

/* List 스타일 (Architecture와 동일) */
.search-projects-list {
  background: white;
  padding: 0rem;
}

.search-projects-list .list-item {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 2rem 0;
  border-top: none;
  border-bottom: 1.5px solid black;
  cursor: pointer;
  transition: background-color 0.2s ease;
  align-items: center;
}

.search-projects-list .list-item > *:nth-child(1) {
  flex: 6 1;
}

.search-projects-list .list-item > *:nth-child(2) {
  flex: 1 1;
}

.search-projects-list .list-item > *:nth-child(3) {
  flex: 1.5 1;
}

.search-projects-list .list-col-title {
  display: flex;
  gap: 1rem;
  font-size: 2.2rem;
}

.search-projects-list .list-col-year,
.search-projects-list .list-col-type {
  font-size: 2rem;
  color: black;
  font-weight: 400;
}

.search-projects-list .list-project-title {
  font-weight: 400;
  font-family: Pretendard, sans-serif;
  cursor: pointer;
  color: black;
}

.search-projects-list .list-project-title-en {
  font-weight: 400;
  font-family: Roboto Mono;
  cursor: pointer;
  color: black;
}

.search-projects-list .list-col-type {
  text-transform: uppercase;
}

/* 호버 썸네일 */
.search-projects-list .hover-thumbnail {
  position: fixed;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  animation: fadeInThumbnail 0.2s ease forwards;
}

.search-projects-list .hover-thumbnail-image {
  width: 30rem;
  aspect-ratio: 4/3;
  object-fit: cover;
}

@keyframes fadeInThumbnail {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .search-page-title {
    position: static;
    margin-top: 8rem;
    width: 100%;
  }

  .search-results-content {
    margin-left: 00%;
    margin-top: 4rem;
  }

  .search-projects-list .list-item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }

  .search-projects-list .list-item > *:nth-child(1) {
    flex: 6 1;
  }

  .search-projects-list .list-item > *:nth-child(2),
  .search-projects-list .list-item > *:nth-child(3) {
    display: none;
  }

  .search-projects-list .list-col-year,
  .search-projects-list .list-col-type {
    display: none;
  }
}

@media (max-width: 768px) {
  .search-results-container {
    margin-top: 7rem;
    padding: 2.5rem 0;
  }

  .search-page-title {
    display: none;
  }

  .search-page-title-mo {
    display: block;
    font-size: 3.2rem;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-top: 1rem;
    letter-spacing: -0.03em;
    font-weight: 400;
  }

  .search-results-content {
    padding: 0 2.5rem;
    margin-top: 6rem;
  }
  .search-query {
    font-size: 1.6rem;
  }

  .search-line {
    width: 2.5rem;
    margin: 3rem 0 2rem 0;
  }

  .search-projects-list .list-item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }

  .search-projects-list .list-item > *:nth-child(1) {
    flex: 1 1;
  }

  .search-projects-list .list-item > *:nth-child(2),
  .search-projects-list .list-item > *:nth-child(3) {
    display: none;
  }
}

/* Pretendard 폰트 import - 어드민 페이지 전용 */

/* 어드민 페이지 전체에 Pretendard 폰트 적용 */
.admin-layout,
.admin-layout *,
.admin-content,
.admin-content *,
.admin-login,
.admin-login *,
.admin-mobile-warning,
.admin-mobile-warning *,
.admin-modal-overlay,
.admin-modal-overlay *,
.admin-modal-content,
.admin-modal-content * {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

/* 공통 레이아웃 */
.admin-content {
  padding: 0px;
}

.admin-page-title {
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: 1px solid #eaeaea;
  padding: 20px;
  line-height: 1;
  background: white;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* 버튼 스타일 */
.admin-button {
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  background-color: #f2f2f2;
  color: black;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.8rem;
}

.admin-button.delete {
  background-color: #f2f2f2;
}

.admin-button-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

/* 입력 필드 스타일 */
.admin-input,
.admin-select,
select.admin-input,
.book-select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.book-select {
  width: 200px;
}

/* Select 요소 스타일 */
select.admin-input,
.admin-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276 9 12 15 18 9%27%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 36px;
}

.admin-select option:disabled {
  font-weight: bold;
  background-color: #f5f5f5;
  margin-top: 8px;
}

.admin-select option:not(:disabled) {
  padding-left: 0;
}

/* 콘텐츠 관리 스타일 */
.admin-content-layout {
  display: flex;
  gap: 30px;
  padding: 30px;
}

.admin-content-nav {
  width: 230px;
  flex-shrink: 0;
  padding-right: 20px;
  background: white;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
}

.admin-content-nav h3 {
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

.admin-menu-nav {
  width: 400px;
  flex-shrink: 0;
  padding-right: 20px;
  background: white;
  border-radius: 10px;
  padding: 25px;
}

.admin-menu-nav .admin-form-group label {
  min-width: 80px;
}

.admin-menu-nav .admin-form-group input,
.admin-menu-nav .admin-form-group select {
  flex: 4 1;
}

.admin-menu-nav form {
  display: flex;
  flex-direction: column;
}

.admin-menu-nav .admin-button {
  align-self: center;
  min-width: 100px;
  margin-top: 10px;
}

.admin-menu-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.admin-menu-item {
  padding: 2px 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.admin-menu-item.parent {
  font-weight: bold;
  color: #666;
  cursor: default;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
}

.admin-menu-item.parent:first-child {
  margin-top: 0;
  border-top: 0px solid #eaeaea;
  padding: 0px 2px 5px 2px;
}

.admin-menu-item.child {
  color: black;
  font-weight: 500;
  text-align: right;
}

.admin-menu-item.child:hover {
  background-color: #f2f2f2;
}

.admin-menu-item.child.active {
  background-color: #efefef;
  font-weight: 700;
}

.admin-content-main {
  flex: 1 1;
  min-width: 0;
  background: white;
  border-radius: 10px;
  padding: 25px;
}

.admin-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 2rem;
}

.admin-content-list {
  margin-top: 15px;
  border-top: 1px solid #eaeaea;
}

.admin-content-item {
  background-color: white;
  padding: 12px 0 15px 0;
  border-bottom: 1px solid #eaeaea;
  transition: all 0.2s ease;
  cursor: move;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.drag-handle {
  width: 12px;
  height: 20px;
  display: flex;
  align-items: center;
  opacity: 0.3;
  cursor: move;
  margin-top: 3px;
}

.drag-handle::before {
  content: "⠿";
  font-size: 18px;
}

.admin-content-item:hover .drag-handle {
  opacity: 0.7;
}

.admin-content-item-body {
  flex: 1 1;
  min-width: 0;
}

.admin-content-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 3px;
}

.admin-content-item-header h3 {
  margin: 0;
  font-size: 1.2em;
  color: black;
}

.admin-content-preview {
  color: #939393;
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: 500;
}

.admin-content-preview p {
  margin: 0;
}

.admin-content-actions {
  display: flex;
  gap: 10px;
}

/* 공지사항 관리 스타일 */
.admin-notice-controls {
  margin-bottom: 20px;
}

.admin-notice-list {
  margin-top: 20px;
}

.admin-notice-item {
  background-color: white;
  padding: 20px 0 20px 15px;
  border-radius: 4px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-notice-info h3 {
  margin: 0;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-important-badge {
  background-color: #b1b1b1;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8em;
}

.admin-notice-meta {
  color: #666;
  font-size: 0.9em;
  margin-top: 5px;
  display: flex;
  gap: 15px;
}

.admin-notice-actions {
  display: flex;
  gap: 10px;
}

/* 로그인 페이지 스타일 */
.admin-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f2f2f2;
}

.admin-login form {
  background: white;
  padding: 40px;
  border-radius: 10px;
  width: 100%;
  max-width: 450px;
}

.admin-login h2 {
  text-align: center;
  color: black;
  font-size: 2.8rem;
  border: none;
  padding: 0px 10px 20px 10px;
}

.admin-login-guide {
  font-size: 1.6rem;
  color: #888;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.admin-form-group {
  margin-bottom: 1.2rem;
  display: flex;
}

.admin-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: black;
  width: 100px;
  flex: 1 1;
  font-weight: 600;
  font-size: 1.6rem;
}

.add-year-btn {
  padding: 12px 15px !important;
}

.admin-form-group input {
  flex: 10 1;
  font-size: 1.8rem;
}

.admin-form-group input:focus {
  outline: none;
  border-color: #3498db;
}

.admin-login button {
  width: 100%;
  padding: 14px;
  background-color: #eaeaea;
  color: black;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
}

.admin-login button:disabled {
  background-color: #eaeaea;
  cursor: not-allowed;
}

.admin-error-message {
  color: #ff5252;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  background-color: #ffebee;
  border-radius: 4px;
}

/* 기타 공통 스타일 */
.admin-no-content-message {
  text-align: center;
  padding: 40px 20px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  font-size: 1.1em;
  margin: 20px 0;
}

.admin-important-checkbox {
  margin-bottom: 15px;
  margin-top: 15px;
}

.admin-important-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.admin-important-checkbox input[type="checkbox"] {
  width: auto;
  margin: 0;
}

/* 콘텐츠 컨트롤 */
.admin-content-controls {
  display: flex;
  align-items: center;
  gap: 30px;
}

.admin-filter-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9em;
  color: #666;
  cursor: pointer;
  font-weight: 500;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 25px;
}

/* 기본 체크박스 숨기기 */
.admin-filter-checkbox input[type="checkbox"],
.admin-important-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* 체크마크 (박스) */
.admin-checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1.5px solid #999;
  border-radius: 4px;
  background-color: white;
  transition: all 0.2s ease;
}

/* 체크마크 (체크 표시) */
.admin-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4.5px;
  top: 0px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* 체크된 상태의 체크마크 */
.admin-filter-checkbox input:checked ~ .admin-checkmark,
.admin-important-checkbox input:checked ~ .admin-checkmark {
  background-color: #666;
  border-color: #666;
}

/* 체크된 상태의 체크 표시 보이기 */
.admin-filter-checkbox input:checked ~ .admin-checkmark:after,
.admin-important-checkbox input:checked ~ .admin-checkmark:after {
  display: block;
}

/* 호버 효과 */
.admin-filter-checkbox:hover .admin-checkmark,
.admin-important-checkbox label:hover .admin-checkmark {
  border-color: #999;
}

/* 모바일 접속 안내문구 스타일 */
.admin-mobile-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.admin-mobile-warning-content {
  background: #fff;
  border-radius: 18px;
  padding: 40px 25px 32px 25px;
  text-align: center;
  max-width: 90vw;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.admin-mobile-warning-content h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 18px;
}

.admin-mobile-warning-content p {
  font-size: 1.5em;
  word-break: keep-all;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.admin-mobile-warning-icon {
  font-size: 64px;
}

/* 메뉴 관리 스타일 */
.admin-menu-structure-guide {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.admin-menu-menu-actions {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eaeaea;
}

/* 메인페이지 관리 스타일 */
.admin-content-section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.admin-content-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.admin-content-description {
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.4;
}

.admin-upload-section {
  margin: 20px 0 30px 0;
}

.admin-image-grid {
  max-height: calc(100vh - 410px);
  overflow-y: scroll;
}

.admin-image-grid h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: black;
}

.admin-image-grid-display {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -10px;
}

.admin-image-grid-display > * {
  flex: 0 0 200px;
  width: 33%;
  margin: 10px;
}

/* CSS Grid 지원 브라우저용 */
@supports (display: grid) {
  .admin-image-grid-display {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 20px;
    gap: 20px;
    margin: 0;
  }

  .admin-image-grid-display > * {
    flex: none;
    margin: 0;
  }
}

.admin-image-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  aspect-ratio: 1/1;
}

.admin-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.admin-image-item .admin-image-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  padding: 0 6px 2px 6px;
  background: rgba(255, 0, 0, 0.8);
  color: white;
}

.admin-image-item-horizontal {
  aspect-ratio: 3/2;
}

.admin-image-item-vertical {
  aspect-ratio: 3/4;
}

.admin-image-item-horizontal img {
  width: 100%;
  height: 100%;
}

.admin-image-item-vertical img {
  height: 100%;
  width: 100%;
}

.admin-image-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.admin-image-item:hover .admin-image-actions {
  opacity: 1;
}

.admin-button-danger {
  background-color: #dc3545;
  color: white;
}

.admin-button-danger:hover {
  background-color: #c82333;
}

.admin-no-images {
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 2px dashed #dee2e6;
}

/* Awards 관리 페이지 스타일 */
.admin-awards-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.admin-award-list-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.admin-award-list-header button {
  height: auto;
}

.admin-award-item {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.2s ease;
}

.admin-award-view {
  width: 100%;
}

.admin-award-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  font-size: 20px;
}

.admin-award-year {
  font-size: 1.2em;
  font-weight: 700;
  color: #333;
  background: #e9ecef;
  padding: 4px 12px;
  border-radius: 4px;
}

.admin-award-actions {
  display: flex;
  gap: 8px;
}

.admin-award-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-award-title {
  line-height: 1.5;
  color: #444;
}

.admin-award-title strong {
  color: #666;
  font-weight: 600;
  margin-right: 8px;
}

.admin-award-edit {
  width: 100%;
}

.admin-awards-list .admin-button-secondary {
  background: none;
  padding: 0;
  color: black;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.admin-form-section {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}

.admin-form-row {
  margin-bottom: 15px;
}

.admin-form-row label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: black;
  min-width: 80px;
  font-size: 1.6rem;
}

.admin-input,
.admin-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  transition: border-color 0.2s ease;
}

.admin-input:focus,
.admin-textarea:focus {
  outline: none;
  border-color: #007bff;
}

.admin-textarea {
  resize: vertical;
  min-height: 80px;
}

.admin-button-small {
  padding: 6px 12px;
  font-size: 1.6rem;
}

.admin-button-primary {
  background: black;
  color: white;
  border: none;
}

.admin-button-secondary {
  background: #efefef;
  color: black;
  border: none;
}

.admin-content-count {
  font-size: 1.4rem;
  color: #666;
  font-weight: 500;
}

.admin-empty-message {
  text-align: center;
  padding: 40px;
  color: #666;
  font-style: italic;
}

/* About 관리 페이지 스타일 */
.admin-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e7e7e7;
}

.admin-tab {
  padding: 15px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  color: #666;
  transition: all 0.2s ease;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}

.admin-tab.active {
  color: black;
  border-bottom-color: black;
}

.admin-form-section {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.admin-form-section h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
}

.admin-about-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 50px;
}

.admin-about-wrap:last-child {
  margin-bottom: 0;
}

.admin-about-wrap h3 {
  font-size: 20px;
  width: 100%;
}

.admin-about-wrap .admin-form-section {
  width: calc(50% - 15px);
  margin: 0;
}

.admin-form-row:last-child {
  margin-bottom: 0;
}

.admin-form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: black;
  font-size: 1.6rem;
}

.admin-form-row.admin-form-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.admin-form-col {
  flex: 1 1;
}

.admin-form-col label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: black;
  font-size: 1.6rem;
}

.admin-form-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.admin-form-wrap h4 {
  margin-bottom: 0;
}

.admin-form-section h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.admin-form-wrap button {
  font-size: 16px;
  padding: 8px 12px;
  background: none;
  color: black;
  border: 1px solid #a5a5a5;
}

.admin-image-preview {
  background: white;
  border: 1px solid #eaeaea;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  position: relative;
}

.admin-image-preview img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.admin-book-preview {
  background: white;
  border: 1px solid #eaeaea;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  position: relative;
}

.admin-book-preview img {
  max-width: 40%;
  height: auto;
  border-radius: 4px;
}

.admin-image-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}

.admin-image-controls .admin-button {
  min-width: 120px;
}

.admin-ceo-section {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.admin-ceo-section h4 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: 700;
  color: black;
}

.admin-inquiry-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 500;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0;
}

.admin-inquiry-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.admin-inquiry-date {
  font-size: 1.6rem;
  color: #666;
}

.admin-inquiry-header {
  text-align: right;
  flex: 1 1;
}

.admin-inquiry-content {
  flex: 3 1;
}

.admin-inquiry-content a {
  color: black;
}

.admin-inquiry-label {
  width: 80px;
  display: inline-block;
  color: #666;
}

.admin-inquiry-text {
  background: #f5f5f5;
  padding: 15px 20px;
  border-radius: 10px;
  line-height: 1.6;
  margin-top: 10px;
}

.admin-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.admin-modal-content {
  background: white;
  padding: 0;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.admin-modal-content .admin-form-row.admin-form-row {
  margin-bottom: 0;
}

.admin-modal-content .admin-form-row.admin-form-row .admin-form-group input {
  min-width: 200px;
}

.admin-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.admin-modal-close-btn {
  background: none;
  border: none;
  font-size: 35px;
  font-weight: 400;
  cursor: pointer;
  color: black;
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.admin-modal-body {
  padding: 0 20px 20px 20px;
}

.admin-modal-footer {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}

.admin-year-selector {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.admin-year-selector .admin-form-row {
  margin-bottom: 0;
}

.admin-awards-select {
  width: 200px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 18px;
}

/* Project 관리 페이지 스타일 */
.admin-projects-container {
  margin-top: 20px;
}

.admin-projects-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.admin-project-item {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 25px;
  background: white;
  transition: all 0.2s ease;
}

.admin-project-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.admin-project-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.admin-project-meta {
  flex: 1 1;
}

.admin-project-title {
  margin: 0 0 15px 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.admin-input-title {
  font-size: 1.8rem;
  font-weight: 600;
  border: 1px solid transparent;
  background: transparent;
  padding: 5px 8px;
  margin: -5px -8px;
  border-radius: 4px;
}

.admin-input-title:focus {
  border-color: #007bff;
  background: white;
}

.admin-project-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.admin-project-info .admin-form-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-project-info .admin-form-group label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  margin: 0;
}

/* .admin-input-small 스타일은 하단에서 정의됨 */

.admin-project-actions {
  display: flex;
  gap: 10px;
}

.admin-project-content {
  margin-top: 15px;
}

.admin-project-content .admin-form-row {
  margin-bottom: 0;
}

.admin-modal-content .admin-textarea {
  min-height: 100px;
  height: 250px;
  margin-bottom: 30px;
}

.admin-empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

.admin-empty-state p {
  font-size: 1.8rem;
  margin-top: 10px;
}

/* 모달 스타일 개선 */
.admin-modal-large {
  width: 90%;
  max-width: 1200px;
  max-height: 95vh;
  overflow-y: auto;
}

.admin-modal-large .admin-modal-body {
  max-height: calc(95vh - 120px);
  overflow-y: auto;
}

.admin-form-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 20px;
}

.admin-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}

/* 프로젝트 아이템 확장 스타일 */
.admin-project-expanded {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.admin-project-expanded .admin-project-header {
  background: #f8f9fa;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-project-expanded .admin-project-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.admin-project-expanded .admin-project-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.admin-project-id {
  font-size: 0.85rem;
  color: #666;
  font-family: monospace;
}

.admin-project-expanded .admin-project-content {
  padding: 1.5rem;
}

/* 프로젝트 폼 그리드 */
.admin-project-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.admin-project-form-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* 배열 아이템 스타일 */
.admin-array-item {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.admin-array-item .admin-input {
  flex: 1 1;
}

.admin-array-item .admin-button-small {
  padding: 15px;
  font-size: 1.8rem;
  white-space: nowrap;
}

/* 텍스트에리어 개선 */
.admin-textarea {
  resize: vertical;
  font-family: inherit;
  max-height: 300px;
  min-height: 80px;
}

.admin-empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: #666;
}

/* 탭 스타일 개선 */
.admin-tabs .admin-tab {
  position: relative;
  transition: all 0.2s ease;
}

/* 폼 그룹 스타일 개선 */
.admin-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.admin-form-group label {
  font-weight: 600;
  color: black;
  font-size: 1.6rem;
  width: 100%;
}

/* 스크롤바 스타일링 */
.admin-modal-large .admin-modal-body::-webkit-scrollbar {
  width: 6px;
}

.admin-modal-large .admin-modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.admin-modal-large .admin-modal-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.admin-modal-large .admin-modal-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* 이미지 미리보기 스타일 */
.admin-preview-thumb {
  max-width: 50%;
  width: 80%;
  object-fit: cover;
  display: block;
}

.admin-remove-image {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dc3545;
  color: white;
  border: 2px solid white;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.admin-remove-image:hover {
  background: #c82333;
}

/* 갤러리 미리보기 스타일 - 하단에서 드래그 앤 드롭과 함께 정의됨 */

/* 이미지 업로더 영역 개선 */
.admin-image-uploader {
  margin-bottom: 1rem;
}

.admin-upload-area {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fafafa;
}

.admin-upload-area:hover {
  border-color: #007bff;
  background: #f0f8ff;
}

.admin-upload-area.uploading {
  border-color: #28a745;
  background: #f0fff0;
  cursor: not-allowed;
}

.admin-upload-placeholder p {
  margin: 0 0 0.5rem 0;
  color: #333;
  font-weight: 500;
}

.admin-upload-placeholder small {
  color: #666;
  font-size: 0.85rem;
}

.admin-upload-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.admin-upload-spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #e0e0e0;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.admin-progress-bar {
  width: 100%;
  max-width: 200px;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}

.admin-progress-fill {
  height: 100%;
  background: #28a745;
  border-radius: 3px;
  transition: width 0.3s ease;
}

.admin-upload-error {
  color: #dc3545;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
}

/* 폼 레이아웃 개선 */
.admin-form-group {
  margin-bottom: 0rem;
}

.admin-form-group:last-child {
  margin-bottom: 0;
}

.admin-form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: black;
  font-size: 1.6rem;
}

/* 스크롤바 스타일링 (갤러리용) */
.admin-gallery-preview::-webkit-scrollbar {
  width: 4px;
}

.admin-gallery-preview::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.admin-gallery-preview::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 2px;
}

.admin-gallery-preview::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* 이미지 업로드 영역의 포커스 스타일 */
.admin-upload-area:focus-within {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* 로딩 상태 개선 */
.admin-upload-status p {
  margin: 0;
  color: #28a745;
  font-weight: 500;
}

/* 프로젝트 테이블 스타일 */
.admin-projects-table {
  overflow: hidden;
}

.admin-table-row {
  display: grid;
  grid-template-columns: 2fr 120px 180px 150px;
  border-bottom: 1px solid #ededed;
  transition: background-color 0.2s ease;
  cursor: grab;
}

.admin-press-table-row {
  display: grid;
  grid-template-columns: 2fr 100px 250px 150px;
  border-bottom: 1px solid #ededed;
  transition: background-color 0.2s ease;
  cursor: grab;
}

.admin-press-table-row:last-child {
  border-bottom: none;
}

.admin-table-row:active {
  cursor: grabbing;
}

.admin-table-row.dragging {
  opacity: 0.5;
  background-color: #f8f9fa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.admin-table-row:last-child {
  border-bottom: none;
}

.admin-table-cell {
  padding: 16px 0px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-table-cell:last-child {
  border-right: none;
}

.admin-table-header .admin-table-cell {
  font-weight: 600;
  padding: 14px 12px;
}

.admin-project-title-info {
  min-width: 0;
  flex: 1 1;
}

.admin-project-title-main {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
  font-size: 18px;
}

.admin-project-title-en {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-project-drag-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #aaa;
  font-size: 16px;
  cursor: grab;
  padding: 5px 10px;
  border-radius: 4px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.admin-project-drag-handle:hover {
  background: #f0f0f0;
}

.admin-project-drag-handle:active {
  cursor: grabbing;
}

.admin-table-year,
.admin-table-type,
.admin-table-size,
.admin-table-link {
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
}

.admin-table-size {
  min-width: 80px;
}

.admin-table-link {
  min-width: 120px;
}

.admin-table-actions {
  gap: 8px;
  justify-content: center;
}

/* Book 관리 외부 링크 스타일 */
.external-link {
  color: black;
  text-decoration: underline;
  font-size: 1.6rem;
}

/* 모달 스타일 개선 */
.admin-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}

.admin-modal-content {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}

.admin-modal-large {
  max-width: 900px;
  width: 90%;
}

.admin-modal-header {
  padding: 20px 24px;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.admin-modal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1 1;
}

.admin-modal-footer {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 0;
}

/* 모달 내 폼 그리드 */
.admin-form-grid {
  gap: 24px;
  margin-bottom: 24px;
}

.admin-form-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.admin-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
}

/* 배열 입력 스타일 */
.admin-array-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.admin-array-item .admin-input {
  flex: 1 1;
}

/* 갤러리 미리보기 스타일 - 드래그 앤 드롭과 함께 정의됨 */

/* Select와 추가 버튼 */
.admin-select-with-add {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.admin-select-with-add select,
.admin-form-group select {
  flex: 1 1;
  min-width: 200px;
  padding: 15px;
}

.admin-select-with-add .admin-button {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 1.8rem;
  padding: 18px;
}

/* 새 옵션 추가 영역 */
.admin-add-option {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  margin-top: 8px;
  padding: 12px;
  border-radius: 6px;
}

.admin-add-option .admin-button-small {
  padding: 10px 15px;
}

.admin-add-option .admin-input {
  flex: 1 1;
  margin: 0;
}

.admin-add-option .admin-button {
  flex-shrink: 0;
  white-space: nowrap;
}

/* 작은 크기 입력 필드 */
.admin-input-small {
  font-size: 13px;
  padding: 6px 10px;
  height: auto;
  min-height: 32px;
  max-width: 120px;
}

/* 드래그 앤 드롭 스타일 */
.admin-drag-guide {
  background: linear-gradient(45deg, #007cba, #00a8ff);
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0, 124, 186, 0.3);
}

.admin-draggable {
  position: relative;
  cursor: grab;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.admin-draggable:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.admin-drag-over {
  border: 3px solid #007cba;
  box-shadow: 0 0 20px rgba(0, 124, 186, 0.5);
}

.admin-image-moved {
  border: 2px solid #28a745;
  box-shadow: 0 0 15px rgba(40, 167, 69, 0.4);
}

.admin-drag-handle {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 124, 186, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: bold;
  cursor: grab;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 3;
  letter-spacing: -1px;
}

.admin-draggable:hover .admin-drag-handle {
  opacity: 1;
}

/* 갤러리 미리보기 개선 */
/* 기존 스타일 제거됨 - 상단에서 새로 정의됨 */

.admin-gallery-preview:empty::after {
  content: "📸 이미지를 업로드하면 여기에 나타납니다\A드래그로 순서를 자유롭게 변경하세요";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #8e9aaf;
  font-size: 14px;
  text-align: center;
  pointer-events: none;
  white-space: pre-line;
  line-height: 1.6;
  font-weight: 500;
  opacity: 0.8;
}

.admin-gallery-preview .admin-image-preview {
  position: relative;
  background: white;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1;
  margin: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  grid-column: span 1;
}

.admin-gallery-preview .admin-preview-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.admin-gallery-preview .admin-image-preview:hover .admin-preview-thumb {
  /* scale 효과 제거 */
}

.admin-gallery-preview .admin-image-index {
  position: absolute;
  top: 6px;
  left: 6px;
  background: linear-gradient(135deg, #007cba, #0056b3);
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 12px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.admin-gallery-preview .admin-remove-image {
  position: absolute;
  top: 6px;
  right: 6px;
  background: linear-gradient(135deg, #dc3545, #c82333);
  color: white;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.admin-gallery-preview .admin-remove-image:hover {
  background: linear-gradient(135deg, #c82333, #a71e2a);
  transform: rotate(90deg);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.6);
}

.admin-gallery-preview .admin-remove-image:active {
  transform: rotate(90deg);
}

/* 드래그 중 플레이스홀더 효과 */
.admin-drag-placeholder {
  background: linear-gradient(
    45deg,
    transparent 25%,
    rgba(59, 130, 246, 0.1) 25%,
    rgba(59, 130, 246, 0.1) 50%,
    transparent 50%,
    transparent 75%,
    rgba(59, 130, 246, 0.1) 75%
  );
  background-size: 20px 20px;
  border: 2px dashed #3b82f6;
  border-radius: 10px;
  animation: slide 1s linear infinite;
  position: relative;
}

@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}

.admin-drag-placeholder::after {
  content: "↓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #3b82f6;
  font-weight: bold;
  animation: bounce 1s ease-in-out infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-4px);
  }
}

/* 갤러리 스크롤바 개선 */
.admin-gallery-preview::-webkit-scrollbar {
  width: 6px;
}

.admin-gallery-preview::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.admin-gallery-preview::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #c1c1c1 0%, #a8a8a8 100%);
  border-radius: 3px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.admin-gallery-preview::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #a8a8a8 0%, #888888 100%);
}

/* 갤러리 그리드 스타일 (react-beautiful-dnd) */
.admin-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  grid-gap: 15px;
  gap: 15px;
  padding: 20px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.admin-gallery-preview {
  background: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  max-height: 340px;
  overflow-y: auto;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/* alot 스타일 - 드래그 앤 드롭 */
.admin-detail-media-container {
  border-radius: 8px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 144px);
  grid-gap: 10px;
  gap: 10px;
  transition: border-color 0.3s ease;
  min-height: 144px;
}

.admin-detail-media-item {
  position: relative;
  width: 144px;
  height: 144px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: move;
  transition: border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0; /* 드래그 시 크기 고정 */
  -webkit-user-select: none;
          user-select: none; /* 드래그 시 텍스트 선택 방지 */
}

.admin-detail-media-item.dragging {
  opacity: 0.5;
  transform: rotate(5deg);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

.admin-detail-media-item:active {
  cursor: grabbing;
}

.admin-detail-media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.delete-media-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 0, 0, 0.8);
  color: white;
  border: none;
  padding: 2px 6px 4px 6px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.8rem;
  z-index: 10;
  line-height: 1;
  pointer-events: auto;
  touch-action: manipulation;
}

.delete-media-button:hover {
  background: rgba(255, 0, 0, 1);
}

/* 미디어 아이템 넘버링 */
.admin-detail-media-item .media-index {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: 600;
}

/* 드래그 가이드 스타일 */

/* 새로운 업로드 버튼 스타일 */
.admin-upload-button-container {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 15px;
}

.admin-upload-caption {
  color: #666;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 2px;
}

.admin-upload-button-container .admin-button {
  align-self: flex-start;
  min-width: 120px;
}

/* Type 관리 모달 스타일 */
.admin-type-list {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow-y: auto;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.admin-type-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid #ededed;
  transition: all 0.3s ease;
  font-size: 18px;
  gap: 5px;
  cursor: pointer;
}

.admin-type-item:last-child {
  border-bottom: none;
}

.admin-type-drag-handle {
  color: #aaa;
  padding: 0 5px;
  border-radius: 5px;
}

.admin-type-drag-handle:hover {
  background: #f0f0f0;
}

.admin-type-name {
  font-weight: 500;
  color: black;
  flex: 1 1;
}

.admin-type-usage-indicator {
  color: #888;
  font-size: 0.85em;
  font-weight: 400;
  font-style: italic;
}

.admin-type-actions {
  display: flex;
  gap: 8px;
}

.admin-type-edit {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1;
}

.admin-header-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.admin-header-buttons .admin-button {
  margin: 0;
}

/* 뉴스 관리 스타일 */
/* 간단한 에디터 스타일 */
.simple-editor {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.editor-toolbar {
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 8px 12px;
  display: flex;
  gap: 8px;
}

.editor-btn {
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 0.9em;
  transition: all 0.2s;
}

.editor-btn:hover {
  background: #e9e9e9;
  border-color: #999;
}

.editor-btn:active {
  background: #d4d4d4;
}

.editor-content {
  border: none;
  border-radius: 0;
  resize: vertical;
  min-height: 300px;
  padding: 12px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
}

.editor-content:focus {
  outline: none;
  box-shadow: none;
}

/* 뉴스 관리 전용 스타일 */
.admin-page {
  padding: 20px;
}

.admin-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.admin-page-header h2 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}

.admin-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

label.admin-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
}

.admin-checkbox-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.admin-total-count {
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
}

.admin-table-container {
  background: #fff;
  overflow: hidden;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  table-layout: fixed;
}

.admin-table th,
.admin-table td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #ededed;
  font-size: 1.8rem;
}

.admin-table th {
  background: #f8f9fa;
  font-weight: 600;
  color: #555;
}

.admin-table-title {
  font-weight: 500;
  color: black;
  font-size: 1.8rem;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-table-actions {
  display: flex;
  gap: 8px;
}

.admin-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

/* 모달 크기 조정 */
.admin-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.admin-modal-content {
  background: white;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
}

.admin-modal-large {
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  overflow-y: auto;
}

.admin-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.admin-modal-header h3 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
}

.admin-modal-close-btn {
  background: none;
  border: none;
  font-size: 2.4rem;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
}

.admin-modal-close-btn:hover {
  background: #f0f0f0;
  color: #333;
}

.admin-modal-body {
  padding: 20px;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 20px;
}

.admin-form-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.admin-form-row {
  display: flex;
  gap: 15px;
}

.admin-form-row .admin-form-group {
  flex: 1 1;
}

.admin-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.admin-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

/* 파일 업로드 관련 스타일 */
.admin-file-list {
  border-radius: 8px;
  overflow: hidden;
}

.admin-file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #e9e9e9;
  background: #f5f5f5;
}

.admin-file-item:last-child {
  border-bottom: none;
}

.admin-file-info {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  gap: 4px;
}

.admin-file-name {
  font-size: 1.6rem;
  font-weight: 500;
  color: black;
  word-break: break-all;
}

.admin-file-size {
  font-size: 1.4rem;
  color: #666;
}

.admin-file-count {
  font-size: 1.3rem;
  color: #555;
  font-weight: 500;
}

/* 컨텐츠 헤더 개선 */
.admin-content-title-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-content-title {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: black;
}

.admin-total-count {
  font-size: 1.3rem;
  color: #666;
  background: #f5f5f5;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
}

/* 로딩 및 빈 상태 스타일 */
.admin-loading-state {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  color: #666;
  font-size: 1.4rem;
}

.admin-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  color: #666;
  font-size: 1.4rem;
}

.admin-empty-state p {
  margin-bottom: 20px;
}

/* 헤더 버튼 그룹 */
.admin-header-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.admin-header-buttons .admin-button {
  margin-left: 8px;
}

.admin-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.95rem;
}

.admin-checkbox input[type="checkbox"] {
  margin-right: 0.5rem;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.admin-press-table-title {
  width: 90%;
  min-width: 0;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  margin-right: 20px;
  display: block;
}

.admin-table-body,
.admin-table tbody {
  overflow-y: scroll;
}

.admin-awards-container {
  overflow-y: scroll;
  max-height: calc(100vh - 300px);
}

.admin-inquiries-container {
  overflow-y: scroll;
  max-height: calc(100vh - 270px);
}

.admin-contact-form,
.admin-about-container {
  overflow-y: scroll;
  max-height: calc(100vh - 290px);
}

.admin-table tr:last-child td {
  border-bottom: none;
}

.admin-table-container {
  overflow-y: scroll;
  max-height: calc(100vh - 240px);
}

.admin-image-grid-display {
  overflow-y: scroll;
}

/* 프로젝트 검색 스타일 */
.admin-header-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.admin-search-input-group {
  position: relative;
  min-width: 250px;
}

.admin-search-input {
  width: 100%;
  padding-right: 35px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 18px;
}

.admin-search-input::placeholder {
  color: #999;
}

.admin-search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.admin-search-clear:hover {
  background: #e9ecef;
  color: #333;
}

.admin-layout {
  display: flex;
  min-height: 100vh;
}

.admin-sidebar {
  width: 200px;
  background-color: white;
  color: black;
  padding: 10px;
  position: fixed;
  height: 100%;
  border-right: 1px solid #eaeaea;
}

.admin-sidebar h2 {
  padding: 0px 5px 10px 5px;
  color: black;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #eaeaea;
}

.admin-sidebar nav ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.admin-sidebar nav li a {
  display: block;
  padding: 8px 10px;
  color: black;
  text-decoration: none;
  transition: background-color 0.2s;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 10px;
  margin: 7px 0;
}

.admin-sidebar nav li a:hover {
  background-color: #f2f2f2;
}

.admin-sidebar nav li.active a {
  background-color: #efefef;
}

.admin-content-wrapper {
  flex: 1 1;
  background-color: #f2f2f2;
  margin-left: 200px;
}

.admin-image-uploader {
  width: 100%;
  margin-bottom: 20px;
}

.admin-upload-area {
  border: 1.5px dashed #ddd;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fafafa;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-upload-area:hover {
  border-color: #007bff;
  background-color: #f0f8ff;
}

.admin-upload-area.uploading {
  cursor: not-allowed;
  opacity: 0.7;
  border-color: #28a745;
  background-color: #f0fff0;
}

.admin-upload-placeholder {
  text-align: center;
}

.admin-upload-icon {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.6;
}

.admin-upload-placeholder p {
  margin: 8px 0;
  font-size: 18px;
  font-weight: 500;
  color: #666;
}

.admin-upload-placeholder small {
  color: #999;
  font-size: 16px;
  font-weight: 500;
}

.admin-upload-status {
  text-align: center;
}

.admin-upload-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 16px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.admin-progress-bar {
  width: 100%;
  height: 6px;
  background-color: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 12px;
}

.admin-progress-fill {
  height: 100%;
  background-color: #007bff;
  transition: width 0.3s ease;
}

.admin-upload-error {
  margin-top: 12px;
  padding: 12px;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  font-size: 14px;
}

.admin-preview-container {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background-color: #fff;
}

.admin-preview-container h4 {
  margin: 0 0 16px 0;
  font-size: 14px;
  font-weight: 600;
  color: #495057;
}

.admin-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-gap: 12px;
  gap: 12px;
}

.admin-preview-item {
  text-align: center;
}

.admin-preview-image {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

.admin-preview-name {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #6c757d;
  word-break: break-all;
  line-height: 1.2;
}


/*# sourceMappingURL=main.8b998365.css.map*/