/* common */
/* body.on {
    height: 100%;
    overflow: hidden;
}

.popup {
    display: none;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 550px;
    padding: 30px;
    transform: translate(-50%, -50%);
    background: #fff;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    padding: 10px;
    background: url(../img/icon-close.svg) no-repeat center center / auto;
    box-sizing: content-box;
}

.popup-header h1 {
    padding: 30px 0 10px;
    font-size: 1.375rem;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.02em;
    border-bottom: 1.2px solid #DEDEDE;
}

.popup-content {
    padding-top: 30px;
}

.popup-content-inner {
    padding-right: 10px;
    max-height: 380px;
    overflow: auto;
}

.popup ::-webkit-scrollbar {
    width: 8px !important;
    height: 5px !important;
    border-radius: 5px;
    background: #F5F5F3;
}

.popup ::-webkit-scrollbar-thumb {
    height: 30%;
    border-radius: 5px;
    background: #AAAAAA;
} */

/* 개인정보 취급방침 */
/* .privacy-popup pre {
    white-space: pre-wrap;
    word-break: break-all;
}

@media screen and (max-width:768px) {
    .popup-inner {
        padding: 20px;
        width: 320px;
        height: 400px;
    }

    .popup-content {
        padding-top: 20px;
        font-size: 0.857rem;
        line-height: 18px;
    }

    .popup-content-inner {
        max-height: 250px;
    }
} */
/* common */
body.active-popup {
    overflow: hidden;
}

.popup {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    touch-action: none;
}

.popup.show {
    display: block;
}

.popup ::-webkit-scrollbar {
    width: 8px !important;
    height: 5px !important;
    border-radius: 5px;
    background: #f5f5f3;
}

.popup ::-webkit-scrollbar-thumb {
    height: 50px;
    border-radius: 5px;
    background: #4536ef;
}

.popup-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    padding: 20px 30px 40px 30px;
    background: #ffffff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
}

.popup-head {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.popup-head h1 {
    margin: 0 auto;
    font-size: 1.375rem;
}

.popup-close {
    margin-left: auto;
    width: 12px;
    height: 12px;
    background: url(../img/popup/close.svg) no-repeat center center / contain;
}

.popup-body {
    padding-top: 30px;
}

.popup-body.type-a {
    padding: 20px;
    padding-right: 0;
}

.popup-scroll-cont {
    padding-right: 20px;
    overflow: auto;
    max-height: 400px;
    background: #fbfbfb;
}

.popup-scroll-cont pre {
    color: #777;
    font-size: 0.75rem;
    letter-spacing: 0.24px;
}

/* 견적문의 */
.qt-popup-txt {
    padding: 20px 0;
    text-align: center;
    border-radius: 100px;
    background: #f9f8ff;
}

.qt-popup-txt p {
    color: #4536ef;
    font-size: 0.875rem;
    letter-spacing: -0.28px;
}

.qt-popup-box {
    margin: 20px 0;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #f5f5f3;
}

.qt-popup-box li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.qt-popup-box .txt {
    width: 60px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.qt-popup-box .txt span {
    color: #4536ef;
}

.qt-popup-box .chk-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.qt-popup-box .chk-box label {
    font-size: 0.875rem;
    line-height: 55px;
    letter-spacing: -0.28px;
}

.qt-popup-box .sel-box {
    display: flex;
    align-items: center;
    gap: 5px;
    width: calc(100% - 65px);
}

.qt-popup-box .sel-box a {
    flex: 1;
    padding: 11px 0;
    font-size: 0.75rem;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #dedede;
}

.qt-popup-box .sel-box a.on {
    color: #4536ef;
    font-weight: 700;
    border-color: #4536ef;
}

.qt-popup-box .input-box {
    width: calc(100% - 65px);
}

.qt-popup-box input {
    width: 100%;
    padding: 10px 20px;
    font-size: 0.75rem;
    border-radius: 5px;
    border: 1px solid #dedede;
}

.qt-popup-box input::placeholder {
    color: #aaa;
}

.qt-popup-box .chk-txt {
    margin-top: 15px;
    font-size: 0.75rem;
    line-height: normal;
}

.qt-popup-box .view-link {
    color: #4536ef;
    font-size: 0.75rem;
    text-decoration: underline;
}

.qt-popup .popup-footer {
    text-align: center;
}

.qt-popup .popup-footer a {
    margin: 0;
    padding: 20px 60px;
    font-size: 0.875rem;
}

@media screen and (max-width: 1024px) {
    .popup-inner {
        width: 90%;
        padding: 20px;
    }

    .popup-head {
        gap: 0;
    }

    #qtPopup .popup-body {
        padding-right: 10px;
        max-height: 300px;
        overflow: auto;
    }

    .qt-popup-box {
        padding: 20px;
    }

    .qt-popup-txt {
        padding: 20px 10px;
    }

    .qt-popup-box .txt br {
        display: none;
    }

    .qt-popup-box li {
        display: block;
    }

    .qt-popup-box .txt {
        width: 100%;
        margin-bottom: 10px;
    }

    .qt-popup-box .chk-box label {
        line-height: normal;
    }

    .qt-popup-box .sel-box,
    .qt-popup-box .input-box {
        width: 100%;
    }

    .qt-popup-box .radio-label::before {
        top: 0;
    }
}

@media screen and (max-width: 768px) {

    .qt-popup-box ul li:first-child .txt {
        display: none;
    }

    .qt-popup-box ul li:first-child .chk-box {
        display: none;
    }
}

@media screen and (max-width: 320px) {}