@charset "UTF-8";
button {
  border: none;
  background: none;
}

section {
  margin-top: 60px !important;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 32px;
}

div.title {
  margin-bottom: 32px;
}
div.title h3 {
  margin: 0 0 12px 0;
}
div.title div.description {
  font-size: 18px;
  font-weight: 500;
  color: #949494;
}

.recommend_job div.title {
  margin-bottom: 32px;
}
.recommend_job div.title h3 {
  margin: 0;
}
.recommend_job div.title div.description {
  font-size: 18px;
  font-weight: 500;
  color: #949494;
  margin: 0 0 12px 0;
}

span.flicking-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 50%;
  margin-top: 0;
  border-radius: 100px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
span.flicking-arrow.flicking-arrow-prev {
  background: url("/img/scss/detail/icon_left_arr_16_94.svg") center center no-repeat;
  left: -72px;
}
span.flicking-arrow.flicking-arrow-next {
  background: url("/img/scss/detail/icon_right_arr_16_94.svg") center center no-repeat;
  right: -72px;
}

@media screen and (max-width: 1143px) {
  section {
    margin-top: 36px !important;
    padding: 0 24px;
  }
  body #main-content.none_footer {
    padding-bottom: 47px;
  }
  h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
  }
  div.title {
    margin-bottom: 24px;
  }
  div.title h3 {
    margin: 0 0 8px 0;
  }
  div.title div.description {
    font-size: 14px;
    font-weight: 500;
  }
  .recommend_job div.title {
    margin-bottom: 24px;
  }
  .recommend_job div.title h3 {
    margin: 0;
  }
  .recommend_job div.title div.description {
    font-size: 14px;
    font-weight: 500;
    color: #949494;
    margin: 0 0 8px 0;
  }
  header.mobile_black_write {
    width: 60px;
    background: none !important;
    justify-content: flex-start;
    z-index: 50;
  }
}
div.slide {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
div.slide.none_flicking {
  padding-bottom: 0;
}
div.slide > span {
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  border-radius: 100px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
}
div.slide > span.flicking-arrow-prev {
  background: url("/img/scss/detail/icon_left_arr_16_94.svg") center center no-repeat;
  left: -72px;
}
div.slide > span.flicking-arrow-next {
  background: url("/img/scss/detail/icon_right_arr_16_94.svg") center center no-repeat;
  right: -72px;
}
div.slide div.flicking-camera {
  width: 100%;
  display: flex;
  gap: 0;
}
div.slide div.flicking-camera > div {
  flex-shrink: 0;
  padding-right: 24px;
}
div.slide:has(.flicking-pagination) {
  padding-bottom: 30px;
}
div.slide div.flicking-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  bottom: 0;
  left: 0;
}
div.slide div.flicking-pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
div.slide div.flicking-pagination span.flicking-pagination-bullet {
  background-color: #C8C8C8;
}
div.slide div.flicking-pagination span.flicking-pagination-bullet.flicking-pagination-bullet-active {
  background-color: #008DE0;
}

