@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap');
@font-face {
    font-family: 'YeogiOttaeJalnanGothic';
    src: url('JalnanGothic.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EliceDigitalCoding';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_220508@1.0/EliceDigitalBaeum_Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'EliceDigitalCoding';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_220508@1.0/EliceDigitalBaeum_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'D2Coding';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/D2Coding.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-bg1: rgb(0, 0, 0); 
    --color-bg2: rgb(15, 15, 15);
    --color1: 180, 20, 20;    
    --color2: 40, 40, 40;    
    --color3: 20, 20, 20;     
    --color4: 220, 40, 40;  
    --color5: 10, 10, 10;     
    --color-interactive: 255, 75, 75; 
    --circle-size: 180%;    
    --blending: screen; 
}

html { scroll-behavior: smooth; }
html.booting-top body {
    opacity: 0 !important;
    transition: none !important;
}

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: 'NanumSquare', sans-serif; 
    color: #ffffff; 
}

.hero-title, 
.hero-subtitle,
.section-title, 
.shortcut-title, 
.key-message-text,
.key-message-text span,
.uni-name,
.date-num,
.date-day,
.event-label-container,
.event-main-desc,
.nav-link,
.btn-nav-apply,
.interview-card-content p,    
.interview-card-content h3,   
.culture-card-text,           
.culture-card-title,
.tab-btn,
.position-card-title,
.block-label,
.qual-title,
.step-name,
.step-num,
.faq-question .faq-question-text, 
.timer-label,
.timer-display,
.btn-main-action,
.btn-sub-link,
.hero-top-badge,
.hero-bottom-text           
{ 
    font-family: 'NanumSquare', sans-serif !important; 
    font-weight: 700 !important; 
    letter-spacing: -0.5px;
}

body { 
    background-color: #000000; 
    line-height: 1.6; 
    overflow-x: hidden; 
}

.container { 
    max-width: 1040px; 
    margin: 0 auto; 
    padding: 0 20px; 
    position: relative;
    z-index: 5; 
}

.mobile-only { display: none; }
.key-mobile-break { display: none; }

.gradient-bg {
    width: 100vw; height: 100vh;
    position: fixed; top: 0; left: 0;
    z-index: -2; 
    background: #000;
    overflow: hidden;
}
.gradient-bg::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    pointer-events: none;
}
.gradients-container { filter: url(#goo) blur(120px); width: 100%; height: 100%; opacity: 0.8; }

body::before {
    content: "";
    position: fixed;
    top: 0; left: 0; 
    width: 100vw; height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: -1;
    pointer-events: none;
}

.g1, .g2, .g3, .g4, .g5, .interactive {
    position: absolute; width: var(--circle-size); height: var(--circle-size);
    mix-blend-mode: var(--blending);
    top: calc(50% - var(--circle-size) / 2);
    left: calc(50% - var(--circle-size) / 2);
}
.g1 { 
    background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0%, rgba(var(--color1), 0) 60%) no-repeat; 
    animation: moveVertical 30s ease infinite; 
}
.g2 { 
    background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0%, rgba(var(--color2), 0) 60%) no-repeat; 
    transform-origin: calc(50% - 400px); 
    animation: moveInCircle 20s reverse infinite; 
}
.g3 { 
    background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0%, rgba(var(--color3), 0) 60%) no-repeat;  
    transform-origin: calc(50% + 400px); 
    animation: moveInCircle 40s linear infinite; 
}
.g4 { 
    background: radial-gradient(circle at center, rgba(var(--color4), 0.6) 0%, rgba(var(--color4), 0) 60%) no-repeat; 
    animation: moveHorizontal 40s ease infinite; 
}
.g5 { 
    background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0%, rgba(var(--color5), 0) 60%) no-repeat; 
    animation: moveInCircle 20s ease infinite; 
}
.interactive { background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.3) 0, rgba(var(--color-interactive), 0) 50%) no-repeat; width: 100%; height: 100%; top: -50%; left: -50%; }

.hero, .key-message-section, .culture-section, .positions-section, .process-section, .faq-section, .shortcut-section {
    position: relative;
    z-index: 5;
    background-color: transparent !important; 
}

.reveal {
    opacity: 0;
    transform: translateY(60px); 
    transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    visibility: hidden;
    will-change: opacity, transform;
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.top-marquee { 
    width: 100% !important; 
    background-color: #000000 !important; /* [요청] 빨간색 완전 박멸, 무광 순수 블랙 배경 */
    padding: 0 !important;
    height: 38px !important;               /* 배너 절대 고정 높이 */
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important; 
    position: fixed !important; 
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999999 !important;       /* 최상위 레이어 서열 락 */
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
}

.marquee-track { 
    display: flex !important; 
    width: max-content !important; 
    white-space: nowrap !important;
    /* [요청] 우측에서 좌측으로 매끄럽고 일정한 속도로 흐르도록 애니메이션 연동 */
    animation: marqueeScrollText 30s linear infinite !important; 
}

.marquee-text { 
    font-family: 'IBM Plex Sans', sans-serif !important; 
    font-weight: 700 !important; 
    font-size: 12px !important; 
    letter-spacing: 2px !important; 
    color: #ffffff !important;             /* [요청] 블랙 배경 위 선명한 순수 화이트 글씨 */
    white-space: nowrap !important; 
    display: inline-block !important; 
    padding-right: 50px !important;        /* 문구 사이의 안정적인 공백 간격 유지 */
    margin: 0 !important;
}

/* [요청] 우측에서 좌측방향(-50%)으로 끊김 없이 정주행하는 3D 무한 변환 매트릭스 공식 */
@keyframes marqueeScrollText {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

/* =========================================================================
   내비게이션 바 (GNB) - 상단 배너와 틈새 0px 압착 정렬
   ========================================================================= */
.navbar { 
    height: 60px !important; 
    display: flex !important; 
    align-items: center !important; 
    position: fixed !important; 
    
    /* [요청] GNB와 배너 사이의 틈새를 완전히 제로화하기 위해 배너 두께(38px) 라인에 완벽 밀착 */
    top: 38px !important; 
    
    left: 0 !important;
    width: 100% !important;
    background: rgba(10, 10, 10, 0.85) !important; 
    backdrop-filter: blur(8px) !important; 
    z-index: 100000 !important; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important; 
}
.navbar .container { width: 100%; display: flex; justify-content: space-between; align-items: center; }
.nav-links { list-style: none; display: flex; gap: 30px; }
.nav-links a { font-family: 'IBM Plex Sans', sans-serif; text-decoration: none; font-size: 14px; font-weight: 500; color: #bbbbbb; transition: color 0.2s; letter-spacing: 0.5px; }
.nav-links a:hover { color: #ffffff; }

.hero { padding: 140px 0 20px; text-align: center; display: flex; flex-direction: column; justify-content: center; min-height: 85vh; position: relative; }
.hero-container { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; }

.hero-top-badge {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #F5F5F5;
    background: #4A0707;
    border: 1px solid #FF3D3D;
    padding: 6px 22px;
    border-radius: 50px;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.hero-title { 
    font-family: 'YeogiOttaeJalnanGothic', sans-serif !important; 
    font-size: 56px !important; 
    font-weight: normal !important; 
    line-height: 1.35; 
    text-shadow: 0 0 30px rgba(0,0,0,0.8); 
    letter-spacing: -1px; 
    margin-bottom: 0px !important;
}

.subtitle-group {
    display: block !important;       
    width: 100% !important;
    text-align: center !important;    
    margin-top: 12px !important;     
    margin-bottom: 60px !important;  
    position: relative;
    z-index: 20;
}

.hero-subtitle { 
    display: block !important;       
    font-size: 22px !important; 
    font-weight: 700 !important; 
    letter-spacing: -0.5px; 
    opacity: 0.95;
    margin: 0 !important;
}

.hero-action-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px !important;            
    width: 100%;
}

.btn-hero-primary { 
    display: inline-block; 
    background: linear-gradient(90deg, #FF4B4B 0%, #FF6B35 100%); 
    color: #ffffff; 
    padding: 16px 0; 
    width: 250px !important;         
    text-align: center;
    border-radius: 50px; 
    font-size: 17px; 
    font-weight: 700; 
    text-decoration: none; 
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
}
.btn-hero-primary:hover {
    transform: scale(1.02) translateY(-2px) !important;
    filter: brightness(1.1) !important;
    box-shadow: 0 8px 25px rgba(255, 75, 75, 0.4) !important;
}

.hero-bottom-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.5px;
    font-weight: 500;
}

#ascii-globe {
    position: absolute;
    top: 135%; 
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Courier New', Courier, monospace !important; 
    font-size: 11px; font-weight: bold; line-height: 12px; letter-spacing: 2px; 
    color: rgba(255, 255, 255, 0.15); pointer-events: none; z-index: 0; 
    mask-image: radial-gradient(circle at 50% 20%, black 20%, rgba(0,0,0,0.4) 50%, transparent 75%);
}

.key-message-section { 
    height: 380vh; 
    background-color: transparent !important; 
    position: relative; 
    z-index: 10; 
}

.key-message-sticky { 
    position: sticky !important; 
    top: 0 !important; 
    height: 100vh !important; 
    display: flex !important; 
    align-items: center !important;     
    justify-content: center !important;  
    z-index: 15; 
    /* [업데이트] 그라디언트 번짐(Blur) 효과의 하단 꼬리가 일직선으로 잘리는 주범인 hidden 속성을 제거합니다. */
    overflow: visible !important;        
}

.key-message-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3); 
    width: 1200px;
    height: 650px;
    border-radius: 50%;
    background: radial-gradient(
        ellipse at center, 
        rgba(255, 75, 75, 0.9) 0%,        
        rgba(255, 35, 35, 0.5) 35%,     
        rgba(255, 0, 0, 0.1) 65%,      
        transparent 80%                 
    ) !important;
    filter: blur(80px) !important;
    z-index: 20; 
    pointer-events: none;
    opacity: 0; 
    transition: opacity 0.5s ease;
}

.key-message-sticky:has(.key-message-sub-box.active) .key-message-bg {
    opacity: 1;
}
.key-message-sticky::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 900px;
    height: 420px;

    transform: translate(-50%, -50%);
    z-index: 35;
    pointer-events: none;

    opacity: 0;

    background:
        radial-gradient(circle at 30% 45%, rgba(255, 190, 120, 0.55) 0%, transparent 16%),
        radial-gradient(circle at 62% 48%, rgba(255, 80, 40, 0.45) 0%, transparent 18%),
        radial-gradient(circle at 48% 62%, rgba(255, 40, 20, 0.38) 0%, transparent 20%),
        radial-gradient(circle at 70% 35%, rgba(255, 150, 90, 0.32) 0%, transparent 14%);

    filter: blur(28px);
    mix-blend-mode: screen;

    animation: keyFlameMove 1.8s ease-in-out infinite alternate;
}

.key-message-sticky:has(.key-message-sub-box.active)::before {
    opacity: 1;
}

@keyframes keyFlameMove {
    0% {
        transform: translate(-50%, -50%) scale(1) rotate(-1deg);
        background-position: 0 0, 20px 10px, -10px 20px, 10px -20px;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.08) rotate(1deg);
        background-position: 30px -20px, -20px 18px, 20px -12px, -18px 24px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.03) rotate(-0.5deg);
        background-position: -20px 16px, 24px -18px, -18px 10px, 18px -10px;
    }
}
.key-message-container {
    display: flex;
    flex-direction: column;
    align-items: center;      
    justify-content: center;
    width: 100%;
    max-width: 950px;
    padding: 0 20px;
    text-align: center;       
    position: relative;
    z-index: 60; 
}
.key-message-text span.reveal-line { 
    font-weight: normal !important; 
    text-shadow: none !important; 
    color: #ffffff !important; 
}
.key-message-text { 
    font-family: 'YeogiOttaeJalnanGothic', sans-serif !important;
    font-weight: normal !important; 
    font-size: 52px; 
    text-align: center !important; 
    line-height: 1.4; 
    color: #ffffff !important;
    text-shadow: none !important;
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    /* [수정] 강제 높이 제한과 하단 마진을 완전히 제거하여 완벽한 상하 대칭 정중앙 안착 실현 */
    margin: 0 auto !important; 
    position: relative;
    z-index: 70; 
    transform: scale(var(--text-scale, 0.98)); 
}

.key-message-text span.reveal-line {
    font-family: 'YeogiOttaeJalnanGothic', sans-serif !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}

