@charset "UTF-8";

/* ================================================
   THE ACE - style.css
   layout.css 이후에 로드됨 (덮어쓰기 우선)
================================================ */

/* ---- 기본 리셋 ---- */
body { background: #f6f4f0; font-family: 'Pretendard', sans-serif; color: #000; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* ---- 헤더 THE ACE 커스텀 ---- */
#header { background: transparent; box-shadow: none; }
#header .head_menu { height: 80px; }
#header .head_menu .logo img { height: 36px; width: auto; }
#header .head_menu .main_menu .dept1 > a {
    font-family: 'Pretendard', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}
#header .head_menu .main_menu .dept1 > a:hover,
#header .head_menu .main_menu .dept1 > a.menuon { color: #fff; font-weight: 700; }
#header .head_login a { color: #fff; }
#header .head_contact {
    font-family: 'Pretendard', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: opacity .3s;
}
#header .head_contact:hover { opacity: .7; }

/* ---- 헤더 메뉴 우측 정렬 정리 (PRODUCTS + CONTACT US 나란히) ---- */
#header .head_menu .main_menu { width: auto; margin-left: auto; justify-content: flex-end; }
#header .head_menu .main_menu .dept1 { width: auto; padding: 15px 0; }
#header .head_login_wrap { margin-left: 36px; }

/* 고정 헤더 높이만큼 앵커 스크롤 여백 */
#contact { scroll-margin-top: 90px; }

/* 서브페이지 네비맵(브레드크럼) 숨김 */
.lnb_wrap { display: none; }

/* 갤러리 게시판 제목 한 줄 유지 + 약간 축소 (PC/모바일 공통) */
.ace_gallery_wrap .board_title h2 { font-size: 28px !important; white-space: nowrap !important; }
@media (max-width: 768px) {
  .ace_gallery_wrap .board_title h2 { font-size: 28px !important; padding: 0 20px !important; }
}

/* ---- 헤더 스크롤 시 배경 ---- */
#header {
    transition: background 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#header.scrolled {
    background: rgba(0, 0, 0, 0.75) !important;
    backdrop-filter: blur(4px) !important;
}

/* ---- 햄버거 버튼 ---- */
.hamburger_btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
}
#header.scrolled .hamburger_btn { color: #fff; }

/* ---- SECTION 공통 ---- */
.ace_wrap { max-width: 1920px; margin: 0 auto; }
.ace_inner { max-width: 1650px; margin: 0 auto; padding: 0 40px; }

