/* @charset "UTF-8"; */

/* 버튼스타일 */
.btn_style01 {
  border: none;
  width: 200px;
  height: 60px;
  background-color: #e85b5b;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
}
.btn_style02 {
  border: none;
  width: 170px;
  height: 50px;
  background-color: #e85b5b;
  color: #fff;
  font-size: 0.9em;
  border-radius: 5px;
}
.btn_style01:hover,
.btn_style02:hover,
.btn_confirm:hover {
  background-color: #ff6666;
}
.btn_style03 {
  float: left;
  width: 150px;
  height: 30px;
  border: 1px solid #717171;
  color: #fff;
  background-color: #717171;
  letter-spacing: -1px;
  margin-right: 2px;
  border-radius: 0;
}
.btn_style04 {
  border: none;
  width: 210px;
  height: 50px;
  background-color: #e85b5b;
  color: #fff;
  font-size: 0.9em;
  border-radius: 5px;
}
.btn_style01:hover,
.btn_style02:hover,
.btn_confirm:hover {
  background-color: #ff6666;
}
.btn_style_width {
  float: left;
  width: auto;
  height: 30px;
  border: 1px solid #717171;
  color: #fff;
  background-color: #717171;
  letter-spacing: -1px;
  margin-right: 2px;
  border-radius: 0;
}
.btn_confirm {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  background-color: #e85b5b;
  border-radius: 0px;
  border: none;
}

#file_inwr {
  padding-left: 0px;
  margin-bottom: 15px;
}
#file_inwr_form {
 /* padding: 0 15px;*/
}
.file_wrap {
  position: relative;
  margin-top: 15px;
}
.file_wrap .file_hidden {
  position: absolute;
  top: -10px;
  left: 0;
  width: 150px;
  cursor: pointer;
  opacity: 0;
  padding: 0 0 0 50px;
  overflow: hidden;
}

.saveaslogo2 {
  border: 1px solid #dbdbdb;
  padding: 2px 25px;
  margin-right: 10px;
  color: #444;
  background: none;
  border-radius: 0px;
  box-sizing: border-box;
}

.file_delx {
  background: #eee;
  width: 15px;
  height: 15px;
  display: inline-grid;
  align-items: center;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.file_delx img {
  width: 7px;
  vertical-align: middle;
  margin: 1px 0 0 4px;
}
.file_delx i {
  font-size: 20px;
}

.file_inwrap {
  width: fit-content;  
 
  margin-bottom: 5px;
}
.file_inwrap .file_name_style {
  width: auto;
  height: 30px;
  background: url(/images/fileicon.png) no-repeat 0 center;
  background-size: 15px;
  padding-left: 20px;
  color: #353738;
  font-size: 12px;
  border: none;
}
.bltx{color: #39f !important;}

/* 메인페이지 배너 */
.main_wrapper {
  background-image: url(../images/bgimage_2.png);
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (min-width: 1920px) {
  .main_wrapper {
    background-size: cover;
  }
}
/* 서브배너 */
.sub_visual {
  background-image: url(../images/sub_visual.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 250px;
  width: 100%;
}
.sub_visual .inner {
  height: 250px;
  display: grid;
  align-items: center;
  text-align: center;
}
.sub_visual .inner h1 {
  font-weight: 900;
  color: #ef6b06;
  margin-bottom: 10px;
}
.sub_visual .inner p {
  font-size: 1.05em;
  color: #686868;
  font-weight: 500;
}
.sub_visual.mypage_visual {
  background-image: url(../images/mypage_visual.png);
}

@media screen and (max-width: 798px) {
  .choice_desc {font-size:12px;}
  .choice_box .item_list {font-size:12px; grid-template-columns: repeat(1, 1fr);}

  .sub_visual .inner h1 {
    font-size: 1.5em;
  }
  .sub_visual .inner p {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 500px) {
  .choice_desc {font-size:12px;}
  .choice_box .item_list {font-size:12px; grid-template-columns: repeat(1, 1fr);}

  .sub_visual.ctype .main_tit h1 span.reg_top {
    display: block;
  }
  .sub_visual.ctype .main_tit h1 span.reg_di {
    display: none;
  }
}

/* 메인페이지 */
#main_visual .inner {
  height: 480px;
  background-image: url(../images/main_page_img.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 35%;
  display: grid;
  align-items: center;
}
#main_visual .main_tit {
  font-family: "nanumsquare";
  text-align: center;
}
#main_visual .main_tit h1 {
  font-size: 3em;
  font-weight: 900;
  color: #333;
  letter-spacing: -1px;
}
#main_visual .main_tit h1 span {
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #686868;
}
#main_visual .main_tit ul {
  margin-top: 35px;
}
#main_visual .main_tit ul li {
  color: #686868;
  font-size: 1.2em;
  letter-spacing: -1px;
  font-weight: 600;
  line-height: 40px;
}

@media screen and (max-width: 798px) {
  .choice_desc {font-size:12px;}
  .choice_box .item_list {font-size:12px; grid-template-columns: repeat(1, 1fr);}

  #main_visual .inner {
    height: 400px;
    background-size: 40%;
  }
  #main_visual .main_tit h1 {
    font-size: 24px;
  }
  #main_visual .main_tit h1 span {
    font-size: 19px;
  }
  #main_visual .main_tit ul li {
    font-size: 0.9em;
    line-height: 24px;
  }
}

@media screen and (max-width: 500px) {
  #main_visual .inner {
    background-size: 50%;
  }
}

/* 메인페이지 탭메뉴 */
#main_tabmenu_wrap {
  background-color: #39f;
}
#main_tabmenu_wrap .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 0;
}
#main_tabmenu_wrap .inner div {
  margin-right: 10px;
  text-align: center;
}
#main_tabmenu_wrap .inner div a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  font-family: "S-CoreDream-3Light";
}
#main_tabmenu_wrap .inner div a img {
  margin-right: 25px;
  width: 100px;
}
#main_tabmenu_wrap .inner div a p {
  font-size: 22px;
  font-weight: 600;
  color: #233147;
  width: 161px;
}
#main_tabmenu_wrap .inner div a p span {
  display: block;
  font-size: 13px;
  margin-bottom: 3px;
}
#main_tabmenu_wrap .inner div:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
}

@media screen and (max-width: 1025px) {
  #main_tabmenu_wrap .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  #main_tabmenu_wrap .inner div {
    margin-bottom: 10px;
  }
  #main_tabmenu_wrap .inner div a p {
    font-size: 20px;
  }
}

@media screen and (max-width: 798px) {
  #main_tabmenu_wrap .inner div a img {
    transform: scale(0.8);
    width: 80px;
  }
  #main_tabmenu_wrap .inner div a p {
    font-size: 18px;
  }
  #main_tabmenu_wrap .inner div a span {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  #main_tabmenu_wrap .inner div a img {
    display: none;
  }
}

/* 메인페이지 채용정보 공지사항 */
#main_board_wrap {
  padding: 50px 0;
}
#main_board_wrap .inner {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
}
#main_board_wrap .board {
  background-color: #fff;
  height: 300px;
  padding-bottom: 10px;
}
#main_board_wrap .board .top_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #233147;
  padding: 10px 20px;
}
#main_board_wrap .board .top_tit h1 {
  font-size: 1.2em;
  width: 130px;
  position: relative;
}
#main_board_wrap .board .top_tit h1 img {
  vertical-align: text-top;
  margin-right: 0.5em;
}
#main_board_wrap .board .top_tit h1 span {
  position: absolute;
  top: 3px;
  left: 50px;
}
#main_board_wrap .board .content {
  padding: 10px 20px;
}
#main_board_wrap .board .content dl {
  display: flex;
  justify-content: space-between;
  line-height: 32px;
  font-size: 13px;
}
#main_board_wrap .board .content dl dt {
  width: 88.5%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#main_board_wrap .board .content dl dt a b {
  margin-right: 15px;
}
#main_board_wrap .board .content dl dt a:hover {
  color: #39f;
}
#main_board_wrap .board .content dl dt a:hover b {
  color: #333;
}
#main_board_wrap .board .content dl dd {
  color: #999;
}
#main_board_wrap .recruit_wrap {
  margin-right: 30px;
}
    /* 배너 영역 추가 */
#main_board_wrap .board .banner_area{display: flex; align-items: center; justify-content: center; gap: 8px; margin: 10px 0;}
#main_board_wrap .board .banner_area a{display: block; width: 235px; height: 100px;}
#main_board_wrap .board .banner_area a img{width: 100%;}
    /* 배너 영역 끝*/

    /* 반응형 배너 영역 추가 */
@media screen and (max-width: 798px) {
  #main_board_wrap{padding-bottom: 20px;}
  #main_board_wrap .inner {
    display: block;
  }
  #main_board_wrap .board{
    height: 100%;
    padding-bottom: 0;
  }
  #main_board_wrap .inner .recruit_wrap {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #main_board_wrap .board .banner_area{
    gap: 15px;
    margin-top: 25px;
  }
  #main_board_wrap .board .banner_area a{
   height: 100%;}
}
@media screen and (max-width: 550px){
  .choice_desc {font-size:12px;}
  .choice_box .item_list {font-size:12px; grid-template-columns: repeat(1, 1fr);}

  #main_board_wrap .board .banner_area a{
    width: 200px; height: 100%;}
}
@media screen and (max-width: 420px){
  .choice_desc {font-size:12px;}
  .choice_box .item_list {font-size:12px; grid-template-columns: repeat(1, 1fr);}

  #main_board_wrap .board .banner_area a{
    width: 160px; height: 100%;}
    #main_board_wrap .board .banner_area{
      gap: 5px;
  }
}
@media screen and (max-width: 340px){
  .choice_desc {font-size:12px;}
  .choice_box .item_list {font-size:12px; grid-template-columns: repeat(1, 1fr);}

  .main_wrapper{min-width: 320px;}
  #main_board_wrap .board .banner_area a{
    width: 115px; height: 100%;}
  #main_board_wrap .board .banner_area{
      gap: 5px;
  }
}
    /* 반응형 배너 영역 끝 */

/* 마이페이지 좌측메뉴 */
.mypage_wrapper .inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  padding: 50px 0;
}
.mypage_wrapper .my_gnb_wrap ul {
  border-top: 5px solid #f6bb00;
  width: 250px;
}
.mypage_wrapper .my_gnb_wrap ul li {
  padding: 1em 0.7em;
}
.mypage_wrapper .my_gnb_wrap ul li.al {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.mypage_wrapper .my_gnb_wrap ul li.al b {
  margin-left: -74px;
}
.mypage_wrapper .my_gnb_wrap ul li.al span {
  display: inline-block;
  box-sizing: border-box;
  margin-left: -3px;
  margin-right: 3px;
}
.mypage_wrapper .my_gnb_wrap ul li.al span.r_icon {
  line-height: 23px;
  font-size: 30px;
  cursor: pointer;
  transform: rotate(360deg);
  transition: all 0.5s;
}
.mypage_wrapper .my_gnb_wrap ul li.al span.r_icon.rotate_top {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.mypage_wrapper .my_gnb_wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 600;
  color: #373f57;
}
.mypage_wrapper .my_gnb_wrap ul li a span,
.mypage_wrapper .my_gnb_wrap ul li a i {
  width: 30px;
  vertical-align: middle;
  margin-top: -3px;
  color: #8c8c8c;
}
.mypage_wrapper .my_gnb_wrap ul li a i {
  font-size: 21px;
}
.mypage_wrapper .my_gnb_wrap ul li a b {
  color: red;
  margin-left: 3px;
}
.mypage_wrapper .my_gnb_wrap ul li.page_on {
  background-color: rgba(246, 187, 0, 0.2);
}
.mypage_wrapper .my_gnb_wrap ul li.page_on a {
  color: #eb8d13;
}
.mypage_wrapper .my_gnb_wrap ul li.page_on span,
.mypage_wrapper .inner .my_gnb_wrap ul li.page_on i {
  color: #eb8d13;
}
.mypage_wrapper .my_gnb_wrap ul li.page_on b {
  color: #eb8d13;
}
.mypage_wrapper .my_gnb_wrap ul li:first-child {
  margin-top: 0.7em;
}
.mypage_wrapper .my_gnb_wrap ul .my_gnb_sub {
  display: none;
}
.mypage_wrapper .my_gnb_wrap ul .my_gnb_sub li {
  padding-left: 40px;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 0.9em;
}
.mypage_wrapper .my_gnb_wrap ul .my_gnb_sub li:first-child {
  margin-top: 0;
  border-top: 1px solid #ddd;
}
.mypage_wrapper .my_gnb_wrap ul .my_gnb_sub li.sub_on a {
  color: #ef6b06;
}

@media screen and (max-width: 1025px) {
  .mypage_wrapper .inner {
    display: block;
  }
  .mypage_wrapper .inner .my_gnb_wrap {
    display: none;
  }
}

/* 마이페이지 */
.mypage_wrapper h1,
h2,
h3 {
  color: #373f57;
}
.mypage_wrapper .txt_write_info {
  margin-bottom: 10px;
  padding: 9px 0 0 0px;
  color: #888;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -1px;
}

.mypage_wrapper .title_common {
  display: inline-block;
  color: #444;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: -4px;
  line-height: 36px;
  vertical-align: top;
  margin-bottom: 20px;
}
.mypage_wrapper .tit_step {
  display: inline-block;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: -1px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.mypage_wrapper .title_bar {
  border: 1px solid #e5e6e8;
  padding: 10px 30px;
  font-size: 0.9em;
}
.mypage_wrapper .title_bar span {
  margin-left: 10px;
}
.mypage_wrapper .round_part {
  padding: 5px 10px;
  font-size: 12px;
  background-color: #999;
  color: #fff;
}

.mypage_wrapper input[type="radio"] {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mypage_wrapper .category {
  position: relative;
  height: auto;
  padding: 5px 10px;
  vertical-align: middle;
}
.mypage_wrapper .category_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.mypage_wrapper .category_list li {
  cursor: pointer;
  border: 1px solid #f2d3ae;
  padding: 0.7em 15px;
  font-size: 0.9em;
  text-align: center;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.mypage_wrapper .category_list li.on {
  border: 1px solid #f8c304;
  background-color: #f8c304;
  color: #fff;
  font-weight: 600;
}

.mypage_wrapper .addfile {
  border: 1px solid #e5e6e8;
  font-size: 13px;
  padding: 15px 10px;
  height: auto;
  padding-bottom: 20px;
}

.mypage_wrapper .title_input {
  position: relative;
  border: 1px solid #e5e6e8;
  padding: 2px;
}
.mypage_wrapper textarea {
  border: 1px solid #e5e6e8;
}
.mypage_wrapper input {
  border: none;
}
.mypage_wrapper input:focus {
  border: none;
}

.mypage_wrapper .title_list_wrap {
  border: 1px solid #e5e6e8;
  border-top: none;
}
.mypage_wrapper .title_list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  font-size: 12px;
}
.mypage_wrapper .title_list li:hover {
  background-color: #eaeaea;
  cursor: pointer;
}

.mypage_wrapper .title_exam {
  padding-left: 5px;
}
.mypage_wrapper .btn_title_sample {
  position: absolute;
  top: 8px;
  right: 1px;
  padding: 0 10px;
  height: 28px;
  color: #4876ef;
  font-size: 13px;
  background-color: #fff;
}

.mypage_wrapper .bottom_btn {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 798px) {
  .mypage_wrapper .title_list li {
    align-items: flex-start;
  }
  .mypage_wrapper .category_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .mypage_wrapper .category_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .mypage_wrapper .addfile p {
    margin-bottom: 5px;
    font-size: 12px;
  }
}

.mypage_wrapper #consulting_application_wrap input {
  border-radius: 0px;
}

/* 마이페이지 홈 */
#mypage_home_wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mypage_home_wrap .top button {
  width: fit-content;
  height: 40px;
  font-size: 13px;
  background-color: #39f;
}
#mypage_home_wrap .top button:hover {
  background-color: #39aaff;
}
#mypage_home_wrap .sub_title {
  font-size: 16px;
  overflow: hidden;
}
#mypage_home_wrap .sub_title .edit_btn {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 3px 10px;
  float: right;
}

#mypage_home_wrap .status_wrap {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #000;
  gap:15px;
}
#mypage_home_wrap .status_wrap > div {
  border: 1px solid #e5e6e8;
  padding: 2em;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#mypage_home_wrap .status_wrap > div .status_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  margin-top: 0.5em;
}
#mypage_home_wrap .status_wrap > div .status_grid dl {
  padding: 10px;
  margin-right: 5px;
}
#mypage_home_wrap .status_wrap > div .status_grid dl dd {
  font-size: 0.8em;
}
#mypage_home_wrap .status_wrap > div .status_grid2 {
  /*
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  */
  display:flex;
  gap:5px;
  text-align: center;
  margin-top: 0.5em;
}
#mypage_home_wrap .status_wrap > div .status_grid2 dl {
  padding: 10px;
  flex:1;
}
#mypage_home_wrap .status_wrap > div .status_grid2 dl dd {
  font-size: 0.8em;
}

#mypage_home_wrap .status_wrap .consulting_status {
  background-image: url(../images/consulting_status_bg.png);
  margin-right: 1em;
  width: 100%;
  box-sizing:border-box;
}
#mypage_home_wrap .status_wrap .consulting_status dl {
  background-color: #fff;
  border: 1px solid #c0dff4;
}
#mypage_home_wrap .status_wrap .consulting_status dl dt {
  font-size: 2em;
  font-weight: 400;
  color: #39f;
}
#mypage_home_wrap .status_wrap .consulting_status dl dd span {
  display: block;
}

#mypage_home_wrap .status_wrap .job_status .status_grid {
  margin-top: 0.7em;
}
#mypage_home_wrap .status_wrap .job_status .status_grid dl {
  border: 1px solid #cfe2eb;
  background-color: #fff;
}
#mypage_home_wrap .status_wrap .job_status .status_grid dl dt {
  width: 50px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
#mypage_home_wrap .status_wrap .job_status .status_grid dl:last-child {
  margin-right: 0;
}
#mypage_home_wrap .status_wrap .job_status .status_grid dl.ck_on {
  font-weight: bold;
  color: #043251;
  background-color: rgba(42, 162, 255, 0.1);
}
#mypage_home_wrap
  .status_wrap
  .job_status
  .status_grid
  dl.ck_on:nth-child(1)
  dt {
  background-image: url(../images/ctype/status_icon1-2.png);
}
#mypage_home_wrap
  .status_wrap
  .job_status
  .status_grid
  dl.ck_on:nth-child(2)
  dt {
  background-image: url(../images/ctype/status_icon2-2.png);
}
#mypage_home_wrap
  .status_wrap
  .job_status
  .status_grid
  dl.ck_on:nth-child(3)
  dt {
  background-image: url(../images/ctype/status_icon3-2.png);
}
#mypage_home_wrap
  .status_wrap
  .job_status
  .status_grid
  dl.ck_on:nth-child(4)
  dt {
  background-image: url(/images/ctype/status_icon4-2.png);
}
#mypage_home_wrap .status_wrap .job_status .status_grid dl.ck_on dd {
  color: #39f;
}
#mypage_home_wrap .status_wrap .job_status .status_grid dl img {
  width: 71%;
  transform: scale(0.7);
}

#mypage_home_wrap .status_wrap .job_status .status_grid dl:nth-child(1) dt {
  background-image: url(../images/status_icon1.png);
}
#mypage_home_wrap .status_wrap .job_status .status_grid dl:nth-child(2) dt {
  background-image: url(../images/status_icon2.png);
}
#mypage_home_wrap .status_wrap .job_status .status_grid dl:nth-child(3) dt {
  background-image: url(../images/status_icon3.png);
}
#mypage_home_wrap .status_wrap .job_status .status_grid dl:nth-child(4) dt {
  background-image: url(../images/status_icon4.png);
}
/* 상담X 구직상태란 */
#mypage_home_wrap .status_wrap.block{
  display: block;
}
#mypage_home_wrap .status_wrap.block .status_grid{
  margin-top: 15px;
}
#mypage_home_wrap .status_wrap.block .edit_btn{
  height: 30px;
  width: 70px;
  text-align: center;
  line-height: 30px;
  background-color: #39f;
  color: #fff;
  border:none;
  border-radius: 5px;
}
#mypage_home_wrap .status_wrap.block .status_grid dl{
  padding: 15px 10px;
}
#mypage_home_wrap .status_wrap.block .sub_title{font-size: 18px;}


#mypage_home_wrap .consulting_history_wrap {
  margin-top:40px;
}
#mypage_home_wrap .consulting_history_wrap .top_text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
}
#mypage_home_wrap .consulting_history_wrap .top_text h2 {
  font-weight: normal;
  font-size: 1.2rem;
  color: #101010;
}
#mypage_home_wrap .consulting_history_wrap .top_text button {
  border-radius: 0;
  font-size: 0.8em;
  font-weight: 500;
  border: 1px solid #dbdbdb;
  color: #444;
}
#mypage_home_wrap .consulting_history_wrap .top_text button span {
  vertical-align: text-bottom;
  margin-right: 5px;
}

.mypage_content .top_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  background-color: #f9f9f9;
  font-size: 13px;
  border-radius: 5px;
  line-height: 20px;
  margin-bottom: 30px;
}
.mypage_content .top_box button {
  height: 45px;
  font-size: 14px;
  border: none;
}
.mypage_content .top_box ul li {
 letter-spacing:-0.5px;
}
.mypage_content .top_box ul li a {
  font-weight: bold;
}

.mypage_content .top_box ul li strong {
 color:#39f;
 font-weight:bold;
}

#mypage_home_wrap .consulting_history_wrap .ch_box {
  border: 1px solid #e5e6e8;
  padding: 1em;
  margin-bottom: 30px;
  position: relative;
}
#mypage_home_wrap .consulting_history_wrap .ch_box h4 {
  font-size: 1em;
  padding: 0 10px;
  margin-bottom: 20px;
  color: #373f57;
}
#mypage_home_wrap .consulting_history_wrap .ch_add {
padding:25px 15px 25px 15px; 
}
#mypage_home_wrap .consulting_history_wrap .ch_add h4 {
 margin-bottom:15px;
}
#mypage_home_wrap .consulting_history_wrap .ch_add .view_btn_wrap .down {
 font-size:13px;
 color:#f7b000;
 border:1px solid #f7b000;
}
#mypage_home_wrap .consulting_history_wrap .ch_add .view_btn_wrap .down a {
 display:block;
}
#mypage_home_wrap .consulting_history_wrap .ch_box h4 .result {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #999;
  color: #999;
  border-radius: 7px;
  font-size: 0.75rem;
  letter-spacing: -1px;
  font-weight: 400;
  margin-left: 10px;
}
#mypage_home_wrap .consulting_history_wrap .ch_box h4 .result.end {
  color: #f7b000;
  border: 1px solid #f7b000;
}
#mypage_home_wrap .consulting_history_wrap .ch_box p {
  padding: 0 10px;
}

#mypage_home_wrap .consulting_history_wrap .ch_box .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0;
}
#mypage_home_wrap .consulting_history_wrap .ch_box .top .sub_tit {
  border: 1px solid #f2d3ae;
  border-radius: 4px;
  color: #f7b000;
  padding: 5px 15px;
  font-size: 0.85em;
}
#mypage_home_wrap .consulting_history_wrap .ch_box .top .border_btn {
  border: 1px solid #999;
  color: #999;
  height: 25px;
}

#mypage_home_wrap .consulting_history_wrap .ch_box .bottom {
  display: flex;
  justify-content: space-between;
}
#mypage_home_wrap .consulting_history_wrap .ch_box .bottom .read {
  color: #ef6b06;
}
#mypage_home_wrap .consulting_history_wrap .ch_box .bottom .read.no_read {
  color: #999;
}

#mypage_home_wrap .consulting_history_wrap .ch_box .view_btn_wrap {
  width: 150px;
  display: grid;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
#mypage_home_wrap .consulting_history_wrap .ch_add .view_btn_wrap {
 top:20px;
 right:28px;
 width:102px;
}
#mypage_home_wrap .consulting_history_wrap .ch_add .view_btn_wrap .down {
 margin-bottom:10px;
}
#mypage_home_wrap .consulting_history_wrap .ch_add .view_btn_wrap .down a {
 padding:3px 0 4px 0;
}
#mypage_home_wrap .consulting_history_wrap .ch_add .view_btn_wrap .btn a,
#mypage_home_wrap .consulting_history_wrap .ch_add .view_btn_wrap .btn button {
font-size:12px;
color:#373f57;
border:1px solid #ddd;
border-radius:0;
background-color:#fff;
padding:5px 11px;
height:auto;
}
#mypage_home_wrap .consulting_history_wrap .ch_box .view_btn_wrap .link {
  background-color: #aebdca;
  opacity: 0.8;
  color: #fff;
  padding: 10px 20px;
  display: block;
  position: relative;
  font-size: 0.8em;
}
#mypage_home_wrap .consulting_history_wrap .ch_box .view_btn_wrap .link.on {
  background-color: #39f;
}

