@charset "UTF-8";

/********** S: 컨텐츠 공통 **********/
.subcon_head {
    padding: 15px 13px 15px;
    text-align: center;
}
.subtitle_flex {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.subtitle_flex .subtitle {
    margin-right: auto;
}
.subtitle {
    color: #222;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
}
.subtitle_desc {
    margin-top: 5px;
    color: #555;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.subtitle_in {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.btit {
    margin-top: 15px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

.subtab_list {
    display: flex;
    margin-top: 10px;
    border-radius: 23px;
    background: #f9fbfc;
    box-shadow: inset 0 0 0 1px #e1e9ed;
}
.subtab_list > li {
    flex: 1;
}
.subtab_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    padding: 10px;
    border-radius: 23px;
    color: #555;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}
.subtab_list a[aria-selected="true"] {
    background: #0c6bd5;
    color: #fff;
}

.subtab_panel {
    display: none;
}

/* 스와이퍼 없는 tablist (s)*/
.tab_arrow {
    position: absolute;
    height: 100%;
    width: 70px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
    align-items: center;
    z-index: 1;
}
.left_arrow.active,
.right_arrow.active {
    display: flex;
    -webkit-tap-highlight-color: transparent;
}
.left_arrow {
    left: 0;
    background: linear-gradient(to right, #fff 70%, transparent);
}
.right_arrow {
    right: 0;
    justify-content: flex-end;
    background: linear-gradient(to left, #fff 70%, transparent);
}
.tab_arrow i {
    padding: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.left_arrow i {
    margin-left: 5px;
    background: url(../images/common/left_arrow.svg) no-repeat center / contain;
}
.right_arrow i {
    margin-right: 5px;
    background: url(../images/common/right_arrow.svg) no-repeat center / contain;
}

.tab_container {
    max-width: 100vw;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.scrollable_tablist {
    display: flex;
    padding: 10px 0;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.scrollable_tablist::-webkit-scrollbar {
    display: none;
}
.scrollable_tablist li {
    padding: 0 18px;
    position: relative;
}
.scrollable_tablist li + li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: #d4d9e1;
}
.scrollable_tablist li a {
    display: inline-block;
    padding: 4px;
    color: #222;
    white-space: nowrap;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    border-bottom: solid 3px transparent;
}
.scrollable_tablist li a.active {
    font-weight: bold;
    color: var(--maincolor);
    border-color: var(--maincolor);
}
/* 스와이퍼 없는 tablist (e)*/

.txtlist_dot {
    margin-top: 16px;
}
.txtlist_dot > li {
    position: relative;
    padding-left: 12px;
    color: #222;
    font-size: 15px;
    line-height: 20px;
}
.txtlist_dot > li + li {
    margin-top: 13px;
}
.txtlist_dot > li::before {
    content: "·";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}

.txt_dot {
    position: relative;
    padding-left: 8px;
    color: #222;
    font-size: 1rem;
    line-height: 1.5;
}
.txt_dot::before {
    content: "·";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}

.maxtxt {
    margin-top: 5px;
    font-size: 12px;
    line-height: 17px;
    text-align: right;
}
.maxtxt .cnt {
    margin-left: 8px;
}

.img_notice {
    position: relative;
    margin-top: 10px;
    padding-left: 16px;
    color: #212e4f;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    word-break: break-all;
}
.img_notice::before {
    content: "!";
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #212e4f;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    text-align: center;
    font-family: "SpoqaHanSansNeo";
}
.img_notice.color_red::before {
    background-color: #f23333;
}

.num_text {
    display: flex;
    font-size: 12px;
    line-height: 16px;
}
.num_text .num {
    flex: none;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    border-radius: 100%;
    background: #212e4f;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    font-family: "SpoqaHanSansNeo";
    letter-spacing: 0;
}

.dot_text {
    position: relative;
    padding-left: 12px;
    color: #222;
    font-size: 15px;
    line-height: 21px;
}
.dot_text::before {
    content: "·";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}
.dot_text .ico_arrow_right {
    margin: -2px 8px 0;
    vertical-align: middle;
}

/* 영역박스 */
.box_bg_gray {
    padding: 15px 13px;
    border-radius: 10px;
    background: #f9f9f9;
}
.box_bg_gray > *:first-child {
    margin-top: 0;
}

.box_bd_gray {
    margin-top: 15px;
    padding: 0 13px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.box_bg_gray02 {
    margin-top: 20px;
    padding: 16px 13px;
    background: #f6f7f8;
}

.box_bd_blue {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #0c6bd5;
    border-radius: 10px;
}
.box_bd_gray {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.line_list > li + li {
    border-top: 1px solid #f4f4f5;
}
.line_list .inbox {
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 10px 0;
}
.line_list .dot_text {
    flex: 1;
}
.line_list .ellipsis {
    max-width: max-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0;
}
.line_list .btn_status {
    margin-left: 10px;
}

.line_list .txt_date {
    flex: none;
    margin-left: auto;
    padding-left: 10px;
    color: #555;
    font-size: 13px;
    font-weight: 500;
}

/* icon 아이콘 */
.ico_add {
    display: inline-flex;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: url(../images/common/ico_white_plus.png) no-repeat center center #0c6bd5;
    background-size: 8px;
}
.ico_write {
    display: inline-flex;
    width: 12px;
    height: 12px;

    background: url(../images/common/ico_gray_write.png) no-repeat center center;
    background-size: contain;
}
.ico_white_search {
    display: inline-flex;
    width: 16px;
    height: 17px;
    background: url(../images/common/btn_white_thin_search.png) no-repeat center center;
    background-size: 16px;
}

.ico_gray_search {
    display: inline-flex;
    width: 16px;
    height: 17px;
    background: url(../images/common/btn_gray_thin_search.png) no-repeat center center;
    background-size: 16px;
}

.ico_arrow_right {
    display: inline-flex;
    width: 6px;
    height: 9px;
    background: url(../images/common/ico_gray_arrow.png) no-repeat center center;
    background-size: 6px;
}

.ico_arrow_right.blue {
    background-image: url(../images/common/ico_blue_arrow.svg);
}

.ico_help {
    display: inline-flex;
    justify-content: center;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #212e4f;
    text-align: center;
}
.ico_help::before {
    content: "?";
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    font-style: normal;
    font-family: "SpoqaHanSansNeo";
    letter-spacing: 0;
}

.ico_blue_nt {
    display: inline-flex;
    justify-content: center;
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    border-radius: 50%;
    background-color: #0baf4d;
    text-align: center;
}
.ico_blue_nt::before {
    content: "!";
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    font-style: normal;
    font-family: "SpoqaHanSansNeo";
    letter-spacing: 0;
}

.ico_board_lock {
    display: inline-flex;
    width: 16px;
    height: 20px;
    background: url(../images/common/ico_orange_lock.png) no-repeat center center;
    background-size: contain;
}

.ico_board_new {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f54657;

    text-align: center;
}
.ico_board_new::before {
    content: "N";
    color: #fff;
    font-size: 8px;
    line-height: 20px;
    font-weight: 700;
    font-family: "SpoqaHanSansNeo";
    letter-spacing: 0;
}

[class^="ico_office"] {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center center;
}
.ico_office_hwp {
    background-image: url(../images/common/ico_office_hwp.png);
}
.ico_office_xls {
    background-image: url(../images/common/ico_office_xls.png);
}
.ico_office_pdf {
    background-image: url(../images/common/ico_office_pdf.png);
}
.ico_office_doc {
    background-image: url(../images/common/ico_office_doc.png);
}
.ico_office_pptx {
    background-image: url(../images/common/ico_office_pptx.png);
}

.ico_logo_box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 86px;
    height: 32px;
    padding: 0 12px;
    margin-right: 9px;
    border: 1px solid #e7e6e6;
    border-radius: 5px;
}
.ico_logo_box .ico_logo_txt {
    margin-left: 4px;
    color: #222;
    font-size: 11px;
    font-weight: 700;
}
.ico_logo16 {
    display: inline-flex;
    align-items: center;
    min-width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.ico_logo16.nps {
    background-image: url(../images/common/ico_logo48_nps.png);
}
.ico_logo16.nhis {
    background-image: url(../images/common/ico_logo48_nhis.png);
}
.ico_logo16.employ {
    background-image: url(../images/common/ico_logo48_employ.png);
}
.ico_logo16.sanjae {
    background-image: url(../images/common/ico_logo48_sanjae.png);
}

.ico_play {
    display: inline-flex;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: url(../images/common/btn_blue_play.png) no-repeat center center;
    background-size: contain;
}

/* table */
.tbl_list {
    table-layout: fixed;
    width: 100%;
    margin-top: 15px;
    border-top: 2px solid #5e5e5e;
    border-bottom: 1px solid #babdc6;
}
.tbl_list.tbl_next {
    position: relative;
    margin-top: -1px;
    border-top: 1px solid #e4e4e4;
}
.tbl_list > thead > tr > th:first-child {
    border-left: none;
}
.tbl_list > thead > tr:first-child > th {
    border-top: none;
}
.tbl_list > tbody > tr > *:first-child {
    border-left: none;
}
.tbl_list > thead > tr > th {
    padding: 10px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    background: #f7f7f7;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
}
.tbl_list > tbody > tr > th {
    padding: 10px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    background: #f7f7f7;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
}
.tbl_list > tbody > tr > td {
    padding: 10px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}
.paging {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.paging > * {
    margin: 0 3px;
    font-family: "SpoqaHanSansNeo";
    letter-spacing: 0;
}
.paging a,
.paging strong {
    min-width: 24px;
    height: 24px;
    padding: 0 2px;
    border-radius: 12px;
    color: #444;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.paging strong {
    background-color: var(--maincolor_active);
    color: #fff;
    font-weight: 700;
}
.paging a:hover {
    background-color: #f7f7f7;
}

.paging .btn_first {
    width: 26px;
    height: 26px;
    background: url(../images/common/btn_paging_first.png) no-repeat center center;
    background-size: contain;
}
.paging .btn_prev {
    width: 26px;
    height: 26px;
    margin-right: 8px;
    background: url(../images/common/btn_paging_prev.png) no-repeat center center;
    background-size: contain;
}
.paging .btn_next {
    width: 26px;
    height: 26px;
    margin-left: 8px;
    background: url(../images/common/btn_paging_next.png) no-repeat center center;
    background-size: contain;
}
.paging .btn_last {
    width: 26px;
    height: 26px;
    background: url(../images/common/btn_paging_last.png) no-repeat center center;
    background-size: contain;
}

.tbl_list02 {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d4d5d7;
    border-radius: 10px;
}
.tbl_list02 > thead > tr:first-child > th:first-child {
    border-top-left-radius: 8px;
}
.tbl_list02 > thead > tr:first-child > th:last-child {
    border-top-right-radius: 8px;
}
.tbl_list02 > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 8px;
}
.tbl_list02 > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 8px;
}
.tbl_list02 > thead > tr > th {
    height: 40px;
    padding: 8px 0;
    background: #e9ecee;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
}
.tbl_list02 > tbody > tr > td {
    padding: 8px;
    border-top: 1px solid #e5e5e5;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    word-break: keep-all;
}
.tbl_addr_tit {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    word-break: break-all;
}
.tbl_addr_tit_p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    word-break: break-all;
}

.tbl_write {
    table-layout: fixed;
    width: 100%;
    margin-top: 15px;
    border-top: 2px solid #5e5e5e;
    border-bottom: 1px solid #babdc6;
    word-break: break-all;
}
[class^="tbl_"] .bdl {
    border-left: 1px solid #e4e4e4 !important;
}
.tbl_write > tbody > tr:first-child > th,
.tbl_write > tbody > tr:first-child > td {
    border-top: none;
}
.tbl_write > tbody > tr > th:first-child {
    border-left: none;
}
.tbl_write > tbody > tr > th {
    padding: 10px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.tbl_write > tbody > tr > td {
    padding: 10px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

/* form */
.ipt_flex {
    display: flex;
    align-items: center;
}
* + .ipt_flex {
    margin-top: 10px;
}
.ipt_flex > * + * {
    margin-left: 5px;
}
.ipt_flex > label:first-child + duet-date-picker {
    margin-left: 0;
}
.ipt_flex .ipt_text {
    flex: 1;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #d9dcdd;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
}
.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;
    box-shadow: 0 0 0 1px #dedfe1 !important;
}
.ipt_flex .ipt_label input[type="radio"]:checked:disabled + label::before {
    box-shadow: 0 0 0 1px #dedfe1 !important;
}

.ipt_flex .ipt_textarea {
    flex: 1;
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #d9dcdd;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
    line-height: 18px;
    resize: none;
}
.ipt_flex .ipt_textarea.h60 {
    height: 60px !important;
}

.ipt_flex .ipt_select {
    flex: 1;
    width: 100%;
    height: 35px;
    padding: 0 22px 0 10px;
    border: 1px solid #d9dcdd;
    border-radius: 5px;
    background: url(../images/common/ico_black_arrow_down.png) no-repeat right 10px center #fff;
    background-size: 10px;
    font-size: 13px;
}
.ipt_flex .ipt_text:focus,
.ipt_flex .ipt_select:focus {
    border-color: #5e5e5e;
}
.ipt_flex .ipt_label_group {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px -15px -5px 0;
}
.ipt_flex .ipt_label {
    display: inline-flex;
    align-items: center;
    padding: 5px 0;
    margin-right: 15px;
}
.ipt_flex .ipt_label.solo_auto {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}
.ipt_flex .ipt_label.solo_auto label {
    padding-left: 22px;
}
.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: 24px;
    padding-left: 32px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
}
.ipt_flex .ipt_label.reverse label {
    padding-left: 0;
    padding-right: 32px;
}
.ipt_flex .ipt_label input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 1px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d9dcdd;
    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: 5px solid var(--maincolor);
    box-shadow: 0 0 0 1px var(--maincolor);
}

.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: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 1px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #d9dcdd;
    background: #fff;
}
.ipt_flex .ipt_label input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 0 1px #086435;
    background: url(../images/common/ico_white_check.png) no-repeat center center var(--maincolor);
    background-size: contain;
}
.ipt_flex .ipt_label input:focus + label::before {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 1) !important;
}

.ipt_flex duet-date-picker {
    flex: 1;
    width: 100%;
}
.ipt_flex .duet-date {
    font-family: "Pretendard";
}
.ipt_flex .duet-date__input {
    width: 100%;
    height: 42px;
    padding: 0 42px 0 10px;
    border: 1px solid #d9dcdd;
    border-radius: 5px;
    font-size: 13px;
    font-family: "Pretendard";
}
.ipt_flex .duet-date__input:focus {
    box-shadow: 0 0 0 1px #000;
}
.ipt_flex .duet-date__toggle {
    width: 42px;
    background: none;
    box-shadow: none;
}
.ipt_flex .duet-date__toggle:focus {
    box-shadow: 0 0 0 2px #000;
}
.ipt_flex .duet-date__toggle-icon {
    height: 100%;
    background: url(../images/common/ico_calendar.png) no-repeat center center;
    background-size: 20px;
}
.ipt_flex .duet-date__toggle-icon svg {
    display: none;
}
.ipt_flex .duet-date__table {
    table-layout: fixed;
}
.ipt_flex .duet-date__table-header {
    font-size: 13px;
    font-weight: 500;
}
.ipt_flex .duet-date__dialog-content {
    padding: 0 20px 20px;
}
.ipt_flex .duet-date__dialog-content * {
    letter-spacing: 0;
}
.ipt_flex .duet-date__mobile {
    width: auto;
    margin: 0 -20px 20px;
}

/* 기타공통 */
.ls0 {
    letter-spacing: 0 !important;
}
.ls03 {
    letter-spacing: 0.03rem !important;
}

.flex_none {
    flex: none !important;
}

.help_box {
    display: inline-flex;
    margin: -2px 0 0 4px;
    vertical-align: middle;
}
.help_layer {
    display: none;
    position: absolute;
    right: 8px;
    left: 8px;
    margin-top: 22px;
    border: 1px solid #5e5e5e;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 50;
}
.help_layer .in_head {
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 12px;
    border-bottom: 1px solid #e6e9f0;
}
.help_layer .in_head .tit {
    margin-right: 5px;
    color: #121212;
    font-size: 15px;
    font-weight: 700;
}
.help_layer .in_body {
    padding: 10px 12px 20px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}
.help_layer .in_body .btns {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.help_layer .btn_close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    background: url(../images/common/btn_gray_close.png) no-repeat center center;
    background-size: contain;
}
.help_box.on .help_layer {
    display: block;
}

/* 검색관련 */
.search_ctrl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 43px;
    padding: 6px 13px 6px 10px;
    border-radius: 10px;
    background: #f6f7f8;
}
.search_ctrl .total {
    color: #222;
    font-size: 13px;
    font-weight: 500;
}
.search_ctrl .total .cnt {
    color: #0c6bd5;
    font-weight: 700;
}
.search_ctrl .btn_search_pop {
    display: inline-flex;
    align-items: center;
    height: 30px;
    margin-left: auto;
    padding: 0 31px 0 10px;
    border-radius: 15px;
    background: url(../images/common/ico_gray_search.png) no-repeat right 11px center #fff;
    background-size: 12px;
    color: #222;
    font-size: 12px;
    font-weight: 500;
}
.search_ctrl .select_sort {
    height: 30px;
    margin-left: auto;
    padding: 0 32px 0 10px;
    border: 1px solid #d9dcdd;
    border-radius: 6px;
    background: url(../images/common/ico_black_arrow_down.png) no-repeat right 10px center #fff;
    background-size: 10px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

/* bdbox_list */
.bdbox_list {
    margin-top: 10px;
    word-break: break-all;
}

.bdbox_list > li {
    position: relative;
    margin-bottom: 10px;
}
.bdbox_list .inbox {
    display: block;
    padding: 13px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
}
.bdbox_list .inbox > *:first-child {
    margin-top: 0;
}
.bdbox_list .in_head {
    display: flex;
    align-items: center;
}
.bdbox_list .in_head .txt_type {
    margin-right: 5px;
}
.txt_type {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 13px;
}
.txt_type.type00 {
    background: #f1f1f1;
    color: #4e4e4e;
}
.txt_type.type01 {
    background: #f3f1ff;
    color: #2714a4;
}
.txt_type.type02 {
    background: #fff5f5;
    color: #bf1313;
}
.txt_type.type03 {
    background: #f0fff9;
    color: #00643e;
}
.txt_type.type04 {
    background: #f1feff;
    color: #00606d;
}
.txt_type.type05 {
    background: #f0f6ff;
    color: #0c6bd5;
}
.txt_type.type06 {
    background: #fff0fb;
    color: #b30cd5;
}
.txt_type.type_bd_blue {
    border: 1px solid #0c6bd5;
    background: none;
    color: #0c6bd5;
}
.txt_type.type_bd_purple {
    border: 1px solid #594bb9;
    background: none;
    color: #594bb9;
}
.txt_type + .subtitle_wr {
    margin-top: 6px;
}

.bdbox_list .in_body {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f5;
}
.bdbox_list .in_body .titbox {
    width: fit-content;
    position: relative;
}
.bdbox_list .in_body .tit {
    position: relative;
    color: #222;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}
.ipt_flex .ipt_label input[type="checkbox"] + label.tit::before {
    top: 12px;
}
.bdbox_list .in_body .tit.new + .ico_board_new {
    margin-left: 5px;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
}
.bdbox_list .in_body .tit.ellipsis {
    max-width: max-content;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    letter-spacing: 0;
}

.bdbox_list .in_body .tit.ellipsis.lock {
    padding-right: 25px;
}
.bdbox_list .in_body .tit.ellipsis.lock .ico_board_lock {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bdbox_list .in_body .tit.ellipsis.new {
    padding-right: 29px;
}
.bdbox_list .in_body .tit.ellipsis.new .ico_board_new {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bdbox_list .in_body .tit.ellipsis.lock.new {
    padding-right: 54px;
}
.bdbox_list .in_body .tit.ellipsis.lock.new .ico_board_lock {
    right: 30px;
}

.bdbox_list .in_body .tit.ellipsis.answer {
    padding-left: 38px;
}
.bdbox_list .in_body .tit.ellipsis.answer .span_answer {
    position: absolute;
    top: 2px;
    left: 10px;
    width: 24px;
    height: 16px;
    border-radius: 8px;
    background: #0c6bd5;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
}
.bdbox_list .in_body .tit.ellipsis.answer .span_answer::before {
    content: "";
    position: absolute;
    top: 1px;
    left: -10px;
    width: 8px;
    height: 8px;
    border-bottom: 1px dotted #0c6bd5;
    border-left: 1px dotted #0c6bd5;
}

.bdbox_list .in_foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px;
}
.bdbox_list .txt_span {
    color: #555;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}
.bdbox_list .btn_file_pop {
    flex: none;
    width: 19px;
    height: 20px;
    margin-left: auto;
    background: url(../images/common/ico_gray_file.png) no-repeat center center;
    background-size: contain;
}

.bdbox_list .in_data {
    padding-top: 6px;
}
.bdbox_list .in_data .txt {
    padding-bottom: 2px;
    color: #555;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

.dl_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dl_box > dt {
    flex: none;
    margin-top: 10px;
}
.dl_box > dd {
    width: calc(50% - 72px);
    margin-top: 10px;
    padding: 0 10px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

/********** E: 컨텐츠 공통 **********/

/********** S: sub contents **********/
.blue_videobox {
    background: #15aae2;
    text-align: center;
}
.blue_videobox video {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.ilb_overview {
    padding: 0 0 15px;
    background: #fff;
}
.ilb_overview .instep2 {
    display: flex;
    position: relative;
    margin-top: 15px;
}
.ilb_overview .instep2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    background: url(../images/sub/MbizFeii01001M01_ico_overview_instep2_arrow.png) no-repeat center center;
    background-size: contain;
}
.ilb_overview .instep2 > li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
}
.ilb_overview .instep2 > li::before {
    content: "";
    position: absolute;
}
.ilb_overview .instep2 > li .txt {
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
}
.ilb_overview .instep2 > li:nth-child(1) {
    background: #13a255;
}
.ilb_overview .instep2 > li:nth-child(1)::before {
    width: 73%;
    height: 0;
    padding-bottom: 73%;
    bottom: -14.6%;
    right: 48%;
    border-radius: 50%;
    background: #19ac5d;
}
.ilb_overview .instep2 > li:nth-child(2) {
    background: #0275bb;
}
.ilb_overview .instep2 > li:nth-child(2)::before {
    width: 81%;
    height: 0;
    padding-bottom: 81%;
    top: -12%;
    left: 39%;
    border-radius: 50%;
    background: #0269a8;
}
.ilb_overview .instep5 {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}
.ilb_overview .instep5 > li {
    position: relative;
    margin-top: 10px;
    padding: 0 13px;
    border-radius: 20px;
    background: #f5f9f1;
    /* box-shadow: 0 16px 24px rgba(2, 41, 54, 0.05); */
}
.ilb_overview .instep5 > li + li::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: url(../images/sub/MbizFeii01001M01_ico_overview_instep5_arrow.png) no-repeat center center;
    background-size: contain;
}
.ilb_overview .instep5 .inbox {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 7px;
}
.ilb_overview .instep5 .inbox .ico {
    display: flex;
    align-items: center;
    width: 25px;
}
.ilb_overview .instep5 .inbox .ico img {
    height: 17px;
}
.ilb_overview .instep5 .inbox .txt {
    flex: 1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.ilb_overview .instep5 ul {
    padding: 5px 0 9px;
    border-top: 1px solid #f4f4f5;
}
.ilb_overview .instep5 ul li {
    position: relative;
    margin-top: 2px;
    padding-left: 15px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
}
.ilb_overview .instep5 ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #414344;
}

.ilb_business {
    padding: 25px 0 30px;
    background: #fff;
}
.ilb_business .inbusiness {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}
.ilb_business .inbusiness > li {
    margin-top: 10px;
}

.ilb_business .inbusiness .inbox {
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 40px;
}
.ilb_business .inbusiness > li:nth-child(2) .inbox {
    min-height: 100px;
    border-radius: 50px;
}
.ilb_business .inbusiness .inbox .ico {
    display: flex;
    align-items: center;
    width: 30px;
}

.ilb_business .inbusiness .inbox .tit {
    width: 41px;
    margin: 0 0 0 9px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
}
.ilb_business .inbusiness > li:nth-child(1) .inbox .tit {
    color: #069448;
}
.ilb_business .inbusiness > li:nth-child(2) .inbox .tit {
    color: #6737c8;
}
.ilb_business .inbusiness > li:nth-child(3) .inbox .tit {
    color: #0275b8;
}
.ilb_business .inbusiness .inbox .txtbox {
    flex: 1;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
}
.ilb_business .inbusiness .inbox .txtbox::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #f4f4f5;
}
.ilb_business .inbusiness .inbox .tit_p {
    display: block;
    color: #121212;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.ilb_business .inbusiness .inbox .txt {
    display: block;
    margin-top: 2px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
}

.ilb_portalservices {
    padding: 25px 0 30px;
    background: #f8fafa;
}
.ilb_portalservices .inportalservices {
    padding-top: 7px;
}
.ilb_portalservices .inportalservices > li {
    margin-top: 10px;
}
.ilb_portalservices .inportalservices .inbox {
    display: flex;
    align-items: center;
    min-height: 88px;
    padding: 15px 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 9px 13px rgba(2, 76, 104, 0.03);
}
.ilb_portalservices .inportalservices .inbox .ico {
    display: flex;
    align-items: center;
    width: 27px;
}
.ilb_portalservices .inportalservices .inbox .txtbox {
    flex: 1;
    margin-left: 20px;
    overflow: hidden;
}
.ilb_portalservices .inportalservices .inbox .tit {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.ilb_portalservices .inportalservices .inbox .tit_p {
    margin-top: 2px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
}

.subtitle_wr {
    margin-top: 25px;
    color: #222;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
}

.login_links {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.login_links > li {
    position: relative;
}
.login_links > li + li {
    margin-left: 20px;
    padding-left: 21px;
}
.login_links > li + li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: #d4d9e1;
}
.login_links > li > a {
    color: #222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: underline;
}

.select_loginid {
    margin-top: 12px;
}
.select_loginid .in_item {
    position: relative;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background: #fff;
}
.select_loginid .in_item + .in_item {
    margin-top: 15px;
}
.select_loginid .in_item .tit {
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 54px;
    margin-left: 13px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    z-index: 1;
}
.select_loginid .in_item .con {
    padding: 10px;
}
.select_loginid .in_item .con > *:first-child {
    margin-top: 0;
}
.select_loginid .in_item .sel_label input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}
.select_loginid .in_item .sel_label label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    height: 55px;
    padding: 0 10px;
    border-radius: 10px 10px 0 0;
    background: #555;
}
.select_loginid .in_item .sel_label label .txt {
    padding: 0 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
}
.select_loginid .in_item .sel_label input:checked + label {
    background: #0c6bd5;
}
.select_loginid .in_item .sel_label input:checked + label .txt {
    background: #fff;
    color: #0c6bd5;
}

.memb_gray_box {
    margin-top: 10px;
    padding: 13px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background: #fff;
}

.view_file_list > li {
    display: flex;
    align-items: center;
}
.view_file_list > li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebeced;
}
.view_file_list .file_name {
    position: relative;
    margin-right: 15px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    letter-spacing: 0;
}
.view_file_list .file_name::after {
    content: "";
    display: inline-flex;
    width: 8px;
    height: 18px;
    margin-left: 6px;
    background: url(../images/common/ico_black_download.png) no-repeat right center;
    background-size: 8px;
    vertical-align: top;
}
.view_file_list .btn_view {
    flex: none;
    height: 30px;
    padding: 0 24px 0 8px;
    margin-left: auto;
    border: 1px solid #acaeaf;
    border-radius: 8px;
    background: url(../images/common/btn_gray_search.png) no-repeat right 8px center;
    background-size: 12px;
    font-size: 13px;
    line-height: 28px;
}
.view_file_list .btn_view:hover {
    background-image: url(../images/common/btn_white_search.png);
    background-color: #45484b;
}

.prev_next {
    margin-top: 30px;
    border-top: 1px solid #e8e8e8;
}
.prev_next > li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.prev_next > li > [class^="tit_"] {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 68px;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 700;
}
.prev_next > li > [class^="tit_"]::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url(../images/common/ico_black_arrow_down.png) no-repeat center center;
    background-size: contain;
}
.prev_next > li > [class^="tit_prev"]::before {
    transform: rotate(180deg);
}

.prev_next > li > .view_title {
    display: block;
    position: relative;
    width: 100%;
    padding: 16px 16px 16px 87px;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0;
}
.prev_next > li > p.view_title {
    opacity: 0.8;
}
.prev_next > li > a.view_title:hover,
.prev_next > li > a.view_title:focus {
    text-decoration: underline;
}

.blue_toggle_wrap {
    margin-top: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background: #fff;
}
.blue_toggle_ctrl {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin: -1px -1px 0 -1px;
    padding: 10px 14px;
    border-radius: 10px 10px 0 0;
    background: var(--maincolor);
}
.blue_toggle_ctrl.gray_toggle {
    background: #565656;
}
.blue_toggle_wrap.close .blue_toggle_ctrl {
    border-radius: 10px;
}
.blue_toggle_ctrl .cond {
    margin-right: 9px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.blue_toggle_ctrl .title {
    margin-right: auto;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.blue_toggle_ctrl .blue_toggle_btn {
    flex: none;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border-radius: 100%;
    background: url(../images/common/ico_blue_arrow_up.svg) no-repeat center center #fff;
    background-size: 12px;
}
.blue_toggle_ctrl.gray_toggle .blue_toggle_btn {
    background: url(../images/common/ico_allmenu_arrow.png) no-repeat center center #fff;
    background-size: 12px;
    transform: rotate(180deg);
}
.blue_toggle_wrap.close .blue_toggle_ctrl .blue_toggle_btn {
    transform: rotate(180deg);
}
.blue_toggle_wrap.close .blue_toggle_ctrl.gray_toggle .blue_toggle_btn {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.blue_toggle_box {
    padding: 13px;
}
.blue_toggle_box > *:first-child {
    margin-top: 0;
}
.blue_toggle_wrap.close .blue_toggle_box {
    display: none;
}

.simple_toggle_ctrl {
    position: relative;
    margin-top: 25px;
    padding: 0 36px;
}
.simple_toggle_ctrl.title_left {
    padding-left: 0;
}
.simple_toggle_ctrl.title_left .subtitle {
    text-align: left;
}
.simple_toggle_btn {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
    background: url(../images/common/ico_black_arrow_down.png) no-repeat center center;
    background-size: 10px;
    transform: rotate(180deg);
}
.simple_toggle_wrap.close .simple_toggle_btn {
    transform: rotate(0);
}
.subtitle_desc + .simple_toggle_btn {
    top: auto;
    bottom: 3px;
}
.simple_toggle_box {
    position: relative;
}
.simple_toggle_wrap.close .simple_toggle_box {
    height: 200px;
    overflow: hidden;
}
.simple_toggle_wrap.close .simple_toggle_box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent, #fff 85%);
}

.service_flex > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 13px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
}
.service_flex > li + li {
    margin-top: 10px;
}
.service_flex .ico {
    flex: none;
    width: 58px;
    margin-right: 18px;
}
.service_flex .txtbox {
    flex: 1;
}
.service_flex .in_head {
    display: flex;
    align-items: center;
}
.service_flex .in_head .tit {
    margin-right: 9px;
    color: #222;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
}
.service_flex .in_head .type {
    padding: 0 12px;
    border-radius: 12px;
    background: #f1f1f1;
    color: #4e4e4e;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
}
.service_flex .in_body {
    margin-top: 10px;
    padding-top: 6px;
    border-top: 1px solid #f4f4f5;
}
.service_flex .in_body > li {
    font-size: 13px;
    line-height: 18px;
}
.service_flex .in_body > li + li {
    margin-top: 9px;
}
.service_flex .in_body > li > a {
    padding-right: 15px;
    background: url(../images/common/ico_gray_arrow.png) no-repeat right center;
    background-size: 6px;
    color: #000;
}

.terms_box {
    font-size: 13px;
    line-height: 17px;
}
.terms_tit {
    color: #086435;
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
}
.terms_stit {
    color: #000;
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
}
.terms_txt {
    color: #000;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}
.terms_list {
    color: #000;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}
.terms_check {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 15px 0 2px;
    border-top: 1px solid #f4f4f5;
}

.swiper_tabmenu {
    position: relative;
    margin: 0 -13px;
    padding-top: 7px;
}
.swiper_tabmenu::before {
    content: "";
    position: absolute;
    top: 0;
    right: 13px;
    left: 13px;
    height: 1px;
    background: #f4f4f5;
}
.swiper_tabmenu.nobdt::before {
    display: none;
}
.swiper_tabmenu .swiper-slide {
    position: relative;
    width: auto;
    padding: 0 14px;
}
.swiper_tabmenu .swiper-slide::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: #d4d9e1;
}
.swiper_tabmenu .swiper-slide:last-child:before {
    display: none;
}
.swiper_tabmenu .swiper-slide a {
    display: block;
    position: relative;
    padding: 4px;
    color: #222;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}
.swiper_tabmenu .swiper-slide a[aria-selected="true"] {
    color: #086435;
    font-weight: 700;
}
.swiper_tabmenu .swiper-slide a[aria-selected="true"]::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 1.5px;
    background: #086435;
}

.dict_box {
}
.dict_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.dict_list > li {
    flex: 1 1 calc(100% / 7 - 10px);
    margin: 10px 5px 0;
}
.dict_list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #dddee2;
    border-radius: 10px;
    background: #f6f7f8;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}
.dict_list > li > a[aria-current="true"] {
    border-color: #0275bb;
    background: #0275bb;
    color: #fff;
}
.dict_result_list > li + li {
    margin-top: 10px;
}
.dict_result_list a {
    display: block;
    position: relative;
    padding: 3px 10px 3px 18px;
    border-radius: 12px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}
.dict_result_list a:focus {
    z-index: 1;
}
.dict_result_list a::before {
    content: "·";
    position: absolute;
    top: 3px;
    left: 8px;
    font-weight: 700;
}
.dict_result_list a:hover {
    background: #d9e9f2;
    color: #0c6bd5;
    font-weight: 700;
}
.dict_result_detail {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}
.type_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px -5px 0 0;
}
.type_box [class^="type_"] {
    padding: 6px 12px;
    margin: 5px 5px 0 0;
    border-radius: 15px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
}
.type_box .type_nps {
    background-color: #6c61b4;
}
.type_box .type_nhis {
    background-color: #ce5f5f;
}
.type_box .type_employ {
    background-color: #3da07a;
}
.type_box .type_sanjae {
    background-color: #009aae;
}

.file_list_wrap .ipt_file {
    display: none;
}
.file_list_wrap .ipt_flex {
    margin-top: 10px;
}
.file_list_wrap .ipt_text {
    letter-spacing: 0;
}

.sub_step_num {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    padding: 16px 0 12px;
    border-radius: 10px;
    background: #f9f9f9;
    text-align: center;
}
.sub_step_num .inbox {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto 27px;
}
.sub_step_num .inbox .num {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #b5b7b9;
    border-radius: 100%;
    background: #fff;
    color: #777;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    font-family: "SpoqaHanSansNeo";
    letter-spacing: 0;
}
.sub_step_num .inbox .txt {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}
.sub_step_num > li[aria-current="true"] .inbox .num {
    border-color: #0275bb;
    color: #0275bb;
}
.sub_step_num > li[aria-current="true"] .inbox .txt {
    bottom: -28px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0;
    color: #222;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    white-space: nowrap;
    transform: translateX(-50%);
    overflow: visible;
    clip-path: none;
}

.sub_step_txt {
    display: flex;
    flex-direction: column;
}
.sub_step_txt > li {
    position: relative;
}
.sub_step_txt > li + li {
    padding-top: 30px;
}
.sub_step_txt > li + li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 50%;
    width: 12px;
    height: 8px;
    margin-left: -6px;
    background: url(../images/common/ico_arrow_down_gray.png) no-repeat center center;
    background-size: contain;
}
.sub_step_txt .inbox {
    display: block;
    height: 100%;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(19, 31, 38, 0.08);
    overflow: hidden;
}
.sub_step_txt .inbox .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 4px 10px;
    background: #39ab6e;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
}
.sub_step_txt .inbox .tit.bg_darkblue {
    background: #104c94;
}
.sub_step_txt .inbox .tit .num {
    margin-right: 4px;
}
.sub_step_txt .inbox .txt {
    padding: 10px;
    color: #393f43;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.mjoin_box {
    margin-top: 30px;
    text-align: center;
}
.mjoin_box .icoimg {
    display: block;
    width: 75px;
    margin: 0 auto;
}
.mjoin_box .title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.mjoin_box .title_desc {
    margin-top: 3px;
    color: #555;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.example_wrap {
    font-size: 13px;
    line-height: 17px;
    word-break: break-all;
}

