@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.unitpriceR_content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-top: 40px;
}

.unitpriceR_content1 {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    display: flex;
    background: linear-gradient(135deg, #e399c8, #d15ca9, #b75090);
    text-align: center;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_content1 p {
    margin: auto;
    font-size: 2rem;
    color: #fff;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_content2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.unitpriceR_content2_left {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_content2_right {
    font-size: 1rem;
    color: #868686;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_content3 {
    display: flex;
}

.unitpriceR_sidemenu {
    border-top: 1px solid #ccc;
    flex: 1;
    height: 100%;
    padding: 10px 0px;
}

.unitpriceR_sidemenu div {
    padding: 5px 0px;
    padding-left: 10px;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body {
    border-top: 1px solid #ccc;
    flex: 4;
}

.unitpriceR_body_title {
    font-size: 2rem;
    font-weight: bold;
    padding: 20px 0px;
    padding-top: 40px;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_title span {
    padding: 0px 10px;
    border-left: 4px solid rgb(93, 171, 244);
}

.unitpriceR_body_p {
    font-size: 1rem;
    line-height: 1.8;
    padding: 0px 18px;
    padding-bottom: 10px;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_notice {
    display: flex;
}

.unitpriceR_body_notice_p {
    height: 200px;
    overflow-y: auto;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #fbfbfb;;
    border-radius: 5px;
    margin: 10px;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_notice_p::-webkit-scrollbar {
    width: 10px;
}

.unitpriceR_body_notice_p::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}

.unitpriceR_body_notice_p::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

.unitpriceR_body_notice_p div {
    max-width: 100%;
    line-height: 32px;
    word-wrap: break-word;
    font-family: 'Pretendard-Regular';
}

.highlight {
    color: blue;
    font-weight: bold;
}

.unitpriceR_body_check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
    padding: 0px 10px;
}

.unitpriceR_body_check_left {
    font-size: 1rem;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_check_left input {
    transform: scale(1.5);
    margin-right: 10px;
    cursor: pointer;
}

.unitpriceR_body_check_left span {
    color: red;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_check_right {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_check_right a span {
    background-color: #ccc;
    color: white;
    padding: 2px 10px;
    border-radius: 30px;
    margin: 0px 5px;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_case {
    background-color: #efefef;
    border-radius: 8px;
    display: flex;
    margin: 50px 10px;
}

.unitpriceR_body_case > div {
    margin: auto;
    padding: 5px 10px;
    width: 100%;
}

.unitpriceR_body_case > div > div:first-child {
    display: flex;
}

.unitpriceR_body_case > div > div:first-child > div:first-child {
    flex: 2;
    padding: 10px;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_case > div > div:first-child > div:first-child input {
    transform: scale(1.5);
    cursor: pointer;
    margin-right: 10px;
}

.unitpriceR_body_case > div > div:first-child > div:nth-child(2) {
    flex: 8;
    padding: 10px 0px;
}

.unitpriceR_body_case > div > div:first-child > div:nth-child(2) span {
    padding: 0px 10px;
    border-left: 2px solid black;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_case > div > div:nth-child(2) {
    display: flex;
}

.unitpriceR_body_case > div > div:nth-child(2) > div:first-child {
    flex: 2;
    padding: 10px;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_case > div > div:nth-child(2) > div:first-child input {
    transform: scale(1.5);
    cursor: pointer;
    margin-right: 10px;
}

.unitpriceR_body_case > div > div:nth-child(2) > div:nth-child(2) {
    flex: 8;
    padding: 10px 0px;
}

.unitpriceR_body_case > div > div:nth-child(2) > div:nth-child(2) span {
    padding: 0px 10px;
    border-left: 2px solid black;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_register {
    margin: 0 auto;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_register_user {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 20px 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #4286f4;;
    border-top: 1px solid #ccc;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_register_userType {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.unitpriceR_body_register_userType input {
    transform: scale(1.5);
    cursor: pointer;
    margin: 0px 10px;
}

.unitpriceR_body_register_userTable {
    width: 100%;
    border-spacing: 10px 15px;
}

.unitpriceR_userName th {
    text-align: left;
    width: 30%;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_userName td {
    display: flex;
    gap: 10px;
}

.unitpriceR_userName td > input {
    width: 70%;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
    padding: 15px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background-color: #f0f5ff;
}

.unitpriceR_userName td > button {
    border: none;
    cursor: pointer;
    font-family: 'Pretendard-Regular';
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
    background-color: #595959;
}

.unitpriceR_userPhone th {
    text-align: left;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_userPhone td > div {
    display: flex;
    gap: 10px;
}

.unitpriceR_userPhone td > div > select {
    width: 20%;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
    padding: 15px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background-color: #f0f5ff;
}

.unitpriceR_userPhone td > div > input {
    width: 30%;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
    padding: 15px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background-color: #f0f5ff;
}

.unitpriceR_userCall th {
    text-align: left;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_userCall td > div {
    display: flex;
    gap: 10px;
}

.unitpriceR_userCall td > div > select {
    width: 20%;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
    padding: 15px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background-color: #f0f5ff;
}

.unitpriceR_userCall td > div > input {
    width: 30%;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
    padding: 15px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background-color: #f0f5ff;
}

.unitpriceR_userAddress th {
    text-align: left;
    width: 30%;
    font-family: 'Pretendard-Regular';
}
.unitpriceR_userAddress td > p {
    display: flex;
    gap: 10px;
    font-family: 'Pretendard-Regular';
}
.unitpriceR_userAddress td > p > input {
    width: 80%;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
    padding: 15px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background-color: #f0f5ff;
}
.unitpriceR_userAddress td > p:first-child > input {
    width: 30%;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
    padding: 15px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background-color: #f0f5ff;
}

.unitpriceR_userFile th {
    text-align: left;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_userFile td > div {
    display: flex;
    gap: 10px;
}

.unitpriceR_userFile td > div > input:first-child {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
    padding: 15px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background-color: #f0f5ff;
}

.unitpriceR_userFile td > div > label {
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
    background-color: #595959;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unitpriceR_body_register_product {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 20px 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #4286f4;
    border-top: 1px solid #ccc;
    margin-top: 40px;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_body_register_productTable {
    width: 100%;
    border-spacing: 10px 15px;
}

.unitpriceR_prdInfo th {
    text-align: left;
    width: 30%;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_prdInfo td {
    display: flex;
    gap: 10px;
}

.unitpriceR_prdInfo td > input {
    width: 80%;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
    padding: 15px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background-color: #f0f5ff;
}

.unitpriceR_prdQty th {
    text-align: left;
    width: 30%;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_prdQty td {
    display: flex;
    gap: 10px;
}

.unitpriceR_prdQty td > input {
    width: 70%;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
    padding: 15px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background-color: #f0f5ff;
}

.unitpriceR_prdQty td > span {
    padding: 10px;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_prdFile th {
    text-align: left;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_prdFile td > div {
    display: flex;
    gap: 10px;
}

.unitpriceR_prdFile td > div > input:first-child {
    width: 60%;
    box-sizing: border-box;
    font-family: 'Pretendard-Regular';
    padding: 15px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    background-color: #f0f5ff;
}

.unitpriceR_prdFile td > div > label {
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
    background-color: #595959;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unitpriceR_prdFile td > button {
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
    background-color: #595959;
}

.unitpriceR_delete {
    text-align: right;
    padding: 10px;
}

.unitpriceR_delete > div {
    text-align: right;
    padding: 10px;
    font-family: 'Pretendard-Regular';
}

.unitpriceR_delete > div:nth-child(2) button{
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: right;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
    background-color: #595959;
}

.find_post {
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: right;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
    background-color: #595959;
}

.delete_btn {
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: right;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
    background-color: #595959;
}

.unitpriceR_body_register_add {
    display: flex;
    gap: 20px;
    padding: 40px 50px;
}

.unitpriceR_body_register_add button {
    margin: auto;
    padding: 16px 28px;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
    background-color: #595959;
}

.unitpriceR_body_register_btn {
    display: flex;
    padding: 40px;
}

.unitpriceR_body_register_btn button {
    margin: auto;
    height: 58px;
    width: 180px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #4286f4;
    border-radius: 8px;
    transition: 0.5s;
    border: none;
    cursor: pointer;
    font-family: 'Pretendard-Regular';
}

.next_btn {
    padding: 16px 28px;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
    background-color: #595959;
}

@media (max-width: 1400px) {
    .unitpriceR_sidemenu {
        display: none;
    }
}

@media (max-width: 768px) {

    .unitpriceR_content {
        margin-top: 80px;
    }

    .unitpriceR_content1 {
        height: 160px;
    }

    .unitpriceR_content1 p {
        font-size: 1.3rem;
    }

    .unitpriceR_content2_left {
        font-size: 1rem;
        font-weight: bold;
    }

    .unitpriceR_content2_right {
        font-size: 0.8rem;
        color: #868686;
    }

    .unitpriceR_body_title {
        font-size: 1.8rem;
        padding-top: 30px;
    }

    .unitpriceR_body_p {
        font-size: 0.9rem;
    }

    .unitpriceR_body_notice_p {
        height: 180px;
    }

}

@media (max-width: 340px) {

    .unitpriceR_content1 {
        height: 80px;
    }

    .unitpriceR_content1 p {
        font-size: 1rem;
    }

    .unitpriceR_content2 {
        padding: 0px 10px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .unitpriceR_content2_left {
        font-size: 0.8rem;
        font-weight: bold;
    }

    .unitpriceR_content2_right {
        font-size: 0.6rem;
        color: #868686;
    }

    .unitpriceR_body_title {
        font-size: 1.5rem;
    }

    .unitpriceR_body_p {
        font-size: 0.8rem;
    }

    .unitpriceR_body_notice_p {
        height: 160px;
    }
}