.shooting-star {
    position: absolute;
    top: 58%;
    left: 50%;
    width: min(420px, 42vw);
    height: 2px;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.35) 42%, rgba(255, 255, 255, 0.95) 72%, #ffffff 100%);
    opacity: 0;
    pointer-events: none;
    z-index: 80;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.55)); 
}
.shooting-star.active { animation: shootStar 1.35s ease-out forwards; }
@keyframes shootStar {
    0% { transform: translate(-50%, -50%) rotate(-25deg) translateX(-95vw); opacity: 0; }
    12% { opacity: 1; }
    70% { opacity: 1; }
    100% { transform: translate(-50%, -50%) rotate(-25deg) translateX(95vw); opacity: 0; }
}

.key-message-sub-box {
    text-align: center !important; 
    display: flex;
    flex-direction: column;
    align-items: center;      
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: opacity, transform;
    z-index: 70; 
    width: 100%;
}
.key-message-sub-box.active { opacity: 1; transform: translateY(0); }

.key-message-sub-box p {
    text-align: center !important; 
    font-size: 18px;
    font-weight: 700 !important; 
    color: #ffffff !important; 
    line-height: 1.9;
    margin-bottom: 2px;
    word-break: keep-all;
}
.key-message-sub-box p.highlight-line { color: #ffffff !important; font-weight: 700 !important; }
.key-message-sub-box p.bold-line { font-size: 18px !important; color: #ffffff !important; font-weight: 700 !important; }

#hero-particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; overflow: hidden; }
.hero-particle { position: absolute; left: 50%; top: 50%; font-family: 'Courier New', Courier, monospace !important; color: rgba(255, 255, 255, 0.25); font-size: 14px; font-weight: 400; opacity: 0; animation: radiateParticle forwards; }
@keyframes radiateParticle {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(0.3); }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) scale(1.5); }
}

.section-header { text-align: center; margin-bottom: 50px; display: flex; flex-direction: column; align-items: center; }

.section-badge { 
    font-family: 'IBM Plex Sans', sans-serif; 
    background-color: #FF4B4B !important; 
    color: #FFFFFF !important; 
    border: none !important;
    text-transform: none !important; 
    font-size: 13px; 
    font-weight: 700 !important; 
    padding: 5px 20px; 
    border-radius: 50px; 
    margin-bottom: 16px; 
    letter-spacing: 0.5px; 
    display: inline-block;
}
.section-title { font-size: 36px; margin-bottom: 16px; font-weight: 800; }
.section-subtitle { font-size: 16px; color: #aaaaaa; word-break: keep-all; text-align: center; }

.culture-section, .positions-section, .process-section, .faq-section { padding: 120px 0; }

.video-container { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; border-radius: 12px; overflow: hidden; background-color: #000; box-shadow: 0 15px 35px rgba(0,0,0,0.4); margin-bottom: 40px; }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

.blog-slider-container { overflow: hidden; position: relative; padding: 20px 0; mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%); }
.sub-placeholder-grid { gap: 16px; }
.blog-slider-container:hover .sub-placeholder-grid { animation-play-state: paused; }
.sub-img-item { width: 280px; flex-shrink: 0; background: rgba(255, 255, 255, 0.04); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; border: 1px solid rgba(255,255,255,0.05); }
.sub-img-box img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.sub-img-text { 
    font-size: 17px; font-weight: 600; color: #e5e5e5; line-height: 1.5; 
    padding: 14px 20px 0 20px !important; margin-bottom: 16px !important; 
    height: 60px !important; flex-grow: 0 !important; 
    display: -webkit-box !important; -webkit-box-orient: vertical !important; -webkit-line-clamp: 2 !important;
    overflow: hidden !important; text-overflow: ellipsis !important; word-break: break-all !important; white-space: normal !important;
}
@keyframes cultureRolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ==========================================
   泥⑤� �대�吏� 湲곗� 3�� �뱀뀡 �붿옄�� �ㅽ궓
   - 紐⑥쭛 吏곷Т / 怨듯넻 �먭꺽 諛� �꾪삎 �덉감 / FAQ留� 蹂�寃�
   ========================================== */

/* 怨듯넻 ��낵 �щ갚 */
.positions-section .container,
.process-section .container,
.faq-section .container {
    max-width: 900px;
}

.positions-section .section-header,
.process-section .section-header,
.faq-section .section-header {
    margin-bottom: 52px;
}

.positions-section .section-title,
.process-section .section-title,
.faq-section .section-title {
    font-family: 'YeogiOttaeJalnanGothic', sans-serif !important;
    font-weight: normal !important;
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 24px;
}

.positions-section .section-subtitle,
.process-section .section-subtitle,
.faq-section .section-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.58);
}

/* [1] 紐⑥쭛 吏곷Т */
.main-category-tabs {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 34px auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.34);
    padding-bottom: 0;
}
.category-tab-btn {
    height: 58px;
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    position: relative;
    cursor: pointer !important;
    transition: color 0.2s ease;
}
.category-tab-btn:hover,
.category-tab-btn.active {
    color: #FF4B4B !important;
}
.category-tab-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 4px;
    background: #FF4B4B;
    border-radius: 4px 4px 0 0;
}

.job-accordion-item {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 14px auto;
    overflow: hidden;
    border: 0 !important;
    border-radius: 10px;
    background: #191919 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}
.job-accordion-item:hover {
    background: #202020 !important;
    border: 0 !important;
}
.job-accordion-item.active {
    background: #2b2b2b !important;
    border: 0 !important;
}
.job-accordion-header {
    min-height: 75px;
    padding: 0 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent !important;
    cursor: pointer !important;
}
.job-accordion-item.active .job-accordion-header {
    min-height: 78px;
    background: #E9E9E9 !important;
    border-bottom: 0 !important;
}
.job-title-name {
    font-size: 17px;
    font-weight: 900 !important;
    color: #ffffff;
    letter-spacing: -0.2px;
}
.job-accordion-item.active .job-title-name {
    color: #111111 !important;
}
.arrow-icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

/* �쇱퀜吏� �곹깭 */
.job-accordion-item.active .arrow-icon {
    transform: rotate(-135deg);
}

/* �쒖꽦 移대뱶 �ㅻ뜑�� 諛곌꼍�� 諛앹쑝誘�濡� �붿궡�� �됱긽 蹂�寃� */
.job-accordion-item.active .arrow-icon {
    border-color: #111;
}
.job-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.job-detail-content {
    padding: 34px 34px 36px 34px;
    background: #2b2b2b !important;
    display: flex;
    flex-direction: column;
    gap: 45px;
    text-align: left !important;
}
.detail-row {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    align-items: start;
    column-gap: 36px;
}
.detail-label {
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 900 !important;
    line-height: 1.6;
}
.detail-text p {
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
    margin-bottom: 4px;
    word-break: keep-all;
    text-align: left !important;
}
.detail-action-row {
    display: none !important;
}
.empty-text {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 15px;
}

/* [2] 怨듯넻 �먭꺽 諛� �꾪삎 �덉감 */
.process-section .section-header {
    margin-bottom: 52px;
}
.process-flow-container {
    width: 100%;
    max-width: 850px !important;
    margin: 0 auto 50px auto;
    display: grid;
    grid-template-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
    align-items: center;
    gap: 16px;
}
html body .process-step {
    height: 125px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 4px;
    overflow: hidden;
    background: #191919 !important;
    backdrop-filter: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}
html body .process-step:hover {
    background: #191919 !important;
    border: 0 !important;
    transform: none !important;
}
.step-num {
    height: 43px;
    margin: 0 0 21px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #282828;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 900 !important;
    text-transform: uppercase;
}
.step-name {
    margin: 0 0 6px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900 !important;
    line-height: 1.25;
    word-break: keep-all;
}
.step-date {
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}
.process-arrow {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #2A2A2A;
    border-right: 0;
    transform: none;
    justify-self: center;
}
html body .qualification-box {
    margin: 0 auto 22px auto;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 140px 1fr;
    column-gap: 52px;
    align-items: center;
}
html body .qualification-box .qual-title {
    font-size: 17px;
}
html body .qualification-box .qual-list-wrapper {
    width: 100%;
}
html body .qualification-box .qual-list li {
    font-weight: 600;
}
.process-notices {
    max-width: 850px !important;
    margin: 0 auto;
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left !important;
}
.notice-item {
    padding-left: 0 !important;
    color: rgba(255, 255, 255, 0.42);
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.65;
    word-break: keep-all;
}
.notice-item::before {
    content: "" !important;
}

/* [3] �먯＜ 臾삳뒗 吏덈Ц */
#faq .tab-container {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 34px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.34);
    padding-bottom: 0;
}
#faq .tab-btn {
    height: 58px;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 18px;
    font-weight: 900 !important;
    text-align: center;
    position: relative;
    cursor: pointer !important;
}
#faq .tab-btn:hover,
#faq .tab-btn.active {
    color: #FF4B4B !important;
    background: none !important;
}
#faq .tab-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 4px;
    background: #FF4B4B;
    border-radius: 4px 4px 0 0;
}
.faq-accordion-wrapper {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.faq-item {
    margin: 0;
    padding: 36px 0 38px 0;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 0 !important;
    overflow: visible;
}
.faq-item:hover {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}
/* [핵심 업데이트] 질문 왼쪽에 따라붙던 "지원", "전형", "기타" 텍스트 뱃지 영역을 완전히 삭제 */
html body .faq-row-badge,
html body .badge-apply,
html body .badge-process,
html body .badge-etc {
    display: none !important;
}

html body .faq-question {
    padding: 0 !important;
    cursor: pointer !important; 
    user-select: none;
    
    /* [핵심 업데이트] 뱃지가 숨겨졌으므로 flex 정렬 간섭을 지우고 표준 블록 정렬로 원복 */
    display: block !important;
    width: 100% !important;
}

html body .faq-question-text {
    display: block !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    word-break: keep-all !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}
.faq-icon {
    display: none !important;
}
.faq-answer {
    max-height: none !important;
    overflow: visible !important;
    background: transparent !important;
    transition: none !important;
}
.faq-answer p {
    padding: 22px 0 0 0 !important;
    border-top: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    word-break: keep-all;
}
.faq-item.active {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}
.faq-item.active .faq-question span {
    color: #ffffff !important;
}

/* 紐⑤컮�쇱뿉�쒕뒗 泥⑤� �붿옄�몄쓣 �몃줈�뺤쑝濡� �먯뿰�ㅻ읇寃� 蹂��� */
@media (max-width: 768px) {
    
    .positions-section .section-title,
    .process-section .section-title,
    .faq-section .section-title {
        font-size: 26px !important;
    }

    .main-category-tabs {
        display: flex;
        justify-content: flex-start;
        gap: 28px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .category-tab-btn {
        flex: 0 0 auto;
        height: 52px;
        font-size: 16px;
    }

    .job-accordion-header {
        min-height: 66px;
        padding: 0 22px;
    }
   .job-accordion-item.active .job-accordion-header {
        min-height: 66px !important;
    }
    .job-detail-content {
        padding: 28px 22px;
        gap: 28px;
    }
    .detail-row {
        display: block;
    }
     /* �대떦 �낅Т / �먭꺽 �붽굔 */
    .detail-label {
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
        margin-bottom: 16px !important;
    }

    /* 蹂몃Ц */
    .detail-text p,
    .detail-text li {
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 1.8 !important;
    }
    .process-flow-container {
        display: flex;
    }
    html body .process-step {
        width: 100%;
        height: auto;
        min-height: 116px;
    }
    .process-arrow {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #2A2A2A;
        border-bottom: 0;
    }
    html body .qualification-box {
        display: block;
    }
    html body .qualification-box .qual-title {
        margin-bottom: 18px !important;
    }

    #faq .tab-container {
        gap: 0;
    }
    #faq .tab-btn {
        height: 52px;
        font-size: 15px;
    }
    .faq-item {
        padding: 28px 0 30px 0;
    }
    .faq-question span {
        font-size: 18px;
    }
    
}

/* ==========================================
   �섎떒 諛붾줈媛�湲� 諛� ���대㉧ �곸뿭 怨좎젙 �덉씠�꾩썐
   ========================================== */
