@import url("base.css");
@import url("header.css");
@import url("footer.css");

@font-face{
    font-family: 'Pretendard_SB';
}

/* ==============================
    Layout
============================== */
#sContainer {
    position: relative;
}


/* ==============================
    Sub Visual
============================== */
.sub_visual {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
}

.sub_visual_bg {
    position: relative;
    width: 100%;
    height: 620px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    background: url('/img/sub/bg_06.jpg') center center / cover no-repeat;
}

.sub_visual_bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;

    background: rgba(0, 0, 0, 0.48);
}

.sub_visual_inner {
    max-width: 1520px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.sub_visual_text {
    position: relative;
    z-index: 2;

    text-align: center;
    color: #fff;
}

.sub_visual_text .plus {
    font-family: 'Pretendard_SB';
    font-size: 40px;
    line-height: 1;
}

.sub_visual_text h2 {
    margin: 10px 0;

    font-family: 'Pretendard_SB';
    font-size: 48px;
}

.sub_visual_text p {
    margin: 0;

    font-size: 20px;
    color: #eee;
}


/* ==============================
    Sub Title
============================== */
.sub_title {
    margin-bottom: 80px;
    text-align: center;
}

.sub_title span {
    display: block;
    margin-bottom: 16px;

    font-size: 16px;
    font-weight: 700;
    color: #1459aa;
    letter-spacing: 0.16em;
}

.sub_title h2 {
    margin-bottom: 24px;

    font-size: 48px;
    font-weight: 800;
    color: #111;
}

.sub_title p {
    font-size: 22px;
    line-height: 1.6;
    color: #444;
}


/* ==============================
   Page Common
================================ */
.sub_content {
    width: 100%;
    overflow: hidden;
}

.content_inner {
    max-width: 1520px;
    width: calc(100% - 40px);
    margin: 0 auto;
}


/* ==============================
   Title Common
================================ */
.title_box,
.section_title {
    text-align: center;
}

.title_box span,
.section_title span {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 800;
    color: #005baa;
    letter-spacing: 0.12em;
}

.title_box h3,
.section_title h3 {
    font-size: 42px;
    font-weight: 800;
    color: #111;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.title_box strong {
    display: block;
    margin-top: 12px;
    font-size: 46px;
    font-weight: 900;
    color: #005baa;
    letter-spacing: -0.02em;
}


/* ==============================
   Newsmile Intro Section (로고, 장비, 탭)
============================== */
.newsmile_intro_section {
    position: relative;
    width: 100%;
    padding: 80px 0 60px;
    margin-bottom: 80px;
    overflow: hidden;
}

.newsmile_intro_section .content_inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* --- 상단 로고 & 타이틀 --- */
.intro_header {
    text-align: center;
    margin-bottom: 40px;
}

.intro_header .logo_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.intro_header .h_logo {
    height: 46px;
}

.intro_header .a_logo {
    height: auto;
    width:120px;
}

.intro_header .line {
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #ffffff;
}

.intro_header h3 {
    font-family: 'Pretendard_Bl';
    font-size: 54px;
    color: #1a3cb4;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0;
}
.intro_header h3 .gradient_text {
    background: linear-gradient(90deg, #1a3cb4 0%, #0099ff 100%); /* 원하는 색상값으로 조절 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
/* --- 중앙 바디 (장비 + 텍스트) --- */
.intro_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

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

.machine_wrap .machine_img {
    width:100%;
    overflow: hidden;
    margin-left:60px;
    display: block;
    mix-blend-mode: multiply;
}

.desc_wrap {
    width:60%;
}

.desc_wrap p {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    letter-spacing: -0.03em;
}

.desc_wrap p strong {
    color: #111;
    font-weight: 800;
}

/* --- 하단 탭 메뉴 (SVG 전용) --- */
.intro_tabs_wrap {
    position: relative;
    background: rgba(232, 246, 255, 0.85);
    border-radius: 20px;
    padding: 20px 40px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0, 80, 160, 0.08);
}

.intro_tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.intro_tabs li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.intro_tabs li .tab_icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro_tabs li .tab_icon img,
.intro_tabs li .tab_icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.intro_tabs li.arr {
    color: #8daed1;
    font-size: 18px;
}

.intro_tabs li span {
    font-size: 14px;
    color: #555;
    margin: 8px 0 4px;
}

.intro_tabs li strong {
    font-size: 18px;
    font-weight: 800;
    color: #111;
}

.active_space {
    width: 160px;
}

/* 뉴스마일라식 활성 탭 (돌출형 박스) */
.active_tab {
    position: absolute;
    right: -20px;
    bottom: -40px;
}

.active_box {
    background: #0d1b4a;
    border-radius: 20px;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 30px rgba(13, 27, 74, 0.4);
}

.active_box .inner_circle {
    width: 88px;
    height: 88px;
    background: #1f61ff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 15px;
}

.active_box .inner_circle span {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
}

.active_box .inner_circle strong {
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
}

.active_box .tab_name {
    color: #00f0ff;
    font-size: 22px;
}

.upgrade_badge {
    position: absolute;
    top: -30px;
    left: -50px;
    transform: rotate(-10deg);
    z-index: 10;
    width:60%;
}



/* ==============================
   Intro Reason Section (도입 이유)
============================== */
.intro_reason_section {
    padding: 60px 0 100px;
    width: 100%;
}

.intro_reason_section .content_inner {
    max-width:960px;
    margin: 0 auto;
}

.reason_title {
    text-align: center;
    margin-bottom: 40px;
}

.reason_title h3 {
    font-family: 'Pretendard_Bl', sans-serif;
    font-size: 42px;
    color: #222;
    letter-spacing: -0.05em;
}

/* 4개 그리드 및 세로 구분선 */
.reason_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    border-top: 1px solid #e1e6eb; /* 상단 얇은 가로선 */
    border-bottom:1px solid #e1e6eb;
}

.reason_list li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

/* 아이템 사이 세로 구분선 */
.reason_list li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background: #e1e6eb;
}

