body {
    font-family: 'NanumSquareAcb';
    font-family: 'NanumSquareAceb';
    font-family: 'NanumSquareAcr';
    display: flex;
    justify-content: center;
    margin: 0;
    letter-spacing: -1%;    
}

.title-section {
    padding: 60px 20px 20px 20px;
    width: 100%;
}

h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 150%;
    margin-top: 0;
    color : #222222;
    font-family: 'NanumSquareAceb';
}


h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
    color : rgb(34, 34, 34);
    font-family: 'NanumSquareAcb';
}


.bold15 {
    font-family: 'NanumSquareAcb';
    font-size: 15px;
    letter-spacing: -1%;
}

.regular12 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 150%;
    letter-spacing: -1%;
}

.regular13 {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    line-height: 150%;
    letter-spacing: -1%;
}

.subheading {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0.2em;
    color : rgb(34, 34, 34);
    letter-spacing: -1%;
    font-family: 'NanumSquareAcb';
}

.description {
    font-size: 12px;
    color:#9b9b9b;
    line-height: 160%;
    text-align: left;
    letter-spacing: -1%;
}

strong {
    font-family: 'NanumSquareAcb';
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    color : rgb(34, 34, 34);
    letter-spacing: -1%;
}

.strong2 {
    font-family: 'NanumSquareAcb';
    color:#5A3FFF;
}

a {
    text-decoration: none;
    color: #5A3FFF;
    letter-spacing: -1%;
}

.custom-hr {
    border: none;
    border-top: 1px solid #e9e9e9;
    margin: 20px 0;
}

.table-hr {
    border: none;
    border-top: 3px solid #e9e9e9;
}

.container {
    width: 80%;
    max-width: 600px;
    text-align: center;
    padding: 0px 0px 50px 0px;
}

.part-hr {
    border-top: 3px solid #efefef;
    margin: 80px 0px;
}

.part {
    margin: 60px 0px;
}

.part h3 {
    font-size: 26px;
    margin-top: 16px;
    margin-bottom: 70px;
    color : #222222;
    line-height: 140%;
    font-family: 'NanumSquareAcb';
}

.part img {
    width: 100%;
    height: auto;
}

.next-btn {
    margin-top: 60px;
    padding: 18px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    background-color: #5A3FFF;
    color: white;
    border: 0px;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'NanumSquareAcb';
}

.next-btn:hover {
    background-color: #4b36d5;
}


#part1 {
    display: block;
}

.agreement, .personal-info, .age-check {
    text-align: left;
    margin: 40px 0px;
}

.agreement ul {
    list-style: none;
    padding-left: 0;
}

.agreement li {
    margin-bottom: 16px;
}

.agreement a {
    text-decoration: underline;
    color: #8c8c8c;
    margin-left: auto;
    font-size: 13px;
    cursor: pointer;
}







.age-check {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    margin: 40px 0px 36px 0px;
}

.age-check-select {
    display: flex;
    flex-direction: row; 
}

.age-check p {
    margin-bottom: 10px;
}

.age-check label {
    font-size: 16px;
    line-height: 2rem;
    padding: 0.2em 0.4em;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
}

[type="radio"], span {
    vertical-align: middle;
}

[type="radio"] {
    appearance: none;
    border: max(2px, 0.1em) solid #ccc;
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    transition: border 0.2s ease-in-out;
    margin-right: 6px;
    margin-top: 0;
}

[type="radio"]:checked {
    border: 0.4em solid #5A3FFF;
}

[type="radio"]:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted #5A3FFF;
}


[type="radio"]:hover + span {
    cursor: pointer;
}

[type="radio"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
}

[type="radio"]:disabled + span {
    opacity: 0.7;
    cursor: not-allowed;
}


fieldset {
    display: flex;
    justify-content: center;
    border: none;
    margin: 0;
    padding: 40px 20px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}





.personal-info {
    margin: 0px 0px 40px 0px;
}

.personal-info label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #222222;
}

.personal-info input {
    width: 100%;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.personal-info input::placeholder {
    font-size: 15px;
    color: #8f8f8f;
}

.personal-info input:focus {
    border: 1px solid #5A3FFF;
    outline: none;
}

.personal-info-name {
    margin-bottom: 36px;
}

.personal-info-phone {
    margin-bottom: 36px;
}

.phone-verification {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-container input {
    width: 100%;
    padding-right: 60px; 
}

.input-container .input-time-text {
    position: absolute;
    right: 20px;
    top: 43%;
    transform: translateY(-50%);
    font-size: 13px; 
    color: #e80606; 
    pointer-events: none;
    font-family: 'NanumSquareAcb';
}

.input-warning-text {
    font-size: 13.5px;
    color: #e80606;
}



#verify-phone {
    width: 120px;
    padding: 16px;
    border: 1px solid #5A3FFF;
    background-color: white;
    border-radius: 8px;
    color: #5A3FFF;
    margin-top: 0;
    font-size: 15px;
    height: 52.5px;
    cursor: pointer;
    font : 'NanumSquare';
}

#verify-phone:hover {
    background-color: rgba(90, 63, 255, 0.1);
}





