main{
    width: 100%;
}


.hero-image-modern{
    width: calc(100% - 504px);
}
.topSec{
    position: relative;
    top: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 847px;
    padding-top: 99px;
    overflow: hidden;
}
.mainTitle{
    position: relative;
    z-index: 10;
    width: 70%;
    max-width: 850px;
    animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.mainTitle img{
    width: 100%;
}
.topSec a{
    display: block;
    width: 266px;
    transition: all .2s;
}
.topSec a .mbSvg{
    display: none;
}
.topSec .fill{
    fill: var(--purple-500);
    transition: all .2s;
}
.topSec a:hover .fill{
    fill: var(--purple-700);
}
.topSec a:hover{
    transform: rotate(7deg);
}

@keyframes scale-out-center {
    0% {
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

@media all and (max-width : 1024px){
    .topSec{
        height: 435px;
        padding-top: 99px;
    }
    .mainTitle{
        max-width: 346px;
        width: 100%;
        /* 마지막 여기 조절 */
        /* padding: 0 22px; */
    }
    .topSec a{
        width: 135px;
        margin-top: 20px;
    }
    .topSec a .pcSvg{
        display: none;
    }
    .topSec a .mbSvg{
        display: block;
    }
}

  
.dot{
    position: absolute;
    top: 202px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 645px;
}
.dot img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb{
    position: fixed;
    z-index: 5;
}
.thumb1{
    left: 0;
}
.thumb2{
    left: 0;
    bottom: 38%;
}
.thumb3{
    right: 0;
}
.thumb4{
    right: 0;
    bottom: 37%;
}
.thumb.off{
    position: absolute;
    animation: fadeOut 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.thumb.off{
    position: absolute;
    animation: fadeOut 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.thumb.off .thumb2{
    bottom: 160px;
}
.thumb.off .thumb4{
    bottom: 118px;
}

@keyframes fadeOut {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}


@media all and (max-width : 1024px){
    .dot{
        top: 157px;
        height: 322.5px;
    }
    .thumb{
        position: fixed;
        z-index: 99;
        width: 130px;
    }
    .thumb img{
        width: 100%;
    }
    .thumb1{
        top: 80px;
    }
    .thumb2{
	    left: -10px;
	    bottom: 70%;
    }
    .thumb3{
        top: 80px;
    }
    .thumb4{
		right: -17px;
	    bottom: 70%;
    }
    .thumb.off{
        position: absolute;
        animation: fadeOut 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }
    .thumb.off .thumb2{
        bottom: 160px;
    }
    .thumb.off .thumb4{
        bottom: 118px;
    }
}
@media all and (max-width : 430px){
    .thumb2{
	    bottom: 55%;
    }
    .thumb4{
	    bottom: 55%;
    }
}
@media all and (max-width : 390px){
    .thumb2{
	    bottom: 50%;
    }
    .thumb4{
	    bottom: 50%;
    }
}
@media all and (max-width : 375px){
    .thumb2{
	    bottom: 41%;
    }
    .thumb4{
	    bottom: 41%;
    }
}

.centerSec{
    position: relative;
    width: 100%;
}
.video{
    position: relative;
    /* z-index: 10; */
    max-width: 1430px;
    display: block;
    width: 100%;
    height: 804px;
    margin: 0 auto;
    /* padding: 0 245px; */
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
}
.video video{
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoHover{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 16px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all .2s;
}
.videoHover p{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
}
.videoHover span{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
}
.video:hover .videoHover{
    opacity: 1;
}
.videoBack{
    position: absolute;
    left: 0;
    top: 119px;
    z-index: -1;
    width: 100%;
    height: 1080px;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--mint-primary) 0%, var(--mint-dark) 50%, var(--purple-700) 100%);
    background-image: url(/front_img/dot2.png);
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: contain;
}

.subTitles{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    max-width: 1430px;
    margin: 0 auto;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%; /* 50px */
    letter-spacing: -2.5px;
}
.subTitles span{
    position: relative;
    display: block;
    padding: 8px;
    width: fit-content;
    color: var(--purple-500);
}
.subTitles span::after{
    content: "";
    display:inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 66px;
    background-color: var(--green-500);
}
.subTitles.eng span::after{
    height: 120px;
}

@media all and (max-width : 1024px){
    .centerSec{
        position: relative;
        width: 100%;
        margin-top: 24px;
    }
    .video{
        position: relative;
        /* z-index: 10; */
        max-width: 1430px;
        display: block;
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        padding: 0 17px;
    }
    .videoBack{
        position: absolute;
        left: 0;
        top: 119px;
        z-index: -1;
        width: 100%;
        height: 354px;
        border-radius: 12px;
        background-color: var(--purple-500);
        background-image: url(/front_img/dot2.png);
        background-repeat: no-repeat;
        background-position: center 100%;
        background-size: contain;
    }
    .subTitles{
        row-gap: 4px;
        padding: 0 17px;
        font-size: 20px;
        letter-spacing: -1px;
    }
    .subTitles span::after{
        height: 36px;
    }
	.subTitles.eng span::after{
	    height: 57px;
	}
}

.intro{
    position: relative;
    width: 100%;
    margin-top: 32px;
}
.introContent{
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    width: 100%;
    max-width: 1920px;
    margin: 94px auto 0;
    padding: 0 100px;
}
.introContent li{
    position: relative;
    width: calc(100% / 3);
    height: 406px;
    padding: 46px;
    border-radius: 24px;
    border: 2px solid var(--mint-light);
    background: linear-gradient(135deg, var(--purple-900) 0%, var(--mint-dark) 100%);
}
.introContent li:nth-child(2){
    background: linear-gradient(135deg, #817658 0%, #f4ede5 100%);
}
.introContent li:nth-child(3){
    background: linear-gradient(135deg, var(--mint-dark) 0%, var(--mint-primary) 100%);
}
.introContent .topText{
    display: flex;
    align-items: flex-end;
    column-gap: 8px;
}
.introContent .topText p{
    color: var(--accent-peach);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
}
.introContent li p.mbText{
	display: none;
}
.introContent .topText span{
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: -1px;
}
.introContent li > p{
    position: relative;
    z-index: 10;
    padding-top: 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: -0.9px;
}
.introContent li img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 65%;
    max-width: 348px;
}
.dot3{
    position: absolute;
    top: 360px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 645px;
}
.dot3 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media all and (max-width : 1024px){
    .intro{
        margin-top: 40px;
    }
    .introContent{
        flex-direction: column;
        justify-content: unset;
        row-gap: 8px;
        width: 100%;
        max-width: 1920px;
        margin: 27px auto 0;
        padding: 0 17px;
    }
    .introContent li{
        width: 100%;
        height: 203px;
        padding: 21px;
        border-radius: 12px;
        border: 1px solid var(--purple-100);
    }
    .introContent .topText{
        column-gap: 4px;
    }
    .introContent .topText p{
        font-size: 20px;
        letter-spacing: -1px;
    }
    .introContent .topText span{
        font-size: 10px;
        letter-spacing: -0.5px;
    }
    .introContent li > p{
        padding-top: 8px;
        font-size: 16px;
        letter-spacing: -0.8px;
    }
	.introContent li p.pcText{
		display: none;
	}
	.introContent li p.mbText{
		display: block;
	}
    .introContent li img{
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 5;
        width: 65%;
        max-width: 174px;
    }
    .dot3{
        top: 0;
        height: 322.5px;
    }
}

.amb{
    width: 100%;
    margin-top: 128px;
}
.subTitles.ambTitles{
    display: flex;
    align-items: flex-end;
    text-align: right;
}
.subTitles.ambTitles p{
    line-height: 130%;
}
.ambContents{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 8px;
}
.ambContents > img.centerImg{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1140px;
}
.ambContents > img.ambText{
    position: absolute;
    /* left: 50%; */
    bottom: 81px;
    z-index: 3;
    width: 80%;
    max-width: 1555px;
    transform: translateZ(0) scale(1) translateX(-50%);
}
.ambContents > img.shText{
    position: absolute;
    /* left: 50%; */
    bottom: 347px;
    z-index: 1;
    width: 90%;
    max-width: 1864px;
    transform: translateZ(0) scale(1) translateX(-50%);
}
.ambBack{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 578px;
    background: linear-gradient(180deg, var(--beige-light) 0%, var(--mint-medium) 50%, var(--mint-primary) 100%);
    background-image: url(/front_img/dot2.png);
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: cover;
}

@media all and (max-width : 1024px){
    .amb{
        margin-top: 40px;
    }
    .subTitles.ambTitles{
        align-items: flex-start;
        text-align: left;
    }
    .ambContents{
        padding-top: 0;
        padding: 0 52px;
    }
    .ambContents > img.centerImg{
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 1140px;
    }
    .ambContents > img.ambText{
        bottom: 24.5px;
        width: 100%;
    }
    .ambContents > img.shText{
        bottom: 190px;
        width: 120%;
    }
    .ambBack{
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        height: 300px;
    }
}
@media all and (max-width : 500px){
    .ambContents > img.shText{
        bottom: 100px;
        width: 120%;
    }
    .ambBack{
        height: 160px;
    }
}


.highlight{
    width: 100%;
    margin: 80px 0 150px 0;
}
.subTitles.highTitles{
    align-items: center;
    margin-bottom: 38px;
}
.swiper-wrapper{
	height: fit-content !important; 
}
.swiper-container:not(:last-of-type){
    margin-bottom: 30px;
}
.swiper-slide{
    border-radius: 24px;
    overflow: hidden;
}
.swiper-slide a{
    display: block;
    width: 100%;
    height: 600px;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

@media all and (max-width : 1024px){
    .highlight{
        margin: 39.7px 0 150px 0;
    }
    .subTitles.highTitles{
        align-items: flex-start;
        margin-bottom: 12px;
    }
    .swiper-container:not(:last-of-type){
        margin-bottom: 8px;
    }
    .swiper-slide{
        overflow: hidden;
    }
    .swiper-slide a{
        display: block;
        width: 100%;
    }
    .swiper-slide img{
        width: 100%;
        border-radius: 12px;
    }
}

@media all and (max-width : 768px){
    .popup-container {
        max-width: 300px;
    }
    .swiper-slide a{
        display: block;
        width: 100%;
        height: 300px;
    }
    .swiper-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }
}



















.videoModal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.iframeContainer {
    position: relative;
    width: 70%;
    height: 0;
    padding-top: 38.25%;
}
.iframeContainer iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}

/* ===================================
   트렌디 모던 디자인 스타일
   =================================== */

/* 커스텀 커서 */
.custom-cursor {
    width: 10px;
    height: 10px;
    border: 2px solid var(--mint-primary);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 1;
}

.custom-cursor.cursor-hover {
    transform: scale(1.5);
    border-color: var(--mint-dark);
}

.cursor-follower {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(129, 118, 88, 0.3);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9998;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}

.cursor-follower.follower-hover {
    transform: scale(1.5);
    border-color: rgba(129, 118, 88, 0.8);
    background: rgba(129, 118, 88, 0.2);
}

/* 섹션 번호 */
.section-number {
    position: absolute;
    left: 40px;
    top: 120px;
    font-size: 140px;
    font-weight: 800;
    color: rgba(129, 118, 88, 0.15);
    font-family: var(--fn-opensans);
    line-height: 1;
    z-index: 0;
    user-select: none;
}

/* 어두운 배경의 섹션 번호는 더 밝게 */
.coach-section .section-number,
.specialize-section .section-number {
    color: rgba(255, 255, 255, 0.1);
}

/* 모던 메인 컨테이너 */
.modern-main {
    position: relative;
    overflow-x: hidden;
}

/* Wellness Theme Styles */
.wellness-main {
    background-color: var(--cream-bg);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--mint-light) 0%, var(--beige-light) 50%, var(--light-cream) 100%);
}

.hero-container {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
    align-items: center;
}

.hero-content {
    padding-right: 40px;
}

.hero-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 140%;
    color: var(--mint-dark);
    margin-bottom: 24px;
}

