.popUp_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(242,242,242,0.7);
    z-index: 2;
}

.popUp_bg.z_index_4 {
    z-index: 4;
}

.popUp_bg.z_index_3 {
    z-index: 3;
}

.popUp {
    position: absolute;
    width: 30vw;
    height: 19vw;
    background-color: #ffffff;
    border-radius: .5vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#riskAlarmPopUp > .popUp > .popUp_header {
    width: 100%;
    height: calc(100% - 14vw);
    background-color: #D01212;
    border-top-left-radius: .5vh;
    border-top-right-radius: .5vh;
}

.popUp_icon_wrap {
    width: 3.5vw;
    height: 3.5vw;
}

#riskAlarmPopUp > .popUp > .popUp_title {
    width: 100%;
    height: calc(100% - 14vw);
    font-size: 1.6vw;
    font-weight: bold;
}

#riskAlarmPopUp > .popUp > .popUp_content {
    width: 100%;
    height: calc(100% - 14vw);
    font-size: 1.1vw;
}

.popUp_close_btn_wrap {
    width: 100%;
    height: calc(100% - 14vw);
}

#riskAlarmPopUp > .popUp > .popUp_content > .popUp_subTitle {
    width: 40%;
    height: 100%;
    font-weight: bold;
}

#riskAlarmPopUp > .popUp > .popUp_content > .popUp_detail {
    width: 60%;
    height: 100%;
}

#riskAlarmPopUp > .popUp > .popUp_content > .popUp_subTitle > div {
    width: 100%;
    height: 100%;
}

#riskAlarmPopUp > .popUp > .popUp_content > .popUp_detail > div {
    width: 100%;
    height: 100%;
}

#riskAlarmPopUp > .popUp > .popUp_content > .popUp_subTitle > div {
    margin-right: 20px;
}

#riskAlarmPopUp > .popUp > .popUp_close_btn_wrap > .popUp_close_btn {
    width: 5em;
    height: 2em;
    background-color: #D01212;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
    font-size: 1vw;
}

#riskAlarmPopUp > .popUp > .popUp_close_btn_wrap > .popUp_close_btn:hover {
    background-color: #950a0a;
}

@keyframes blink-effect {
    50% {
        opacity: 0;
    }
}

#riskAlarmPopUp > .popUp > .popUp_header > .popUp_icon_wrap > img{
    animation: blink-effect 1.5s step-end infinite;
}

#riskDangerPopUp > .popUp > .popUp_header {
    width: 100%;
    height: calc(100% - 14vw);
    background-color: #FFBF00;
    border-top-left-radius: .5vh;
    border-top-right-radius: .5vh;
}

.popUp_icon_wrap {
    width: 3.5vw;
    height: 3.5vw;
}

#riskDangerPopUp > .popUp > .popUp_title {
    width: 100%;
    height: calc(100% - 14vw);
    font-size: 1.6vw;
    font-weight: bold;
}

#riskDangerPopUp > .popUp > .popUp_content {
    width: 100%;
    height: calc(100% - 14vw);
    font-size: 1.1vw;
}

#riskDangerPopUp > .popUp > .popUp_close_btn_wrap > .popUp_close_btn {
    width: 100%;
    height: calc(100% - 14vw);
}

#riskDangerPopUp > .popUp > .popUp_content > .popUp_subTitle {
    width: 40%;
    height: 100%;
    font-weight: bold;
}

#riskDangerPopUp > .popUp > .popUp_content > .popUp_detail {
    width: 60%;
    height: 100%;
}

#riskDangerPopUp > .popUp > .popUp_content > .popUp_subTitle > div {
    width: 100%;
    height: 100%;
}

#riskDangerPopUp > .popUp > .popUp_content > .popUp_detail > div {
    width: 100%;
    height: 100%;
}

#riskDangerPopUp > .popUp > .popUp_content > .popUp_subTitle > div {
    margin-right: 20px;
}

#riskDangerPopUp > .popUp > .popUp_close_btn_wrap > .popUp_close_btn {
    width: 5em;
    height: 2em;
    background-color: #585858;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
    font-size: 1vw;
}

#riskDangerPopUp > .popUp > .popUp_close_btn_wrap > .popUp_close_btn:hover {
    background-color: #424242;
}

@keyframes blink-effect {
    50% {
        opacity: 0;
    }
}

#riskDangerPopUp > .popUp > .popUp_header > .popUp_icon_wrap > img{
    animation: blink-effect 1.5s step-end infinite;
}

#riskAlarmDetail > .popUp > .popUp_header {
    width: 100%;
    height: calc(100% - 14vw);
    background-color: #2A9D82;
    border-top-left-radius: .5vh;
    border-top-right-radius: .5vh;
}

#riskAlarmDetail > .popUp > .popUp_title {
    width: 100%;
    height: calc(100% - 14vw);
    font-size : 1.2vw;
    font-weight: bold;
}

#riskAlarmDetail > .popUp > .popUp_content {
    width: 100%;
    height: calc(100% - 14vw);
    font-size: 0.9vw;
}

#riskAlarmDetail > .popUp > .popUp_btn_wrap {
    width: 100%;
    height: calc(100% - 14vw);
}

#riskAlarmDetail > .popUp > .popUp_btn_wrap > .popUp_close_btn {
    width: 5em;
    height: 2em;
    background-color: #2A9D82;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
    font-size: 1vw;
}

#riskAlarmDetail > .popUp > .popUp_btn_wrap >.popUp_close_btn:hover {
    background-color: #227865;
}

#riskAlarmDetail > .popUp > .popUp_btn_wrap > .popUp_risk_state_btn {
    width: 5em;
    height: 2em;
    background-color: #585858;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
    font-size: 1vw;
}

#riskAlarmDetail > .popUp > .popUp_btn_wrap > .popUp_risk_state_btn:hover {
    background-color: #424242;
}

#riskAlarmDetail > .popUp > .popUp_btn_wrap > div + div {
    margin-left: 1em;
}

#riskAlarmDetail > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) {
    width: 60%;
    height: 100%;
}

#riskAlarmDetail > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) {
    width: 40%;
    height: 100%;
}

#riskAlarmDetail > .popUp > .popUp_content > .popUp_content_wrap > .popUp_subTitle {
    width: 40%;
    height: 100%;
    font-weight: bold;
}

#riskAlarmDetail > .popUp > .popUp_content > .popUp_content_wrap > .popUp_detail {
    width: 60%;
    height: 100%;
}

#riskAlarmDetail > .popUp > .popUp_content > .popUp_content_wrap > div > div {
    width: 100%;
    height: 100%;
}

#riskAlarmDetail > .popUp > .popUp_content > .popUp_content_wrap > .popUp_subTitle > div {
    margin-right: 20px;
}

#riskAlarmDetail > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail > .popUp_detail_state > select {
    font-family: 'SCDream5';
    border: none;
    background-color: #F2F2F2;
    border-radius: .5vh;
    color: #585858;
    font-size: 0.7vw;
    outline: none;
    padding: 3px;
}

#riskAnalysisDetail > .popUp > .popUp_header {
    width: 100%;
    height: calc(100% - 14vw);
    background-color: #2A9D82;
    border-top-left-radius: .5vh;
    border-top-right-radius: .5vh;
}

#riskAnalysisDetail > .popUp > .popUp_title {
    width: 100%;
    height: calc(100% - 14vw);
    font-size : 1.2vw;
    font-weight: bold;
}

#riskAnalysisDetail > .popUp > .popUp_content {
    width: 100%;
    height: calc(100% - 14vw);
    font-size: 0.9vw;
}

#riskAnalysisDetail > .popUp > .popUp_close_btn_wrap {
    width: 100%;
    height: calc(100% - 14vw);
}

#riskAnalysisDetail > .popUp > .popUp_close_btn_wrap > .popUp_close_btn {
    width: 5em;
    height: 2em;
    background-color: #2A9D82;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
    font-size: 1vw;
}

#riskAnalysisDetail > .popUp > .popUp_close_btn_wrap >.popUp_close_btn:hover {
    background-color: #227865;
}

#riskAnalysisDetail > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) {
    width: 60%;
    height: 100%;
}

#riskAnalysisDetail > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) {
    width: 40%;
    height: 100%;
}

#riskAnalysisDetail > .popUp > .popUp_content > .popUp_content_wrap > div > div {
    width: 100%;
    height: 100%
}

#riskAnalysisDetail > .popUp > .popUp_content > .popUp_content_wrap > .popUp_subTitle {
    width: 40%;
    height: 100%;
    font-weight: bold;
}

#riskAnalysisDetail > .popUp > .popUp_content > .popUp_content_wrap > .popUp_detail {
    width: 60%;
    height: 100%;
}

#riskAnalysisDetail > .popUp > .popUp_content > .popUp_content_wrap > .popUp_subTitle > div {
    margin-right: 20px;
}

#processDetail > .popUp {
    position: absolute;
    width: 30vw;
    height: 30vw;
    background-color: #ffffff;
    border-radius: .5vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#processDetail > .popUp > .popUp_header {
    width: 100%;
    height: 15%;
    background-color: #2A9D82;
    border-top-left-radius: .5vh;
    border-top-right-radius: .5vh;
}

#processDetail > .popUp > .popUp_title {
    width: 100%;
    height: 10%;
    font-size : 1.2vw;
    font-weight: bold;
}

#processDetail > .popUp > .popUp_content {
    width: 100%;
    height: 65%;
    font-size: 0.9vw;
}

#processDetail > .popUp > .popUp_btn_wrap {
    width: 100%;
    height: 10%;
}

#processDetail > .popUp > .popUp_content > .content_title_wrap {
    width: calc(100% - 6vw);
    height: 15%;
    font-size: 0.7vw;
}

#processDetail > .popUp > .popUp_content > .process_ppe_wrap {
    width: calc(100% - 6vw);
    height: 70%;
    border-radius: .5vh;
    border: 3px solid #F2F2F2;
    font-size: 0.7vw;
}

#processDetail > .popUp > .popUp_content > .ppe_notice_wrap {
    width: calc(100% - 6vw);
    height: 15%;
    font-size: 0.6vw;
}

#processDetail > .popUp > .popUp_content > .content_title_wrap > .process_content_title {
    width: auto;
    height: auto;
}

#processDetail > .popUp > .popUp_content > .content_title_wrap > .colons_wrap {
    width: auto;
    height: auto;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

#processDetail > .popUp > .popUp_content > .content_title_wrap > .process_content_detail {
    flex-grow: 1;
}

#processDetail > .popUp > .popUp_content > .process_ppe_wrap > .ppe_content_column:nth-child(3) > .column_content > img {
    width: 1em;
    height: auto;
}

#processDetail > .popUp > .popUp_content > .ppe_notice_wrap > .ppe_notice {
    width: 100%;
    height: auto;
}

#processDetail > .popUp > .popUp_btn_wrap > div {
    width: 5em;
    height: 2em;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
    font-size: 0.8vw;
}

#processDetail > .popUp > .popUp_btn_wrap > div + div {
    margin-left: 1em
}

#processDetail > .popUp > .popUp_btn_wrap > .popUp_close_btn {
    background-color: #585858;
}

#processDetail > .popUp > .popUp_btn_wrap >.popUp_close_btn:hover {
    background-color: #424242;
}

#processDetail > .popUp > .popUp_btn_wrap > .popUp_update_btn {
    background-color: #2A9D82;
}

