/* ===== 귀필러 =====*/
.ear-filler-page-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/home_assets/img/main/jab_center/ear-filler-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.ear-filler-page-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ear-filler-page-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 80px;
}

.ear-filler-page-text {
    margin-bottom: 80px;
    text-align: center;
}

.ear-filler-page-main-title {
    font-family: 'Noto Serif KR';
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    margin-bottom: 100px;
}

.ear-filler-page-description {
    line-height: 1.6;
}

.description-light {
    font-family: 'Pretendard';
    font-size: 20px;
    font-weight: 200;
    color: #333;
}

.description-regular {
    font-family: 'Pretendard';
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

.ear-filler-page-buttons {
    width: 100%;
    margin-left: -120px;
}

.button-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.button-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.button-label {
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: left;
    margin-left: 10px;
}

.ear-filler-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #83A6E8;
    border: none;
    border-radius: 28.5px;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 169px;
    height: 57px;
    box-sizing: border-box;
}

.ear-filler-btn:hover {
    background-color: #6b92e0;
    transform: translateY(-2px);
}

.ear-filler-btn img {
    width: 20px;
    height: 20px;
}

.ear-filler-btn span {
    font-family: 'Pretendard';
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

/* 페이드인 애니메이션 */
.fade-in-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* ===== 비키니핏 =====*/
.bikinifit-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/home_assets/img/main/jab_center/bikinifit_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 140px;
}

