/* confirm modal */
[id^=popLayer] * {
    box-sizing: border-box;
}

[id^=popLayer].popOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
}

[id^=popLayer].popOverlay.noBackground {
    background: rgba(0, 0, 0, 0);
}

#alertLayer * {
    box-sizing: border-box;
}

#alertLayer.popOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
}

.popClose {
    display: none !important;
}

.popWrap {
    margin: auto 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: max-content;
    height: max-content;
    padding: 30px;
    border-radius: 12px;
    background-color: #fff;
    font-family: 'NotoSansKR';
    max-width: calc(100vw - 20px)
}

.popWrap .popCnt {
    max-height: 75vh;
    overflow: scroll;
    max-width: 100%;
}

.popWrap .popCnt::-webkit-scrollbar {
    width: 8px;
    /* 스크롤바 너비 */
}

.popWrap .popCnt::-webkit-scrollbar-thumb {
    background: #1E167126;
    /* 스크롤바 색상 */
    border-radius: 8px;
    /* 스크롤바 둥글기 */
}

.popWrap .popCnt.type1 {
    width: 720px;
}

.popWrap .popCnt.type2 {
    width: 1140px;
}

.popWrap .popCnt.type3 {
    width: 380px;
}

.popWrap .popCnt.type4 {
    width: 940px;
}

.popWrap .popCnt.type5 {
    width: 300px;
}

.popWrap .popCnt.type6 {
    width: 440px;
}

.popWrap h2 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -1px;
}

.popWrap .btnPopClose {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 0;
    width: 32px;
    height: 32px;
    background: url(/img/admin/common/ico_pop_close.png) no-repeat;
    cursor: pointer;
}

.popWrap #addrSearch {
    width: 550px;
    max-width: calc(90vw - 60px);
}

.popCnt.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: fit-content;
    overflow: hidden;
    outline: 0;
}

.popCnt.modal.v2 {
    margin-top: 20px;
    display: block;
    position: relative;
}

.popCnt.modal .modalTit {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 25px;
    word-break: auto-phrase;
}

.popCnt.modal .modalTit .pointY {
    color: #ffbb00;
}

.popCnt.modal .modalTit .pointR {
    color: #f03f40;
}

.popCnt.modal .modalSubTit {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.popCnt.modal .modalSubTit.v2 {
    font-size: 16px;
}

.popCnt.modal .modalSubTit.v3 {
    font-weight: 500;
    line-height: 28px;
}

.popCnt.modal .btnWrap {
    margin: 30px 0 0 0;
}

.popWrap .tac {
    text-align: center !important;
}

.popWrap .btnWrap {
    text-align: center;
    margin: 30px 0 0 0;
}

.popWrap .btnType {
    width: 150px;
    font-weight: 500;
    color: #333;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.popWrap .btnSize {
    font-size: 14px !important;
    height: 44px;
}

.popWrap .btnColor {
    width: 120px;
    font-weight: 500 !important;
    color: #000;
    border: 1px solid #ffbb00;
    background: #ffbb00;
    border-radius: 3px;
}

.popWrap .btnLine {
    width: 120px;
    font-weight: 500;
    color: #333;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ddd;
}