@charset "utf-8";
.view-cont{
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.view-cont .q_agree{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 1.4rem;
}
.view-cont .q_agree a {
    display: block;
    cursor: pointer;
}
#privacy {
    display: none;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.privacy-policy {
    padding: 2rem;
    border-radius: 1rem;
    max-width: 50rem;
    width: calc(100% - 10rem);
    max-height: 80%;
    overflow-y: auto;
}
.close-button {
    display: block;
    width: calc(100% - 10rem);
    max-width: 50rem;
    background-color: white;
    margin: 5rem auto 0;
    padding: 1rem 3rem;
    cursor: pointer;
    background-color: white;
    color: var(--black-color);
    border: none;
    border-radius: 0.6rem;
    margin-bottom: 3rem;
}
.recruit_model_250814 .radio-group, 
.recruit_model_250814 .checkbox-group{
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}
.recruit_model_250814 .checkbox-group {
  width: 50%;
}
.recruit_model_250814 .radio-group label, .checkbox-group label {
    display: inline-block;
    padding: 1.4rem;
    margin: 0.6rem;
    border: 0;
    border-radius: 0.6rem;
    cursor: pointer;
    background-color: #437fd3;
    color: #fff;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-size: 1.4rem;
    flex-grow: 1;
    white-space: nowrap;
}

.recruit_model_250814 .radio-group input[type="radio"],
.recruit_model_250814 .checkbox-group input[type="checkbox"] {
    display: none;
}

.recruit_model_250814 .radio-group input[type="radio"]:checked + label,
.recruit_model_250814 .checkbox-group input[type="checkbox"]:checked + label {
    background-color: #fb289a;
    color: #fff;
    font-weight: 800;
}

.recruit_model_250814 .radio-group label:hover,
.recruit_model_250814 .checkbox-group label:hover {
    background-color: #fb289a;
    color: #fff;
}

.recruit_model_250814{
    background-color: #94bde4;
    padding: 3rem;
}
.recruit_model_250814 .form-box{
    border-radius: 2rem;
    background-color: #e8f1ff;
    padding: 3rem;
}
.recruit_model_250814 .form-box > ul{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.recruit_model_250814 .form-box .db_info ul .db_th{
    font-weight: 800;
    display: inline-block;
    padding: 0 1rem;
    position: relative;
    margin-bottom: 2rem;
}
.recruit_model_250814 .form-box .db_info ul .db_th::before,
.recruit_model_250814 .form-box .db_info ul .db_th::after{
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    display: block;
    background-color: #94bde4;
    position: absolute;
}
.recruit_model_250814 .form-box .db_info ul .db_th::before{
    left: 0;
}
.recruit_model_250814 .form-box .db_info ul .db_th::after{
    right: 0;
}
.db_info_write ul{
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}
.db_info_write ul .db_th{
    width: 8rem;
    border: 2px solid #437fd3;
    color: #437fd3;
    padding: 1rem;
    text-align: center;
    border-radius: 100rem;
    font-weight: 600;
}
.db_info_write ul .db_input{
    width: 100%;
}
.db_info_write ul .db_input input{
    border-radius: 1rem;
}
.db_info_write ul input{
    width: 100%;
}
.db_info_write2 .db_input{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.recruit_model_250814 .form-box .db_info.db_info_write2 ul .db_th::before{
    display: none;
}
.recruit_model_250814 .form-box .db_info.db_info_write2 ul .db_th::after{
    display: none;
}
.recruit_model_250814 .form-box .db_info.db_info_write2 ul .db_th{
    margin-bottom: 0;
    padding: 1rem;
}
.recruit_model_250814 .db_info_write2 input{
    border-radius: 1rem;
    width: calc(50% - 2rem);
}
.recruit_model_250814 .form-box .db_info.db_info_write2 .checkbox-group{
    width: calc(50% - 2rem);
}
.db_info_write2 .db_input .db_th{
    width: 8rem;
    border: 2px solid #437fd3;
    color: #437fd3;
    padding: 1rem;
    text-align: center;
    border-radius: 100rem;
    font-weight: 600;
}
.recruit_model_250814 .q_agree{
    margin-top: 3rem;
}
.recruit_model_250814 .q_agree label {
      display: flex;
    align-items: center;
    justify-content: center;
    gap:0.5rem;
}
.confirm-box {
    display: flex;
    justify-content: center; /* 버튼 중앙 정렬 */
    align-items: center; /* 수직 중앙 정렬 */
    width: 100%; /* 부모 컨테이너 너비 */
    padding: 1rem 0;
}
input:disabled {
    background-color: #f0f0f0;
    color: #999;
    cursor: not-allowed;
  }
.db_info_write input:hover,
.db_info_write2 input:hover{
    border: 1px solid #d0d3db;
}
/* 버튼 래퍼 */
.q_confirm {
    position: relative;
    display: inline-block;
    width: auto;
    border-radius: 1rem;
    padding: 2rem 4rem;
    background-color: #000;
    color: white;
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 2rem;
    font-size: 4rem;
}
.q_confirm input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.q_confirm.active {
  background-color: #fb289a;
}

#ft {display: none;}
@media (max-width: 768px) {

    .privacy-policy{
        margin-top: 0;
    }
    .db_info_write2 .db_input{
        flex-wrap: wrap;
    }
    .db_info_write2 .db_input .db_th{
        width: 6.5rem;
    }
    .recruit_model_250814 .db_info_write2 input{
        width: calc(100% - 7.5rem);
        font-size: 16px;
    }
    .recruit_model_250814 .form-box .db_info.db_info_write2 .checkbox-group{
        width: calc(100% - 7.5rem);
        margin-left: auto;
    }
    .recruit_model_250814 .form-box .db_info.db_info_write2 .checkbox-group label{
        margin: 0;
    }
    .db_info_write ul .db_input input{
        font-size: 16px;
    }
}

@media (max-width: 375px) {
  .recruit_model_250814 .checkbox-group { width: 100%; }
}