.mohaet-home__interview,
.posting__interview {
    padding-top: 160px;
    padding-bottom: 124px
}

@media screen and (max-width:1200px) {
    .mohaet-home__interview,
    .posting__interview {
        padding: 32px 24px 94px
    }
}

@media screen and (max-width:767px) {
    .mohaet-home__interview,
    .posting__interview {
        padding: 0 0 61px
    }
}

.mohaet-home__interview .dim,
.posting__interview .dim {
    position: absolute;
    z-index: 21;
    width: calc(100vw - 51px);
    background: rgba(0, 0, 0, 0.3);
    height: 350px
}

.mohaet-home__interview--banner img,
.posting__interview--banner img {
    position: absolute;
    z-index: 20;
    height: 100%;
    width: 100%;
    display: block
}

.mohaet-home__interview--slide,
.posting__interview--slide {
    position: inherit;
    margin-top: 79px;
    width: 1212px
}

@media screen and (max-width:1200px) {
    .mohaet-home__interview--slide,
    .posting__interview--slide {
        width: 996px;
        margin-top: 36px
    }
}

@media screen and (max-width:767px) {
    .mohaet-home__interview--slide,
    .posting__interview--slide {
        margin-top: 38px;
        padding: 0 24px
    }
}

.mohaet-home__interview--slide .interview_cards .card,
.posting__interview--slide .interview_cards .card {
    margin-right: 24px;
    width: 384px
}

.mohaet-home__interview--slide .interview_cards .card__body,
.posting__interview--slide .interview_cards .card__body {
    padding: 24px 0 0
}

@media screen and (max-width:1200px) {
    .mohaet-home__interview--slide .interview_cards .card__body,
    .posting__interview--slide .interview_cards .card__body {
        padding: 8px 0 0
    }
}

.mohaet-home__interview--slide .interview_cards .card__banner,
.posting__interview--slide .interview_cards .card__banner {
    height: 288px
}

@media screen and (max-width:1200px) {
    .mohaet-home__interview--slide .interview_cards .card__banner,
    .posting__interview--slide .interview_cards .card__banner {
        height: 160px
    }
}

.mohaet-home__interview--slide .interview_cards .card__banner img,
.posting__interview--slide .interview_cards .card__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.mohaet-home__interview--title,
.posting__interview--title {
    position: relative;
    z-index: 30;
    padding-top: 70px;
    padding-bottom: 16px
}

@media screen and (max-width:1200px) {
    .mohaet-home__interview--title,
    .posting__interview--title {
        padding-top: 60px;
        padding-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .mohaet-home__interview--title,
    .posting__interview--title {
        padding-top: 40px;
        padding-bottom: 20px
    }
}

.mohaet-home__interview--title h1,
.posting__interview--title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    text-align: center
}

@media screen and (max-width:1200px) {
    .mohaet-home__interview--title h1,
    .posting__interview--title h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .mohaet-home__interview--title h1,
    .posting__interview--title h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        text-align: center
    }
}

.mohaet-home__interview--sub-title,
.posting__interview--sub-title {
    position: relative;
    z-index: 30;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px
}

@media screen and (max-width:767px) {
    .mohaet-home__interview--sub-title,
    .posting__interview--sub-title {
        padding-left: 25px;
        padding-bottom: 10px
    }
}

.mohaet-home__interview--sub-title h4,
.posting__interview--sub-title h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width:1200px) {
    .mohaet-home__interview--sub-title h4,
    .posting__interview--sub-title h4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .mohaet-home__interview--sub-title h4,
    .posting__interview--sub-title h4 {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        text-align: center
    }
}

.mohaet-home__interview--sub-title .link,
.posting__interview--sub-title .link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

.mohaet-home__interview--sub-title .link .icon,
.posting__interview--sub-title .link .icon {
    transition: -webkit-padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out, -webkit-padding 0.5s ease-in-out
}

.mohaet-home__interview--sub-title .link:hover .icon,
.posting__interview--sub-title .link:hover .icon {
    padding-left: 4px
}

.posting__body .q-field__native {
    transform: scale(0.875);
    transform-origin: left top;
    line-height: 23px;
    font-weight: 400
}

.posting__body textarea:-ms-input-placeholder {
    color: #989898;
    line-height: 24px
}

.posting__body textarea::placeholder {
    color: #989898;
    line-height: 24px
}

.posting__card {
    width: 100%;
    padding: 24px 24px 0 24px
}

.posting__card .q-badge {
    margin-right: 12px;
    height: 22px;
    font-size: 10px
}

.posting__card-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}

.posting__card-subtitle,
.posting__card-title {
    display: flex;
    align-items: center
}

.posting__card-subtitle p {
    font-size: 12px;
    line-height: 22px;
    color: #656565
}

.posting__card .text_content {
    font-size: 14px;
    line-height: 24px;
    word-wrap: break-word;
    word-break: keep-all;
    width: 100%;
    white-space: pre-line;
    margin-top: 4px;
    margin-right: 8px
}