.shortcut-section { padding: 120px 0 100px 0; text-align: center; position: relative; overflow: hidden; }
.shortcut-flex-box { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.shortcut-title { font-family: 'YeogiOttaeJalnanGothic', sans-serif !important; font-size: 40px !important; font-weight: normal !important; line-height: 1.5; margin-bottom: 60px; }

.timer-display {
    font-family: 'Cafe24 Anemone', 'Cafe24 Ssurround', sans-serif !important; 
    font-size: 54px !important; font-weight: bold !important; color: #FF4B4B !important; text-align: center !important; margin-bottom: 50px !important;
    font-variant-numeric: tabular-nums !important; letter-spacing: -1px !important; 
}
.timer-display span { color: #FF4B4B !important; font-variant-numeric: tabular-nums; font-size: 56px !important; font-weight: 800 !important; margin: 0 2px; }
.timer-display .timer-tail { font-size: 34px !important; font-weight: 700 !important; color: #ffffff !important; margin-left: 8px; display: inline-block; }

.shortcut-socials-wrapper {
    display: flex !important; flex-direction: column !important; align-items: center !important; gap: 12px !important; width: 100% !important; max-width: 420px !important; margin: 0 auto !important;
}
.shortcut-socials-wrapper .main-btn-row,
.shortcut-socials-wrapper .sub-btn-row {
    display: flex !important; flex-direction: column !important; width: 100% !important; gap: 12px !important; margin: 0 !important; padding: 0 !important;
}

.btn-main-action {
    display: block !important; width: 100% !important; background: linear-gradient(90deg, #FF4B4B 0%, #FF6B35 100%) !important; color: #ffffff !important;
    border: none !important; padding: 18px 0 !important; border-radius: 50px !important; font-size: 16px !important; font-weight: 800 !important; text-decoration: none !important; text-align: center !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important; box-shadow: 0 5px 20px rgba(255, 75, 75, 0.2) !important;
    cursor: pointer !important;
}
.btn-main-action:hover { 
    transform: scale(1.02) translateY(-2px) !important; 
    filter: brightness(1.1) !important;
    box-shadow: 0 8px 25px rgba(255, 75, 75, 0.4) !important; 
}

.btn-sub-link {
    display: block !important; width: 100% !important; box-sizing: border-box !important; text-align: center !important; padding: 16px 0 !important; border-radius: 50px !important; font-size: 14px !important; font-weight: 700 !important; text-decoration: none !important;
    background: rgba(255, 255, 255, 0.03) !important; color: #ffffff !important; border: 1px solid rgba(255, 255, 255, 0.06) !important; transition: all 0.25s ease !important; box-shadow: none !important;
    cursor: pointer !important;
}
.btn-sub-link:hover { background: rgba(255, 255, 255, 0.06) !important; border-color: rgba(255, 255, 255, 0.15) !important; }

.footer { padding: 50px 0; border-top: 1px solid #151515; background-color: #050505; }
@media (max-width: 768px) {
    html body .footer-container {
        align-items: flex-start !important;
        text-align: left !important;
    }

    html body .footer-corp,
    html body .footer-desc {
        text-align: left !important;
    }
}
.footer-corp { font-size: 14px; font-weight: 700; color: #777; margin-bottom: 6px; }
.footer-desc { font-size: 12px; color: #444; line-height: 1.6; }

/* 誘몃뵒�� 荑쇰━: 紐⑤컮�� 理쒖쟻�� �덉씠�꾩썐 遺꾨━ 議곗쑉 */
@media (max-width: 768px) {
    .container { padding: 20px; }
    .navbar { display: none !important; } 
    .hero-title { font-size: 36px !important; }
    .hero-subtitle { font-size: 16px !important; }
    .subtitle-group { margin-top: 10px !important; margin-bottom: 40px !important; }
    .btn-hero-primary { width: 85% !important; }
    .mobile-only { display: block; }
    
    .key-message-section { height: 160vh !important; }
    .key-message-text { font-size: 28px !important; }
    .section-title { font-size: 26px !important; }
    
    .shortcut-section .section-title { font-size: 24px !important; }
    .timer-display { font-size: 22px !important; }
    .timer-display span { font-size: 26px !important; }
    .timer-display .timer-tail { font-size: 22px !important; }
    
    .process-flow-container { flex-direction: column; gap: 14px; }
    .process-arrow { transform: rotate(135deg); margin: 4px 0; }
    
    .shortcut-socials-wrapper .sub-btn-row { display: flex; flex-direction: column; gap: 12px; width: 100%; }
    .btn-sub-link { width: 100% !important; padding: 16px 0; }
    
    .footer-container { align-items: center; text-align: center; }
}
/* 釉붾줈洹� �몃꽕�� 移대뱶 �붿옄�� �듭씪 */
html body .sub-img-item {
    flex: 0 0 300px !important;
    background: #191919 !important;
    border: 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* hover�대룄 怨쇳븳 蹂��� �놁쓬 */
html body .sub-img-item:hover {
    background: #191919 !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

/* �몃꽕�� �대�吏� �곸뿭 */
html body .sub-img-box {
    width: 100% !important;
    background: #111111 !important;
    overflow: hidden !important;
}

html body .sub-img-box img {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
}

/* �섎떒 �띿뒪�� �곸뿭 */
html body .sub-img-text {
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.86) !important;

    padding: 16px 18px 20px 18px !important;
    margin: 0 !important;
    min-height: 72px !important;
    height: auto !important;

    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: keep-all !important;
}

/* 移대뱶 媛꾧꺽 �뺣━ */
html body .sub-placeholder-grid {
    gap: 28px !important;
}
/* �섏씠吏� �꾩껜 諛곌꼍 寃����� 怨좎젙 */
html,
body {
    background: #000000 !important;
    background-color: #000000 !important;
}

/* �꾩껜 諛곌꼍 洹몃씪�붿뼵�� �쒓굅 */
html body .gradient-bg {
    background: #000000 !important;
}

html body .gradients-container {
    display: none !important;
}

/* �꾩껜�� 源붾┛ 遺됱�/�뚯깋 �ㅻ쾭�덉씠 �쒓굅 */
html body::before,
html body .gradient-bg::after {
    background: #000000 !important;
    background-color: #000000 !important;
}

/* 媛� �뱀뀡 諛곌꼍�� �щ챸 �먮뒗 寃����됱쑝濡� 怨좎젙 */
html body .hero,
html body .culture-section,
html body .positions-section,
html body .process-section,
html body .faq-section,
html body .shortcut-section {
    background: transparent !important;
}

/* �ㅻ찓�몄� �뱀뀡�� 湲곗〈 遺됱� �④낵 �좎� */
html body .key-message-section {
    background: transparent !important;
}
html body .key-message-bg {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1.3) !important; 
    z-index: 20 !important; 
    pointer-events: none !important;
    
    /* [업데이트] 사방으로 부드럽게 소멸하는 이상적인 원본 해상도 폭 설정 */
    width: 1200px !important;
    height: 650px !important;
    border-radius: 50% !important;
    
    /* [업데이트] 중심부는 선명하게 일렁이고 외곽선은 완벽하게 암전(Black)화되는 순수 그라디언트 밸런스 복원 */
    background: radial-gradient(
        ellipse at center, 
        rgba(255, 75, 75, 0.9) 0%,        
        rgba(255, 35, 35, 0.5) 35%,     
        rgba(255, 0, 0, 0.1) 65%,      
        transparent 80%                 
    ) !important;
    filter: blur(80px) !important; 
    
    transition: opacity 0.5s ease !important;
}
/* 怨듯넻 �먭꺽 移대뱶 �붿옄�� 蹂�寃� */
html body .qualification-box {
    max-width: 850px !important;
    margin: 0 auto 22px auto !important;
    padding: 30px 30px !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    backdrop-filter: none !important;

    display: grid !important;
    grid-template-columns: 180px 1fr !important;
    column-gap: 20px !important;
    align-items: center !important;
    text-align: left !important;
}

/* �쇱そ '怨듯넻�먭꺽' �띿뒪�� */
html body .qualification-box .qual-title {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    text-align: center !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

/* �곗륫 由ъ뒪�� �곸뿭 */
html body .qualification-box .qual-list-wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* �곗륫 由ъ뒪�� */
html body .qualification-box .qual-list {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 由ъ뒪�� �띿뒪�� */
html body .qualification-box .qual-list li {
    position: relative !important;
    padding-left: 18px !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    word-break: keep-all !important;
    text-align: left !important;
}

/* 遺덈┸ */
html body .qualification-box .qual-list li::before {
    content: "��" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.7 !important;
}
/* �꾪삎 �덉감 STEP 移대뱶 而⑦뀗痢� 以묒븰 �뺣젹 */

/* STEP �곷떒 �곸뿭 */

/* STEP �쒕ぉ */

/* STEP �좎쭨 */
/* �명꽣酉� �뱀뀡 ���댄��� �ㅻⅨ �뱀뀡 ���댄�怨� �듭씪 */
html body #culture .section-title {
    font-family: 'YeogiOttaeJalnanGothic', sans-serif !important;
    font-weight: normal !important;
    font-size: 38px !important;
    line-height: 1.25 !important;
    letter-spacing: -1px !important;
    margin-bottom: 24px !important;
}

/* �명꽣酉� �뱀뀡 �쒕툕���댄��� �ㅻⅨ �뱀뀡怨� �� �듭씪 */
html body #culture .section-subtitle {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.58) !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}
/* �꾪삎 �덉감 STEP 移대뱶 媛꾧꺽 異뺤냼 + �대� �щ갚 異붽� */

/* STEP 移대뱶 �믪씠�� �대� �щ갚 �댁쭩 利앷� */

/* �곷떒 STEP �곸뿭�� 移대뱶 醫뚯슦 �⑤뵫 �곹뼢 �놁씠 苑� 李④쾶 */
html body .process-flow-container .process-step .step-num {
    margin-left: -14px !important;
    margin-right: -14px !important;
}

/* �쒕ぉ/�좎쭨 �띿뒪�� �щ갚 */

/* �붿궡�� 媛꾧꺽�� 留욊쾶 �ш린 �댁쭩 異뺤냼 */
/* �꾪삎 �덉감 STEP �곸뿭 ��쓣 怨듯넻 �먭꺽 諛뺤뒪�� �숈씪�섍쾶 */
html body .process-flow-container {
    width: 100% !important;
    max-width: 850px !important;
    margin-left: auto !important;
    margin-right: auto !important;

    display: grid !important;
    grid-template-columns: 1fr 10px 1fr 10px 1fr 10px 1fr !important;
    gap: 10px !important;
    align-items: center !important;
}

/* STEP 移대뱶 */
html body .process-flow-container .process-step {
    width: 100% !important;
    height: 166px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-rows:60px 1fr auto auto 1fr !important;
    align-items: center !important;
    justify-items: center !important;
    text-align: center !important;
}

/* STEP �곷떒 �ㅻ뜑 */
html body .process-flow-container .process-step .step-num {
    grid-row: 1 !important;
    width: 100% !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* 移대뱶 �대� �쒕ぉ */
html body .process-flow-container .process-step .step-name {
    grid-row: 3 !important;
    width: 100% !important;
    margin: 0 0 6px 0 !important;
    padding: 0 12px !important;

    display: block !important;
    text-align: center !important;
}

/* 移대뱶 �대� �좎쭨 */
html body .process-flow-container .process-step .step-date {
    grid-row: 4 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 12px !important;

    display: block !important;
    text-align: center !important;
}

/* �붿궡�� �ш린 �뺣━ */
html body .process-flow-container .process-arrow {
    justify-self: center !important;
    border-top-width: 10px !important;
    border-bottom-width: 10px !important;
    border-left-width: 10px !important;
}
/* �꾪삎 �덉감 STEP 移대뱶 hover 諛섏쓳 �꾩쟾 �쒓굅 */
html body .process-flow-container .process-step,
html body .process-flow-container .process-step:hover,
html body .process-flow-container .process-step:focus,
html body .process-flow-container .process-step:active {
    background: #191919 !important;
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
    border: 0 !important;
    transition: none !important;
}

html body .process-flow-container .process-step .step-num,
html body .process-flow-container .process-step:hover .step-num,
html body .process-flow-container .process-step:focus .step-num,
html body .process-flow-container .process-step:active .step-num {
    background: transparent !important;
    color: #ff4545 !important;
}

/* �대� �띿뒪�� �됱긽�� hover �� 怨좎젙 */
html body .process-flow-container .process-step .step-name,
html body .process-flow-container .process-step:hover .step-name {
    color: #ffffff !important;
}

html body .process-flow-container .process-step .step-date,
html body .process-flow-container .process-step:hover .step-date {
    color: rgba(255, 255, 255, 0.45) !important;
}
/* �섎떒 蹂댁“ 踰꾪듉�� 紐⑥쭛 吏곷Т 移대뱶 踰꾪듉 �ㅽ��쇰줈 蹂�寃� */
html body .shortcut-socials-wrapper .sub-btn-row {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 14px !important;
    margin-top: 14px !important;
}

html body .shortcut-socials-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

html body .shortcut-socials-wrapper .main-btn-row,
html body .shortcut-socials-wrapper .sub-btn-row {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 14px !important;
    margin: 0 !important;
}

/* �섎떒 2媛� 踰꾪듉�� 紐⑥쭛 吏곷Т 移대뱶�� �ㅼ쑝濡� �좎��섎릺, �쇱슫�쒕뒗 硫붿씤 踰꾪듉怨� �듭씪 */
html body .shortcut-socials-wrapper .btn-sub-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 58px !important;
    padding: 0 34px !important;

    background: #191919 !important;
    border: 0 !important;
    border-radius: 50px !important;
    box-shadow: none !important;

    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-decoration: none !important;

    transition: background 0.2s ease !important;
}

/* hover�� Backend Engineer 移대뱶泥섎읆 �댁쭩 諛앹븘吏�寃� */
html body .shortcut-socials-wrapper .btn-sub-link:hover,
html body .shortcut-socials-wrapper .btn-sub-link:focus {
    background: #202020 !important;
    color: #ffffff !important;
    transform: none !important;
    filter: none !important;
    box-shadow: none !important;
}

html body .shortcut-socials-wrapper .btn-main-action {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 58px !important;
    padding: 0 34px !important;
    line-height: 1 !important;
    text-align: center !important;
}
/* ���대㉧ �レ옄�� DS-DIGIT �고듃 �곸슜 */
html body #timer-days,
html body #timer-hours,
html body #timer-minutes,
html body #timer-seconds,
html body #timer-ms {
    font-family: 'DSDigit', monospace !important;
    font-weight: normal !important;
    font-variant-numeric: tabular-nums !important;
    letter-spacing: 0 !important;
}

/* ���대㉧ �꾩껜 �� 異뺤냼 */
html body .timer-display {
    display: grid !important;
    grid-template-columns: 105px 145px 105px 145px 150px !important;
    column-gap: 12px !important;
    justify-content: center !important;
    align-items: baseline !important;
    width: auto !important;
    max-width: 760px !important;
    margin: 0 auto 54px auto !important;
}
/* �レ옄 �� 異뺤냼 */
html body .timer-number {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    font-size: 72px !important;
    text-align: right !important;
}
/* 珥� �뚯닔�� �� 異뺤냼 */
html body .timer-ms {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    font-size: 44px !important;
    text-align: left !important;
}

/* �レ옄 �ш린 議곗젙 */
html body .timer-display span {
    font-family: 'DSDigit', monospace !important;
    font-weight: normal !important;
}


/* ==========================================
   FINAL TIMER FIX
   - �묒� 以묐났 "�⑥븯�댁슂" �쒓굅�� HTML 援ъ“�먯꽌 泥섎━
   - 珥� 蹂�寃� �� �붾뱾由� 諛⑹�: innerHTML �ъ깮�� 湲덉� + 怨좎젙 grid ��
   ========================================== */
html body .shortcut-section .timer-display {
    display: grid !important;
    grid-template-columns: 132px 160px 120px 120px 120px !important;
    column-gap: 18px !important;
    align-items: baseline !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 auto 54px auto !important;
    padding: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    text-align: center !important;
    font-family: 'NanumSquare', sans-serif !important;
}

html body .shortcut-section .timer-block {
    display: grid !important;
    grid-template-columns: 86px auto !important;
    align-items: baseline !important;
    justify-content: end !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

html body .shortcut-section .timer-number {
    font-family: 'DSDigit', monospace !important;
    font-size: 74px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    color: #FF4B4B !important;
    display: block !important;
    width: 86px !important;
    min-width: 86px !important;
    max-width: 86px !important;
    text-align: right !important;
    font-variant-numeric: tabular-nums !important;
    font-feature-settings: "tnum" 1 !important;
    font-synthesis: none !important;
    transform: translateZ(0);
    backface-visibility: hidden;
}

html body .shortcut-section .timer-unit {
    font-family: 'NanumSquare', sans-serif !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    color: #FF4B4B !important;
    display: block !important;
    width: max-content !important;
    min-width: max-content !important;
    margin: 0 0 0 7px !important;
    padding: 0 !important;
    text-align: left !important;
}

html body .shortcut-section .timer-tail {
    font-family: 'NanumSquare', sans-serif !important;
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    color: #ffffff !important;
    display: block !important;
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

html body .shortcut-section .timer-closed {
    font-family: 'NanumSquare', sans-serif !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #FF4B4B !important;
}

html body .shortcut-section .timer-display span {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    html body .shortcut-section .timer-display {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;

        gap: 8px !important;
        margin: 0 auto 40px auto !important;
    }

    html body .shortcut-section .timer-block {
        display: flex !important;
        align-items: baseline !important;
        width: auto !important;
    }

    html body .shortcut-section .timer-number {
        width: auto !important;
        min-width: auto !important;
        font-size: 42px !important;
        text-align: center !important;
    }

    html body .shortcut-section .timer-unit {
        font-size: 22px !important;
        margin-left: 4px !important;
    }

    html body .shortcut-section .timer-tail {
        width: auto !important;
        min-width: auto !important;
        font-size: 24px !important;
        margin-left: 6px !important;
    }
}
/* �꾪삎 �덉감 STEP 移대뱶 �쇱슫�� 議곗젙 */
html body .process-flow-container .process-step {
    border-radius: 8px !important;
    overflow: hidden !important;
}
/* ==========================================
   MOBILE REQUEST FIX
   ========================================== */
@media (max-width: 768px) {
      #ascii-globe {
        top: 1040px !important;
    }
    /* 1. 紐⑤컮�� ���댄� �ш린 �듭씪 */
    html body #culture .section-title,
    html body .positions-section .section-title,
    html body .process-section .section-title,
    html body .faq-section .section-title {
        font-size: 26px !important;
        line-height: 1.35 !important;
        margin-bottom: 14px !important;
        letter-spacing: -0.8px !important;
        word-break: keep-all !important;
    }

    /* 2. 紐⑥쭛 吏곷Т 移댄뀒怨좊━ �ㅽ겕濡� �놁씠 5媛� �몄텧 */
    html body .main-category-tabs {
        width: 100% !important;
        margin: 0 auto 28px auto !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        gap: 0 !important;
        overflow: visible !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.34) !important;
    }

    html body .category-tab-btn {
        width: auto !important;
        min-width: 0 !important;
        flex: none !important;
        height: 46px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
        letter-spacing: -0.3px !important;
    }

    html body .category-tab-btn.active::after {
        height: 3px !important;
        bottom: -1px !important;
        border-radius: 0 !important;
    }

    /* 3. �꾪삎 �덉감 紐⑤컮�� �몃줈 �뺣젹 */
    html body .process-flow-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 auto 32px auto !important;
    }

    html body .process-flow-container .process-step {
        width: 100% !important;
        height: 124px !important;
        grid-template-rows: 44px 1fr auto auto 1fr !important;
        border-radius: 8px !important;
    }

    html body .process-flow-container .process-step .step-num {
        height: 44px !important;
        font-size: 13px !important;
    }

    html body .process-flow-container .process-step .step-name {
        font-size: 16px !important;
    }

    html body .process-flow-container .process-step .step-date {
        font-size: 12px !important;
    }

    html body .process-flow-container .process-arrow {
        width: 0 !important;
        height: 0 !important;
        border-left: 6px solid transparent !important;
        border-right: 6px solid transparent !important;
        border-top: 6px solid #2A2A2A !important;
        border-bottom: 0 !important;
        transform: none !important;
        margin: 0 !important;
    }

    /* 4. 怨듯넻 �먭꺽 紐⑤컮�� �곹븯 援ъ“ + 醫뚯륫 �뺣젹 */
    html body .qualification-box {
        display: block !important;
        width: 100% !important;
        padding: 24px 20px !important;
        border-radius: 8px !important;
        text-align: left !important;
    }

    html body .qualification-box .qual-title {
        display: block !important;
        text-align: left !important;
        font-size: 17px !important;
        line-height: 1.4 !important;
        margin: 0 0 16px 0 !important;
        padding: 0 !important;
    }

    html body .qualification-box .qual-list-wrapper {
        width: 100% !important;
    }

    html body .qualification-box .qual-list {
        align-items: stretch !important;
        gap: 10px !important;
    }

    html body .qualification-box .qual-list li {
        text-align: left !important;
        font-size: 13px !important;
        line-height: 1.65 !important;
        padding-left: 16px !important;
        word-break: keep-all !important;
    }
}
.blog-slider-container {
    width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    scrollbar-width: none;
}

.blog-slider-container::-webkit-scrollbar {
    display: none;
}

.blog-slider-container:active {
    cursor: grabbing;
}
.sub-placeholder-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px !important;
    width: max-content;
    animation: cultureRolling 60s linear infinite;
    will-change: transform;
}

/* �ъ슜�먭� �щ━嫄곕굹 �곗튂�섎㈃ �먮룞 濡ㅻ쭅 �좎떆 �뺤� */
.blog-slider-container:hover .sub-placeholder-grid,
.blog-slider-container:active .sub-placeholder-grid {
    animation-play-state: paused;
}

/* ==========================================
   TARGET DESIGN UPDATE
   - DS-DIGII 誘몄궗��
   - ���댄� 吏�援щ낯/�뚰떚��, �ㅻ찓�쒖� �덈뱶 洹몃씪�곗씠�� �좎�
   - �쇱툩 �곸긽 �곸뿭�� �꾩떆 �뚮젅�댁뒪����
   ========================================== */

html body,
html body * {
    font-family: 'NanumSquare', 'Pretendard', sans-serif;
}

html body .hero-title,
html body .section-title,
html body .shortcut-title,
html body .key-message-text,
html body .key-message-text span {
    font-family: 'YeogiOttaeJalnanGothic', 'NanumSquare', sans-serif !important;
}

/* �곷떒 �대퉬寃뚯씠�� */
html body .top-marquee { display: none !important; }
html body .landing-nav {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;

    background: rgba(0,0,0,.45) !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.06);

    z-index: 9999;
}
html body .nav-container {
    max-width: 1280px;
    padding: 0 40px;
}
html body .brand-logo {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -1px;
}
html body .nav-links {
    display: flex;
    gap: 34px;
    list-style: none;
}
html body .nav-links a {
    color: rgba(255,255,255,.72);
    font-family: 'IBM Plex Sans', 'NanumSquare', sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
html body .nav-links a:hover { color: #fff; }

/* �덉뼱濡� 鍮꾨� 議곗젙: 湲곗〈 吏�援щ낯/�뚰떚�댁� �좎� */
.brand-logo img {
    height: 22px;
    display: block;
}
html body .hero-top-badge {
    background: #4A0707 !important;
    border: 1px solid #FF3D3D !important;
    color: #F5F5F5 !important;
}

html body .section-badge {
    background: #ff4545 !important;
    border: 0 !important;
    color: #fff !important;
}
html body .hero-title { font-size: 55px !important; line-height: 1.28 !important; }
html body .hero-subtitle { font-size: 16px !important; color: rgba(255,255,255,.82); }
html body .btn-hero-primary,
html body .btn-main-action {
    width: 220px !important;
    min-height: 44px !important;
    padding: 0 26px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg,#ff3d3d 0%,#ff6848 100%) !important;
    font-size: 14px !important;
    box-shadow: none !important;
}
html body .hero-bottom-text { font-size: 12px; color: rgba(255,255,255,.66); }
html body #ascii-globe {
    top: 120%;
    color: rgba(255,255,255,.14);
}

/* �ㅻ찓�쒖�: �ㅽ겕濡� �덈뱶 洹몃씪�곗씠�� �좎� + �대�吏��� 媛숈� 以묒븰 吏묒쨷�� */
html body .key-message-section { height: 300vh !important; }
html body .key-message-bg {
    width: max(2200px, 145vw) !important;
    height: max(1120px, 118vh) !important;
    transform: translate(-50%, -50%) scale(1.16) !important;
    filter: blur(96px) !important;
    background:
        radial-gradient(
            ellipse at center,
            rgba(255, 72, 64, .96) 0%,
            rgba(222, 34, 28, .72) 36%,
            rgba(118, 0, 0, .42) 66%,
            rgba(42, 0, 0, .18) 84%,
            transparent 96%
        ),
        radial-gradient(
            ellipse at 42% 48%,
            rgba(255, 134, 100, .28) 0%,
            transparent 42%
        ),
        radial-gradient(
            ellipse at 58% 52%,
            rgba(255, 25, 25, .24) 0%,
            transparent 46%
        ) !important;
    
    /* [蹂�寃�] 泥� �붾㈃�먯꽌 �꾩쟾�� �④린怨� 0.5珥� 怨좎냽 �섏씠�쒖씤 �띾룄 �곸슜 */
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.5s ease !important;
}

/* [�섏젙] �ㅽ겕濡ㅼ쓣 �대젮�� �ㅻ찓�쒖�媛� �쒖꽦�붾릺�덉쓣 �뚮쭔 �깆옣 + �좊땲硫붿씠�� �쒖옉 */
/* [�섏젙] �ㅽ겕濡ㅼ쓣 �대젮�� �ㅻ찓�쒖�媛� �쒖꽦�붾릺�덉쓣 �뚮쭔 �깆옣 + �좊땲硫붿씠�� �쒖옉 */
html body .key-message-sticky:has(.key-message-sub-box.active) .key-message-bg {
    opacity: 1 !important;
    visibility: visible !important;
    width: max(2400px, 155vw) !important;
    height: max(1200px, 126vh) !important;
    transform: translate(-50%, -50%) scale(1.2) !important;
    
    /* [蹂�寃�] 0.5珥� 吏꾩엯 由щ벉�� 留욎떠 �쒕젅�대� 0.1珥덈줈 異뺤냼�섏뿬 利됯컖 �쇰쟻�대룄濡� �ㅼ젙 */
    animation: keyGradientFlicker 5.5s ease-in-out infinite alternate !important;
    animation-delay: 0.1s !important; 
}
@keyframes keyGradientFlicker {
    0% {
        opacity: .92;
        transform: translate(-50%, -50%) scale(1.06) rotate(-0.4deg);
        filter: blur(74px);
    }

    45% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1) rotate(0.3deg);
        filter: blur(78px);
    }

    100% {
        opacity: .96;
        transform: translate(-50%, -50%) scale(1.08) rotate(-0.2deg);
        filter: blur(72px);
    }
}
html body .key-message-text {
    font-size: 40px !important;
    line-height: 1.25 !important;
    flex-direction: row !important;
    gap: 8px;
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 18px !important;
}
html body .key-message-text span.reveal-line { width: auto !important; }
html body .key-message-sub-box p { font-size: 18px !important; line-height: 1.65; }

/* 인터뷰 쇼츠 임시 영역 */
html body .culture-section { 
    padding-top: 0px !important; 
    margin-top: 0px !important;
    position: relative !important;   
    
    /* [수정] 자 z-index 순위는 유지하되, 배경을 투명하게 만들어 위쪽 그라디언트가 자연스럽게 비치도록 유도합니다. */
    z-index: 9999 !important;         
    background: transparent !important;
    background-color: transparent !important;
}
html body .shorts-placeholder {
    width: 100%;
    max-width: 816px;
    margin: 0 auto 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}
html body .shorts-card {
    position: relative;
    aspect-ratio: 9 / 16;
    min-height: 324px;
    border-radius: 8px;
    background: #202020;
    overflow: hidden;
}
html body .shorts-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.02) 100%);
}
html body .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,.08);
    cursor: default;
    z-index: 2;
}
html body .play-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid rgba(255,255,255,.18);
}
html body .shorts-temp-note {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    max-width: 360px;
    height: 56px;
    min-height: 56px;

    margin: 0 auto 42px;

    background: #191919;
    border: 0;
    border-radius: 28px;

    color: #ffffff;
    font-size: 15px;
    font-weight: 800;

    text-decoration: none !important;
    box-shadow: none !important;
    transition: background .2s ease;
}