#processDetail > .popUp > .popUp_btn_wrap >.popUp_update_btn:hover {
    background-color: #227865;
}

#processDetail > .popUp > .popUp_btn_wrap > .popUp_delete_btn {
    background-color: #D01212;
}

#processDetail > .popUp > .popUp_btn_wrap >.popUp_delete_btn:hover {
    background-color: #950a0a;
}

#processDetail > .popUp > .popUp_btn_wrap > .update_cancel_btn {
    background-color: #585858;
}

#processDetail > .popUp > .popUp_btn_wrap >.update_cancel_btn:hover {
    background-color: #424242;
}

#processDetail > .popUp > .popUp_btn_wrap > .update_complete_btn {
    background-color: #2A9D82;
}

#processDetail > .popUp > .popUp_btn_wrap >.update_complete_btn:hover {
    background-color: #227865;
}

#processAdd > .popUp {
    position: absolute;
    width: 30vw;
    height: 30vw;
    background-color: #ffffff;
    border-radius: .5vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#processAdd > .popUp > .popUp_header {
    width: 100%;
    height: 15%;
    background-color: #2A9D82;
    border-top-left-radius: .5vh;
    border-top-right-radius: .5vh;
}

#processAdd > .popUp > .popUp_title {
    width: 100%;
    height: 10%;
    font-size : 1.2vw;
    font-weight: bold;
}

#processAdd > .popUp > .popUp_content {
    width: 100%;
    height: 65%;
    font-size: 0.9vw;
}

#processAdd > .popUp > .popUp_btn_wrap {
    width: 100%;
    height: 10%;
}

#processAdd > .popUp > .popUp_content > .content_title_wrap {
    width: calc(100% - 6vw);
    height: 15%;
}

#processAdd > .popUp > .popUp_content > .ppe_content_wrap {
    width: calc(100% - 6vw);
    height: 70%;
    border-radius: .5vh;
    border: 3px solid #F2F2F2;
    font-size: 0.7vw;
}

#processAdd > .popUp > .popUp_content > .ppe_notice_wrap {
    width: calc(100% - 6vw);
    height: 15%;
    font-size: 0.6vw;
}

#processAdd > .popUp > .popUp_content > .content_title_wrap > .process_input_title {
    width: auto;
    height: auto;
}

#processAdd > .popUp > .popUp_content > .content_title_wrap > .process_input_wrap {
    flex-grow: 1;
}

#processAdd > .popUp > .popUp_content > .ppe_content_wrap > .ppe_content_column,
#processDetail > .popUp > .popUp_content > .process_ppe_wrap > .ppe_content_column {
    flex: 1;
    height: 100%;
    align-items: stretch;
}

#processAdd > .popUp > .popUp_content > .ppe_content_wrap > .ppe_content_column > div,
#processDetail > .popUp > .popUp_content > .process_ppe_wrap > .ppe_content_column > div {
    flex: 1;
}

#processAdd > .popUp > .popUp_content > .ppe_content_wrap > .ppe_content_column > .column_header,
#processDetail > .popUp > .popUp_content > .process_ppe_wrap > .ppe_content_column > .column_header {
    background-color: #F2F2F2;
    color: #585858;
    font-weight: bolder;
}

#processName {
    width: 50%;
    height: auto;
    border-radius: .5vh;
    border: none;
    background-color: #F2F2F2;
    padding: 0.2em;
    box-sizing: border-box;
    margin-left: 0.5em;
}

#processNameNone {
    width: auto;
    height: auto;
    font-size: 0.6vw;
    margin-left: 1em;
    color: #D01212;
}

.ppe_content_column > .column_content > input[type="number"] {
    width: 3em;
    height: 1.2vw;
    border-radius: .5vh;
    border: none;
    background-color: #F2F2F2;
    padding: 0.2em;
    box-sizing: border-box;
    text-align: center;
}

.ppe_content_column > .column_content > input[type="number"]:disabled {
    cursor: not-allowed;
}

.ppe_content_column > .column_content > input[type="number"]::-webkit-inner-spin-button,
.ppe_content_column > .column_content > input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.ppe_content_column > .column_content > input[type="checkbox"] {
    display: none;
}

.ppe_content_column > .column_content > input[type="checkbox"] + label {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    margin-right: 3px;
    background-size: cover;
    background-image: url('../images/check_default.svg');
}

.ppe_content_column > .column_content > input[type="checkbox"]:checked + label {
    background-image: url('../images/ppe_type_check.svg');
}

#processAdd > .popUp > .popUp_content > .ppe_notice_wrap > .ppe_notice {
    width: 100%;
    height: auto;
}

#processAdd > .popUp > .popUp_btn_wrap > div {
    width: 5em;
    height: 2em;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
    font-size: 0.8vw;
}

#processAdd > .popUp > .popUp_btn_wrap > .popUp_close_btn {
    background-color: #585858;
}

#processAdd > .popUp > .popUp_btn_wrap > .ppe_add_btn {
    background-color: #2A9D82;
}

#processAdd > .popUp > .popUp_btn_wrap >.popUp_close_btn:hover {
    background-color: #424242;
}

#processAdd > .popUp > .popUp_btn_wrap >.ppe_add_btn:hover {
    background-color: #227865;
}

#processAdd > .popUp > .popUp_btn_wrap > div + div {
    margin-left: 1em;
}

#playClip > .popUp {
    position: absolute;
    width: 65vw;
    height: 35vw;
    background-color: #ffffff;
    border-radius: .5vh;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#playClip > .popUp > .playClip_header {
    width: 100%;
    height: 10%;
    background-color: #2A9D82;
}

#playClip > .popUp > .playClip_header > .playClip_header_item_wrap {
    width: calc(100% - 50px);
    height: 100%;
}

#playClip > .popUp > .playClip_header > .playClip_header_item_wrap > .playClip_title_wrap {
    width: 95%;
    height: 100%;
    font-size: 1.3vw;
    font-weight: bold;
    color: #ffffff;
}

#playClip > .popUp > .playClip_header > .playClip_header_item_wrap  > .playClip_close_wrap {
    width: 5%;
    height: 100%;
}

#playClip > .popUp > .playClip_header > .playClip_header_item_wrap  > .playClip_close_wrap > .playClip_close {
    width: 2vw;
    height: 2vw;
}

#playClip > .popUp > .playClip_header > .playClip_header_item_wrap  > .playClip_close_wrap > .playClip_close:hover {
    cursor: pointer;
}

#playClip > .popUp > .playClip_video_container {
    width: 100%;
    height: 90%;
}

#playClip > .popUp > .playClip_video_container > .playClip_video_box {
    width: calc(70% - 25px);
    height: calc(100% - 50px);
    background-color: #F2F2F2;
    border-radius: .5vh;
    overflow: hidden;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box {
    position: relative;
    width: calc(30% - 25px);
    height: calc(100% - 50px);
    font-size: 0.8vw;
}

#playClip > .popUp > .playClip_video_container > .playClip_video_box > .feed_no_signal_comment {
    font-size: 0.8vw;
    border-radius: .5vh;
    padding: 1em;
    box-sizing: border-box;
    background-color: #D01212;
}

.feed_no_signal_comment > div {
    color: #ffffff;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info {
    width: calc(100% - 1em);
    height: calc(100% - 15em);
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > div {
    box-sizing: border-box;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > div + div {
    margin-top: 10px;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_title {
    width: 100%;
    height: auto;
    font-size: 1.1vw;
    font-weight: bold;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_content_box {
    width: 100%;
    height: 100%;
    border: 3px solid #F2F2F2;
    border-radius: .5vh;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_content_box > .playClip_info_content_title {
    width: 30%;
    height: 100%;
    background-color: #F2F2F2;
    font-weight: bold;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_content_box > .playClip_info_content_title > div {
    width: 100%;
    height: 100%;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_content_box > .playClip_info_content_title > div + div {
    border-top: 1px solid #ffffff;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_content_box > .playClip_info_content {
    width: 70%;
    height: 100%;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_content_box > .playClip_info_content > .content_wrap + .content_wrap {
    border-top: 1px solid #F2F2F2;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_content_box > .playClip_info_content > .content_wrap {
    width: 100%;
    height: 100%;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_content_box > .playClip_info_content > .content_wrap > div {
    margin-left: 5px;
    margin-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_btn_wrap {
    width: 100%;
    height: auto;
    font-size: 0.6vw;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_btn_wrap > div {
    width: auto;
    height: 2em;
    padding: 0 1em;
    border-radius: .5vh;
    cursor: pointer;
    color: #585858;
    border: 1px solid #F2F2F2;
    background-color: #F9F9F9;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_btn_wrap > div:hover {
    background-color: #F2F2F2;
}

#playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_btn_wrap > div + div {
    margin-left: 15px;
}

#addClip > .popUp > .popUp_header {
    width: 100%;
    height: calc(100% - 14vw);
    background-color: #2A9D82;
    border-top-left-radius: .5vh;
    border-top-right-radius: .5vh;
}

#addClip > .popUp > .popUp_title {
    width: 100%;
    height: calc(100% - 14vw);
    font-size: 1.6vw;
    font-weight: bold;
}

#addClip > .popUp > .popUp_content {
    width: 100%;
    height: calc(100% - 14vw);
    font-size: 0.9vw;
    overflow: hidden;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap {
    width: 50%;
    height: 100%;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_subTitle {
    width: 40%;
    height: 100%;
    font-weight: bold;
    margin-right: 10px;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_subTitle > div {
    width: 100%;
    height: 100%;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_detail {
    width: 60%;
    height: 100%;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_detail > div {
    width: 100%;
    height: 100%;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_subTitle {
    width: calc(100% - 30px);
    height: auto;
    font-weight: bold;
    margin-bottom: 5px;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_subTitle > div {
    width: 100%;
    height: 100%;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_subTitle > div:nth-child(2) > select {
    width: 50%;
    height: 100%;
    font-family: 'SCDream5';
    border: none;
    background-color: #F2F2F2;
    border-radius: .5vh;
    color: #585858;
    font-size: 0.7vw;
    outline: none;
    padding: 3px;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail {
    width: calc(100% - 30px);
    height: 100%;
    overflow: hidden;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail > .users_box_wrap {
    width: 100%;
    height: 100%;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail > .users_box_wrap > .users_box {
    width: 100%;
    height: 100%;
    border-radius: .5vh;
    background-color: #F2F2F2;
    font-size: 0.7vw;
    padding: 3px;
    box-sizing: border-box;
    overflow-y: auto;
    flex-wrap: nowrap;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail > .users_box_wrap > .users_box::-webkit-scrollbar {
    display: none;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail > .users_box_wrap > .users_box > div {
    width: auto;
    height: 1.3em;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail > .users_box_wrap > .users_box > div:hover {
    color: #2A9D82;
    cursor: pointer;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap > .popUp_detail > .sensor_url > input, .clip_name > input {
    width: calc(100% - 10px);
    height: 1.5em;
    border: none;
    border-radius: .5vh;
    background-color: #F2F2F2;
    padding: 3px;
    font-size: 0.7vw;
}

#addClip > .popUp > .popUp_content > .popUp_content_wrap > .popUp_detail > .sensor_num > select, .sensor_worker > select {
    width: 40%;
    height: 1.95em;
    font-family: 'SCDream5';
    border: none;
    background-color: #F2F2F2;
    border-radius: .5vh;
    color: #585858;
    font-size: 0.7vw;
    outline: none;
    padding: 3px;
}

#addClip > .popUp > .popUp_btn_wrap {
    width: 100%;
    height: calc(100% - 14vw);
}

#addClip > .popUp > .popUp_btn_wrap > .popUp_close_btn {
    width: 4em;
    height: 2em;
    background-color: #585858;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
    font-size: 0.7vw;
}

#addClip > .popUp > .popUp_btn_wrap > .popUp_close_btn:hover {
    background-color: #424242;
}

#addClip > .popUp > .popUp_btn_wrap > .clip_add_btn {
    width: 4em;
    height: 2em;
    background-color: #2A9D82;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
    font-size: 0.7vw;
}

#addClip > .popUp > .popUp_btn_wrap > .clip_add_btn:hover {
    background-color: #227865;
}

#addClip > .popUp > .popUp_btn_wrap > div + div {
    margin-left: 1em;
}

#sendAlarm > .popUp {
    position: absolute;
    width: 20vw;
    height: 15vw;
    background-color: #ffffff;
    border-radius: .5vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#sendAlarm > .popUp > .popUp_header {
    width: 100%;
    height: 20%;
    background-color: #2A9D82;
    border-top-left-radius: .5vh;
    border-top-right-radius: .5vh;
}

#sendAlarm > .popUp > .popUp_header > .popUp_icon_wrap {
    width: 2.8vw;
    height: 2.8vw;
}

#sendAlarm > .popUp > .popUp_content {
    width: calc(100% - 30px);
    height: 60%;
}

#sendAlarm > .popUp > .popUp_content > .popUp_subTitle {
    width: 20%;
    height: 100%;
    margin-right: 5px;
    font-size: 0.7vw;
}

#sendAlarm > .popUp > .popUp_content > .popUp_subTitle > div:nth-child(1), .alarmInput_box > div:nth-child(1) {
    width: 100%;
    height: 15%;
    margin-top: 15px;
}

#sendAlarm > .popUp > .popUp_content > .popUp_subTitle > div:nth-child(2), .alarmInput_box > div:nth-child(2) {
    width: 100%;
    height: 85%;
}

#sendAlarm > .popUp > .popUp_content > .alarmInput_box {
    width: 80%;
    height: 100%;
}

#sendAlarm > .popUp > .popUp_content > .alarmInput_box > div + div {
    margin-top: 15px;
}

#sendAlarm > .popUp > .popUp_content > .alarmInput_box > .userId_input_wrap > input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: .5vh;
    background-color: #F2F2F2;
    padding: 3px;
    font-size: 0.75vw;
}

#sendAlarm > .popUp > .popUp_content > .alarmInput_box > .alarm_content_input_wrap > textarea {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: .5vh;
    background-color: #F2F2F2;
    padding: 3px;
    font-size: 0.75vw;
    resize: none;
}

#sendAlarm > .popUp > .popUp_btn_wrap {
    width: 100%;
    height: 20%;
    font-size: 0.7vw;
}

#sendAlarm > .popUp > .popUp_btn_wrap > div {
    width: 4em;
    height: 2em;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
}

#sendAlarm > .popUp > .popUp_btn_wrap > .popUp_close_btn {
    background-color: #585858;
}

#sendAlarm > .popUp > .popUp_btn_wrap > .popUp_close_btn:hover {
    background-color: #424242;
    cursor: pointer;
}

#sendAlarm > .popUp > .popUp_btn_wrap > .popUp_send_btn {
    background-color: #2A9D82;
}

