@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
html {
  overflow-y: hidden;
  /* font-family: "Pretendard", sans-serif !important; */
}

#jobaba_wrap {
  box-sizing: border-box;
  margin: 0 auto;
}

#newMain .mainVisual > div {
  width: 1590px;
}

#newHeader {
  background: #fff;
}
#newHeader .topMenu {
  width: 1265px;
  margin: 0 auto;
}

#newHeader .innerSection.container-1265 {
  max-width: 1265px;
}

.newGnb .innerSection {
  width: 1265px;
  margin: 0 auto;
}

.newGnb .innerSection .depth1 {
  max-width: 1265px;
}

#newMain > article.mainVisual {
  width: 1265px;
  margin: 20px auto 0 auto;
}

.layout_column_recruit-wrapper {
  width: 1265px;
  margin: 0 auto;
}

.recruit-banner-bg {
  background: linear-gradient(to right, #00cba4 50%, #ebecec 50%);
}

.recruit-banner-bg .layout-recuit-column {
  width: 1265px;
  margin: 0px auto;
  padding: 30px 0 45px 0;
}

#div_Edu_Issue {
  width: 1265px;
  margin: 0 auto;
}

#div_Edu_Issue > div {
  width: 1265px;
}

.favorlecture-container > div:first-child {
  width: 1265px;
  margin: 0 auto;
}

.favorlecture-card-slide-wrapper {
  width: 100%;
}

/* 상단 GNB  */
#newHeader .topMenu {
  position: relative;
  box-sizing: border-box;
  padding: 12px 0;
}

.topMenu .innerSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1265px;
}

.topMenu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.topMenu ul.left {
  gap: 9px;
}

.topMenu ul.right {
  gap: 5px;
}

#newHeader .topMenu ul.left a {
  display: inline-block;
  padding: 5px 40px 5px 17px;
  font-size: 14px;
  letter-spacing: -1px;
  border-radius: 9999px;
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s;
  background: url("/resource/main2025/images/circle_arrow.png") no-repeat right 5px center;
}

#newHeader .topMenu ul.left li:first-child a {
  background-color: #edeff6;
  color: #000;
}
#newHeader .topMenu ul.left li:nth-child(2) a {
  background-color: #e5f1fc;
  color: #5589e1;
}
#newHeader .topMenu ul.left li:last-child a {
  background-color: #e2f4f5;
  color: #2e919a;
}

#newHeader .topMenu ul.right li {
  position: relative;
  padding: 0 5px;
}

#newHeader .topMenu ul.right li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-weight: normal;
}

#newHeader .topMenu ul.right a {
  display: block;
  color: #585858;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
  padding-right: 10px;
}

#newHeader .topMenu ul.right li:last-child a {
  padding-right: 0px;
}

/* 🍓🍓🍓 GNB 메인메뉴  */
#newHeader .newGnb {
  position: relative;
  box-sizing: border-box;
}
#newHeader .newGnb::before {
  content: "";
  display: block;
  border-top: 1px solid #dadada;
  height: 185px;
  position: absolute;
  top: 92px;
  right: 0;
  left: 0;
  background-color: #f5f8ff;
  box-shadow: 0px 5px 5px 0px rgba(16, 17, 17, 0.1);
  z-index: 90;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

#newHeader .newGnb.on::before {
  opacity: 1;
  visibility: visible;
  transition: 0.25s ease;
}
#newHeader .newGnb.on .depth2 {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}
#newHeader .newGnb::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #dadada;
}

#newHeader .newGnb .depth1 {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 20px;
  margin: 0;
  list-style: none;
}

#newHeader .newGnb .depth1 > li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.depth1 > li:nth-child(2) {
  flex: 1;
  display: flex;
  justify-content: center;
}

.depth1 > li:nth-child(2) > ul {
  display: flex;
  gap: 73px;
  position: relative;
}

.depth1 > li:nth-child(2) > ul > li {
  position: relative;
}

#newHeader .newGnb .depth1 > li > ul a {
  display: flex;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  box-sizing: border-box;
}

#newHeader .newGnb .depth1 > li > ul a:hover {
  color: #2a61f9;
}

#newHeader .newGnb .depth1 .depth2 {
  padding-top: 12px;
  /* padding-bottom: 20px; */
}

#newHeader .newGnb .depth1 .depth2 a {
  display: block;
  padding: 2px 0; /* update 2025.08.06 */
  color: #444444;
  font-size: 15px !important;
  font-weight: 400;
  letter-spacing: -1px;
  white-space: nowrap;
}

#newHeader .newGnb .depth2 {
  position: absolute;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: 0.25s ease;
}

#newHeader .newGnb .depth2 a:hover {
  color: #2a61f9;
}

#newHeader .newGnb .depth1 li .searchBox {
  position: relative;
  display: inline-block;
}

#newHeader .newGnb .depth1 li .searchBox .inputSearch {
  width: 239px;
  height: 40px;
  padding: 0 54px 0 20px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #eeeeee;
}

#newHeader .newGnb .depth1 li .searchBox .searchBtn {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  width: 23px;
  height: 23px;
}

#newHeader .newGnb .depth1 li .searchBox .searchBtn img {
  width: 100%;
  height: auto;
}

/* 햄버거메뉴  */
#newHeader .bottomMenu {
  padding: 12px 0;
}
#newHeader .bottomMenu .flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#newHeader .bottomMenu .logo {
  width: 200px;
  height: 66px;
}
#newHeader .bottomMenu .logo a {
  display: block;
  height: 100%;
}
#newHeader .bottomMenu .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#newHeader .bottomMenu .searchBox {
  position: relative;
}
#newHeader .bottomMenu .searchBox .inputSearch {
  width: 460px;
  height: 45px;
  padding: 0 54px 0 20px;
  font-size: 16px;
  border: 2px solid #2a61f9;
  border-radius: 30px;
}
#newHeader .bottomMenu .searchBox .inputSearch::placeholder {
  color: #bcbcbc;
  font-size: 16px;
}
#newHeader .bottomMenu .searchBox .inputSearch:focus {
  outline: inherit;
}

#newHeader .bottomMenu .searchBox button:focus {
  outline: none;
  border: none;
}
#newHeader .bottomMenu .util ul {
  display: flex;
  gap: 0 30px;
}
#newHeader .bottomMenu .util a {
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}