html body .shorts-temp-note:hover {
    background: #202020;
    color: #ffffff;
}

/* 釉붾줈洹� 移대뱶: ��� ��鍮꾩쓽 �꾩떆 移대뱶 �� */
html body .blog-slider-container { mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%); }
html body .sub-img-item {
    flex-basis: 220px !important;
    background: #1d1d1d !important;
    border-radius: 6px !important;
}
html body .sub-img-text {
    font-size: 13px !important;
    line-height: 1.45 !important;

    height: calc(1.45em * 2) !important;
    min-height: calc(1.45em * 2) !important;
    max-height: calc(1.45em * 2) !important;

    padding: 0 12px !important;
    margin: 14px 0 !important;

    color: rgba(255,255,255,.74) !important;

    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;

    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: keep-all !important;
}

/* 紐⑥쭛 吏곷Т: �쒖꽦 �꾩퐫�붿뼵 �덈뱶 �ㅻ뜑 */
html body .positions-section,
html body .process-section,
html body .faq-section { padding: 130px 0 !important; }
html body .positions-section .container,
html body .process-section .container,
html body .faq-section .container { max-width: 980px !important; }
html body .positions-section .section-title,
html body .process-section .section-title,
html body .faq-section .section-title,
html body #culture .section-title { font-size: 44px !important; }
html body .main-category-tabs,
html body #faq .tab-container,
html body .job-accordion-item,
html body .faq-accordion-wrapper,
html body .qualification-box,
html body .process-flow-container,
html body .process-notices { max-width: 920px !important; }
html body .main-category-tabs,
html body #faq .tab-container { border-bottom-color: rgba(255,255,255,.3) !important; }
html body .category-tab-btn,
html body #faq .tab-btn { font-size: 18px !important; height: 60px !important; }
html body .category-tab-btn.active::after,
html body #faq .tab-btn.active::after { height: 3px !important; }
html body .job-accordion-item { border-radius: 6px !important; margin-bottom: 10px !important; background: #181818 !important; }
html body .job-accordion-header { min-height: 72px !important; padding: 0 32px !important; }
html body .job-accordion-item.active .job-accordion-header {
    min-height: 72px !important;
    background: #ff3d3d !important;
}
html body .job-accordion-item.active .job-title-name,
html body .job-accordion-item.active .arrow-icon { color: #fff !important; border-color: #fff !important; }
html body .job-title-name { font-size: 18px !important; }
html body .job-detail-content {
    padding: 36px 40px 42px !important;
    gap: 36px !important;
    background: #2a2a2a !important;
}
html body .detail-row { grid-template-columns: 110px minmax(0, 1fr) !important; column-gap: 24px !important; }
html body .detail-label { font-size: 13px !important; }
html body .detail-text p { font-size: 12px !important; line-height: 1.75 !important; }
html body .detail-action-row {
    display: flex !important;
    justify-content: flex-start !important;
    margin-top: -8px !important;
}
html body .btn-job-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 120px;
    height: 52px;
    padding: 0 28px;

    border-radius: 999px;
    background: #fff;
    color: #111;

    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
}

/* 怨듯넻 �먭꺽 諛� �덉감: 怨듯넻�먭꺽 癒쇱�, 移대뱶�� �ㅽ뀦 */
html body .qualification-box {
    margin-bottom: 42px !important;
    padding: 24px 26px !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
    border-bottom: 1px solid rgba(255,255,255,.16) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    grid-template-columns: 100px 1fr !important;
}
html body .qualification-box .qual-title { text-align: left !important; font-size: 18px !important; }
html body .qualification-box .qual-list li { font-size: 16px !important; color: rgba(255,255,255,.8) !important; }
html body .process-flow-container {
    display: grid !important;

    grid-template-columns:
        1fr 8px
        1fr 8px
        1fr 8px
        1fr !important;

    gap: 12px !important;
    align-items: center;
}
html body .process-arrow {
    display: block !important;

    width: 0;
    height: 0;

    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #2f2f2f;

    justify-self: center;
    align-self: center;
}
html body .process-flow-container .process-step,
html body .process-flow-container .process-step:hover,
html body .process-flow-container .process-step:focus,
html body .process-flow-container .process-step:active {
    height: 240px !important;
    border-radius: 8px !important;
    background: #1f1f1f !important;

    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    position: relative;

    transform: none !important;
    filter: none !important;
    box-shadow: none !important;
    transition: none !important;
    cursor: default !important;
}
html body .process-flow-container .process-step::before {
    content: none !important;
}
html body .process-flow-container .process-step .step-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
    object-fit: contain;
    display: block;
}
html body .process-flow-container .process-step .step-num {
    height: auto !important;
    background: transparent !important;
    color: #ff4545 !important;
    font-size: 12px !important;
    margin: 0 !important;
}
html body .process-flow-container .process-step .step-name { font-size: 17px !important; margin: 0 !important; }
html body .process-flow-container .process-step .step-date { font-size: 13px !important; }
html body .process-notices .notice-item { font-size: 11px !important; }