#sendAlarm > .popUp > .popUp_btn_wrap > .popUp_send_btn:hover {
    background-color: #227865;
    cursor: pointer;
}

#sendAlarm > .popUp > .popUp_btn_wrap > div + div {
    margin-left: 1em;
}

#updateClip > .popUp > .popUp_header {
    width: 100%;
    height: calc(100% - 14vw);
    background-color: #2A9D82;
    border-top-left-radius: .5vh;
    border-top-right-radius: .5vh;
}

#updateClip > .popUp > .popUp_title {
    width: 100%;
    height: calc(100% - 14vw);
    font-size: 1.6vw;
    font-weight: bold;
}

#updateClip > .popUp > .popUp_content {
    width: 100%;
    height: calc(100% - 14vw);
    font-size: 0.9vw;
    overflow: hidden;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap {
    width: 50%;
    height: 100%;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_subTitle {
    width: 40%;
    height: 100%;
    font-weight: bold;
    margin-right: 10px;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_subTitle > div {
    width: 100%;
    height: 100%;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_detail {
    width: 60%;
    height: 100%;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_detail > div {
    width: 100%;
    height: 100%;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_subTitle {
    width: calc(100% - 30px);
    height: auto;
    font-weight: bold;
    margin-bottom: 5px;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_subTitle > div {
    width: 100%;
    height: 100%;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_subTitle > .users_select_wrap > select,
#updateClip > .popUp > .popUp_content > .popUp_content_wrap > .popUp_detail > .sensor_num > select,
#updateClip > .popUp > .popUp_content > .popUp_content_wrap > .popUp_detail > .clip_process > select {
    font-family: 'SCDream5';
    border: none;
    background-color: #F2F2F2;
    border-radius: .5vh;
    color: #585858;
    font-size: 0.7vw;
    outline: none;
    padding: 3px;
    box-sizing: content-box;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_subTitle > .users_select_wrap > select {
    width: 50%;
    height: 1.5em;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap > .popUp_detail > .sensor_num > select {
    width: 40%;
    height: 1.5em;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap > .popUp_detail > .clip_process > select {
    width: calc(100% - 10px);
    height: 1.5em;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail {
    width: calc(100% - 30px);
    height: 100%;
    overflow: hidden;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail > .users_box_wrap {
    width: 100%;
    height: 100%;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail > .users_box_wrap > .users_box {
    width: 100%;
    height: 100%;
    border-radius: .5vh;
    background-color: #F2F2F2;
    font-size: 0.7vw;
    padding: 3px;
    box-sizing: border-box;
    overflow-y: auto;
    flex-wrap: nowrap;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail > .users_box_wrap > .users_box::-webkit-scrollbar {
    display: none;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail > .users_box_wrap > .users_box > div {
    width: auto;
    height: 1.3em;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail > .users_box_wrap > .users_box > div:hover {
    color: #2A9D82;
    cursor: pointer;
}

#updateClip > .popUp > .popUp_content > .popUp_content_wrap > .popUp_detail > .clip_name > input {
    width: calc(100% - 10px);
    height: 1.5em;
    border: none;
    border-radius: .5vh;
    background-color: #F2F2F2;
    padding: 3px;
    font-size: 0.7vw;
}

#updateClip > .popUp > .popUp_btn_wrap {
    width: 100%;
    height: calc(100% - 14vw);
}

#updateClip > .popUp > .popUp_btn_wrap > .popUp_close_btn {
    width: 4em;
    height: 2em;
    background-color: #585858;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
    font-size: 0.7vw;
}

#updateClip > .popUp > .popUp_btn_wrap > .popUp_close_btn:hover {
    background-color: #424242;
}

#updateClip > .popUp > .popUp_btn_wrap > .clip_add_btn {
    width: 4em;
    height: 2em;
    background-color: #2A9D82;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
    font-size: 0.7vw;
}

#updateClip > .popUp > .popUp_btn_wrap > .clip_add_btn:hover {
    background-color: #227865;
}

#updateClip > .popUp > .popUp_btn_wrap > div + div {
    margin-left: 1em;
}

#clipSensorNum {
    font-size: 0.7vw;
}

#voiceChat > .popUp > .popUp_header {
    width: 100%;
    height: 25%;
    background-color: #2A9D82;
    border-top-left-radius: .5vh;
    border-top-right-radius: .5vh;
}

#voiceChat > .popUp > .popUp_title {
    width: 100%;
    height: 25%;
    font-size: 1.6vw;
    font-weight: bold;
}

#voiceChat > .popUp > .popUp_content_wrap {
    width: 100%;
    height: 25%;
    font-size: 0.9vw;
}

#voiceChat > .popUp > .popUp_content_wrap > .popUp_content:nth-child(1) {
    width: 60%;
    height: 100%;
}

#voiceChat > .popUp > .popUp_content_wrap > .popUp_content:nth-child(2) {
    width: 40%;
    height: 100%;
}

#voiceChat > .popUp > .popUp_content_wrap > .popUp_content:nth-child(1) > div:nth-child(1) {
    width: 30%;
    height: 100%;
}

#voiceChat > .popUp > .popUp_content_wrap > .popUp_content:nth-child(1) > div:nth-child(2) {
    width: 70%;
    height: 100%;
}

#voiceChat > .popUp > .popUp_content_wrap > .popUp_content:nth-child(1) > .voiceChat_content_title_box > div {
    width: 100%;
    height: 100%;
    margin-right: 1.5em;
    font-weight: bold;
}

#voiceChat > .popUp > .popUp_content_wrap > .popUp_content:nth-child(1) > .voice_chat_content_box > div {
    width: 100%;
    height: 100%;
}

#voiceChat > .popUp > .popUp_content_wrap  > .popUp_content:nth-child(2) > div {
    width: 100%;
    height: 100%;
}

#voiceChat > .popUp > .popUp_content_wrap  > .popUp_content:nth-child(2) > .voiceChat_content_title {
    font-weight: bold;
}

#voiceChat > .popUp > .popUp_btn_wrap {
    width: 100%;
    height: 25%;
}

#voiceChat > .popUp > .popUp_btn_wrap > .voice_chat_off {
    width: 5em;
    height: 2em;
    background-color: #D01212;
    cursor: pointer;
    color: #ffffff;
    border-radius: .5vh;
    font-size: 1vw;
}

#voiceChat > .popUp > .popUp_btn_wrap > .voice_chat_off:hover {
    background-color: #950a0a;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blink 0.5s ease-in-out 5;
}

#callContent {
    color: #afafaf;
}

#digiTwin > .popUp {
    position: absolute;
    width: 55%;
    height: 85%;
    background-color: #ffffff;
    border-radius: .5vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
}

#digiTwin > .popUp > .popUp_header {
    width: 100%;
    height: 10%;
    background-color: #2A9D82;
}

#digiTwin > .popUp > .popUp_header {
    width: 100%;
    height: 10%;
    background-color: #2A9D82;
}

#digiTwin > .popUp > .popUp_header > .popUp_header_item_wrap {
    width: calc(100% - 50px);
    height: 100%;
}

#digiTwin > .popUp > .popUp_header > .popUp_header_item_wrap > .digiTwin_title {
    width: 50%;
    height: 100%;
    color: #ffffff;
    font-size: 1.6vw;
    font-weight: bold;
}

#digiTwin > .popUp > .popUp_header > .popUp_header_item_wrap > .digiTwin_title > .digi_twin_header_icon {
    width: 1em;
    height: auto;
    margin-right: 0.2em;
}

#digiTwin > .popUp > .popUp_header > .popUp_header_item_wrap > .digiTwin_close_wrap {
    width: 50%;
    height: 100%;
}

#digiTwin > .popUp > .popUp_header > .popUp_header_item_wrap > .digiTwin_close_wrap > .digiTwin_close_icon {
    width: 2vw;
    height: 2vw;
    cursor: pointer;
}

#digiTwin > .popUp > .popUp_content_wrap {
    width: 100%;
    height: 90%;
}