.reason_list .icon_box {
    width: 90px;
    height: 90px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reason_list .icon_box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.reason_list p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #0b45b2; /* 강조 파란색 */
    letter-spacing: -0.03em;
}

.reason_list p strong {
    display: block;
    font-weight: 800;
}
/* ==============================
   Compare Section (뉴스마일 vs 기존스마일 비교표)
============================== */
.compare_section {
    padding: 100px 0 120px;
    width: 100%;
    background-color: #fff;
}

.compare_section .content_inner {
    max-width: 960px;
    margin: 0 auto;
}

.compare_title {
    text-align: center;
    margin-bottom: 50px;
}

.compare_title h3 {
    font-family: 'Pretendard_Bl', sans-serif;
    font-size: 42px;
    color: #222;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.compare_title p {
    font-size: 19px;
    color: #666;
    letter-spacing: -0.03em;
}

/* --- 테이블 레이아웃 --- */
.compare_table_wrap {
    width: 100%;
    overflow-x: auto;
}

.compare_table {
    width: 100%;
    border-collapse: collapse; /* collapse로 변경하여 3px 테두리가 1px 선을 자연스럽게 덮도록 처리 */
    text-align: center;
}

/* 헤더 행 (thead) */
.compare_table thead th {
    padding: 22px 10px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    border: none;
}

/* 1. 구분 헤더 */
.compare_table thead .th_category {
    background-color: #0c1a30;
}

/* 2. 기존 스마일라식 헤더 (그레이 블루) */
.compare_table thead .th_smile {
    background-color: #8fa0b5;
}

/* 3. 뉴스마일라식 헤더 (#0044b4) */
.compare_table thead .th_newsmile {
    background-color: #0044b4;
    border-top: 3px solid #0044b4;
    border-left: 3px solid #0044b4;
    border-right: 3px solid #0044b4;
}

/* 본문 공통 가로 구분선 */
.compare_table tbody td {
    padding: 20px 15px;
    font-size: 17px;
    border-bottom: 1px solid #e1e7ee;
    vertical-align: middle;
    letter-spacing: -0.03em;
}

/* 1. 구분 열 (좌측) */
.compare_table tbody .td_category {
    font-weight: 700;
    color: #222;
    background-color: #f8fafc;
    border-left: 1px solid #e1e7ee;
}

/* 2. 기존 스마일라식 열 (중앙) */
.compare_table tbody .td_smile {
    color: #7b8895;
    font-weight: 600;
    background-color: #fff;
}

