@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

/* ==========================================================================
   법무법인 파트원 부산 - 브랜드 스토리 페이지 스타일 (Scoped Native CSS)
   최상위 래퍼: #ai-brand-story
   ========================================================================== */

#ai-brand-story {
    background-color: #ffffff;
    color: #222222;
    font-family: 'Pretendard', 'NanumSquare', 'Noto Sans KR', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    word-break: keep-all;
}

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

/* 공통 서브 제목 스타일 */
#ai-brand-story .sub_cm_title {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #222222;
    position: relative;
}
#ai-brand-story .sub_cm_title.fff {
    color: #ffffff;
}
#ai-brand-story .sub_cm_title > span.ver1 {
    color: #BE9860;
}

/* ==========================================
   1. Sub Top (Hero Header Breadcrumbs)
   ========================================== */
#ai-brand-story .sub_top {
    padding: 80px 0;
    border-bottom: 1px solid #E4E4E7;
    background-color: #ffffff;
}
#ai-brand-story .sub_nav {
    display: flex;
    align-items: center;
    gap: 24px;
}
#ai-brand-story .sub_nav p {
    position: relative;
    margin: 0;
}
#ai-brand-story .sub_nav p:nth-child(n+2) {
    width: 100px;
}
#ai-brand-story .sub_nav p:nth-child(n+2)::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #E4E4E7;
    position: absolute;
    left: -12px;
    top: 1px;
}
#ai-brand-story .sub_nav p a {
    font-size: 14px;
    line-height: 16px;
    color: #818181;
    text-decoration: none;
}
#ai-brand-story .sub_top_content {
    margin-top: 80px;
    text-align: center;
}
#ai-brand-story .sub_top_depth {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    color: #9F8156;
    margin: 0 0 20px 0;
}
#ai-brand-story .sub_top_title {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #222222;
    margin: 20px 0 40px;
}
#ai-brand-story .sub_top_desc {
    font-size: 24px;
    line-height: 1.4;
    color: #222222;
    margin: 0;
}

/* ==========================================
   2. Intro Banner Image (.intro_img)
   ========================================== */
#ai-brand-story .intro_img {
    display: block;
    width: 100%;
    margin: 0;
}
#ai-brand-story .intro_img img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================
   3. Representative Essay (.intro_1)
   ========================================== */
#ai-brand-story .intro_area {
    background-color: #ffffff;
}
#ai-brand-story .intro_1 {
    padding: 120px 0;
    background: url('../images/intro1_bg.jpg') no-repeat center/cover;
}
#ai-brand-story .intro_1 .sub_cm_title::before {
    content: "";
    display: block;
    width: 32px;
    height: 5px;
    background: #D8B582;
    margin-bottom: 20px;
}
#ai-brand-story .intro_1_cont {
    font-size: 18px;
    line-height: 1.8;
    color: #202020;
    margin-top: 50px;
    letter-spacing: -0.01em;
}
#ai-brand-story .intro_1_cont b {
    font-weight: 700;
}
#ai-brand-story .intro_1_sign {
    margin-top: 40px;
    text-align: left;
}
#ai-brand-story .ai-signature-text {
    font-family: 'Nanum Pen Script', cursive;
    font-size: 36px;
    color: #202020;
    letter-spacing: -0.01em;
    display: inline-block;
    transform: rotate(-1.5deg);
    font-weight: 500;
}

/* ==========================================
   4. Core Values Section (.intro_2)
   ========================================== */
#ai-brand-story .intro_2 {
    padding: 120px 0;
    background: url('../images/intro2_bg.jpg') no-repeat center/cover;
    color: #ffffff;
}
#ai-brand-story .intro_2_flex {
    display: flex;
    margin-top: 60px;
    gap: 40px;
}
#ai-brand-story .intro_2_img {
    width: 50%;
    background: url('../images/intro2_img.jpg') no-repeat center/cover;
    border-radius: 12px;
    min-height: 400px;
    margin: 0;
}
#ai-brand-story .intro_2_rule {
    width: 50%;
    padding: 19px 0 19px 40px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