/* FAQ */
html body .faq-item { padding: 26px 0 28px !important; }
html body .faq-question span {
    font-size: 24px !important;
}
html body .faq-answer p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    padding-top: 18px !important;
}

/* �섎떒 CTA 諛� ���대㉧: DS-DIGII �쒓굅 */
html body .shortcut-title { font-size: 30px !important; margin-bottom: 34px !important; }
html body .shortcut-section .timer-display {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 6px !important;
    max-width: none !important;
    margin-bottom: 40px !important;
}
html body .shortcut-section .timer-block {
    display: inline-flex !important;
    align-items: baseline;
    width: auto !important;
}
html body .shortcut-section .timer-number,
html body #timer-days,
html body #timer-hours,
html body #timer-minutes,
html body #timer-seconds {
    font-family: 'NanumSquare', 'Pretendard', sans-serif !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    font-size: 47px !important;
    font-weight: 900 !important;
    color: #ff4545 !important;
    letter-spacing: -1px !important;
}
html body .shortcut-section .timer-unit {
    color: #ffffff !important;

    font-size: 38px !important;
    font-weight: 900 !important;

    margin-left: 2px !important;
}
html body .shortcut-section .timer-tail { font-size: 38px !important; font-weight: 900 !important; color: #fff !important; width: auto !important; min-width: 0 !important; }
html body .shortcut-socials-wrapper {
    max-width: 360px !important;
    width: 100% !important;
}

html body .shortcut-socials-wrapper .btn-main-action,
html body .shortcut-socials-wrapper .btn-sub-link {

    width: 360px !important;
    height: 56px !important;
    min-height: 56px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 28px !important;

    font-size: 15px !important;
    font-weight: 800 !important;

    padding: 0 !important;
}
html body .footer { background: #000 !important; border-top-color: rgba(255,255,255,.08) !important; }

@media (max-width: 768px) {
    .container {
        padding: 0 20px !important;
    }

    html body .landing-nav {
        display: flex !important;
        height: 56px !important;
    }
     html body .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    html body .nav-container {
        height: 56px !important;
        padding: 0 18px !important;
    }

    html body .brand-logo img {
        height: 18px !important;
    }

    html body .nav-links {
        gap: 12px !important;
    }

    html body .nav-links a {
        font-size: 10px !important;
    }

    html body .hero {
        min-height: 720px !important;
        padding: 120px 0 40px !important;
    }

    html body .hero-title {
        font-size: 36px !important;
        line-height: 1.35 !important;
    }

    html body .hero-subtitle {
        font-size: 14px !important;
    }

    html body .subtitle-group {
        margin-bottom: 36px !important;
    }

    html body .btn-hero-primary {
        width: 220px !important;
        min-height: 46px !important;
    }

    html body #ascii-globe {
        top: 92% !important;
        font-size: 7px !important;
        line-height: 8px !important;
        opacity: .8;
    }

    html body .key-message-section {
        height: 180vh !important;
    }

    html body .key-message-bg {
        width: 720px !important;
        height: 420px !important;
        filter: blur(64px) !important;
    }

    html body .key-message-text {
        font-size: 24px !important;
        line-height: 1.35 !important;
        flex-direction: column !important;
        gap: 2px !important;
    }

    html body .key-message-sub-box p {
        font-size: 12px !important;
        line-height: 1.7 !important;
    }

    html body .culture-section,
    html body .positions-section,
    html body .process-section,
    html body .faq-section {
        padding: 96px 0 !important;
    }

    html body .section-header {
        margin-bottom: 36px !important;
    }

    html body #culture .section-title,
    html body .positions-section .section-title,
    html body .process-section .section-title,
    html body .faq-section .section-title {
        font-size: 25px !important;
        line-height: 1.35 !important;
        margin-bottom: 14px !important;
    }

    html body .section-subtitle {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

  html body .shorts-placeholder {
    max-width: none !important;
    width: calc(100% + 40px) !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding: 0 20px 4px !important;

    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
}

html body .shorts-placeholder::-webkit-scrollbar {
    display: none !important;
}

  html body .shorts-card {
    flex: 0 0 58vw !important;
    min-height: 0 !important;
    aspect-ratio: 9 / 16 !important;
    border-radius: 20px !important;
    scroll-snap-align: center !important;
}

    html body .play-button {
        width: 32px !important;
        height: 32px !important;
    }

    html body .shorts-temp-note {
        width: auto !important;
        min-height: 38px !important;
        padding: 0 18px !important;
        margin-bottom: 36px !important;
        font-size: 12px !important;
    }

    html body .blog-slider-container {
        margin-left: -20px !important;
        margin-right: -20px !important;
        padding: 16px 20px !important;
    }

    html body .sub-placeholder-grid {
        gap: 8px !important;
    }

    html body .sub-img-item {
        flex-basis: 180px !important;
    }

html body .sub-img-text {
    height: calc(1.45em * 2) !important;
    min-height: calc(1.45em * 2) !important;
    max-height: calc(1.45em * 2) !important;

    padding: 0 12px !important;
    margin: 12px 0 !important;

    font-size: 11px !important;
    line-height: 1.45 !important;

    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
}

    html body .main-category-tabs {
        grid-template-columns: repeat(5, 1fr) !important;
        overflow: visible !important;
    }

    html body .category-tab-btn {
        height: 44px !important;
        font-size: 12px !important;
    }

    html body .job-accordion-header,
    html body .job-accordion-header:hover,
    html body .job-accordion-header:focus,
    html body .job-accordion-header:active,
    html body .job-accordion-item.active .job-accordion-header,
    html body .job-accordion-item.active .job-accordion-header:hover,
    html body .job-accordion-item.active .job-accordion-header:focus,
    html body .job-accordion-item.active .job-accordion-header:active {
        min-height: 56px !important;
        height: 56px !important;
        max-height: 56px !important;
        padding: 0 18px !important;
        box-sizing: border-box !important;
        transform: none !important;
        scale: 1 !important;
        transition: background-color 0.2s ease, color 0.2s ease !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    html body .job-title-name {
        font-size: 13px !important;
    }

    html body .job-detail-content {
        padding: 22px 18px !important;
        gap: 24px !important;
    }

    html body .detail-row {
        display: block !important;
    }

    html body .detail-label {
        margin-bottom: 10px !important;
        font-size: 13px !important;
    }

    html body .detail-text p {
        font-size: 12px !important;
        line-height: 1.75 !important;
    }

    html body .qualification-box {
        display: block !important;
        padding: 22px 0 !important;
        margin-bottom: 32px !important;
    }

    html body .qualification-box .qual-title {
        margin-bottom: 14px !important;
        font-size: 14px !important;
    }

    html body .qualification-box .qual-list li {
        font-size: 12px !important;
        line-height: 1.7 !important;
    }

    html body .process-flow-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-bottom: 28px !important;
    }

    html body .process-flow-container .process-step,
    html body .process-flow-container .process-step:hover,
    html body .process-flow-container .process-step:focus,
    html body .process-flow-container .process-step:active {
        width: 100% !important;
        min-height: 118px !important;
        height: auto !important;
        padding: 22px 24px !important;
        display: grid !important;
        grid-template-columns: 76px 156px !important;
        grid-template-rows: auto auto auto !important;
        justify-content: center !important;
        column-gap: 18px !important;
        row-gap: 4px !important;
        align-items: center !important;
        justify-items: stretch !important;
        text-align: left !important;
        transform: none !important;
        scale: 1 !important;
        box-shadow: none !important;
        filter: none !important;
        transition: none !important;
        cursor: default !important;
        -webkit-tap-highlight-color: transparent !important;
        touch-action: manipulation !important;
    }

    html body .process-flow-container .process-step::before {
        content: none !important;
    }

    html body .process-flow-container .process-step .step-icon {
        grid-column: 1 !important;
        grid-row: 1 / 4 !important;
        width: 64px !important;
        height: 64px !important;
        margin: 0 !important;
        align-self: center !important;
        justify-self: center !important;
        transform: translateX(8px) !important;
    }

    html body .process-flow-container .process-arrow {
        border-left: 7px solid transparent !important;
        border-right: 7px solid transparent !important;
        border-top: 7px solid #2f2f2f !important;
        border-bottom: 0 !important;
        margin: 2px 0 !important;
    }

    html body .process-flow-container .process-step .step-num {
        grid-column: 2 !important;
        grid-row: 1 !important;
        font-size: 12px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        justify-content: flex-start !important;
        text-align: left !important;
        transform: translateX(8px) !important;
    }

    html body .process-flow-container .process-step .step-name {
        grid-column: 2 !important;
        grid-row: 2 !important;
        font-size: 14px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
        transform: translateX(8px) !important;
    }

    html body .process-flow-container .process-step .step-date {
        grid-column: 2 !important;
        grid-row: 3 !important;
        font-size: 11px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
        transform: translateX(8px) !important;
    }

  html body .process-notices .notice-item {
        font-size: 11px !important;
        line-height: 1.6 !important;
    }
    /* 湲곗〈 臾띠쓬 諛붾줈 �꾨옒�� �덈뒗 �� 遺�遺꾨쭔 李얠븘 援먯껜 */
    html body .process-notices .notice-item:nth-child(2) { 
        color: #ffffff !important; 
        opacity: 1 !important; 
    }

    html body #faq .tab-btn {
        height: 46px !important;
        font-size: 13px !important;
    }

    html body .faq-item {
        padding: 22px 0 24px !important;
    }

   html body .faq-question span {
    font-size: 18px !important;
    line-height: 1.45 !important;
}

    html body .faq-answer p {
        font-size: 12px !important;
        line-height: 1.7 !important;
    }

    html body .shortcut-section {
        padding: 96px 0 80px !important;
    }

    html body .shortcut-title {
        font-size: 24px !important;
        line-height: 1.45 !important;
        margin-bottom: 28px !important;
    }

    html body .shortcut-section .timer-display {
        gap: 6px !important;
        margin-bottom: 32px !important;
    }

    html body .shortcut-section .timer-number,
    html body #timer-days,
    html body #timer-hours,
    html body #timer-minutes,
    html body #timer-seconds {
        font-size: 36px !important;
    }

    html body .shortcut-section .timer-unit,
    html body .shortcut-section .timer-tail {
        font-size: 25px !important;
    }

    html body .shortcut-socials-wrapper {
        max-width: 100% !important;
    }

    html body .shortcut-socials-wrapper .btn-main-action,
    html body .shortcut-socials-wrapper .btn-sub-link {
        width: 100% !important;
        height: 52px !important;
        min-height: 52px !important;
        font-size: 14px !important;
    }

    html body .footer-container {
        text-align: left !important;
        align-items: flex-start !important;
    }
    html body .shorts-card.is-playing::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.55) !important;
    z-index: 1 !important;
}

