    .opacity img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.8;
  z-index: -1;
}

/* ----------- main_top------------ */
.main_top {
  margin-bottom: 0.8rem;
  padding-top: 5.6rem;
}
.main_top .inner {
  display: flex;
  justify-content: space-between;
}

.main_top .inner .search-box {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 0.2rem solid var(--brandColor);
  border-radius: 5rem;
  padding: 1.2rem 1.8rem;
  width: 100%;
  margin-top: 1rem;
}
.main_top .inner .search-icon {
  width: 1.3rem;
  height: 1.3rem;
}
.main_top .inner .search-box input {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: -0.042rem;
}
.main_top .inner .search-box input::placeholder {
  color: #878787;
}

.main_top .inner .search-box p {
  color: #878787;
  font-size: 1.4rem;
}

.main_top .center_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.main_top .center_wrap .main_banner_wrapper {
  width: 100%;
}

.main_top .center_wrap .slide_container {
  width: 100%;
}

.main_top .center_wrap .slide_item {
  width: 100%;
  margin-top: 1.6rem;
}

.main_top .center_wrap .event_banner {
  cursor: pointer;
  width: 100%;
}

.main_top .center_wrap .main_menu {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.main_top .center_wrap .main_menu button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
}
.main_top .center_wrap .main_menu img {
  width: 2.2rem;
}
.main_top .center_wrap .main_menu p {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.036rem;
}

.posting_wrap .posting_content {
  padding: 3.2rem 1.6rem;
}
.posting_wrap .title_box {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}
.posting_wrap .title_box h3 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.048rem;
}
.posting_wrap .title_box .info {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03rem;
  display: flex;
  gap: 0.2rem;
  align-items: center;
  cursor: pointer;
  color: #878787;
}
.posting_wrap .title_box .info span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: -0.024px;
  color: #878787;
  background-color: #d5d5d5;
}
.posting_wrap .post_list .post_item {
  background-color: #fff;
  width: 100%;
  border-radius: 1rem;
}
.posting_wrap .post_list .post_item .text_wrap span.tag {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.048rem;
  display: block;
  margin-bottom: 0.6rem;
      width: fit-content;
}
.posting_wrap .post_list .post_item .text_wrap span.tag b {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posting_wrap .post_list .post_item .text_wrap h4.title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.064rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posting_wrap .post_list .post_item .text_wrap .text_info {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 1.2rem;
}

.posting_wrap .post_list .post_item .text_wrap .text_info p {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: -0.036px;
  color: #878787;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 11rem;
}
.posting_wrap .post_list .post_item .text_wrap .text_info p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 0.8rem;
  width: 0.1rem;
  background-color: #878787;
  transform: translate(50%, -50%);
}
.posting_wrap .post_list .post_item .text_wrap .text_info p:last-child {
  padding: 0;
  margin: 0;
}
.posting_wrap .post_list .post_item .text_wrap .text_info p:last-child::after {
  display: none;
}
.posting_wrap .post_list .post_item .text_wrap .text_info p.blue {
  color: var(--brandColor);
}
/* 플래티넘 공고*/

.platinum {
  background-color: #fafafa;
}
.posting_wrap .platinum_list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
}
.posting_wrap .platinum_list .post_item a {
  display: flex;
  padding: 1.8rem;
  align-items: center;
  gap: 1.2rem;
  border-radius: 1rem;
  border: 0.1rem solid #d5d5d5;
}
.posting_wrap .platinum_list .post_item a .img_box {
  flex-shrink: 0;
  width: 8.2rem;
}
.posting_wrap .platinum_list .post_item a .img_box img {
  width: 100%;
}
.posting_wrap .platinum_list .post_item a .text_wrap {
  flex: 1;
}
/* 프리미엄 공고*/
.premium {
  background-color: #fafafa;
}
.posting_wrap .premium_list {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.posting_wrap .premium_list .post_item a {
  display: flex;
  padding: 1.8rem;
  align-items: center;
  gap: 1.2rem;
  border: 0.1rem solid #d5d5d5;
  border-bottom: 0;
  height: 12.7rem;
}
.posting_wrap .premium_list .post_item:first-child a {
  border-radius: 1rem 1rem 0 0;
}
.posting_wrap .premium_list .post_item:last-child a {
  border-radius: 0 0 1rem 1rem;
  border-bottom: 0.1rem solid #d5d5d5;
}
.posting_wrap .premium_list .post_item a .img_box {
  flex-shrink: 0;
  width: 8.2rem;
}
.posting_wrap .premium_list .post_item a .img_box img {
  width: 100%;
}
.posting_wrap .premium_list .post_item a .text_wrap {
  flex: 1;
}

/* 유료서비스 */
.tag.product7 {
  color: var(--brandColor);
  background-color: #f2f7fc;
  width: calc(100% - 1.4rem);
  padding: 0.4rem 0.8rem;
}

/* 인기채용공고 */
.popular {
  background-color: #f2f7fc;
}
.posting_wrap .popular_list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
}
.posting_wrap .popular_list .post_item {
    border-radius: 1rem;
}
.posting_wrap .popular_list .post_item a {
  display: flex;
  padding: 1.8rem;
  align-items: center;
  gap: 1.2rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--brandColor);
}
.posting_wrap .popular_list .post_item a .img_box {
  flex-shrink: 0;
  width: 8.2rem;
}
.posting_wrap .popular_list .post_item a .img_box img {
  width: 100%;
}
.posting_wrap .popular_list .post_item a .text_wrap {
  flex: 1;
}