.hero-title span {
    color: var(--text-light);
    font-style: italic;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 18px;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 32px;
}

.hero-image .image-circle {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 500px;
    height: 500px;
    background-color: var(--beige-warm);
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Button Styles */
.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: var(--mint-primary);
    color: #fff;
}

.btn-primary:hover {
    background-color: var(--mint-dark);
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: var(--beige-warm);
    color: #fff;
}

.btn-secondary:hover {
    background-color: var(--beige-medium);
    transform: translateY(-2px);
}

/* Coach Section */
.coach-section {
    padding: 100px 0;
    background-color: var(--mint-dark);
}


.coach-image img {
    width: 100%;
    border-radius: 20px;
}

.coach-content {
    color: #fff;
}

.section-label {
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--beige-light);
    margin-bottom: 16px;
    font-weight: 500;
}

.coach-name {
    
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #fff;
}

.coach-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: rgba(255,255,255,0.9);
}

/* Get Started Section */
.get-started-section {
    padding: 100px 0;
    background-color: var(--cream-bg);
}

.get-started-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: var(--mint-dark);
    margin-bottom: 60px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.service-card {
    background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
    border-radius: 24px;
    padding: 40px 32px;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(129, 118, 88, 0.25);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--mint-dark), var(--mint-primary), var(--beige-light));
    opacity: 0;
    transition: opacity 0.3s ease;
}
.service-card:nth-child(2)::before {
    background: linear-gradient(90deg, var(--mint-primary), var(--mint-medium), var(--beige-light));
}
.service-card:nth-child(3)::before {
    background: linear-gradient(90deg, var(--beige-light), var(--mint-medium), var(--mint-dark));
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    border-color: var(--mint-primary);
}

