@charset "UTF-8";

.sub_banner {
    background-color: #f8f8fa;
    padding-block: 50px;
    display: flex;
    justify-content: center;
}
.sub_banner_content {
    display: block;
    text-align: center;
}
.sub_banner_content span {
    margin-top: 20px;
    color: #5c5a56;
    font-weight: 500;
    display: block;
}
.sub_banner_content img {
    display: block;
    position: relative;
    top: 7px;
    left: calc(50% - 235px);
}

/*section02 - 준수사항*/
.section02 {
    margin: 60px 0;
}
.section02 .container {
    display: flex;
    justify-content: space-between;
    width: 1440px;
    margin: 0 auto;
}
.section02 .notice_box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    padding: 24px;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-family: "Noto Sans KR", sans-serif;
}

.section02 .notice_title {
    font-weight: 700;
    font-size: 19px;
    color: #222;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.section02 .notice_icon_outer {
    width: 16px;
    height: 16px;
    background-color: #00a180; /* 빨간색 */
    border-radius: 50%;
    position: relative;
    margin-right: 8px;
    top: 2px;
}

.section02 .notice_icon_inner {
    width: 6px;
    height: 6px;
    background-color: white; /* 내부 원은 흰색 */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section02 .notice_list {
    list-style-type: decimal;
    padding-left: 20px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}
.section02 .notice_list li {
    padding: 4px 0;
}
.noitce_subTitle {
    margin-bottom: 8px;
    font-size: 17px;
    color: #006d57;
    display: flex;
    align-items: center;
}
.ico_arr {
    margin-inline: 8px;
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-mask: url(../img/icon/ico_arr.svg) no-repeat center / contain;
    mask: url(../img/icon/ico_arr.svg) no-repeat center / contain;
    background-color: #006d57;
}

/*section3 테이블*/
.table_wrap {
    width: 1440px;
    margin: 0 auto;
}

.price_table_wrapper {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 14px;
    color: #222;
    width: 100%;
    margin-bottom: 24px;
}

.price_table_wrapper .list_txt > li {
    font-size: 16px;
    padding-left: 18px;
    position: relative;
}
.price_table_wrapper .list_txt > li + li {
    margin-top: 4px;
}
.price_table_wrapper .list_txt > li::before {
    content: "";
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid #999;
    top: 8px;
    left: 0;
    position: absolute;
}
.in_table_txtList {
    font-size: 15px;
}
.in_table_txtList > li + li {
    margin-top: 4px;
}

/* 상단 헤더 행을 flex가 아닌 block 요소로 구조화 */
.table_header_row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 0 4px;
}

.table_header_left {
    display: flex;
    align-items: center;
}

.table_header_note {
    font-size: 13px;
    color: #222;
    white-space: nowrap;
    margin-left: auto;
    font-weight: 500;
}