/* 라이트공고 */
.posting_wrap .light {
  background-color: #fafafa;
  padding-bottom: 7.2rem;
}
.posting_wrap .light_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0.8rem;
}
.posting_wrap .light_list .post_item a {
  display: flex;
  padding: 1.8rem;
  align-items: center;
  flex-direction: column;
  gap: 1.6rem;
  border: 0.1rem solid #d5d5d5;
  border-radius: 1rem;
  height: 16rem;
}

.posting_wrap .light_list .post_item a .img_box {
  width: 5.68rem;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.posting_wrap .light_list .post_item a .img_box img {
    width: 100%;
    object-fit: contain;
}

.posting_wrap .light_list .post_item a .text_wrap span.tag {
  width: 100%;
}

.notice_wrap .inner {
  border: solid #d5d5d5;
  border-width: 0.1rem 0 0.1rem 0;
  background-color: #fff;
}
.notice_wrap .notice_area {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notice_wrap .notice_area .main_noticeSwiper {
  /* height: 100%; */
  width: 100%;
  margin: 0;
  height: 5.4rem;
}

.notice_wrap .notice_area .swiper-slide {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.notice_wrap .notice_area .label {
  display: inline-block;
  background-color: #007aff;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.048px;
}
.notice_wrap .notice_area .text {
  flex: 1;
  margin: 0 0.8rem 0 0.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.056rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice_wrap .notice_area .date {
  font-size: 1.2rem;
  letter-spacing: -0.48px;
  font-weight: 500;
  color: #878787;
}

.notice_wrap .info_section .info_row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.notice_wrap .info_section .info_contents {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 830px;
  border-radius: 10px;
}
.notice_wrap .info_contents .wages_box {
  padding: 36px 89px 38px 89px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d5d5d5;
}
.notice_wrap .wages_box .title_box {
  width: 312px;
}
.notice_wrap .wages_box .title_box .sub_title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.notice_wrap .wages_box .title_box .title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.7px;
  color: var(--brandColor);
}
.notice_wrap .wages_box .title_box .title span {
  font-size: 24px;
  font-weight: 500;
}
.notice_wrap .wages_box .wages_list {
  flex: 1;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  gap: 52px;
}
.notice_wrap .wages_box .wage_item {
  flex: 1;
}
.notice_wrap .wages_box .wage_item h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--brandColor);
  margin-bottom: 12px;
}
.notice_wrap .wages_box .wage_item .wage_detail {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.notice_wrap .wages_box .wage_item .wage_detail p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #1c1c1c;
  display: flex;
  align-items: center;
  gap: 22px;
}
.notice_wrap .wages_box .wage_item .wage_detail p span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #878787;
}
.notice_wrap .operate_box {
  padding: 41px 89px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice_wrap .operate_box .title_box .sub_title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.notice_wrap .operate_box .title_box {
  width: 312px;
}
.notice_wrap .operate_box .title_box .title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.7px;
  color: var(--brandColor);
}
.notice_wrap .operate_box .desc_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.notice_wrap .operate_box .desc_box p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.notice_wrap .operate_box .desc_box p span {
  color: #878787;
  font-weight: 400;
}
.notice_wrap .info_section .link_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.notice_wrap .info_section .link_list li {
}
.notice_wrap .info_section .link_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 31px;
  border-radius: 10px;
  background-color: #fff;
}
.notice_wrap .info_section .link_list .sub_title {
  font-size: 16px;
  letter-spacing: -0.7px;
  color: #878787;
}
.notice_wrap .info_section .link_list .title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.2px;
  color: #1c1c1c;
  display: flex;
  align-items: center;
  gap: 15px;
}
.no_data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  padding: 4rem 6rem;
  border-radius: 1rem;
  border: solid 1px #f1f1f1;
  background-color: #fff;
}
.no_data img {
  width: 4.8rem;
  height: 4.8rem;
  aspect-ratio: 1/1;
}
.no_data p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: -0.072rem;
  text-align: center;
  color: #1c1c1c;
}