@media all and (max-width: 1000px) {
    /* 버튼형 GNV */

    body {
        overflow-x: hidden;
    }
    .gnv_menu_wrap {
        width: 200px;
        height: calc(100% - 60px);
        position: fixed;
        right: -200px;
        top: 69px;
        background: #fff;
        transition: right 0.3s ease-out;
        z-index: 5000;
    }
    .gnv_menu_wrap.on {
        width: 200px;
        right: 0px;
        box-shadow: rgba(0, 0, 0, 0.2) -1px 3px 3px 1px;
    }
    .gnv_menu {
        width: 90%;
        margin-left: 5%;
        box-sizing: border-box;
        border-bottom: #eee 1px solid;
        clear: both;
    }
    .gnv_menu:nth-child(1) {
        margin-top: 60px;
    }
    .gnv_menu_wrap .login_btn {
        width: 90%;
        margin-top: 0px;
        left: 5%;
        float: none;
        clear: both;
        text-align: center;
        position: absolute;
        background: rgba(20, 90, 159, 1);
        color: #fff;
        border: rgba(20, 90, 159, 1) 1px solid;
        top: 20px;
    }
    .mgnv_btn_wrap {
        display: block;
    }

    .input_half_wrap {
        width: 100%;
        height: auto;
        margin: 5px 0;
        display: block;
    }
    .input_half {
        width: 100%;
        display: block;
    }
    .input_half:nth-child(1) {
        padding-right: 0px;
    }
    .input_half:nth-child(2) {
        padding-left: 0px;
    }

    /* 슬라이드 */

    .slider_box {
        width: 100%;
        padding-bottom: 25%;
        position: relative;
    }

    /* 기업 리스트 */
    .company_box {
        width: calc(33.33% - 10px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .company_box:nth-child(4n) {
        margin-right: 15px;
    }
    .company_box:nth-child(3n) {
        margin-right: 0px;
    }
}

@media all and (max-width: 900px) {
}

@media all and (max-width: 850px) {
    .radio_list_wrap.long_wrap > .radio {
        width: 45%;
    }
}

@media all and (max-width: 750px) {
    .radio_list_wrap {
        display: block;
    }
    .radio {
        width: 45%;
        float: left;
        box-sizing: border-box;
    }

    .sub_confirm_btn_wrap {
        padding: 4em 0 0 0;
    }
    .sub_confirm_btn_wrap input {
        padding: 0.7em 2em;
        border-radius: 8px;
    }
    .sub_confirm_btn.confirm {
        font-size: 1em;
    }
    .sub_confirm_btn.cancel {
        font-size: 1em;
    }

    .add_file {
        max-width: calc(100% - 150px);
    }

    /*GNV */
    /* 
  .gnv_logo {
    width: calc(100% - 250px);
    max-width: 320px;
    background-position: left;
    margin: 15px;
    margin-right: auto;
    transition: all 0.3s;
    margin-left: 0;
  }
  input[type='button'].apply_btn {
    padding: 10px 15px;
    font-size: 0.9em;
    margin-top: -20px;
  } */

    /* 로그인 페이지 */

    .login_box {
        padding: 0px;
        border: none;
    }
    .login_con .input_line {
        display: table;
    }
    .login_con .input_tit {
        width: 50px;
        display: table-cell;
    }
    .login_con .input_wrap {
        width: calc(100% - 50px);
        display: table-cell;
    }

    /* 기업 리스트 */
    .company_box {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 15px;
    }
    .company_box:nth-child(4n) {
        margin-right: 20px;
    }
    .company_box:nth-child(3n) {
        margin-right: 20px;
    }
    .company_box:nth-child(2n) {
        margin-right: 0px;
    }

    /* 이용약관 */
    .terms_agree_wrap > .radio {
        width: 100%;
        margin-bottom: 15px;
        clear: both;
    }

    /* 0817 추가*/
    .guide_tab {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
    }

    /* 추가 끝 */
}

@media all and (max-width: 700px) {
    .footer_wrap {
        padding: 30px 0;
    }
    .footer_logo_wrap {
        display: table;
        padding: 0 0 10px 0;
        text-align: left;
        clear: both;
    }
    .footer_logo {
        width: 33.3%;
        height: 30px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .footer_logo:nth-child(1) img {
        width: 100%;
        margin: 0px 0;
    }
    .footer_logo:nth-child(2) img {
        width: 90%;
        margin: 0px 0;
    }
    .footer_logo:nth-child(3) img {
        width: 90%;
        margin: 0px 0;
    }

    .product_base {
        width: 100%;
        display: block;
    }

    .product_base_img {
        width: 100%;
        clear: both;
        display: block;
    }
    .product_base_img img {
    }
    .product_vod {
        width: 100%;
        padding-bottom: 60%;
        clear: both;
        display: block;
        margin: 15px 0;
    }

    .company_name {
        font-size: 15px;
    }

    .matching_product_list {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 15px;
        box-sizing: border-box;
        border: #f0f0f0 1px solid;
        float: left;
        cursor: pointer;
    }
    .matching_product_list:nth-child(3n) {
        margin-right: 20px;
    }
    .matching_product_list:nth-child(2n) {
        margin-right: 0px;
    }
}

/* 모바일용   
============================================================================================================================================
============================================================================================================================================ */

@media all and (max-width: 639px) {
    html {
        min-width: 320px;
    }

    #floting_btn.sub_confirm_btn.confirm {
        position: fixed;
        right: 0px;
        top: 100px;
        transition: top 0.3s;
    }

    /*================ 공통사용 ================*/

    /* .gnv_menu {
  height: 55px;
  padding: 0 5px;
  position: relative;
  font-size: 0.75em;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  float: left;
  font-weight: 600;
  transition: background 0.3s;
} */

    .cen {
        width: 100%;
        max-width: 1100px;
        position: relative;
        height: auto;
        margin: 0 auto;
        padding: 0 15px;
    }

    /* .gnv_cen {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
  } */
    .cl {
        clear: both;
    }
    .monly {
        display: block;
    }

    .input_line {
        width: 100%;
        min-height: 60px;
        margin: 5px 0;
        display: block;
    }

    .input_tit {
        width: 100%;
        padding: 0px;
        margin-top: 15px;
        margin-bottom: 10px;
        display: block;
    }

    .input_tit br {
        display: none !important;
    }

    .input_wrap {
        width: 100%;
        display: block;
    }

    .input_wrap:after {
        content: "";
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        display: block;
        clear: both;
    }

    /*================ 공통사용 끝 ================*/

    /* 슬라이드 */

    .slider_box {
        width: 100%;
        padding-bottom: 50%;
        position: relative;
    }
    /*GNV */

    /* .gnv_logo {
    width: calc(100% - 100px);
  } */

    /* 푸터 */
    .footer_info {
        display: block;
    }
    .footer_info a {
        color: rgba(255, 255, 255, 0.8);
    }
    .footer_info_c:nth-child(1) {
        min-width: 70px;
    }

    .footer_copy {
        text-align: center;
    }

    .matching_day .radio {
        font-size: 0.8em;
    }

    .company_info_tab {
        font-size: 0.8em;
    }

    .time_table_wrap {
        padding: 15px;
    }
    .long_wrap {
        letter-spacing: -1px;
    }
    .selectNwrite > .selectNwrite_box {
        max-width: 200px;
    }

    /* 제품 리스트 */

    .product_list td:nth-child(1) {
        width: 80px;
        text-align: center;
    }
    .product_list td:nth-child(3) {
        width: 80px;
        text-align: center;
    }
    .product_list td {
        box-sizing: border-box;
        padding: 5px 10px;
        vertical-align: middle;
    }
    .product_list td img {
        width: 100%;
    }
    .product_list_tr {
        border-bottom: #f0f0f0 1px solid;
    }
    .product_list_btn > div {
        padding: 5px;
        margin: 5px 0;
        display: block;
        font-size: 0.8em;
        cursor: pointer;
        background: #1a2d5e;
        color: #fff;
    }
    input[type="button"].add_line {
        padding: 0;
        line-height: 30px;
        margin-left: 15px;
        font-size: 1.5em;
        display: inline-block;
    }
    .input_wrap.with_button > div.add_file_wrap {
        width: calc(100% - 80px);
        float: left !important;
    }
    .add_file {
        max-width: calc(100% - 60px);
    }
    .input_wrap.with_button > div input[type="button"].file_add {
        padding: 0;
        line-height: 30px;
        margin-left: 15px;
        font-size: 1.5em;
        display: inline-block;
    }

    .pl_txt {
        padding: 0 0.5em;
    }
    .pl_ip {
        padding: 0 0.5em;
    }

    /* 게시판 */
    .board_wrap {
        font-size: 1em;
    }

    .board_list_tr {
        height: auto;
        display: block;
    }
    .board_list_td:nth-child(1) {
        width: auto;
        height: 20px;
        padding: 0 7px;
        border: none;
        border-radius: 3px;
        color: #aaa;
        border: #ccc 1px solid;
        box-sizing: border-box;
        font-size: 12px;
        position: absolute;
        bottom: 10px;
        left: 0px;
    }
    .board_list_td:nth-child(2) {
        width: 100%;
        padding: 10px 0 0 0;
        font-size: 16px;
        display: block;
        border: none;
        font-weight: 600;
        text-align: left;
    }
    .board_list_td:nth-child(3) {
        width: 100%;
        text-align: right;
        font-size: 14px;
        color: #ccc;
        padding: 10px 0;
        display: block;
    }

    .board_con_tit_box {
        padding: 0 0 0 10px;
    }
    .board_con_tit_wrap {
        display: block;
        height: auto;
    }
    .board_con_tit_box {
        display: block;
    }

    .board_con_date {
        width: 100%;
        display: block;
        text-align: right;
    }
    input[type="button"].board_btn {
        padding: 10px 15px;
    }

    /* 팝업 */

    .popup_wrap {
        position: absolute;
        margin-left: -150px;
        left: 50%;
        top: 100px;
        display: none;
        z-index: 1000;
    }
    .popup_wrap.on {
        display: block;
    }
    .popup {
        width: 300px;
        height: 360px;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 6px;
        background: url("/images/popup/pop0409.jpg");
        background-size: cover;
        background-position: center;
    }
    .popup input[type="button"] {
        padding: 10px 0;
        width: 80%;
        border-radius: 15px;
        background: #1a2d5e;
        color: #fff;
        position: absolute;
        bottom: 18px;
        left: 10%;
        font-size: 1em;
        font-weight: 700;
        box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
    }
    .popup_close_wrap {
        width: 100%;
        height: 40px;
        background: #eee;
        text-align: right;
    }
    .popup_close_wrap input[type="button"] {
        width: 70px;
        height: 40px;
        font-weight: 700;
        font-size: 1em;
        display: inline-block;
        box-sizing: border-box;
        -webkit-appearance: none;
        border: none;
        background: none;
        border-radius: 0;
        cursor: pointer;
    }
}

@media all and (max-width: 500px) {
    /*GNV */

    /* .gnv_logo {
    width: 100%;
  } */
    input[type="button"].apply_btn {
        padding: 10px 10px;
        font-size: 0.9em;
        margin-top: -20px;
    }

    .like_wrap {
        padding: 10px 10px 10px 10px;
    }

    .like_wrap > input[type="button"] {
        padding: 5px 5px;
    }
    .like_tit {
        font-size: 14px;
        padding-right: 3px;
    }
    .like_num {
        font-size: 14px;
    }
}
