/* 관심고객등록 reg01 */
.pb_30 {
    padding-bottom: 30px;
}

.agree_wrap {
    padding-bottom: 40px;
    margin-bottom: 30px;
    text-align:left;
}

.agree_box {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    color: #333;
    font-size: 17px;
    font-weight: lighter;

    border: 1px solid #dedede;
    overflow-y: scroll;
    height: 315px;
}

.agree_box p {
    margin-bottom: 20px;
}

.agree_box p:last-of-type {
    margin-bottom: 0;
}

.agree_box .h5 {
    display: inline-block;
    font-weight: 800;
    font-size: 19px;
}

.agree_box .h6 {
    display: inline-block;
    font-weight: 800;
}

.agree_radio {
    font-size: 18px;
    text-align: center;
}

.agree_radio label {
    display:inline-block;
    margin-left: 10px;
    cursor:pointer;
}

.board_write_form {
    width: 100%;
}


.board_write_form .form_field:first-child {
    /*border-top: 1px solid #e4e4e4;*/
}

.board_write_form .form_field {
    font-size: 15px;
    border-bottom: 1px solid #e4e4e4;
}



.board_write_form .form_field th {
    border-bottom: 1px solid #dedede;
    width: 120px;
    font-size: 18px;
    text-align: left;
    padding: 20px;
    padding-left: 40px;
    vertical-align:middle;
}

.board_write_form td.field {
    font-size: 18px;
    padding: 20px;
    text-align:left;
    border-bottom: 1px solid #dedede;
}

.board_write_form td.field.type span,
.board_write_form td.field.age span {
    display:inline-block;
}

.board_write_form td.field span label {
    margin-right: 20px;
    cursor:pointer;
}

.board_write_form .buttons {
    text-align: center;
    margin-top: 40px;
}

.board_write_form .buttons a.confirm {
    background-color: #0a1d2e;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    width: 310px;
    height: 64px;
    line-height:60px;
}

.board_write_form input[type='text'],
.board_write_form input[type='tel'],
.board_write_form select {
    height: 35px;
}

.w120 {
    width: 120px;
}

.w500 {
    width: 500px;
}

.board_write_form .form-group:nth-of-type(2) {
    margin: 5px 0;
}

.find_tel {
    width: 100px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 17px;
    background-color: #C1A37A;
    color:#fff;
    margin-left: 5px;
}

.find_post {
    width: 150px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 17px;
    background-color: #ececec;
    color:#333;
    margin-left: 5px;
}

.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;
}

.container .indicator {
    margin-bottom: 20px;
    text-align: center;
}


.container .search-form select,
.container .search-form input,
.container .search-form span {
    display: inline-block;
    height: 30px;
}

.container .search-form span {
    width: 30px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    line-height: 30px;
    cursor: pointer;
    vertical-align: top;
    transition: all 300ms;
}

.btn a {
    margin: auto;
    margin-top: 40px;
    display:flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    background-color:#f08200;
    color:#fff;
    font-size:25px;
}

.board-table-view {
    width: 100%;
    text-align:center;
    border-top: 2px solid #000;
}

.board-table-view.h {
    text-align:left;
}

.board-table-view tr {
    border-bottom: 1px solid #d5d5d5;
}
.board-table-view tr.notice {
    background-color:#e5e5e5;
    color:#001432;
}

.board-table-view tr.notice td,
.board-table-view tr.notice td a{
    font-family:'NotoSansKR-Regular';
    color:#001432;
}

.board-table-view th {
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
}
.board-table-view.v th {
    background-color: #001432;
    color:#fff;
}

.board-table-view.h th {
    width: 200px;
}

.board-table-view td {
    padding: 15px 10px;
    color:#757575;
    font-family: 'NotoSansKR-Light';
}

.board-table-view td a {
    display:inline;
    font-family: 'NotoSansKR-Light';
}

.board-table-view td a:hover {
    color:#a5a5a5;
}

.board-table-view td .image {
    margin-bottom: 10px;
}

.w120 {
    width: 120px;
}

.w500 {
    width: 500px;
}

.board_write_form .form-group:nth-of-type(2) {
    margin: 5px 0;
}


.regi_t_tit_01 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.regi_t_tit_02 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}
.regi_t_dot {
    width: 18px;
    height: 18px;
    background-color: #333;
    margin-right: 8px;
}
.regi_t_text {
    font-size: 22px;
}
