

.contest-user-grid {padding:30px;}
.contest-user-grid strong     {color: #000;
    font-size: 18px;
font-weight: 900;}


.contest-part-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 164px;
    height: 54px;
    padding: 0 28px;
    margin-bottom: 26px;
    border: 1px solid #e1e1e1;
    border-radius: 999px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.04em;
    box-sizing: border-box;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.contest-part-title {
    margin: 0 0 52px;
    color: #000;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -0.06em;
    word-break: keep-all;
}

.contest-part-grid {
	padding:30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.contest-part-card {
    

    box-sizing: border-box;

}



.contest-part-icon {
    margin: 0 0 20px;
    display: flex;
    justify-content: center;   /* 가로 가운데 */
    align-items: center;       /* 세로 가운데 */

    line-height: 1;
    width: 100%;
}
.contest-part-icon i {font-size:50px; color:#eb563e; background:;}
.contest-part-card h3 {
    margin: 0 0 5px;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.06em;
    word-break: keep-all;
    text-align:center;
}

.contest-part-card p {
    margin: 0 0 8px;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: -0.04em;
    word-break: keep-all;
    text-align:center;
}
.contest-part-card p button {display:block; color:#eb563e; border:1px solid #eb563e; width:100px; height:30px; border-radius:30px; margin: 0 auto; margin-top:10px; font-size:0.8rem}
.contest-part-card p:last-child {
    margin-bottom: 0;
}

.contest-part-note {
    margin-top: 18px !important;
    padding-top: 16px;
    border-top: 1px solid #edf1ef;
    color: #eb563e !important;
    font-weight: 700 !important;
    font-size:14px !important;
}



/* mobile */
@media (max-width: 1000px) {
	
	.contest-user-grid {padding:20px;}
.contest-user-grid strong     { font-size: 15px;}


.contest-part-grid {
	padding:0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.contest-part-card h3 {
    margin: 0 0 10px;

    font-size: 15px;

}

.contest-part-card p {
    margin: 0 0 8px;

    font-size: 13px;

}

    .contest-part-section {
        padding: 46px 0 56px;
    }

    .contest-part-inner {
        padding: 0 18px;
    }

    .contest-part-label {
        min-width: 132px;
        height: 46px;
        padding: 0 22px;
        margin-bottom: 22px;
        font-size: 16px;
    }

    .contest-part-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .contest-part-card {
        padding: 20px 20px 0px;
        border-radius: 24px;
    }

.contest-part-icon {
    margin: 0 0 20px;
    display: flex;
    justify-content: center;   /* 가로 가운데 */
    align-items: center;       /* 세로 가운데 */

    line-height: 1;
    width: 100%;
}
.contest-part-icon i {font-size:40px; color:#eb563e; background:;}

}