@charset "UTF-8";
@font-face {
  font-family: "Hanwha";
  font-style: normal;
  font-weight: 400;
  src: url("./../../../assets/font/HanwhaR.woff") format("woff"), url("./../../../assets/font/HanwhaR.woff2") format("woff2");
}
@font-face {
  font-family: "Hanwha";
  font-style: normal;
  font-weight: 700;
  src: url("./../../../assets/font/HanwhaB.woff") format("woff"), url("./../../../assets/font/HanwhaB.woff2") format("woff2");
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('../font/Pretendard-ExtraBold.woff2') format('woff2'), url('../font/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('../font/Pretendard-Bold.woff2') format('woff2'), url('../font/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('../font/Pretendard-SemiBold.woff2') format('woff2'), url('../font/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('../font/Pretendard-Medium.woff2') format('woff2'), url('../font/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('../font/Pretendard-Regular.woff2') format('woff2'), url('../font/Pretendard-Regular.woff') format('woff');
}

/* reset */
html {
  font-size: 20px;
}

* {
  box-sizing: border-box;
}

html,
body {
  color: #000;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 120%;
  font-weight: 400;
  font-family: "Pretendard", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  outline: none;
}
@media (max-width: 960px) {
  body,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  table,
  th,
  td,
  form,
  fieldset,
  legend,
  input,
  textarea,
  button,
  select,
  pre {
    font-size: 16px;
    line-height: 160%;
  }
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: dotum, "돋움", courier new, courier, monospace;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

body,
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
select,
textarea {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  border: 0px;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 100vw;
}

/* IE의 경우 */
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* 크롬의 경우 */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.layer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.layer-popup .popup-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.layer-popup .cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.layer-popup .popup-container {
  margin: 0 auto;
}
.layer-popup .popup-container.w-400 {
  max-width: 400px;
}
.layer-popup .popup-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #fff;
}

.popupWrap {
  width: 1000px;
  height: auto;
  display: none;
  background-color: #fff;
  overflow: hidden;
  z-index: 2000;
}
.popupWrap .btn_popClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 10;
}
.popupWrap .btn_popClose:before, .popupWrap .btn_popClose:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #555;
}
.popupWrap .btn_popClose:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popupWrap .btn_popClose:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popupWrap .btn_popClose.light:before, .popupWrap .btn_popClose.light:after {
  background-color: #fff;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
#header .m_btn_menu,
#header .m_btn_close {
  display: none;
}
#header .header-inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 95px;
  margin: 0 auto;
}
@media (max-width: 60rem) {
  #header .header-inner {
    width: 100%;
    padding-inline: 0;
    min-width: 60rem;
  }
}
#header .logo {
  position: relative;
  width: 14.5rem;
  height: 95px;
  background: url("../images/brandLogo.png") no-repeat center center/5.25rem auto;
}
#header nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  gap: 0 40px;
}
#header nav ul li {
  position: relative;
  height: 95px;
}
#header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: auto;
  height: 100%;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
#header nav ul li.active a {
  color: #F37321;
}
#header.fixed {
  transition: 0.3s;
}
@media (max-width: 1200px) {
  #header {
    padding: 0;
  }
  #header .header-inner {
    width: 100%;
  }
  #header .logo {
    display: block;
  }
}

#footer {
  height: 115px;
  background: url("../images/brandLogo.png") no-repeat center center/auto 42px;
  background-color: #000;
}
@media (max-width: 1200px) {
  #footer .footer-inner {
    padding-inline: 2rem;
  }
}
@media (max-width: 960px) {
  #footer {
    height: 86px;
    background-size: auto 32px;
  }
}

/* 공통 */
html,
body {
  word-break: keep-all;
}
html.scroll-disable,
body.scroll-disable {
  overflow: hidden;
}
@media (min-width: 800px) {
  html.scroll-disable,
  body.scroll-disable {
    overflow: visible;
  }
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

figure img {
  display: block;
}
figure.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
figure.right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 960px) {
  .view-pc {
    display: none;
  }
}

.view-mo {
  display: none;
}
@media (max-width: 960px) {
  .view-mo {
    display: block;
  }
}

.ani,
.pt {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
}

.blind {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
.blind.focusable:active, .blind.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

#wrap {
  position: relative;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden;
}
section {
  position: relative;
  margin: 0 auto;
}