#mypage_home_wrap .consulting_history_wrap .ch_box .view_btn_wrap .link .date {
  position: absolute;
  top: -9px;
  left: 56%;
  margin-left: -50px;
  font-size: 0.9em;
  background-color: #fff;
  border: 1px solid #38598b;
  padding: 0 10px;
  color: #38598b;
  border-radius: 10px;
}
#mypage_home_wrap .consulting_history_wrap .ch_box .view_btn_wrap .link2 {
  background-color: #f6bb00;
  opacity: 0.8;
  color: #fff;
  padding: 10px 20px;
  display: block;
  position: relative;
  font-size: 0.8em;
}
#mypage_home_wrap .consulting_history_wrap .ch_box .view_btn_wrap .link2 .date {
  position: absolute;
  top: -9px;
  left: 56%;
  margin-left: -50px;
  font-size: 0.9em;
  background-color: #fff;
  border: 1px solid #f7b000;
  padding: 0 10px;
  color: #f7b000;
  border-radius: 10px;
}
#mypage_home_wrap .c_name {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  color: #373f57;
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#mypage_home_wrap .c_date {
  display: flex;
  overflow: hidden;
  color: #373f57;
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mypage_home_wrap .date-char {
	display:flex;
	flex-wrap:wrap;
	padding:0 10px;
}
#mypage_home_wrap .date-char > div span {
	font-size:13px;
}
#mypage_home_wrap .date-char > div span em {
 font-style:normal;
 color:#e85b5b;
}
#mypage_home_wrap .date-char > div span:nth-child(n+2):before,
#mypage_home_wrap .date-char .counter:before {
 content:"";
 display:inline-block;
 width:1px;
 height:12px;
 background-color:#e5e6e8;
 margin:0 9px 0 11px;
 position:relative;
 top:1px;
}

#mypage_home_wrap .consulting_history_wrap .count {
  margin-bottom: 1px;
  padding: 3px 10px;
  height: 24px;
  font-size: 12px;
  border-radius: 14px;
  line-height: 24px;
  vertical-align: text-bottom;
  background-color: #b5b5b5;
  color: #fff;
}

@media screen and (max-width: 1025px) {
  #mypage_home_wrap .status_wrap {
    display: block;
  }
  #mypage_home_wrap .status_wrap > div {
    background-position: right;
  }
  #mypage_home_wrap .status_wrap .consulting_status {
    margin-right: 0;
    margin-bottom: 1em;
  }
  #mypage_home_wrap .status_wrap .job_status .status_grid dl img {
    width: 35%;
  }
  .achievement_doc_wrap {
	flex-direction:column;
  }
}

@media screen and (max-width: 798px) {
  .mypage_content .top_box {
    flex-direction: column;
  }
  .mypage_content .top_box .btn_style01 {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .mypage_content .top_box ul {
    margin-bottom: 30px;
  }

  #mypage_home_wrap .top_tit {
    font-size: 1.5em;
  }
  #mypage_home_wrap .job_status .status_grid dl img {
    width: 45%;
  }

  #mypage_home_wrap .consulting_history_wrap .top_text h2 {
    font-size: 1.3em;
  }
  #mypage_home_wrap .consulting_history_wrap .top_text button span {
    font-size: 18px;
  }
  #mypage_home_wrap .consulting_history_wrap .ch_box h4 {
    font-size: 14px;
  }
  #mypage_home_wrap .consulting_history_wrap .ch_box h4 .result {
    font-size: 11px;
  }
  #mypage_home_wrap .consulting_history_wrap .ch_box .date-char {
    font-size: 12px;
  }
  #mypage_home_wrap .consulting_history_wrap .ch_box .view_btn_wrap {
    font-size: 14px;
  }
}

@media screen and (max-width: 550px) {
  #mypage_home_wrap .status_wrap > div .status_grid2 {
  	display: grid;
	grid-template-columns: repeat(2, 1fr);
  }
  #mypage_home_wrap .status_wrap > div .status_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #mypage_home_wrap .status_wrap .job_status .status_grid dl:last-child {
    margin-right: 0.5em;
  }
  /*
  #mypage_home_wrap .status_wrap > div .status_grid2 dl:nth-child(3) {
    margin-top: 7px;
  }
  #mypage_home_wrap .status_wrap > div .status_grid2 dl:nth-of-type(4) {
    margin-top: 7px;
  }
  */
  #mypage_home_wrap .status_wrap > div .status_grid2 dl {

   }

  #mypage_home_wrap .status_grid dl {
    margin-top: 7px;
  }
}

#consulting_view .top_tit {
  margin-bottom: 30px;
}
#consulting_view .alarm {
  text-align: center;
  margin-bottom: 20px;
  background: rgba(247, 176, 0, 0.3);
  padding: 5px 10px;
  color: #000;
}
#consulting_view .alarm b {
  border-bottom: 1px solid #ef6b06;
  color: #ef6b06;
  cursor: pointer;
}
#consulting_view .cv_content {
  border: 1px solid #76b804;
  padding: 20px 25px;
  margin-bottom: 20px;
}
#consulting_view .cv_content .cv_head {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
#consulting_view .cv_content .cv_head .sub_tit {
  background-color: #f2f2f2;
  padding: 5px 15px;
  font-size: 0.9em;
  width: fit-content;
}
#consulting_view .cv_content .cv_head .tit {
  font-size: 1.15em;
  margin: 15px 0 10px 0;
}
#consulting_view .cv_content .cv_head .tit i {
  font-size: 24px;
  margin-right: 5px;
  color: #76b804;
}
#consulting_view .cv_content .cv_head .info {
  display: flex;
  font-size: 13px;
  padding-left: 30px;
}
#consulting_view .cv_content .cv_head .info li {
  margin-right: 30px;
  color: #999;
}
#consulting_view .cv_content .cv_head .info li b {
  color: #333;
}

#consulting_view .cv_content .cv_body {
  padding: 15px 15px 35px 15px;
  font-size: 14px;
  line-height: 22px;
}
#consulting_view .cv_content .cv_file {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

#consulting_view .cv_content .cv_file p {
  margin-bottom: 10px;
}
#consulting_view .cv_content .cv_file p span {
  vertical-align: text-top;
  margin-right: 5px;
  font-weight: 400;
}
#consulting_view .cv_content .cv_file li {
  width: fit-content;
  margin-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  cursor: pointer;
}
#consulting_view .cv_content .cv_file li:hover a {
  color: #39f;
}

#consulting_view .rcv_content {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
#consulting_view .rcv_content .tit {
  background-color: #e9e9e9;
  color: #76b804;
  padding: 10px 25px;
}
#consulting_view .rcv_content .tit i {
  font-size: 24px;
  margin-right: 5px;
}
#consulting_view .rcv_content .box {
  padding: 20px 25px;
}
#consulting_view .rcv_content .box .rcv_body {
  padding: 15px 15px 35px 15px;
  font-size: 14px;
  line-height: 22px;
}
#consulting_view .rcv_content .box .rcv_file {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
#consulting_view .rcv_content .box .rcv_file p {
  margin-bottom: 10px;
}
#consulting_view .rcv_content .box .rcv_file p span {
  vertical-align: text-top;
  margin-right: 5px;
  font-weight: 400;
}
#consulting_view .rcv_content .box .rcv_file li {
  width: fit-content;
  margin-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  cursor: pointer;
}
#consulting_view .rcv_content .box .rcv_file li:hover a {
  color: #39f;
}
#consulting_view .bottom_btn {
  text-align: center;
  padding-top: 30px;
}
#consulting_view .bottom_btn button {
  background-color: #f7b000;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.1em;
  padding: 20px 30px;
  cursor: pointer;
  border-radius: 0;
  line-height: 0;
}

/* 마이페이지 상담내역 상세보기 */

#consulting_view_wrap .top_tit {
  margin-bottom: 30px;
}
#consulting_view_wrap .top_tab_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#consulting_view_wrap .top_tab_wrap .top_tab {
  display: flex;
}
#consulting_view_wrap .top_tab_wrap .top_tab li {
  border: 1px solid #e5e6e8;
  border-bottom: none;
  padding: 5px 50px;
  line-height: 2;
  cursor: pointer;
}
#consulting_view_wrap .top_tab_wrap .top_tab li span {
  vertical-align: middle;
  font-size: 19px;
  color: #39f;
  margin-right: 5px;
  margin-bottom: 3px;
}
#consulting_view_wrap .top_tab_wrap .top_tab li.on {
  background-color: rgba(220, 233, 255, 0.2);
}
#consulting_view_wrap .top_tab_wrap button {
  background-color: #fff;
  color: #444;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  font-size: 12px;
}

#consulting_view_wrap .apply_in {
  border: 1px solid #e5e6e8;
}
#consulting_view_wrap .apply_in .top {
  border-bottom: 1px solid #e5e6e8;
  background-color: #f9f9f9;
}
#consulting_view_wrap .apply_in .top .sta_tab {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#consulting_view_wrap .apply_in .top .sta_tab a {
  color: #fff;
}
#consulting_view_wrap .apply_in .top .sta_tab span {
  display: inline-block;
  padding: 10px 40px;
  text-align: center;
  background-color: #f7b000;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
#consulting_view_wrap .apply_in .top .sta_tab span.none {
  background-color: #38598b;
}
#consulting_view_wrap .apply_in .top .sta_tab button {
  background-color: #fff;
  color: #444;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  font-size: 12px;
}
#consulting_view_wrap .apply_in .top .tit {
  font-size: 1.15em;
  display: flex;
  padding: 0 30px 30px 30px;
}
#consulting_view_wrap .apply_in .top .tit i {
  color: #39f;
  font-size: 25px;
  margin-right: 10px;
}
#consulting_view_wrap .apply_in .top .sub_tit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 0 30px;
  font-weight: 400;
}
#consulting_view_wrap .apply_in .top .sub_tit p {
  height: 27px;
  box-sizing: border-box;
}
#consulting_view_wrap .apply_in .top .sub_tit span {
  line-height: 27px;
  font-size: 12px;
}

#consulting_view_wrap .apply_in .bottom .in {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e6e8;
  padding: 30px;
}
#consulting_view_wrap .apply_in .bottom .file {
  padding: 10px 30px 5px 30px;
}
#consulting_view_wrap .apply_in .bottom .file li {
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 5px;
  width: fit-content;
}
#consulting_view_wrap .apply_in .bottom .file li span {
  vertical-align: middle;
  margin-bottom: 2px;
  color: #888;
  font-size: 18px;
}
#consulting_view_wrap .apply_in .bottom .file li:hover a {
  color: #39f;
}

#consulting_view_wrap .result_view {
  margin-top: 30px;
}
#consulting_view_wrap .result_view .tit {
  width: inherit;
  position: relative;
  border-bottom: 1px solid #39f;
  height: 40px;
}
#consulting_view_wrap .result_view .tit p {
  padding: 5px 50px;
  line-height: 2;
  width: fit-content;
  font-size: 15px;
  font-weight: 400;
  height: 40px;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #39f;
  border-bottom: none;
}
#consulting_view_wrap .result_view .tit span {
  vertical-align: middle;
  font-size: 19px;
  color: #39f;
  margin-right: 5px;
  margin-bottom: 3px;
}

#consulting_view_wrap .result_view .none {
  text-align: center;
  padding: 20px;
  border: 1px solid #e5e6e8;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  border-top: none;
}

#consulting_view_wrap .result_view .result_in .top {
  border: 1px solid #e5e6e8;
  border-top: none;
  border-bottom: none;
  padding: 20px 30px;
  background-color: #f9f9f9;
}
#consulting_view_wrap .result_view .result_in .top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
#consulting_view_wrap .result_view .result_in .top ul .date {
  font-size: 12px;
}
#consulting_view_wrap .result_view .result_in .top ul span {
  font-weight: 300;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 3px;
}

#consulting_view_wrap .result_view .result_in .bottom {
  border: 1px solid #e5e6e8;
  border-top: none;
}
#consulting_view_wrap .result_view .result_in .bottom .in {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e6e8;
  padding: 30px;
}
#consulting_view_wrap .result_view .result_in .bottom .file {
  padding: 10px 30px 5px 30px;
}
#consulting_view_wrap .result_view .result_in .bottom .file li {
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 5px;
  width: fit-content;
}
#consulting_view_wrap .result_view .result_in .bottom .file li i {
  vertical-align: middle;
  margin: 0 5px 4px 0;
  font-size: 10px;
}
#consulting_view_wrap .result_view .result_in .bottom .file li:hover a {
  color: #39f;
}

#consulting_view_wrap .bottom_btn {
  text-align: center;
  padding-top: 30px;
}

#consulting_view_wrap .category_box {
  border: 1px solid #f2d3ae;
  border-radius: 4px;
  color: #f7b000;
  padding: 4px 15px;
  font-size: 1em;
}

@media screen and (max-width: 798px) {
  #consulting_view_wrap .top_tab_wrap .top_tab li {
    padding: 5px 30px;
  }
.achievement_doc_wrap .cmn_table_wrap .cell {
	font-size:0.8em;
	}
}

@media screen and (max-width: 500px) {
  #consulting_view_wrap .top_tab_wrap .de_btn {
    text-align: right;
    margin: 10px 0;
  }
  #consulting_view_wrap .result_view .result_in .top ul {
    flex-direction: column;
    align-items: flex-start;
  }
  #consulting_view_wrap .result_view .result_in .top ul .date {
    margin-top: 5px;
  }
  #consulting_view_wrap .apply_in .top .sub_tit {
    flex-direction: column;
  }
  #consulting_view_wrap .apply_in .top .sub_tit p {
    width: fit-content;
  }
}

/* 상담신청 페이지 */

#consulting_application_wrap .box {
  border: 1px solid #ddd;
  padding: 2em;
  margin: 30px 0 50px 0;
}
#consulting_application_wrap .bottom_btn {
  \text-align: center;
  padding-top: 30px;
}
#consulting_application_wrap #rq_content::placeholder {
  padding-top: 10px;
}

/* 마이페이지 스크랩채용정보 */

.recruit_info_wrap .top_tit {
  margin-bottom: 10px;
}
.recruit_info_wrap .info_tit {
  color: #76b804;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 1em;
}
.recruit_info_wrap .info_tit span {
  vertical-align: text-top;
  margin-right: 5px;
}
.recruit_info_wrap .info_tit .info {
  margin-left: 10px;
  font-size: 0.9em;
  color: #333;
}

.recruit_info_wrap .recruit_content {
  margin: 20px 0 50px 0;
}
.recruit_info_wrap .recruit_content .rc_top .recruit_tab_menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.recruit_info_wrap .recruit_content .rc_top .matching {
  grid-template-columns: repeat(4, 1fr);
}

.recruit_info_wrap .recruit_content .rc_top .recruit_tab_menu li {
  padding: 0 15px;
  border: 1px solid #dcdcdc;
  border-bottom: 1.5px solid #000;
  border-right: none;
  line-height: 40px;
  text-align: center;
  font-size: 0.9em;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
}
.recruit_info_wrap .recruit_content .rc_top .recruit_tab_menu li:last-child {
  border-right: 1px solid #dcdcdc;
}
.recruit_info_wrap .recruit_content .rc_top .recruit_tab_menu li.on {
  border: 1.5px solid #000;
  border-bottom: none;
  font-weight: 600;
}
.recruit_info_wrap .recruit_content .rc_top .recruit_tab_menu li b {
  color: #666;
  font-weight: 400;
}
.recruit_info_wrap .recruit_content .rc_top .recruit_tab_menu li.on b {
  color: #39f;
  font-weight: 600;
}

.recruit_info_wrap .recruit_content .rc_top .search_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 10px 0;
}
.recruit_info_wrap .recruit_content .rc_top .search_box .search input {
  margin: 0 0 4px 0;
  border: 1px solid #e0e2e6;
  border-radius: 0;
}
.recruit_info_wrap .recruit_content .rc_top .search_box .search input:focus {
  border: 1.5px solid #39f;
}
.recruit_info_wrap .recruit_content .rc_top .search_box .search button {
  height: 40px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  color: #000;
}
.recruit_info_wrap .recruit_content .rc_top .search_box .search button span {
  vertical-align: middle;
  margin: 0 5px 3px 0;
}
.recruit_info_wrap .recruit_content .rc_top .search_box p span {
  font-size: 0.9em;
}
.recruit_info_wrap .recruit_content .rc_top .search_box p span b {
  color: #ef6b06;
}
.recruit_info_wrap .recruit_content .rc_top .search_box p select {
  width: 70px;
  height: 30px;
  margin-left: 5px;
  padding-left: 5px;
}
.recruit_info_wrap
  .recruit_content
  .rc_top
  .search_box
  p
  select
  option:first-child {
  text-align: left;
}

.recruit_info_wrap .recruit_content .rc_list {
  margin-top: 10px;
}
.recruit_info_wrap .recruit_content .rc_list .list_head {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #71bae2;
  border-bottom: 1px solid #ddd;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  color: #333;
  font-size: 12px;
  letter-spacing: -1px;
  background-color: #fbfbfb;
  white-space: nowrap;
}
.recruit_info_wrap .recruit_content .rc_list .list_head div {
  text-align: center;
  border-right: 1px solid #ddd;
}
.recruit_info_wrap .recruit_content .rc_list .list_head div:last-child {
  border-right: none;
}
.recruit_info_wrap .recruit_content .rc_list .list_head .company_nm {
  width: 18%;
}
.recruit_info_wrap .recruit_content .rc_list .list_head .notification_info {
  width: 67%;
}
.recruit_info_wrap .recruit_content .rc_list .list_head .support_info {
  width: 15%;
}

.recruit_info_wrap .recruit_content .rc_list .list_item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
.recruit_info_wrap .recruit_content .rc_list .list_item:nth-child(2n) {
  background-color: rgba(42, 162, 255, 0.03);
}
.recruit_info_wrap .recruit_content .rc_list .list_item .col {
  padding: 16px 0 11px;
  min-height: 51px;
  letter-spacing: -1px;
  vertical-align: top;
  box-sizing: border-box;
}
.recruit_info_wrap .recruit_content .rc_list .list_item .company_nm {
  width: 18%;
  color: #000;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 18px;
  padding-top: 20px;
}
.recruit_info_wrap .recruit_content .rc_list .list_item .notification_info {
  width: 67%;
  padding: 16px 15px 11px 15px;
}
.recruit_info_wrap
  .recruit_content
  .rc_list
  .list_item
  .notification_info
  .job_tit {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.recruit_info_wrap
  .recruit_content
  .rc_list
  .list_item
  .notification_info
  .job_tit
  .wrap_scrap {
  display: inline-block;
  margin-left: 2px;
}
.recruit_info_wrap
  .recruit_content
  .rc_list
  .list_item
  .notification_info
  .job_tit
  .wrap_scrap
  span {
  font-weight: 200;
  font-size: 27px;
  vertical-align: middle;
  margin-bottom: 7px;
  cursor: pointer;
  color: #666;
}
.recruit_info_wrap
  .recruit_content
  .rc_list
  .list_item
  .notification_info
  .job_tit
  .wrap_scrap
  span.scrap_on {
  color: #f7b000;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 0, "opsz" 48;
}
.recruit_info_wrap
  .recruit_content
  .rc_list
  .list_item
  .notification_info
  .recruit_condition
  span {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  color: #666;
}
.recruit_info_wrap
  .recruit_content
  .rc_list
  .list_item
  .notification_info
  .job_meta {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recruit_info_wrap
  .recruit_content
  .rc_list
  .list_item
  .notification_info
  .job_meta
  span {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.recruit_info_wrap
  .recruit_content
  .rc_list
  .list_item
  .notification_info
  .job_meta
  span::after {
  content: ",";
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: -2px;
}
.recruit_info_wrap
  .recruit_content
  .rc_list
  .list_item
  .notification_info
  .job_meta
  span:last-child::after {
  content: "";
  width: 0px;
  height: 0px;
}

.recruit_info_wrap .recruit_content .rc_list .list_item .support_info {
  width: 15%;
  text-align: center;
  display: grid;
  align-items: center;
  align-content: center;
  line-height: 1.5;
}

.recruit_info_wrap .recruit_content .rc_list .list_non_item {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.recruit_info_wrap .pagination_wrap {
  margin-top: 30px;
}
.recruit_info_wrap .pagination_wrap .pagination {
  display: flex;
  justify-content: center;
}
.recruit_info_wrap .pagination_wrap .pagination button {
  background-color: #fff;
  width: 22px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  border-radius: 0;
}
.recruit_info_wrap .pagination_wrap .pagination button#first_page {
  background-image: url(../images/first-page.png);
}
.recruit_info_wrap .pagination_wrap .pagination button#previous {
  background-image: url(../images/previous.png);
}
.recruit_info_wrap .pagination_wrap .pagination button#next_page {
  background-image: url(../images/next-page.png);
}
.recruit_info_wrap .pagination_wrap .pagination button#last_page {
  background-image: url(../images/last-page.png);
}
.recruit_info_wrap .pagination_wrap .pagination ul {
  display: flex;
}
.recruit_info_wrap .pagination_wrap .pagination ul li {
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 5px;
}
.recruit_info_wrap .pagination_wrap .pagination ul li.page_on {
  background-color: #ef6b06;
  border-radius: 50%;
}
.recruit_info_wrap .pagination_wrap .pagination ul li.page_on a {
  color: #fff;
}
#register_01 .box .cc_enter input{
  width: 95%;
}


@media screen and (max-width: 798px) {
  .recruit_info_wrap .info_tit .info {
    display: block;
    font-size: 12px;
    margin-left: 30px;
  }

  .recruit_info_wrap .recruit_content .rc_top .recruit_tab_menu li {
    padding: 0 10px;
    font-size: 12px;
  }
  .recruit_info_wrap .recruit_content .rc_top .recruit_tab_menu li b {
    display: block;
    margin-top: -20px;
  }
  .recruit_info_wrap .recruit_content .rc_list .list_head {
    display: none;
  }

  .recruit_info_wrap .recruit_content .rc_list .list_item {
    font-size: 12px;
    flex-direction: column;
  }
  .recruit_info_wrap .recruit_content .rc_list .list_item .company_nm {
    width: 100%;
  }
  .recruit_info_wrap .recruit_content .rc_list .list_item .support_info {
    width: 100%;
    display: flex;
    font-size: 12px;
  }
  .recruit_info_wrap .recruit_content .rc_list .list_item .support_info p {
    margin-left: 10px;
  }
  .recruit_info_wrap .recruit_content .rc_list .list_item .support_info span {
    margin-left: 10px;
  }
  .recruit_info_wrap .recruit_content .rc_list .list_item:first-of-type {
    border-top: 2px solid #71bae2;
  }

  .recruit_info_wrap .recruit_content .rc_list .list_item .notification_info {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }
  .recruit_info_wrap
    .recruit_content
    .rc_list
    .list_item
    .notification_info
    .job_tit {
    font-size: 14px;
    position: relative;
  }
  .recruit_info_wrap
    .recruit_content
    .rc_list
    .list_item
    .notification_info
    .job_tit
    a {
    display: inline-block;
    max-width: 90%;
    text-overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .recruit_info_wrap
    .recruit_content
    .rc_list
    .list_item
    .notification_info
    .job_tit
    .wrap_scrap {
    position: absolute;
    right: 0;
    top: -5px;
  }
  .recruit_info_wrap
    .recruit_content
    .rc_list
    .list_item
    .notification_info
    .job_tit
    .wrap_scrap
    span {
    font-size: 25px;
  }

 /* 자기소개서 관리 */
  #mypage_home_wrap .consulting_history_wrap .ch_add .view_btn_wrap {
   position:static;
   display:flex;
   justify-content:space-between;
   width:96%;
   margin:10px auto 0 auto;
   border-top:1px solid #ededed;
   padding-top:10px;

  }

  #mypage_home_wrap .consulting_history_wrap .ch_add .view_btn_wrap .down {
  margin-bottom:0;
  }

  #mypage_home_wrap .consulting_history_wrap .ch_add .view_btn_wrap .down a {
   padding: 3px 5px 4px 5px;
  }
  #mypage_home_wrap .date-char {
  	justify-content:space-between;
  }
  #mypage_home_wrap .date-char .counter:before {
  	display:none;
  }
}
@media screen and (max-width: 640px) {
	 #mypage_home_wrap .date-char > div {
	 	display:flex;
		flex-direction:column;
	 }
	 #mypage_home_wrap .date-char > div span:nth-child(n+2):before {
	 	display:none;
	 }
}
@media screen and (max-width: 600px) {
  .choice_desc {font-size:12px;}
  .choice_box .item_list {font-size:12px; grid-template-columns: repeat(1, 1fr);}

  .recruit_info_wrap .recruit_content .rc_top .search_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .recruit_info_wrap .recruit_content .rc_top .search_box .search {
    width: 100%;
  }
  .recruit_info_wrap .recruit_content .rc_top .search_box .search .wd300 {
    width: 80%;
  }
  .recruit_info_wrap .recruit_content .rc_top .search_box .search button {
    width: 18%;
  }
  .recruit_info_wrap .recruit_content .rc_top .search_box p {
    width: 100%;
    text-align: right;
    margin-top: 
    20px;
  }
  #register_01 .box .flex_box.cc_enter{
    display: block;
    margin-top: 20px;
  }
  /* 자기소개서 관리 */
   #mypage_home_wrap .consulting_history_wrap .ch_add .view_btn_wrap {
   width:93%;
  }
}