.device-selection {
    text-align: left;
}

.device-selection h4 {
    margin: 40px 4px 8px 4px;
}

.device-selection button {
    display: inline-block;
    margin: 4px 4px;
    padding: 16px 20px;
    font-size: 14px;
    border: 1px solid rgb(209, 209, 209); 
    color :#4b4b4b;
    background-color: white; 
    border-radius: 8px;
    cursor: pointer;
    font : 'NanumSquare';
}

.brand.selected, .model.selected, .storage.selected {
    border: none; 
    border: 1px solid #5A3FFF; 
    color: #5A3FFF;
}

.device-selection button:hover {
    background-color: #ffffff;
    border: 1px solid #5A3FFF
}

.model-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr); 
}

@media (max-width: 768px) {
    .model-grid {
        grid-template-columns: repeat(2, 1fr); 
    }
}

.model-grid img {
    width: 80px;
    margin-bottom: 6px;
}


.estimated-value {
    display: flex;
    justify-content: row;
    padding-left: 16px;
}

.estimated-value img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 16px;
}

.estimated-value p {
    font-size: 18px;
    margin: 0;
}

.estimated-value-text {
    margin-top: 8px;
    text-align: left;
}

.estimated-value-text1 {
    margin-top: 8px;
    text-align: right;
}


.estimated-value .regular12 {
    color: #4b4b4b;
    line-height: 1.5; 
    margin-top: 4px;
}

.maxPriceText {
    margin: 2px 0px 8px 0px;
}

.estimated-value a {
    display: block;
    color: #5A3FFF;
    text-decoration: none;
    font-size: 12px;
    margin-top: 4px;
    font-family: 'NanumSquareAcb';
    cursor: pointer;
}

.estimated-value-description {
    display: flex;
    justify-content: row;
    text-align: start;
    justify-content: space-between;
    width: 100%;
    padding: 0px 20px;
}

@media (max-width: 520px) {
    .estimated-value-description {
        flex-direction: column;
    }
}

.estimated-value-description a {
    display: block;
    color: #5A3FFF;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 4px;
    font-family: 'NanumSquareAcb';
    text-align: left;
    cursor: pointer;
}

.estimated-value .regular13 {
    display: block;
    margin-top: 4px;
}



.grade-prices {
    margin-top: 20px;
    text-align: left;
    background-color: #F7F6FA;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 16px 20px 14px 20px;
}

.grade-prices table {
    width: 100%;
    border-collapse: collapse;    
}

.grade-prices th {
    font-size: 15px;
    color: #222222;
    border-bottom: 1px solid #e9e9e9;
    padding: 14px;
    text-align: left;
    background-color: #f9f9f9;
}

.grade-prices td {
    font-size: 14px;
    color: #222222;
    padding: 16px;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
}

.grade-prices tr.last-row td {
    border-bottom: none; 
}

.grade-table .warning {
    color: rgb(236, 5, 5);
}

.grade-table .normal {
    color: #222222;
}

.grade-table div:nth-child(even) {
    text-align: right;
    font-weight: 500;
}

.grade-section {
    margin-bottom: 30px;
}

.grade-section h4 {
    font-size: 16px;
}

.grade-section .custom-hr,
.imei-info-section .custom-hr {
    margin: 6px 0px 10px 0px;
    border-top: 1px solid #f0f0f0;
}

.warning {
    color: red;
}



.form-section {
    text-align: left;
    margin-top: 36px;
}

.form-title-container {
    display: flex;
    justify-content: row;
    align-items: center;
    margin-bottom: 8px;
}

.form-title-container-2 {
    display: flex;
    justify-content: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.form-title-container h4 {
    margin-right: 8px;
}

.form-title-container a {
    font-size: 12px;
    font-family: 'NanumSquareAcb';
}

.form-title-container-2 a{
    font-size: 12px;
    font-family: 'NanumSquareAcb';
}

#part4 .custom-hr {
    margin-bottom: 40px;
}


.form-section label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #222222;
}

.form-section .input-info {
    font-size: 12px;
    color: #9b9b9b;
    line-height: 130%;
}

.form-section input[type="text"] {
    width: 100%;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.form-section select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 8px;
    font-size: 15px;
    color: #8f8f8f;
    cursor: pointer;
}

.form-section input[type="text"]::placeholder {
    font-size: 15px;
    color: #8f8f8f;
}

.form-section input[type="text"]:focus {
    border: 1px solid #5A3FFF;
    outline: none;
}

.selectBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 8px;
    font-size: 15px;
    color: #8f8f8f;
    cursor: pointer;
}