#logList > .popUp {
    position: absolute;
    width: 50%;
    height: 60%;
    background-color: #ffffff;
    border-radius: .5vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#logList > .popUp > .log_list_title_area {
    width: 100%;
    height: 10%;
    font-size: 1.2vw;
    justify-content: space-between;
    border-bottom: 1px solid #585858;
    padding: 0 1em;
    background-color: #2A9D82;
    color: #ffffff;
    box-sizing: border-box;
    border-top-left-radius: .5vh;
    border-top-right-radius: .5vh;
}

#logList > .popUp > .risk_list_content_area {
    width: 100%;
    height: 80%;
    font-size: 0.7vw;
}

#logList > .popUp > .log_list_table_paging {
    width: 100%;
    height: 10%;
    border-top: 1px solid #585858;
}

#logList > .popUp > .log_list_title_area > .log_list_close {
    width: 1.2vw;
    height: auto;
}

#logList > .popUp > .log_list_title_area > .log_list_close:hover {
    cursor: pointer;
}

#logList > .popUp > .risk_list_content_area > .risk_list_table {
    width: 100%;
    height: 100%;
}

#logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_header {
    width: 100%;
    height: 10%;
    background-color: #F2F2F2;
}

#logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_header > div {
    width: 100%;
    height: 100%;
}

#logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content {
    width: 100%;
    height: 90%;
}

#logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content {
    width: 100%;
    height: 10%;
}

#logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content:hover {
    cursor: pointer;
    background-color: #ecfffa;
}

#logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content > div {
    width: 100%;
    height: 100%;
}

#logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content > .risk_content_status > div {
    width: 5em;
    height: 2em;
    border-radius: .5vh;
    color: #ffffff;
}

#logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content > .risk_content_status > .risk_content_status_0 {
    background-color: #585858;
}

#logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content > .risk_content_status > .risk_content_status_1 {
    background-color: #D01212;
}

#logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content > .risk_content_status > .risk_content_status_2 {
    background-color: #FFBF00;
}

#logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content > .risk_content_status > .risk_content_status_3 {
    background-color: #2A9D82;
}

#riskStatusPopUp {
    z-index: 2;
    position: absolute;
    width: 20%;
    height: 15%;
    background-color: #ffffff;
    border-radius: .5vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #F2F2F2;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#riskStatusPopUp > .risk_status_popUp_content {
    width: 100%;
    height: 100%;
}

#riskStatusPopUp > .risk_status_popUp_content > .select_status_title_wrap {
    width: calc(100% - 2vw);
    height: 30%;
    border-bottom: 1px solid #F2F2F2;
    justify-content: space-between;
    font-size: 0.9vw;
    font-weight: bold;
}

#riskStatusPopUp > .risk_status_popUp_content > .select_status_box {
    width: calc(100% - 2vw);
    height: 70%;
    font-size: 0.7vw;
    justify-content: space-evenly;
}

#riskStatusPopUp > .risk_status_popUp_content > .select_status_box > div {
    width: 5.5em;
    height: 2em;
    color: #ffffff;
    border-radius: .5vh;
    cursor: pointer;
}

#riskStatusPopUp > .risk_status_popUp_content > .select_status_box > .save_status_btn:nth-child(1) {
    background-color: #D01212;
}

#riskStatusPopUp > .risk_status_popUp_content > .select_status_box > .save_status_btn:nth-child(2) {
    background-color: #FFBF00;
}

#riskStatusPopUp > .risk_status_popUp_content > .select_status_box > .save_status_btn:nth-child(3) {
    background-color: #2A9D82;
}

#riskStatusPopUp > .risk_status_popUp_content > .select_status_box > .save_status_btn:nth-child(1):hover {
    background-color: #950a0a;
}

#riskStatusPopUp > .risk_status_popUp_content > .select_status_box > .save_status_btn:nth-child(2):hover {
    background-color: #d4a81e;
}

#riskStatusPopUp > .risk_status_popUp_content > .select_status_box > .save_status_btn:nth-child(3):hover {
    background-color: #227865;
}

#riskStatusPopUp > .risk_status_popUp_content > .select_status_title_wrap > .select_status_close_btn {
    aspect-ratio: 1 / 1;
    width: 1em;
    cursor: pointer;
}

#tablePaging {
    width: 100%;
    height: 100%;
    font-size: 0.8vw;
}

#tablePaging > .page_btn {
    width: 2em;
    height: auto;
    cursor: pointer;
}

#tablePaging > .page_btn:hover {
    color: #2A9D82;
    font-weight: bold;
}

#tablePaging > .page_btn.active {
    font-weight: bold;
}

#analysisListContent {
    width: 100%;
    height: 80%;
    font-size: 0.7vw;
}

#analysisListContent > .analysis_list_table {
    width: 100%;
    height: 100%;
}

#analysisListContent > .analysis_list_table > .analysis_list_table_header {
    width: 100%;
    height: 10%;
    background-color: #F2F2F2;
}

#analysisListContent > .analysis_list_table > .analysis_list_table_content {
    width: 100%;
    height: 90%;
}

#analysisListContent > .analysis_list_table > .analysis_list_table_header > div {
    width: 100%;
    height: 100%;
}

#analysisListContent > .analysis_list_table > .analysis_list_table_content > .analysis_content {
    width: 100%;
    height: 10%;
}

#analysisListContent > .analysis_list_table > .analysis_list_table_content > .analysis_content > div {
    width: 100%;
    height: 100%;
}

.analysis_content_state > div {
    width: 5em;
    height: 2em;
    border-radius: .5vh;
    color: #ffffff;
}

.analysis_content_state > .analysis_content_state_0 {
    background-color: #585858;
}

.analysis_content_state > .analysis_content_state_1 {
    background-color: #FFBF00;
}

.analysis_content_state > .analysis_content_state_2 {
    background-color: #D01212;
}

#sideTab {
    width: 5em;
    height: auto;
    position: absolute;
    left: -5em;
}

#sideTab > .side_tab_menu {
    width: 100%;
    height: 2em;
    background-color: #ffffff;
    border-top-left-radius: .5vh;
    border-bottom-left-radius: .5vh;
    cursor: pointer;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
}

#sideTab > .side_tab_menu:hover {
    color: #2A9D82;
}

.side_tab_menu + .side_tab_menu {
    margin-top: 2px;
}

.selected_tab {
    color: #2A9D82;
    font-weight: bold;
}

.no_analysis {
    width: 100%;
    height: 100%;
}

#callRequestPopUp > .popUp {
    position: absolute;
    width: 15vw;
    height: 10vw;
    background-color: #ffffff;
    border-radius: .5vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

#callRequestPopUp > .popUp > .popUp_header {
    width: 100%;
    height: 30%;
    background-color: #2A9D82;
}

#callRequestPopUp > .popUp > .popUp_content {
    width: 100%;
    height: 70%;
    font-size: 0.7vw;
}

#callRequestPopUp > .popUp > .popUp_header > .popUp_icon_wrap {
    width: 1.7vw;
    height: auto;
}

#callRequestPopUp > .popUp > .popUp_content > .call_request_title {
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 0.8vw;
}

#callRequestPopUp > .popUp > .popUp_content > .call_request_sender {
    width: 100%;
    height: 100%
}

#callRequestPopUp > .popUp > .popUp_content > .call_request_btn {
    width: 100%;
    height: 100%
}

#callRequestPopUp > .popUp > .popUp_content > .call_request_btn > div {
    width: 3em;
    height: 2em;
    color: #ffffff;
    border-radius: .5vh;
    cursor: pointer;
}

#callRequestPopUp > .popUp > .popUp_content > .call_request_btn > div + div {
    margin-left: 1em;
}

#callRequestPopUp > .popUp > .popUp_content > .call_request_btn > .call_receive, #callRequestPopUp > .popUp > .popUp_content > .call_request_btn > .call_cancel_close {
    background-color: #2A9D82;
}

#callRequestPopUp > .popUp > .popUp_content > .call_request_btn > .call_receive:hover, #callRequestPopUp > .popUp > .popUp_content > .call_request_btn > .call_cancel_close:hover {
    background-color: #227865;
}

#callRequestPopUp > .popUp > .popUp_content > .call_request_btn > .call_denial {
    background-color: #D01212;
}

#callRequestPopUp > .popUp > .popUp_content > .call_request_btn > .call_denial:hover {
    background-color: #950a0a;
}

#callLogDetail > .popUp {
    width: 30vw;
    height: 20vw;
    border-radius: .5vh;
    overflow: hidden;
    font-size: 0.7vw;
}

#callLogDetail > .popUp > .popUp_header {
    width: 100%;
    height: 20%;
    background-color: #2A9D82;
}

#callLogDetail > .popUp > .popUp_content {
    width: 100%;
    height: 65%;
    box-sizing: border-box;
    padding-top: 0.5em;
}

#callLogDetail > .popUp > .popUp_btn_wrap {
    width: 100%;
    height: 15%;
}

#callLogDetail > .popUp > .popUp_header > .popUp_icon_wrap {
    width: 2.8vw;
    height: auto;
}

#callLogDetail > .popUp > .popUp_content > .popUp_content_line {
    width: 100%;
}

#callLogDetail > .popUp > .popUp_content > .popUp_content_line:nth-child(1),
#callLogDetail > .popUp > .popUp_content > .popUp_content_line:nth-child(2),
#callLogDetail > .popUp > .popUp_content > .popUp_content_line:nth-child(3) {
    height: 10%;
}

#callLogDetail > .popUp > .popUp_content > .popUp_content_line:nth-child(4) {
    height: 70%;
}

#callLogDetail > .popUp > .popUp_content > .popUp_content_line:nth-child(4) > .content_line_title {
    align-items: start;
}

#callLogDetail > .popUp > .popUp_content > div + div {
    margin-top: 0.5em;
}

#callLogDetail > .popUp > .popUp_content > .popUp_content_line > .content_line_title {
    width: 15%;
    height: 100%;
    font-weight: bold;
}

#callLogDetail > .popUp > .popUp_content > .popUp_content_line > .content_line_value {
    width: 85%;
    height: 100%;
}

#callLogDate {
    vertical-align: middle;
}

#callLogDetail > .popUp > .popUp_content > .popUp_content_line > .content_line_value > textarea {
    width: 100%;
    height: 100%;
    font-size: 0.6vw;
    border: none;
    background-color: #F2F2F2;
    border-radius: .5vh;
    resize: none;
    margin-right: 1.5em;
}

#callLogDetail > .popUp > .popUp_btn_wrap > .popUp_close_btn {
    width: 3.5em;
    height: 2em;
    background-color: #2A9D82;
    color: #ffffff;
    cursor: pointer;
    border-radius: .5vh;
}

#callLogDetail > .popUp > .popUp_btn_wrap > .popUp_close_btn:hover {
    background-color: #227865;
}

#imageContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, 0.7);
}

#imageContainer > img {
    position: absolute;
    max-height: 80%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: .5vh;
    cursor: pointer;
}

#riskAssessmentRegister > .popUp {
    position: absolute;
    width: 30vw;
    height: 30vw;
    background-color: #ffffff;
    border-radius: .5vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

#riskAssessmentRegister > .popUp > .popUp_header {
    width: 100%;
    height: 10%;
    background-color: #2A9D82;
    color: #ffffff;
    justify-content: space-between;
    padding: 0 1em;
    box-sizing: border-box;
    font-size: 1vw;
}

