@charset "UTF-8";
@import url("/assets/common/css/font.css");
* {
    font-family: Noto Sans KR;
    padding: 0px;
    margin: 0px;
}

.mpp_title {
    position: relative;
    text-align: center;
    width:524px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

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

.mpp_tr_td_titles{
    width: 100%;
    height: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size:16px;
    font-weight: bold;
}

.mpp_tr_td_sub_titles{
    width: 40%;
    text-align: center ;
    font-family: 'Noto Sans KR', sans-serif;
    font-size:14px;
}

.button_save {
    position: relative;
    left: 50%;
    width: 260px;
    height: 45px;
    border: 0px;
    border-radius: 4px;
    outline: 0px;
    background-color: #FF5A00;
    font-weight: 500;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #fff;
}

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