@charset "UTF-8";
/* #### main  ####  */
.main_banner_sw {
  width: 100%;
  aspect-ratio: 1920/600;
}
.main_banner_sw .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_banner_sw .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sw_page_btn {
  position: absolute;
  left: 14%;
  bottom: 30%;
  display: flex;
  z-index: 99;
  gap: 24px;
  align-items: center;
}

.sw_page_btn .sw_btns {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sw_page_btn .sw_btns::after {
  content: "";
  height: 20px;
  width: 1px;
  background: #fff;
  margin-left: 24px;
}
.sw_page_btn .sw_btns button img,
.sw_page_btn .sw_btns button {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.sw_page_btn .swiper-pagination {
  position: static;
  display: flex;
  gap: 8px;
}
.sw_page_btn .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.4;
  margin: 0 !important;
}
.sw_page_btn .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.application_sec {
  background: #e7ecf4;
  height: 127px;
}

.application_sec .appli_inner {
  max-width: 1432px;
  padding: 0 16px;
  height: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.application_sec .appli_inner .title {
  display: flex;
  gap: 40px;
  align-items: center;
}
.application_sec .appli_inner .title .appli_badge_blue {
  height: 39px;
  line-height: 39px;
  padding: 0 20px;
  background: #0e4194;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -2%;
  border-radius: 20px;
}

.application_sec .appli_inner .title h1 {
  color: #141414;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -2%;
  margin-bottom: 8px;
}

.application_sec .appli_inner .title p {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -2%;
}

.application_sec .appli_inner .btn_border_blue {
  padding: 0 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: 500;
}

.application_sec .appli_inner .btn_border_blue p {
  background: url(../_img/common/icon_arrow_right.svg) no-repeat center center / contain;
  width: 24px;
  height: 24px;
}
.notice_sec {
  padding-top: 64px;
  display: flex;
  gap: 16px;
}

.notice_sec .border_box {
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 40px;
  width: 100%;
}

.notice_sec .border_box .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.notice_sec .border_box .tit h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -2%;
}

.notice_sec .border_box .tit a {
  color: #8c8c8c;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -2%;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}

.notice_sec .border_box .tit a p {
  background: url(../_img/common/arrow_right_gray.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
}

.notice_sec .border_box .notice_ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.notice_sec .border_box .notice_ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.notice_sec .border_box .notice_ul li a:hover {
  color: #299738;
  text-decoration: underline;
}

.notice_sec .border_box .notice_ul li a:hover h2 {
  color: #299738;
}
.notice_sec .border_box .notice_ul li a h2,
.notice_sec .border_box .promotion_ul li a h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.notice_sec .border_box .notice_ul li p,
.notice_sec .border_box .promotion_ul li p {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.notice_sec .border_box .promotion_ul {
  display: flex;
  gap: 16px;
}
.notice_sec .border_box .promotion_ul li a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 298px;
  width: 100%;
}
.notice_sec .border_box .promotion_ul li a .img_box {
  width: 100%;
  aspect-ratio: 298/159;
  max-width: 298px;
  overflow: hidden;
}

.notice_sec .border_box .promotion_ul li a .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notice_sec .border_box .promotion_ul li a h2 {
  margin-bottom: 8px;
}
.suggestion_sec {
  padding-top: 120px;
}
.tit_h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 140%;
  letter-spacing: -2%;
  margin-bottom: 40px;
}
.suggestion_sec .sug_cont {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
}

.suggestion_sec .sug_cont .item {
  max-width: 338px;
  width: 100%;
  aspect-ratio: 338/180;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 32px 16px 32px 24px;
  background: #fcfcfc;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  position: relative;
}

.suggestion_sec .sug_cont .item img {
  width: 90px;
  height: 90px;
}

.suggestion_sec .sug_cont .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 31px;
}

.suggestion_sec .sug_cont .item .txt h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

.suggestion_sec .sug_cont .item .txt h1.h1_18 {
  font-size: 18px;
}
.suggestion_sec .sug_cont .item .txt p {
  color: #0e4194;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

/* hover 시 그라데이션 테두리 */
.suggestion_sec .sug_cont .item::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(106.83deg, rgba(2, 152, 59, 1) 0%, rgba(0, 64, 151, 1) 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 14px;
  box-shadow: 0px 8px 30px 0px rgba(0, 64, 151, 0.2), 0px 4px 20px 0px rgba(0, 64, 151, 0.15);
}

.suggestion_sec .sug_cont .item:hover::before {
  opacity: 1;
}

.suggestion_sec .sug_cont .item:hover p {
  color: #299738;
}
.line_sec {
  padding: 120px 0;
}

.line_sec .line_sw {
  height: 74px;
}
.main-line__item {
  width: 166px;
  height: 100%;
}

.main-line__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #d9d9d9;
}
.line_sw_btns {
  display: flex;
  height: 40px;
  gap: 24px;
  margin-top: 16px;
  justify-content: center;
  align-items: center;
}
.line_sw_btns .swiper-button-next,
.line_sw_btns .swiper-button-prev {
  position: static;
  height: 40px;
  width: 40px;
  margin-top: 0;
}

.line_sw_btns .swiper-button-next {
  background: url(../_img/common/icon_sw_line_next.svg) no-repeat center center / contain;
}
.line_sw_btns .swiper-button-prev {
  background: url(../_img/common/icon_sw_line_prev.svg) no-repeat center center / contain;
}
.line_sw_btns .swiper-button-next:after,
.line_sw_btns .swiper-button-prev:after {
  content: "";
}

/* ##### notice ##### */
.notification_banner {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification_banner.notice {
  background: url(../_img/common/notice_banner.png) no-repeat center center / cover;
}
.notification_banner h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}

.notice_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
.notice_inner .notice_ul {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 64px;
}

.notice_inner .notice_ul ul li a {
  padding: 24px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}

.notice_inner .notice_ul ul li a:hover {
  background: #f5f5f5;
}
.notice_inner .notice_ul ul li h1 {
  color: #141414;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  max-width: 1238px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.notice_inner .notice_ul ul li p {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.no_search {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  height: 477px;
  color: #141414;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.no_search img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.tbl_pagination {
  margin-bottom: 48px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.tbl_pagination .num {
  width: 40px;
  height: 40px;
}
.tbl_pagination .num a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #bfbfbf;
  font-weight: 700;
  font-size: 16px;
}

.tbl_pagination .num a:hover {
  color: #299738;
}
.tbl_pagination .num.select a {
  color: #fff;
  background: #299738;
}

.tbl_pagination li:not(.num) {
  height: 24px;
}
.tbl_pagination li:not(.num) a {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.tbl_pagination .first a {
  background: url(../_img/common/pagi_first.svg) no-repeat center center / contain;
}
.tbl_pagination .prev a {
  background: url(../_img/common/pagi_prev.svg) no-repeat center center / contain;
}
.tbl_pagination .next a {
  background: url(../_img/common/pagi_next.svg) no-repeat center center / contain;
}
.tbl_pagination .end a {
  background: url(../_img/common/pagi_end.svg) no-repeat center center / contain;
}
.notice_inner .input_A {
  margin: 0 auto;
}
/* notice_de */
.notice_inner .notice_detail {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}
.notice_inner .notice_detail .notice_tit {
  border-bottom: 1px solid #d9d9d9;
  padding: 24px;
}
.notice_inner .notice_detail .notice_tit h1 {
  color: #141414;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}

.notice_inner .notice_detail .notice_tit p {
  margin-top: 16px;
  color: #8c8c8c;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.notice_inner .notice_detail .notice_cont {
  padding: 40px 24px;
  min-height: 218px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.notice_inner .notice_detail .notice_cont h6 {
  color: #141414;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.notice_inner .notice_detail .notice_files {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 16px 10px;
}
.notice_inner .notice_detail .notice_files .file {
  background: #eee;
  color: #111;
  font-size: 14px;
  border-radius: 4px;
  height: 23px;
  line-height: 23px;
  padding: 0 8px;
}
.post_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.post_list a .top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.post_list .prev .top p {
  background: url(../_img/common/icon_next_btn.svg) no-repeat center center / contain;
  transform: rotate(180deg);
  width: 24px;
  height: 24px;
}
.post_list a .top span {
  color: #141414;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
.post_list .next .top p {
  background: url(../_img/common/icon_next_btn.svg) no-repeat center center / contain;
  width: 24px;
  height: 24px;
}

.post_list .next .top {
  justify-content: end;
}
.post_list a h5 {
  margin-top: 16px;
  color: #111111;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  width: 320px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.post_list .next h5 {
  text-align: right;
}
.post_list .list {
  background: url(../_img/common/icon_list.svg) no-repeat center center / contain;
  width: 48px;
  height: 48px;
}

.post_list .text:hover p {
  background: url(../_img/common/icon_next_btn_hover.svg) no-repeat center center / contain;
}

.post_list .text:hover .top span,
.post_list .text:hover h5 {
  color: #299738;
}
/* ##### promotional ##### */
.notification_banner.promotional {
  background: url(../_img/common/promotional_banner.png) no-repeat center center / cover;
}
.promotional_inner {
  max-width: 1432px;
  width: 100%;
  padding: 80px 16px 120px;
  margin: 0 auto;
}
.promotional_inner .promotional_ul {
  margin-bottom: 80px;
  border-top: 2px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 24px 0;
}

.promotional_inner .promotional_ul ul {
  /* display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 16px; */
  display: grid;
  grid-template-columns: repeat(auto-fit, 338px);
  justify-content: space-evenly;
  gap: 24px 16px;
}

.promotional_inner .promotional_ul ul li {
  max-width: 338px;
  width: 100%;
  height: 300px;
}
.promotional_inner .promotional_ul ul li .img_box {
  width: 100%;
  margin-bottom: 16px;
  aspect-ratio: 338/216;
}
.promotional_inner .promotional_ul ul li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promotional_inner .promotional_ul ul li .text h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #141414;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 4px;
}
.promotional_inner .promotional_ul ul li .text p {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
/* 지원사업소개 intro */
.notification_banner.intro {
  background: url(../_img/common/intro_banner.png) no-repeat center center / cover;
}

.intro__inner {
  padding: 120px 0 200px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.intro__inner .int_txt h1,
.guide__inner .tit h1 {
  color: #141414;
  font-weight: 700;
  font-size: 34px;
  line-height: 140%;
  margin-bottom: 24px;
}
.container .intro__inner .int_txt p,
.guide__inner .tit p {
  color: #141414;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.container .intro__inner .int_txt p:not(:nth-child(2)),
.guide__inner .tit p:not(:nth-child(2)) {
  margin-top: 8px;
}
.container .intro__inner .int_main .img_box {
  margin-top: 48px;
  max-width: 1400px;
  width: 100%;
}

.container .intro__inner .int_main .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 수요기업 가이드 guide */
.notification_banner.guide {
  background: url(../_img/common/guide_banner.png) no-repeat center center / cover;
}
.guide__inner {
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.guide__inner .guide_text_box h1,
.guide__inner .guide_tbl_box h1 {
  color: #141414;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  margin-bottom: 32px;
}
.guide__inner .guide_text_box h5 b.letter_60 {
  letter-spacing: 1.8px;
}
.guide__inner .guide_text_box h5 {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #141414;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.guide__inner .guide_text_box h5 b,
.guide__inner .guide_text_box .sub b {
  width: 80px;
  color: #141414;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}

.guide__inner .guide_text_box h5:nth-child(3) {
  margin-top: 16px;
}
.guide__inner .guide_text_box .sub > ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #141414;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.guide__inner .guide_text_box .sub.two {
  margin-top: 48px;
}
.guide__inner .guide_text_box .sub {
  display: flex;
  gap: 16px;
  align-items: start;
}

.guide__inner .guide_text_box .sub.two .first {
  margin-bottom: 24px;
}
.guide__inner .guide_text_box .sub.two .first_2 {
  margin-bottom: 24px;
}
.guide__inner .guide_text_box .sub.two .first_2 > ul {
  padding-left: 16px;
}
.guide__inner .guide_text_box .sub.two > ul > li {
  color: #141414;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}

.guide__inner .guide_text_box .sub.two > ul > li:not(.first) p {
  margin-bottom: 8px;
}
.guide__inner .guide_text_box .sub.two > ul > li ul li,
.guide__inner .guide_tbl_box ul li {
  color: #141414;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 4px;
}
.guide__inner .guide_text_box .sub.two > ul > li ul li:last-child,
.guide__inner .guide_tbl_box ul li:last-child {
  padding-top: 4px;
  margin-bottom: 0;
}
.guide__inner .guide_text_box .sub.three {
  margin-top: 16px;
}

.guide__inner .guide_text_box .sub.three_B {
  padding-bottom: 80px;
  border-bottom: 1px solid #d9d9d9;
}
.guide__inner .guide_text_box .sub.three ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.guide__inner .guide_text_box .sub.three ul li {
  color: #141414;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.guide__inner .guide_text_box .sub.three ul li:not(.first) {
  padding-left: 10px;
  text-indent: -10px;
}

.guide__inner .guide_tbl_box h1 {
  margin-bottom: 16px;
}

.guide__inner .guide_tbl_box .guide_tbl_A tr th {
  color: #141414;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  border: 1px solid #d9d9d9;
}
.guide__inner .guide_tbl_box .guide_tbl_B thead tr th {
  color: #141414;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  border: 1px solid #d9d9d9;
}

.guide__inner .guide_tbl_box .guide_tbl_B tbody tr th {
  border: 1px solid #d9d9d9;
}

.guide__inner .guide_tbl_box .guide_tbl_B tbody tr:last-child td {
  background: #e7ecf4;
  text-align: center;
  color: #0e4194;
  font-weight: 700;
  line-height: 140%;
}
.guide__inner .guide_tbl_box table tr td {
  border: 1px solid #d9d9d9;
}

.guide__inner .guide_tbl_box table thead tr th {
  background: #f5f5f5;
  padding: 16px;
}

.guide__inner .guide_tbl_box table tr td {
  padding: 16px;
  color: #141414;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.guide__inner .guide_tbl_box table tr td p {
  margin-top: 4px;
}
.guide__inner .guide_tbl_box table tr td:nth-child(3) {
  text-align: center;
}
.guide__inner .guide_tbl_box table tr td .one_text {
  margin-top: 0;
}
/* 자주하는 질문 questions */
.notification_banner.questions {
  background: url(../_img/common/questions_banner.png) no-repeat center center / cover;
}
.questions__inner {
  padding: 80px 0 120px;
}

.questions__inner .radio_sw ul::-webkit-scrollbar {
  display: none;
}
.questions__inner .radio_sw ul {
  display: flex;
  overflow-x: auto;
  gap: 8px;
}
.questions__inner .radio_sw ul li {
  max-width: 273.6000061035156px;
  width: 100%;
  height: 55px;
}
.questions__inner .question_cont .sidebar__question {
  border-top: 2px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: 64px;
}

.questions__inner .question_cont .sidebar__question .btn-lnb-question {
  padding: 24px 40px;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  gap: 40px;
  align-items: center;
  color: #141414;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  position: relative;
}
.questions__inner .question_cont .sidebar__question .btn-lnb-question p {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 1188px;
  width: 100%;
  text-align: left;
}

.questions__inner .question_cont .sidebar__question .btn-lnb-question::before {
  content: "";
  background: url(../_img/common/icon_qna.svg) no-repeat center center / contain;
  width: 20px;
  height: 36px;
  display: inline-flex;
  flex-shrink: 0;
}
.questions__inner .question_cont .sidebar__question .btn-lnb-question::after {
  content: "";
  background: url(../_img/common/icon_arrow_down_gray.svg) no-repeat center center / contain;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.questions__inner .question_cont .sidebar__question .btn-lnb-question.active::after {
  background: url(../_img/common/icon_arrow_up.svg) no-repeat center center / contain;
}

.questions__inner .question_cont .sidebar__question .btn-lnb-question.active::before {
  background: url(../_img/common/icon_qna_acri.svg) no-repeat center center / contain;
}
.questions__inner .question_cont .sidebar__question .lnb__list_question {
  padding: 24px 24px 24px 114px;
  background: #fcfcfc;
  border-bottom: 1px solid #d9d9d9;
}

.questions__inner .question_cont .sidebar__question .lnb__list_question p {
  color: #141414;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.notification_banner.business {
  background: url(../_img/common/business_banner.png) no-repeat center center / cover;
}

.business__inner {
  padding: 80px 0 120px;
}
.business__inner .select_anno {
  background: #e7ecf4;
  padding: 0 32px;
  height: 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.business__inner .anno_btn {
  width: 150px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.business__inner .anno_btn::after {
  content: "";
  background: url(../_img/common/icon_blue_arrow_right.svg) no-repeat center center / contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.business__inner .guide__inner {
  padding: 80px 0 0;
}
.business__inner .anno_cont .btn-green {
  width: 142px;
  height: 55px;
  line-height: 55px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
}

.business__inner h1.blue_title {
  background: #e7ecf4;
  padding: 24px 32px;
  color: #141414;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 64px;
}
.form_tbl {
  width: 100%;
}
.form_tbl tr td,
.form_tbl tr th {
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  padding: 15px 12px;
}
.form_tbl tr th {
  background: #f5f5f5;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #141414;
}
.form_tbl tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #141414;
}
#file {
  display: none;
}
.form_tbl tr td .flex {
  gap: 8px;
  align-items: center;
}

.form_tbl tr td .flex.gap16 {
  gap: 16px;
}
.form_tbl tr td .flex.gap8 {
  gap: 8px;
}
.form_tbl tr td .flex h4 {
  color: #141414;
  font-size: 16px;
  font-weight: 700;
}
.form_tbl tr td .apply.file_cont {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form_tbl tr td .apply > h4 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #141414;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.form_tbl tr td .apply.file_cont .uploadtitle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  color: #141414;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 12px;
  background: #e7ecf4;
  border: 1px solid #d9d9d9;
}
.form_tbl tr td .apply.file_cont .upload_box {
  border: 1px solid #d9d9d9;
  padding: 12px;
  min-height: 178px;
  height: fit-content;
  width: 100%;
  border-top: none;
}
.form_tbl tr td .apply.file_cont .upload_box p {
  color: #8c8c8c;
  font-size: 14px;
  width: 100%;
  height: 100%;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_tbl tr td .apply .big_file {
  width: 100%;
  display: block;
}
.form_tbl tr td .apply .big_file label {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.form_tbl tr td .apply label,
.form_tbl tr td .apply {
  display: flex;
  gap: 8px;
  align-items: center;
}
.form_tbl tr td .apply .ip_style {
  width: 320px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.form_tbl tr td .apply .btn-upload,
.form_tbl tr td button {
  height: 41px;
  line-height: 41px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}
.file_box.gap8 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.file_box.gap8 span {
  height: 41px;
}
.file_box.column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.file_box .file {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  align-items: center;
}
.file_box .file:hover {
  text-decoration: underline;
}
.file_box .file .x_btn {
  background: url(../_img/common/icon_x_btn_one.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.form_tbl tr td .input-D.w428 {
  max-width: 428px;
  width: 100%;
}
.form_tbl tr td .check_box {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.form_tbl tr td .check_box label {
  align-items: center;
  display: flex;
  gap: 12px;
  color: #141414;
  font-size: 16px;
  font-weight: 400;
}
.form_tbl tr td .check_box .other {
  display: flex;
  align-items: center;
  gap: 16px;
}
.form_tbl tr td .check_box .other input {
  max-width: 180px;
  width: 100%;
}
.anno_form_inner > h2 {
  color: #141414;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
}
.anno_form_inner > .btns,
.write_btns {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  margin-left: auto;
  width: fit-content;
}
.anno_form_inner > .btns .btn,
.write_btns .btn {
  height: 39px;
  line-height: 39px;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 18px;
}
.result_ul {
  border-top: 2px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 64px;
}
.result_ul li {
  height: 63px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 24px;
  border-bottom: 1px solid #d9d9d9;
}

.result_ul li .right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.result_ul li:hover {
  background: #f5f5f5;
}
.result_ul li .title {
  max-width: 1112px;
  width: 100%;
  color: #141414;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.result_ul li span {
  width: 80px;
  color: #141414;
  font-weight: 400;
  line-height: 130%;
  font-size: 16px;
  text-align: center;
}
.result_ul li .result_area {
  width: 80px;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}

.result_ul li .result_area.a {
  font-size: 16px;
}
.result_ul li .result_area.btn {
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  color: #141414;
  font-size: 14px;
  font-weight: 500;
}
.result_ul .not_result {
  padding: 200px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.result_ul .not_result:hover {
  background: #fff;
}
.result_ul .not_result img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.result_ul .not_result span {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  width: 100%;
}
.scrollcont {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
}
/* #### corporate #### */
.corporate_inner {
  width: 100%;
  height: 100%;
}
.corporate_inner .corporate_top {
  background-color: #0c3273;
  position: relative;
  height: 320px;
}

.corporate_inner .corporate_top .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  /* padding: 0 16px; */
  /* max-width: 1432px; */
  display: flex;
  gap: 24px;
  align-items: center;
  height: 100%;
}
.corporate_inner .corporate_top .x_btn {
  position: absolute;
  top: 60px;
  right: 60px;
  background: url(../_img/common/icon_x_btn_wh.svg) no-repeat center center / contain;
  width: 40px;
  height: 40px;
}
.corporate_inner .corporate_top h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 140%;
  color: #fff;
}
.corporate_inner .corporate_top .badge {
  padding: 0 24px;
  height: 39px;
  line-height: 39px;
  background: #299738;
  color: #fff;
  border-radius: 20px;
  font-weight: 500;
  font-size: 18px;
}
.corporate_inner .cont {
  padding: 80px 0 120px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.corporate_inner .cont .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.corporate_inner .cont .title h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
}
.corporate_inner .cont .title .search_box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.corporate_inner .cont .title .search_box input {
  width: 300px;
  height: 45px;
  border-radius: 4px;
}
.corporate_inner .cont .title .search_box .btn {
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  font-size: 18px;
  padding: 0 24px;
  font-weight: 500;
}
.corporate_inner .cont .tableA {
  width: 100%;
  margin-bottom: 64px;
}
.corporate_inner .cont .tableA {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}
.corporate_inner .cont .tableA thead th {
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
  height: 55px;
  text-align: center;
  padding: 0 24px;
  color: #141414;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.corporate_inner .cont .tableA tbody tr:not(.no_search_tr) {
  height: 84px;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
}
.corporate_inner .cont .tableA tbody tr:last-child {
  border-bottom: 1px solid #000;
}
.corporate_inner .cont .tableA tbody tr:not(.no_search_tr):hover {
  background: #f5f5f5;
}
.corporate_inner .cont .tableA tbody td {
  text-align: center;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  color: #141414;
}
.corporate_inner .cont .tableA td:last-child,
.corporate_inner .cont .tableA th:last-child {
  padding-right: 43px;
}
.corporate_inner .cont .tableA tbody td:nth-child(2) {
  text-align: left;
}
.corporate_inner .cont .tableA tbody td .bottom {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.corporate_inner .cont .tableA tbody td h1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}
.corporate_inner .cont .tableA tbody td .bottom p {
  color: #8c8c8c;
  font-weight: 500;
  font-size: 16px;
}
.corporate_inner .cont .tableA tbody td .bottom p:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #8c8c8c;
  display: inline-block;
  margin-left: 8px;
}
.corporate_inner .cont .tableA tbody tr span {
  color: #8c8c8c;
}
.corporate_inner .cont .tableA tbody td .no_search span {
  color: #141414;
  font-weight: 500;
  font-size: 16px;
}
.corporate_inner .blue_area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 6px;
  padding: 24px;
  background: #e7ecf4;
  margin-bottom: 64px;
}
.corporate_inner .blue_area h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
}
.corporate_inner .blue_area .bottom {
  display: flex;
  gap: 40px;
}
.corporate_inner .blue_area .bottom p {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}
.corporate_inner .tableB.mb64 {
  margin-bottom: 64px;
}
.corporate_inner .tableB {
  border: 1px solid;
  width: 100%;
}
.corporate_inner .tableB tr {
  height: 65px;
}
.corporate_inner .tableB th {
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  color: #141414;
  font-weight: 700;
  font-size: 16px;
}
.corporate_inner .tableB td {
  border: 1px solid #d9d9d9;
  padding: 12px;
  color: #141414;
  font-weight: 400;
  font-size: 16px;
}
.corporate_inner .tableB td ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.corporate_inner .tableB td ul li {
  color: #141414;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.corporate_inner .tableB td ul li::before {
  content: "•";
  margin-right: 4px;
}
.corporate_inner .tableB td label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #141414;
  font-size: 16px;
  font-weight: 400;
}
.corporate_inner .tableB td .check__area {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.corporate_inner .tableB td .check__area .other {
  display: flex;
  gap: 16px;
  align-items: center;
}
.corporate_inner .tableB td .checkbox--typeA input[type="text"] {
  display: block !important;
  height: 41px;
  border-radius: 4px;
}
.corporate_inner .btn_blue {
  height: 39px;
  line-height: 39px;
  width: 71px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  margin-top: 24px;
  margin-left: calc(100% - 71px);
}
/* Pad & Mobile */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 900px) {
  .sw_page_btn .sw_btns {
    display: none;
  }
  .sw_page_btn {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .sw_page_btn .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
/* Pad */
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
/* Mobile */
@media screen and (max-width: 768px) {
  .scrollcont {
    gap: 48px;
  }
  .main_banner_sw {
    height: 380px;
  }
  .application_sec {
    height: auto;
    padding: 24px 16px;
  }
  .application_sec .appli_inner {
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
  .application_sec .appli_inner .title {
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }
  .application_sec .appli_inner .btn_border_blue {
    width: 100%;
    justify-content: center;
    height: 49px;
    font-size: 16px;
    gap: 8px;
  }
  .application_sec .appli_inner .btn_border_blue p {
    width: 20px;
    height: 20px;
  }
  .application_sec .appli_inner .title .appli_badge_blue {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
  }
  .application_sec .appli_inner .title h1 {
    margin-bottom: 4px;
    font-size: 20px;
  }
  .application_sec .appli_inner .title p {
    font-size: 15px;
  }
  .notice_sec {
    flex-wrap: wrap;
    padding: 24px 16px;
  }
  .notice_sec .border_box {
    padding: 24px 20px;
  }
  .notice_sec .border_box .tit {
    margin-bottom: 24px;
  }
  .notice_sec .border_box .tit h1 {
    font-size: 22px;
  }
  .notice_sec .border_box .notice_ul {
    gap: 16px;
  }
  .notice_sec .border_box .notice_ul li {
    flex-direction: column;
    gap: 4px;
    align-items: start;
  }
  .notice_sec .border_box .promotion_ul li a {
    max-width: 100%;
  }
  .notice_sec .border_box .notice_ul li a h2,
  .notice_sec .border_box .promotion_ul li a h2 {
    -webkit-line-clamp: 2;
    font-size: 16px;
  }
  .notice_sec .border_box .notice_ul li p,
  .notice_sec .border_box .promotion_ul li p {
    font-size: 15px;
  }
  .notice_sec .border_box .promotion_ul {
    flex-direction: column;
  }
  .notice_sec .border_box .promotion_ul li a .img_box {
    aspect-ratio: 303/159;
    max-width: 100%;
  }
  .suggestion_sec {
    padding-top: 64px;
  }
  .tit_h1 {
    margin-bottom: 24px;
    font-size: 26px;
  }
  .suggestion_sec .sug_cont .item {
    padding: 24px 16px;
    aspect-ratio: 0;
    height: auto;
    gap: 16px;
    align-items: center;
    max-width: 100%;
  }
  .suggestion_sec .sug_cont .item .txt {
    gap: 16px;
  }
  .suggestion_sec .sug_cont .item .txt h1 {
    font-size: 18px;
  }
  .suggestion_sec .sug_cont .item .txt p {
    font-size: 15px;
  }
  .suggestion_sec .sug_cont .item img {
    width: 70px;
    height: 70px;
  }
  .line_sec {
    padding: 64px 0 40px;
  }

  .line_sec .container {
    padding: 0;
  }
  .line_sec .line_sw {
    padding-left: 16px;
    padding-right: 16px;
    height: 63px;
  }
  .main-line__item {
    height: 63px;
    width: 164px;
  }
  /* 공지사항 */
  .notification_banner {
    height: 220px;
  }
  .notification_banner.notice {
    background: url(../_img/common/notice_banner_mo.png) no-repeat center center / cover;
  }
  .notification_banner h1 {
    font-size: 34px;
  }
  .notice_inner .notice_ul {
    margin-bottom: 40px;
  }
  .notice_inner .notice_ul ul li a {
    padding: 16px;
    flex-direction: column;
    align-items: start;
    height: 96px;
    border: none;
    position: relative;
  }
  .notice_inner .notice_ul ul li:not(:last-child) a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 32px);
    height: 1px;
    background-color: #d9d9d9;
  }
  .notice_inner .notice_ul ul li p {
    font-size: 14px;
  }
  .notice_inner .notice_ul ul li h1 {
    -webkit-line-clamp: 2;
    font-size: 15px;
  }
  .notice_inner {
    padding: 40px 0;
  }

  .tbl_pagination {
    gap: 4px;
  }
  .no_search {
    height: 377px;
  }
  .notice_inner .notice_detail .notice_tit {
    padding: 16px;
  }
  .notice_inner .notice_detail .notice_tit p {
    margin-top: 8px;
    font-size: 14px;
  }
  .notice_inner .notice_detail .notice_tit h1 {
    font-size: 20px;
  }
  .notice_inner .notice_detail .notice_cont {
    padding: 24px 16px;
    min-height: 118px;
  }
  .notice_inner .notice_detail .notice_cont h6 {
    font-size: 15px;
  }
  .mo_post_list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }

  .mo_post_list .list p {
    background: url(../_img/common/icon_list.svg) no-repeat center center / contain;
    width: 48px;
    height: 48px;
  }
  .mo_post_list .posts {
    padding: 0 16px;
  }

  .mo_post_list .posts a {
    display: flex;
    gap: 24px;
    padding: 16px 0;
  }

  .mo_post_list .posts a .top {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .mo_post_list .posts a .top span {
    color: #141414;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
  }
  .mo_post_list .posts .prev {
    border-bottom: 1px solid #d9d9d9;
  }
  .mo_post_list .posts .prev .top p {
    background: url(../_img/common/icon_arrow_up.svg) no-repeat center center / contain;
    width: 20px;
    height: 20px;
  }
  .mo_post_list .posts .next .top p {
    background: url(../_img/common/icon_arrow_up.svg) no-repeat center center / contain;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
  }
  .mo_post_list .posts a h5 {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #141414;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
  }
  .notification_banner.promotional {
    background: url(../_img/common/promotional_banner_mo.png) no-repeat center center / cover;
  }
  .promotional_inner .promotional_ul ul li {
    max-width: 100%;
    padding: 0 16px;
  }
  .promotional_inner .promotional_ul {
    padding: 16px 0;
    margin-bottom: 40px;
  }
  .promotional_inner .promotional_ul ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .promotional_inner .promotional_ul ul li {
    height: fit-content;
  }

  .promotional_inner .promotional_ul ul li a {
    display: flex;
    gap: 8px;
    padding: 16px 0;
    border-bottom: 1px solid #d9d9d9;
    height: 105px;
  }

  .promotional_inner .promotional_ul ul li a .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
  }
  .promotional_inner .promotional_ul ul li .img_box {
    max-width: 114px;
    width: 100%;
    aspect-ratio: 114/73;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .promotional_inner .promotional_ul ul li .text h2 {
    font-size: 16px;
  }
  /* 지원사업 intro */
  .notification_banner.intro {
    background: url(../_img/common/intro_banner_mo.png) no-repeat center center / cover;
  }
  .container .intro__inner {
    padding: 40px 0 100px;
    gap: 40px;
  }
  .container .intro__inner .int_txt h1 {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .container .intro__inner .int_txt p {
    font-size: 16px;
  }
  .container .intro__inner .int_main .img_box {
    margin-top: 24px;
  }
  .container .intro__inner .int_main .img_box img {
    content: url(../_img/common/intro_main_img_mo.png);
  }
  /* 수요기업 가이드 guide */
  .guide__inner {
    padding: 40px 0 80px;
    gap: 40px;
  }
  .intro__inner .int_txt h1,
  .guide__inner .tit h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .intro__inner .int_txt p,
  .guide__inner .tit p {
    font-size: 16px;
  }
  .guide__inner .guide_text_box h1,
  .guide__inner .guide_tbl_box h1 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .guide__inner .guide_text_box h5,
  .guide__inner .guide_text_box .sub {
    flex-direction: column;
    align-items: start;
    gap: 8px;
    font-size: 15px;
  }
  .guide__inner .guide_text_box h5 b,
  .guide__inner .guide_text_box .sub b {
    font-size: 18px;
  }
  .guide__inner .guide_text_box .sub > ul {
    font-size: 15px;
  }
  .guide__inner .guide_text_box .sub.two > ul > li ul li,
  .guide__inner .guide_tbl_box ul li,
  .guide__inner .guide_tbl_box table tr td p {
    padding-left: 10px;
    text-indent: -10px;
  }

  .guide__inner .guide_tbl_box table tr td .one_text {
    padding-left: 10px;
    text-indent: -10px;
  }
  .guide__inner .guide_text_box .sub.three_B {
    padding-bottom: 40px;
  }
  .guide__inner .guide_tbl_box .guide_tbl_A tr th,
  .guide__inner .guide_tbl_box table tr td,
  .guide__inner .guide_tbl_box .guide_tbl_B tbody tr th,
  .guide__inner .guide_tbl_box .guide_tbl_B thead tr th {
    padding: 10px;
    font-size: 15px;
  }
  .notification_banner.guide {
    background: url(../_img/common/guide_banner_mo.png) no-repeat center center / cover;
  }

  /* 자주하는 질문 questions */
  .notification_banner.questions {
    background: url(../_img/common/questions_banner_mo.png) no-repeat center center / cover;
  }
  .questions__inner {
    padding: 24px 0 80px;
  }
  .questions__inner .radio_sw ul li {
    max-width: fit-content;
    flex-shrink: 0;
    height: 45px;
  }
  .radio--typeA input[type="radio"] + em {
    padding: 0 24px;
    height: 45px;
    font-size: 16px;
  }
  .questions__inner .question_cont .sidebar__question {
    margin-top: 24px;
  }
  .questions__inner .question_cont .sidebar__question .btn-lnb-question {
    gap: 8px;
    font-size: 18px;
    padding: 24px 16px;
    text-align: left;
  }
  .questions__inner .question_cont .sidebar__question .btn-lnb-question::after {
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .questions__inner .question_cont .sidebar__question .btn-lnb-question p {
    margin-right: 64px;
  }
  .questions__inner .question_cont .sidebar__question .btn-lnb-question::before {
    width: 16px;
    height: 28px;
  }
  .questions__inner .question_cont .sidebar__question .lnb__list_question {
    padding: 16px;
  }
  .questions__inner .question_cont .sidebar__question .lnb__list_question p {
    font-size: 15px;
  }

  .radio_sw ul {
    padding-left: 16px;
    max-width: 100%;
    gap: 6px;
  }
  .business__inner .guide__inner {
    padding: 40px 16px 0;
  }
  /* 사업공고 */
  .business__inner .select_anno {
    flex-direction: column;
    gap: 24px;
    height: auto;
    padding: 24px 16px;
    justify-content: center;
  }
  .business__inner .anno_btn {
    width: 100%;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    gap: 8px;
  }
  .business__inner .anno_btn::after {
    width: 20px;
    height: 20px;
  }
  .business__inner .anno_cont .btn-green {
    height: 45px;
    line-height: 45px;
    width: 103px;
    font-size: 16px;
  }
  .business__inner {
    padding: 40px 0 80px;
  }
  .notification_banner.business {
    background: url(../_img/common/business_banner_mo.png) no-repeat center center / cover;
  }

  .result_ul .not_result {
    padding: 150px 0;
    gap: 16px;
  }

  .result_ul li {
    height: fit-content;
    padding: 16px;
    flex-direction: column;
    gap: 16px;
    border: none;
    position: relative;
  }

  .result_ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    height: 1px;
    background-color: #d9d9d9;
  }
  .result_ul li .title {
    max-width: 100%;
    font-size: 15px;
    font-weight: 400;
    -webkit-line-clamp: 2;
  }
  .result_ul li .right {
    width: 100%;
    justify-content: space-between;
  }
  .result_ul li span {
    width: fit-content;
  }

  .result_ul li .right.text {
    justify-content: start;
    gap: 8px;
  }

  .result_ul li .right.text span::after {
    content: "";
    width: 1px;
    height: 12px;
    background: #bfbfbf;
    display: inline-block;
    margin-left: 8px;
  }
  .result_ul li .result_area {
    width: 70px;
    height: 30px;
    line-height: 30px;
  }
  .result_ul li .right.text .result_area {
    width: fit-content;
    line-height: 130%;
    height: fit-content;
  }
  .result_ul li .result_area.a {
    font-size: 15px;
  }
}