@media screen and (max-width: 500px) {
  .recruit_info_wrap .recruit_content .rc_top .recruit_tab_menu li {
    font-size: 11px;
    padding: 0;
  }
  .recruit_info_wrap .recruit_content .rc_top .search_box .search .wd300 {
    width: 100%;
  }
  .recruit_info_wrap .recruit_content .rc_top .search_box .search button {
    width: 100%;
  }
  .recruit_info_wrap .recruit_content .rc_list .list_item .support_info {
    font-size: 12px;
  }
  .recruit_info_wrap .recruit_content .rc_list .list_item .support_info .d_day {
    font-size: 12px;
  }
  #register_01 .box .cc_enter dd:first-of-type{margin-bottom: 10px;}
  #register_01 .box .cc_enter input , #register_01 .box .cc_enter button{width: 100% !important;}
}

/* 상담내역리스트 */

/* #counseling_history .box .counseling_alarm {margin-top: 30px;border: 1px solid #d9d9d9;padding: 10px 20px;display: flex;}
#counseling_history .box .counseling_alarm img {width: 5%; margin-right: 20px;}
#counseling_history .box .counseling_alarm li {line-height: 24px;}

#counseling_history .box table {margin-top: 30px;border-collapse: collapse;}
#counseling_history .box table .t_top {background-color: #f9f9f9; border-top: 3px solid #ef6b06;}
#counseling_history .box table .t_top th {position: relative;border-bottom: 1px solid #ddd;height: 42px;padding: 0 15px;}
#counseling_history .box table .t_top th::after {display: inline-block; content: "";width: 1px;height: 42px;background-color: #ddd;position: absolute; top: 0;right: 0;}
#counseling_history .box table .t_top th:last-of-type::after {display: none;}

#counseling_history .box table td { border: 1px solid #ddd;}
#counseling_history .box table td:first-of-type, #counseling_history .box table td:last-of-type {border-right: none;border-left: none;}
#counseling_history .box table .c_none td {padding: 20px; border: 1px solid #ddd;font-size: 1.1em;font-weight: 600;}
#counseling_history .box table .c_none td span {vertical-align: text-bottom;margin-right: 5px;}

#counseling_history .box .m_coun_history {margin-top: 30px;display: grid;grid-template-columns: repeat(2, 1fr);}
#counseling_history .box .m_coun_history .history {border: 1px solid #ddd;margin-bottom: 30px;}
#counseling_history .box .m_coun_history .history:nth-child(2n-1) {margin-right: 10px;}

#counseling_history .box .m_coun_history .history .h_top {background-color: rgba(197, 223, 235, 0.5); padding: 10px;color: #000; font-size: 0.9em;}
#counseling_history .box .m_coun_history .history .h_top div .tit {display: inline-block;padding-right: 5px;}
#counseling_history .box .m_coun_history .history .h_top div .in {margin-left: 0.5rem;}
#counseling_history .box .m_coun_history .history .h_top .date {margin-bottom: 5px;}
#counseling_history .box .m_coun_history .history .h_top .category .in {font-weight: bold;}

#counseling_history .box .m_coun_history .history .h_body {padding: 20px 10px;font-weight: bold;}

#counseling_history .box .m_coun_history .history .h_ft {padding: 10px;font-size: 0.9em;text-align: right;}
#counseling_history .box .m_coun_history .history .h_ft span {font-size: 1.2em;vertical-align: bottom;}
#counseling_history .box .m_coun_history .history .h_ft p {display: inline-block;}

#counseling_history .box .m_coun_history .c_none {border: 1px solid #ddd;margin-bottom: 30px;grid-column-start: 1; grid-column-end: 4;padding: 20px; font-weight: bold;color: #000;text-align: center;}
#counseling_history .box .m_coun_history .c_none span {vertical-align: text-bottom;margin-right: 5px;}

@media screen and (max-width: 798px) {
  #counseling_history .box .counseling_alarm { flex-direction: column;align-items: center;}
  #counseling_history .box .counseling_alarm img {width: 7%; margin-bottom: 10px;}
  #counseling_history .box table .t_top {font-size: 0.9em;}
  #counseling_history .box table td {font-size: 0.8em;}
}

@media screen and (max-width: 500px) {
  #counseling_history .box .table_wrap {overflow-x: scroll;}
  #counseling_history .box .table_wrap table {min-width: 500px;}
} */

/* 마이페이지 취업현황관리 */

#employ_state_wrap .top_box {
  \display: flex;
  \align-items: center;
  \background-color: #f9f9f9;
  \padding: 10px 20px;
  margin-bottom: 30px;
}
#employ_state_wrap .top_box span {
  display: none;
}
#employ_state_wrap .top_box ul li {
  text-indent: -15px;
  margin-left: 15px;
  font-size: 12px;
  line-height: 20px;
}
#employ_state_wrap .top_text {
  margin-bottom: 1em;
}
#employ_state_wrap .top_text h2 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -3px;
  color: #101010;
}

#employ_state_wrap input {
  border: 1px solid #dfdfdf;
  border-radius: 0;
}
#employ_state_wrap input:focus {
  border: 1px solid #39f;
}

#employ_state_wrap .state_selec {
  margin-bottom: 30px;
}
#employ_state_wrap .state_selec .employ_state_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#employ_state_wrap .state_selec .employ_state_list .list_box {
  padding: 10px 50px;
  border: 1px solid #cfe2eb;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1em;
  cursor: pointer;
}
#employ_state_wrap .state_selec .employ_state_list .list_box p {
  width: 50px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
#employ_state_wrap .state_selec .employ_state_list .list_box span {
  margin-top: 0.5em;
  font-size: 0.85em;
}

#employ_state_wrap .state_selec .employ_state_list .list_box:nth-child(1) p {
  background-image: url(../images/status_icon1.png);
}
#employ_state_wrap .state_selec .employ_state_list .list_box:nth-child(2) p {
  background-image: url(../images/status_icon2.png);
}
#employ_state_wrap .state_selec .employ_state_list .list_box:nth-child(3) p {
  background-image: url(../images/status_icon3.png);
}
#employ_state_wrap .state_selec .employ_state_list .list_box:last-child {
  margin-right: 0;
}
#employ_state_wrap .state_selec .employ_state_list .list_box:last-child p {
  background-image: url(../images/status_icon4.png);
}
#employ_state_wrap .state_selec .employ_state_list .list_box:hover {
  background-color: rgba(42, 162, 255, 0.1);
}

#employ_state_wrap .state_selec .employ_state_list .list_box.state_on {
  background-color: rgba(42, 162, 255, 0.1);
}
#employ_state_wrap .state_selec .employ_state_list .list_box.state_on span {
  color: #39f;
  font-weight: 600;
  font-size: 0.85em;
}
#employ_state_wrap .state_selec .employ_state_list .list_box.state_on p {
  transform: scale(1.1);
}
#employ_state_wrap
  .state_selec
  .employ_state_list
  .list_box.state_on:nth-child(1)
  p {
  background-image: url(../images/ctype/status_icon1-2.png);
}
#employ_state_wrap
  .state_selec
  .employ_state_list
  .list_box.state_on:nth-child(2)
  p {
  background-image: url(../images/ctype/status_icon2-2.png);
}
#employ_state_wrap
  .state_selec
  .employ_state_list
  .list_box.state_on:nth-child(3)
  p {
  background-image: url(../images/ctype/status_icon3-2.png);
  transform: scale(1);
}
#employ_state_wrap
  .state_selec
  .employ_state_list
  .list_box.state_on:last-child
  p {
  background-image: url(../images/ctype/status_icon4-2.png);
}

#employ_state_wrap .state_enter_wrap .top_text p {
  position: relative;
  margin-top: 0.5em;
}
#employ_state_wrap .state_enter_wrap .top_text p .essential_text {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.9em;
}
#employ_state_wrap .state_enter_wrap .state_enter {
  display: none;
}
#employ_state_wrap .state_enter_wrap .state_enter .top_text {
  text-align: center;
  background-color: rgba(197, 223, 235, 0.2);
  padding: 10px;
}
#employ_state_wrap .state_enter_wrap .state_enter .detail {
  margin-top: 20px;
}
#employ_state_wrap .state_enter_wrap .state_enter .detail .subtop_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
#employ_state_wrap
  .state_enter_wrap
  .state_enter
  .detail
  .subtop_text
  .essential_text {
  font-size: 12px;
}
#employ_state_wrap .state_enter_wrap .state_enter .detail .subtop_text button {
  width: auto;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  color: #333;
}
#employ_state_wrap .state_enter_wrap .state_enter .detail .input_wrap {
  border: 1px solid #e5e6e8;
  padding: 20px;
  margin-bottom: 20px;
}
#employ_state_wrap .state_enter_wrap .state_enter .detail .input_wrap > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  margin-bottom: 10px;
}

#employ_state_wrap .state_enter_wrap .state_enter .detail .input_wrap .file_inwrap {
  display:flex;
  gap:10px;
  align-items:center;
}

#employ_state_wrap
  .state_enter_wrap
  .state_enter
  .detail
  .input_wrap
  div
  .d_tit {
  line-height: 40px;
  width: 150px;
  font-size: 0.85em;
  font-weight: 600;
}
#employ_state_wrap
  .state_enter_wrap
  .state_enter
  .detail
  .input_wrap
  div
  .date {
  width: 30%;
}
#employ_state_wrap .state_enter_wrap .state_enter .detail .input_wrap div p {
  font-size: 14px;
  line-height: 40px;
}
#employ_state_wrap .state_enter_wrap .state_enter .detail .input_wrap div .w30 {
  width: 30%;
}
#employ_state_wrap
  .state_enter_wrap
  .state_enter
  .detail
  .input_wrap
  div
  .select_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#employ_state_wrap
  .state_enter_wrap
  .state_enter
  .detail
  .input_wrap
  div
  .location {
  width: 70%;
}
#employ_state_wrap
  .state_enter_wrap
  .state_enter
  .detail
  .input_wrap
  div
  .select_wrap
  select {
  width: 98%;
}
#employ_state_wrap .state_enter_wrap .state_enter .detail_plus_btn {
  margin-top: 25px;
  overflow: hidden;
}
#employ_state_wrap
  .state_enter_wrap
  .state_enter
  .detail
  .input_wrap
  div
  p
  input {
  width: 75%;
}
#employ_state_wrap
  .state_enter_wrap
  .state_enter
  .detail
  .input_wrap
  div
  p
  input::placeholder {
  font-size: 0.8em;
}

#employ_state_wrap .bottom_btn {
  text-align: center;
  margin: 50px 0;
}

#employ_state_wrap .yeor-text {
  font-size: 0.85em;
}
#employ_state_wrap .applyWrap {
  margin-bottom: 25px;
}
#employ_state_wrap select {
  border: 1px solid #dfdfdf;
}
#employ_state_wrap #c_type,
#c_jobpart,
#employ_type {
  width: 30%;
}

#employ_state_wrap .state_enter_wrap .state_enter .detail .input_wrap div .cm-desc-tip {display:flex; font-size: 0.85em; color:#333; line-height:1.5; margin:0.3125rem 0 0.625rem 0;}
#employ_state_wrap .cm-desc-tip > span {position:relative; padding-left:1.5625rem;}
#employ_state_wrap .cm-desc-tip .tpl_icon_info_2 {position:absolute; left:0; top:0;}
#employ_state_wrap .cm-desc-tip em {color:var(--font-color-230); font-style:normal;}

#employ_state_wrap .job-recommend-wrap {position:relative; min-width:0;}
#employ_state_wrap .job-recommend-wrap .wd90 {width:100%;}
#employ_state_wrap .job-recommend-wrap .odd {padding:1px 7.5rem 1px 5px;}
#employ_state_wrap .job-recommend-wrap .tpl-btn-text-1 {position:absolute; top:0; right:0.6875rem; font-size:0.8125rem; height:2.4375rem; padding:0; border-radius:0; background:none;}
#employ_state_wrap .job-recommend-wrap .tpl-btn-text-1 span {color:#ff5521;}
#employ_state_wrap .job-recommend-wrap .tpl-btn-text-1 .arrow {display:inline-block; width:0.6875rem; height:0.4375rem; margin:0 0 0.0625rem 0.3125rem; background-image:url("/images/tpl_up_down_2.svg"); background-repeat:no-repeat; background-size:contain; transition:transform 0.3s ease;}

#employ_state_wrap .state_enter_wrap .state_enter .detail .input_wrap .job-recommend-list {display:none; padding:1.25rem 0.9375rem; margin-top:0.625rem; border:1px solid #dfdfdf;}
#employ_state_wrap .state_enter_wrap .state_enter .detail .input_wrap .job-recommend-list.active {display:block;}
#employ_state_wrap .job-recommend-list li:not(:first-child) {border-top:1px solid #efefef;}
#employ_state_wrap .job-recommend-list em {font-style:normal;}
#employ_state_wrap .job-recommend-list button {display:flex; align-items:center; gap:0.625rem; flex-wrap:nowrap; color:#888; width:100%; max-width:100%; background:none; text-align:left; padding:0.625rem 0; height:auto; font-weight:400; focus:none;}
#employ_state_wrap .job-recommend-list li:first-child button {padding:0 0 0.625rem 0;}
#employ_state_wrap .job-recommend-list li:last-child button {padding:0.625rem 0 0 0;}
#employ_state_wrap .job-recommend-list button:hover .date {color:#f76b87; border-color:#f76b87;}
#employ_state_wrap .job-recommend-list button:hover .title,
#employ_state_wrap .job-recommend-list button:hover .dday {color:#333;}
#employ_state_wrap .job-recommend-list button:hover .date em:before {background-image:url("../images/icon_recommend_on.svg");}
#employ_state_wrap .job-recommend-list button:hover .date em:after {background-color:#f76b87;}
#employ_state_wrap .job-recommend-list .date {display:flex; align-items:center; gap:0.3125rem; font-size:0.75rem; color:#888; width:auto !important; min-width:10rem; padding:0.25rem 0.625rem; border:0.0625rem solid #e3e3e3; border-radius:1.875rem; white-space:nowrap; line-height: 1.5;}
#employ_state_wrap .job-recommend-list .date em {display:flex; align-items:center; gap:0.1875rem; font-weight:500;}
#employ_state_wrap .job-recommend-list .date em:before,
#employ_state_wrap .job-recommend-list .date em:after {content:""; display:inline-block;}
#employ_state_wrap .job-recommend-list .date em:before {width:0.75rem; height:0.75rem; background-image:url("../images/icon_recommend.svg");}
#employ_state_wrap .job-recommend-list .date em:after {width:1px; height:0.5rem; margin-left:0.1875rem; background-color:#e3e3e3;}
#employ_state_wrap .job-recommend-list .job {min-width:0; display:flex !important; align-items:center; gap:0.3125rem;}
#employ_state_wrap .job-recommend-list .title {flex:1; display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#employ_state_wrap .job-recommend-list .title em {font-weight:600;}
#employ_state_wrap .job-recommend-list .dday {width:5.625rem; font-size:0.75rem; color:#888; font-weight:300; white-space: nowrap;}

.tpl_icon_info_2 {position:relative; display:inline-block; width:1rem; height:1rem; border:1px solid #ababab; background-color:#fff; border-radius:3.125rem; vertical-align:middle;}
.tpl_icon_info_2:before,
.tpl_icon_info_2:after {content:""; position:absolute; left:50%; transform:translateX(-50%); background-color:#ababab; z-index:1;}
.tpl_icon_info_2:before {width:0.125rem; height:0.375rem; bottom:0.1875rem;}
.tpl_icon_info_2:after {width:0.125rem; height:0.125rem; top:0.1875rem;}

@media screen and (max-width: 798px) {
  #employ_state_wrap .top_box {
    flex-direction: column;
    align-items: center;
  }
  #employ_state_wrap .top_box span {
    margin-bottom: 10px;
  }
  #employ_state_wrap .top_box ul {
    margin-left: 0;
  }
  #employ_state_wrap .top_box ul li {
    font-size: 0.8rem;
  }

  #employ_state_wrap .state_selec {
    width: 90%;
    margin: 0 auto;
  }
  #employ_state_wrap .state_selec .employ_state_list {
    grid-template-columns: repeat(2, 1fr);
  }
  #employ_state_wrap .state_selec .employ_state_list .list_box {
    margin-right: 0;
    margin-bottom: 1em;
  }
  #employ_state_wrap .state_selec .employ_state_list .list_box:nth-child(1),
  #employ_state_wrap .state_selec .employ_state_list .list_box:nth-child(3) {
    margin-right: 1em;
  }
  #employ_state_wrap .state_selec .employ_state_list .list_box i,
  #employ_state_wrap .state_selec .employ_state_list .list_box span:not(.text) {
    font-weight: 200;
    margin: 10px 0;
    font-size: 25px;
    color: #999;
  }

  #employ_state_wrap .state_enter_wrap {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
  #employ_state_wrap .state_enter_wrap .top_text h2 {
    font-size: 1.3em;
  }
  #employ_state_wrap .state_enter_wrap .top_text p {
    font-size: 13px;
  }

  #employ_state_wrap .state_enter_wrap .state_enter .detail .subtop_text {
    margin: 10px 0 30px 0;
  }
  #employ_state_wrap .state_enter_wrap .state_enter .detail .subtop_text h3 {
    font-size: 1.1em;
  }

  #employ_state_wrap .state_enter_wrap .state_enter .detail .input_wrap {
    display: block;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    .date {
    width: 100%;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    .w30 {
    width: 100%;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    .select_wrap {
    grid-template-columns: 1fr 2fr;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    .select_wrap
    select:first-of-type {
    width: 95%;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    .location {
    width: 100%;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    .select_wrap
    select {
    width: 100%;
    margin-bottom: 10px;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    p
    .w30 {
    width: 70%;
  }
  #employ_state_wrap #c_type,
  #c_jobpart,
  #employ_type {
    width: 100%;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    .wd20 {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
	/*
	#employ_state_wrap .job-recommend-list li:not(:first-child) {
		margin-top:0.3125rem;	
	}
	*/
	#employ_state_wrap .job-recommend-list .date {
		    padding:0.125rem 0.625rem;
	}
	#employ_state_wrap .job-recommend-list button {
		flex-direction:column;
		align-items:baseline;
		gap:0.3125rem;
		width:100%;
		padding:0.9375rem 0 0.625rem 0;
	}
	#employ_state_wrap .job-recommend-list li:last-child button {
		padding:0.9375rem 0 0 0;
	}
	#employ_state_wrap .job-recommend-list .job {
		max-width:100%;
	}
}

@media screen and (max-width: 550px) {
	#employ_state_wrap .state_enter_wrap .state_enter .detail .input_wrap .job-recommend-list .job {
		margin-bottom:0;
	}
  #employ_state_wrap .state_selec .employ_state_list .list_box {
    padding: 0;
    margin-bottom: 0.1em;
  }
  #employ_state_wrap .state_selec .employ_state_list .list_box:nth-child(1),
  #employ_state_wrap .state_selec .employ_state_list .list_box:nth-child(3) {
    margin-right: 0.1em;
  }
  #employ_state_wrap .state_selec .employ_state_list .list_box img {
    transform: scale(0.6);
  }
  #employ_state_wrap .state_selec .employ_state_list .list_box span {
    padding-bottom: 0.5em;
  }

  #employ_state_wrap .state_enter_wrap .state_enter .detail {
    margin-top: 30px;
  }

  #employ_state_wrap .state_enter_wrap .state_enter .detail .input_wrap div {
    display: block;
    margin-bottom: 10px;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    span {
    margin-bottom: 0.3em;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    input {
    width: 100%;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    select {
    width: 100%;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    .select_wrap
    select {
    margin-bottom: 5px;
  }
  #employ_state_wrap
    .state_enter_wrap
    .state_enter
    .detail
    .input_wrap
    div
    .wd20 {
    width: 100%;
  }
}

/* 마이페이지 - 기본정보 구직희망정보 */

#mypage_basic02 {
  border: 1px solid #e5e5e5;
  padding: 30px;
  font-size: 15px;
}
#mypage_basic02 .top_tit {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: -4px;
  width: fit-content;
  position: relative;
}
#mypage_basic02 .top_tit::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(42, 162, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
#mypage_basic02 .state ul li {
  font-size: 14px;
}

#mypage_basic02 .ged_ck input[type="checkbox"]:checked + label::before {
  top: -4px;
}

#mypage_basic02 .flex_box .credit_enter .a-2 select {
  margin-left: 10px;
  margin-bottom: -4px;
  width: 90px;
}

#mypage_basic02 .box .pw input {
  background-color: #fff;
}
#mypage_basic02 .box .pw3 {
  grid-template-columns: 110px 1fr 1fr;
}
#mypage_basic02 .box .pw3 .edit_stat_wrap {
  line-height: 3;
  margin-left: 20px;
}
#mypage_basic02 .box .pw3 dd input {
  width: 100% !important;
}
#mypage_basic02 .box .pw3 .edit_stat_wrap input[type="checkbox"] + label {
  width: 12px;
  height: 12px;
}
#mypage_basic02
  .box
  .pw3
  .edit_stat_wrap
  input[type="checkbox"]:checked
  + label::before {
  top: -14px;
  left: 1px;
  font-size: 1em;
}

@media screen and (max-width: 798px) {
  #mypage_basic02 {
    padding: 30px 10px;
  }
}

#mypage_basic {
  border: 1px solid #f2d3ae;
  padding: 2em;
}
#mypage_basic .top_tit {
  font-size: 1.7em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccd7dd;
}
#mypage_basic .box {
  padding: 1em;
  margin-bottom: 30px;
}
#mypage_basic .box.basic_box {
  display: grid;
  grid-template-columns: 160px 2fr;
}
#mypage_basic .box.basic_box .photo_wrap {
  display: grid;
  align-items: center;
  align-content: center;
}
#mypage_basic .box.basic_box .photo_wrap .photo {
  display: block;
  width: 103px;
  height: 132px;
  border: 1px soldi #e1e1e1;
  background-color: #ededed;
}
#mypage_basic .box.basic_box .photo_wrap .photo img {
}
#mypage_basic .box.basic_box .photo_wrap .photo_edit_btn {
  width: 113px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5em;
}
#mypage_basic .box.basic_box .photo_wrap .photo_edit_btn button {
  width: 50px;
  border-radius: 5px;
  height: 25px;
  background-color: #f7b000;
  color: #fff;
  border: none;
}

.border_btn2 {
  cursor: pointer;
  width: 50px;
  border: 1px solid #f7b000;
  border-radius: 5px;
  height: 25px;
  font-weight: 600;
  color: #f7b000;
  background-color: #fff;
  font-size: 13px;
  line-height: 10px !important;
  box-sizing: border-box;
  padding: 6px 10px;
  margin-right: 3px;
}

#mypage_basic .box.basic_box .input_box input {
  width: 190px;
}
#mypage_basic .box dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  margin-bottom: 3px;
}
#mypage_basic .box dl dt {
  color: #8491a7;
  line-height: 3;
  background: #f9f9f9;
  margin-right: 10px;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#mypage_basic .box dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 44px;
}
#mypage_basic .box dl dd .person_field_body b {
  margin-right: 20px;
}
#mypage_basic .box dl dd .person_field_edit {
  display: none;
}
#mypage_basic .box dl dd .person_field_edit span button {
  height: 39px;
  vertical-align: bottom;
  margin-left: 5px;
}
#mypage_basic .box dl dd .person_field_edit select {
  vertical-align: bottom;
}
#mypage_basic .box dl dd .person_field_btn .btn_modify {
  background-color: #fff;
  border: 1px solid #f7b000;
  color: #f7b000;
}
#mypage_basic .box dl dd .person_field_btn .btnName {
  display: none;
}
#mypage_basic .box dl dd .w230 {
  width: 230px;
}
#mypage_basic .box dl dd .w200 {
  width: 200px;
}

