
/* shared container */
.inner{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 10px;
}
section{
    position: relative;
    background: url(../images/mainbackground.jpg) repeat center/cover;
}
/* ===== Banner ===== */
.sec-1{
    height: 100vh;
    padding: 0 10px;
}
.sec-1 .inner{
    max-width: 1900px;
    background: url(../images/hero_banner.png) no-repeat center/cover;
    height: 100%;
    margin: 0 auto;
    padding: 70px 0px 0;
    border-radius: 8px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.banner-tagline{
    display: block;
    padding-left: 100px;
    font-family: var(--notosans);
    font-weight: 500;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: -5%;
}
.banner-logo{
    margin-top: 40px;
    margin-bottom: -45px;
}

/* ===== Gallery ===== */
.sec-gallery{
    padding: 12px 0 0;
}
.gallery-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.card{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
/* 박스 전체를 덮는 클릭 링크 */
.card-link{
    position: absolute;
    inset: 0;
    z-index: 3;
    display: block;
}
.card-media{
    overflow: hidden;
}
.card img{
    display: block;
    width: 100%;
    /* height: 700px; */
    /* object-fit: cover; */
    transition: transform .6s ease, filter .6s ease;
}
.card:hover img{
    transform: scale(1.08);
    filter: blur(3px);
}
.card-desc{
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    padding: 0 24px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,.45);
    z-index: 2;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;

}
.card-overlay{
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 10px;
    padding: 12px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px) saturate(0.5);
    backdrop-filter: blur(10px) saturate(0.5);
    color: #fff;
    z-index: 2;
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
    border-radius: 6px;
}
.card-overlay h3{
    font-family: var(--notosans);
    font-weight: 600;
    font-size: 50px;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;

}

/* ===== text banner */
.txt-banner {
    padding:10px 0;
}
.txt-banner .txt_con{
    border-radius: 8px;
    background: var(--orange);
    padding: 32px 2.4vw;
}
.txt-banner p{
    font-family: var(--mozilla);
    font-weight: 400;
    font-size: clamp(12px, 4.4vw, 70px);
    line-height: 90%;
    letter-spacing: -2%;
    text-align: center;
    white-space: nowrap;
}
/* ===== Featured Album ===== */
.sec-album {
    padding: 0 10px;
    /* height: 1632px; */
}
.sec-album .inner{
    max-width: 1900px;
    margin: 0 auto;
    background: url("../images/album_bg.jpg") center/cover no-repeat, var(--dark);
    height: 100%;
    border-radius:8px;
    position: relative;
}
.album-title{
    position: absolute;
    top: 52px;
    left: 10px;
    font-family: var(--notosans);
    font-weight: 400;
    font-size: 160px;
    line-height: 80%;
    letter-spacing: -5%;
    color: #f6f8fb;
    z-index: 1;
}
.album-cover{
    max-width: 1400px;
    margin: 0 auto;
}
.album-meta{
    text-align: center;
    margin-top: 76px;
    padding-bottom: 114px;
}
.album-name{
    font-family: var(--notosans);
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;
    color: #fff;
}
.album-listen{
    display: inline-block;
    margin-top: 10px;
    color: #d8d8d8;
    font-size: 13px;
}
.sec-album.btm .album-cover{
    max-width: 800px;
}
/* ===== Cinema Selects ===== */
.sec-cinema{
    padding: 10px 0;
}
.cinema-card{
    background: url(../images/c-bg.jpg) no-repeat center/cover;
    border-radius: 8px;
    padding: 60px 10px;
}
.sec-title{
    font-weight: 400;
    font-size: 160px;
    line-height: 80%;
    letter-spacing: -5%;
}
.sec-sub{
    font-weight: 400;
    font-size: 70px;
    line-height: 80%;
    letter-spacing: -5%;
    margin-top: 50px;
    margin-bottom: 114px;
}
.sec-partners .sec-sub{
    margin-bottom: 263px;
}
.cinema-list{
    width: 100%;
    border-top: 1px dashed #b9b8b3;
}
.cinema-list li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
    border-bottom: 1px dashed #555659;
}
.cinema-list li:hover{
background: rgba(0, 0, 0, 0.2);}
/* 항목 전체를 덮는 클릭 링크 */
.cinema-link{
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
}
.cinema-name{
    font-family: var(--notosans);
    font-weight: 700;
    font-size: 50px;
    line-height: 140%;
    letter-spacing: -2%;
}
.cinema-text{
    font-weight: 700;
    font-size: 24px;
    text-align: right;
}
.view-all{
    max-width: 1900px;
    margin: 10px auto ;
    display: block;
    font-family: var(--mozilla);
    font-weight: 400;
    font-size: 77px;
    line-height: 90%;
    letter-spacing: -2%;
    text-align: center;
    padding: 32px 24px;
    border-radius: 8px;
    background: rgba(52, 206, 88, 1);
}


