div.main-container {
    position: relative;
    padding: 61px 0px 100px;
    width: unset;
    height: unset;
}

div.main-container-inner {
    max-width: unset;
    width: unset;
    margin: unset;
    height: unset;
    padding-bottom: unset;
}

.review-title .review-title-wrap {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.review-title h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: rgb(38, 25, 25);
}

.written-button-user p, .written-button-admin p {
    background: rgb(124, 90, 255);
    border-radius: 10px;
    border: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    padding: 17px 52px;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.main-container .banner {
    width: 100%;
    height: auto;
    padding: 34px 50px 35px;
    border-radius: 10px;
    background: rgb(250, 248, 255);
    margin-top: 29px;
    color: rgb(154, 130, 244);
    font-family: "Noto Sans KR";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.34px;
}

.users-review-container {
    margin: 0px -15px;
    font-size: 0;
}

.users-review-box {
    margin-top: 33px;
}

.users-review {
    width: 25%;
    display: inline-block;
    padding: 0px 14px;
    vertical-align: top;
    margin-bottom: 50px;
    transition: opacity 0.4s;
    cursor: pointer;
}

.review-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    padding-bottom: 82.87%;
    border-radius: 13px;
    border: 1px solid rgb(238, 238, 238);
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.review-image::after {
    position: absolute;
    border-radius: 13px;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.15);
}

.user-review {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 0px;
    transition: 0.3s;
}

.review-user-image {
    background-size: 37px 37px;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    width: 50px;
    cursor: pointer;
    height: 50px;
    border-radius: 10px;
    background-color: rgb(246, 247, 248);
    transition: 0.4s;
    overflow: hidden;
    position: relative;
}

.review-user-image img {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.review-user-item {
    width: 70%;
    padding-left: 20px;
}

.review-user-item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}

.review-user-item span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20.8px;
    color: rgb(102, 102, 102);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.review-content-wrap {
    height: auto;
}

.review-top {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.id-noti {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px;
}

.review-content-wrap span {
    font-size: 13px;
    line-height: 17px;
    float: right;
    color: rgb(170, 170, 170);
}

.users-review .review-top .id-noti span {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    position: relative;
}

.users-review .review-top .id-noti span::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background-color: rgb(224, 224, 224);
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.users-review .review-top .id-noti p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgb(102, 102, 102);
    margin: 0;
}

.review-rating {
    position: relative;
    display: inline-block;
	width: 90px;
    height: 18px;
    background-size: 18px 18px;
    background-image: url(/images/star_gray.svg);
    background-position-x: 0px;
    overflow: hidden;
    vertical-align: middle;
}

.review-rating-insert {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    background-image: url(/images/star_gold.svg);
    background-size: 18px 18px;
    background-position-x: 0px;
}

.user-written {
    margin-top: 12px;
    overflow-wrap: break-word;
    background: rgba(124, 90, 255, 0.04);
    border-radius: 0px 15px 15px;
    min-height: 110px;
    padding: 16px 18px 22px 16px;
}

.user-written .review-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.02em;
    height: 70px;
    margin: 0;
}

.user-written .review-date {
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: rgb(153, 153, 153);
    margin: 0;
}

.pagenum-wrapper {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%) !important;
}

.pagenum-wrapper .pagenum {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.page-prev-button {
    background-image: url(/images/page-arrow.svg);
    background-position: center center;
    transform: rotate(180deg);
    cursor: pointer;
}

.page-next-button {
    background-image: url(/images/page-arrow.svg);
    background-position: center center;
    cursor: pointer;
}

.pagenum-wrapper .button {
    width: 7px;
    height: 13px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.4s;
    cursor: pointer !important;
}

.pagenum-wrapper .button.disable {
    cursor: none !important;
    pointer-events: none;
}

.pagenum-wrapper .pagenum .page-number {
    padding: 0px 13px;
}

.pagenum-wrapper .pagenum .page-number ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.pagenum-wrapper .pagenum .page-number ul li {
    font-weight: 600;
    padding: 0px 13px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.03em;
}

.pagenum-wrapper .pagenum .page-number ul li a {
    width: 14px;
    display: block;
    text-align: center;
	cursor: pointer;
}

.pagenum-wrapper .pagenum .page-number ul li a.active {
    border-bottom: 1px solid rgb(124, 90, 255);
    color: rgb(124, 90, 255);
    cursor: none !important;
    pointer-events: none;
}

.popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999990;
    display: none;
    visibility: unset;
    opacity: unset;
    transition: unset;
}

.popup-wrapper .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 50;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    opacity: unset;
    visibility: unset;
    transition: unset;
}

.popup-inner {
    max-width: 1024px;
    width: 500px;
    height: auto;
    max-height: calc(-100px + 100vh);
    position: relative;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: rgb(255, 255, 255);
    overflow-y: auto;
    border-radius: 10px;
}

.popup-close {
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.popup-close .icon-close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: rgb(17, 17, 17);
}

.popup-container {
    padding: 0px 30px;
    background-color: rgb(255, 255, 255);
}

