.content{
background:#f5f5f5;
min-height:1200px;
}

.wrap{
    max-width:100%;
    margin:20px auto;
	min-height:1200px;
}

.card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
	border:1px solid #d2d2d2;
}

.card-title{
    background:#f8f9fc;
    padding:18px 20px;
    border-bottom:1px solid #e5e7eb;
    font-size:16px;
    color: #7950f2;
}

.card-body{
    padding:20px;
}

.wrap .input-group{
    margin-bottom:15px;
}

.wrap .input-group label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
}

.wrap .input-group input{
    width:100%;
    height:48px;
    border:1px solid #c7b8ff;
    border-radius:10px;
    padding:0 15px;
    box-sizing:border-box;
    font-size:15px;
    background:#f8f5ff;
    color:#2d1b69;
    box-shadow:none;
    transition:all .2s ease;
}

/* placeholder 색상 */
.wrap .input-group input::placeholder{
    color:#8b7bc7;
}

/* 포커스 효과 */
.wrap .input-group input:focus{
    outline:none;
    border-color:#7950f2;
    background:#fff;
    box-shadow:0 0 0 4px rgba(121,80,242,0.12);
}

.btn2{
    width:100%;
    height:49px;
    border:0;
    background:#7950f2;
    color:#fff;
    border-radius:10px;
    font-size:16px;
    cursor:pointer;
    transition:all .2s ease;
}

/* 마우스 올렸을 때 */
.btn2:hover{
    background:#6741d9;
    transform:translateY(-1px);
    box-shadow:0 4px 12px rgba(121,80,242,0.25);
}

/* 클릭했을 때 */
.btn2:active{
    transform:translateY(1px);
    box-shadow:none;
}

.analysis-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.analysis-box{
    background:#f8fafc;
    border-radius:10px;
    padding:20px;
}

.analysis-box h4{
    margin:0 0 10px;
    font-size:14px;
    color:#666;
}

.analysis-box p{
    margin:0;
    font-size:22px;
    font-weight:700;
}

.status{
    color:#2563eb;
}

.score{
    color:#ef4444;
}

.product-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:18px 20px;
    border:1px solid #edf1f5;
    border-radius:10px;
    background:#fff;
    transition:all .2s ease;
    margin-bottom:14px;
}

.product-item:hover{
    border-color:#c7d2fe;
    box-shadow:0 4px 14px rgba(37,99,235,0.08);
    transform:translateY(-1px);
}

.product-title{
    font-size:15px;
    font-weight:600;
    line-height:1.6;
    margin-bottom:8px;
    word-break:break-all;
}

.product-title a{
    color:#111827;
    text-decoration:none;
}

.product-title a:hover{
    color:#2563eb;
}

.product-price{
    font-size:24px;
    font-weight:800;
    color:#e11d48;
}

.product-price::before{
    content:'판매가';
    display:block;
    font-size:12px;
    color:#6b7280;
    font-weight:500;
    margin-bottom:4px;
}

.product-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:46px;
    padding:0 20px;
    background:#2563eb;
    color:#fff !important;
    border-radius:10px;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    transition:all .2s ease;
}

.product-btn:hover{
    background:#1d4ed8;
    transform:translateY(-1px);
}

.product-left{
    flex:1;
    min-width:0;
}

.product-right{
    flex-shrink:0;
}

table{
    width:100%;
    border-collapse:collapse;
}

th{
    background:#f8f9fc;
}

th, td{
    padding:12px;
    border-bottom:1px solid #eee;
    text-align:left;
    font-size:14px;
}

.price{
    color:#e11d48;
    font-weight:700;
}

th a{
    color:#111827;
    text-decoration:none;
    font-weight:700;
}

th a:hover{
    color:#2563eb;
}