#riskAssessmentRegister > .popUp > .popUp_content {
    width: 100%;
    height: 80%;
    overflow-y: auto;
    padding: 1em;
    box-sizing: border-box;
    font-size: 0.6vw;
}

#riskAssessmentRegister > .popUp > .popUp_content::-webkit-scrollbar {
    width: 0.5em;
}

#riskAssessmentRegister > .popUp > .popUp_content::-webkit-scrollbar-thumb {
    background: #2A9D82;
    border-radius: .5vh;
}

#riskAssessmentRegister > .popUp > .popUp_content::-webkit-scrollbar-thumb:active {
    background: #227865;
}

#riskAssessmentRegister > .popUp > .popUp_content::-webkit-scrollbar-track {
    background: #F2F2F2;
}

#riskAssessmentRegister > .popUp > .popUp_btn_wrap {
    width: 100%;
    height: 10%;
    border-top: 1px solid #F2F2F2;
    box-sizing: border-box;
    font-size: 0.6vw;
}

#riskAssessmentRegister > .popUp > .popUp_header > .popUp_header_title {
    width: auto;
    height: 100%;
}

#riskAssessmentRegister > .popUp > .popUp_header > .popUp_header_btn {
    width: 1em;
    height: auto;
    cursor: pointer;
}

#riskAssessmentRegister > .popUp > .popUp_content > .pre_checklist_title_wrap {
    width: 100%;
    height: 1em;
    font-size: 0.8vw;
    margin-bottom: 1em;
}

#riskAssessmentRegister > .popUp > .popUp_content > .pre_checklist {
    width: 100%;
    height: auto;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

#riskAssessmentRegister > .popUp > .popUp_content > .pre_checklist > .pre_checklist_tr {
    width: 100%;
    height: auto;
}

.pre_checklist_tr + .pre_checklist_tr {
    border-top: 1px solid #F2F2F2;
}

.pre_checklist_header {
    background-color: #F9F9F9;
}

#riskAssessmentRegister > .popUp > .popUp_content > .pre_checklist > .pre_checklist_tr > .pre_checklist_td {
    height: 100%;
    padding: 0.5em;
    box-sizing: border-box;
}

#riskAssessmentRegister > .popUp > .popUp_content > .pre_checklist > .pre_checklist_tr > .pre_checklist_td:nth-child(1) {
    width: 10%;
}

#riskAssessmentRegister > .popUp > .popUp_content > .pre_checklist > .pre_checklist_tr > .pre_checklist_td:nth-child(2) {
    width: 80%;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    box-sizing: border-box;
}

#riskAssessmentRegister > .popUp > .popUp_content > .pre_checklist > .pre_checklist_tr > .pre_checklist_td:nth-child(3) {
    width: 10%;
}

#riskAssessmentRegister > .popUp > .popUp_content > .pre_checklist > .pre_checklist_tr > .pre_checklist_td:nth-child(3) > input[type='checkbox'] {
    width: 0.8em;
    height: 0.8em;
    accent-color: #2A9D82;
    cursor: pointer;
}

#riskAssessmentRegister > .popUp > .popUp_content > .pre_checklist_title_wrap > .title_color_bar {
    width: 0.3em;
    height: 100%;
    background-color: #2A9D82;
    border-radius: .5vh;
    margin-right: 0.3em;
    box-sizing: border-box;
}

#riskAssessmentRegister > .popUp > .popUp_content > .pre_checklist_notice {
    width: 100%;
    height: 4em;
    border-bottom: 1px solid #F2F2F2;
}

#riskAssessmentRegister > .popUp > .popUp_content > .example_download_btn_wrap {
    width: 100%;
    height: 5em;
}

#riskAssessmentRegister > .popUp > .popUp_content > .example_download_btn_wrap > .example_download_btn {
    width: 18em;
    height: 3em;
    border: 1px solid #2A9D82;
    border-radius: .5vh;
    box-sizing: border-box;
    cursor: pointer;
    color: #2A9D82;
    background: #ecfffa;
}

.example_download_btn + .example_download_btn {
    margin-left: 0.5em;
}

#riskAssessmentRegister > .popUp > .popUp_content > .example_download_btn_wrap > .example_download_btn:hover {
    background-color: #dbf8f1;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input {
    width: 100%;
    height: auto;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_title_wrap {
    width: 20%;
    height: auto;
    background-color: #F9F9F9;
    border-right: 1px solid #F2F2F2;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap {
    width: 80%;
    height: auto;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_title_wrap > .info_input_title,
#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .info_input {
    width: 100%;
    height: 3em;
    padding: 0 0.5em;
    box-sizing: border-box;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > div > div + div {
    border-top: 1px solid #F2F2F2;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .info_input > input,
#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .info_input > select {
    height: auto;
    background-color: #ffffff;
    border: 1px solid #F2F2F2;
    border-radius: .5vh;
    font-size: 0.6vw;
    padding: 0.2em;
    box-sizing: border-box;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .info_input > input {
    width: 100%;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .info_input > select {
    width: 35%;
    font-family: 'SCDream5';
    color: #585858;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .risk_level_add_input > .risk_level_radio,
#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .freq_int_add_input > .freq_int_radio {
    width: 5em;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .risk_level_add_input > .risk_level_radio > input[type="radio"],
#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .freq_int_add_input > .freq_int_radio > input[type="radio"] {
    width: 0.7vw;
    height: auto;
    cursor: pointer;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .risk_level_add_input > .risk_level_radio > input[type="radio"]:checked,
#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .freq_int_add_input > .freq_int_radio > input[type="radio"]:checked {
    accent-color: #2A9D82;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .occ_health_add_input > input,
#riskAssessmentRegister > .popUp > .popUp_content > .risk_assessment_info_input > .info_input_wrap > .construction_add_input > select {
    width: 10%;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap {
    width: 100%;
    height: auto;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    margin-top: 1em;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set_title {
    width: 100%;
    height: 3em;
    background-color: #F9F9F9;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set {
    width: 100%;
    height: auto;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set {
    width: 100%;
    height: auto;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set > .risk_level_line {
    width: 100%;
    height: 3em;
    box-sizing: border-box;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set > .risk_level_line + .risk_level_line {
    border-top: 1px solid #F2F2F2;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set > .risk_level_line > .risk_level_line_content {
    flex: 1;
    height: 100%;
    box-sizing: border-box;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set > .risk_level_line > .risk_level_line_content + .risk_level_line_content {
    border-left: 1px solid #F2F2F2;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set > .risk_level_line > .risk_level_line_content:first-child > input,
#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set > .risk_level_line > .risk_level_line_content:last-child > select {
    height: auto;
    background-color: #ffffff;
    border: 1px solid #F2F2F2;
    border-radius: .5vh;
    font-size: 0.6vw;
    padding: 0.2em;
    box-sizing: border-box;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set > .risk_level_line > .risk_level_line_content:first-child > input {
    width: 3em;
    text-align: center;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set > .risk_level_line > .risk_level_line_content:first-child > .tilde {
    color: #ffffff;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set > .risk_level_line > .risk_level_line_content:last-child > select {
    width: 80%;
    font-family: 'SCDream5';
    color: #585858;
    text-align: center;
}

#riskAssessmentRegister > .popUp > .popUp_content > .risk_level_set_wrap > .risk_level_set > .risk_level_line > .risk_level_line_content:nth-child(2) {
    color: #ffffff;
}

.danger_little_low {
    background-color: #a7ec68;
}

.danger_little_high {
    background-color: #ee8c42;
}

.danger_bit_high {
    background-color: #e85b25;
}

#riskAssessmentRegister > .popUp > .popUp_btn_wrap > .register_btn {
    width: auto;
    height: 2em;
    padding: 0 1em;
    border: 1px solid #F2F2F2;
    border-radius: .5vh;
    background-color: #F9F9F9;
    cursor: pointer;
}

#riskAssessmentRegister > .popUp > .popUp_btn_wrap > .register_btn:hover {
    background-color: #F2F2F2;
}

.assessment_popUp {
    position: absolute;
    width: 45vw;
    height: 25vw;
    background-color: #ffffff;
    border-radius: .5vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    font-size: 0.8vw;
}

.assessment_popUp > .assessment_popUp_header {
    width: 100%;
    height: 10%;
    background-color: #2A9D82;
    color: #ffffff;
    justify-content: space-between;
    padding: 0 1em 0 1em;
    box-sizing: border-box;
}

.assessment_popUp > .assessment_popUp_content {
    width: 100%;
    height: 80%;
    padding: 1em;
    box-sizing: border-box;
}

.assessment_popUp > .assessment_popUp_btn {
    width: 100%;
    height: 10%;
    border-top: 1px solid #F2F2F2;
    box-sizing: border-box;
}

.assessment_popUp > .assessment_popUp_header > .close_btn {
    width: 1em;
    height: auto;
    cursor: pointer;
}

.assessment_popUp > .assessment_popUp_content > .industry_search {
    width: 100%;
    height: calc(15% - 0.5em);
    background-color: #F9F9F9;
    border-radius: .5vh;
    justify-content: space-between;
    padding: 0 1em;
    box-sizing: border-box;
    font-size: 0.6vw;
}

.assessment_popUp > .assessment_popUp_content > .industry_table {
    width: 100%;
    height: calc(85% - 0.5em);
    margin-top: 1em;
    border: 1px solid #F2F2F2;
    border-radius: .5vh;
    box-sizing: border-box;
    font-size: 0.6vw;
    overflow: hidden;
}

.default_table_header {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
}

.assessment_popUp > .assessment_popUp_content > .industry_table > .industry_table_content {
    width: 100%;
    height: 80%;
}

.cell_height_25 {
    width: 100%;
    height: 2.5em;
}

.cell_width_60 {
    width: 60%;
    height: 100%;
    min-width: 0;
}

.cell_width_40 {
    width: 40%;
    height: 100%;
    min-width: 0;
}

.cell_flex {
    flex: 1;
    height: 100%;
    border-bottom: 1px solid #F2F2F2;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 0.3em 0 0.3em;
}

.text_overflow {
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#industrySelection > .assessment_popUp > .assessment_popUp_content > .industry_table > .default_table_header > .cell_height_25:nth-child(1) {
    border-bottom: 1px solid #F2F2F2;
}

.industry_table_content > div:hover {
    background-color: #ecfffa;
    cursor: pointer;
}

#industryTableContent {
    overflow-y: auto;
}

#industryTableContent::-webkit-scrollbar {
    display: none;
}

.default_btn {
    width: auto;
    height: 2em;
    border-radius: .5vh;
    border: 1px solid #F2F2F2;
    background-color: #F9F9F9;
    padding: 0 1em;
    cursor: pointer;
    font-size: 0.6vw;
}

.default_input {
    height: auto;
    background-color: #ffffff;
    border: 1px solid #F2F2F2;
    border-radius: .5vh;
    font-size: 0.6vw;
    padding: 0.2em;
    box-sizing: border-box;
}

.selected_industry {
    color: #2A9D82;
}

.default_btn:hover {
    background-color: #F2F2F2;
}

.default_border_left + .default_border_left {
    border-left: 1px solid #F2F2F2;
}

.industry_search_btn > .default_btn {
    background-color: #2A9D82;
    color: #ffffff;
}

.industry_search_btn > .default_btn:hover {
    background-color: #227865;
}

#ruleCategory {
    height: auto;
    width: 20em;
    background-color: #ffffff;
    border: 1px solid #F2F2F2;
    border-radius: .5vh;
    font-size: 0.6vw;
    padding: 0.2em;
    box-sizing: border-box;
    color: #585858;
    font-family: 'SCDream5';
    outline: none;
    text-align: center;
    margin-right: 2em;
}

#ruleTableContent {
    height: 100%;
    overflow-y: auto;
}

#ruleTableContent::-webkit-scrollbar {
    display: none;
}

#ruleDetail {
    z-index: 2;
    position: absolute;
    width: 20vw;
    height: 15vw;
    background-color: #ffffff;
    border-radius: .5vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-sizing: border-box;
    font-size: 1.2vh;
}

#ruleDetail > .rule_detail_content {
    width: 100%;
    height: 85%;
}

#ruleDetail > .rule_detail_btn {
    width: 100%;
    height: 15%;
}