#newHeader .m_menu {
  display: none;
  align-items: center;
}
#newHeader .m_menu .h_menu {
  position: relative;
  width: 26px;
  height: 16px;
  cursor: pointer;
}
#newHeader .m_menu .h_menu span {
  position: absolute;
  width: 26px;
  height: 2px;
  display: block;
  background-color: #000;
  transition: all 0.2s ease-in;
}

#newHeader .m_menu .h_menu span:first-child {
  top: 0;
}
#newHeader .m_menu .h_menu span:nth-child(2) {
  top: 50%;
}
#newHeader .m_menu .h_menu span:last-child {
  top: 100%;
}
#newHeader .m_menu .h_menu.active span:first-child {
  top: 50%;
  transform: rotate(45deg);
}
#newHeader .m_menu .h_menu.active span:nth-child(2) {
  display: none;
}
#newHeader .m_menu .h_menu.active span:last-child {
  top: 50%;
  transform: rotate(-45deg);
}
#newHeader .m_menu .h_search {
  width: 24px;
  height: 24px;
  margin-left: 20px;
  background: url(/resource/main2024/images/main_2024/main/icon_search_btn.png) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
  cursor: pointer;
}

/* 💛🧡💚💚 모바일 메뉴 부분 */
#newHeader .h_mobile {
  width: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background: #fff;
  transition: all 0.3s;
  z-index: 9999;
}
#newHeader .h_mobile.show {
  right: 0;
  height: 100vh;
  overflow-y: auto;
}

#newHeader .h_mobile_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 16px;
  /* border-bottom: 2px solid #efefef; */
}

#newHeader .h_mobile_btn .logo {
  height: 100%;
}
#newHeader .h_mobile_btn .logo a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
#newHeader .h_mobile_btn .logo img {
  height: 100%;
}
#newHeader .h_mobile_close {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#newHeader .h_mobile_close span {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color: #000;
}
#newHeader .h_mobile_close span:first-child {
  transform: rotate(45deg);
}
#newHeader .h_mobile_close span:last-child {
  transform: rotate(-45deg);
}

.h_mobile .h_mobile_login_area {
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h_mobile .h_mobile_login_area > div {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.h_mobile .h_mobile_login_area > div > * {
  position: relative;
  padding: 0 10px;
}

.h_mobile .h_mobile_login_area > div > *:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px; /* 선의 높이 조절 */
  border-left: 1px solid #aeadad; /* 선 색상 및 스타일 */
}

.h_mobile .h_mobile_login_area > div a {
  text-align: center;
  padding: 10px 0px;
  color: #666;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
}

.h_mobile .h_mobile_login_area > div a:last-child {
  padding-left: 9px;
}

.h_mobile .h_mobile_login_area > div a:hover {
  color: #38bab2;
}

.h_mobile .h_mobile_search_area {
  width: 100%;
  padding: 5px 16px 12px 16px;
}

.h_mobile .h_mobile_search_area .searchBox {
  position: relative;
}

.h_mobile .h_mobile_search_area .searchBox .inputSearch {
  width: 100%;
  height: 45px;
  padding: 0 54px 0 20px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #eeeeee;
}

.h_mobile .h_mobile_search_area .searchBox .searchBtn {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.h_mobile .h_mobile_search_area .searchBox .searchBtn img {
  width: 100%;
  height: auto;
  min-width: 23px;
}

.h_mobile_menu_area {
  padding-left: 16px;
  padding-right: 16px;
}

.h_mobile_menu_area .mobile_menu {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.h_mobile_menu_area .mobile_menu > li {
  margin: 0;
}

.h_mobile_menu_area .mobile_menu li div .arrow {
  transition: transform 0.3s ease;
}

.h_mobile_menu_area .mobileGnb {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding-left: 20px;
}

.h_mobile_menu_area .menu-title.active .arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.h_mobile_menu_area .menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  font-weight: 500;
  color: #222;
}

.h_mobile_menu_area .mobile_menu li ul {
  background: #f9f9f9;
}

.h_mobile_menu_area .mobile_menu li ul li {
  padding: 5px 0;
}

.h_mobile_menu_area .mobile_menu li ul.mobileGnb li:first-child {
  padding-top: 25px;
}

.h_mobile_menu_area .mobile_menu li ul.mobileGnb li:last-child {
  padding-bottom: 25px;
}

.h_mobile_menu_area .mobile_menu li ul li a {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.h_mobile .h_mobile_bottom_area {
  margin-top: 22px;
}

.h_mobile .h_mobile_bottom_area ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.h_mobile .h_mobile_bottom_area ul li a {
  display: inline-block;
  padding: 3px 15px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -1px;
  border-radius: 9999px;
  white-space: nowrap;
  text-align: center;
  transition: background-color 0.3s;
}

.h_mobile .h_mobile_bottom_area ul li:first-child a {
  background-color: #e5f1fc;
  color: #5589e1;
}

.h_mobile .h_mobile_bottom_area ul li a {
  display: inline-block;
  padding: 5px 40px 5px 17px;
  font-size: 14px;
  letter-spacing: -1px;
  border-radius: 9999px;
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s;
  background: url("/resource/main2025/images/circle_arrow.png") no-repeat right 5px center;
}

.h_mobile .h_mobile_bottom_area ul li:last-child a {
  background-color: #e2f4f5;
  color: #2e919a;
}

#newHeader .h_mobile_mid {
  padding: 10px 20px;
}

#newMain .innerSection {
  max-width: 1260px;
  margin: 0 auto;
}

.job-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  gap: 50px;
}

.column {
  box-sizing: border-box;
  align-items: flex-start;
}

.column-left {
  flex: 1;
  min-width: 300px;
  padding-top: 17px;
}

.column-right {
  width: 1053px;
  height: auto;
  position: relative;
  justify-content: space-between;
  padding: 33px 0 0px 0;
}

#rolling_text {
  margin: 47px 0;
}

.rolling-wrap .job-count {
  height: 70px;
  font-size: 20px;
  margin: 0;
  padding-top: 10px;
  letter-spacing: -0.5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #000;
}

.rolling-wrap > div {
  padding-bottom: 30px;
}

/* update 250826 */
.rolling-wrap .job-count strong {
  font-family: "Pretendard";
  font-size: 45px;
  color: #00cba4;
  font-weight: 800;
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 4px solid #00cba4;
  margin-right: 3px;
  margin-top: -3px;
}

