
/* 2026 학술대회/연구지원 팝업 */
.kcpa-academic-popup{
    width:100%;
    margin:0 auto;
    background:
        radial-gradient(circle at 10% 10%, rgba(61,112,183,.14), transparent 28%),
        radial-gradient(circle at 90% 15%, rgba(151,61,130,.15), transparent 30%),
        linear-gradient(135deg,#f5f8ff 0%,#fff8fb 100%);
    border-radius:0px;
    overflow:hidden;
    box-shadow:0 24px 70px rgba(20,30,60,.24);
}

.kcpa-popup-head{
    position:relative;
    padding:26px 32px 22px;
    text-align:center;
    background:linear-gradient(135deg,#243b73 0%,#8f2f6c 100%);
    color:#fff;
    overflow:hidden;
}

.kcpa-popup-head:before{
    content:"";
    position:absolute;
    left:-70px;
    top:-90px;
    width:210px;
    height:210px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
}

.kcpa-popup-head:after{
    content:"";
    position:absolute;
    right:-80px;
    bottom:-120px;
    width:240px;
    height:240px;
    border-radius:50%;
    background:rgba(255,255,255,.1);
}

.kcpa-popup-head .eyebrow{
    position:relative;
    z-index:1;
    display:inline-block;
    margin-bottom:10px;
    padding:6px 16px;
    border-radius:30px;
    background:rgba(255,255,255,.18);
    font-size:14px;
    font-weight:700;
}

.kcpa-popup-head h3{
    position:relative;
    z-index:1;
    margin:0;
    font-size:27px;
    line-height:1.35;
    font-weight:900;
    letter-spacing:-1.2px;
}

.kcpa-popup-body{
    padding:24px;
}

.kcpa-program-grid{
    display:flex;
    gap:18px;
}

.kcpa-program-card{
    position:relative;
    width:50%;
    padding:24px 24px 22px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 28px rgba(30,45,90,.1);
    overflow:hidden;
}

.kcpa-program-card:before{
    content:"";
    position:absolute;
    right:-50px;
    top:-55px;
    width:130px;
    height:130px;
    border-radius:50%;
    opacity:.16;
}

.kcpa-program-card.left{
    border-top:6px solid #3d70b7;
}

.kcpa-program-card.left:before{
    background:#3d70b7;
}

.kcpa-program-card.right{
    border-top:6px solid #9a3d82;
}

.kcpa-program-card.right:before{
    background:#9a3d82;
}

.kcpa-card-label{
    display:inline-block;
    margin-bottom:12px;
    padding:5px 12px;
    border-radius:20px;
    color:#fff;
    font-size:13px;
    font-weight:800;
}

.kcpa-program-card.left .kcpa-card-label{
    background:#3d70b7;
}

.kcpa-program-card.right .kcpa-card-label{
    background:#9a3d82;
}

.kcpa-program-card h4{
    margin:0 0 14px;
    color:#1d2433;
    font-size:21px;
    line-height:1.35;
    font-weight:900;
    letter-spacing:-.8px;
}

.kcpa-program-card .sub-title{
    margin:-4px 0 16px;
    color:#555;
    font-size:15px;
    line-height:1.45;
    font-weight:700;
}

.kcpa-program-card .desc{
    /*min-height:178px;*/
    margin:0 0 18px;
    color:#333;
    font-size:14px;
    line-height:1.75;
    word-break:keep-all;
}

.kcpa-info-list{
    margin:0 0 18px;
    padding:0;
    list-style:none;
    border-top:1px solid #e7eaf0;
}

.kcpa-info-list li{
    padding:12px 0;
    border-bottom:1px solid #e7eaf0;
}

.kcpa-info-list strong{
    display:block;
    margin-bottom:5px;
    color:#222;
    font-size:15px;
}

.kcpa-info-list span{
    display:block;
    color:#555;
    font-size:14px;
    line-height:1.55;
}

.kcpa-notice-text{
    margin:0 0 16px;
    padding:12px 14px;
    border-radius:12px;
    background:#f7f7f7;
    color:#666;
    font-size:13px;
    line-height:1.5;
    text-align:center;
}

.kcpa-notice-btn{
    display:block;
    width:100%;
    box-sizing:border-box;
    padding:14px 15px;
    border-radius:14px;
    color:#fff !important;
    text-align:center;
    text-decoration:none !important;
    font-size:17px;
    font-weight:900;
    box-shadow:0 8px 20px rgba(0,0,0,.16);
}

.kcpa-program-card.left .kcpa-notice-btn{
    background:linear-gradient(135deg,#2f63aa,#4d8bd5);
}

.kcpa-program-card.right .kcpa-notice-btn{
    background:linear-gradient(135deg,#87306f,#b35b9c);
}

.kcpa-notice-btn:hover{
    filter:brightness(.96);
}

.kcpa-popup-footer{
    display:flex;
    justify-content:center;
    gap:8px;
    padding:0 24px 22px;
}

.kcpa-popup-footer button{
    border:1px solid #d7d7d7;
    background:#fff;
    color:#666;
    padding:8px 14px;
    border-radius:20px;
    font-size:13px;
    cursor:pointer;
}

.kcpa-popup-footer button:hover{
    background:#f5f5f5;
    color:#222;
}

@media(max-width:760px){
    .kcpa-academic-popup{
        width:auto;
        border-radius:18px;
    }

    .kcpa-popup-head{
        padding:24px 20px 20px;
    }

    .kcpa-popup-head h3{
        font-size:22px;
    }

    .kcpa-popup-body{
        padding:18px;
    }

    .kcpa-program-grid{
        display:block;
    }

    .kcpa-program-card{
        width:auto;
        margin-bottom:16px;
        padding:22px 20px;
    }

    .kcpa-program-card .desc{
        min-height:auto;
    }

    .kcpa-popup-footer{
        flex-wrap:wrap;
        padding:0 18px 20px;
    }
}