.price_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.price_table th,
.price_table td {
    padding: 14px 10px;
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.price_table .thead_row_top {
    background-color: #f8fafa;
    border-top: 2px solid #222;
    border-bottom: 1px solid #e5e5e5;
}

.price_table .thead_row_bottom {
    background-color: #f8fafa;
    border-bottom: 1px solid #e5e5e5;
}

/*지정판매소 신청 이용동의*/
.ctitbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.ctit {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}
.ctit_desc {
    margin-left: 18px;
    color: #333;
    font-size: 15px;
    line-height: 1.2;
}
.terms_box {
    margin-top: 20px;
    height: 300px;
    padding: 30px;
    background: #fcfcfc;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #e5e6ea;
}
.terms_box.nobox {
    height: auto;
    padding: 0;
    border: none;
    background: none;
}
.terms_box > *:first-child,
.terms_box .simplebar-content > *:first-child {
    margin-top: 0;
}
.terms_box .simplebar-track.simplebar-vertical {
    width: 13px;
    border-left: 1px solid #e5e6ea;
    background: #f9f9f9;
}
.terms_box .simplebar-scrollbar.simplebar-visible:before {
    background: #9da0a1;
    opacity: 0.8;
}
.terms_box .simplebar-scrollbar.simplebar-visible.simplebar-hover:before {
    opacity: 1;
}
.terms_box .terms_tit {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}
.terms_box .terms_stit {
    margin-top: 5px;
    padding-bottom: 2px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}
.terms_box .terms_txt {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.5;
}
.terms_box .terms_list > li {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height: 21px;
}
.terms_box .terms_list > li > .indt {
    flex: none;
    margin-right: 3px;
}
.terms_box .terms_tit + .terms_list {
    margin-top: 10px;
}
.terms_check {
    margin-top: 10px;
}
.terms_check .terms_q {
    margin-right: auto;
    color: #333;
}
.terms_check .terms_q + .ipt_label_group,
.terms_check .terms_q + .ipt_label {
    flex: none;
}

/* form */
.ipt_flex {
    display: flex;
    align-items: center;
}
* + .ipt_flex {
    margin-top: 10px;
}
.ipt_flex > * + * {
    margin-left: 6px;
}
.ipt_flex > label:first-child + duet-date-picker {
    margin-left: 0;
}
.ipt_flex .ipt_text:read-only,
.ipt_flex .ipt_text:disabled,
.ipt_flex .ipt_textarea:read-only,
.ipt_flex .ipt_textarea:disabled,
.ipt_flex .ipt_select:disabled,
.ipt_flex .duet-date__input:disabled {
    border-color: #e3e5e7 !important;
    background-color: #f8f9f9 !important;
    color: #6a6a6a !important;
    opacity: 1 !important;
}
.ipt_flex .ipt_label input:disabled + label::before {
    border-color: #e3e5e7 !important;
    background-color: #f8f9f9 !important;
    color: #6a6a6a !important;
    opacity: 1 !important;
    box-shadow: 0 0 0 1px #ddd;
}
.ipt_flex .ipt_label input[type="checkbox"]:checked:disabled + label::before {
    background-color: #e3e5e7 !important;
}
.ipt_flex .ipt_th {
    flex: none;
    padding: 0 16px;
    color: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}
.ipt_flex .ipt_th span {
    color: #535353;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.ipt_flex .ipt_text {
    flex: 1;
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #d9dadc;
    border-radius: 10px;
    font-size: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.ipt_flex .ipt_textarea {
    flex: 1;
    width: 100%;
    height: 300px;
    padding: 16px;
    border: 1px solid #d9dadc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
    resize: none;
}
.ipt_flex .ipt_select {
    flex: 1;
    width: 100%;
    height: 40px;
    padding: 0 32px 0 16px;
    border: 1px solid #d9dadc;
    border-radius: 10px;
    background: url(../img/cmm/icon/ico_black_select_arrow.png) no-repeat right 18px center;
    background-color: #fff;
    font-size: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.ipt_flex .ipt_label_group {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* min-height: 50px; */
    margin-right: -24px;
}
.ipt_flex .ipt_label {
    display: inline-flex;
    align-items: center;
    margin-right: 24px;
}
.ipt_flex .ipt_label input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}
.ipt_flex .ipt_label label {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    min-height: 32px;
    padding-left: 36px;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
}
.ipt_flex .ipt_label.reverse label {
    padding-left: 0;
    padding-right: 36px;
}
.ipt_flex .ipt_label input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    border: 1px solid #dadbdd;
    border-radius: 50%;
    background: #fff;
}
.ipt_flex .ipt_label.reverse input[type="radio"] + label::before {
    left: auto;
    right: 0;
}
.ipt_flex .ipt_label input[type="radio"]:checked + label::before {
    border: 8px solid #0560c7;
}
.ipt_flex .ipt_label input[type="checkbox"] + label {
    padding-top: 4px;
    padding-bottom: 4px;
}
.ipt_flex .ipt_label.reverse input[type="checkbox"] + label::before {
    left: auto;
    right: 0;
}
.ipt_flex .ipt_label input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #dedfe1;
    border-radius: 5px;
    background: #fff;
}
.ipt_flex .ipt_label input[type="checkbox"]:checked + label::before {
    border-color: #0560c7;
    background: url(../images/common/ico_white_check.png) no-repeat center center #0560c7;
}
.ipt_flex .ipt_label input:focus + label::before {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 1);
}
.ipt_flex .ipt_label.solo_auto {
    margin-right: auto;
    margin-left: auto;
}
.ipt_flex .ipt_label.solo_auto label {
    padding-left: 28px;
}