.blue_intro {
    padding: 25px 13px;
    margin: 30px -13px -30px;
    background: #f4fafc;
    overflow: hidden;
    text-align: center;
}
.ntcnbox .btn_style span {
    letter-spacing: -1px;
}
.btn_style .ico_move {
    margin-left: 4px;
}
.ico_write {
    display: inline-flex;
    width: 12px;
    height: 12px;
    background: url(../images/common/ico_move.png) no-repeat center center;
    background-size: contain;
}
/********** E: sub contents **********/

/********** S: editor5 **********/
.editor_wrap {
    width: 100%;
}
.ck.ck-editor {
    width: 100%;
}
.ck-editor__editable {
    min-height: 200px;
}
.ck-content {
    line-height: initial;
}
.ck-content ul,
.ck-content ol {
    padding-left: 18px;
}
/********** E: editor5 **********/

.ico_call {
    display: inline-flex;
    width: 20px;
    height: 20px;
    background: url(../images/sub/ico_call.svg) no-repeat center center;
    background-size: contain;
}
/********** S: 신청안내 **********/
.img_box img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 400px;
}
.ilb_overview .stepList {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}
.ilb_overview .stepList01 > li {
    position: relative;
    margin-top: 10px;
    padding: 0 13px;
    border-radius: 100px;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.ilb_overview .step01 > li {
    border: solid 1px #c8daff;
}
.ilb_overview .step02 > li {
    border: solid 1px #e1e1e1;
}
.ilb_overview .stepList .inbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 7px;
    height: 48px;
}
.ilb_overview .stepList .inbox .ico {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ilb_overview .step01 .inbox .ico {
    margin-right: 10px;
    width: 32px;
}
.ilb_overview .step02 .inbox .ico {
    margin-right: 10px;
    width: 32px;
}
.ilb_overview .stepList01 .inbox .ico img {
    height: 20px;
}
.ilb_overview .stepList .inbox .txt {
    flex: 1;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
}
.ilb_overview .stepList01 > li + li::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    width: 28px;
    height: 28px;
    margin-left: -10px;
    background-size: contain;
}
.ilb_overview .step01 > li:nth-child(2):before {
    background: url(../images/sub/ico_step01_1.svg) no-repeat center/contain;
}
.ilb_overview .step01 > li:nth-child(3):before {
    background: url(../images/sub/ico_step01_1.svg) no-repeat center/contain;
}
.ilb_overview .step01 > li:nth-child(4):before {
    background: url(../images/sub/ico_step01_1.svg) no-repeat center/contain;
}
.ilb_overview .step01 > li:nth-child(2):before {
    background: url(../images/sub/ico_step01_1.svg) no-repeat center/contain;
}