#ai-brand-story .intro_2_rule li {
    padding: 0 16px;
}
#ai-brand-story .intro_2_rule li + li {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#ai-brand-story .intro_2_rule li p:first-child {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    margin: 0 0 12px 0;
}
#ai-brand-story .intro_2_rule li p:first-child::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #D8B582;
    border-radius: 50%;
    position: absolute;
    left: -24px;
    top: 8px;
}
#ai-brand-story .intro_2_rule li p:first-child span {
    color: #D8B582;
}
#ai-brand-story .intro_2_rule li p:last-child {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* ==========================================
   5. Interactive Assistance System (.intro_3)
   ========================================== */
#ai-brand-story .intro_3 {
    padding: 120px 0;
    background-color: #ffffff;
}
#ai-brand-story .intro_3 .sub_cm_title {
    margin-bottom: 60px;
}
#ai-brand-story .main4_flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
#ai-brand-story .main4_tab {
    width: 460px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#ai-brand-story .main4_li {
    display: flex;
    align-items: center;
    width: calc(50% - 8px);
    height: 128px;
    background: #FAFAFA;
    border: 1px solid #E4E4E7;
    border-radius: 8px;
    padding: 0 16px;
    transition: all 0.2s ease;
    cursor: pointer;
    box-sizing: border-box;
}
#ai-brand-story .main4_li > div {
    max-width: 100%;
}
#ai-brand-story .main4_step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 25px;
    background: #F4F4F5;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #9F8156;
    transition: all 0.2s ease;
    margin: 0;
}
#ai-brand-story .main4_title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #222222;
    padding-left: 8px;
    margin: 12px 0 0 0;
    transition: all 0.2s ease;
}

#ai-brand-story .main4_li.on {
    background: #ffffff;
    border-color: #BE9860;
    box-shadow: 0 8px 24px rgba(190, 152, 96, 0.15);
}
#ai-brand-story .main4_li.on .main4_step {
    background: #9F8156;
    color: #ffffff;
}
#ai-brand-story .main4_li.on .main4_title {
    color: #9F8156;
    padding-right: 26px;
    position: relative;
}
#ai-brand-story .main4_li.on .main4_title::before {
    content: "→";
    font-size: 16px;
    color: #9F8156;
    position: absolute;
    right: 0;
    top: -2px;
    font-weight: bold;
}

#ai-brand-story .main4_cont_box {
    width: calc(100% - 500px);
    height: 380px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 36px rgba(0,0,0,0.1);
}
#ai-brand-story .main4_cont {
    width: 100%;
    height: 100%;
    padding: 48px;
    border-radius: 12px;
    position: absolute;
    top: 0;
    right: -100%;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#ai-brand-story .main4_cont.on {
    right: 0;
    opacity: 1;
    z-index: 10;
}
#ai-brand-story .main4_cont::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    border-radius: 12px;
}
#ai-brand-story .main4_cont > * {
    position: relative;
    z-index: 2;
}

/* 6개 단계별 럭셔리 정물 배경 연동 */
#ai-brand-story .main4_cont_1 { background: url('../images/assistance/step-01.png') no-repeat center/cover; }
#ai-brand-story .main4_cont_2 { background: url('../images/assistance/step-02.png') no-repeat center/cover; }
#ai-brand-story .main4_cont_3 { background: url('../images/assistance/step-03.png') no-repeat center/cover; }
#ai-brand-story .main4_cont_4 { background: url('../images/assistance/step-04.png') no-repeat center/cover; }
#ai-brand-story .main4_cont_5 { background: url('../images/assistance/step-05.png') no-repeat center/cover; }
#ai-brand-story .main4_cont_6 { background: url('../images/assistance/step-06.png') no-repeat center/cover; }

#ai-brand-story .main4_cont_title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: #dfc38d; /* 샴페인 골드 */
    margin: 0 0 16px 0;
}
#ai-brand-story .main4_cont_desc {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
}
#ai-brand-story .main4_cont_desc b {
    font-weight: 600;
}

/* ==========================================
   6. Sticky Links Area (.ft_fix)
   ========================================== */