/* 3. 뉴스마일라식 열 (우측 - #0044b4 테두리가 1px 가로선을 완벽히 덮음) */
.compare_table tbody .td_newsmile {
    color: #0044b4;
    font-weight: 700;
    background-color: #fff;
    border-left: 6px solid #0044b4;
    border-right: 6px solid #0044b4;
}

.compare_table tbody tr:last-child .td_newsmile {
    border-bottom: 6px solid #0044b4;
}

/* 뉴스마일라식 텍스트 강조 */
.compare_table tbody .td_newsmile strong {
    font-weight: 800;
    font-size: 18px;
}

.compare_table tbody .td_newsmile .highlight {
    color: #2ea5ff;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    margin-left: 4px;
}
/* ==============================
   Process Section (수술과정)
============================== */
.process_section {
    padding: 60px 0 120px;
    width: 100%;
}

.process_section .content_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.process_title {
    text-align: center;
    margin-bottom: 50px;
}

.process_title h3 {
    font-family: 'Pretendard_Bl', sans-serif;
    font-size: 42px;
    color: #222;
    letter-spacing: -0.05em;
}

/* PC 버전: 3단 그리드 */
.process_step_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.process_step_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.process_step_list .step_img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

.process_step_list .step_img img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.process_step_list .step_info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process_step_list .step_num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #0b50b8;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    border-radius: 50%;
    margin-bottom: 16px;
}

.process_step_list p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    letter-spacing: -0.03em;
    word-break: keep-all;
}
/*04 atos기술력*/
.tech_feature_section {
    padding: 100px 0 120px;
    background-color: #f1f7fd; /* 이미지의 은은한 하늘빛 배경색 */
    width: 100%;
}

.tech_feature_section .content_inner {
    max-width:960px;
    margin: 0 auto;
}

.tech_feature_section .section_title {
    text-align: center;
    margin-bottom: 70px;
}

.tech_feature_section .section_title h3 {
    font-family: 'Pretendard_Bl', sans-serif;
    font-size: 44px;
    color: #222;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.tech_feature_section .section_title p {
    font-size: 19px;
    color: #666;
    line-height: 1.6;
    letter-spacing: -0.03em;
}

/* 리스트 컨테이너 */
.tech_zigzag_list {
    display: flex;
    flex-direction: column;
    gap:64px;
}

/* 아이템 공통 (Flexbox) */
.zigzag_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* 짝수 번째 아이템 (텍스트 좌측, GIF 우측 배치) */
.zigzag_item:nth-child(even) {
    flex-direction: row-reverse;
}

/* GIF 박스 (라운드 처리 및 배경) */
.zigzag_item .item_gif {
    width: 50%;
    height:auto;
    border-radius: 24px;
    overflow: hidden;
    background-color: #000; /* GIF 로딩 전 또는 검정 배경 대비 */
    box-shadow: 0 15px 35px rgba(0, 40, 100, 0.08);
    flex-shrink: 0;
}

.zigzag_item .item_gif img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 텍스트 영역 */
.zigzag_item .item_text {
    width: 60%;
    padding: 10px 0;
}

.zigzag_item .tech_num {
    display: block;
    font-family: 'Pretendard_Bl';
    font-size: 40px;
    color: #0b50b8; /* 포인트 블루 */
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 900;

}

.zigzag_item h4 {
    font-family: 'Pretendard_Bl', sans-serif;
    font-size: 32px;
    color: #0d2757; /* 짙은 네이비블루 */
    letter-spacing: -0.04em;
    line-height: 1.3;
    margin-bottom: 18px;
}

.zigzag_item p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.zigzag_item p strong {
    color: #222;
    font-weight: 700;
}

/* ==============================
   Recommend Target Section (추천 대상)
============================== */
.recommend_target_section {
    position: relative;
    padding: 100px 0 120px;
    width: 100%;
    overflow: hidden;
}

