.broj-popup-cover{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: #131313a3;
}
.broj-popup-cover .flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.broj-popup-cover .broj-popup .scroll-bar{
    overflow: scroll;
}

.broj-popup-cover .broj-popup .scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.broj-popup-cover .broj-popup .scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}

.broj-popup-cover .broj-popup{
    width: 800px;
    height: 600px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 16px;
    background-color: #3e3e3e;
    font-family : 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.broj-popup-cover .broj-popup.window{
    width: 800px;
    height: 600px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    background-color: #3e3e3e;
    font-family : 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.broj-popup .j-popup-input{
    padding: 0 15px;
    border-radius: 3px;
    background: #585656;
    border: none;
    font-family : 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.72px;
    color: #ffffff;
    box-sizing: border-box;
}

.broj-popup .j-popup-input-number{
    padding: 0 15px;
    border-radius: 3px;
    background: none;
    border: none;
    font-family : 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.72px;
    color: #ffffff;
    box-sizing: border-box;
    border-bottom: 1px solid #979797;
    text-align: center;
}

.broj-popup-cover .broj-popup .text-overflow{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.broj-popup-cover .broj-popup .option-popup div{
    width: 100%;
    height: auto;
    padding: 5px 20px;
    text-align: center;
    font-family : 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: white;
    cursor: pointer;
}
.broj-popup-cover .broj-popup .option-popup div:hover{
    background: #999999;
    color: black;
}

.broj-popup-cover .broj-popup .option-popup{
    position: absolute;
    margin: 20px;
    width: auto;
    height: auto;
    border-radius: 3px;
    border: solid 1px #979797;
    background-color: #353535;
    z-index: 100;
    padding: 5px 0px;
    flex-direction: column;
}

.broj-popup .broj-popup-top{
    width: 100%;
    height: 65px;
}

.broj-popup .broj-popup-top .top-stick-zone{
    width: 100%;
    height: 35px;
}

.broj-popup .broj-popup-top .top-stick-zone>:first-child {
    width: 100%;
    height: 5px;
    background: #979797;
    position: relative;
}

.broj-popup .broj-popup-top .top-stick-zone>:first-child :first-child {
    width: 100%;
    height: 10px;
    background: #eb5328;
    position: absolute;
    left: 0px;
    top: -3px;
}

.broj-popup .broj-popup-top>:nth-child(2){
    width: 100%;
    height: 30px;
    padding: 0 24px;
    flex-direction: row;
}

.broj-popup .broj-popup-top>:nth-child(2)>img{
    position: relative;
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}

.broj-popup .broj-popup-top>:nth-child(2)>div{
    position: relative;
    width: calc(100% - 20px);
    height: 20px;
    float: left;
}

.broj-popup .broj-popup-middle{
    width: 100%;
    height: calc(100% - 120px);
}

.broj-popup .broj-popup-middle .middle-data-zone{
    width: 100%;
    height: 100%;
    padding: 25px 0px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    position: relative;
}

.broj-popup .broj-popup-bottom{
    width: 100%;
    height: 55px;
}

.broj-popup .broj-popup-bottom .j-popup-basic-btn{
    height: 100%;
    justify-content: center;
    align-items: center;
    color: white;
    display: inline-flex;
    cursor: pointer;
}

.broj-popup .broj-popup-bottom .j-popup-basic-btn:hover{
    background: white !important;
    color: #fa6400 !important;
}

.broj-popup .broj-popup-middle .middle-data-zone .j-popup-normal-zone{
    height: 103px;
    flex-direction: column;
    align-items: flex-start;
    display: inline-flex;
    padding: 0 20px 24px;
    position: relative;
}

.broj-popup .broj-popup-middle .middle-data-zone .j-popup-quadruple-zone{
    height: 412px;
    flex-direction: column;
    align-items: flex-start;
    display: inline-flex;
    position: relative;
    padding: 0 20px;
}

.middle-data-zone .j-popup-quadruple-zone .j-popup-join-zone{
    height: calc(100% - 103px);
    width: 100%;
    justify-content: start;
    flex-direction: column;
}

.middle-data-zone .j-popup-normal-zone>span{
    font-size: 15px;
    padding-bottom: 12px;
}

.middle-data-zone .j-popup-duel-zone>span{
    font-size: 15px;
    padding-bottom: 12px;
}

.middle-data-zone .j-popup-normal-zone>input{
    width: 100%;
    height: 48px;
}

.middle-data-zone .j-popup-duel-zone>textarea{
    width: 100%;
    height: 150px;
    padding: 10px;
    resize: none;
}

.broj-popup .broj-popup-middle .middle-data-zone .j-popup-double-zone{
    height: 103px;
    justify-content: flex-start;
    padding: 0px 20px 24px;
    position: relative;
    flex-direction: row;
}

.broj-popup .broj-popup-middle .middle-data-zone .j-popup-duel-zone{
    height: 206px;
    flex-direction: column;
    align-items: flex-start;
    display: inline-flex;
    padding: 0px 20px 24px;
}

.middle-data-zone .j-popup-duel-zone .j-popup-select-one{
    width: 100%;
    height: calc(100% - 19px);
}

.middle-data-zone .j-popup-duel-zone .j-popup-select-one div{
    width: 50%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.middle-data-zone .j-popup-duel-zone .j-popup-select-one div img{
    width: 100px;
    height: 100px;
}

.j-popup-double-zone>:nth-child(1) {
    width: calc(100% - 126px);
    padding: 0 6px 0 0;
}

.j-popup-double-zone>div>span{
    padding-bottom: 12px;
}

.j-popup-double-zone>div>input{
    width: 100%;
    height: 48px;
}

.j-popup-double-zone>:nth-child(2) {
    width: 126px;
}
.j-popup-double-zone>:nth-child(2) input::placeholder{
    color: #c3b6b6;
}

.j-popup-double-zone>div{
    flex-direction: column !important;
    align-items: flex-start !important;
    height: 100%;
}

.middle-data-zone .j-popup-normal-zone>select {
    appearance : none ;
    -webkit-appearance : none ;
    width: 100%;
    height: 48px;
    padding-right: 30px;
    color: #737373;
    position: relative;
}
.middle-data-zone .j-popup-normal-zone>select::-ms-expand {
    display: none;
}

.j-popup-double-zone .j-popup-check-btn{
    color: black;
    background: #cccccc;
    height: 48px;
    width: 100%;
    margin-top: 31px;
    border-radius: 3px;
    cursor: pointer;
}

.phone-number-duplicate-check-popup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width : 700px;/*600px;*/
    height: 300px;
    background-color: #4E4C4C;
    border-radius: 16px;
    overflow: hidden;
}

.phone-number-duplicate-check-popup-title {
    height: 60px;
    color: #FFFFFF;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
}

.phone-number-duplicate-check-popup-content {
    height: calc(100% - 100px);
    padding: 0 16px 16px;
}

.phone-number-duplicate-check-popup-content-header {
    display: flex;
    height: 30px;
    line-height: 30px;
    padding-bottom: 6px;
    font-weight: bold;
    color: #FA943D;
}

.phone-number-duplicate-check-popup-content-header > div {
    padding: 0 6px;
    text-align: left;
}

.phone-number-duplicate-check-popup-content-body {
    overflow-y: scroll;
    height: calc(100% - 30px);
}

.phone-number-duplicate-check-popup-bottom {
    height: 40px;
    display: flex;
}

.phone-number-duplicate-check-popup-bottom > div {
    flex: 1;
    text-align: center;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.duplicate-member-wrap {
    display: flex;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

.duplicate-member-wrap + .duplicate-member-wrap {
    margin-top: 6px;
}

.duplicate-member-wrap > div {
    padding: 0 6px;
    /*flex: 1;*/
}