/* 태블릿용   
============================================================================================================================================
============================================================================================================================================ */

@media all and (min-width: 640px) and (max-width: 1099px) {
  /*================ 공통사용 ================*/

  .cen {
    width: 100%;
    max-width: 1100px;
    position: relative;
    height: auto;
    margin: 0 auto;
  }

  .monly {
    display: none;
  }

  /*================ 공통사용 끝 ================*/

  /*================ GNV ================*/

  /*================ GNV 끝 ================*/

  /*================ 슬라이더 ================*/

  .main_slider {
    width: 100%;
    position: relative;
  }
  .slider_box {
    width: 100%;
    padding-bottom: 40%;
    position: relative;
  }

  /*================ 슬라이더 끝 ================*/
}
/* 모바일용   
============================================================================================================================================
============================================================================================================================================ */

@media all and (max-width: 1000px) {
  /*================ 푸터 ================*/
  .footer_info_wrap {
    width: 100%;
  }
  .footer_info_wrap:after {
    content: '';
    position: relative;
    display: block;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    clear: both;
  }
  .footer_info {
    display: inline-block;
    line-height: 150%;
    margin: 0 auto;
  }
  .footer_info > div {
    display: inline-block;
  }
  .footer_info > div {
    padding: 0 10px;
  }
  .footer_info > div:after {
    display: none;
  }
  .footer_info > div:last-child:after {
    display: none;
  }
  .footer_copy {
    margin-top: 1.2rem;
  }

  /*====== 마이페이지 ======*/

  /* 해야할일 순서도 */

  .flow_box {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .flow_box:nth-child(3n) {
    margin-right: 20px;
  }
  .flow_box:nth-child(2n) {
    margin-right: 0px;
  }
  .flow_wrap_line {
    width: calc(100% + 25px);
  }
  .flow_box:nth-child(3n) .flow_wrap_line {
    width: calc(100% + 25px);
  }
  .flow_box:nth-child(2n) .flow_wrap_line {
    width: 100%;
  }
  .flow_box.cpl .flow_stemp_wrap,
  .flow_box.ing .flow_stemp_wrap,
  .flow_box.wat .flow_stemp_wrap,
  .flow_box.rej .flow_stemp_wrap {
    background: none;
  }
  .flow_con {
    padding: 15px 10px;
  }
  .flow_btn {
    width: 100px;
    left: 10px;
    padding: 3px 7px;
    box-sizing: border-box;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    bottom: 15px;
  }
  .flow_stemp_wrap {
    width: 0px;
  }
  .flow_stemp {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: #333 1px solid;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .flow_box.ing .flow_stemp_wrap .flow_stemp {
    background: #f09b07;
    border-color: #f09b07;
    color: #fff;
  }
  .flow_box.cpl .flow_stemp_wrap .flow_stemp {
    background: #fff;
    border-color: #fff;
    color: #2e9eff;
  }
  .flow_box.rej .flow_stemp_wrap .flow_stemp {
    background: #fff;
    border-color: #fff;
    color: #d20606;
  }
  .flow_box.wat .flow_stemp_wrap .flow_stemp {
    background: #cccccc;
    border-color: #cccccc;
    color: #fff;
  }

  /*================ 푸터 끝 ================*/

  /*========= 채용 리스트 =========*/

  .main_recruit_box {
    width: calc(33.3% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .main_recruit_box:nth-child(4n) {
    margin-right: 15px;
  }
  .main_recruit_box:nth-child(3n) {
    margin-right: 0px;
  }
}

@media all and (max-width: 800px) {
  /*================ 공통 ================*/
  .up800 {
    display: none;
  }
  .ud800 {
    display: block;
  }

  .cen {
    width: 100%;
    max-width: 1100px;
    position: relative;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0px;
  }
  .body_main .cen {
    padding: 0 10px;
  }
  .body_mypage .cen {
    padding: 0 10px;
  }

  /* 검색기능 */

  .normal_search_box {
    width: 100%;
  }
  .detail_search_btn {
    width: 100%;
    height: 35px;
    margin: 15px 0;
    font-size: 1em;
    line-height: 30px;
  }
  .detail_search_btn.on {
    margin-bottom: 0px;
    background: #f09b07;
    border: #f09b07 1px solid;
    color: #fff;
  }

  .detail_search_c.proof .input_box {
    width: calc(100% - 150px);
    float: left;
  }

  /*================ GNV ================*/

  .body_mypage .gnv_logo {
    width: 160px;
  }
  .body_mypage .gnv_logo > img {
    width: 160px;
  }

  .gnv_logo {
    width: 200px;
  }
  .gnv_logo > img {
    width: 200px;
  }

  .gnv_wrap {
    min-width: 360px;
  }
  .gnv_menu_wrap {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 55px;
    background: #fff;
    z-index: 2500;
    transition: max-height 0.3s;
  }
  .gnv_menu_wrap.on {
    max-height: 500px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px;
  }
  .gnv_menu {
    width: 100%;
    height: auto;
    position: relative;
    clear: both;
  }
  .gnv_menu:hover {
    background: none;
  }
  .gnv_menu.special {
    height: 50px;
    margin: 10px 0;
    background: none;
    padding: 0 20px;
  }
  .gnv_menu.special .gnv_menu_1d {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2e9eff;
    font-weight: 700;
    border-radius: 50px;
    border-bottom: none;
  }
  .gnv_menu.special .gnv_menu_1d_name {
    color: #fff;
  }
  .gnv_menu_1d {
    width: 100%;
    height: auto;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom: #eee 1px solid;
    max-height: 500px;
    line-height: 45px;
    cursor: pointer;
    position: relative;
  }
  .gnv_menu_1d_name {
    width: 100%;
    color: #777;
    transition: color 0.3s;
  }
  .gnv_menu_1d_name:hover {
    color: #000;
  }
  .gnv_menu_1d_name.on {
    float: left;
    color: #000;
  }
  .gnv_menu_1d_name > div:nth-child(1) {
    float: left;
  }
  .gnv_menu_1d_tri {
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    text-align: right;
    transition: color 0.3s;
    font-family: 'NGothic';
  }
  .gnv_menu_1d_name:hover > .gnv_menu_1d_tri {
    color: rgba(255, 255, 255, 1);
  }
  .gnv_menu_1d.on > .gnv_menu_1d_name > .gnv_menu_1d_tri {
    color: rgba(255, 255, 255, 0.7);
    transform: rotate(180deg);
    display: inline-block;
    text-align: right;
  }
  .gnv_menu_2d_wrap {
    width: 100%;
    max-height: 0px;
    background: #292929;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 1500;
    display: block;
    clear: both;
    position: static;
  }
  .gnv_menu_2d_wrap.on {
    top: 55px;
    max-height: 500px;
    display: block;
  }
  .gnv_menu_2d {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
    display: block;
  }
  .gnv_menu_2d:first-child {
    margin-top: 10px;
  }
  .gnv_menu_2d:last-child {
    margin-bottom: 10px;
  }
  .gnv_menu_2d:hover {
    color: rgba(255, 255, 255, 1);
    padding-left: 15px;
  }

  /* GNV 오픈 버튼 */

  .gnv_open_wrap {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 15px;
  }
  .gnv_open_rel {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .gnv_open_rel .gnv_open_bar {
    transition: all 0.4s;
    background: rgba(255, 255, 255, 0.7);
  }
  .gnv_open_rel.on .gnv_open_bar {
    background: rgba(255, 255, 255, 1);
  }
  .gnv_open_bar:nth-child(1) {
    width: 25px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2000;
  }
  .gnv_open_bar:nth-child(2) {
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: 2000;
  }
  .gnv_open_bar:nth-child(3) {
    width: 25px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 24px;
    z-index: 2000;
  }
  .gnv_open_rel.on > .gnv_open_bar:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
  }
  .gnv_open_rel.on > .gnv_open_bar:nth-child(2) {
    left: -25px;
  }
  .gnv_open_rel.on > .gnv_open_bar:nth-child(3) {
    top: 12px;
    transform: rotate(-45deg);
  }
  .gnv_open_click {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3000;
  }

  /* 메인 슬라이드 */
  .main_login_area .main_vi_login,
  .main_login_area .cen {
    padding: 0;
  }
  .main_viusal {
    width: 100%;
  }

  /* PC버전 마이페이지 메뉴 */
  .mypage_smenu_wrap,
  .mypage_smenu_wrap.drawin,
  .mypage_smenu_wrap.drawout {
    display: none;
  }

  /* 서브 페이지 */
  .gnv_logo_area .cen {
    padding: 0 10px;
  }
  .gnv_wrap .cen {
    padding: 0 10px;
  }

  /*================ GNV 끝 ================*/

  /*========= 채용 리스트 =========*/

  .main_recruit_box {
    height: 215px;
    padding: 10px;
  }
  .main_recruit_logo {
    height: 70px;
  }
  .main_recruit_box {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .main_recruit_detail {
    margin-bottom: 10px;
  }
  .main_recruit_box:nth-child(4n) {
    margin-right: 10px;
  }
  .main_recruit_box:nth-child(3n) {
    margin-right: 10px;
  }
  .main_recruit_box:nth-child(2n) {
    margin-right: 0px;
  }

  /*근무환경 자가점검표 view */

  .ps_recruit_view .onoff_wrap.on .onoff_con {
    padding: 10px;
  }
  .ps_recruit_view .input_grade_box input[type='radio'] ~ .label_new {
    padding: 5px 0;
    border-color: #f0f0f0;
  }
  .ps_recruit_view .input_grade_box .input_chunk:first-child input[type='radio'] ~ .label_new {
    border-radius: 5px 0 0 5px;
  }
  .ps_recruit_view .input_grade_box .input_chunk:last-child input[type='radio'] ~ .label_new {
    border-radius: 0 5px 5px 0;
  }

  /* 게시판 */
  .board_sort_wrap {
    margin: 0 0 10px 0;
  }
  .board_list_td:nth-child(1) {
    display: none;
  }
  .board_list_td:nth-child(4) {
    display: none;
  }
  .board_list_td:nth-child(3) {
    width: 110px;
  }

  /* 게시판 뷰 */

  .board_con_tit_wrap {
    padding: 15px 0;
    height: auto;
  }

  .board_con_tit_box {
    padding: 0 0 0 0px;
    position: relative;
    display: block;
  }
  .board_con_date {
    width: 100%;
    padding: 5px 0 0 0;
    text-align: right;
    display: block;
  }
  .board_shift {
    height: 50px;
  }
  .board_shift_tit {
    display: none;
  }

  .reply_t {
    padding: 20px 0;
  }
  .reply_c {
    padding: 5px 0;
  }
  .reply_c:nth-child(1) {
    width: 13%;
  }
  .reply_c:nth-child(2) {
    padding: 0 10px;
    text-align: left;
  }
  .reply_c:nth-child(3) {
    display: none;
  }
  .reply_c:nth-child(4) {
    width: 30px;
  }

  .reply_write {
    display: block;
  }
  .reply_w_c {
    width: 100%;
    display: block;
  }
  .reply_w_c:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
    text-align: left;
  }
  .reply_w_c:nth-child(3) {
    width: 100%;
    box-sizing: border-box;
  }
  .reply_input {
    margin: 0 0 10px 0;
  }
  .reply_input:last-child {
  }
  .reply_input > .pl_ip {
    z-index: 1;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    font-size: 1em;
  }

  .reply_w_c > input[type='button'] {
    width: 100%;
    height: 50px;
    margin: 20px 0 0 0;
    background: #515151;
    color: #fff;
  }
  .reply_write > .pl_wrap {
    height: 80px;
  }
  .reply_w_c > .pl_ip {
    height: 80px;
  }
  .reply_write > .reply_w_c:nth-child(3) {
    padding-left: 0px;
  }

  /* 게시판 작성 */
  .board_write_c {
    width: 100%;
    padding: 0px 0;
    position: relative;
    vertical-align: middle;
  }
  .board_write_c:first-child {
    display: none;
  }
  .board_write_textarea {
    min-height: 300px;
  }

  /* 기업 마이페이지 */
  /* 채용수요 */
  .rct_tit {
    width: 100%;
    font-size: 1.2em;
    font-weight: 700;
    float: left;
  }
  .rct_box .btn_wrap {
    margin: 15px 0 0 0;
    clear: both;
  }

  /* 멘토 마이페이지 */

  /* 아코디언 게시물 */

  .arc_board_detail {
    display: block;
    text-align: left;
  }
  .arc_board_detail_r {
    display: block;
  }
  .arc_board_detail_r:nth-child(1),
  .arc_board_detail_r:nth-child(1) > div {
    display: none;
    padding: 0px;
  }
  .arc_board_detail_r:nth-child(2) {
    padding: 10px 0;
  }
  .arc_board_detail_r:nth-child(2) > div {
    padding: 10px 0 10px 100px;
    position: relative;
  }
  .arc_board_detail_r:nth-child(2) > div:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    padding-left: 10px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    height: 100%;
    width: 100px;
  }
  .arc_board_detail_r:nth-child(2) > div:nth-child(1):after {
    content: '채용사명';
  }
  .arc_board_detail_r:nth-child(2) > div:nth-child(2):after {
    content: '출국(예정)일';
  }
  .arc_board_detail_r:nth-child(2) > div:nth-child(3):after {
    content: '연락처';
  }
  .arc_board_detail_r:nth-child(2) > div:nth-child(4):after {
    content: '이메일';
  }
  .arc_board_detail_r > div {
    width: 100%;
    display: block;
  }
}

@media all and (max-width: 750px) {
  /*====== 마이페이지  ======*/

  /* 상세보기 */

  .flow_detail {
    position: fixed;
    width: calc(100% - 20px);
    max-width: 730px;
    left: 0%;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* 자주 묻는 질문*/
  .arc_tit {
    padding-right: 15px;
  }
  .arc_tit:after {
    display: none;
  }

  /* 마이페이지 상단 */

  .mypage_info_box {
    width: 100%;
    display: block;
  }
  .mypage_info_box > div {
    width: 50%;
    height: 60px;
    display: block;
    float: left;
  }
  .mypage_info_box div > div:nth-child(1) {
    padding-bottom: 0px;
  }

  /* 채용 상세보기 */

  .recruit_sum_info {
    display: block;
  }
  .recruit_sum_box {
    width: 100%;
    display: block;
  }
  .recruit_sum_box:nth-child(2) .recruit_sum_stit {
    margin-top: 20px;
  }

  .recruit_sum_t {
    padding: 5px 0;
    display: table;
  }
  .recruit_sum_c {
    display: table-cell;
  }
  .recruit_sum_c:first-child {
    width: 100px;
    color: #777;
  }
}

@media all and (max-width: 639px) {
  html,
  body {
    min-width: 360px;
  }
  /*================ 공통사용 끝 ================*/

  /*================ 슬라이더 ================*/

  .main_slider {
    width: 100%;
    position: relative;
    clear: both;
  }
  .slider_box {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
  }

  /*================ 슬라이더 끝 ================*/
}
