@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@800&display=swap");

:root {
  --main-layout-gap: 16px;
  --mobile-layout-gap: 12px;
  --main-border-radius: 1.2rem;
  --mobile-border-radius: 0.5rem;
  --right-wrap-width: 350px;
}

/* 메인 */
.main_wrap {
  position: relative;
  overflow: hidden;
  padding: 110px 0 120px 0;
}
.main_wrap h2 {
  margin: 80px 0 60px 0;
  text-align: center;
  font-family: "Pretendard";
  font-weight: 200;
  font-size: 2.8em;
  letter-spacing: -4px;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
}
.main_wrap h2 span {
  font-family: "Pretendard";
  font-weight: 900;
  font-size: 54px;
}
.main_wrap .visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: img-sc-up 3s both;
}

.main_wrap .wrap {
  /* overflow: hidden; */
}

.main_wrap .wrap .jn-leftwrap {
  float: left;
  width: calc(100% - var(--right-wrap-width) - var(--main-layout-gap));
}

.main_wrap .wrap .jn-rightwrap {
  float: right;
  width: var(--right-wrap-width);
}

.main_wrap .wrap h3 {
  font-family: "Pretendard";
  letter-spacing: -2px;
  color: #fff;
  text-align: center;
  font-size: 1.7em;
}
.main_wrap .wrap section {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
  overflow: hidden;
  border-radius: var(--main-border-radius);
}
.main_wrap .jobinfo {
  width: 100%;
  background: #fff;
}
.main_wrap .jobinfo a {
  position: relative;
  text-decoration: unset;
}
.main_wrap .jobinfo h3 {
  line-height: 80px;
  background: #f2943f;
}
.main_wrap .jobinfo ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0;
}
.main_wrap .jobinfo ul li {
  overflow: hidden;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.main_wrap .jobinfo ul li:nth-child(5n) {
  border-right: 0;
}
.main_wrap .jobinfo ul li:nth-child(7),
.main_wrap .jobinfo ul li:nth-child(8),
.main_wrap .jobinfo ul li:nth-child(9) {
  /* border-bottom: 0; */
}
.main_wrap .jobinfo dl {
  padding: 30px 25px;
  margin-bottom: 0;
}
.main_wrap .jobinfo .ddaystate {
  display: inline-block;
  background: #ff7518;
  color: #fff;
  border-radius: var(--main-border-radius);
  width: 64px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 0.95em;
  margin-right: 7px;
}
.main_wrap .jobinfo .end {
  background: #bdbdbd;
}
.main_wrap .jobinfo p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 800;
}
.main_wrap .jobinfo dl dt {
  font-size: 1.2em;
  letter-spacing: -1px;
  margin: 10px 0 15px 0;
  font-weight: 500;
  color: #000;
  height: 50px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.main_wrap .jobinfo dl dt div {
  font-weight: 400;
}
.main_wrap .jobinfo dl dt div b {
  font-weight: 500;
}
.main_wrap .jobinfo dl dd {
  font-size: 0.95em;
  color: #797979;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}
.main_wrap .jobinfo dl dd .localname {
  display: inline-block;
  border: 1px solid #f2943f;
  color: #f2943f;
  padding: 0 4px;
  margin-right: 5px;
  font-weight: 500;
}
.main_wrap .jobinfo ul li:hover {
  background: #f9f9f9;
}
.main_wrap .jobinfo ul li:hover dl dt {
  text-decoration: underline;
}

.main_wrap .jobcnt {
  width: 100%;
  background: #179be6;
  height: 173px;
}
.main_wrap .jobcnt h3 {
  line-height: 80px;
}
.main_wrap .jobcnt ul {
  padding: 0 var(--main-layout-gap);
  overflow: hidden;
}
.main_wrap .jobcnt ul li {
  width: 50%;
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  line-height: 80px;
  text-align: center;
}
.main_wrap .jobcnt ul li a {
  font-weight: 500;
  color: #fff;
}
.main_wrap .jobcnt em {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 900;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-family: "Pretendard";
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.main_wrap .jobcnt ul li:hover em {
  background: #fff;
  color: #179be6;
}

.main_wrap .jobcnt1 {
  width: 100%;
  background: #179be6;
  height: 173px;
}
.main_wrap .jobcnt1 .goprogramwrap {
  display: flex;
  padding: 0 1.5rem;
  justify-content: space-between;
}
.main_wrap .jobcnt1 .goprogram1wrap {
  color: #fff;
}
.main_wrap .jobcnt1 .goprogramwrap a {
  color: #fff;
  background: #417bc5;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: unset;
}
.main_wrap .jobcnt1 h3 {
  line-height: 80px;
}

.main_wrap .banner {
  width: 100%;
  background: #3cbe76;
  height: 360px;
  margin: var(--main-layout-gap) 0 0 0;
}
.main_wrap .banner ul {
  padding: 10px 30px 0 30px;
}
.main_wrap .banner ul li {
  position: relative;
  border-bottom: 1px solid #c3df9e;
  height: 110px;
}
.main_wrap .banner ul li:before {
  position: absolute;
  left: 0;
  top: 25px;
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 100%;
}
.main_wrap .banner ul li:after {
  position: absolute;
  right: 10px;
  top: 40px;
  content: "";
  display: block;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  border-radius: 1px;
  padding: 5px;
  margin: 10px 0 0 10px;
  transform: rotate(-45deg);
  opacity: 0.7;
}
.main_wrap .banner ul li:last-child {
  border: 0;
}
.main_wrap .banner ul li:first-child:before {
  background: url("../img/main/acc_bn01.png") no-repeat center rgba(0, 0, 0, 0.1);
  background-size: 45px;
}
.main_wrap .banner ul li:nth-child(2):before {
  background: url("../img/main/acc_bn03.png") no-repeat center rgba(0, 0, 0, 0.1);
  background-size: 45px;
}
.main_wrap .banner ul li:last-child:before {
  background: url("../img/main/acc_bn02.png") no-repeat center rgba(0, 0, 0, 0.1);
  background-size: 45px;
}
.main_wrap .banner ul li a {
  display: block;
  padding: 45px 0 0 85px;
  font-family: "Pretendard";
  color: #fff;
  font-size: 1.25em;
  line-height: 1.4;
}
.main_wrap .banner ul li:hover:after {
  opacity: 1;
  border-color: #f4f766;
}

.main_wrap .notice {
  float: left;
  width: 100%;
  background: #fff;
  height: 260px;
  margin: var(--main-layout-gap) 0 0 0;
  overflow: hidden;
}
.main_wrap .notice ul {
  float: right;
  width: 100%;
  padding: 0 25px;
}
.main_wrap .notice ul li {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
  padding: 10px 10px;
}
.main_wrap .notice ul li:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 25px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #3e6fda;
}
.main_wrap .notice ul li p {
  float: left;
  color: #333;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.main_wrap .notice ul li em {
  font-style: normal;
  float: right;
  color: #9c9c9c;
  font-size: 0.95em;
}
.main_wrap .notice ul li:hover p {
  text-decoration: underline;
}
.main_wrap .notice .nolist {
  text-align: center;
  padding: 80px 10px;
}
.main_wrap .notice .nolist:after {
  display: none;
}
.main_wrap .notice .notice-tab-wrap {
  padding: var(--main-layout-gap) var(--main-layout-gap);
  background: #179be6;
}
.main_wrap .notice .notice-tab-wrap a {
  color: #179be6;
  background: #fff;
  border-radius: 0.6rem;
  padding: 0.4rem 1rem;
  margin-right: 0.6rem;
  font-weight: 600;
}
.main_wrap .notice .notice-tab-wrap a.current {
  color: #fff;
  background: rgb(0 95 150);
}
.jnsj-fileroom {
  display: none;
}

.plus-all-btn {
  float: right;
  color: #fff;
}

a.plus-all-btn {
  color: unset !important;
  background: unset !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-right: 0 !important;
  color: #fff !important;
  font-weight: 500 !important;
}

.plus-all-info-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 1rem;
  color: #fff;
}

.main_wrap .popup {
  position: relative;
  width: 100%;
  height: 260px;
  margin: var(--main-layout-gap) 0 0 0;
}
.control_btns {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.4);
  text-align: right;
  padding: 0 20px;
  z-index: 9;
}
.control_btns p {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.control_btns .cnt {
  color: #fff;
  margin-right: 10px;
  cursor: default !important;
}
.control_btns .cnt span {
  margin: 0 7px;
  font-weight: 700;
}
.control_btns .arr {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  padding: 5px;
}
.control_btns .prev {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.control_btns .next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.control_btns .stop {
  width: 2px;
  height: 13px;
  background: #fff;
  margin: 0 7px 0 3px;
}
.control_btns .stop:after {
  margin-left: 4px;
  content: "";
  display: block;
  width: 2px;
  height: 13px;
  background: #fff;
}
.control_btns .play {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  margin-left: 2px;
}

.footer_banner {
  position: relative;
  padding: 4px 0;
}
.footer_banner ul {
  width: calc(100% - 60px);
  margin: 0 auto;
  text-align: center;
}
.footer_banner ul li {
  display: inline-block;
  margin: 0 1px;
  line-height: 60px;
}
.footer_banner ul li img {
  max-width: 180px;
  vertical-align: middle;
}
.footer_banner .arrow p {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.footer_banner .arrow span {
  display: inline-block;
  border: solid #aaa;
  border-width: 0 3px 3px 0;
  border-radius: 1px;
  padding: 5px;
  margin: 10px 0 0 10px;
}
.footer_banner .arrow span:hover {
  border-color: #333;
}
.footer_banner .prev {
  left: 0;
  transform: rotate(135deg);
}
.footer_banner .next {
  right: 0;
  transform: rotate(-45deg);
}

.main_banner_slide {
  position: relative;
  width: 100%;
  height: 500px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
  background: #fff;
  border-radius: var(--main-border-radius);
  margin: var(--main-layout-gap) 0 var(--main-layout-gap) 0;
}

.main_banner_slide ul.tabs {
  width: 20%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: right;
  display: flex;
  flex-direction: column;
}
.main_banner_slide ul.tabs li:hover {
  /* background: #dc9c06; */
  background: #5e84fe;
}
.main_banner_slide ul.tabs li {
  /* background: #fbb410; */
  background: #6688f7;
  color: #fff;
  display: block;
  padding: 19px 44px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 800;
}
.main_banner_slide ul.tabs li:nth-child(1) {
  border-top-right-radius: var(--main-border-radius);
}
.main_banner_slide ul.tabs li.current {
  /* background: #ad7400; */
  background: #2953c0;
  color: #fff;
}
.main_banner_slide .tab-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  /* transition: opacity 1s; */
  color: black;
  font-size: 21px;
  line-height: 2;
  background: #fff;
  width: 80%;
  height: 100%;
  border-radius: var(--main-border-radius) 0 0 var(--main-border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.main_banner_slide .tab-content img {
  border-radius: var(--main-border-radius) 0 0 var(--main-border-radius);
  width: 100%;
  object-fit: cover;
}
.main_banner_slide .tab-content.current {
  opacity: 1;
  visibility: visible;
}
.main_banner_slide .tab-footer {
  height: 100%;
  padding: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #555 !important;
  border-bottom-right-radius: var(--main-border-radius);
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 !important;
  background: #f9b338 !important;
}
.main_banner_slide .tab-sfooter {
  height: 100%;
  padding: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #555 !important;
  cursor: unset !important;
  font-size: 1.5rem !important;
  font-weight: 700;
  padding: 0 !important;
  background: #3cbe76 !important;
}
.main_slide_mentwrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2rem;
  color: white;
  -webkit-text-stroke: 1px #f8f8f8;
  text-shadow: 0px 1px 3px #23430c;
  z-index: 1;
}
.main_slide_title {
  color: #fff;
  font-size: 2.2em;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  background-color: rgba(0, 0, 0, 0.868);
  border-radius: 0.6rem;
}
.main_slide_ment {
  color: #fff;
  font-size: 2em;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main_slide_ment span:nth-child(1) {
  margin-bottom: 0.4rem;
}
.main_slide_ment span {
  font-size: 0.8em;
  padding: 0.2rem 0.6rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.6rem;
}
.main_banner_morebtn {
  color: #363636;
  background: #fff;
  padding: 0.3rem 1.8rem;
  line-height: 2rem;
  -webkit-text-stroke: 0;
  text-shadow: none;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 0.6rem;
  font-size: 1.6rem;
}
.main_banner_morebtn:hover {
  color: #000;
  background: #fff;
}
.black-bg-wrap {
  /* background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.1) 40%, transparent); */
  position: absolute;
  width: 100%;
  height: 100%;
}

/* 스크롤 메뉴 */
.scroll-menu {
  position: fixed;
  top: 26%;
  right: 0;
  z-index: 999;
}
.scroll-menu i {
  border: 0.2rem solid;
  padding: 0.6rem;
  border-radius: 100%;
  margin-bottom: 0.4rem;
}

.scroll-menu ul.tabs {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: right;
  display: flex;
  flex-direction: column;
}
.scroll-menu ul.tabs a:hover {
  /* background: #dc9c06; */
  background: #5e84fe;
}
.scroll-menu ul.tabs a {
  /* background: #fbb410; */
  background: #6688f7;
  color: #fff;
  display: block;
  padding: 19px 44px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
}
.scroll-menu ul.tabs a:nth-child(1) {
  border-top-left-radius: var(--main-border-radius);
}
.scroll-menu ul.tabs a.current {
  /* background: #ad7400; */
  background: #2953c0;
  color: #fff;
}
.scroll-menu .tab-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  /* transition: opacity 1s; */
  color: black;
  font-size: 21px;
  line-height: 2;
  background: #fff;
  width: 80%;
  height: 100%;
  border-radius: var(--main-border-radius) 0 0 var(--main-border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.scroll-menu .tab-content img {
  border-radius: var(--main-border-radius) 0 0 var(--main-border-radius);
  width: 100%;
  object-fit: cover;
}
.scroll-menu .tab-content.current {
  opacity: 1;
  visibility: visible;
}
.scroll-menu .tab-footer {
  padding: 1rem 0 !important;
  height: 100%;
  padding: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #555 !important;
  border-bottom-left-radius: var(--main-border-radius);
  font-weight: 700;
  background: #f9b338 !important;
}
.scroll-menu .tab-sfooter {
  padding: 1rem 0 !important;
  height: 100%;
  padding: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #555 !important;
  cursor: unset !important;
  font-weight: 700;
  background: #3cbe76 !important;
}

/* 스크롤 메뉴 */
.top-wrap {
  margin-top: 1rem;
}
.top-wrap i {
  border: 0.2rem solid;
  padding: 0.6rem;
  border-radius: 100%;
  margin-bottom: 0.4rem;
  aspect-ratio: 1/1;
}

.top-wrap ul.tabs {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--main-layout-gap);
}
.top-wrap ul.tabs a:hover {
  /* background: #dc9c06; */
  background: #5e84fe;
}
.top-wrap ul.tabs a {
  /* background: #fbb410; */
  background: #6688f7;
  color: #fff;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 44px;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: var(--main-border-radius);
}
.top-wrap ul.tabs a.current {
  /* background: #ad7400; */
  background: #2953c0;
  color: #fff;
}
.top-wrap .tab-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  /* transition: opacity 1s; */
  color: black;
  font-size: 21px;
  line-height: 2;
  background: #fff;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.top-wrap .tab-content img {
  width: 100%;
  object-fit: cover;
}
.top-wrap .tab-content.current {
  opacity: 1;
  visibility: visible;
}
.top-wrap .tab-footer {
  padding: 1rem 0 !important;
  height: 100%;
  padding: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #555 !important;
  font-weight: 700;
  background: #f9b338 !important;
}
.top-wrap .tab-sfooter {
  padding: 1rem 0 !important;
  height: 100%;
  padding: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #555 !important;
  cursor: unset !important;
  font-weight: 700;
  background: #3cbe76 !important;
}

/* screen 1200 */
@media screen and (max-width: 1200px) {
  .main_wrap {
    padding: 110px var(--main-layout-gap) 120px var(--main-layout-gap);
  }

  .footer_banner .prev {
    left: 10px;
  }
  .footer_banner .next {
    right: 10px;
  }
}

/* screen 1024 */
@media screen and (max-width: 1024px) {
  .main_wrap {
    padding: 60px var(--main-layout-gap) 80px var(--main-layout-gap);
  }
  .main_wrap h2 {
    margin: 60px 0 40px 0;
    font-size: 2em;
  }
  .main_wrap h2 span {
    font-size: 46px;
  }

  .main_wrap .wrap h3 {
    font-size: 1.4em;
  }
  .main_wrap .jobinfo {
    float: none;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main_wrap .jobinfo h3 {
    line-height: 60px;
  }
  .main_wrap .jobinfo dl {
    padding: var(--main-layout-gap);
  }

  .main_wrap .jobcnt {
    float: none;
    width: 100%;
    margin: var(--main-layout-gap) 0 0 0;
    height: 100%;
  }
  .main_wrap .jobcnt h3 {
    line-height: 60px;
  }
  .main_wrap .jobcnt ul {
    padding: 0 var(--main-layout-gap) var(--main-layout-gap) var(--main-layout-gap);
  }
  .main_wrap .jobcnt ul li {
    width: 25%;
    font-size: 1.1em;
    line-height: 1;
  }
  .main_wrap .jobcnt em {
    font-size: 1.4em;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

  .main_wrap .jobcnt1 {
    float: none;
    width: 100%;
    height: 100%;
  }
  .main_wrap .jobcnt1 h3 {
    line-height: 60px;
  }

  .main_wrap .banner {
    float: none;
    width: 100%;
    height: 100%;
  }
  .main_wrap .banner ul {
    padding: 10px var(--main-layout-gap);
  }
  .main_wrap .banner ul li {
    height: 100%;
  }
  .main_wrap .banner ul li a {
    font-size: 1.1em;
    padding: 25px 0 25px 60px;
  }
  .main_wrap .banner ul li:before {
    top: 13px;
    width: 50px;
    height: 50px;
  }
  .main_wrap .banner ul li:after {
    top: var(--main-layout-gap);
  }
  .main_wrap .banner ul li:first-child:before,
  .main_wrap .banner ul li:nth-child(2):before,
  .main_wrap .banner ul li:last-child:before {
    background-size: 35px;
  }

  .main_wrap .notice {
    width: 100%;
    height: 100%;
  }
  .main_wrap .notice h3 {
    float: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-indent: 30px;
  }
  .main_wrap .notice h3:after {
    top: 8px;
    left: 38%;
    width: 45px;
    height: 45px;
    background-size: 30px;
  }
  .main_wrap .notice ul {
    float: none;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0 var(--main-layout-gap) var(--main-layout-gap) var(--main-layout-gap);
  }
  .main_wrap .notice ul li {
    padding: 12px 10px;
  }
  .main_wrap .notice ul li p {
    font-size: 1em;
  }
  .main_wrap .notice ul li em {
    font-size: 0.85em;
  }
  .footer_banner img {
    width: 80%;
  }
  .main_banner_slide {
    position: relative;
    width: 100%;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .main_banner_slide ul.tabs {
    width: 100% !important;
    height: 10% !important;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: none;
    flex-direction: row !important;
    float: none !important;
  }
  .main_banner_slide ul.tabs li:hover {
    background: #8aad00;
  }
  .main_banner_slide ul.tabs li {
    background: #82ab06;
    color: #fff;
    display: block;
    padding: 19px 44px;
    cursor: pointer;
  }
  .main_banner_slide ul.tabs li.current {
    background: #e8ac00;
    color: #fff;
  }
  .main_banner_slide .tab-content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    /* transition: opacity 1s; */
    color: black;
    font-size: 21px;
    line-height: 2;
    width: 100%;
    height: 100%;
    border-radius: var(--main-border-radius);
  }
  .main_banner_slide .tab-content img {
    border-radius: var(--main-border-radius);
  }
  .main_banner_slide .tab-content.current {
    opacity: 1;
    visibility: visible;
  }
  .main_banner_slide .tab-footer {
    display: none !important;
  }
  .main_slide_mentwrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 1rem;
    color: white;
    -webkit-text-stroke: 1px #f8f8f8;
    text-shadow: 0px 1px 2px #23430c;
  }
  .main_slide_ment {
    font-size: 1em;
    margin-bottom: 1rem;
    font-weight: 500;
  }
  .main_slide_ment span {
    font-weight: 200;
  }
  .main_banner_morebtn {
    font-weight: 700;
    font-size: 0.6em;
    padding: 0 0.4rem;
    line-height: 1.4rem;
    color: #363636;
    background: #fff;
    -webkit-text-stroke: 0;
    text-shadow: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
}

/* screen screen 768 */
@media screen and (max-width: 768px) {
  .main_wrap .wrap .jn-leftwrap {
    width: 100%;
  }
  .main_wrap .wrap .jn-rightwrap {
    width: 100%;
    padding: var(--main-layout-gap) 0 0 0;
  }
  .main_wrap h2 {
    margin: 40px 0;
  }
  .main_wrap h2 span {
    font-size: 40px;
  }

  .main_wrap .jobinfo ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .main_wrap .jobinfo ul li:nth-child(2n) {
    border-right: 0;
  }
  .main_wrap .jobinfo ul li:nth-child(5n) {
    border-right: 1px solid #ddd;
  }

  .main_wrap .jobcnt em {
    display: block;
    margin: 10px auto 0 auto;
  }

  .main_wrap .jobcnt1 {
    position: relative;
  }

  .main_wrap .jobcnt1 h3 {
    width: 100%;
    text-align: left;
    padding-left: var(--main-layout-gap);
  }

  .main_wrap .jobcnt1 .goprogramwrap {
    padding-bottom: 1rem;
  }

  .main_wrap .jobcnt1 .goprogramwrap a {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.3rem;
  }

  .main_wrap .notice {
    float: none;
    width: 100%;
  }
  .main_wrap .popup {
    float: left;
    width: calc(50% - var(--main-layout-gap) / 2);
    height: 100%;
  }
  .main_wrap .popup:nth-child(2) {
    float: right;
  }
  .main_wrap .popup img {
    width: 100%;
  }
  /* 스크롤 메뉴 */
  .scroll-menu i {
    border: 0.1rem solid;
    padding: 0.3rem;
    border-radius: 100%;
    margin-bottom: 0.2rem;
  }
  .scroll-menu ul.tabs {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    display: flex;
    flex-direction: column;
  }
  .scroll-menu ul.tabs a:hover {
    /* background: #dc9c06; */
    background: #5e84fe;
  }
  .scroll-menu ul.tabs a {
    /* background: #fbb410; */
    background: #6688f7;
    color: #fff;
    display: block;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 0.6rem;
    font-weight: 700;
  }
  .scroll-menu ul.tabs a:nth-child(1) {
    border-top-left-radius: var(--main-border-radius);
  }
  .scroll-menu ul.tabs a.current {
    /* background: #ad7400; */
    background: #2953c0;
    color: #fff;
  }
  .scroll-menu .tab-content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    /* transition: opacity 1s; */
    color: black;
    font-size: 21px;
    line-height: 2;
    background: #fff;
    width: 80%;
    height: 100%;
    border-radius: var(--main-border-radius) 0 0 var(--main-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .scroll-menu .tab-content img {
    border-radius: var(--main-border-radius) 0 0 var(--main-border-radius);
    width: 100%;
    object-fit: cover;
  }
  .scroll-menu .tab-content.current {
    opacity: 1;
    visibility: visible;
  }
  .scroll-menu .tab-footer {
    padding: 0.6rem 0 !important;
    height: 100%;
    padding: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #555 !important;
    border-bottom-left-radius: var(--main-border-radius);
    background: #f9b338 !important;
  }
  .scroll-menu .tab-sfooter {
    padding: 0.6rem 0 !important;
    height: 100%;
    padding: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #555 !important;
    cursor: unset !important;
    background: #3cbe76 !important;
  }
  /* 스크롤 메뉴 */
  .top-wrap {
    margin-top: 1rem;
  }
  .top-wrap i {
    border: 0.15rem solid;
    padding: 0.6rem;
    border-radius: 100%;
    margin-bottom: 0.4rem;
    aspect-ratio: 1/1;
  }

  .top-wrap ul.tabs {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--mobile-layout-gap);
  }

  .top-wrap ul.tabs a:nth-child(2) {
    display: none;
  }
  .top-wrap ul.tabs a:hover {
    /* background: #dc9c06; */
    background: #5e84fe;
  }
  .top-wrap ul.tabs a {
    /* background: #fbb410; */
    background: #6688f7;
    color: #fff;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 12px 6px;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: var(--main-border-radius);
  }
  .top-wrap ul.tabs a.current {
    /* background: #ad7400; */
    background: #2953c0;
    color: #fff;
  }
  .top-wrap .tab-content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    /* transition: opacity 1s; */
    color: black;
    font-size: 21px;
    line-height: 2;
    background: #fff;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .top-wrap .tab-content img {
    width: 100%;
    object-fit: cover;
  }
  .top-wrap .tab-content.current {
    opacity: 1;
    visibility: visible;
  }
  .top-wrap .tab-footer {
    padding: 1rem 0 !important;
    height: 100%;
    padding: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #555 !important;
    font-weight: 700;
    background: #f9b338 !important;
  }
  .top-wrap .tab-sfooter {
    padding: 1rem 0 !important;
    height: 100%;
    padding: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #555 !important;
    cursor: unset !important;
    font-weight: 700;
    background: #3cbe76 !important;
  }
  .main_wrap .jobinfo .mcompany {
    display: flex;
    align-items: center;
  }
  .main_wrap .jobinfo .msubject {
    font-size: 0.9em;
  }
  .main_wrap .jobinfo .mmoney {
    font-size: 0.7em;
  }
  .main_wrap .wrap h3 {
    font-size: 1.2em;
  }
  .main_wrap .jobinfo .plus-all-info-btn {
    font-size: 0.8em;
  }
  .main_wrap .jobinfo dl dd {
    font-size: 0.75em;
  }
  .main_wrap .jobinfo .ddaystate {
    display: inline-block;
    background: #ff7518;
    color: #fff;
    border-radius: var(--mobile-border-radius);
    width: 32px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
    font-size: 0.55em;
    margin-right: 6px;
  }
  .sahaebohum {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
}

/* screen 580 */
@media screen and (max-width: 580px) {
  .main_wrap h2 {
    font-size: 1.6em;
    letter-spacing: -3px;
  }
  .main_wrap h2 span {
    font-size: 36px;
  }

  .main_wrap .jobinfo ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
