@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    position: relative;
    overflow-x: hidden;
}


.hero-section {
    width: 100%;
    height: 300vh;
    background: url('img/mainBg.png') center center / cover no-repeat;
    background-attachment: fixed;
    overflow-x: clip;
    position: relative;
    z-index: 999;
}


.hero-sticky-container {
    width: 100%;
    height: 100vh;
    position: sticky; 
    top: 0; 
    margin: 0 auto;
    /* overflow: hidden; */
}

/* 네비게이션 */
.nav-container {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.nav {
    background: url('img/header.png') center / contain no-repeat;
    background-size: 100% 100%;
    padding: 15px 80px;
    min-width: 1150px;
}

.nav ul {
    list-style: none;
    display: flex;
    gap: 180px;
    margin: 0;
}

.nav li {
    color: white;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.3s;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.nav li:hover {
    opacity: 0.8;
}

/* 매달린 조명 */
.hanging-lights {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    pointer-events: none;
    z-index: 60;
}

.light-left {
    position: absolute;
    top: 0;
    left: 12%;
    width: 234px;
    height: 200px;
    background: url('img/light.png') center top / contain no-repeat;
}

.light-right {
    position: absolute;
    top: 0;
    right: 15%;
    width: 234px;
    height: 200px;
    background: url('img/light.png') center top / contain no-repeat;
}

/* 식물 장식 */
.plants {
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 800px;
    pointer-events: none;
}

/* .plant-left1 {
    position: absolute;
    bottom: 5%;
    width: 350px;
    height: 100%;
    background: url('img/treeLeft1.png') center bottom / contain no-repeat;
    z-index: 30;
}

.plant-left2 {
    position: absolute;
    bottom: -48%;
    width: 167px;
    height: 568px;
    background: url('img/treeLeft2.png') center bottom / contain no-repeat;
    z-index: 1000;
}

.plant-right1 {
    position: absolute;
    bottom: -1%;
    right: 0;
    width: 302px;
    height: 347px;
    background: url('img/treeRight1.png') center bottom / contain no-repeat;
    z-index: 30;
}

.plant-right2 {
    position: absolute;
    bottom: -38%;
    right: 0;
    width: 240px;
    height: 460px;
    background: url('img/treeRight2.png') center bottom / contain no-repeat;
    z-index: 1000;
} */

/* 중앙 로고 영역 */
.center-logo-area {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 50;
}

.logo {
    width: 450px;
    height: 140px;
    background: url('img/amio_logo.png') center / contain no-repeat;
    margin-bottom: 10px;
}

.subtitle-img {
    width: 380px;
    height: 80px;
    background: url('img/바른먹거리\ 풀무원\ 아미오.png') center / contain no-repeat;
    margin: 0 auto;
}

/* 메인 캐릭터들 컨테이너 */
.main-characters {
    position: relative;
    width: 100%;
    height: 100%;
}

.box {
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease-out;
}

.character-box {
    width: 500px;
    height: 500px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}


.dog-box {
    width: 500px;
    height: 500px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 95;
}


.cat-box {
    width: 500px;
    height: 500px;
    left: 20%;
    transform: translateX(-50%);
    z-index: 90;
}

/* 각 박스 내부 캐릭터 요소들 */
.character {
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 630px;
    background: url('img/staff.png') center / contain no-repeat;
}

.dog-area {
    position: absolute;
    bottom: 25%;
    left: 22%;
    transform: translateX(-50%);
    width: 300px;
    height: 200px;
    background: url('img/happypuppySet.png') center bottom / contain no-repeat;
}

.cat-tower {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 520px;
    height: 630px;
    background: url('img/고양이타워.png') center bottom / contain no-repeat;
}

/* 말풍선 */
.speech-bubble-container {
    position: absolute;
    top: -10%;
    right: -40%;
    width: 340px;
    height: 140px;
    transition: all 0.5s ease-out;
}

.speech-bubble-bg {
    position: absolute;
    width: 380px;
    height: 165px;
    background: url('img/말풍선1.png') center / contain no-repeat;
}

.speech-bubble-text {
    position: absolute;
    top: 20%;
    left: 27%;
    width: 75%;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    color: #468402;
    text-align: left;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

/* 포커스 이미지들 */
.focus-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.character-focus-image,
.dog-focus-image,
.cat-focus-image {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(30px) scale(1);
    width: 882px;
    height: 464px;
    opacity: 0;
    transition: all 0.7s ease;
}

.character-focus-image img,
.dog-focus-image img,
.cat-focus-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 메인 테이블 */
.main-table {
    position: absolute;
    bottom: -300px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1920px;
    height: 832px;
    background: url('img/mainTable2.png') center bottom / contain no-repeat;
    z-index: 999; 
}

/* ================================================= */

/* 대표메뉴 가로스크롤 */
.best-menu {
    position: relative;
    /* background: #f8f9fa; */
    padding-top: 100px;
    z-index: 30;
    background-image: url('img/bg\ copy.png');
}

/* 강아지 메뉴 섹션 */
.dog-menu {
    position: relative;
    margin-bottom: 400px;
    margin-top: 300px;
}

.dog-scroll-menu {
    position: absolute;
    top: -20px;
    left: 200px;
    z-index: 20;
}

.dog-scroll-menu h2 {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
    font-family: "Jua", sans-serif;
    font-weight: 600;
    font-size: 60px;
    font-style: normal;
}

.dog-scroll-menu img {
    height: 60px;
    width: auto;
}

/* 제품 이미지 스크롤 컨테이너 */
.dog-images-scroll {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 60px 0 20px 0;
    margin: 0 auto;
    max-width: 1550px;
    top: 80px;
    z-index: 15;
    
    /* 스크롤바 스타일링 */
    scrollbar-width: thin;
    scrollbar-color: #7CB342 transparent;
}

.dog-images-scroll::-webkit-scrollbar {
    height: 8px;
}

.dog-images-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.dog-images-scroll::-webkit-scrollbar-thumb {
    background: #7CB342;
    border-radius: 4px;
}

.dog-images-scroll::-webkit-scrollbar-thumb:hover {
    background: #689F38;
}

/* 제품 이미지 아이템 */
.product-image-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 280px;
    text-align: center;
    position: relative;
}

.product-image-item:last-child {
    margin-right: 0;
}

.product-image-item img {
    width: 180px;
    height: 240px;
    object-fit: contain;
}

/* 제품 정보 스크롤 컨테이너 */
.dog-info-scroll {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0 auto;
    max-width: 1550px;
    top: 120px;
    z-index: 25;
    
    /* 스크롤바 숨김 */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.dog-info-scroll::-webkit-scrollbar {
    display: none;
}

/* 제품 정보 아이템 */
.product-info-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin-right: 40px;
    width: 280px;
    text-align: left;
    position: relative;
    border-radius: 10px;
}

.product-info-item:last-child {
    margin-right: 0;
}

.product-info-item img:first-child {
    height: 25px;
    margin-bottom: 8px;
}

.product-info-item p {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    font-weight: 800;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

.product-info-item img:last-child {
    height: 20px;
    margin-top: 8px;
}

/* 테이블 배경 이미지 */
.menu-table-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1920px;
    height: 222px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 8;
}

.dog-menu .menu-table-bg {
    background-image: url('img/대표메뉴테이블.png');
    top: 75%;
}

/* 고양이 메뉴 섹션 */
.cat-menu {
    position: relative;
    margin-bottom: 0px;
}

.cat-scroll-menu {
    position: absolute;
    top: -20px;
    left: 200px;
    z-index: 20;
}

.cat-scroll-menu h2 {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
    font-family: "Jua", sans-serif;
    font-weight: 600;
    font-size: 60px;
    font-style: normal;
}

.cat-scroll-menu img {
    height: 60px;
    width: auto;
}

/* 고양이 제품 이미지 스크롤 컨테이너 */
.cat-images-scroll {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 60px 0 20px 0;
    margin: 0 auto;
    max-width: 1550px;
    top: 80px;
    z-index: 15;
    
    /* 스크롤바 스타일링 */
    scrollbar-width: thin;
    scrollbar-color: #7CB342 transparent;
}

.cat-images-scroll::-webkit-scrollbar {
    height: 8px;
}

.cat-images-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.cat-images-scroll::-webkit-scrollbar-thumb {
    background: #7CB342;
    border-radius: 4px;
}

.cat-images-scroll::-webkit-scrollbar-thumb:hover {
    background: #689F38;
}

/* 고양이 제품 정보 스크롤 컨테이너 */
.cat-info-scroll {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0 auto;
    max-width: 1550px;
    top: 120px;
    z-index: 25;
    
    /* 스크롤바 숨김 */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cat-info-scroll::-webkit-scrollbar {
    display: none;
}

.cat-menu .menu-table-bg {
    background-image: url('img/대표메뉴테이블.png');
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1920px;
    height: 222px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 8;
    top: 72%;
}

.dog-images-scroll,
.cat-images-scroll {
    transform: translateY(-10px);
}

/* Swiper 통합 스타일 */
.dog-images-scroll.swiper,
.cat-images-scroll.swiper {
    position: relative !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    padding: 60px 0 20px 0 !important;
    margin: 0 auto !important;
    max-width: 1550px !important;
    top: 80px !important;
    z-index: 15 !important;
    width: auto !important;
    height: auto !important;
    max-width: 1920px !important;
    margin-left: 185px !important;
}

.dog-images-scroll .swiper-scrollbar,
.cat-images-scroll .swiper-scrollbar {
    background: transparent !important;
    height: 8px !important;
    border-radius: 4px !important;
}

.dog-images-scroll .swiper-scrollbar-drag,
.cat-images-scroll .swiper-scrollbar-drag {
    background: #7CB342 !important;
    border-radius: 4px !important;
    cursor: grab !important;
}

.dog-images-scroll .swiper-scrollbar-drag:hover,
.cat-images-scroll .swiper-scrollbar-drag:hover {
    background: #689F38 !important;
}

.dog-images-scroll .swiper-wrapper,
.cat-images-scroll .swiper-wrapper {
    display: flex !important;
    align-items: flex-start !important;
    width: auto !important;
    height: auto !important;
    white-space: nowrap !important;
}

.swiper-slide.product-image-item {
    width: auto !important;
    height: auto !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    margin-right: 40px !important;
    width: 280px !important;
    text-align: center !important;
    position: relative !important;
}

.swiper-slide.product-image-item:last-child {
    margin-right: 0 !important;
}

.swiper-slide.product-image-item img {
    width: 180px !important;
    height: 240px !important;
    object-fit: contain !important;
    pointer-events: none;
}

.dog-info-scroll.swiper,
.cat-info-scroll.swiper {
    position: relative !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    padding: 0 !important;
    margin-left: 185px;
    margin-right: 0;
    max-width: 1716px ;
    top: 120px !important;
    z-index: 25 !important;
    width: auto !important;
    height: auto !important;
}

.dog-info-scroll .swiper-wrapper,
.cat-info-scroll .swiper-wrapper {
    display: flex !important;
    align-items: flex-start !important;
    white-space: nowrap !important;
}

.swiper-slide.product-info-item {
    width: auto !important;
    height: auto !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    margin-right: 40px !important;
    width: 280px !important;
    text-align: left !important;
    position: relative !important;
    left: 5%;
    border-radius: 10px !important;
}

.swiper-horizontal>.swiper-scrollbar, 
.swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 1550px !important;
}


/* 통합된 제품 스와이퍼 */
.dog-products-scroll.swiper,
.cat-products-scroll.swiper {
    position: relative !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    padding: 60px 0 20px 0 !important;
    margin: 0 auto !important;
    /* max-width: 1550px !important; */
    top: 100px !important;
    z-index: 15 !important;
    width: auto !important;
    height: auto !important;
    margin-left: 185px !important;
}

/* 통합된 제품 아이템 */
.swiper-slide.product-combined-item {
    width: 280px !important;
    height: auto !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    margin-right: 40px !important;
    text-align: center !important;
    position: relative !important;
}

/* 제품 이미지 영역 */
.product-combined-item .product-image {
    margin-bottom: 60px; /* 이미지와 정보 사이 간격 */
}

.product-combined-item .product-image img {
    width: 180px !important;
    height: 240px !important;
    object-fit: contain !important;
}

/* 제품 정보 영역 */
.product-combined-item .product-info {
    text-align: left;
    padding: 0 20px; /* 좌우 여백 */
    padding-left: 52px;
}

.product-combined-item .product-info img:first-child {
    height: 25px;
    margin-bottom: 8px;
}

.product-combined-item .product-info p {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    font-weight: 800;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
    margin: 8px 0;
}

.product-combined-item .product-info img:last-child {
    height: 20px;
    margin-top: 8px;
}

/* 스크롤바 스타일 */
.dog-products-scroll .swiper-scrollbar {
    background: transparent !important;
    height: 8px !important;
    border-radius: 4px !important;
    bottom: 32% !important;
}

.cat-products-scroll .swiper-scrollbar{
    background: transparent !important;
    height: 8px !important;
    border-radius: 4px !important;
    bottom: 35% !important;
}

.dog-products-scroll .swiper-scrollbar-drag,
.cat-products-scroll .swiper-scrollbar-drag {
    background: #7CB342 !important;
    border-radius: 4px !important;
    cursor: grab !important;
}

.dog-products-scroll .swiper-scrollbar-drag:hover,
.cat-products-scroll .swiper-scrollbar-drag:hover {
    background: #689F38 !important;
}

/* 클릭 이벤트 */
.click-recommend {
    position: relative;
    background-repeat: no-repeat;
    min-height: 200px;
}

.click-recommend img {
    position: relative;
    display: block;
}

.bubble-container {
    position: absolute;
    top: 22%;
    right: 20%;
    width: 340px;
    height: 140px;
}

.bubble-bg {
    position: absolute;
    width: 380px;
    height: 165px;
    background: url('img/말풍선1.png') center / contain no-repeat;
}

.bubble-text {
    position: absolute;
    top: 35%;
    left: 27%;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    color: #468402;
    text-align: left;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

/*  클릭버튼  */
.click-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.circle-button {
    position: absolute;
    width: 24px;
    height: 24px;
    
    &:before {
        content: '';
        position: relative;
        display: block;
        width: 300%;
        height: 300%;
        box-sizing: border-box;
        margin-left: -100%;
        margin-top: -100%;
        border-radius: 45px;
        background-color: #50a500;
        animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }
  
    &:after {
        content: '';
        position: absolute;
        left: 0; 
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border:1px solid #50a500;
        border-radius: 15px;
        animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
    }
}
.circle-button:hover {
    border-radius: 45px;
    background: #50a500;
}
.circle-button:hover:after {
    background-color: #50a500;
}

@keyframes pulse-ring {
  0% {
    transform: scale(.2);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.95);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.95);
  }
}

.circle-button:nth-child(1) { top: 35.8%; left: 24%; }
.circle-button:nth-child(2) { top: 35.8%; left: 29.7%; }
.circle-button:nth-child(3) { top: 35.8%; left: 36%; }
.circle-button:nth-child(4) { top: 35.8%; left: 41.9%; }
.circle-button:nth-child(5) { top: 40.9%; left: 28%; }
.circle-button:nth-child(6) { top: 40.9%; left: 39.3%; }

.click-recommend-img {
    position: absolute;
    top: 36.5%;
    right: 23%;
    width: 180px;
    height: 180px;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 25;
}

.click-recommend-img.show {
    opacity: 1;
}

.click-recommend-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 아미오 SNS */
.amio-sns {
    transform: translateY(-200px);
    position: relative;
}

.amio-sns-social {
    display: inline-block;
    margin-left: 400px;
    margin-bottom: 10px;
    font-family: "Jua", sans-serif;
    font-weight: 600;
    font-size: 40px;
    font-style: normal;
    transform: translateY(-750px);
    color: #17730B;
}
.amio-sns-social P {
    display: inline-block;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
    font-weight: 500;
    font-size: 25px;
    font-style: normal;
    transform: translateY(50px);
    color: #468402;
}

.sns-img1{
    position: absolute;
    transform: translateY(-680px);
    margin-left: 400px;
    z-index: 10;
}
.sns-img1 li {
    display: inline-block;
    margin-left: 40px;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
    font-weight: 600;
    font-size: 25px;
    font-style: normal;
    transform: translateY(-54px);
    z-index: 15;
    display: flex;
    flex-direction: row;
    list-style: none;
}

.sns-img1 li a {
    text-decoration: none;
    color: #17730B;
}

.sns-img2{
    position: absolute;
    transform: translateY(-750px);
    margin-left: 660px;
    z-index: 5;
}

.sns-img-1 {
    position: absolute;
    top: 20%;
    right: 27.5%;
    z-index: 10;
}
.sns-img-1 li{
    display: inline-block;
    margin-left: 55px;
    font-family: "Jua", sans-serif;    font-weight: 600;
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    transform: translateY(-80px);
    z-index: 15;
    display: flex;
    flex-direction: row;
    list-style: none;
}
.sns-img-1 li a{
    text-decoration: none;
    color: #fff;
}
.sns-img-1:hover {
    transform: translateY(-5px); 
    transition: all 0.3s ease;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
}

.sns-img-2 {
    position: absolute;
    top: 39.5%;
    right: 40%;
    z-index: 10;
}
.sns-img-2 li{
    display: inline-block;
    margin-left: 60px;
    font-family: "Jua", sans-serif;    font-weight: 600;
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    transform: translateY(-80px);
    z-index: 15;
    display: flex;
    flex-direction: row;
    list-style: none;
}
.sns-img-2 li a{
    text-decoration: none;
    color: #fff;
}
.sns-img-2:hover {
    transform: translateY(-5px); 
    transition: all 0.3s ease;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
}

.sns-img-3 {
    position: absolute;
    top: 37%;
    right: 19%;
    z-index: 10;
}
.sns-img-3 li{
    display: inline-block;
    margin-left: 75px;
    font-family: "Jua", sans-serif;    font-weight: 600;
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    transform: translateY(-80px);
    z-index: 15;
    display: flex;
    flex-direction: row;
    list-style: none;
}
.sns-img-3 li a{
    text-decoration: none;
    color: #fff;
}
.sns-img-3:hover {
    transform: translateY(-5px); 
    transition: all 0.3s ease;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
}

/* ==================================== footer ==================================== */

.footer {
    transform: translateY(-380px);
    position: relative;
    height: auto;
}

.footer::before {
    content: '';
    position: absolute;
    top: -220px;
    left: 0;
    width: 100%;
    height: calc(100%);
    height: 1860px;
    background: url('img/footerbgbg.png') center top / 100% auto no-repeat;
    z-index: -1;
}

.center-area2 {
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    transition: all 1s ease-out;
    top: 5%;
}

.character-container2 {
    position: relative;
    transition: all 1s ease-out;
}

.character2 {
    position: absolute;
    top: 1vw;
    width: 400px;
    height: 630px;
    background: url('img/staff.png') center / contain no-repeat;
    margin: 0 auto;
    transition: all 1s ease-out;
    transform-origin: center bottom;
}

.speech-bubble-container2 {
    top: -60px;
    right: -280px;
    width: 380px;
    height: 140px;
    transition: all 0.5s ease-out;
}

.speech-bubble-bg2 {
    position: absolute;
    top: -25%;
    left: 80%;
    width: 380px;
    height: 166px;
    background: url('img/말풍선99.png') center / contain no-repeat;
}

.speech-bubble-text2 {
    position: absolute;
    top: 35%;
    left: 137%;
    transform: translate(-50%, -50%);
    width: 75%;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.main-table2 {
    position: absolute;
    top: -200%;
    width: 100%;
    height: 1920px;
    background: url('img/Group\ 48.png') center bottom / contain no-repeat;
    z-index: 30;
}

.footer-info {
    position: absolute;
    z-index: 50;
    width: 100%;
    top: 760%;
}

.footer-info ul {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin: 25px 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.footer-social {
    display: flex;
    position: absolute;
    z-index: 50;
    width: 100%;
    top: 850%;
    justify-content: center;
}

.footer-social ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
  
.footer-info a,
.footer-social a {
    text-decoration: none;
    color: #ffff;
    font-size: 20px;
    transition: color 0.3s ease;
}

.footer-info li a {
    position: relative;
    padding-bottom: 5px;
}

.footer-end {
    position: absolute;
    z-index: 50;
    width: 100%;
    top: 990%;
    align-self: flex-start;
    color: #ffff;
    font-size: 20px;
    line-height: 2;
}

/* === 리뷰 카드 원형 배치 스타일 === */
.review-card-swiper {
    position: absolute !important;
    top: -10vw;
    left: 50% !important;
    transform: translateX(-50%) translateY(25vw) !important;
    width: 100% !important;
    height: 560px !important;
    z-index: 50 !important;
    overflow: hidden !important;
    padding: 0 50px !important;
}

.circular-cards-container {
    position: relative;
    width: 1200px;
    height: 1200px;
    margin: 0 auto;
    top: 35%;
    transform: none;
}

.card-container {
    top: 0%;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    cursor: grab;
}

.card-container:active {
    cursor: grabbing;
}

.review-card {
    position: absolute;
    width: 261px;
    height: 325px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform-origin: center;
}

.review-card.visible {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10;
}

.review-card.center-card {
    z-index: 50 !important;
    transform-origin: center;
}

.review-card:hover {
    z-index: 15;
    /* transform: scale(1.1); */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.review-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes dealReviewCard {
    0% {
        transform: translate(-50%, -50%) scale(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2) rotate(180deg);
        opacity: 0.8;
    }
    100% {
        opacity: 0.3;
    }
}

.review-card.dealing {
    animation: dealReviewCard 0.8s ease-out forwards;
    pointer-events: none;
}