.review-title {
    border-bottom: 1px solid rgb(233, 233, 233);
    padding: 30px 0px 20px;
}

.review-title h2 {
    color: rgb(38, 25, 25);
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.48px;
}

.review-wrapper {
    margin-bottom: 20px;
    overflow: hidden auto;
}

.review-link {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid rgb(233, 233, 233);
    box-sizing: border-box;
    color: rgb(93 93 93);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.26px;
    padding: 10px 20px;
    margin-top: 20px;
    text-align: center;
}

.review-sc {
    position: relative;
    margin: 20px 0px;
}

.review-sc .review-option {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: initial;
    justify-content: initial;
}

.review-img {
    width: 85px;
    height: 85px;
    border-radius: 10px;
}

.review-item {
    padding-left: 20px;
    vertical-align: top;
}

.review-item span {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.28px;
}

.review-item .option-box {
    display: flex;
}

.review-item .option-box p {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.32px;
}

.review-item .completed {
    color: rgb(124, 90, 255);
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.26px;
    margin-top: 4px;
}

.review-sc .b-line {
    border-bottom: 8px solid rgba(224, 224, 224, 0.16);
    margin-top: 20px;
}

.review-sc select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(233, 233, 233);
    padding: 18px 25px 19px 20px;
    margin-top: 20px;
    color: rgb(102, 102, 102);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.26px;
    appearance: none;
    background-image: url(/images/reviewpopup-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 25px top 50%;
}

.write-sc {
    margin: 20px 0px 0px;
}

.container-sc {
    display: flex;
    width: 240px;
    height: 48px;
    background-image: url(/images/start-gray.svg);
    background-position: center center;
    background-size: 48px 48px;
    margin: 0px auto;
    overflow: hidden;
}

.star-inner {
    position: absolute;
    display: block;
    width: calc(100%);
    height: 48px;
    background-image: url(/images/star_gold.svg);
    background-size: 48px 48px;
}

.review-wrapper .start-tit {
    color: rgb(102, 102, 102);
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.review-wrapper .start-tit span {
    color: rgb(124, 90, 255);
}

.review-wrapper .review-content {
    position: relative;
}

.style-text-area {
    width: 100%;
    padding: 20px;
    height: 130px;
    position: relative;
    display: block;
    border: 1px solid rgb(240, 240, 240);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.73;
}

.review-wrapper textarea {
    border-radius: 10px;
    border: 1px solid rgb(233, 233, 233);
    resize: none;
    letter-spacing: -0.26px;
}

.count {
    position: absolute;
    z-index: 300;
    box-sizing: border-box;
    color: rgb(170, 170, 170);
    font-size: 13px;
    line-height: 19px;
    right: 20px;
    bottom: 15px;
}

.write-sc input {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid rgb(233, 233, 233);
    box-sizing: border-box;
    color: rgb(169, 169, 169);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.26px;
    padding: 19px 20px 18px;
}

.review-gallery {
    overflow: scroll visible;
    padding: 20px 0px 0px;
    width: 100%;
}

.gallery-list-sc label {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    vertical-align: top;
    width: 100%;
}

.upload-sc {
    cursor: pointer;
}

.upload-sc input {
    display: none;
}

.gallery-list-sc .add-btn {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    height: 56px;
    border: 1px solid rgb(233, 233, 233);
    -webkit-box-pack: center;
    justify-content: center;
}

.upload-sc p {
    color: rgb(102, 102, 102);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.26px;
}

.popup-container .write-btn {
    border-radius: 10px;
    background: rgb(124, 90, 255);
    width: 100%;
    height: 56px;
    border: none;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.26px;
    cursor: pointer;
}

.button-wrapper-sc {
    padding: 5px 0px 30px;
    margin: 0px -5px;
}

.review-wrapper::-webkit-scrollbar {
    display: none; /* 스크롤바 완전히 숨기기 */
}

.gallery-list-sc .gallery-item {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
}

.gallery-sc {
    position: relative;
    border-radius: 2px;
    width: auto;
    height: 100%;
    cursor: pointer;
}

.gallery-list-sc .gallery-item > div {
    margin: 0px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 10px;
}

.gallery-list-sc .gallery-item a {
    cursor: pointer;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/images/photo-close.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
}

.product-choice-popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999990;
    display: none;
  }
  
  .overlay-sc {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 50;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
  }
  
  .popup-inner-sc {
    max-width: 1024px;
    width: 500px;
    height: auto;
    max-height: calc(-100px + 100vh);
    position: relative;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: rgb(245, 246, 248);
    overflow-y: auto;
    border-radius: 10px;
  }
  
  .popup-close-sc {
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  
  .popup-close-sc .icon-close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: rgb(17, 17, 17);
  }
  
  .popup-container-sc {
    padding: 0px 30px 60px;
    background-color: rgb(255, 255, 255);
    height: 670px;
    overflow: auto;
  }

  .inquiry-product-sc {
    margin-bottom: 20px;
  }
  
  .product-choice-sc {
    height: 56px;
    border: 1px solid rgb(124, 90, 255);
    background-color: rgba(123, 90, 255, 0.125);
    opacity: 0.8;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.4s;
  }
  
  .product-choice-sc p {
    font-size: 13px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    color: rgb(124, 90, 255);
    margin: 0px;
  }

  .product-choice-popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999990;
    display: none;
  }

  .product-choice-popup-wrapper .container-sc {
    overflow-y: scroll;
    display: block;
    width: unset;
    height: unset;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    margin: unset;
    overflow: unset;
}