.posting__card-like {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.posting__card-like p {
    font-size: 13px;
    line-height: 22px;
    color: #989898
}

.posting__card-like img {
    width: 16px
}

.posting__card-like .q-btn div {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #656565
}

@media screen and (max-width:767px) {
    .posting__form .posting__textarea,
    .posting__form .posting__textarea .posting__body {
        padding-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .posting__body {
        padding-bottom: 40px
    }
}

.posting__body .q-pagination {
    gap: 8px
}

@media screen and (max-width:767px) {
    .posting__body--summary {
        border: 1px solid #e6e6e6;
        border-top: 0;
        border-bottom: 0;
        background: #fff;
        padding-top: 16px
    }
}

.posting__body--summary .summary__wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 16px
}

@media screen and (max-width:767px) {
    .posting__body--summary .summary__wrap {
        margin-left: 16px;
        margin-right: 16px;
        border-top: 1px solid #e6e6e6
    }
}

.posting__body--title {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .posting__body--title {
        padding: 0 24px
    }
}

.posting__body .q-field__inner {
    border: 1px solid #ebebeb;
    border-radius: 8px
}

.posting__body .q-field__control:after {
    border: 0
}

.posting__body.q-field--focused .q-field__inner {
    border: 1px solid #000 !important
}

.posting__body .q-field__native {
    padding: 8px 0;
    font-size: 16px
}

.posting__body .q-placeholder {
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.posting__body .q-textarea .q-field__control {
    padding: 0 16px;
    height: 280px
}

@media screen and (max-width:1200px) {
    .posting__body .q-textarea .q-field__control {
        height: 240px
    }
}

@media screen and (max-width:767px) {
    .posting__body .q-textarea .q-field__control {
        height: 115px
    }
}

.posting__body .text-field .q-field__inner {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background: var(--gray-gray-f-8-f-8-f-8, #f8f8f8)
}

@media screen and (max-width:767px) {
    .posting__body .text-field .q-field__inner {
        background: #fff;
        border-radius: 10px 10px 0 0;
        border: 1px solid #ebebeb !important;
        border-bottom: 0 !important
    }
}

.posting__body .text-field .q-field--focused .q-field__inner {
    border: 1px solid #ebebeb !important
}

.posting--title h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px
}

@media screen and (max-width:767px) {
    .posting--title h5 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px
    }
}

.posting--my {
    display: flex;
    justify-content: center
}

.posting--my p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.posting--my .icon {
    transition: -webkit-padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out, -webkit-padding 0.5s ease-in-out
}

.posting--my:hover .icon {
    padding-left: 8px
}

.posting__card {
    padding: 0
}

.posting__card .review-card {
    width: 100%;
    max-width: 100%;
    padding: 0 0 24px 0
}

.posting__card .review-card--bottom {
    margin-top: 24px
}

@media screen and (max-width:767px) {
    .posting__card .review-card--bottom {
        margin-top: 16px
    }
}

.posting__card .review-card__header {
}

.posting__card .review-card__body {
    padding: 0
}

.posting__card .review-card--badge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding-bottom: 16px
}

@media screen and (max-width:767px) {
    .posting__card .review-card--badge {
        padding-bottom: 10px
    }
}

.posting__card .review-card--badge .badge {
    display: flex;
    height: 32px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #f2f2f2
}

@media screen and (max-width:767px) {
    .posting__card .review-card--badge .badge {
        height: 24px;
        background: var(--Sub-Color-Sub-Color-05, #eeeef4)
    }
}

.posting__card .review-card--badge .badge p {
    color: var(--Gray-Gray_404040, #404040);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.posting__card .review-card--title {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px
}

@media screen and (max-width:767px) {
    .posting__card .review-card--title {
        padding-bottom: 4px
    }
}

.posting__card .review-card--photo {
    display: flex;
    padding-bottom: 24px
}

.posting__card .review-card--photo img {
    width: 80px;
    height: 80px;
    border-radius: 10px
}

@media screen and (max-width:767px) {
    .posting__card .review-card--photo img {
        width: 60px;
        height: 60px
    }
}

.posting__card .review-card--alert {
    background: #f8f8f8;
    border-radius: 8px
}

.posting__card .review-card--author p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

@media screen and (max-width:767px) {
    .posting__card .review-card--author p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }
}

.posting__card .review-card--date p {
    color: #9e9e9e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.posting__card .review-card--sub-title p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px
}

@media screen and (max-width:767px) {
    .posting__card .review-card--sub-title p {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px
    }
}

.posting__card .review-card--content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
    word-break: keep-all;
    width: 100%;
    white-space: pre-line
}

@media screen and (max-width:767px) {
    .posting__card .review-card--content {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }
}

.posting__card .review-card--like {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 24px
}

@media screen and (max-width:767px) {
    .posting__card .review-card--like {
        padding-top: 16px
    }
}

