/* Component Name */
.CO16_rawcode_job_detail {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 160px 0;
}

.CO16_rawcode_job_detail .CO16_rawcode_job_detail-title + .btn-group {
  margin-top: 40px;
  /* 221128 margin-bottom 제거 */
}

@media screen and (max-width: 1023px) {
  .CO16_rawcode_job_detail .CO16_rawcode_job_detail-title + .btn-group {
    margin-top: 32px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .CO16_rawcode_job_detail .CO16_rawcode_job_detail-title + .btn-group {
    margin-bottom: 48px;
  }
}

.CO16_rawcode_job_detail-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.33;
  color: #000000;
}

.CO16_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_rawcode_job_detail-textcont {
    margin-top: 60px;
    font-size: 15px;
    line-height: 1.47;
  }
}

@media screen and (max-width: 767px) {
  .CO16_rawcode_job_detail-textcont {
    margin-top: 48px;
    font-size: 14px;
    line-height: 1.43;
  }
}

.CO16_rawcode_job_detail-textcont span {
  font-size: 100% !important;
  font-family: "Samsung One", sans-serif !important;
}

.CO16_rawcode_job_detail-textcont strong {
  display: block;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  margin-top: 60px;
  margin-bottom: 24px;
  color: #000000;
}
/* 230413 폰트 수정 */
.CO16_rawcode_job_detail-textcont strong span {
  font-family: "Samsung Sharp Sans", sans-serif !important;
  font-weight:700;
}
/* //230413 폰트 수정 */

@media screen and (max-width: 1023px) {
  .CO16_rawcode_job_detail-textcont strong {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .CO16_rawcode_job_detail-textcont strong {
    font-size: 16px;
    line-height: 1.44;
    margin-bottom: 16px;
  }
}


.CO16_rawcode_job_detail-textcont strong u {
  text-decoration: none;
  font-weight: inherit;
}

.CO16_rawcode_job_detail-textcont ul li {
  position: relative;
  padding-left: 10px;
}

.CO16_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_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;
}

@media screen and (max-width: 1023px) {
  .CO16_rawcode_job_detail-summary {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .CO16_rawcode_job_detail-summary {
    margin-bottom: 48px;
    padding: 24px;
    display: block;
  }
}

.CO16_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_rawcode_job_detail-summary:after {
    display: none;
  }
}

.CO16_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_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_rawcode_job_detail-summary > div {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .CO16_rawcode_job_detail-summary > div:last-child {
    margin-bottom: 0;
  }
}