.bikinifit-container {
    width: 100%;
    max-width: 1200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bikinifit-content {
    text-align: center;
    color: #333;
    padding-left: 200px;
}

.bikinifit-subtitle {
    font-family: 'Noto Serif KR';
    font-size: 15px;
    font-weight: 200;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.bikinifit-main-title {
    font-family: 'JNE Bareun OTF';
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}

.bikinifit-description {
    font-family: 'Noto Serif KR';
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
    color: #333;
}

@media (max-width: 768px) {
    .ear-filler-page-content {
        padding-left: 20px;
        align-items: center;
    }

    .ear-filler-page-main-title {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .ear-filler-page-buttons {
        margin-left: 0;
    }

    .button-group {
        justify-content: center;
        gap: 15px;
    }

    .ear-filler-btn {
        width: 140px;
        height: 50px;
    }

    .bikinifit-content {
        padding-left: 20px;
    }

    .bikinifit-main-title {
        font-size: 28px;
    }
}

/*=== 2번째 색션 ===*/
.ear-golden-section {
    width: 100%;
    background: linear-gradient(180deg, #f4f7fb 0%, #eef3f9 100%);
    overflow: hidden;
}

.ear-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 24px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
}

/* Left image */
.ear-left {
    position: relative;
}

.ear-photo {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

/* Right column */
.ear-right {
    position: relative;
    min-height: 520px;
}

.ear-title {
    font-family: "Noto Serif KR", serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    color: #1a2a44;
    margin: 0 0 28px 0;
}

/* === 계단형 아이콘 === */
.icon-stair {
    position: relative;
    min-height: 420px;
}

.stair-item {
    position: absolute;
    display: block;
    width: clamp(160px, 28vw, 240px);
    height: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stair-item.slide-in {
    opacity: 1;
    transform: translateY(0);
}

/* 간격을 더 넓게 조정 */
.stair-top {
    top: -20px;
    right: -300px;
}

.stair-mid {
    top: 100px;
    right: 0px;
}

.stair-bottom {
    top: 240px;
    right: 300px;
}

/* 반응형 */
@media (max-width: 980px) {
    .ear-container {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ear-right {
        min-height: unset;
    }

    .icon-stair {
        min-height: unset;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .stair-item {
        position: static;
        width: 100%;
    }
}

/*=== 3번쨰 영역 ===*/
.ear-design-section {
    width: 100%;
    background: #fff;
    padding: 80px 0;
}

.ear-design-container {
    margin: 0 auto;
    padding: 0 20px;
}

.ear-design-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ear-design-main-title {
    font-family: 'Noto Serif KR', serif;
    font-weight: 400;
    font-size: 32px;
    color: #000;
    margin: 0 0 20px;
    line-height: 1.4;
}

.ear-design-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 200;
    font-size: 24px;
    color: #000;
    margin: 0 0 60px;
}

.ear-design-image-wrapper {
    margin-top: -190px;
    margin-bottom: -180px;
    width: 100%;
}

.ear-design-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

.ear-design-description {
    margin: 0 0 40px;
    max-width: 600px;
}

.description-text {
    font-family: 'Pretendard', sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: #000;
    line-height: 1.8;
    margin: 0;
}

.description-text .text-regular {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.ear-design-disclaimer {
    font-family: 'Pretendard', sans-serif;
    font-weight: 100;
    font-size: 15px;
    color: #999;
    margin: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .ear-design-section {
        padding: 60px 0;
    }

    .ear-design-main-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .ear-design-subtitle {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .description-text {
        font-size: 18px;
    }

    .description-text .text-regular {
        font-size: 18px;
    }

    .ear-design-disclaimer {
        font-size: 13px;
    }
}

/*=== 4번째 영역 ===*/
.ear-criteria-section {
    margin-top: 150px;
    width: 100%;
    padding: 80px 0;
}

.ear-criteria-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 0 120px;
}

.ear-criteria-title {
    font-family: 'Noto Serif KR', serif;
    font-weight: 400;
    font-size: 32px;
    color: #333;
    text-align: center;
    margin: 0 0 80px;
    line-height: 1.4;
    padding-right: 70px;
}

.ear-criteria-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

.ear-left-area,
.ear-right-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.ear-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 300px;
    width: 300px;
}

.ear-image {
    width: 100%;
    height: auto;
    display: block;
    z-index: 2;
    position: relative;
}

/* 버블 스타일 */
.bubble {
    position: absolute;
    border-radius: 50%;
    transform: rotate(45deg);
    filter: blur(10px);
    background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
    z-index: 1;
}

/* 왼쪽 귀 버블들 */
.bubble-1 {
    width: 500px;
    height: 500px;
    top: -180px;
    left: -220px;
}

.bubble-2 {
    width: 200px;
    height: 200px;
    bottom: -20px;
    right: -40px;
}

/* 오른쪽 귀 버블 */
.bubble-3 {
    width: 250px;
    height: 250px;
    top: -40px;
    right: -60px;
}

.ear-criteria-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
    max-width: 300px;
}

.criteria-item {
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0;
    transform: translateX(-80px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.criteria-item.slide-in-right {
    opacity: 1;
    transform: translateX(0);
}

.criteria-number {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #59769A;
    min-width: 30px;
    text-align: center;
}

.criteria-text {
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #333;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .ear-criteria-section {
        padding: 60px 0;
    }

    .ear-criteria-container {
        padding: 0 20px;
    }

    .ear-criteria-title {
        font-size: 24px;
        margin-bottom: 60px;
    }

    .ear-criteria-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .ear-left-area,
    .ear-right-area {
        flex-direction: column;
        gap: 30px;
    }

    .bubble-1 {
        width: 100px;
        height: 100px;
        top: -20px;
        left: -30px;
    }

    .bubble-2 {
        width: 80px;
        height: 80px;
        bottom: -15px;
        right: -25px;
    }

    .bubble-3 {
        width: 90px;
        height: 90px;
        top: -25px;
        right: -35px;
    }

    .criteria-number {
        font-size: 20px;
        min-width: 25px;
    }

    .criteria-text {
        font-size: 18px;
    }
}

/*=== Golden Radio 영역 ===*/
.jab-golden-ratio-section {
    width: 100%;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.jab-golden-ratio-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* 제목 영역 */
.jab-golden-ratio-header {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}

.jab-golden-ratio-title {
    font-family: 'Dream Orphans', Arial, sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #333;
    margin: 0 0 20px;
    line-height: 1.2;
}

.jab-golden-ratio-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #666;
    margin: 0;
}

/* 컨텐츠 영역 */
.jab-golden-ratio-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.jab-ratio-item {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    opacity: 0;
    transform: translateY(80px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jab-ratio-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* 왼쪽 배치 (이미지 왼쪽, 텍스트 오른쪽) */
.jab-ratio-left {
    justify-content: flex-start;
}

.jab-ratio-left:nth-child(1) {
    margin-left: 0;
}

.jab-ratio-left:nth-child(3) {
    margin-left: 100px;
}

.jab-ratio-left:nth-child(5) {
    margin-left: 0;
}

/* 오른쪽 배치 (텍스트 왼쪽, 이미지 오른쪽) */
.jab-ratio-right {
    justify-content: flex-end;
    margin-right: 100px;
}

.jab-ratio-image-wrapper {
    position: relative;
    flex: 0 0 550px;
    width: 550px;
}

.jab-ratio-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.jab-ratio-text {
    position: absolute;
    bottom: 90px;
    border-radius: 15px;
    max-width: 675px;
    background: transparent;
    z-index: 3;
}

.jab-ratio-left .jab-ratio-text {
    right: -510px;
}

.jab-ratio-right .jab-ratio-text {
    left: -420px;
    text-align: right;
}

.jab-ratio-title {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #333;
    margin: 0 0 10px;
    line-height: 1.3;
}

.jab-ratio-description {
    font-family: 'Pretendard', sans-serif;
    font-weight: 100;
    font-size: 24px;
    color: #555;
    line-height: 1.2;
    margin: 0;
}

/* 왼쪽 텍스트 라인별 패딩 조절 */
.jab-ratio-left .line1 {
    transform: translateX(-20px);
}

.jab-ratio-left .line2 {
    transform: translateX(-40px);
}

.jab-ratio-left .line3 {
    transform: translateX(-60px);
}

/* 오른쪽 텍스트 라인별 패딩 조절 */
.jab-ratio-right .line1 {
    transform: translateX(10px);
}

.jab-ratio-right .line2 {
    transform: translateX(20px);
}

.jab-ratio-right .line3 {
    transform: translateX(40px);
}

/* 3번째 텍스트 영역 별도 스타일 */
.jab-ratio-text-3rd {
    right: -390px !important;
}

.jab-ratio-text-3rd .line1 {
    transform: translateX(-10px);
}

.jab-ratio-text-3rd .line2 {
    transform: translateX(-30px);
}

.jab-ratio-text-3rd .line3 {
    transform: translateX(-50px);
}

/* 버블 스타일 */
.jab-golden-ratio-bubble {
    position: absolute;
    border-radius: 50%;
    transform: rotate(45deg);
    filter: blur(10px);
    background: linear-gradient(180deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
    z-index: 0;
}

/* 제목 왼편 버블 */
.jab-golden-ratio-bubble-header {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 530px;
    transform: translate(-50%, -50%) rotate(230deg);
}

/* 3번째 이미지 왼쪽 아래 버블 */
.jab-golden-ratio-bubble-left {
    width: 500px;
    height: 500px;
    bottom: -100px;
    left: -250px;
}

/* 5번째 이미지 오른쪽 끝 버블 */
.jab-golden-ratio-bubble-right {
    width: 500px;
    height: 500px;
    top: 45%;
    right: -1200px;
    transform: translateY(-50%) rotate(160deg);
}

/* 반응형 */
@media (max-width: 1024px) {
    .jab-golden-ratio-content {
        gap: 80px;
    }

    .jab-ratio-item {
        gap: 40px;
    }

    .jab-ratio-left,
    .jab-ratio-right {
        margin-left: 0 !important;
        margin-right: 0 !important;
        justify-content: center;
    }

    .jab-ratio-image-wrapper {
        flex: 0 0 300px;
        width: 300px;
    }

    .jab-ratio-left .jab-ratio-text {
        right: -350px;
    }

    .jab-ratio-right .jab-ratio-text {
        left: -350px;
    }

    .jab-ratio-text {
        max-width: 350px;
        padding: 20px 25px;
    }

    .jab-ratio-title {
        font-size: 32px;
    }

    .jab-ratio-description {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .jab-golden-ratio-section {
        padding: 60px 0;
    }

    .jab-golden-ratio-title {
        font-size: 36px;
    }

    .jab-golden-ratio-subtitle {
        font-size: 18px;
    }

    .jab-golden-ratio-content {
        gap: 60px;
    }

    .jab-ratio-item {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .jab-ratio-right {
        flex-direction: column-reverse;
    }

    .jab-ratio-image-wrapper {
        flex: none;
        width: 100%;
        max-width: 300px;
    }

    .jab-ratio-text {
        position: static;
        max-width: none;
        margin-top: 20px;
    }

    .jab-ratio-title {
        font-size: 28px;
    }

    .jab-ratio-description {
        font-size: 18px;
    }

    .jab-golden-ratio-bubble-header {
        width: 120px;
        height: 120px;
        left: -80px;
    }

    .jab-golden-ratio-bubble-left {
        width: 100px;
        height: 100px;
        bottom: -30px;
        left: -50px;
    }

    .jab-golden-ratio-bubble-right {
        width: 120px;
        height: 120px;
        right: -100px;
    }
}

/*=== 귀 모양 리스트 페이지 ===*/
.ear-types-section {
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.ear-types-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.ear-types-header {
    text-align: center;
    margin-bottom: 80px;
}

.ear-types-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin: 0 0 20px;
    line-height: 1.5;
}

.ear-types-title {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #333;
    margin: 0 0 10px;
    line-height: 1.4;
}

.ear-types-description {
    font-family: 'Pretendard', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
}

.ear-types-gallery {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0;
    /* 30px에서 0으로 변경 */
    flex-wrap: wrap;
}

.ear-type-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-left: -100px;
    z-index: 1;
}

.ear-type-item:first-child {
    margin-left: 0;
    /* 첫 번째 아이템은 마진 없음 */
}

.ear-image-wrapper {
    width: 300px;
    height: 300px;
    background: transparent;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ear-image {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: grayscale(100%);
}

.ear-type-item:hover {
    z-index: 10;
}

.ear-type-item:hover .ear-image-wrapper {
    transform: scale(1.5);
}

.ear-type-item:hover .ear-image {
    filter: grayscale(0%);
}

.ear-label {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background: #A0B2D3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.ear-type-item:hover .ear-label {
    font-weight: 600;
    font-size: 24px;
    background: #83A6E8;
    transform: translateY(20px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.ear-list-bubble {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(240deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
    z-index: 1;
    filter: blur(10px);
}

.ear-list-bubble-1 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    /* 오른쪽 아래 위치 */
    right: 300px;
}

/* 반응형 */
@media (max-width: 1200px) {
    .ear-types-gallery {
        gap: 0px;
    }

    .ear-image-wrapper {
        width: 160px;
        height: 160px;
    }

    .ear-label {
        font-size: 18px;
        padding: 10px 20px;
    }

    .ear-type-item:hover .ear-label {
        font-size: 22px;
    }

    .ear-type-item {
        margin-left: -30px;
    }
}

@media (max-width: 768px) {
    .ear-types-section {
        padding: 60px 0;
    }

    .ear-types-header {
        margin-bottom: 60px;
    }

    .ear-types-title {
        font-size: 24px;
    }

    .ear-types-description {
        font-size: 14px;
    }

    .ear-types-gallery {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .ear-image-wrapper {
        width: 200px;
        height: 200px;
    }

    .ear-label {
        font-size: 16px;
    }

    .ear-type-item:hover .ear-label {
        font-size: 20px;
    }

    .ear-type-item {
        margin-left: 0;
        margin-top: -30px;
    }

    .ear-type-item:first-child {
        margin-top: 0;
    }
}

/*=== 귀 시술부위 영역===*/
.ear-procedure-section {
    width: 100%;
    background: linear-gradient(135deg, #FFFFFF 0%, #EEF3F9 23%, #DEECF7 38%, #D5DFEF 56%, #EBF0F7 83%, #FFFFFF 100%);
    padding: 120px 0;
    position: relative;
}

.ear-procedure-container {
    min-width: 1400px;
    margin: 0 18vw;
    padding: 0 40px;
    position: relative;
}

.ear-procedure-header {
    text-align: center;
    margin-bottom: 100px;
}

.ear-procedure-title {
    font-family: 'Noto Serif KR', serif;
    font-weight: 400;
    font-size: 32px;
    color: #333;
    margin: 0 0 20px;
    line-height: 1.4;
}

.ear-procedure-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 200;
    font-size: 24px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.ear-procedure-content {
    position: relative;
    width: 100%;
    height: 800px;
}

.ear-procedure-item {
    position: absolute;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.ear-procedure-top-right {
    top: 0;
    right: 0;
    flex-direction: row-reverse;
}

.ear-procedure-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    flex-direction: row-reverse;
}

.ear-procedure-bottom-right {
    bottom: 0;
    right: 0;
    flex-direction: row-reverse;
}

.ear-procedure-images {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.ear-image-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.ear-before-image,
.ear-after-image {
    width: 180px;
    height: 230px;
    object-fit: cover;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.ear-image-label {
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #666;
}

.ear-procedure-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
    justify-content: flex-start;
    padding-top: 15px;
}

.ear-procedure-label {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border: 6px solid #fff;
    padding: 15px 60px;
    border-radius: 30px;
    text-align: center;
    width: fit-content;
}

.ear-procedure-description {
    font-family: 'Pretendard', sans-serif;
    font-weight: 100;
    font-size: 24px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.ear-procedure-top-right .ear-procedure-info,
.ear-procedure-bottom-right .ear-procedure-info {
    align-items: flex-end;
    text-align: right;
}

@media (max-width: 1200px) {
    .ear-procedure-content {
        height: 1200px;
    }

    .ear-procedure-item {
        position: static;
        margin-bottom: 80px;
        flex-direction: column !important;
        text-align: center;
    }

    .ear-procedure-left {
        transform: none;
    }

    .ear-procedure-info {
        order: 1;
        align-items: center;
    }

    .ear-procedure-images {
        order: 2;
    }
}

@media (max-width: 768px) {
    .ear-procedure-section {
        padding: 80px 0;
    }

    .ear-procedure-container {
        padding: 0 20px;
    }

    .ear-procedure-header {
        margin-bottom: 60px;
    }

    .ear-procedure-title {
        font-size: 24px;
    }

    .ear-procedure-subtitle {
        font-size: 18px;
    }

    .ear-procedure-content {
        height: auto;
    }

    .ear-procedure-item {
        gap: 30px;
        margin-bottom: 60px;
    }

    .ear-before-image,
    .ear-after-image {
        width: 140px;
        height: 140px;
    }

    .ear-procedure-label {
        font-size: 18px;
        padding: 12px 24px;
    }

    .ear-procedure-description {
        font-size: 20px;
    }

    .ear-procedure-info {
        max-width: 100%;
    }
}

/*=== 시술 받으면 좋은 유형 색션 ===*/
.recommended-types-section {
    width: 100%;
    background: #ffffff;
    padding: 120px 0;
}

.recommended-types-container {
    min-width: 1200px;
    margin: 0 18vw;
    padding: 0 40px;
}

.recommended-types-header {
    text-align: center;
    margin-bottom: 80px;
}

.recommended-types-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: #666;
    margin: 0 0 20px;
    line-height: 1.5;
}

.recommended-types-title {
    font-family: 'Dream Orphans', serif;
    font-weight: 400;
    font-size: 64px;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.recommended-types-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.recommended-types-list::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -40px;
    bottom: -40px;
    width: 1px;
    border-left: 1px dashed #6FA4F4;
    transform: translateX(-50%);
    z-index: 1;
}

.recommended-type-item {
    width: 100%;
    padding: 25px 40px;
    border: 1px solid #D3D3D3;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: all 0.6s ease;
    opacity: 1;
    transform: translateY(0);
}

.recommended-type-text {
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .recommended-types-section {
        padding: 80px 0;
    }

    .recommended-types-container {
        padding: 0 20px;
    }

    .recommended-types-header {
        margin-bottom: 60px;
    }

    .recommended-types-subtitle {
        font-size: 18px;
    }

    .recommended-types-title {
        font-size: 48px;
    }

    .recommended-type-item {
        padding: 20px 30px;
    }

    .recommended-type-text {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .recommended-types-title {
        font-size: 36px;
    }

    .recommended-type-item {
        padding: 18px 20px;
    }

    .recommended-type-text {
        font-size: 16px;
    }
}

/*=== QNA ===*/
.ear-qna-section {
    width: 100%;
    background: #ffffff url('/home_assets/img/main/jab_center/ear_qna_bottom_background.png') no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

.ear-qna-bubble {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    z-index: 0;
}

.ear-qna-bubble-1 {
    width: 500px;
    height: 500px;
    top: -250px;
    left: 50px;
    background: linear-gradient(340deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.ear-qna-bubble-2 {
    width: 200px;
    height: 200px;
    top: 200px;
    right: 350px;
    z-index: 0;
    background: linear-gradient(240deg, rgba(131, 172, 232, 0.4) 6%, rgba(255, 255, 255, 0) 91%);
}

.ear-qna-container {
    min-width: 1200px;
    margin: 0 18vw;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.ear-qna-header {
    text-align: center;
    margin-bottom: 80px;
}

.ear-qna-title {
    font-family: 'Dream Orphans', serif;
    font-weight: 400;
    font-size: 48px;
    color: #000000;
    margin: 0 0 20px;
    line-height: 1.2;
}

.ear-qna-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}

.ear-qna-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: #ffffff url('/home_assets/img/main/jab_center/ear_content_background.png') no-repeat center center;
    background-size: cover;
    padding: 60px 40px;
    position: relative;
    z-index: 1;
}

.ear-qna-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ear-qna-question {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 1.5;
}

.ear-qna-answer {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 40px;
    border-radius: 30px 0 30px 30px;
    line-height: 1.6;
    margin-left: auto;
    max-width: 80%;
    min-width: 30vw;
}

@media (max-width: 768px) {
    .ear-qna-section {
        padding: 80px 0;
    }

    .ear-qna-container {
        padding: 0 20px;
    }

    .ear-qna-header {
        margin-bottom: 60px;
    }

    .ear-qna-title {
        font-size: 36px;
    }

    .ear-qna-subtitle {
        font-size: 18px;
    }

    .ear-qna-list {
        gap: 30px;
    }

    .ear-qna-question {
        font-size: 20px;
    }

    .ear-qna-answer {
        font-size: 20px;
        padding: 25px 30px;
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .ear-qna-title {
        font-size: 28px;
    }

    .ear-qna-question {
        font-size: 18px;
    }

    .ear-qna-answer {
        font-size: 18px;
        padding: 20px 25px;
        max-width: 95%;
    }
}

/*=== 마지막 영역 ===*/
.ear-final-section {
    width: 100%;
    background: #ffffff url('/home_assets/img/main/jab_center/ear_final_background.png') no-repeat center center;
    background-size: cover;
    padding: 120px 0;
}

.ear-final-container {
    max-width: 1400px;
    margin: 300px auto 0px;
    padding: 0 40px;
}

.ear-final-header {
    text-align: center;
    margin-bottom: 100px;
}

.ear-final-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: #666;
    margin: 0 0 20px;
    line-height: 1.5;
    letter-spacing: 2px;
}

.ear-final-title {
    font-family: 'Noto Serif KR', serif;
    font-weight: 400;
    font-size: 32px;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.ear-final-content {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.ear-final-item {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.ear-final-left {
    flex-direction: row;
}

.ear-final-right {
    flex-direction: row;
}

.ear-final-image {
    flex: 0 0 400px;
}

.ear-final-image img {
    width: 100%;
    height: auto;
}

.ear-final-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ear-final-left .ear-final-text {
    text-align: left;
}

.ear-final-right .ear-final-text {
    text-align: right;
}

.ear-final-point-title {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.ear-final-point-content {
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    padding: 10px 30px;
    border: 1px solid #D3D3D3;
    background: rgba(255, 255, 255, 0.8);
    max-width: 700px;
}

.ear-final-left .ear-final-point-content {
    margin-left: 0;
}

.ear-final-right .ear-final-point-content {
    margin-left: auto;
}

@media (max-width: 1200px) {
    .ear-final-content {
        gap: 80px;
    }

    .ear-final-item {
        gap: 60px;
    }

    .ear-final-image {
        flex: 0 0 300px;
    }
}

@media (max-width: 768px) {
    .ear-final-section {
        padding: 80px 0;
    }

    .ear-final-container {
        padding: 0 20px;
    }

    .ear-final-header {
        margin-bottom: 60px;
    }

    .ear-final-subtitle {
        font-size: 16px;
    }

    .ear-final-title {
        font-size: 24px;
    }

    .ear-final-content {
        gap: 60px;
    }

    .ear-final-item {
        flex-direction: column !important;
        gap: 30px;
        text-align: center;
    }

    .ear-final-text {
        text-align: center !important;
    }

    .ear-final-image {
        flex: none;
        width: 100%;
        max-width: 350px;
    }

    .ear-final-point-title {
        font-size: 20px;
    }

    .ear-final-point-content {
        font-size: 14px;
        padding: 25px;
    }
}