@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

:root {
    --text-primary: #000;
    --text-secondary: #202124;
    --text-tertiary: #4e4e4e;
    --text-ccc: #ccc;
    --border-color: #E5E7EB;

}

html {
    height: 100%;
    margin: 0;
    background-color: #ffffff !important;
    color-scheme: light;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

body {
    height: 100%;
    margin: 0;
    min-height: 100vh;
    position: relative;
    font-family: "Pretendard Variable";
    color: var(--text-secondary);
    word-break: keep-all;
    letter-spacing: -0.2px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff !important;
    line-height: 1.6;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
p {
    margin: 0;
}

main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 56px;
}

@media (min-width: 575.98px) {
    main {
        padding-top: 64px;
    }
}

@media (min-width: 1200px) {
    main {
        padding-top: 70px;
    }
}

.container-fullscreen {
    max-width: unset
}

.container {
    max-width: 1440px;
    padding: 0px 20px;
    width: 100%;
    margin: auto;
}

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

button {
    border: none;
    padding: 0px;
    background: none;
}

/* ===== 헤더 ==== */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #ffffff;
}

.header-height {
    position: relative;
    display: flex;
    align-items: center;
    height: 56px; 
}

header.scrolled {
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

@media (min-width: 575.98px) {
    .header-height {
        height: 64px;
    }
}

@media (min-width: 1200px) {
    .header-height {
        height: 90px;
    }
}

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

.header-left a {
    display: flex;
    align-items: center;
}

.header-left img {
    width: 100%;
}

.header-left span {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0px;
}

@media (max-width: 575.98px) {
    .header-left span {
        font-size: 21px;
    }

    .header-left img {
        width: 180px;
    }
}

.header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 48px;
}

@media (max-width: 1199.98px) {
    .header-center {
        display: none;
    }
}

.header-center a {
    font-size: 21px;
    font-weight: 400;
    padding: 0px 4px;
    color: #000;
    height: 74px;
    display: flex;
    align-items: center;
}

.header-right .header-btns a,
.header-right .header-btns button {
    display: none;
    font-size: 21px;
    font-weight: 400;
    color: #000
}

.header-btns {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-btns button {
    border: none;
    background: #fff;
    padding: 0px;
}

.header-right {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 1199.98px) {
    .header-right .header-btns a,
    .header-right .header-btns button {
        display: flex;
    }
}

.go-dashboard {
    padding: 4px 18px;
    border-radius: 999px;
    border: 1px solid #000;
    color: #fff !important;
    background-color: #000;
}

.mobile-open-btn {
    display: block
}

@media (min-width: 1200px) {
    .mobile-open-btn {
        display: none
    }
}

.mobile-open-icon {
    background-image: url("../images/icon/nav-close.svg");
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.mobile-open-btn:not(.active) .mobile-open-icon {
    background-image: url("../images/icon/nav-open.svg");
    width: 26px;
    height: 26px;
}

.mobile-menu {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.mobile-menu.active {
    display: block;
    min-height: 100vh;
}

.mobile-menubar {
    margin-top: 30px;
    padding: 0px 20px;
}

@media (min-width:575.98px) {
    .mobile-menubar {
        padding: 0px 36px;
    }
}

.mobile-menu-link {
    margin: 18px 0px;
}

.mobile-menu-link a {
    font-size: 24px;
    font-weight: 500
}

.mobile-menu-btns {
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-size: 24px;
    font-weight: 500
}

/* ===== 헤더 끝 ==== */

/* ===== 폰트 시작 ==== */

.section-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-primary)
}

@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
    }
}

.page-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-primary)
}

@media (max-width: 768px) {
    .page-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 28px;
    }
}

/* ===== 폰트 끝 ==== */

/* ===== 히어로 섹션 ==== */

.hero-section{
    position:relative;
    width:100%;
    height:80vh;
    overflow:hidden;
}

@media (max-width: 768px) {
    .hero-section {
        width: 100%;
        height: 75vh;
    }
}

.hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 9s ease;
    will-change: opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.hero-swiper .swiper-slide-active .hero-img{
    transform:scale(1.08);
}

.overlay{
    display:none;
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.28);
}

.hero-text{
    position:absolute;
    inset:0;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:100%;
    max-width:1440px;
    margin:auto;
    padding:0 20px;
    color:#000;
    pointer-events:none;
}

@media (max-width: 768px) {
    .hero-text {
        justify-content: flex-end;
        padding: 0 20px 70px 20px;
    }
}

.hero-text h1{
    width: 100%;
    max-width:720px;
    font-size:62px;
    line-height:0.95;
    font-weight:600;
    letter-spacing:-3px;
}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 38px;
    }
}

