/* ============================================================
   AI Client Review 1 Page — client-review-1.css
   Scope: #ai-client-review-1
   Naming: .ai-review-*
   ============================================================ */

/* ---------- Reset & Base ---------- */
#ai-client-review-1 * {
    box-sizing: border-box;
}

#ai-client-review-1 {
    font-family: 'Paperlogy', 'Pretendard', sans-serif;
    background: #FAFAFA;
}

/* 1320px 중앙 정렬 그리드 컨테이너 */
#ai-client-review-1 .wd1320 {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* ---------- sub_top 배너 ---------- */
#ai-client-review-1 .sub_top {
    background: #1a1a2e;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

#ai-client-review-1 .sub_top::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(159, 129, 86, 0.15) 0%, transparent 60%);
}

#ai-client-review-1 .sub_nav {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

#ai-client-review-1 .sub_nav p {
    margin: 0;
}

#ai-client-review-1 .sub_nav p::after {
    content: '›';
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.4);
}

#ai-client-review-1 .sub_nav p:last-child::after {
    display: none;
}

#ai-client-review-1 .sub_nav a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}

#ai-client-review-1 .sub_nav a:hover {
    color: #9F8156;
}

#ai-client-review-1 .sub_nav img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(0.7);
}

#ai-client-review-1 .sub_top_content {
    position: relative;
    z-index: 1;
}

#ai-client-review-1 .sub_top_depth {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: -1px;
}

#ai-client-review-1 .sub_top_title {
    font-size: 16px;
    color: #9F8156;
    font-weight: 600;
    margin: 0 0 8px;
    letter-spacing: -0.3px;
}

#ai-client-review-1 .sub_top_desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    line-height: 1.7;
}

/* ---------- 1컬럼 중앙 정렬 컨테이너 ---------- */
.ai-review-detail-container {
    max-width: 900px !important;
    background: #ffffff;
    padding: 60px 50px;
    margin-top: 40px;
    margin-bottom: 60px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
    border: 1px solid #E4E4E7;
}

/* ---------- 후기 헤더 영역 ---------- */
.ai-review-header {
    text-align: center;
    border-bottom: 1px solid #E4E4E7;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.ai-review-cate {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #9F8156;
    background: #FAF6F0;
    border: 1px solid #EAE1D4;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.ai-review-title {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.3;
    margin: 0 0 16px;
    letter-spacing: -1px;
}

.ai-review-meta {
    font-size: 13px;
    color: #71717A;
}

.ai-review-meta-date b {
    color: #27272A;
    font-weight: 600;
}

/* ---------- 후기 본문 영역 ---------- */
.ai-review-content {
    margin-bottom: 60px;
}

/* 손편지 배너 이미지 */
.ai-review-banner-wrap {
    width: 100%;
    max-width: 630px;
    margin: 0 auto 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #E4E4E7;
}

.ai-review-banner-img {
    width: 100%;
    height: auto;
    display: block;
}

/* 감동 인용구 블록 */
.ai-review-quote {
    background: #FAF9F6;
    border: 1px dashed #D4CCC0;
    border-radius: 12px;
    padding: 30px 20px;
    margin: 40px auto;
    max-width: 630px;
    text-align: center;
}

.ai-quote-main {
    font-size: 22px;
    font-weight: 800;
    color: #9F8156;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
    font-style: italic;
}

.ai-quote-sub {
    font-size: 18px;
    font-weight: 700;
    color: #27272A;
    margin: 0;
    letter-spacing: -0.5px;
    font-style: italic;
}

/* 본문 단락 */
.ai-review-paragraphs {
    max-width: 630px;
    margin: 0 auto;
}

.ai-review-paragraphs p {
    font-size: 16px;
    color: #52525B;
    line-height: 2.0;
    text-align: center;
    margin: 0 0 24px;
    word-break: keep-all;
}

.ai-review-paragraphs p strong {
    color: #9F8156;
    font-weight: 800;
}

.ai-review-paragraphs p:last-child {
    margin-bottom: 0;
}

/* ---------- 담당 변호사 카드 ---------- */
.ai-review-lawyer-section {
    padding: 40px 0;
    border-top: 1px solid #E4E4E7;
    margin-top: 50px;
}

.ai-review-lawyer-title {
    font-size: 16px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: -0.5px;
}

.ai-review-lawyer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.ai-review-lawyer-list li {
    width: 100%;
    max-width: 300px;
}

.ai-review-lawyer-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FAFAFA;
    border: 1px solid #E4E4E7;
    border-radius: 12px;
    padding: 16px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ai-review-lawyer-list a:hover {
    border-color: #9F8156;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.ai-lawyer-swp-name {
    font-size: 16px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 4px;
}