main {
  position: relative;
  overflow: hidden;
}

.section-inner {
  position: relative;
  width: 60rem;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .section-inner {
    width: 100%;
    padding-inline: 20px;
  }
}

.primary {
  color: #F37321 !important;
}

@media (max-width: 960px) {
  span.br {
    display: block;
  }
}

@media (max-width: 960px) {
  br.none {
    display: none;
  }
}
.scroll-arrow {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 25px);
  width: 50px;
  height: 19px;
  background: url("../images/scroll_arrow.svg") no-repeat center bottom/auto 19px;
  z-index: 10;
  animation: scrollAni 1s infinite alternate;
}

[class*=accord-list] .list-item {
  position: relative;
}
[class*=accord-list] .list-item.active .list-content {
  display: block;
}
[class*=accord-list] .list-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
[class*=accord-list] .list-content {
  display: none;
}

.section-title {
  margin-bottom: 90px;
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 960px) {
  .section-title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.f-hanwha {
  font-family: "Hanwha";
}

.main-section {
  width: 100%;
  height: 100vh;
}
.main-section .logo {
  position: absolute;
  top: 35px;
  left: calc(50% - 600px);
  width: 282px;
  height: 40px;
  background: url("../images/brandLogo.png") no-repeat 0 0/auto 39px;
  z-index: 10;
}
@media (max-width: 1200px) {
  .main-section .logo {
    left: 20px;
    width: 215px;
    height: 32px;
    background-size: 215px auto;
  }
}
.main-section .main-content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.main-section .main-content-wrap .title-container {
  color: #fff;
  text-align: center;
}
.main-section .main-content-wrap .title-container .title {
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 120%;
}
.main-section .main-content-wrap .title-container .sub-title {
  margin-top: 20px;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 120%;
}
@media (max-width: 960px) {
  .main-section .main-content-wrap .title-container .title {
    font-size: 35px;
    line-height: 44px;
  }
  .main-section .main-content-wrap .title-container .sub-title {
    font-size: 20px;
    line-height: 29px;
  }
}
.main-section .main-content-wrap .search-container {
  margin: 55px auto 0;
  width: 430px;
  height: 70px;
  padding: 10px 0 10px 48px;
  background-color: #fff;
}
.main-section .main-content-wrap .search-container .search-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.main-section .main-content-wrap .search-container .search-input {
  width: 315px;
  height: 50px;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  background-color: #fff;
  border: 0;
}
.main-section .main-content-wrap .search-container .search-input::-webkit-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.main-section .main-content-wrap .search-container .search-input::-moz-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.main-section .main-content-wrap .search-container .search-input:-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.main-section .main-content-wrap .search-container .search-input:-moz-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.main-section .main-content-wrap .search-container .search-input:placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.main-section .main-content-wrap .search-container .search-input:autofill {
  background-color: #fff;
}
.main-section .main-content-wrap .search-container .btn-search {
  width: 64px;
  height: 50px;
  background: url("../images/icon_search.svg") no-repeat center center/auto 34px;
  text-indent: -9999px;
  border-left: 2px solid #D9D9D9;
}
@media (max-width: 960px) {
  .main-section .main-content-wrap .search-container {
    margin-top: 35px;
    width: 285px;
    height: 45px;
    padding: 6px 0 6px 30px;
  }
  .main-section .main-content-wrap .search-container .search-input {
    width: 210px;
    height: 33px;
    font-size: 15px;
  }
  .main-section .main-content-wrap .search-container .btn-search {
    width: 44px;
    height: 33px;
    background-size: auto 20px;
  }
}
.main-section .slide-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-section .slide-wrap .swiper-slide {
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-section .slide-wrap .swiper-slide.bg01 {
  background-image: url("../images/main_visual_01_01.jpg");
}
.main-section .slide-wrap .swiper-slide.bg02 {
  background-image: url("../images/main_visual_02.jpg");
}
.main-section .slide-wrap .swiper-slide.bg03 {
  background-image: url("../images/main_visual_03.jpg");
}
.main-section .slide-wrap .swiper-slide.bg04 {
  background-image: url("../images/main_visual_04.jpg");
}
@media (max-width: 960px) {
  .main-section .slide-wrap .swiper-slide.bg01 {
    background-image: url("../images/main_visual_01_m_01.jpg");
  }
  .main-section .slide-wrap .swiper-slide.bg02 {
    background-image: url("../images/main_visual_02_m.jpg");
  }
  .main-section .slide-wrap .swiper-slide.bg03 {
    background-image: url("../images/main_visual_03_m.jpg");
  }
  .main-section .slide-wrap .swiper-slide.bg04 {
    background-image: url("../images/main_visual_04_m.jpg");
  }
}

.jd-desc-section .section-inner {
  padding-block: 165px 90px;
}
.jd-desc-section .title-area {
  padding-bottom: 164px;
  text-align: center;
}
.jd-desc-section .title-area h2 {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 70px;
  line-height: 120%;
}
.jd-desc-section .title-area .box-text {
  width: 596px;
  height: 63px;
  padding-inline: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vw;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.jd-desc-wrap {
  border-top: 2px solid #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 420px 1fr;
}
@media (max-width: 1200px) {
  .jd-desc-wrap {
    position:relative;
    display: grid;
    grid-template-columns: 320px 1fr;
    z-index:10;
  }
}
@media (max-width: 960px) {
  .jd-desc-section .section-inner {
    margin: 0;
    padding: 80px 0 50px;
  }
  .jd-desc-section .title-area {
    padding: 0 23px 130px;
  }
  .jd-desc-section .title-area h2 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
  }
  .jd-desc-section .title-area .box-text {
    width: 100%;
    height: 44px;
    font-size: 14px;
  }
  .jd-desc-wrap {
    border-top-width: 1px;
    grid-template-columns: auto;
  }
  .jd-desc-wrap .aside-filter-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.aside-filter-area {
  padding: 30px 0 0;
  background-color: #fff;
}
.aside-filter-area:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.63);
  display: none;
  z-index: 1;
}
.aside-filter-area .search-wrap {
  position: relative;
  padding: 0 0 30px 0;
  margin-right:40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F0F0F0;
}
.aside-filter-area .search-wrap .search-form {
  position: relative;
}
.aside-filter-area .search-wrap .search-input {
  padding-left: 67px;
  width: 100%;
  height: 62px;
  background-color: #F0F0F0;
  border: 0;
  letter-spacing: -0.05em;
}
.aside-filter-area .search-wrap .search-input::-webkit-input-placeholder {
  color: #949494;
  opacity: 1;
}
.aside-filter-area .search-wrap .search-input::-moz-placeholder {
  color: #949494;
  opacity: 1;
}
.aside-filter-area .search-wrap .search-input:-ms-input-placeholder {
  color: #949494;
  opacity: 1;
}
.aside-filter-area .search-wrap .search-input:-moz-placeholder {
  color: #949494;
  opacity: 1;
}
.aside-filter-area .search-wrap .search-input:placeholder {
  color: #949494;
  opacity: 1;
}
.aside-filter-area .search-wrap .btn-search {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #000 url("../images/icon_search_18x18_w.svg") no-repeat center center/auto 18px;
  text-indent: -9999px;
}
.aside-filter-area .search-wrap .btn-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 42px;
  width: 40px;
  background: url(https://img.icons8.com/pastel-glyph/2x/cancel.png) no-repeat center center;
  background-size: 50%;
}
.aside-filter-area .search-wrap.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin: 0;
  padding: 0;
  border-radius: 0;
  z-index: 10;
}
.aside-filter-area .btn-recruiting {
  margin-bottom: 30px;
  width: 100%;
  height: 44px;
  padding-inline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vw;
  text-align: center;
  background-color: #FDEEE3;
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
  color:#000;
}
.aside-filter-area .btn-recruiting.all {
  background-color:#eaeaea;
}

