/* .gb-modal .container_modal {
    background-color: white;
    display: grid;
    align-items: center;
    justify-items: start;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr;
    height: 100%;
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding:27px 33px 20px 39px !important
} */
.gb-modal .modal-content {
    display: flex;
    width: 600px;
    /* height: 448px; */
    padding: 40px 32px 24px 32px;
    flex-direction: column;
    border-radius: 12px;
}
.gb-modal .modal-title{ 
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #06060A;
}
.gb-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; 
    width: 100%;
    text-align: center;
}
.gb-modal .modal-header .main_title{
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #0f0f14;
    text-align: left;
}

.gb-check-modal .basic_msg_main{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #212121;
}
.gb-check-modal .basic_msg_sub {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #424242;
    padding: 8px 0 38px;
}

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

.gb-modal .modal-body .modal-body-content{
    width: 100%;
    /* height: 188px; */
    /* gap:12px; */
}
.gb-modal .modal-body .modal-body-content .box {

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

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

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

.gb-modal .modal-body .modal-body-content .box input.form-control {
    width: 350px;
    margin-left: 1.5rem;
    width: calc(100% - 150px - 1.5rem);
}

.gb-modal .modal-body .modal-body-content .box select.form-control {
    margin-left: 1.5rem;
    width: calc(100% - 150px - 1.5rem);
}
.gb-modal .modal-body .modal-body-content .box select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('/image/arrow_black.png') no-repeat right 10px center;
  background-size: 18px 21px;
  padding-right: 30px;
}
.gb-modal .modal-footer{
    display: flex !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    justify-content: flex-end !important;
    max-width: 300px !important;
    padding: 24px 24px 20px 13px !important;
    width: 70%;
    margin-left: auto;
}
.gb-modal .exit_cancel{
    border-radius: 0 !important;
    /* border: 1px solid var(--Greyscale-400, #DADDE1); */
    background: #3A3B41;
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    border-radius: 12px;
    width: 52px;
    height: 42px;
 
}

.gb-modal .exit_check{       
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;      
    color: #FFFFFF;   
    width: 52px;
    height: 42px;
    background: #3D4147;
    border-radius: 12px;
    border-radius: 0 !important;

}
.gb-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;
}
.gb-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;
}
.gb-modal .container_modal {
    background-color: white;
    display: grid;
    align-items: center;
    justify-items: start;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr;
    height: 100%;
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding:24px 24px 20px 24px !important;
}

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

.custom-radio {
  width: 18px;
  height: 18px;
  border: 2px solid #7B61FF; /* 보라색 */
  border-radius: 50%;
  margin-right: 4px;
  display: inline-block;
  position: relative;
}

.custom-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #7B61FF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}

input[type="radio"]:checked + .custom-radio::after {
  opacity: 1;
}

.gb-modal .modal-body .modal-body-content .box .gender-group {
    margin-left: 1.5rem;
    width: calc(100% - 150px - 1.5rem);
    height: 42px; /* input.form-control 높이와 맞춤 */
    display: flex;
    align-items: center;
    border: 1px solid rgba(171, 171, 171, 1);
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
    padding: 8px;
}

#btn_register{
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    background: #6A65F3;
    border-radius: 12px;
    width: 124px;
    height: 46px;
    border: 1px solid var(--Greyscale-400, #DADDE1);

}
