@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_title_line {
    position: relative;
    height: 1px;
    background-color: #D5D5D5;
}

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

.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");
}

.project_excel_period_contents {
    position: relative;
    top: 30px;
    min-height: 115px;
}

.project_excel_period_mail_contents {
    position: relative;
    top: 20px;
    min-height: 30px;
}

.project_excel_period_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;
}

.project_excel_period_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;
}

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

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

.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;
}

.project_excel_period_button {
    position: relative;
    top: 40px;
    left: 28%;
    width: 250px;
    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;
}

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

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