.congratulation {
    padding-bottom: 0;
}
.congratulation .cont {
    padding-top: 60px;
}
.congratulation .cont .msgBox {
    position: relative;
}
.congratulation .cont .msgBox .bg {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.congratulation .cont .msgBox .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.congratulation .cont .msgBox .txt {
    position: absolute;
    left: 50.3%;
    top: 40.5%;
    transform: translate(-50%, -50%);
    width: calc(1260/1920*100%);
    /* height: 650px; */
    color: #fff;
    overflow: auto;
}
.congratulation .cont .msgBox .txt:before {
    content: '';
    display: block;
    padding-top: calc(650/1260*100%);
}
.congratulation .cont .msgBox .txt::-webkit-scrollbar {
    display: none;
}
/* .congratulation .cont .msgBox .txt::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
} */
.congratulation .cont .msgBox .txt .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; flex-direction: column;
    align-items: flex-start;
    padding: 70px 0;
    box-sizing: border-box;
    font-family: 'Pretendard';
    font-size: 16px;
}
.congratulation .cont .msgBox .txt .inner dl {
    display: flex; align-items: flex-start;
    padding: 0 calc(20/16*1em);
}
.congratulation .cont .msgBox .txt .inner dl:last-of-type{ padding-bottom: 40px; }
.congratulation .cont .msgBox .txt .inner dl + dl {
    margin-top: 40px;
}
.congratulation .cont .msgBox .txt .inner dl dt {
    flex-shrink: 0;
    width: calc(300/16*1em);
    text-align: right;
    display: flex; flex-direction: column;
    align-items: flex-end;
    margin-right: calc(55/16*1em);
    line-height: calc(22/16*1em);
}
.congratulation .cont .msgBox .txt .inner dl dt small {
    font-size: calc(14/16*1em);
    letter-spacing: -0.03em;
}
.congratulation .cont .msgBox .txt .inner dl dt span {
    font-size: calc(18/16*1em);
    letter-spacing: -0.03em;
    padding-top: calc(5/18*1em);
    font-weight: 700;
}
.congratulation .cont .msgBox .txt .inner dl dd p {
    text-align: left;
    font-size: inherit;
    line-height: calc(26/16*1em);
    font-weight: 400;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

/* 1440px */
@media screen and (max-width: 1440px) {
    .congratulation .cont .msgBox .txt .inner {
        align-items: center;
    }
    .congratulation .cont .msgBox .txt .inner dl {
        flex-direction: column; align-items: center;
    }
    .congratulation .cont .msgBox .txt .inner dl dt {
        flex-direction: column-reverse;
        width: auto;
        margin-right: 0;
        margin-bottom: calc(10/16*1em);
        text-align: center;
        align-items: center;
    }
    .congratulation .cont .msgBox .txt .inner dl dd p {
        text-align: center;
    }
}


/* 1024px */
@media screen and (max-width: 1024px) {
    .congratulation .cont .msgBox .bg {
        width: 130%;
    }
    .congratulation .cont .msgBox .txt {
        width: 85.5%;
    }
    .congratulation .cont .msgBox .txt .inner  {
        font-size: 15px;
    }
}

/* 820px (태블릿) */
@media screen and (max-width: 820px) {
    .congratulation .cont .msgBox .txt .inner  {
        font-size: clamp(14px, 16/820*100vw, 16px);
        padding: 50px 0px;
    }
    .congratulation .cont .msgBox .txt .inner dl dd p br {
        display: none;
    }
}

/* 500px (모바일) */
@media screen and (max-width: 500px) {
    
}

/* 360px (모바일) */
@media screen and (max-width: 360px) {
    .congratulation .cont .msgBox .txt .inner {
        padding: calc(200/16*1em) 0px calc(150/16*1em);
        font-size: 13px;
    }
}



/* 250707_직급삭제 */
.congratulation .cont .msgBox .txt .inner dl dt small em{ display: none; }

