@charset "UTF-8";
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
/*********************
믹스인 선언
**********************/
.style-sdbox {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 0.5px 1px rgba(255, 255, 255, 0.6), inset 0 -0.5px 1px rgba(0, 0, 0, 0.1), inset 0 0 30px rgba(3, 16, 75, 0.05), 0 2px 60px -20px rgba(0, 0, 0, 0.1); /* 떠 있는 듯한 외부 그림자 */
}

:root {
  --c-accent:#18A8F8;
}

/*********************
추가 스타일링
**********************/
#body > .fix-layout {
  max-width: 1000px;
  height: 720px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 0.5px 1px rgba(255, 255, 255, 0.6), inset 0 -0.5px 1px rgba(0, 0, 0, 0.1), inset 0 0 30px rgba(3, 16, 75, 0.05), 0 2px 60px -20px rgba(0, 0, 0, 0.1); /* 떠 있는 듯한 외부 그림자 */
}

.glass-box {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 0.5px 1px rgba(255, 255, 255, 0.6), inset 0 -0.5px 1px rgba(0, 0, 0, 0.1), inset 0 0 30px rgba(3, 16, 75, 0.05), 0 2px 60px -20px rgba(0, 0, 0, 0.1); /* 떠 있는 듯한 외부 그림자 */
}

.layout-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  height: 100%;
  width: auto;
}

html {
  height: 100%;
}
html body {
  height: 100%;
}
html .all-wapper {
  display: flex;
  flex-direction: column; /* 세로로 쌓기 */
  justify-content: center; /* 세로축 중앙 정렬 */
  align-items: center; /* 가로축 중앙 정렬 */
  height: 100%;
}

#logo {
  float: unset;
  text-align: center;
}
#logo a {
  min-width: auto;
}

#header {
  height: auto;
  width: 100%;
}

#body {
  min-height: auto !important;
  width: 100%;
  padding-inline: 10px;
  box-sizing: border-box;
}

@media (max-width: 1000px) {
  html .all-wapper {
    justify-content: normal;
    overflow: hidden;
  }
  #body {
    margin: unset;
  }
  #body > .fix-layout {
    height: calc(100vh - 185px);
    min-height: 400px;
    padding: 12px;
    border-radius: 20px;
  }
  #header {
    margin-bottom: 10px;
    position: relative;
  }
  #logo {
    margin-block: 10px;
  }
}
/*********************
스크롤바 스타일링
**********************/
/* 1. 전역 스크롤바 너비 및 높이 (Thin 스타일) */
*::-webkit-scrollbar {
  width: 4px; /* 세로 스크롤바 */
  height: 4px; /* 가로 스크롤바 */
}

/* 2. 트랙(바닥) 설정: 투명하게 */
*::-webkit-scrollbar-track {
  background: transparent !important;
}

/* 3. 핸들(막대) 설정: 둥글고 반투명하게 */
*::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2) !important; /* 은은한 흰색 */
  border-radius: 40px; /* 완전히 둥근 모양 */
  transition: background 0.3s ease;
  box-shadow: unset !important;
}

/* 4. 핸들 호버 시: 조금 더 진하게 */
*::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4) !important;
  background: red !important;
}

/* Firefox 전역 설정 */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent !important;
}

/*********************
메뉴 스타일링
**********************/
#gnb {
  display: block !important;
}

#gnb .menu-list {
  display: flex;
  justify-content: space-evenly;
  padding-inline: 80px;
  padding-block: 20px;
}

#gnb .menu-main a:hover {
  color: white;
  text-decoration: none;
}
#gnb .menu-main > a {
  display: block;
  transition: text-shadow 0.3s ease-in-out;
  text-shadow: 0 0 0 var(--c-accent);
}
#gnb .menu-main > a > span {
  font-size: 20px;
  font-weight: bold;
}
#gnb .menu-main {
  position: relative;
  font-family: "Paperozi";
}
#gnb .menu-main:hover > a, #gnb .menu-main:has(.active) > a {
  text-shadow: 0 0 8px var(--c-accent);
}

#gnb .menu-sub-wrap a:hover {
  color: var(--c-accent);
  text-decoration: none;
}
#gnb .menu-sub-wrap {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 0.5px 1px rgba(255, 255, 255, 0.6), inset 0 -0.5px 1px rgba(0, 0, 0, 0.1), inset 0 0 30px rgba(3, 16, 75, 0.05), 0 2px 60px -20px rgba(0, 0, 0, 0.1); /* 떠 있는 듯한 외부 그림자 */
  padding: 12px;
  background: rgba(255, 255, 255, 0.2);
  min-width: 110px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 100%;
  margin-top: 8px;
  z-index: 1;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
