.apply_wrap {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 160px 0;
  }
  .apply_wrap .p1 {
    margin-top: 85px;
    font-size: 24px;
    /* font-family: "Dokrip"; */
    font-family: "Godo B";
    margin-bottom: 10px;
  }
  .apply_wrap .p2 {
    margin-top: 20px;
    font-size: 26px;
    font-family: "NS_bold";
  }
  .apply_wrap .p2 span {
    display: block;
    font-size: 16px;
    color: #ef2e4f;
    margin-top: 10px;
  }
  
  .apply_wrap table {
    width: 100%;
    margin-top: 5px;
    margin-left: 30px;
  }
  .apply_wrap table th,
  td {
    font-family: "NanumSquareRound";
    text-align: left;
    vertical-align: top;
  }
  .apply_wrap table th {
    font-size: 22px;
    font-family: "NS_bold";
    padding: 25px 0 10px 0;
  }
  .apply_wrap table th em {
    color: #ef2e4f;
  }
  .apply_wrap table td {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 5px 5px 0;
  }
  
  .lst1 {
    margin: 30px;
  }
  .lst1 li {
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    background: #ef2e4f;
    margin-bottom: 40px;
    border: 4px solid #000;
    box-shadow: 0px 8px 8px #c2c2c2;
    font-size: 16px;
  }
  .lst1 li i {
    position: absolute;
    bottom: -33px;
    left: 50%;
    margin-left: -10px;
  }
  .lst1 li span {
    color: #fff;
    width: 210px;
    padding-left: 20px;
    font-size: 20px;
    display: inline-block;
  }
  .lst1 li em {
    padding: 20px 0 20px 20px;
    line-height: 1.3;
    background: #fff;
    width: 88%;
  }
  
  .lst2 {
    margin: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .lst2 li {
    width: 310px;
    height: auto;
    border: 4px solid #000;
    background: #fff;
    box-shadow: 0px 8px 8px #c2c2c2;
    text-align: center;
  }
  .lst2 li img {
    padding-top: 30px;
    max-width: 100%;
  }
  .lst2 li p {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #262022;
    padding: 0 15px;
    line-height: 1.5;
  }
  .lst2 li p span {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
    font-family: "NS_bold";
  }
  
  .btn2 {
    margin: 50px auto;
  }
  
  .btn3 {
    margin: 50px auto;
  }
  
  .box {
    max-width: 630px;
    margin: 0px auto;
  }
  .box .p1 {
    font-size: 28px;
    font-family: "Dokrip";
    margin-top: 50px;
  }
  .box ul {
    margin-top: 30px;
  }
  .box ul li p {
    font-size: 18px;
    padding: 10px 20px 20px 0;
    font-family: "Dokrip";
    position: relative;
  }
  .box ul li:nth-child(1) p {
    font-size: 16px;
  }
  .box ul li img {
    width: 100%;
  }
  .box ul li .s1 {
    width: 70px;
    display: inline-block;
    text-align: center;
  }
  .box ul li .s3 {
    text-align: center;
    width: 80px;
    position: absolute;
    top: 6px;
    right: 0;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
  }
  
  .box ul li .type1 {
    background: #ef2e4f;
    color: #fff !important;
  }
  .box ul li .type2 {
    border: 2px solid #ef2e4f;
  }
  .box ul li .type3 {
    color: #fff !important;
    background: #999899;
  }
  .box ul li:not(.fst) .s3 {
    color: #ef2e4f;
  }
  
  .layer_pop {
    position: relative;
    margin: 50px auto;
    max-width: 550px;
    background: #fff;
    border-radius: 10px;
    padding: 70px 40px;
  }
  .layer_pop .p1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }
  .layer_pop .p2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
  }
  .layer_pop .p3 {
    font-size: 16px;
    color: #939393;
    font-weight: bold;
    margin-top: 10px;
  }
  .layer_pop textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 2px solid #000;
    height: 200px;
    margin-top: 10px;
    font-size: 16px;
    font-family: "NanumSquareRound";
  }
  .layer_pop textarea:focus {
    outline: none !important;
  }
  /* .layer_pop input[type="text"] {
    width: 70%;
    height: 35px;
    font-size: 18px;
    border: 2px solid #000;
    border-radius: 4px;
    background: #fff;
    padding-left: 5px;
    margin-top: 5px;
  } */
  .layer_pop input[type="tel"] {
    width: 53px;
    height: 35px;
    font-size: 18px;
    border: 2px solid #000;
    border-radius: 4px;
    background: #fff;
    text-align: center;
  }
  .layer_pop .time_box {
    font-weight: bold;
    margin-top: 10px;
  }
  .img_upload_target {
    width: 75px;
    height: 35px;
    line-height: 35px;
    color: #000;
    display: block;
    font-size: 15px;
    border: 2px solid #000;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
  }
  #file_lst,
  #my-form {
    margin-top: 10px;
  }
  #file_lst li,
  #my-form > div {
    border-bottom: 1px solid #c3c3c3;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #000;
  }
  #file_lst li span,
  .button-delete-file {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 16px;
  }
  
  .day_lst {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .day_lst li {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    border: 2px solid #b0b0b0;
    color: #b0b0b0;
    margin-right: 5px;
  }
  .day_lst li.act {
    border: 2px solid #ef2e4f;
    color: #ef2e4f;
  }
  .layer_pop .img_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
  }
  .layer_pop .img_wrap .img_group {
    width: 30%;
  }
  .layer_pop .img_wrap .img_box img {
    width: 100%;
  }
  .img_upload_btn {
    background-color: #f4f4f4;
    color: #444;
    font-size: 18px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 74.5%;
    vertical-align: top;
    border-color: #ddd;
  }
  
  .img_delete_btn {
    vertical-align: top;
    width: 25%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #ef2e4f;
  }
  
  table {
    position: relative;
  }
  .alert-box {
    position: absolute;
    left: 43%;
    transform: translateX(-50%);
    border: 4px solid #000;
    background: #fff;
    box-shadow: 0px 8px 8px #c2c2c2;
    text-align: left;
    width: 340px;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    font-size: 16px;
    font-weight: 600;
    color: #262022;
    line-height: 24px;
    z-index: 10;
  }
  .alert-box p {
    margin-top: 20px;
  }
  .alert-box .ico-c {
    /* display: flex; */
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .apply_wrap table.alert-table {
    table-layout: fixed;
    box-sizing: border-box;
    margin: 0;
    border-collapse: collapse;
    line-height: normal;
    background-color: #fff;
  }
  .apply_wrap table.alert-table tr {
    height: 60px;
  }
  .apply_wrap table.alert-table thead tr td {
    background-color: #f6f6f6;
  }
  .apply_wrap table.alert-table td {
    text-align: center;
    border: 4px solid #000;
    border-left: none;
    border-right: none;
    padding: 0;
    vertical-align: middle;
  }
  
  .label_wrap,
  .label_wrap_not {
    margin-bottom: 15px;
  }
  .label_wrap p,
  .label_wrap_not p {
    cursor: pointer;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    border: 1px solid #c5c5c5;
    color: #c0b8b8;
    width: 199px;
    border-radius: 30px;
    font-weight: 500;
  }
  .label_wrap p:nth-child(1),
  .label_wrap_not p:nth-child(1) {
    margin-right: 10px;
  }
  .label_wrap p.act,
  .label_wrap_not p.act {
    background: #136fec;
    color: #fff;
  }
  .label_wrap {
    text-align: center !important;
  }
  
  .a_slt {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    font-weight: bold;
    color: #262022;
    border-bottom: 1px solid #c5c5c5;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: "NanumSquareRound", -apple-system;
    letter-spacing: -1px;
    background: url("/image/site/slt_arw.png") no-repeat;
    background-position: 98% center;
  }
  .a_slt:focus {
    outline: none !important;
  }
  
  .text_input {
    width: 100%;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #c5c5c5;
    color: #262022;
    height: 35px;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: "NanumSquareRound", -apple-system;
    letter-spacing: -1px;
  }
  
  .chk_box span {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/image/site/chk.png) center no-repeat;
    background-size: cover;
    border: none;
  }
  
  .chk_box input[type="checkbox"]:checked + label span {
    background: url(/image/site/chk_act.png) center no-repeat;
    background-size: cover;
  }
  
  .chk_box label {
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #262022;
  }
  
  .chk_box input[type="checkbox"] {
    display: none;
  }
  
  .rv_btn {
    position: absolute;
    bottom: 0;
    right: 17px;
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ef2e4f;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius: 4px;
  }
  
  @media all and (max-width: 1080px) {
    .auth_wrap {
      padding: 100px 15px;
    }
    .login_frm,
    .join_frm {
      width: auto;
    }
    .label_wrap p,
    .label_wrap_not p {
      width: 100px;
      height: 45px;
      line-height: 45px;
    }
  
    .mypage_wrap {
      padding: 160px 15px;
    }
    /* .auth_wrap{padding:100px 40px;}
      .login_frm{max-width:420px;width:100%;}
      .login_frm .link_lst li:nth-of-type(1){width:60%;}
      .login_frm .link_lst li:nth-of-type(2){width:40%;}
      .lnb{float:none;margin-bottom:30px;}
      .cont{float:none;width:100%;padding:20px;box-sizing:border-box;}
      .cont .b1, .cont .b2{width:100%;}
      .cont .form_control input[type='tel'],
      .cont .form_control input[type='email']{-webkit-box-flex:1;-webkit-flex:1;flex:1;width:80px;} */
  }
  
  @media all and (max-width: 1080px) {
    .apply_wrap {
      padding: 160px 15px;
    }
    .bd_line {
      width: 100%;
    }
    .lst2 li {
      width: 30%;
    }
  }
  
  @media all and (max-width: 800px) {
    .lst1 {
      margin: 30px 0;
    }
    .lst1 li {
      font-size: 15px;
    }
    .lst1 li span {
      font-size: 16px;
      width: 140px;
      margin-right: 10px;
      padding-left: 10px;
    }
  }
  
  @media all and (max-width: 500px) {
    .img_upload_btn {
      font-size: 12px;
      height: 30px;
      line-height: 30px;
    }
    .img_delete_btn {
      height: 30px;
      line-height: 30px;
      font-size: 13px;
    }
  
    .apply_wrap {
      padding: 50px 15px;
    }
    .apply_wrap .p1 {
      margin-top: 50px;
    }
    .apply_wrap table {
      margin-left: 0;
    }
    .apply_wrap table th {
      font-size: 20px;
    }
  
    .lst1 li {
      display: block;
      height: auto;
      line-height: normal;
      font-size: 16px;
    }
    .lst1 li span {
      width: 100%;
      margin-right: 0;
      padding-left: 0;
      height: 35px;
      line-height: 35px;
      text-align: center;
    }
    .lst1 li em {
      width: auto;
      padding: 15px;
      display: block;
      text-align: center;
      line-height: 1.5;
    }
  
    .lst2 {
      margin: 30px 0;
      display: block;
    }
    .lst2 li {
      margin-bottom: 20px;
      width: auto;
      text-align: left;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .lst2 li img {
      height: 80px;
      margin-left: 10px;
      padding-top: 0;
      vertical-align: middle;
    }
    .lst2 li p span {
      font-size: 18px;
      margin-bottom: 0;
    }
    .lst2 li p {
      font-size: 15px;
      margin: 15px 0;
    }
  
    .apply_wrap .p2 {
      font-size: 20px;
    }
  
    .layer_pop {
      padding: 60px 15px;
      margin: 50px 10px;
    }
    .layer_pop .p2 {
      font-size: 17px;
    }
    .day_lst li {
      width: 32px;
      height: 32px;
      line-height: 32px;
      font-size: 15px;
      margin-bottom: 5px;
      margin-right: 2px;
    }
    .layer_pop input[type="tel"] {
      width: 40px;
    }
  
    .alert-box {
      width: 90%;
      left: 50%;
    }
  }
  