/* BASIC css start */
/* =========================
   Bikemart Store Hero
========================= */
.bm-store-hero {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: 'Noto Sans KR', sans-serif;
}

.bm-store-hero-cheongju {
    background-image: url('/design/bikemart36/ideco/pc/store/c_store_hero.jpg');
}

.bm-store-hero__dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.58) 0%, rgba(0,0,0,0.38) 35%, rgba(0,0,0,0.12) 60%, rgba(0,0,0,0.05) 100%);
    z-index: 1;
}

.bm-store-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
}

.bm-store-hero__text {
    max-width: 520px;
    color: #fff;
}

.bm-store-hero__eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 0.95;
    margin-bottom: 18px;
}

.bm-store-hero__title {
    margin: 0;
    font-size: 52px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.bm-store-hero__desc {
    margin: 24px 0 0 0;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255,255,255,0.94);
    word-break: keep-all;
}

.bm-store-hero__btns {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bm-store-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.bm-store-btn .icon {
    margin-right: 8px;
    font-size: 16px;
    line-height: 1;
}

.bm-store-btn--red {
    background: #d83434;
    color: #fff;
}

.bm-store-btn--green {
    background: #1f9d62;
    color: #fff;
}

.bm-store-btn--yellow {
    background: #ffe100;
    color: #2b2b2b;
}

.bm-store-btn:hover {
    transform: translateY(-2px);
    opacity: 0.96;
}

/* =========================
   Tablet
========================= */
@media (max-width: 1024px) {
    .bm-store-hero {
        height: 540px;
    }

    .bm-store-hero__inner {
        padding: 0 30px;
    }

    .bm-store-hero__title {
        font-size: 42px;
    }

    .bm-store-hero__desc {
        font-size: 19px;
    }
}

/* =========================
   Mobile
========================= */
@media (max-width: 768px) {
    .bm-store-hero {
        height: 500px;
        background-position: center center;
    }

    .bm-store-hero__dim {
        background: linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.45) 35%, rgba(0,0,0,0.58) 100%);
    }

    .bm-store-hero__inner {
        align-items: flex-end;
        padding: 0 20px 34px;
    }

    .bm-store-hero__text {
        max-width: 100%;
    }

    .bm-store-hero__eyebrow {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .bm-store-hero__title {
        font-size: 32px;
        line-height: 1.25;
    }

    .bm-store-hero__desc {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.55;
    }

    .bm-store-hero__btns {
        margin-top: 24px;
        gap: 10px;
    }

    .bm-store-btn {
        width: 100%;
        min-width: auto;
        height: 48px;
        font-size: 15px;
    }
}
/* =========================================
   HERO STORE QUICK NAV
========================================= */

.bm-store-quicknav {
    position:absolute;
    top:38px;
    right:0;

    padding:15px 17px 16px;

    background:rgba(0,0,0,.34);

    border:1px solid rgba(255,255,255,.16);
    border-radius:10px;

    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);

    box-shadow:0 8px 30px rgba(0,0,0,.14);

    z-index:10;
}

.bm-store-quicknav-title {
    margin-bottom:12px;

    display:flex;
    align-items:center;
    justify-content:space-between;
}

.bm-store-quicknav-title span {
    font-family:Arial, sans-serif !important;

    font-size:10px !important;
    font-weight:600 !important;

    letter-spacing:2.2px;

    color:rgba(255,255,255,.65) !important;
}

.bm-store-quicknav-title small {
    margin-left:25px;

    font-size:11px !important;
    font-weight:400 !important;

    color:rgba(255,255,255,.48) !important;
}

.bm-store-quicknav-buttons {
    display:flex;
    align-items:center;
    gap:7px;
}

.bm-store-location {
    position:relative;

    min-width:75px;
    height:39px;

    padding:0 17px;

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

    border:1px solid rgba(255,255,255,.25);
    border-radius:5px;

    background:rgba(255,255,255,.06);

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

    font-size:13px !important;
    font-weight:600 !important;

    text-decoration:none !important;

    transition:.18s ease;
}

.bm-store-location:hover {
    background:rgba(255,255,255,.17);

    border-color:rgba(255,255,255,.65);

    color:#fff !important;

    transform:translateY(-2px);
}

.bm-store-location.active {
    background:#ffffff;

    border-color:#ffffff;

    color:#111111 !important;

    font-weight:700 !important;
}