@media(max-width:768px){

    .analysis-grid{
        grid-template-columns:1fr 1fr;
    }
	 .search-flex{
        flex-direction:column;
        align-items:stretch !important;
    }

    .search-flex .btn2{
        width:100% !important;
    }
	 .product-item{
        flex-direction:column;
        align-items:flex-start;
    }

    .product-right{
        width:100%;
    }

    .product-btn{
        width:100%;
        text-align:center;
        box-sizing:border-box;
    }
	h2{
        font-size:20px !important;
        line-height:1.5;
        word-break:break-all;
    }
	.table-wrap{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.compare-table{
    min-width:900px;
}

   .keyword-title {
        font-size: 20px; /* 모바일에서 글자 작게 */
    }
    .keyword-number-box {
        font-size: 20px; /* 모바일에서 줄인 크기 */
           padding: 6px 10px;   /* 모바일에서 높이 줄임 */
    }
    .keyword-text {
        font-size: 20px; /* 모바일에서 줄인 크기 */
    }
   .analysis-flex{
        grid-template-columns:1fr !important;
    }
}

.card-body2 {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius:10px;
    margin-bottom: 20px;
    color: #374151;
    font-size: 14px;
    line-height: 1.7;
}

.keyword-title {
	margin-top: 0px;
    margin-bottom: 20px;
    color: #212529;
    font-size: 35px; /* 기본 PC 글자 크기 */
}

.keyword-number-box {
    display: inline-block;
    background-color: #000; /* 네이버 색상 */
    color: #fff;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 30px;
    vertical-align: middle;
}
.keyword-text {
    font-size: 25px; /* 원하는 크기로 조정 */
    color: #444; /* 원하시면 색상 조정 */
}

.banner-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.banner-item{
    display:flex;
    gap:15px;
    align-items:center;
    padding:18px;
    border:1px solid #e5e7eb;
    border-radius:10px;
    background:#fff;
    text-decoration:none;
    transition:all .2s ease;
}

.banner-item:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    border-color:#c7d2fe;
}

.banner-thumb{
    width:70px;
    height:70px;
    border-radius:10px;
    color:#fff;
    font-size:22px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.banner-content{
    flex:1;
    min-width:0;
}

.banner-name{
    font-size:15px;
    font-weight:700;
    color:#111827;
    margin-bottom:6px;
    line-height:1.4;
}

.banner-desc{
    font-size:13px;
    color:#6b7280;
    line-height:1.5;
}

.product-thumb{
    width:90px;
    height:90px;
    flex-shrink:0;
    border-radius:12px;
    overflow:hidden;
    border:1px solid #eee;
    background:#fff;
}

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


/* 이용 안내 */
.info-notice{
    display:inline-block;
    margin-top:22px;
    padding:14px 22px;
    border-radius:14px;
    background:linear-gradient(135deg,#f5f3ff,#ede9fe);
    border:1px solid #ddd6fe;
    font-size:14px;
    color:#5b21b6;
    line-height:1.8;
    font-weight:500;
    box-shadow:0 6px 18px rgba(121,80,242,0.08);
}

.info-notice b{
    color:#7c3aed;
    font-weight:800;
}

@media(max-width:768px){

    .banner-grid{
        grid-template-columns:1fr;
    }
	.product-thumb{
    width:100%;
    height:220px;
}
}


.side-banner {
    margin: 20px 0;
}

.side-banner a {
    display: block;
    position: relative;
    width: 100%;
    height: 200px; /* 세로 크게 */
    border-radius:10px;
    overflow: hidden;
    background: #ededed; /* 배경 (이미지 없을 때 대비) */
}

/* 전체 영역 */
.banner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;  /* 가로 가운데 */
    align-items: center;      /* 세로 가운데 */
}

/* 광고 라벨 (좌측 상단 유지) */
.banner-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 4px;
}

/* 중앙 텍스트 */
.banner-text {
    text-align: center;
    color: #000;
}

.banner-text strong {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* 살짝 어두운 오버레이 */
.side-banner a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}



.guide-wrap{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:10px;

    padding:50px 35px;

    margin-bottom:25px;

    box-shadow:0 8px 24px rgba(0,0,0,0.04);
}

/* 상단 타이틀 */
.guide-header{
    text-align:center;
    margin-bottom:45px;
}

.guide-title{
    margin:0 0 14px;
    font-size:38px;
    font-weight:900;
    line-height:1.3;
    color:#111827;
}

.guide-subtitle{
    margin:0;
    font-size:16px;
    color:#6b7280;
    line-height:1.8;
}

/* 기능 영역 */
.guide-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

/* 카드 */
.guide-item{
    position:relative;
    background:#f8fafc;
    border:1px solid #edf1f5;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    transition:all .25s ease;
}

.guide-item:hover{
    transform:translateY(-4px);
    background:#fff;
    border-color:#d8ccff;
    box-shadow:0 14px 28px rgba(121,80,242,0.08);
}

.guide-item:hover::before{
    animation:guideShine .7s ease;
}

.guide-item::before{
    content:"";
    position:absolute;
    top:0;
    left:-150%;
    width:60%;
    height:100%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );

    transform:skewX(-20deg);
    pointer-events:none;
}

@keyframes guideShine{
    0%{
        left:-150%;
    }
    100%{
        left:150%;
    }
}