.CO16_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_rawcode_job_detail-summary > div dt {
    font-size: 1.6rem;
    line-height: 1.44;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .CO16_rawcode_job_detail-summary > div dt {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}

.CO16_rawcode_job_detail-summary > div dd {
  font-size: 1.6rem;
  line-height: 1.44;
}

@media screen and (max-width: 1023px) {
  .CO16_rawcode_job_detail-summary > div dd {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}

@media screen and (max-width: 767px) {
  .CO16_rawcode_job_detail-summary > div dd {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}

.CO16_rawcode_job_detail .btn-group {
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .CO16_rawcode_job_detail .btn-group {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .CO16_rawcode_job_detail .btn-group {
    margin-top: 40px;
  }
}

.CO16_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_rawcode_job_detail-btn.disabled, .CO16_rawcode_job_detail-btn:disabled,
.CO16_rawcode_job_detail-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO16_rawcode_job_detail-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO16_rawcode_job_detail-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO16_rawcode_job_detail-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO16_rawcode_job_detail-btn.btn-medium {
    padding: 0 12px;
  }
}

.CO16_rawcode_job_detail-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO16_rawcode_job_detail-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO16_rawcode_job_detail-btn.btn-small {
    padding: 0 12px;
  }
}

.CO16_rawcode_job_detail-btn.none-border {
  border: none;
}

.CO16_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_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_rawcode_job_detail-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.CO16_rawcode_job_detail-btn.dark-bg.icon-left:before, .CO16_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_rawcode_job_detail-btn.dark-bg:active, .CO16_rawcode_job_detail-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.CO16_rawcode_job_detail-btn.dark-bg:active.icon-left:before, .CO16_rawcode_job_detail-btn.dark-bg:active.icon-right:after, .CO16_rawcode_job_detail-btn.dark-bg:focus-visible.icon-left:before, .CO16_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_rawcode_job_detail-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .CO16_rawcode_job_detail-btn.dark-bg:hover.icon-left:before, .CO16_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_rawcode_job_detail-btn.dark-bg.disabled, .CO16_rawcode_job_detail-btn.dark-bg:disabled,
.CO16_rawcode_job_detail-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.CO16_rawcode_job_detail-btn.dark-bg.disabled.icon-left:before, .CO16_rawcode_job_detail-btn.dark-bg.disabled.icon-right:after, .CO16_rawcode_job_detail-btn.dark-bg:disabled.icon-left:before, .CO16_rawcode_job_detail-btn.dark-bg:disabled.icon-right:after,
.CO16_rawcode_job_detail-btn.dark-bg [aria-disabled='true'].icon-left:before,
.CO16_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_rawcode_job_detail-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.CO16_rawcode_job_detail-btn.light-bg.icon-left:before, .CO16_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_rawcode_job_detail-btn.light-bg:active, .CO16_rawcode_job_detail-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.CO16_rawcode_job_detail-btn.light-bg:active.icon-left:before, .CO16_rawcode_job_detail-btn.light-bg:active.icon-right:after, .CO16_rawcode_job_detail-btn.light-bg:focus-visible.icon-left:before, .CO16_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_rawcode_job_detail-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .CO16_rawcode_job_detail-btn.light-bg:hover.icon-left:before, .CO16_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_rawcode_job_detail-btn.light-bg.disabled, .CO16_rawcode_job_detail-btn.light-bg:disabled,
.CO16_rawcode_job_detail-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.CO16_rawcode_job_detail-btn.light-bg.disabled.icon-left:before, .CO16_rawcode_job_detail-btn.light-bg.disabled.icon-right:after, .CO16_rawcode_job_detail-btn.light-bg:disabled.icon-left:before, .CO16_rawcode_job_detail-btn.light-bg:disabled.icon-right:after,
.CO16_rawcode_job_detail-btn.light-bg [aria-disabled='true'].icon-left:before,
.CO16_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_rawcode_job_detail {
    padding: 120px 32px;
    max-width: 100%;
  }
  .CO16_rawcode_job_detail-title {
    font-size: 42px;
    line-height: 1.33;
  }
  .CO16_rawcode_job_detail-btn {
    margin-top: 0;
  }
  .tab-hide-br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .CO16_rawcode_job_detail {
    padding: 80px 24px;
  }
  .CO16_rawcode_job_detail-title {
    font-size: 28px;
    line-height: 1.39;
  }
  .m-hide-br {
    display: none;
  }
}

/* 221114 JD Intro/Outro API 내용 영역 css 수정 */
.CO16_rawcode_job_detail-textcont .content-conclusion p br{
  display: none; /* 221116 br태그 제거 css 수정 */
}
/* .CO16_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_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_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_rawcode_job_detail-textcont .content-intro p br{
  display: none;
}

/* 221124 여백 및 API What We Offer 2depth 레이아웃 수정 */
.CO16_rawcode_job_detail-textcont .content-intro strong{
  margin-bottom: 20px;
}
/* 
.CO16_rawcode_job_detail-textcont .content-conclusion p:first-child span:nth-child(n+5){
  display: block;
}
.CO16_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_rawcode_job_detail-textcont .content-conclusion p:first-child span:nth-child(5) strong{
  margin-top: 24px;
}
.CO16_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;
} */

/* 230413 여백 및 API What We Offer 레이아웃 수정 */
.CO16_rawcode_job_detail-textcont .content-pay-transparency .pay-input p {
  margin-bottom:12px;
}
.CO16_rawcode_job_detail-textcont .content-pay-transparency .pay-input p br {
  display:none;
}
.CO16_rawcode_job_detail-textcont .content-conclusion p:first-child {
  margin-top:12px;
}
.CO16_rawcode_job_detail-textcont .content-conclusion p:first-child span strong{
  font-family: "Samsung One";
  font-weight: 700;
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .CO16_rawcode_job_detail-textcont .content-pay-transparency .pay-input p {
    margin-bottom:10px;
  }
  .CO16_rawcode_job_detail-textcont .content-conclusion p:first-child {
    margin-top:10px;
  }
  .CO16_rawcode_job_detail-textcont .content-conclusion p:first-child span strong{
    font-size: 15px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .CO16_rawcode_job_detail-textcont .content-conclusion p:first-child span strong {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
.CO16_rawcode_job_detail-textcont .content-conclusion p:first-child span{
  position:relative;
  display: block;
  padding-left:10px;
}
.CO16_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_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_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_rawcode_job_detail .fab-area.active {
  opacity: 1;
  visibility: visible;
}
.CO16_rawcode_job_detail .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;
}

/* CO16_rawcode_job_detail-sns css 추가 */
.CO16_rawcode_job_detail .CO16_rawcode_job_detail-sns-mobile-link {
  display: none;
}

.CO16_rawcode_job_detail .CO16_rawcode_job_detail-sns {
  margin-top: 40px;
}

.CO16_rawcode_job_detail .CO16_rawcode_job_detail-sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CO16_rawcode_job_detail .CO16_rawcode_job_detail-sns-item {
  margin-left: 16px;
}

.CO16_rawcode_job_detail .CO16_rawcode_job_detail-sns-item:first-child {
  margin-left: 0;
}

.CO16_rawcode_job_detail .CO16_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_rawcode_job_detail .CO16_rawcode_job_detail-sns__link.facebook {
  background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-share-facebook-white.svg) no-repeat center;
}

.CO16_rawcode_job_detail .CO16_rawcode_job_detail-sns__link.twitter {
  background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-share-twitter-white.svg) no-repeat center;
}

.CO16_rawcode_job_detail .CO16_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_rawcode_job_detail .CO16_rawcode_job_detail-sns__link.mail {
  background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-share-mail-white.svg) no-repeat center;
}