.bm-store-location.active:after {
    content:"";

    position:absolute;

    left:50%;
    bottom:-7px;

    width:20px;
    height:2px;

    margin-left:-10px;

    background:#e51d2a;

    border-radius:2px;
}

@media (max-width:900px) {

    .bm-store-quicknav {
        display:none;
    }

}
/* =========================================
   STORE MERIT
========================================= */

.bm-store-merit {
    width:100%;
    background:
        linear-gradient(
            90deg,
            #111111 0%,
            #191919 50%,
            #111111 100%
        );

    border-top:1px solid rgba(255,255,255,.08);
}


.bm-store-merit-inner {
    width:1280px;
    max-width:calc(100% - 80px);

    min-height:155px;

    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(5, 1fr);

    align-items:stretch;
}


/* °³º° ¿µ¿ª */

.bm-store-merit-item {
    position:relative;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    padding:28px 18px;

    text-align:center;

    transition:background .2s ease;
}


.bm-store-merit-item:hover {
    background:rgba(255,255,255,.035);
}


/* ±¸ºÐ¼± */

.bm-store-merit-item + .bm-store-merit-item:before {
    content:"";

    position:absolute;

    left:0;
    top:30px;
    bottom:30px;

    width:1px;

    background:rgba(255,255,255,.14);
}


/* ¾ÆÀÌÄÜ */

.bm-store-merit-icon {
    width:38px;
    height:38px;

    margin-bottom:14px;

    color:#ffffff;
}


.bm-store-merit-icon svg {
    display:block;

    width:100%;
    height:100%;
}


/* Á¦¸ñ */

.bm-store-merit-item strong {
    display:block;

    margin-bottom:6px;

    color:#ffffff !important;

    font-size:16px !important;
    font-weight:700 !important;

    line-height:1.4 !important;

    letter-spacing:-.4px !important;
}


/* ¼³¸í */