#mypage_basic .box dl dd .w150 {
  width: 150px;
}
#mypage_basic .box dl dd .w100 {
  width: 100px;
}
#mypage_basic
  .box
  dl.gender
  dd
  .person_field_edit
  span
  input[type="checkbox"]
  + label {
  width: 10px;
  height: 10px;
}
#mypage_basic
  .box
  dl.gender
  dd
  .person_field_edit
  span
  input[type="checkbox"]:checked
  + label::before {
  font-size: 0.9em;
  top: -16px;
}
#mypage_basic .box dl.pw {
  grid-template-columns: 190px 1fr;
}
#mypage_basic .box dl.pw dt {
  color: #000;
}
#mypage_basic .box dl.pw dd input {
  width: 50%;
}
#mypage_basic
  .box.edu
  dl
  dd
  .person_field_edit
  span
  input[type="checkbox"]:checked
  + label::before {
  top: -15px;
}
#mypage_basic .box:not(.basic_box) dd b {
  display: inline-block;
  width: 120px;
}
#mypage_basic .box:not(.basic_box) dd b.w30 {
  width: 30px;
}
#mypage_basic .sms_box {
  padding: 10px;
  background-color: #f2f2f2;
  text-align: center;
}
#mypage_basic .bottom_btn {
  text-align: center;
  margin-top: 30px;
}
#mypage_basic .bottom_btn input {
  background-color: #f7b000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1;
  padding: 10px 30px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  #mypage_basic .person_field_btn {
    width: 100px;
  }
}
@media screen and (max-width: 798px) {
  #mypage_basic {
    padding: 35px 30px;
  }
  #mypage_basic .box {
    padding: 0;
  }
  #mypage_basic .box.basic_box {
    display: block;
  }
  #mypage_basic .box.basic_box .photo_wrap {
    width: 103px;
    margin: 0 auto 20px auto;
  }
  #mypage_basic .box dl.pw dd input {
    width: 90%;
  }
  #mypage_basic .box:not(.basic_box) dl dd .person_field_edit input,
  #mypage_basic .box:not(.basic_box) dl dd .person_field_edit select,
  #mypage_basic .box:not(.basic_box) dl dd .person_field_edit span {
    display: block;
    margin-bottom: 5px;
  }
  #mypage_basic
    .box:not(.basic_box)
    dl
    dd
    .person_field_edit
    input[type="checkbox"] {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .choice_desc {font-size:12px;}
  .choice_box .item_list {font-size:12px; grid-template-columns: repeat(1, 1fr);}

  #mypage_basic .box dl dd {
    align-items: baseline;
    flex-direction: column;
  }
  #mypage_basic .box dl dd .person_field_body b {
    display: block;
    margin-right: 0;
    font-size: 0.9em;
  }
  #mypage_basic .box dl dd .person_field_edit span button {
    border-radius: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 740px) {
	#employ_state_wrap .job-recommend-list .job {
		flex-direction:column;
		align-items:flex-start;
		gap:0;
	}
	#employ_state_wrap .job-recommend-list .title {
		max-width:100%;
	}
}
@media screen and (max-width: 570px) {
  .choice_desc {font-size:12px;}
  .choice_box .item_list {font-size:12px; grid-template-columns: repeat(1, 1fr);}

  #mypage_basic button {
    height: 20px;
    border-radius: 5px;
  }
  #mypage_basic .box dl.pw {
    display: block;
    margin-bottom: 20px;
  }
  #mypage_basic .box dl.pw dd input {
    width: 97%;
    margin-top: 10px;
  }
  #mypage_basic .box.edu dl dd .person_field_edit span label {
    font-size: 0.9em;
  }
  #mypage_basic
    .box.edu
    dl
    dd
    .person_field_edit
    span
    input[type="checkbox"]
    + label {
    width: 10px;
    height: 10px;
  }
  #mypage_basic
    .box.edu
    dl
    dd
    .person_field_edit
    span
    input[type="checkbox"]:checked
    + label::before {
    font-size: 0.95em;
    top: -17px;
  }
}

/* 공지사항 */
#notice_wrap .inner {
  padding: 50px 0;
}
#notice_wrap .content_wrap .content_top {
  text-align: right;
}
#notice_wrap .content_wrap .content_top span {
  margin-right: 10px;
}
#notice_wrap .content_wrap .content_top span b {
  color: coral;
}
#notice_wrap .content_wrap .content_top select {
  height: 30px;
}
#notice_wrap .content_wrap .content_top select:focus {
  border: 1px solid #b9b9b9;
}

#notice_wrap .content_wrap .content {
  margin-top: 20px;
}
#notice_wrap .content_wrap .content table {
  border-collapse: collapse;
}
#notice_wrap .content_wrap .content table .w7 {
  width: 7%;
}
#notice_wrap .content_wrap .content table .w10 {
  width: 10%;
}
#notice_wrap .content_wrap .content table .w76 {
  width: 76%;
}

#notice_wrap .content_wrap .content table .t_top {
  background-color: #f9f9f9;
  border-top: 2px solid #39f;
}
#notice_wrap .content_wrap .content table .t_top th {
  border-bottom: 1px solid #ddd;
  height: 42px;
  padding: 0 15px;
  position: relative;
  border-right: 1px solid #ddd;
  white-space: nowrap;
}
#notice_wrap .content_wrap .content table .t_top th:last-child {
  border-right: none;
}
#notice_wrap .content_wrap .content table .t_top th:last-child::after {
  width: 0;
  height: 0;
}

#notice_wrap .content_wrap .content table td {
  border: 1px solid #ddd;
}
#notice_wrap.content_wrap .content table td.tit a:hover {
  color: #39f;
}
#notice_wrap .content_wrap .content table td:first-child {
  border-left: none;
}
#notice_wrap .content_wrap .content table td:nth-child(3) {
  border-right: none;
  text-align: left;
  padding-left: 10px;
}
#notice_wrap .content_wrap .content table td:nth-child(3) span {
  display: none;
}
#notice_wrap .content_wrap .content table td:last-child {
  border-right: none;
}

#notice_wrap .content_wrap .content table .none td {
  text-align: center;
  padding: 20px;
  color: #000;
  font-size: 1.1em;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* #notice_wrap .pagination_wrap {margin-top: 30px;}
#notice_wrap .pagination_wrap .pagination {display: flex;justify-content: center;}
#notice_wrap .pagination_wrap .pagination button {background-color: #fff;width: 22px; height: 30px;background-repeat: no-repeat;background-position: center;background-size: 80%;border-radius: 0;}
#notice_wrap .pagination_wrap .pagination button#first_page {background-image: url(../images/first-page.png);}
#notice_wrap .pagination_wrap .pagination button#previous {background-image: url(../images/previous.png);}
#notice_wrap .pagination_wrap .pagination button#next_page {background-image: url(../images/next-page.png);}
#notice_wrap .pagination_wrap .pagination button#last_page {background-image: url(../images/last-page.png);}
#notice_wrap .pagination_wrap .pagination ul { display: flex;}
#notice_wrap .pagination_wrap .pagination ul li { line-height: 30px;width: 30px;height: 30px;text-align: center;margin: 0 5px;}
#notice_wrap .pagination_wrap .pagination ul li.page_on {background-color: #ef6b06;border-radius: 50%;}
#notice_wrap .pagination_wrap .pagination ul li.page_on a {color: #fff;} */

@media screen and (max-width: 1025px) {
  #notice_wrap .content_wrap .content table tr td:nth-child(3) {
    width: 100%;
    border-right: 1px solid #ddd;
    font-weight: bold;
    color: #000;
  }
  #notice_wrap .content_wrap .content table tr td:nth-child(3) a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #notice_wrap .content_wrap .content table tr td:nth-child(3) span {
    display: block;
    font-size: 0.9em;
    color: #999;
    margin-top: 10px;
  }

  #notice_wrap .content_wrap .content table .none td:nth-child(1) {
    display: block;
    box-sizing: border-box;
    width: 100.1%;
  }
}

@media screen and (max-width: 500px) {
  /* #notice_wrap .pagination_wrap .pagination {transform: scale(0.8);} */
  #notice_wrap .content_wrap .content table .t_top th {
    font-size: 12px;
    padding: 0 10px;
  }
}

/* 공지사항 보기 */

#notice_view_wrap .content_wrap {
  margin: 50px 0;
}

#notice_view_wrap .content_wrap .content_top {
  display: flex;
  margin-bottom: 20px;
  padding: 15px 0 10px 0;
  border-bottom: 2px solid #d3e2ef;
}
#notice_view_wrap .content_wrap .content_top div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#notice_view_wrap .content_wrap .content_top img {
  margin-right: 30px;
  display: none;
}
#notice_view_wrap .content_wrap .content_top p {
  font-size: 12px;
  padding-top: 15px;
}

#notice_view_wrap .content_wrap .content {
  padding: 30px 0 50px 10px;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  font-size: 14px;
}

#notice_view_wrap .content_wrap .content_bt {
  padding: 15px 0 30px 0;
  font-size: 14px;
}
#notice_view_wrap .content_wrap .content_bt span {
  font-weight: bold;
  margin-right: 15px;
}
#notice_view_wrap .content_wrap .content_bt span i {
  font-size: 10px;
  margin-bottom: 4px;
  vertical-align: middle;
}
#notice_view_wrap .content_wrap .content_bt a:hover {
  color: #39f;
}
#notice_view_wrap .content_wrap .bottom_btn {
  text-align: center;
}
#notice_view_wrap .content_wrap .bottom_btn button {
  font-size: 1.1em;
  padding: 20px 40px;
  line-height: 0;
}

@media screen and (max-width: 798px) {
  #notice_view_wrap .content_wrap .content {
    padding: 30px 0 50px 0;
    font-size: 0.9em;
  }
  #notice_view_wrap .content_wrap .content_bt a {
    font-size: 0.9em;
  }
  #notice_view_wrap .content_wrap .bottom_btn button {
    width: 150px;
    height: 30px;
    font-size: 1rem;
    line-height: 0;
  }
}

@media screen and (max-width: 500px) {
  #notice_view_wrap .content_wrap .content_top img {
    margin-right: 10px;
    transform: scale(0.8);
  }
  #notice_view_wrap .content_wrap .content_top div {
    flex-direction: column;
  }
}

@media screen and (max-width: 350px) {
  .choice_desc {font-size:12px;}
  .choice_box .item_list {font-size:12px; grid-template-columns: repeat(1, 1fr);}

  #notice_view_wrap .content_wrap .content_top img {
    display: none;
  }
}

/* 로그인 */

.login_wrap {
  width: 100%;
  height: 100vh;
  background-color: #e9f2fb;
  /* display: grid;
  align-items: center; */
  position: relative;
}

.login_wrap .box {
  width: 800px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #39f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.login_wrap .box h1 {
  text-align: center;
  margin: 50px 0 20px 0;
  font-family: "GmarketSansMedium";
}
.login_wrap .box h1 img {
  width: 30%;
}

.login_wrap .content {
  width: 70%;
  margin: 0 auto;
}
.login_wrap .content .login_form {
  display: grid;
  grid-template-columns: 4fr 1fr;
}

.login_wrap .content .login_form .form_le input {
  width: 95%;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 26px;
  padding-left: 40px;
}
.login_wrap .content .login_form .form_le input:first-child {
  background-image: url(../images/login_id.png);
}
.login_wrap .content .login_form .form_le input.pw {
  margin-top: 10px;
  background-image: url(../images/password.png);
}
.login_wrap .content .login_form .form_le input::placeholder {
  text-align: left;
}

.login_wrap .content .login_form .form_rig button {
  width: 100%;
  height: 100%;
  font-size: 1.1em;
}

.login_wrap .content .fine_pw {
  padding-bottom: 50px;
  border-bottom: 2px solid #ddd;
}
.login_wrap .content .fine_pw button {
  margin-top: 20px;
  padding: 10px 20px;
  line-height: 0;
  font-size: 0.9em;
  border-radius: 0;
}

.login_wrap .content .bt_text {
  margin: 35px 0;
  color: #000;
}
.login_wrap .content .bt_text div {
  margin-top: 20px;
}
.login_wrap .content .bt_text div button {
  line-height: 0;
  padding: 10px 50px;
  font-size: 0.9em;
}


.login_wrap .sso_info {
border:1px solid #F0F5F9;
  box-sizing: border-box;
  text-align: center;
  border-radius:0px;
  margin:0 auto;
  padding:20px;
  font-size: 0.9em;  
  background: #F7FBFC;
  line-height:23px;
  margin-bottom:30px; 
  color: #435585;
}

.login_wrap .sso_info span{
	font-weight:600;	
}

.login_wrap .sso_info div{
	margin-top:15px;
}

.login_wrap .sso_btn {
	color:#fff;
	box-sizing: border-box;
	background:#2B2A4C;
	width: 200px;
    height: 30px;
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
	vertical-align:middle;
	border-radius:0 !important;
}

@media screen and (max-width: 1025px) {
  .login_wrap .box {
    width: 80%;
    height: auto;
  }
  .login_wrap .content .bt_text {
    margin: 50px 0;
  }
}

@media screen and (max-width: 798px) {
  .login_wrap{padding-bottom: 50px;}
  .login_wrap .box {
    width: 90%;
    margin-top: 20px;
  }
  .login_wrap .box .content {
    width: 80%;
  }
  .login_wrap .box .content .login_form {
    grid-template-columns: 3fr 1fr;
  }
  .login_wrap .box .content .login_form .form_rig button {
    font-size: 1em;
  }
  .login_wrap .box .content .bt_text p {
    font-size: 0.9em;
  }
  .login_wrap .box .content .bt_text div button {
    font-size: 1em;
  }
}

@media screen and (max-width: 500px) {
  .login_wrap{padding-bottom: 50px;}
  .login_wrap .box{
    width: 80%;
  }
  .login_wrap .box .content .login_form {
    display: block;
  }
  .login_wrap .box .content .login_form .form_rig button {
    width: 95%;
    margin-top: 10px;
    padding: 10px 20px;
  }
  .login_wrap .box .content .fine_pw button {
    background-color: #fff;
    color: #f7b000;
    border: 2px solid #f7b000;
    font-size: 1em;
    padding: 10px 50px;
    line-height: 0;
    font-weight: bold;
  }
  .login_wrap .box .content .bt_text {
    margin: 25px 0;
  }
  .login_wrap .box .content .bt_text p {
    font-size: 0.9em;
  }
}

/* 비밀번호찾기 */

#password_wrap .box {
  height: 420px;
}
#password_wrap .box .top_text {
  text-align: center;
  margin-bottom: 50px;
}

#password_wrap .box .login_form {
  display: block;
}
#password_wrap .box .login_form .form_le input {
  width: 100%;
  margin-bottom: 30px;
}
#password_wrap .box .login_form .form_rig {
  height: 40px;
}

@media screen and (max-width: 600px) {
  #password_wrap .box {
    height: 450px;
  }
  #password_wrap .box .top_text {
    font-size: 0.9em;
  }
}

.sub_tabmenu {
  background-color: #5bc0f8;
  height: 50px;
  margin-bottom: 50px;
}
.r_sub_tabmenu {
  margin-bottom: 0;
  background: #fff;
  padding-top: 50px;
}

.sub_tabmenu ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.sub_tabmenu ul li {
  line-height: 50px;
  text-align: center;
}
.sub_tabmenu ul li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.r_sub_tabmenu ul li {
  border-top: 1px solid #b9bcc4;
}
.r_sub_tabmenu ul li a {
  color: #000;
  font-size: 14px;
  font-family: "S-CoreDream-3Light";
  font-weight: 600;
  letter-spacing: 1px;
}
.r_sub_tabmenu ul li.pgon {
  border: 1px solid #5bc0f8;
}

.sub_tabmenu ul li span {
  color: #fff;
}

.sub_tabmenu ul.terms_tab {
  display: flex;
  justify-content: center;
}
.sub_tabmenu ul.terms_tab li {
  width: 200px;
}
.sub_tabmenu ul.terms_tab li.pgon {
  background-color: #fff;
  color: #39f;
  font-weight: bold;
}

.sub_tabmenu ul.recruit_tab li {
  border-right: 1px solid #b9bcc4;
  border-bottom: 2px solid #5bc0f8;
  height: 50px;
}
.sub_tabmenu ul.recruit_tab li:first-child {
  border-left: 1px solid #b9bcc4;
}
.sub_tabmenu ul.recruit_tab li.pgon {
  background-color: #5bc0f8;
  border: 1px solid #5bc0f8;
  border-right: 1px solid #5bc0f8;
  border-bottom: 2px solid #5bc0f8;
}
.sub_tabmenu ul li.pgon:first-child {
  border-left: 1px solid #5bc0f8;
}
.sub_tabmenu ul li.pgon a {
  color: #fff;
}

.r_sub_tabmenu .m_tit {
  display: none;
}

@media screen and (max-width: 798px) {
  .r_sub_tabmenu {
    height: auto;
    background-color: #fff;
  }
  .r_sub_tabmenu .m_tit {
    display: block;
  }
  .r_sub_tabmenu .m_tit h2 {
    background: #5bc0f8;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: "GmarketSansMedium";
    padding: 10px 0;
    text-align: center;
  }
  .r_sub_tabmenu .recruit_tab {
    display: none;
  }
  .r_sub_tabmenu .recruit_tab li {
    display: none;
    font-size: 14px;
    white-space: nowrap;
    border-left: 1px solid #b9bcc4;
    border-bottom: 1px solid #b9bcc4;
  }
  .r_sub_tabmenu .recruit_tab li:last-child {
    border-bottom: none;
  }
  .r_sub_tabmenu .recruit_tab li a,
  .r_sub_tabmenu .recruit_tab li span {
    color: #333;
  }
}

/* 이용약관 개인정보취급방침 */

#terms_content,
#privacy_content {
  margin-bottom: 50px;
}
#terms_content .inner,
#privacy_content .inner {
  width: 1000px;
}
#terms_content h3,
#privacy_content h3 {
  margin-bottom: 30px;
}
#terms_content .terms_in,
#privacy_content .terms_in {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  #terms_content .inner,
  #privacy_content .inner {
    width: 80%;
    margin: 0 auto;
  }
}

.register_wrap {
  padding-bottom: 50px;
  background-color: #e9f2fb;
}
.register_wrap .top_box_wrap {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  height: 55px;
}
.register_wrap .top_box_wrap .joinbg {
  position: absolute;
  top: -150px;
  right: 0;
}
.register_wrap .top_box_wrap .top_icon {
  display: none;
}
.register_wrap .top_box_wrap .top_box {
  /*border: 1px solid #ef6b06;
  border-bottom:none;*/
  text-align: center;
  padding: 10px;
  font-size: 1.1em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  padding-top: 17px;
  color: #000;
}
.register_wrap .top_box_wrap .top_box.page_on {
  background-color: #ef6b06;
  color: #fff;
}
.register_wrap .top_box_wrap .top_box.page_on a {
  color: #fff;
}
.register_wrap .content_wrap {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 35px 50px;
  /* border: 1px solid #ef6b06; */
  border: 1px solid #f2b233;
  background-color: #fff;
}
.register_wrap .content_wrap .top_tit {
  /* padding-bottom: 10px;
  border-bottom: 1px solid #043251; */
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: -4px;
  width: fit-content;
  position: relative;
}
.register_wrap .content_wrap .top_tit::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(42, 162, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
.register_wrap .content_wrap .top_tit span {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 0.7em;
}
.register_wrap .content_wrap input,
.register_wrap .content_wrap label {
  line-height: 40px;
}
.register_wrap .bottom_btn {
  text-align: center;
  margin-top: 30px;
}
.register_wrap .bottom_btn input {
  background-color: #f7b000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1;
  padding: 10px 30px;
  cursor: pointer;
}

 .register_wrap .sso_info {
  width:1000px;
  border:1px solid #EBE3D5;
  box-sizing: border-box;
  text-align: center;
  border-radius:10px;
  margin:0 auto;
  padding:20px;
  font-size: 0.9em;  
  background: #F4F4F2;
  line-height:23px;
  margin-bottom:20px; 
  color: #435585;
}

.register_wrap .sso_info span{
	font-weight:600;	
}

.register_wrap .sso_info .top_box div{
	margin-top:15px;
}

.register_wrap .sso_btn {
	color:#fff;
	box-sizing: border-box;
	background:#2B2A4C;
	width:270px;
    height:50px;
    font-size: 1.25rem;
    font-weight: normal;
    text-align: center;
	vertical-align:middle;
	border-radius:0 !important;
	font-weight:500;
	 line-height:1.3;
}

@media screen and (max-width: 1025px) {
  .register_wrap .top_box_wrap {
    width: 95%;
  }

  .register_wrap .top_box_wrap {
    width: 95%;
  }
  .register_wrap .top_box_wrap .joinbg {
    transform: scale(0.6);
    top: -121px;
  }
  .register_wrap .content_wrap {
    width: 95%;
  }
  #register_01 .m_plus_btn {
    margin-top: 5px;
  }
  .register_wrap .sso_info {
    width: 95%;
  }
}
@media screen and (max-width: 798px) {
  .register_wrap .top_box_wrap {
    display: block;
    margin-bottom: 20px;
  }
  .register_wrap .top_box_wrap .top_icon {
    display: block;
    text-align: center;
  }
  .register_wrap .top_box_wrap .top_icon span {
    font-size: 3em;
  }
  .register_wrap .top_box_wrap .top_box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .register_wrap .content_wrap {
    padding: 35px 30px;
  }
  .register_wrap .content_wrap .top_tit {
    font-size: 1.3em;
  }
  .register_wrap .content_wrap .top_tit span {
    display: block;
    text-align: right;
    position: relative;
    margin-top: 10px;
  }

  .register_wrap .sso_info {  font-size: 0.8em;    }
  .register_wrap .sso_btn {
    font-size: 1rem;
    width: 75%;
  }
  #register_01 .box dl.enter_email .a-2 {
    /* grid-column-end: 4;
    grid-row-start: 2;
    grid-column-start: 1; */
    margin-left: 10px;
  }
  #register_01 .box dl.enter_email .a-2 button {
    width: 100%;
  }
  #register_01 .box dl.school>div{
    flex-direction: column;
  }
  #register_01 .box dl .in-wd , #register_01 .box dl dd{
    width: 100% !important;
  }
  #register_01 .box.basic_box .flex_box{
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .register_wrap .content_wrap {
    padding: 20px 15px;
  }
  #register_01 .basic_box dl{
    display: block !important;
  }
  #register_01 .basic_box dl dd{
    width: 100% !important;
  }
  .register_wrap .sso_info {  font-size: 0.8em;    }
}
 .register_wrap .sso_btn {
    font-size: 1rem;
    width: 75%;
  }
#register_01 select {
  height: 40px;
}

#register_01 .basic_box {
  display: grid;
  grid-template-columns: 160px 2fr;
}
#register_01 .basic_box .photo_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  margin-right: 50px;
}
#register_01 .basic_box .photo_outline {
  border: 1px solid #e1e1e1;
  width: 103px;
  height: 132px;
  padding: 5px;
}
#register_01 .basic_box .photo_wrap .photo {
  display: block;
  position: relative;
  width: 103px;
  height: 132px;
  background-color: #eee;
}
#register_01 .photo p {
  color: #888;
  font-size: 12px;
  letter-spacing: -1px;
  text-align: center;
  position: absolute;
  top: 53%;
  left: 53%;
  margin: -15px 0 0 -25px;
}
#register_01 .basic_box .photo_wrap .photo_edit_btn {
  width: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5em;
}
#register_01 .basic_box .photo_wrap .photo_edit_btn button {
  width: 50px;
  border: 1px solid #f7b000;
  border-radius: 5px;
  height: 25px;
}
#register_01 .basic_box input {
  /* width: 70%; */
  width: 100%;
}
#register_01 .basic_box dd{
  width: 50% !important;
}
#register_01 .basic_box .univ_info_box {
	text-align:left;
	margin:-15px 0 0 0;
}

