/* 조연재 메인 비주얼 섹션 스타일 */
#jo_main_visual {
    width: 100%;
    height: 900px;
    margin: 0 auto;
    background: url('../images/jo_main_bg_img.webp') no-repeat center center / cover;
    position: relative;
    overflow: hidden;
    font-family: 'Pretendard', sans-serif;
}

.jo_visual_inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jo_main_logo {
    margin-top: 100px;
    margin-bottom: 50px;
}
.jo_main_logo img {
    width: 280px;
    height: 100px;
    display: block;
}

.jo_main_tit {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}
.jo_main_tit .point_color {
    color: #fee89d;
}

.jo_story_box {
    width: 1200px;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
}

.jo_story_text {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    word-break: keep-all;
}

/* 조연재 2페이지 스타일 */
#jo_license_sec {
    width: 100%;
    height: 900px;
    background: url('../images/jo_main_bg2.webp') no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.jo_license_inner {
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 글자 배경이 되는 흰 박스 규격 원상복구 (균등 분배) */
.jo_license_box {
    width: 1200px;
    height: 700px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 0 60px; /* 좌우 여백 정상화 */
    box-sizing: border-box;
    position: relative;
}

/* [좌측] 명인 사진: 공간은 350px만 차지하되, 그림 자체를 확대하여 크게 보이게 함 */
.jo_cert_person {
    width: 350px; 
    height: 100%;
    display: flex;
    align-items: flex-end; /* 박스 바닥에 밀착 */
    justify-content: center;
    flex-shrink: 0;
}

.jo_cert_person img {
    width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    /* [핵심] 주변 레이아웃을 깨트리지 않고 사진만 25% 확대하여 큼지막하게 만듦 */
    transform: scale(1.25); 
    transform-origin: bottom center; /* 바닥을 기준으로 위로 커짐 */
}

/* [중앙] 로고 및 텍스트 */
.jo_cert_left {
    text-align: center;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jo_sub_logo {
    margin-bottom: 35px;
}

.jo_sub_logo img {
    width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.jo_cert_text p.tit {
    font-family: 'Pretendard', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    white-space: nowrap;
}

.jo_cert_text p.desc {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
}

/* [우측] 인증서 */
.jo_cert_right {
    flex-shrink: 0;
}

.jo_cert_right img {
    width: 340px; 
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* 조연재 3페이지 스타일 수정 */
#jo_brand_value {
    width: 100%;
    height: 900px;
    background: url('../images/jo_main_bg3.webp') no-repeat center center / cover;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.jo_value_inner {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jo_val_left { width: 750px; display: flex; flex-direction: column; align-items: center; }
.jo_val_top_txt { font-family: 'Pretendard', sans-serif; font-size: 30px; color: #fff; font-weight: 400; margin-bottom: 30px; text-align: center; line-height: 1.4; }
.jo_val_top_txt strong { font-weight: 600; }
.jo_val_tit_box {
    width: 750px; height: 180px; border: 2px solid #fff; box-sizing: border-box;
    display: flex; align-items: center; justify-content: center; text-align: center;
    font-family: 'Pretendard', sans-serif; font-size: 50px; font-weight: 600; color: #fff; line-height: 1.3; margin-bottom: 50px;
}
.jo_circle_wrap { display: flex; justify-content: center; gap: 60px; width: 100%; }
.val_circle {
    width: 200px; height: 200px; background-color: rgba(244, 234, 216, 0.3);
    border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center;
}
.val_circle span { font-family: 'Pretendard', sans-serif; font-size: 40px; font-weight: 800; color: #fbf3dd; line-height: 1.2; }

.jo_val_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.jo_info_card {
    width: 550px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; 
    display: flex;
    align-items: center;
    padding: 0 40px 0 180px;
    box-sizing: border-box;
}

.jo_info_card.card01 { background-image: url('../images/jo_card01.webp'); }
.jo_info_card.card02 { background-image: url('../images/jo_card02.webp'); }
.jo_info_card.card03 { background-image: url('../images/jo_card03.webp'); }

.card_txt_area h4 {
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    padding-left: 35px;
}

.card_txt_area p {
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-left: 35px;
    color: #000;
    line-height: 1.5;
    word-break: keep-all;
}

/* 조연재 제품소개 섹션 공통 스타일 */
#jo_product_01, #jo_product_02 {
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#jo_product_01 { background: url('../images/jo_main_bg4.webp') no-repeat center center / cover; }
#jo_product_02 { background: url('../images/jo_main_bg5.webp') no-repeat center center / cover; }

.jo_prod_inner {
    width: 1440px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    box-sizing: border-box;
}

.jo_prod_tit_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.jo_master_badge {
    width: 400px;
    height: 60px;
    background: #000;
    border-radius: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.jo_prod_main_tit {
    font-size: 50px;
    font-weight: 800;
    color: #000;
    white-space: nowrap;
}

.jo_prod_main_tit .orange_txt {
    color: #ffb027;
}

.jo_card_grid {
    display: grid;
    grid-template-columns: repeat(2, 700px);
    gap: 50px;
}

.jo_prod_card {
    width: 700px;
    height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
}

.card01 { background-image: url('../images/mjo_card01.webp'); }
.card02 { background-image: url('../images/mjo_card02.webp'); }
.card03 { background-image: url('../images/mjo_card03.webp'); }
.card04 { background-image: url('../images/mjo_card04.webp'); }
.card05 { background-image: url('../images/mjo_card05.webp'); }
.card06 { background-image: url('../images/mjo_card06.webp'); }
.card07 { background-image: url('../images/mjo_card07.webp'); }
.card08 { background-image: url('../images/mjo_card08.webp'); }

.card_info_area {
    width: 330px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card_tit_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.card_info_area .num {
    font-size: 35px;
    font-weight: 600;
    color: #976b1e;
}

.card_info_area .name {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}

.card_info_area .spec_box {
    width: 240px;
    height: 25px;
    background: #f2f0f0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 200;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_info_area .desc {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    word-break: keep-all;
}

/* 5페이지 하단 안내 배너 영역 */
.jo_caution_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.star_icon {
    width: 83px;
    height: 77px;
    margin-bottom: 10px;
    align-self: flex-start;
    margin-left: 50px;
}

.caution_banner {
    width: 1200px;
    height: 145px;
    background: #bf1313;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 60px 0 100px;
    box-sizing: border-box;
    justify-content: flex-end;
}

.banner_left {
    flex: 1; 
    text-align: center;
}

.banner_left p {
    font-size: 30px;
    color: #fdff44;
    font-weight: 400;
    line-height: 1.3;
}

.banner_mid {
    margin: 0 40px;
}

.banner_mid img {
    width: 200px;
    height: 200px;
}

.banner_right {
    width: 200px;
    text-align: center;
}

.banner_right p {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    line-height: 1.2;
}

.banner_right p .yellow {
    color: #fdff44;
}

/* ===================================================================== */
/* --- 조연재 페이지: 행복 파트너 섹션 (뚫림 현상 및 기존 코드 충돌 방어본) --- */
/* ===================================================================== */
#jo_partners_sec {
    width: 100% !important;
    height: 900px !important;
    background: #ffffff !important;
    
    /* [핵심 방어 1] 어딘가에 남아있는 기존 배경 이미지와 비율 잠금을 강제 해제합니다 */
    background-image: none !important; 
    aspect-ratio: auto !important; 
    
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden !important;
}

.jo_partners_inner {
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 1. 상단 타이틀 (30px 띄우기) */
.partner_main_title {
    margin-top: 50px;
    font-family: 'Pretendard', sans-serif;
    font-size: 50px;
    text-align: center;
}
.partner_main_title .t1 { font-weight: 600; color: #000; }
.partner_main_title .t2 { font-weight: 600; color: #ff9600; }
.partner_main_title .t3 { font-weight: 400; color: #000; }

/* 2. 헤더 텍스트 (30px 띄우고 균등 배치) */
.partner_header_list {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner_header_list li {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-tap-highlight-color: transparent; /* 모바일 터치 잔상 제거 */
}

/* 활성화 상태 (PC 자동/호버, 모바일 터치 공통) */
.partner_header_list li.active {
    color: #ff0000 !important;
    font-weight: 600 !important;
}

/* 3. 로고 박스 래퍼 (PC 버전) */
.partner_grid_wrap {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    row-gap: 20px;
    column-gap: calc((100% - 1330px) / 6); 
}

.pt_box {
    position: relative !important; 
    width: 190px;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px #a19fa2; 
    box-sizing: border-box;
}

/* 끊김 방지용 가상 3px 빨간 테두리 레이어 사전 구축 */
.pt_box::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    box-shadow: inset 0 0 0 3px #ff0000; 
    opacity: 0; 
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1); 
    pointer-events: none;
    z-index: 5;
}

.pt_box.active::after {
    opacity: 1 !important;
}

.pt_box img {
    max-width: 85%;
    max-height: 80%;
    object-fit: contain;
}

/* ── 반응형: 태블릿 (1749px ~ 768px) ── */
@media (max-width: 1749px) and (min-width: 768px) {
    #jo_partners_sec { 
        height: auto !important; 
        /* [핵심 1] 짤림 방지를 위해 최소 높이를 1000px로 강제 연장합니다 */
        min-height: 1200px !important; 
        /* [핵심 2] 하단 검은색 스토어 바가 덮지 못하도록 200px의 거대 여백을 줍니다 */
        padding-bottom: 200px !important; 
        background: #ffffff !important;
        background-image: none !important; 
        aspect-ratio: auto !important; /* 비율 잠금 완전 해제 */
    }
    .jo_partners_inner { 
        width: 100% !important; 
        padding: 0 4% !important; 
    }
    
    .partner_header_list { flex-wrap: wrap; justify-content: center; gap: 15px 25px; }
    
    .partner_grid_wrap {
        width: 100% !important;
        margin: 40px auto 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 15px 1.5% !important; 
    }
    
    .pt_box {
        width: calc((100% - 8%) / 5) !important; 
        min-width: 130px !important; 
        height: auto !important;
        aspect-ratio: 190 / 60 !important; 
    }
}

/* ── 반응형: 모바일 (767px 이하) ── */
@media (max-width: 767px) {
    #jo_partners_sec { 
        height: auto !important; 
        /* [핵심 3] 모바일은 12줄로 세로로 훨씬 길어지므로 최소 높이를 1600px로 뚫어버립니다 */
        min-height: 1200px !important; 
        padding-bottom: 200px !important; 
        background: #ffffff !important;
        background-image: none !important; 
        aspect-ratio: auto !important; 
        margin-bottom: 0 !important;
    }
    .jo_partners_inner { 
        width: 100% !important; 
        padding: 0 3% !important; 
    }
    
    .partner_main_title { font-size: 24px !important; line-height: 1.4; }
    .partner_main_title span { font-size: 24px !important; }
    
    .partner_header_list { flex-wrap: wrap; justify-content: center; gap: 10px 12px; margin-top: 20px; }
    .partner_header_list li { font-size: 14px !important; }

    .partner_grid_wrap {
        width: 100% !important;
        margin-top: 30px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px 2% !important; 
    }
    
    .pt_box {
        width: calc((100% - 6%) / 3) !important; 
        height: auto !important;
        aspect-ratio: 190 / 60 !important; 
    }
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ */

/* ── 반응형: 모바일 (767px 이하) ── */
@media (max-width: 767px) {
    #jo_partners_sec { height: auto !important; padding-bottom: 50px !important; }
    .jo_partners_inner { width: 100%; padding: 0 5%; }
    
    .partner_main_title { font-size: 24px; line-height: 1.4; word-break: keep-all; }
    .partner_main_title span { font-size: 24px; }
    
    .partner_header_list { flex-wrap: wrap; justify-content: center; gap: 10px 15px; margin-top: 20px; }
    .partner_header_list li { font-size: 15px; }

    .partner_grid_wrap {
        margin-top: 30px;
        /* 3개씩 12줄, 마지막 줄 2개 */
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .pt_box {
        width: 100%; /* 모바일에서는 1fr 비율에 맞게 유동적 축소 */
        height: auto;
        aspect-ratio: 190 / 60; /* 원본 비율 유지 */
    }
}

/* --- 하단 스토어 바 전용 스타일 --- */
#sticky_store_bar {
    width: 100%;
    height: 100px;
    background: #000000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1100;
}

.bar_inner_1440 {
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    position: relative; 
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

.bar_logo img {
    width: 174px;
    height: 60px;
}

.bar_center_blink {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); 
    display: flex;
    align-items: center;
    gap: 30px;
    -webkit-animation: bar_blink 1.2s infinite;
            animation: bar_blink 1.2s infinite; 
}

.bar_center_blink .txt_white {
    font-family: 'Jeongmeokbawi', sans-serif; 
    font-size: 50px;
    color: #ffffff;
}

.bar_center_blink .txt_yellow {
    font-family: 'Pretendard', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #fcff00;
}

.btn_naver_store {
    width: 300px;
    height: 50px;
    background: #00892a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    -webkit-animation: bar_blink 1.2s infinite;
            animation: bar_blink 1.2s infinite; 
}

.btn_naver_store span {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.btn_naver_store img {
    width: 18px;
    height: 12px;
}

@-webkit-keyframes bar_blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}
@keyframes bar_blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}

#sticky_store_bar .top_btn_wrap {
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
    z-index: 1200;
}
#sticky_store_bar .btn_top_click img {
    width: 70px;
    height: 35px;
    cursor: pointer;
}


/* =============================================================
   [joinfo] 조연재 페이지 태블릿 & 모바일 반응형 대응 완벽 교정본
============================================================= */

/* ── A. 태블릿 (1749px ~ 768px) 조연재 페이지 완벽 교정 ── */
@media (max-width: 1749px) and (min-width: 768px) {
    .jo_visual_inner, .jo_license_inner, .jo_value_inner, 
    .jo_prod_inner, .jo_partners_inner, .bar_inner_1440 {
        width: 100% !important; padding: 0 5% !important; box-sizing: border-box !important;
    }

    #jo_main_visual { height: auto !important; min-height: auto !important; padding: 120px 0 !important; background-position: center !important; background-size: cover !important; }
    .jo_story_box { width: 100% !important; height: auto !important; padding: 40px !important; }
    .jo_story_text { font-size: 24px !important; line-height: 1.6 !important; word-break: keep-all; }

    /* [수정 완벽 방어] 라이선스 영역 겹침 해결 */
    #jo_license_sec { height: auto !important; padding: 100px 0 !important; }
    .jo_license_inner { width: 100% !important; padding: 0 5% !important; }
    .jo_license_box { width: 100% !important; height: auto !important; padding: 60px 40px !important; flex-direction: column !important; gap: 40px !important; }
    
    /* 태블릿 세로 모드에서는 사진 크기 원상복구 */
    .jo_cert_person { width: 100% !important; height: 450px !important; justify-content: center !important; }
    .jo_cert_person img { height: 100% !important; width: auto !important; transform: scale(1) !important; }
    
    .jo_cert_left { width: 100% !important; }
    .jo_cert_right { width: 100% !important; display: flex !important; justify-content: center !important; }
    .jo_cert_right img { width: auto !important; max-width: 100% !important; }

    /* [수정 완벽 방어] 제품 소개 영역 글자 튀어나감 해결 */
    #jo_product_01, #jo_product_02 { height: auto !important; padding: 80px 0 !important; }
    .jo_card_grid { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 3vw !important; width: 100% !important; }
    
    .jo_prod_card { 
        width: 100% !important; height: auto !important; aspect-ratio: auto !important; min-height: 380px !important; 
        padding: 20px !important; 
        display: flex !important; flex-direction: column !important; 
        align-items: center !important; 
        justify-content: center !important; /* [핵심] 텍스트 박스를 위아래 중앙으로 배치 */
        border-radius: 50px;
    }
    
    .card_info_area { 
        width: 100% !important; background: rgba(255,255,255,0.92) !important; padding: 20px !important; 
        border-radius: 10px !important; display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; gap: 10px !important; 
    }
    
    .card_tit_wrap { justify-content: center !important; gap: 10px !important; }
    .card_info_area .num { font-size: 24px !important; }
    .card_info_area .name { font-size: 24px !important; word-break: keep-all !important; }
    .card_info_area .spec_box { width: 100% !important; height: auto !important; padding: 5px 0 !important; font-size: 13px !important; }
    .card_info_area .desc { font-size: 15px !important; line-height: 1.4 !important; word-break: keep-all !important; }

    .jo_caution_area { width: 100% !important; margin-top: 50px !important; }
    .caution_banner { flex-direction: column !important; height: auto !important; padding: 40px !important; gap: 20px !important; justify-content: center !important; text-align: center !important; }
    .banner_left, .banner_right { width: 100% !important; text-align: center !important; }
    .banner_mid img { width: 150px !important; height: 150px !important; }

    #jo_partners_sec { width: 100% !important; height: auto !important; aspect-ratio: 1920 / 900 !important; padding: 0 !important; background-size: 100% 100% !important; margin: 0 0 100px 0 !important; }
    .jo_partners_inner { padding-top: 20px !important; }
    .jo_partners_tit { font-size: 30px !important; }

    #sticky_store_bar { height: 100px !important; padding: 0 !important; }
    .bar_inner_1440 { flex-direction: row !important; padding-top: 0 !important; align-items: center !important; justify-content: space-between !important; }
    .bar_center_blink { position: static !important; transform: none !important; flex-direction: row !important; width: auto !important; gap: 10px !important; }
    .bar_center_blink .txt_white, .bar_center_blink .txt_yellow { font-size: 30px !important; }
    .btn_naver_store { width: 220px !important; height: 50px !important; }
}

/* ===================================================================== */
/* --- [신규 추가] 브랜드 소개 섹션 (#jo_brand_value) 태블릿 반응형 --- */
/* ===================================================================== */
    @media (max-width: 1749px) and (min-width: 768px) {
    #jo_brand_value { 
        height: auto !important; 
        padding: 100px 0 !important; 
    }
    #jo_brand_value .jo_value_inner { 
        flex-direction: column !important; /* 세로 정렬로 변경 */
        gap: 60px !important; 
        align-items: center !important; 
    }
    .jo_val_left { 
        width: 100% !important; 
        max-width: 750px !important; 
    }
    .jo_val_tit_box { 
        width: 100% !important; 
        height: auto !important; 
        padding: 35px 20px !important; 
        font-size: 38px !important; /* 화면 크기에 맞춰 타이틀 자수 축소 */
    }
    .jo_circle_wrap { 
        gap: 40px !important; 
    }
    .val_circle { 
        width: 160px !important; 
        height: 160px !important; 
    }
    .val_circle span { 
        font-size: 32px !important; 
    }
    
    .jo_val_right { 
        width: 100% !important; 
        max-width: 650px !important; 
        gap: 25px !important;
    }
    
    .jo_info_card { 
        width: 100% !important; 
        height: auto !important; 
        min-height: 200px !important; 
        /* [핵심 수정] 좌측 패딩을 160px -> 260px로 대폭 늘려 사진 겹침을 방지합니다. */
        padding: 30px 30px 30px 260px !important; 
        background-size: 100% 100% !important; 
        box-sizing: border-box !important;
    }

    .card_txt_area h4 {
        padding-left: 0 !important;
        margin-bottom: 8px !important;
        word-break: keep-all !important;
    }

    .card_txt_area p { 
        padding-left: 0 !important; 
        line-height: 1.5 !important;
        word-break: keep-all !important;
    }
}


/* ── B. 모바일 (767px 이하) ── */
@media (max-width: 767px) {
    .jo_visual_inner, .jo_license_inner, .jo_value_inner, 
    .jo_prod_inner, .jo_partners_inner, .bar_inner_1440 {
        width: 100% !important; padding: 0 5% !important; box-sizing: border-box !important;
    }
    
    #jo_main_visual { height: auto !important; min-height: auto !important; padding: 100px 0 120px !important; background-position: center !important; background-size: cover !important; }
    .jo_main_logo { margin-top: 0 !important; margin-bottom: 30px !important; }
    .jo_main_logo img { width: 160px !important; height: auto !important; margin: 0 auto !important; }
    .jo_main_tit { font-size: 26px !important; margin-bottom: 30px !important; text-align: center !important; }
    .jo_story_box { width: 100% !important; height: auto !important; padding: 30px 20px !important; box-sizing: border-box !important; }
    .jo_story_text { font-size: 15px !important; line-height: 1.6 !important; }

    #jo_license_sec, #jo_brand_value, #jo_product_01, #jo_product_02 { background-position: center !important; background-size: cover !important; }

    #jo_license_sec { height: auto !important; padding: 60px 0 !important; }
    .jo_license_inner { width: 100% !important; padding: 0 5% !important; }
    .jo_license_box { width: 100% !important; height: auto !important; padding: 50px 20px !important; flex-direction: column !important; gap: 40px !important; }
    
    .jo_cert_person { width: 100% !important; height: 300px !important; justify-content: center !important; }
    .jo_cert_person img { height: 100% !important; width: auto !important; transform: scale(1) !important; }
    
    .jo_sub_logo img { width: 220px !important; }
    .jo_cert_text p.tit { font-size: 20px !important; }
    .jo_cert_text p.desc { font-size: 16px !important; }
    
    .jo_cert_left { width: 100% !important; }
    .jo_cert_right { width: 100% !important; display: flex !important; justify-content: center !important; }
    .jo_cert_right img { width: 100% !important; max-width: 280px !important; margin: 0 auto !important; }

    #jo_brand_value { height: auto !important; padding: 60px 0 !important; }
    .jo_value_inner { flex-direction: column !important; gap: 40px !important; }
    .jo_val_left { width: 100% !important; }
    .jo_val_tit_box { width: 100% !important; height: auto !important; padding: 20px !important; font-size: 24px !important; }
    .val_circle { width: 80px !important; height: 80px !important; }
    .val_circle span { font-size: 16px !important; }
    .jo_info_card { 
        width: 100% !important; 
        height: auto !important; 
        min-height: 150px !important; 
        /* [핵심] 38% 비율을 주어 화면이 작아져도 사진 영역을 무조건 피하도록 설정 */
        padding: 25px 15px 25px 38% !important; 
        background-size: 100% 100% !important;
        box-sizing: border-box !important; 
        display: flex !important; 
        align-items: center !important; 
    }
    
    .card_txt_area { 
        width: 100% !important; 
        position: relative !important; 
        background: transparent !important; /* 불필요한 반투명 흰색 배경 제거 */
        padding: 0 !important; 
    }
    
    .card_txt_area h4 { 
        font-size: 16px !important; 
        padding: 0 !important; 
        margin-bottom: 6px !important; 
        word-break: keep-all !important; 
    }
    
    .card_txt_area p { 
        font-size: 13px !important; 
        padding: 0 !important; 
        line-height: 1.4 !important; 
        word-break: keep-all !important; 
    }

    #jo_product_01, #jo_product_02 { height: auto !important; padding: 60px 0 !important; }
    .jo_prod_tit_area { display: flex !important; flex-direction: column !important; gap: 15px !important; margin-bottom: 40px !important; align-items: center !important; }
    .jo_master_badge { width: 180px !important; height: 40px !important; font-size: 18px !important; margin: 0 auto !important; }
    .jo_prod_main_tit { font-size: 28px !important; white-space: normal !important; text-align: center !important; line-height: 1.3 !important; word-break: keep-all !important; }

    .jo_card_grid { display: flex !important; flex-direction: column !important; gap: 30px !important; width: 100% !important; }
    .jo_prod_card { 
        width: 100% !important; height: auto !important; aspect-ratio: auto !important; min-height: 380px !important; 
        padding: 25px !important; 
        display: flex !important; flex-direction: column !important; 
        align-items: center !important; 
        justify-content: center !important; /* [핵심] 텍스트 박스를 위아래 중앙으로 배치 */
        border-radius: 50px;
    }
    
    .card_info_area { width: 100% !important; background: rgba(255,255,255,0.92) !important; padding: 25px 15px !important; border-radius: 10px !important; box-sizing: border-box !important; display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; gap: 15px !important; }
    .card_tit_wrap { justify-content: center !important; gap: 10px !important; }
    .card_info_area .num { font-size: 22px !important; }
    .card_info_area .name { font-size: 22px !important; word-break: keep-all !important; }
    .card_info_area .spec_box { width: 100% !important; height: auto !important; padding: 5px 0 !important; font-size: 12px !important; line-height: 1.4 !important; }
    .card_info_area .desc { font-size: 14px !important; line-height: 1.5 !important; word-break: keep-all !important; }
    
    .jo_caution_area { width: 100% !important; margin-top: 50px !important; }
    .caution_banner { flex-direction: column !important; height: auto !important; padding: 40px !important; gap: 20px !important; justify-content: center !important; text-align: center !important; }
    .banner_left p { font-size: 15px; color: #fdff44; font-weight: 400; line-height: 1.3; }
    .banner_left, .banner_right { width: 100% !important; text-align: center !important; }
    .banner_mid img { width: 150px !important; height: 150px !important; }

    #jo_partners_sec { width: 100% !important; height: auto !important; background-image: url('../images/jo_main_bg7.webp?v=1.2') !important; background-size: 100% 100% !important; background-position: top center !important; aspect-ratio: 1534 / 2400 !important; padding: 0 !important; margin-bottom: 50px !important; }
    #jo_partners_sec .jo_partners_inner { padding-top: 20px !important; text-align: center !important; }
    #jo_partners_sec .jo_partners_tit { display: block !important; font-size: 15px !important; line-height: 1.3 !important; padding: 0 15px !important; word-break: keep-all !important; } 
    
    #sticky_store_bar { height: auto !important; padding: 0 0 40px 0 !important; position: relative !important; bottom: auto !important; background: #000000 !important; display: flex !important; justify-content: center !important; }
    .bar_inner_1440 { width: 100% !important; height: auto !important; flex-direction: column !important; align-items: center !important; gap: 30px !important; position: relative !important; padding-top: 60px !important; box-sizing: border-box !important; }
    .bar_logo { display: block !important; margin: 0 auto !important; }
    .bar_logo img { width: 174px !important; height: 60px !important; display: block !important; }
    .bar_center_blink { position: static !important; transform: none !important; flex-direction: column !important; gap: 10px !important; -webkit-animation: bar_blink_ani 1.2s infinite !important; animation: bar_blink_ani 1.2s infinite !important; }
    .bar_center_blink .txt_white, .bar_center_blink .txt_yellow { font-size: 26px !important; }
    .bar_btn_area { width: 100% !important; padding: 0 20px !important; box-sizing: border-box !important; }
    .btn_naver_store { width: 100% !important; height: 60px !important; border-radius: 8px !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; }
    .btn_naver_store span { font-size: 20px !important; }
    #sticky_store_bar .top_btn_wrap { position: absolute !important; top: -35px !important; left: 50% !important; transform: translateX(-50%) !important; z-index: 1200 !important; margin: 0 !important; }
    #sticky_store_bar .btn_top_click img { width: 70px !important; height: 35px !important; display: block !important; }
}

/* ===================================================================== */
/* --- 조연재 페이지: 감자탕 즐기는 방법 섹션 추가 --- */
/* ===================================================================== */

#jo_enjoy_sec {
    width: 100%;
    height: 900px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.jo_enjoy_inner {
    width: 1440px;
    height: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

/* 상단 타이틀 */
.jo_enjoy_tit {
    font-family: 'Pretendard', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
}

.jo_enjoy_tit .orange_txt {
    color: #ffb027;
}

/* 4개 이미지 카드 */
.jo_enjoy_cards {
    display: flex;
    justify-content: space-between; /* 1440 안에서 4개의 카드를 균등하게 배치 */
    width: 100%;
    margin-bottom: 30px;
}

.enjoy_card {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.enjoy_card .img_box {
    width: 350px;
    height: 300px;
    border-radius: 10px; /* 시안과 동일하게 모서리 라운딩 적용 */
    overflow: hidden;
    margin-bottom: 20px;
}

.enjoy_card .img_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.enjoy_card p {
    font-family: 'Pretendard', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
}

/* 맛있게 먹는 방법 꿀조합 영역 */
.jo_enjoy_honey {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.honey_tit_box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.honey_tit_box .txt_black {
    font-family: 'Pretendard', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
    margin-right: 5px;
}

.honey_tit_box .txt_brown {
    font-family: 'Pretendard', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #a87620;
    border-bottom: 3px solid #a87620;
    padding-bottom: 5px;
}

.honey_icon {
    width: 63px;
    height: 66px;
    margin-left: 20px; /* 꿀조합 글씨와 20px 간격 */
    -o-object-fit: contain;
       object-fit: contain;
}

/* 하단 설명 리스트 */
.honey_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.honey_list li {
    font-family: 'Pretendard', sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: #000;
}

/* 특정 단어 굵기 처리 */
.honey_list li .fw_500 {
    font-weight: 500;
}

/* ===================================================================== */
/* --- 조연재 페이지: 즐기는 방법 반응형 (태블릿 & 모바일) --- */
/* ===================================================================== */

/* [1] 태블릿 (1749px ~ 768px) */
@media (max-width: 1749px) and (min-width: 768px) {
    /* 기존 코드 유지 */
    #jo_enjoy_sec { height: auto !important; padding: 100px 0 !important; }
    .jo_enjoy_inner { width: 100% !important; padding: 0 5% !important; }
    .jo_enjoy_cards { flex-wrap: wrap !important; gap: 40px 20px !important; justify-content: center !important; }
    .enjoy_card { width: calc(50% - 20px) !important; max-width: 350px !important; }
    .enjoy_card .img_box { width: 100% !important; height: auto !important; aspect-ratio: 350 / 300 !important; }
    
    /* 꿀조합 리스트 글자 밀림 방지 및 2줄 정렬 추가 */
    .honey_list {
        align-items: center !important;
        width: 100% !important;
    }
    .honey_list li {
        width: 90% !important;
        max-width: 700px !important; /* 텍스트 폭을 제한하여 자연스럽게 2줄 유도 */
        text-align: center !important;
        line-height: 1.5 !important;
        word-break: keep-all !important;
        padding-left: 20px !important; /* 내어쓰기 여백 확보 */
        text-indent: -20px !important; /* 숫자만 왼쪽으로 빼서 줄맞춤 */
    }
}

/* [2] 모바일 (767px 이하) */
@media (max-width: 767px) {
    /* 기존 코드 유지 */
    #jo_enjoy_sec { height: auto !important; padding: 60px 0 !important; }
    .jo_enjoy_inner { width: 100% !important; padding: 0 5% !important; }
    .jo_enjoy_tit { font-size: 26px !important; margin-bottom: 30px !important; line-height: 1.3 !important; word-break: keep-all !important; }
    .jo_enjoy_cards { flex-direction: column !important; align-items: center !important; gap: 30px !important; }
    .enjoy_card { width: 100% !important; max-width: 350px !important; }
    .enjoy_card .img_box { width: 100% !important; height: auto !important; aspect-ratio: 350 / 300 !important; margin-bottom: 15px !important; }
    .enjoy_card p { font-size: 18px !important; }
    .honey_tit_box { flex-wrap: wrap !important; justify-content: center !important; gap: 10px !important; margin-bottom: 20px !important; }
    .honey_tit_box .txt_black, .honey_tit_box .txt_brown { font-size: 22px !important; margin: 0 !important; }
    .honey_icon { width: 40px !important; height: auto !important; margin-left: 0 !important; }
    
    /* 꿀조합 리스트 글자 밀림 방지 및 2줄 정렬 추가 */
    .honey_list { 
        width: 100% !important; 
        gap: 15px !important; 
        align-items: center !important;
    }
    .honey_list li { 
        width: 100% !important;
        font-size: 14px !important; 
        line-height: 1.5 !important; 
        text-align: center !important; 
        word-break: keep-all !important; 
        padding: 0 10px 0 30px !important; /* 좌우 여백 및 내어쓰기 여백 확보 */
        text-indent: -20px !important; /* 숫자만 왼쪽으로 빼서 줄맞춤 */
        box-sizing: border-box !important;
    }
}

/* ===================================================================== */
/* --- 조연재 페이지: 간편한 조리법 섹션 --- */
/* ===================================================================== */

#jo_cook_sec {
    width: 100%;
    height: 900px;
    background-color: #fff9ef;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.jo_cook_inner {
    width: 1440px;
    height: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

/* 상단 타이틀 */
.jo_cook_tit {
    font-family: 'Pretendard', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.jo_cook_tit .orange_txt {
    color: #ffb027;
}

/* 서브 텍스트 */
.jo_cook_sub {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 50px; /* 타이틀과 배너 사이의 50px 간격 유지 */
    text-align: center;
}

/* 3개 원형 카드 */
.jo_cook_cards {
    display: flex;
    justify-content: center;
    gap: 100px; /* 카드 사이 간격 */
    width: 100%;
    margin-bottom: 30px; /* 배너와의 하단 30px 간격 */
}

.cook_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cook_card .img_circle {
    width: 250px;
    height: 250px;
    border-radius: 50%; /* 시안에 맞춰 원형으로 클리핑 */
    overflow: hidden;
    margin-bottom: 30px;
}

.cook_card .img_circle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.cook_card p {
    font-family: 'Pretendard', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

/* ===================================================================== */
/* --- 조연재 페이지: 조리법 섹션 반응형 (태블릿 & 모바일) --- */
/* ===================================================================== */

/* [1] 태블릿 (1749px ~ 768px) */
@media (max-width: 1749px) and (min-width: 768px) {
    #jo_cook_sec { height: auto !important; padding: 100px 0 !important; }
    .jo_cook_inner { width: 100% !important; padding: 0 5% !important; }
    
    .jo_cook_sub { font-size: 25px !important; word-break: keep-all !important; }
    .jo_cook_cards { gap: 40px !important; }
    .cook_card .img_circle { width: 220px !important; height: 220px !important; }
}

/* [2] 모바일 (767px 이하) */
@media (max-width: 767px) {
    #jo_cook_sec { height: auto !important; padding: 60px 0 !important; }
    .jo_cook_inner { width: 100% !important; padding: 0 5% !important; }
    
    .jo_cook_tit { font-size: 26px !important; margin-bottom: 15px !important; }
    .jo_cook_sub { font-size: 20px !important; line-height: 1.4 !important; margin-bottom: 40px !important; word-break: keep-all !important; padding: 0 10px !important; }
    
    .jo_cook_cards { flex-direction: column !important; align-items: center !important; gap: 40px !important; }
    .cook_card .img_circle { width: 200px !important; height: 200px !important; margin-bottom: 15px !important; }
    .cook_card p { font-size: 20px !important; }
}