.bm-store-merit-item span {
    display:block;

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

    font-size:13px !important;
    font-weight:400 !important;

    line-height:1.5 !important;

    letter-spacing:-.3px !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width:1100px) {

    .bm-store-merit-inner {
        max-width:none;
        width:100%;
    }

    .bm-store-merit-item {
        padding-left:10px;
        padding-right:10px;
    }

    .bm-store-merit-item strong {
        font-size:14px !important;
    }

    .bm-store-merit-item span {
        font-size:11px !important;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width:700px) {

    .bm-store-merit-inner {
        display:grid;
        grid-template-columns:repeat(2,1fr);

        max-width:none;
        width:100%;
    }

    .bm-store-merit-item {
        min-height:125px;
    }

    .bm-store-merit-item + .bm-store-merit-item:before {
        display:none;
    }

    .bm-store-merit-item {
        border-bottom:1px solid rgba(255,255,255,.09);
    }

}
/* =========================================
   CHEONGJU INTRO
========================================= */

.bm-store-intro {
    width:100%;
    padding:100px 0 105px;

    background:#f7f7f5;
}


.bm-store-intro-inner {
    width:1280px;
    max-width:calc(100% - 80px);

    margin:0 auto;

    display:grid;
    grid-template-columns:42% 58%;

    align-items:center;
}


/* =========================================
   LEFT TEXT
========================================= */

.bm-store-intro-copy {
    padding-right:70px;
}


.bm-store-intro-eyebrow {
    display:block;

    margin-bottom:16px;

    color:#b11f28 !important;

    font-family:Arial, sans-serif !important;

    font-size:12px !important;
    font-weight:700 !important;

    letter-spacing:3px;
}


.bm-store-intro-title {
    margin:0 !important;
    padding:0 !important;

    color:#171717 !important;

    font-size:42px !important;
    font-weight:600 !important;

    line-height:1.25 !important;
    letter-spacing:-2px !important;

    text-align:left !important;
}


.bm-store-intro-title strong {
    color:#171717 !important;
    font-weight:900 !important;
}


.bm-store-intro-line {
    width:48px;
    height:3px;

    margin:28px 0;

    background:#c9202d;
}


.bm-store-intro-desc {
    margin:0 !important;

    color:#333 !important;

    font-size:17px !important;
    font-weight:500 !important;

    line-height:1.85 !important;
    letter-spacing:-.5px !important;
}


.bm-store-intro-sub {
    margin:22px 0 0 !important;

    color:#777 !important;

    font-size:14px !important;
    font-weight:400 !important;

    line-height:1.8 !important;
}


/* =========================================
   CATEGORY
========================================= */

.bm-store-category-list {
    margin-top:32px;

    display:flex;
    flex-wrap:wrap;

    gap:8px;
}


.bm-store-category-list span {
    min-width:70px;

    padding:9px 14px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    border:1px solid #d5d5d5;
    border-radius:20px;

    background:#fff;

    color:#333 !important;

    font-family:Arial, sans-serif !important;

    font-size:11px !important;
    font-weight:600 !important;

    letter-spacing:.5px;

    transition:.2s ease;
}


.bm-store-category-list span:hover {
    border-color:#222;

    background:#222;

    color:#fff !important;
}


/* =========================================
   RIGHT IMAGE
========================================= */

.bm-store-intro-image {
    position:relative;

    height:470px;

    overflow:hidden;

    background:#ddd;
}


.bm-store-intro-image img {
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;

    transition:transform .6s ease;
}


.bm-store-intro-image:hover img {
    transform:scale(1.025);
}


/* »çÁø ¾Æ·¡ ¶óº§ */

.bm-store-intro-image-label {
    position:absolute;

    left:0;
    bottom:0;

    padding:20px 26px;

    background:rgba(0,0,0,.72);

    color:#fff;
}


.bm-store-intro-image-label small {
    display:block;

    margin-bottom:5px;

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

    font-family:Arial, sans-serif !important;

    font-size:9px !important;
    font-weight:600 !important;

    letter-spacing:2px;
}


.bm-store-intro-image-label strong {
    display:block;

    color:#fff !important;

    font-size:15px !important;
    font-weight:600 !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width:1100px) {

    .bm-store-intro {
        padding:80px 0;
    }

    .bm-store-intro-inner {
        grid-template-columns:44% 56%;
    }

    .bm-store-intro-copy {
        padding-right:40px;
    }

    .bm-store-intro-title {
        font-size:36px !important;
    }

    .bm-store-intro-image {
        height:420px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width:700px) {

    .bm-store-intro {
        padding:60px 0;
    }

    .bm-store-intro-inner {
        width:calc(100% - 36px);
        max-width:none;

        display:block;
    }

    .bm-store-intro-copy {
        padding-right:0;
        margin-bottom:35px;
    }

    .bm-store-intro-title {
        font-size:30px !important;
    }

    .bm-store-intro-desc br,
    .bm-store-intro-sub br {
        display:none;
    }

    .bm-store-intro-image {
        height:320px;
    }

}
/* =========================================
   STORE GALLERY
========================================= */

.bm-store-gallery {
    width:100%;
    padding:105px 0 110px;
    background:#ffffff;
}


.bm-store-gallery-inner {
    width:1280px;
    max-width:calc(100% - 80px);
    margin:0 auto;
}


/* =========================================
   GALLERY TITLE
========================================= */

.bm-store-gallery-head {
    margin-bottom:42px;

    display:flex;
    align-items:flex-end;
    justify-content:space-between;
}


.bm-store-gallery-eyebrow {
    display:block;

    margin-bottom:12px;

    color:#c9202d !important;

    font-family:Arial, sans-serif !important;

    font-size:11px !important;
    font-weight:700 !important;

    letter-spacing:3px;
}


.bm-store-gallery-head h2 {
    margin:0 !important;
    padding:0 !important;

    color:#171717 !important;

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

    line-height:1.25 !important;
    letter-spacing:-1.8px !important;

    text-align:left !important;
}


.bm-store-gallery-head p {
    margin:0 !important;

    color:#777 !important;

    font-size:14px !important;
    font-weight:400 !important;

    line-height:1.7 !important;

    text-align:right;
}


/* =========================================
   GALLERY GRID
========================================= */

.bm-store-gallery-grid {
    display:grid;

    grid-template-columns:1.45fr 1fr 1fr;
    grid-template-rows:245px 245px;

    gap:12px;
}


/* °³º° ÀÌ¹ÌÁö */

.bm-gallery-item {
    position:relative;

    overflow:hidden;

    background:#e9e9e9;
}


/* Å« ÀÌ¹ÌÁö */

.bm-gallery-main {
    grid-row:1 / span 2;
}


/* ÀÌ¹ÌÁö */

.bm-gallery-item img {
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;

    transition:transform .5s ease;
}


/* ¸¶¿ì½º ¿À¹ö È¿°ú */

.bm-gallery-item:hover img {
    transform:scale(1.025);
}


/* =========================================
   TABLET
========================================= */

@media (max-width:1050px) {

    .bm-store-gallery {
        padding:85px 0 90px;
    }

    .bm-store-gallery-grid {
        grid-template-columns:1.3fr 1fr;
        grid-template-rows:220px 220px 220px;
    }

    .bm-gallery-main {
        grid-row:1 / span 2;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width:700px) {

    .bm-store-gallery {
        padding:65px 0;
    }


    .bm-store-gallery-inner {
        width:calc(100% - 36px);
        max-width:none;
    }


    .bm-store-gallery-head {
        display:block;

        margin-bottom:28px;
    }


    .bm-store-gallery-head h2 {
        font-size:30px !important;
    }


    .bm-store-gallery-head p {
        margin-top:14px !important;

        text-align:left;
    }


    .bm-store-gallery-head p br {
        display:none;
    }


    .bm-store-gallery-grid {
        display:grid;

        grid-template-columns:1fr 1fr;
        grid-template-rows:300px 170px 170px;

        gap:8px;
    }


    .bm-gallery-main {
        grid-column:1 / span 2;
        grid-row:auto;
    }

}
/* =========================================
   VISIT INFO
========================================= */

.bm-store-visit {
    width:100%;

    padding:110px 0;

    background:#f4f4f2;
}


.bm-store-visit-inner {
    width:1280px;
    max-width:calc(100% - 80px);

    margin:0 auto;

    display:grid;
    grid-template-columns:55% 45%;

    background:#fff;
}


/* =========================================
   MAP
========================================= */

.bm-store-map {
    position:relative;

    min-height:500px;

    overflow:hidden;

    background:#e9e9e9;
}


.bm-store-map .root_daum_roughmap {
    width:100% !important;
}


/* =========================================
   INFO
========================================= */

.bm-store-visit-info {
    padding:60px 65px;
}


.bm-store-visit-eyebrow {
    display:block;

    margin-bottom:15px;

    font-family:Arial, sans-serif !important;

    color:#c9202d !important;

    font-size:11px !important;
    font-weight:700 !important;

    letter-spacing:3px;
}


.bm-store-visit-info h2 {
    margin:0 !important;
    padding:0 !important;

    color:#1a1a1a !important;

    font-size:34px !important;
    font-weight:500 !important;

    line-height:1.35 !important;
    letter-spacing:-1.5px !important;

    text-align:left !important;
}


.bm-store-visit-info h2 strong {
    font-weight:800 !important;
}


.bm-store-visit-line {
    width:45px;
    height:3px;

    margin:25px 0 32px;

    background:#c9202d;
}


/* =========================================
   INFO ROW
========================================= */

.bm-store-info-row {
    display:grid;
    grid-template-columns:95px 1fr;

    padding:17px 0;

    border-bottom:1px solid #e5e5e5;
}


.bm-store-info-label {
    padding-top:3px;

    font-family:Arial, sans-serif !important;

    color:#999 !important;

    font-size:10px !important;
    font-weight:700 !important;

    letter-spacing:1.5px;
}


.bm-store-info-text {
    color:#333 !important;

    font-size:14px !important;
    font-weight:500 !important;

    line-height:1.7 !important;
}


.bm-store-info-text strong {
    display:inline-block;

    margin-right:9px;

    color:#555 !important;

    font-size:13px !important;
    font-weight:700 !important;
}


.bm-store-info-text small {
    display:block;

    margin-top:4px;

    color:#999 !important;

    font-size:11px !important;
}


/* =========================================
   CTA BUTTON
========================================= */

.bm-store-visit-buttons {
    margin-top:32px;

    display:flex;

    gap:8px;
}


.bm-store-visit-btn {
    height:48px;

    padding:0 19px;

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

    border-radius:4px;

    text-decoration:none !important;

    font-size:13px !important;
    font-weight:700 !important;

    transition:.2s ease;
}


.bm-store-visit-btn:hover {
    transform:translateY(-2px);
}


.bm-store-visit-btn.red {
    background:#e9252c;
    color:#fff !important;
}


.bm-store-visit-btn.dark {
    background:#242424;
    color:#fff !important;
}


.bm-store-visit-btn.kakao {
    background:#ffe000;
    color:#191919 !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width:1050px) {

    .bm-store-visit-info {
        padding:50px 40px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width:700px) {

    .bm-store-visit {
        padding:65px 0;
    }


    .bm-store-visit-inner {
        width:calc(100% - 36px);
        max-width:none;

        display:flex;
        flex-direction:column;
    }


    .bm-store-map {
        min-height:350px;
    }


    .bm-store-visit-info {
        padding:40px 25px;
    }


    .bm-store-visit-info h2 {
        font-size:28px !important;
    }


    .bm-store-info-row {
        grid-template-columns:80px 1fr;
    }


    .bm-store-visit-buttons {
        flex-direction:column;
    }


    .bm-store-visit-btn {
        width:100%;
    }

}
.bm-store-visit-btn-main {
    min-width:170px;
    justify-content:space-between !important;

    padding:0 20px;
}

.bm-store-visit-arrow {
    margin-left:24px;

    font-family:Arial, sans-serif !important;

    font-size:18px !important;
    font-weight:400 !important;
}
/* =========================================
   STORE ENDING
========================================= */

.bm-store-ending {
    position:relative;

    width:100%;
    height:470px;

    overflow:hidden;

    background:
        radial-gradient(
            circle at 50% 100%,
            #292929 0%,
            #171717 45%,
            #0d0d0d 100%
        );
}


.bm-store-ending-inner {
    position:relative;
    z-index:2;

    width:1280px;
    max-width:calc(100% - 80px);
    height:100%;

    margin:0 auto;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;
}


/* ¹è°æ ´ëÇü ±ÛÀÚ */

.bm-store-ending-bg {
    position:absolute;

    left:50%;
    top:52%;

    transform:translate(-50%,-50%);

    font-family:Arial, sans-serif !important;

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

    letter-spacing:-8px;

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

    white-space:nowrap;

    pointer-events:none;
}


/* »ó´Ü ¿µ¹® */

.bm-store-ending-eyebrow {
    display:block;

    margin-bottom:21px;

    color:#d62933 !important;

    font-family:Arial, sans-serif !important;

    font-size:11px !important;
    font-weight:700 !important;

    letter-spacing:4px;
}


/* ¸ÞÀÎ Ä«ÇÇ */

.bm-store-ending h2 {
    margin:0 !important;
    padding:0 !important;

    color:#ffffff !important;

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

    line-height:1.45 !important;

    letter-spacing:-1.8px !important;

    text-align:center !important;
}


.bm-store-ending h2 strong {
    color:#ffffff !important;

    font-weight:800 !important;
}


/* ¼³¸í */

.bm-store-ending p {
    margin:21px 0 0 !important;

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

    font-size:14px !important;
    font-weight:400 !important;

    line-height:1.8 !important;
}


/* ÀÛÀº ¼± */

.bm-store-ending-line {
    width:34px;
    height:2px;

    margin:23px 0 13px;

    background:#d62933;
}


/* ÁöÁ¡¸í */

.bm-store-ending-store {
    display:block;

    margin-bottom:25px;

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

    font-family:Arial, sans-serif !important;

    font-size:10px !important;
    font-weight:600 !important;

    letter-spacing:3px;
}


/* ¹öÆ° */

.bm-store-ending-btn {
    min-width:190px;
    height:52px;

    padding:0 22px;

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

    border:1px solid rgba(255,255,255,.72);

    background:transparent;

    color:#ffffff !important;

    font-size:13px !important;
    font-weight:600 !important;

    text-decoration:none !important;

    transition:.25s ease;
}


.bm-store-ending-btn:hover {
    background:#ffffff;

    color:#111111 !important;
}


.bm-store-ending-arrow {
    margin-left:28px;

    font-family:Arial, sans-serif !important;

    font-size:18px !important;
    font-weight:400 !important;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width:700px) {

    .bm-store-ending {
        height:430px;
    }

    .bm-store-ending-inner {
        width:calc(100% - 40px);
        max-width:none;
    }

    .bm-store-ending-bg {
        font-size:85px !important;
    }

    .bm-store-ending h2 {
        font-size:27px !important;
        letter-spacing:-1.2px !important;
    }

    .bm-store-ending p {
        font-size:13px !important;
    }

}
/* BASIC css end */