/* 번호 아이콘 */
.guide-icon{
    width:72px;
    height:72px;
    margin:0 auto 22px;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    font-weight:800;
    box-shadow:0 10px 24px rgba(0,0,0,0.12);
}

.guide-icon i {
    font-size: 30px;   /* 핵심 */
}

.guide-icon.purple{
    background:linear-gradient(135deg,#8b5cf6,#7950f2);
}

.guide-icon.blue{
    background:linear-gradient(135deg,#3b82f6,#2563eb);
}

.guide-icon.green{
    background:linear-gradient(135deg,#14b8a6,#0f766e);
}

/* 제목 */
.guide-name{
    margin-bottom:12px;

    font-size:22px;
    font-weight:800;

    color:#111827;

    line-height:1.4;
}

/* 설명 */
.guide-desc{
    font-size:14px;
    color:#6b7280;
    line-height:1.8;
}

/* 모바일 */
@media(max-width:768px){

    .guide-wrap{
        padding:35px 20px;
        border-radius:16px;
    }

    .guide-title{
        font-size:28px;
    }

    .guide-subtitle{
        font-size:14px;
    }

    .guide-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .guide-item{
        padding:28px 20px;
    }

    .guide-name{
        font-size:20px;
    }

}


.top-banner-wrap{
    margin-bottom:50px;
}

/* 아이폰 느낌 글래스 + 오로라 */
.top-banner-box{
    position:relative;
    overflow:hidden;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding:34px 30px;
    border-radius:10px;
    text-decoration:none;
    background:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,0.28), transparent 30%),
        radial-gradient(circle at 80% 0%, rgba(255,0,128,0.35), transparent 30%),
        radial-gradient(circle at 100% 100%, rgba(0,212,255,0.30), transparent 35%),
        linear-gradient(135deg, #6d28d9 0%, #7950f2 35%, #2563eb 70%, #06b6d4 100%);

    color:#fff;
    border:1px solid rgba(255,255,255,0.15);
    box-shadow:
        0 15px 35px rgba(79,70,229,0.35),
        inset 0 1px 1px rgba(255,255,255,0.2);

    backdrop-filter:blur(14px);
    transition:all .35s ease;
}

/* 움직이는 오로라 */
.top-banner-box::before{
    content:'';

    position:absolute;
    top:-50%;
    left:-20%;

    width:420px;
    height:420px;

    background:radial-gradient(circle,
        rgba(255,255,255,0.22) 0%,
        rgba(255,255,255,0) 70%
    );

    animation:auroraMove 8s linear infinite;
}

/* 빛 반사 */
.top-banner-box::after{
    content:'';

    position:absolute;
    top:0;
    left:-120%;

    width:60%;
    height:100%;

    background:linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.25) 50%,
        rgba(255,255,255,0) 100%
    );

    transform:skewX(-20deg);

    transition:all .8s ease;
}

.top-banner-box:hover::after{
    left:130%;
}

.top-banner-box:hover{
    transform:translateY(-3px) scale(1.01);

    box-shadow:
        0 22px 45px rgba(79,70,229,0.45),
        inset 0 1px 1px rgba(255,255,255,0.25);
}

.top-banner-left{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    gap:18px;
}

.top-banner-badge{
    width:60px;
    height:60px;

    border-radius:18px;

    background:rgba(255,255,255,0.16);

    border:1px solid rgba(255,255,255,0.18);

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

    color:#fff;
    font-size:18px;
    font-weight:800;

    backdrop-filter:blur(10px);

    box-shadow:
        inset 0 1px 1px rgba(255,255,255,0.15),
        0 8px 20px rgba(0,0,0,0.12);
}

.top-banner-title{
    font-size:24px;
    font-weight:800;
    margin-bottom:8px;
    line-height:1.4;
    color:#fff;

    text-shadow:0 2px 10px rgba(0,0,0,0.15);
}

.top-banner-desc{
    font-size:14px;
    line-height:1.7;
    color:rgba(255,255,255,0.92);
}

.top-banner-btn{
    position:relative;
    z-index:2;

    flex-shrink:0;

    padding:13px 24px;

    border-radius:999px;

    background:rgba(255,255,255,0.95);

    color:#5b21b6;

    font-size:14px;
    font-weight:800;

    box-shadow:
        0 6px 20px rgba(255,255,255,0.2),
        inset 0 1px 1px rgba(255,255,255,0.8);

    transition:all .25s ease;
}