.order-title-sc {
    border-bottom: 1px solid rgb(233, 233, 233);
    padding: 30px 0px 20px;
  }
  
  .order-title-sc h2 {
    color: rgb(38, 25, 25);
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.48px;
  }

  .order-sc {
    cursor: pointer;
    transition: 0.5s;
    display: block;
  }
  
  .order-img-sc {
    display: inline-block;
    width: 85px;
    height: 85px;
    border-radius: 10px;
  }
  
  .order-item-sc {
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    max-width: 250px;
  }
  
  .order-item-sc .product_name {
    margin: 3px 0px 0px;
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.28px;
  }
  
  .order-item-sc p:nth-of-type(2) {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.32px;
  }
  
  .order-item-sc span {
    color: rgb(102, 102, 102);
    font-size: 13px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.26px;
  }
  
  .order-item-sc small {
    position: relative;
    padding-left: 20px;
    color: rgb(124, 90, 255);
    font-weight: 400;
  }
  
  .order-item-sc small::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 8px;
    height: 10px;
    border-right: 1px solid rgb(224, 224, 224);
  }
  
  .order-sc input[type="checkbox"] {
    display: none;
  }
  
  .order-check-sc {
    position: relative;
    display: inline-block;
    float: right;
    transform: translateY(80%);
    width: 60px;
    height: 45px;
    line-height: 43px;
    border-radius: 10px;
    background: rgb(124, 90, 255);
  }
  
  .order-check-sc p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.26px;
    text-align: center;
    color: rgb(255, 255, 255);
    cursor: pointer;
  }
  
  .overlay-sc {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 50;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
  }
  
  .popup-inner-sc {
    max-width: 1024px;
    width: 500px;
    height: auto;
    max-height: calc(-100px + 100vh);
    position: relative;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: rgb(245, 246, 248);
    overflow-y: auto;
    border-radius: 10px;
  }
  
  .popup-close-sc {
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  

@media (max-width: 770px) {

    .main-container {
        overflow: hidden;
        padding: 60px 0px 0px !important;
        border-bottom: 1px solid rgb(235, 235, 235);
    }

    .review-title h2 {
        font-size: 22px;
    }

    .written-button-user p, .written-button-admin p {
        border-radius: 6px;
        padding: 12px 24px;
        font-size: 12px;
        line-height: 140%;
    }

    .written-button-user p img, .written-button-admin p img {
        width: 13px !important;
    }

    .main-container .banner {
        padding: 16px 30px 17px;
        color: rgb(154, 130, 244);
        font-family: "Noto Sans KR";
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        letter-spacing: -0.26px;
    }

    .users-review-container {
        margin: 0px;
    }

    .users-review-box {
        margin-top: 20px;
    }

    .users-review {
        width: 50%;
        padding: 0px;
        margin-bottom: 0px;
    }

    .users-review:nth-child(2n+1) {
        padding-right: 5px;
    }

    .user-review {
        padding: 10px 0px;
    }

    .review-user-item {
        padding-left: 8px;
    }

    .review-user-item p {
        font-size: 14px;
        line-height: 160%;
        letter-spacing: -0.28px;
    }

    .review-user-item span {
        font-size: 12px;
        line-height: 17px;
    }

    .review-content-wrap {
        height: auto;
        padding: 0px;
        margin-bottom: 30px;
    }

    .review-top {
        margin-bottom: 10px;
        flex-wrap: wrap;
        gap: 6px;
    }

    .id-noti {
        gap: 12px;
    }

    .users-review .review-top .id-noti span {
        font-size: 12px;
        line-height: 19.2px;
    }

    .users-review .review-top .id-noti span::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 8px;
        background-color: rgb(224, 224, 224);
        top: 50%;
        transform: translateY(-50%);
        right: -6px;
    }

    .review-rating {
        background-size: 14px 14px;
        width: 70px;
        height: 14px;
        background-position-x: 0px;
    }

    .review-rating-insert {
        background-size: 14px 14px;
        background-position-x: 0px;
    }

    .user-written {
        margin-top: 10px;
        padding: 10px 12px 14px;
    }

    .user-written .review-content {
        font-size: 14px;
        -webkit-line-clamp: 5;
        height: 108px;
    }

    .user-written .review-date {
        font-size: 12px;
    }

    .pagenum-wrapper {
        transform: scale(0.9, 0.9);
        margin-bottom: 50px !important;
    }

    .users-review .review-top .id-noti p {
        font-size: 12px;
    }
}