.yellow {
    background: #fdfbee;
    margin-top: 50px;
}
.yellow .inner {
    display: flex; justify-content: space-between;
}
.yellow .inner .message {
    font-size: clamp(18px, 20/1440*100vw, 20px);
    max-width: calc(810/20*1em);
    padding-top: calc(45/20*1em);
    box-sizing: border-box;
}
.yellow .inner .message .slogan {
    font-family: 'Yeongwol';
    font-weight: 400;
    font-size: clamp(40px, 30/1024*100vw, 30px);
    letter-spacing: -0.04em;
    color: #000;
    padding-bottom: calc(20/30*1em);
}
.yellow .inner .message p {
    font-family: 'Pretendard';
    line-height: calc(34/20*1em);
    letter-spacing: -0.04em;
    color: #000;
}
.yellow .inner .message p + p {
    margin-top: calc(30/20*1em);
}
.yellow .inner .message .namespace {
    display: flex; align-items: center;
    margin-top: calc(20/20*1em);
}
.yellow .inner .message .namespace span {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: clamp(14px, 16/1024*100vw, 16px);
    letter-spacing: -0.04em;
    color: #000;
    opacity: 0.7;
}
.yellow .inner .message .namespace b {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: clamp(24px, 30/1024*100vw, 30px);
    letter-spacing: -0.04em;
    color: #000;
    margin-left: calc(10/30*1em);
}

.yellow .inner .profile {
    display: flex; flex-direction: column; align-items: center;
}
.yellow .inner .profile .namespace {
    display: flex; flex-direction: column; align-items: center;
    text-align: center;
}
.yellow .inner .profile .namespace span {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: clamp(14px, 16/1024*100vw, 16px);
    letter-spacing: -0.04em;
    color: #000;
    opacity: 0.7;
}
.yellow .inner .profile .namespace b {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: clamp(24px, 30/1024*100vw, 30px);
    letter-spacing: -0.04em;
    color: #000;
    margin-top: calc(10/30*1em);
}
.yellow .backTxt{ margin-top: calc(20/150*1em); margin-bottom: calc(-35/150*1em); font-size: clamp(100px, 150/1280*100vw, 150px); letter-spacing: -0.03em; color: rgba(0,0,0,0.05); font-weight: 600;}
/* .yellow .backTxt{ padding-right: 0.7em; font-size: 7.8125vw; letter-spacing: -0.03em; color: rgba(0,0,0,0.05); font-weight: 600; } */


@media screen and (max-width: 1280px) {
    .yellow .inner .message {
        margin-right: calc(40/20*1em);
    }
    .yellow .inner .message br {
        display: none;
    }
    .yellow .inner .profile {
        flex-shrink: 0;
        width: 30%;
    }
}
@media screen and (max-width: 1024px) {
    .yellow .inner .message {
        font-size: clamp(16px, 18/1024*100vw, 18px);
    }
}
@media screen and (max-width: 820px) {
    .yellow .inner {
        flex-direction: column-reverse;
    }
    .yellow .inner .profile {
        align-self: center;
        width: 100%;
    }
    .yellow .inner .profile .img {
        max-width: 300px;
    }
    .yellow .inner .profile .img img {
        transform: translateX(5%);
    }
    .yellow .inner .profile .namespace {
        width: 100%;
        /* align-items: flex-start;
        text-align: left; */
    }
    .yellow .inner .message {
        text-align: center;
        margin: 0 auto;
    }
    .yellow .inner .message .namespace {
        flex-direction: column; align-items: center;
    }
    .yellow .inner .message .namespace b {
        margin-left: 0;
        margin-top: calc(10/30*1em);
    }

    .yellow .backTxt {
        font-size: clamp(80px, 100/820*100vw, 100px);
    }
}
@media screen and (max-width: 500px) {
    .yellow .inner .message {
        font-size: clamp(14px, 16/500*100vw, 16px);
    }
    .yellow .backTxt {
        font-size: clamp(60px, 70/500*100vw, 70px);
    }
}