.top-banner-btn:hover{
    transform:scale(1.05);
}

.banner-icon{
    font-size:25px;
    color:#fff;
}
/* 오로라 애니메이션 */
@keyframes auroraMove{

    0%{
        transform:translate(0,0) rotate(0deg);
    }

    50%{
        transform:translate(40px,60px) rotate(180deg);
    }

    100%{
        transform:translate(0,0) rotate(360deg);
    }
}

@media(max-width:768px){

    .top-banner-box{
        flex-direction:column;
        align-items:flex-start;
        padding:24px 20px;
        border-radius:20px;
    }

    .top-banner-left{
        align-items:flex-start;
    }

    .top-banner-title{
        font-size:19px;
    }

    .top-banner-btn{
        width:100%;
        text-align:center;
        box-sizing:border-box;
    }

}


.my-product-grid{
    display:flex;
    flex-direction:column;
    gap:14px;
}

/* 카드 */
.my-product-card{
    display:flex;
    align-items:center;
    gap:18px;
    padding:16px 18px;
    background:linear-gradient(135deg,#ffffff,#f8f5ff);
    border:1px solid #ebe5ff;
    border-radius:10px;
    box-shadow:0 6px 18px rgba(121,80,242,0.06);
    transition:all .25s ease;
}

.my-product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 30px rgba(121,80,242,0.12);
    border-color:#c7b8ff;
}

/* 이미지 */
.my-product-thumb{
    width:80px;
    height:80px;
    border-radius:10px;
    overflow:hidden;
    flex-shrink:0;

    border:1px solid #eee;
    background:#fff;
}

.my-product-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* 정보 */
.my-product-info{
    flex:1;
    min-width:0;
}

.my-product-mall{
    font-size:12px;
    font-weight:700;
    color:#7950f2;
    margin-bottom:6px;
}

.my-product-title a{
    font-size:15px;
    font-weight:400;
    color:#111827;
    text-decoration:none;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.my-product-title a:hover{
    color:#7950f2;
}

.my-product-price{
    margin-top:6px;
    font-size:18px;
    font-weight:900;
    color:#e11d48;
}

/* 버튼 */
.my-product-action{
    flex-shrink:0;
}

.my-product-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:10px 16px;

    border-radius:10px;

    background:linear-gradient(135deg,#7950f2,#5f3dc4);
    color:#fff !important;

    font-size:13px;
    font-weight:800;
    text-decoration:none;

    box-shadow:0 10px 20px rgba(121,80,242,0.18);

    transition:all .2s ease;
}

.my-product-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 28px rgba(121,80,242,0.25);
}

/* 모바일 */
@media(max-width:768px){

    .my-product-card{
        flex-direction:column;
        align-items:flex-start;
    }

    .my-product-thumb{
        width:100%;
        height:200px;
    }

    .my-product-action{
        width:100%;
    }

    .my-product-btn{
        width:100%;
    }
}

.score-wrap{
    margin-top:10px;
}

.score-main{
    text-align:center;

    padding:35px 20px;

    border-radius:10px;

    background:
    linear-gradient(135deg,
    #7950f2 0%,
    #5f3dc4 50%,
    #4c1d95 100%);
    color:#fff;
    margin-bottom:20px;
    box-shadow:0 15px 35px rgba(121,80,242,0.25);
}

.score-title{
    font-size:18px;
    opacity:.9;
    margin-bottom:12px;
}

.score-total{
    font-size:56px;
    font-weight:900;
    line-height:1;
}

.score-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.score-item{
    background:#fff;
    border:1px solid #d2d2d2;
    border-radius:10px;
    padding:18px;
    display:flex;
    justify-content:space-between;
    align-items:center;

    font-size:14px;

    box-shadow:0 4px 12px rgba(0,0,0,0.04);
}

.score-item span{
    color:#6b7280;
}

.score-item b{
    font-size:18px;
    color:#7950f2;
}

@media(max-width:768px){

    .score-grid{
        grid-template-columns:1fr;
    }

    .score-total{
        font-size:44px;
    }

}


.status-wrap{  padding:20px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:20px;
}

/* 기본 카드 */
.status-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:20px;
    box-shadow:0 6px 16px rgba(0,0,0,0.04);
    transition:all .2s ease;
}

.status-card:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(121,80,242,0.10);
    border-color:#c7b8ff;
}

/* 제목 */
.status-title{
    font-size:13px;
    color:#6b7280;
    margin-bottom:10px;
}

/* 값 */
.status-value{
    font-size:26px;
    font-weight:900;
    color:#111827;
}