.ilb_overview .step02 > li:nth-child(2):before {
    background: url(../images/sub/ico_step02_1.svg) no-repeat center/contain;
}
.ilb_overview .step02 > li:nth-child(3):before {
    background: url(../images/sub/ico_step02_1.svg) no-repeat center/contain;
}
.ballon01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 30px;
    margin: 0 auto 10px;
    border-radius: 10px;
    background-color: var(--subcolor01);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}
.ballon01::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 22px;
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 20px solid var(--subcolor01);
    border-bottom: 19px solid transparent;
    transform: rotate(360deg);
}
.imgbox img {
    display: block;
    width: 100%;
}
.guide_imgbox01 {
    width: 110px;
    margin-top: 15px;
    margin-left: 10px;
    flex-shrink: 0;
}
.guide_imgbox02 {
    width: 50px;
    margin-top: 15px;
    margin-left: 10px;
    flex-shrink: 0;
}
.guide_days {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.guide_days li {
    font-size: 14px;
    color: #fff;
    background-color: var(--maincolor_active);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.guide_bg01 {
    background-color: #f4f6f2;
}
.flex_list2 {
    display: flex;
    flex-wrap: wrap;
    padding: 1px 0 0 1px;
}
.flex_list2 > li {
    flex: 1 1 100%;
    margin: -1px 0 0 -1px;
    border: 1px solid #e9ebec;
}
.flex_list2 > li > .inbox {
    display: block;
    position: relative;
    padding: 10px 15px;
    color: #222;
}
.flex_list2 > li > .inbox .tit {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
}
.flex_list2 > li > .inbox .txt {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}
/********** E: 신청안내 **********/
/********** S: 사진팝업 **********/
.photoView_a {
    vertical-align: middle;
    word-break: break-word !important;
}
.photoView_a i {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 2px;
    width: 13px;
    height: 13px;
    background: url(../images/sub/ico_photoView.svg) no-repeat center / contain;
}
/********** E: 사진팝업 **********/
/********** S: 배출안내 **********/
.link_wrap {
    font-weight: 800;
}
.link_wrap::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    margin: 0 3px;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background: url("../images/common/ico_move.png") no-repeat center / contain;
}

.counter_wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    height: 30px;
    border-radius: 10px;
    border: 1px solid #e4e6e1;
    background-color: #fff;
}
.counter_wrap .btn_counting_minus {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}
.counter_wrap .check_counting {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 60px);
    height: 100%;
    border: none;
    border-left: 1px solid #e4e6e1;
    border-right: 1px solid #e4e6e1;
    background-color: #f1f1f1;
    font-family: "SpoqaHanSansNeo";
    font-size: 15px;
    text-align: center;
}
.counter_wrap .btn_counting_minus::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 3px;
    background: url(../images/sub/btn_counting_minus.png) no-repeat center / 11px auto;
}
.counter_wrap .btn_counting_plus {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}
.counter_wrap .btn_counting_plus::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../images/sub/btn_counting_plus.png) no-repeat center / 11px auto;
}
.btn_delete_discharge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    border: 1px solid #e4e6e1;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.btn_delete_discharge::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/sub/delete_discharge.svg) no-repeat center / 12px auto;
}
/*예시사진*/
.board_list .btn_view {
    flex: none;
    height: 32px;
    padding: 0 30px 0 12px;
    margin-left: auto;
    border: 1px solid #acaeaf;
    border-radius: 8px;
    background: url(../images/common/btn_gray_search.png) no-repeat right 10px center;
    background-size: 14px;
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
}
/* 사진슬라이드 */
.photoList {
    height: 80%;
    width: 100%;
}
.photoList .swiper-wrapper {
    align-items: center;
}
.photoList .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photoList .swiper-slide img {
    display: block;
    width: 85%;
    height: 100%;
    object-fit: contain;
    max-width: 500px;
    max-height: 300px;
}
.photoList .swiper-button-prev,
.photoList .swiper-button-next {
    background-color: #fff;
    border: solid 1px #666;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.photoList .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 4px;
    right: auto;
}
.photoList .swiper-button-next,
.swiper-rtl .swiper-button-next {
    right: 4px;
    left: auto;
}
.photoList .swiper-button-prev:after {
    margin-right: 2px;
}
.photoList .swiper-button-next:after {
    margin-left: 2px;
}
.photoList .swiper-button-prev:after,
.photoList .swiper-button-next:after {
    font-size: 15px;
    font-weight: bold;
    color: #666;
}
.photoList .swiper-button-prev:hover,
.photoList .swiper-button-next:hover {
    border-color: var(--maincolor_active);
}
.photoList .swiper-button-prev:focus-visible,
.photoList .swiper-button-next:focus-visible {
    outline-color: var(--maincolor_active);
}
.photoList .swiper-button-prev:hover:after,
.photoList .swiper-button-next:hover::after,
.photoList .swiper-button-prev:focus-visible:after,
.photoList .swiper-button-next:focus-visible:after {
    color: var(--maincolor_active);
}
/* 썸네일슬라이드 */
.swiper.photoListThumb {
    width: 80%;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.photoListThumb {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.photoListThumb .swiper-slide {
    width: 25%;
    height: 60px;
    border: solid 1px #ddd;
    opacity: 0.4;
}
.photoListThumb .swiper-slide-thumb-active {
    opacity: 1;
}
.photoListThumb .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: fill;
    margin: 0 auto;
}
/********** E: 배출안내 **********/
/********** S: 신청하기 **********/
.stepNumber {
    display: flex;
    align-items: center;
    justify-content: center;
}
.stepNumber li + li {
    margin-left: 30px;
    position: relative;
}
.stepNumber li + li::before {
    content: "···";
    font-size: 20px;
    letter-spacing: 4px;
    color: #7f7f7f;
    position: absolute;
    top: 50%;
    left: -27px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.stepNumber li div {
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 18px;
    color: #7f7f7f;
    border: solid 1px #b8babc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.stepNumber li div.active {
    border: 1px solid #0c6bd5;
    color: #0c6bd5;
}

.paid_box {
    margin: 50px 0;
}
.paid_box .txt {
    text-align: center;
}
.paid_box .imgbox {
    width: 60px;
    margin: 20px auto 0;
}
.ico_phtPlus {
    width: 18px;
}
/********** E: 신청하기 **********/
/********** S: 개인정보처리방침 **********/
.privacy {
    font-size: 14px;
}
.privacy h3,
.privacy h4,
.privacy h5 {
    margin-top: 10px;
}
.privacy h3 {
    font-size: 16px;
}
.privacy h4 {
    font-size: 15px;
}
.privacy h5 {
    font-size: 14px;
}
/********** E: 개인정보처리방침 **********/
/********** S: 비용안내 **********/
.ico_download {
    display: inline-block;
    width: 8px;
    height: 18px;
    background: url("../images/common/ico_black_download.png") no-repeat center/ contain;
    margin-left: 5px;
    vertical-align: middle;
}
/********** E: 비용안내 **********/
/********** S: 배출신청 확인 **********/
.cardlist {
    font-size: 14px;
    border-top: 2px solid #5e5e5e;
    border-bottom: 1px solid #babdc6;
    word-break: break-all;
}
.cardlist > li {
    padding: 15px 10px;
}
.cardlist > li + li {
    border-top: 1px solid #f3f3f3;
}
.cardlist > li .items {
    font-weight: 500;
}
.cardlist > li .items_type {
    margin-top: 2px;
}
.cardlist > li .items_price {
    margin-top: 5px;
    text-align: right;
}
.cardlist > li .total_price {
    font-weight: 500;
    font-weight: bold;
    color: #0275bb;
    display: flex;
    justify-content: space-between;
}
.pay_btn_box button {
    flex: 1;
}
.items_price .label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 21px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 12px;
}
.items_price .label.red {
    background: #fff5f5;
    color: #bf1313;
}
.items_price .label.blue {
    background: #f1feff;
    color: #00606d;
}
.items_price .label.green {
    background: #f0fff9;
    color: #00643e;
}
.items_price .label.purple {
    background: #f3f1ff;
    color: #2714a4;
}
.box_bg_gray10 {
    padding: 10px;
}
.cardTit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cardlist > li .sub_cardList .items_price {
    margin-top: 0px;
}
.cardlist > li .sub_cardList li:not(:first-child) {
    margin-top: 15px;
}
.cardTit .items {
    padding-right: 10px;
}
.sub_cardList li {
}
/********** E: 배출신청 확인 **********/
/********** S: 환불신청 조회 **********/
.cardlist01 li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cardlist01 li .left {
    width: calc(100% - 105px);
}
.cardlist01 li .right a {
    width: 93px;
}
.rm_box {
    width: 100%;
    min-height: 35px;
    padding: 10px;
    border: solid 1px #e3e5e7;
    background-color: #f8f9f9;
    color: #000;
    border-radius: 5px;
    font-size: 13px;
    word-break: keep-all;
}
/********** E: 환불신청 조회 **********/
/********** S: 공지사항 **********/
.noticeList .in_body {
    padding-right: 25px !important;
    position: relative;
}
.noticeList .in_body .ico_move_arrow {
    position: absolute;
    width: 9px;
    height: 12px;
    background: url(../images/sub/ico_move_arrow.png) no-repeat center / contain;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
}

.details_page dt,
.details_page dd {
    position: relative;
    border-bottom: 1px #ccc solid;
    min-height: 46px;
    box-sizing: border-box;
    word-break: break-all;
    font-size: 13px;
}
.details_page dt,
.details_page dd {
    display: block !important;
}
.details_page .titleBox > * {
    padding: 0 10px 10px;
    text-align: left;
}
.details_page .titleBox .subtitle {
    font-size: 17px;
    line-height: 1.4;
}
.details_page .titleBox .subtitle_desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.details_page.cont dd {
    padding: 0 10px;
    line-height: 24px;
}
.details_page.cont dd:last-child {
    border-bottom-width: 0;
}
.ico_file_attach {
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    background: url(../images/common/ico_file_attachB.svg) no-repeat center / contain;
}
/* .board_label{ */
/* 	display: inline-flex; */
/*     align-items: center; */
/*     justify-content: center; */
/*     font-weight: 500; */
/*     word-break: keep-all; */
/*     padding: 0 10px; */
/*     font-size: 13px; */
/*     border-radius: 50px; */
/* } */
.board_label.urgent i {
    margin-right: 2px;
    margin-bottom: 1px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 17px;
    background: url(../images/common/ico_urgent.svg) no-repeat center / contain;
}
.board_label.notice {
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../images/common/ico_notice.svg) no-repeat center / contain;
}
/********** E: 공지사항 **********/
/***** S: 자주묻는 질문 아코디언 *****/
.qna_list {
    width: 100%;
    word-break: keep-all;
    margin-top: 30px;
    border-top: solid 2px #333;
}
.qna_list li {
    cursor: pointer;
}
.qna_title {
    padding: 15px 10px;
    width: 100%;
    border-bottom: solid 1px #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.qna_title span {
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: calc(100% - 25px);
    position: relative;
    text-align: left;
    word-break: break-all;
}
.qna_title span::before {
    content: "Q";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--maincolor);
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    text-indent: -1.5px;
    text-align: center;
    position: absolute;
    left: 0px;
}
.qna_arrow {
    width: 16px;
    height: 10px;
    background-image: url(../images/sub/h_arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
}
.qna_title:focus-visible {
    outline: solid 1px #000;
}
.qna_title.active .qna_arrow {
    background-image: url(../images/sub/h_arrow.svg);
}
.qna_answer {
    display: none;
}
.qna_answer .conts {
    padding: 15px 10px 15px 35px;
    background-color: #f5fbf8;
    position: relative;
    font-size: 14px;
    word-break: break-all;
}
.qna_answer .conts::before {
    content: "A";
    position: absolute;
    top: 15px;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--subcolor01);
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    line-height: 19px;
    text-indent: -1.5px;
    text-align: center;
}
/***** E: 자주묻는 질문 아코디언 *****/

/***** S: 품목 사진 추가 *****/
.img_upload_wrap {
    display: block;
    width: 100%;
    overflow-x: auto;
    padding-top: 20px;
}
.img_upload_list {
    display: inline-block;
    width: max-content;
}
.img_upload_list > div + div {
    margin-left: 10px;
}
.img_upload_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #aaa;
    background-color: #f8fdff;
}
.img_upload_btn .imgbox {
    padding: 5px;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.img_upload_btn .imgbox img {
    height: 100%;
    object-fit: contain;
}
.img_upload_list .delete_img {
    position: absolute;
    top: -7px;
    right: -7px;
    border-radius: 100px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: #fff;
}
.img_upload_list .delete_img img {
    width: 10px;
}
/***** E: 품목 사진 추가 *****/
/***** S: 결제정보 내역 *****/
.receiptList li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: dashed 2px #eaeaea;
}
.receiptList .label {
    flex-grow: 0.5;
    font-size: 15px;
    font-weight: 500;
}
.receiptList .conts {
    flex-grow: 1;
    text-align: right;
}
/***** E: 결제정보 내역 *****/

.ipt_flex.allchk span {
    font-size: 15px;
    color: var(--maincolor_active);
}

.editor_box table{
	width: 100% !important;
}