#rolling_text {
  overflow: hidden;
  height: 55px;
  position: relative;
}

.rolling-wrap {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
}

.row {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

.row .left-box,
.row .right-box {
  flex: 1;
  max-width: 50%;
  box-sizing: border-box;
}

.row.row-2 {
  margin-top: 9px;
}

.row.row-3 {
  margin-top: 60px;
  margin-bottom: 80px;
}

.search-btn {
  width: 100%;
  white-space: nowrap;
}

.custom-select {
  position: relative;
  cursor: pointer;
  background: #fff;
}

.selected-option,
.select-options li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  padding: 10px 0 5px 0 !important;
  font-weight: 500;
  font-size: 20px;
}

.selected-option {
  background: #fff;
  color: #2a61f9;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
}

.select-options li {
  cursor: pointer;
  transition: border-color 0.2s;
}

.policy_bottom_border {
  border-bottom: 2px solid #2a61f9;
}

.policy_border {
  border: 1px solid #eee;
}

.recruit_border {
  border: 1px solid #eee;
}

.icon {
  padding-left: 5px;
}

.arrow {
  width: 20px;
  margin-left: auto;
}

.selected-option.policy_selected {
  color: #196aff;
  border-bottom: 2px solid #196aff;
}

.selected-option.recruit_selected {
  color: #2a61f9;
  border-bottom: 2px solid #2a61f9;
}

.search-btn img {
  width: 21px;
  display: inline-block;
  padding-bottom: 5px;
}

.search-btn {
  display: block;
  margin: 0 auto;
  /* justify-content: flex-start; */
  align-items: center;
  gap: 8px;
  padding: 23px 0px;
  background-color: #196aff;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 50%;
  outline: none;
  border: none;
  border-radius: 9px;
  user-select: none;
  appearance: none;
  touch-action: manipulation;
}

.search-btn:hover {
  background-color: #274fdb;
}

.search-btn .arrow-icon {
  width: 18px;
  height: auto;
}

.custom-select-region-wrapper,
.custom-select-job-wrapper,
.custom-select-type-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  user-select: none;
}

.custom-select-region,
.custom-select-job,
.custom-select-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 2px solid #aaa;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  outline: 0px;
}

.custom-select-region-list,
.custom-select-job-list,
.custom-select-type-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  border: 1px solid #ccc;
  max-height: 600px;
  overflow-y: auto;
  font-size: 17px;
}

.custom-select-region-option,
.custom-select-job-option,
.custom-select-type-option {
  padding: 3px 15px; /* update 2025.08.06 */
  letter-spacing: -2px; /* update 2025.08.06 */
  cursor: pointer;
}

.custom-select-text {
  position: absolute;
  top: 14px;
  left: 15px;
}

.custom-select-arrow {
  position: absolute;
  top: 20px;
  right: 15px;
}

.custom-select-region-wrapper,
.custom-select-job-wrapper,
.custom-select-type-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
  user-select: none;
}
.custom-select-region,
.custom-select-job,
.custom-select-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px 10px 0px;
  /* border: solid 1px #c4ccd8; */
  background-color: #ffffff;
  position: relative;
}

.custom-select-region-option,
.custom-select-job-option,
.custom-select-type-option {
  padding-left: 5px;
  cursor: pointer;
}

.custom-select-region-option:hover,
.custom-select-job-option:hover,
.custom-select-type-option:hover {
  color: #ffffff;
  background-color: #2a61f9;
}

.custom-select-region-text,
.custom-select-job-text,
.custom-select-type-text {
  padding-left: 5px;
  display: block;
}

.slider-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 1053px;
}

.slider-wrap > div {
  width: 100%;
  position: relative;
}

.slider-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: -1px;
  display: inline-block;
}

.slider-container {
  mask-image: url("/resource/main2025/images/mask_slide.png");
  -webkit-mask-image: url("/resource/main2025/images/mask_slide.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: center;
  -webkit-mask-position: center;
}

/* .slide {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s linear, visibility 0s linear 0.1s;
}

.slide.hidden-slide {
  opacity: 0;
  visibility: hidden; 
}

.slider,
.slider > * {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform, opacity;
} */

.pagination-wrapper {
  position: absolute;
  top: 445px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 80px;
}

.pagination_animation {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ellipse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(211, 211, 211, 0.6);
  cursor: pointer;
  transition: background-color 0.3s, width 0.3s, height 0.3s;
}

.ellipse.active {
  background-color: #fff;
  width: 60px;
  height: 10px;
  border-radius: 10px;
}

.css-stop-icon {
  width: 10px;
  height: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.css-stop-icon::before {
  content: "";
  width: 3px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 0;
}

.css-stop-icon::after {
  content: "";
  width: 3px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: 0;
}

/* ▶ 삼각형 아이콘 상태 */
.css-stop-icon.paused::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  left: 50%;
  transform: translateX(-50%);
}

.css-stop-icon.paused::after {
  content: none;
}

.active-slide {
  animation: slide 24s infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  16.67% {
    transform: translateX(-100%);
  }
  33.33% {
    transform: translateX(-200%);
  }
  50% {
    transform: translateX(-300%);
  }
  66.67% {
    transform: translateX(-400%);
  }
  83.33% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}

/* 채용공고 */
#div_MainJob {
  padding-top: 7px;
}

#div_MainJob .title_text {
  color: #000;
  font-size: 26px;
  font-weight: 700;
}

#div_MainJob .layout_column_recruit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 230px;
  padding-bottom: 35px;
}

#div_MainJob .layout_column_recruit .jobfind-list {
  display: flex;
  gap: 60px;
  min-width: max-content;
  flex-wrap: nowrap;
}

#div_MainJob .layout_column_recruit .jobfind-list li a {
  display: inline-block;
  padding: 3px 0px;
  color: #9e9e9e;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: -0.5;
  transition: background-color 0.2s;
  font-weight: 500;
  white-space: nowrap;
}

#div_MainJob .layout_column_recruit-wrapper .jobfind-list li:last-child {
  padding-right: 30px;
}

#div_MainJob .layout_column_recruit .jobfind-list a:hover,
#div_MainJob .layout_column_recruit .jobfind-list a.on {
  color: #000;
  border-bottom: 3px solid #000;
}