/* ===== partners ====0 */
.sec-partners{
    padding: 84px 10px;
}
.sec-partners .sec-title,
.sec-partners .sec-sub{
    color: #fff;
}
.partner-cont{
    margin-bottom: 87px;
}
.partner-cont h3{
    font-weight: 600;
    font-size: 45px;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
    margin-bottom: 13px;
    color:#34ce58;
    text-align: center;
}
.scroll-marquee{
    overflow: hidden;
    width: 100%;
}
.scroll-marquee-track{
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scroll-marquee 40s linear infinite;
}
.scroll-marquee:hover .scroll-marquee-track{
    animation-play-state: paused;
}
.scroll-marquee-item{
    flex: none;
    width: 300px;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
}
.scroll-marquee-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes scroll-marquee{
    from{ transform: translateX(0); }
    to{ transform: translateX(calc(-50% - 10px)); }
}
.partner-cont .cont_wrapper{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.partner-cont .cont_wrapper .cont{
    width: 300px;
    height: 300px;
}

/* =========================================================
   NOAH News (노아 소식) 최신글 스킨
   ========================================================= */
.noah-news { width: 100%; }

/* 헤더 (index 마크업: h2.news-title + p '노아 소식') */
.news-title {
    font-weight: 400;
    font-size: 160px;
    line-height: 80%;
    letter-spacing: -5%;
    color: var(--orange, #F95906);
    margin-bottom: 56px;
}
.news-title a { color: inherit; }
.sec-news .sub{
    font-weight: 400;
    font-size: 70px;
    line-height: 80%;
    letter-spacing: -5%;
    color: #fff;
    margin-bottom: 110px;
}
.notice_latest { margin-top: 26px; }

/* 카드 그리드 (2 x 2) */
.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.news-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.news-card > a {
    display: block;
    position: relative;
    height: 100vh;
    max-height: 931px;
}
.news-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform .6s ease;
}
.news-card-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);   /* 이미지 위 딤 */
}
.news-card:hover .news-card-bg { transform: scale(1.06); }
.news-card-dim {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
        rgba(0,0,0,.30) 0%,
        rgba(0,0,0,0) 26%,
        rgba(0,0,0,0) 55%,
        rgba(0,0,0,.60) 100%);
}
.news-date {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-family: var(--notosans, "Noto Sans KR", sans-serif);
    font-weight: 500;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    z-index: 2;
}
.news-card-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    padding: 0 24px;
    text-align: center;
    color: #fff;
    font-family: var(--notosans, "Noto Sans KR", sans-serif);
    line-height: 1.4;
    letter-spacing: -0.02em;
    z-index: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
font-weight: 600;
font-size: 50px;
text-align: center;

}
.news-card-title .fa-lock { font-size: .7em; vertical-align: middle; }

.news-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: #888;
    padding: 80px 0;
    font-size: 18px;
}