#register_01 .box {
  padding: 1em;
  margin-bottom: 30px;
}
#register_01 .box button {
  width: 150px;
  height: 35px;
  border: 1px solid #f7b000;
  font-weight: 600;
}
#register_01 .box input {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 12px;
}
#register_01 .box input:focus {
  border-bottom: 1px solid #f7b000;
}
#register_01 .box dl {
  /* display: grid;
  grid-template-columns: 110px 1fr; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
#register_01 .box dl dt {
  width: 110px;
  line-height: 50px;
  color: #101010;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -1.5px;
}
#register_01 .box dl dt label {
 white-space:nowrap;
}

#register_01 .box dd {
  font-size: 13px;
}
#register_01 .box dl.enter_track dd {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
#register_01 .box dl.enter_track dd label {
	margin-left:10px;
}
#register_01 .basic_box dl.enter_track dd input {
	width:auto;
}
#register_01 .basic_box .enter_team dd {
 	width:100px !important;
 }
#register_01 .enter_team select {
	width:95%;
}

/* 담당 컨설턴트 선택 */
.register_wrap .content_wrap .top_tit span.add {bottom:10px; right:-10px;}
.choice_box {font-size:14px;margin:20px 0 50px 0;}
.choice_box .item_list {display:grid; grid-template-columns:repeat(3, 1fr); gap:10px;}
.choice_box .item_list .item {overflow:hidden; padding:14px 10px 14px 10px; border:1px solid #e0e0e0; background-color:#fff; border-radius:10px; cursor:pointer;}
.choice_box .item_list .item dl {position:relative; padding:5px 0 16px 66px; line-height:1.4em;}
.choice_box .item_list .item dt {font-weight:600; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; box-sizing:border-box;}
.choice_box .item_list .item dt img {width:53px; height:53px;}
.choice_box .item_list .item dd {font-weight:600; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; box-sizing:border-box;}
.choice_box .item_list .item p {border-top:1px solid #eee; padding:10px 5px 0 5px; line-height:1.6em; max-height:50px; overflow-x:hidden;}

.choice_box .item_list .item p::-webkit-scrollbar {width:15px}
.choice_box .item_list .item p::-webkit-scrollbar-thumb {border-radius:10px; background-color:#e6e6e6; background-clip:padding-box; border:5px solid transparent;}
.choice_box .item_list .item p::-webkit-scrollbar-track {background-color: #fff; border-radius:10px; background-clip:padding-box;}

.choice_box .item_list .photo_bg {position:absolute; left:0; top:0; display:block; width:53px; height:53px;}
.choice_box .item_list .photo_bg:before {content:""; position:absolute; left:0; top:0; width:53px; height:53px; background: url(/images/photo_mask.png) no-repeat; background-position:0 0; z-index:2;}
.choice_box .item_list .item:hover,
.choice_box .item_list .item.check {border-width:2px; border-color:#f7b000}

#register_01 .pwbox{
  display: flex;
  justify-content: space-between;
}
#register_01 .pwbox dl{
  width: 50%;
}
#register_01 .box dl.pw dd{
  width: 80%;
}
#register_01 .box dl.pw dd input{
  width: 70%;
}
/* #register_01 .box dl dd.a-2 {
  position: relative;
  margin:10px;
} */
/* #register_01 .box dl dd.a-2 input, #register_01 .box dl dd.a-2 select, #register_01 .box dl dd.a-2 button {
  position: absolute;
  bottom: 3px;
} */
#register_01 .box dl.enter_sex {
  grid-template-columns: 60px 50px 50px;
}
#register_01 .box dl.enter_sex dd {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
#register_01 .box dl.enter_sex dd input {
  width: auto;
}
#register_01 .box dl.enter_sex dd label {
  margin-left: 10px;
}
#register_01 .box dl.enter_sex dd input[type="checkbox"] + label {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-top: 1px;
}
#register_01
  .box
  dl.enter_sex
  dd
  input[type="checkbox"]:checked
  + label::before {
  content: "○";
  width: 10px;
  height: 10px;
  top: -15px;
  left: -0.5px;
  font-size: 0.8em;
}
#register_01 .box dl.enter_email {
  grid-template-columns: 110px 1fr 1fr;
}
#register_01 .box dl.enter_email dd input {
  width: 95%;
}
#register_01 .box dl.enter_email dd:first-of-type{
  width:35%;
}
#register_01 .box dl.enter_email dd button {
  width: 150px;
}
/* #register_01 .box dl.school {
  grid-template-columns: 110px 2fr 1fr 1fr 1fr;
  grid-template-columns: 110px 1.5fr 1fr 1fr 1fr 1fr;
} */

#register_01 .box dl dd{
  width: 20%;
}
#register_01 .box dl .in-wd{
  width: 25%;
}
#register_01 .box dl.school>div{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#register_01 .box dl.school input,
#register_01 .box dl.school select {
  width: 95%;
}
#register_01 .box dl.school .ged_ck {
  text-align: center;
  display: inline-flex;
  align-items: center;
  align-content: center;
  height: 30px;
}
#register_01 .box dl.school .ged_ck label {
  margin-left: 5px;
  margin-top: 1px;
}
#register_01 .box dl.school .ged_box {
  line-height: 34px;
  text-align: center;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  width: 98%;
  height: 36.5px;
}
#register_01 .box dl.GED .ged_ck {
  grid-column-start: 4;
}
#register_01 .box dl.credit_enter {
  grid-template-columns: 110px 165px 100px;
}
#register_01 .box dl.credit_enter dd:first-of-type {
  margin-right: 5px;
}
#register_01 .box dl.credit_enter select {
  width: 95%;
}
#register_01 .box dl.class_enter {
  grid-template-columns: 60px 180px 150px;
}
#register_01 .box dl.class_enter button {
  width: 95%;
}
#register_01 .box dl.major_enter>div{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#register_01 .box dl.major_enter>div dd{
  width: 25%;
}
#register_01 .box .plus_major dl>div{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#register_01 .box .plus_major dl>div dd{
  width: 25%;
}
#register_01 .box .plus_major dl>div dd.ged_ck{
  width: 11%;
  margin-right: 21px;
}
#register_01 .box .plus_major dl>div dd:last-of-type{
  width: 20%;
}


#register_01 .box dl.pw input {
  width: 50%;
}
#register_01 .box .major_enter dl {
  /* grid-template-columns: 110px 0.5fr 1fr 1fr; */
  grid-template-columns: 110px 0.3fr 0.6fr 0.8fr 0.4fr 0.1fr;
  margin-bottom: 10px;
}
#register_01 .box .major_enter dl select,
#register_01 .box .major_enter dl input {
  width: 95%;
}
#register_01 .box .major_enter dl dd:first-of-type option:first-child {
  text-align: left;
}
#register_01 .box .plus_major dl {
  /* grid-template-columns: 110px 110px 210px 1fr 0.5fr;*/
  grid-template-columns: 110px 0.3fr 0.6fr 0.8fr 0.4fr 0.1fr;
}
#register_01 .box .plus_major dl select,
#register_01 .box .plus_major dl input {
  width: 95%;
}
#register_01 .box .major_enter .plus_major dl .major_de_btn {
  display: grid;
  align-items: center;
}
#register_01 .box .major_enter .plus_major dl .major_de_btn span {
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
  background-color: #f7b000;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
#register_01 .univ_info_box {
  margin: -15px 0 25px 0;
  font-size: 13px;
  text-align: right;
  padding-right: 10px;
}
#register_01 .univ_info_box span {
  position: relative;
  color: #000;
  display: inline-block;
  width: fit-content;
  font-size: 12px;
  margin-top: 4px;
}
#register_01 .univ_info_box span i {
  /*color: #FFBB33;*/
  font-weight: 600;
  font-size: 12px;
  vertical-align: middle;
  margin-bottom: 2px;
}
#register_01 .univ_info_box span::before {
  content: "";
  width: 100%;
  height: 5px;
  background: rgba(247, 176, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #999;
}

#register_01 .m_plus_btn {
  width: 80px !important;
}
#register_01 .box .flex_box {
  display: flex;
  justify-content: space-between;
}
#register_01 .box .flex_box dl {
  width: 50%;
}
#register_01 .box .bt_btn {
  padding-left: 110px;
  margin-bottom: 10px;
}
#register_01 .box .bt_btn button {
  width: 150px;
}
#register_01 .join_footer input[type="checkbox"] {
  display: inline-block;
  margin-bottom: 1px;
}
#register_01 .join_footer input[type="checkbox"] + label {
  width: auto;
  height: auto;
  border: none;
  margin-top: 0;
}
#register_01 .join_footer input[type="checkbox"]:checked + label {
  background-color: #ededed;
}
#register_01 .join_footer input[type="checkbox"]:checked + label::before {
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
}
#register_01 .sns_agree {
  margin-bottom: 50px;
  border: 1px solid #d9d9d9;
  border-radius: 40px;
}
#register_01 .sns_top_text {
  background: rgba(233, 242, 251, 0.8);
  text-align: center;
  height: 41px;
  line-height: 41px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
#register_01 .sns_top_text p {
  margin: 0 10px;
  font-weight: 600;
}
#register_01 .sns_agree_text {
  border-top: none;
  padding: 15px 50px;
  line-height: 27px;
}
#register_01 .sns_agree_text p {
  margin: 5px 0;
  width: fit-content;
  display: flex;
  align-items: baseline;
}
#register_01 .sns_agree_text p i {
  font-size: 10px;
  margin: 5px 5px 0 0;
  vertical-align: middle;
  color: #92ceff;
}
#register_01 .sns_agree_text span {
  display: block;
  margin-left: 30px;
  font-size: 14px;
}
#register_01 .sns_agree_text ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 10px 0;
}
#register_01 .sns_agree_text li {
  margin: 0 10px;
}
#register_01 .sns_agree_text li input[type="radio"] {
  display: none !important;
}
#register_01 .sns_agree_text li input[type="radio"] + label {
  display: inline-block;
  width: fit-content;
  height: 33px;
  padding-left: 30px;
  background: url(/images/icon_check.png) no-repeat 0 50%;
  cursor: pointer;
  line-height: 33px;
  font-size: 16px;
  letter-spacing: -1px;
  border: none;
}
#register_01 .sns_agree_text li input[type="radio"]:checked + label {
  background: url(/images/icon_check_on.png) no-repeat 0 50%;
  border: none;
}
#register_01 .sns_agree_text li span {
  margin-left: 0;
}

#register_01 .join_footer .all_ck {
  background-color: #f2f2f2;
  font-size: 13px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
#register_01 .join_footer .ck_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#register_01 .join_footer .ck_wrap .agree_wrap {
  border: 1px solid #d9d9d9;
}
#register_01 .join_footer .ck_wrap .agree_wrap:first-of-type {
  margin-right: 5px;
}
#register_01 .join_footer .ck_wrap .agree_wrap:last-of-type {
  margin-left: 5px;
}
#register_01 .join_footer .agree_wrap .agree_box {
  width: 100%;
}
#register_01 .join_footer .agree_wrap .agree_box .top_text {
  background-color: #f2f2f2;
  padding: 0 20px;
  font-size: 12px;
}
#register_01 .join_footer .agree_wrap .agree_box .terms {
  border: 1px solid #ededed;
  height: 220px;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 15px;
  font-size: 0.8em;
}
#register_01 .join_footer .agree_wrap .agree_box .terms::-webkit-scrollbar {
  width: 10px;
  border-left: 1px solid #f2f2f2;
}
#register_01
  .join_footer
  .agree_wrap
  .agree_box
  .terms::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}
#register_01 .reg_type {
	display:flex;
}
#register_01 .reg_type p{
  display:flex;
  align-items:center;
  gap:0.625rem;
  margin-right: 10px;
}
#register_01 .reg_type p span {
  display:flex;
  align-items:center;
  gap:0.3125rem;
 }
#register_01 .reg_type p label {
  font-size:13px;
  white-space:nowrap;
 }
#register_01 .reg_type p input{
  margin-top:-2px;
}
#register_01 .reg_type p:nth-child(2) input {
	margin-top:-2px;
}
#register_01 .reg_type p select {
	width:6.25rem;
	padding-right:1.25rem;
}
/* #register_01 .box #high_grad_stat{
  width: 100px;
} */
#register_02 .box .enter_box.active select {
  width: 20%;
}

@media screen and (max-width: 1025px) {
  #register_01 select {
    margin-top: 5px;
  }
  #register_01 .basic_box input {
    width: 100%;
  }
  /* #register_01 .box .flex_box {
    flex-direction: column;
  } */
  #register_01 .box .flex_box dl {
    width: 57%;
  }
  #register_01 .box .flex_box .enter_sex {
    grid-template-columns: 110px 50px 50px;
  }
  #register_01 .box dl.class_enter {
    grid-template-columns: 110px 165px 150px;
  }
  /* #register_01 .box dl.school {
    grid-template-columns: 110px 1fr 1fr;
  } */
  #register_01 .box dl.high_school dd:nth-of-type(1),
  #register_01 .box dl.high_school dd:nth-of-type(2),
  #register_01 .box dl.univ dd:nth-of-type(1),
  #register_01 .box dl.univ dd:nth-of-type(2) {
    margin-bottom: 5px;
  }
  #register_01 .box dl.high_school dd:nth-of-type(3),
  #register_01 .box dl.univ dd:nth-of-type(3) {
    grid-column-start: 2;
    margin-top: 5px;
  }
  #register_01 .box dl.high_school .ged_ck {
    margin-top: 10px;
  }
}
@media screen and (max-width: 798px) {
  #register_01 .box dl {
    display: block;
  }
  #register_01 .basic_box dl {
    /* display: grid; */
    display: flex;
  }
  #register_01 .basic_box .photo_wrap {
    margin-bottom: 30px;
    margin-right: 0;
  }
  #register_01 .box #high_grad_stat {
    width: 100%;
  }
  #register_01 .box .major_enter dl select {
    width: 100%;
  }
  #register_01 .box .plus_major dl select {
    width: 100%;
  }
  #register_01 .box dl.enter_email {
    grid-template-columns: 110px 1fr;
  }
  #register_01 .basic_box dl dd input {
    width: 100%;
  }
  #register_01 .box dl.enter_email dd input {
    width: 100%;
  }
  #register_01 .box dl dd.a-2 {
    margin: 0 0 5px 0;
  }
  #register_01 .box dl.school input,
  #register_01 .box dl.school select {
    width: 100%;
  }
  /* #register_01 .box dl.univ dd:last-of-type{
    margin-left: 5px;
  } */
  #register_01 .box dl.credit_enter, #register_01 .box dl.class_enter {
    /* display: grid;
    grid-template-columns: 1fr 165px 150px; */
    display: flex;
  }
  #register_01 .box dl.credit_enter dt,
  #register_01 .box dl.class_enter dt {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  #register_01 .box dl.credit_enter dd,
  #register_01 .box dl.class_enter dd {
    margin-right: 10px;
  }
  #register_01 .box dl.credit_enter dd:nth-of-type(1),
  #register_01 .box dl.class_enter dd:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  #register_01 .box dl.credit_enter dd:nth-of-type(1) input,
  #register_01 .box dl.class_enter dd:nth-of-type(1) input {
    width: 95%;
  }
  #register_01 .box dl.credit_enter dd.a-2 button,
  #register_01 .box dl.credit_enter dd select,
  #register_01 .box dl.class_enter dd.a-2 button,
  #register_01 .box dl.class_enter dd select {
    bottom: 0;
  }
  #register_01 .box dl.pw input {
    width: 95%;
  }
  #register_01 .box dl.pw input::placeholder {
    text-align: left;
    padding-left: 5px;
  }
  #register_01 .box .major_enter .plus_major dl {
    padding-left: 0;
  }
  #register_01 .box .major_enter .plus_major dl .major_de_btn {
    align-items: unset;
    margin-top: 5px;
    padding-left: 86.5%;
  }
  #register_01 .box .bt_btn {
    padding-left: 0;
  }
  #register_01 .box.basic_box {
    display: block;
  }
  #register_01 .box .basic_box .enter_email {
    display: block;
  }
  #register_01 .box .basic_box .photo_wrap {
    width: 113px;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  #register_01 .box.basic_box dl dd.a-2 button {
    position: static;
    margin-top: 10px;
  }
  #register_01 .box .flex_box dl {
    width: 100%;
  }
  #register_01 .join_footer .agree_wrap .agree_box .terms {
    height: 150px;
  }
  #register_01 .univ_info_box,
  #register_01 .basic_box .univ_info_box {
    text-align: center;
  }
  #register_01 .univ_info_box span {
    width: 100%;
    background: rgba(247, 176, 0, 0.15);
    padding: 5px;
    margin-top: 10px;
    font-size: 12px;
  }
  #register_01 .univ_info_box span i {
    font-size: 13px;
  }
  #register_01 .univ_info_box span::before {
    width: 0;
    height: 0;
    background: none;
  }
  #register_01 .join_footer .ck_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #register_01 .join_footer .ck_wrap .agree_wrap:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #register_01 .join_footer .ck_wrap .agree_wrap:last-of-type {
    margin-left: 0;
  }
  #mypage_basic02 .box .pw3 .edit_stat_wrap{
    margin-left: 0;
  }
  #mypage_basic02 .box .pw dt {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  #mypage_basic02 .box .pw dt dd:first-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #mypage_basic02 .box .pw dt dd:last-of-type {
    grid-column-start: 3;
  }
  #register_02 .box .enter_box.active select {
    width: 100% !important;
    grid-column-start: 1;
    grid-column-end: 5;
  }
  /* #register_01 .box dl.school {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  } */
  #register_01 .box dl.school dt {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #register_01 .box dl.school dd:first-of-type {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #register_01 .box dl.high_school dd:nth-of-type(1),
  #register_01 .box dl.high_school dd:nth-of-type(2),
  #register_01 .box dl.univ dd:nth-of-type(1),
  #register_01 .box dl.univ dd:nth-of-type(2) {
    margin-top: 5px;
  }
  #register_01 .box dl.high_school dd:nth-of-type(2) {
    margin: 13px 5px 0 0;
  }
  #register_01 .box dl.univ dd:nth-of-type(2) {
    margin: 5px 5px 0 0;
  }
  #register_01 .sns_agree_text {
    padding: 15px 20px;
  }
  #register_01 .sns_agree_text span {
    margin-left: 20px;
  }
  #register_01 .box .plus_major dl input,
  #register_01 .box .major_enter dl input {
    width: 100%;
    margin-top: 10px;
  }
  #register_01 .box .plus_major dl>div{
    display: block;
  }
  #register_01 .box .plus_major dl>div dd:first-of-type{
    margin-left: 0 !important;
  }
  #register_01 .pwbox{
    display: block;
  }
  #register_01 .pwbox dl , #register_01 .box dl.pw dd input{
    width: 100%;
  }
  #register_01 .basic_box .enter_team dd,
  #register_01 .enter_team select {
  	width:100% !important;
  }
}
@media screen and (max-width: 550px) {
  #register_01 .box dl.credit_enter dd:nth-of-type(1),
  #register_01 .box dl.class_enter dd:nth-of-type(1) {
    grid-column-end: 3;
  }
  #mypage_basic02 .flex_box .credit_enter .a-2 select {
    margin-left: 0;
    width: 100%;
  }
  #register_01 .box dl.school{
    display: block;
  }
  #register_01 .box dl.univ dd:last-of-type{
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  #register_01 .basic_box dl {
    /* display: block; */
    grid-template-columns: 100px 2fr;
  }
  #register_01 .box dl.enter_email {
    grid-template-columns: 100px 2fr;
  }
  #register_01 .box dl #univ_grade_scr {
    width: 100%;
  }
  #register_01 .box dl.credit_enter dd.a-2,
  #register_01 .box dl.class_enter dd.a-2 {
    position: static;
  }
  #register_01 .box dl.credit_enter dd.a-2 select,
  #register_01 .box dl.credit_enter dd.a-2 button,
  #register_01 .box dl.class_enter dd.a-2 select,
  #register_01 .box dl.class_enter dd.a-2 button {
    position: static;
  }
  #register_01 .box dl.credit_enter dd.a-2 button,
  #register_01 .box dl.class_enter dd.a-2 button {
    margin-top: 5px;
  }
  #register_01 .box dl.credit_enter, #register_01 .box dl.class_enter{
    display: block;
  }
  #register_01 .box dl.credit_enter dd.a-2 select{width: 100% !important;}
  #register_01 .box dl.class_enter dd.a-2 button{width: 100% !important;}
  #register_01 .box dl.credit_enter select{width: 100%;}
}

#register_02 .box {
  display: grid;
  grid-template-columns: 120px 1fr;
  /*margin-bottom: 30px;*/
  padding: 1em;
}
#register_02 .box .sub_tit {
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #101010;
}
#register_02 .box.edu_box,
#register_02 .box.active_box {
  margin-bottom: 0;
}
#register_02 .box.m10 {
  margin-bottom: 0;
}
#register_02 .box .enter_box.state ul {
  display: flex;
  justify-content: space-between;
  /* gap: 15px; */
  line-height: 40px;
}
#register_02 .box .enter_box.state ul .etc_ck {
  width: 100px;
}
#register_02 .box .enter_box.state ul .etc_ck #m_self_stat_etc {
  margin-top: -10px;
}
#register_02 .box .enter_box.state ul input[type="checkbox"] + label {
  width: 10px;
  height: 10px;
  margin-top: -2px;
}
#register_02
  .box
  .enter_box.state
  ul
  input[type="checkbox"]:checked
  + label::before {
  width: 10px;
  height: 10px;
  top: -16px;
  font-size: 0.9em;
}
#register_02 .box .enter_box.salary input {
  width: 10%;
  margin-right: 5px;
}
#register_02 .box .enter_box.place select {
  width: 23%;
}
#register_02 .box .enter_box.place .pm_btn {
  height: 40px;
  width: 60px;
  font-size: 13px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 2px;
  vertical-align: middle;
  box-sizing: border-box;
}
#register_02 .box .enter_box.edu,
#register_02 .box .enter_box.active,
#register_02 .box .enter_box.license {
  display: flex;
  justify-content: space-between;
}
#register_02 .box .enter_box.edu select,
#register_02 .box .enter_box.active select,
#register_02 .box .enter_box.license select {
  height: 37px;
}
#register_02 .langbox .enter_box {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr;
}
#register_02 .langbox .enter_box select {
  width: 95%;
  margin-top: -3px;
}
#register_02 .langbox .enter_box input {
  width: 95%;
}

#register_02 .box .enter_box .w320 {
  width: 320px;
}
#register_02 .box .enter_box .w300 {
  width: 300px;
}
#register_02 .box .enter_box .w290 {
  width: 290px;
}
#register_02 .box .enter_box .w280 {
  width: 280px;
}
#register_02 .box .enter_box .w270 {
  width: 270px;
}
#register_02 .box .enter_box .w260 {
  width: 260px;
}
#register_02 .box .enter_box .w250 {
  width: 250px;
}
#register_02 .box .enter_box .w220 {
  width: 220px;
}
#register_02 .box .enter_box .w210 {
  width: 210px;
}
#register_02 .box .enter_box .w190 {
  width: 190px;
}
#register_02 .box .enter_box .w180 {
  width: 180px;
}
#register_02 .box .enter_box .w145 {
  width: 145px;
}
#register_02 .box .enter_box .w115 {
  width: 115px;
}

#register_02 .box input {
  height: 40px;
  margin-top: -3px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
#register_02 .box input:focus {
  border-bottom: 1px solid #f7b000;
}
/* #register_02 .box button{
  height: 30px;
  width: 150px;
  font-weight: 400;
} */
#register_02 .edubox button {
  width: 80px;
  border: 1px solid #b9b9b9;
  color: #000;
  background-color: #fff;
  border-radius: 0;
}
#register_02 .certbox button {
  width: 80px;
  height: 30px;
  border: 1px solid #b9b9b9;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#register_02 .delActy {
  width: 80px;
  height: 30px;
  border: 1px solid #b9b9b9;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  margin-top: 5px;
}

#register_02 .langbox button {
  width: 80px;
  height: 30px;
  border: 1px solid #b9b9b9;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#register_02 .box.select_job .enter_box p {
  line-height: 40px;
  font-size: 0.9em;
  display: inline-block;
  margin-left: 5px;
  color: #000;
  font-weight: 500;
}
#register_02 .box.select_job .enter_box p span {
  vertical-align: middle;
  font-weight: 300;
  color: #f7b000;
}
#register_02 .box.select_job .enter_box button {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  width: 150px;
}
#register_02 .text_box {
  padding-top: 10px;
}
#register_02 .text_box p {
  margin-bottom: 5px;
}
#register_02 .text_box textarea {
  height: 100px;
  width: 100%;
}
#register_02 .text_box .text_count {
  display: block;
  text-align: right;
  font-size: 0.9em;
}
#register_02 .text_box.etc_write {
  margin-top: -10px;
  padding-bottom: 30px;
}
#register_02 .job_type_wrap {
  margin-bottom: 30px;
  margin-left: 120px;
  padding: 0 1em;
}
#register_02 .job_type_wrap button {
  margin-bottom: 10px;
}
#register_02 .job_type_wrap .job_type ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  padding: 10px 10px 0 10px;
}
#register_02 .job_type_wrap .job_type ul li {
  border: 1px solid #ddd;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #000;
  background-color: #f2f4f7;
}
#register_02 .job_type_wrap .job_type ul li i {
  margin-left: 10px;
  color: #999;
  cursor: pointer;
}
#register_02 .plus_btn {
  padding: 0 1em 0 134px;
  margin-bottom: 30px;
}
#register_02 .plus_btn button {
  height: 35px;
  width: 150px;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
}
#register_02 .enter_box div {
  margin-bottom: 8px;
}
/* #register_02 .dateInput{
	font-size:15px;
} */
#register_02 input::placeholder {
  font-size: 13px;
}

#register_02 .bottom_btn {
  padding: 30px 0 40px 0;
}

#register_02 .li_part_none,
.li_area_none {
  border: none !important;
  background-color: #fff !important;
  font-size: 12px !important;
}
#register_02 .btn_wrap i {
  font-size: 11px;
}
#register_02 .reset,
.reset2 {
  border: none;
  background-color: #f7f7f7;
  color: #000;
  font-size: 12px;
}

