/* Component Name */
.CO16_GLB_rawcode_job_detail {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 160px 0;
}

.CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-title + .btn-group {
    margin-top: 40px;
    /* 221128 margin-bottom 제거 */
}

@media screen and (max-width: 1023px) {
    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-title + .btn-group {
        margin-top: 32px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-title + .btn-group {
        margin-bottom: 48px;
    }
}

.CO16_GLB_rawcode_job_detail-title {
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.33;
    color: #000000;
}

.CO16_GLB_rawcode_job_detail-textcont {
    margin-top: 60px;
    /* 221124 margin 수정 */
    font-family: 'Samsung One', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    color: #000000;
}

@media screen and (max-width: 1023px) {
    .CO16_GLB_rawcode_job_detail-textcont {
        margin-top: 60px;
        font-size: 15px;
        line-height: 1.47;
    }
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail-textcont {
        margin-top: 48px;
        font-size: 14px;
        line-height: 1.43;
    }
}

.CO16_GLB_rawcode_job_detail-textcont span {
    font-size: 100% !important;
    font-family: 'Samsung One', sans-serif !important;
}

/* 230418 수정 */
.CO16_GLB_rawcode_job_detail-textcont p > span {
    display: block;
}

/* 231103 제목 타이틀 설정 추가 */
.CO16_GLB_rawcode_job_detail-textcont .content-pay-transparency .title,
.CO16_GLB_rawcode_job_detail-textcont p > strong,
.CO16_GLB_rawcode_job_detail-textcont p > span > strong,
.CO16_GLB_rawcode_job_detail-textcont p > span > span > strong {
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.42;
    color: #000000;
}

/* //231103 제목 타이틀 설정 추가 */

.CO16_GLB_rawcode_job_detail-textcont strong span {
    font-family: 'Samsung Sharp Sans', sans-serif !important;
    font-weight: 700;
}

/* //230418 수정 */

/* 231116 추가 : 타이틀 위계 지정 */
.CO16_GLB_rawcode_job_detail-textcont .content-pay-transparency .description p span strong,
.CO16_GLB_rawcode_job_detail-textcont .content-pay-transparency .description + .title {
    font-size: 18px;
}

.CO16_GLB_rawcode_job_detail-textcont .content-pay-transparency .description p:first-child span strong {
    font-size: 24px;
}

/* //231116 추가 : 타이틀 위계 지정 */

@media screen and (max-width: 1023px) {
    .CO16_GLB_rawcode_job_detail-textcont strong {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    /* 231116 추가 : 타이틀 위계 지정 */
    .CO16_GLB_rawcode_job_detail-textcont .content-pay-transparency .description p span strong,
    .CO16_GLB_rawcode_job_detail-textcont .content-pay-transparency .description + .title {
        font-size: 15px;
    }

    .CO16_GLB_rawcode_job_detail-textcont
        .content-pay-transparency
        .description
        p:first-child
        span
        strong {
        font-size: 24px;
    }

    /* //231116 추가 : 타이틀 위계 지정 */
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail-textcont strong {
        font-size: 16px;
        line-height: 1.44;
        margin-bottom: 16px;
    }

    /* 231116 추가 : 타이틀 위계 지정 */
    .CO16_GLB_rawcode_job_detail-textcont .content-pay-transparency .description p span strong,
    .CO16_GLB_rawcode_job_detail-textcont .content-pay-transparency .description + .title {
        font-size: 14px;
    }

    .CO16_GLB_rawcode_job_detail-textcont
        .content-pay-transparency
        .description
        p:first-child
        span
        strong {
        font-size: 24px;
    }

    /* //231116 추가 : 타이틀 위계 지정 */
}

.CO16_GLB_rawcode_job_detail-textcont strong u {
    text-decoration: none;
    font-weight: inherit;
}

.CO16_GLB_rawcode_job_detail-textcont ul li {
    position: relative;
    padding-left: 10px;
    font-size: inherit !important;
    /* 231005 [DSW-10514] 폰트사이즈 수정 */
}

.CO16_GLB_rawcode_job_detail-textcont ul li:before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 10px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 12px;
}

.CO16_GLB_rawcode_job_detail-summary {
    margin-bottom: 80px;
    border-radius: 20px;
    margin-bottom: 80px;
    padding: 0 0 32px 0;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000;
}

.CO16_GLB_rawcode_job_detail-textcont .content-intro p span strong,
.CO16_GLB_rawcode_job_detail-textcont .pay-input p span strong,
.CO16_GLB_rawcode_job_detail-textcont .content-conclusion p span strong {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 1023px) {
    .CO16_GLB_rawcode_job_detail-summary {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail-summary {
        margin-bottom: 48px;
        padding: 24px;
        display: block;
    }
}

.CO16_GLB_rawcode_job_detail-summary:after {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    content: '';
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail-summary:after {
        display: none;
    }
}

.CO16_GLB_rawcode_job_detail-summary > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33% - 29px);
    flex: 0 1 calc(33% - 29px);
    -ms-flex-preferred-size: calc(33% - 29px);
    margin-top: 32px;
    margin-left: 32px;
}