@media screen and (max-width: 1143px) {
  div.slide {
    position: relative;
    padding-bottom: 32px;
  }
  div.slide div.flicking-camera {
    gap: 0;
  }
  div.slide div.flicking-camera > div {
    flex-shrink: 0;
    padding-right: 0;
  }
  div.slide div.flicking-camera div.card {
    padding: 0;
  }
  div.slide div.flicking-camera div.card.univ_front .image_box {
    gap: 10px;
  }
  div.slide div.flicking-pagination {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  div.slide div.flicking-pagination span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  div.slide div.flicking-pagination span.flicking-pagination-bullet {
    background-color: #C8C8C8;
  }
  div.slide div.flicking-pagination span.flicking-pagination-bullet.flicking-pagination-bullet-active {
    background-color: #008DE0;
  }
}
div.card_wrap {
  display: flex;
  width: 100%;
  gap: 24px;
  flex-wrap: wrap;
}
div.card_wrap.none {
  padding-top: 98px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
div.card_wrap.none::before {
  content: "";
  width: 132px;
  height: 132px;
  background: url("/img/scss/search/major_none.png");
  background-size: 100%;
}
div.card_wrap.none::after {
  content: "검색어와 관련된 학과정보가 없습니다.\a다시 검색해보세요.";
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #C8C8C8;
  white-space: pre;
}
div.card_wrap.none.univ_card_wrap::after {
  content: "검색어와 관련된 대학정보가 없습니다.\a다시 검색해보세요.";
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #C8C8C8;
  white-space: pre;
}
div.card_wrap.none.job_card_wrap::after {
  content: "검색어와 관련된 직업정보가 없습니다.\a다시 검색해보세요.";
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #C8C8C8;
  white-space: pre;
}
div.card_wrap.none.layout_4_1 {
  overflow: auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 1143px) {
  div.card_wrap {
    gap: 16px;
  }
  div.card_wrap.none {
    height: 100%;
  }
  div.card_wrap.none::before {
    width: 96px;
    height: 96px;
    background: url("/img/scss/search/major_none.png");
    background-size: 100%;
  }
  div.card_wrap.none::after {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }
}
div.image_box {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  overflow: hidden;
}
div.image_box div.image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
div.image_box div.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.image_box div.image object {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.image_box div.text_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
div.image_box div.text_wrap div.top_text {
  width: 100%;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  color: #949494;
  padding-right: 30px;
}
div.image_box div.text_wrap div.bottom_text {
  width: 100%;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
  color: #616161;
}
div.image_box div.text_one {
  font-size: 20px;
  font-weight: 700;
}

div.univ_box {
  display: flex;
  align-items: center;
  gap: 12px;
}
div.univ_box div.image {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
div.univ_box div.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.univ_box div.text_one {
  font-size: 20px;
  font-weight: 700;
  color: #1f1f1f;
}
div.univ_box div.univ_text {
  font-size: 16px;
  font-weight: 500;
  color: #949494;
}

@media screen and (max-width: 1143px) {
  div.univ_box div.image {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  div.univ_box div.text_one {
    font-size: 18px;
    font-weight: 700;
    color: #1f1f1f;
  }
  div.image_box {
    display: flex;
    align-items: center;
    gap: 12px 4px;
  }
  div.image_box div.image {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  div.image_box div.text_wrap div.top_text {
    width: 100%;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
  }
  div.image_box div.text_wrap div.bottom_text {
    width: 100%;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 600;
  }
  div.image_box div.text_one {
    font-size: 18px;
    font-weight: 700;
  }
}
div.card {
  border: none;
  box-shadow: none;
}
div.card div.slide_object {
  width: 100%;
  position: relative;
  padding: 32px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  box-shadow: none !important;
}
div.card div.slide_object:hover {
  border: 1px solid #008DE0;
}
div.card.univ_front {
  width: 434px;
  position: relative;
  height: 312px;
}
div.card.univ_front button.more_btn {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #949494;
  background-color: #F5F5F5;
  top: 45px;
  right: 32px;
  position: absolute;
  border-radius: 60px;
}
div.card.univ_front:hover button.more_btn {
  color: #FFFFFF;
  background-color: #008DE0;
}
div.card.univ_front div.image_box div.image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
div.card.univ_front div.image_box div.text_one {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #1f1f1f;
  padding-right: 88px;
}
div.card.univ_front ul.cmt_list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
div.card.univ_front ul.cmt_list li {
  font-size: 16px;
  font-weight: 500;
  color: #616161;
  padding-left: 20px;
  position: relative;
}
div.card.univ_front ul.cmt_list li::before {
  content: "";
  background-color: #D9D9D9;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
}
div.card.job_wrap {
  width: 410px;
  max-width: 410px;
  height: 98px;
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  padding: 16px 24px;
  box-shadow: none !important;
}
div.card.job_wrap:hover {
  border: 1px solid #008DE0;
}
div.card.job_wrap::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url("/img/scss/detail/icon_gt_12_94.svg") no-repeat;
  top: 43px;
  right: 24px;
}
div.card.job_wrap div.image_box div.image {
  width: 68px;
  height: 64px;
  flex-shrink: 0;
}
div.card.job_wrap div.image_box div.image img {
  max-width: 66px;
  max-height: 66px;
}
div.card.job_wrap div.image_box div.text_wrap div.top_text {
  width: 100%;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #3F3F3F;
}
div.card.job_wrap div.image_box div.text_wrap div.bottom_text {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  color: #949494;
}
div.card.job_wrap div.image_box div.text_wrap div.bottom_text div.money {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #008DE0;
}
div.card.job_wrap div.image_box div.text_wrap div.bottom_text div.money::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #dfdfdf;
}
div.card.event_wrap {
  width: 408px;
  max-width: 408px;
  height: 260px;
  cursor: pointer;
  position: relative;
  display: flex;
  overflow: hidden;
}
div.card.event_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
div.card.event_wrap div.text {
  background: linear-gradient(0deg, rgba(31, 31, 31, 0.5) 0%, rgba(31, 31, 31, 0.5) 100%) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  padding: 24px;
  gap: 4px;
  z-index: 10;
  flex-direction: column;
}
div.card.event_wrap div.text div {
  color: #FFFFFF;
}
div.card.event_wrap div.text div.top_text {
  font-size: 14px;
  font-weight: 500;
}
div.card.event_wrap div.text div.main_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
div.card.default div.slide_object {
  width: 302px;
  max-width: 302px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
div.card.default button.book_mark {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 35px;
  right: 28px;
  background: url("/img/scss/detail/icon_book_off_24_df.svg") no-repeat;
}
div.card.default button.book_mark.on {
  background: url("/img/scss/detail/icon_book_on_24_red.svg") no-repeat;
}
div.card.default div.top_label {
  display: flex;
  gap: 8px;
}
div.card.default div.top_label div.label {
  font-size: 14px;
  font-weight: 500;
  background-color: #F5F5F5;
  color: #949494;
  padding: 4px 8px;
  border-radius: 4px;
}
div.card.default div.univ.univ_box {
  border-bottom: none;
}
div.card.default div.major {
  font-size: 20px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
div.card.default div.description {
  border-top: 1px solid #DFDFDF;
  padding-top: 16px;
  height: 90px;
  font-size: 18px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #616161;
}
div.card.lounge {
  width: 326px;
}
div.card.lounge div.top_label {
  display: flex;
  gap: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
div.card.lounge div.top_label div.label {
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  background-color: #F5F5F5;
  color: #949494;
  padding: 8px;
}
div.card.lounge div.top_label div.label img {
  width: 16px;
  height: 16px;
}
div.card.lounge div.major.image_box {
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}
div.card.lounge div.description {
  padding-top: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #1f1f1f;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 100px;
  margin-bottom: 0;
}
div.card.lounge div.view_count {
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #949494;
}
div.card.lounge div.view_count::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/img/scss/detail/icon_eyes_16_94.svg") no-repeat;
}

@media screen and (max-width: 1143px) {
  div.card {
    cursor: pointer;
    padding: 0;
  }
  div.card div.slide_object {
    width: 100%;
    padding: 24px;
    cursor: pointer;
    box-shadow: none !important;
  }
  div.card.univ_front {
    width: 100%;
    max-width: 100%;
    height: 260px;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
  }
  div.card.univ_front button.more_btn {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    top: 25px;
    right: 24px;
  }
  div.card.univ_front:hover button.more_btn {
    color: #FFFFFF;
    background-color: #008DE0;
  }
  div.card.univ_front div.image_box div.image {
    width: 36px;
    height: 36px;
  }
  div.card.univ_front div.image_box div.text_one {
    font-size: 16px;
    font-weight: 600;
    padding-right: 80px;
  }
  div.card.univ_front ul.cmt_list li {
    font-size: 14px;
    font-weight: 500;
    padding-left: 16px;
  }
  div.card.univ_front ul.cmt_list li::before {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 6px;
  }
  div.card.job_wrap {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    display: flex;
    overflow: hidden;
    border: none;
    gap: 16px;
  }
  div.card.job_wrap:before {
    right: 0;
    top: 18px;
  }
  div.card.job_wrap div.image_box {
    width: 100%;
    gap: 12px 12px;
    flex-wrap: nowrap;
  }
  div.card.job_wrap div.image_box div.image {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }
  div.card.job_wrap div.image_box div.text_wrap {
    width: 100%;
    gap: 6px;
    flex-grow: 1;
    overflow: hidden;
  }
  div.card.job_wrap div.image_box div.text_wrap div.top_text {
    width: 100%;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  div.card.job_wrap div.image_box div.text_wrap div.bottom_text {
    font-size: 12px;
    font-weight: 500;
  }
  div.card.job_wrap div.image_box div.text_wrap div.bottom_text div.money {
    gap: 8px;
    color: #008DE0;
  }
  div.card.job_wrap div.image_box div.text_wrap div.bottom_text div.money::before {
    content: "";
    width: 1px;
    height: 12px;
  }
  div.card.event_wrap {
    width: 408px;
    height: 260px;
    position: relative;
    display: flex;
    overflow: hidden;
  }
  div.card.event_wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  div.card.event_wrap div.text {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    padding: 24px;
    gap: 4px;
    z-index: 10;
  }
  div.card.event_wrap div.text div {
    color: #FFFFFF;
  }
  div.card.event_wrap div.text div.top_text {
    font-size: 14px;
    font-weight: 500;
  }
  div.card.event_wrap div.text div.main_text {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  div.card.default {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 100%;
  }
  div.card.default div.slide_object {
    width: 100%;
    max-width: 100%;
  }
  div.card.default button.book_mark {
    width: 16px;
    height: 16px;
    top: 29px;
    right: 24px;
    background: url("/img/scss/detail/icon_book_off_16_df.svg") no-repeat;
  }
  div.card.default button.book_mark.on {
    background: url("/img/scss/detail/icon_book_on_16_red.svg") no-repeat;
  }
  div.card.default div.top_label {
    display: flex;
    gap: 8px;
  }
  div.card.default div.top_label div.label {
    font-size: 12px;
    font-weight: 500;
    background-color: #F5F5F5;
    color: #949494;
    padding: 4px 12px;
  }
  div.card.default div.univ.univ_box {
    border-bottom: none;
  }
  div.card.default div.major {
    font-size: 18px;
    font-weight: 700;
    height: 54px;
  }
  div.card.default div.description {
    padding-top: 14px;
    height: 80px;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  div.card.lounge {
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
  }
  div.card.lounge div.top_label div.label {
    font-size: 10px;
    font-weight: 500;
    padding: 8px;
    border-radius: 4px;
  }
  div.card.lounge div.top_label div.label img {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    line-height: 10px;
  }
  div.card.lounge div.major.image_box {
    flex-shrink: 0;
  }
  div.card.lounge div.major.image_box div.text_wrap div.top_text {
    width: 100%;
    flex-grow: 1;
  }
  div.card.lounge div.major.image_box div.text_wrap div.bottom_text {
    width: 100%;
    flex-grow: 1;
  }
  div.card.lounge div.description {
    font-size: 14px;
    font-weight: 500;
  }
  div.card.lounge div.view_count {
    font-size: 12px;
    font-weight: 500;
  }
}
section.search {
  padding: 24px 0;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 0 !important;
}
section.search div.search_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
section.search div.search_box .cancel_btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 0;
  background: url("/img/scss/icon/icon_close_circle_24_c8.svg") no-repeat;
  display: none;
}
section.search div.search_box .cancel_btn.on {
  display: block;
}
section.search div.search_box input {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  font-family: "Pretendard";
  height: 24px;
  background: url("/img/scss/icon/icon_search_24_1F.svg") no-repeat;
  padding: 0 0 0 40px;
  border: none;
}
section.search div.search_box input::placeholder {
  color: #C8C8C8;
  font-family: "Pretendard";
}
section.search div.search_box .modal.search_pop {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 1080px;
  margin-left: -540px;
  height: auto;
  padding: 32px 32px 80px;
  z-index: 1002;
  display: none;
  border-radius: 0 0 10px 10px;
  background: #FFF;
  box-shadow: 0 1.4px 3.9px 0 rgba(0, 0, 0, 0.04), 0 11px 31px 0 rgba(0, 0, 0, 0.08);
}
section.search div.search_box .modal.search_pop.on {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
section.search div.search_box .modal.search_pop.on.one {
  grid-template-columns: 1fr;
}
section.search div.search_box .modal.search_pop.on.one > div.recent_searches {
  border-right: none;
}
section.search div.search_box .modal.search_pop.on > div {
  height: 100%;
}
section.search div.search_box .modal.search_pop.on > div h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0 0 24px 0;
  padding: 0;
  text-align: left;
}
section.search div.search_box .modal.search_pop.on > div .none {
  font-size: 16px;
  font-weight: 400;
  color: #949494;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.search div.search_box .modal.search_pop.on > div.recent_searches {
  padding-right: 32px;
  border-right: 1px solid #dfdfdf;
}
section.search div.search_box .modal.search_pop.on > div.recent_searches.none {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.search div.search_box .modal.search_pop.on > div.recent_searches.none div.recent {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-grow: 1;
}
section.search div.search_box .modal.search_pop.on > div.recent_searches.none div.recent::after {
  font-size: 16px;
  font-weight: 400;
  color: #949494;
  content: "최근에 검색한 학과가 없습니다.\a궁금한 학과를 검색해보세요.";
  white-space: pre;
  display: flex;
}
section.search div.search_box .modal.search_pop.on > div.recent_searches.none div.recent.univ::after {
  font-size: 16px;
  font-weight: 400;
  color: #949494;
  content: "최근에 검색한 대학이 없습니다.\a궁금한 대학을 검색해보세요.";
  white-space: pre;
  display: flex;
}
section.search div.search_box .modal.search_pop.on > div.recent_searches.none div.recent.job::after {
  font-size: 16px;
  font-weight: 400;
  color: #949494;
  content: "최근에 검색한 직업이 없습니다.\a궁금한 직업을 검색해보세요.";
  white-space: pre;
  display: flex;
}
section.search div.search_box .modal.search_pop.on > div.recent_searches div.recent {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  -ms-overflow-style: none;
}
section.search div.search_box .modal.search_pop.on > div.recent_searches div.recent::-webkit-scrollbar {
  display: none;
}
section.search div.search_box .modal.search_pop.on > div.recent_searches div.recent div.word {
  display: flex;
  gap: 4px;
  padding: 6px 12px;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 60px;
}
section.search div.search_box .modal.search_pop.on > div.recent_searches div.recent div.word a {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}
section.search div.search_box .modal.search_pop.on > div.recent_searches div.recent div.word button.close {
  width: 16px;
  height: 16px;
  background: url("/img/scss/search/icon_cross_16_77.svg") no-repeat;
}
section.search div.search_box .modal.search_pop.on > div.ropular_majors {
  padding-left: 32px;
}
section.search div.search_box .modal.search_pop.on > div.ropular_majors div.rank_list {
  flex-direction: column;
  display: flex;
  gap: 16px;
}
section.search div.search_box .modal.search_pop.on > div.ropular_majors div.rank_list div.rank_wrap {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  gap: 12px;
  border-bottom: 1px solid #dfdfdf;
}
section.search div.search_box .modal.search_pop.on > div.ropular_majors div.rank_list div.rank_wrap:last-child {
  border: none;
}
section.search div.search_box .modal.search_pop.on > div.ropular_majors div.rank_list div.rank_wrap div.rank {
  width: 32px;
  font-size: 14px;
  font-weight: 500;
  color: #C8C8C8;
}
section.search div.search_box .modal.search_pop.on > div.ropular_majors div.rank_list div.rank_wrap div.univ_img {
  width: 24px;
  height: 24px;
}
section.search div.search_box .modal.search_pop.on > div.ropular_majors div.rank_list div.rank_wrap div.univ_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.search div.search_box .modal.search_pop.on > div.ropular_majors div.rank_list div.rank_wrap div.univ_text {
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #3F3F3F;
  flex-grow: 1;
  text-align: left;
}
section.search div.search_box .modal.search_pop.on > div.ropular_majors div.rank_list div.rank_wrap::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/img/scss/search/icon_right_arr_16_94_l.svg") no-repeat;
}
section.search div.search_box .modal.search_pop.on > button.close_btn {
  position: absolute;
  right: 32px;
  bottom: 32px;
}
section.search div.search_box .modal.search_pop.on > button.close_btn::before {
  content: "닫기";
  font-size: 16px;
  font-weight: 500;
  color: #949494;
}

button.more {
  display: none;
}
button.more.on {
  display: block;
  border-radius: 4px;
  margin-top: 32px;
  background: #F5F5F5;
  width: 100%;
  height: 70px;
  color: #949494;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1143px) {
  button.more.on {
    margin-top: 24px;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
  }
  section.search {
    border: none;
    position: fixed;
    top: 0;
    z-index: 32;
    padding: 8px 24px 8px 52px;
    width: 100%;
    background: #FFF;
  }
  section.search div.search_box {
    width: 100%;
  }
  section.search div.search_box .cancel_btn {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 14px;
    top: 12px;
    background: url("/img/scss/icon/icon_close_circle_16_c8.svg") no-repeat;
  }
  section.search div.search_box input {
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    width: 100%;
    height: 40px;
    background: none;
    padding: 0 12px 0;
  }
  section.search div.search_box .modal.search_pop.on {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 49px;
    left: 0;
    padding: 24px;
    margin-left: 0;
    position: fixed;
    justify-content: flex-start;
    gap: 32px;
    box-shadow: none;
  }
  section.search div.search_box .modal.search_pop.on > div {
    width: 100%;
    height: auto;
  }
  section.search div.search_box .modal.search_pop.on > div h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px 0;
  }
  section.search div.search_box .modal.search_pop.on > div .none {
    font-size: 14px;
    font-weight: 500;
    height: auto;
  }
  section.search div.search_box .modal.search_pop.on > div.recent_searches {
    height: 88px;
    padding-right: 0;
    border-right: none;
  }
  section.search div.search_box .modal.search_pop.on > div.recent_searches::-webkit-scrollbar {
    display: none;
  }
  section.search div.search_box .modal.search_pop.on > div.recent_searches.none {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section.search div.search_box .modal.search_pop.on > div.recent_searches.none h4 {
    margin: 0 0 16px 0;
  }
  section.search div.search_box .modal.search_pop.on > div.recent_searches.none div.recent {
    height: 42px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-grow: 1;
  }
  section.search div.search_box .modal.search_pop.on > div.recent_searches.none div.recent::after {
    font-size: 14px;
    font-weight: 400;
    color: #949494;
    white-space: pre;
    display: flex;
  }
  section.search div.search_box .modal.search_pop.on > div.recent_searches div.recent {
    flex-wrap: nowrap;
    gap: 12px;
    overflow: auto;
  }
  section.search div.search_box .modal.search_pop.on > div.recent_searches div.recent div.word {
    flex-shrink: 0;
    border-radius: 60px;
  }
  section.search div.search_box .modal.search_pop.on > div.recent_searches div.recent div.word a {
    font-size: 14px;
    font-weight: 400;
  }
  section.search div.search_box .modal.search_pop.on > div.recent_searches div.recent div.word button.close {
    width: 12px;
    height: 12px;
    background: url("/img/scss/search/icon_cross_12_77.svg") no-repeat;
  }
  section.search div.search_box .modal.search_pop.on > div.ropular_majors {
    padding-left: 0;
  }
  section.search div.search_box .modal.search_pop.on > div.ropular_majors div.rank_wrap div.rank {
    width: 32px;
    font-size: 14px;
    font-weight: 500;
  }
  section.search div.search_box .modal.search_pop.on > div.ropular_majors div.rank_wrap div.univ_text {
    font-size: 16px;
    font-weight: 500;
  }
  section.search div.search_box .modal.search_pop.on > div.ropular_majors div.rank_wrap::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/img/scss/detail/icon_right_arr_16_94.svg") no-repeat;
  }
  section.search div.search_box .modal.search_pop.on > button.close_btn {
    position: static;
    align-self: flex-end;
  }
  section.search div.search_box .modal.search_pop.on > button.close_btn::before {
    font-size: 14px;
    font-weight: 500;
  }
}
.recommend_major {
  position: relative;
}
.recommend_major > span {
  margin-top: 30px;
}
.recommend_major > span.flicking-arrow-prev {
  background: url("/img/scss/detail/icon_left_arr_16_94.svg") center center no-repeat;
  left: -72px;
}
.recommend_major > span.flicking-arrow-next {
  background: url("/img/scss/detail/icon_right_arr_16_94.svg") center center no-repeat;
  right: -72px;
}

div.slide {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
div.slide.none_flicking {
  padding-bottom: 0;
}
div.slide div.flicking-camera {
  width: 100%;
}
div.slide div.flicking-camera > div {
  flex-shrink: 0;
}
div.slide:has(.flicking-pagination) {
  padding-bottom: 30px;
}
div.slide div.flicking-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  bottom: 0;
  left: 0;
}
div.slide div.flicking-pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
div.slide div.flicking-pagination span.flicking-pagination-bullet {
  background-color: #C8C8C8;
}
div.slide div.flicking-pagination span.flicking-pagination-bullet.flicking-pagination-bullet-active {
  background-color: #008DE0;
}

@media screen and (max-width: 1143px) {
  div.slide {
    position: relative;
    padding-bottom: 32px;
  }
  div.slide div.flicking-camera {
    gap: 0;
  }
  div.slide div.flicking-camera div.card.univ_front .image_box {
    gap: 10px;
  }
  div.slide div.flicking-pagination {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  div.slide div.flicking-pagination span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  div.slide div.flicking-pagination span.flicking-pagination-bullet {
    background-color: #C8C8C8;
  }
  div.slide div.flicking-pagination span.flicking-pagination-bullet.flicking-pagination-bullet-active {
    background-color: #008DE0;
  }
}
/*분리*/
@media screen and (max-width: 1143px) {
  section.recommend_major {
    margin-top: 24px !important;
  }
}
section.banner {
  width: 100%;
  height: 160px;
}
section.banner div.banner_wrap {
  background: url("/img/scss/search/search_banner.png") no-repeat;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 10px;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 60px;
}
section.banner div.banner_wrap div.text_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
section.banner div.banner_wrap div.text_wrap div {
  color: #FFFFFF;
  text-align: left;
}
section.banner div.banner_wrap div.text_wrap div.top_text {
  font-size: 18px;
  font-weight: 500;
}
section.banner div.banner_wrap div.text_wrap div.main_text {
  font-size: 24px;
  font-weight: 700;
}
section.banner div.banner_wrap div.text_wrap div.main_text br {
  display: none;
}
section.banner div.banner_wrap button {
  display: flex;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  width: 238px;
  height: 72px;
  justify-content: center;
  align-items: center;
  background-color: #FFD72C;
  color: #1f1f1f;
}

@media screen and (max-width: 1143px) {
  section.banner {
    height: 120px;
  }
  section.banner div.banner_wrap {
    background: url("/img/scss/search/search_banner_mobile3.png") no-repeat center center;
    background-size: auto 100%;
    padding: 0 24px;
  }
  section.banner div.banner_wrap div.text_wrap {
    gap: 4px;
  }
  section.banner div.banner_wrap div.text_wrap div.top_text {
    font-size: 12px;
    font-weight: 500;
  }
  section.banner div.banner_wrap div.text_wrap div.main_text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  section.banner div.banner_wrap div.text_wrap div.main_text br {
    display: inline;
  }
  section.banner div.banner_wrap button {
    display: none;
  }
}
section.event_major h3 {
  display: flex;
  align-items: center;
}
section.event_major h3 img {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

@media screen and (max-width: 1143px) {
  section.event_major {
    -ms-overflow-style: none;
  }
  section.event_major::-webkit-scrollbar {
    display: none;
  }
  section.event_major div.card_wrap {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
  }
  section.event_major div.card_wrap::-webkit-scrollbar {
    display: none;
  }
  section.event_major div.card_wrap div.card.event_wrap {
    width: 268px;
    height: 172px;
    flex-shrink: 0;
  }
  section.event_major div.card_wrap div.card.event_wrap img {
    height: 100%;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
  }
  section.event_major div.card_wrap div.card.event_wrap div.text div.top_text {
    font-size: 12px;
    font-weight: 500;
  }
  section.event_major div.card_wrap div.card.event_wrap div.text div.main_text {
    font-size: 18px;
  }
}

/*# sourceMappingURL=search_front.css.map */