#register_02 .salary input {
  text-align: center;
  /* font-size:15px; */
}

#register_02 .worktype {
  padding: 0 1em;
  margin-bottom: 20px;
}
.worktype ul {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  font-size: 14px;
}
.worktype ul input[type="checkbox"] + label {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.worktype ul input[type="checkbox"]:checked + label::before {
  font-size: 0.8em;
  top: -15px;
  left: 1px;
}

@media screen and (max-width: 1000px) {
  #register_02 .state_box {
    display: block;
  }
}
@media screen and (max-width: 1025px) {
  #register_02 .box .enter_box.edu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #register_02 .box .enter_box.edu input {
    width: 100%;
    margin-bottom: 5px;
  }
  #register_02 .box .enter_box.edu input:nth-of-type(1) {
    grid-column-start: 1;
    grid-row-start: 1;
    width: 110% !important;
  }
  #register_02 .box .enter_box.edu input:nth-of-type(2) {
    grid-column-start: 2;
    grid-row-start: 1;
    width: 88% !important;
    margin-left: 12%;
  }
  #register_02 .box .enter_box.edu input:nth-of-type(3) {
    width: 95%;
  }
  #register_02 .box .enter_box.license {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-columns: 30% 20% 20% 20%; */
  }
  #register_02 .box .enter_box.license input {
    margin-bottom: 5px;
    width: 100%;
  }
  #register_02 .box .enter_box.license input:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 4;
    width: 100%;
  }
  #register_02 .box .enter_box.license input:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 95%;
  }
  #register_02 .box .enter_box.active {
    display: grid;
    /* grid-template-columns: 0.2fr 0.2fr 1fr 1fr; */
    grid-template-columns: repeat(4, 1fr);
  }
  #register_02 .box .enter_box.active select {
    width: 95%;
  }
  #register_02 .box .enter_box.active input {
    margin-bottom: 5px;
    width: 100%;
  }
  #register_02 .box .enter_box.active input:nth-of-type(1) {
    grid-column-start: 2;
    grid-column-end: 5;
  }
  #register_02 .box .enter_box.active input:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 95%;
  }
  #register_02 .box .enter_box.active input:nth-of-type(3) {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  #register_02 .box.select_job h4 {
    line-height: 2;
  }
  #register_02 .box.select_job .enter_box p {
    margin-left: 0;
  }
  #register_02 .box.select_job .enter_box p span {
    display: none;
  }
  #register_02 .langbox .enter_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #register_02 .langbox .enter_box input {
    margin-top: 5%;
  }
  #register_02 .langbox .enter_box #lang_scr {
    margin-right: 5%;
  }
  #register_02 .langbox .enter_box .lang_gubun {
    margin-right: 5%;
  }
  #register_02 .langbox .enter_box .w145 {
    width: auto;
  }
}
@media screen and (max-width: 798px) {
  #register_02 .top_tit b {
    display: block;
  }
  #register_02 .box {
    display: block;
  }
  #register_02 .select_job {
    display: grid;
  }
  #register_02 .box .sub_tit {
    margin-bottom: 5px;
  }
  #register_02 .box.box1 {
    margin-bottom: 0;
  }
  #register_02 .box .enter_box .select_wrap {
    width: 100%;
    padding-top: 12px;
  }
  #register_02 .box .enter_box input {
    /* width: 100% !important; */
    margin-bottom: 10px;
  }
  /* #register_02 .box .enter_box.state ul{
    display: block;
  } */
  /* #register_02 .box .enter_box.edu{
    display: block;
  } */
  #register_02 .box .enter_box.salary input {
    width: 100px !important;
    margin-bottom: 0;
    margin-right: 5px;
  }
  #register_02 .box .enter_box.place select {
    width: 37% !important;
  }
  #register_02 .box .enter_box.edu input:nth-of-type(1) {
    width: 100% !important;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #register_02 .box .enter_box.edu input:nth-of-type(2) {
    width: 100% !important;
    margin-left: 0;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  #register_02 .box .enter_box.active input:nth-of-type(1) {
    margin-left: 0 !important;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 5;
    margin-top: 5px;
  }
  #register_02 .box.select_job .sub_tit {
    line-height: 40px;
    margin-bottom: 5px;
  }
  #register_02 .box.select_job .sub_tit b {
    display: inline;
  }
  #register_02 .box.select_job .sub_tit .essential {
    position: relative;
  }
  #register_02 .box.select_job .enter_box p {
    display: block;
    line-height: 2;
  }
  #register_02 .job_type_wrap {
    margin-left: 0;
  }
  #register_02 .text_box textarea {
    width: 100%;
  }
  #register_02 .text_box .text_count {
    font-size: 0.8em;
  }
  #register_02 .plus_btn {
    padding: 0 1em;
  }
  #register_02 .box .enter_box.state ul .etc_ck {
    width: 59%;
  }
  .worktype ul li,
  .state ul li {
    width: 50%;
  }
  .state ul li:nth-child(2) input[type="checkbox"] + label + label {
    font-size: 12px;
  }
  .worktype ul,
  .state ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 500px) {
  #register_02 .select_job {
    display: block;
  }
  #register_02 .box .enter_box.place select {
    width: 100% !important;
  }
  #register_02 .select_job .enter_box span {
    display: block;
    margin-top: 5px;
  }
  #register_02 .box .enter_box.license {
    display: block;
  }
  /* #register_02 .box .enter_box.active{
    display: block;
  } */
  #register_02 .box .enter_box.active select {
    width: 100%;
    margin-bottom: 5px;
  }
  /* #register_02 .box .enter_box.active input:nth-of-type(2){
    width: 100%;
  } */
  #register_02 .box .enter_box.license input:nth-of-type(2) {
    width: 100%;
  }
  /* #register_02 .box .enter_box.edu input:nth-of-type(3){
    width: 100%;
  } */
  /* #register_02 .langbox .enter_box{
    display: block;
  } */
  #register_02 .langbox .enter_box select {
    width: 95%;
    margin-bottom: 5px;
  }
  #register_02 .langbox .enter_box .w145 {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
}

#register_02 .edubox,
.certbox,
.actybox,
.langbox {
  margin-bottom: 20px;
}

/* 직무직종 선택 레이어 */
#job_type_popup_wrap {
  width: 700px;
  background-color: #fff;
  position: absolute;
  top: 55%;
  left: 33%;
  border: 1px solid #565d79;
}
#job_type_popup_wrap .j_popup_header {
  background-color: #f7f7f7;
  color: #000;
  font-weight: 600;
  padding: 20px;
  position: relative;
}
#job_type_popup_wrap .j_popup_header span {
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
  color: #666;
}
#job_type_popup_wrap .j_popup_header #job_popup_close {
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 2em;
  color: #555;
  cursor: pointer;
}
#job_type_popup_wrap .chk_jobpart {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#job_type_popup_wrap .chk_jobpart li:nth-child(2n) {
  margin-left: 5px;
}
#job_type_popup_wrap .btn_wrap button {
  display: block;
  border-radius: 0;
  width: 100px;
  height: 35px;
}
#job_type_popup_wrap .btn_wrap .reset,
#job_type_popup_wrap .btn_wrap .reset2 {
  background-color: #fff;
  border: 1px solid #f7b000;
  margin-bottom: 5px;
}

#job_type_popup_wrap .popup_container .search {
  position: relative;
  padding: 20px;
}
#job_type_popup_wrap .popup_container .search input {
  border: 1px solid #909090;
  width: 100%;
}
#job_type_popup_wrap .popup_container .search i {
  font-size: 1.1em;
  position: absolute;
  right: 30px;
  top: 32px;
  cursor: pointer;
}

#job_type_popup_wrap .popup_container .job_container {
  padding: 20px;
}

#job_type_popup_wrap .popup_container .job_container .header {
  font-size: 0.9em;
  margin-bottom: 20px;
}
#job_type_popup_wrap .popup_container .job_container .header b {
  color: #ef6b06;
}

#job_type_popup_wrap .popup_container .job_container .list_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 212px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#job_type_popup_wrap .popup_container .job_container .list_wrap .list {
  overflow-y: auto;
}
#job_type_popup_wrap
  .popup_container
  .job_container
  .list_wrap
  .list:first-of-type {
  border-right: 1px solid #b9bcc4;
}
#job_type_popup_wrap
  .popup_container
  .job_container
  .list_wrap
  .list::-webkit-scrollbar {
  width: 7px;
}
#job_type_popup_wrap
  .popup_container
  .job_container
  .list_wrap
  .list::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}

#job_type_popup_wrap .popup_container .job_container .list_wrap .list ul {
  padding: 10px;
}
#job_type_popup_wrap .popup_container .job_container .list_wrap .list ul li {
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  cursor: pointer;
  font-size: 13px;
}
#job_type_popup_wrap
  .popup_container
  .job_container
  .list_wrap
  .list
  ul
  li
  input[type="checkbox"]
  + label {
  width: 10px;
  height: 10px;
}
#job_type_popup_wrap
  .popup_container
  .job_container
  .list_wrap
  .list
  ul
  li
  input[type="checkbox"]:checked
  + label::before {
  top: -11px;
  left: 1px;
  font-size: 10px;
}
#job_type_popup_wrap
  .popup_container
  .job_container
  .list_wrap
  .list
  ul
  li
  input[type="checkbox"]:checked
  + label
  + label {
  color: #f7b000;
}
#job_type_popup_wrap
  .popup_container
  .job_container
  .list_wrap
  .list
  .list_part1
  li.ck {
  color: #f7b000;
}

#job_type_popup_wrap .popup_container .popup_footer {
  padding: 20px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
}
#job_type_popup_wrap .popup_container .popup_footer .selected .category {
  color: #ef6b06;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
  margin-bottom: 10px;
}
#job_type_popup_wrap .popup_container .popup_footer .selected li {
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  background-color: #fff;
}
#job_type_popup_wrap .popup_container .popup_footer .chk_area li {
  display: inline-flex;
  margin-right: 10px;
}
#job_type_popup_wrap .popup_container .popup_footer .selected li i {
  color: #999;
  margin-left: 10px;
  cursor: pointer;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  #job_type_popup_wrap {
    left: 10%;
  }
}

@media screen and (max-width: 798px) {
  #job_type_popup_wrap {
    position: fixed;
    left: 5%;
    top: 8%;
    width: 90%;
  }
  #job_type_popup_wrap .popup_container .job_container .list_wrap .list ul li {
    font-size: 0.8em;
  }
  #job_type_popup_wrap .popup_container .popup_footer .selected li {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 500px) {
  #job_type_popup_wrap .popup_container .job_container .list_wrap {
    display: block;
    border: none;
  }
  #job_type_popup_wrap .popup_container .job_container .list_wrap .list {
    height: 100px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
  }
  #job_type_popup_wrap .popup_container .popup_footer {
    display: block;
    overflow: hidden;
  }
  #job_type_popup_wrap .popup_container .popup_footer .btn_wrap {
    float: right;
    margin-top: 10px;
  }
}

/* 채용정보관 */
.recruit_haeder {
  margin-bottom: 50px;
  margin-top: 3px;
}

.recruit_haeder .item_reset button{
	font-size:11px;
}

.recruit_content .integrated_search {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.recruit_content .integrated_search .input_box {
  width: 80%;
}

.recruit_content .recruit_list {
  min-height: 300px;
}

.recruit_content .recruit_list input[type=checkbox]:checked + label::before {
	top:-4px;
	left:2px;
}

.recruit_content .integrated_search .input_box input {
  width: 100%;
  border-radius: 0;
}
.recruit_content .integrated_search .i_search_box {
  width: 200px;
}
.recruit_content .integrated_search .i_search_box button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  letter-spacing: 1px;
}
.recruit_content .integrated_search .i_search_box button span {
  vertical-align: middle;
  margin-right: 5px;
}
.recruit_content .detail_search {
  display: flex;
  justify-content: space-between;
}

.recruit_content .detail_search .more_view_btn {
  display: none;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 0.9em;
  border: 1px solid #b9bcc4;
  border-top: none;
  cursor: pointer;
}
.recruit_content .detail_search .more_view_btn.open {
  border-bottom: none;
  display: none;
}
.recruit_content .detail_search dl {
  box-sizing: border-box;
  border-right: 1px solid #e0e2e6;
  border-bottom: 1px solid #e0e2e6;
}
.recruit_content .detail_search dl:first-child {
  border-left: 1px solid #b9b9b9;
}

.recruit_content .detail_search dl.w670 {
  width: 670px;
}
.recruit_content .detail_search dl.w580 {
  width: 580px;
}
.recruit_content .detail_search dl.w550 {
  width: 550px;
}
.recruit_content .detail_search dl.w400 {
  width: 400px;
}
.recruit_content .detail_search dl.w470 {
  width: 470px;
}
.recruit_content .detail_search dl.w250 {
  width: 250px;
}
.recruit_content .detail_search dl.w260 {
  width: 260px;
}
.recruit_content .detail_search dl.w220 {
  width: 220px;
}
.recruit_content .detail_search dl.w190 {
  width: 190px;
}
.recruit_content .detail_search dl.w120 {
  width: 120px;
}
.recruit_content .detail_search dl.w130 {
  width: 130px;
}
.recruit_content .detail_search dl.w150 {
  width: 150px;
}
.recruit_content .detail_search dl.w170 {
  width: 170px;
}
.recruit_content .detail_search dl.w180 {
  width: 180px;
}
.recruit_content .detail_search dl.w190 {
  width: 190px;
}
.recruit_content .detail_search dl.w90 {
  width: 90px;
}
.recruit_content .detail_search dl.w25 {
  width: 25%;
}

.recruit_content .detail_search dl dt {
  border-bottom: 1px solid #e0e2e6;
  background-color: #f9fafc;
  font-size: 12px;
  font-weight:700;
  color: #333;
  padding: 10px 15px;
  white-space: nowrap;
}
.recruit_content .detail_search dl:last-child {
  border-right: 1px solid #b9bcc4;
}
.recruit_content .detail_search dl dd {
  height: 200px;
  overflow: hidden;
}

.recruit_content .detail_search dl dd.job_fx {
  display: flex;
  justify-content: space-between;
}
.recruit_content .detail_search dl dd.job_fx ul {
  width: 50%;
}
.recruit_content .detail_search dl dd.job_fx ul:first-child {
  border-right: 1px solid #e0e2e6;
}

.recruit_content .detail_search dl dd.job_fx_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.recruit_content .detail_search dl dd.job_fx_3 ul {
  border-right: 1px solid #e0e2e6;
}
.recruit_content .detail_search dl dd.job_fx_3 ul:last-child {
  border-right: none;
}

.recruit_content .detail_search dl dd ul {
  height: 200px;
  overflow-y: auto;
}
.recruit_content .detail_search dl dd ul::-webkit-scrollbar {
  width: 7px;
}
.recruit_content .detail_search dl dd ul::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}
.recruit_content .detail_search dl dd ul li {
  padding: 8px 15px;
  font-size: 12px;
  box-sizing: border-box;
  font-weight: 400;
  cursor: pointer;
}
.recruit_content .detail_search dl dd ul li.on {
  background-color: rgba(246, 187, 0, 0.1);
  color: #ffa300;
  font-weight: 600;
}

.recruit_content .sp_preview {
  border: 1px solid #b9bcc4;
  border-top: none;
  padding: 20px 30px;
  min-height: 30px;
  position: relative;
}
.recruit_content .sp_preview ul {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
}
.recruit_content .sp_preview ul li {
  font-size: 12px;
  margin-right: 7px;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.recruit_content .sp_preview ul li b {
  font-weight: 400;
  color: #39f;
}
.recruit_content .sp_preview ul li span {
  vertical-align: middle;
  color: #999;
  font-size: 0.9em;
  margin-bottom: 1px;
  cursor: pointer;
}

.recruit_content .sp_preview .fun_btn {
  display: flex;
  justify-content: flex-end;
  width: 330px;
  position: absolute;
  bottom: 15px;
  right: 30px;
}
.recruit_content .sp_preview .fun_btn div {
  margin-left: 10px;
}
.recruit_content .sp_preview .fun_btn div button {
  background-color: #fff;
  color: #999;
  line-height: 40px;
  height: 40px;
}
.recruit_content .sp_preview .fun_btn div button span {
  vertical-align: text-top;
  font-size: 18px;
  font-weight: 300;
  margin-right: 3px;
}
.recruit_content .sp_preview .fun_btn .item_search button:nth-child(2) {
  background-color: #39f;
  color: #fff;
  border-radius: 0;
}
.recruit_content .sp_preview .item_reset span {
  margin-top: -3px;
}

.recruit_content .sh_recommend {
  border: 1px solid #eee;
  padding: 10px 15px;
}
.recruit_content .sh_recommend select {
  width: 450px;
}
.recruit_content .sh_recommend select:nth-child(2) {
  margin: 0 10px;
}
.recruit_content .sh_recommend select:focus {
  border: 1px solid #39f;
}
.recruit_content .sh_recommend .item_search button {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #39f;
  border-radius: 0;
}
.recruit_content .sh_recommend .item_search button span {
  vertical-align: middle;
  margin-right: 3px;
}

.recruit_content .recruit_body {
  margin-top: 30px;
}

.recruit_content .recruit_body .view_op {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  position: relative;
}
.recruit_content .recruit_body .view_op .scrap_text {
  position: absolute;
  left: 0;
  bottom: 5px;
  font-size: 12px;
}

@media screen and (max-width: 1000px) {
  .recruit_content .recruit_body .view_op .scrap_text {
    bottom: 100%;
  }
  .recruit_content .recruit_body .view_op p,
  .recruit_content .recruit_body .view_op select {
    margin-top: 10px;
  }
}

.recruit_content .recruit_body .view_op .scrap_text i {
  margin: 0 3px 1px 0;
  font-size: 10px;
}
.recruit_content .recruit_body .view_op p {
  line-height: 30px;
  margin-right: 10px;
  font-size: 14px;
}
.recruit_content .recruit_body .view_op p b {
  color: #39f;
}
.recruit_content .recruit_body .view_op select {
  height: 30px;
  width: 70px;
  padding-left: 5px;
  box-sizing: border-box;
}
.recruit_content .recruit_body .view_op select option:first-child {
  text-align: left;
}


.recruit_content .recruit_body .view_op_02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}
.recruit_content .recruit_body .view_op_02 .scrap_text {
  /*position: absolute;*/
  left: 0;
  bottom: 5px;
  font-size: 12px;
}

@media screen and (max-width: 1000px) {
  .recruit_content .recruit_body .view_op_02 .scrap_text {
    bottom: 100%;
  }
  .recruit_content .recruit_body .view_op_02 p,
  .recruit_content .recruit_body .view_op_02 select {
   /* margin-top: 10px;*/
  }
}

@media screen and (max-width: 798px) {
}

@media screen and (max-width: 500px) {
	.recruit_content .recruit_body .view_op_02 select {
		height:35px !important;
	}
	.recruit_content .recruit_body .view_op_02 #grad_stat {
	   width:90px !important;
	   
	 }
	.recruit_content .recruit_body .view_op_02 #orderby {
	   width:80px !important;
	 }
	.recruit_content .recruit_body .view_op_02 #page_size {
	   width:60px !important;
	 }
}

.recruit_content .recruit_body .view_op_02 .scrap_text i {
  margin: 0 3px 1px 0;
  font-size: 10px;
}
.recruit_content .recruit_body .view_op_02 p {
  margin-right: 10px;
  font-size: 14px;
}
.recruit_content .recruit_body .view_op_02 span b {
  color: #39f;
}
.recruit_content .recruit_body .view_op_02 select {
  height: 30px;
  width: 70px;
  padding-left: 5px;
  box-sizing: border-box;
}
.recruit_content .recruit_body .view_op_02 select option:first-child {
  text-align: left;
}

.recruit_content .recruit_body .list_head {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #0071ac;
  border-bottom: 1px solid #ddd;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  color: #333;
  font-size: 12px;
  letter-spacing: -1px;
  background-color: #fbfbfb;
}
.recruit_content .recruit_body .list_head div {
  text-align: center;
  border-right: 1px solid #ddd;
}
.recruit_content .recruit_body .list_head div:last-child {
  border-right: none;
}
.recruit_content .recruit_body .list_head .company_nm {
  width: 18%;
}
.recruit_content .recruit_body .list_head .notification_info {
  width: 48%;
}
.recruit_content .recruit_body .list_head .exp {
  width: 9%;
}
.recruit_content .recruit_body .list_head .recruit_condition {
  width: 14%;
}
.recruit_content .recruit_body .list_head .support_info {
  width: 10%;
}

.recruit_content .recruit_body .list_no_item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  height: 180px;
}

.recruit_content .recruit_body .list_item {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}
.recruit_content .recruit_body .list_item:nth-child(2n) {
  background: rgba(42, 162, 255, 0.03);
}

.recruit_content .recruit_body .list_item .col {
  padding: 16px 0 20px;
  min-height: 51px;
  letter-spacing: -1px;
  vertical-align: top;
  box-sizing: border-box;
}
.recruit_content .recruit_body .list_item .company_nm {
  width: 18%;
  color: #000;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 18px;
  padding-top: 20px;
}
.recruit_content .recruit_body .list_item .notification_info {
  width: 49%;
  padding: 16px 15px 20px 15px;
}
.recruit_content .recruit_body .list_item .notification_info .job_tit {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.recruit_content
  .recruit_body
  .list_item
  .notification_info
  .job_tit
  .wrap_scrap {
  display: inline-block;
  margin-left: 2px;
}
.recruit_content
  .recruit_body
  .list_item
  .notification_info
  .job_tit
  .wrap_scrap
  span {
  font-weight: 200;
  font-size: 27px;
  vertical-align: middle;
  margin-bottom: 7px;
  cursor: pointer;
  color: #666;
}
.recruit_content
  .recruit_body
  .list_item
  .notification_info
  .job_tit
  .wrap_scrap
  span.scrap_on {
  color: #f7b000;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 0, "opsz" 48;
}

.recruit_content .recruit_body .list_item .notification_info .job_meta {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recruit_content .recruit_body .list_item .notification_info .job_meta span {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.recruit_content
  .recruit_body
  .list_item
  .notification_info
  .job_meta
  span::after {
  content: ",";
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: -2px;
}
.recruit_content
  .recruit_body
  .list_item
  .notification_info
  .job_meta
  span:last-child::after {
  content: "";
  width: 0px;
  height: 0px;
}

.recruit_content .recruit_body .list_item .exp {
  width: 9%;
  text-align: center;
  padding: 11px 0;
  display: grid;
  align-items: center;
  align-content: center;
}
.recruit_content .recruit_body .list_item .exp.worknet {
  width: 13%;
}
.recruit_content .recruit_body .list_item .exp span {
  display: block;
  line-height: 22px;
}

.recruit_content .recruit_body .list_item .recruit_condition {
  width: 14%;
  text-align: center;
  padding: 11px 0;
  display: grid;
  align-items: center;
  align-content: center;
}
.recruit_content .recruit_body .list_item .recruit_condition.worknet {
  width: 12%;
}
.recruit_content .recruit_body .list_item .recruit_condition span {
  display: block;
  line-height: 22px;
}

.recruit_content .recruit_body .list_item .support_info {
  width: 10%;
  text-align: center;
  padding: 11px 0;
  display: grid;
  align-items: center;
  align-content: center;
}
.recruit_content .recruit_body .list_item .support_info.worknet {
  width: 10%;
}
.recruit_content .recruit_body .list_item .support_info .d_day {
  font-size: 13px;
  font-weight: 400;
  color: #39f;
}
.recruit_content .recruit_body .list_item .support_info .d_day.wm {
  width: 60%;
  margin: 0 auto 10px auto;
}
.recruit_content .recruit_body .list_item .support_info .d_day.de_today {
  color: #f33;
  position: relative;
}
.recruit_content
  .recruit_body
  .list_item
  .support_info
  .d_day.de_today::before {
  content: "✔";
  color: #f33;
  position: absolute;
  left: -10px;
}
.recruit_content .recruit_body .list_item .support_info .d_day.de_tomo {
  color: #39f;
  position: relative;
}
.recruit_content .recruit_body .list_item .support_info .d_day.de_tomo::before {
  content: "✔";
  color: #39f;
  position: absolute;
  left: -10px;
}
.recruit_content .recruit_body .list_item .support_info .d_day.de_10 {
  color: #76b804;
}

/* 채용정보관 워크넷 */

.recruit_content .recruit_body .list_head.worknet .exp {
  width: 12%;
}
.recruit_content .recruit_body .list_head .cp {
  width: 13%;
}
.recruit_content .recruit_body .list_head .company_nm_img {
  width: 17%;
}

.recruit_content .recruit_body .list_item .cp {
  width: 13%;
  padding: 11px 0;
  text-align: center;
}
.recruit_content .recruit_body .list_item .company_nm_img {
  width: 17%;
  padding: 0;
  display: inline-grid;
  align-items: center;
  text-align: center;
  height: 85px;
  box-sizing: border-box;
}
.recruit_content .recruit_body .list_item .company_nm_img img {
  width: 90%;
  vertical-align: middle;
  margin: 0 auto;
}

.recruit_content .recruit_body .list_item .notification_info.worknet {
  width: 48%;
}
.recruit_content .recruit_body .list_item .notification_info .company_tit {
  font-size: 15px;
  margin-bottom: 5px;
}
.recruit_content .recruit_list.nobg .recruit_body .list_item:nth-child(2n) {
  background: none;
}

.recruit_content .pagination_wrap {
  margin: 30px 0 50px 0;
}
.recruit_content .pagination_wrap .pagination {
  display: flex;
  justify-content: center;
}
.recruit_content .pagination_wrap .pagination button {
  background-color: #fff;
  width: 22px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  border-radius: 0;
}
.recruit_content .pagination_wrap .pagination button#first_page {
  background-image: url(/images/first-page.png);
}
.recruit_content .pagination_wrap .pagination button#previous {
  background-image: url(/images/previous.png);
}
.recruit_content .pagination_wrap .pagination button#next_page {
  background-image: url(/images/next-page.png);
}
.recruit_content .pagination_wrap .pagination button#last_page {
  background-image: url(/images/last-page.png);
}