@media screen and (max-width: 1023px) {
    .CO16_GLB_rawcode_job_detail-summary > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(32% - 29px);
        flex: 0 1 calc(32% - 29px);
        -ms-flex-preferred-size: calc(32% - 29px);
    }
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail-summary > div {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 24px;
    }

    .CO16_GLB_rawcode_job_detail-summary > div:last-child {
        margin-bottom: 0;
    }
}

.CO16_GLB_rawcode_job_detail-summary > div dt {
    font-size: 1.8rem;
    line-height: 1.39;
    font-weight: 700;
    font-family: 'Samsung Sharp Sans', sans-serif;
    margin-bottom: 9px;
}

@media screen and (max-width: 1023px) {
    .CO16_GLB_rawcode_job_detail-summary > div dt {
        font-size: 1.6rem;
        line-height: 1.44;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail-summary > div dt {
        font-size: 1.4rem;
        line-height: 1.43;
    }
}

.CO16_GLB_rawcode_job_detail-summary > div dd {
    font-size: 1.6rem;
    line-height: 1.44;
}

@media screen and (max-width: 1023px) {
    .CO16_GLB_rawcode_job_detail-summary > div dd {
        font-size: 1.4rem;
        line-height: 1.43;
    }
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail-summary > div dd {
        font-size: 1.2rem;
        line-height: 1.33;
    }
}

.CO16_GLB_rawcode_job_detail .btn-group {
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .CO16_GLB_rawcode_job_detail .btn-group {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail .btn-group {
        margin-top: 40px;
    }
}

.CO16_GLB_rawcode_job_detail-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
        color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
        font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
        color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
        font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
        color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
        font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    border: none;
    vertical-align: middle;
    color: #000000;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    /**/
    padding: 0 24px;
    border-radius: 20px;
    border: none;
}

.CO16_GLB_rawcode_job_detail-btn.disabled,
.CO16_GLB_rawcode_job_detail-btn:disabled,
.CO16_GLB_rawcode_job_detail-btn [aria-disabled='true'] {
    cursor: not-allowed;
    pointer-events: none;
}

.CO16_GLB_rawcode_job_detail-btn.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
}

.CO16_GLB_rawcode_job_detail-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
}

@media screen and (max-width: 1023px) {
    .CO16_GLB_rawcode_job_detail-btn.btn-medium {
        height: 32px;
        line-height: 32px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail-btn.btn-medium {
        padding: 0 12px;
    }
}

.CO16_GLB_rawcode_job_detail-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
}

