@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
    font-family: 'Pretendard-Regular', sans-serif !important;
    /*cursor: auto !important;*/
}

.banner {
    width: 100%;
    overflow: hidden;
    margin: 100px 0 70px 0;
    position: relative;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}

.regist-banner-img {
    width: 100%;
    height: auto;
    display: block;
}


.center-text-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 444px !important;
    height: auto;
}

.wrap_slt {
    margin-right: 20px;
}

/*관심고객등록_01*/
.regi01_container {
    /*padding: 0 140px;*/
}
.main_form {
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
}

.term_zone {
    width: 48%;
}

.text_area_zone {
    border: 1px solid #e4e4e4;
    overflow-y: scroll;
    height: 420px;
    text-align: left;
    padding: 20px;
}

.radio_zone {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 20px;
}

.radio_zone strong {
    margin-right: 10px;
}

.radio_zone span label {
    cursor: pointer;
}

.board_form {
    width: 48%;
    border-top: 1px solid #e4e4e4;
}

.board_form .field_tr {
    font-size: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.w420 {
    width: 420px;
}
.board_form .field_tr th {
    border-bottom: 1px solid #e4e4e4;
    width: 120px;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    /*font-weight: bold;*/
    position: relative;
}
.board_form .field_tr th::after {
    position: absolute;
    content: '';
    display: inline;
    width: 1px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-color: #e4e4e4;
}


.board_form td.field {
    font-size: 16px;
    padding: 10px;
    text-align:left;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 500;
    vertical-align:middle;
    height: 66px;
    align-items: center;
}

.board_form td.field.type span,
.board_form td.field.age span {
    display:inline-block;
}

.board_form td.field span label {
    margin-right: 20px;
}
.board_form td.field span label input {
    margin-right: 10px;
}

.button_d {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.button_d a.confirm {
    background-color: #C38D69;
    color: #fff;
    /*color: #231f20;*/
    display: inline-block;
    font-size: 20px;
    width: 300px;
    height: 66px;
    line-height:66px;
    transition: .3s;
}
.button_d a.confirm:hover {
    color: #231f20;
}

.board_form input[type='text']::placeholder {
    font-family: 'Pretendard-Regular' !important;
}

.board_form input[type='text'],
.board_form input[type='tel'],
.board_form select {
    height: 45px;
    font-size:15px;
    cursor: auto !important;
}

.form-group.flex.f01 {
    align-items: center;
}

.form-group.flex.f01 select,
.form-group.flex.f01 input{
    width: 31%;
    cursor: auto !important;
}

.form-group.flex.f01 .hypen {
    display: block;
    width: 3.3333%;
    text-align: center;
}

.form-group.flex.f02 input{
    margin-right: 5px;
    width: calc(100% - 155px);
}


.w120 {
    width: 120px;
}

.w500 {
    width: 100%;
}

.board_form .form-group:nth-of-type(2) {
    margin: 5px 0;
}

.find_tel {
    width: 100px;
    height: 45px;
    line-height: 35px;
    padding: 0;
    font-size: 15px;
    background-color: #C1A37A;
    color:#fff;
    margin-left: 5px;
}

.find_post {
    width: 150px;
    height: 45px;
    line-height: 35px;
    padding: 0;
    font-size: 15px;
    background-color: #494949;
    color:#fff;
    margin-left: 5px;
    font-family: 'Pretendard-Regular' !important;
}

.container .board-table {
    width: 100%;
    border-top: 2px solid #252525;
    font-size: 14px;
    margin-bottom: 40px;
}

.container .board-table th,
.container .board-table td {
    padding: 10px;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}


@media screen and (max-width: 1150px) {

    .main_form {
        display: block;
        padding: 0;
    }

    .term_zone,
    .board_form {
        width: 100%;
    }

    .text_area_zone {
        font-size: 25px;
    }

    .radio_zone {
        align-items: center;
        font-size: 24px;
        gap: 15px;
        text-align: center;
    }

    .radio_zone strong {
        margin-right: 0;
    }

    .board_form {
        margin-top: 30px;
    }
    .board_form td.field span label {
        margin-right: 10px;
    }
    select {
        color: #000 !important;
        border-radius: 0 !important;
    }
    .board_form .field_tr th {
        font-size: 24px;
        padding: 40px 10px;
    }
    .board_form .field_tr td {
        font-size: 22px;
        padding: 40px 10px;
        height: unset;
    }

    .form-group.flex.f02 input {
        width: calc(100% - 200px);
    }

    .find_post {
        width: 195px;
        height: 55px;
        line-height: 55px;
    }

    .board_form input[type='text'],
    .board_form input[type='tel'],
    .board_form select {
        font-size: 22px;
        height: 55px;
    }

    .board_form input[type='radio'],
    .board_form input[type='checkbox'] {
        width: 22px;
        height: 22px;
    }


    .board_form input[type='text']::placeholder {
        font-size: 20px;
    }

    .button_d a.confirm {
        width: 450px;
        height: 100px;
        line-height: 100px;
        font-size: 30px;
    }
    #agree01, #disagree01 {
        width: 25px;
        height: 25px;
    }
    .regi01_container {
        padding: 20px;
    }
    .board_form td.field {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .wrap_slt {
        margin-right: 15px;
    }
    .res_container {
        padding: 35px;
    }

    .res_container ul.tabs li a {
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px !important;

    }

    table.board_write th, table.board_write td {
        padding-left: 20px;
    }
    .board_form td.field {
        border-bottom: none;
    }
    .board_form input[type='text'], .board_form input[type='tel'], .board_form select {
        font-size: 24px;
    }
    .board_form select {
        width: 160px;
    }

}