@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;600&display=block');

/* ── FONT ── */
@font-face {
    font-family: 'Rascal';
    src: url('../fonts/RASCAL__.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClimateCrisis';
    src: url('../fonts/ClimateCrisisKR.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ── RESET ── */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    min-width: 0;
    min-height: 100%;
    background: #fff;
    color: #000;
}
html {
    scrollbar-gutter: stable;
}
ul, ol { list-style: none; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
button { cursor: pointer; background: none; border: none; }
input, select, textarea { font-family: inherit; font-size: inherit; }
table { border-collapse: collapse; }

/* ── BASE ── */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ── SKIP ── */
.jt-skip {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

/* ────────────────────────────
   SITE WRAPPER
──────────────────────────── */
.jt-site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fff;
}

/* ────────────────────────────
   HEADER
──────────────────────────── */
.jt-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    height: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.jt-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 36px;
}

/* Logo */
.jt-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 24px;
    pointer-events: none;
}
.jt-logo a {
    pointer-events: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.06em;
    line-height: 1;
    display: block;
}

/* GNB — left */
.jt-gnb {
    display: flex;
    align-items: center;
    gap: 6px;
}
.jt-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #000;
    transition: opacity 0.18s;
}
.jt-icon-link:hover {
    opacity: 0.45;
}

/* Util — right */
.jt-util {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}
.jt-util a {
    font-size: 11px;
    color: #000;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}
.jt-util a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.jt-admin-link {
    opacity: 0.35;
}

/* ────────────────────────────
   HERO IMAGE (메인 전용)
──────────────────────────── */
.jt-hero-img {
    width: 100%;
    height: calc(100vh - 50px);
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}
.jt-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin: 0;
    padding: 0;
}

.jt-hero-img2 {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}
.jt-hero-img2 img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

/* ────────────────────────────
   MAIN
──────────────────────────── */
.jt-main {
    flex: 1;
    margin-top: 50px;
    background: #fff;
}

.jt-content {
    width: 100%;
    background: #fff;
}

/* ────────────────────────────
   FOOTER
──────────────────────────── */
.jt-footer {
    background: #fff;
    border-top: 1px solid #000;
    height: 49px;
    display: flex;
    align-items: center;
}
.jt-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 36px;
}
.jt-copy {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.jt-fnb ul {
    display: flex;
    gap: 24px;
}
.jt-fnb a {
    font-size: 11px;
    color: #000;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.jt-fnb a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ────────────────────────────
   MOBILE RESPONSIVE
──────────────────────────── */
@media (max-width: 768px) {
    .jt-admin-link {
        display: none;
    }
    .jt-footer-inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .jt-fnb ul {
        justify-content: center;
    }
}

/* ────────────────────────────
   CD / VINYL SECTION
──────────────────────────── */
@keyframes cdSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@keyframes cdPulse {
    0%   { transform: translate(-50%, -50%) scale(1);   opacity: 0.5; }
    100% { transform: translate(-50%, -50%) scale(1.55); opacity: 0; }
}

.jt-cd-section {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0 72px;
    margin: 0;
}

.jt-cd-wrap {
    position: relative;
    width: 480px;
    max-width: 80vw;
    aspect-ratio: 1 / 1;
    cursor: pointer;
}

.jt-cd-wrap::before,
.jt-cd-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.5px solid rgba(0, 0, 0, 0.3);
    animation: cdPulse 2.2s ease-out infinite;
    pointer-events: none;
}

.jt-cd-wrap::after {
    animation-delay: -1.1s;
}

.jt-cd-wrap.is-playing::before,
.jt-cd-wrap.is-playing::after {
    display: none;
}

.jt-cd {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    transition: opacity 0.2s;
    transform-origin: center center;
}

.jt-cd-wrap:hover .jt-cd {
    opacity: 0.9;
}

.jt-cd-wrap.is-playing .jt-cd {
    animation: cdSpin 2.8s linear infinite;
}

.jt-cd-label {
    margin-top: 28px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}

/* ────────────────────────────
   MINIROOM SECTION
──────────────────────────── */
.jt-miniroom-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background: #e2d2e1;
}
.jt-miniroom-img {
  width: auto;
  max-width: 90vw;
  max-height: 80vh;
  image-rendering: pixelated;
  display: block;
}

/* ────────────────────────────
   CMS CONTENT AREA RESETS
   (Rhymix 기본 모듈 스타일 정규화)
──────────────────────────── */
.jt-content .xe_content,
.jt-content .rx_content {
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* board list */
.jt-content .board_list_wrap {
    padding: 40px 36px;
}
.jt-content .board_list thead th {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    font-weight: 400;
}
.jt-content .board_list tbody td {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    font-size: 13px;
}
.jt-content .board_list tbody tr:hover td {
    background: #f8f8f8;
}

/* pagination */
.jt-content .pagination a,
.jt-content .pagination span {
    font-size: 12px;
    color: #000;
    padding: 4px 8px;
}
.jt-content .pagination .active a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* page module */
.jt-content .page_content {
    padding: 60px 36px;
}

/* form elements */
.jt-content input[type="text"],
.jt-content input[type="email"],
.jt-content input[type="password"],
.jt-content textarea {
    border: 1px solid #000;
    padding: 10px 12px;
    width: 100%;
    font-size: 13px;
    outline: none;
    background: #fff;
    border-radius: 0;
}
.jt-content input:focus,
.jt-content textarea:focus {
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}
.jt-content button,
.jt-content input[type="submit"],
.jt-content input[type="button"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 24px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
}
.jt-content button:hover,
.jt-content input[type="submit"]:hover {
    background: #222;
}
