        /* The Modal (background) */
        .chkSmallModal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1000; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }
        /* Modal Content/Box */
        .chkSmallModal-content {
            background-color: #fefefe;
            /*position:relative;*/
            margin: 0 auto;
            padding: 5px;
            border: 1px solid #888;
            overflow: auto;
            width: 80%; /* Could be more or less, depending on screen size */
            height: auto; /*높이 값에 따른 자동조절*/
            max-width:600px;
            /* 보이는 화면내에서 정가운데*/
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);

        }
        th, td{
            text-align:center;
        }
        /* The Modal (background) */
        .iframe_form_Small {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1000; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }
        /* Modal Content/Box */
        .iframe_form_Small-content {
            background-color: #fefefe;
            /*position:relative;*/
            margin: 0 auto;
            padding: 5px;
            border: 1px solid #888;
            overflow: auto;
            width: 80%; /* Could be more or less, depending on screen size */
            height: 80%; /*높이 값에 따른 자동조절*/
            max-width:600px;
            /* 보이는 화면내에서 정가운데*/
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);

        }
        /* The Modal (background) */
        .viewMedium {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1000; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }
        /* Modal Content/Box */
        .viewMedium-content {
            background-color: #fefefe;
            /*position:relative;*/
            margin: 0 auto;
            padding: 5px;
            border: 1px solid #888;
            overflow: auto;
            width: 95%; /* Could be more or less, depending on screen size */
            height: auto; /*높이 값에 따른 자동조절*/
            max-height: 90%;
            max-width:600px;
            /* 보이는 화면내에서 정가운데*/
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);

        }

        /* The Modal (background) */
        .viewLarge {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1000; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }
        /* Modal Content/Box */
        .viewLarge-content {
            background-color: #fefefe;
            /*position:relative;*/
            margin: 0 auto;
            padding: 5px;
            border: 1px solid #888;
            overflow: auto;
            min-width:100%;
            min-height:100%;
            /* 보이는 화면내에서 정가운데*/
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);

        }
/* The Modal (background) */
.selectInputMedium {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.selectInputMedium-content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:600px;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* The Modal (background) */
.selectSmall {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.selectSmall-content {
    background-color: #fefefe;
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 80%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-width:600px;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

/* The Modal (background) */
.chkSelectLargeModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.chkSelectLargeModal-content {
    background-color: #fefefe;
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:600px;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.nas_assetCode_Insert{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_assetCode_Insert_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/ 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}
.nas_assetCode_Update{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_assetCode_Update_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}
.nas_assetRental_Insert{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_assetRental_Insert_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}
.nas_assetRental_Update{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_assetRental_Update_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}


.nas_assetRental_BarCode{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_assetRental_BarCode_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 95%;
    max-width:100%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}

.drv_iframe_parking{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.drv_iframe_parking_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 100%;
    max-width:100%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}




.nas_sale_list_mobile_tmp{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_sale_list_mobile_tmp_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    max-width:800px;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 100%;
    max-width:100%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nas_020_01_searchForm1{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_020_01_searchForm1_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}
.nas_020_01_searchForm2{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_020_01_searchForm2_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}

.nas_BusinessCooperation_Insert{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_BusinessCooperation_Insert_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}

.nas_BusinessCooperation_Update{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_BusinessCooperation_Update_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}

.nas_BusinessCooperation_Search{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_BusinessCooperation_Search_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}

.nas_BusinessCooperation_StepInsert{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_BusinessCooperation_StepInsert_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    min-height: 95%;
    max-height: 95%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}

.nas_Suggestions_Insert{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_Suggestions_Insert_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}

.nas_Suggestions_Update{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_Suggestions_Update_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}

.nas_Suggestions_Search{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_Suggestions_Search_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    max-height: 90%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}

.nas_Suggestions_StepInsert{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.nas_Suggestions_StepInsert_Content {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    min-height: 95%;
    max-height: 95%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}

.modalComm{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modalCommContent {
    background-color: #fefefe; 
    /*position:relative;*/
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #888;
    overflow: auto;
    width: 100%; /* Could be more or less, depending on screen size */
    height: auto; /*높이 값에 따른 자동조절*/
    min-height: 95%;
    max-height: 95%;
    max-width:90%;
    /* 보이는 화면내에서 정가운데*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:800px;
}