#modi_modal .container_modal {
    background-color: white;
    display: grid;
    align-items: center;
    justify-items: start;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr;
    height: 100%;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding:27px 33px 20px 39px !important
}
#modi_modal .modal-content {
    display: flex;
    width: 600px;
    align-items: flex-start; 
    height: calc(100% - 334px);
    padding: 40px 32px 24px 32px;
    flex-direction: column;
    border-radius: 12px;
}
#modi_modal .modal-title{ 
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #06060A;
}
/* #modi_modal .btn-close{
    padding-top: 1;
} */
#modi_modal .modal-header {
    display: flex;
    justify-content: flex-start !important;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 16px 24px 0 24px;
    font-size: 18px; 
    text-align: center;

}
#modi_modal .modal-header .main_title{
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: #3d4147;
    text-align: left;
}

#modi_modal .modal-header .sub_title{
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #3d4147;
    text-align: left;
}

#modi_modal .modal-body .modal-body-content{
    width: 500px;
    height: auto;
    gap:12px;
}
#modi_modal .modal-body .modal-body-content .box {

    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

#modi_modal .modal-body .modal-body-content .box .label {
    flex-shrink: 0;
    width: 150px;
    font-weight: 400;
    text-align: right;
    size: 16px;
    margin-top: 0.5rem;
}

#modi_modal .modal-body .modal-body-content .box .fixed-value {
    margin-left: 8px;
    flex-grow: 1;
}

#modi_modal .modal-body .modal-body-content .box input.form-control {
    width: 350px;
    margin-left: 1.5rem;
}

.fixed-value {
    font-weight: normal;
    color: #555;
    padding-left: 8px;
}

.form-control {
    width: 250px;
    padding: 8px;
    font-size: 1rem;
    margin-left: 8px;
    border: 1px solid #3A3B41;
    border-radius: 4px;
}


#modi_modal .modal-footer{
    display: flex !important;
    width: auto !important;
    max-width: fit-content;  
    gap: 8px;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    margin-left: auto;
    justify-content: flex-end !important;
}

#modi_modal .modal-footer #btn_modify {
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    background: #6A65F3;
    border-radius: 4px;
    width: 124px;
    height: 42px;
}

#modi_modal .exit_cancel{
    border-radius: 4px !important;
    border: 1px solid var(--Greyscale-400, #DADDE1);
    background: var(--Greyscale-100, #303030);
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
    border-radius: 12px;
    width: 68px;
    height: 42px;
 
}
#modi_modal .exit_check{       
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;      
    color: #FFFFFF;   
    width: 68px;
    height: 42px;
    background: #303030;
    border-radius: 12px;
    border-radius: 4px;

}
#modi_modal .exit_msg_main{
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #3A3B41;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 4px 0px;
    text-align: center;
    justify-content: space-around;
}
#modi_modal .exit_msg_sub{
    justify-content: space-around;
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #6E7178;
    font-weight: 400;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 4px 0px;
}

/* 로그아웃 */
#modi_modal .container_modal {
    background-color: white;
    display: grid;
    align-items: center;
    justify-items: start;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr;
    height: 100%;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding:24px 24px 20px 24px !important;
}
#logout_modal .modal-content {
    width: 600px;
    height: 257px;
    background-color: white;
    border: none;
    margin-left: 30%;
}
#logout_modal .modal-title{ 
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #06060A;
}
#logout_modal .btn-close{
    padding-top: 1;
}
#logout_modal .modal-header{
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding:32px 24px 0 24px !important;
}
#logout_modal .modal-footer{
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    justify-content: center !important;
}
#logout_modal .exit_cancel{
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    background: #3A3B41;
    border-radius: 12px;
    width: 124px;
    height: 46px;
 
}
#logout_modal .exit_check{       
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;      
    color: #FFFFFF;   
    width: 200px;
    height: 46px;
    background: #6839df;
    border-radius: 12px;

}
#logout_modal .exit_msg_main{
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #3A3B41;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 4px 0px;
}
#logout_modal .exit_msg_sub{

    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #9EA4AE;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 4px 0px;

}

#modi_modal > .container_modal {
    display: grid;
    /* grid-template-columns: 466px 0; */
    grid-template-areas: "memo chartArea" 
    "table chartArea" ;
    /* grid-template-rows: 72px calc(100% - 72px); */

    max-height: calc(100vh - 92px - 3.5rem - 55px);
    margin-bottom: 15px;
}