#gnb .menu-sub-wrap.active {
  opacity: 1;
  pointer-events: auto;
}

#floating_menu {
  position: fixed !important;
  left: calc(50vw + 540px);
  margin-left: 10px;
  margin-top: 40px;
}

#floating_menu .menu-sub-wrap {
  transform: translateX(0);
  left: 0;
  margin-top: 0px;
}

#bgm_box .bar-equalizer {
  display: none !important;
}
#bgm_box a::before {
  content: unset !important;
}
#bgm_box ul li {
  margin: 0 !important;
}
#bgm_box li a {
  width: unset;
  line-height: 1;
  overflow: initial;
  text-indent: initial;
  transition: color 0.3s ease-in-out;
}
#bgm_box li a:hover {
  color: var(--c-accent);
}
#bgm_box .bgm-player {
  text-align: right;
  display: block !important;
}
#bgm_box svg {
  width: 18px;
  height: 18px;
}

#mobile_menu_btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
#mobile_menu_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 0.5px 1px rgba(255, 255, 255, 0.6), inset 0 -0.5px 1px rgba(0, 0, 0, 0.1), inset 0 0 30px rgba(3, 16, 75, 0.05), 0 2px 60px -20px rgba(0, 0, 0, 0.1); /* 떠 있는 듯한 외부 그림자 */
  color: #fff;
  padding: 0;
}
#mobile_menu_btn a svg {
  width: 24px;
  height: 24px;
}

#mobile_menu_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
  font-family: "Paperozi";
}
#mobile_menu_modal .mobile-menu-inner {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 0.5px 1px rgba(255, 255, 255, 0.6), inset 0 -0.5px 1px rgba(0, 0, 0, 0.1), inset 0 0 30px rgba(3, 16, 75, 0.05), 0 2px 60px -20px rgba(0, 0, 0, 0.1); /* 떠 있는 듯한 외부 그림자 */
  width: 300px;
  max-width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 30px 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
}
#mobile_menu_modal .mobile-menu-inner .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 0.7;
}
#mobile_menu_modal .mobile-menu-inner .btn-close:hover {
  opacity: 1;
}
#mobile_menu_modal .mobile-menu-inner .mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#mobile_menu_modal .mobile-menu-inner .mobile-menu-list li {
  margin-bottom: 10px;
}
#mobile_menu_modal .mobile-menu-inner .mobile-menu-list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
#mobile_menu_modal .mobile-menu-inner .mobile-menu-list li a:not([href]) {
  cursor: default;
}
#mobile_menu_modal .mobile-menu-inner .mobile-menu-list li a:hover {
  text-shadow: 0 0 10px var(--c-accent);
  color: white;
}
#mobile_menu_modal .mobile-menu-inner .mobile-menu-list .m-main {
  margin-bottom: 20px !important;
}
#mobile_menu_modal .mobile-menu-inner .mobile-menu-list .m-main > a {
  font-size: 18px;
  font-weight: bold;
  font-family: "Paperozi";
}
#mobile_menu_modal .mobile-menu-inner .mobile-menu-list .m-sub {
  list-style: none;
  padding: 0;
  margin: 5px 0 15px 0;
}
#mobile_menu_modal .mobile-menu-inner .mobile-menu-list .m-sub li {
  margin-bottom: 5px;
}
#mobile_menu_modal .mobile-menu-inner .mobile-menu-list .m-sub li a {
  font-size: 14px;
  opacity: 0.8;
}
#mobile_menu_modal .mobile-menu-inner .mobile-menu-list .m-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 20px 0;
}

.ui-btn {
  border-radius: 28px;
  backdrop-filter: blur(16px);
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

textarea, input, select,
.pg_wrap .pg_page {
  border-radius: 10px;
}

/* TOP */
#goto_top {
  color: rgb(255, 255, 255);
  opacity: 0.6;
  transition: 0.3s ease-in-out;
  transition-property: opacity, filter;
  cursor: pointer;
}
#goto_top:hover {
  opacity: 1;
  filter: drop-shadow(0 0 8px var(--c-accent));
}