#ai-brand-story .ft_fix {
    background: #F4F4F5;
    padding: 80px 0;
}
#ai-brand-story .ft_fix ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#ai-brand-story .ft_fix ul li {
    width: calc(25% - 15px);
    height: 160px;
    background: #ffffff;
    border-radius: 18px;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
#ai-brand-story .ft_fix ul li:hover {
    border-color: #201B43;
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(32, 27, 67, 0.15);
}
#ai-brand-story .ft_fix ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none;
}
#ai-brand-story .ft_fix_desc {
    font-size: 14px;
    line-height: 1.4;
    color: #818181;
    margin: 0;
}
#ai-brand-story .ft_fix_desc b {
    font-weight: 700;
    color: #222222;
}
#ai-brand-story .ft_fix_title {
    display: flex;
    align-items: center;
    margin: 8px 0 12px;
}
#ai-brand-story .ft_fix_title span {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #222222;
    margin-right: 6px;
}
#ai-brand-story .ft_fix_title img {
    width: 12px;
    transition: transform 0.2s ease;
}
#ai-brand-story .ft_fix ul li:hover .ft_fix_title img {
    transform: translateX(4px);
}
#ai-brand-story .ft_fix_ic img {
    max-height: 32px;
    width: auto;
}

/* ==========================================
   7. Main Consultation Form (.main7)
   ========================================== */
#ai-brand-story .main7 {
    padding: 100px 0;
    background: url('../images/intro2_bg.jpg') no-repeat center bottom/cover;
    position: relative;
}
#ai-brand-story .main7::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(16, 20, 34, 0.9);
    z-index: 0;
}
#ai-brand-story .main7 .wd1320 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
#ai-brand-story .main7_lt {
    width: calc(100% - 630px);
}
#ai-brand-story .main_cate {
    margin-bottom: 24px;
}
#ai-brand-story .main_cate span {
    font-size: 14px;
    font-weight: 700;
    color: #D8B582;
    border: 1px solid #D8B582;
    padding: 6px 16px;
    border-radius: 30px;
}
#ai-brand-story .main_subject {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 24px 0;
}
#ai-brand-story .main_subject span {
    color: #D8B582;
}
#ai-brand-story .main_desc {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,0.7);
    margin: 0;
}
#ai-brand-story .main_desc b {
    color: #ffffff;
    font-weight: 600;
}

#ai-brand-story .main7_rt {
    width: 600px;
    padding: 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(0,0,0,0.2);
    box-sizing: border-box;
}
#ai-brand-story .main7_frm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
#ai-brand-story .main7_frm li {
    width: 100%;
}
#ai-brand-story .main7_frm li.ver2 {
    width: calc(50% - 12px);
}
#ai-brand-story .main7_frm li + li {
    margin-top: 24px;
}
#ai-brand-story .main7_th {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    color: #222222;
    margin: 0 0 8px 0;
}
#ai-brand-story .main7_td input[type="text"],
#ai-brand-story .main7_td input[type="tel"],
#ai-brand-story .main7_td textarea {
    background: #FAFAFA;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #E4E4E7;
    width: 100%;
    display: block;
    border-radius: 8px;
    box-sizing: border-box;
    color: #222222;
    outline: none;
    transition: border-color 0.2s ease;
}
#ai-brand-story .main7_td select:focus,
#ai-brand-story .main7_td input[type="text"]:focus,
#ai-brand-story .main7_td input[type="tel"]:focus,
#ai-brand-story .main7_td textarea:focus {
    border-color: #BE9860;
}
#ai-brand-story .main7_td textarea {
    height: 120px;
    resize: none !important;
}
#ai-brand-story .main7_td select {
    background: #FAFAFA;
    height: 52px !important;
    padding: 0 40px 0 16px !important;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #E4E4E7;
    width: 100%;
    display: block;
    border-radius: 8px;
    box-sizing: border-box;
    color: #222222;
    outline: none;
    transition: border-color 0.2s ease;
    line-height: normal !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' 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-position: calc(100% - 16px) 50%;
    background-size: 14px;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#ai-brand-story .main7_chk_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}