.recruit_content .pagination_wrap .pagination ul {
  display: flex;
}
.recruit_content .pagination_wrap .pagination ul li {
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 5px;
}
.recruit_content .pagination_wrap .pagination ul li.page_on {
  background-color: #ef6b06;
  border-radius: 50%;
}
.recruit_content .pagination_wrap .pagination ul li.page_on a {
  color: #fff;
}

.recruit_content button .ico {
  margin-left: 6px;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  background: url(https://i.jobkorea.kr/content/images/ver_1/list/spr.png?2018082214)
    no-repeat -86px 0;
}

.recruit_content .resultList .items li > button {
  color: #3399ff;
}

.recruit_content .clickTap, .clickTapSaramin, .clickTapJobkorea, .clickTapWorknet, .clickTapLocal  {
  cursor: pointer;
}

@media screen and (max-width: 1139px) {
  .recruit_content .sp_preview ul {
    width: 90%;
  }
}

@media screen and (max-width: 798px) {
  .recruit_haeder {
    margin-top: 0;
  }
  .recruit_content .sp_preview ul li {
    border: 1px solid #cfecff;
  }
  .recruit_content .sp_preview .fun_btn {
    position: initial;
    width: auto;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .recruit_content .sp_preview .fun_btn div {
    margin-left: 0;
  }
  .recruit_content .sp_preview .fun_btn .item_reset {
    margin-bottom: 10px;
  }
  .recruit_content .integrated_search {
    display: block;
  }
  .recruit_content .integrated_search .input_box {
    width: 100%;
    margin-bottom: 10px;
  }
  .recruit_content .integrated_search .i_search_box {
    width: 100%;
  }
  .recruit_content .detail_search {
    flex-wrap: wrap;
  }
  .recruit_content .detail_search dl.w798-100 {
    width: 100%;
    border-right: 1px solid #b9b9b9;
  }

  .recruit_content .detail_search dl.w798-50 {
    width: 50%;
  }
  .recruit_content .detail_search dl.w798-40 {
    width: 40%;
  }
  .recruit_content .detail_search dl.w798-32 {
    width: 32%;
  }
  .recruit_content .detail_search dl.w798-25 {
    width: 25%;
  }
  .recruit_content .detail_search dl.w798-23 {
    width: 23%;
  }
  .recruit_content .detail_search dl.w798-20 {
    width: 20%;
  }
  .recruit_content .detail_search dl.w798-18 {
    width: 18%;
  }
  .recruit_content .detail_search dl.w798-15 {
    width: 15%;
  }
  .recruit_content .detail_search dl.w798-12 {
    width: 12%;
  }

  .recruit_content .detail_search dl.w798-bbn {
    border-bottom: none;
  }
  .recruit_content .detail_search dl.w798-gyborder-le {
    border-left: 1px solid #b9b9b9;
  }
  .recruit_content .detail_search dl.w798-gyborder-rig {
    border-right: 1px solid #b9b9b9;
  }

  .recruit_content .recruit_body .list_item {
    font-size: 12px;
  }
  .recruit_content .recruit_body .list_item .notification_info .job_tit {
    font-size: 14px;
    position: relative;
  }
  .recruit_content .recruit_body .list_item .notification_info .job_tit a {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .recruit_content
    .recruit_body
    .list_item
    .notification_info
    .job_tit
    .wrap_scrap {
    position: absolute;
    right: 0;
    top: -5px;
  }
  .recruit_content .recruit_body .list_item .support_info .d_day {
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  .recruit_content .recruit_body .list_head {
    display: none;
  }
  .recruit_content .recruit_body .list_item {
    display: block;
    padding: 16px 10px;
  }
  .recruit_content .recruit_body .list_item:first-child {
    border-top: 2px solid #71bae2;
  }
  .recruit_content .recruit_body .list_item > div {
    width: 100% !important;
  }
  .recruit_content .recruit_body .list_item .col {
    padding: 0;
    min-height: unset;
  }
  .recruit_content .recruit_body .list_item .exp,
  .recruit_content .recruit_body .list_item .recruit_condition {
    text-align: left;
    display: inline;
    margin-right: 10px;
  }
  .recruit_content .recruit_body .list_item .exp span,
  .recruit_content .recruit_body .list_item .recruit_condition span {
    display: inline;
  }
  .recruit_content .recruit_body .list_item .company_nm {
    min-height: 30px;
  }
  .recruit_content .recruit_body .list_item .notification_info {
    margin-bottom: 10px;
  }
  .recruit_content .recruit_body .list_item .support_info {
    text-align: right;
  }
  .recruit_content .recruit_body .list_item .support_info .d_day.wm {
    width: auto;
    margin: 0 5px 0 0;
  }
  .recruit_content
    .recruit_body
    .list_item
    .support_info
    .d_day.de_today::before,
  .recruit_content
    .recruit_body
    .list_item
    .support_info
    .d_day.de_tomo::before {
    right: 65px;
  }
  .recruit_content .recruit_body .list_item .company_nm_img {
    height: 35px;
  }
  .recruit_content .recruit_body .list_item .company_nm_img img {
    width: 20%;
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 500px) {
	.recruit_content .detail_search dl{
      /*flex: 1;*/
	}
  .recruit_haeder dl dt{
		font-size:12px;
   }

  .recruit_haeder .fun_btn{
  	  display:inline;
  }

  .recruit_haeder .starter dl:nth-child(3){
  	border-left: 1px solid #b9bcc4;
  }
  .recruit_haeder .jobkorea dl:nth-child(5){
  	border-left: 1px solid #b9bcc4;
  }

  .recruit_haeder .jobkorea_grad dl:nth-child(5){
  	border-left: 1px solid #b9bcc4;
  }

  .recruit_content .sp_preview {
    padding: 20px;
  }
  .recruit_content .detail_search dl dd {
    height: 150px;
  }
  .recruit_content .jobkorea dl dd {
    height: 100px !important;
  }
  .recruit_content  .jobkorea dl dd ul {
    height: 100px !important;
  }
  .recruit_content .jobkorea_grad dl dd {
    height: 100px !important;
  }
  .recruit_content  .jobkorea_grad dl dd ul {
    height: 100px !important;
  }

  .recruit_content .saramin_grad dl dd {
    height: 100px !important;
  }
  .recruit_content .saramin_grad dl dd ul {
    height: 100px !important;
  }

  .recruit_content .saramin dl dd {
    height: 100px !important;
  }
  .recruit_content .saramin dl dd ul {
    height: 100px !important;
  }

  .recruit_content .worknet dl dd {
    height: 120px !important;
  }
  .recruit_content .worknet dl dd ul {
    height: 120px !important;
  }

  .recruit_content .jobkorea dl dd {
    height: 120px !important;
  }
  .recruit_content .jobkorea dl dd ul {
    height: 120px !important;
  }

  .recruit_content .local dl dd {
    height: 100px !important;
  }
  .recruit_content .local dl dd ul {
    height: 100px !important;
  }

 .recruit_content .sp_preview .fun_btn .item_search button:nth-child(1) {
  background-color: #f2f4f8;
  color: #666;
  border-radius: 0;
}

  .recruit_content .detail_search dl dd ul {
    height: 150px;
  }

  .recruit_content .sp_preview .fun_btn {
    flex-wrap: wrap;
    text-align: right;
  }
  .recruit_content .sp_preview .fun_btn .item_reset,
  .recruit_content .sp_preview .fun_btn .item_setSave {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .recruit_content .sp_preview .fun_btn 
  .recruit_content .sp_preview .fun_btn .item_setSave button {
    border: 1px solid #ddd;
    line-height: 1;
  }
  .recruit_content .sp_preview .fun_btn .item_search {
    width: 100%;
  }
  .recruit_content .detail_search .more_view_btn {
    display: block;
  }

  .recruit_content .detail_search dl.w500-dn {
    display: none;
  }
  .recruit_content .detail_search dl.w500-bb {
    border-bottom: 1px solid #b9bcc4;
  }
  .recruit_content .detail_search dl.w500-gyborder-rig {
    border-right: 1px solid #b9bcc4;
  }
  .recruit_content .detail_search dl.w500-gyborder-le {
    border-left: 1px solid #b9bcc4;
  }

  .recruit_content .detail_search dl.w500-100 {
    width: 100%;
  }
  .recruit_content .detail_search dl.w500-60 {
    width: 60%;
  }
  .recruit_content .detail_search dl.w500-50 {
    width: 50%;
  }
  .recruit_content .detail_search dl.w500-40 {
    width: 40%;
  }
  .recruit_content .detail_search dl.w500-30 {
    width: 30%;
  }
  .recruit_content .detail_search dl.w500-33 {
    width: 33.3%;
  }
  .recruit_content .detail_search dl.w500-25 {
    width: 25%;
  }

  .recruit_content .sp_preview .fun_btn .item_search button {
    width: 150px;
  }
  .recruit_content .recruit_body .list_item .support_info {
    text-align: left;
    margin-top: 10px;
    display: flex;
  }
  .recruit_content .recruit_body .list_item .support_info span {
    margin: 0 10px;
  }
  .recruit_content .local_body .list_item .support_info .deadlines {
    margin-left: 10px;
  }
  .recruit_content .recruit_body .list_item .support_info .d_day {
    margin-right: 10px;
  }

  .recruit_content .recruit_body .count-str{
  	font-size:0.8em;
  }
}

/* 채용정보 상세보기 */

.rcview_wrapper {
  background-color: #f9fafc;
  padding: 50px 0;
}
.rcview_wrapper .inner {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 50px 30px;
  box-sizing: border-box;
}

.rcview_wrapper .rcview_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.rcview_wrapper .rcview_head .tit .company_nm {
  margin-bottom: 5px;
}
.rcview_wrapper .rcview_head .tit .tit_job {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.rcview_wrapper .rcview_head .tit .subinfo li {
  margin-top: 5px;
  font-size: 14px;
}
.rcview_wrapper .rcview_head .tit .subinfo li a:hover {
  color: #39f;
}
.rcview_wrapper .rcview_head .btn_box {
  display: flex;
  position: relative;
  margin-top: -8px;
}
.rcview_wrapper .rcview_head .btn_box .scrap_box {
  height: fit-content;
}
.rcview_wrapper .rcview_head .btn_box .scrap_box button {
  height: 70px;
  width: 80px;
  border-radius: 0;
  margin-right: 10px;
  background-color: #fff;
  color: #5c667b;
  border: 1px solid #d0d5dd;
}
.rcview_wrapper .rcview_head .btn_box .scrap_box button span {
  display: block;
  font-size: 35px;
  font-weight: 200;
}
.rcview_wrapper .rcview_head .btn_box .scrap_box button span.text {
  font-size: 13px;
}
.rcview_wrapper .rcview_head .btn_box .scrap_box button span.scrap_on {
  color: #f7b000;
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 0, "opsz" 48;
}
.rcview_wrapper .rcview_head .btn_box .deadline_box {
  text-align: center;
  border: 1px solid #d0d5dd;
  background-color: #f9fafc;
  color: #000;
  padding: 15px 20px 10px 20px;
  position: relative;
  box-sizing: border-box;
  width: 163px;
  height: 70px;
}
.rcview_wrapper .rcview_head .btn_box .deadline_box .dday {
  display: block;
  width: 100px;
  background-color: #ff5656;
  color: #fff;
  font-weight: 600;
  border-radius: 15px;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -50px;
  padding: 1px 0;
  font-size: 15px;
}
.rcview_wrapper .rcview_head .btn_box .deadline_box p {
  color: #000;
  font-size: 13px;
}
.rcview_wrapper .rcview_head .btn_box .deadline_box p.always i {
  font-size: 17px;
  display: block;
  color: #619dce;
}
.rcview_wrapper .rcview_head .btn_box .deadline_box p.always b {
  line-height: 30px;
  font-size: 16px;
  margin-top: 0;
}
.rcview_wrapper .rcview_head .btn_box .deadline_box p b {
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 13px;
  margin-top: 5px;
}

.rcview_wrapper .rcview_head .btn_box .register {
  position: absolute;
  bottom: -12px;
  right: 5px;
  color: #999;
  font-size: 13px;
}
.rcview_wrapper .rcview_head .btn_box .register b {
  font-weight: 400;
  color: #333;
  margin-left: 5px;
}

.rcview_wrapper .rcv_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.rcview_wrapper .rcv_top .row .tit {
  background-color: #f9fafc;
  border: 1px solid #eee;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 1em;
  padding: 10px 0;
}
.rcview_wrapper .rcv_top .row .tit span {
  vertical-align: bottom;
  font-size: 20px;
  margin-right: 3px;
  color: #619dce;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}
.rcview_wrapper .rcv_top .row .tit.brn {
  border-right: none;
}

.rcview_wrapper .rcv_top .row .box {
  border: 1px solid #eee;
  border-top: none;
  height: 230px;
  padding: 0 30px;
  box-sizing: border-box;
  display: grid;
  align-items: center;
  align-content: center;
  font-size: 14px;
}
.rcview_wrapper .rcv_top .row .box.brn {
  border-right: none;
}
.rcview_wrapper .rcv_top .row .box dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  margin-bottom: 15px;
}
.rcview_wrapper .rcv_top .row .box dl dt {
  color: #777;
}
.rcview_wrapper .rcv_top .row .box dl dd span {
  margin-right: 10px;
  position: relative;
}
.rcview_wrapper .rcv_top .row .box dl dd span::after {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #b9b9b9;
  position: absolute;
  right: -10px;
  top: 3px;
}
.rcview_wrapper .rcv_top .row .box dl dd span:last-child {
  margin-left: 5px;
}
.rcview_wrapper .rcv_top .row .box dl dd span:last-child::after {
  width: 0px;
  height: 0px;
  opacity: 0;
}
.rcview_wrapper .rcv_top .row .box dl dd b {
  color: #39f;
}

.rcview_wrapper .rcv_bottom {
  margin-top: 20px;
}
.rcview_wrapper .rcv_bottom .col {
  display: grid;
  grid-template-columns: 150px 1fr;
  height: auto;
  min-height: 45px;
  font-size: 14px;
}
.rcview_wrapper .rcv_bottom .col dt {
  background-color: #f9fafc;
  border: 1px solid #eee;
  display: grid;
  align-content: center;
  padding: 10px 20px;
  border-bottom: none;
  border-right: none;
  color: #777;
}
.rcview_wrapper .rcv_bottom .col dd {
  border: 1px solid #eee;
  border-bottom: none;
  display: grid;
  align-content: center;
  padding-left: 20px;
}
.rcview_wrapper .rcv_bottom .col dd.method {
  display: flex;
  align-items: center;
}
.rcview_wrapper .rcv_bottom .col dd ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.rcview_wrapper .rcv_bottom .col dd ul.job_list li {
  padding: 7px 15px;
  margin-right: 10px;
  border: 1px solid #03a9f4;
  border-radius: 3px;
  font-size: 0.9em;
  width: max-content;
  margin-top: 10px;
}

.rcview_wrapper .rcv_bottom .col dd ul.file_list {
  display: block;
  padding: 10px 0;
}
.rcview_wrapper .rcv_bottom .col dd ul.file_list li {
  margin-bottom: 7px;
  width: fit-content;
}
.rcview_wrapper .rcv_bottom .col dd ul.file_list li span {
  vertical-align: sub;
  font-size: 18px;
  font-weight: 400;
  margin-right: 5px;
}
.rcview_wrapper .rcv_bottom .col dd ul.file_list li:hover a,
.rcview_wrapper .rcv_bottom .col dd ul.file_list li:hover span {
  color: #39f;
}

.rcview_wrapper .rcv_bottom .col dd.appdocument {
  display: block;
  line-height: 42px;
}
.rcview_wrapper .rcv_bottom .col dd.appdocument .appdocumen_down {
  margin-left: 15px;
  background-color: #39f;
  color: #fff;
  padding: 3px 20px;
  font-size: 14px;
  cursor: pointer;
}
.rcview_wrapper .rcv_bottom .col dd.process {
  display: block;
  line-height: 42px;
}
.rcview_wrapper .rcv_bottom .col dd.process span {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.rcview_wrapper .rcv_bottom .col dd.process span::after {
  content: "→";
  position: absolute;
  right: -20px;
  width: 10px;
  height: 5px;
}
.rcview_wrapper .rcv_bottom .col dd.process span:last-child::after {
  content: "";
  width: 0px;
  height: 0px;
  opacity: 0;
}
.rcview_wrapper .rcv_bottom .col:last-of-type dt,
.rcview_wrapper .rcv_bottom .col:last-of-type dd {
  border-bottom: 1px solid #eee;
}

.rcview_wrapper .rcv_bottom .row {
  margin: 20px 0 10px 0;
}
.rcview_wrapper .rcv_bottom .row .tit {
  background-color: #f9fafc;
  border: 1px solid #eee;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 1em;
  padding: 10px 0;
}
.rcview_wrapper .rcv_bottom .row .tit span {
  color: #619dce;
  font-size: 17px;
  margin-right: 5px;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 1px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}
.rcview_wrapper .rcv_bottom .row .detail_view {
  border: 1px solid #eee;
  border-top: none;
  padding: 15px 20px;
  font-size: 14px;
}
.rcview_wrapper .bottom_btn {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 798px) {
  .rcview_wrapper .rcv_top {
    display: block;
  }
  .rcview_wrapper .rcv_top .row .tit.brn,
  .rcview_wrapper .rcv_top .row .box.brn {
    border-right: 1px solid #eee;
  }
  .rcview_wrapper .rcv_top .row:first-of-type {
    margin-bottom: 10px;
  }
  .rcview_wrapper .rcv_bottom .col dd ul {
    flex-direction: column;
    padding: 5px 0;
  }
  .rcview_wrapper .rcv_bottom .col dd ul li {
    width: fit-content;
    margin-bottom: 10px;
  }
  .rcview_wrapper .rcv_bottom .col dd.appdocument .appdocumen_down {
    display: block;
    margin-left: 0;
    width: 160px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .rcview_wrapper .rcview_head {
    flex-direction: column;
  }
  .rcview_wrapper .rcview_head .btn_box {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .rcview_wrapper .rcview_head .btn_box .scrap_box button {
    width: 60px;
    height: 60px;
  }
  .rcview_wrapper .rcview_head .btn_box .scrap_box button span {
    font-size: 25px;
  }
  .rcview_wrapper .rcview_head .btn_box .scrap_box button span.text {
    font-size: 12px;
  }
  .rcview_wrapper .rcview_head .btn_box .deadline_box {
    height: 60px;
  }

  .rcview_wrapper .rcv_top .row .box {
    height: auto;
    padding: 30px;
  }
  .rcview_wrapper .rcv_top .row .box dl {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
  }
  .rcview_wrapper .rcv_top .row .box dl:last-of-type {
    border-bottom: none;
  }
  .rcview_wrapper .rcv_top .row .box dl dt {
    margin-bottom: 10px;
  }
  .rcview_wrapper .rcv_top .row .box dl dd {
    font-weight: bold;
  }

  .rcview_wrapper .rcv_bottom .col {
    display: block;
  }
  .rcview_wrapper .rcv_bottom .col dd {
    padding: 20px 30px;
  }
  .rcview_wrapper .bottom_btn button {
    height: 40px;
  }
}

/* 취업교육동영상 */

#jobtube_wrap {
  padding: 3.125rem 0;
}
#jobtube_wrap iframe {
  border: none;
}

/* 온라인상담 진행과정 안내페이지 */

#consulting_process {
  padding: 50px 0;
}
#consulting_process .top_tit {
  text-align: center;
  font-size: 1.5em;
  padding-bottom: 20px;
}

#consulting_process .cs_item_wrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#consulting_process .cs_item {
  margin-bottom: 50px;
  position: relative;
  border: 1px solid #ddd;
  margin-right: 50px;
  padding: 20px 0;
}

#consulting_process .cs_item .top {
  display: flex;
  justify-content: center;
}
#consulting_process .cs_item .top p {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#consulting_process .cs_item .top p span {
  display: block;
  color: #39f;
  font-size: 15px;
  padding: 0 10px;
  width: fit-content;
}
#consulting_process .cs_item .top .imgbox {
  width: 50px;
  height: 50px;
  border: 2px solid #39f;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#consulting_process .cs_item .top .imgbox.csbox-1 {
  background-image: url(../images/cs_process_01.png);
}
#consulting_process .cs_item .top .imgbox.csbox-2 {
  background-image: url(../images/cs_process_02.png);
}
#consulting_process .cs_item .top .imgbox.csbox-3 {
  background-image: url(../images/cs_process_03.png);
}
#consulting_process .cs_item .top .imgbox.csbox-4 {
  background-image: url(../images/cs_process_04.png);
}
#consulting_process .cs_item .top .imgbox.csbox-5 {
  background-image: url(../images/cs_process_05.png);
}
#consulting_process .cs_item .top .imgbox.csbox-6 {
  background-image: url(../images/cs_process_06.png);
}

#consulting_process .cs_item .bottom {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  width: 80%;
  margin: 5px auto 0 auto;
  padding: 10px 0;
}
#consulting_process .cs_item .bottom span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

#consulting_process .cs_item .icon {
  position: absolute;
  right: -37px;
  top: 50%;
  font-size: 24px;
  margin-top: -12px;
  color: rgba(102, 102, 102, 0.4);
}
#consulting_process .cs_item .icon.le_icon {
  transform: rotate(180deg);
}
#consulting_process .three .icon {
  top: 125%;
  right: 50%;
  margin-right: -12px;
  transform: rotate(90deg);
}
#consulting_process .cs_item_wrap .four {
  grid-row-start: 2;
  grid-column-start: 3;
  margin-top: 50px;
}
#consulting_process .cs_item_wrap .four .icon {
  display: none;
}
#consulting_process .cs_item_wrap .five {
  grid-row-start: 2;
  grid-column-start: 2;
  margin-top: 50px;
}
#consulting_process .cs_item_wrap .six {
  grid-row-start: 2;
  grid-column-start: 1;
  margin-top: 50px;
}

#consulting_process .bottom_btn {
  text-align: center;
}
#consulting_process .bottom_btn button {
  background-color: #39f;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  padding: 20px 30px;
  cursor: pointer;
  border-radius: 0;
  line-height: 0;
}
#consulting_process .bottom_btn button:hover {
  background-color: #39aaff;
}

@media screen and (max-width: 1025px) {
  #consulting_process .cs_item_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  #consulting_process .cs_item_wrap .three .icon {
    right: 0;
    top: 50%;
    margin-right: 0;
    margin-top: -12px;
    transform: rotate(0deg);
  }
  #consulting_process .cs_item_wrap .four,
  #consulting_process .cs_item_wrap .five,
  #consulting_process .cs_item_wrap .six {
    grid-row-start: auto;
    grid-column-start: auto;
    margin-top: 0;
  }
  #consulting_process .cs_item_wrap .four .icon,
  #consulting_process .cs_item_wrap .five .icon,
  #consulting_process .cs_item_wrap .six .icon {
    display: block;
  }
  #consulting_process .cs_item_wrap .cs_item .icon.le_icon {
    transform: rotate(360deg);
  }
  #consulting_process .cs_item_wrap .six .icon {
    display: none;
  }
}

@media screen and (max-width: 798px) {
  #consulting_process .cs_item_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #consulting_process .cs_item {
    margin-bottom: 70px;
    margin-right: 0;
  }
  #consulting_process .cs_item .bottom {
    width: 60%;
  }
  #consulting_process .cs_item .bottom p {
    font-size: 16px;
  }
  #consulting_process .cs_item .bottom span {
    font-size: 13px;
  }
  #consulting_process .cs_item .icon {
    bottom: -170px;
    right: auto;
    left: 50%;
    margin-left: -135px;
    transform: rotate(90deg);
  }
  #consulting_process .cs_item_wrap .three .icon {
    transform: rotate(90deg);
    bottom: -170px;
    right: auto;
    left: 50%;
    margin-left: -135px;
  }
  #consulting_process .cs_item_wrap .cs_item .icon.le_icon {
    transform: rotate(90deg);
    bottom: -170px;
    right: auto;
    left: 50%;
    margin-left: -135px;
  }
}