.aside-filter-area .btn-recruiting.active {
  background-color: #F37321;
  color: #fff;
}
@media (max-width: 960px) {
  .aside-filter-area .btn-recruiting {
    height: 26px;
    margin-bottom:10px;
    font-size: 12px;
  }
  .aside-filter-area .filter-jd-wrap .comment-text {
    margin-bottom:10px;
    font-size:12px;
  }
}
.aside-filter-area.open {
  display: block;
}
.aside-filter-area.open > div {
  display: none;
  width: calc(100vw - 40px);
  margin: 0 20px;
  padding-bottom: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.aside-filter-area.open > div:not(.search-wrap) {
  position: fixed;
  bottom: 0;
  left: 0;
}
.aside-filter-area.open .active {
  display: block;
}
.aside-filter-area.open:before {
  display: block;
}

.aside-filter-list {
  display: grid;
  gap: 30px 0;
}
.aside-filter-list .list-item.active .list-header:before {
  transform: rotate(180deg);
}
.aside-filter-list .list-header {
  height: 29px;
  padding-right:30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.aside-filter-list .list-header .header-group {display:flex;gap:0 10px;}
.aside-filter-list .list-header .header-group .duty-count {display:inline-flex;height:28px;padding-inline:10px;border-radius:100vw;background-color:#F37321;align-items:center;font-size:12px;color:#fff;font-weight:700;}
.aside-filter-list .list-header .btn-all {height:28px;padding-inline:10px;border-radius:100vw;border:1px solid #000;font-size:12px;font-weight:700;color:#000;}
.aside-filter-list .list-header .btn-all.active {background-color:#000;color:#fff !important;}

.aside-filter-list .list-header:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 18px;
  height: 8px;
  background: url("../images/accord-arrow.svg") no-repeat center center/auto 8px;
}
@media (max-width: 960px) {
  .aside-filter-list .list-header {
    height: 18px;
    font-size: 15px;
  }
}
.aside-filter-list .list-content .filter-desc-item {
  padding-block: 20px;
}
.aside-filter-list .list-content .filter-desc-item + .filter-desc-item {
  border-top: 1px solid #e5e5e5;
}
.aside-filter-list .list-content .filter-desc-item strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 21px;
  line-height: 38px;
}
.aside-filter-list .list-content .filter-desc-item .filter-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-flow: row wrap;
  gap: 10px 5px;
}
.aside-filter-list .list-content .filter-desc-item .filter-item {
  height: 42px;
  padding-inline: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vw;
  text-align: center;
  background-color: #F0F0F0;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.05em;
}
.aside-filter-list .list-content .filter-desc-item .filter-item.active {
  background-color: #000;
  color: #fff;
}
@media (max-width: 960px) {
  .aside-filter-list .list-content .filter-desc-item {
    padding-block: 15px;
  }
  .aside-filter-list .list-content .filter-desc-item strong {
    font-size: 15px;
  }
  .aside-filter-list .list-content .filter-desc-item .filter-group {
    gap: 8px 4px;
  }
  .aside-filter-list .list-content .filter-desc-item .filter-item {
    height: 30px;
    padding-inline: 12px;
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .aside-filter-list {
    gap: 20px 0;
  }
}

.filter-jd-wrap {
  position: relative;
  padding: 0 40px 30px 0;
  background-color: #fff;
  z-index: 10;
}
.filter-etc-wrap {
  position: relative;
  padding: 30px 40px 30px 0;
  display: grid;
  gap: 35px 0;
  border-top: 1px solid #ccc;
  background-color: #fff;
  z-index: 10;
}
.filter-etc-wrap .list-header {
  font-size: 26px !important;
}
@media (max-width: 960px) {
  .filter-jd-wrap, .filter-etc-wrap {
    padding: 25px 21px;
  }
  .filter-jd-wrap .list-header, .filter-etc-wrap .list-header {
    font-size: 15px !important;
  }
  .filter-jd-wrap .aside-filter-list, .filter-etc-wrap .aside-filter-list {
    padding-bottom: 40px;
  }
  .filter-etc-wrap .aside-filter-list {
    padding: 20px 0 25px;
  }
  .filter-etc-wrap .aside-filter-list .list-header:before {
    display: none;
  }
  .filter-etc-wrap .list-content {
    display: block !important;
  }
}

.depart-desc__wrap {
  border-left: 1px solid #ccc;
}
@media (max-width: 960px) {
  .depart-desc__wrap {
    border-left: 0;
  }
}

.noresult-wrap {
  padding-block: 240px;
  text-align: center;
}
.noresult-wrap .icon-noresult {
  display: inline-block;
  width: 54px;
  height: 53px;
  background: url("../images/icon_noresult.png") no-repeat center center/auto 53px;
}
.noresult-wrap .noresult-text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 960px) {
  .noresult-wrap {
    padding-block: 135px;
  }
  .noresult-wrap .icon-noresult {
    width: 40px;
    height: 40px;
    background-size: auto 38px;
  }
  .noresult-wrap .noresult-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.jd-view-wrap .list-item .list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 40px 0 40px 47px;
}
.jd-view-wrap .list-item .list-header .view-info .title {
  font-weight: 700;
  font-size: 43px;
  line-height: 120%;
  color: #F37321;
}
.jd-view-wrap .list-item .list-header .view-info .sub-text {
  margin-top: 7px;
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
}
.jd-view-wrap .list-item .list-header .badge-group {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  gap: 8px 0;
}
.jd-view-wrap .list-item .list-header .badge-group .item {
  height: 44px;
  padding-inline: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vw;
  text-align: center;
  background-color: #F0F0F0;
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
}

.jd-view-wrap .list-item .list-header .badge-group [class*="recruiting"] {
  padding-inline:15px 96px;
  background-repeat:no-repeat;
  background-position:right 8px center;
  background-size:auto 34px;
}
.jd-view-wrap .list-item .list-header .badge-group .item.recruiting-now {
  background-color: #FDEEE3;
  background-image:url("../images/icon_recruit_on.png");
}
.jd-view-wrap .list-item .list-header .badge-group .item.recruiting {
  background-color: #F0F0F0;
  background-image:url("../images/icon_recruit_off.png");
}
@media (max-width: 1200px) {
  .jd-view-wrap .list-item .list-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .jd-view-wrap .list-item .list-header .badge-group {
    margin-top: 20px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0 10px;
  }
}
@media (max-width: 960px) {
  .jd-view-wrap .list-item .list-header {
    padding: 20px;
  }
  .jd-view-wrap .list-item .list-header .view-info .title {
    font-size: 28px;
  }
  .jd-view-wrap .list-item .list-header .view-info .sub-text {
    margin-top: 5px;
  }
  .jd-view-wrap .list-item .list-header .view-info .sub-text > span {
    font-size: 15px;
  }
  .jd-view-wrap .list-item .list-header .badge-group {
    gap: 0 3px;
  }
  .jd-view-wrap .list-item .list-header .badge-group .item {
    height: 26px;
    padding-inline: 10px;
    font-size: 12px;
  }
  .jd-view-wrap .list-item .list-header .badge-group [class*="recruiting"] {
    padding-inline:10px 56px;
    background-position:right 4px center;
    background-size:auto 20px;
  }
}
.jd-view-wrap .list-item .list-content {
  padding: 60px 45px;
  border-top: 1px solid #ccc;
}
.jd-view-wrap .list-item .list-content .detail-content-wrap {
  display: grid;
  gap: 80px 0;
}
.jd-view-wrap .list-item .list-content .detail-content-wrap .link-wrap {
  text-align: center;
}
.jd-view-wrap .list-item .list-content .detail-content-wrap .link-wrap .interview-link {
  height: 54px;
  padding-inline: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vw;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 120%;
  border: 1px solid #000;
  transition:0.3s;
}
.jd-view-wrap .list-item .list-content .detail-content-wrap .link-wrap .interview-link:hover {
  background-color:#F37321;
  color:#fff;
  border-color:#F37321;
}
.jd-view-wrap .list-item .list-content .detail-content-item .item-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 29px;
  line-height: 120%;
  color: #F37321;
}
.jd-view-wrap .list-item .list-content .detail-content-item .item-list {
  display: grid;
}
.jd-view-wrap .list-item .list-content .detail-content-item .item-list.titleIns > li:nth-of-type(1):before,
.jd-view-wrap .list-item .list-content .detail-content-item .item-list.titleIns > li:nth-of-type(5):before {
  display:none;
}
.jd-view-wrap .list-item .list-content .detail-content-item .item-list.titleIns > li:nth-of-type(1),
.jd-view-wrap .list-item .list-content .detail-content-item .item-list.titleIns > li:nth-of-type(5) {
  padding-left:0;
  font-weight:700;
}
.jd-view-wrap .list-item .list-content .detail-content-item .item-list.titleIns > li:nth-of-type(5) {
  margin-top:10px;
}

.jd-view-wrap .list-item .list-content .detail-content-item .item-list > li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 21px;
  line-height: 38px;
}
.jd-view-wrap .list-item .list-content .detail-content-item .item-list > li:before {
  position: absolute;
  top: 0;
  left: -0.05em;
  content: "•";
}
.jd-view-wrap .list-item .list-content .detail-content-item .item-sub + .item-sub {
  margin-top: 50px;
}
.jd-view-wrap .list-item .list-content .detail-content-item .item-sub .item-sub-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 23px;
  line-height: 120%;
}
.jd-view-wrap .list-item .list-content .detail-content-item .item-sub .subject-box {
  margin-top: 10px;
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 115px 1fr;
  background-color: rgba(217, 217, 217, 0.4);
  font-weight: 400;
  font-size: 21px;
  line-height: 120%;
}