#ai-brand-story .main7_chk {
    margin: 0;
}
#ai-brand-story .main7_chk input[type="checkbox"] {
    display: none;
}
#ai-brand-story .main7_chk input[type="checkbox"] + label {
    display: block;
    padding-left: 28px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    cursor: pointer;
}
#ai-brand-story .main7_chk input[type="checkbox"] + label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #D4D4D8;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    box-sizing: border-box;
}
#ai-brand-story .main7_chk input[type="checkbox"]:checked + label::before {
    background: #BE9860;
    border-color: #BE9860;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}
#ai-brand-story .agreeDetail {
    font-size: 14px;
    text-decoration: underline;
    border: none;
    background: transparent;
    color: #818181;
    cursor: pointer;
}
#ai-brand-story .main7_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    background: #9F8156;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 32px auto 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
#ai-brand-story .main7_btn:hover {
    background-color: #856c49;
}

/* ==========================================
   8. Floating Quick Menu (.quick-menu)
   ========================================== */


/* ==========================================
   9. Sticky Bottom Bar (#fixedBan)
   ========================================== */
#ai-brand-story #fixedBan {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #201B43;
    z-index: 500;
    color: #ffffff;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.15);
}
#ai-brand-story #fixedBan .banWrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
#ai-brand-story .banWrap__left {
    position: relative;
    width: 340px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0F0A35;
    flex-shrink: 0;
}
#ai-brand-story .banWrap__left img {
    width: 20px;
}
#ai-brand-story .banWrap__left span {
    font-size: 18px;
    font-weight: 500;
}
#ai-brand-story .banWrap__left span b {
    color: #D8B582;
    font-weight: 700;
}
#ai-brand-story .fixedBan__speech-bubble {
    position: absolute;
    bottom: 92px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #222222;
    padding: 10px 16px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    white-space: nowrap;
    z-index: 10;
}
#ai-brand-story .fixedBan__speech-bubble h5 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
#ai-brand-story .fixedBan__speech-bubble h5 span {
    color: #9F8156;
}
#ai-brand-story .fixedBan__speech-bubble svg {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
}

#ai-brand-story #fixedBan .banRight {
    width: calc(100% - 340px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    box-sizing: border-box;
}
#ai-brand-story #fixedBan .banRight ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 24px;
}
#ai-brand-story #fixedBan .banRight ul li {
    display: flex;
    align-items: center;
}
#ai-brand-story #fixedBan .banRight ul li > span {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 700;
}
#ai-brand-story #fixedBan .banRight ul li input[type="text"],
#ai-brand-story #fixedBan .banRight ul li input[type="tel"] {
    width: 200px;
    height: 44px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,0.15);
    box-sizing: border-box;
    outline: none;
}
#ai-brand-story #fixedBan .banRight ul li input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
#ai-brand-story #fixedBan .banRight ul li select option {
    background-color: #0F0A35;
    color: #ffffff;
}

#ai-brand-story .fixedBan__select-li {
    display: flex;
    align-items: center;
    gap: 8px;
}
#ai-brand-story .fixedBan__select-wrap {
    background: rgba(255,255,255,0.08);
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.15);
    position: relative;
}
#ai-brand-story .fixedBan__select-wrap select {
    border: none !important;
    background-color: transparent !important;
    height: 42px !important;
    width: 130px !important;
    line-height: normal !important;
    padding: 0 28px 0 12px !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='%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: 12px;
    color: #ffffff;
}


#ai-brand-story input[type="checkbox"].style {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
#ai-brand-story input[type="checkbox"].style + label {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left center;
    padding-left: 24px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    user-select: none;
}
#ai-brand-story input[type="checkbox"].style:checked + label {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23D8B582' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 11 12 14 22 4'%3E%3C/polyline%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'%3E%3C/path%3E%3C/svg%3E");
}

#ai-brand-story #fixedBan .banRight ul li .agreeDetail {
    font-size: 13px;
    text-decoration: underline;
    margin-left: 8px;
    border: none;
    background: transparent;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
}
#ai-brand-story #fixedBan .contact {
    width: 150px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9F8156;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