.ai-lawyer-swp-rank {
    font-size: 13px;
    color: #71717A;
    margin: 0;
    font-weight: 600;
}

.ai-review-lawyer-list img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #E4E4E7;
}

/* ---------- 목록 버튼 ---------- */
.ai-review-btn-box {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.ai-review-btn-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1a1a2e;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 50px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.25s ease;
}

.ai-review-btn-list:hover {
    background: #2b2b48;
}

/* ---------- 위와 비슷한 후기 (Swiper) ---------- */
#ai-client-review-1 .main {
    padding: 80px 0;
}

#ai-client-review-1 .main1 {
    background: #FAF9F6;
}

#ai-client-review-1 .main_cate span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #9F8156;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 6px 14px;
    border: 1px solid #9F8156;
    border-radius: 50px;
}

#ai-client-review-1 .sub_cm_title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 40px;
    letter-spacing: -1px;
}

#ai-client-review-1 .sub_cm_title span.ver1 {
    color: #9F8156;
}

#ai-client-review-1 .swp_box {
    position: relative;
}

/* 후기 Swiper 카드 디자인 */
#ai-client-review-1 .main5_li {
    list-style: none;
    background: #ffffff;
    border: 1px solid #E4E4E7;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

#ai-client-review-1 .main5_li a {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

#ai-client-review-1 .main5_li:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
    border-color: #9F8156;
}

#ai-client-review-1 .main5_img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #f5f5f5;
    margin: 0;
}

#ai-client-review-1 .main5_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

#ai-client-review-1 .main5_li:hover .main5_img img {
    transform: scale(1.06);
}

#ai-client-review-1 .main5_subject {
    font-size: 16px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 20px 20px 8px;
    line-height: 1.4;
    word-break: keep-all;
}

#ai-client-review-1 .main5_cont {
    font-size: 14px;
    color: #71717A;
    line-height: 1.6;
    margin: 0 20px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
}

/* ---------- ft_fix 링크 박스 ---------- */
#ai-client-review-1 .ft_fix {
    padding: 60px 0;
    background: #110e19;
}

#ai-client-review-1 .ft_fix ul {
    display: flex;
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}

#ai-client-review-1 .ft_fix li {
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
}

#ai-client-review-1 .ft_fix li:hover {
    border-color: #9F8156;
    background: rgba(159, 129, 86, 0.05);
}

#ai-client-review-1 .ft_fix a {
    display: block;
    padding: 30px;
    text-decoration: none;
    position: relative;
    height: 100%;
}

#ai-client-review-1 .ft_fix_desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    margin: 0 0 12px;
}

#ai-client-review-1 .ft_fix_desc b {
    color: #fff;
    font-weight: 600;
}

#ai-client-review-1 .ft_fix_title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

#ai-client-review-1 .ft_fix_title img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

#ai-client-review-1 .ft_fix a:hover .ft_fix_title img {
    transform: translateX(6px);
}

#ai-client-review-1 .ft_fix_ic img {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 44px;
    height: 44px;
    opacity: 0.15;
}

/* ---------- main7 상담 폼 ---------- */
#ai-client-review-1 .main7 {
    padding: 80px 0;
    background: #f8f6f3;
}

#ai-client-review-1 .main7 .wd1320 {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

#ai-client-review-1 .main7_lt {
    flex: 0 0 380px;
    padding-top: 20px;
}

#ai-client-review-1 .main7_rt {
    flex: 1;
}

#ai-client-review-1 .main_subject {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.3;
    margin: 0 0 20px;
    letter-spacing: -1px;
}

#ai-client-review-1 .main_subject span {
    color: #9F8156;
}

#ai-client-review-1 .main_desc {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

#ai-client-review-1 .main7_frm {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#ai-client-review-1 .main7_frm li {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

#ai-client-review-1 .main7_frm li.ver2 {
    gap: 0;
    flex-direction: column;
}

#ai-client-review-1 .main7_th {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    margin: 0 0 6px;
}

#ai-client-review-1 .main7_td {
    flex: 1;
}

#ai-client-review-1 .main7_td input,
#ai-client-review-1 .main7_td textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d4ccc0;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
}

#ai-client-review-1 .main7_td select {
    width: 100%;
    height: 52px !important;
    padding: 0 40px 0 16px !important;
    border: 1px solid #d4ccc0;
    border-radius: 8px;
    font-size: 14px !important;
    font-family: 'Paperlogy', 'Pretendard', sans-serif;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    line-height: normal !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239F8156' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
}

#ai-client-review-1 .main7_td select:focus,
#ai-client-review-1 .main7_td input:focus,
#ai-client-review-1 .main7_td textarea:focus {
    border-color: #9F8156;
}