#ruleDetail > div + div {
    border-top: 1px solid #F2F2F2;
}

#ruleText {
    width: 100%;
    height: 100%;
    padding: 0.5em;
    font-size: 1vh;
    overflow-y: auto;
    box-sizing: border-box;
}

#ruleText::-webkit-scrollbar {
    display: none;
}

#ruleDetail > .rule_detail_btn > .rule_detail_close {
    width: auto;
    height: 2em;
    padding: 0 1em;
    border-radius: .5vh;
    cursor: pointer;
    color: #585858;
    border: 1px solid #F2F2F2;
    background-color: #F9F9F9;
}

#ruleDetail > .rule_detail_btn > .rule_detail_close:hover {
    background-color: #F2F2F2;
}

#playClip_video > img {
    width: 100%;
    height: 100%;
}

#standardFactors > .popUp {
    width: 50vw;
    height: 25vw;
    overflow: hidden;
}

#standardFactors > .popUp  > .standard_factor_header {
    justify-content: space-between;
    width: 100%;
    height: 10%;
    background-color: #2A9D82;
    color: #ffffff;
    padding: 0 1em 0 1em;
    box-sizing: border-box;
    font-size: 0.8vw
}

#standardFactors > .popUp  > .standard_factor_content {
    width: 100%;
    height: 80%;
    padding: 2em;
    font-size: 0.6vw;
    box-sizing: border-box;
}

#standardFactors > .popUp  > .standard_factor_btn {
    width: 100%;
    height: 10%;
}

#standardFactors > .popUp  > .standard_factor_header > div > img {
    width: auto;
    height: 1em;
    cursor: pointer;
}

#standardFactors > .popUp  > .standard_factor_content > .standard_factor_content_title {
    width: 100%;
    height: auto;
}

#standardFactors > .popUp > .standard_factor_content > .standard_factor_content_wrap {
    width: 100%;
    flex-grow: 1;
    border: 1px solid #F2F2F2;
    border-radius: .5vh;
    margin-top: 0.5em;
    box-sizing: border-box;
    overflow: hidden;
}

#standardFactors > .popUp > .standard_factor_content > .standard_factor_content_wrap > .ra_modal_content_header {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
}

#standardFactors > .popUp > .standard_factor_content > .standard_factor_content_wrap > .ra_modal_content_area {
    width: 100%;
    flex-grow: 1;
    overflow-y: auto;
}

#standardFactors > .popUp > .standard_factor_content > .standard_factor_content_wrap > .ra_modal_content_area::-webkit-scrollbar {
    display: none;
}

.ra_modal_content {
    height: 2.5em;
    border-bottom: 1px solid #F2F2F2;
    box-sizing: border-box;
    min-width: 0;
    padding: 0 0.5em 0 0.5em;
}

.ra_modal_content + .ra_modal_content {
    border-left: 1px solid #F2F2F2;
}

.ra_modal_content:nth-child(1) {
    width: 5%;
}

.ra_modal_content:nth-child(2) {
    width: 10%;
}

.ra_modal_content:nth-child(3) {
    width: 20%;
}

.ra_modal_content:nth-child(4) {
    width: 40%;
}

.ra_modal_content:nth-child(5) {
    width: 25%;
}

.default_checkbox  {
    width: 0.8em;
    height: 0.8em;
    accent-color: #2A9D82;
    cursor: pointer;
}

#originalCauseMaterial > .popUp {
    width: 50vw;
    height: 25vw;
    overflow: hidden;
}

#originalCauseMaterial > .popUp > div {
    width: 100%;
}

#originalCauseMaterial > .popUp > .ocm_header {
    justify-content: space-between;
    height: 10%;
    background-color: #2A9D82;
    color: #ffffff;
    padding: 0 1em 0 1em;
    box-sizing: border-box;
    font-size: 0.8vw
}

#originalCauseMaterial > .popUp > .ocm_search {
    height: 20%;
    padding: 2em;
    font-size: 0.6vw;
    box-sizing: border-box;
}

#originalCauseMaterial > .popUp > .ocm_content {
    height: 60%;
    padding: 0 2em 2em 2em;
    font-size: 0.6vw;
    box-sizing: border-box;
}

#originalCauseMaterial > .popUp > .ocm_btn {
    height: 10%;
}

#originalCauseMaterial > .popUp  > .ocm_header > div > img {
    width: auto;
    height: 1em;
    cursor: pointer;
}

#originalCauseMaterial > .popUp > .ocm_search > .ocm_search_wrap {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    padding: 0 1em;
    box-sizing: border-box;
    border-radius: .5vh
}

#originalCauseMaterial > .popUp > .ocm_search > .ocm_search_wrap > .ocm_search_btn_wrap > .default_btn {
    color: #ffffff;
    background-color: #2A9D82;
}

#originalCauseMaterial > .popUp > .ocm_search > .ocm_search_wrap > .ocm_search_btn_wrap > .default_btn:hover {
    background-color: #227865;
}

#originalCauseMaterial > .popUp > .ocm_content > .ocm_content_wrap {
    width: 100%;
    height: 100%;
    border-radius: .5vh;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
}

#originalCauseMaterial > .popUp > .ocm_content > .ocm_content_wrap > .ocm_content_header {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
}

#ocmContentBox {
    width: 100%;
    flex-grow: 1;
    overflow-y: auto;
}

#ocmContentBox::-webkit-scrollbar {
    display: none;
}

#riskAssessmentResult > .popUp {
    width: 90%;
    height: 80%;
    overflow: hidden;
}

#riskAssessmentResult > .popUp > .ra_result_header {
    justify-content: space-between;
    width: 100%;
    height: 10%;
    background-color: #2A9D82;
    color: #ffffff;
    padding: 0 1em 0 1em;
    box-sizing: border-box;
    font-size: 1.2vw;
}

#riskAssessmentResult > .popUp > .ra_result_content {
    width: 100%;
    height: 80%;
    padding: 2em 2em 0 2em;
    box-sizing: border-box;
}

#riskAssessmentResult > .popUp > .ra_result_btn {
    width: 100%;
    height: 10%;
}

#riskAssessmentResult > .popUp  > .ra_result_header > div > img {
    width: auto;
    height: 1em;
    cursor: pointer;
}

#riskAssessmentResult > .popUp > .ra_result_content > .ra_result_content_wrap {
    width: 100%;
    height: 100%;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: .5vh;
    font-size: 0.6vw;
}

#riskAssessmentResult > .popUp > .ra_result_content > .ra_result_content_wrap > div {
    width: 100%;
    box-sizing: border-box;
}

#riskAssessmentResult > .popUp > .ra_result_content > .ra_result_content_wrap > .ra_result_info {
    justify-content: space-between;
    height: 3em;
    padding: 0 1em;
    background-color: #ECECEC;
}

#riskAssessmentResult > .popUp > .ra_result_content > .ra_result_content_wrap > .ra_result_output {
    flex: 1;
    overflow: auto;
}

#riskAssessmentResult > .popUp > .ra_result_content > .ra_result_content_wrap > div + div {
    border-top: 1px solid #F2F2F2;
}

#riskAssessmentResult > .popUp > .ra_result_content > .ra_result_content_wrap > .ra_result_output > .ra_result_output_line {
    width: max-content;
    height: auto;
    min-height: 3.5em;
    align-items: stretch;
    border-bottom: 1px solid #F2F2F2;
}

#riskAssessmentResult > .popUp > .ra_result_content > .ra_result_content_wrap > .ra_result_output > .ra_result_output_line > .ra_result_output_content {
    flex-shrink: 0;
    padding: 0.5em;
    text-align: center;
    word-break: keep-all;
    box-sizing: border-box;
}

.output_15 {
    width: 15em;
}

.output_30 {
    width: 30em;
}

.output_8 {
    width: 8em;
}

#riskAssessmentResult > .popUp > .ra_result_content > .ra_result_content_wrap > .ra_result_output > .ra_result_output_line.ra_output_header {
    position: sticky;
    top: 0;
}

#riskAssessmentResult > .popUp > .ra_result_content > .ra_result_content_wrap > .ra_result_output > .ra_result_output_line.ra_output_header > .ra_result_output_content {
    background-color: #F9F9F9;
}

#riskAssessmentResult > .popUp > .ra_result_content > .ra_result_content_wrap > .ra_result_output > .ra_result_output_line > .ra_result_output_content + .ra_result_output_content {
    border-left: 1px solid #F2F2F2;
}

.ra_result_select {
    width: 10em;
    height: 2em;
    border-radius: .5vh;
    color: #585858;
    background-color: #ffffff;
    text-align: center;
    font-family: 'SCDream5';
    font-size: 1em;
    border: 1px solid #F2F2F2;
    outline: none;
}

#raResultBtnWrap > .default_btn + .default_btn {
    margin-left: 0.5em;
}

#thermalFilter {
    position: absolute;
    top: 0;
    left: 1em;
    width: 2em;
    height: auto;
    cursor: pointer;
}

#thermalFilter[data-mode="normal"] {
    content: url('../images/thermal.png');
}

#thermalFilter[data-mode="normal"]:hover {
    content: url('../images/thermal_hover.png');
}

#thermalFilter[data-mode="thermal"] {
    content: url('../images/sensing.png');
}

#thermalFilter[data-mode="thermal"]:hover {
    content: url('../images/sensing_hover.png');
}

#dangerAutoSetUp > .popUp {
    width: 25vw;
    height: 33vw;
}

#dangerAutoSetUp > .popUp > .popUp_header {
    width: 100%;
    height: 10%;
    background-color: #2A9D82;
    border-radius: .5vh .5vh 0 0;
    justify-content: space-between;
    font-size: 1vw;
    padding: 0.5em;
    box-sizing: border-box;
    color: #ffffff;
}

#dangerAutoSetUp > .popUp > .popUp_content {
    width: 100%;
    height: 80%;
    padding: 1em;
    box-sizing: border-box;
    font-size: 0.6vw;
}

#dangerAutoSetUp > .popUp > .popUp_btn {
    width: 100%;
    height: 10%;
    border-top: 1px solid #F2F2F2;
    box-sizing: border-box;
}

#dangerAutoSetUp img {
    width: auto;
    height: 1em;
}

#dangerAutoSetUp select {
    width: 100%;
    height: 2em;
    border-radius: .5vh;
    background-color: #ffffff;
    border: 1px solid #F2F2F2;
    text-align: center;
    color: #585858;
    font-family: 'SCDream5';
    outline: none;
    font-size: 0.6vw;
}

#dangerAutoSetUp input:not([type="radio"]) {
    width: 100%;
    height: 2em;
    border: 1px solid #F2F2F2;
    border-radius: .5vh;
    font-size: 0.6vw;
    box-sizing: border-box;
    text-align: center;
}