.posting__card .review-card--like .like--label {
    color: var(--gray-black, #000);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.posting__card .review-card .q-badge {
    margin-right: 12px;
    height: 22px;
    font-size: 10px
}

.posting__card .qna-card {
    width: 100%;
    max-width: 100%;
    padding: 0px 0px 24px 0px
}

.posting__card .qna-card--bottom {
    margin-top: 24px
}

@media screen and (max-width:767px) {
    .posting__card .qna-card--bottom {
        margin-top: 16px
    }
}

.posting__card .qna-card__header--info {
    display: flex;
    justify-content: space-between
}

.posting__card .qna-card__header--info .box {
    display: flex;
    align-items: center;
    gap: 10px
}

.posting__card .qna-card__header--badge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding-bottom: 16px
}

@media screen and (max-width:767px) {
    .posting__card .qna-card__header--badge {
        padding-bottom: 10px
    }
}

.posting__card .qna-card__header--badge .badge {
    display: flex;
    height: 32px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #f2f2f2
}

@media screen and (max-width:767px) {
    .posting__card .qna-card__header--badge .badge {
        height: 24px;
        background: var(--Sub-Color-Sub-Color-05, #eeeef4)
    }
}

.posting__card .qna-card__header--badge .badge p {
    color: var(--Gray-Gray_404040, #404040);
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.posting__card .qna-card__body {
    padding: 0
}

.posting__card .qna-card__reply .reply {
    padding-top: 16px
}

.posting__card .qna-card__reply .reply__wrap {
    padding: 24px;
    border-radius: 15px;
    background: #fff9fa
}

.posting__card .qna-card__reply .reply__header--title p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px
}

@media screen and (max-width:767px) {
    .posting__card .qna-card__reply .reply__header--title p {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px
    }
}

.posting__card .qna-card__reply .reply__body {
    padding-top: 8px
}

.posting__card .qna-card__reply .reply--content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

@media screen and (max-width:767px) {
    .posting__card .qna-card__reply .reply--content {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }
}

.posting__card .qna-card--title {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px
}

@media screen and (max-width:767px) {
    .posting__card .qna-card--title {
        padding-bottom: 4px
    }
}

.posting__card .qna-card--title p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px
}

@media screen and (max-width:767px) {
    .posting__card .qna-card--title p {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px
    }
}

.posting__card .qna-card--photo {
    display: flex;
    padding-bottom: 24px
}

.posting__card .qna-card--photo img {
    width: 80px;
    height: 80px;
    border-radius: 10px
}

@media screen and (max-width:767px) {
    .posting__card .qna-card--photo img {
        width: 60px;
        height: 60px
    }
}

.posting__card .qna-card--more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 24px
}

@media screen and (max-width:767px) {
    .posting__card .qna-card--more {
        padding-top: 18px
    }
}

.posting__card .qna-card--more p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

@media screen and (max-width:767px) {
    .posting__card .qna-card--more p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }
}

.posting__card .qna-card--more .q-icon {
    transition: all 0.2s linear
}

.posting__card .qna-card--more .expansion {
    display: flex;
    align-items: center
}

.posting__card .qna-card--alert {
    background: #f8f8f8;
    border-radius: 8px
}

.posting__card .qna-card--author p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

@media screen and (max-width:767px) {
    .posting__card .qna-card--author p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }
}

.posting__card .qna-card--date p {
    color: #9e9e9e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.posting__card .qna-card--sub-title p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px
}

@media screen and (max-width:767px) {
    .posting__card .qna-card--sub-title p {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px
    }
}

.posting__card .qna-card--content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
    word-break: keep-all;
    width: 100%;
    white-space: pre-line
}

@media screen and (max-width:767px) {
    .posting__card .qna-card--content {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }
}

.posting__card .qna-card--like {
    display: flex;
    align-items: center;
    gap: 10px
}

.posting__card .qna-card--like .like--label {
    color: var(--gray-black, #000);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.posting__card .qna-card--badge {
    display: flex;
    height: 32px;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #f5f4ff
}

@media screen and (max-width:767px) {
    .posting__card .qna-card--badge {
        height: 24px
    }
}

.posting__card .qna-card--badge p {
    color: #484386;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.posting__card .qna-card .q-badge {
    margin-right: 12px;
    height: 22px;
    font-size: 10px
}

.q-separator {
    border: 0;
    background: rgba(0, 0, 0, 0.12);
    margin: 0;
    transition: background 0.3s, opacity 0.3s;
    flex-shrink: 0
}

.q-separator--dark {
    background: hsla(0, 0%, 100%, 0.28)
}

.q-separator--horizontal {
    display: block;
    height: 1px
}

.q-separator--horizontal-inset {
    margin-left: 16px;
    margin-right: 16px
}

.q-separator--horizontal-item-inset {
    margin-left: 72px;
    margin-right: 0
}

.q-separator--horizontal-item-thumbnail-inset {
    margin-left: 116px;
    margin-right: 0
}

.q-separator--vertical {
    width: 1px;
    height: auto;
    align-self: stretch
}

.q-separator--vertical-inset {
    margin-top: 8px;
    margin-bottom: 8px
}