html body .shorts-card.is-playing .play-button {
    z-index: 2 !important;
}
}


/* �뱀뀡 �ㅻ뜑 怨듯넻��: Interview / Hiring Position / Process / FAQ */
html body #culture .section-header,
html body .positions-section .section-header,
html body .process-section .section-header,
html body .faq-section .section-header {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 52px !important;
    text-align: center !important;
    align-items: center !important;
}

html body #culture .section-badge,
html body .positions-section .section-badge,
html body .process-section .section-badge,
html body .faq-section .section-badge {
    font-family: 'IBM Plex Sans', 'NanumSquare', sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    padding: 8px 22px !important;
    margin-bottom: 24px !important;
    border-radius: 999px !important;
    letter-spacing: 0 !important;
}

html body #culture .section-title,
html body .positions-section .section-title,
html body .process-section .section-title,
html body .faq-section .section-title {
    font-family: 'YeogiOttaeJalnanGothic', 'NanumSquare', sans-serif !important;
    font-size: 44px !important;
    font-weight: normal !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    margin-bottom: 24px !important;
}

html body #culture .section-subtitle,
html body .positions-section .section-subtitle,
html body .process-section .section-subtitle,
html body .faq-section .section-subtitle {
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.7 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

@media (max-width: 768px) {
    html body #culture .section-header,
    html body .positions-section .section-header,
    html body .process-section .section-header,
    html body .faq-section .section-header {
        max-width: 315px !important;
        margin-bottom: 36px !important;
    }

    html body #culture .section-badge,
    html body .positions-section .section-badge,
    html body .process-section .section-badge,
    html body .faq-section .section-badge {
        font-size: 12px !important;
        padding: 7px 18px !important;
        margin-bottom: 20px !important;
    }

    html body #culture .section-title,
    html body .positions-section .section-title,
    html body .process-section .section-title,
    html body .faq-section .section-title {
        font-size: 25px !important;
        line-height: 1.35 !important;
        margin-bottom: 14px !important;
    }

    html body #culture .section-subtitle,
    html body .positions-section .section-subtitle,
    html body .process-section .section-subtitle,
    html body .faq-section .section-subtitle {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
}

/* 2026-06-15: key message gradient expansion and global text scale */
html body .key-message-bg {
    width: max(2200px, 145vw) !important;
    height: max(1120px, 118vh) !important;
    transform: translate(-50%, -50%) scale(1.16) !important;
    filter: blur(96px) !important;
    background:
        radial-gradient(
            ellipse at center,
            rgba(255, 72, 64, .96) 0%,
            rgba(222, 34, 28, .72) 36%,
            rgba(118, 0, 0, .42) 66%,
            rgba(42, 0, 0, .18) 84%,
            transparent 96%
        ),
        radial-gradient(
            ellipse at 42% 48%,
            rgba(255, 134, 100, .28) 0%,
            transparent 42%
        ),
        radial-gradient(
            ellipse at 58% 52%,
            rgba(255, 25, 25, .24) 0%,
            transparent 46%
        ) !important;
}

html body .key-message-sticky:has(.key-message-sub-box.active) .key-message-bg {
    width: max(2400px, 155vw) !important;
    height: max(1200px, 126vh) !important;
    transform: translate(-50%, -50%) scale(1.2) !important;
}

html body .nav-links a { font-size: 15px !important; }
html body .hero-title { font-size: 63px !important; }
html body .hero-subtitle { font-size: 18px !important; }
html body .btn-hero-primary { font-size: 16px !important; }
html body .hero-bottom-text { font-size: 14px !important; }

html body .key-message-text { font-size: 46px !important; }
html body .key-message-sub-box p,
html body .key-message-sub-box p.bold-line { font-size: 21px !important; }

html body #culture .section-badge,
html body .positions-section .section-badge,
html body .process-section .section-badge,
html body .faq-section .section-badge { font-size: 15px !important; }

html body #culture .section-title,
html body .positions-section .section-title,
html body .process-section .section-title,
html body .faq-section .section-title { font-size: 51px !important; }

html body #culture .section-subtitle,
html body .positions-section .section-subtitle,
html body .process-section .section-subtitle,
html body .faq-section .section-subtitle { font-size: 17px !important; }

html body .category-tab-btn,
html body #faq .tab-btn { font-size: 21px !important; }
html body .job-title-name { font-size: 21px !important; }
html body .detail-label { font-size: 15px !important; }
html body .detail-text p { font-size: 14px !important; }
html body .btn-job-apply { font-size: 17px !important; }

html body .qualification-box .qual-title { font-size: 21px !important; }
html body .qualification-box .qual-list li { font-size: 18px !important; }
html body .process-flow-container .process-step .step-num { font-size: 14px !important; }
html body .process-flow-container .process-step .step-name { font-size: 20px !important; }
html body .process-flow-container .process-step .step-date { font-size: 15px !important; }
html body .process-notices .notice-item { font-size: 13px !important; }

html body .faq-question span { font-size: 28px !important; }
html body .faq-answer p { font-size: 18px !important; }
html body .shorts-temp-note { font-size: 17px !important; }
html body .sub-img-text { font-size: 15px !important; }
html body .shortcut-title { font-size: 35px !important; }
html body .shortcut-socials-wrapper .btn-main-action,
html body .shortcut-socials-wrapper .btn-sub-link { font-size: 17px !important; }
html body .footer-corp { font-size: 16px !important; }
html body .footer-desc { font-size: 14px !important; }

@media (max-width: 768px) {
    html body .key-message-bg {
        width: max(980px, 245vw) !important;
        height: max(760px, 115vh) !important;
        filter: blur(76px) !important;
        transform: translate(-50%, -50%) scale(1.16) !important;
    }

    html body .nav-links a { font-size: 12px !important; }
    html body .hero-title { font-size: 41px !important; }
    html body .hero-subtitle { font-size: 16px !important; }
    html body .btn-hero-primary { font-size: 16px !important; }
    html body .hero-bottom-text { font-size: 8px !important; }

    html body .key-message-text { font-size: 28px !important; }
    html body .key-message-sub-box p,
    html body .key-message-sub-box p.bold-line { font-size: 14px !important; }

    html body #culture .section-badge,
    html body .positions-section .section-badge,
    html body .process-section .section-badge,
    html body .faq-section .section-badge { font-size: 14px !important; }

    html body #culture .section-title,
    html body .positions-section .section-title,
    html body .process-section .section-title,
    html body .faq-section .section-title { font-size: 29px !important; }

    html body #culture .section-subtitle,
    html body .positions-section .section-subtitle,
    html body .process-section .section-subtitle,
    html body .faq-section .section-subtitle { font-size: 15px !important; }

    html body .category-tab-btn,
    html body #faq .tab-btn { font-size: 15px !important; }
    html body .job-title-name { font-size: 15px !important; }
    html body .detail-label,
    html body .detail-text p { font-size: 14px !important; }
    html body .btn-job-apply { font-size: 16px !important; }

    html body .qualification-box .qual-title { font-size: 16px !important; }
    html body .qualification-box .qual-list li { font-size: 14px !important; }
    html body .process-flow-container .process-step .step-num { font-size: 14px !important; }
    html body .process-flow-container .process-step .step-name { font-size: 16px !important; }
    html body .process-flow-container .process-step .step-date { font-size: 13px !important; }
    html body .process-notices .notice-item { font-size: 13px !important; }

    html body .faq-question span { font-size: 21px !important; }
    html body .faq-answer p { font-size: 14px !important; }
    html body .shorts-temp-note { font-size: 14px !important; }
    html body .sub-img-text { font-size: 14px !important; }
    html body .shortcut-title { font-size: 28px !important; }
    html body .shortcut-socials-wrapper .btn-main-action,
    html body .shortcut-socials-wrapper .btn-sub-link { font-size: 16px !important; }
}

.mouse-follow-glow {
    position: fixed;
    top: 0;
    left: 0;
    width: 650px; 
    height: 650px;
    /* [蹂�寃�] �щ챸�꾨� 0.26�쇰줈 ��떠 �덇컻泥섎읆 �ㅻŉ�ㅺ쾶 �섍퀬 �멸낸 �곸뿭�� 遺��쒕읇寃� 媛먯뇙 */
    background: radial-gradient(circle, rgba(255, 35, 35, 0.26) 0%, rgba(255, 15, 15, 0.08) 40%, rgba(255, 0, 0, 0.01) 65%, transparent 85%);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    will-change: transform;
    filter: blur(110px); /* [蹂�寃�] 釉붾윭瑜� �ㅼ떆 �믪뿬 寃쎄퀎�좎쓣 �꾩쟾�� 萸됯강�덈떎 */
    z-index: 1; 
    opacity: 0;
    transition: opacity 0.6s ease; /* 耳쒖�怨� 爰쇱쭏 �뚮룄 �� 臾닿쾪寃� �꾩씠 */
}

/* 留덉슦�ㅺ� �붾㈃ �덉쑝濡� �ㅼ뼱�붿쓣 �뚮쭔 �쒖꽦�� */
body:hover .mouse-follow-glow {
    opacity: 1;
}

/* 2026-06-17 requested refinements */
html body .top-marquee {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 38px !important;
    background: #000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    z-index: 1000000 !important;
    overflow: hidden !important;
    align-items: center !important;
}

html body .marquee-track {
    display: flex !important;
    width: max-content !important;
    white-space: nowrap !important;
    animation: marqueeScrollText 42s linear infinite !important;
}

html body .marquee-text {
    color: #fff !important;
    font-family: 'IBM Plex Sans', 'NanumSquare', sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    padding-right: 56px !important;
}

html body .landing-nav,
html body .navbar {
    top: 38px !important;
}

html body .hero {
    padding-top: 178px !important;
}

html body .shorts-card {
    cursor: pointer !important;
}

html body .shorts-thumb-cover {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background: #161616 !important;
}

html body .shorts-thumb-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    transform: scale(1.08) !important;
}

html body .shorts-play-btn-overlay {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 58px !important;
    height: 58px !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.42) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16), 0 12px 36px rgba(0, 0, 0, 0.42) !important;
    z-index: 2 !important;
}

