    .mypage_company_home {
  padding: 2.4rem 0 4rem 0;
  background: #fafafa;
}
.home_title_wrap .home_title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 1.8rem;
  background: #fff;
  border-radius: 1rem;
  border: solid 1px #f1f1f1;
  margin-bottom: 0.8rem;
}
.home_title_wrap .home_title h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.06rem;
}
.home_title_wrap .information_img {
  position: relative;
}
.home_title_wrap .information_img .has_logo {
  align-items: center;
  justify-content: center;
}
.home_title_wrap .information_img .has_logo .company_logo {
  height: 4.8rem;
}
.home_title_wrap .information_img #profile-image {
  width: 100%;
}
.home_title_wrap .information_img .btn_photo {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.8rem;
} 
.home_title_wrap .information_img .btn_photo .profile_deco {
  width: 100%;
}

.not_logo img {
  width: 4.8rem;
  height: 4.8rem;
}
/* 채용상태 */
.mypage_company_home .application_status_wrap {
}
.mypage_company_home .application_status_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-bottom: 2.8rem;
}
.mypage_company_home .application_status_wrap ul li {
}
.mypage_company_home .application_status_wrap ul li a {
  background: #f1f1f1;
  padding: 1.4rem;
  border-radius: 1rem;
  color: #3a3a3a;
  display: flex;
  flex-direction: column;
}
.mypage_company_home .application_status_wrap ul li a h3 {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
}
.mypage_company_home .application_status_wrap ul li a span {
  font-size: 1.4rem;
  font-weight: 500;
}
.mypage_company_home .application_status_wrap ul li a span b {
  font-weight: 600;
  color: #1c1c1c;
  font-size: 2.2rem;
}

/* 채용공고 */
.mypage_company_home .job_post_area {
  overflow: hidden;
}
.mypage_company_home .job_post_area .title_wrap {
  margin-bottom: 1.3rem;
}
.mypage_company_home .job_post_area .title_wrap h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: -0.08rem;
}
.mypage_company_home .job_post_area .title_wrap h3 b {
  color: var(--brandColor);
}
.mypage_company_home .post_empty {
  border: 1px solid #f1f1f1;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
  background: #fff;
}
.mypage_company_home .post_empty img {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 1.9rem;
}
.mypage_company_home .post_empty p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 1.6rem;
}
.mypage_company_home .post_empty a {
  display: flex;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid var(--brandColor);
  color: var(--brandColor);
  font-weight: 600;
  font-size: 1.4rem;
  padding: 1rem 1.8rem;
}

.mypage_company_home .post_area .post_exists ul {
  height: fit-content;
}
.mypage_company_home .post_area .post_exists ul li {
  max-width: 32.8rem;
  padding: 2.4rem 1.8rem;
  border-radius: 1rem;
  border: 1px solid #f1f1f1;
  background: #fff;
}
.mypage_company_home .post_area .post_exists ul li span {
  display: block;
  border-radius: 1.1rem;
  background: #fff5f5;
  font-weight: 400;
  font-size: 1.2rem;
  color: #df222c;
  padding: 0.4rem 1.2rem;
  width: fit-content;
  margin-bottom: 1.3rem;
}
.mypage_company_home .post_area .post_exists ul li h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1c1c1c;
  letter-spacing: -0.08rem;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}
.mypage_company_home .post_area .post_exists ul li p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #878787;
  margin-bottom: 2.4rem;
}
.mypage_company_home .post_area .post_exists ul li .btn_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.mypage_company_home .post_area .post_exists ul li .btn_wrap button {
  font-size: 1.4rem;
  font-weight: 400;
  color: #3a3a3a;
  text-align: center;
  display: block;
  padding: 1.2rem 0;
  border: 1px solid #f1f1f1;
  border-radius: 0.5rem;
}
.mypage_company_home .post_area .post_exists ul li .btn_wrap button b {
  color: var(--brandColor);
}
.mypage_company_home .post_area .post_exists ul li a {
  display: block;
  padding: 1.2rem 0;
  border: 1px solid #f1f1f1;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #3a3a3a;
  text-align: center;
  margin-bottom: 2rem;
}
.mypage_company_home .post_area .post_exists ul li .using_wrap {
  border-top: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.1rem;
  font-size: 1.2rem;
  color: #878787;
  font-weight: 400;
}
.mypage_company_home .post_area .post_exists ul li .using_wrap h4 {
}
.mypage_company_home .post_area .post_exists ul li .using_wrap h5 {
  font-weight: 500;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  letter-spacing: -0.02rem;
  cursor: pointer;
}
.mypage_company_home .post_area .post_exists ul li .using_wrap h5 b {
  color: var(--brandColor);
}
.mypage_company_home .post_area .post_exists ul li .using_wrap h5 img {
  width: 0.3rem;
  margin-left: 0.3rem;
}
.mypage_company_home .post_area .inner_2 {
  padding: 0 1.6rem;
}
.mypage_company_home .post_area .post_exists {
  padding-bottom: 0.8rem;
}
.post_exists .swiper-scrollbar {
    max-width: 95%;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 50%;
    width: 72rem;
    transform: translateX(-50%);
}
.post_exists .swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 0;
  height: 0.1rem;
  margin: 0.8rem 1.6rem 0 0;
  border-radius: 0.05rem;
  background-color: #d5d5d5;
}
.post_exists .swiper-scrollbar-drag {
  height: 0.1rem;
  border-radius: 0.05rem;
  background-color: #878787;
}

.btn {
  width: 100%;
  padding: 1.6rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--brandColor);
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.048rem;
  color: var(--brandColor);
  margin-top: 1.6rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn img {
  width: 0.6rem;
  height: 0.8rem;
  margin-left: 0.8rem;
}

.paid_service_area {
  margin-top: 4rem;
}
.paid_service_area .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.paid_service_area .title_wrap h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: -0.054rem;
}
.paid_service_area .title_wrap .more_btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.17;
  letter-spacing: -0.036rem;
}
.paid_service_area .title_wrap .more_btn img {
  width: 0.2rem;
}

.paid_service_list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.paid_service_item {
  padding: 2rem 1.8rem;
  border-radius: 1rem;
  border: solid 1px #f1f1f1;
  background-color: #fff;
}
.paid_service_item .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
.paid_service_item .desc .cate {
  padding: 0.4rem 0.8rem;
  border-radius: 1rem;
  color: #007bff;
  background-color: #f2f7fc;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03rem;
}
.paid_service_item .desc .cate.option {
  color: #df222c;
  background-color: #fff5f5;
}
.paid_service_item .desc .piad_date {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.04rem;
}
.paid_service_item .title {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #d5d5d5;
}
.paid_service_item .title h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.072rem;
  margin-bottom: 0.6rem;
}
.paid_service_item .title .period {
  font-size: 1rem;
  letter-spacing: -0.03rem;
  color: #878787;
}
.paid_service_item .pay_box {
  padding-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.paid_service_item .pay_box span {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.paid_service_item .pay_box .total_amount {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.042rem;
}