.service-image {
    width: 100%;
    height: 250px;
    margin-bottom: 24px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--mint-light);
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--green-700);
    margin-bottom: 16px;
    line-height: 1.3;
}

.service-card p {
    height: 150px;
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 24px;
    min-height: 50px;
    overflow-y: auto;
}
.service-card p::-webkit-scrollbar {
    width: 8px;
}
.service-card p::-webkit-scrollbar-thumb {
    background-color: var(--mint-medium);
    border-radius: 50px;
    background-clip: padding-box;
    border: 2px solid transparent;
}

.service-card span {
    display: block;
    font-size: 14px;
    color: var(--mint-primary);
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 3px solid var(--mint-primary);
}

.service-link {
    color: var(--mint-primary);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.service-link:hover {
    color: var(--mint-dark);
    gap: 12px;
}

/* Specialize Section */
.specialize-section {
    padding: 100px 0;
    background-color: var(--mint-dark);
}

/* Specialize Section - 텍스트 색상 오버라이드 */
.specialize-section.modern-section .modern-content {
    color: #fff;
}

.specialize-section.modern-section .modern-title {
    color: #fff;
}

.specialize-section.modern-section .modern-description {
    color: rgba(255,255,255,0.9);
}

.specialize-section.modern-section .modern-list h4 {
    color: #fff;
}

.specialize-section.modern-section .modern-list p {
    color: rgba(255,255,255,0.8);
}

.specialize-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.specialize-image img {
    width: 100%;
    border-radius: 20px;
}

.specialize-title {
    
    font-size: 42px;
    font-weight: 600;
    color: var(--mint-dark);
    margin-bottom: 16px;
}

.specialize-title > span {
    font-weight: 800;
    font-style: italic;
}

.specialize-description {
    font-size: 18px;
    color: var(--text-light);
    margin-bottom: 40px;
    font-style: italic;
}

.specialize-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.specialize-list li {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.specialize-list .icon {
    font-size: 36px;
    flex-shrink: 0;
}

.specialize-list h4 {
    
    font-size: 20px;
    font-weight: 600;
    color: var(--mint-dark);
    margin-bottom: 8px;
}

.specialize-list p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
}

/* Mobile Responsive */
@media all and (max-width: 1024px) {
    .hero-container,
    .coach-container,
    .specialize-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .hero-image-modern {
        width: 100%;
    }

    .hero-content {
        padding-right: 0;
    }

    .hero-title {
        font-size: 30px;
    }

    .coach-name,
    .section-title {
        font-size: 36px;
    }

    .specialize-title {
        font-size: 32px;
    }

    .hero-image .image-circle {
        width: 100%;
        height: 400px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .wellness-main {
        padding-top: 60px;
    }

    .hero-section,
    .coach-section,
    .get-started-section,
    .specialize-section {
        padding: 60px 0;
    }
}

/* ===================================
   모던 디자인 추가 스타일
   =================================== */

/* 모던 히어로 섹션 */
.modern-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--cream-bg);
}