/* ===== Marquee ===== */
.marquee{
    overflow: hidden;
    white-space: nowrap;
    padding: 30px 0;
}
.marquee-track{
    display: inline-flex;
    gap: 60px;
    animation: marquee 30s linear infinite;
}
.marquee-track span{
    font-weight: 600;
    font-size: 45px;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
@keyframes marquee{
    from{ transform: translateX(0); }
    to{ transform: translateX(-50%); }
}
.sec-speed{
    padding: 10px;
}
.sec-speed .inner{
    max-width: 1900px;
    margin: 0 auto;
    border-radius: 8px;
    height: 795px;
    background: url(../images/bottom_banner.png) no-repeat center /cover;
    padding: 60px 26px 60px 10px;
}   
.sec-speed .big-tt{
    font-family: var(--mozilla);
    font-weight: 500;
    font-size: 160px;
    line-height: 80%;
    letter-spacing: -5%;
    margin-bottom: 82px;
}

.sec-speed .sub-tt{
    font-weight: var(--notosans);
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    letter-spacing: -5%;
    text-align: right;
}
/* =========================================================
   반응형 (1440 / 1024 / 768 / 500 / 360)
   ========================================================= */

/* ----- ~1440px ----- */
@media screen and (max-width:1440px){
    .banner-tagline{ font-size: 40px; padding-left: 60px; }

    .album-title,
    .sec-title,
    .news-title,
    .sec-speed .big-tt{ font-size: 120px; }

    .sec-sub,
    .sec-news .sub{ font-size: 54px; }

    .view-all{ font-size: 60px; margin: 10px; }

    .cinema-name,
    .card-overlay h3,
    .news-card-title{ font-size: 40px; }

    .partner-cont h3,
    .marquee-track span{ font-size: 36px; }

    .news-grid{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .news-card{ width: calc(50% - 10px); }
    .news-card > a{ height: 560px; }
    .card img{ height: 560px; }
}

/* ----- ~1024px ----- */
@media screen and (max-width:1024px){
    .sec-1{ height: 640px; }
    .banner-tagline{ font-size: 34px; padding-left: 40px; }

    .album-title,
    .sec-title,
    .news-title,
    .sec-speed .big-tt{ font-size: 90px; }

    .sec-sub,
    .sec-news .sub{ font-size: 42px; margin-bottom: 60px; }
    .sec-partners .sec-sub{ margin-bottom: 120px; }

    .view-all{ font-size: 48px; }

    .cinema-name,
    .card-overlay h3,
    .news-card-title{ font-size: 34px; }

    .partner-cont h3,
    .marquee-track span{ font-size: 30px; }

    .album-name,
    .news-date{ font-size: 24px; }

    .card img,
    .news-card > a{ height: 460px; }
    .card-overlay{ height: 72px; }

    .scroll-marquee-item,
    .partner-cont .cont_wrapper .cont{ width: 220px; height: 220px; }

    .sec-speed .inner{ height: auto; padding: 50px 20px; }
    .partner-cont{ margin-bottom: 120px; }
}

/* ----- ~768px ----- */
@media screen and (max-width:768px){
    .banner-logo{
    margin-bottom: 0;}
    .sec-1{ height: 520px; }
    .banner-tagline{ font-size: 28px; padding-left: 24px; }

    .gallery-grid{ grid-template-columns: 1fr; }

    .album-title,
    .sec-title,
    .news-title,
    .sec-speed .big-tt{ font-size: 64px; }

    .sec-sub,
    .sec-news .sub{ font-size: 32px; margin-bottom: 48px; }
    .sec-partners .sec-sub{ margin-bottom: 80px; }

    .view-all{ font-size: 36px; padding: 20px 16px; }

    .cinema-name,
    .card-overlay h3,
    .news-card-title{ font-size: 26px; }
    .news-card-title{ bottom: 24px; }

    .partner-cont h3,
    .marquee-track span{ font-size: 24px; }

    .cinema-text,
    .card-desc,
    .sec-speed .sub-tt{ font-size: 18px; }

    .album-name,
    .news-date{ font-size: 20px; }

    .cinema-list li{ gap: 12px; }

    .news-grid{ flex-direction: column; }
    .news-card{ width: 100%; }
    .card img,
    .news-card > a{ height: auto; }

    .scroll-marquee-item,
    .partner-cont .cont_wrapper .cont{ width: 180px; height: 180px; }
}

/* ----- ~500px ----- */
@media screen and (max-width:500px){
    .sec-1{ height: 100svh; }
    .banner-tagline{ font-size: 22px; padding-left: 16px; }

    .album-title,
    .sec-title,
    .news-title,
    .sec-speed .big-tt{ font-size: 44px; }

    .sec-sub,
    .sec-news .sub{ font-size: 24px; margin-bottom: 32px; }
    .sec-partners .sec-sub{ margin-bottom: 60px; }

    .view-all{ font-size: 28px; padding: 16px 12px; }

    .cinema-name,
    .card-overlay h3,
    .news-card-title{ font-size: 22px; }

    .partner-cont h3,
    .marquee-track span{ font-size: 20px; }

    .cinema-text,
    .card-desc,
    .sec-speed .sub-tt{ font-size: 16px; }

    .album-name,
    .news-date{ font-size: 18px; }

    .cinema-list li{ flex-direction: column; align-items: flex-start; gap: 6px; }
    .cinema-text{ text-align: left; }
    .sec-speed .sub-tt{ text-align: left; }

    .partner-cont .cont_wrapper{ flex-wrap: wrap; }
    .scroll-marquee-item,
    .partner-cont .cont_wrapper .cont{ width: 140px; height: 140px; }
}

/* ----- ~360px ----- */
@media screen and (max-width:360px){
    .banner-tagline{ font-size: 18px; }

    .album-title,
    .sec-title,
    .news-title,
    .sec-speed .big-tt{ font-size: 34px; }

    .sec-sub,
    .sec-news .sub{ font-size: 20px; }

    .view-all{ font-size: 22px; }

    .cinema-name,
    .card-overlay h3,
    .news-card-title{ font-size: 18px; }

    .partner-cont h3,
    .marquee-track span{ font-size: 17px; }



    .scroll-marquee-item,
    .partner-cont .cont_wrapper .cont{ width: 120px; height: 120px; }
}