html body .shorts-play-btn-overlay::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 53% !important;
    transform: translate(-50%, -50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 11px solid transparent !important;
    border-bottom: 11px solid transparent !important;
    border-left: 16px solid #fff !important;
}

html body .shorts-dim-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 72px 22px 34px !important;
    background: rgba(0, 0, 0, 0.76) !important;
    backdrop-filter: blur(8px) !important;
}

html body .shorts-dim-overlay.show {
    display: flex !important;
}

html body .shorts-modal-content {
    position: relative !important;
    width: min(420px, 82vw) !important;
    aspect-ratio: 9 / 16 !important;
    max-height: min(760px, 82vh) !important;
    background: #000 !important;
    border-radius: 16px !important;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.65) !important;
}

html body .shorts-video-wrapper,
html body .shorts-video-wrapper iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    border-radius: inherit !important;
    overflow: hidden !important;
}

html body .shorts-modal-fallback {
    position: absolute !important;
    left: 50% !important;
    bottom: -42px !important;
    transform: translateX(-50%) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    opacity: 0.88 !important;
    white-space: nowrap !important;
}

html body .shorts-modal-close {
    position: absolute !important;
    top: -46px !important;
    right: -4px !important;
    width: 38px !important;
    height: 38px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 38px !important;
    cursor: pointer !important;
}

html body .shortcut-title {
    display: none !important;
}

html body .timer-prefix,
html body .timer-tail-line {
    font-family: 'YeogiOttaeJalnanGothic', 'NanumSquare', sans-serif !important;
    font-size: 35px !important;
    font-weight: normal !important;
    line-height: 1.25 !important;
    color: #fff !important;
    text-align: center !important;
    margin: 0 !important;
}

html body .timer-prefix {
    margin-bottom: 18px !important;
}

html body .timer-tail-line {
    margin-top: 14px !important;
    margin-bottom: 42px !important;
}

html body .shortcut-section .timer-display {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    html body .top-marquee {
        height: 30px !important;
    }

    html body .landing-nav,
    html body .navbar {
        top: 30px !important;
    }

    html body .hero {
        padding-top: 126px !important;
    }

    html body .marquee-track {
        animation-duration: 34s !important;
    }

    html body .shorts-modal-content {
        width: min(360px, 86vw) !important;
        max-height: 78vh !important;
    }

    html body .shorts-modal-close {
        top: -44px !important;
        right: 0 !important;
    }

    html body .timer-prefix,
    html body .timer-tail-line {
        font-size: 28px !important;
    }
}


/* 2026-06-17 follow-up spacing and anchor fixes */
html body .sub-placeholder-grid {
    gap: 10px !important;
}

html body .sub-img-item {
    margin-right: 0 !important;
}

html body .qualification-box .qual-list {
    list-style: none !important;
}

html body .qualification-box .qual-list li::before {
    content: "•" !important;
    font-family: 'NanumSquare', 'Pretendard', sans-serif !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.6 !important;
}

html body .timer-tail-line {
    font-family: 'YeogiOttaeJalnanGothic', 'NanumSquare', sans-serif !important;
    font-weight: normal !important;
    margin-top: 18px !important;
    margin-bottom: 58px !important;
}

html body .shortcut-socials-wrapper {
    margin-top: 0 !important;
}

html body .shortcut-section .timer-display {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    html body .sub-placeholder-grid {
        gap: 8px !important;
    }

    html body .timer-tail-line {
        margin-top: 18px !important;
        margin-bottom: 42px !important;
    }
}


/* 2026-06-17 timer tail final alignment */
html body .shortcut-section .timer-display {
    margin-bottom: 0 !important;
}

html body .shortcut-section .timer-tail.timer-tail-line,
html body .shortcut-section p.timer-tail-line {
    display: block !important;
    width: 100% !important;
    font-family: 'YeogiOttaeJalnanGothic', 'NanumSquare', sans-serif !important;
    font-size: 35px !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    color: #fff !important;
    text-align: center !important;
    margin-top: 30px !important;
    margin-bottom: 72px !important;
    letter-spacing: 0 !important;
}

html body .shortcut-section .shortcut-socials-wrapper {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    html body .shortcut-section .timer-tail.timer-tail-line,
    html body .shortcut-section p.timer-tail-line {
        font-size: 28px !important;
        margin-top: 24px !important;
        margin-bottom: 54px !important;
    }
}