@media screen and (max-width: 1023px) {
    .CO16_GLB_rawcode_job_detail-btn.btn-small {
        height: 28px;
        line-height: 28px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail-btn.btn-small {
        padding: 0 12px;
    }
}

.CO16_GLB_rawcode_job_detail-btn.none-border {
    border: none;
}

.CO16_GLB_rawcode_job_detail-btn.icon-left:before {
    content: '';
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO16_GLB_rawcode_job_detail-btn.icon-right:after {
    content: '';
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO16_GLB_rawcode_job_detail-btn.dark-bg {
    background-color: #ffffff;
    color: #000000;
}

.CO16_GLB_rawcode_job_detail-btn.dark-bg.icon-left:before,
.CO16_GLB_rawcode_job_detail-btn.dark-bg.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO16_GLB_rawcode_job_detail-btn.dark-bg:active,
.CO16_GLB_rawcode_job_detail-btn.dark-bg:focus-visible {
    color: #000000;
    background-color: #eeeeee;
}

.CO16_GLB_rawcode_job_detail-btn.dark-bg:active.icon-left:before,
.CO16_GLB_rawcode_job_detail-btn.dark-bg:active.icon-right:after,
.CO16_GLB_rawcode_job_detail-btn.dark-bg:focus-visible.icon-left:before,
.CO16_GLB_rawcode_job_detail-btn.dark-bg:focus-visible.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
    .CO16_GLB_rawcode_job_detail-btn.dark-bg:hover {
        color: #000000;
        background-color: #eeeeee;
    }

    .CO16_GLB_rawcode_job_detail-btn.dark-bg:hover.icon-left:before,
    .CO16_GLB_rawcode_job_detail-btn.dark-bg:hover.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
}

.CO16_GLB_rawcode_job_detail-btn.dark-bg.disabled,
.CO16_GLB_rawcode_job_detail-btn.dark-bg:disabled,
.CO16_GLB_rawcode_job_detail-btn.dark-bg [aria-disabled='true'] {
    color: #8f8f8f;
    background-color: #555555;
}

.CO16_GLB_rawcode_job_detail-btn.dark-bg.disabled.icon-left:before,
.CO16_GLB_rawcode_job_detail-btn.dark-bg.disabled.icon-right:after,
.CO16_GLB_rawcode_job_detail-btn.dark-bg:disabled.icon-left:before,
.CO16_GLB_rawcode_job_detail-btn.dark-bg:disabled.icon-right:after,
.CO16_GLB_rawcode_job_detail-btn.dark-bg [aria-disabled='true'].icon-left:before,
.CO16_GLB_rawcode_job_detail-btn.dark-bg [aria-disabled='true'].icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO16_GLB_rawcode_job_detail-btn.light-bg {
    background-color: #000000;
    color: #ffffff;
}

.CO16_GLB_rawcode_job_detail-btn.light-bg.icon-left:before,
.CO16_GLB_rawcode_job_detail-btn.light-bg.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO16_GLB_rawcode_job_detail-btn.light-bg:active,
.CO16_GLB_rawcode_job_detail-btn.light-bg:focus-visible {
    color: #eeeeee;
    background-color: #333333;
}

.CO16_GLB_rawcode_job_detail-btn.light-bg:active.icon-left:before,
.CO16_GLB_rawcode_job_detail-btn.light-bg:active.icon-right:after,
.CO16_GLB_rawcode_job_detail-btn.light-bg:focus-visible.icon-left:before,
.CO16_GLB_rawcode_job_detail-btn.light-bg:focus-visible.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
    .CO16_GLB_rawcode_job_detail-btn.light-bg:hover {
        color: #eeeeee;
        background-color: #333333;
    }

    .CO16_GLB_rawcode_job_detail-btn.light-bg:hover.icon-left:before,
    .CO16_GLB_rawcode_job_detail-btn.light-bg:hover.icon-right:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
}

.CO16_GLB_rawcode_job_detail-btn.light-bg.disabled,
.CO16_GLB_rawcode_job_detail-btn.light-bg:disabled,
.CO16_GLB_rawcode_job_detail-btn.light-bg [aria-disabled='true'] {
    color: #aaaaaa;
    background-color: #dddddd;
}

.CO16_GLB_rawcode_job_detail-btn.light-bg.disabled.icon-left:before,
.CO16_GLB_rawcode_job_detail-btn.light-bg.disabled.icon-right:after,
.CO16_GLB_rawcode_job_detail-btn.light-bg:disabled.icon-left:before,
.CO16_GLB_rawcode_job_detail-btn.light-bg:disabled.icon-right:after,
.CO16_GLB_rawcode_job_detail-btn.light-bg [aria-disabled='true'].icon-left:before,
.CO16_GLB_rawcode_job_detail-btn.light-bg [aria-disabled='true'].icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 1023px) {
    .CO16_GLB_rawcode_job_detail {
        padding: 120px 32px;
        max-width: 100%;
    }

    .CO16_GLB_rawcode_job_detail-title {
        font-size: 42px;
        line-height: 1.33;
    }

    .CO16_GLB_rawcode_job_detail-btn {
        margin-top: 0;
    }

    .tab-hide-br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail {
        padding: 80px 24px;
    }

    .CO16_GLB_rawcode_job_detail-title {
        font-size: 28px;
        line-height: 1.39;
    }

    .m-hide-br {
        display: none;
    }
}

/* 221114 JD Intro/Outro API 내용 영역 css 수정 */
.CO16_GLB_rawcode_job_detail-textcont .content-conclusion p br {
    display: none;
    /* 221116 br태그 제거 css 수정 */
}

/* .CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span:nth-child(n+5) strong{
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span:nth-child(n+5) strong{
    font-size: 15px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span:nth-child(n+5) strong {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
} */
/* 221116 br태그 제거 css 수정 */
.CO16_GLB_rawcode_job_detail-textcont .content-intro p br {
    display: none;
}