.hero-text p{
    width:100%;
    max-width: 500px;
    margin-top:28px;
    font-size:20px;
    line-height:1.8;
}

@media (max-width: 768px) {
    .hero-text p {
        font-size: 16px;
        margin-top:20px;
        line-height: 1.65;
    }
}

.hero-text h1,
.hero-text p{
    opacity:0;
    filter:blur(3px);
    transform:translateY(30px);
    transition:
    opacity 0.8s ease,
    filter 0.8s ease,
    transform 0.8s ease;
}

.hero-text.show h1,
.hero-text.show p{
    opacity:1;
    filter:blur(0px);
    transform:translateY(0);
}

.hero-text p{
    transition-delay:0.35s;
}

.hero-swiper{
    position:absolute;
    inset:0;
}

.hero-swiper .swiper-slide{
    width:100%;
    height:100%;
}

.hero-img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-progress-wrap{
    position:absolute;
    left:50%;
    bottom:60px;
    transform:translateX(-50%);
    z-index:10;
    display:flex;
    gap:12px;
}

@media (max-width: 768px) {
    .hero-progress-wrap {
        bottom: 30px;
    }
}

.hero-progress{
    position:relative;
    width:90px;
    height:3px;
    background:rgba(255,255,255,0.5);
    overflow:hidden;
    flex-shrink:0;
}

@media (max-width: 768px) {
    .hero-progress {
        width: 40px;
        height: 3px;
    }
}

.hero-progress span{
    position:absolute;
    left:0;
    top:0;
    width:0%;
    height:100%;
    background:#000000;
}

/* ===== 히어로 섹션 끝 =====*/

/* ===== 블로그 =====*/

.story-section {
    padding: 120px 0px;
}

@media (max-width: 768px) {
    .story-section {
        padding: 60px 0px;
    }
}

.story-section .section-title {
    margin-bottom: 42px;
}

@media (max-width: 768px) {
    .story-section .section-title {
        margin-bottom: 32px;
    }
}

.story-card {
    overflow: hidden;
    background: #fff;
}

.story-card-img {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-radius: 8px;
}

.story-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.story-card-img img:hover {
    transform: scale(1.05);
}

.story-card-text {
    padding-top: 22px;
}

.story-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .story-title {
        font-size: 22px;
    }
}

.story-date {
    font-size: 15px;
    margin-top: 8px;
    color: var(--text-tertiary);
}

.story-swiper-wrap {
    position: relative;
}

.story-swiper {
    overflow: hidden
}

.story-swiper .swiper-slide {
    width: 100%;
    display: block
}

.story-navigation {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

@media (max-width: 1023px) {
    .story-navigation {
        margin-top: 20px;
    }
}

.story-prev,
.story-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #4e4e4e;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}

@media (max-width: 1023px) {
    .story-prev,
    .story-next {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
}
/* ===== 블로그 끝 =====*/

/* ==== 비디오 시작 ==== */
.video-section {
    padding-bottom: 120px;
    background: #fff;
}

@media (max-width: 768px) {
    .video-section {
        padding-bottom: 60px;
    }
}

.video-section .section-title {
    margin-bottom: 42px;
}

@media (max-width: 768px) {
    .video-section .section-title {
        margin-bottom: 32px;
    }
}

.video-swiper-wrap {
    position: relative;
}

.video-swiper {
    overflow: hidden;
    border-radius: 12px;
}

.video-swiper .swiper-slide {
    width: 100%;
    display: block
}


.video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 16/9;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.video-card-text {
    padding-top: 22px;
}

.video-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .video-title {
        font-size: 22px;
    }
}

.video-date {
    font-size: 15px;
    margin-top: 8px;
    color: var(--text-tertiary);
}

.video-navigation {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

@media (max-width: 1023px) {
    .video-navigation {
        margin-top: 20px;
    }
}

.video-prev,
.video-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #4e4e4e;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}

@media (max-width: 1023px) {
    .video-prev,
    .video-next {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
}


/* ==== 비디오 끝 ==== */

/* ===== 리뷰 =====*/

.review-section {
    padding: 120px 0;
    background: #f3f5f7;
    overflow: hidden
}

@media (max-width: 768px) {
    .review-section {
        padding: 60px 0px;
    }
}

.review-section .section-title {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .review-section .section-title {
        margin-bottom: 32px;
    }
}

.review-slide {
    background: #fff;
    border-radius: 16px;
    padding: 40px 40px;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.04),
        0 12px 30px rgba(0, 0, 0, 0.06);
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .review-slide {
        padding: 34px 34px;
    }
}

.review-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--text-primary);
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .review-title {
        font-size: 23px;
        margin-bottom: 20px;
    }
}

