.header.user_header .nav li a{
    color: black;
  }
  .header.user_header .hamburger-button span{
    background: #000;
  }
  .login_page{
    padding: 10% 0 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .login_page .logo_h2{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 210px;
    padding-bottom: 5%;
  }
  .login_page .logo_h2 a{
    display: block;
  }
  .login_page .logo_h2 img{
    width: 100%;
  }
  .log_form{
    margin: auto;
    max-width: 470px;
    width: 100%;
    padding: 0 2%;
  }
  .log_form .user_ID, .log_form .user_PASS{
    font-size: 1.1em;
    border-radius: 10px;
    border: 1px solid var(--border);
    margin-bottom: calc(var(--padding)*2);
    overflow: hidden;
  }
  .log_form .user_ID input, .log_form .user_PASS input{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    background-color: var(--white);
  }
  .log_form .user_ID.active, .log_form .user_PASS.active{
    border: 1px solid #858585;
  }
  .log_form .ID_save{
    display: flex;
    justify-content: start;
    align-items: center;
    color: #949494;
    margin-bottom: calc(var(--padding)*2);
  }
  .log_form .login_button{
    font-size: 1.2em;
    border-radius: 10px;
    background-color: #393939;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    transition: .2s;
    margin-bottom: calc(var(--padding)*3.5);
  }
  .log_form .kakao_button{
    font-size: 1.2em;
    border-radius: 10px;
    background-color: #F9E000;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    color: #3F2623;
    font-weight: 500;
    cursor: pointer;
    transition: .2s;
    margin-bottom: calc(var(--padding)*1.5);
  }
  .log_form .naver_button{
    font-size: 1.2em;
    border-radius: 10px;
    background-color: #02C55B;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    transition: .2s;
    margin-bottom: calc(var(--padding)*1.5);
  }
  .log_form .login_button:hover{
    background-color: #242424;
  }
  .log_form .login_add{
    display: flex;
    justify-content: end;
    align-items: center;
    color: #949494;
  }
  .log_form .login_add li + li::before{
    content: "|";
    padding: 0 8px;
    color: var(--border);
  }
  .log_form .login_add li a{
    padding: 5px;
    transition: .2s;
  }
  .log_form .login_add li a:hover{
    color: #575757;
  }
  .form_center{
    text-align: center;
    font-size: 20px;
    padding-bottom: calc(var(--padding)*2.5);
  }
  .adv_bn{
    background-color: #2E2E2E;
    color: white;
    margin-top: auto;
    width: 100%;
    padding: calc(var(--padding)*2.5) 0;
  }
  
  .opttion_header{
    background-color: hsla(0, 0%, 97%, 1);
    height: 80px;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    z-index: 100;
  }
  .join_guide, .join{
    padding-top: 50px;
    padding-bottom: 100px;
    min-height: calc(100vh - 80px - 216px);
    width: 95%;
    margin: 0 auto;
  }
  .join_guide h2{
    text-align: center;
    font-size: clamp(1.3em, 3.5vw, 1.45em);
    line-height: 1em;
    padding-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 50px;
  }
  .join_guide h3{
    font-size: clamp(1.05em, 2.5vw, 1.25em);
    line-height: 1em;
    padding-bottom: 15px;
  }
  .join_guide h3 span{
    color: #D90000;
    font-size: 0.9em;
  }
  .terms_01, .terms_02{
    padding-bottom: 40px;
  }
  .terms_box{
    border-radius: 10px;
    border: 1px solid #D1D1D1;
    padding: 5px 25px 25px 25px;
    font-size: clamp(0.85em, 2vw, 1em);
    color: #3d3d3d;
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 25px;
  }
  .tem_lab{
    display: block;
    max-width: 230px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    padding: 20px 0;
    cursor: pointer;
  }
  [id^="term"]:checked + .tem_lab{
    background:#F6F6F6;
    border-color:#2B2B2B;
  }
  [id^="type"]:checked + .tem_lab{
    background:#F6F6F6;
    border-color:#2B2B2B;
  }
  .terms_box > li{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }
  .terms_box > li:last-child{
    border-bottom: none;
  }
  .terms_box h4{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 10px;
    color: #353535;
  }
  .terms_box p{
    line-height: 1.5em;
    padding-bottom: 5px;
  }
  .state_business{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    gap: 3%;
  }
  .state_business .ind{
    background-color: #E6E6E6;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: .2s;
  }
  .state_business .gro{
    background-color: #7F7F7F;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: .2s;
  }
  .state_business a{
    display: block;
    padding: 20px 0;
  }
  .state_business .ind:hover{
    background-color: #cfcfcf;
  }
  .state_business .gro:hover{
    background-color: #5a5a5a;
  }
  @media screen and (max-width:768px){
    .opttion_header{
      height: 65px;
    }
    .terms_box{
      padding: 0px 20px 20px 20px;
      border-radius: 7px;
      max-height: 250px;
    }
    .tem_lab{
      font-size: 0.9em;
      padding: 15px 0;
      border-radius: 8px;
    }
  }
  
  .join{
    max-width: 500px;
  }
  .join section{
    padding-bottom: 25px;
  }
  .join h2{
    font-size: clamp(1.3em, 3.5vw, 1.45em);
    line-height: 1em;
    padding-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 25px;
  }
  .inp_box{
    padding-bottom: 25px;
  }
  .inp_box h3{
    font-size: clamp(1.1em, 2.5vw, 1.2em);
    font-weight: 600;
    padding-bottom: 12px;
  }
  .inp_box h3 span{
    color: #D90000;
  }
  .inp_box.d_f{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .inp_box .tem_lab{
    width: 100%;
  }
  .inp_box .rg_ton{
    display: flex;
    gap: 10px;
  }
  .inp_box .rg_ton .dot{
    position: relative;
    display: flex;
    align-items: center;
    color: #949494;
  }
  .inp_box .rg_ton.not_pd{
    padding: 0;
  }
  .inp_box .inp_line{
    overflow: hidden;
    width: 100%;
    flex: 1;
  }
  .inp_box .passw{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .inp_box .inp_tip{
    font-size: 0.85em;
    color: #949494;
    padding-top: 5px;
  }
  .inp_box .check_tip{
    font-size: 0.85em;
    display: none;
    padding-top: 5px;
  }
  .inp_box .check_tip.active{
    display: block;
  }
  .inp_box .check_tip.fall{
    color: #D90000;
  }
  .inp_box .check_tip.true{
    color: blue;
  }
  .inp_box .rg_sel{
    white-space: nowrap;
    flex: 0 0 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #949494;
    color: #fff;
    cursor: pointer;
  }
  .inp_box .rg_sel.active{
    background-color: #4d4d4d;
  }
  .inp_box .email_select{
    width: 100%;
    flex: 1.5;
  }
  .inp_box input[type="text"], .inp_box input[type="password"], .file_bord{
    position: relative;
    width:100%;
    box-sizing:border-box;
    display:block;
    background-color:var(--white);
    padding:18px 20px;
    font-size: clamp(.95em, 2vw, 1.05em);
    border-radius: 10px;
    border: 1px solid var(--border);
    line-height: 1.1em;
  }
  .file_bord input{
    visibility: hidden;
    cursor: pointer;
  }
  .file_bord span{
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: calc(90% - 20px);
    color: #949494;
  }
  .file_bord span.text_cl{
    color: #000;
  }
  .inp_box input[type="text"].active, .inp_box input[type="password"].active, .file_bord.active{
    border-color: #2B2B2B;
  }
  .submit_btn{
    width: 100%;
    padding: 18px;
    background-color: #7F7F7F;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    transition: .2s;
    cursor: pointer;
    margin-top: 10px;
  }
  .submit_btn:hover{
    background-color: #4d4d4d;
  }
  @media screen and (max-width:768px){
    .inp_box input[type="text"], .inp_box input[type="password"], .file_bord{
      padding: 15px 20px;
    }
  }
  @media screen and (max-width:400px){
    .inp_box input[type="text"], .inp_box input[type="password"], .file_bord{
      padding: 12px 15px;
      border-radius: 8px;
    }
    .inp_box .rg_sel{
      flex: 0 0 110px;
    }
  }
  
  /* 전체 박스 */
  .custom_email_select{
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 7px;
    border: 1px solid var(--border);
    font-size: 0.9em;
    max-height: 50px;
    transition: .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 10px;
  }
  
  /* 활성화 시 */
  .custom_email_select.active {
    border: 1px solid #858585;
  }
  
  /* 선택된 값 영역 */
  .custom_email_select .selected {
    padding:18px 20px;
    font-size: clamp(.95em, 2vw, 1.05em);
    line-height: 1em;
    cursor: pointer;
    user-select: none;
  }
  
  /* 옵션 리스트 */
  .custom_email_select .options {
    position: absolute;
    min-width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    list-style: none;
    padding: 0;
    margin-top: 2%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
    left: 2%;
    max-height: 300px;
    overflow-y: auto;
  }
  
  /* 옵션 아이템 */
  .custom_email_select .options li {
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s;
    white-space: nowrap;
  }
  
  .custom_email_select .options li:hover {
    background: #f0f2f5;
  }
  