.control-ui-wrapper div.title_text_re {
  font-size: 34px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 40px;
  letter-spacing: -1px;
}

.control-ui-wrapper div.more_btn a {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin-bottom: 155px;
  display: block;
}

.control-ui {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.control-ui li a img {
  width: 48px;
  height: 48px;
}

/* 맞춤채용 영역 레이아웃  */
.layout-recuit-column {
  display: flex;
  gap: 20px;
  background-color: #00cba4;
  background: url("/resource/main2025/images/bg_1050.png") 525px center no-repeat #00cba4;
  /* padding: 130px 0; */
  /* padding: 21px 0 36px 0; */
  box-sizing: border-box;
}

.layout-recuit-column .layout_column_top {
  width: 200px;
  flex-shrink: 0;
}

.layout-recuit-column .layout_column_top .control-ui-wrapper {
  padding-top: 45px;
}

.ribon {
  /* position: absolute;
  top: -7px;
  right: 20px;
  width: 64px;
  height: 58px;
  padding-top:18px;
  background: url('../images/ribon_top1.png') no-repeat center/cover;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -1px; */
  /* z-index: 10; */
  display: none;
}

.job-card-list {
  position: relative;
  padding: 58px 35px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  width: 380px;
  min-height: 390px;
}

.job-card-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: #666;
}

.job-card-list .job-card-info {
  position: absolute;
  bottom: 50px;
  left: 35px;
  right: 35px;
}

.job-card-list .company {
  color: #00cba4;
  font-size: 20px;
  letter-spacing: -1px;
}

.job-card-list .job-position {
  color: #222;
  font-weight: 500;
  font-size: 24px;
  padding: 35px 0 30px 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.job-card-list .d-day {
  background-color: #373f57;
  color: #fff;
  display: inline-block;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
}

.slider-container {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 25px 0 0 0px;
  /* background: #ccc; */
}

/* .slide img {
  background-color: #000;
} */

/* ❤️❤️❤️❤️ */
.layout-recuit-column {
  width: 1265px;
  margin: 0 auto;
  position: relative;
  overflow: visible;

  width: auto;
  margin: 0 auto;
}

#div_MainJob .recruit-banner-bg .slider-container2 {
  overflow: visible;
  position: relative;
}

.recruit-banner-bg .slider-scroll-wrapper {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  gap: 36px;
  /* max-width: 2105px; */ /* 421 * 5 */
  /* min-width: 2105px; */
  max-width: 1676px;
  min-width: 1676px;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider-scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.slider-scroll-wrapper::after {
  content: "";
  flex: 0 0 auto;
  width: calc(2105px - 421px);
}

.recruit-banner-bg .jobfind-slider-container {
  display: contents;
  overflow-x: unset;
  scroll-behavior: unset;
  gap: unset;
  padding: unset;
}

/* 카드들을 담는 수평 슬라이드 영역 */
.job-card-list-wrapper {
  flex: 0 0 auto;
  width: 385px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-card-list-wrapper::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.jobfind-slider-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* ============================ */
/* 채용공고 카드 스타일 지정 Start  */
.job-card-list {
  margin-top: 15px;
}

.job-card-list.card-style-a,
.job-card-list.card-style-b {
  overflow: visible;
  position: relative;
}

.job-card-list.card-style-a .job-card-badge1,
.job-card-list.card-style-a .job-card-badge2 {
  width: 60px;
  height: 100px;
  position: absolute;
  right: 40px;
  top: -15px;
  overflow: visible;
  z-index: 999;
  padding-top: 60px;
  display: flex;
  align-items: center;
}

.job-card-list.card-style-a .job-card-badge1 {
  background: url(/resource/main2025/images/job-card-badge1.png) no-repeat top center;
}

.job-card-list.card-style-a .job-card-badge2 {
  background: url(/resource/main2025/images/job-card-badge2.png) no-repeat top center;
}

.job-card-list.card-style-a .job-card-badge1 > span,
.job-card-list.card-style-a .job-card-badge2 > span {
  display: inline-block;
  padding: 5px 7px;
  border-radius: 12px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #373f57;
}

.job-card-list.card-style-a .job-card-badge1 > span {
  background: #e5faf6;
}

.job-card-list.card-style-a .job-card-badge2 > span {
  background: #e8f0ff;
}

.job-card-list.card-style-b > div {
  width: 80px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 57px;
  overflow: visible;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #373f57;
  background-color: #ebedf1;
}

.job-card-list.card-style-b .job-card-badge-cat1 > span {
  background: url(/resource/main2025/images/job-card-badge-cat1.png) no-repeat left center;
  display: inline-block;
  padding-left: 35px;
}

.job-card-list.card-style-b .job-card-badge-cat2 > span {
  background: url(/resource/main2025/images/job-card-badge-cat2.png) no-repeat left center;
  display: inline-block;
  padding-left: 14px;
}

.job-card-list.card-style-b .job-card-badge-cat3 > span {
  background: url(/resource/main2025/images/job-card-badge-cat3.png) no-repeat left center;
  display: inline-block;
  padding-left: 19px;
}

.job-card-list.card-style-b .job-card-badge-cat4 > span {
  background: url(/resource/main2025/images/job-card-badge-cat4.png) no-repeat left center;
  display: inline-block;
  padding-left: 22px;
}

.job-card-list.card-style-b .job-card-badge-cat5 > span {
  background: url(/resource/main2025/images/job-card-badge-cat5.png) no-repeat left center;
  display: inline-block;
  padding-left: 16px;
}

/* ============================ */

/* 취업 교육 / 정책핫이슈 / 꿀팁  */
#div_Edu_Issue {
  padding: 98px 0 67px 0;
}

/* 취업교육 카드 디자인  */
.edu_card {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 435px;
  max-width: 100%;
}

.edu_card_cotents {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/* 배너 이미지 영역 */
.bannerImg {
  background-color: #e6f0ff;
  overflow: hidden;
}

.bannerImg a {
  display: block;
  width: 100%;
  height: 100%;
}

.bannerImg a img {
  object-fit: cover;
  height: auto;
  width: 100%;
  display: block;
}

.edu_title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 35px;
}

.edu_title ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.edu_title_text {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-bottom: 30px;
}

.edu_title_text span {
  display: block;
}

.edu_loc::before,
.edu_period::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}

