@charset "utf-8";

/*추가 css*/
/*증명서 세팅 노출 순위에서 사용*/
input[type=text].input_style {
    width: 60px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    text-align:center;
}

.btn_gray {
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    border-radius: 8px !important;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}


.btn_brown {
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    border-radius: 8px !important;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}


/* 대시보드 */
.dash_board_contents.type_notice {
    padding-top: 104px;
    display: flex;
    justify-content: space-between;
}

.dash_board_contents .list_view_area {
    width: 384px;
}

.dash_board_contents.type_notice .title_area {
    display: flex;
    justify-content: space-between;
}

.dash_board_contents.type_notice .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.dash_board_contents.type_notice .btn.type_more {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
    color: #666666;
}


.dash_board_contents .list_view_area .list_area {
    width: 100%;
    padding-top: 16px;
}

    .dash_board_contents .list_view_area .list_area table {
        width: 100%;
    }

        .dash_board_contents .list_view_area .list_area table td {
            padding: 8px 0;
        }

            .dash_board_contents .list_view_area .list_area table td.list_title {
                font-weight: 500;
                font-size: 13px;
                line-height: 18px;
                color: #666666;
                width: calc(100% - 84px);
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .dash_board_contents .list_view_area .list_area table td.date {
                font-weight: normal;
                font-size: 13px;
                line-height: 18px;
                color: #999999;
                width: 84px;
                text-align: right;
            }

.data_info_area .none_list_text.type_normal,
.data_info_area .none_list_text.type_list,
.list_view_area .none_list_text.type_normal,
.list_view_area .none_list_text.type_list,
.drop_down_area .none_list_text.type_normal,
.drop_down_area .none_list_text.type_list,
.drop_down_area .none_list_text.type_error {
    width: 100%;
    height: 288px;
    background-color: transparent;
    border-radius: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.drop_down_area .none_list_text + .contents_btn_area {
    width: 100%;
    margin-top: 0;
}

.data_info_area .none_list_text.type_normal i,
.list_view_area .none_list_text.type_normal i,
.drop_down_area .none_list_text.type_normal i {
    width: 100%;
    height: 24px;
    display: block;
    background-image: url(../image/icon_doc01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 12px;
}

.data_info_area .none_list_text.type_list i,
.list_view_area .none_list_text.type_list i,
.drop_down_area .none_list_text.type_list i {
    width: 100%;
    height: 24px;
    display: block;
    background-image: url(../image/icon_list01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 12px;
}

.drop_down_area .none_list_text.type_error i {
    width: 100%;
    height: 24px;
    display: block;
    background-image: url(../image/icon_error01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 12px;
}

.data_info_area .none_list_text.type_normal p,
.data_info_area .none_list_text.type_list p,
.list_view_area .none_list_text.type_normal p,
.list_view_area .none_list_text.type_list p,
.drop_down_area .none_list_text.type_normal p,
.drop_down_area .none_list_text.type_list p,
.drop_down_area .none_list_text.type_error p {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #d0d0d0;
}

.data_info_area

.dash_board_contents .video_view_area {
    width: 320px;
}

.dash_board_contents .video_view_area .video_view_box {
    width: 100%;
    height: 160px;
    padding-top: 16px;
    border-radius: 16px;
    overflow: hidden;
}

    .dash_board_contents .video_view_area .video_view_box video {
        display: inline-block;
        width: 100%;
        height: 160px;
    }

.dash_board_contents .contect_view_area {
    width: 272px;
    padding-top: 30px;
}

    .dash_board_contents .contect_view_area .button_area {
        width: 100%;
    }

        .dash_board_contents .contect_view_area .button_area .btn.type_contect {
            width: 100%;
            height: 72px;
            line-height: 72px;
            border: 1px solid #efefef;
            box-sizing: border-box;
            border-radius: 16px;
            font-weight: 500;
            font-size: 20px;
            text-align: center;
            color: #231815;
        }

    .dash_board_contents .contect_view_area .phone_num {
        padding-top: 20px;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #666666;
        display: block;
    }

    .dash_board_contents .contect_view_area .sub_info {
        padding-top: 8px;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #999999;
        display: block;
    }


.dash_board_contents.type_list {
    margin-top: 44px;
}

    .dash_board_contents.type_list + .dash_board_contents.type_list {
        margin-top: 80px;
    }

    .dash_board_contents.type_list .top_info_area {
        display: flex;
        justify-content: space-between;
    }

    .dash_board_contents.type_list .title_area .title {
        display: inline-block;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        padding-right: 16px;
    }

    .dash_board_contents.type_list .title_area .btn.type_list_view {
        display: inline-block;
        width: 92px;
        height: 32px;
        line-height: 32px;
        background-color: #fee934;
        border-radius: 8px;
        text-align: center;
        background-image: url(../image/icon_btn_list01.svg);
        background-repeat: no-repeat;
        background-position: 10px center;
        padding-left: 20px;
        box-sizing: border-box;
        font-weight: bold;
        font-size: 14px;
    }

    .dash_board_contents.type_list .record_area ul {
        display: flex;
        justify-content: flex-end;
    }

    .dash_board_contents.type_list .record_area li {
        margin-right: 40px;
    }

        .dash_board_contents.type_list .record_area li:last-of-type {
            margin-right: 0px;
        }

        .dash_board_contents.type_list .record_area li p {
            font-weight: 500;
            font-size: 20px;
            line-height: 25px;
            color: #999999;
            position: relative;
        }

            .dash_board_contents.type_list .record_area li p strong {
                color: #231815;
            }

            .dash_board_contents.type_list .record_area li p.type_warning::before {
                content: "";
                width: 6px;
                height: 5px;
                display: inline-block;
                background-color: #ff525B;
                border-radius: 50%;
                left: -10px;
                top: 6px;
                position: absolute;
            }

    .dash_board_contents.type_list .list_view_area {
        padding-top: 24px;
        width: 100%;
    }

        .dash_board_contents.type_list .list_view_area .list_box {
            margin-bottom: 8px;
        }

            .dash_board_contents.type_list .list_view_area .list_box:last-of-type {
                margin-bottom: 0;
            }

.dash_board_contents.type_top_alarm {
    margin-top: 20px;
    background-color: #efefef;
    border-radius: 16px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .dash_board_contents.type_top_alarm .notice_text_area {
        padding-left: 36px;
        background-image: url(../image/icon_notice.svg);
        background-repeat: no-repeat;
        background-position: left center;
        height: 24px;
        line-height: 24px;
        font-weight: bold;
        font-size: 13px;
    }

    .dash_board_contents.type_top_alarm .contect_info_area {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .dash_board_contents.type_top_alarm .contect_info_area .num {
            display: inline-block;
            padding-left: 24px;
            background-image: url(../image/icon_call_black.svg);
            background-repeat: no-repeat;
            background-position: left center;
            font-weight: 500;
            font-size: 15px;
            line-height: 22px;
            margin-right: 8px;
        }

        .dash_board_contents.type_top_alarm .contect_info_area .time_view {
            font-weight: 500;
            font-size: 12px;
            line-height: 18px;
            color: #999999;
            margin-right: 24px;
        }

        .dash_board_contents.type_top_alarm .contect_info_area .btn {
            display: inline-block;
            padding: 0 12px;
            height: 32px;
            line-height: 32px;
            background-color: #ffffff;
            border-radius: 12px;
            font-weight: bold;
            font-size: 13px;
            text-align: center;
            color: #666666;
        }

.dash_board_contents.type_list + .dash_board_contents.type_list .price {
    max-width: 400px;
    width: 400px;
    text-align: left;
}


/* 대시보드 - 상단 안내 링크 */
.service_guide_area {
    margin-top: 24px;
    width: 100%;
    height: 64px;
    line-height: 64px;
    border-radius: 16px;
    box-sizing: border-box;
}

    .service_guide_area.type_shortcuts {
        background-color: #ffffff;
        padding: 0px 20px 0px 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .service_guide_area.type_shortcuts .text_area {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .service_guide_area.type_shortcuts .title {
            display: inline-block;
            padding-left: 28px;
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            background-image: url(../image/icon_ex_mark_black.svg);
            background-repeat: no-repeat;
            background-position: left center;
        }

    .service_guide_area .copy_btn {
        margin-left: 12px;
        width: 20px;
        height: 20px;
        display: inline-block;
        background-image: url(../image/icon_copy.svg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .service_guide_area .copy_link {
        display: inline-block;
        width: 1px;
        height: 1px;
        overflow: hidden;
        opacity: 0
    }

    .service_guide_area.type_shortcuts .url_text {
        display: inline-block;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        text-decoration: underline;
        color: #999999;
        margin-left: 40px;
    }

    .service_guide_area.type_shortcuts .btn_area {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .service_guide_area.type_shortcuts .btn {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 12px;
        border-radius: 12px;
        font-weight: 700;
        font-size: 13px;
        text-align: center;
        margin-right: 16px;
    }

        .service_guide_area.type_shortcuts .btn.type_black {
            background-color: #231815;
            color: #ffffff;
        }

        .service_guide_area.type_shortcuts .btn.type_kakao {
            background-color: #ffe934;
            color: #231815;
        }

        .service_guide_area.type_shortcuts .btn:last-of-type {
            margin-right: 0;
        }

        .service_guide_area.type_shortcuts .btn::after {
            content: "관리자 매뉴얼을 참고하여 \A 서비스 설정을 모두 완료해 주세요.";
            display: none;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -62px;
            width: auto;
            height: auto;
            padding: 12px;
            background-color: rgba(240,240,240,0.6);
            color: #999999;
            border-radius: 8px;
            font-size: 12px;
            line-height: 15px;
            white-space: pre;
            text-align: left;
            font-weight: 500;
        }

        .service_guide_area.type_shortcuts .btn:hover::after {
            display: inline-block;
        }

    .service_guide_area.type_error .link {
        display: block;
        width: 100%;
        height: 100%;
        text-align: left;
        padding-left: 32px;
        background-color: #ffebeb;
        border-radius: 16px;
        background-image: url(../image/icon_arrow08_red.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 32px) center;
    }

        .service_guide_area.type_error .link .title {
            display: inline-block;
            padding-left: 28px;
            background-image: url(../image/icon_ex_mark_red.svg);
            background-repeat: no-repeat;
            background-position: left center;
            color: #ff525b;
            font-weight: 700;
            font-size: 16px;
        }

/* 대시보드 - 차트 */
.dash_board_contents.type_chart {
    margin-top: 42px;
}

    .dash_board_contents.type_chart .top_info_area {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .dash_board_contents.type_chart .top_info_area .title_area {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .dash_board_contents.type_chart .top_info_area .title_area .title {
                font-weight: bold;
                font-size: 24px;
                line-height: 30px;
                display: inline-block;
                margin-right: 16px;
            }

            .dash_board_contents.type_chart .top_info_area .title_area .period {
                display: inline-block;
                font-weight: 500;
                font-size: 12px;
                line-height: 15px;
                color: #999999;
            }

        .dash_board_contents.type_chart .top_info_area .btn.type_list_view {
            display: inline-block;
            width: 92px;
            height: 32px;
            line-height: 32px;
            background-color: #ffffff;
            color: #666666;
            border-radius: 8px;
            text-align: center;
            background-image: url(../image/icon_list02.svg);
            background-repeat: no-repeat;
            background-position: 10px center;
            padding-left: 20px;
            box-sizing: border-box;
            font-weight: bold;
            font-size: 14px;
        }

        .dash_board_contents.type_chart .top_info_area + .detail_contents_area {
            margin-top: 24px;
            display: flex;
            justify-content: space-between;
        }

    .dash_board_contents.type_chart .detail_contents_area + .top_info_area {
        margin-top: 72px;
    }

    .dash_board_contents.type_chart .detail_contents_area .box {
        background-color: #ffffff;
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
        border-radius: 16px;
        flex-grow: 1;
        margin-right: 16px;
    }

        .dash_board_contents.type_chart .detail_contents_area .box:last-of-type {
            margin-right: 0;
        }

    .dash_board_contents.type_chart .detail_contents_area.type_text .box {
        height: 126px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .dash_board_contents.type_chart .detail_contents_area.type_text .box .text_area .title {
            font-weight: 500;
            font-size: 20px;
            line-height: 25px;
            color: #999999;
            position: relative;
        }

            .dash_board_contents.type_chart .detail_contents_area.type_text .box .text_area .title.type_warning::before {
                position: absolute;
                content: "";
                display: inline-block;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: #ff525b;
                left: -8px;
                top: 6px;
            }

        .dash_board_contents.type_chart .detail_contents_area.type_text .box .text_area .data_text {
            display: block;
            font-weight: bold;
            font-size: 20px;
            line-height: 25px;
        }

            .dash_board_contents.type_chart .detail_contents_area.type_text .box .text_area .data_text::after {
                font-weight: 500;
                font-size: 20px;
                line-height: 25px;
                display: inline-block;
            }

    .dash_board_contents.type_chart .detail_contents_area.type_chart .box {
        min-height: 362px;
        padding: 26px 36px;
        flex-grow: 1;
        position: relative;
    }

        .dash_board_contents.type_chart .detail_contents_area.type_chart .box .none_data_view {
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            z-index: 1;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-radius: 16px;
        }

            .dash_board_contents.type_chart .detail_contents_area.type_chart .box .none_data_view i {
                display: inline-block;
                width: 24px;
                height: 24px;
                background-image: url(../image/icon_nodata.svg);
                background-repeat: no-repeat;
                background-position: center center;
            }

            .dash_board_contents.type_chart .detail_contents_area.type_chart .box .none_data_view strong {
                display: block;
                margin-top: 14px;
                font-weight: bold;
                font-size: 18px;
                line-height: 25px;
            }

        .dash_board_contents.type_chart .detail_contents_area.type_chart .box .title_area {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .dash_board_contents.type_chart .detail_contents_area.type_chart .box .title_area .title {
                font-weight: 500;
                font-size: 20px;
                line-height: 25px;
            }

            .dash_board_contents.type_chart .detail_contents_area.type_chart .box .title_area .data_text {
                font-weight: bold;
                font-size: 20px;
                line-height: 25px;
            }

                .dash_board_contents.type_chart .detail_contents_area.type_chart .box .title_area .data_text::after {
                    content: "건";
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 25px;
                }

                .dash_board_contents.type_chart .detail_contents_area.type_chart .box .title_area .data_text.type_won::after {
                    content: "원";
                }

        .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_area .title {
            display: block;
            margin-top: 12px;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: #999999;
        }

        .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .canvas_area {
                max-width: 200px;
                height: 200px;
                margin-top: 20px;
            }

            .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area {
                flex-grow: 1;
                padding-left: 40px;
                width: 195px;
            }

                .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area li {
                    margin-bottom: 32px;
                    display: flex;
                    justify-content: space-between;
                    align-items: flex-start;
                }

                    .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area li:last-of-type {
                        margin-bottom: 0px;
                    }

                    .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area li i {
                        width: 12px;
                        height: 12px;
                        display: inline-block;
                        border-radius: 50%;
                        margin-right: 12px;
                        margin-top: 2px;
                    }

                        .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area li i.color1 {
                            background-color: #fee934;
                        }

                        .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area li i.color2 {
                            background-color: #231815;
                        }

                        .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area li i.color3 {
                            background-color: #d0d0d0;
                        }

                        .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area li i.color4 {
                            background-color: #FBF7D2;
                        }

                        .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area li i.color5 {
                            background-color: #efefef;
                        }

                    .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area li .text {
                        flex-grow: 1;
                        display: flex;
                        justify-content: space-between;
                        align-items: flex-start;
                    }

                    .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area li .chart_text {
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 20px;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        width: 150px;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }

                    .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area li em {
                        font-weight: bold;
                        font-size: 16px;
                        line-height: 20px;
                        display: inline-block;
                    }

                        .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area li em::after {
                            display: inline-block;
                            margin-left: 2px;
                        }
                /*
                .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area.type_won li em::after {
                    content: "원";
                    color: #999999;
                }*/

                .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area.type_text {
                    margin-top: 24px;
                    padding: 0;
                }

                    .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area.type_text li {
                        margin-bottom: 24px;
                    }

                        .dash_board_contents.type_chart .detail_contents_area.type_chart .box .chart_view_area .chart_text_area.type_text li:nth-of-type(2) {
                            padding-bottom: 32px;
                            border-bottom: 1px solid #f0f0f0;
                            margin-bottom: 32px;
                        }

.data_list_area.type_2way {
    display: flex;
    justify-content: space-between;
}

    .data_list_area.type_2way .data_info_area {
        width: calc(50% - 12px);
    }

.data_info_area.type_list {
    margin-top: 56px;
}

    .data_info_area.type_list .top_info_area {
    }

    .data_info_area.type_list .title_area {
        display: inline-block;
    }

        .data_info_area.type_list .title_area .title {
            display: inline-block;
            font-weight: bold;
            font-size: 24px;
            line-height: 30px;
            padding-right: 16px;
        }

    .data_info_area.type_list .record_area ul {
        display: flex;
        justify-content: flex-end;
    }

    .data_info_area.type_list .record_area li {
        margin-right: 40px;
    }

        .data_info_area.type_list .record_area li:last-of-type {
            margin-right: 0px;
        }

        .data_info_area.type_list .record_area li p {
            font-weight: 500;
            font-size: 18px;
            line-height: 25px;
            color: #999999;
            position: relative;
        }

            .data_info_area.type_list .record_area li p strong {
                color: #231815;
            }

            .data_info_area.type_list .record_area li p.type_warning::before {
                content: "";
                width: 6px;
                height: 5px;
                display: inline-block;
                background-color: #ff525B;
                border-radius: 50%;
                left: -10px;
                top: 6px;
                position: absolute;
            }

.data_info_area .top_info_area + .search_condition_chk_area {
    margin-top: 44px;
}

.data_info_area .search_condition_chk_area {
    padding: 32px;
    background-color: #ffffff;
    border: 2px solid #f7f7f7;
    box-sizing: border-box;
    border-radius: 16px;
}

    .data_info_area .search_condition_chk_area dt,
    .data_info_area .search_condition_chk_area dd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 32px;
    }

    .data_info_area .search_condition_chk_area dt {
        font-weight: bold;
        font-size: 16px;
        line-height: 28px;
        margin-right: 12px;
    }

    .data_info_area .search_condition_chk_area dd .select_box {
        height: 32px;
        line-height: 30px;
        background-image: url(../image/icon_arrow03.svg);
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: calc(100% - 10px) center;
        padding-right: 28px;
        padding-left: 12px;
        margin-right: 8px;
    }

    .data_info_area .search_condition_chk_area dl + dl {
        margin-top: 24px;
    }

    .data_info_area .search_condition_chk_area dl,
    .data_info_area .search_condition_chk_area .bot_info_set dd {
        display: flex;
        justify-content: space-between;
    }

    .data_info_area .search_condition_chk_area dd {
        flex-grow: 1;
    }

    .data_info_area .search_condition_chk_area .bot_info_set .patient_input_area {
        display: flex;
        align-items: center;
    }

    .data_info_area .search_condition_chk_area dd .select_area {
        display: flex;
        align-items: center;
    }

        .data_info_area .search_condition_chk_area dd .select_area + .select_area {
            min-width: 312px;
        }

        .data_info_area .search_condition_chk_area dd .select_area .title,
        .data_info_area .search_condition_chk_area .bot_info_set .patient_input_area label {
            font-weight: bold;
            font-size: 16px;
            line-height: 20px;
            margin-right: 16px;
        }

    .data_info_area .search_condition_chk_area .bot_info_set .patient_input_area input {
        width: 157px;
        height: 32px;
        background-color: #ffffff;
        border: 1px solid #d0d0d0;
        box-sizing: border-box;
        border-radius: 8px;
        padding: 0 12px;
        font-weight: 500;
        font-size: 12px;
        margin-right: 16px;
    }

        .data_info_area .search_condition_chk_area .bot_info_set .patient_input_area input::placeholder {
            color: #d0d0d0;
        }

    .data_info_area .search_condition_chk_area .bot_info_set .patient_input_area .btn {
        width: 64px;
        height: 32px;
        line-height: 32px;
        background-color: #231815;
        border-radius: 8px;
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
    }

.data_info_area .top_info_area + .list_search_area {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

    .data_info_area .top_info_area + .list_search_area.side_right {
        justify-content: flex-end;
    }

    .data_info_area .top_info_area + .list_search_area .add_btn_area .btn {
        padding: 0 15px;
        height: 32px;
        line-height: 32px;
        background-color: #231815;
        border-radius: 8px;
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
    }

    .data_info_area .top_info_area + .list_search_area + .list_view_area {
        margin-top: 48px;
    }

.list_view_area .list_bot_btn_area {
    margin-top: 18px;
    display: flex;
    justify-content: flex-end;
}

    .list_view_area .list_bot_btn_area .btn {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        padding: 0 20px;
        background-color: #231815;
        border-radius: 8px;
        color: #ffffff;
        font-weight: 700;
        font-size: 12px;
    }

.data_info_area .list_view_area.default_list_type02 .type_state {
    margin-top: 24px;
}

.data_info_area .list_view_area.default_list_type02 .list_title_area.type_bg + .type_state {
    margin-top: 0;
}

.data_info_area .list_view_area.default_list_type02 .link,
.data_info_area .list_view_area.default_list_type02 .box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 24px 32px;
    background-color: #ffffff;
    /*min-height: 136px;*/
    min-height: 154px;
}


.data_info_area .search_condition_chk_area + .excel_info_view_area {
    margin-top: 8px;
}

.data_info_area .search_condition_chk_area + .list_view_area {
    margin-top: 56px;
}

.data_info_area .excel_info_view_area {
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 16px 32px;
    background-color: #ffffff;
}

.data_info_area .excel_info_view_area {
    display: flex;
    justify-content: space-between;
}

    .data_info_area .excel_info_view_area dl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-grow: 1;
        margin-right: 40px;
    }

    .data_info_area .excel_info_view_area dt,
    .data_info_area .excel_info_view_area dd {
        display: inline-block;
    }

    .data_info_area .excel_info_view_area dt em {
        color:#ff0000; 
        font-size:10px;
        display: block;
        height: 10px;
        line-height: 10px;
        width: 100%;
        text-align: center;
    }
    .data_info_area .excel_info_view_area dt span {
        line-height: 20px;
        display:block;
    }
    .data_info_area .excel_info_view_area dt {
        font-weight: 500;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
        color: #999999;
        margin-right: 8px;
    }

    .data_info_area .excel_info_view_area dd {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
    }

        .data_info_area .excel_info_view_area dd:first-of-type {
            flex-grow: 1;
        }

        .data_info_area .excel_info_view_area dd + dt {
            margin-left: 12px;
        }

    .data_info_area .excel_info_view_area .btn {
        display: inline-block;
        padding: 0 14px 0 36px;
        height: 32px;
        line-height: 32px;
        background-color: #fee934;
        border-radius: 8px;
        font-weight: bold;
        font-size: 12px;
        color: #231815;
        background-image: url(../image/icon_download.svg);
        background-repeat: no-repeat;
        background-position: 16px center;
    }

    .data_info_area .excel_info_view_area + .list_view_area {
        margin-top: 88px;
    }

.data_info_area .list_view_area .list_title_area {
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

    .data_info_area .list_view_area .list_title_area.type_bg {
        height: 48px;
        line-height: 48px;
        background-color: #f0f0f0;
        border-radius: 8px;
        margin-bottom: 8px;
    }

    .data_info_area .list_view_area .list_title_area strong {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
    }

    .data_info_area .list_view_area .list_title_area.type_bg strong {
        line-height: 48px;
    }

    .data_info_area .list_view_area .list_title_area strong:nth-of-type(1) {
        width: 100px;
    }

    .data_info_area .list_view_area .list_title_area strong:nth-of-type(2) {
        width: 214px;
    }

    .data_info_area .list_view_area .list_title_area strong:nth-of-type(3) {
        width: 144px;
    }

    .data_info_area .list_view_area .list_title_area strong:nth-of-type(4) {
        width: 168px;
    }

    .data_info_area .list_view_area .list_title_area strong:nth-of-type(5) {
        width: 64px;
        text-align: left;
    }

    .data_info_area .list_view_area .list_title_area strong:nth-of-type(6) {
        width: 180px;
    }

.data_info_area .list_view_area .list_box {
    margin-bottom: 8px;
}

    .data_info_area .list_view_area .list_box:last-of-type {
        margin-bottom: 0px;
    }


.data_info_area .list_view_area.default_list_type02 .list_title_area strong {
    display: inline-block;
}
.data_info_area .list_view_area.default_list_type02.top_btn_type01 .list_title_area strong:nth-of-type(1) {
    position: relative;
}
.data_info_area .list_view_area.default_list_type02.top_btn_type01 .list_title_area strong .tooltip {
    display: none;
    padding: 6px 10px;
    background-color: #ffff;
    border:2px solid #cccccc;
    border-radius: 8px;
    color: #333333;
    position: absolute;
    left: -20px;
    top: -38px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 14px;
    text-align:left;
}
.data_info_area .list_view_area.default_list_type02.top_btn_type01 .list_title_area strong:hover .tooltip {
    display: inline-block;
}

.data_info_area .list_view_area.default_list_type02 .list_title_area strong:nth-of-type(1),
.data_info_area .list_view_area.default_list_type02 .type_state .link > div:nth-of-type(1),
.data_info_area .list_view_area.default_list_type02 .type_state .box > div:nth-of-type(1) {
    width: 60px;
    text-align: center;
}
    .data_info_area .list_view_area.default_list_type02.top_btn_type01 .list_title_area strong:nth-of-type(1),
    .data_info_area .list_view_area.default_list_type02.top_btn_type01 .type_state .link > div:nth-of-type(1),
    .data_info_area .list_view_area.default_list_type02.top_btn_type01 .type_state .box > div:nth-of-type(1) {
        width: 102px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .data_info_area .list_view_area.default_list_type02.top_btn_type01 .type_state .box > div:nth-of-type(1) {
        justify-content: flex-start;
    }
        .data_info_area .list_view_area.default_list_type02.top_btn_type01 .list_title_area strong:nth-of-type(1) .btn_gray {
            padding: 0 10px;
            height: 28px;
            line-height: 26px;
            margin-top: 2px;
            background-color: #666666;
        }

.data_info_area .list_view_area.default_list_type02.top_btn_type01 .list_title_area strong:nth-of-type(1) .btn_brown {
    padding: 0 10px;
    height: 28px;
    line-height: 26px;
    margin-top: 2px;
    background-color: #231815;
}
.data_info_area .list_view_area.default_list_type02.top_btn_type01 .list_title_area strong:nth-of-type(1) span {
    line-height: 20px;
    height: 20px;
}
.data_info_area .list_view_area.default_list_type02.top_btn_type01 .list_title_area.type_bg strong {
    height: 74px;
    line-height: 74px;
}
.data_info_area .list_view_area.default_list_type02.top_btn_type01 .list_title_area.type_bg {
    height: 74px; 
    line-height: 74px;
}
.data_info_area .list_view_area.default_list_type02.top_btn_type01 .list_title_area strong:nth-of-type(1) {
    padding-top: 0px;
}
.data_info_area .list_view_area.default_list_type02 .list_title_area strong:nth-of-type(2),
.data_info_area .list_view_area.default_list_type02 .type_state .link > div:nth-of-type(2),
.data_info_area .list_view_area.default_list_type02 .type_state .box > div:nth-of-type(2) {
    width: 180px;
}

    /*.data_info_area .list_view_area.default_list_type02 .list_title_area strong:nth-of-type(3),
    .data_info_area .list_view_area.default_list_type02 .type_state .link > div:nth-of-type(3),
    .data_info_area .list_view_area.default_list_type02 .type_state .box > div:nth-of-type(3) {
        width: 100px;
        text-align: center;
    }*/

    /* 여기 아래부터 strong:nth-of-type(i) i-1씩 함*/
    /* 원래 strong:nth-of-type(4)*/
    .data_info_area .list_view_area.default_list_type02 .list_title_area strong:nth-of-type(3),
    .data_info_area .list_view_area.default_list_type02 .type_state .link > div:nth-of-type(3),
    .data_info_area .list_view_area.default_list_type02 .type_state .box > div:nth-of-type(3) {
        width: 100px;
        text-align: center;
    }

    .data_info_area .list_view_area.default_list_type02 .list_title_area strong:nth-of-type(4),
    .data_info_area .list_view_area.default_list_type02 .type_state .link > div:nth-of-type(4),
    .data_info_area .list_view_area.default_list_type02 .type_state .box > div:nth-of-type(4) {
        width: 168px;
    }

    .data_info_area .list_view_area.default_list_type02 .list_title_area strong:nth-of-type(5) {
        width: 70px;
    }

.data_info_area .list_view_area.default_list_type02 .type_state .link > div:nth-of-type(5),
.data_info_area .list_view_area.default_list_type02 .type_state .box > div:nth-of-type(5) {
    width: 188px;
    text-align: center;
}

.data_info_area .list_view_area.default_list_type02 .list_title_area strong:nth-of-type(6) {
    width: 84px;
    text-align: center;
}

.data_info_area .list_view_area.default_list_type02 .type_state .link > div:nth-of-type(6),
.data_info_area .list_view_area.default_list_type02 .type_state .box > div:nth-of-type(6) {
    width: 64px;
}

    .data_info_area .list_view_area.default_list_type02 .type_state .box > div:nth-of-type(6) em {
        width: 64px
    }

    .data_info_area .list_view_area.default_list_type02 .type_state .link > div:nth-of-type(6) em {
        width: 64px
    }

.data_info_area .list_view_area.default_list_type02 .list_title_area strong:nth-of-type(7) {
    width: 64px;
    text-align: center;
}

.data_info_area .list_view_area.default_list_type02 .type_state .link > div:nth-of-type(5) ul li,
.data_info_area .list_view_area.default_list_type02 .type_state .box > div:nth-of-type(5) ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.data_info_area .list_view_area.default_list_type02 .type_state .link > div:nth-of-type(5) em:first-of-type,
.data_info_area .list_view_area.default_list_type02 .type_state .box > div:nth-of-type(5) em:first-of-type {
    width: 70px;
    text-align: center;
}

.data_info_area .list_view_area.default_list_type02 .type_state .link > div:nth-of-type(5) em:last-of-type,
.data_info_area .list_view_area.default_list_type02 .type_state .box > div:nth-of-type(5) em:last-of-type {
    width: 84px;
    text-align: center;
}


/*여긴 안함*/
.data_info_area .list_view_area.default_list_type02 .list_title_area strong:nth-of-type(3),
.data_info_area .list_view_area.default_list_type02 .list_title_area strong:nth-of-type(5),
.data_info_area .list_view_area.default_list_type02 .list_title_area strong:nth-of-type(6)
{
    text-align: center;
}

.data_info_area .list_view_area.default_list_type02 .type_state .link .apply .btn_area .btn {
    margin-bottom: 8px;
}

    .data_info_area .list_view_area.default_list_type02 .type_state .link .apply .btn_area .btn:last-of-type {
        margin-bottom: 0px;
    }

.data_info_area .list_view_area.default_list_type02 .box .num {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}

.data_info_area .list_view_area.default_list_type02 .box .doc {
    text-align: left;
}

    .data_info_area .list_view_area.default_list_type02 .box .doc strong,
    .data_info_area .list_view_area.default_list_type02 .box .doc span {
        display: block;
    }

    .data_info_area .list_view_area.default_list_type02 .box .doc strong {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
    }


    .data_info_area .list_view_area.default_list_type02 .box .doc span {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #999999;
    }

.data_info_area .list_view_area.default_list_type02 .box .price,
.data_info_area .list_view_area.default_list_type02 .box .com {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.data_info_area .list_view_area.default_list_type02 .box .active {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .data_info_area .list_view_area.default_list_type02 .box .active .input_check {
        margin-top: 6px;
    }

    .data_info_area .list_view_area.default_list_type02 .box .active .btn {
        padding: 0 10px;
        height: 32px;
        line-height: 32px;
        background-color: #f0f0f0;
        box-sizing: border-box;
        border-radius: 8px;
        font-weight: 500;
        font-size: 13px;
        color: #666666;
    }

.data_info_area .list_view_area.default_list_type02 .box .type em,
.data_info_area .list_view_area.default_list_type02 .box .apply .text_area em {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 16px;
    text-align: center;
}

    .data_info_area .list_view_area.default_list_type02 .box .type em:last-of-type,
    .data_info_area .list_view_area.default_list_type02 .box .apply .text_area em:last-of-type {
        margin-bottom: 0;
    }

.data_info_area .list_view_area.default_list_type02 .box .apply {
    display: flex;
    justify-content: space-between;
}

    .data_info_area .list_view_area.default_list_type02 .box .apply .btn_area .btn {
        display: inline-block;
        width: 64px;
        height: 32px;
        line-height: 32px;
        background-color: #f0f0f0;
        border-radius: 8px;
        font-weight: 500;
        font-size: 13px;
        text-align: center;
        color: #666666;
    }

    .data_info_area .list_view_area.default_list_type02 .box .apply .btn_area {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-start;
    }

.data_info_area .list_view_area.default_list_type02 .link .num {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}

.data_info_area .list_view_area.default_list_type02 .link .doc {
    text-align: left;
}

    .data_info_area .list_view_area.default_list_type02 .link .doc strong,
    .data_info_area .list_view_area.default_list_type02 .link .doc span {
        display: block;
    }

    .data_info_area .list_view_area.default_list_type02 .link .doc strong {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        color: #666666;
    }

.data_info_area .list_view_area.default_list_type02 .link .price,
.data_info_area .list_view_area.default_list_type02 .link .com {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.data_info_area .list_view_area.default_list_type02 .link .active {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .data_info_area .list_view_area.default_list_type02 .link .active .input_check {
        margin-top: 6px;
    }

    .data_info_area .list_view_area.default_list_type02 .link .active .btn {
        padding: 0 10px;
        height: 32px;
        line-height: 30px;
        background-color: #ffffff;
        border: 1px solid #d0d0d0;
        box-sizing: border-box;
        border-radius: 8px;
        font-weight: 500;
        font-size: 13px;
        color: #666666;
    }

.data_info_area .list_view_area.default_list_type02 .link .type em,
.data_info_area .list_view_area.default_list_type02 .link .apply .text_area em {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 16px;
    text-align: center;
}

    .data_info_area .list_view_area.default_list_type02 .link .type em:last-of-type,
    .data_info_area .list_view_area.default_list_type02 .link .apply .text_area em:last-of-type {
        margin-bottom: 0;
    }

.data_info_area .list_view_area.default_list_type02 .link .apply {
    display: flex;
    justify-content: space-between;
}

    .data_info_area .list_view_area.default_list_type02 .link .apply .btn_area .btn {
        width: 64px;
        height: 32px;
        line-height: 32px;
        background-color: #f0f0f0;
        border-radius: 8px;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        color: #666666;
    }

.data_info_area .default_list_type03.list_view_area .list_title_area,
.data_info_area .default_list_type03.list_view_area .list .box {
    justify-content: flex-start;
}

    .data_info_area .default_list_type03.list_view_area .list_title_area strong,
    .data_info_area .default_list_type03.list_view_area .list .box > div {
        margin-left: 40px;
    }

        .data_info_area .default_list_type03.list_view_area .list_title_area strong:nth-of-type(1),
        .data_info_area .default_list_type03.list_view_area .list .box > div:nth-of-type(1) {
            width: 32px;
            margin-left: 0;
            min-width: 32px;
            text-align: center;
        }

        .data_info_area .default_list_type03.list_view_area .list_title_area strong:nth-of-type(2),
        .data_info_area .default_list_type03.list_view_area .list div:nth-of-type(2) {
            width: 100px;
        }

        .data_info_area .default_list_type03.list_view_area .list_title_area strong:nth-of-type(3),
        .data_info_area .default_list_type03.list_view_area .list div:nth-of-type(3) {
            width: 160px;
            text-align: center;
        }

        .data_info_area .default_list_type03.list_view_area .list_title_area strong:nth-of-type(4),
        .data_info_area .default_list_type03.list_view_area .list div:nth-of-type(4) {
            width: 150px;
            text-align: center;
        }

        .data_info_area .default_list_type03.list_view_area .list_title_area strong:nth-of-type(5),
        .data_info_area .default_list_type03.list_view_area .list div:nth-of-type(5) {
            width: 410px;
        }

.default_list_type03 .list .box {
    width: 100%;
    padding: 23px 32px;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

    .default_list_type03 .list .box:last-of-type {
        margin-bottom: 0;
    }

    .default_list_type03 .list .box > div {
        display: inline-block;
    }

        .default_list_type03 .list .box > div:nth-of-type(1) {
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
            color: #999999;
        }

        .default_list_type03 .list .box > div:nth-of-type(2) {
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            color: #666666;
        }

        .default_list_type03 .list .box > div:nth-of-type(3),
        .default_list_type03 .list .box > div:nth-of-type(4),
        .default_list_type03 .list .box > div:nth-of-type(5) span {
            font-weight: 500;
            font-size: 14px;
            color: #666666;
            line-height: 32px;
        }

        .default_list_type03 .list .box > div:nth-of-type(5) {
            display: flex;
            justify-content: space-between;
        }

    .default_list_type03 .list .box .btn_area {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .default_list_type03 .list .box .btn_area .btn {
            width: 64px;
            height: 32px;
            line-height: 32px;
            font-weight: 500;
            font-size: 13px;
            display: inline-block;
            border-radius: 8px;
        }

            .default_list_type03 .list .box .btn_area .btn:nth-child(1) {
                background-color: #231815;
                color: #ffffff;
                margin-right: 8px;
            }

            .default_list_type03 .list .box .btn_area .btn:nth-child(2) {
                background-color: #f0f0f0;
                color: #666666;
            }


.data_info_area .list_view_area.default_list_type04 .list_title_area,
.data_info_area .list_view_area.default_list_type04 .list li.box {
    display: flex;
    justify-content: space-between;
}

.data_info_area .list_view_area.default_list_type04 .list .box {
    padding: 0px 32px;
    height: 64px;
    line-height: 64px;
    background-color: #ffffff;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
    border-radius: 16px;
    margin-bottom: 8px;
}

    .data_info_area .list_view_area.default_list_type04 .list .box:last-of-type {
        margin-bottom: 0;
    }

.data_info_area .list_view_area.default_list_type04 .list_title_area strong:nth-of-type(1),
.data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(1) {
    width: 32px;
    text-align: center;
}

.data_info_area .list_view_area.default_list_type04 .list_title_area strong:nth-of-type(2),
.data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(2) {
    width: 250px;
    text-align: left;
}

.data_info_area .list_view_area.default_list_type04 .list_title_area strong:nth-of-type(3),
.data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(3) {
    width: 100px;
    text-align: center;
}

.data_info_area .list_view_area.default_list_type04 .list_title_area strong:nth-of-type(4),
.data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(4) {
    width: 100px;
    text-align: center;
}

.data_info_area .list_view_area.default_list_type04 .list_title_area strong:nth-of-type(5),
.data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(5) {
    width: 348px;
    text-align: left;
}


.data_list_area.type_2way .data_info_area .list_view_area.default_list_type04 .list_title_area strong:nth-of-type(2),
.data_list_area.type_2way .data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(2) {
    width: 160px;
}

.data_list_area.type_2way .data_info_area .list_view_area.default_list_type04 .list_title_area strong:nth-of-type(3),
.data_list_area.type_2way .data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(3) {
    width: 40px;
}

.data_list_area.type_2way .data_info_area .list_view_area.default_list_type04 .list_title_area strong:nth-of-type(4),
.data_list_area.type_2way .data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(4) {
    width: 162px;
    text-align: left;
}


.data_info_area .list_view_area.default_list_type04 .list_title_area strong {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.data_info_area .list_view_area.default_list_type04 .list_title_area.type_bg strong {
    line-height: 48px;
}

.data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(1) {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
}

.data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(2),
.data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(3) {
    font-weight: bold;
    font-size: 14px;
}

.data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(4) .input_check {
    margin: 0 auto;
    margin-top: 24px;
}

.data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(5) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(5) .btn_preview {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-decoration: underline;
        color: #999999;
        vertical-align: middle;
    }

    .data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(5) .btn {
        padding: 0 20px;
        height: 32px;
        background-color: #f0f0f0;
        border-radius: 8px;
        font-weight: 500;
        font-size: 13px;
        color: #666666;
        line-height: 32px;
        vertical-align: middle;
    }

.data_list_area.type_2way .data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(3) .input_check {
    margin: 0 auto;
    margin-top: 24px;
}

.data_list_area.type_2way .data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(4) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .data_list_area.type_2way .data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(4) .btn_preview {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-decoration: underline;
        color: #999999;
        vertical-align: middle;
    }

    .data_list_area.type_2way .data_info_area .default_list_type04.list_view_area .list .box > div:nth-of-type(4) .btn {
        padding: 0 20px;
        height: 32px;
        background-color: #f0f0f0;
        border-radius: 8px;
        font-weight: 500;
        font-size: 13px;
        color: #666666;
        line-height: 32px;
        vertical-align: middle;
    }

.data_info_area .list_view_area .list_title_area strong {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

    .data_info_area .list_view_area .list_title_area strong:nth-of-type(1),
    .data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(1) {
        text-align: center;
    }

.data_info_area .default_list_type05.list_view_area .list .box {
    padding: 0px 32px;
    height: 64px;
    line-height: 64px;
    background-color: #ffffff;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

    .data_info_area .default_list_type05.list_view_area .list .box:last-of-type {
        margin-bottom: 0;
    }

    .data_info_area .list_view_area.default_list_type05 .list_title_area strong:nth-of-type(1),
    .data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(1) {
        width: 32px;
        text-align: center;
    }

    .data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(1) {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #999999;
    }

    .data_info_area .list_view_area.default_list_type05 .list_title_area strong:nth-of-type(2),
    .data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(2) {
        width: 470px;
        text-align: left;
    }

.data_info_area .list_view_area.default_list_type05 .list_title_area strong:nth-of-type(2) {
    padding-left: 24px;
}

.data_info_area .list_view_area.default_list_type05 .list_title_area strong:nth-of-type(3),
.data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(3) {
    width: 483px;
    text-align: left;
}

.data_list_area.type_2way .data_info_area .list_view_area.default_list_type05 .list_title_area strong:nth-of-type(2),
.data_list_area.type_2way .data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(2) {
    width: 192px;
}

.data_list_area.type_2way .data_info_area .list_view_area.default_list_type05 .list_title_area strong:nth-of-type(3),
.data_list_area.type_2way .data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(3) {
    width: 200px;
}

.data_info_area .default_list_type05.list_view_area .list .box.active {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(2) .input_text input {
    width: 214px;
    height: 34px;
    padding: 0 16px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
    vertical-align: middle;
}

.data_list_area.type_2way .data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(2) .input_text input {
    width: 192px;
}

.data_info_area .default_list_type05.list_view_area .list .box.active > div:nth-of-type(2) .input_text input {
    border: 1px solid #231815;
}

.data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(3) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(3) .btn_area li {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(3) .btn_area li:nth-of-type(2) {
            display: none;
        }

.data_info_area .default_list_type05.list_view_area .list .box.active > div:nth-of-type(3) .btn_area li:nth-of-type(1) {
    display: none;
}

.data_info_area .default_list_type05.list_view_area .list .box.active > div:nth-of-type(3) .btn_area li:nth-of-type(2) {
    display: flex;
}

.data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(3) .btn_area .btn {
    width: 64px;
    border-radius: 8px;
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    font-size: 13px;
}

.data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(3) .btn_area li:nth-of-type(1) .btn {
    background-color: #f0f0f0;
}

.data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(3) .btn_area li:nth-of-type(2) .btn:nth-child(1) {
    background-color: #d0d0d0;
    color: #ffffff;
}

.data_info_area .default_list_type05.list_view_area .list .box > div:nth-of-type(3) .btn_area li:nth-of-type(2) .btn:nth-child(2) {
    background-color: #231815;
    color: #ffffff;
    margin-left: 8px;
}

.data_info_area .list_view_area .list.type_scroll {
    width: calc(100% + 8px);
    height: 496px;
    overflow: auto;
    padding-right: 4px;
}

    .data_info_area .list_view_area .list.type_scroll::-webkit-scrollbar {
        width: 4px;
    }

    .data_info_area .list_view_area .list.type_scroll::-webkit-scrollbar-thumb {
        background-color: #c4c4c4;
        border-radius: 14px;
    }

    .data_info_area .list_view_area .list.type_scroll::-webkit-scrollbar-track {
        background-color: transparent;
    }


.data_info_area .pagination {
    margin-top: 40px;
}

/* 리스트 타입 - 기본01 */
.default_list_type01 .link,
.default_list_type01 .box {
    width: 100%;
    min-height: 98px;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    background-color: #ffffff;
}

    .default_list_type01 .box.none_flex {
        width: 100%;
        min-height: 98px;
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
        border-radius: 16px;
        padding: 16px 32px;
        display: block;
        /*justify-content: space-between;*/
        text-align: left;
        background-color: #ffffff;
    }

    .default_list_type01 .box.btn_type {
        padding: 0;
    }

        .default_list_type01 .box.btn_type:hover {
            background: #fee934 ;
        }

        .default_list_type01 .box.btn_type a {
            padding: 16px 0px 16px 32px;
            text-align: left;
        }

        .default_list_type01 .box.btn_type a {
            display: flex;
            justify-content: space-between;
            flex-grow: 1;
        }

    .default_list_type01 .box .btn_area {
        width: 88px;
        padding: 16px 16px 16px 0;
    }

    .default_list_type01 .link:hover {
        background-color: #efefef;
        border: 1px solid #efefef;
    }

        .default_list_type01 .link:hover .btn {
            background-color: #231815;
            color: #ffffff;
        }

    .default_list_type01 .link > span strong,
    .default_list_type01 .link > span span,
    .default_list_type01 .box > a > span strong,
    .default_list_type01 .box > a > span span {
        display: block;
    }

    .default_list_type01 .link > span,
    .default_list_type01 .box > a > span {
        font-size: 12px;
        line-height: 16px;
    }

        .default_list_type01 .link > span strong,
        .default_list_type01 .box > a > span strong {
            font-weight: bold;
        }

            .default_list_type01 .link > span strong em,
            .default_list_type01 .box > a > span strong em {
                font-weight: 500;
                font-size: 12px;
                line-height: 16px;
                color: #999999;
            }

        .default_list_type01 .link > span span,
        .default_list_type01 .box > a > span span {
            font-weight: 500;
            color: #999999;
        }

    .default_list_type01 .link .date,
    .default_list_type01 .box .date {
        max-width: 100px;
        width: 100px;
    }

    .default_list_type01 .link:hover {
        background-color: #fee934;
    }
    .default_list_type01 .link:hover > span strong em,
    .default_list_type01 .link:hover > span span {
        color: #231815;
    }
    
    .default_list_type01 .box:hover > a > span strong em,
    .default_list_type01 .box:hover > a > span span {
        color: #231815;
    }

    .default_list_type01 .link .name,
    .default_list_type01 .box .name {
        max-width: 214px;
        width: 214px;
    }

    .default_list_type01 .link .period,
    .default_list_type01 .box .period {
        max-width: 64px;
        width: 64px;
    }

    .default_list_type01 .link .doc_type,
    .default_list_type01 .box .doc_type {
        max-width: 144px;
        width: 144px;
    }

        .default_list_type01 .link .doc_type .return_text,
        .default_list_type01 .box .doc_type .return_text {
            font-weight: bold;
            font-size: 12px;
            line-height: 16px;
            color: #ff525b;
        }

    .default_list_type01 .link .child_type,
    .default_list_type01 .box .child_type {
        max-width: 120px;
        width: 120px;
    }

    .default_list_type01 .link .price,
    .default_list_type01 .box .price {
        max-width: 168px;
        width: 168px;
    }

    .default_list_type01 .link .state span,
    .default_list_type01 .box .state span {
        max-width: 122px;
        width: 122px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
        .default_list_type01 .box .state span + .btn {
             margin-top: 6px;
        }

        .default_list_type01 .link .state strong,
        .default_list_type01 .box .state strong {
            max-width: 122px;
            width: 122px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #666666;
        }

    .default_list_type01 .link .btn {
        max-width: 40px;
        width: 40px;
    }

.default_list_type01 .type_alarm01 .link .state strong,
.default_list_type01 .type_alarm02 .link .state strong,
.default_list_type01 .type_alarm01 .box .state strong,
.default_list_type01 .type_alarm02 .box .state strong {
    color: #ff525b;
    position: relative;
    overflow: visible;
}

.default_list_type01 .type_cancel .link .price strong,
.default_list_type01 .type_cancel .link .price span,
.default_list_type01 .type_cancel .box .price strong,
.default_list_type01 .type_cancel .box .price span {
    text-decoration: line-through;
    color: #999999;
}

.default_list_type01 .type_cancel .link .state strong,
.default_list_type01 .type_cancel .box .state strong {
    color: #999999;
}

.default_list_type01 .type_alarm01 .link .state strong::after,
.default_list_type01 .type_alarm01 .box .state strong::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #ff525b;
    border-radius: 50%;
    left: -6px;
    top: 3px;
}

.default_list_type01 .type_normal .link .state strong,
.default_list_type01 .type_normal .box .state strong {
    color: #231815;
}

.default_list_type01 .link .btn,
.default_list_type01 .box .btn {
    display: inline-block;
    padding: 0 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    background-color: #f7f7f7;
    border-radius: 8px;
    color: #666666;
}

.default_list_type01 .box > a + .btn_area .label {
    display: inline-block;
    width: 64px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.25px;
    color: #666666;
}

.default_list_type01 .box > a + .btn_area button.label:hover,
.default_list_type01 .box > a + .btn_area a.label:hover,
.default_list_type01 .box > a + .btn_area input.label:hover {
    background-color: #231815;
    color: #ffffff;
}

.default_list_type01 .box > a + .btn_area .label + .label {
    margin-top: 4px;
}

.default_list_type01 .box > a + .btn_area span {
    display: inline-block;
    width: 64px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #666666;
}

    .default_list_type01 .box > a + .btn_area span + .label,
    .default_list_type01 .box > a + .btn_area .label + span,
    .default_list_type01 .box > a + .btn_area span + span {
        margin-top: 4px;
    }

.list_view_area.paging_list {
    padding-bottom: 72px;
    position: relative;
}

.data_list_area.type_2way .list_view_area.paging_list {
    padding-bottom: 0;
}

.paging_list .pagination {
    position: absolute;
    bottom: 0;
}

.default_list_type01.type_apply .list_title_area {
    justify-content: space-between;
}

    .default_list_type01.type_apply .list_title_area strong:nth-of-type(1) {
        width: 100px;
        text-align: left;
    }

    .default_list_type01.type_apply .list_title_area strong:nth-of-type(2) {
        width: 214px;
    }

    .default_list_type01.type_apply .list_title_area strong:nth-of-type(3) {
        width: 144px;
    }

    .default_list_type01.type_apply .list_title_area strong:nth-of-type(4) {
        width: 120px;
    }

    .default_list_type01.type_apply .list_title_area strong:nth-of-type(5) {
        width: 64px;
        text-align: center;
    }


/* 병원세팅 */
.contents_title_area {
    margin-top: 56px;
}

    .contents_title_area + .info_input_area {
        margin-top: 44px;
    }

    .contents_title_area .title {
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
    }

    .contents_title_area.sub_text_type .sub_text {
        margin-top: 8px;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #666666;
    }

.step_view_area {
    margin-top: 40px;
}

    .step_view_area ul {
        display: flex;
        justify-content: space-between;
    }

        .step_view_area ul li {
            width: 224px;
            height: 48px;
            line-height: 44px;
            border-radius: 45px;
            border-width: 2px;
            border-style: solid;
            box-sizing: border-box;
            text-align: center;
            border-color: transparent;
            position: relative;
        }

            .step_view_area ul li + li::before {
                content: "";
                width: 12px;
                height: 2px;
                display: inline-block;
                background-color: #d0d0d0;
                position: absolute;
                left: -36px;
                top: 50%;
                transform: translateY(-50%);
            }

            .step_view_area ul li .step {
                font-weight: bold;
                font-size: 12px;
                line-height: 24px;
                letter-spacing: 0.75px;
                display: inline-block;
                margin-right: 24px;
                color: #666666;
            }

            .step_view_area ul li .title {
                font-weight: bold;
                font-size: 15px;
                line-height: 24px;
                letter-spacing: 0.75px;
                color: #666666;
            }

    .step_view_area .ative_step1 li:first-of-type {
        border-color: #231815;
        background-color: #231815;
    }

        .step_view_area .ative_step1 li:first-of-type .step,
        .step_view_area .ative_step1 li:first-of-type .title {
            color: #ffffff;
        }

    .step_view_area .ative_step2 li:nth-of-type(-n+1) {
        border-color: #efefef;
    }

        .step_view_area .ative_step2 li:nth-of-type(-n+1) .step,
        .step_view_area .ative_step2 li:nth-of-type(-n+1) .title {
            color: #d0d0d0;
        }

    .step_view_area .ative_step2 li:nth-of-type(2) {
        border-color: #231815;
        background-color: #231815;
    }

        .step_view_area .ative_step2 li:nth-of-type(2) .step,
        .step_view_area .ative_step2 li:nth-of-type(2) .title {
            color: #ffffff;
        }

    .step_view_area .ative_step3 li:nth-of-type(-n+2) {
        border-color: #efefef;
    }

        .step_view_area .ative_step3 li:nth-of-type(-n+2) .step,
        .step_view_area .ative_step3 li:nth-of-type(-n+2) .title {
            color: #d0d0d0;
        }

    .step_view_area .ative_step3 li:nth-of-type(3) {
        border-color: #ffffff;
        background-color: #231815;
    }

        .step_view_area .ative_step3 li:nth-of-type(3) .step,
        .step_view_area .ative_step3 li:nth-of-type(3) .title {
            color: #ffffff;
        }

    .step_view_area .ative_step4 li:nth-of-type(-n+3) {
        border-color: #efefef;
    }

        .step_view_area .ative_step4 li:nth-of-type(-n+3) .step,
        .step_view_area .ative_step4 li:nth-of-type(-n+3) .title {
            color: #d0d0d0;
        }

    .step_view_area .ative_step4 li:nth-of-type(4) {
        border-color: #231815;
        background-color: #231815;
    }

        .step_view_area .ative_step4 li:nth-of-type(4) .step,
        .step_view_area .ative_step4 li:nth-of-type(4) .title {
            color: #ffffff;
        }

.info_input_area {
    margin-top: 56px;
}

    .info_input_area.type_update {
        margin-top: 48px;
    }

    .info_input_area .area_title {
        font-weight: normal;
        font-size: 20px;
        line-height: 26px;
        display: flex;
        justify-content: flex-start;
    }

    .info_input_area.type_input_list .input_list {
        margin-top: 24px;
    }

        .info_input_area.type_input_list .input_list li {
            margin-bottom: 32px;
        }

            .info_input_area.type_input_list .input_list li:last-of-type {
                margin-bottom: 0px;
            }

    .info_input_area.type_input_list.type_slim .input_list li {
        margin-bottom: 24px;
    }

        .info_input_area.type_input_list.type_slim .input_list li:last-of-type {
            margin-bottom: 0px;
        }

        .info_input_area.type_input_list.type_slim .input_list li .date_select_area {
            margin-top: 8px;
        }

            .info_input_area.type_input_list.type_slim .input_list li .date_select_area input {
                width: 164px;
                display: inline-block;
            }

            .info_input_area.type_input_list.type_slim .input_list li .date_select_area .start,
            .info_input_area.type_input_list.type_slim .input_list li .date_select_area .end {
                width: 164px;
            }

            .info_input_area.type_input_list.type_slim .input_list li .date_select_area em {
                width: 34px
            }

            .info_input_area.type_input_list.type_slim .input_list li .date_select_area .date_area {
                width: 362px;
            }

.add_list_area .input_text.type_slim input {
    display: block;
    margin-bottom: 8px;
}

    .add_list_area .input_text.type_slim input:last-of-type {
        margin-bottom: 0px;
    }

.info_input_area.type_input_list .input_list li .preview_link {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline;
}

.info_input_area.type_input_list .input_list .input_text + .sub_text {
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #ff525b;
}

    .info_input_area.type_input_list.type_slim .radio_list .radio_list_title {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
    }

    .info_input_area.type_input_list.type_slim .radio_list .radio_list_title .sub_text {
        font-family: 'Roboto';
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #999999;
        margin-left: 12px;
    }

.info_input_area.type_input_list.type_slim .radio_list ul {
    margin-top: 12px;
    display: flex;
}

    .info_input_area.type_input_list.type_slim .radio_list ul li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 40px;
    }

        .info_input_area.type_input_list.type_slim .radio_list ul li:last-of-type {
            margin-right: 0;
        }

.info_input_area.type_input_list.type_slim .radio_list li label + input + label {
    margin-left: 40px;
}

.info_input_area.type_input_list.type_slim .file_active_chk + .file_active_target {
    margin-top: 8px;
}

.info_input_area.type_input_list .required_guide_text {
    display: inline-block;
    margin-left: 12px;
}

    .info_input_area.type_input_list .required_guide_text i {
        content: "";
        display: inline-block;
        width: 16px;
        height: 8px;
        background-color: #fee934;
        vertical-align: middle;
    }

    .info_input_area.type_input_list .required_guide_text span {
        display: inline-block;
        margin-left: 6px;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #ff525b;
    }

.info_input_area.type_input_list .input_list .required_type label {
    background-color: #fee934;
    width: auto;
    display: table;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
}


.margin_bottom {
    margin-bottom : 2px !important;
}

.info_input_area.type_input_list .input_list + .btn_contents_area {
    margin-top: 60px;
}

/* 툴팁 */
.input_list.type_tooltip > li {
    position: relative;
}

.input_list.type_tooltip .tooltip_area {
    position: absolute;
    top: 0;
    left: 540px;
    width: 0;
    overflow: hidden;
    transition: all 0.5s;
    padding: 32px 0;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border-radius: 16px;
    white-space: nowrap;
    z-index: 1;
}

.input_list.type_tooltip .title_area,
.input_list.type_tooltip .radio_list_title {
    cursor: pointer;
}

.input_list.type_tooltip .tooltip_area.type_bot {
    top: inherit;
    bottom: 0;
}

.input_list.type_tooltip .tooltip_area.active {
    width: 515px;
    padding: 32px;
}

.input_list.type_tooltip .tooltip_area .title {
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    display: block;
}

.input_list.type_tooltip .tooltip_area .guide_contents_area {
    margin-top: 24px;
}

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_img01 .text_contents {
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #666666;
    }

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_img01 img {
        margin-top: 18px;
        width: 362px;
    }

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_img01 .img_area + .text_contents {
        margin-top: 32px;
        width: 362px;
    }

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_chk01 {
        margin-top: 18px;
    }

    .input_list.type_tooltip .tooltip_area .guide_contents_area .chk_list01 li {
        display: flex;
        width: 100%;
        margin-bottom: 12px;
        justify-content: flex-start;
        align-items: center;
    }

        .input_list.type_tooltip .tooltip_area .guide_contents_area .chk_list01 li:last-of-type {
            margin-bottom: 0;
        }

        .input_list.type_tooltip .tooltip_area .guide_contents_area .chk_list01 li i {
            width: 24px;
            min-width: 24px;
            height: 24px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 24px;
        }

        .input_list.type_tooltip .tooltip_area .guide_contents_area .chk_list01 li:nth-of-type(1) i {
            background-image: url(../image/checkbox02_on.svg);
        }

        .input_list.type_tooltip .tooltip_area .guide_contents_area .chk_list01 li:nth-of-type(2) i {
            background-image: url(../image/checkbox02_off.svg);
        }

        .input_list.type_tooltip .tooltip_area .guide_contents_area .chk_list01 li .text_area {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .input_list.type_tooltip .tooltip_area .guide_contents_area .chk_list01 li .text_area strong {
                display: inline-block;
                width: 80px;
                margin-left: 12px;
            }

            .input_list.type_tooltip .tooltip_area .guide_contents_area .chk_list01 li .text_area strong,
            .input_list.type_tooltip .tooltip_area .guide_contents_area .chk_list01 li .text_area p {
                display: inline-block;
                font-weight: 400;
                font-size: 15px;
                line-height: 19px;
            }

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_chk02 .icon_area {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .input_list.type_tooltip .tooltip_area .guide_contents_area.type_chk02 .icon_area i {
            display: inline-block;
            width: 21px;
            height: 21px;
            background-image: url(../image/radio01_on.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 21px;
        }

        .input_list.type_tooltip .tooltip_area .guide_contents_area.type_chk02 .icon_area strong {
            display: inline-block;
            margin-left: 12px;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: rgba(0,0,0,0.6);
        }

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_chk02 p {
        margin-top: 8px;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
    }

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_chk02 .img_area {
        margin-top: 32px;
    }

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_chk02 .ex_text {
        margin-top: 12px;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #666666;
    }

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_dl01 dt {
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
    }

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_dl01 dd {
        margin-top: 12px;
        font-weight: 400;
        font-size: 15px;
        line-height: 19px;
    }

        .input_list.type_tooltip .tooltip_area .guide_contents_area.type_dl01 dd + dt {
            margin-top: 40px;
        }

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_dl02 {
        margin-top: 40px;
    }

        .input_list.type_tooltip .tooltip_area .guide_contents_area.type_dl02 table {
            min-width: 450px;
        }

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_txt01 .sub_title {
        display: block;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
    }

        .input_list.type_tooltip .tooltip_area .guide_contents_area.type_txt01 .sub_title + p {
            margin-top: 6px;
            font-weight: 400;
            font-size: 15px;
            line-height: 24px;
            color: #666666;
        }

    .input_list.type_tooltip .tooltip_area .guide_contents_area.type_txt01 p + .sub_title {
        margin-top: 28px;
    }

.input_list.type_tooltip .tooltip_area .contents_tb01 {
    border-top: 1px solid #000000;
    margin-bottom: 32px;
}

    .input_list.type_tooltip .tooltip_area .contents_tb01 th,
    .input_list.type_tooltip .tooltip_area .contents_tb01 td {
        padding-top: 22px;
    }

    .input_list.type_tooltip .tooltip_area .contents_tb01 tr:first-of-type th,
    .input_list.type_tooltip .tooltip_area .contents_tb01 tr:first-of-type td {
        padding-top: 16px;
    }

    .input_list.type_tooltip .tooltip_area .contents_tb01 th {
        width: 128px;
        font-weight: 500;
    }

    .input_list.type_tooltip .tooltip_area .contents_tb01 td {
        font-weight: 400;
    }

    .input_list.type_tooltip .tooltip_area .contents_tb01 th,
    .input_list.type_tooltip .tooltip_area .contents_tb01 td {
        font-size: 15px;
        line-height: 19px;
    }

.input_list.type_tooltip .tooltip_area .contents_tb02 colgroup col:nth-of-type(2) {
    width: 44px;
}

.input_list.type_tooltip .tooltip_area .contents_tb02 thead th {
    padding-bottom: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #666666;
    border-bottom: 1px solid #999999;
}

.input_list.type_tooltip .tooltip_area .contents_tb02 tbody th,
.input_list.type_tooltip .tooltip_area .contents_tb02 tbody td {
    padding-top: 24px;
}

.input_list.type_tooltip .tooltip_area .contents_tb02 tbody td {
    padding-left: 14px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}

.input_list.type_tooltip .tooltip_area .contents_tb02 tbody th {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
}

.input_list.type_tooltip .tooltip_area .contents_tb02 tbody tr:last-of-type th,
.input_list.type_tooltip .tooltip_area .contents_tb02 tbody tr:last-of-type td {
    padding-bottom: 24px;
    border-bottom: 1px solid #999999;
}

.input_list.type_tooltip .tooltip_area .contents_tb02 thead th:first-child {
    padding-left: 14px;
}

.input_list.type_tooltip .tooltip_area .sub_text_list_area {
    min-width: 450px;
}

    .input_list.type_tooltip .tooltip_area .sub_text_list_area li {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #666666;
    }

        .input_list.type_tooltip .tooltip_area .sub_text_list_area li.point_text {
            margin-top: 28px;
            font-weight: 700;
            font-size: 22px;
            line-height: 28px;
            color: #ff525b;
        }

        .input_list.type_tooltip .tooltip_area .sub_text_list_area li.ex_text {
            margin-top: 16px;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: #666666;
        }

.input_list.type_tooltip {
    position: relative;
}

    .input_list.type_tooltip .medical_chk {
        position: static;
    }

.info_input_area.type_label_add .input_text {
    margin-top: 16px;
}

.info_input_area.type_label_add .label_list_area,
.info_input_area.type_list_add .list_label_add_area {
    margin-top: 64px;
}

.label_list_area .title_area,
.list_label_add_area .title_area {
    display: flex;
    align-items: center;
}

    .label_list_area .title_area .area_title + p,
    .list_label_add_area .title_area .area_title + p {
        display: inline-block;
        margin-left: 16px;
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
    }

.label_list_area .lable_list_view {
    margin-top: 24px;
}

    .label_list_area .lable_list_view ul {
        display: flex;
        width: 952px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .label_list_area .lable_list_view li {
        height: 40px;
        background-color: #ffffff;
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
        border-radius: 69px;
        line-height: 38px;
        padding: 0 16px;
        display: flex;
        align-items: center;
        margin-right: 8px;
        margin-bottom: 12px;
    }

        .label_list_area .lable_list_view li span {
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
            color: #666666;
            display: inline-block;
            margin-right: 10px;
        }

        .label_list_area .lable_list_view li .btn_delete {
            display: inline-block;
            width: 18px;
            height: 18px;
            background-image: url(../image/icon_exit01.svg);
            background-repeat: no-repeat;
            background-position: center;
        }

        .label_list_area .lable_list_view li:first-of-type {
            background-color: #f7f7f7;
        }

            .label_list_area .lable_list_view li:first-of-type span {
                color: #231815;
            }

        .label_list_area .lable_list_view li:last-of-type {
            margin-right: 0;
        }

    .label_list_area .lable_list_view .none_data_area {
        width: 100%;
        min-height: 120px;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .label_list_area .lable_list_view .none_data_area p {
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
            color: #d0d0d0;
        }

.info_input_area.type_list_add .input_text {
    display: inline-block;
}

.info_input_area.type_list_add .info_input_area {
    margin-top: 16px;
    display: flex;
    align-items: center;
}

    .info_input_area.type_list_add .info_input_area .input_text {
        margin-top: 0;
        margin-left: 24px;
    }

.list_label_add_area .list_view_area {
    margin-top: 40px;
    position: relative;
}

    .list_label_add_area .list_view_area li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .list_label_add_area .list_view_area li + li {
            margin-top: 16px;
        }

        .list_label_add_area .list_view_area li .list_title {
            width: 136px;
            padding: 8px 12px;
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
            color: #666666;
        }

        .list_label_add_area .list_view_area li .label_area {
            width: calc(100% - 136px);
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-wrap: wrap;
        }

            .list_label_add_area .list_view_area li .label_area .label {
                height: 40px;
                background-color: #ffffff;
                border: 1px solid #f7f7f7;
                box-sizing: border-box;
                border-radius: 69px;
                line-height: 38px;
                padding: 0 16px;
                display: flex;
                align-items: center;
                margin-right: 8px;
                margin-bottom: 12px;
            }

                .list_label_add_area .list_view_area li .label_area .label .text {
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 18px;
                    color: #666666;
                    display: inline-block;
                    margin-right: 10px;
                }

                .list_label_add_area .list_view_area li .label_area .label .btn {
                    display: inline-block;
                    width: 18px;
                    height: 18px;
                    background-image: url(../image/icon_exit01.svg);
                    background-repeat: no-repeat;
                    background-position: center;
                }

                .list_label_add_area .list_view_area li .label_area .label:first-of-type {
                    background-color: #f7f7f7;
                }

                    .list_label_add_area .list_view_area li .label_area .label:first-of-type .text {
                        color: #231815;
                    }

                .list_label_add_area .list_view_area li .label_area .label:last-of-type {
                    margin-right: 0;
                }

    .list_label_add_area .list_view_area .none_data_area {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .list_label_add_area .list_view_area .none_data_area p {
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
            color: #d0d0d0;
        }

.info_input_area .box_list_area {
    margin-top: 32px;
}

.box_list_area dt {
    display: flex;
    justify-content: space-between;
    padding: 0 32px;
}

    .box_list_area dt strong {
        display: inline-block;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
    }

.box_list_area dd span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

    .box_list_area dt strong:nth-of-type(1),
    .box_list_area dd span:nth-child(1) {
        width: 200px;
    }

.box_list_area dt strong:nth-of-type(2) {
    flex-grow: 1;
    text-align: center;
}

.box_list_area dt strong em {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    margin-top: 8px;
}

.box_list_area dd span:last-child {
    text-align: right;
    width: 220px
}

.box_list_area dd span:first-child {
    text-align: left;
    white-space: nowrap;
}
.box_list_area dd span:first-child em {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ff525b;
    display: inline-block;
    margin-left: 6px;
}

.box_list_area dd .input_check {
    width: 150px;
    margin-left: 150px;
}

    .box_list_area dd .input_check label {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #d0d0d0;
        padding-left: 48px
    }

    .box_list_area dd .input_check input[type="checkbox"]:checked + .label + label {
        color: #231815;
    }

.box_list_area dd {
    padding-top: 16px;
}

    .box_list_area dd li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        height: 64px;
        box-sizing: border-box;
        border-radius: 16px;
        margin-bottom: 8px;
        padding: 0 32px 0 32px;
        position: relative;
    }

        .box_list_area dd li:last-of-type {
            margin-bottom: 0;
        }
        .box_list_area dd li .title_area {
            width: 270px;
            display: flex;
            align-items: center;
        }
        .box_list_area dd li .title {
            width: auto;
            white-space: nowrap;
            color: #231815;
        }
        .box_list_area dd li .title > span {
            width: auto;
            color: #231815;
        }
        .box_list_area dd span em {
            color: #ff525b;
        }
        .box_list_area dd li .sub_text {
            width: 100%;
            display: block;
            text-align: right;
            margin-top: 4px;
            font-weight: 400;
            font-size: 12px;
            line-height: 15px;
            color: #FF525B;
        }
        .box_list_area dd li .sub_text + .list_del_btn {
            top: 12px;
        }
        .box_list_area dd li .list_del_btn {
            display: inline-block;
            width: 16px;
            height: 16px;
            overflow: hidden;
            text-indent: -999999px;
            background-image: url(../image/icon_exit02.svg);
            background-repeat: no-repeat;
            background-size: 16px;
            background-position: center center;
            margin-left: 8px;
            opacity: 0.5;
            margin-top: 2px;
        }


        .box_list_area dd li .input_text.type_list_unit {
            margin-right: 16px;
        }

            .box_list_area dd li .input_text.type_list_unit input[type="text"] {
                padding: 0 12px;
                border: 1px solid #d0d0d0;
                border-radius: 8px;
            }

                .box_list_area dd li .input_text.type_list_unit input[type="text"] + .unit {
                    right: -16px;
                    color: #d0d0d0;
                }

        .box_list_area dd li.complete {
            background-color: transparent;
            border-color: transparent;
        }


        .box_list_area dd li.disabled {
            background-color: transparent;
            border-color: transparent;
        }


.complete_contents_area.type_setting {
    padding-top: 148px;
    text-align: center;
}

    .complete_contents_area.type_setting i {
        display: inline-block;
        width: 88px;
        height: 88px;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .complete_contents_area.type_setting i.type_complete {
            background-image: url(../image/icon_complete.svg);
        }

        .complete_contents_area.type_setting i.type_setup {
            background-image: url(../image/icon_setup.svg);
        }

    .complete_contents_area.type_setting .title_text {
        text-align: center;
        font-weight: 500;
        font-size: 28px;
        line-height: 38px;
        margin-top: 8px;
    }

        .complete_contents_area.type_setting .title_text strong {
            display: block;
            font-weight: 500;
            font-size: 24px;
            line-height: 32px;
            text-align: center;
        }

        .complete_contents_area.type_setting .title_text span {
            display: block;
            font-weight: 500;
            font-size: 16px;
            line-height: 32px;
            text-align: center;
            color: #666666;
        }

    .complete_contents_area.type_setting .shortcuts_area {
        margin-top: 56px;
    }

        .complete_contents_area.type_setting .shortcuts_area span {
            text-align: center;
            display: block;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: #666666;
        }

        .complete_contents_area.type_setting .shortcuts_area .link {
            margin: 0 auto;
            display: block;
            margin-top: 8px;
            width: 458px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            background-color: #ffffff;
            border: 2px solid #000000;
            border-radius: 8px;
            font-weight: bold;
            font-size: 14px;
        }

    .complete_contents_area.type_setting + .download_list_area {
        margin-top: 64px;
    }

        .complete_contents_area.type_setting + .download_list_area li {
            display: flex;
            padding: 15px 0;
            width: 504px;
            margin: 0 auto;
            padding-left: 24px;
            align-items: center;
        }

            .complete_contents_area.type_setting + .download_list_area li strong {
                display: inline-block;
                width: 92px;
                font-weight: bold;
                font-size: 14px;
                line-height: 18px;
            }

            .complete_contents_area.type_setting + .download_list_area li p {
                font-weight: normal;
                font-size: 14px;
                line-height: 18px;
                color: #666666;
                width: 292px;
            }

            .complete_contents_area.type_setting + .download_list_area li .btn {
                width: 96px;
                height: 32px;
                line-height: 32px;
                background-color: #fee934;
                border-radius: 8px;
                font-weight: bold;
                font-size: 12px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .complete_contents_area.type_setting + .download_list_area li .btn i {
                    display: inline-block;
                    width: 16px;
                    height: 16px;
                    margin-right: 4px;
                    background-image: url(../image/icon_download.svg);
                    background-repeat: no-repeat;
                    background-position: center center;
                }

.download_list_area + .download_guide_area {
    margin-top: 64px;
    text-align: center;
}

    .download_list_area + .download_guide_area p {
        display: inline-block;
        width: auto;
        padding: 0 52px;
        background-color: #f7f7f7;
        border-radius: 16px;
        height: 56px;
        line-height: 56px;
        font-weight: 700;
        font-size: 13px;
        color: #666666;
    }

.update_contents_area.type_seal {
    padding-top: 58px;
}

    .update_contents_area.type_seal .title_area {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .update_contents_area.type_seal .title_area .title {
            font-weight: bold;
            font-size: 24px;
            line-height: 30px;
        }

        .update_contents_area.type_seal .title_area .menual_title {
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
        }

        .update_contents_area.type_seal .title_area .link {
            display: inline-block;
            margin-left: 40px;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            text-decoration: underline;
            color: #999999;
        }

        .update_contents_area.type_seal .title_area .type_text {
            font-weight: normal;
            font-size: 18px;
            line-height: 20px;
            color: #666666;
        }

    .update_contents_area.type_seal .drop_down_area.list_area {
        margin-top: 40px;
    }

        .update_contents_area.type_seal .drop_down_area.list_area .list_main_title_area {
            display: flex;
            justify-content: flex-start;
            padding-left: 32px;
        }

            .update_contents_area.type_seal .drop_down_area.list_area .list_main_title_area.type_bg {
                height: 48px;
                line-height: 48px;
                background-color: #f0f0f0;
                border-radius: 8px;
                margin-bottom: 8px;
            }

            .update_contents_area.type_seal .drop_down_area.list_area .list_main_title_area strong {
                display: inline-block;
                font-weight: bold;
                font-size: 14px;
                line-height: 18px;
            }

            .update_contents_area.type_seal .drop_down_area.list_area .list_main_title_area.type_bg strong {
                line-height: 48px;
            }

            .update_contents_area.type_seal .drop_down_area.list_area .list_main_title_area strong:nth-of-type(1),
            .update_contents_area.type_seal .drop_down_area.list_area .list_title_area span:nth-of-type(1) {
                width: 200px;
            }

            .update_contents_area.type_seal .drop_down_area.list_area .list_main_title_area strong:nth-of-type(2),
            .update_contents_area.type_seal .drop_down_area.list_area .list_title_area span:nth-of-type(2) {
                width: 124px;
                text-align: center;
            }

            .update_contents_area.type_seal .drop_down_area.list_area .list_main_title_area strong:nth-of-type(3),
            .update_contents_area.type_seal .drop_down_area.list_area .list_title_area span:nth-of-type(3) {
                margin-left: 90px;
            }

        .update_contents_area.type_seal .drop_down_area.list_area.type_4title .list_main_title_area strong:nth-of-type(1),
        .update_contents_area.type_seal .drop_down_area.list_area.type_4title .list_title_area span:nth-of-type(1) {
            width: 124px;
            text-align: center;
        }

        .update_contents_area.type_seal .drop_down_area.list_area.type_4title .list_main_title_area strong:nth-of-type(2),
        .update_contents_area.type_seal .drop_down_area.list_area.type_4title .list_title_area span:nth-of-type(2) {
            width: 200px;
            text-align: center;
            margin-left: 80px;
        }

        .update_contents_area.type_seal .drop_down_area.list_area.type_4title .list_main_title_area strong:nth-of-type(3),
        .update_contents_area.type_seal .drop_down_area.list_area.type_4title .list_title_area span:nth-of-type(3) {
            width: 228px;
            text-align: center;
            margin-left: 0;
        }

        .update_contents_area.type_seal .drop_down_area.list_area.type_4title .list_main_title_area strong:nth-of-type(4),
        .update_contents_area.type_seal .drop_down_area.list_area.type_4title .list_title_area span:nth-of-type(4) {
            width: 280px;
            text-align: center;
        }

        .update_contents_area.type_seal .drop_down_area.list_area.type_4title .list_title_area span:nth-of-type(3) .input_check {
            margin: 0 auto;
        }

        .update_contents_area.type_seal .drop_down_area.list_area.type_4title .list_title_area span:nth-of-type(4) {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }



        .update_contents_area.type_seal .drop_down_area.list_area .list_text_area {
            margin-top: 16px;
        }

            .update_contents_area.type_seal .drop_down_area.list_area .list_text_area .box {
                border-radius: 16px;
                box-sizing: border-box;
                border: 1px solid #f7f7f7;
                background-color: #ffffff;
                height: 66px;
                overflow: hidden;
                transition: all 0.5s;
            }

                .update_contents_area.type_seal .drop_down_area.list_area .list_text_area .box.active {
                    height: auto
                }

                .update_contents_area.type_seal .drop_down_area.list_area .list_text_area .box + .box {
                    margin-top: 8px;
                }

        .update_contents_area.type_seal .drop_down_area.list_area .list_title_area {
            padding: 24px 32px;
            position: relative;
        }

            .update_contents_area.type_seal .drop_down_area.list_area .list_title_area .text_area {
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }

            .update_contents_area.type_seal .drop_down_area.list_area .list_title_area .btn.drop_type {
                position: absolute;
                right: 12px;
                top: 0px;
                text-indent: -999999px;
                width: 64px;
                height: 64px;
                display: inline-block;
                background-image: url(../image/icon_arrow02.svg);
                background-repeat: no-repeat;
                background-position: center center;
                transform: rotate(180deg);
                transition: all 0.5s;
            }

        .update_contents_area.type_seal .drop_down_area.list_area .active .list_title_area .btn.drop_type {
            transform: rotate(0deg);
        }

        .update_contents_area.type_seal .drop_down_area.list_area .list_title_area .btn.drop_type.type_text {
            top: 16px;
            right: 28px;
            width: 72px;
            height: 32px;
            line-height: 32px;
            background-color: #f0f0f0;
            border-radius: 8px;
            text-indent: 0;
            font-weight: 500;
            font-size: 13px;
            color: #666666;
            padding-right: 16px;
            transform: none;
            background-image: none;
            box-sizing: border-box;
        }

            .update_contents_area.type_seal .drop_down_area.list_area .list_title_area .btn.drop_type.type_text::after {
                content: "";
                display: inline-block;
                position: absolute;
                width: 12px;
                height: 12px;
                background-image: url(../image/icon_arrow09.svg);
                background-position: center center;
                background-repeat: no-repeat;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                transition: all 0.5s;
            }

        .update_contents_area.type_seal .drop_down_area.list_area .active .list_title_area .btn.drop_type.type_text::after {
            transform: translateY(-50%) rotate(180deg);
        }

        .update_contents_area.type_seal .drop_down_area.list_area .list_title_area span {
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
            color: #666666;
            display: inline-block;
        }

        .update_contents_area.type_seal .drop_down_area.list_area .inner_contents_area {
            height: auto;
            padding: 8px 32px 40px;
        }

            .update_contents_area.type_seal .drop_down_area.list_area .inner_contents_area .title {
                font-weight: 500;
                font-size: 18px;
                line-height: 20px;
            }

            .update_contents_area.type_seal .drop_down_area.list_area .inner_contents_area video_area {
                width: 100%;
            }

                .update_contents_area.type_seal .drop_down_area.list_area .inner_contents_area video_area video {
                    width: 100%;
                }


    .update_contents_area.type_seal.type_insert .drop_down_area.list_area .top_contents {
        margin-top: 16px;
    }

    .update_contents_area.type_seal .drop_down_area.list_area .top_contents {
        margin-top: 24px;
        display: flex;
        justify-content: space-between;
    }

        .update_contents_area.type_seal .drop_down_area.list_area .top_contents .left_side_area {
            width: 124px;
        }

            .update_contents_area.type_seal .drop_down_area.list_area .top_contents .left_side_area .sub_text {
                margin-top: 12px;
                font-weight: normal;
                font-size: 12px;
                line-height: 18px;
                color: #999999;
                text-align: center;
                display: block;
            }

        .update_contents_area.type_seal .drop_down_area.list_area .top_contents .right_side_area {
            width: calc(100% - 196px);
        }

            .update_contents_area.type_seal .drop_down_area.list_area .top_contents .right_side_area .input_list_area dt {
                display: block;
                font-weight: bold;
                font-size: 14px;
                line-height: 20px;
                color: #666666;
            }

            .update_contents_area.type_seal .drop_down_area.list_area .top_contents .right_side_area .input_list_area dd {
                margin-top: 14px;
            }

            .update_contents_area.type_seal .drop_down_area.list_area .top_contents .right_side_area .input_list_area li {
                display: inline-block;
            }

            .update_contents_area.type_seal .drop_down_area.list_area .top_contents .right_side_area .input_list_area .wide_type li {
                margin-right: 64px;
                vertical-align: top;
            }

                .update_contents_area.type_seal .drop_down_area.list_area .top_contents .right_side_area .input_list_area .wide_type li:last-of-type {
                    margin-right: 0px;
                }

            .update_contents_area.type_seal .drop_down_area.list_area .top_contents .right_side_area .input_list_area .near_type li {
                margin-right: 40px;
                vertical-align: middle;
            }

                .update_contents_area.type_seal .drop_down_area.list_area .top_contents .right_side_area .input_list_area .near_type li:last-of-type {
                    margin-right: 0px;
                }

            .update_contents_area.type_seal .drop_down_area.list_area .top_contents .right_side_area .input_list_area dd + dt {
                margin-top: 36px;
            }

    .update_contents_area.type_seal .drop_down_area.list_area .btn_contents_area {
        margin-top: 116px;
        text-align: center;
    }

        .update_contents_area.type_seal .drop_down_area.list_area .btn_contents_area .guide_text_area.type_label {
            padding: 12px 24px 12px 48px;
            width: auto;
            display: inline-block;
            background-color: #f7f7f7;
            border-radius: 39px;
            font-weight: bold;
            font-size: 13px;
            color: #666666;
            background-image: url(../image/icon_ex_mark.svg);
            background-repeat: no-repeat;
            background-position: 24px center;
        }

        .update_contents_area.type_seal .drop_down_area.list_area .btn_contents_area .sub_contents_btn_area {
            margin-top: 16px;
        }


    .update_contents_area.type_seal .drop_down_area.list_area .right_side_area .info_input_area {
        margin-top: 0;
        display: flex;
        justify-content: flex-start;
    }

        .update_contents_area.type_seal .drop_down_area.list_area .right_side_area .info_input_area select {
            margin-right: 24px;
        }

    .update_contents_area.type_seal .drop_down_area .title_area {
        display: inline-block;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
    }

    .update_contents_area.type_seal .setting_complete_chk_area {
        margin-top: 8px;
        background-color: #ffffff;
        padding: 24px 32px 24px 20px;
        border-radius: 16px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

        .update_contents_area.type_seal .setting_complete_chk_area input[type="checkbox"] {
            display: none;
        }

            .update_contents_area.type_seal .setting_complete_chk_area input[type="checkbox"] + label {
                padding-left: 40px;
                background-image: url(../image/checkbox01_off.svg);
                background-repeat: no-repeat;
                background-position: left top;
                background-size: 24px;
                display: block;
            }

            .update_contents_area.type_seal .setting_complete_chk_area input[type="checkbox"]:checked + label {
                background-image: url(../image/checkbox01_on.svg);
            }

            .update_contents_area.type_seal .setting_complete_chk_area input[type="checkbox"] + label strong {
                display: block;
                font-weight: 700;
                font-size: 16px;
                line-height: 24px;
            }

            .update_contents_area.type_seal .setting_complete_chk_area input[type="checkbox"] + label span {
                margin-top: 2px;
                display: block;
                font-weight: 400;
                font-size: 13px;
                line-height: 16px;
                color: #999999;
            }

        .update_contents_area.type_seal .setting_complete_chk_area .btn {
            display: inline-block;
            padding: 0 20px;
            background-color: #231815;
            border-radius: 8px;
            font-weight: 700;
            font-size: 12px;
            color: #ffffff;
            height: 32px;
            line-height: 32px;
        }

            .update_contents_area.type_seal .setting_complete_chk_area .btn:disabled,
            .update_contents_area.type_seal .setting_complete_chk_area .btn.disabled {
                background-color: #d0d0d0;
            }

.info_input_area.type_input_list.type_update .add_input_area .input_list_area li {
    margin-bottom: 8px;
}

    .info_input_area.type_input_list.type_update .add_input_area .input_list_area li:first-of-type {
        margin-bottom: 12px;
    }

    .info_input_area.type_input_list.type_update .add_input_area .input_list_area li:last-of-type {
        margin-bottom: 0;
    }

.add_input_area .title_area .title_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.add_input_area .title_area .title {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.add_input_area .title_area .sub_text {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    margin-left: 12px;
}

.add_input_area .btn_area {
    margin-top: 24px;
}

    .add_input_area .btn_area .btn {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-color: #231815;
        border: 1px solid #666666;
        box-sizing: border-box;
        border-radius: 8px;
        font-weight: 900;
        font-size: 12px;
        line-height: 14px;
        color: #ffffff;
    }

.add_input_area .input_list_area {
    margin-top: 8px;
}

    .add_input_area .input_list_area .input_text.type_slim input:read-only,
    .add_input_area .input_list_area .input_text.type_slim input:disabled {
        border: 1px solid #666666;
        color: #666666;
    }

.info_input_area.type_info_regist {
    min-height: 318px;
    padding-bottom: 12px;
}

    .info_input_area.type_info_regist .input_list > li {
        margin-bottom: 45px;
    }

    .info_input_area.type_info_regist .input_list .input_select_type {
        display: flex;
        justify-content: flex-start;
    }

        .info_input_area.type_info_regist .input_list .input_select_type select {
            margin-right: 24px;
        }

    .info_input_area.type_info_regist .input_list .active_chk_area {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .info_input_area.type_info_regist .input_list .active_chk_area .active_title {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            margin-right: 24px;
        }

    .info_input_area.type_info_regist .file_title {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
    }

        .info_input_area.type_info_regist .file_title + .input_file {
            margin-top: 16px;
        }

            .info_input_area.type_info_regist .file_title + .input_file + .sub_text {
                margin-top: 12px;
                font-weight: normal;
                font-size: 12px;
                line-height: 18px;
                color: #999999;
                display: block;
            }

.info_input_area + .btn_contents_area {
    margin-top: 64px;
}

.info_detail_area {
    margin-top: 48px;
}

    .info_detail_area .detail_contents_box {
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
        border-radius: 16px;
        padding: 32px 40px 110px;
        background-color: #ffffff;
    }

        .info_detail_area .detail_contents_box li {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            margin-bottom: 40px;
        }
        .info_detail_area .detail_contents_box.type_input li {
            margin-bottom: 16px;
        }

            .info_detail_area .detail_contents_box li:last-of-type {
                margin-bottom: 0;
            }

            .info_detail_area .detail_contents_box li strong {
                display: inline-block;
                font-weight: bold;
                font-size: 16px;
                line-height: 20px;
                width: 200px;
                min-width: 200px;
                margin-right: 4px;
            }
            .info_detail_area .detail_contents_box li strong.return_title {
                color: #ff525b;
            }
    .info_detail_area .contents_title { 
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        display: block;
        margin-bottom: 12px;
    }
    .info_detail_area ul + .contents_title {
        margin-top: 40px;
        border-top: 1px solid #f0f0f0;
        padding-top: 30px;
    }

    .info_detail_area .detail_contents_box.type_input table {
        border-collapse: collapse;
        border-radius: 10px;
        border-style: hidden;
        box-shadow: 0 0 0 1px #d0d0d0;
        overflow: hidden
    }
    .info_detail_area .detail_contents_box.type_input table select {
        border: 0;
        width: 100%;
        height: 36px;
        padding: 0 6px;
        font-weight: normal;
        font-size: 14px;
        background-image: url(../image/icon_arrow05.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 16px) center;
    }
    .info_detail_area .detail_contents_box.type_input table select:disabled {
        background-color: #eeeeee;
    }
    .info_detail_area .detail_contents_box.type_input table .input_text input,
    .info_detail_area .detail_contents_box.type_input table input.datepicker {
        border: 0;
        width: 100%;
        height: 36px;
        line-height: 36px;
        padding: 0 6px;
    }
    .info_detail_area .detail_contents_box.type_input table input.datepicker {
        font-weight: normal;
        font-size: 14px;
    }
    .info_detail_area .detail_contents_box.type_input table input.datepicker:disabled {
        background-color: #efefef80;
    }
    .info_detail_area .detail_contents_box.type_input table .btn.add {
        width: 64px;
        height: 28px;
        line-height: 28px;
        background-color: #231815;
        border-radius: 8px;
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
    }
    .info_detail_area .detail_contents_box.type_input table .btn.del {
        width: 64px;
        height: 28px;
        line-height: 28px;
        background-color: #f7f7f7;
        border-radius: 8px;
        color: #666666;
        font-weight: bold;
        font-size: 12px;
    }
    .info_detail_area .detail_contents_box.type_input table thead th {
        border: 1px solid #d0d0d0;
        height: 36px;
        line-height: 36px;
    }
    .info_detail_area .detail_contents_box.type_input table tbody td {
        border-right: 1px solid #d0d0d0;
        text-align: center;
        border-bottom: 1px solid #d0d0d0;
    }
    .info_detail_area .detail_contents_box.type_input table thead th:first-child {
        border-top-left-radius: 8px;
    }
    .info_detail_area .detail_contents_box.type_input li strong {
        height: 48px;
        line-height: 48px;
    }
    .info_detail_area .detail_contents_box.type_input li .radio_list.type01 ul {
        display: flex;
    }
    .info_detail_area .detail_contents_box.type_input li .radio_list.type01 li {
        line-height: 48px;
    }
    .info_detail_area .detail_contents_box.type_input li .radio_list.type01 li + li {
        margin-left: 12px;
    }
    .info_detail_area .detail_contents_box.type_input li .radio_list.type01 li input[type="radio"] {
        display: none;
    }
    .info_detail_area .detail_contents_box.type_input li .radio_list.type01 li input[type="radio"] + label {
        padding-left: 30px;
        font-weight: normal;
        font-size: 14px;
        position: relative;
    }
    .info_detail_area .detail_contents_box.type_input li .radio_list.type01 li input[type="radio"] + label::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        border: 1px solid #d0d0d0;
        box-sizing: border-box;
    }
    .info_detail_area .detail_contents_box.type_input li .radio_list.type01 li input[type="radio"]:checked + label::before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 4px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        background-color: #231815;
    }
    .input_num_area {
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .input_num_area .input_text {
            width: 200px;
        }
        .input_num_area > span {
            display: inline-block;
            margin: 0 8px;
        }

.input_num_area .input_text.type_normal input {
    width: 100%;
}
        .info_detail_area .detail_contents_box.type_input .datepicker_area input[type="text"],
        .info_detail_area .detail_contents_box.type_input .datepicker_area input[type="password"] {
            width: 200px;
            height: 48px;
            border: 1px solid #d0d0d0;
            background-color: #ffffff;
            box-sizing: border-box;
            border-radius: 8px;
            padding: 0 16px;
            color: #231815;
            font-weight: normal;
            font-size: 14px;
        }
.info_detail_area .detail_contents_box.type_input .textarea_toggle_wrap {
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
}
.info_detail_area .detail_contents_box.type_input .textarea_toggle_wrap.active {
    /*height: 200px;*/
    height: 52px;
}
.info_detail_area .detail_contents_box.type_input textarea {
    width: 600px;
    height: 200px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 8px 16px;
    color: #231815;
    font-weight: normal;
    font-size: 14px;
}
.info_detail_area .detail_contents_box.type_input textarea::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.info_detail_area .detail_contents_box.type_input textarea::-webkit-scrollbar-thumb {
    background-color: #666666;
    border-radius: 8px;
}

.info_detail_area .detail_contents_box.type_input textarea::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 8px;
}
            .info_detail_area .detail_contents_box.type_input textarea:focus {
                border: 1px solid #fee934
            }

            .info_detail_area .detail_contents_box li p {
                flex-grow: 1;
                display: inline-block;
                font-weight: 500;
                font-size: 14px;
                line-height: 18px;
                color: #999999;
            }
            .info_detail_area .detail_contents_box li .btn {
                height: 30px;
                line-height: 28px;
                padding: 0 8px;
                margin-top: -4px;
                background-color: #231815;
                border-radius: 8px;
                text-align: center;
                font-weight: 500;
                font-size: 14px;
                color: #ffffff;
            }

    .info_detail_area .detail_none_area {
        width: 100%;
        height: 320px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #ffffff;
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
        border-radius: 16px;
    }

        .info_detail_area .detail_none_area i {
            display: inline-block;
            width: 24px;
            height: 24px;
            background-image: url(../image/icon_list01.svg);
            background-repeat: no-repeat;
            background-position: center center;
        }

        .info_detail_area .detail_none_area p {
            margin-top: 14px;
            font-weight: 700;
            font-size: 18px;
            line-height: 25px;
            text-align: center;
            width: 100%;
            color: #d0d0d0;
        }

    .info_detail_area + .btn_contents_area {
        margin-top: 64px;
    }


.data_info_area.type_statistics .top_info_area + .excel_info_view_area {
    margin-top: 40px;
}

.data_info_area.type_statistics .excel_info_view_area .date_input_area > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .data_info_area.type_statistics .excel_info_view_area .date_input_area > ul > li {
        margin-left: 12px;
    }

        .data_info_area.type_statistics .excel_info_view_area .date_input_area > ul > li .title {
            font-weight: bold;
            font-size: 16px;
            line-height: 20px;
        }

        .data_info_area.type_statistics .excel_info_view_area .date_input_area > ul > li:nth-of-type(2) {
            margin-left: 24px;
        }

        .data_info_area.type_statistics .excel_info_view_area .date_input_area > ul > li .btn.type_search {
            padding: 0 20px;
            background-color: #231815;
            border-radius: 8px;
            color: #ffffff;
            font-weight: bold;
            font-size: 12px;
            height: 32px;
            line-height: 32px;
        }

.excel_info_view_area + .tatal_info_view_area {
    margin-top: 8px;
}

.tatal_info_view_area {
    width: 100%;
    padding: 22px 32px;
    border: 2px solid #f7f7f7;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #ffffff;
}

    .tatal_info_view_area ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .tatal_info_view_area ul li {
            margin-right: 40px;
        }

            .tatal_info_view_area ul li:last-of-type {
                margin-right: 0px
            }

            .tatal_info_view_area ul li span {
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                color: #999999;
                display: inline-block;
                margin-right: 16px;
            }

            .tatal_info_view_area ul li strong {
                font-weight: bold;
                font-size: 16px;
                line-height: 20px;
            }

    .tatal_info_view_area + .statistics_info_view_area {
        margin-top: 88px;
    }

.statistics_info_view_area .title_area colgroup col:nth-of-type(1) {
    width: 260px;
}

.statistics_info_view_area .total_area colgroup col:nth-of-type(1) {
    width: 249px;
}

.statistics_info_view_area colgroup col:nth-of-type(1) {
    width: 250px;
}

.statistics_info_view_area colgroup col:nth-of-type(2) {
    width: 38px;
}

.statistics_info_view_area colgroup col:nth-of-type(3) {
    width: 82px;
}

.statistics_info_view_area colgroup col:nth-of-type(4) {
    width: 136px;
}

.statistics_info_view_area colgroup col:nth-of-type(5) {
    width: 136px;
}

.statistics_info_view_area colgroup col:nth-of-type(6) {
    width: 200px;
}

.statistics_info_view_area colgroup col:nth-of-type(7) {
    width: 136px;
}

.statistics_info_view_area colgroup col:nth-of-type(8) {
    width: 116px;
}


.statistics_info_view_area.total_view colgroup col:nth-of-type(1) {
    width: 257px;
}

.statistics_info_view_area.total_view tfoot tr td:first-of-type {
    padding-left: 30px;
}

.statistics_info_view_area thead tr th:first-of-type {
    text-align: left;
    padding-left: 32px;
}

.statistics_info_view_area thead tr th:last-of-type {
    padding-right: 32px;
    padding-left: 32px;
}

.statistics_info_view_area tbody tr:first-of-type td:first-of-type,
.statistics_info_view_area tbody tr.total + tr td:first-of-type {
    text-align: left;
    padding-left: 32px;
    vertical-align: top;
    padding-top: 8px;
}

.statistics_info_view_area tbody tr td:first-of-type {
    text-align: center;
}

.statistics_info_view_area tbody tr.total td:first-of-type {
    padding-left: 24px;
}

.statistics_info_view_area tbody tr td:last-of-type {
    padding-right: 24px;
    padding-left: 32px;
}

.statistics_info_view_area tbody tr.total td:last-of-type {
    padding-right: 24px;
    padding-left: 32px;
}

.statistics_info_view_area tbody tr:first-of-type td:first-of-type {
    vertical-align: top;
    line-height: 32px;
}

.statistics_info_view_area tbody tr:first-of-type td:first-of-type {
    text-align: left;
}

.statistics_info_view_area tbody tr.total td:first-of-type {
    text-align: center;
}

.statistics_info_view_area tbody tr td,
.statistics_info_view_area tbody tr.total td {
    text-align: center;
}

    .statistics_info_view_area tbody tr.total td:first-of-type,
    .statistics_info_view_area tbody tr.total td:last-of-type {
        padding: 0;
    }

.statistics_info_view_area tbody tr.total td {
    padding: 12px 0 16px 0;
}

    .statistics_info_view_area tbody tr.total td:first-of-type {
        padding: 12px 0 16px 8px
    }

    .statistics_info_view_area tbody tr.total td:last-of-type {
        padding: 12px 8px 16px 0;
    }

    .statistics_info_view_area tbody tr.total td span {
        display: block;
        background-color: #f0f0f0;
        height: 40px;
        line-height: 40px;
    }

    .statistics_info_view_area tbody tr.total td:last-of-type span {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .statistics_info_view_area tbody tr.total td:first-of-type span {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .statistics_info_view_area tbody tr.total td:first-of-type span {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }


.statistics_info_view_area {
    margin-bottom: 8px;
}

    .statistics_info_view_area:last-of-type {
        margin-bottom: 0px;
        margin-top: 16px;
    }

    .statistics_info_view_area .title_area {
        margin-bottom: 24px;
    }

        .statistics_info_view_area .title_area table {
            background-color: transparent;
        }

    .statistics_info_view_area table {
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
        border-radius: 16px;
        padding: 8px;
        background-color: #ffffff;
        width: auto;
    }

    .statistics_info_view_area thead th {
        flow-into: bold;
        font-size: 16px;
        line-height: 20px;
    }

    .statistics_info_view_area .total_area {
        background-color: #f0f0f0;
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
        border-radius: 8px;
    }

    .statistics_info_view_area tbody td {
        height: 32px;
        line-height: 32px;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #666666;
    }

    .statistics_info_view_area tbody tr:last-of-type td {
        padding-bottom: 16px;
    }

    .statistics_info_view_area .total_area {
    }

        .statistics_info_view_area .total_area td {
            font-size: 12px;
            line-height: 16px;
            padding: 12px 0;
        }

    .statistics_info_view_area.total_view .total_area {
        background-color: #231815;
        border-radius: 16px;
    }

        .statistics_info_view_area.total_view .total_area table {
            background-color: transparent;
        }

            .statistics_info_view_area.total_view .total_area table tr td {
                text-align: center;
            }

        .statistics_info_view_area.total_view .total_area tr td {
            color: #ffffff;
            font-weight: bold;
            font-size: 14px;
            line-height: 16px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

.input_text_area .input_title {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

    .input_text_area .input_title + .sub_text {
        margin-top: 2px;
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
    }

.input_text_area .input_text {
    margin-top: 8px;
}


/*2022.04.19 css 추가*/
.notice strong:nth-of-type(2), .list .notice div:nth-of-type(2) {
    width: 450px !important;
}

.info_detail_area .detail_contents_box li pre {
    flex-grow: 1;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}

.mt-10 {
    margin-top: 10px !important;
    image-rendering: -webkit-optimize-contrast !important;
}

.depart_focus {
    background: #fee934 !important;
    text-decoration:underline !important;
}

/*2022.04.19 css 추가 끝*/


/* 초기세팅 증명서 선택 UI 추가 - 20220617 */
.footer_doc_add_area { 
    margin-top: 20px;
    padding: 26px 44px 0 32px;
    border-top: 1px solid #efefef;
}
.footer_doc_add_area .guide_area {
    width: 705px;
    padding: 32px;
    background-color: #f7f7f7;
    border-radius: 16px;
    margin-bottom: 16px;
}
.footer_doc_add_area .guide_area img {
    width: 262px;
    image-rendering:  -webkit-optimize-contrast;
}
.footer_doc_add_area .guide_area .inner_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_doc_add_area .guide_area .text_area .title {
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    color: #231815;
}
.footer_doc_add_area .guide_area .text_area .inner_text { 
    margin-top: 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}
.footer_doc_add_area .search_doc_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer_doc_add_area .search_doc_area .input_text.type_slim {
    width: 275px;
}
.footer_doc_add_area .search_doc_area .select_box.type_slim {
    width: 275px;
}
.footer_doc_add_area .search_doc_area .select_box.type_slim + .select_box.type_slim {
    width: 200px;
}

.footer_doc_add_area .search_doc_area .select_box select,
.footer_doc_add_area .search_doc_area .input_text input {
    width: 100%;
}

.footer_doc_add_area .search_doc_area .btn_area {
    width: 235px;
}
.footer_doc_add_area .search_doc_area .btn_area .btn { 
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #231815;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_doc_add_area .search_doc_area .btn_area .btn i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../image/icon_plus01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
}
.footer_doc_add_area .sub_text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #ff525b;
}

/* 팝업 */
.dim {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}
.popup_wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
}
.popup {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
}
.popup.type_normal01 {
    padding: 24px 56px;
    border-radius: 8px;
}
.popup.type_normal01 .main_exit_btn {
    position: absolute;
    top: 32px;
    right: 38px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../image/icon_exit_popup.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.popup.type_normal01 .popup_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
}
.popup.type_normal01 .input_list {
    margin-top: 8px;
}
.popup.type_normal01 .input_list li + li {
    margin-top: 20px;
}
.popup.type_normal01 .popup_btn_area {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.popup.type_normal01 .popup_btn_area .btn { 
    width: 92px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.25px;
}
.popup.type_normal01 .popup_btn_area .btn:nth-child(1) {
    background-color: #ffffff;
    color: #888888;
}
.popup.type_normal01 .popup_btn_area .btn:nth-child(2) {
    background-color: #231815;
    color: #ffffff;
    margin-left: 8px;
}
.popup.type_normal01 .popup_btn_area .btn:nth-child(2):disabled {
    background-color: #efefef;
    color: #d0d0d0;
}
.popup,
.dim.on,
.popup_wrap.on {
    display: block;
}
.capture_contents_wrap { 
    padding-top: 56px;
    text-align: center;
}
#capture_area .lb-wrap {
    margin: 0 auto;
    width: 780px;
    overflow: auto;
    border: 1px solid #000000;
    box-sizing: border-box;
    position: relative;
}

#capture_area .lb-wrap img {
    width: 100%;
}
#capture_area + .sub_contents_btn_area {
    z-index: 10;
    position: sticky;
    bottom: 70px;
    margin-top: 20px;
}
#capture_area .inner_contents_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#capture_area .inner_contents_area input,
#capture_area .inner_contents_area .chk_box {
    position: absolute;
}
#capture_area .inner_contents_area input[type="text"] {
    color: #222222;
    font-weight: 400;
    font-size: 12px;
    padding: 0 0px;
    border: 1px solid #222222;
    box-sizing: border-box;
}
#capture_area .inner_contents_area input[type="text"].error {
    border:1px solid #ff525b ;
}
#capture_area .inner_contents_area .chk_box {
    border: 1px solid #222222;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
}
#capture_area .inner_contents_area .chk_box.error {
    border:1px solid #ff525b ;
}
#capture_area .inner_contents_area .chk_box input[type="checkbox"] {
    display: none;
}
#capture_area .inner_contents_area .chk_box input[type="checkbox"] + label {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 180%;
}
    #capture_area .inner_contents_area .chk_box input[type="checkbox"]:checked + label {
        background-image: url(../image/checkbox02_on_v2.svg);
    }
#capture_area .contents_div_area {
    position: absolute;
}
