@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
}

.body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR";
}

.container {
  width: 66.67%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* 서브페이지 공통 타이틀 */
.w_sub_tit_section {
  width: 100%;
  height: 280px;
}

.w_sub_tit_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_mian_sub_tit {
  width: 100%;
  height: 100px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_mian_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.w_mian_tit>p {
  color: #333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: -0.44px;
}

.w_mian_tit>p>span {
  color: #51A0D0;
}

.w_sub_tit>p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

/* ---------------------------------------------------------------- */
/* 채용공고 */
.job_posting {
  width: 100%;
  height: 1370px; 
}

.web_hire_tit {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #51A0D0;
}

.web_hire_tit>span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 35px;
  font-weight: 700;
  line-height: 150%; /* 52.5px */
  letter-spacing: -0.385px;
}

.jp_con {
  height: 740px;
}

ul.jp_list {
  width: 100%;
  height: 660px;
  margin-top: 30px;
}

ul.jp_list>li {
  width: 100%;
  height: 79px;
  margin-top: 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.jp_list>li.jp_list_top {
  width: 100%;
  height: 29px;
  border-bottom: 1px solid #000;
  margin-top: 0;
}

ul.jp_list>li.jp_list_read {
  border-bottom: 1px solid #333;
  cursor: pointer;
}

ul.jp_list>li.jp_list_read:hover{
  background: #F4FBFF;
  transition: background-color 0.3s ease;
}

.jp_list_txt_btn {
  width: 1080px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jp_list_txt {
  width: 920px;
  height: 30px;
}

.jp_list_txt>p {
  color: #CCC;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.jp_list_btn {
  width: 118px;
  height: 48px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jp_list_btn>a>p {
  color: #ccc;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.read_txt>p {
  color: #555;
}

.read_btn {
  border: 1px solid #51A0D0;
}

.read_btn:hover {
  background: #51A0D0;
  transition: background-color 0.3s ease;
}

.read_btn>a>p {
  color: #777;
}

.read_btn:hover>a>p {
  color: #fff;
  transition: color 0.3s ease;
}

/* 채용 방법 및 절차 */
.job_map {
  height: 2040px;
}

.job_map_main_tit {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.job_map_main_tit>span {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 35px;
  font-weight: 700;
  line-height: 150%; /* 52.5px */
  letter-spacing: -0.385px;
}

.job_map_con {
  height: 1540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.job_map_con>img {
  width: 100%;
  height: 850px;
}

.job_map_step {
  width: 100%;
  height: 530px;
  margin-top: 80px;
}

ul.job_map_list {
  width: 100%;
  height: 100%;
}

ul.job_map_list>li {
  width: 100%;
  height: 79px;
  background: #fff;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.job_map_list>li:first-child {
  border-bottom: 1px solid #777;
  margin-top: 0;
}

.job_map_list_tit {
  width: 1150px;
  height: 46px;
  display: flex;
}

.jm_step_txt {
  width: 153px;
  height: 46px;
  display: flex;
  align-items: center;
}

.jm_process_txt {
  width: 385px;
  height: 46px;
  display: flex;
  align-items: center;
}

.jm_content_txt {
  width: 610px;
  height: 46px;
  display: flex;
  align-items: center;
}

.jm_content_tit>span {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.job_map_list_tit span {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.jm_step_txt>span {
  display: flex;
}

.jm_step_txt>span>p {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.22px;
  margin-left: 5px;
}

.jm_content_txt>p {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.165px;
}


/* 제출서류 모달 배경 */
.job_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.8); 
  z-index: 9998; 
  display: none; 
}

.job_modal_bg.on {
  display: block;
}

/* 제출서류 시작 */
.job_modal {
  width: 1080px;
  height: 598px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #fff;
  display: none;
  border-radius: 10px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

.job_modal.on {
  display: flex;
  flex-direction: column;
}

.job_modal_section {
  width: 920px;
  height: 538px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.job_modal_top {
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job_modal_top>h2 {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
}

.job_modal_close_btn>i {
  font-size: 30px;
  color: #333;
  cursor: pointer;
}

.job_modal_close_btn:hover>i {
  color: #0F7BBD;
  transition: color 0.3s ease;
}

.job_modal_main {
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job_modal_main_lt {
  width: 450px;
  height: 100%;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.jal_section {
  width: 350px;
  height: 321px;
}

.jal_top {
  width: 100%;
  height: 83px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.jal_top>p {
  color: #FFF;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

.jal_top>span {
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
}

ul.jal_main {
  width: 100%;
  height: 108px;
  margin-top: 30px;
}

ul.jal_main>li {
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

.jal_bottom {
  width: 100%;
  height: 50px;
  margin-top: 50px;
}

.jal_download_btn {
  width: 248px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.jal_download_btn:hover {
  background: #0F7BBD;
  transition: background-color 0.3s ease;
}

.jal_icon {
  width: 200px;
  height: 27px;
}

.jal_icon>a {
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

.jal_icon>a>i {
  margin-left: 35px;
  font-size: 15px;
}

.job_modal_main_rt {
  width: 450px;
  height: 100%;
  background: #333;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jal_mng_section {
  width: 350px;
  height: 321px;
}

ul.jal_mng_main {
  width: 100%;
  height: 108px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.jal_mng_main>li>span {
  display: flex;
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

ul.jal_mng_main>li>span>p {
  margin-left: 10px;
  font-weight: 400;
}

.jal_mng_bottom {
  width: 100%;
  height: 27px;
  margin-top: 73px;
}

.jal_mng_bottom>p {
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

