/* =========================================
   상담신청 완료 레이어 팝업 (PC 전용 확대)
========================================= */
@media screen and (min-width: 1024px) {
    .complete-box {
        max-width: 435px;
        height: 170px;
        padding-top: 20px;
    }

    .complete-icon {
        top: -50px;
        width: 96px;
        height: 100px;
    }

    .complete-title {
        font-size: 23px;
        line-height: 29px;
        margin: 0 0 8px 0;
    }

    .complete-desc {
        font-size: 14px;
        line-height: 24px;
    }
}
