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


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

}

/*=================팝업 프레임==========================*/
.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_close {
    position: absolute;
    top: 35px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 0px solid;
    outline: 0px;
    background-color: #fff;
    background-image: url("/assets/image/popup/bt_popup_close_n.svg");
}

.company_edit_contents {
    position: relative;
    top: 10px;
    min-height: 115px;
}

.company_edit_item_contents {
    position: relative;
    top: 20px;
    min-height: 30px;
    margin-bottom: 15px;
}

.company_edit_status {
    position: relative;
    top: 0px;
    left: 30px;
    width: 130px;
    height: 36px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

.company_edit_date_area {
    position: absolute;
    display: flex;
    top: 0px;
    left: 230px;
    width: 300px;
    height: 36px;
    border-radius: 2px;
    border: 0px solid #D5D5D5;
}

.project_email_input_title_text{
    position: relative;
    top: 40px;
    left: 30px;
    width: 500px;
    height: 36px;
    border-radius: 2px;
    border: 0px solid #D5D5D5;
}

.company_item_input_title{
    position: absolute;
    display: flex;
    top: 10px;
    left: 30px;
    width: 150px;
    height: 15px;
    border-radius: 2px;
    border: 0px solid #D5D5D5;
}

.company_item_input_title_error{
    position: absolute;
    display: flex;
    top: 25px;
    left: 35px;
    width: 180px;
    height: 15px;
    border-radius: 2px;
    color: rgba(255, 0, 0, 0.56);
    border: 0px solid #D5D5D5;
}

.auth_code_setting_div {
    display: flex;
    position: absolute;
    left: 230px;
    width: 300px;
    height: 30px;
}

.company_item_input_area {
    position: absolute;
    display: flex;
    top: 0px;
    left: 230px;
    width: 300px;
    height: 36px;
    border: 1px solid #104348;
    border-radius: 5px;
    font-size: 14px;
}

.company_item_input_area:disabled{
    background: rgba(175, 172, 172, 0.98);
    color: white;
}

.project_manage_date_icon {
    position: relative;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
    background-image: url("/assets/image/project/bt_project_cal_n.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0px solid;
    outline: none;
}

.project_manage_date_middle {
    position: relative;
    top: 3px;
    left: 10px;
    width: 10px;
    height: 30px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #D5D5D5;
    border: 0px solid;
}

.project_manage_date1 {
    position: relative;
    top: 0px;
    left: 5px;
    width: 90px;
    height: 34px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

.project_manage_date2 {
    position: relative;
    top: 0px;
    left: 5px;
    width: 90px;
    height: 34px;
    padding-left: 10px;
    border-radius: 2px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #083338;
    border: 1px solid #D5D5D5;
}

.project_manage_inputdate1 {
    position: relative;
    top: 0px;
    left: 5px;
    width: 120px;
    height: 36px;
    border: 0px solid red;
}

.project_manage_inputdate2 {
    position: relative;
    top: 0px;
    left: 15px;
    width: 120px;
    height: 36px;
    border: 0px solid red;
}

.action_area {
    position: absolute;
    bottom: 15px;
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
}

.company_edit_button {
    position: relative;
    width: 150px;
    height: 40px;
    background-color: #104348;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    outline: none;
    border: 0px;
    border-radius: 3px;
    color: #fff;
    margin: 0px 20px 0px;
}

.company_edit_button:hover {
    background-color: #1e7882;
}

.company_edit_button:disabled {
    background-color: #C3C3C3;
}


.company_edit_cancel {
    position: relative;
    width: 150px;
    height: 40px;
    background-color: #FF5A00;;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    outline: none;
    border: 0px;
    border-radius: 3px;
    color: #fff;
    margin: 0px 20px 0px;
}

.company_edit_cancel:hover {
    background-color: #ff8f53;
}

.auth_code_setting_on{
    position: relative;
    width: 54px;
    height: 34px;
    cursor:pointer;
    background-image: url("/assets/image/prod/toptoolbar/bt_se_toggle_on.png");
}

.auth_code_setting_on:hover{
    background-image: url("/assets/image/prod/toptoolbar/bt_se_toggle_on.png");
}


.auth_code_setting_off{
    position: relative;
    width: 54px;
    height: 34px;
    cursor:pointer;
    background-image: url("/assets/image/prod/toptoolbar/bt_se_toggle_off.png");
}

.auth_code_setting_off:hover{
    background-image: url("/assets/image/prod/toptoolbar/bt_se_toggle_off.png");
}

.error_text_area {
    position: absolute;
    bottom: 45px;
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    color: #eb2b2b;
    font-size: 13px;
    font-weight: bold;
}
