

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
	width:100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    display: flex;
    align-items: center;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 15px;
}



.logo-img {
   width:220px;
    padding: 8px 15px;
    border-radius: 5px;
	cursor:pointer;
    display: block;
}

/* Navigation */
.header-nav {
    display: flex;
    align-items: center;
    gap: 35px;
}

.nav-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s;
}

.nav-link:hover {
    
}
.nav-link.active{color:#897AFB;}
.btn-free-trial {
    background: #AD93EA;
background: linear-gradient(94deg,rgba(173, 147, 234, 1) 0%, rgba(71, 46, 143, 1) 100%);
    color: white;
    width:128px;height:51px;
	line-height:51px;text-align:center;
    border-radius: 25px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-free-trial:hover {
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
background: #1B1237;
background: linear-gradient(164deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 37%, rgba(78, 50, 157, 1) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    position: relative;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.hero-left {
    flex: 1;
    max-width: 500px;
}

.hero-title {
    color: white;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 400;
}

.hero-title strong {
    font-weight: 600;
    font-size: 40px;
    display: block;
    margin-top: 10px;
}

.btn-hero {
background: #AD93EA;
background: linear-gradient(94deg,rgba(173, 147, 234, 1) 0%, rgba(71, 46, 143, 1) 100%);
    color: white;
    padding: 8px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 36px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(155, 139, 244, 0.3);
}

.btn-hero:hover {

    transform: translateY(-3px);

}

.app-download {
    margin-top: 50px;
    display: flex;
    gap: 15px;
}

.app-store, .google-play {
    display: inline-block;
    transition: transform 0.3s;
}

.app-store img, .google-play img {
    height: 83px;
    
    padding: 10px 10px;
    border-radius: 8px;
    display: block;
	margin-top:100px;
}

.app-store:hover, .google-play:hover {
    transform: translateY(-2px);
}

/* Hero Right */
.hero-right {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-mockup {
    position: relative;
    z-index: 2;
}

.phone-img {
    width: 100%;
    max-width: 760px;
    height: auto;
    border-radius: 10px;
}
/* Responsive */
@media (max-width: 1024px) {
    .hero-content {
        gap: 40px;
    }
    
    .hero-title {
        font-size: 30px;
    }
    
    .hero-title strong {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .header-nav {
        display: none;
    }
    
    .hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-left {
        max-width: 100%;
    }
    
    .app-download {
        justify-content: center;
    }
    
    .panda-character {
        bottom: -20px;
        right: 10px;
    }
    
    .panda-img {
        width: 120px;
    }
	.app-store img, .google-play img{margin-top:20px;}
}

.m2{width:100%;max-width:1440px;padding-top:80px;margin:0 auto;}
.top_t1{width:100%;color:#897AFB;text-align:center;font-size:20px;font-weight:500;}
.top_t2{width:100%;color:#1B1137;text-align:center;font-size:46px;font-weight:500;}
.top_t3{width:100%;color:#747474;text-align:center;font-size:30px;font-weight:400;}

.mbox_t{width:100%;max-width:1240px;margin:0 auto;border-radius:30px;background-color:#F8F8F8;height:400px;margin-top:80px;padding-top:20px;}
.mbox_t_table{width:100%;font-size:26px;text-align:center;}
.bt1{color:#ffffff;font-weight:bold;height:90px;}
.mdbox{width:170px;background: #A48AE2;background: linear-gradient(0deg,rgba(164, 138, 226, 1) 0%, rgba(71, 46, 143, 1) 100%);height:440px;position:absolute;margin-top:-20px;z-index:-10;margin-left:340px;}

.m3{width:100%;max-width:1000px;padding-top:80px;margin:0 auto;}
.m3_box{width:210px;float:left;text-align:center;}
.m3_box_t1{width:100%;text-align:center;font-size:30px;margin-top:20px;}
.m3_box_t2{width:100%;text-align:center;font-size:20px;color:#747474;margin-top:10px;}
.blank0{width:100%;height:0px;clear:both;}
.blank10{width:100%;height:10px;clear:both;}
.blank50{width:100%;height:50px;clear:both;}
.blank100{width:100%;height:100px;clear:both;}



.m4{background: #1B1237;min-height: 100vh;align-items: center;padding: 120px 0 80px;position: relative;}
.m4_t1{width:100%;font-size:40px;font-weight:500;color:#ffffff;text-align:center;}
.m4_box{width:1100px;margin:0 auto;background-color:#ffffff;padding:20px 0px 0px 0px;border-radius:30px;}
.m4_box_left{float:left;padding-left:80px;font-size:35px;line-height:55px;padding-top:90px;}
.m4_box_right{float:right;}


.m5{background: #F4F2F8;padding: 120px 0 80px;position: relative;}
.m5_box{width:1100px;margin:0 auto;padding:20px 0px 0px 0px;border-radius:30px;position: relative;}
.m5_box_left{float:left;padding-left:0px;font-size:35px;line-height:55px;padding-top:90px;}
.m5_box_right{float:right;width:420px;height:515px;background-color:#ffffff;border-radius:42px;padding:30px;padding-top:20px;}
.m5_box_right_1{font-size:100px;color:#472E8F;font-weight:800;height:120px;}
.m5_box_right_2{font-size:24px;color:#000000;font-weight:800;}
.m5_box_right_3{font-size:18px;color:#7C7C7C;font-weight:400;margin-top:10px;}
.m5_box_right_4{font-size:19px;color:#000000;font-weight:400;line-height:35px;margin-top:30px;}
.m5_t1{width:100%;font-size:40px;font-weight:500;color:#000000;}
.cs_box{
  height:515px;
  display: flex;
  flex-direction: column; /* 세로로 나열 */
  justify-content: left; /* 세로 방향 가운데 정렬 */
  align-items: left;     /* 가로 방향 가운데 정렬 */
}
.p_img{position:absolute;right:-60px;width:140px;top:400px;}


.m6{background: #1B1237;background: linear-gradient(164deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 37%, rgba(78, 50, 157, 1) 100%);padding: 160px 0 80px;position: relative;}
.m6_t1{font-size:36px;line-height:60px;color:#ffffff;text-align:center;}
.m6_t2{width:510px;padding-top:50px;margin:0 auto;}
.icon_kakao{width:70px;position:fixed;z-index:1000;bottom:60px;right:100px;}

.btm_box{background: #2A2A2A;padding: 160px 0 80px;color:#ffffff;}
.btm_t1{font-size:18px;line-height:30px;}

.btm_box{background: #2A2A2A;padding: 80px 0 80px;color:#ffffff;}
.btm_c{max-width:1440px;margin:0 auto;position:relative;}
.btm_t1{font-size:16px;line-height:30px;}
.btm_t2{font-size:18px;line-height:30px;font-weight:bold;position:absolute;right:160px;z-index:500;margin-top:-31px;}
.btm_t3{font-size:16px;line-height:30px;position:absolute;right:245px;z-index:500;margin-top:10px;}
.btm_t4{font-size:16px;line-height:30px;position:absolute;right:221px;z-index:500;margin-top:50px;}
.btm_t5{font-size:20px;line-height:30px;font-weight:500;padding-top:60px;}
.btm_t6{font-size:16px;line-height:30px;margin-top:20px;}

/* 새로운 가격 테이블 스타일 */
.mbox_t{
    width:100%;
    max-width:1240px;
    margin:80px auto 0;
    border-radius:30px;
    background-color:#F8F8F8;
    padding:20px;
    position:relative;
}

.price-table{
    display:flex;
    width:100%;
}

.price-col{
    flex:1;
    text-align:center;
    font-size:26px;
    position:relative;
}

.price-col:first-child{
    max-width:340px;
    text-align:left;
    padding-left:20px;
}

.price-header{
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-bottom:2px solid #472E8F;
    font-weight:bold;
}

.price-col:first-child .price-header{
    justify-content:flex-start;
}

.price-row{
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.price-col:first-child .price-row{
    justify-content:flex-start;
}

/* 뷰티판다 컬럼 그라데이션 스타일 */
.price-col.highlight{
    background: #A48AE2;
    background: linear-gradient(0deg,rgba(164, 138, 226, 1) 0%, rgba(71, 46, 143, 1) 100%);
    color:#ffffff;
    border-radius:30px;
    margin:-40px 0;
    padding:40px 0 70px;
    position:relative;
    z-index:2;
}

.price-col.highlight .price-header{
    border-bottom:2px solid #ffffff;
}
/* 리뷰 슬라이더 컨테이너 */
.review-slider-container{
    float:right;
    width:420px;
    height:515px;
    position:relative;
    overflow:hidden;
}

.review-slider{
    position:relative;
    width:100%;
    height:100%;
}

.review-slide{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:515px;
    background-color:#ffffff;
    border-radius:42px;
    padding:30px;
    padding-top:20px;
    opacity:0;
    transition:opacity 0.5s ease-in-out;
}

.review-slide.active{
    opacity:1;
}

.review-quote{
    font-size:100px;
    color:#472E8F;
    font-weight:800;
    height:120px;
    line-height:100px;
}

.review-title{
    font-size:24px;
    color:#000000;
    font-weight:800;
}

.review-author{
    font-size:18px;
    color:#7C7C7C;
    font-weight:400;
    margin-top:10px;
}

.review-content{
    font-size:19px;
    color:#000000;
    font-weight:400;
    line-height:35px;
    margin-top:30px;
}

/* 도트 네비게이션 */
.slider-dots{
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:10px;
    z-index:10;
}

.dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background-color:#D9D9D9;
    cursor:pointer;
    transition:background-color 0.3s;
}

.dot.active{
    background-color:#472E8F;
}

/* 요금안내 페이지 스타일 추가 */

/* 헤더 네비게이션 활성화 스타일 */
.nav-link.active {
    color: #AD93EA;
    font-weight: 700;
}

/* 요금안내 섹션 */
.price-section {
	
    background: linear-gradient(180deg, #2A1F4D 0%, #1B1237 50%, #0F0820 100%);
    min-height: 100vh;
    padding: 140px 20px 80px;
}

.price-container {
	padding-top:100px;
    max-width: 1200px;
    margin: 0 auto;
}

.price-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;

    margin-bottom: 30px;
}

.price-desc {

    margin-bottom: 60px;
}

.price-desc p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin: 5px 0;
}

/* 가격 카드 컨테이너 */
.price-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* 개별 카드 */
.price-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 40px 30px;
    width: 100%;
    max-width: 570px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.free-card {
    background: #ffffff;
}

.premium-card {
    background: #ffffff;
    position: relative;
}

/* 카드 헤더 */
.card-header {
	height:50px;
     margin-bottom: 15px;
}


.plan-icon {
    width: 48px;
    height: 48px;
}

.plan-title {
    font-size: 28px;
    font-weight: 700;
    color: #1B1137;
    margin: 0;
	float:left;
}

.plan-type {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

/* 프리미엄 헤더 추가 스타일 */
.premium-header-content {
    flex: 1;
}

.period-toggle {
    display: flex;
    gap: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    background: #F0F0F0;
    border-radius: 20px;
    padding: 3px;
    width: fit-content;
}

.period-btn {
    padding: 8px 20px;
    border: none;
    background: transparent;
    color: #999;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 18px;
    transition: all 0.3s;
}

.period-btn.active {
    background: #5B3FA8;
    color: #ffffff;
}

.price-display {

}

.price-amount {
    font-size: 32px;
    font-weight: 800;
    color: #5B3FA8;
}

.price-unit {
    font-size: 18px;
    color: #666;
}

/* 이벤트 배지 */
.event-badge {
    position: absolute;
    top: 180px;
    right: 30px;
    z-index: 10;
}

.event-image {
    width: 200px;
    height: auto;
}

/* 기능 리스트 */
.features-list {
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.check-icon {
    width: 20px;
    height: 20px;
    color: #5B3FA8;
    flex-shrink: 0;
}

/* 토글 섹션 */
.toggle-section {
    border-top: 1px solid #E0E0E0;
    padding: 0px 0;
}

.toggle-section:last-of-type {
    border-bottom: 1px solid #E0E0E0;
}

.toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
	padding:20px 0px;
}

.toggle-header span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.toggle-icon {
    width: 20px;
    height: 20px;
    color: #999;
    transition: transform 0.3s;
}

.toggle-section.active .toggle-icon {
    transform: rotate(180deg);
}

.toggle-content {
    display: none;
    padding: 15px;
	background-color:#F8F8F8;
}

.toggle-content p {
    font-size: 14px;
    color: #666;
    margin: 8px 0;
    line-height: 1.6;
}

/* 비활성화된 토글 */
.toggle-section.disabled .toggle-header {
    cursor: default;
    opacity: 0.4;
}

.toggle-section.disabled .toggle-header span {
    color: #999;
}

/* 플랜 버튼 */
.plan-button {
    width: 100%;
    padding: 18px;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 30px;
    transition: all 0.3s;
}

.free-button {
    background: #ffffff;
    color: #333;
    border: 2px solid #E0E0E0;
}

.free-button:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

.premium-button {
    background: linear-gradient(94deg, rgba(173, 147, 234, 1) 0%, rgba(71, 46, 143, 1) 100%);
    color: #ffffff;
}

.premium-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(91, 63, 168, 0.4);
}
.no_dable{ text-decoration: line-through;color:#CECECE !important;}
/* 반응형 */
@media (max-width: 768px) {
    .price-section {
        padding: 100px 15px 60px;
    }
    
    .price-main-title {
        font-size: 32px;
    }
    
    .price-desc p {
        font-size: 14px;
    }
    
    .price-cards {
        flex-direction: column;
        align-items: center;
    }
    
    .price-card {
        max-width: 100%;
    }
    
    .event-badge {
        top: 20px;
        right: 20px;
    }
    
    .event-image {
        width: 100px;
    }
}