/* 221124 여백 및 API What We Offer 2depth 레이아웃 수정 */
.CO16_GLB_rawcode_job_detail-textcont .content-intro strong {
    margin-bottom: 20px;
}

/* 
.CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span:nth-child(n+5){
  display: block;
}
.CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span:nth-child(n+5) strong{
  display: inline-block;
  margin: 0 5px 0 8px;
  position: relative;
}
.CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span:nth-child(5) strong{
  margin-top: 24px;
}
.CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span:nth-child(n+5) strong::before{
  content:'';
  width: 2px;
  height: 2px;
  border-radius: 10px;
  background-color: #000;
  position: absolute;
  left: -8px;
  top: 12px;
} */

/* 230418 여백 및 API What We Offer 레이아웃 수정 */
.CO16_GLB_rawcode_job_detail-textcont .content-pay-transparency .pay-input p {
    margin-bottom: 12px;
}

.CO16_GLB_rawcode_job_detail-textcont .content-pay-transparency .pay-input p br {
    display: none;
}

/* .CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child {
  margin-top:12px;
} */
.CO16_GLB_rawcode_job_detail-textcont .content-conclusion > p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

/* .CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span strong{
  font-family: "Samsung One";
  font-weight: 700;
  font-size: 18px;
} */
@media screen and (max-width: 1023px) {
    .CO16_GLB_rawcode_job_detail-textcont .content-pay-transparency .pay-input p {
        margin-bottom: 10px;
    }

    /* .CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child {
    margin-top:10px;
  } */
    /* .CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span strong{
    font-size: 15px;
  } */
}

@media screen and (max-width: 767px) {
    /* .CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span strong {
    font-size: 14px;
  } */
}

/* .CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span{
  position:relative;
  display: block;
  padding-left:10px;
}
.CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span::before{
  content:'';
  width: 2px;
  height: 2px;
  border-radius: 10px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 12px;
}
.CO16_GLB_rawcode_job_detail-textcont .content-conclusion p:first-child span strong{
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
} */

/* 221205 fab-area css 추가 */
.CO16_GLB_rawcode_job_detail .fab-area {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
}

.CO16_GLB_rawcode_job_detail .fab-area.active {
    opacity: 1;
    visibility: visible;
}

.CO16_GLB_rawcode_job_detail .fab-area .btn-goTop {
    font-size: 0;
    text-indent: -9999px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /* 241025 Nanoa 관련 btn css 수정 */
    width: 56px;
    height: 56px;
    background-size: 28px 28px;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 11px 1px rgb(0 0 0 / 12%);
    box-shadow: 3px 3px 11px 1px rgb(0 0 0 / 12%);
    background: #fff
        url(../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-up-highest.svg)
        no-repeat center/24px;
}

/* CO16_GLB_rawcode_job_detail-sns css 추가 */
.CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns-mobile-link {
    display: none;
}

.CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns {
    margin-top: 40px;
}

.CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns-item {
    margin-left: 16px;
}

.CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns-item:first-child {
    margin-left: 0;
}

.CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns__link {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #dddddd;
    border-radius: 50%;
    font-size: 0;
    vertical-align: top;
}

.CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns__link.facebook {
    background: #fff
        url(../../../../../../designs/global/common/resources/img/icon/icon-share-facebook-white.svg)
        no-repeat center;
}

/* 240528 Twitter-X 아이콘 수정 */
.CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns__link.twitter {
    background: #fff
        url(../../../../../../designs/global/common/resources/img/icon/icon_bold_share_twitterx_wt.svg)
        no-repeat center/ 100%;
}

.CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns__link.linkedin {
    background: #fff
        url(../../../../../../designs/global/common/resources/img/icon/icon-share-linked-in-white.svg)
        no-repeat center / 100%;
}

.CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns__link.mail {
    background: #fff
        url(../../../../../../designs/global/common/resources/img/icon/icon-share-mail-white.svg)
        no-repeat center;
}

.CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns__link.share {
    background: #fff
        url(../../../../../../designs/global/common/resources/img/icon/icon-share-link-white.svg)
        no-repeat center;
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns {
        position: fixed;
        bottom: 24px;
        right: 24px;
        border-radius: 50px;
        z-index: 200;
        /* 230117 z-index 값 수정 */
        /* 241025 Nanoa 관련 btn css 수정 */
        -webkit-box-shadow: 3px 3px 11px 1px rgb(0 0 0 / 12%);
        box-shadow: 3px 3px 11px 1px rgb(0 0 0 / 12%);
    }

    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns.active {
        /* 241025 Nanoa 관련 btn css 수정 */
        bottom: 92px;
    }

    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns-mobile-link {
        display: block;
        /* 241025 Nanoa 관련 btn css 수정 */
        width: 56px;
        height: 56px;
        background-size: 24px 24px;
        border-radius: 50%;
        background: #fff
            url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-share.svg')
            center center no-repeat;
    }

    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns-area {
        display: none;
        position: absolute;
        /* 241025 Nanoa 관련 btn css 수정 */
        bottom: 0;
        left: auto;
        right: calc(56px + 12px);
        width: auto;
        height: 56px;
        padding: 8px 12px;
        border-radius: 27px;
        background: #fff;
        -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.12);
        box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.12);
    }

    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns-area.active {
        /* 241025 Nanoa 관련 btn css 수정 */
        display: flex;
        justify-content: flex-end;
    }

    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns-item {
        /* 241025 Nanoa 관련 btn css 수정 */
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    /* 241025 Nanoa 관련 btn css 수정 */
    /* .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns-item:last-child {
        margin: 0;
    } */

    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns__link.facebook {
        background: #fff
            url(../../../../../../designs/global/common/resources/img/icon/icon-share-facebook-white-nobg-big.svg)
            no-repeat center;
    }

    /* 240528 Twitter-X 아이콘 수정 */
    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns__link.twitter {
        background: #fff
            url(../../../../../../designs/global/common/resources/img/icon/icon-bold-twitterx-black_2.svg)
            no-repeat center / 100%;
    }

    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns__link.linkedin {
        background: #fff
            url(../../../../../../designs/global/common/resources/img/icon/icon-share-linked-in-white-nobg-big.svg)
            no-repeat center / 100%;
    }

    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns__link.mail {
        background: #fff
            url(../../../../../../designs/global/common/resources/img/icon/icon-share-mail-white-nobg-big.svg)
            no-repeat center;
    }

    .CO16_GLB_rawcode_job_detail .CO16_GLB_rawcode_job_detail-sns__link.share {
        background: #fff
            url(../../../../../../designs/global/common/resources/img/icon/icon-share-link-white-nobg-big.svg)
            no-repeat center;
    }
}

/* 221206 여백 css 추가수정 */
.CO16_GLB_rawcode_job_detail-textcont .content-intro p:first-child {
    margin-bottom: 12px;
}

/* 230418 간격수정 */
.CO16_GLB_rawcode_job_detail-textcont > p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

/* //230418 간격수정 */
/* .CO16_GLB_rawcode_job_detail-textcont > p strong,
.CO16_GLB_rawcode_job_detail-textcont .content-conclusion strong{
  margin-top: 48px;
  margin-bottom: 16px;
} */
/* .CO16_GLB_rawcode_job_detail-textcont > p:nth-child(4),
.CO16_GLB_rawcode_job_detail-textcont > p:nth-child(5){
  margin-bottom: 12px;
} */
@media screen and (max-width: 1023px) {
    /* .CO16_GLB_rawcode_job_detail-textcont > p strong,
  .CO16_GLB_rawcode_job_detail-textcont .content-conclusion strong{
    margin-top: 40px;
    margin-bottom: 12px;
  } */
    /* .CO16_GLB_rawcode_job_detail-textcont .content-intro p:first-child{
    margin-bottom: 10px;
  }
  .CO16_GLB_rawcode_job_detail-textcont > p:nth-child(4),
  .CO16_GLB_rawcode_job_detail-textcont > p:nth-child(5){
    margin-bottom: 10px;
  } */
}

@media screen and (max-width: 767px) {
    /* .CO16_GLB_rawcode_job_detail-textcont > p strong,
  .CO16_GLB_rawcode_job_detail-textcont .content-conclusion strong{
    margin-top: 32px;
    margin-bottom: 8px;
  } */
}

/* 221208 '.' 제거 */
.CO16_GLB_rawcode_job_detail-textcont > p:nth-child(4) strong {
    display: none;
}

/* 2024-05-23 */
.CO16_GLB_rawcode_job_detail-commet p {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .CO16_GLB_rawcode_job_detail-commet p {
        margin-top: 10px;
    }
}

.CO16_GLB_rawcode_job_detail-commet strong {
    font-weight: 700;
}

/* Component Name */
.CO32_GLB_rawcode_job_detail_emea {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 160px 0;
}

.CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-title + .btn-group {
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-title + .btn-group {
    margin-top: 32px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-title + .btn-group {
    margin-bottom: 48px;
  }
}

.CO32_GLB_rawcode_job_detail_emea-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.33;
  color: #000000;
}

.CO32_GLB_rawcode_job_detail_emea-textcont {
  margin-top: 60px;
  font-family: "Samsung One", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
}
.CO32_GLB_rawcode_job_detail_emea-textcont p:empty {
  min-height:21px;
}
.CO32_GLB_rawcode_job_detail_emea-textcont p b,
.CO32_GLB_rawcode_job_detail_emea-textcont p b span {
  display:block;
  font-family: "Samsung Sharp Sans";
  font-weight:700;
  font-size: 24px;
  line-height:1.42;
  margin-top:27px;
}
.CO32_GLB_rawcode_job_detail_emea-textcont .CO32_GLB_rawcode_job_detail_emea-data p:last-child {
  line-height:24px;
}
.CO32_GLB_rawcode_job_detail_emea-textcont .CO32_GLB_rawcode_job_detail_emea-data p:last-child a {
  color:#006ff2;
  text-decoration: underline;
}
.CO32_GLB_rawcode_job_detail_emea-textcont ul,
.CO32_GLB_rawcode_job_detail_emea-textcont ol {
  padding:0 30px 0 16px;
  margin-top:12px;
}
.CO32_GLB_rawcode_job_detail_emea-textcont ul li {
  list-style: disc;
}
.CO32_GLB_rawcode_job_detail_emea-textcont ol li {
  list-style: auto;
}

.CO32_GLB_rawcode_job_detail_emea-disclaimer {
  font-family: "Samsung One", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.44;
  color: #757575;
}
.CO32_GLB_rawcode_job_detail_emea-disclaimer > p:first-child {
  margin-top: 30px;
}

@media screen and (max-width: 1023px) {
  .CO32_GLB_rawcode_job_detail_emea-textcont {
    margin-top: 60px;
    font-size: 15px;
    line-height: 1.47;
  }
  .CO32_GLB_rawcode_job_detail_emea-textcont p b,
  .CO32_GLB_rawcode_job_detail_emea-textcont p b span {
    font-size: 20px;
    line-height:1.4;
    margin-top:19px;
  }
}

@media screen and (max-width: 767px) {
  .CO32_GLB_rawcode_job_detail_emea-textcont {
    margin-top: 48px;
    font-size: 14px;
    line-height: 1.43;
  }
  .CO32_GLB_rawcode_job_detail_emea-textcont p b,
  .CO32_GLB_rawcode_job_detail_emea-textcont p b span {
    font-size: 16px;
    line-height:1.44;
    margin-top:11px;
  }
  .CO32_GLB_rawcode_job_detail_emea-textcont .CO32_GLB_rawcode_job_detail_emea-data p:last-child {
    line-height:20px;
  }
}

.CO32_GLB_rawcode_job_detail_emea-summary {
  margin-bottom: 80px;
  border-radius: 20px;
  margin-bottom: 80px;
  padding: 0 0 32px 0;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .CO32_GLB_rawcode_job_detail_emea-summary {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .CO32_GLB_rawcode_job_detail_emea-summary {
    margin-bottom: 48px;
    padding: 24px;
    display: block;
  }
}

.CO32_GLB_rawcode_job_detail_emea-summary:after {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  content: '';
}

@media screen and (max-width: 767px) {
  .CO32_GLB_rawcode_job_detail_emea-summary:after {
    display: none;
  }
}

.CO32_GLB_rawcode_job_detail_emea-summary > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33% - 29px);
  flex: 0 1 calc(33% - 29px);
  -ms-flex-preferred-size: calc(33% - 29px);
  margin-top: 32px;
  margin-left: 32px;
}

@media screen and (max-width: 1023px) {
  .CO32_GLB_rawcode_job_detail_emea-summary > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(32% - 29px);
    flex: 0 1 calc(32% - 29px);
    -ms-flex-preferred-size: calc(32% - 29px);
  }
}