@media (max-width: 960px) {
  .jd-view-wrap .list-item .list-content {
    padding: 30px 20px;
  }
  .jd-view-wrap .list-item .list-content .detail-content-wrap {
    gap: 40px 0;
  }
  .jd-view-wrap .list-item .list-content .detail-content-wrap .link-wrap .interview-link {
    height: 27px;
    padding-inline: 25px;
    font-size: 12px;
  }
  .jd-view-wrap .list-item .list-content .detail-content-item .item-title {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .jd-view-wrap .list-item .list-content .detail-content-item .item-list > li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .jd-view-wrap .list-item .list-content .detail-content-item .item-sub + .item-sub {
    margin-top: 25px;
  }
  .jd-view-wrap .list-item .list-content .detail-content-item .item-sub .item-sub-title {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .jd-view-wrap .list-item .list-content .detail-content-item .item-sub .subject-box {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 21px;
    grid-template-columns: 75px 1fr;
  }
  .jd-view-wrap .list-item .list-content .detail-content-item .item-sub .subject-box p {
    font-size: 14px;
    line-height: 21px;
  }
}
.jd-view-wrap .list-item + .list-item {
  border-top: 1px solid #ccc;
}

.mo-filter-wrap {
  display: none;
}
@media (max-width: 960px) {
  .mo-filter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 35px;
    padding-inline: 20px;
    height: 36px;
  }
  .mo-filter-wrap .btn-search {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #000 url("../images/icon_search_18x18_w.svg") no-repeat center center/auto 15px;
    text-indent: -9999px;
  }
  .mo-filter-wrap .btn {
    padding-right: 15px;
    font-size: 14px;
    background: url("../images/accord-arrow.svg") no-repeat right center/auto 5px;
    color:#000;
  }
}

.mo-head {
  display: none;
}
.mo-btn-close {
  display: none;
}
@media (max-width: 960px) {
  .mo-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .mo-head strong {
    font-size: 15px;
    line-height: 22px;
  }
  .mo-head .btn-close {
    width: 22px;
    height: 22px;
    background: url("../images/icon_close.svg") no-repeat center center/auto 22px;
    text-indent: -9999px;
  }
  .mo-btn-close {
    display: block;
    height: 50px;
    width: calc(100vw - 40px);
    margin: 0 -20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    color:#000;
  }
}

@media (max-width: 960px) {
  .mo-scroll-wrap {
    padding-top:5px;
    max-height: 500px;
    overflow-y: auto;
  }
}

button {color:#000 !important;}

.popupWrap {
  width:800px;
  padding-top:50px;
}
@media (max-width: 960px) {
  .popupWrap {width:100%;}
  .popupWrap .btn_popClose {width:50px;height:50px;}
}

.popupWrap[class*="interviewPop"] {
  padding-top:0;
}

.popupWrap .duty-title {
  height: 60px;
  padding-left: 50px;
  background-color: #eaeaea;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
}
.popupWrap .pop-header {
  position: relative;
}
.popupWrap .pop-header .btn_popClose {
  right: 12px;
  top: 10px;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
}
.popupWrap .pop-header .interviewer-info-wrap {
  padding: 30px 25px;
  display: grid;
  gap: 0 34px;
  grid-template-columns: 248px 1fr;
}
.popupWrap .pop-header .interviewer-info-wrap .photo-box {
  width: 248px;
  height: 242px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 241px;
}
.popupWrap .pop-header .interviewer-info-wrap .info-box {
  padding-top: 15px;
}
.popupWrap .pop-header .interviewer-info-wrap .info-box .info-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 60px;
  color: #F37321;
}
.popupWrap .pop-header .interviewer-info-wrap .info-box .info-desc {
  margin-top: 18px;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
}
.popupWrap .pop-content .part-box {
  height: 60px;
  padding-left: 50px;
  background-color: #eaeaea;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
  color: #F37321;
}
.popupWrap .pop-content .interview-list {
  padding: 5px 49px;
}
.popupWrap .pop-content .interview-list > li {
  padding-block: 40px;
}
.popupWrap .pop-content .interview-list > li .q {
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
}
.popupWrap .pop-content .interview-list > li .q-content {
  margin-top: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.popupWrap .pop-content .interview-list > li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.popupWrap.interviewPop01 .pop-header .interviewer-info-wrap .photo-box {
  background-image: url("../../../assets/images/interview_thumb_01.png");
}
.popupWrap.interviewPop02 .pop-header .interviewer-info-wrap .photo-box {
  background-image: url("../../../assets/images/interview_thumb_02.png");
}
.popupWrap.interviewPop03 .pop-header .interviewer-info-wrap .photo-box {
  background-image: url("../../../assets/images/interview_thumb_03.png");
}
.popupWrap.interviewPop04 .pop-header .interviewer-info-wrap .photo-box {
  background-image: url("../../../assets/images/interview_thumb_04.png");
}
.popupWrap.interviewPop05 .pop-header .interviewer-info-wrap .photo-box {
  background-image: url("../../../assets/images/interview_thumb_05.png");
}
.popupWrap.interviewPop06 .pop-header .interviewer-info-wrap .photo-box {
  background-image: url("../../../assets/images/interview_thumb_06.png");
}
.popupWrap.interviewPop07 .pop-header .interviewer-info-wrap .photo-box {
  background-image: url("../../../assets/images/interview_thumb_07.png");
}
.popupWrap.interviewPop08 .pop-header .interviewer-info-wrap .photo-box {
  background-image: url("../../../assets/images/interview_thumb_08.png");
}
@media (max-width: 980px) {
  .popupWrap {
    width: 100%;
  }
  .popupWrap .duty-title {
    height: 40px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 40px;
  }
  .popupWrap .pop-header .btn_popClose {
    top: 8px;
    width: 25px;
    height: 25px;
  }
  .popupWrap .pop-header .btn_popClose:before, .popupWrap .pop-header .btn_popClose:after {
    width: 20px;
  }
  .popupWrap .pop-header .interviewer-info-wrap {
    padding: 25px;
    grid-template-columns: 95px 1fr;
    gap: 0 12px;
  }
  .popupWrap .pop-header .interviewer-info-wrap .photo-box {
    width: 95px;
    height: 93px;
    background-size: auto 93px;
  }
  .popupWrap .pop-header .interviewer-info-wrap .info-box .info-title {
    font-size: 15px;
    line-height: 28px;
  }
  .popupWrap .pop-header .interviewer-info-wrap .info-box .info-desc {
    margin-top: 6px;
    font-size: 14px;
    line-height: 21px;
  }
  .popupWrap .pop-content .part-box {
    height: 36px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 36px;
  }
  .popupWrap .pop-content .interview-list {
    padding: 10px 25px;
  }
  .popupWrap .pop-content .interview-list > li {
    padding-block: 20px;
  }
  .popupWrap .pop-content .interview-list > li .q {
    font-size: 15px;
    line-height: 18px;
  }
  .popupWrap .pop-content .interview-list > li .q-content {
    font-size: 14px;
    line-height: 21px;
  }
}

.reset-wrap {position:relative;display:flex;justify-content:space-between;align-items:center;padding:0 0 30px 0;margin:0 40px 30px 0;border-bottom:1px solid #F0F0F0;}
.reset-wrap label {font-size:20px;}
.reset-wrap .btn-reset {padding-right:26px;font-size:16px;color:#B3B3B3 !important;background:url("../images/icon_reset.svg") no-repeat right center / auto 16px;}
.mo-reset-wrap {display:none;}
@media (max-width: 980px) {
  .mo-reset-wrap {display:flex;justify-content:flex-end;padding:0 20px 10px 0;}
  .mo-reset-wrap label {font-size:14px;margin-right:20px;}
  .mo-reset-wrap .btn-reset {padding-right:20px;font-size:14px;color:#B3B3B3 !important;background:url("../images/icon_reset.svg") no-repeat right center / auto 14px;}
}