.recommend_target_section .content_inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.recommend_container {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- 중앙 원형 및 장비 영역 --- */
.center_circle_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center_machine {
    width: 280px;
    margin-bottom: -100px;
    position: relative;
    z-index: 2;
}

.center_machine img {
    width: 100%;
    display: block;
}

.circle_box {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #0a5bc4 0%, #06398b 100%);
    border: 8px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 15px 40px rgba(6, 57, 139, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 40px 20px 20px;
    position: relative;
    z-index: 1;
}

.circle_box .device_name {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #5bb3ff;
    margin-bottom: 8px;
    display: block;
}

.circle_box h3 {
    font-family: 'Pretendard_Bl', sans-serif;
    font-size: 32px;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.04em;
}

.circle_box p {
    font-size: 14px;
    color: #d6e8ff;
    line-height: 1.45;
    letter-spacing: -0.02em;
    font-weight: 400;
}

/* --- 2x2 카드 그리드 --- */
.target_cards_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 80px 260px; /* 중앙 원형이 들어갈 여백을 위해 가로 gap을 넓게 설정 */
    width: 100%;
    position: relative;
    z-index: 2;
}

.target_card {
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 12px 28px rgba(0, 50, 120, 0.08);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.target_card:hover {
    transform: translateY(-5px);
}

/* 카드 상단 번호 라벨 (01~04) */
.target_card .card_num {
    position: absolute;
    top: 0;
    left: 0;
    background: #008be8;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 6px 14px;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 14px;
    z-index: 2;
}

.target_card .card_img {
    width: 100%;
    height: 160px;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 14px;
}

.target_card .card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.target_card p {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.04em;
    padding-bottom: 4px;
}

/* --- 반응형 미디어쿼리 1024px시작--- */

/* 02 발빠르게 도입한 이유 */
@media screen and (max-width: 1024px) {
    #mContainer, #sContainer{margin-bottom: 0px;}
    .reason_title h3 {
        font-size: 34px;
    }
    .reason_list p {
        font-size: 18px;
    }
    .reason_list .icon_box {
        width: 75px;
        height: 75px;
    }
    /*비교표*/
   .compare_section {
        padding: 80px 0 100px;
    }
    .compare_title h3 {
        font-size: 36px;
    }
    .compare_table thead th {
        font-size: 20px;
        padding: 18px 8px;
    }
    .compare_table tbody td {
        font-size: 15.5px;
        padding: 16px 10px;
    }
    .compare_table tbody .td_newsmile strong {
        font-size: 16.5px;
    }
    /*수술과정*/
    .process_title h3 {
        font-size: 34px;
    }
    .process_step_list {
        gap: 20px;
    }
    .process_step_list p {
        font-size: 16px;
    }
    /*04 atos기술력*/
    .tech_feature_section {
        padding: 80px 0 100px;
    }

    .tech_feature_section .section_title h3 {
        font-size: 36px;
    }

    .zigzag_item {
        gap: 40px;
    }

    .zigzag_item .item_gif {
        height: 260px;
    }

    .zigzag_item .tech_num {
        font-size: 34px;
    }

    .zigzag_item h4 {
        font-size: 26px;
    }

    .zigzag_item p {
        font-size: 15.5px;
    }
    .recommend_target_section {
        padding: 80px 0;
    }

    .circle_box {
        width: 270px;
        height: 270px;
    }

    .circle_box h3 {
        font-size: 26px;
    }

    .circle_box p {
        font-size: 13px;
    }

    .center_machine {
        width: 220px;
        margin-bottom: -80px;
    }

    .target_cards_grid {
        gap: 60px 180px;
    }

    .target_card .card_img {
        height: 130px;
    }

    .target_card p {
        font-size: 15px;
    }
}


/*768 모바일사이즈 영역*/
@media screen and (max-width: 768px) {
    /* 본문 영역 */
    .desc_wrap {
        padding-left: 0;
        width: 100%;
    }
    .intro_body {
        display: block;
    }
    .desc_wrap p {
        text-align: center;
        word-break: keep-all;
    }
    .machine_wrap .machine_img {
        margin-left:74px; /* 모바일에서 중앙 정렬 */
    }

    /* 탭 메뉴 래퍼 */
    .intro_tabs_wrap {
        padding: 20px 16px;
    }

    .intro_tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px 0;
        position: relative;
    }

    /* 1~4세대 탭들을 상단 4등분 그리드처럼 정렬 */
    .intro_tabs li:not(.active_tab):not(.arr):not(.active_space) {
        width: 22%;
        flex-direction: column;
    }

    .intro_tabs li .tab_icon {
        width: 44px;
        height: 44px;
    }

    .intro_tabs li span {
        font-size: 12px;
    }

    .intro_tabs li strong {
        font-size: 15px;
    }

    /* 불필요한 여백 및 화살표 숨김 */

    /* =========================================
       뉴스마일라식 활성 탭 (모바일에서 가로 한 줄 전체 차지)
    ========================================= */
    .active_tab {
        position: static; /* absolute 해제 */
        width: 100%;       /* 가로 한 줄 100% 차지 */
        margin-top:0px;
        right: auto;
        bottom: auto;
    }

    .active_box {
        width: 100%;       /* 가로 100% */
        height: auto;      /* 높이 자동 */
        min-height: 72px;
        flex-direction: row; /* 아이콘과 텍스트를 가로로 나란히 배치 */
        justify-content: center;
        align-items: center;
        gap: 16px;
        padding: 14px 20px;
        border-radius: 16px;
    }

    .active_box .inner_circle {
        width: 60px;
        height:60px;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .active_box .inner_circle span {
        font-size: 11px;
    }

    .active_box .inner_circle strong {
        font-size: 11px;
    }

    .active_box .tab_name {
        font-size: 20px;
        letter-spacing: -0.02em;
    }

    /* 업그레이드 뱃지 모바일 위치 조정 */
    .upgrade_badge {
        display: none;
    }
    /*02_ 발빠르게 도입한 이유*/
      .intro_reason_section {
        padding: 40px 0 60px;
    }

    .reason_title {
        margin-bottom: 25px;
    }

    .reason_title h3 {
        font-size: 32px;
    }

    /* 모바일에서 2x2 그리드로 배치 */
    .reason_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 15px;
        padding-top: 30px;
        padding-bottom:30px;
    }

    .reason_list li {
        width: 100%;
    }

    /* 2x2 레이아웃을 위한 세로선 정리 */
    .reason_list li:not(:last-child)::after {
        display: none;
    }
    
    /* 1번째, 3번째(왼쪽 칸) 아이템 오른쪽에만 얇은 세로선 적용 */
    .reason_list li:nth-child(odd)::after {
        display: block;
        right: -8px;
        height: 80px;
    }

    .reason_list .icon_box {
        width: 65px;
        height: 65px;
        margin-bottom: 14px;
    }

    .reason_list p {
        font-size: 16px;
    }
       
    
    /*비교표*/
   .compare_section {
        padding: 50px 0 70px;
    }

    .compare_title {
        margin-bottom: 30px;
    }

    .compare_title h3 {
        font-size: 34px;
    }

    .compare_title p {
        font-size: 14.5px;
        word-break: keep-all;
    }

    .compare_table thead th {
        font-size: 16px;
        padding: 14px 6px;
    }

    .compare_table tbody td {
        font-size: 13.5px;
        padding: 14px 6px;
        word-break: keep-all;
    }

    .compare_table tbody .td_newsmile strong {
        font-size: 14px;
    }

    .compare_table tbody .td_newsmile .highlight {
        font-size: 12px;
        display: block;
        margin-left: 0;
        margin-top: 2px;
    }

    /* 모바일 테두리 두께 2px 조정 */
    .compare_table thead .th_smile,
    .compare_table tbody .td_smile {
        border-left-width: 2px;
        border-right-width: 2px;
    }
    .compare_table thead .th_smile {
        border-top-width: 2px;
    }


    .compare_table thead .th_newsmile,
    .compare_table tbody .td_newsmile {
        border-left-width: 2px;
        border-right-width: 2px;
    }
    .compare_table thead .th_newsmile {
        border-top-width: 2px;
    }
    .compare_table tbody tr:last-child .td_newsmile {
        border-bottom-width: 2px;
    }
    /*수술과정 (슬라이더 충돌 방지 수정본)*/
    .process_section {
        padding: 40px 0 60px;
    }

    .process_title {
        margin-bottom: 30px;
    }

    .process_title h3 {
        font-size: 32px;
    }

    /* bxSlider 구동을 위해 display: grid만 해제 */
    .process_step_list {
        display: block; /* !important 제거 */
        gap: 0;
        margin: 0;
        padding: 0;
    }

    /* li의 width: 100% !important 제거 (bxSlider의 JS 너비 계산 허용) */
    .process_step_list li {
        box-sizing: border-box;
        float: left;
    }

    .process_step_list .step_img {
        max-width: 300px;
        margin: 0 auto 16px;
    }

    .process_step_list .step_num {
        width: 28px;
        height: 28px;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .process_step_list p {
        font-size: 16px;
    }

    /* bxSlider UI 보정 */
    .process_slider_wrap {
        position: relative;
        padding: 0 10px;
    }
    .process_slider_wrap .bx-wrapper {
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        margin: 0 auto 30px !important;
    }

    .process_slider_wrap .bx-wrapper .bx-viewport {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    .process_slider_wrap .bx-wrapper .bx-pager {
        position: relative;
        bottom: 0;
        padding-top: 15px;
    }

    .process_slider_wrap .bx-wrapper .bx-pager.bx-default-pager a {
        background: #d4e3f4;
        width: 8px;
        height: 8px;
        margin: 0 4px;
        border-radius: 50%;
        display: inline-block;
    }

    .process_slider_wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #0b50b8;
        width: 24px;
        border-radius: 4px;
    }
   /* bxSlider 기본 버튼 스타일 리셋 (원형 투명/미니멀 배경) */
    .process_slider_wrap .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 35%; /* 수술 이미지 세로 중앙 */
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        background: rgba(255, 255, 255, 0.85) !important;
        border: 1px solid #e1ecfa;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-indent: -9999px; /* 혹시 남아있는 텍스트 완벽 숨김 */
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
        z-index: 10;
        text-decoration: none;
    }

    /* 심플 라인 꺽쇠 공통 스타일 */
    .process_slider_wrap .bx-wrapper .bx-controls-direction a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #005baa;  /* 라인 두께 및 색상 */
        border-right: 2px solid #005baa;
        text-indent: 0;
    }

    /* 이전 버튼 (< 형태) */
    .process_slider_wrap .bx-wrapper .bx-prev {
        left: 0;
    }
    .process_slider_wrap .bx-wrapper .bx-prev::before {
        transform: translate(-35%, -50%) rotate(-135deg);
    }

    /* 다음 버튼 (> 형태) */
    .process_slider_wrap .bx-wrapper .bx-next {
        right: 0;
    }
    .process_slider_wrap .bx-wrapper .bx-next::before {
        transform: translate(-65%, -50%) rotate(45deg);
    }

    /* 비활성화 상태 투명도 */
    .process_slider_wrap .bx-wrapper .bx-controls-direction a.disabled {
        opacity: 0.25;
        cursor: default;
    }
    /*04 atos기술력*/
    .tech_feature_section {
        padding: 50px 0 70px;
    }

    .tech_feature_section .section_title {
        margin-bottom: 40px;
    }

    .tech_feature_section .section_title h3 {
        font-size: 32px;
    }

    .tech_feature_section .section_title p {
        font-size: 15px;
    }

    .tech_zigzag_list {
        gap:64px;
    }

    /* 모바일에서는 짝수/홀수 무관하게 위(GIF) -> 아래(텍스트) 1열 배치 */
    .zigzag_item,
    .zigzag_item:nth-child(even) {
        flex-direction: column;
        gap: 20px;
    }

    .zigzag_item .item_gif {
        width: 100%;
        height: 220px;
        border-radius: 18px;
    }

    .zigzag_item .item_text {
        width: 100%;
        padding: 0 24px;
        text-align: left;
    }

    .zigzag_item .tech_num {
        font-size: 28px;
        margin-bottom: 8px;
        margin-top:8px;
    }

    .zigzag_item h4 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .zigzag_item p {
        font-size: 15px;
    }
    .recommend_target_section {
        padding: 60px 0 70px;
    }

    .recommend_container {
        flex-direction: column;
        min-height: auto;
    }

    /* 모바일에서는 중앙 원형이 absolute가 아닌 일반 흐름상 상단에 위치 */
    .center_circle_wrap {
        position: static;
        transform: none;
        margin-bottom: 35px;
    }

    .center_machine {
        width: 190px;
        margin-bottom: -30px;
    }

    .circle_box {
        width: 240px;
        height: 240px;
        border-width: 5px;
        padding: 25px 15px 15px;
    }

    .circle_box h3 {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .circle_box p {
        font-size: 12px;
    }

    /* 2x2 카드 그리드를 간격 좁게 모바일 화면에 맞춤 */
    .target_cards_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .target_card {
        padding: 10px;
        border-radius: 16px;
    }

    .target_card .card_num {
        font-size: 11px;
        padding: 4px 10px;
        border-top-left-radius: 14px;
        border-bottom-right-radius: 10px;
    }

    .target_card .card_img {
        height: 105px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .target_card p {
        font-size: 13.5px;
        word-break: keep-all;
        padding-bottom: 2px;
    }
}