@media screen and (max-width: 767px) {
  .CO32_GLB_rawcode_job_detail_emea-summary > div {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .CO32_GLB_rawcode_job_detail_emea-summary > div:last-child {
    margin-bottom: 0;
  }
}

.CO32_GLB_rawcode_job_detail_emea-summary > div dt {
  font-size: 1.8rem;
  line-height: 1.39;
  font-weight: 700;
  font-family: "Samsung Sharp Sans", sans-serif;
  margin-bottom: 9px;
}

@media screen and (max-width: 1023px) {
  .CO32_GLB_rawcode_job_detail_emea-summary > div dt {
    font-size: 1.6rem;
    line-height: 1.44;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .CO32_GLB_rawcode_job_detail_emea-summary > div dt {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}

.CO32_GLB_rawcode_job_detail_emea-summary > div dd {
  font-size: 1.6rem;
  line-height: 1.44;
}

@media screen and (max-width: 1023px) {
  .CO32_GLB_rawcode_job_detail_emea-summary > div dd {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}

@media screen and (max-width: 767px) {
  .CO32_GLB_rawcode_job_detail_emea-summary > div dd {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}

.CO32_GLB_rawcode_job_detail_emea .btn-group {
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 0;
  text-align:center;
}

@media screen and (max-width: 1023px) {
  .CO32_GLB_rawcode_job_detail_emea .btn-group {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .CO32_GLB_rawcode_job_detail_emea .btn-group {
    margin-top: 40px;
  }
}

.CO32_GLB_rawcode_job_detail_emea-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  padding: 0 24px;
  border-radius: 20px;
  border: none;
}

.CO32_GLB_rawcode_job_detail_emea-btn.disabled, .CO32_GLB_rawcode_job_detail_emea-btn:disabled,
.CO32_GLB_rawcode_job_detail_emea-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO32_GLB_rawcode_job_detail_emea-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO32_GLB_rawcode_job_detail_emea-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO32_GLB_rawcode_job_detail_emea-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO32_GLB_rawcode_job_detail_emea-btn.btn-medium {
    padding: 0 12px;
  }
}

.CO32_GLB_rawcode_job_detail_emea-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO32_GLB_rawcode_job_detail_emea-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO32_GLB_rawcode_job_detail_emea-btn.btn-small {
    padding: 0 12px;
  }
}

.CO32_GLB_rawcode_job_detail_emea-btn.none-border {
  border: none;
}

.CO32_GLB_rawcode_job_detail_emea-btn.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO32_GLB_rawcode_job_detail_emea-btn.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO32_GLB_rawcode_job_detail_emea-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.CO32_GLB_rawcode_job_detail_emea-btn.dark-bg.icon-left:before, .CO32_GLB_rawcode_job_detail_emea-btn.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO32_GLB_rawcode_job_detail_emea-btn.dark-bg:active, .CO32_GLB_rawcode_job_detail_emea-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.CO32_GLB_rawcode_job_detail_emea-btn.dark-bg:active.icon-left:before, .CO32_GLB_rawcode_job_detail_emea-btn.dark-bg:active.icon-right:after, .CO32_GLB_rawcode_job_detail_emea-btn.dark-bg:focus-visible.icon-left:before, .CO32_GLB_rawcode_job_detail_emea-btn.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .CO32_GLB_rawcode_job_detail_emea-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .CO32_GLB_rawcode_job_detail_emea-btn.dark-bg:hover.icon-left:before, .CO32_GLB_rawcode_job_detail_emea-btn.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.CO32_GLB_rawcode_job_detail_emea-btn.dark-bg.disabled, .CO32_GLB_rawcode_job_detail_emea-btn.dark-bg:disabled,
.CO32_GLB_rawcode_job_detail_emea-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.CO32_GLB_rawcode_job_detail_emea-btn.dark-bg.disabled.icon-left:before, .CO32_GLB_rawcode_job_detail_emea-btn.dark-bg.disabled.icon-right:after, .CO32_GLB_rawcode_job_detail_emea-btn.dark-bg:disabled.icon-left:before, .CO32_GLB_rawcode_job_detail_emea-btn.dark-bg:disabled.icon-right:after,
.CO32_GLB_rawcode_job_detail_emea-btn.dark-bg [aria-disabled='true'].icon-left:before,
.CO32_GLB_rawcode_job_detail_emea-btn.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO32_GLB_rawcode_job_detail_emea-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.CO32_GLB_rawcode_job_detail_emea-btn.light-bg.icon-left:before, .CO32_GLB_rawcode_job_detail_emea-btn.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO32_GLB_rawcode_job_detail_emea-btn.light-bg:active, .CO32_GLB_rawcode_job_detail_emea-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.CO32_GLB_rawcode_job_detail_emea-btn.light-bg:active.icon-left:before, .CO32_GLB_rawcode_job_detail_emea-btn.light-bg:active.icon-right:after, .CO32_GLB_rawcode_job_detail_emea-btn.light-bg:focus-visible.icon-left:before, .CO32_GLB_rawcode_job_detail_emea-btn.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .CO32_GLB_rawcode_job_detail_emea-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .CO32_GLB_rawcode_job_detail_emea-btn.light-bg:hover.icon-left:before, .CO32_GLB_rawcode_job_detail_emea-btn.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.CO32_GLB_rawcode_job_detail_emea-btn.light-bg.disabled, .CO32_GLB_rawcode_job_detail_emea-btn.light-bg:disabled,
.CO32_GLB_rawcode_job_detail_emea-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.CO32_GLB_rawcode_job_detail_emea-btn.light-bg.disabled.icon-left:before, .CO32_GLB_rawcode_job_detail_emea-btn.light-bg.disabled.icon-right:after, .CO32_GLB_rawcode_job_detail_emea-btn.light-bg:disabled.icon-left:before, .CO32_GLB_rawcode_job_detail_emea-btn.light-bg:disabled.icon-right:after,
.CO32_GLB_rawcode_job_detail_emea-btn.light-bg [aria-disabled='true'].icon-left:before,
.CO32_GLB_rawcode_job_detail_emea-btn.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 1023px) {
  .CO32_GLB_rawcode_job_detail_emea {
    padding: 120px 32px;
    max-width: 100%;
  }
  .CO32_GLB_rawcode_job_detail_emea-title {
    font-size: 42px;
    line-height: 1.33;
  }
  .CO32_GLB_rawcode_job_detail_emea-btn {
    margin-top: 0;
  }
  .tab-hide-br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .CO32_GLB_rawcode_job_detail_emea {
    padding: 80px 24px;
  }
  .CO32_GLB_rawcode_job_detail_emea-title {
    font-size: 28px;
    line-height: 1.32;
  }
  .m-hide-br {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  
}
@media screen and (max-width: 767px) {
  
}

.CO32_GLB_rawcode_job_detail_emea .fab-area {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
}
.CO32_GLB_rawcode_job_detail_emea .fab-area.active {
  opacity: 1;
  visibility: visible;
}
.CO32_GLB_rawcode_job_detail_emea .fab-area .btn-goTop {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  -webkit-box-shadow: 3px 3px 11px 1px rgb(0 0 0 / 12%);
  box-shadow: 3px 3px 11px 1px rgb(0 0 0 / 12%);
  background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-up-highest.svg) no-repeat center/24px;
}

.CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns-mobile-link {
  display: none;
}

.CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns {
  margin-top: 40px;
}

.CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns-item {
  margin-left: 16px;
}

.CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns-item:first-child {
  margin-left: 0;
}

.CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns__link {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #dddddd;
  border-radius: 50%;
  font-size: 0;
  vertical-align: top;
}

.CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns__link.facebook {
  background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-share-facebook-white.svg) no-repeat center;
}

.CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns__link.twitter {
  background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon_bold_share_twitterx_wt.svg) no-repeat center/ 100%;
}

.CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns__link.linkedin {
  background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-share-linked-in-white.svg) no-repeat center / 100%;
}

.CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns__link.mail {
  background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-share-mail-white.svg) no-repeat center;
}

.CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns__link.share {
  background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-share-link-white.svg) no-repeat center;
}

@media screen and (max-width: 767px) {
  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns {
    position: fixed;
    bottom: 24px;
    right: 24px;
    border-radius: 50px;
    z-index: 200;
    -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.12);
  }
  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns.active {
    bottom: 80px;
  }
  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns-mobile-link {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-share.svg") center center no-repeat;
  }
  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns-area {
    display: none;
    position: absolute;
    bottom: 56px;
    left: 0;
    padding: 8px;
    border-radius: 27px;
    width: 48px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.12);
  }
  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns-area.active {
    display: block;
  }
  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns-item {
    margin: 0 0 12px 0;
  }
  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns-item:last-child {
    margin: 0;
  }
  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns__link.facebook {
    background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-share-facebook-white-nobg-big.svg) no-repeat center;
  }

  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns__link.twitter {
    background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-bold-twitterx-black_2.svg) no-repeat center / 100%;
  }

  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns__link.linkedin {
    background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-share-linked-in-white-nobg-big.svg) no-repeat center / 100%;
  }

  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns__link.mail {
    background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-share-mail-white-nobg-big.svg) no-repeat center;
  }

  .CO32_GLB_rawcode_job_detail_emea .CO32_GLB_rawcode_job_detail_emea-sns__link.share {
    background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-share-link-white-nobg-big.svg) no-repeat center;
  }
}

