@charset "utf-8";
/* 서브공통 */
.sub_container {width: calc(100% - 100px); max-width: 1420px; margin: 0 auto; padding:10px 0 150px;}
#container_title {text-align: center; padding: 50px 0;}
#container_title span {font-size: 24px; font-weight: 600; color: var(--text1);}
/* 검색 */
.search-box-wrap {display: flex; align-items: center; column-gap: 24px;}
.search-box {flex-shrink: 0; display: flex; align-items: center; column-gap: 14px;}
.example {font-size: 18px; font-weight: 400; color: var(--text4);}
.captcha .form-field {display: flex; align-items: center; column-gap: 10px;}

/* 매입가격조회 */
.caution-box {max-width: 723px; margin: 0 auto 80px;}
.caution-box h5 {font-size: 16px; font-weight: 500; margin-bottom: 10px;}
.caution-box p {font-size: 16px; line-height: 22px; font-weight: 400; color: var(--text4);}
.caution-box p b {font-weight: 400; color: var(--primary);}
.progress-section {max-width: 828px; margin: 0 auto 80px;}
.progress-section > .progress-wrap {display: flex; align-items: center; justify-content: space-between;}
.progress-section > .progress-wrap .step {display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 10px; width: 160px; height: 160px; border-radius: 50%; background-color: var(--gray2);}
.progress-section > .progress-wrap .step.on {background-color: var(--skyblue);}
.progress-section > .progress-wrap .step span{display: inline-block; font-size: 16px; font-weight: 600; color: #fff; padding-bottom: 2px; border-bottom: 1px solid #fff;}
.progress-section > .progress-wrap .step p{font-size: 18px; font-weight: 600; color: #fff;}
.progress-section > .progress-wrap .arrow {width: 40px; flex-shrink: 0;}
.progress-section > .progress-wrap .arrow svg {width: 100%;}
.progress-section > p {font-size: 18px; font-weight: 500; margin-top: 40px; text-align: center;}
.form-section:not(:last-child) {margin-bottom: 100px;}
.form-section .form-tit {display: flex; align-items: center; column-gap: 10px; font-size: 18px; font-weight: 600; margin-bottom: 20px;}
.form-section .form-tit i {display: inline-block; width: 25px; height: 25px; border-radius: 50%; background-color: var(--skyblue); color: #FFF; font-size: 18px; font-weight: 500; line-height: 25px; text-align: center;}
.form-section .form-group:not(:last-child) {margin-bottom: 40px;}
.form-section .form-group .form-label {font-size: 18px; font-weight: 600; margin-bottom: 10px;}
.form-section .filter-wrap {display: flex; align-items: center; column-gap: 24px;}
.form-section .filter-wrap select {width: calc(100% / 4 - (24px * 3) / 4);}
.form-section .form-wrap.flex-wrap {display: flex; column-gap: 24px;}
.form-section .form-wrap.flex-wrap .flex-left {width: calc(68% - 24px);}
.form-section .form-wrap.flex-wrap .flex-right {width: 32%; background-color: var(--bg);}
.form-section .form-group .box {border: 1px solid var(--line); padding: 20px;}
.form-section .product-info {display: flex; align-items: flex-start; column-gap: 20px;}
.form-section .img-wrap {flex-shrink: 0; width: 216px; height: 144px; background-color: var(--bg);}
.form-section .img-wrap img {width: 100%; height: 100%; object-fit: cover;}
.form-section .product-info .img-wrap + p {font-size: 16px; font-weight: 500;}
.form-section .price-graph {display: flex; justify-content: center; align-items: flex-end; column-gap: 30px; height: 180px;}
.form-section .price-graph li {min-width: 70px; padding-top: 40px; position: relative; height: 100%;display: flex; align-items: center; flex-direction: column; justify-content: flex-end; row-gap: 12px;}
.form-section .price-graph .bar-wrap {position: relative;}
.form-section .price-graph .bar {width: 20px; height: 100%; background-color: var(--line); transition: background-color .3s;}
.form-section .price-graph strong {z-index: -1; opacity: 0; position: absolute; padding: 4px 8px; border-radius: 5px; color: #fff; background-color: var(--gray1); bottom: 0; left: 50%; transform: translateX(-50%); word-break: keep-all; transition: background-color .3s, bottom .3s, opacity .3s;}
.form-section .price-graph strong::after {content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border-width: 6px; border-style: solid; border-color: var(--gray1) transparent transparent transparent;}
.form-section .price-graph li.now strong::after {border-color: var(--skyblue) transparent transparent transparent;}
.form-section .price-graph em {font-size: 14px; font-weight: 500;}
.form-section .price-graph li.now .bar {background-color: var(--skyblue);}
.form-section .price-graph li.now strong {opacity: 1; bottom: calc(100% + 10px); background-color: var(--skyblue);}
.form-section .price-graph li:not(.now):hover strong {opacity: 1; bottom: calc(100% + 10px); background-color: var(--gray1);}
.form-section .product-check-option {max-height: 470px; overflow-y: auto;}
.form-section .option-label {font-size: 18px; font-weight: 600; margin-bottom: 10px;}
.form-section .option-section {padding: 30px; margin-bottom: 50px; background-color: var(--bg); display: flex; flex-wrap: wrap; column-gap: 26px; row-gap: 16px;}
.form-section .option-section:last-child {margin-bottom: 0;}
.form-section .option-section .option-item {width: calc(50% - 13px); justify-content: flex-start;}
.result-box {display: flex; align-items: center; justify-content: center; flex-direction: column; row-gap: 50px;}
.result-box .expt-price {display: flex; align-items: center; column-gap: 14px; font-size: 24px; font-weight: 600;}
.result-box .expt-price span {color: var(--skyblue); font-weight: 600;}
.result-section {text-align: center;}
.result-section .box {padding: 50px 0; background-color: var(--bg); text-align: center; margin-bottom: 50px;}
.result-section .box .result-price {font-size: 22px; font-weight: 600; margin-bottom: 32px;}
.result-section .box .result-price .price {font-weight: 600;}
.result-section .box > span {font-size: 18px; font-weight: 600; color: var(--text3);}
.result-section .mini-btn {margin: 0 auto;}
.product-list-table table {width: 100%; border-collapse: collapse; table-layout: fixed;}
.product-list-table .mo {display: none;}
.product-list-table th,
.product-list-table td {padding: 16px; border-bottom: 1px solid var(--line); vertical-align: middle;}
.product-list-table th {border-top: 1px solid var(--text1); border-right: 1px solid var(--line);}
.product-list-table th:last-child {border-right: 0;}
.product-list-table td:not(:last-child) {border-right: 1px solid var(--line);}
.product-list-table .chk {text-align: center;}
.product-list-table .product-info {display: flex; align-items: center; gap: 16px;}
.product-list-table .img-wrap {aspect-ratio: 120/110; max-width: 100%; height: auto;}
.product-list-table .desc {flex: 1;}
.product-list-table .desc .tit {font-size: 18px; font-weight: 600; margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: keep-all;
}
.product-list-table .desc .sub {font-size: 18px; color: var(--text3);}
.product-list-table .desc .sub b {display: block; color: var(--text1); font-size: 18px; font-weight: 600; margin-bottom: 6px;}
.product-list-table .price {text-align: center; color: var(--skyblue); font-weight: 600; font-size: 24px;}
.table-bottom {display: flex; justify-content: space-between; align-items: center; margin-top: 20px;}
#step-option,
#step-confirm {display: none;}
#step-option.step-visible,
#step-confirm.step-visible {display: block;}
/* 매입가격조회-step02 */
.padding-line{padding-bottom: 50px; border-bottom: 1px solid var(--line);}
.form-section.step02 {margin-bottom: 120px;}
.form-section.step02.last {margin-bottom: 100px;}
.form-row {display: flex; align-items: center; justify-content: space-between;}
.form-row .form-label {flex-shrink: 0;}
.form-row .form-field {width: calc(100% - 120px); text-overflow: ellipsis;}
.form-section.step02 .form-tit {padding-left: 10px; border-left: 3px solid var(--skyblue);}
.form-section.step02 .form-tit span {font-size: 16px; color: var(--text3); margin-left: 20px;}
.product-list-table .num span {margin-top: 10px; font-weight: 600; color: var(--text3);}
.form-section.step02 .product-list-table .tablet,
.form-section.step02 .product-list-table .mo {display: none;}
.form-section.step02 .product-list-table .price {font-size: 24px; font-weight: 600;}
.form-wrap.file {display: flex; flex-wrap: wrap; column-gap: 24px; row-gap: 20px;}
.file-group {transition: border 0.2s; border-radius: 5px; overflow: hidden; width: calc(100% / 2 - 24px / 2); display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); background-color: #fff;}
.file-group p {flex: 1; padding: 15px; font-size: 16px; color: var(--text3); overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.file-label {padding: 15px 20px;}
.file-label input[type="file"] {display: none;}


.form-grid {display: flex; flex-wrap: wrap; column-gap: 24px; row-gap: 20px; margin-bottom: 60px;}
.form-grid .input-group {width: calc(100% / 2 - 24px / 2);}
.radio-group {width: 100%;}
.radio-group .radio-wrap {display: flex; align-items: center; column-gap: 30px;}
.radio-group .radio-wrap .mini-btn {margin-left: 10px;}
.address-group, .request-group {margin-bottom: 60px;}
.address-group label span {font-size: 16px; color: var(--text4);}
.address-group .address-top {transition: border 0.2s; margin-bottom: 16px; border-radius: 5px; width: 100%; max-width: 578px; display: flex; align-items: center; border: 1px solid var(--line); overflow: hidden;}
.address-group .address-top input[type="text"] {width: calc(100% - 96px); border-radius: 0; border: 0;}
.address-group .address-top button {height: 50px; width: 96px; padding: 15px 16px;}
.address-group .address-bottom {display: flex; align-items: center; column-gap: 24px;}
.address-group .address-bottom input[type="text"] {width: calc(100% / 2 - 24px / 2); max-width: 457px;}
.policy-group {margin-bottom: 40px;}
.policy-title {display: flex; align-items: center; column-gap: 20px;}
.policy-title {word-break: keep-all; font-size: 18px; font-weight: 600; color: var(--primary);}
.policy-agree {display: inline-flex; align-items: center; column-gap: 10px; color: var(--primary); cursor: pointer;}
.policy-box {transition: border 0.2s;  padding: 30px 20px; border-radius: 5px; border: 1px solid var(--line); background-color: #fff; height: 233px; overflow-x: hidden; overflow-y: auto;}
.policy-box:hover {border: 1px solid var(--text1);}
.policy-box p {font-size: 18px; color: var(--text4); line-height: 1.5;}
.policy-sub-title {font-weight: 600; color: var(--text2);}
.policy-check {margin-top: 20px; display: inline-flex; align-items: center; column-gap: 10px; font-size: 18px; font-weight: 600; color: var(--text4); cursor: pointer;}
/* 인풋공통 */
.file-group:has(input[type="file"]:not(:disabled)):hover,
.address-group .address-top:has(input[type="text"]:not(:disabled)):hover,
.file-group:has(input[type="file"]:focus),
.address-group .address-top:has(input[type="text"]:focus) {border: 1px solid var(--text1);}
/* 폼 버튼 공통 */
.file-label,
.address-group .address-top button {font-size: 16px; background-color: var(--line); color: var(--text1); font-weight: 500; text-align: center; cursor: pointer; flex-shrink: 0;}
.file-label:hover,
.address-group .address-top button:hover {filter: brightness(0.9); transition: filter 0.2s ease;}

/* 매각신청확인 */
.sell-check-section .search-box {justify-content: flex-end; margin-bottom: 14px;}
.sell-check-section .search-box select {min-width: 120px;}
.sell-table-wrap {padding-top: 30px;}
.sell-table {width: 100%; border-collapse: collapse; table-layout: fixed; background-color: #fff;}
.sell-table .tablet,.sell-table .mo {display: none;}
.sell-table thead th {height: 60px; background-color: var(--bg2); color: var(--text1); font-size: 18px; font-weight: 600; text-align: center;}
.sell-table tbody td {padding: 10px; height: 70px; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 500; color: var(--text3); text-align: center;}
.sell-table tbody td:not(:last-child){white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.sell-table tbody tr:hover {background-color: var(--bg);}
.sell-table tbody td:nth-child(2) {text-align: left;}
.status-badge {display: inline-flex; align-items: center; justify-content: center; width: 84px; height: 40px; padding: 10px; border-radius: 20px; font-size: 18px; font-weight: 500; color: #fff;}/* 상태 배지 */
.status-complete {background-color: #28A745;}/* 입금완료 - 녹색 */
.status-request {background-color: #007BFF;}/* 접수신청 - 블루 */
.status-check {background-color: #FFC107;}/* 검수완료 - 옐로우 */
.status-cancel {background-color: #5B5B5B;}/* 매각취소 - 회색 */

/* 분실/도난폰 확인 */
.lost-section, .done-section {margin: 0 auto;}
.lost-section.lost-img, .done-section.done-img {max-width: 457px; width: 80%;}
.lost-section.lost-img img {width: 100%;}
.lost-section.lost-box,.done-section.done-box {margin-top: 35px; background-color: var(--bg); text-align: center; padding: 85px 0 70px;}
.lost-section.lost-box p {font-size: 20px; font-weight: 500; line-height: 1.5;}
.lost-section.lost-box p b {font-weight: 500; color: var(--skyblue);}
.lost-section.lost-box .round-btn,.done-section.done-box .round-btn  {margin: 0 auto; margin-top: 43px;}

/* 매각신청완료 */
.done-section.done-img{text-align: center;}
.done-section.done-box strong {display: block; font-size: 20px; font-weight: 500; line-height: 30px; margin-bottom: 20px;}
.done-section.done-box p {font-size: 16px; font-weight: 500; line-height: 30px; color: var(--text3);}
/* 회사소개 */
.about-section {text-align: center; padding: 50px; width: 100%; height: 533px; background-image: url(../img/about-bg.webp); background-repeat: no-repeat; background-size: cover;}
.about-section img {width: 200px; max-width: 50%;}
.about-section p {margin-top: 40px; font-size: 18px; font-weight: 500; color: #fff; line-height: 28px;}
.about-section p b {font-size: 20px; font-weight: 600;}
.about-section p .space {display: none;}
/* 제품매각문의 */
.form-row.qa_pw_row {flex-wrap: wrap;}
/* .form-row.qa_pw_row .form-field {width: calc(100% - 120px - 100px);} */
.form-row.qa_pw_row .policy-check {width: 100%; justify-content: flex-end;}
.form-row.file .file-group {width: calc(100% - 120px);}
/* 문의작성 */
.qa_sell_write input[type="text"],
.qa_sell_write input[type="password"],
.qa_sell_write textarea {background-color: #eee; border: 1px solid #eee;}
.qa_sell_write .form-row {flex-direction: column; row-gap: 10px; align-items: flex-start;}
.qa_sell_write .form-row.title {width: 100%;}
.qa_sell_write .form-row .form-field {width: 100%;}
.input-area.input-group .input_multi{display: flex; flex-direction: column; row-gap: 20px;}
.input-area.input-group .input_multi>div {width: 100%;}
.input-area .input-item .input-item-area input {transition: border 0.2s;}
.input-area .input-item .input-item-area input:not(:disabled):hover,
.input-area .input-item .input-item-area input:focus {border: 1px solid var(--text1) !important;}
/* 매각문의 비밀번호 */
#bo_v_pw_wrap {text-align: center;}
.bo_v_pw_box {margin: 35px auto 0; width: 100%; max-width: 420px; display: flex; flex-direction: column; row-gap: 60px;  padding: 60px 50px; border: 1px solid var(--line);}
.bo_v_pw_box .bo_help {font-size: 16px; color: var(--text3); text-align: center;}
/* 반응형 */
@media screen and (max-width: 1420px) {
    .sub_container {width: calc(100% - 80px);max-width: 1200px;}
    /* 재품매각신청 */
    .form-section .price-graph {column-gap: 15px;}
}

@media screen and (max-width: 1024px) {
    #container_title {padding: 45px 0;}
    #container_title span {font-size: 22px;}
    .sub_container {width: calc(100% - 64px);}
    /* 검색 */
    .search-box-wrap {flex-direction: column; align-items: flex-start; row-gap: 20px;}
    /* 제품매각신청 */
    .progress-section > .progress-wrap {column-gap: 30px;}
    .progress-section > .progress-wrap .step {width: calc((100% - 80px) / 3 - 60px / 3); height: auto; aspect-ratio: 1/1;}
    .form-section .form-wrap.flex-wrap {flex-direction: column; row-gap: 30px;}
    .form-section .form-wrap.flex-wrap .flex-left,
    .form-section .form-wrap.flex-wrap .flex-right {width: 100%;}
    .form-section .form-group .product-price-chart {overflow: auto;}
    .form-section .option-section .option-item {width: 100%;}
    .form-section .price-graph {column-gap: 30px; align-items: flex-start;}
    .result-box {padding: 50px 20px; row-gap: 30px;}
    /* 제품매각신청-step02 */
    .form-section.step02 .form-tit {flex-direction: column; align-items: flex-start;}
    .form-section.step02 .form-tit span {margin-left: 0;}
    .radio-group .radio-wrap {flex-wrap: wrap; column-gap: 30px; row-gap: 20px;}
    .radio-group .radio-wrap .mini-btn {margin-left: 0;}
    .form-section.step02 .product-list-table {width: 100%; overflow-x: auto;}
    .form-section.step02 .product-list-table table {min-width: 1100px;}
    /* 제품매각신청-step02 */
    .form-grid {flex-direction: column;}
    .form-grid .input-group {width: 100%;}
    .policy-title {flex-direction: column; row-gap: 10px; align-items: flex-start;}
    .form-section.step02 .product-list-table table {min-width: 700px;}
    .form-section.step02 .product-list-table .tablet {display: none;}
    .form-section.step02 .product-list-table .mo {display: table-column-group;}
    .form-section.step02 .product-list-table .price {font-size: 20px;}
    .address-group .address-bottom {flex-wrap: wrap; row-gap: 16px;}
    .address-group .address-bottom input[type="text"] {width: 100%; max-width: unset;}
    .policy-title {font-size: 16px;}
    /* 제품매각신청완료 */
    .lost-section.lost-box, .done-section.done-box {padding: 75px 30px 60px;}
    /* 회사소개 */
    .about-section {height: fit-content; padding: 50px 30px 150px;}
    .about-section p {font-size: 16px; word-break: keep-all;}
    .about-section p b {font-size: 18px;}
}

@media screen and (max-width: 768px) {
    .sub_container {width: calc(100% - 48px);}
    /* 제품매각신청 */
    .progress-section > p {margin-top: 35px; font-size: 16px;}
    .progress-section > .progress-wrap {column-gap: 15px;}
    .progress-section > .progress-wrap .step {width: calc((100% - 80px) / 3 - 30px / 3);}
    .product-list-table .pc {display: none;}
    .product-list-table .mo {display: table-column-group;}
    .product-list-table .product-info {flex-direction: column;}
    .form-section .filter-wrap {flex-wrap: wrap; row-gap: 20px;}
    .form-section .filter-wrap select {width: calc(100% / 2 - 24px / 2);}
    .form-section .price-graph {justify-content: flex-start;}
    .radio-group .radio-wrap {column-gap: 20px;}
    .radio-group .radio-wrap .mini-btn {flex: 1; justify-content: center;}
    .example {font-size: 16px;}
    .product-list-table .price {font-size: 20px;}
    /* 매각신청확인 */
    .sell-check-section .search-box {flex-wrap: wrap; row-gap: 10px;}
    .sell-check-section .search-box select {width: 100%;}
    .sell-check-section .search-box input[type="text"] {width: calc(100% - 130px - 14px);}
    .sell-check-section .search-box .mini-btn {width: 130px; padding: 0; justify-content: center;}
    .sell-table .pc {display: none;}
    .sell-table .tablet {display: table-column-group;}
    .sell-table thead th:nth-child(1),
    .sell-table tbody td:nth-child(1),
    .sell-table thead th:nth-child(3),
    .sell-table tbody td:nth-child(3) {display: none;}
    .status-badge {font-size: 16px; width: fit-content;}
    /* 매각신청확인 step02 */
    .file-group {width: 100%;}
    /* 재품매각신청완료 */
    .lost-section.lost-box, .done-section.done-box {padding: 65px 20px 50px;}
    .lost-section.lost-box p,
    .done-section.done-box strong {font-size: 18px; /* text-align: left; */}
    /* .done-section.done-box p {text-align: left;} */
    /* 회사소개 */
    .about-section, 
    .about-section p {text-align: left;}
    .about-section p br {padding: 10px;}
    .about-section p .space {display: inline;}
}
@media screen and (max-width: 480px) {
    #container_title {padding: 40px 0;}
    #container_title span {font-size: 20px;}
    .sub_container {width: calc(100% - 32px);}
    /* 제품매각신청 */
    .progress-section > .progress-wrap {column-gap: 5px;}
    .progress-section > .progress-wrap .step {width: calc((100% - 40px) / 3 - 10px / 3 );}
    .progress-section > .progress-wrap .step span {font-size: 14px;}
    .progress-section > .progress-wrap .step p {font-size: 16px;}
    .progress-section > p {margin-top: 30px; font-size: 14px;}
    .progress-section > .progress-wrap .arrow {width: 20px;}
    .form-section .filter-wrap {row-gap: 10px;}
    .form-section .filter-wrap select {width: 100%;}
    .form-section .product-info {flex-direction: column; row-gap: 20px; align-items: center;}
    .form-section .img-wrap {aspect-ratio: 216/144; width: 100%; height: auto; max-height: unset;}
    /* 제품매각신청 step02 */
    .radio-group .radio-wrap {flex-direction: column; align-items: flex-start;}
    .radio-group .radio-wrap .mini-btn {flex: auto;}
    .form-row {flex-direction: column; row-gap: 10px; align-items: flex-start;}
    .form-row .form-label br {display: none;}
    .form-row .form-field {width: 100%;}
    /* 매각신청확인 */
    .sell-table .tablet {display: none;}
    .sell-table .mo {display: table-column-group;}
    .sell-table thead th:nth-child(4),
    .sell-table tbody td:nth-child(4) {display: none;}
    /* 재품매각신청완료 */
    .lost-section.lost-box, .done-section.done-box {padding: 55px 15px 40px;}
    .lost-section.lost-box p,
    .done-section.done-box strong {font-size: 16px;}
    /* 회사소개 */
    .about-section p {font-size: 14px;}
    .about-section p b {font-size: 16px;}
    /* 제품매각문의 */
    .form-row.file .file-group {width: 100%;}
}

/* 잘림방지 */
/* 잘림방지 */
/* 잘림방지 */
/* 잘림방지 */
/* 잘림방지 */
/* 잘림방지 */
/* 잘림방지 */
/* 잘림방지 */
/* 잘림방지 */
/* 잘림방지 */
/* 잘림방지 */