@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 100;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 200;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 300;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 600;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 700;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 800;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 900;
    font-style: normal;
    src: url('/assets/fonts/NotoSansKR-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 300;
    font-style: normal;
    src: url('/assets/fonts/HelveticaNeueLTPro-Lt.woff') format('woff'),
        url('/assets/fonts/HelveticaNeueLTPro-Lt.otf') format('opentype');
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 400;
    font-style: normal;
    src: url('/assets/fonts/HelveticaNeueLTPro-Roman.woff') format('woff'),
        url('/assets/fonts/HelveticaNeueLTPro-Roman.otf') format('opentype');
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 500;
    font-style: normal;
    src: url('/assets/fonts/HelveticaNeueLTPro-Md.woff') format('woff'),
        url('/assets/fonts/HelveticaNeueLTPro-Md.otf') format('opentype');
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 700;
    font-style: normal;
    src: url('/assets/fonts/HelveticaNeueLTPro-Bd.woff') format('woff'),
        url('/assets/fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
}


body {
    font-family: 'Helvetica Neue LT Pro', 'Noto Sans KR', sans-serif;
}

button,
fieldset,
h1,
h2,
h3,
input,
li,
select,
ul {
    font-family: 'Helvetica Neue LT Pro', 'Noto Sans KR', sans-serif;
}

.display_pc_only {
    display: block;
}

.display_tablet_only {
    display: none;
}

/* ============================================
   일산점 메인 홈 페이지
   ============================================ */

.home_wrap {
    background: #fff;
    min-height: 100vh;
    padding: 0 50px 0px;
    max-width: 100%;
    margin: auto;
}

/* --- Header --- */
.home_header {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    padding: 30px 0 45px;
}

.home_logo_img {
    height: 20px;
    width: auto;
}

/* --- Main Visual --- */
.home_visual {
    display: flex;
    gap: 30px;
    margin: 0 auto;
}

/* --- Card --- */
.home_card {
    flex: 1;
    position: relative;
    border-radius: 120px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    height: 83vh;
}

/* --- Card Image --- */
.home_card_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2s ease-in-out;
    -webkit-transition: transform 2s ease-in-out;
}

.home_card:hover .home_card_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/* --- Card Content Overlay --- */
.home_card_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home_card_title {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: center;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
    letter-spacing: -0.025em;
}

.home_card_link {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: color 0.3s ease;
    letter-spacing: -0.02em;
}

.home_card:hover .home_card_link {
    color: #fff;
}

.home_card_arrow {
    display: inline-block;
}

.home_card:hover .home_card_arrow {
    animation: bounceRight 0.5s ease;
}

.home_card_arrow.arrow_icon::before {
    filter: brightness(0) invert(100%);
}

.arrow_icon::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 9px;
    margin: 0 0 1px 0;
    background: url('/assets/img/lineup/arrow_b.webp') no-repeat center / contain;
}



/* 왕복 애니메이션 정의 */
@keyframes bounceRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/* --- Responsive: Mobile --- */
@media screen and (max-width: 768px) {

    .display_pc_only {
        display: none;
    }

    .display_tablet_only {
        display: block;
    }

    .home_wrap {
        padding: 0 20px 30px;
    }

    .home_header {
        padding: 30px 0 40px;
    }

    .home_logo {
        font-size: 22px;
    }

    .home_visual {
        flex-direction: column;
        gap: 15px;
    }

    .home_card {
        border-radius: 50px;
        height: auto;
    }

    .home_card_content {}

    .home_card_link {
        position: absolute;
        bottom: 35px;
    }

    .home_card_title {
        font-size: 18px;
        margin: 0px;
    }
}

/* --- Responsive: Tablet --- */
@media screen and (max-width: 1200px) and (min-width: 769px) {
    .home_wrap {
        padding: 0 30px 40px;
    }

    .home_card_title {
        font-size: 24px;
    }

    .home_card_content {}
}