.ipt_flex duet-date-picker {
    flex: 1;
    width: 100%;
}
.ipt_flex .duet-date {
    font-family: "SpoqaHanSansNeo", "HelveticaNowDisplay";
}
.ipt_flex .duet-date__input {
    width: 100%;
    height: 40px;
    padding: 0 36px 0 16px;
    border: 1px solid #d9dadc;
    border-radius: 10px;
    font-size: 14px;
    font-family: "SpoqaHanSansNeo", "HelveticaNowDisplay";
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.ipt_flex .duet-date__input:focus {
    box-shadow: 0 0 0 1px #000;
}
.ipt_flex .duet-date__toggle {
    background: none;
    box-shadow: none;
}
.ipt_flex .duet-date__toggle:focus {
    box-shadow: 0 0 0 2px #000;
}
.duet-date__toggle-icon {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
}
.ipt_flex .duet-date__toggle-icon {
    height: 100%;
    background: url(../img/cmm/icon/ico_calendar.png) no-repeat center center;
}
.ipt_flex .duet-date__toggle-icon svg {
    display: none;
}
.ipt_flex .duet-date__table-header {
    font-size: 14px;
    font-weight: 500;
}
.ipt_flex .duet-date__dialog-content * {
    letter-spacing: 0;
}
.ipt_flex duet-date-picker.abs_right .duet-date__dialog {
    left: auto;
    right: 0;
}
.ipt_flex duet-date-picker.show_up .duet-date__dialog {
    left: auto;
    right: 0;
}
.ipt_flex duet-date-picker.show_up .duet-date__dialog {
    top: auto;
    bottom: 100%;
    transform: scale(0.96) translateZ(0) translateY(20px);
}
.ipt_flex duet-date-picker.show_up .duet-date__dialog.is-active {
    transform: scale(1.0001) translateZ(0) translateY(0);
}
.ipt_flex duet-date-picker.show_up .duet-date__dialog-content {
    margin-top: 0;
    margin-bottom: 8px;
    padding: 20px 16px 16px;
}

.ipt_ntc {
    padding: 10px 0;
    font-size: 14px;
    line-height: 19px;
}

/*신청하기 테이블*/
.tbl_write {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #5e5e5e;
    border-bottom: 1px solid #babdc6;
}

.tbl_write > tbody > tr > th {
    padding: 10px 12px 10px 30px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    background-color: #f8f9fb;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

.tbl_write > tbody > tr > th.in_th {
    padding-right: 15px;
    padding-left: 15px;
}
.tbl_write > tbody > tr > th.th_middle {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}
.tbl_write > tbody > tr > th.th_col {
    height: 81px;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}
.tbl_write > tbody > tr > th span.color_red {
    font-weight: 700;
}
.tbl_write > tbody > tr > th .ipt_flex .ipt_label {
    margin-right: 0;
}
.tbl_write > tbody > tr > td {
    height: 50px;
    padding: 7px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    background: #fff;
    color: #333;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.tbl_write > tbody > tr:first-child > * {
    border-top: none;
}
/* 테이블 컬러추가 */
.tbl_write.tbl_nps {
    border-top-color: #6c61b4;
}
.tbl_write.tbl_nps > tbody > tr > th {
    background-color: #f8f7fd;
}
.tbl_write.tbl_nhis {
    border-top-color: #ce5f5f;
}
.tbl_write.tbl_nhis > tbody > tr > th {
    background-color: #fef8f8;
}
.tbl_write.tbl_employ {
    border-top-color: #3da07a;
}
.tbl_write.tbl_employ > tbody > tr > th {
    background-color: #f4fcf9;
}
.tbl_write.tbl_sanjae {
    border-top-color: #009aae;
}
.tbl_write.tbl_sanjae > tbody > tr > th {
    background-color: #f2fbfc;
}
.tbl_write.bd_b2 {
    position: relative;
    border-bottom: 2px solid #5e5e5e;
}

.tbl_write.tbl_data > tbody > tr > th {
    padding: 6px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}
.tbl_write.tbl_data > tbody > tr > td {
    padding: 15px 13px;
    font-size: 15px;
    line-height: 22px;
}
.tbl_write.tbl_data > tbody > tr .ipt_flex .ipt_label_group {
    margin-right: -16px;
}
.tbl_write.tbl_data > tbody > tr .ipt_flex .ipt_label {
    margin-right: 16px;
}
.tbl_write.tbl_data > tbody > tr .ipt_flex .ipt_label label {
    padding-left: 30px;
    font-size: 15px;
}

/* S: print 디자인 */

.layer_page .layer_pop[class*="print_"] .layer_box {
    overflow: visible;
}
.layer_page .layer_pop[class*="print_"] .layer_head {
    padding: 0;
    border-bottom: none;
}
.layer_page .layer_pop[class*="print_"] .layer_head .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.layer_page .layer_pop[class*="print_"] .layer_body * {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400;
}
.layer_page .layer_pop[class*="print_"] .layer_body .sub_sign_box .txt_bottomcenter {
    font-size: 20px !important;
    line-height: 30px !important;
}
.layer_page .layer_pop[class*="print_"] .layer_cont {
    padding: 0;
}
.layer_page .layer_pop[class*="print_"] .layer_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}
.layer_page .layer_pop[class*="print_"] .layer_foot {
    border-top: none;
}
.layer_page .layer_pop[class*="print_"] .btn_close {
    top: 0;
    right: 0;
}
.layer_page .print_end {
    display: none;
}

[class*="print_"] .hr_line {
    background: #000;
}
[class*="print_"] .bill_selectbox {
    border: 1px solid #000;
    border-radius: 0;
}
[class*="print_"] .bill_selectbox .in_body {
    padding: 10px;
}
[class*="print_"] .bill_selectbox .in_body .div_tr + .div_tr {
    padding: 4px 0;
    border-top: none;
}
[class*="print_"] .bill_selectbox .in_body .div_th {
    width: 68px;
}
[class*="print_"] .bill_selectbox .in_body .div_th .ico {
    display: none;
}
[class*="print_"] .bill_selectbox .in_body .div_td {
    min-height: auto;
    padding: 0;
}
[class*="print_"] .ipt_flex .ipt_label_group {
    margin-right: -12px;
}
[class*="print_"] .ipt_flex .ipt_label {
    margin-right: 12px;
}
[class*="print_"] .ipt_flex .ipt_label label {
    min-height: auto;
    padding: 0 0 0 20px !important;
}
[class*="print_"] .ipt_flex .ipt_label input[type="radio"] + label::before,
[class*="print_"] .ipt_flex .ipt_label input[type="checkbox"] + label::before {
    top: 2px;
    width: 16px;
    height: 16px;
    margin-top: 0;
    border-color: #000 !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none;
}
[class*="print_"] .ipt_flex .ipt_label input[type="radio"]:checked + label::before,
[class*="print_"] .ipt_flex .ipt_label input[type="checkbox"]:checked + label::before {
    background: #000 !important;
}
[class*="print_"] .tbl_write.tbl_data {
    border: none;
    border-collapse: collapse;
}
[class*="print_"] .tbl_write.tbl_data > tbody > tr > th,
[class*="print_"] .tbl_write.tbl_data > tbody > tr > td {
    height: auto;
    padding: 0 8px;
    border: 1px solid #000;
    background: none;
}
[class*="print_"] .tbl_title_wrap {
    min-height: auto;
    margin: 15px 0 5px;
}
[class*="print_"] .tbl_title_wrap .title_box .title {
    font-size: 20px !important;
}
[class*="print_"] .tbl_list {
    border: none;
    border-collapse: collapse;
}
[class*="print_"] .tbl_list > * > tr > th,
[class*="print_"] .tbl_list > tbody > tr > td {
    height: auto;
    padding: 0 8px;
    border: 1px solid #000;
    background: none;
}
[class*="print_"] .tbl_list > thead > tr:first-child > th {
    border: 1px solid #000;
}
[class*="print_"] .tbl_list > tbody > tr:first-child > * {
    border-top: none;
}
/* E: print 디자인 */

/*조회 테이블*/
.board_list {
    table-layout: fixed;
    width: 100%;
    margin-top: 25px;
    border-top: 2px solid #5e5e5e;
    border-bottom: 1px solid #babdc6;
}

.board_list th {
    position: relative;
    height: 45px;
    padding: 10px 16px;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}
.board_list th + th::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: #dedede;
}
.board_list td {
    height: 45px;
    padding: 5px 10px;
    border-top: 1px solid #e5e5e5;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}
.board_list > tbody > tr:first-child > * {
    border-top: none;
}
.board_list tbody tr {
    cursor: pointer;
}
.board_list tbody tr:hover {
    background-color: #f8fafa;
}

.board_view {
    border-top: 2px solid #5e5e5e;
    border-bottom: 1px solid #babdc6;
}
.board_view .titbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
}
.board_view .titbox > *:first-child {
    margin-top: 0 !important;
}
.board_view .titbox .tit {
    margin-top: 20px;
    color: #000;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}
.board_view .dlinfobox {
    border-top: 1px solid #e8e8e8;
}
.board_view .dlinfobox > dl {
    display: flex;
    min-height: 42px;
    border-bottom: 1px solid #e8e8e8;
}
.board_view .dlinfobox > dl > dt {
    flex: none;
    display: flex;
    align-items: center;
    width: 200px;
    padding: 6px 15px 6px 15px;
    background: #f7f7f7;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    word-break: keep-all;
}
.board_view .dlinfobox > dl > dd {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 6px 6px 6px 10px;
    color: #000;
    font-size: 15px;
    overflow: hidden;
}
.board_view .dlinfobox > dl > dd .filefield_list {
    padding-right: 18px;
}
.board_view .dlinfobox > dl > dd .filefield_list .btn_view {
    margin-left: 0;
}
.board_view .conbox {
    padding: 15px;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
}
.board_view .answerbox {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}
.board_view .answerbox .ans_tit {
    display: inline-flex;
    position: relative;
    margin-left: 24px;
    padding: 0 20px;
    border: 1px solid #91c1de;
    border-radius: 15px;
    color: #0275bb;
    font-size: 14px;
    line-height: 30px;
}
.board_view .answerbox .ans_tit::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -24px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #797a7d;
    border-left: 2px solid #797a7d;
}
.board_view .answerbox .ans_con {
    padding: 12px 0 0 24px;
}
/*공지사항*/
.searchfield_box {
    display: flex;
    margin: 0 auto;
    padding-left: 24px;
    border: 1px solid #d9dadc;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.searchfield_box .in_item {
    position: relative;
    padding: 0 1px 0 2px;
}
.searchfield_box .in_item + .in_item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: #e6e8eb;
}
.searchfield_box .sc_select {
    min-width: 200px;
    height: 50px;
    padding: 0 48px 0 20px;
    border: none;
    background: url(../img/cmm/icon/ico_black_select_arrow.png) no-repeat right 18px center;
    color: #222;
    font-size: 15px;
}
.searchfield_box .sc_text {
    width: 500px;
    height: 50px;
    padding: 0 24px;
    border: none;
    color: #222;
    font-size: 15px;
}
.searchfield_box .sc_btn {
    width: 80px;
    margin: -1px -1px -1px 0;
    border-radius: 0 100px 100px 0;
    background: #303030;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    -webkit-border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
    -ms-border-radius: 0 100px 100px 0;
    -o-border-radius: 0 100px 100px 0;
}
.board_total {
    margin: 15px 0 12px;
    color: #000;
    font-size: 15px;
    line-height: 1;
}
.board_total .cnt {
    margin: 0 2px 0 6px;
    color: #057ac7;
    font-weight: 700;
    font-family: "HelveticaNowDisplay";
}
.prev_next {
    margin-top: 50px;
    border-top: 1px solid #e8e8e8;
}
.prev_next > li {
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
}
.prev_next > li [class^="tit_"] {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 120px;
    margin-right: 24px;
    color: #000;
    font-size: 15px;
}
.prev_next > li [class^="tit_"]::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: #e8e8e8;
}
.prev_next > li .view_title {
    max-width: 100%;
    color: #000;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 3px;
}
.prev_next > li p.view_title {
    color: #757575;
}
.prev_next > li .view_date {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 36px;
    margin-left: auto;
    color: #505050;
    font-size: 15px;
}
.filefield_list {
    width: 100%;
    display: flex;
    gap: 4px;
}

.filefield_list .file_name_box,
.file_name_box {
    display: inline-flex;
    padding-right: 16px;
    background: url(../img/cmm/icon/ico_black_download.png) no-repeat right center;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
}
.filefield_list li {
    border: 1px solid #ebeced;
    width: fit-content;
    border-radius: 100px;
    padding: 4px 18px;
}
.filefield_list .file_name {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "arial";
}
.filefield_list .file_name span {
    font-family: "SpoqaHanSansNeo";
}
.filefield_list .file_type {
    flex: none;
    letter-spacing: 0;
}