/* ---- ① MAIN VISUAL ---- */
.ace_visual {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.ace_visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.ace_visual_text {
    position: absolute;
    top: 50%;
    left: calc((100% - 1650px) / 2 + 40px);
    transform: translateY(-50%);
}
.ace_visual_text .visual_top {
    font-family: 'Pretendard', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}
.ace_visual_text h2 {
    font-family: 'Pretendard', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}
.ace_visual_text .visual_sub {
    font-family: 'Pretendard', sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 32px;
}
.ace_visual_text .btn_brand {
    display: inline-block;
    padding: 11px 26px;
    border: 1px solid #fff;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 1px;
    transition: background .3s, color .3s;
}
.ace_visual_text .btn_brand:hover { background: #fff; color: #000; }

/* 우측 SNS 퀵 아이콘 */
.ace_quick_side {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 100;
}
.ace_quick_side a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    font-size: 1.8rem;
    color: #333;
    transition: background .3s;
}
.ace_quick_side a:hover { background: #000; color: #fff; }

/* ---- ② ABOUT US ---- */
.ace_about {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 100px 80px;
    background: #fff;
    max-width: 1650px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}
.ace_about_imgs {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}
.ace_about_imgs img {
    width: 399px;
    height: 581px;
    object-fit: cover;
}
.ace_about_text { flex: 1; text-align: center; }
.ace_about_text .since {
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #eeccaf;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ace_about_text h2 {
    font-family: 'ivymode', serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.05;
    margin-bottom: 28px;
}
.ace_about_text h2 em { font-style: italic; }
.ace_about_text p {
    font-size: 19px;
    line-height: 2;
    color: #555;
    margin-bottom: 10px;
}
.ace_about_text .about_sign {
    text-align: right;
    margin-top: 28px;
}
.ace_about_text .btn_about {
    display: inline-block;
    margin-top: 24px;
    padding: 10px 22px;
    border: 1px solid #000;
    font-size: 16px;
    color: #000;
    transition: background .3s, color .3s;
}
.ace_about_text .btn_about:hover { background: #000; color: #fff; }

/* ---- ③ PRODUCTS ---- */
.ace_products {
    padding: 100px 0;
    background: #f6f4f0;
    text-align: center;
}
.ace_products_inner {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 40px;
}
.ace_products .sec_sub {
    font-size: 20px;
    letter-spacing: 4px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 500;
}
.ace_products h2 {
    font-family: 'ivymode', serif;
    font-size: 5.2rem;
    font-weight: 400;
    margin-bottom: 50px;
}

/* 슬라이더 */
.ace_swiper_wrap { overflow: hidden; position: relative; }
#aceProdList {
    display: flex;
    transition: transform 0.6s ease;
}
#aceProdList .prod_slide {
    flex-shrink: 0;
    text-align: center;
    padding: 0 10px;
}
#aceProdList .prod_slide a { display: block; }
#aceProdList .prod_slide img {
    width: 370px;
    height: 433px;
    object-fit: cover;
    display: block;
}
#aceProdList .prod_slide .prod_title {
    font-family: 'PretendardSemiBold', 'Pretendard', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #222;
    margin-top: 30px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all !important;
}
#aceProdList .prod_slide .prod_title:hover { color: #000; }
.ace_prod_more {
    display: inline-block;
    margin-top: 44px;
    padding: 13px 44px;
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    transition: background .3s, color .3s;
}
.ace_prod_more:hover { background: #000; color: #fff; }

/* ---- ④ BEYOND TOUCH ---- */
.ace_beyond {
    display: flex;
    align-items: center;
    height: 1003px;
    background: #fff;
}
.ace_beyond_text {
    flex: 1;
    padding: 100px 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ace_beyond_text .sec_sub {
    font-size: 1.2rem;
    letter-spacing: 4px;
    color: #b89c7a;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.ace_beyond_text h2 {
    font-family: 'Noto Serif KR', serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 24px;
    color: #111;
}
.ace_beyond_text p {
    font-family: 'Pretendard', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 2;
    color: #555;
    margin-bottom: 36px;
}
.ace_beyond_text .btn_products {
    display: inline-block;
    padding: 13px 30px;
    border: 1px solid #000;
    font-size: 1.3rem;
    color: #000;
    transition: background .3s, color .3s;
}
.ace_beyond_text .btn_products:hover { background: #000; color: #fff; }
.ace_beyond_img {
    flex: 1;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: flex-end;
}
.beyond_img_item {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.beyond_img_item img {
    width: 549px;
    height: 700px;
    object-fit: cover;
    display: block;
}
.beyond_img_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 90%;
}
.beyond_img_text strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.beyond_img_text p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
}

/* ---- ⑤ CONTACT US ---- */
.ace_contact {
    padding: 100px 0;
    background: #f6f4f0;
    text-align: center;
}
.ace_contact_inner {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 40px;
}
.ace_contact .sec_sub {
    font-size: 20px;
    letter-spacing: 2px;
    color: #c99a4e;
    margin-bottom: 10px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
}
.ace_contact h2 {
    font-family: 'ivymode', serif;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #111;
}
.ace_contact .contact_desc {
    font-size: 15px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 50px;
}
.ace_contact_form {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.ace_contact_form .form_row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0ddd8;
    min-height: 60px;
}
.ace_contact_form .form_row:last-of-type { border-bottom: none; }
.ace_contact_form .form_label {
    width: 120px;
    flex-shrink: 0;
    padding: 16px 20px;
    font-size: 15px;
    font-family: 'Pretendard', sans-serif;
    color: #333;
}
.ace_contact_form .form_label span { color: #e05; }
.ace_contact_form .form_field {
    flex: 1;
    display: flex;
    gap: 8px;
    padding: 10px 16px;
}
.ace_contact_form input,
.ace_contact_form select,
.ace_contact_form textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d0ccc6;
    background: #fff;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
.ace_contact_form input:focus,
.ace_contact_form select:focus,
.ace_contact_form textarea:focus { border-color: #000; }
.ace_contact_form textarea { height: 120px; resize: none; width: 100%; }
.ace_contact_form .form_row.single { border-bottom: 1px solid #e0ddd8; }
.contact_submit_wrap {
    text-align: center;
    margin-top: 36px;
}
.ace_contact_form .btn_submit,
.contact_submit_wrap .btn_submit {
    display: inline-block;
    padding: 14px 60px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 15px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 1px;
    transition: background .3s, color .3s;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
}
.ace_contact_form .btn_submit:hover,
.contact_submit_wrap .btn_submit:hover { background: #000; color: #fff; }

/* ---- 푸터 ---- */
#ft { background: #2a2826; }
.footer_inner { max-width: 1650px; margin: 0 auto; padding: 0 40px; }
.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0 40px;
}
.footer_left { display: flex; flex-direction: column; gap: 30px; }
.foot_logo img { height: 36px; width: auto; filter: brightness(0) invert(1); }
.foot_info p { font-size: 14px; color: #aaa; line-height: 2; }
.footer_right { text-align: right; }
.foot_tel_label {
    font-size: 14px;
    color: #eeccaf;
    margin-bottom: 4px;
    font-family: 'Pretendard', sans-serif;
}
.foot_tel {
    font-size: 28px;
    font-weight: 700;
    color: #eeccaf;
    margin-bottom: 8px;
    font-family: 'Pretendard', sans-serif;
}
.foot_time { font-size: 14px; color: #aaa; }
.footer_bottom {
    border-top: 1px solid #444;
    padding: 20px 0;
}
.footer_bottom span { font-size: 13px; color: #666; }

/* ---- 반응형 ---- */
@media all and (max-width: 1200px) {
    PLACEHOLDER_ABOUT { gap: 40px; padding: 80px 5%; }
    .ace_about_imgs img { width: 180px; height: 250px; }
    .ace_products { padding: 80px 5%; }
    .ace_beyond_text { padding: 80px 5%; }
    .ace_contact { padding: 80px 5%; }
}

@media all and (max-width: 1024px) {
    .ace_visual_text h2 { font-size: 4.8rem; }
    PLACEHOLDER_ABOUT { flex-direction: column; }
    .ace_about_imgs { justify-content: center; }
    .ace_beyond { flex-direction: column; }
    .ace_beyond_img { min-height: 400px; }
    #aceProdList .swiper-slide { min-width: 33.333%; }
}

@media all and (max-width: 768px) {
    .ace_visual_text h2 { font-size: 3.6rem; }
    .ace_visual_text { left: 5%; }
    PLACEHOLDER_ABOUT { padding: 60px 5%; }
    .ace_about_imgs { flex-direction: column; align-items: center; }
    .ace_about_imgs img { width: 100%; height: 240px; }
    .ace_products h2,
    .ace_about_text h2,
    .ace_contact h2 { font-size: 3.8rem; }
    #aceProdList .swiper-slide { min-width: 50%; }
    .ace_beyond_text h2 { font-size: 2.8rem; }
    .ace_beyond_badges { flex-direction: column; gap: 8px; }
    .ace_contact_form .form_row { flex-direction: column; }
    #ft .footer { flex-direction: column; gap: 20px; }
}

@media all and (max-width: 480px) {
    .ace_visual_text h2 { font-size: 2.8rem; }
    #aceProdList .swiper-slide { min-width: 100%; }
    .ace_products h2,
    .ace_about_text h2,
    .ace_contact h2 { font-size: 3rem; }
}

/* Pretendard SemiBold 명시 */
@font-face {
    font-family: 'PretendardSemiBold';
    src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/woff2/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

/* ---- 브랜드 페이지 공통 ---- */
.brand_since {
    font-size: 13px;
    letter-spacing: 4px;
    color: #eeccaf;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}
.brand_sign {
    margin-top: 24px;
    font-size: 16px;
    color: #888;
    font-style: italic;
}
.brand_value_wrap {
    display: flex;
    gap: 40px;
    margin: 80px 0;
    text-align: center;
}
.brand_value_item {
    flex: 1;
    padding: 50px 30px;
    background: #f6f4f0;
    border-bottom: 2px solid #eeccaf;
}
.brand_value_icon {
    font-size: 40px;
    color: #eeccaf;
    margin-bottom: 20px;
}
.brand_value_item h3 {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 14px;
}
.brand_value_item p {
    font-size: 15px;
    color: #666;
    line-height: 1.9;
}
.greeting_text h2 { color: #111 !important; font-family: 'Pretendard', sans-serif; }
.greeting_wrap {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 80px 0;
}
.greeting_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.greeting_text .brand_since {
    font-size: 14px;
    letter-spacing: 4px;
    color: #eeccaf;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}
.greeting_text h2 {
    font-family: 'Pretendard', sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #111 !important;
    margin-bottom: 28px !important;
}
.greeting_text p {
    font-family: 'Pretendard', sans-serif;
    font-size: 19px;
    line-height: 2;
    color: #555;
    margin-bottom: 10px;
}
.greeting_text .brand_sign {
    font-size: 16px;
    color: #999;
    font-style: italic;
    margin-top: 16px;
}
.greeting_img { flex: 1; }
.greeting_img img { width: 100%; height: auto; display: block; }

/* ==============================
   BRAND PAGE
============================== */
.brand_page { background: #f6f4f0; }

/* ① 히어로 */
.brand_hero {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
}
.brand_hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.6);
}
.brand_hero_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.brand_hero_text .brand_hero_sub {
    font-size: 13px;
    letter-spacing: 5px;
    color: #eeccaf;
    margin-bottom: 16px;
    font-family: 'Pretendard', sans-serif;
}
.brand_hero_text h1 {
    font-family: 'ivymode', serif;
    font-size: 72px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

/* ② 인트로 */
.brand_intro {
    background: #fff;
    padding: 100px 0;
}
.brand_intro_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 100px;
    align-items: flex-start;
}
.brand_intro_left { flex: 1; }
.brand_intro_right { flex: 1; padding-top: 10px; }
.brand_intro_tag {
    font-size: 12px;
    letter-spacing: 4px;
    color: #eeccaf;
    margin-bottom: 20px;
    font-family: 'Pretendard', sans-serif;
}
.brand_intro_left h2 {
    font-family: 'Noto Serif KR', serif;
    font-size: 36px;
    font-weight: 600;
    color: #111;
    line-height: 1.45;
    margin-bottom: 28px;
}
.brand_intro_left p {
    font-size: 17px;
    color: #666;
    line-height: 2;
}
.brand_intro_since {
    font-size: 12px;
    letter-spacing: 4px;
    color: #bbb;
    margin-bottom: 20px;
    font-family: 'Pretendard', sans-serif;
}
.brand_intro_right p {
    font-size: 16px;
    color: #555;
    line-height: 2;
}

/* ③ 브랜드 가치 */
.brand_values {
    background: #2a2826;
    padding: 100px 0;
}
.brand_values_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
}
.brand_value_block { flex: 1; }
.bv_num {
    display: block;
    font-family: 'ivymode', serif;
    font-size: 28px;
    color: #eeccaf;
    margin-bottom: 20px;
}
.brand_value_block h3 {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #444;
}
.brand_value_block p {
    font-size: 15px;
    color: #aaa;
    line-height: 2;
}

/* ④ 대표 메시지 */
.brand_message {
    background: #fff;
    padding: 100px 0;
}
.brand_message_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: center;
}
.brand_message_img {
    flex: 1;
    flex-shrink: 0;
}
.brand_message_img img {
    width: 100%;
    height: auto;           /* 세로 잘림 수정 */
    object-fit: unset;
    display: block;
}
.brand_message_text { flex: 1; }
.bm_tag {
    font-size: 12px;
    letter-spacing: 4px;
    color: #eeccaf;
    margin-bottom: 20px;
    font-family: 'Pretendard', sans-serif;
}
.brand_message_text h2 {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #111 !important;
    line-height: 1.45 !important;
    margin-bottom: 28px !important;
}
.brand_message_text p {
    font-size: 16px;
    color: #555;
    line-height: 2;
    margin-bottom: 10px;
}
.bm_sign {
    margin-top: 32px !important;
    font-size: 16px !important;
    color: #999 !important;
    font-style: italic;
    border-top: 1px solid #eee;
    padding-top: 24px !important;
}

/* ⑤ 회사 정보 */
.brand_info_wrap {
    background: #f6f4f0;
    padding: 80px 0;
}
.brand_info_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}
.brand_info_list {
    list-style: none;
    border-top: 1px solid #ccc;
}
.brand_info_list li {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
}
.brand_info_list li span {
    width: 160px;
    flex-shrink: 0;
    color: #999;
    font-family: 'Pretendard', sans-serif;
}
.brand_info_list li strong {
    color: #222;
    font-weight: 500;
    font-family: 'Pretendard', sans-serif;
}

/* ---- 갤러리 구매 버튼 ---- */
.ace_shop_btns {
    display: flex;
    gap: 16px;
    margin: 40px 0;
    justify-content: center;
}
.ace_shop_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    font-size: 16px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
    letter-spacing: 0.5px;
}
.ace_shop_smart {
    background: #03c75a;
    color: #fff;
    border: 1px solid #03c75a;
}
.ace_shop_smart:hover {
    background: #02a84b;
    border-color: #02a84b;
    color: #fff;
}
.ace_shop_coupang {
    background: #fff;
    color: #c00;
    border: 1px solid #c00;
}
.ace_shop_coupang:hover {
    background: #c00;
    color: #fff;
}

/* =====================
   BRAND PAGE 반응형
===================== */
.brand_page .brand_intro {
    padding-top: 120px;
}

@media all and (max-width: 1024px) {
    .brand_page .brand_intro { padding-top: 100px; }
    .brand_intro_inner {
        flex-direction: column;
        gap: 50px;
        padding: 0 30px;
    }
    .brand_values_inner {
        flex-direction: column;
        gap: 40px;
        padding: 0 30px;
    }
    .brand_message_inner {
        flex-direction: column;
        gap: 40px;
        padding: 0 30px;
    }
    .brand_info_inner { padding: 0 30px; }
}

@media all and (max-width: 768px) {
    .brand_page .brand_intro { padding-top: 80px; }
    .brand_intro { padding: 80px 0; }
    .brand_intro_inner { padding: 0 20px; gap: 36px; }
    .brand_intro_left h2 { font-size: 26px; }
    .brand_intro_left p { font-size: 15px; }
    .brand_intro_right p { font-size: 14px; }

    .brand_values { padding: 70px 0; }
    .brand_values_inner { padding: 0 20px; gap: 32px; }
    .brand_value_block { text-align: center; }
    .brand_value_block h3 { font-size: 17px; }
    .brand_value_block p { font-size: 14px; }

    .brand_message { padding: 70px 0; }
    .brand_message_inner { padding: 0 20px; gap: 30px; }
    .brand_message_text h2 { font-size: 26px !important; }
    .brand_message_text p { font-size: 14px; }

    .brand_info_wrap { padding: 60px 0; }
    .brand_info_inner { padding: 0 20px; }
    .brand_info_list li { font-size: 14px; }
    .brand_info_list li span { width: 120px; }
}

@media all and (max-width: 480px) {
    .brand_page .brand_intro { padding-top: 70px; }
    .brand_info_list li { flex-direction: column; gap: 2px; padding: 14px 0; }
    .brand_info_list li span { width: auto; }
}

/* =====================
   메인 페이지 모바일 반응형
===================== */
@media all and (max-width: 1024px) {
    .ace_visual_text { left: 5%; }
    .ace_visual_text .visual_top { font-size: 40px; }
    .ace_visual_text h2 { font-size: 40px; }
    .ace_visual_text .visual_sub { font-size: 24px; }
    .ace_about { flex-direction: column; padding: 60px 20px; gap: 0; }
    .ace_about_img_right { display: flex !important; }
    .ace_about_img_left,
    .ace_about_img_right {
        flex: 1 1 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        height: auto !important;
        margin: 0 !important;
        display: flex !important;
    }
    .ace_about_img_left img,
    .ace_about_img_right img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
    /* 이미지 두개를 한 줄에 flex로 나란히 */
    .ace_about_imgs_wrap {
        display: flex !important;
        flex-direction: row !important;
        width: 100%;
    }
    .ace_about_text { width: 100%; padding: 40px 10px; text-align: center; }
    .pc_br { display: none; }
    .ace_beyond { flex-direction: column; height: auto; }
    .ace_beyond_text { padding: 60px 30px; }
    .ace_beyond_img { justify-content: center; }
    .beyond_img_item img { width: 100vw; height: 400px; }
    .ace_contact h2 { font-size: 5rem; }
    .footer_inner { padding: 0 20px; }
    .footer_top { flex-direction: column; align-items: center; gap: 20px; }
    .footer_left { align-items: center !important; text-align: center; }
    .foot_info { text-align: center !important; }
    .foot_info p { text-align: center; }
    .footer_right { text-align: center !important; }
    .footer_bottom { text-align: center; }
}

@media all and (max-width: 768px) {
    .ace_visual_text { left: 5%; right: 5%; }
    .ace_visual_text .visual_top { font-size: 28px; }
    .ace_visual_text h2 { font-size: 28px; }
    .ace_visual_text .visual_sub { font-size: 18px; margin-bottom: 20px; }
    .ace_visual_text .btn_brand { font-size: 1.2rem; padding: 10px 20px; }
    .ace_visual > img { object-position: 70% center; }
    .ace_about { padding: 50px 20px; }
    .ace_about_text h2 { font-size: 4rem; }
    .ace_about_text p { font-size: 16px; }
    .ace_about_text .since { font-size: 16px; }
    .ace_products { padding: 60px 0; }
    .ace_products_inner { padding: 0 20px; }
    .ace_products h2 { font-size: 3.6rem; margin-bottom: 30px; }
    #aceProdList .prod_slide { min-width: calc(100vw - 40px) !important; max-width: calc(100vw - 40px) !important; }
    #aceProdList .prod_slide img { width: 100%; height: auto; }
    .ace_beyond { flex-direction: column; height: auto; }
    .ace_beyond_text { padding: 50px 20px; order: 2; }
    .ace_beyond_img { order: 1; flex-direction: column; width: 100%; }
    .ace_beyond_text h2 { font-size: 2.8rem; }
    .ace_beyond_text p { font-size: 16px; }
    .beyond_img_item { width: 100%; }
    .beyond_img_item img { width: 100%; height: 280px; }
    .ace_ad_section { padding: 50px 20px; }
    .ace_ad_images { flex-direction: column; gap: 16px; }
    .ace_ad_img { max-width: 100%; }
    .ace_ad_inner h2 { font-size: 2.8rem; }
    .ace_contact { padding: 60px 0; }
    .ace_contact_inner { padding: 0 20px; }
    .ace_contact h2 { font-size: 3.6rem; }
    .ace_contact .contact_desc { font-size: 13px; margin-bottom: 30px; }
    .ace_contact_form .form_row { flex-direction: column; align-items: flex-start; min-height: auto; }
    .ace_contact_form .form_label { width: 100%; padding: 12px 0 4px; }
    .ace_contact_form .form_field { width: 100%; padding: 0 0 12px; }
    .contact_submit_wrap { margin-top: 20px; }
    .btn_submit { width: 100%; }
    .footer_inner { padding: 30px 20px; }
    .foot_tel { font-size: 2.4rem !important; }
    .foot_tel_label { font-size: 13px; }
    .foot_info p { font-size: 12px; }
    .footer_bottom { text-align: center; padding-top: 16px; }
}

@media all and (max-width: 480px) {
    .ace_visual_text .visual_top { font-size: 22px; }
    .ace_visual_text h2 { font-size: 22px; }
    .ace_visual_text .visual_sub { font-size: 15px; }
    .ace_about_text h2 { font-size: 3.2rem; }
    .ace_contact h2 { font-size: 3rem; }
    .ace_products h2 { font-size: 3rem; }
}

/* PC에서만 보이는 br */
.pc_br { display: inline; }

/* 모바일 PRODUCTS 직접 링크 */
.mobile_products_link {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Pretendard', sans-serif;
    text-decoration: none;
    padding: 6px 0;
}

/* ABOUT US 이미지 wrapper - PC에서 기존처럼 좌우 배치 */
.ace_about_imgs_wrap {
    display: contents;
}
@media all and (max-width: 1024px) {
    .ace_about_imgs_wrap {
        display: flex !important;
        flex-direction: row !important;
        width: 100%;
    }
    .ace_about_img_left,
    .ace_about_img_right {
        flex: 1 !important;
        width: 50% !important;
        max-width: 50% !important;
    }
    .ace_about_img_left img,
    .ace_about_img_right img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
}

/* ABOUT US PC/모바일 이미지 분리 */
.ace_about_imgs_mobile { display: none; }
.ace_about_img_left,
.ace_about_img_right { display: block; }

@media all and (max-width: 1024px) {
    /* 모바일: PC 이미지 숨기고 모바일 이미지 표시 */
    .ace_about_img_left { display: none !important; }
    .ace_about_img_right { display: none !important; }
    .ace_about_imgs_mobile {
        display: flex !important;
        flex-direction: row;
        width: 100%;
    }
    .ace_about_mob_img {
        flex: 1;
        overflow: hidden;
    }
    .ace_about_mob_img img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }
    .ace_about {
        flex-direction: column;
        padding: 50px 0;
    }
    .ace_about_text {
        width: 100%;
        padding: 40px 20px;
        text-align: center;
        order: 2;
    }
    .ace_about_imgs_mobile { order: 1; }
}

/* 모바일 헤더 PRODUCTS 링크 */
.mobile_head { background: rgba(0,0,0,0.7) !important; }
.mobile_products_link {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    letter-spacing: 2px !important;
    font-family: 'Pretendard', sans-serif !important;
    text-decoration: none !important;
    padding: 6px 0 !important;
    display: inline-block !important;
}
/* 모바일 헤더 로고 크기 축소 */
.mobile_head .mobile_logo { width: 110px; }

/* 모바일 헤더 CONTACT US 링크 */
.mobile_btn { display: flex; align-items: center; gap: 12px; }
.mobile_btn a { font-size: 13px !important; letter-spacing: 1px !important; white-space: nowrap !important; }
.mobile_contact_link {
    font-weight: 700 !important;
    color: #fff !important;
    font-family: 'Pretendard', sans-serif !important;
    text-decoration: none !important;
    padding: 6px 0 !important;
    display: inline-block !important;
}