#ai-brand-story #fixedBan .contact:hover {
    background-color: #856c49;
}

/* ==========================================
   10. Responsive Media Queries (Mobile)
   ========================================== */
@media (max-width: 1200px) {
    #ai-brand-story .intro_2_flex {
        flex-direction: column;
    }
    #ai-brand-story .intro_2_img {
        width: 100%;
        min-height: 300px;
    }
    #ai-brand-story .intro_2_rule {
        width: 100%;
        padding: 0;
    }
    #ai-brand-story .main4_flex {
        flex-direction: column;
        gap: 32px;
    }
    #ai-brand-story .main4_tab {
        width: 100%;
    }
    #ai-brand-story .main4_cont_box {
        width: 100%;
        height: 300px;
    }
    #ai-brand-story .ft_fix ul {
        flex-wrap: wrap;
    }
    #ai-brand-story .ft_fix ul li {
        width: calc(50% - 10px);
    }
    #ai-brand-story .main7 .wd1320 {
        flex-direction: column;
        gap: 48px;
    }
    #ai-brand-story .main7_lt {
        width: 100%;
        text-align: center;
    }
    #ai-brand-story .main7_rt {
        width: 100%;
    }
    #ai-brand-story #fixedBan .banRight ul li select,
    #ai-brand-story #fixedBan .banRight ul li input[type="text"],
    #ai-brand-story #fixedBan .banRight ul li input[type="tel"] {
        width: 140px;
    }
}

@media (max-width: 1024px) {
    #ai-brand-story #fixedBan {
        display: none; /* 태블릿/모바일은 하단 스티키바 숨김 (or 간소화) */
    }
}

@media (max-width: 768px) {
    #ai-brand-story .sub_top {
        padding: 60px 0;
    }
    #ai-brand-story .sub_top_content {
        margin-top: 40px;
    }
    #ai-brand-story .sub_top_title {
        font-size: 30px;
        margin: 12px 0 20px;
    }
    #ai-brand-story .sub_top_desc {
        font-size: 18px;
    }
    #ai-brand-story .sub_cm_title {
        font-size: 30px;
    }
    #ai-brand-story .intro_img {
        display: block;
    }
    #ai-brand-story .intro_1 {
        padding: 60px 0;
        margin-top: 0;
    }
    #ai-brand-story .intro_1_cont {
        font-size: 15px;
        margin-top: 30px;
    }
    #ai-brand-story .intro_2 {
        padding: 60px 0;
    }
    #ai-brand-story .intro_2_rule li p:first-child {
        font-size: 20px;
    }
    #ai-brand-story .intro_2_rule li p:last-child {
        font-size: 14px;
    }
    #ai-brand-story .intro_3 {
        padding: 60px 0;
    }
    #ai-brand-story .main4_li {
        height: 100px;
        padding: 0 12px;
    }
    #ai-brand-story .main4_title {
        font-size: 15px;
        margin-top: 8px;
    }
    #ai-brand-story .main4_cont {
        padding: 24px;
    }
    #ai-brand-story .main4_cont_title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    #ai-brand-story .main4_cont_desc {
        font-size: 15px;
    }
    #ai-brand-story .ft_fix {
        padding: 60px 0;
    }
    #ai-brand-story .ft_fix ul li {
        width: 100%;
        height: 140px;
    }
    #ai-brand-story .main7 {
        padding: 60px 0;
    }
    #ai-brand-story .main_subject {
        font-size: 30px;
    }
    #ai-brand-story .main_desc {
        font-size: 15px;
    }
    #ai-brand-story .main7_rt {
        padding: 24px;
    }
    #ai-brand-story .main7_frm li.ver2 {
        width: 100%;
    }
    #ai-brand-story .main7_frm li + li {
        margin-top: 16px;
    }
}

/* ================================================
   ⚠️ Material Symbols 아이콘 폰트 복구
   Pretendard/Paperlogy 등 폰트 지정으로 인해 덮어씌워진 
   아이콘용 폰트 패밀리를 파일 최하단에서 재복구합니다.
   ================================================ */
.material-symbols-outlined,
#ai-brand-story .material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: inherit;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