@media screen and (max-width: 500px) {
  #consulting_process .cs_item_wrap .cs_item {
    transform: scale(0.9);
  }
  #consulting_process .cs_item_wrap .cs_item .bottom {
    width: 80%;
  }
}

/* 페이지버튼*/

.notice_btn {
  border: 0;
  width: 150px;
  height: 35px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #1c3d5b;
  color: #fff;
  float: right;
}
.notice {
  text-align: center;
  padding: 5px 0 20px 0;
  margin-bottom: 20px;
}
.notice a {
  font-size: 0.9em;
  font-weight: 200;
  color: #333;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  vertical-align: middle;
  cursor: pointer;
}
.notice .page_on {
  pointer-events: none;
}
.notice .page_on,
.notice .next_Btn,
.notice .prev_Btn,
.notice .last_prev_Btn,
.notice .last_Btn {
  border: 1px solid #ddd;
}
.notice .next_btn {
  background-image: url(/images/common/next_icon.png);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  border: 1px solid #b9bcc4;
  opacity: 0.5;
}
.notice .last_next_btn {
  background-image: url(/images/common/last_next_icon.png);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  border: 1px solid #b9bcc4;
  opacity: 0.5;
}
.notice .prev_btn {
  background-image: url(/images/common/prev_icon.png);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  border: 1px solid #b9bcc4;
  opacity: 0.5;
}
.notice .last_prev_btn {
  background-image: url(/images/common/last_prev_icon.png);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  border: 1px solid #b9bcc4;
  opacity: 0.5;
}
@media screen and (max-width:500px){
  .notice a{
    margin: 5px 2px;
    font-size: 0.8em;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .job-application-form .form-group {
  	flex-direction:column;
  }
}

/* 회원가입 완료 페이지 */

#join_complete {
  text-align: center;
  height: 500px;
  display: grid;
  align-items: center;
  border-top: 1px solid #eee;
}
#join_complete .inner {
  border: 1px solid #ddd;
  padding: 50px 0;
}
#join_complete .c_icon span {
  display: block;
  color: #39f;
  font-size: 60px;
  margin-bottom: 30px;
}
#join_complete h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
#join_complete .btn_wrap {
  margin-top: 50px;
}

@media screen and (max-width: 550px) {
  #join_complete .c_icon span {
    font-size: 40px;
  }
  #join_complete h3 {
    font-size: 18px;
  }
  #join_complete p {
    font-size: 12px;
    margin: 0 20px;
  }
  #join_complete .btn_style01 {
    width: 150px;
    font-size: 12px;
    height: 40px;
  }
}

/* 날짜선택 폼 */
.ui-datepicker .ui-datepicker-title select {
  font-size: 12px !important;
}
.ui-datepicker table {
  font-size: 12px !important;
}
.ui-datepicker th {
  font-weight: 400 !important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  font-size: 12px !important;
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 6px !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  height: 33px;
}

/* 유니브잡 서비스안내 */

#service_content_wrap {
  padding: 50px 0;
}
#service_content_wrap .top_tit {
  font-family: "GmarketSansMedium";
  font-size: 1.5em;
  border-bottom: 2px solid #ddd;
  padding: 20px 50px;
  margin-bottom: 50px;
}
#service_content_wrap .top_tit .emogi {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  margin-right: 10px;
}
#service_content_wrap .top_tit .emogi img {
  width: 100%;
}
#service_content_wrap .top_tit p {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
#service_content_wrap .service_content{
  padding: 70px 0;
  border-bottom: 1px solid #ddd;
}
#service_content_wrap .service_content:first-of-type{
  padding-top: 20px;
}

/* .service_content:first-of-type {
  margin-bottom: 150px;
} */
.service_content:last-of-type {
  margin-bottom: 50px;
  border-bottom: none;
  padding-bottom: 0;
}
.service_content .top {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.service_content .bottom {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 70px;
}
.service_content .left {
  margin-right: 30px;
}
.service_content .sub_tit {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.service_content .underline {
  text-align: center;
  padding-left: 0;
}
.service_content .underline p {
  display: inline-block;
  position: relative;
  width: fit-content;
}
.service_content .underline p::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: rgba(42, 162, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}
.service_content .sub_tit .emogi {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.service_content .sub_tit .emogi img {
  width: 100%;
}

.service_content .text_list {
  width: 50%;
}
.service_content .text_list ul {
  padding-left: 30px;
}
.service_content .text_list ul li {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: -1.5px;
}
.service_content .text_list ul li>span {
  width: 15px;
  height: 15px;
  background: #39f;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  margin: 3px 5px 0 0;
}
.service_content .text_list ul li b {
  font-weight: 400;
  line-height: 17px;
  margin: 2px 0 5px 0;
}

.service_content .text_list .btn_wrap {
  margin-top: 20px;
  padding-left: 50px;
}
.service_content .text_list .btn_wrap button {
  background-color: #39f;
  border-radius: 0;
}

.service_content .imgbox img {
  width: 100%;
  border-radius: 40px;
  border: 3px solid #c5dfeb;
}

.service_content .bl_box {
  padding: 10px 20px;
  width: 450px;
  height: 225px;
  background: #bacee0;
  display: grid;
  align-content: center;
  border-radius: 10px;
}
.service_content .bl_box .bubble {
  position: relative;
  padding: 15px;
  font-size: 13px;
  line-height: 18px;
  width: fit-content;
}
.service_content .bl_box .bubble:first-child {
  margin-bottom: 20px;
}

.service_content .bl_box .service_q {
  background-color: #fff;
  margin-right: 30px;
}
.service_content .bl_box .service_q::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 30%;
  margin-top: -10px;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}

.service_content .bl_box .service_a {
  background: #ffeb33;
  margin-left: 30px;
}
.service_content .bl_box .service_a::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 30%;
  margin-top: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffeb33;
}

.service_content .bl_box .align {
  margin-left: 180px;
}

.service_content .btn_wrap {
  text-align: center;
  margin-top: 30px;
}
.service_content .btn_wrap button {
  background-color: #39f;
  height: 50px;
}
.service_content .btn_wrap button:hover {
  background-color: #39aaff;
}

@media screen and (max-width: 1200px) {
  .service_content .bl_box {
    height: 250px;
  }
}

@media screen and (max-width: 1025px) {
  .service_content .bottom {
    display: block;
  }
  .service_content .imgbox {
    width: 100%;
  }
  .service_content .left {
    margin-right: 0;
  }
  .service_content .bottom .left {
    margin-bottom: 30px;
  }
  .service_content .bl_box {
    height: auto;
    width: 80%;
    margin: 0 auto;
    padding: 30px 20px;
  }
  .service_content .text_list {
    width: 60%;
  }
  .service_content .bl_box .align {
    margin-left: 50%;
  }
}

@media screen and (max-width: 798px) {
  #service_content_wrap .top_tit {
    padding: 20px;
  }
  .service_content .top {
    flex-direction: column;
  }
  .service_content .top .text_list {
    margin-top: 30px;
    width: auto;
  }
  .service_content .underline p {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .service_content .bl_box .align {
    margin-left: 30px;
  }

  .login_wrap .sso_info {

	  font-size: 0.8em;  
	}

	.login_wrap .box h1 {
  
		margin: 10px 0 20px 0;
  
	}

	.login_wrap .content .fine_pw {
    padding-bottom: 10px;
  
}
}

/* 모바일 TOP버튼 */
#m_top_btn {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 3%;
  background: rgba(200, 200, 200, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #777;
  cursor: pointer;
}
@media screen and (max-width: 798px) {
  #m_top_btn {
    display: block;
  }
}
/* 기업 채용정보 등록 */
.register_wrap .gireg_content_wrap section {
  margin-bottom: 50px;
}
.register_wrap .gireg_content_wrap .top_tit {
  /* font-size: 1.2em; */
  font-weight: 600;
  margin-bottom: 30px;
}
.register_wrap .gireg_content_wrap .top_tit::before {
  height: 5px;
}
.register_wrap .gireg_content_wrap table {
  text-align: left;
}
.register_wrap .gireg_content_wrap input {
  border: 1px solid #d5d5d5;
}
.register_wrap .gireg_content_wrap input[type="number"] {
  vertical-align: baseline;
}
.register_wrap .gireg_content_wrap input[type="radio"] {
  vertical-align: middle;
  margin-bottom: 1px;
}
.register_wrap .gireg_content_wrap input[type="checkbox"] {
  display: inline !important;
  margin-right: 3px;
}
.register_wrap .gireg_content_wrap input[type="checkbox"] + label {
  display: inline;
  border: none;
  background: none;
}
.register_wrap
  .gireg_content_wrap
  input[type="checkbox"]:checked
  + label::before {
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
}
.register_wrap .gireg_content_wrap input[type="checkbox"]:checked + label {
  background-color: none;
}
.register_wrap .gireg_content_wrap .mana_num input {
  margin-right: 10px;
}
.register_wrap .gireg_content_wrap .ckbox_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.register_wrap .form-link-btn {
  display: inline-block;
  background: #787878
    url(https://admin.univjob.co.kr/images/icon/search-icon.png) no-repeat
    center;
  width: 40px;
  height: 35px;
  border-radius: 5px;
  font-size: 0;
  cursor: pointer;
  margin-right: 2px;
  vertical-align: middle;
}
.register_wrap .gireg_content_wrap table th {
  background-color: #f9f9f9;
  padding-left: 15px;
  font-size: 13px;
  width: 15%;
}
.register_wrap .gireg_content_wrap table td {
  padding: 20px 0 20px 20px;
}
.register_wrap table tr {
  border-bottom: 1px solid #eaeaea;
}
.register_wrap table tr:first-of-type {
  border-top: 1px solid #eaeaea;
}
.register_wrap .gireg_content_wrap table .ckbox_wrap label {
  margin-right: 5px;
}
.register_wrap .gireg_content_wrap table .phle::placeholder {
  text-align: left;
}
.register_wrap .gireg_content_wrap table .langWrap {
  margin-top: 10px;
}
.register_wrap .gireg_content_wrap table .licenseWrap {
  margin-top: 10px;
}
.gireg_content_wrap .selPart li {
  border: 1px solid #ddd;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #000;
  background-color: #f2f4f7;
  display: inline-block;
  width: fit-content;
}
.gireg_content_wrap .selPart .delx {
  color: #999;
  cursor: pointer;
}
.gireg_content_wrap .filebox {
  margin-bottom: 10px;
}
.gireg_content_wrap .filebox .upload-name {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  width: 68%;
  color: #999999;
}
.gireg_content_wrap .filebox label {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  line-height: 20px;
  vertical-align: middle;
  /* background-color: #999999; */
  background-color: #f7b000;
  cursor: pointer;
  height: 20px;
  margin-left: 10px;
}
.gireg_content_wrap .filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.gireg_content_wrap  .giLangScrInput{
  display: inline-block;
}
.gireg_content_wrap .applyMethodDat-in{
  display: inline-block;
  margin-right: 10px;
}
.gireg_content_wrap .guin_cnt-radio{display: inline-block;}
.gireg_content_wrap .gi-info-wrap td{width: 35%;}
@media screen and (max-width: 798px) {
  .register_wrap table tr {
    display: block;
    width: 100%;
  }
  .register_wrap .gireg_content_wrap table th {
    width: 98%;
    height: 40px;
    line-height: 40px;
    display: block;
  }
  .register_wrap .gireg_content_wrap table td {
    width: 98%;
    display: block;
  }
  .gireg_content_wrap  #c_address2{margin-top: 5px;}
  .register_wrap .gireg_content_wrap .ckbox_wrap{justify-content: flex-start;}
  .gireg_content_wrap .applyMethodDat-in{display: block;margin-bottom: 10px;}
  #applyMethodDate select.wd10{width: 20%  !important;}
  #gi_apply_paper{width: 100% !important;}
  .gireg_content_wrap .filebox .upload-name{width: 100%;}
  .gireg_content_wrap .filebox label{margin: 10px 0 0 0;}
  .gireg_content_wrap  .w798-100{width: 100% !important;}
  .register_wrap .gireg_content_wrap table .ckbox_wrap label{margin-right: 15px;}
}
@media screen and (max-width:690px){
  .choice_desc {font-size:12px;}
  .choice_box .item_list {font-size:12px; grid-template-columns: repeat(1, 1fr);}

  .gireg_content_wrap .giLangScrInput{
    display: block;
    margin: 10px 0 0 13px;
  }
  .gireg_content_wrap .langWrap .wd20 {width: 30%;}
  .gireg_content_wrap .langWrap .wd30 {width: 60%;}
  #gi_pay{display: block;margin-bottom: 10px;width: 23% !important;}
  #gi_work_time{width: 50% !important;}
}
@media screen  and (max-width:500px){
  .gireg_content_wrap .gi_pay_later{display: block;}
  .gireg_content_wrap .guin_cnt-radio{display: block;}
  .gireg_content_wrap #gi_apply_url, .gireg_content_wrap  #gi_apply_url2 , .gireg_content_wrap .w798-100 ,#gi_apply_paper,.gireg_content_wrap #gi_content{width: 95% !important;}
  .gireg_content_wrap .filebox .upload-name{width: 95%;}
}


.close {
  width: 100%;
  height: 100vh;
  background-color:#e9f2fb;
  /* display: grid;
  align-items: center; */
  position: relative;
  display: flex;
  align-items: center;
}
 .close .box {  
  font-size:20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
  padding:3.75rem 3.125rem;
  background-color:#fff;
  border: 0.0625rem solid #39f;
  border-radius:0.3125rem;
  font-weight:bold;
}
 .close .univ {
	margin-bottom:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
 .close .univ img {
 	width:12.5rem;
	height:auto;
 }
.close .quick {  
  font-size:1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
  padding:1.875rem 3.125rem;
  background-color:#8143fa;
  background:linear-gradient(to bottom right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%), #8143fa;
  border-radius:0.3125rem;
  margin-top:1.875rem;  
  text-decoration:none;
}
.close .quick .logo {
	display:flex;
	background: #fff;
    padding:0.5rem 1.25rem 0.5rem 0.625rem;
    border-radius: 3.125rem;
}
.close .quick .logo img {
	width:13.75rem;
	height:2rem;
	vertical-align: middle;
    border-radius: 3.125rem;
}
.close .quick .title {
	font-size:2rem;
    color:#fff;
    font-weight:300;
	line-height:1.4;
	letter-spacing:-1px;
	margin:0.625rem 0 0 0;
	text-align: center;
}
.close .quick .title:before {
	content: "";
    display: inline-block;
    width: 3.125rem;
    height: 2.6875rem;
    margin:0 0.55rem 0 0;
    vertical-align: top;
    background-image: url(https://quickresume.co.kr/images/icon_ai.svg);
    background-repeat: no-repeat;
    background-size: auto;
}

.close .quick .title strong {
	display:block;
    font-weight:700;
	font-size:2.25rem;
}

.close .quick .btn_link {
	width:100%;
	text-align:center;
	border-top:1px solid #9a69fb;
}
.close .quick .btn_link .btn {
	margin-top:1.875rem;
    position: relative;
    display: inline-block;
    font-size:0.875rem;
    font-weight:600;
    padding:0.525rem 1.25rem;
    background:#222;
	background:linear-gradient(to bottom right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 50%), #222;
    white-space:nowrap;
    text-align:center;
    color: #fff;
    line-height: 1.5;
    z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;
}

.close .close-wrap {
  width:500px;
  height: auto;
  margin: 0 auto;
  padding:1.25rem;
   
  /*
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50% , -50%);
  */
}

/* 자기소개서 관리 */
.mypage_wrapper .my_gnb_wrap ul li .icon_coverletter {display:inline-block; height:21px; background-image:url("/images/left_menu_icon.png"); background-repeat:no-repeat; background-position:2px 0;}
.mypage_wrapper .my_gnb_wrap ul li.page_on .icon_coverletter {background-position:2px -21px;}

.coverletter_reg .top_box {
 margin-bottom:0;
}

.coverletter_reg .title_input input::placeholder,
.coverletter_reg textarea::placeholder {
 color:#c6c6c6;
 text-align:left;
}
.coverletter_reg textarea::placeholder {
 line-height: 30px;
}
.coverletter_reg .cont_text {
	position:relative;
	border:1px solid #e5e6e8;
	padding:5px 5px 40px 5px;
}
.coverletter_reg textarea {
 text-align:left;
 border:0;
 padding:0;
}
.coverletter_reg textarea:focus {
border:0;
}

.coverletter_reg .num_chk {
 position:absolute;
 right:20px;
 bottom:15px;
 font-size:13px;
 color:#999;
}

.coverletter_reg .num_chk strong {
 color:#ff3c00;
}

/* 입사지원서 등록 */
.job-application-form .form-group {
	display:flex;
	gap:1.25rem;
}
.job-application-form .form-group .group {
	flex:1;
}
.job-application-form .hd-title-2:first-child .tit_step {
	margin-top:0;
}
.job-application-form .form-group .group input::placeholder {
  text-align: left;
}

#file_inwr {
    padding-left: 0px;
    margin-bottom: 15px;
}

.fileAdd {
    display: flex;
    justify-content: left;
    gap: 8px;
    margin-bottom: 5px;
	align-items:center;
}
.saveaslogo4 {
    cursor: pointer;
    border: 1px solid #525f78;
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
	font-size:13px;
    font-weight: 600;
    color: #525f78;
}
.file_inwrap .file_name_style02 {
    width: auto;
    width: 140px;
    height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    color: #353738;
    font-size: 12px;
    border: 1px solid #d5d5d5;
    margin-bottom: 1px;
}

.file_inwrap .file_name_style {
    width: auto;
    height: 30px;
    padding: 0 30px;
    border-radius: 2px;
    background: #ededed url(/images/common/file_icon.png) no-repeat 0px center;
    color: #353738;
    font-size: 12px;
    border: none;
    margin-bottom: 1px;
}

.btn_01 {
	width:80px;
    font-size: 0.8em;
    padding: 0 10px;
    height: 30px;
    border: 0;
    background: #9eacc6;
    color: #fff;
	border-radius:0px;
}

/* aivle 추가 작업 */
.cmn_table_wrap {
    display:flex;
    flex-direction:column;
	margin-top:12px;
	text-align:center;
	border-top:2px solid #71bae2;
	border-bottom:1px solid #ddd;
	max-height:227px;

}

.cmn_table_wrap .row {
    display:flex;
    flex-direction:row;
	max-height:37px;
}

.cmn_table_wrap .header {
	background-color:#fbfbfb;
}


.cmn_table_wrap .header .cell {
	font-weight:700;
	border-left:1px solid #ddd;
}
.cmn_table_wrap .header .cell:first-child {
	border-left:0;
}

.cmn_table_wrap .cell {
    flex:1;
    padding:10px;
	font-size:13px;
	font-family:"Malgun Gothic";
    font-weight:400;
}
.cmn_table_wrap .row {
    border-bottom:1px solid #ddd;
}
.cmn_table_wrap .row:last-child {
    border-bottom:0;
}

@media screen and (max-width:600px) {
    .cmn_table_wrap .cell {
        padding:10px 5px;
    }
}

.achievement_doc_wrap {
	display:flex;
	gap:30px;
	margin-top:40px;
	letter-spacing:-1px;
}
.achievement_doc_wrap > div {
	flex:1;
}
.achievement_doc_wrap h2 {
  font-weight:normal;
  font-size:1.2rem;
  color:#101010;
}

.achievement_doc_wrap .top_info {
	font-size:13px;
	color:#333;
	font-family:"Malgun Gothic";
    font-weight:400;
	letter-spacing:-0.5px;
	line-height:20px;
	margin-top:10px;
}
.achievement_box .cmn_table_wrap .cell:first-child {
	flex-grow:2;
}
.cmn_table_wrap .footer {	
	background-color:#e9f6ff;
}

.achievement_box .cmn_table_wrap .footer .cell {
	font-weight:700;
}
.achievement_box .cmn_table_wrap .footer .cell:nth-child(n+2) {
	color:#39f;
}

.doc_box .cmn_table_wrap .cell {
	flex-basis:30%;
}
.doc_box .cmn_table_wrap .cell:first-child {
	flex-basis:70%;
}
.doc_box .cmn_table_wrap .row:nth-child(n+2) .cell:first-child {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:left;
}
.doc_box .cmn_table_wrap .cell  a:before {
	content:"";
	display:inline-block;
	width:14px;
	height:16px;
	margin-right:7px;
	background-image:url("../images/common/icon_file.png");
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100%;
	vertical-align:middle;
}
.doc_box .cmn_table_wrap .row:nth-child(n+2) .cell:nth-child(n+2) {
	color:#888;
	letter-spacing:-1px;
}

.cmn_table_wrap .not_file {
	max-height:none;
}
.cmn_table_wrap .not_file .cell {
	display:flex;
    align-items:center;
    justify-content:center;
	height:169px;
}
.cmn_table_wrap .not_file .cell {
	text-align:center;
}

/* AI 통합 채용정보 플랫폼 접속 및 가입방법 안내 */
.popup_notice_wrap {position:absolute; top:7.3rem; left:50%; width:392px; margin-left:-37.5rem; box-shadow:0px 0px 0.3125rem rgb(0, 0, 0, 0.5); z-index:1000;}
.popup_notice_wrap .popup_cont img {width:24.5rem; height:auto; vertical-align:top;}
.popup_notice_wrap .do-not-box {display:flex; justify-content:space-between; align-items:center; font-size:0.875rem; height:2.5rem; padding:0 0 0 0.625rem; background-color:#000;}
.popup_notice_wrap .do-not-box img {width:100%; height:auto;}
.popup_notice_wrap .do-not-box input {margin-right:0.1875rem; display:inline-block; height:auto;}
.popup_notice_wrap .do-not-box label {font-size:0.75rem; cursor: pointer; border:0; width:auto; height:auto; color:#fff;}
.popup_notice_wrap .do-not-box .btn_close {display:flex; align-items:center; font-family:"Malgun Gothic"; background-color:transparent; height:auto; font-weight:400;}
.popup_notice_wrap .do-not-box .fa-close {margin-right:0.3125rem; padding-top:0.25rem;}
/* AI 통합 채용정보 플랫폼 접속 및 가입방법 안내 */


/* 연세대 팝업 */
.popup_yonsei_wrap {width:auto;}
.popup_yonsei_wrap .popup_cont img {width:31.25rem;}

/* 가로모드*/
@media screen and (orientation:landscape) and (max-width:1600px) {
	.popup_yonsei_wrap {
		position:absolute; 
		top:50%;
		left:50%;
		transform:translate(-50%, -10%);
		width:90vw;
		max-width:600px;
		height:auto;
		margin-left:0;
		box-sizing:border-box;
	}
	.popup_yonsei_wrap .popup_cont img {
		width:100%;
		height:auto; 
	  }
}
/* 세로모드*/
@media screen and (orientation:portrait) and (max-width:768px) {
	.popup_yonsei_wrap {
		position:fixed; 
		top:50%;
		left:50%;
		transform:translate(-50%, -50%);
		width:90vw;
		max-width:600px;
		height:auto;
		max-height:90vh;
		margin-left:0;
		box-sizing:border-box;
	}
	.popup_yonsei_wrap .popup_cont img {
		width:100%;
		height:auto; 
	}
}
 @media screen and (max-width:480px) { 
 	.close .close-wrap {
		width:100%;
	  }
 	.close .box {
		padding: 3.75rem 1.25rem;
	 }
	 .close .quick {
	 	padding:1.875rem 1.875rem;
	 }
	 .close .quick .title {
	  	font-size:24px;
	  }
	  .close .quick .title strong {
	  	font-size:28px;
	  }
	.close .quick .logo img {
	  	width:180px;
		height:26px;
	  }
	  .close .quick .title:before {
	  	width:40px;
		height:35px;
		 margin:-1px 0.55rem 0 0;
	  }
 }
  
 @media screen and (max-width:360px) { 
 	 .close .box {
	 	font-size:16px;
		padding: 3.75rem 1.25rem;
	 }
	  .close .quick {
	  	padding:1.25rem 1.25rem;
	  }
	  .close .quick .title {
	  	font-size:20px;
	  }
	  .close .quick .title strong {
	  	font-size:24px;
	  }
	  .close .quick .logo img {
	  	width:180px;
		height:26px;
	  }
	  .close .quick .title:before {
	  	width:36px;
		height:31px;
		 margin:-4px 0.55rem 0 0;
	  }
	  .close .quick .btn_link .btn {	
	  	font-size:14px;
	  }
 }