.input-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 8px;
    font-size: 15px;
    color: #8f8f8f;
    cursor: pointer;
}

.input-button img {
    width: 16px;
    height: auto;
    cursor: pointer;
}

.input-button.clicked {
    background-color: #ffffff;
    color: #8f8f8f;
    border: 1px solid #5A3FFF;
}

.input-button:focus {
    background-color: #ffffff;
    color: #8f8f8f;
    border: 1px solid #5A3FFF;
}

.input-button:active {
    background-color: #ffffff;
    color: #8f8f8f;
    border: 1px solid #5A3FFF;
}

.form-section p {
    font-size: 14px;
    color: #666;
}

.form-section label input {
    margin-right: 10px;
}

.form-section input [type="radio"], span {
    vertical-align: middle;
}

.form-section input [type="radio"] {
    appearance: none;
    border: max(2px, 0.1em) solid #ccc;
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    transition: border 0.2s ease-in-out;
    margin-right: 6px;
}

.form-section input [type="radio"]:checked {
    border: 0.4em solid #5A3FFF;
}

.form-section input [type="radio"]:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted #5A3FFF;
}


.form-section input [type="radio"]:hover + span {
    cursor: pointer;
}

.form-section input [type="radio"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
}

.form-section input [type="radio"]:disabled + span {
    opacity: 0.7;
    cursor: not-allowed;
}

#verify-phone2 {
    width: 120px;
    padding: 16px;
    border: 1px solid #5A3FFF;
    background-color: white;
    border-radius: 8px;
    color: #5A3FFF;
    margin-top: 0;
    font-size: 15px;
    height: 52.5px;
    margin-bottom: 8px;
    cursor: pointer;
    font : 'NanumSquare';
}

#verify-phone2:hover {
    background-color: rgba(90, 63, 255, 0.1);
}

.phone-verification button {
    width: 120px;
    padding: 16px;
    border: none;
    background-color: #5A3FFF;
    border-radius: 8px;
    color: #ffffff;
    margin-top: 0;
    font-size: 15px;
    height: 52.5px;
    margin-bottom: 8px;
    cursor: pointer;
    font : 'NanumSquare';
}

.phone-verification button:hover {
    background-color: #4b36d5;
}

#verify-Num2:hover {
    background-color: #4b36d5;
}

.entry-options {
    display: flex;
    align-items: center;
}

.entry-options label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex: 1; 
}

.entry-options input[type="text"] {
    flex: 1; 
}

.entry-options input[type="radio"] {
    margin-right: 10px; 
    flex: none; 
}

@media (max-width: 768px) {
    .form-title-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-section h4 {
        margin-bottom: 2px;
    }
}

#part4-request label {
    margin-bottom: 12px;
}

#part4-request input[type="radio"] {
    margin-top: 0;
}

#part4-request input[type="text"] {
    height: 40px;
}








#part5 h3 {
    font-size: 24px;
    margin-bottom: 80px;
    color : rgb(34, 34, 34);
    font-family: 'NanumSquareAcb';
}


#part5 h5 {
    font-size: 18px;
    font-family: 'NanumSquareAcb';
    margin-bottom: 8px;
    color : rgb(34, 34, 34)
}

.confirmation-section {
    text-align: left;
    margin-top: 20px;
}

.confirmation-section .confirmation-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.confirmation-section h4 {
    margin-bottom: 20px;
}

.confirmation-section h5 {
    flex: 0 0 200px;
    margin-right: 0px;
    margin-top: 4px;
    font-family: 'NanumSquareAcb';
}

.confirmation-section .confirmation-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.confirmation-item-last {
    font-size: 15px;
    font-family: 'NanumSquareAcr';
    background-color: #F7F6FA;
    color: #5a5959;
    border-radius: 8px;
    line-height: 160%;
    padding: 18px 20px 16px 20px;
    text-align: left;
    margin-top: 60px;
    word-break: keep-all;
    overflow-wrap: break-word;
}


.confirmation-section div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.confirmation-section p {
    margin: 0;
    font-size: 14px;
    line-height: 165%;
    margin-bottom: 8px;
    color: #727272;
}

#submissionButton {
    margin-top: 16px;
}

@media (max-width: 768px) {
    .confirmation-section .confirmation-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .confirmation-section h5, 
    .confirmation-section .confirmation-text {
        flex: none;
        margin-right: 0;
    }

    .confirmation-section label {
        margin-top: 10px;
    }
}






.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: white;
    padding: 24px 20px 20px 20px;
    border-radius: 12px;
    text-align: center;
    width: 280px;
}

.popup-content p {
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 150%;
    color:#222222;
}

.popup-content button {
    padding: 10px 20px;
    background-color: #5A3FFF;
    width: 100%;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font: 'NanumSquare';
}