/* 2026-06-17 mobile refinement final pass */
@media (max-width: 768px) {
    html, body {
        width: 100% !important;
        overflow-x: hidden !important;
        background: #000 !important;
    }

    html body .top-marquee,
    html body .landing-nav,
    html body .navbar {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    html body .hero {
        padding-top: 82px !important;
        min-height: 100svh !important;
    }

    html body .hero-title {
        font-size: 38px !important;
        line-height: 1.28 !important;
        margin-bottom: 16px !important;
    }

    html body .hero-subtitle {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    html body .hero-bottom-text {
        width: 100% !important;
        max-width: 335px !important;
        margin: 18px auto 0 !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
        color: rgba(255, 255, 255, 0.72) !important;
        transform: none !important;
    }

    html body .culture-section {
        padding-top: 96px !important;
    }

    html body .shorts-placeholder {
        width: calc(100% + 32px) !important;
        max-width: none !important;
        margin-left: -16px !important;
        margin-right: -16px !important;
        padding: 0 16px 6px !important;
        display: flex !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body .shorts-card {
        flex: 0 0 min(78vw, 292px) !important;
        width: min(78vw, 292px) !important;
        min-height: 0 !important;
        aspect-ratio: 9 / 16 !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        scroll-snap-align: center !important;
        background: #1f1f1f !important;
    }

    html body .shorts-thumb-cover,
    html body .shorts-thumb-cover img {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    html body .shorts-thumb-cover img {
        object-fit: cover !important;
        object-position: center !important;
        transform: scale(1.1) !important;
    }

    html body .shorts-play-btn-overlay {
        width: 48px !important;
        height: 48px !important;
    }

    html body .shorts-dim-overlay:not(.show),
    html body #shortsDimModal:not(.show) {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        max-width: 0 !important;
        max-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        pointer-events: none !important;
        position: fixed !important;
        inset: auto !important;
    }

    html body .shorts-dim-overlay.show,
    html body #shortsDimModal.show {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100svh !important;
        max-width: none !important;
        max-height: none !important;
        padding: 68px 20px 28px !important;
        background: rgba(0, 0, 0, 0.78) !important;
        z-index: 2147483000 !important;
        align-items: center !important;
        justify-content: center !important;
        pointer-events: auto !important;
    }

    html body .shorts-modal-content {
        width: min(84vw, 330px) !important;
        aspect-ratio: 9 / 16 !important;
        max-height: 78svh !important;
        border: 0 !important;
        outline: 0 !important;
        border-radius: 16px !important;
        overflow: visible !important;
        background: #000 !important;
        box-shadow: 0 24px 80px rgba(0, 0, 0, 0.68) !important;
    }

    html body .shorts-video-wrapper,
    html body .shorts-video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        border: 0 !important;
        outline: 0 !important;
        border-radius: 16px !important;
        overflow: hidden !important;
    }

    html body .shorts-modal-close {
        top: -46px !important;
        right: -2px !important;
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
    }

    html body .qualification-box .qual-list li::before {
        content: "•" !important;
        font-family: 'NanumSquare', 'Pretendard', sans-serif !important;
        color: rgba(255, 255, 255, 0.84) !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        line-height: 1.65 !important;
    }

    html body .footer {
        overflow: hidden !important;
    }
}

/* 2026-06-17 mobile hero/key-message/jobs final refinement */
@media (max-width: 768px) {
    html body .hero-title {
        width: 100% !important;
        max-width: 335px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 34px !important;
        line-height: 1.24 !important;
        white-space: nowrap !important;
        letter-spacing: 0 !important;
        word-break: keep-all !important;
    }

    html body .hero-title .mobile-break {
        display: inline !important;
    }

    html body .key-message-section {
        height: 260vh !important;
        min-height: 0 !important;
        overflow: visible !important;
        position: relative !important;
        z-index: 120 !important;
    }

    html body .key-message-sticky {
        position: sticky !important;
        top: 0 !important;
        min-height: 100svh !important;
        height: 100svh !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 140 !important;
    }

    html body .key-message-container {
        min-height: 300px !important;
        padding: 0 22px !important;
        justify-content: center !important;
    }

    html body .key-message-text {
        font-size: 31px !important;
        line-height: 1.24 !important;
        margin: 0 auto 28px !important;
        flex-direction: column !important;
        gap: 2px !important;
        word-break: keep-all !important;
    }

    html body .key-message-text span.reveal-line {
        width: 100% !important;
        text-align: center !important;
    }

    html body .key-message-sub-box {
        max-width: 320px !important;
        margin: 0 auto !important;
    }

    html body .key-message-sub-box p,
    html body .key-message-sub-box p.bold-line {
        font-size: 14px !important;
        line-height: 1.75 !important;
        word-break: keep-all !important;
    }

    html body .key-mobile-break {
        display: block !important;
    }

    html body .key-message-bg {
        width: max(1180px, 315vw) !important;
        height: max(860px, 112svh) !important;
        transform: translate(-50%, -50%) scale(1.08) !important;
        filter: blur(72px) !important;
    }

    html body .key-message-sticky:has(.key-message-sub-box.active) .key-message-bg {
        width: max(1280px, 340vw) !important;
        height: max(940px, 122svh) !important;
        transform: translate(-50%, -50%) scale(1.12) !important;
    }

    html body .culture-section {
        position: relative !important;
        z-index: 180 !important;
        padding-top: 0 !important;
        margin-top: calc(-78svh - 550px) !important;
        background: transparent !important;
        background-color: transparent !important;
    }

    html body .main-category-tabs {
        width: calc(100% + 40px) !important;
        max-width: none !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        padding: 0 20px !important;
        display: flex !important;
        grid-template-columns: none !important;
        justify-content: flex-start !important;
        gap: 18px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-padding-inline: 20px !important;
    }

    html body .main-category-tabs::-webkit-scrollbar {
        display: none !important;
    }

    html body .main-category-tabs::after {
        content: "" !important;
        display: none !important;
        flex: 0 0 0 !important;
        width: 0 !important;
        height: 1px !important;
    }

    html body .category-tab-btn {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: max-content !important;
        height: 48px !important;
        padding: 0 2px !important;
        font-size: 14px !important;
        line-height: 48px !important;
        letter-spacing: 0 !important;
    }

    html body .category-tab-btn.active::after {
        left: 0 !important;
        right: 0 !important;
    }
}

/* 2026-06-18 mobile top entry and blog card refinement */
@media (max-width: 768px) {
    html body .top-marquee {
        display: flex !important;
        visibility: visible !important;
        height: 38px !important;
        min-height: 38px !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 2147482000 !important;
        background: #000 !important;
        overflow: hidden !important;
    }

    html body .landing-nav,
    html body .navbar {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    html body .marquee-track {
        display: flex !important;
        width: max-content !important;
        animation: marqueeScrollText 42s linear infinite !important;
        white-space: nowrap !important;
    }

    html body .marquee-text {
        font-size: 11px !important;
        line-height: 38px !important;
        letter-spacing: 2px !important;
        color: #fff !important;
    }

    html body .hero {
        padding-top: 102px !important;
    }

    html body .blog-slider-wrapper {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        overflow: hidden !important;
    }

    html body .blog-slider-container {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 16px 24px 18px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        mask-image: none !important;
        -webkit-mask-image: none !important;
        scroll-padding-left: 24px !important;
        scroll-snap-type: x proximity !important;
    }

    html body .sub-placeholder-grid {
        width: max-content !important;
        max-width: none !important;
        min-width: 0 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
        padding: 0 !important;
        transform: none !important;
        animation: none !important;
    }

    html body .sub-img-item {
        flex: 0 0 min(74vw, 288px) !important;
        width: min(74vw, 288px) !important;
        max-width: min(74vw, 288px) !important;
        min-width: 0 !important;
        scroll-snap-align: start !important;
        border-radius: 10px !important;
        overflow: hidden !important;
    }

    html body .sub-img-box {
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
    }

    html body .sub-img-box img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    html body .sub-img-text {
        height: auto !important;
        min-height: 64px !important;
        max-height: none !important;
        padding: 12px 14px 14px !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        word-break: keep-all !important;
    }
}

/* 2026-06-18 mobile motion and reveal polish */
@media (max-width: 768px) {
    html body .blog-slider-container {
        pointer-events: auto !important;
        touch-action: pan-x pan-y !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }

    html body .sub-placeholder-grid {
        animation: cultureRolling 74s linear infinite !important;
        will-change: transform !important;
    }

    html body .blog-slider-container:active .sub-placeholder-grid {
        animation-play-state: paused !important;
    }

    html body .key-message-bg {
        opacity: 0 !important;
        transition:
            opacity 1.15s ease,
            transform 1.35s ease,
            width 1.35s ease,
            height 1.35s ease,
            filter 1.35s ease !important;
    }

    html body .key-message-section.bg-active .key-message-bg,
    html body .key-message-sticky:has(.key-message-sub-box.active) .key-message-bg {
        opacity: 1 !important;
    }

    html body .reveal {
        opacity: 0 !important;
        transform: translateY(34px) !important;
        transition: opacity 0.72s ease, transform 0.72s ease !important;
    }

    html body .reveal.active {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    html body .culture-section.reveal {
        transition-duration: 0.9s !important;
    }
}

/* 2026-06-18 mobile interview offset and blog auto-scroll restore */
@media (max-width: 768px) {
    html body .culture-section {
        margin-top: calc(-78svh - 550px) !important;
    }

    html body .blog-slider-wrapper {
        overflow: hidden !important;
    }

    html body .blog-slider-container {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: auto !important;
        scrollbar-width: none !important;
    }

    html body .blog-slider-container::-webkit-scrollbar {
        display: none !important;
    }

    html body .sub-placeholder-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: max-content !important;
        min-width: max-content !important;
        transform: none !important;
        animation: none !important;
        will-change: transform !important;
    }

    html body .blog-slider-container:active .sub-placeholder-grid,
    html body .blog-slider-container:hover .sub-placeholder-grid {
        animation-play-state: paused !important;
    }

    html body .sub-img-text {
        min-height: 52px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        line-height: 1.35 !important;
    }
}

/* 2026-06-18 mobile requested sizing pass */
@media (max-width: 768px) {
    html body .hero-bottom-text {
        max-width: 350px !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
    }

    html body .sub-img-item {
        flex-basis: min(63vw, 245px) !important;
        width: min(63vw, 245px) !important;
        max-width: min(63vw, 245px) !important;
    }

    html body .blog-slider-container {
        scroll-snap-type: none !important;
    }

    html body .sub-img-item {
        scroll-snap-align: none !important;
    }

    html body .btn-hero-primary,
    html body .shorts-temp-note,
    html body .shortcut-socials-wrapper .btn-main-action,
    html body .shortcut-socials-wrapper .btn-sub-link {
        width: min(82vw, 360px) !important;
        max-width: min(82vw, 360px) !important;
        min-width: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    html body .shortcut-socials-wrapper .main-btn-row,
    html body .shortcut-socials-wrapper .sub-btn-row {
        width: 100% !important;
        align-items: center !important;
    }
}

/* 2026-06-18 mobile blog text fill and float reinforcement */
@media (max-width: 768px) {
    html body .blog-slider-container {
        scroll-behavior: auto !important;
    }

    html body .sub-img-text {
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: left !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
        line-break: auto !important;
    }
}

/* 2026-06-18 qualification spacing refinement */
@media (min-width: 769px) {
    html body .qualification-box {
        grid-template-columns: 150px 1fr !important;
        column-gap: 56px !important;
    }

    html body .qualification-box .qual-title {
        padding-left: 24px !important;
    }
}

/* 2026-06-18 desktop hero role text emphasis */
@media (min-width: 769px) {
html body .hero-bottom-text {
        font-size: 14px !important;
        font-weight: 800 !important;
        color: #ffffff !important;
        opacity: 1 !important;
        letter-spacing: 0.2px !important;
        text-shadow: 0 0 14px rgba(255, 255, 255, 0.18) !important;
    }
}

/* 2026-06-22 field-practice process and closing message updates */
html body .shortcut-section .shortcut-closing-message {
    display: block !important;
    width: min(920px, 92vw) !important;
    margin: 0 auto 42px !important;
    font-family: 'YeogiOttaeJalnanGothic', 'NanumSquare', sans-serif !important;
    font-size: clamp(28px, 3.3vw, 48px) !important;
    font-weight: normal !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    color: #ffffff !important;
    text-align: center !important;
    word-break: keep-all !important;
}

html body .shortcut-section .shortcut-socials-wrapper {
    margin-top: 0 !important;
}

html body .process-flow-container .process-step {
    justify-content: center !important;
}

@media (max-width: 768px) {
    html body .shortcut-section .shortcut-closing-message {
        width: min(86vw, 420px) !important;
        margin-bottom: 34px !important;
        font-size: 28px !important;
        line-height: 1.38 !important;
    }
}

/* 2026-06-22 align process step labels across cards */
@media (min-width: 769px) {
    html body .process-flow-container .process-step,
    html body .process-flow-container .process-step:hover,
    html body .process-flow-container .process-step:focus,
    html body .process-flow-container .process-step:active {
        display: grid !important;
        grid-template-rows: 92px 28px 52px 24px !important;
        align-content: center !important;
        justify-items: center !important;
        row-gap: 8px !important;
        padding: 0 18px !important;
    }

    html body .process-flow-container .process-step .step-icon {
        grid-row: 1 !important;
        align-self: end !important;
        justify-self: center !important;
        margin: 0 !important;
    }

    html body .process-flow-container .process-step .step-num {
        grid-row: 2 !important;
        align-self: center !important;
        justify-self: center !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    html body .process-flow-container .process-step .step-name {
        grid-row: 3 !important;
        align-self: center !important;
        justify-self: center !important;
        margin: 0 !important;
        line-height: 1.25 !important;
        text-align: center !important;
    }

    html body .process-flow-container .process-step .step-date {
        grid-row: 4 !important;
        align-self: start !important;
        justify-self: center !important;
        margin: 0 !important;
        text-align: center !important;
    }
}

/* 2026-06-22 keep process titles on one desktop line */
@media (min-width: 769px) {
    html body .process-flow-container .process-step .step-name {
        width: 100% !important;
        max-width: 100% !important;
        white-space: nowrap !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
        font-size: clamp(17px, 1.02vw, 19px) !important;
        letter-spacing: 0 !important;
    }
}

/* 2026-06-23 make blog thumbnails scroll smoothly by user input */
html body .blog-slider-wrapper {
    overflow: visible !important;
}

html body .blog-slider-container {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-x: contain !important;
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
    touch-action: pan-x !important;
    cursor: grab !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
}

html body .blog-slider-container.is-dragging {
    cursor: grabbing !important;
    user-select: none !important;
}

html body .blog-slider-container::-webkit-scrollbar {
    display: none !important;
}

html body .sub-placeholder-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    max-width: none !important;
    min-width: max-content !important;
    gap: 12px !important;
    animation: none !important;
    transform: none !important;
    will-change: auto !important;
}

html body .blog-slider-container:hover .sub-placeholder-grid,
html body .blog-slider-container:active .sub-placeholder-grid {
    animation: none !important;
    transform: none !important;
}

html body .sub-img-item {
    flex: 0 0 280px !important;
    width: 280px !important;
    max-width: 280px !important;
    scroll-snap-align: none !important;
}

@media (max-width: 768px) {
    html body .blog-slider-wrapper {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        overflow: visible !important;
    }

    html body .blog-slider-container {
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 16px 24px 18px !important;
        touch-action: pan-x !important;
    }

    html body .sub-img-item {
        flex-basis: min(68vw, 260px) !important;
        width: min(68vw, 260px) !important;
        max-width: min(68vw, 260px) !important;
    }
}

/* 2026-06-23 tighten final process date spacing */
@media (min-width: 769px) {
    html body .process-flow-container .process-step .step-date {
        transform: translateY(-10px) !important;
    }
}

/* 2026-06-23 keep closing copy to two lines on 375px mobile */
html body .shortcut-section .shortcut-closing-message span {
    display: block !important;
    font-family: 'YeogiOttaeJalnanGothic', sans-serif !important;
    font-weight: normal !important;
    white-space: nowrap !important;
}

@media (max-width: 430px) {
    html body .shortcut-section .shortcut-closing-message {
        width: 100% !important;
        max-width: calc(100vw - 40px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: clamp(24px, 7.1vw, 28px) !important;
        line-height: 1.34 !important;
        text-align: center !important;
    }

    html body .shortcut-section .shortcut-closing-message span {
        width: 100% !important;
        text-align: center !important;
    }
}

/* 2026-06-23 match hero CTA size to bottom CTA */
html body .hero .btn-hero-primary {
    width: 360px !important;
    max-width: 360px !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 28px !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    html body .hero .btn-hero-primary {
        width: min(82vw, 360px) !important;
        max-width: min(82vw, 360px) !important;
        font-size: 16px !important;
    }
}