.edu_loc::before {
  background-image: url("/resource/main2025/images/loc-icon.png");
}

.edu_period::before {
  background-image: url("/resource/main2025/images/ico_check_blue.png");
}

.edu_loc,
.edu_period {
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
  padding-left: 35px;
  font-weight: 500;
}

/* HOT 아이콘 - 상단 우측 (edu_card_cotents 기준) */
.edu_card_ico {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.edu_card_ico.hot {
  background-color: #ff5769;
  color: white;
}

.edu_card_ico.new {
  background-color: #ecf404;
  color: black;
}

/* 취업교육 배너 슬라이드  */
.banner-slider {
  width: 100%;
  max-width: 400px;
  height: 435px;
  margin: 0px auto;
  border-radius: 9px;
  overflow: hidden;
}

.banner-slider img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.slick-prev:before,
.slick-next:before {
  color: #333;
  font-size: 32px;
}

.slick-dots {
  bottom: 30px !important;
}

.slick-dots li {
  margin: 0 0px !important;
}

.slick-dots li button:before {
  font-size: 12px !important;
  top: 10px !important;
  color: #fff !important;
}

.slick-dots li.slick-active button:before {
  color: #fff !important;
}

.edu_issue_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

.edu_issue_wrapper .divider {
  width: 2px;
  height: 431px;
  background-color: #eeeeee;
  margin: 82px 83px 0 84px;
}

/* 정책꿀팁 ... */
.issue_title,
.tip_title {
  font-weight: 700;
}

.issue_container {
  flex: 1;
}

.issue_top_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-bottom: 35px; */
}

.issue_top_area .left_col {
  display: flex;
  align-items: center;
}

.left_col {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.issue_title {
  padding-right: 30px;
}

.tip_title {
  background: url("/resource/main2025/images/bar_4_26.png") no-repeat left center;
  padding-left: 30px;
}

.tabs {
  display: flex;
  position: relative;
  z-index: 2;
}

.tab {
  cursor: pointer;
  transition: background 0.3s, z-index 0s;
  color: #aaaaaa;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1px;
  display: inline-block;
  white-space: nowrap;
}

.tab.active {
  z-index: 10;
  color: #000;
}

.tab-content {
  border-top: 3px solid #000;
  display: none;
  background-color: #fff;
  position: relative;
  z-index: 999;
}

.tab-content.active {
  display: block;
}

.tab-content ul.post-list {
  padding: 0;
  margin: 0;
  width: 100%;
}

.tab-content ul.post-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 26px 0; /* update 2025.0806 */
  border-bottom: 1px solid #dddddd;
}

.tab-content .card-link {
  width: 100%;
  text-decoration: none;
  background: url("/resource/main2025/images/arrow_16_27_gray.png") no-repeat right 20px center;
}

.tab-content .card-link.on {
  background: url("/resource/main2025/images/arrow_16_27_blue.png") no-repeat right 20px center;
}

.tab-content ul.post-list .post-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 말줄임을 위한 최대 너비 설정 */
  max-width: 620px;
  /* max-width: 80%;  */
  flex: 1;
  display: block;
}

.tab-content .card-link.on .post-title {
  color: #196aff;
}

.tab-content ul.post-list .post-date {
  font-size: 14px;
  color: #666;
  margin-left: auto;
  white-space: nowrap;
  flex: 0 0 110px;
  padding-bottom: 5px;
}

/* ========================== */
/* 잡아바 추천 강좌 */

.favorlecture-container > div {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}

.favorlecture-container .title_text {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #333;
  line-height: 1.5;
  padding-right: 20px;
}

.favorlecture-card-container {
  position: relative;
  display: inline-block;
  display: flex;
  flex: 0 0 auto;
  width: 293px;
}