.modern-hero-title {
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--purple-500);
    margin-bottom: 32px;
    letter-spacing: -2px;
}

.highlight-text {
    color: #817658;
    position: relative;
    display: inline-block;
}

.highlight-text.high {
    color: #fff;
    font-style: italic;
}

.highlight-text.one {
    color: #612206;
}

.modern-hero-subtitle {
    font-size: 20px;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 400;
}

.modern-hero-subtitle span {
    font-weight: 800;
    font-style: italic;
}
.hero-meta {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--mint-primary);
    font-weight: 600;
    text-transform: uppercase;
}

/* 스크롤 인디케이터 */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.scroll-indicator span {
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--mint-primary);
    font-weight: 600;
}

.scroll-line {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, var(--mint-primary), transparent);
    position: relative;
}

.scroll-line.scroll-animate {
    animation: scrollMove 2s ease-in-out infinite;
}

/*@keyframes scrollMove {*/
/*    0%, 100% {*/
/*        height: 60px;*/
/*        opacity: 1;*/
/*    }*/
/*    50% {*/
/*        height: 30px;*/
/*        opacity: 0.5;*/
/*    }*/
/*}*/

/* 모던 이미지 */
.hero-image-modern,
.modern-image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.hero-image-modern img,
.modern-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-float {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.image-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.2) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.modern-image:hover .image-overlay-gradient {
    opacity: 1;
}