#ai-client-review-1 .main7_td textarea {
    height: 120px;
    resize: none;
}

#ai-client-review-1 .main7_chk_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

#ai-client-review-1 .main7_chk {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
    margin: 0;
}

#ai-client-review-1 .main7_chk input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #9F8156;
}

#ai-client-review-1 .agreeDetail {
    font-size: 12px;
    color: #9F8156;
    background: none;
    border: 1px solid #9F8156;
    border-radius: 4px;
    padding: 3px 8px;
    cursor: pointer;
    font-family: 'Pretendard', sans-serif;
}

#ai-client-review-1 .main7_btn {
    width: 100%;
    height: 54px;
    background: #9F8156;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 20px;
    font-family: 'Pretendard', sans-serif;
    transition: background 0.2s;
}

#ai-client-review-1 .main7_btn:hover {
    background: #8a6d45;
}



/* ---------- 하단 고정 배너 ---------- */
#fixedBan {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(26, 26, 46, 0.95);
    backdrop-filter: blur(8px);
    z-index: 9999;
    border-top: 1px solid rgba(159, 129, 86, 0.3);
    padding: 14px 0;
    box-shadow: 0 -8px 32px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

#fixedBan .banWrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banWrap__left {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-size: 15px;
}

.banWrap__left b {
    color: #9F8156;
    font-size: 18px;
    font-weight: 800;
}

.banWrap__left img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.fixedBan__speech-bubble {
    position: absolute;
    bottom: 66px;
    left: 24px;
    background: #fff;
    color: #1a1a2e;
    padding: 8px 14px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

.fixedBan__speech-bubble h5 {
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.fixedBan__speech-bubble h5 span {
    color: #9F8156;
}

.fixedBan__speech-bubble svg {
    position: absolute;
    bottom: -8px;
    left: 20px;
}

.banRight {
    display: flex;
    align-items: center;
    gap: 12px;
}

.banRight ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.banRight li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.banRight input[type="text"],
.banRight input[type="tel"] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 8px 12px;
    color: #fff;
    font-size: 13px;
    outline: none;
    width: 140px;
    transition: all 0.2s;
}

.banRight input[type="text"]:focus,
.banRight input[type="tel"]:focus {
    border-color: #9F8156;
    background: rgba(255, 255, 255, 0.12);
}

.banRight input[type="checkbox"] {
    accent-color: #9F8156;
}

.banRight label {
    cursor: pointer;
    user-select: none;
}

.banRight .agreeDetail {
    color: rgba(255,255,255,0.4);
    background: none;
    border: none;
    padding: 0;
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer;
}

.banRight .agreeDetail:hover {
    color: #9F8156;
}

.banRight button.contact {
    background: #9F8156;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.banRight button.contact:hover {
    background: #8a6d45;
}

.fixedBan__select-li span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.fixedBan__select-wrap {
    position: relative;
}

.fixedBan__select-wrap select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 8px 30px 8px 12px;
    color: #fff;
    font-size: 13px;
    outline: none;
    width: 120px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}

/* ---------- 반응형 미디어 쿼리 ---------- */
@media (max-width: 1200px) {
    #ai-client-review-1 .main7 .wd1320 {
        flex-direction: column;
        gap: 40px;
    }
    #ai-client-review-1 .main7_lt {
        flex: 0 0 auto;
        width: 100%;
    }
    #ai-client-review-1 .main7_rt {
        width: 100%;
    }
    #fixedBan {
        display: none;
    }
}

@media (max-width: 1024px) {
    .ai-review-detail-container {
        padding: 40px 30px;
        margin-top: 30px;
    }
    
    #ai-client-review-1 .ft_fix ul {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    #ai-client-review-1 .sub_top {
        padding: 60px 0 40px;
    }
    #ai-client-review-1 .sub_top_depth {
        font-size: 28px;
    }
    #ai-client-review-1 .sub_top_title {
        font-size: 14px;
    }
    #ai-client-review-1 .sub_top_desc {
        font-size: 13px;
    }
    
    .ai-review-title {
        font-size: 24px;
    }
    
    .ai-review-detail-container {
        padding: 30px 20px;
    }
    
    .ai-quote-main {
        font-size: 18px;
    }
    
    .ai-quote-sub {
        font-size: 15px;
    }
    
    .ai-review-paragraphs p {
        font-size: 15px;
        line-height: 1.8;
    }
    
    .ai-review-btn-list {
        width: 100%;
        padding: 14px 0;
    }
    
    #ai-client-review-1 .sub_cm_title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    
    #ai-client-review-1 .main7_frm li {
        flex-direction: column;
        gap: 6px;
    }
    
    #ai-client-review-1 .main7_frm li.ver2 {
        flex-direction: column;
    }
}
