body #top {
  display: flex;
}
body #top .logo {
  padding-top: 45px;
  margin-left: 0;
}
body #top .right {
  padding-top: 41px;
  padding-bottom: 40px;
  padding-right: 58px;
  flex: 1 0 0;
  margin-left: auto;
}
body #top .sns {
  align-self: center;
  min-width: 82px;
  padding-top: 0;
  position: relative;
  z-index: 101;
}
body .navbar-nav {
  padding: 0 0 0 200px;
  position: relative;
  height: 35px;
  z-index: 101;
  background-color: white;
  flex-direction: row;
  box-sizing: border-box;
}
body .navbar-nav > li {
  position: relative;
  z-index: 101;
  background-color: white;
  width: auto;
  text-align: left;
}
body .navbar-nav > li:first-child {
  margin-left: 0;
}
body .navbar-nav > li:hover > div {
  bottom: -39px;
}
body .navbar-nav > li:hover > div::after {
  top: -39px;
}
body .navbar-nav > li > a {
  display: inline-block;
  position: relative;
  padding: 0;
  z-index: 102;
  height: 100%;
}
body .navbar-nav > li > div {
  position: absolute;
  z-index: 100;
  text-align: left;
  margin-left: -50%;
  bottom: 0;
  transition: all 0.3s ease;
}
body .navbar-nav > li > div::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 106%;
  left: -1px;
  top: -1px;
  z-index: 101;
  transition: all 0.3s ease;
  background-color: white;
}
body .navbar-nav > li > div > div {
  height: 35px;
  line-height: 31px;
  padding: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  background-color: rgba(132, 50, 69, 0.7);
}
body .navbar-nav > li > div > div a {
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  padding-left: 15px;
  white-space: nowrap;
  font-family: "Noto Sans KR", sans-serif;
}
body .navbar-nav > li > div > div a:hover, body .navbar-nav > li > div > div a.hover {
  text-decoration: none;
  color: #ffea00;
}
body .navbar-nav > li > div > div a:first-child {
  padding: 0;
}

.mySwiper {
  height: 525px;
  margin: 0 auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-container {
  position: relative;
  max-width: 1200px;
  margin: -262px auto 0;
}

.swiper-button-custom-prev,
.swiper-button-custom-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -22px;
}

.swiper-button-custom-prev {
  left: 26px;
}

.swiper-button-custom-next {
  right: 26px;
}

.swiper-button-custom-center {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: -68px;
  transform: translateX(-50%);
}

#sub_bg.sub {
  display: flex;
  align-items: center;
  justify-items: center;
}
#sub_bg.sub-01 {
  background-image: url("/images/sub_img_1.png");
}
#sub_bg.sub-02 {
  background-image: url("/images/sub_img_2.png");
}
#sub_bg.sub-03 {
  background-image: url("/images/sub_img_3.png");
}
#sub_bg.sub-04 {
  background-image: url("/images/sub_img_4.png");
}
#sub_bg.sub #sub {
  flex: 0 0 auto;
  width: auto;
  font-family: "Pretenard Variable", sans-serif;
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
}

.select-custom select {
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  border: 1px solid #e4eaec;
  background: #f7f7f7;
  color: #000;
  height: 24px;
  min-width: 200px;
}

.view-box {
  font-size: 14px;
  border-left: 1px solid #e4eaec;
  border-top: 1px solid #e4eaec;
}
.view-box > div {
  display: flex;
}
.view-box > div > div {
  flex: 1 0 0;
  border-right: 1px solid #e4eaec;
  border-bottom: 1px solid #e4eaec;
  padding: 5px 12px;
}
.view-box > div > div.view-box-title {
  flex: 0 0 auto;
  width: 100px;
  font-weight: bold;
  text-align: center;
  background-color: #fafafa;
}

.job_type {
  width: 58px;
  height: 28px;
  border-radius: 12px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 5px 0;
  text-align: center;
}
.job_type-0 {
  background-color: #e54f5e;
}
.job_type-1 {
  background-color: #2c5d95;
}
.job_type-2 {
  background-color: #424242;
}

.btn-download {
  font-size: 13px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: bold;
  width: 90px;
  height: 24px;
  padding: 3px 0;
  background-color: #e54f5e;
  display: block;
  border-radius: 12px;
  color: #ffffff !important;
  box-sizing: border-box;
}

form[name=fsearch] > div {
  display: flex;
  width: 300px;
  margin: 0 auto;
  box-sizing: border-box;
  gap: 3px;
}
form[name=fsearch] > div #sfl {
  flex: 0 0 auto;
  width: 100px;
  font-family: "Noto Sans KR", sans-serif;
  border: 1px solid #e4eaec;
  background: #f7f7f7;
}
form[name=fsearch] > div .frm_input {
  height: unset;
  flex: 1 0 0;
}
form[name=fsearch] > div .btn_submit {
  flex: 0 0 auto;
  width: 60px;
}

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