.favorlecture-card-slide-wrapper {
  margin: 0 auto 53px auto;
  max-width: 1375px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.favorlecture-container .btn-re-wrapper {
  display: flex;
  gap: 10px;
}

.favorlecture-container .btn-re-wrapper .circle-btn-left,
.favorlecture-container .btn-re-wrapper .circle-btn-toggle,
.favorlecture-container .btn-re-wrapper .circle-btn-right {
  width: 42px;
  height: auto;
  display: inline-block;
  cursor: pointer;
}

.favorlecture-card-list-container-wrapper {
  max-width: 1265px;
  overflow: hidden;
  margin: 0 auto;
}

.favorlecture-card-list-container {
  display: flex;
  gap: 28px;
  align-items: top;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none;
  min-height: 400px;
  padding-top: 30px;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.favorlecture-card-list-container-wrapper::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.favorlecture-card-list-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.favorlecture-card {
  width: 293px;
  background: #fff;
  position: relative;
  flex: 0 0 auto;
  margin-right: 28px;
}

.best-sticker {
  position: absolute;
  top: 18px;
  right: 17px;
  z-index: 2;
  width: 50px;
}

.lec-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 9px;
}

.lec-text-info {
  padding: 25px 15px 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.lec-text-info li {
  margin: 2px 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.lec-text-info li.lec-title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: auto;
  min-height: 3.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.lec-text-info li.lec-title span {
  display: block;
}

.lec-text-info li.lec-number,
.lec-text-info li.lec-time {
  padding-left: 43px;
}

.lec-number span,
.lec-time span {
  display: inline-block;
  padding-left: 20px;
  color: #949393;
}

.lec-hover-info {
  position: absolute;
  top: 212px;
  left: 0;
  width: 100%;
  min-height: 149px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
  list-style: none;
  border-radius: 10px;
}

.favorlecture-card:hover .lec-hover-info {
  opacity: 1;
}

.favorlecture-card.touch-active .lec-hover-info {
  opacity: 1;
}

.lec-hover-info li {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.lec-star {
  text-align: right;
}

.lec-comment > div {
  line-height: 1.5;
  max-height: calc(1.5em * 3);
  overflow: hidden;
  word-break: break-word;
  /* border: 1px solid #ccc;  */
  width: 275px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff; /*update 0729*/
  font-weight: 300; /*update 0729*/
}

.lec_user_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.lec_user_info .lec-user {
  font-size: 16px;
}

.lec_user_info .lec-user,
.lec_user_info .lec-time {
  color: #fff; /*update 0729*/
  font-weight: 300; /*update 0729*/
  font-size: 14px;
}

.lec_star {
  width: 100%;
  height: 25px;
}

/* 별점 */
.img-star-rating {
  position: relative;
  width: 100px; /* 5개 × 20px */
  height: 20px;
  background: url("/resource/main2025/images/star-off.png") repeat-x;
  background-size: 20px 20px;
  overflow: hidden;
  float: right;
}
.img-star-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("/resource/main2025/images/star-on.png") repeat-x;
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 1;
}

.lec-star.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 기존 스타일 유지 + 애니메이션 추가 */
/* 공통: 패밀리 사이트 영역 */
.link_familysite {
  width: 1264px;
  margin: 0 auto 80px;
  overflow: hidden;
  position: relative;
}

.link_familysite article {
  width: 100%;
  overflow: hidden;
}

.link_familysite .rolling-wrapper {
  display: flex;
  gap: 20px;
  will-change: transform;
}

.link_familysite ul {
  display: flex;
  gap: 20px;
  padding: 37px 0 0 0;
  margin: 0;
  list-style: none;
}

.link_familysite li {
  text-align: center;
  width: 150px;
  flex-shrink: 0;
}

.link_familysite li a {
  font-size: 18px;
  font-weight: 500 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.link_familysite li a span {
  padding-top: 20px;
  display: block;
}

@media (min-width: 961px) {
  .link_familysite .rolling-wrapper {
    justify-content: space-between;
    transform: none !important; /* translateX 제거 */
  }

  footer ul.footer-links li a {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .link_familysite .rolling-wrapper {
    justify-content: flex-start;
  }
}

/* 960px 초과에서만 적용되는 스타일 */
@media (min-width: 961px) {
  div.link_familysite {
    width: 1264px;
    margin: 0 auto 80px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .link_familysite article {
    min-width: max-content;
  }

  div.link_familysite ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
  }

  #div_MainJob .layout_column_recruit .jobfind-list li a {
    font-size: 22px;
  }
}

/* ========================== */

footer {
  /* background-color: #374469; */
  color: #666;
  font-size: 15px;
  letter-spacing: 0px;
  padding: 0;
}

footer .bg-area {
  padding: 20px 0;
  margin-bottom: 20px;
  background-color: #efefef;
}

footer .footer-content-wrapper > div {
  margin: 0 auto;
  width: 1265px;
}

footer .footer-content-wrapper > div > div {
  width: 1265px;
}

footer .footer-content-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1265px;
}

footer ul.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

footer ul.footer-links li a {
  color: #666;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  display: block;
  font-size: 15px;
  background: url("/resource/main2025/images/bar_4_26.png") no-repeat right center;
  /* padding-right: 19px;
  padding-left: 12px; */
  padding-right: 15px !important;
  padding-left: 10px !important;
}

footer ul.footer-links li:last-child a {
  background: none;
  padding-right: 0px !important;
}

footer ul.footer-links li:first-child a {
  padding-left: 0px !important;
}

footer ul.footer-links a:hover,
footer ul.footer-links a.active {
  color: #000;
}

footer .copyright-info {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

footer .copyright-info,
footer .service-info {
  color: #000;
  font-weight: 500;
}

footer .copyright-info span,
footer .service-info span {
  color: #737373;
  font-weight: 300;
}

footer .addr-sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 54px;
}

footer .footer-content-first .sns-links {
  display: flex;
  gap: 15px;
}
footer .footer-content-first .sns-links img {
  width: 40px;
  height: 40px;
}

/* 플로팅 메뉴 */
.floating-menu {
  z-index: 999;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  /* border-radius: 40px; */
  border-radius: 22px 0 0 22px;
  padding: 0 17px;
  text-align: center;
}

.floating-menu.vertical {
  padding: 20px 0;
  right: 15px;
  bottom: 320px;
  position: fixed;
}

.floating-menu.vertical ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.floating-menu.vertical li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  cursor: pointer;
  transition: background 0.3s;
  text-align: center;
  width: 84px;
}

.floating-menu.vertical img {
  width: auto;
  margin: 0 auto 15px auto;
  display: block;
}

.floating-menu.vertical a {
  display: block;
  text-align: center;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.floating-menu li a:hover {
  color: #196aff;
}

/* 상담톡 숨김 */
/* #ch-plugin-entry {
    display: none !important;
} */

.bottomMenu {
  display: none;
}

@media screen and (max-width: 1260px) {
  #newHeader .topMenu,
  #newHeader .newGnb {
    display: none;
  }
  #newHeader .bottomMenu {
    display: block;
  }
  #newHeader .m_menu {
    display: flex;
  }
}

@media screen and (max-width: 1160px) {
}

/* 데스크탑 구조인 경우 감춤 영역  */
.mainVisual,
.floating-menu-container,
.title_text.desktop-text,
.layout_column_top .control-ui-wrapper,
div.favorlecture-card-slide-wrapper > div.left_btn,
div.favorlecture-card-slide-wrapper > div.right_btn,
.bottomMenu .logo_desktop_top {
  display: block;
}

.mainVisual-mobile,
.floating-menu-container-mobile,
.title-text-mobile.innerSection-mobile,
.bottomMenu .logo_mobile_top,
.mainVisual-mobile,
.control-ui.mobile {
  display: none;
}