.popup-content button:hover {
    background-color: #4b36d5;
}


.checkbox-container {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.checkbox-container img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.checkbox-container span {
    font-size: 14px;
    line-height: 150%;
}

.checkbox-container a {
    text-decoration: underline;
    color: #8c8c8c;
    margin-left: auto;
    font-size: 13px;
    cursor: pointer;
}

.hidden {
    display: none;
}



.dropdown-modal {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 8px;
    padding: 8px;
}
.dropdown-modal button {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    color: #222222;
    margin: 0;
}
.dropdown-modal button:hover {
    background-color: #f1f1f1;
}


.dropdown-detail {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 8px;
    padding: 8px;
}
.dropdown-detail button {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    color: #222222;
    margin: 0;
}
.dropdown-detail button:hover {
    background-color: #f1f1f1;
}








.modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
}


.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 0; 
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    height: 80%; 
    overflow-y: auto; 
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative; 
}

.modal-header {
    position: sticky;
    top: 0;
    background-color: #fefefe; 
    padding: 10px 20px; 
    border-bottom: 1px solid #e9e9e9;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    margin: 0;
    font-size: 18px;
    color: #222222;
    font-family: 'NanumSquareAcb';
}

.modal-header .close {
    font-size: 1.5em;
    cursor: pointer;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-body {
    padding: 20px;
}

body.modal-open {
    overflow: hidden;
}

.modal-header .close:hover,
.modal-header .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}




.detail {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
}


.detail-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding-top: 0; 
    border: 1px solid #888;
    width: 100%;
    max-width: 500px;
    height: 70%; 
    overflow-y: auto; 
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative; 
}

.detail-header {
    position: sticky;
    top: 0;
    background-color: #fefefe; 
    padding: 10px 20px; 
    border-bottom: 1px solid #e9e9e9;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-header h3 {
    margin: 0;
    font-size: 18px;
    color: #222222;
    font-family: 'NanumSquareAcb';
}

.detail-header .close {
    font-size: 1.5em;
    cursor: pointer;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.detail-body {
    padding: 20px;
}

body.detail-open {
    overflow: hidden;
}

.detail-header .close:hover,
.detail-header .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.imei-info-section {
    margin-bottom: 30px;
}

.imei-info-section p {
    margin-bottom: 10px;
}

.imei-info-section img {
    width: 240px;
    height: auto;
    margin-bottom: 20px;
}




#ui-datepicker-div {
    background: #ffffff; 
    color: #222222; 
    border-radius: 8px;
    border: 1px solid #dbdbdb;
    width: auto; 
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}

.ui-datepicker .ui-datepicker-header {
    background-color: #ffffff;
    border: none;
}


.ui-datepicker .ui-state-default {
    background: none !important; 
    border: none !important; 
    text-align: center;
    color: #222222;
    font-size: 13px;
}


.ui-datepicker .ui-state-active {
    background: #5A3FFF !important; 
    color: #ffffff !important; 
}


.ui-datepicker .ui-state-hover {
    background: rgba(90, 63, 255, 0.1) !important; 
    color: #222222 !important; 
}





.steps-container-wrapper {
    text-align: center;
    margin: 20px 0px 46px 0px;
}

.steps-container {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    width: 200px;
    gap: 4px;
    position: relative;
}
.step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #d4d4d4;
    color: white;
    font-weight: bold;
    position: relative;
}
.step.completed {
    background-color: #5A3FFF;
}
.step-line {
    flex-grow: 1;
    height: 1px;
    background-color: #d4d4d4;
}
.step-line.completed {
    background-color: #5A3FFF;
}
.steps-container img {
    width: 12px;
    height: 12px;
}
.step-text {
    position: absolute;
    top: 30px;
    width: 80px;
    text-align: center;
    font-size: 10.5px;
    line-height: 1.2;
    color: #737373;
    font-family: 'NanumSquareAcr';
}

.step-text.ing {
    color: #5A3FFF;
    font-family: 'NanumSquareAcb';
}

#selected-brand, #selected-category, #selected-series, #selected-model, #selected-storage {
    color: #5A3FFF;
    margin-left: 4px;
    font-size: 14px;
}

.reset-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 10px; /* 필요에 따라 조정 */
}

.reset-btn button {
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    background: none;
    padding: 0;
    font-size: 14px;
    color: #4b4b4b;
    border: 0px;
    border-radius: 0px;
    outline: none; /* 포커스 시 테두리 제거 */
}

.reset-btn button:hover,
.reset-btn button:focus,
.reset-btn button:active {
    border: none;
    box-shadow: none;
    outline: none; /* 포커스 시 테두리 제거 */
}

.reset-btn img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.device-selection .device-selection-first {
    margin-top: 10px;
    clear: both;
}

#selected-brand, #selected-model, #selected-storage {
    color: #5A3FFF;
}