#dangerAutoSetUp > .popUp > .popUp_header > .popUp_header_title > img {
    margin-right: 0.2em;
}

#dangerAutoSetUp > .popUp > .popUp_header > .popUp_header_img_wrap > img {
    cursor: pointer;
}

#dangerAutoSetUp > .popUp > .popUp_content > .popUp_content_line {
    width: 100%;
    height: auto;
}

#dangerAutoSetUp .popUp_content_line + .popUp_content_line {
    margin-top: 1em;
}

#dangerAutoSetUp .field_label, #dangerAutoSetUp .field_content {
    width: 100%;
    height: auto;
}

#dangerAutoSetUp .field_label {
    margin-bottom: 0.5em;
}

#dangerAutoSetUp > .popUp > .popUp_content > .popUp_content_line > .field_content > .field_content_area {
    justify-content: space-between;
    width: 100%;
    height: 3em;
    border: 1px solid #F2F2F2;
    border-radius: .5vh;
    padding: 0 0.5em;
    box-sizing: border-box;
}

#dangerAutoSetUp .field_content_area + .field_content_area {
    margin-top: 0.5em;
}

#dangerAutoSetUp > .popUp > .popUp_content > .popUp_content_line > .field_content > .field_content_area > .risk_strength_label {
    width: auto;
    height: 2em;
    padding: 0 1em;
    color: #ffffff;
    border-radius: 999px;
}

#dangerAutoSetUp .strength_1 {
    background-color: #2A9D82;
}

#dangerAutoSetUp .strength_2 {
    background-color: #FFBF00;
}

#dangerAutoSetUp .strength_3 {
    background-color: #D01212;
}

#dangerAutoSetUp input[type="radio"] {
    accent-color: #2A9D82;
    cursor: pointer;
    margin-right: 0.5em;
}

#dangerAutoSetUp .popUp_content_line .field_wrap {
    flex: 1;
    box-sizing: border-box;
}

#dangerAutoSetUp .popUp_content_line .field_wrap + .field_wrap {
    margin-left: 1em;
}

#dangerAutoSetUp .popUp_content_line:last-child {
    flex: 1;
}

#dangerAutoSetUp .popUp_content_line:last-child .field_content {
    flex: 1;
    background-color: #F9F9F9;
    border-radius: .5vh;
    padding: 0.5em;
    box-sizing: border-box;
}

#dangerAutoSetUp .popUp_content_line:last-child .field_content .auto_set_result_wrap {
    width: 100%;
    height: 100%;
}

#dangerAutoSetUp .popUp_content_line:last-child .field_content .auto_set_result_wrap .auto_set_title {
    width: 100%;
    height: auto;
}

#dangerAutoSetUp .popUp_content_line:last-child .field_content .auto_set_result_wrap .auto_set_result {
    flex: 1;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #F2F2F2;
    border-radius: .5vh;
    margin-top: 0.5em;
}

#dangerAutoSetUp .popUp_content_line:last-child .field_content .auto_set_result_wrap .auto_set_result .auto_set_score {
    flex: 1;
    height: 100%;
    padding: 1em 0;
    box-sizing: border-box;
}

#dangerAutoSetUp .popUp_content_line:last-child .field_content .auto_set_result_wrap .auto_set_result .auto_set_score .score {
    flex: 1;
    font-size: 1.5vw;
    font-weight: bold;
}

#dangerAutoSetUp .score_low {
    color: #2A9D82;
}

#dangerAutoSetUp .score_mid {
    color: #FFBF00;
}

#dangerAutoSetUp .score_high {
    color: #D01212;
}

#dangerAutoSetUp .correction_on {
    color: #16A34A;
}

#dangerAutoSetUp .correction_off {
    color: #D01212;
}

#dangerAutoSetUp .waiting_auto_set {
    width: 100%;
    height: 100%;
}

#autoSetWaiting div + div {
    margin-top: 0.5em;
}

#autoSetWaiting .waiting_auto_set_icon img {
    width: auto;
    height: 5em;
}

#autoSetWaiting .waiting_auto_set_title {
    font-size: 0.8vw;
}

#autoSetWaiting .waiting_auto_set_subtitle {
    font-size: 0.5vw;
}

