.container {
    width: 100%;
    min-width: 1600px;
    min-height: 700px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 16px 16px 16px 256px;
}

header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.header_url {
    width: fit-content;
    font-size: 14px;
    color: #555555;
}

.header_btn_wrap {
    display: none;
    width: fit-content;
}

.btn_search_view {
    width: 28px;
    height: 28px;
}

    .btn_search_view i {
        font-size: 20px;
        color: black;
    }

        .btn_search_view i:active {
            color: #3C8CFE;
        }

section {
    width: 100%;
    z-index: 2;
}

    section + section {
        margin-top: 16px;
    }

.search_section + section {
    margin-top: 16px;
}

.row {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.row_sm {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

    .row_sm + .row_sm {
        margin-left: 8px;
    }

.content {
    border-radius: 5px;
    background-color: white;
    padding: 20px;
}

    .content + .content {
        margin-left: 8px;
    }

.chart_circle {
    width: 290px;
    height: 290px;
}

.chart_circle_icon {
    width: 56px;
    height: 56px;
    flex-direction: row;
    border-radius: 28px;
    position: relative;
    margin-top: -230px;
}

    .chart_circle_icon i {
        font-size: 26px;
    }

.chart_subtitle {
    width: 100%;
    z-index: 2;
    margin-top: 25px;
}

    .chart_subtitle h3 {
        font-size: 18px;
        font-weight: 500;
        color: #676767;
    }

    .chart_subtitle h4 {
        font-size: 26px;
        font-weight: 300;
        color: black;
        margin-top: 15px;
    }

.chart_circle_regend {
    position: relative;
    width: 290px;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin-top: 70px;
}

.chart_circle_blue .chart_circle_icon {
    background-color: #EAF3FA;
}

.chart_circle_blue i {
    color: #3C8CFE;
}

.chart_circle_blue h5 {
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.chart_circle_blue h6 {
    font-size: 16px;
    font-weight: 400;
    color: #3C8CFE;
}

.chart_circle_red .chart_circle_icon {
    background-color: #FAE8E8;
}

.chart_circle_red i {
    color: #E56464;
}

.chart_circle_red h5 {
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.chart_circle_red h6 {
    font-size: 16px;
    font-weight: 400;
    color: #E56464;
}

.chart_circle_green .chart_circle_icon {
    background-color: #DFF4DF;
}

.chart_circle_green i {
    color: #43C343;
}

.chart_circle_green h5 {
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.chart_circle_green h6 {
    font-size: 16px;
    font-weight: 400;
    color: #43C343;
}

.chart_circle_yellow .chart_circle_icon {
    background-color: #FDF3E3;
}

.chart_circle_yellow i {
    color: #EFA93A;
}

.chart_circle_yellow h5 {
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.chart_circle_yellow h6 {
    font-size: 16px;
    font-weight: 400;
    color: #D6952D;
}

.chart_title {
    width: 100%;
    align-items: flex-start;
}

.chart_line {
    width: 100%;
    height: 400px;
}

.content_wrap {
    background-color: white;
    border: 1px solid #F4F6F9;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
}

.detail_info_wrap {
    margin-right: 40px;
    justify-content: flex-start;
    align-items: flex-start;
}

.detail_title {
    flex-direction: row;
    width: 100%;
    background-image: url("/images/dot_circle_blue.svg");
    background-repeat: no-repeat;
    background-position: left top 7px;
    padding-left: 14px;
    margin-bottom: 16px;
}

    .detail_title span {
        font-size: 12px;
        margin-left: 10px;
    }

.regend_wrap {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
}

.regend_item {
    width: fit-content;
    flex-direction: row;
}

    .regend_item + .regend_item {
        margin-left: 24px;
    }

    .regend_item q {
        width: 14px;
        height: 14px;
        border-radius: 7px;
        margin-right: 8px;
    }

    .regend_item p {
        font-size: 14px;
    }

.key_value_list {
    width: 100%;
    list-style: none;
}

    .key_value_list li {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

        .key_value_list li + li {
            margin-top: 10px;
        }

        .key_value_list li h5 {
            min-width: 150px;
        }

.key100 li h5 {
    min-width: 100px !important;
}

.key100 li h6 {
    min-width: 90px !important;
}

.key_value_list li h6 {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    color: #666;
    min-width: 50px;
}

.key_value_list li p {
    font-size: 14px;
    margin-left: 20px;
}

.qr_info_wrap {
    flex-direction: row;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.qr_info {
    width: 100%;
    margin-left: 20px;
}

    .qr_info h3 {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        text-align: left;
        margin-bottom: 4px;
    }

    .qr_info h4 {
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
        margin-top: 8px;
    }

        .qr_info h4 span {
            display: inline-block;
            width: 50px;
            color: #555;
        }

.qr_code_wrap {
    margin-top: 20px;
}

    .qr_code_wrap img {
        margin-top: 20px;
        width: 50vw;
        height: 50vw;
    }

    .qr_code_wrap h4 {
        color: #0F68C1;
    }

    .qr_code_wrap h5 {
        margin-top: 12px;
        font-weight: 400;
        color: #666666;
    }

.modal {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.2);
}

.modal_container {
    width: 760px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 30px 40px;
    background-color: white;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
}

.modal_title {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.modal_close {
    width: fit-content;
}

    .modal_close i {
        font-size: 26px;
        color: #D3D3D3;
        transition-property: color, transform;
        transition-duration: 0.3s;
    }

    .modal_close:hover i {
        transform: rotate(180deg);
        color: #C1C1C1;
    }

    .modal_close:active i {
        color: #AFAFAF;
    }

.modal_scroll {
    max-height: 720px;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.modal_content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.modal_section_line {
    border-top: 1px solid #D3D3D3;
    margin: 30px 0;
}

.modal_input_wrap {
}

    .modal_input_wrap h4 {
        width: 100%;
        text-align: left;
        font-size: 17px;
        font-weight: 500;
    }

.modal_btn {
    margin-top: 30px;
    padding-top: 30px;
}

.modal_btn_wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left:360px;
}

    .modal_btn_wrap button {
        max-width: 150px;
    }

@media (max-width: 768px) {
    .chart_circle {
        width: 100%;
        height: 40vw;
    }

    .chart_circle_icon {
        width: 56px;
        height: 56px;
        flex-direction: row;
        border-radius: 24px;
        position: relative;
        margin-top: calc(-20vw * 1.5);
    }

        .chart_circle_icon i {
            font-size: 26px;
        }

    .chart_subtitle {
        width: 100%;
        z-index: 2;
        margin-top: 20px;
    }

        .chart_subtitle h3 {
            font-size: 15px;
            font-weight: 500;
            color: #676767;
        }

        .chart_subtitle h4 {
            font-size: 18px;
            font-weight: 300;
            color: black;
            margin-top: 10px;
        }

    .chart_circle_regend {
        position: relative;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        padding: 8px;
        font-size: 14px;
        font-weight: 400;
        color: black;
        margin-top: 70px;
    }

    .chart_circle_blue h5 {
        font-size: 13px;
    }

    .chart_circle_blue h6 {
        font-size: 13px;
    }

    .chart_circle_red h5 {
        font-size: 13px;
    }

    .chart_circle_red h6 {
        font-size: 13px;
    }

    .chart_circle_green h5 {
        font-size: 13px;
    }

    .chart_circle_green h6 {
        font-size: 13px;
    }

    .chart_circle_yellow h5 {
        font-size: 13px;
    }

    .chart_circle_yellow h6 {
        font-size: 13px;
    }

    .chart_title {
        position: relative;
        z-index: 2;
        width: 100%;
        align-items: flex-start;
    }

    .container {
        width: 100%;
        min-width: 320px;
        min-height: 480px;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        padding: 66px 16px 16px 16px;
    }

    .search_section + section {
        margin-top: 0px;
    }

    .search_section .content {
        flex-direction: column;
    }

    .header_url {
        display: none;
    }

    .header_btn_wrap {
        display: flex;
        width: fit-content;
    }

    .row {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .row_sm {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }

        .row_sm + .row_sm {
            margin-top: 8px;
            margin-left: 0px;
        }

        .row_sm .content {
            width: 100%;
            padding: 16px;
        }

    .modal_container {
        width: 90%;
    }

    .detail_info_wrap {
        width: 100%;
        margin-right: 0px;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .detail_info_wrap + .detail_table_wrap {
            margin-top: 32px;
        }

    .detail_title {
        width: 100%;
        background-image: url("/images/dot_circle_blue.svg");
        background-repeat: no-repeat;
        background-position: left top 7px;
        padding-left: 14px;
        margin-bottom: 16px;
    }

        .detail_title span {
            display: none;
        }

    .regend_wrap {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        align-content: flex-end;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

    .regend_item {
        width: fit-content;
        flex-direction: row;
    }

        .regend_item + .regend_item {
            margin-left: 24px;
        }

        .regend_item q {
            width: 14px;
            height: 14px;
            border-radius: 7px;
            margin-right: 8px;
        }

        .regend_item p {
            font-size: 14px;
        }

    .key_value_list {
        width: 100%;
        list-style: none;
        margin: 24px auto 0 auto;
    }

        .key_value_list li {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            align-content: flex-start;
        }

            .key_value_list li + li {
                margin-top: 10px;
            }

            .key_value_list li h5 {
                min-width: 150px;
            }

            .key_value_list li p {
                font-size: 14px;
                margin-left: 20px;
            }

    .modal_scroll {
        max-height: 80vh;
        overflow-x: hidden;
        overflow-y: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

    .modal_btn_wrap {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-right: 360px;
    }
}


@media (max-width: 576px) {
    .chart_circle {
        width: 100%;
        height: 40vw;
    }

    .chart_circle_icon {
        width: 56px;
        height: 56px;
        flex-direction: row;
        border-radius: 28px;
        position: relative;
        margin-top: calc(-20vw - 28px);
    }

        .chart_circle_icon i {
            font-size: 26px;
        }

    .chart_subtitle {
        width: 100%;
        z-index: 2;
        margin-top: calc(10vw * 1.5);
    }

        .chart_subtitle h3 {
            font-size: 15px;
            font-weight: 500;
            color: #676767;
        }

        .chart_subtitle h4 {
            font-size: 18px;
            font-weight: 300;
            color: black;
            margin-top: 5px;
        }

    .chart_circle_regend {
        position: relative;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        padding: 8px;
        font-size: 14px;
        font-weight: 400;
        color: black;
        margin-top: 0px;
    }

    .chart_circle_blue h5 {
        font-size: 13px;
    }

    .chart_circle_blue h6 {
        font-size: 13px;
    }

    .chart_circle_red h5 {
        font-size: 13px;
    }

    .chart_circle_red h6 {
        font-size: 13px;
    }

    .chart_circle_green h5 {
        font-size: 13px;
    }

    .chart_circle_green h6 {
        font-size: 13px;
    }

    .chart_circle_yellow h5 {
        font-size: 13px;
    }

    .chart_circle_yellow h6 {
        font-size: 13px;
    }

    .chart_title {
        position: relative;
        z-index: 2;
        width: 100%;
        align-items: flex-start;
    }

    .container {
        width: 100%;
        min-width: 320px;
        min-height: 480px;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        padding: 66px 0px 16px 0px;
    }

    .container_fold {
        padding-left: 76px;
    }

    header {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 16px;
    }

    .header_url {
        display: none;
    }

    section {
        width: 100%;
    }

    .row {
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .content {
        border-radius: 15px;
        background-color: white;
        padding: 16px;
        width: 90%;
        margin-left: 20px;
    }

        .content + .content {
            margin-left: 8px;
        }

    .row_sm {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }

        .row_sm + .row_sm {
            margin-top: 8px;
            margin-left: 0px;
        }

        .row_sm .content {
            width: 100%;
            padding: 16px;
        }

    .content_wrap {
        background-color: white;
        border: 1px solid #F4F6F9;
        padding: 20px;
        margin-top: 20px;
        border-radius: 4px;
        filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
    }

    .search_section .content {
        flex-direction: column;
    }

    .modal {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .modal_container {
        width: 90%;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        padding: 16px;
        background-color: white;
        border-radius: 10px;
        filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
    }

    .modal_title {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .modal_close {
        width: fit-content;
    }

        .modal_close i {
            font-size: 22px;
            color: #D3D3D3;
            transition-property: color, transform;
            transition-duration: 0.3s;
        }

        .modal_close:hover i {
            transform: rotate(180deg);
            color: #C1C1C1;
        }

        .modal_close:active i {
            color: #AFAFAF;
        }

    .modal_scroll {
        width: 100%;
        max-height: 80vh;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .modal_content {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

    .modal_section_line {
        margin: 20px 0;
    }

    .modal_btn {
        margin-top: 20px;
        padding-top: 20px;
    }

    .modal_btn_wrap {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-right : 360px;
    }

        .modal_btn_wrap button {
            font-size: 13px;
            max-width: 150px;
            padding: 10px;
        }

    .regend_item + .regend_item {
        margin-left: 12px;
    }

    .regend_item q {
        width: 12px;
        height: 12px;
        border-radius: 7px;
        margin-right: 8px;
    }

    .regend_item p {
        font-size: 12px;
    }

    .key_value_list {
        list-style: none;
        margin: 24px auto 0 auto;
    }

        .key_value_list li {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            align-content: flex-start;
        }

            .key_value_list li + li {
                margin-top: 10px;
            }

            .key_value_list li h5 {
                min-width: 150px;
            }

            .key_value_list li p {
                font-size: 13px;
                margin-left: 20px;
            }
}