.CO16_rawcode_job_detail .CO16_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_rawcode_job_detail .CO16_rawcode_job_detail-sns {
    position: fixed;
    bottom: 24px;
    right: 24px;
    border-radius: 50px;
    z-index: 200; /* 230117 z-index 값 수정 */
    -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);
  }
  .CO16_rawcode_job_detail .CO16_rawcode_job_detail-sns.active {
    bottom: 80px;
  }
  .CO16_rawcode_job_detail .CO16_rawcode_job_detail-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;
  }
  .CO16_rawcode_job_detail .CO16_rawcode_job_detail-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);
  }
  .CO16_rawcode_job_detail .CO16_rawcode_job_detail-sns-area.active {
    display: block;
  }
  .CO16_rawcode_job_detail .CO16_rawcode_job_detail-sns-item {
    margin: 0 0 12px 0;
  }
  .CO16_rawcode_job_detail .CO16_rawcode_job_detail-sns-item:last-child {
    margin: 0;
  }
  .CO16_rawcode_job_detail .CO16_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;
  }

  .CO16_rawcode_job_detail .CO16_rawcode_job_detail-sns__link.twitter {
    background: #fff url(../../../../../../designs/global/common/resources/img/icon/icon-share-twitter-white-nobg-big.svg) no-repeat center;
  }

  .CO16_rawcode_job_detail .CO16_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_rawcode_job_detail .CO16_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_rawcode_job_detail .CO16_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_rawcode_job_detail-textcont .content-intro p:first-child{
  margin-bottom: 12px;
}

.CO16_rawcode_job_detail-textcont > p strong,
.CO16_rawcode_job_detail-textcont .content-conclusion strong{
  margin-top: 48px;
  margin-bottom: 16px;
}
.CO16_rawcode_job_detail-textcont > p:nth-child(4),
.CO16_rawcode_job_detail-textcont > p:nth-child(5){
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .CO16_rawcode_job_detail-textcont > p strong,
  .CO16_rawcode_job_detail-textcont .content-conclusion strong{
    margin-top: 40px;
    margin-bottom: 12px;
  }
  .CO16_rawcode_job_detail-textcont .content-intro p:first-child{
    margin-bottom: 10px;
  }
  .CO16_rawcode_job_detail-textcont > p:nth-child(4),
  .CO16_rawcode_job_detail-textcont > p:nth-child(5){
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .CO16_rawcode_job_detail-textcont > p strong,
  .CO16_rawcode_job_detail-textcont .content-conclusion strong{
    margin-top: 32px;
    margin-bottom: 8px;
  }
}

/* 221208 '.' 제거 */
.CO16_rawcode_job_detail-textcont > p:nth-child(4) strong{
  display: none;
}