@media screen and (max-width: 768px) {

    .popUp_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .popUp {
        position: fixed;
        width: 92vw !important;
        height: auto !important;
        max-height: 90vh;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 8px !important;
        box-sizing: border-box;
    }

    .popUp_icon_wrap {
        width: 36px !important;
        height: 36px !important;
    }

    .popUp_title {
        font-size: 15px !important;
        padding: 8px 16px;
        box-sizing: border-box;
        width: 100% !important;
        height: auto !important;
    }

    .popUp_content {
        width: 100% !important;
        height: auto !important;
        font-size: 13px !important;
        padding: 10px 16px;
        box-sizing: border-box;
    }

    .popUp_btn_wrap,
    .popUp_close_btn_wrap {
        width: 100% !important;
        height: auto !important;
        padding: 10px 16px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .popUp_close_btn,
    .popUp_risk_state_btn,
    .popUp_update_btn,
    .popUp_delete_btn,
    .ppe_add_btn,
    .clip_add_btn,
    .popUp_send_btn {
        width: auto !important;
        min-width: 4em;
        height: 36px !important;
        padding: 0 14px !important;
        font-size: 13px !important;
        border-radius: 6px !important;
        box-sizing: border-box;
    }

    .popUp_btn_wrap > div + div,
    .popUp_close_btn_wrap > div + div {
        margin-left: 0 !important;
    }

    .popUp_content_wrap {
        width: 100% !important;
        height: auto !important;
        flex-direction: row !important;
    }

    .popUp_subTitle {
        width: 38% !important;
        height: auto !important;
        font-size: 13px;
    }

    .popUp_detail {
        width: 62% !important;
        height: auto !important;
        font-size: 13px;
    }

    .popUp_subTitle > div,
    .popUp_detail > div {
        width: 100% !important;
        height: auto !important;
        min-height: 32px;
        display: flex;
        align-items: center;
        padding: 4px 0;
        box-sizing: border-box;
    }

    #riskAnalysisDetail > .popUp > .popUp_header,
    #riskAlarmDetail > .popUp > .popUp_header {
        width: 100% !important;
        height: 50px !important;
        border-radius: 8px 8px 0 0 !important;
    }

    #riskAnalysisDetail > .popUp > .popUp_content,
    #riskAlarmDetail > .popUp > .popUp_content {
        flex-direction: column !important;
    }

    #riskAnalysisDetail > .popUp > .popUp_content > .popUp_content_wrap,
    #riskAlarmDetail > .popUp > .popUp_content > .popUp_content_wrap {
        width: 100% !important;
        height: auto !important;
    }

    #riskAnalysisDetail > .popUp > .popUp_content > .popUp_content_wrap > .popUp_subTitle > div,
    #riskAlarmDetail > .popUp > .popUp_content > .popUp_content_wrap > .popUp_subTitle > div {
        margin-right: 0 !important;
    }

    #processDetail > .popUp,
    #processAdd > .popUp {
        width: 92vw !important;
        height: auto !important;
        max-height: 90vh !important;
        overflow-y: auto !important;
    }

    #processDetail > .popUp > .popUp_header,
    #processAdd > .popUp > .popUp_header {
        width: 100% !important;
        height: 50px !important;
        border-radius: 8px 8px 0 0 !important;
    }

    #processDetail > .popUp > .popUp_title,
    #processAdd > .popUp > .popUp_title {
        height: auto !important;
        font-size: 14px !important;
    }

    #processDetail > .popUp > .popUp_content,
    #processAdd > .popUp > .popUp_content {
        height: auto !important;
        font-size: 12px !important;
    }

    #processDetail > .popUp > .popUp_content > .content_title_wrap,
    #processAdd > .popUp > .popUp_content > .content_title_wrap {
        width: 100% !important;
        height: auto !important;
        font-size: 12px !important;
        padding: 4px 0;
        box-sizing: border-box;
    }

    #processDetail > .popUp > .popUp_content > .process_ppe_wrap,
    #processAdd > .popUp > .popUp_content > .ppe_content_wrap {
        width: 100% !important;
        height: auto !important;
        font-size: 12px !important;
    }

    #processDetail > .popUp > .popUp_content > .ppe_notice_wrap,
    #processAdd > .popUp > .popUp_content > .ppe_notice_wrap {
        width: 100% !important;
        height: auto !important;
        font-size: 10px !important;
        padding: 6px 0;
        box-sizing: border-box;
    }

    #processDetail > .popUp > .popUp_content > .ppe_notice_wrap > .ppe_notice > .ppe_notice_text,
    #processAdd > .popUp > .popUp_content > .ppe_notice_wrap > .ppe_notice > .ppe_notice_text {
        font-size: 10px !important;
        line-height: 1.5;
    }

    #processDetail > .popUp > .popUp_btn_wrap > div,
    #processAdd > .popUp > .popUp_btn_wrap > div {
        font-size: 13px !important;
        height: 36px !important;
    }

    #processAdd > .popUp > .popUp_content > .ppe_content_wrap > .ppe_content_column > div,
    #processDetail > .popUp > .popUp_content > .process_ppe_wrap > .ppe_content_column > div {
        height: auto !important;
        min-height: 36px;
        padding: 4px;
        box-sizing: border-box;
        font-size: 12px;
    }

    .ppe_content_column > .column_content > input[type="number"] {
        width: 3em;
        height: 28px !important;
        font-size: 12px;
    }

    #playClip > .popUp {
        width: 92vw !important;
        height: auto !important;
        max-height: 90vh !important;
        overflow-y: auto !important;
    }

    #playClip > .popUp > .playClip_header {
        width: 100% !important;
        height: 44px !important;
        border-radius: 8px 8px 0 0 !important;
    }

    #playClip > .popUp > .playClip_header > .playClip_header_item_wrap {
        width: calc(100% - 24px) !important;
        height: 100% !important;
    }

    #playClip > .popUp > .playClip_header > .playClip_header_item_wrap > .playClip_title_wrap {
        font-size: 14px !important;
    }

    #playClip > .popUp > .playClip_header > .playClip_header_item_wrap > .playClip_close_wrap > .playClip_close {
        width: 24px !important;
        height: 24px !important;
    }

    #playClip > .popUp > .playClip_video_container {
        width: 100% !important;
        height: auto !important;
        flex-direction: column !important;
        padding: 10px 12px;
        box-sizing: border-box;
        gap: 10px;
    }

    #playClip > .popUp > .playClip_video_container > .playClip_video_box {
        width: 100% !important;
        height: 200px !important;
        border-radius: 6px !important;
    }

    #playClip > .popUp > .playClip_video_container > .playClip_info_box {
        width: 100% !important;
        height: auto !important;
        font-size: 12px !important;
        position: static !important;
    }

    #playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info {
        width: 100% !important;
        height: auto !important;
    }

    #playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_title {
        font-size: 13px !important;
    }

    #playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_content_box {
        height: auto !important;
    }

    #playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_content_box > .playClip_info_content_title > div,
    #playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_info_content_box > .playClip_info_content > .content_wrap {
        height: auto !important;
        min-height: 32px;
        padding: 6px 8px;
        box-sizing: border-box;
    }

    #playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_btn_wrap {
        font-size: 12px !important;
        padding: 6px 0 4px;
        box-sizing: border-box;
    }

    #playClip > .popUp > .playClip_video_container > .playClip_info_box > .playClip_info > .playClip_btn_wrap > div {
        height: 34px !important;
    }

    #digiTwin > .popUp {
        width: 92vw !important;
        height: 80vh !important;
    }

    #digiTwin > .popUp > .popUp_header {
        height: 48px !important;
        border-radius: 8px 8px 0 0 !important;
    }

    #digiTwin > .popUp > .popUp_header > .popUp_header_item_wrap {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        width: calc(100% - 50px) !important;
        height: 100% !important;
        flex-wrap: nowrap !important;
    }

    #digiTwin > .popUp > .popUp_header > .popUp_header_item_wrap > .digiTwin_title {
        font-size: 11px !important;
        width: auto !important;
        flex: 1 1 auto !important;
        white-space: nowrap !important;
        overflow: visible !important;
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }

    #digiTwin > .popUp > .popUp_header > .popUp_header_item_wrap > .digiTwin_title > .digi_twin_header_icon {
        width: 16px !important;
        height: 16px !important;
        flex-shrink: 0 !important;
        margin-right: 5px !important;
    }

    #digiTwin > .popUp > .popUp_header > .popUp_header_item_wrap > .digiTwin_close_wrap {
        flex-shrink: 0 !important;
        width: auto !important;
        height: 100% !important;
    }

    #digiTwin > .popUp > .popUp_header > .popUp_header_item_wrap > .digiTwin_close_wrap > .digiTwin_close_icon {
        width: 24px !important;
        height: 24px !important;
    }

    #digiTwin > .popUp > .popUp_content_wrap {
        height: calc(80vh - 48px) !important;
    }

    #logList > .popUp {
        width: 92vw !important;
        height: 80vh !important;
    }

    #logList > .popUp > .log_list_title_area {
        height: 44px !important;
        font-size: 14px !important;
        border-radius: 8px 8px 0 0 !important;
    }

    #logList > .popUp > .log_list_title_area > .log_list_close {
        width: 18px !important;
    }

    #logList > .popUp > .risk_list_content_area,
    #logList > .popUp > #analysisListContent {
        width: 100% !important;
        height: calc(80vh - 44px - 44px) !important;
        font-size: 11px !important;
        overflow-x: auto;
    }

    #logList > .popUp > .log_list_table_paging {
        height: 44px !important;
        font-size: 13px !important;
    }

    #logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_header {
        height: auto !important;
        min-height: 36px;
    }

    #logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content {
        height: auto !important;
        min-height: 40px;
    }

    #logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content > .risk_content_status > div {
        width: 4em !important;
        height: 28px !important;
        font-size: 11px;
    }

    #sideTab {
        position: static !important;
        left: auto !important;
        width: 100% !important;
        flex-direction: row !important;
        display: flex;
        border-bottom: 1px solid #F2F2F2;
        margin-bottom: 6px;
    }

    #sideTab > .side_tab_menu {
        flex: 1;
        height: 36px !important;
        border-radius: 0 !important;
        border: none !important;
        border-bottom: 2px solid transparent !important;
        font-size: 12px;
        box-sizing: border-box;
    }

    .selected_tab {
        border-bottom-color: #2A9D82 !important;
    }

    #riskStatusPopUp {
        position: fixed !important;
        width: 80vw !important;
        height: auto !important;
        padding: 12px;
        box-sizing: border-box;
        border-radius: 8px !important;
    }

    #riskStatusPopUp > .risk_status_popUp_content > .select_status_title_wrap {
        width: 100% !important;
        height: auto !important;
        min-height: 36px;
        font-size: 13px !important;
        padding: 4px 0;
        box-sizing: border-box;
    }

    #riskStatusPopUp > .risk_status_popUp_content > .select_status_box {
        width: 100% !important;
        height: auto !important;
        padding: 8px 0;
        box-sizing: border-box;
        gap: 8px;
    }

    #riskStatusPopUp > .risk_status_popUp_content > .select_status_box > div {
        flex: 1;
        width: auto !important;
        height: 36px !important;
        font-size: 12px !important;
    }

    #addClip > .popUp,
    #updateClip > .popUp {
        width: 92vw !important;
        height: auto !important;
        max-height: 90vh !important;
        overflow-y: auto !important;
    }

    #addClip > .popUp > .popUp_header,
    #updateClip > .popUp > .popUp_header {
        height: 50px !important;
        border-radius: 8px 8px 0 0 !important;
    }

    #addClip > .popUp > .popUp_content,
    #updateClip > .popUp > .popUp_content {
        flex-direction: column !important;
        height: auto !important;
        font-size: 13px !important;
        padding: 10px 16px;
        box-sizing: border-box;
    }

    #addClip > .popUp > .popUp_content > .popUp_content_wrap,
    #updateClip > .popUp > .popUp_content > .popUp_content_wrap {
        width: 100% !important;
        height: auto !important;
    }

    #addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_subTitle,
    #updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_subTitle {
        width: 35% !important;
        margin-right: 8px !important;
    }

    #addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_subTitle > div,
    #addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_detail > div,
    #updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_subTitle > div,
    #updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(1) > .popUp_detail > div {
        height: auto !important;
        min-height: 32px;
        display: flex;
        align-items: center;
        padding: 3px 0;
        box-sizing: border-box;
    }

    #addClip > .popUp > .popUp_content > .popUp_content_wrap > .popUp_detail > .sensor_url > input,
    .clip_name > input,
    #addClip > .popUp > .popUp_content > .popUp_content_wrap > .popUp_detail > .sensor_num > select,
    .sensor_worker > select,
    #updateClip > .popUp > .popUp_content > .popUp_content_wrap > .popUp_detail > .clip_name > input {
        font-size: 13px !important;
        height: 32px !important;
    }

    #addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_subTitle,
    #updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_subTitle {
        width: 100% !important;
    }

    #addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail,
    #updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_detail {
        width: 100% !important;
        height: 120px !important;
    }

    #addClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_subTitle > .users_select_wrap > select,
    #updateClip > .popUp > .popUp_content > .popUp_content_wrap:nth-child(2) > .popUp_subTitle > .users_select_wrap > select {
        font-size: 13px !important;
    }

    #addClip > .popUp > .popUp_btn_wrap > div,
    #updateClip > .popUp > .popUp_btn_wrap > div {
        font-size: 13px !important;
        height: 36px !important;
    }

    #callLogDetail > .popUp {
        width: 92vw !important;
        height: auto !important;
        font-size: 13px !important;
    }

    #callLogDetail > .popUp > .popUp_header {
        height: 50px !important;
        border-radius: 8px 8px 0 0 !important;
    }

    #callLogDetail > .popUp > .popUp_header > .popUp_icon_wrap {
        width: 30px !important;
        height: auto !important;
    }

    #callLogDetail > .popUp > .popUp_content {
        height: auto !important;
        font-size: 13px !important;
        padding: 8px 16px;
        box-sizing: border-box;
    }

    #callLogDetail > .popUp > .popUp_content > .popUp_content_line:nth-child(1),
    #callLogDetail > .popUp > .popUp_content > .popUp_content_line:nth-child(2),
    #callLogDetail > .popUp > .popUp_content > .popUp_content_line:nth-child(3) {
        height: auto !important;
        min-height: 36px;
    }

    #callLogDetail > .popUp > .popUp_content > .popUp_content_line:nth-child(4) {
        height: 100px !important;
    }

    #callLogDetail > .popUp > .popUp_content > .popUp_content_line > .content_line_title {
        width: 25% !important;
        font-size: 12px;
    }

    #callLogDetail > .popUp > .popUp_content > .popUp_content_line > .content_line_value {
        width: 75% !important;
        font-size: 13px;
    }

    #callLogDetail > .popUp > .popUp_content > .popUp_content_line > .content_line_value > textarea {
        font-size: 12px !important;
        margin-right: 0 !important;
    }

    #callLogDetail > .popUp > .popUp_btn_wrap > .popUp_close_btn {
        height: 36px !important;
        font-size: 13px;
    }

    .profileInfo_box > .profileInfo_wrap > .profileInfo > select {
        background-color: #ffffff !important;
    }

    .risk_date,
    .risk_content_date,
    .analysis_date,
    .analysis_content_date {
        white-space: pre-line !important;
        word-break: keep-all !important;
        line-height: 1.4 !important;
        font-size: 9px !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    #logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_header {
        height: 36px !important;
        min-height: 36px !important;
        background-color: #F2F2F2 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        width: 100% !important;
        flex-shrink: 0 !important;
    }

    #logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table {
        height: auto !important;
    }

    #logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content {
        height: auto !important;
        overflow-y: auto;
    }

    #logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content {
        height: auto !important;
        min-height: 48px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        width: 100% !important;
        flex-shrink: 0 !important;
        border-bottom: 1px solid #F2F2F2;
    }

    #logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_header > div,
    #logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content > div {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        height: 100% !important;
        flex-shrink: 0 !important;
        font-size: 10px !important;
    }

    #logList > .popUp > .risk_list_content_area > .risk_list_table > .risk_list_table_content > .risk_content > .risk_content_status > div {
        width: 46px !important;
        height: 26px !important;
        font-size: 11px !important;
        white-space: nowrap !important;
        border-radius: 4px !important;
    }

    .risk_date,         .risk_content_date    { flex: 0 0 62px !important; }
    .risk_sensor,       .risk_content_sensor  { flex: 0 0 58px !important; }
    .risk_action,       .risk_content_action  { flex: 0 0 44px !important; }
    .risk_user,         .risk_content_obj     { flex: 0 0 50px !important; }
    .risk_per,          .risk_content_per     { flex: 0 0 46px !important; }
    .risk_status,       .risk_content_status  { flex: 0 0 56px !important; }

    #logList > .popUp > #analysisListContent > .analysis_list_table {
        height: auto !important;
        width: 100%;
    }

    #analysisListContent > .analysis_list_table > .analysis_list_table_content {
        height: auto !important;
        overflow-y: auto;
    }

    #analysisListContent > .analysis_list_table > .analysis_list_table_header {
        height: 36px !important;
        min-height: 36px !important;
        background-color: #F2F2F2 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        width: 100% !important;
        flex-shrink: 0 !important;
    }

    #analysisListContent > .analysis_list_table > .analysis_list_table_content > .analysis_content {
        height: auto !important;
        min-height: 48px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        width: 100% !important;
        flex-shrink: 0 !important;
        border-bottom: 1px solid #F2F2F2;
    }

    #analysisListContent > .analysis_list_table > .analysis_list_table_header > div,
    #analysisListContent > .analysis_list_table > .analysis_list_table_content > .analysis_content > div {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        height: 100% !important;
        flex-shrink: 0 !important;
        font-size: 10px !important;
    }

    .analysis_content_state > div {
        width: 46px !important;
        height: 26px !important;
        font-size: 11px !important;
        border-radius: 4px !important;
    }

    .analysis_date,         .analysis_content_date        { flex: 0 0 62px !important; }
    .analysis_sensor,       .analysis_content_sensor      { flex: 0 0 58px !important; }
    .analysis_action,       .analysis_content_action      { flex: 0 0 44px !important; }
    .analysis_similarity,   .analysis_content_similarity  { flex: 0 0 46px !important; }
    .analysis_state,        .analysis_content_state       { flex: 0 0 56px !important; }
}
