#branch-move-modal {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 672px;
    padding: 24px;
    border-radius: 8px;
    background: #2c2c2c;
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a4a4a4;
}

#branch-move-modal > h3 {
    font-family: NotoSansKR, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-bottom: 24px;
}

#branch-move-modal > .branch-move-modal-body-wrap {
    height: calc(100% - 100px);
    overflow: auto;
}

#branch-move-modal > .branch-move-modal-bottom-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

#branch-move-modal > .branch-move-modal-bottom-wrap > button {
    outline: none;
    border: none;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background: #7c7c7c;
    font-family: NotoSansKR, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    flex: 1;
}

.move-branch-line-box {
    width: 100%;
    height: max-content;
}

.move-branch-line-box > div:nth-child(1) label {
    margin-right: 12px;
    font-size: 16px;
    font-weight: bold;
    width: 19px;
    color: #fa943d;
    display: inline-block;
}

.move-branch-line-box > div:nth-child(1) .move-branch-line-title {
    font-family: NotoSansKR, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
.move-branch-line-box > div:nth-child(1) {
    margin-bottom: 24px;
}

.move-branch-line-box > div:nth-child(1) .move-branch-line-sub-title {
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a4a4a4;
    margin-left: 24px;
}

.move-branch-line-box > .move-branch-line-content-zone {
    width: 100%;
    padding-left: 31px;
    height: max-content;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 24px;
}

.move-branch-line-box > .move-branch-line-content-zone > select {
    width: 180px;
    height: 34px;
    padding: 7px 7px;
    border-radius: 3px;
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;

    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    background-color: #383838;
    -moz-appearance:none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
}

.move-branch-line-box > .move-branch-line-content-zone > textarea {
    width: calc(100% - 24px);
    height: 200px;
    padding: 12px;
    border-radius: 3px;
    background-color: #4a4a4a;
    color: white;
    border: none;
    resize: none;
}

.move-branch-line-box > .move-branch-line-content-zone > .move-branch-line-content-of-choose-customer-box {
    background: #4A4A4A;
    border-radius: 3px;
    padding: 24px;
    width: calc(100% - 24px);
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.move-branch-line-box > .move-branch-line-content-zone > .move-branch-line-content-of-choose-customer-box > h5 {
    color: #A4A4A4;
    font-size: 12px;
    margin-bottom: 12px;
    width: 100%;
}
#choose-customer-box-wrap {
    background: #4A4A4A;
    border-radius: 3px;
    width: 100%;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#choose-customer-box-wrap > .item-box {
    background: #7C7C7C;
    width: calc(50% - 6px);
    height: 58px;
    padding: 12px;
    display: inline-flex;
    color: white;
    margin-bottom: 12px;
    cursor: pointer;
    flex-direction: row;
    justify-content: space-between;
}

#choose-customer-box-wrap > .item-box.active {
    color: #F8933C;
    border: 1px solid #F8933C;
}

#choose-customer-box-wrap > .item-box > img {
    width: 20px;
    height: 20px;
}

#choose-customer-box-wrap > .item-box > .flex-box {
    flex-direction: row;
}

#choose-customer-box-wrap > .item-box > .flex-box > div > label {
    display: block;
    height: 50%;
    padding: 0px 12px;
}