.renew-estimate-popup {
    display: none;
    width: 100%;
    max-width: 720px;
    height: 100%;
    position: fixed;
    transform: translate(-50%, 0%);
    top: 0;
    left: 50%;
    z-index: 100001;
    background-color: #FFF;
    padding: 17px 24px 17px 24px;
    overflow-y: scroll;
}

.renew-estimate-popup.active {
    display: block;
}

.renew-estimate-popup-main-top {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.renew-estimate-popup-main-top h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #09141E;
    text-align: center;
}

.renew-estimate-popup-img-div {
    display: flex;
    justify-content: center;
}

.renew-estimate-popup-img-div img {
    width: 360px;
}

.img-size {
    width: 30px;
}

.renew-estimate-popup-brand-name {
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    color: #09141E;
}

.renew-estimate-popup-div-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.renew-estimate-popup-lineup {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #9B9B9B;
}

.renew-estimate-popup-div1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.renew-estimate-popup-price-1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #09141E;
}

.renew-estimate-popup-price-2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 190%;
    color: #09141E;
}

.renew-estimate-popup-price-3-div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.renew-estimate-popup-price-3, .renew-estimate-popup-price-3-div span {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #9B9B9B;
}

.renew-estimate-popup-main-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.renew-estimate-popup-main-bottom div {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.renew-estimate-popup-main-bottom div > div:nth-of-type(1) {
    width: 20%;
    max-width: 100px;
}

.renew-estimate-popup-main-bottom-p-1 {
    width: 100px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #09141E;
}

.renew-estimate-popup-main-bottom-p-2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #09141E;
}

.renew-estimate-popup-submit {
    background: #09141E;
    border: 0;
    border-radius: 6px;
    padding: 14px 0;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

.renew-estimate-popup-close {
    position: absolute;
    top: 17px;
}

.renew-estimate-popup-color {
    display: flex;
    flex-direction: column;
}

.renew-estimate-popup-color p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #09141E;
}

.renew-popup-purchase {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100002;
}

.renew-popup-purchase.active {
    display: block;
}

.renew-popup-purchase-main {
    display: block;
    width: 100%;
    max-width: 720px;
    height: 90%;
    position: absolute;
    transform: translate(-50%, 0%);
    top: 100%;
    left: 50%;
    background-color: #FFF;
    padding: 17px 24px 17px 24px;
    overflow-y: scroll;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: ease 0.5s;
}

.renew-popup-purchase-main.active {
    top: 10%;
}

.renew-popup-purchase-main-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.renew-popup-purchase-main-body h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #09141E;
    margin: 10px 0px;
}

.top-span {
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
    color: #09141E;
}

.color-red {
    color: #ff0c0c;
}

.purchase-choice-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.purchase-choice-div label {
    display: flex;
    width: calc(50% - 20px);
}

.purchase-choice-div label input {
    width: 24px;
    height: 24px;
    margin-right: 7px;
    accent-color: black;
}

.purchase-choice-div label span {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #3D4044;
}

.renew-popup-date {
    padding: 10px 16px;
    border: 1px solid #DDE0E6;
    background: #F5F7FC;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #3D4044;
}

.renew-popup-purchase-main-middle-main {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.renew-popup-purchase-main-middle-main input, .renew-popup-purchase-main-middle-main select {
    width: calc(50% - 20px);
}

.renew-popup-purchase-main-middle-main select {
    padding: 10px 16px;
    border: 1px solid #DDE0E6;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #3D4044;
}

.renew-popup-purchase-main-middle2 textarea {
    width: 100%;
    height: 150px;
    padding: 10px 16px;
    border: 1px solid #DDE0E6;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #3D4044;
}

.renew-popup-purchase-main-bottom-main label input {
    height: 30px;
    padding: 10px 16px;
    border: 1px solid #DDE0E6;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #3D4044;
}

.renew-popup-purchase-main-bottom-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.renew-popup-purchase-main-bottom-main label:nth-of-type(1) input {
    width: 60%;
}

.renew-popup-purchase-main-bottom-main label:nth-of-type(2) input {
    width: 20%;
}

.renew-popup-purchase-submit {
    background: #09141E;
    border-radius: 6px;
    padding: 14px 0;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
    border: 0;
}

.renew-popup-purchase-main-close {
    height: 30px;
}

.renew-popup-purchase-main-close-main {
    margin: 0 auto;
    background: #DDE0E6;
    border-radius: 15px;
    width: 56px;
    height: 6px;
}

.event-div {
    width: 100%;
    background: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 4px;
    padding: 13px 30px 13px 25px;
}

.event-div-1 {
    display: flex;
    gap: 8px;
    align-items: center;
}

.event-div-1 img {
    width: 18px;
}

.event-div-1 span {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #09141E;
}

.event-div-2 span {
    font-weight: 300;
    font-size: 13px;
    color: #09141E;
}

.renew-estimate-popup::-webkit-scrollbar             { height:4px; width: 7px; display:block; float:right; }
.renew-estimate-popup::-webkit-scrollbar-thumb       { background: #909090; border-radius: 10px; }
.renew-estimate-popup::-webkit-scrollbar-thumb:hover { background: #777777; }
.renew-estimate-popup::-webkit-scrollbar-track       { background-color: #EAEAEA; }