/* 모던 섹션 */
.modern-section {
    position: relative;
    padding: 140px 0;
}

.modern-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.coach-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.modern-content {
    color: #fff;
}

.modern-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: -2px;
}

.coach-content {
    margin-left: 150px;
}

.modern-description {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: rgba(255,255,255,0.9);
}

.italic-text {
    font-style: italic;
    color: rgba(255,255,255,0.8);
}

/* 모던 버튼 */
.modern-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: var(--mint-deep);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.modern-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}

.modern-btn:hover::before {
    left: 100%;
}

.modern-btn:hover {
    transform: translateX(8px);
    background: var(--purple-500);
}

.modern-btn svg {
    transition: transform 0.3s ease;
}

.modern-btn:hover svg {
    transform: translateX(4px);
}

/* 모던 카드 그리드 */
.modern-grid-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.modern-section-title {
    font-size: 80px;
    font-weight: 800;
    line-height: 0.9;
    color: var(--purple-700);
    margin-bottom: 80px;
    letter-spacing: -3px;
    display: flex;
    flex-direction: column;
}

.title-line {
    display: block;
}

.modern-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.modern-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(129, 118, 88, 0.2);
    cursor: pointer;
}

.modern-card:hover {
    border: 1px solid var(--mint-primary);
}

.card-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 72px;
    font-weight: 800;
    color: rgba(129, 118, 88, 0.12);
    font-family: var(--fn-opensans);
    line-height: 1;
}

.modern-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--purple-700);
    margin-bottom: 16px;
    line-height: 1.3;
}

