/* BASIC css start */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

.findbike_page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.findbike_hero {
    width: 100%;
    text-align: center;
}

.findbike_hero img {
    display: block;
    width: 100%;
    height: auto;
}

.findbike_hero_text {
    max-width: 820px;
    margin: 0 auto;
    padding: 50px 20px 60px;
    text-align: center;
}

.findbike_small {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    letter-spacing: 3px;
}

.findbike_hero_text h1 {
    margin: 0 0 15px;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: 3px;
    color: #151515;
}

.findbike_hero_text h2 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -0.6px;
    color: #222;
}

.findbike_desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #777;
}
/* =========================
   2. CATEGORY
========================= */

.findbike_category {
    padding: 75px 20px 90px;
    background: #f7f8fa;
}

.findbike_section_title {
    margin: 0 0 42px;
    text-align: center;
}

.findbike_section_title p {
    margin: 0 0 10px;
    font-size: 13px;
    color: #999;
    letter-spacing: 3px;
}

.findbike_section_title h2 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -1px;
    color: #17191c;
}

.findbike_section_title span {
    font-size: 16px;
    color: #777;
}

.findbike_category_grid {
    width: 100%;
}

.findbike_card {
    float: left;
    width: 31.8%;
    margin: 0 2.3% 28px 0;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0 3px 15px rgba(0,0,0,0.07);
}

.findbike_card_last {
    margin-right: 0;
}

.findbike_card_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.findbike_card_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.findbike_card_img img {
    display: block;
    width: 100%;
    height: 300px;
    border: 0;
    object-fit: cover;
}

.findbike_card_info {
    padding: 24px 24px 28px;
}

.findbike_card_info p {
    margin: 0 0 7px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #999;
}

.findbike_card_info h3 {
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
}

.findbike_card_info h3 a {
    color: #181818;
    text-decoration: none;
}