.review-text {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .review-text {
        font-size: 17px;
    }
}

.review-link {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--text-secondary);
    text-decoration: none;
    border-bottom: 1px solid #202124;
    padding-bottom: 2px;
    width: fit-content;
    text-transform: uppercase;
    margin-top: 24px;
}

.review-swiper .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.2s ease;
}

.review-swiper .swiper-slide-visible {
    opacity: 1;
}
/* ===== 리뷰 끝 ===== */

/* ==== 문의받기 ==== */

.contact-section {
    padding: 140px 0;
    background: #fff;
    overflow: hidden
}

@media (max-width: 768px) {
    .contact-section {
        padding: 70px 0px;
    }
}

.contact-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

.contact-text-wrapper h3 {
    font-size: 44px;
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
    max-width: 1000px;
    line-height: 1.4
}

@media (max-width: 768px) {
    .contact-text-wrapper h3 {
        font-size: 28px;
    }
}

.contact-text-wrapper p {
    font-size: 20px;
    color: var(--text-primary);
    line-height: 1.8;
    max-width: 600px;
    text-align: center
}

@media (max-width: 768px) {
    .contact-text-wrapper p {
        font-size: 17px;
        line-height: 1.65;
        max-width: 500px;
    }
}

.move-to-contact {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 20px 50px;
    margin-top: 60px;
    border-radius: 999px;
    font-size: 22px;
}

@media (max-width: 768px) {
    .move-to-contact {
        padding: 18px 44px;
        margin-top: 48px;
        font-size: 20px;
    }
}

/* ==== 푸터 시작==== */

footer {
    background: #2a2a2a;
    padding: 100px 0;
    color: #fff;
}

@media (max-width: 768px) {
    footer {
        padding: 66px 0;
    }
}

.footer-wrapper {
    display: flex;
    gap: 180px;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .footer-wrapper {
        flex-direction: column;
        gap: 40px;
    }
}

.footer-text-logo {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1;
}

@media (max-width: 768px) {
    .footer-text-logo {
        font-size: 30px;
    }
}

.footer-medialink {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px
}

.footer-medialink img {
    width: 40px;
}

.footer-info {
    flex: 1
}

.company-info {
    font-size: 16px;
    color: var(--text-ccc);
    line-height: 1.8;
    display: flex;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .company-info {
        font-size: 15px;
    }
}

.footer-addr {
    font-size: 16px;
}

@media (max-width: 768px) {
    .footer-addr {
        font-size: 15px;
    }
}

.company-info span {
    color: #fff;
    font-weight: 700;
    margin-right: 8px
}

.footer-divider {
    margin: 0 12px;
    opacity: 0.4;
}

.copyright {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
}

/* ==== 푸터 끝==== */

/* ==== 카톡 바로가기 시작==== */

.kakao-consult{
    position:fixed;
    right:60px;
    bottom:60px;
    z-index:9999;
    display:flex;
    align-items:center;
    gap:14px;
    padding:20px 28px;
    background:rgba(255,255,255,0.88);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,0.4);
    border-radius:999px;
    box-shadow:
    0 10px 30px rgba(0,0,0,0.12),
    0 2px 10px rgba(0,0,0,0.06);
    text-decoration:none;
    transition:0.35s cubic-bezier(.4,0,.2,1);
    animation:kakaoFloat 2.5s ease-in-out infinite;
}

.kakao-consult:hover{
    transform:translateY(-6px) scale(1.02);
    box-shadow:
    0 18px 40px rgba(0,0,0,0.18),
    0 8px 20px rgba(0,0,0,0.10);
}

.kakao-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#FFE812;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.kakao-icon img{
    width:62px;
    height:62px;
}

.kakao-text{
    display:flex;
    flex-direction:column;
    line-height:1.2;
}

.kakao-text span{
    font-size:18px;
    color:var(--text-tertiary);
    margin-bottom: 6px
}

.kakao-text strong{
    font-size:20px;
    color:var(--text-primary);
    font-weight:700;
}

@keyframes kakaoFloat{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-4px);
    }
    100%{
        transform:translateY(0px);
    }
}

@media(max-width:768px){
    .kakao-consult{
        right:16px;
        bottom:16px;
        padding:12px 14px;
        gap:10px;
    }

    .kakao-icon{
        width:48px;
        height:48px;
    }

    .kakao-icon img{
        width:40px;
        height:40px;
    }

    .kakao-text strong{
        font-size:15px;
    }

    .kakao-text span{
        font-size:13px;
    }
}