.modern-card p  {
    height: 150px;
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 24px;
    min-height: 50px;
    overflow-y: auto;
}
.modern-card p::-webkit-scrollbar {
    width: 8px;
}
.modern-card p::-webkit-scrollbar-thumb {
    background-color: var(--mint-medium);
    border-radius: 50px;
    background-clip: padding-box;
    border: 2px solid transparent;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-meta .author {
    font-size: 14px;
    color: var(--mint-primary);
    font-weight: 600;
    padding-left: 12px;
    border-left: 3px solid var(--mint-primary);
}

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mint-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.card-link:hover {
    gap: 12px;
    color: var(--mint-dark);
}

.card-link svg {
    transition: transform 0.3s ease;
}

.card-link:hover svg {
    transform: translateX(4px);
}

/* 모던 리스트 */
.modern-list {
    list-style: none;
    padding: 0;
    margin-bottom: 48px;
}

.modern-list li {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.list-number {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    font-family: var(--fn-opensans);
    min-width: 40px;
}

.modern-list h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.modern-list p {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}

/* 모바일 반응형 */
@media all and (max-width: 1024px) {
    .section-number {
        font-size: 80px;
        left: 20px;
        top: 80px;
    }

    .modern-hero {
        padding: 120px 0 60px;
        min-height: auto;
    }

    .modern-hero-title {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .modern-hero-subtitle {
        font-size: 16px;
    }

    .hero-meta {
        font-size: 10px;
        gap: 12px;
    }

    .scroll-indicator {
        display: none;
    }

    .modern-section {
        padding: 80px 0;
    }

    .modern-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }


    .coach-content {
        margin-left: 0;
    }

    .modern-title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .modern-description {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .modern-btn {
        padding: 14px 28px;
        font-size: 14px;
    }

    .modern-section-title {
        font-size: 40px;
        margin-bottom: 40px;
        letter-spacing: -1.5px;
    }

    .modern-cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .modern-card {
        padding: 32px;
    }

    .card-number {
        font-size: 48px;
        top: 16px;
        right: 16px;
    }

    .modern-card h3 {
        font-size: 20px;
    }

    .modern-card p {
        font-size: 14px;
        min-height: auto;
    }

    .modern-list li {
        gap: 16px;
        margin-bottom: 24px;
    }

    .list-number {
        min-width: 32px;
        font-size: 12px;
    }

    .modern-list h4 {
        font-size: 18px;
    }

    .modern-list p {
        font-size: 14px;
    }

    /* 모바일에서 커서 효과 숨김 */
    .custom-cursor,
    .cursor-follower {
        display: none;
    }
}

/* ==========================================
   팝업 모달 스타일
   ========================================== */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    transform: scale(0.8) translateY(50px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.popup-overlay.active .popup-container {
    transform: scale(1) translateY(0);
}

/* 닫기 버튼 */
.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.popup-close:hover {
    background: #fff;
    transform: rotate(90deg);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.popup-close svg {
    color: #2d3748;
}

/* 스와이퍼 컨테이너 */
.popup-swiper {
    width: 100%;
    height: auto;
}

.popup-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.popup-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.popup-link:hover img {
    transform: scale(1.05);
}

/* 페이지네이션 */
.popup-pagination {
    position: relative;
    bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.popup-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cbd5e0;
    opacity: 1;
    transition: all 0.3s ease;
}

.popup-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px;
    background: var(--mint-primary);
}

/* 네비게이션 버튼 */
.popup-prev,
.popup-next {
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.popup-prev {
    left: 20px;
}

.popup-next {
    right: 20px;
}

.popup-prev:hover,
.popup-next:hover {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.popup-prev::after,
.popup-next::after {
    font-size: 20px;
    font-weight: 700;
    color: #2d3748;
}

/* 푸터 */
.popup-footer {
    padding: 20px 40px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.popup-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.popup-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #817658;
}

.popup-checkbox span {
    font-size: 14px;
    color: #4a5568;
    font-weight: 500;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
    .popup-container {
        width: 95%;
        max-width: 300px;
        border-radius: 20px;
    }

    .popup-close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }

    .popup-footer {
        padding: 16px 25px;
    }

    .popup-checkbox span {
        font-size: 13px;
    }

    .popup-prev,
    .popup-next {
        width: 36px;
        height: 36px;
    }

    .popup-prev {
        left: 10px;
    }

    .popup-next {
        right: 10px;
    }

    .popup-prev::after,
    .popup-next::after {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .popup-container {
        width: 95%;
        border-radius: 15px;
    }

    .popup-close {
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
    }

    .popup-footer {
        padding: 14px 20px;
    }

    .popup-checkbox input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .popup-checkbox span {
        font-size: 12px;
    }

    .popup-prev,
    .popup-next {
        width: 32px;
        height: 32px;
    }

    .popup-prev {
        left: 8px;
    }

    .popup-next {
        right: 8px;
    }
}

/* ==========================================
   PT 요금안내 섹션
   ========================================== */

.pricing-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--beige-light) 0%, var(--cream-bg) 50%, var(--mint-light) 100%);
    position: relative;
    overflow: hidden;
}

.pricing-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.pricing-title {
    font-size: 64px;
    font-weight: 800;
    text-align: center;
    color: var(--purple-700);
    margin-bottom: 16px;
    letter-spacing: -2px;
}

.pricing-subtitle {
    font-size: 18px;
    text-align: center;
    color: var(--text-light);
    margin-bottom: 60px;
    font-weight: 500;
}

.pricing-tables {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.pricing-table {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.pricing-table:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: var(--mint-primary);
}

.pricing-header {
    background: linear-gradient(135deg, var(--mint-dark) 0%, var(--mint-primary) 100%);
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pricing-header h3 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.pricing-header p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.pricing-body {
    padding: 40px;
}
.pricing-body > span{
    display: block;
    margin-top: 12px;
    font-weight: 700;
}

.price-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    margin-bottom: 12px;
    border-radius: 16px;
    background: var(--beige-light);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.price-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--mint-primary);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.price-item:hover {
    background: linear-gradient(135deg, var(--mint-light) 0%, var(--beige-light) 100%);
    transform: translateX(8px);
}

.price-item:hover::before {
    transform: scaleY(1);
}

.price-item.recommended {
    background: linear-gradient(135deg, var(--mint-medium) 0%, var(--mint-primary) 100%);
    border: 2px solid var(--mint-dark);
    box-shadow: 0 4px 20px rgba(129, 118, 88, 0.2);
}

.price-item.recommended .sessions,
.price-item.recommended .price {
    color: #fff;
    font-weight: 800;
}

.price-item.recommended .price-detail {
    color: rgba(255, 255, 255, 0.9);
}

.price-item .sessions {
    font-size: 20px;
    font-weight: 700;
    color: var(--purple-700);
}

.price-item .price-detail {
    font-size: 14px;
    color: var(--text-light);
    margin: 0 auto 0 20px;
}

.price-item .price {
    font-size: 24px;
    font-weight: 800;
    color: var(--mint-dark);
    letter-spacing: -0.5px;
}

.pricing-benefits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--mint-light);
}

.benefit-badge {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 32px;
    background: var(--purple-700);
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(129, 118, 88, 0.3);
}

.badge-icon {
    font-size: 32px;
}

.badge-text {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
}

.payment-info {
    text-align: right;
}

.payment-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--purple-700);
    margin-bottom: 8px;
}

