@charset "UTF-8";
@import url("/assets/common/css/font.css");


* {
    margin: 0px;
    padding: 0px;
    font-family: Noto Sans KR;
    font-weight: 500;

}

/*=================팝업 프레임==========================*/
.location_window{
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -317.5px;
    margin-left: -400px;
    width: 800px;
    height: 636px;
    background-color: #fff;
    border-radius: 3px;
    /*	border: 1px solid red;*/
}

.location_window .location_title{
    position: relative;
    height:41px;
    padding-top: 19px;
    font-weight: 500;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color:#083338;
    /*	border: 1px solid red;*/
}

.location_window .location_title_line{
    position: relative;
    height: 1px;
    background-color: #D5D5D5;
}

.location_window .location_title_down_line{
    position: relative;
    top:515px;
    height: 1px;
    background-color: #D5D5D5;
}

.location_window .project_add_buttom {
    position: relative;
    top: 525px;
    left: 275px;
    width: 250px;
    height: 40px;
    background-color: #6DEBAE;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    outline: none;
    border: 0px;
    border-radius: 3px;
    color: #fff;
}

.location_window .project_add_buttom:hover {
    background-color: #D5E3CC;
}

.location_window .project_add_buttom:disabled {
    background-color: #C3C3C3;
}

.location_window .location_window_close{
    position: absolute;
    top:15px;
    right: 30px;
    width: 30px;
    height: 30px;
    border: 0px solid;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/popup/bt_popup_close_n.svg");
}

.location_window .project_manage_project_popup_table {
    position: absolute;
    top: 109px;
    left: 50%;
    margin-left: -360px;
    width: 720px;
    min-height: 75px;
}

.location_window .project_manage_project_popup_table table {
    border-collapse: collapse;
}

.location_window .popup_td1 {
    position: relative;
    top: 0px;
    width: 44px;
    padding-left: 18px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

.location_window .popup_td2 {
    position: relative;
    top: 0px;
    width: 367px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

.location_window .popup_td3 {
    position: relative;
    top: 0px;
    width: 62px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

.location_window .popup_td4 {
    position: relative;
    top: 0px;
    width: 60px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

.location_window .popup_td5 {
    position: relative;
    top: 0px;
    width: 60px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;
}

.location_window .popup_td6 {
    position: relative;
    top: 0px;
    width: 106px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #083338;

}

.location_window .project_manage_project_popup_table table tbody .pm_tr2:nth-child(even) {
    background-color: #fff;
    color: #dddddd;
    border: 0px solid;
}

.location_window .project_manage_project_popup_table table tbody .pm_tr2:nth-child(odd) {
    background-color: #F4F4F4;
    color: #dddddd;
    border: 0px solid;
}

.location_window .project_list_popup_input {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
}