@media(max-width:576px){
    .kakao-consult{
        padding:10px 12px;
        gap:10px;
    }

    .kakao-icon{
        width:40px;
        height:40px;
    }

    .kakao-icon img{
        width:34px;
        height:34px;
    }

    .kakao-text strong{
        font-size:15px;
    }

    .kakao-text span{
        font-size:13px;
        margin-bottom: 3px;
    }
}

/* ==== 카톡 바로가기 끝 ==== */

/* ==== 스토리 페이지 시작 ==== */

.story-wrapper {
    padding: 120px 0px 220px 0px
}

@media(max-width:768px) {
    .story-wrapper {
        padding: 60px 0px 110px 0px
    }
}

.story-wrapper .page-title {
    text-align: center;
    margin-bottom: 90px;
}

@media(max-width:768px) {
    .story-wrapper .page-title {
        text-align: center;
        margin-bottom: 60px;
    }
}

.page-title{
    opacity:0;
    transform:translate3d(0,30px,0);
    transition:
    opacity 0.8s ease,
    transform 0.8s ease;
    will-change: transform, opacity;
}

.page-title.show{
    opacity:1;
    transform:translate3d(0,0,0);
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media(max-width:1200px) {
    .story-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media(max-width:576px) {
    .story-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.story-page-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

.img-wrapper {
    overflow: hidden;
}

.story-page-card img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.story-page-card:hover img {
    transform: scale(1.05);
}

.text-wrapper {
    padding: 32px;
}

@media (max-width: 768px) {
    .text-wrapper {
        padding: 24px;
    }
}

@media (max-width: 576px) {
    .text-wrapper {
        padding: 20px;
    }
}

.text-wrapper .update-date {
    font-size: 15px;
    color: var(--text-tertiary)
}

.text-wrapper .title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 6px;
    line-height: 1.45;
    color: var(--text-primary);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
    .text-wrapper .title {
        font-size: 18px;
    }
}

/* ==== 로그인 시작 ==== */

.login-wrapper {
    padding: 120px 28px;
}

@media (max-width: 768px) {
    .login-wrapper {
        padding: 80px 28px;
    }
}

.login-simpleblack {
    margin: auto;
    width: 100%;
    max-width: 400px;
}

@media (max-width: 768px) {
    .login-simpleblack {
        max-width: 340px;
    }
}

.login-simpleblack .login-top {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 34px;
}

@media (max-width: 768px) {
    .login-simpleblack .login-top {
        font-size: 26px;
        margin-bottom: 28px;
    }
}

.login-simpleblack .login-body {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.login-simpleblack .login-field {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.login-simpleblack .login-field .login-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #2B2B2B;
}

.login-simpleblack .login-field label {
    font-size: 17px;
    font-weight: 600;
    color: #2B2B2B;
}

@media (max-width: 768px) {
    .login-simpleblack .login-field label {
        font-size: 16px;
    }
}

.login-simpleblack .login-field input {
    padding: 16px 14px;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    font-size: 16px;
    transition: .25s ease,
}

.login-simpleblack .login-field input:focus {
    outline: 1px solid #2F3135;
}

.login-simpleblack .login-btn {
    display: block;
    margin-top: 12px;
    padding: 14px;
    border: none;
    border-radius: 4px;
    background: #2B2B2B;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
    width: 100%;
}

@media (max-width: 768px) {
    .login-simpleblack .login-btn {
        font-size: 17px;
    }
}

/* ==== 로그인 끝 ==== */

/* ==== 공지사항 시작 ==== */

.notice-wrapper {
    padding: 120px 0px 220px 0px
}

@media(max-width:768px) {
    .notice-wrapper {
        padding: 60px 0px 110px 0px
    }
}

.notice-wrapper .page-title {
    text-align: center;
    margin-bottom: 100px;
}

@media(max-width:768px) {
    .notice-wrapper .page-title {
        text-align: center;
        margin-bottom: 60px;
    }
}

.notice-wrap {
    border: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead tr {
    border-bottom: 2px solid var(--border-color);
    border-top: 2px solid var(--border-color);
}

th {
    padding: 16px 16px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-primary)
}

@media(max-width:768px) {
    th {
        font-size: 16px;
    }
}

@media(max-width:576px) {
    th {
        padding: 16px 8px;
    }
}

th.center,
td.center {
    text-align: center;
}

tbody tr {
    border-bottom: 1px solid var(--border-color);
}

tbody tr:hover {
    background: #f9fafb;
}

td {
    padding: 16px 16px;
    font-size: 18px;
    color: var(--text-secondary)
}

@media(max-width:768px) {
    td {
        font-size: 16px;
    }
}

@media(max-width:576px) {
    td {
        padding: 16px 8px;
    }
}

@media(max-width:576px) {
    .date {
        display: none;
    }
}

td.num {
    width: 60px;
    text-align: center;
}

td.title {
    cursor: pointer;
}

td.title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

td.title:hover {
    font-weight: 500;
    text-decoration: underline;
}

td.date {
    width: 120px;
    text-align: center;
    white-space: nowrap;
}

.pagination-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 42px;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-color);
    border-radius: 0px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 16px;
}

.pagination li.active a {
    background: #000;
    color: #fff;
}

/* ==== 공지사항 끝 ==== */

/* ==== 공지사항 상세 시작 ==== */

.notice-dtl-wrap h2 {
    font-size: 36px;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 12px;
}

@media(max-width:768px) {
    .notice-dtl-wrap h2 {
        font-size: 24px;
    }
}

.notice-dtl-top {
    margin-bottom: 20px;
}

.notice-dtl-top .date {
    font-size: 16px;
    color: #4e4e4e;
}

.notice-dtl-body {
    padding: 28px 0px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.notice-img {
    margin-bottom: 24px;
}

.notice-img img {
    width: 100%;
    max-width: 800px;
    display: block;
}

.notice-content {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.7;
}

@media(max-width:768px) {
    .notice-content {
        font-size: 16px;
    }
}

.notice-back {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

@media(max-width:768px) {
    .notice-back {
        margin-top: 48px;
    }
}

.notice-back a {
    border: 1px solid var(--border-color);
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 500;
}

@media(max-width:768px) {
    .notice-back a {
        font-size: 16px;
    }
}

/* ==== 공지사항 상세 끝 ==== */

/* ==== 비디오 섹션 시작 ==== */

.vod-wrapper {
    padding: 120px 0px 220px 0px
}

@media(max-width:768px) {
    .vod-wrapper {
        padding: 60px 0px 110px 0px
    }
}

.vod-wrapper .page-title {
    text-align: center;
    margin-bottom: 80px;
}

@media(max-width:768px) {
    .vod-wrapper .page-title {
        text-align: center;
        margin-bottom: 40px;
    }
}

.vod-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 100px;
}

@media(max-width:768px) {
    .vod-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-top: 60px;
    }
}

@media(max-width:576px) {
    .vod-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.full-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

@media (max-width:768px) {
    .full-video {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        border-radius: 0;
    }
}

.video-text-wrap {
    margin-top: 20px;
}

.video-text-wrap .video-page-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:768px) {
    .video-text-wrap .video-page-title {
        font-size: 18px;
    }
}

.video-text-wrap .video-page-date {
    font-size: 15px;
    margin-top: 8px;
    color: var(--text-tertiary);
}

/* ==== 비디오 섹션 끝 ==== */

/* ==== 방문 섹션 시작 ==== */

.visit-wrapper {
    padding: 120px 0px 220px 0px
}

@media(max-width:768px) {
    .visit-wrapper {
        padding: 60px 0px 110px 0px
    }
}

.visit-wrapper .page-title {
    text-align: center;
    margin-bottom: 100px;
}

@media(max-width:768px) {
    .visit-wrapper .page-title {
        text-align: center;
        margin-bottom: 60px;
    }
}

.visit-info-wrap {
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 120px;
}

.visit-addr {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media(max-width:768px) {
    .visit-addr {
        margin-bottom: 28px;
    }
}

@media(max-width:768px) {
    .visit-addr {
        align-items: start;
    }
}

.visit-addr img {
    width: 36px;
}

@media(max-width:768px) {
    .visit-addr img {
        display:none;
    }
}

.visit-addr .addr {
    font-size: 32px;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.5;
}

@media(max-width:768px) {
    .visit-addr .addr {
        font-size: 22px;
    }
}

.visit-moreinfo {
    border-top: 1px solid #E5E7EB;
    margin-bottom: 40px;
}

.moreinfo-item {
    display: flex;
    gap: 32px;
    padding: 18px 0;
    border-bottom: 1px solid #E5E7EB;
    align-items: center;
}

.moreinfo-label {
    font-size: 20px;
    color: var(--text-primary);
    text-transform: uppercase;
    width: 80px;
    flex-shrink: 0;
}

.moreinfo-value {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-primary);
}

@media(max-width:768px) {
    .moreinfo-label {
        font-size: 18px;
    }

    .moreinfo-value {
        font-size: 18px;
    }
}



.visit-medialinks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.visit-media {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid #E5E7EB;
    text-decoration: none;
    font-size: 16px;
    color: var(--text-secondary);
    border-radius: 4px;
}
/* ==== 방문 섹션 끝 ==== */