.payment-info p {
    font-size: 16px;
    color: var(--text-light);
    font-weight: 600;
}
.payment-info span {
    font-size: 16px;
    color: var(--text-light);
    font-weight: 600;
}

/* 모바일 반응형 */
@media all and (max-width: 1024px) {
    .pricing-section {
        padding: 60px 0;
    }

    .pricing-container {
        padding: 0 20px;
    }

    .pricing-title {
        font-size: 40px;
        margin-bottom: 12px;
        letter-spacing: -1px;
    }

    .pricing-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .pricing-tables {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 40px;
    }

    .pricing-header {
        padding: 32px 24px;
    }

    .pricing-header h3 {
        font-size: 28px;
    }

    .pricing-header p {
        font-size: 14px;
    }

    .pricing-body {
        padding: 24px;
    }

    .price-item {
        padding: 16px 20px;
        margin-bottom: 10px;
        border-radius: 12px;
    }

    .price-item .sessions {
        font-size: 18px;
    }

    .price-item .price-detail {
        font-size: 12px;
        margin: 0 auto 0 12px;
    }

    .price-item .price {
        font-size: 20px;
    }

    .pricing-benefits {
        flex-direction: column;
        gap: 24px;
        padding: 32px 24px;
        border-radius: 20px;
    }

    .benefit-badge {
        padding: 16px 24px;
        border-radius: 40px;
    }

    .badge-icon {
        font-size: 28px;
    }

    .badge-text {
        font-size: 18px;
    }

    .payment-info {
        text-align: center;
    }

    .payment-info h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .payment-info p {
        font-size: 14px;
    }
}

@media all and (max-width: 480px) {
    .pricing-title {
        font-size: 32px;
    }

    .pricing-subtitle {
        font-size: 14px;
    }

    .pricing-header h3 {
        font-size: 24px;
    }

    .pricing-header p {
        font-size: 13px;
    }

    .price-item {
        padding: 14px 16px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .price-item .sessions {
        font-size: 16px;
        margin-top: 0;
    }

    .price-item .price-detail {
        font-size: 11px;
        margin: 0;
        flex-basis: 100%;
        order: 3;
    }

    .price-item .price {
        font-size: 18px;
    }

    .benefit-badge {
        padding: 14px 20px;
        gap: 12px;
    }

    .badge-icon {
        font-size: 24px;
    }

    .badge-text {
        font-size: 16px;
    }

    .payment-info h4 {
        font-size: 15px;
    }

    .payment-info p {
        font-size: 13px;
    }
}
.specialize-image{
    max-width: 450px;
    margin: 0 auto;
}