/* ===========================*
/* 960px 이하일 때 - 모바일 화면 구조 */
/* ===========================*/
@media screen and (max-width: 960px) {
  /* 감춤 요소 */
  .job-container .column.column-right,
  .control-ui.deskpc {
    display: none;
  }

  /* 모바일용 보이는 요소 */
  .mainVisual-mobile,
  .control-ui.mobile {
    display: block;
  }

  /* 모바일 GNB */
  #newHeader .bottomMenu {
    padding: 18px 0;
    border-bottom: 2px solid #efefef;
  }

  #newHeader .bottomMenu .flexBox {
    margin: 0px 30px 0 30px;
  }

  #newHeader .bottomMenu .flexBox .logo_desktop_top {
    width: 132px;
    height: auto;
  }

  .job-container .column.column-left {
    padding-top: 0px;
  }

  .job-container #rolling_text {
    height: 45px;
    margin: 15px 0 10px 0;
    padding: 0;
  }

  .job-container #rolling_text .rolling-wrap .job-count {
    height: 70px;
    font-size: 15px;
  }

  .rolling-wrap .job-count strong {
    font-size: 26px !important;
    font-weight: 700;
    padding-bottom: 0px;
    padding-right: 5px;
  }

  #newMain > article.mainVisual {
    margin: 0px;
    width: 100%;
  }

  #newMain article.mainVisual > div {
    width: 100%;
  }

  .row {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0;
  }

  .row .left-box,
  .row .right-box {
    display: block;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    width: calc(100% - 60px);
    margin: 0 auto;
  }

  .row.row-2,
  .row.row-3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .custom-select-region,
  .custom-select-job,
  .custom-select-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0px 17px 5px;
    border-bottom: 1px solid #aaa;
    font-size: 18px;
  }

  .selected-option,
  .select-options li {
    padding: 10px 0 10px 0 !important;
    font-size: 18px;
  }

  .custom-select.left-box img.icon {
    width: 25px;
    height: auto;
  }

  .search-btn {
    margin: 35px auto 65px auto;
    padding: 10px 0px;
    font-size: 18px;
    width: 45%;
  }

  .mainVisual-mobile .slider-wrap-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 2px 0 22px 0;
    position: relative;
  }

  .mainVisual-mobile .slider-wrap-mobile > div {
    width: 100%;
    position: relative;
  }

  .mainVisual-mobile .slider-container-mobile {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .mainVisual-mobile .slider-mobile {
    display: flex;
    transition: transform 0.5s ease;
  }

  .mainVisual-mobile .slide-mobile,
  .mainVisual-mobile .slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mainVisual-mobile .slide-mobile img,
  .mainVisual-mobile .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mainVisual-mobile .pagination-wrapper {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .mainVisual-mobile .pagination_animation {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .mainVisual-mobile .ellipse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(211, 211, 211, 0.6);
    cursor: pointer;
    transition: background-color 0.3s, width 0.3s, height 0.3s;
  }

  .mainVisual-mobile .ellipse.active {
    background-color: #fff;
    width: 60px;
    height: 10px;
    border-radius: 10px;
  }

  .mainVisual-mobile .css-stop-icon {
    width: 10px;
    height: 10px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mainVisual-mobile .css-stop-icon::before {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
  }

  .mainVisual-mobile .css-stop-icon::after {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 0;
  }

  .css-stop-icon.paused::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    left: 50%;
    transform: translateX(-50%);
  }

  .mainVisual-mobile .css-stop-icon.paused::after {
    content: none;
  }

  .mainVisual-mobile .active-slide {
    animation: slide-mobile 24s infinite;
  }

  @keyframes slide-mobile {
    0% {
      transform: translateX(0);
    }
    16.67% {
      transform: translateX(-100%);
    }
    33.33% {
      transform: translateX(-200%);
    }
    50% {
      transform: translateX(-300%);
    }
    66.67% {
      transform: translateX(-400%);
    }
    83.33% {
      transform: translateX(-500%);
    }
    100% {
      transform: translateX(0);
    }
  }

  .layout_column_recruit-wrapper {
    /* width: 1265px; */
    width: 100%;
    margin: 0 auto;
  }

  .layout_column_recruit-wrapper .column-left {
    flex: 1;
    min-width: none;
    width: auto;
    padding-top: 17px;
  }

  .layout_column_recruit-wrapper .column-left img {
    max-width: 240px;
    height: auto;
  }

  #div_MainJob .layout_column_recruit {
    padding-bottom: 20px;
  }

  #div_MainJob .layout_column_recruit .jobfind-list-wrapper,
  #div_MainJob .layout_column_recruit .jobfind-list-wrapper,
  .rolling-wrapper {
    width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .jobfind-list-wrapper.column-right {
    padding: 0;
  }

  #div_MainJob .layout_column_recruit .jobfind-list-wrapper::-webkit-scrollbar {
    display: none;
  }

  #div_MainJob .layout_column_recruit .jobfind-list {
    display: flex;
    min-width: max-content;
    flex-wrap: nowrap;
  }

  #div_MainJob .layout_column_recruit .jobfind-list li {
    flex: 0 0 auto;
  }

  #div_MainJob .layout_column_recruit {
    flex-direction: column;
    align-items: start;
    gap: 35px;
    padding-left: 30px;
  }

  #div_MainJob .layout_column_recruit .jobfind-list {
    gap: 20px;
  }

  .recruit-banner-bg {
    background: linear-gradient(to bottom, #00cba4 40%, transparent 40%),
      url("/resource/main2025/images/bg_1000.png") no-repeat center top;
    background-size: cover;
  }

  .recruit-banner-bg .layout-recuit-column {
    width: 100%;
    /* margin: 0 auto; */
    flex-direction: column;
    align-items: start;
    /* gap: 5px; */
    background-color: none;
    background: none;
    /* padding: 10px 0 55px 0; */
    padding: 0 0 0 0;
  }

  .layout-recuit-column .layout_column_top {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }

  .layout-recuit-column .layout_column_top .control-ui-wrapper {
    padding-top: 10px;
  }

  .control-ui-mobile-wrapper {
    text-align: center;
    justify-items: center !important;
    align-items: center;
    width: 100%;
    padding: 15px 0 25px 0;
  }

  .control-ui.mobile {
    display: flex !important;
    gap: 10px;
  }

  .control-ui.mobile li {
    display: flex;
    align-items: center;
  }

  .control-ui-wrapper div.title_text_re {
    /* margin-bottom: 10px; */
    font-size: 30px;
    margin-top: 10px;
  }

  .control-ui-wrapper div.more_btn a {
    margin: 0px auto 0px auto;
    font-size: 16px;
  }

  .job-card-list-wrapper {
    width: clamp(260px, 85vw, 300px); /* 모바일 대응 */
  }

  .job-card-list {
    padding: 58px 35px;
    width: 100%;
    min-height: 315px;
  }

  .job-card-list .company {
    font-size: 16px;
  }

  .recruit-banner-bg .slider-scroll-wrapper {
    gap: 18px;
  }

  .job-card-list .job-position {
    font-size: 20px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 95px; /* 숫자 수정 20250807*/
    overflow: hidden;
  }

  .job-card-list ul:nth-child(1) > li:nth-child(3) {
    font-size: 13px;
  }

  .control-ui li a img {
    width: 40px;
    height: 40px;
  }

  /* 취업교육.정책이슈.정책꿀팁 -모바일 */
  #div_Edu_Issue {
    padding: 70px 20px 62px 30px;
    width: 100%;
    margin: 0 auto;
  }

  #div_Edu_Issue > div,
  .edu_container,
  .issue_container {
    width: 100%;
  }

  .edu_container {
    padding-bottom: 34px;
  }

  .edu_container .edu_title {
    margin-bottom: 35px;
  }

  .edu_container .edu_title,
  .tab,
  .favorlecture-container .title_text {
    font-size: 24px;
  }

  .edu_issue_wrapper {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }

  .edu_issue_wrapper .divider {
    display: none;
  }

  .edu_card_cotents {
    width: 100%;
  }

  .edu_card {
    width: 100%;
    height: auto;
  }

  .banner-slider {
    max-width: 100%;
    height: auto;
    margin-bottom: 100px;
  }

  .tab-content ul.post-list .post-title {
    max-width: 90%;
    font-size: 18px;
  }

  .tab-content ul.post-list li {
    padding: 20px 0;
  }

  .issue_title {
    padding-right: 15px;
  }
  .tip_title {
    padding-left: 15px;
  }

  .favorlecture-card-slide-wrapper {
    margin: 0 auto 19px auto;
  }

  .favorlecture-container > div:first-child {
    width: 100%;
  }

  .favorlecture-container .title_text {
    padding-left: 30px;
  }
  .favorlecture-container .btn-re-wrapper {
    padding-right: 30px;
  }

  .favorlecture-card-list-container-wrapper {
    padding-left: 30px;
  }

  div.link_familysite {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px auto 45px auto;
  }
  div.link_familysite ul {
    gap: 0px;
  }

  .link_familysite li a {
    font-size: 15px;
  }

  div.link_familysite li a img {
    width: 67px;
    height: auto;
  }

  footer {
    width: 100%;
  }

  footer > div > div > div.footer-content-wrapper.bg-area > div,
  footer .footer-content-wrapper > div > div,
  footer .footer-content-wrapper > div {
    width: 100% !important;
  }

  footer .footer-content-first {
    align-items: flex-start;
    flex-direction: column;
    width: 100% !important;
  }

  footer .footer-content-first .sns-links {
    padding-top: 20px;
  }

  footer .footer-content-wrapper {
    padding-left: 30px;
  }

  footer span.line_break {
    display: block;
  }

  footer .copyright-info p {
    padding-top: 15px;
  }

  footer .addr-sns {
    flex-direction: column;
    align-items: flex-start;
  }

  footer div.addr-sns > div:nth-child(1) > p:nth-child(2) {
    padding-top: 15px;
  }

  footer div.addr-sns div.footer-logo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    padding: 30px 30px 0px 0;
  }

  /* 플로팅 - 모바일용 */
  .floating-menu.vertical li span {
    display: block;
  }
  .floating-menu.vertical {
    padding: 10px 0;
    right: 0px;
    bottom: 320px;
    position: fixed;
  }
  .floating-menu.vertical li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    cursor: pointer;
    transition: background 0.3s;
    text-align: center;
    width: 64px;
  }

  .floating-menu.vertical img {
    width: auto;
    margin: 0 auto 3px auto;
    display: block;
  }

  .floating-menu.vertical a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
  }
} /* end 960px */