.findbike_card_info span {
    display: block;
    min-height: 48px;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.findbike_more {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #1769aa;
    text-decoration: none;
}
/* =========================
   3. QUICK GUIDE - PC
========================= */

.findbike_quickguide {
    padding: 85px 40px 100px;
    background: #ffffff;
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.findbike_guide_list {
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #e3e6e9;
}

.findbike_guide_row {
    display: block;
    position: relative;
    min-height: 92px;
    padding: 0 230px 0 90px;
    border-bottom: 1px solid #e3e6e9;
    color: #181818;
    text-decoration: none;
    box-sizing: border-box;
    transition: background 0.2s ease;
}

.findbike_guide_row:hover {
    background: #f6f8fa;
}

.findbike_guide_left {
    padding-top: 30px;
}

.findbike_guide_left span {
    position: absolute;
    left: 24px;
    top: 36px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1769aa;
}

.findbike_guide_left strong {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.findbike_guide_right {
    position: absolute;
    right: 28px;
    top: 32px;
    min-width: 170px;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: #1769aa;
}

.findbike_guide_right b {
    padding-left: 14px;
    font-size: 18px;
}
/* =========================
   4. BIKE SIZE FINDER - PC
========================= */

.findbike_sizefinder {
    padding: 90px 20px 100px;
    background: #f5f7f9;
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.findbike_sizefinder_columns {
    width: 100%;
}

.findbike_sizefinder_columns:after {
    content: "";
    display: block;
    clear: both;
}


/* °è»ê±â Ä«µå */

.findbike_calc_box {
    float: left;
    width: 48.8%;
    margin-right: 2.4%;
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
    box-sizing: border-box;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.findbike_calc_box_last {
    margin-right: 0;
}


/* ÀÌ¹ÌÁö */

.findbike_calc_image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.findbike_calc_image img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}


/* ³»¿ë */

.findbike_calc_content {
    padding: 32px 36px 38px;
}

.findbike_calc_en {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #1769aa;
}

.findbike_calc_content h3 {
    margin: 0 0 12px;
    font-size: 27px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #181818;
}

.findbike_calc_desc {
    min-height: 50px;
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}


/* ÀÔ·Â */

.findbike_input_group {
    margin-bottom: 20px;
}

.findbike_input_group label,
.findbike_input_half label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.findbike_input_group label small {
    margin-left: 5px;
    font-size: 11px;
    font-weight: 400;
    color: #999;
}

.findbike_input_row {
    width: 100%;
    margin-bottom: 20px;
}

.findbike_input_half {
    float: left;
    width: 48.5%;
    margin-right: 3%;
}

.findbike_input_half_last {
    margin-right: 0;
}

.findbike_input_wrap {
    position: relative;
    width: 100%;
}

.findbike_input_wrap input {
    width: 100%;
    height: 48px;
    padding: 0 50px 0 15px;
    border: 1px solid #d8dde2;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 16px;
    color: #222;
    outline: none;
}

.findbike_input_wrap input:focus {
    border-color: #1769aa;
}

.findbike_input_wrap span {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 13px;
    color: #999;
}

.findbike_select {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #d8dde2;
    border-radius: 6px;
    background: #fff;
    font-family: inherit;
    font-size: 15px;
    color: #222;
}


/* ¹öÆ° */

.findbike_calc_btn {
    width: 100%;
    height: 52px;
    margin-top: 4px;
    border: 0;
    border-radius: 6px;
    background: #1769aa;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.findbike_calc_btn_dark {
    background: #20252b;
}


/* °á°ú */

.findbike_result {
    margin-top: 22px;
    padding: 22px 24px;
    background: #f5f8fb;
    border-radius: 8px;
    box-sizing: border-box;
}

.findbike_result_ready {
    margin: 0;
    font-size: 13px;
    text-align: center;
    color: #999;
}

.findbike_result_title {
    margin: 0 0 8px;
    font-size: 13px;
    color: #777;
}

.findbike_result_main {
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: #1769aa;
}

.findbike_result_line {
    padding: 7px 0;
    border-top: 1px solid #e2e7eb;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
}

.findbike_result_line strong {
    color: #222;
}


/* ¿ø»çÀÌÁî °íÁ¤ ¾È³» */

.findbike_onesize {
    margin-top: 22px;
    padding: 20px 22px;
    background: #eef3f7;
    border-radius: 8px;
}

.findbike_onesize strong {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #777;
}

.findbike_onesize b {
    display: block;
    margin-bottom: 8px;
    font-size: 21px;
    color: #1769aa;
}

.findbike_onesize span {
    display: block;
    font-size: 12px;
    line-height: 1.65;
    color: #666;
}


/* ÇÏ´Ü ÁÖÀÇ»çÇ× */

.findbike_size_warning {
    margin-top: 28px;
    padding: 20px 30px;
    background: #e9f2f8;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
    color: #555;
}
.findbike_input_half label small {
    margin-left: 5px;
    font-size: 11px;
    font-weight: 400;
    color: #999;
}
/* =========================
   5. CONSULTATION & STORE - PC
========================= */

.findbike_store {
    padding: 90px 20px 0;
    background: #ffffff;
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}


/* »ó´ã ÀÌ¹ÌÁö */

.findbike_consult_image {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 14px;
}

.findbike_consult_image img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
}


/* Á¦¸ñ */

.findbike_store_title {
    padding-top: 55px;
}


/* ÁöÁ¡ ¿µ¿ª */

.findbike_store_grid {
    width: 100%;
    margin-top: 45px;
}

.findbike_store_grid:after {
    content: "";
    display: block;
    clear: both;
}


/* °³º° ÁöÁ¡ */

.findbike_store_card {
    float: left;
    width: 31.8%;
    margin-right: 2.3%;
    padding: 36px 30px 32px;
    background: #f6f8fa;
    border: 1px solid #e9edf0;
    border-radius: 12px;
    box-sizing: border-box;
}

.findbike_store_card_last {
    margin-right: 0;
}

.findbike_store_en {
    margin: 0 0 11px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #1769aa;
}

.findbike_store_card h3 {
    margin: 0 0 16px;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.7px;
    color: #181818;
}

.findbike_store_desc {
    min-height: 52px;
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.7;
    color: #777;
}


/* ÀüÈ­¹øÈ£ */

.findbike_store_phone {
    display: block;
    padding: 17px 0;
    border-top: 1px solid #dde2e6;
    border-bottom: 1px solid #dde2e6;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #222;
    text-decoration: none;
}


/* ÁöÁ¡ ¹öÆ° */

.findbike_store_btn {
    display: block;
    margin-top: 24px;
    padding: 15px 10px;
    background: #1769aa;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.findbike_store_btn:hover {
    background: #10578f;
}


/* ¸¶Áö¸· ºê·£µå ¸Þ½ÃÁö */

.findbike_store_bottom {
    margin-top: 70px;
    padding: 65px 30px 70px;
    background: #20252b;
    text-align: center;
    color: #ffffff;
}

.findbike_store_bottom p {
    margin: 0 0 17px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #8eacbf;
}

.findbike_store_bottom h3 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -1px;
    color: #ffffff;
}

.findbike_store_bottom span {
    font-size: 14px;
    line-height: 1.8;
    color: #bac3c9;
}
/* BASIC css end */