/* 강조 컬러 */
.status-value.primary{
    color:#7950f2;
}

.status-value.danger{
    color:#ef4444;
}

.status-value.info{
    color:#0284c7;
}

/* 설명 */
.status-desc{
    margin-top:8px;
    font-size:12px;
    color:#6b7280;
    line-height:1.5;
}

/* 강조 카드 */
.status-card.highlight{
    background:linear-gradient(135deg,#f8f5ff,#ffffff);
    border:1px solid #e5dbff;
}

/* 모바일 */
@media(max-width:768px){
    .status-wrap{
        grid-template-columns:1fr;
    }
}



.market-share-box{
    position:relative;
    padding:28px;
    border-radius:10px;
    background:
    linear-gradient(135deg,
    #ffffff 0%,
    #faf7ff 100%);
    border:1px solid #d2d2d2;
    box-shadow:
    0 10px 30px rgba(121,80,242,0.06);
    overflow:hidden;
}

/* 배경 효과 */
.market-share-box::before{
    content:'';
    position:absolute;
    top:-80px;
    right:-80px;
    width:220px;
    height:220px;
    border-radius:50%;
    background:
    radial-gradient(
        rgba(121,80,242,0.10),
        transparent 70%
    );
}

/* 상단 */
.market-share-header{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:28px;
}

.market-share-title{
    font-size:24px;

    color:#111827;
    margin-bottom:8px;
}

.market-share-sub{
    font-size:14px;
    color:#6b7280;
    line-height:1.6;
}

.market-share-badge{
    padding:10px 16px;
    border-radius:999px;
    background:
    linear-gradient(135deg,#7950f2,#5f3dc4);
    color:#fff;
    font-size:13px;
    font-weight:800;
    box-shadow:
    0 8px 20px rgba(121,80,242,0.25);
}

/* 아이템 */
.share-item{
    position:relative;
    z-index:2;
    margin-bottom:20px;
}

.share-item:last-child{
    margin-bottom:0;
}

/* 상단 정보 */
.share-top{
    display:flex;
    justify-content:space-between;
    align-items:center;

    margin-bottom:10px;
}

.share-left{
    display:flex;
    align-items:center;
    gap:12px;
}

/* 순위 */
.share-rank{
    width:34px;
    height:34px;

    border-radius:12px;

    background:
    linear-gradient(135deg,#8b5cf6,#7950f2);

    color:#fff;

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

    font-size:14px;
    font-weight:800;

    box-shadow:
    0 8px 16px rgba(121,80,242,0.18);
}

/* 쇼핑몰명 */
.share-mall{
    font-size:15px;
    font-weight:700;

    color:#1f2937;
}

/* 퍼센트 */
.share-percent{
    font-size:15px;
    font-weight:900;

    color:#7950f2;
}

/* 프로그래스 */
.share-bar{
    width:100%;
    height:12px;

    background:#ede9fe;

    border-radius:999px;

    overflow:hidden;
}

/* 내부 바 */
.share-bar-inner{
    height:100%;

    border-radius:999px;

    background:
    linear-gradient(90deg,
    #8b5cf6 0%,
    #7950f2 50%,
    #5f3dc4 100%);

    box-shadow:
    0 4px 12px rgba(121,80,242,0.25);
}

/* 모바일 */
@media(max-width:768px){

    .market-share-box{
        padding:22px 18px;
        border-radius:10px;
    }

    .market-share-header{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .market-share-title{
        font-size:20px;
    }

    .market-share-sub{
        font-size:13px;
    }

}


/* AI 타이틀 */
.strategy-title{
    font-size:14px;
    font-weight:700;
    color:#6b7280;
    margin-bottom:10px;
}

/* 핵심 메시지 */
.strategy-main{
    font-size:18px;
    font-weight:900;
    color:#111827;
    line-height:1.6;
    margin-bottom:12px;
}

/* 추천 가격 */
.strategy-sub{
    padding:12px 14px;
    border-radius:10px;
    background:#f8f5ff;
    border:1px solid #e5dbff;

    font-size:14px;
    color:#6b7280;
}

.strategy-sub b{
    color:#7950f2;
    font-size:18px;
}

/* =========================
   경쟁 상품 DIV 카드 UI
========================= */

.product-list{
    margin-top:20px;
}

/* 헤더 */
.product-list-header{
    background:#f8f9fc;
    padding:18px 20px;
    border-radius:10px 10px 0 0;
    font-size:16px;
    color:#7950f2;
    border: 1px solid #d2d2d2;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* 리스트 영역 */
.product-list-body{
    border:1px solid #d2d2d2;
    border-top:0;
    border-radius:0 0 10px 10px;
    background:#fff;
    padding:15px;
}

/* 카드 */
.product-card{
    display:flex;
    align-items:center;
    gap:16px;
    padding:16px;
    margin-bottom:12px;
    border:1px solid #edf1f5;
    border-radius:10px;
    background:#fff;
    transition:all .2s ease;
}

.product-card:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 22px rgba(121,80,242,0.10);
    border-color:#d8ccff;
}

/* 번호 */
.product-num{
    width:40px;
    font-weight:800;
    color:#7950f2;
    text-align:center;
}

/* 이미지 */
.product-img img{
    width:70px;
    height:70px;
    border-radius:10px;
    object-fit:cover;
    border:1px solid #eee;
}

/* 정보 */
.product-info{
    flex:1;
    min-width:0;
}

.product-mall{
    font-size:12px;
    color:#7950f2;
    font-weight:400;
    margin-bottom:4px;
}

.product-title a{
    font-size:14px;
    font-weight:400;
    color:#111827;
    text-decoration:none;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.product-title a:hover{
    color:#7950f2;
}

/* 가격 */
.product-price{
    font-size:18px;
    font-weight:800;
    color:#e11d48;
    white-space:nowrap;
}

/* 내 상품 강조 */
.product-card.active{
    background:#f3f0ff;
    border:1px solid #c7b8ff;
}

.limit-box{
    position:relative;
    margin:30px 0;
    padding:50px 30px;
    border-radius:10px;
    background:
    linear-gradient(135deg,
    #f5f3ff 0%,
    #ede9fe 45%,
    #f8fafc 100%);

    border:1px solid #ddd6fe;
    text-align:center;
    overflow:hidden;
    box-shadow:
    0 18px 40px rgba(121,80,242,0.10),
    inset 0 1px 0 rgba(255,255,255,0.6);
}

/* 배경 효과 */
.limit-box::before{
    content:'';
    position:absolute;
    top:-80px;
    right:-80px;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(121,80,242,0.08);
}

.limit-box::after{
    content:'';
    position:absolute;
    bottom:-70px;
    left:-70px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(37,99,235,0.06);
}

/* 아이콘 */
.limit-icon{
    position:relative;
    z-index:2;
    width:95px;
    height:95px;
    margin:0 auto 28px;
    border-radius:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#7950f2,#6741d9);
    color:#fff;
    font-size:36px;
    box-shadow:
    0 14px 34px rgba(121,80,242,0.28),
    inset 0 1px 0 rgba(255,255,255,0.2);
}

/* 제목 */
.limit-title{
    position:relative;
    z-index:2;
    margin:0 0 16px;
    font-size:32px;
    font-weight:900;
    color:#4c1d95;
    line-height:1.4;
}

/* 설명 */
.limit-desc{
    position:relative;
    z-index:2;
    font-size:16px;
    color:#5b6475;
    line-height:2;
}

/* 잠금 아이콘 크기 */
.limit-icon .fa-lock{
    font-size:42px;
}

/* 모바일 */
@media(max-width:768px){

    .limit-icon .fa-lock{
        font-size:34px;
    }

}

/* 강조 */
.limit-desc b{
    color:#7c3aed;
    font-weight:800;
}

/* 버튼 영역 */
.limit-btn-wrap{
    position:relative;
    z-index:2;
    margin-top:32px;
}

/* 버튼 */
.limit-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:15px 28px;
    border-radius:10px;
    background:linear-gradient(135deg,#7950f2,#6741d9);
    color:#fff !important;
    font-size:15px;
    font-weight:800;
    text-decoration:none;
    box-shadow:0 10px 26px rgba(121,80,242,0.25);
    transition:all .25s ease;
}

.limit-btn:hover{
    transform:translateY(-3px);

    box-shadow:0 16px 34px rgba(121,80,242,0.35);
}

/* 모바일 */
@media(max-width:768px){

    .limit-box{
        padding:38px 20px;
        border-radius:20px;
    }

    .limit-icon{
        width:78px;
        height:78px;

        font-size:30px;

        border-radius:22px;

        margin-bottom:22px;
    }

    .limit-title{
        font-size:25px;
    }

    .limit-desc{
        font-size:14px;
        line-height:1.9;
    }

    .limit-btn{
        width:100%;

        padding:14px 18px;

        font-size:14px;

        border-radius:14px;
    }

}