@media screen and (max-width: 860px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
  .speech-bubble {
    border-radius: 0.8em;
    padding: 1em;
    width: max-content;
    max-width: auto;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -20px;
    background-color: #a1e6d3;
    height: 25px;
    color: #464646;
    padding: 0 8px 0 8px;
    line-height: 25px;
    border-radius: 10px;
  }

  /* 말풍선 꼬리 */
  .speech-bubble::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #a1e6d3 transparent transparent;
    display: block;
    width: 0;
  }

  footer {
    color: #666;
    font-size: 13px;
    letter-spacing: 0px;
    padding: 0;
  }
  footer ul.footer-links li a {
    font-size: 13px;
    padding-right: 15px !important;
    padding-left: 11px !important;
    letter-spacing: -1.5px;
  }
}

@media screen and (max-width: 420px) {
  .job-container #rolling_text .rolling-wrap .job-count {
    height: 70px;
    font-size: 16px;
  }

  /* update 20250826 */
  .rolling-wrap .job-count strong {
    font-size: 35px;
    padding-bottom: 2px;
    border-width: 2px;
  }

  .edu_container .edu_title,
  .tab,
  .favorlecture-container .title_text {
    font-size: 24px;
    letter-spacing: -0.5 px;
  }

  .control-ui-wrapper div.title_text_re {
    font-size: 24px;
  }

  .custom-select-region,
  .custom-select-job,
  .custom-select-type,
  .selected-option,
  .select-options li,
  .search-btn {
    font-size: 18px;
  }

  .tab-content ul.post-list .post-title {
    font-size: 16px;
    max-width: 85%;
  }

  .tab-content ul.post-list .post-date {
    font-size: 13px;
  }

  .favorlecture-container .btn-re-wrapper {
    padding-right: 10px;
  }

  .favorlecture-container .btn-re-wrapper {
    gap: 8px;
  }

  #div_Edu_Issue .issue_top_area.tabs .rightc_col a img,
  #div_Edu_Issue .edu_container .edu_title a img,
  .favorlecture-container .btn-re-wrapper .circle-btn-left,
  .favorlecture-container .btn-re-wrapper .circle-btn-toggle,
  .favorlecture-container .btn-re-wrapper .circle-btn-right {
    width: 32px;
  }

  footer ul.footer-links li a {
    font-size: 11px;
    padding-right: 15px !important;
    padding-left: 11px !important;
    letter-spacing: -1.2px;
  }

  footer ul.footer-links li:first-child a {
    padding-left: 0px !important;
  }

  footer ul.footer-links li:last-child a {
    padding-right: 0px !important;
  }

  footer .footer-content-first .sns-links img {
    width: 32px;
    height: 32px;
  }

  .issue_title {
    padding-right: 11px;
  }
  .tip_title {
    padding-left: 11px;
  }
}

@media screen and (max-width: 360px) {
  footer ul.footer-links li a {
    font-size: 12px;
    padding-right: 15px !important;
    padding-left: 11px !important;
    letter-spacing: -1.5px;
  }
}
