html {
  overflow-y: scroll;
  letter-spacing: -0.05em;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  background: #f9fafc;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1em;
  background: none;
  border: none;
}
input[type="submit"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}

textarea,
select {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 1em;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}
/*pc*/
.wrap {
  max-width: 1920px;
  margin: auto;
  min-width: 320px;
}
.wrap-inner {
  /* height: 100%; */
  max-width: 1024px;
  margin: auto;
}

/*header*/
.header {
  width: 100%;
  height: 80px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 17px;
}

.header-logo {
  width: 142px;
}

.header-logo img {
  width: 80px;
}

.header-gnb {
  display: flex;
  gap: 0 70px;
}

.header-gnb li {
  height: 80px;
  line-height: 80px;
}
.header-gnb li.active {
  border-bottom: 3px solid #377dff;
}

.header-gnb a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}

.header-gnb li.active {
  border-bottom: 3px solid #377dff;
}

.header-gnb li.active a {
  color: #377dff;
  font-weight: 800;
}

.header-info {
}
.header-info a {
  color: #898989;
}
/*header*/

/*body*/
.address-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.banner-wrap img {
  max-width: 100%;
}
.banner-left {
  width: 323px;
}
.graph-wrap {
  background: url("../images/img-web-main-status-bg-map@3x.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 359px;
  padding: 30px;
  box-sizing: border-box;
}
.graph-title {
  display: flex;
  gap: 0 15px;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: bold;
}
.graph-title img {
  width: 50px;
}
.graph-desc {
  padding-top: 20px;
  font-size: 14px;
  color: #343434;
  font-weight: 400;
}

.graph-bars {
  padding-top: 25px;
}
.graph-bars li {
  display: flex;
  align-items: center;
  height: 24px;
}
.graph-bars li:not(:first-child) {
  margin-top: 18px;
}

.graph-bars .graph-label {
  font-size: 13px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0 2px;
}
.graph-bars .graph-label strong {
  font-size: 20px;
  font-weight: bold;
}

.graph-bar {
  width: 156px;
  display: flex;
  align-items: center;
  gap: 0 2px;
  margin-left: 5px;
}
.graph {
  height: 12px;
  margin: 26px 3px 27px 0;
  border-radius: 6px;
  box-shadow: 0 1px 6px 0 rgba(55, 125, 255, 0.1);
  border: solid 1px #377dff;
  background-color: rgba(81, 142, 255, 0.25);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.percent50 {
  width: 50%;
}
.percent76 {
  width: 76%;
}
.percent62 {
  width: 62%;
}
.percent100 {
  width: 100%;
}
.address-wrap {
  width: 496px;
  /* height: 860px; */

  padding: 40px 55px 50px 44px;
  border-radius: 10px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.address-title {
  font-size: 22px;
  font-weight: 600;
}

.address-box:nth-child(2) {
  border-top: 1px solid #efefef;
  padding-top: 40px;
  margin-top: 40px;
}

.address-inputs {
  padding-top: 25px;
  display: flex;
  gap: 0 18px;
}
.address-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.address-icon.departure-icon {
  background: url("../images/ic_add_departure_on_web.png") no-repeat;
  margin-top: 30px;
}

.address-icon.arrival-icon {
  background: url("../images/icon-ic-add-arrival-web.svg") no-repeat;
  margin-top: 30px;
}
.address-icon.departure-icon.active {
  background: url("../images/icon-ic-add-departure-web-on.svg") no-repeat;
}

.address-icon.arrival-icon.active {
  background: url("../images/icon-ic-add-arrival-web-on.svg") no-repeat;
}
.address-ul {
  width: 100%;
}
.address-ul li:not(:first-child) {
  padding-top: 10px;
}

.address-ul li.namephone{
  display: flex; 
  gap: 10px;
}

.address-has-button {
  display: flex;
  gap: 0 9px;
}
.address-has-button button {
  flex-shrink: 0;
}
.address-submit {
  text-align: center;
  padding-top: 48px;
}
.address-submit button {
  width: 165px;
}
.address-etc-wrap {
  text-align: right;
  padding-top: 14px;
}

.banner-right {
  width: 165px;
}

/*address write*/
.pt38-inner {
  padding-top: 38px;
}
.breadscrum {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.breadscrum-step {
  display: flex;
  color: rgba(80, 100, 138, 0.36);
  align-items: center;
  gap: 0 10px;
}
.breadscrum-step li {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.breadscrum-step li.active {
  color: #377dff;
}
.breadscrum-step li span {
  display: block;
  width: 11px;
  height: 11px;
  background: url("../images/icon-ic-process-step-inactive-web.svg");
}
.breadscrum-step li.active span {
  background: url("../images/icon-ic-process-step-active-web.svg");
}
.rounded-wrap {
  width: 100%;

  margin-top: 8px;
  padding: 50px 60px 70px;
  border-radius: 10px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.step-title {
  font-size: 22px;
  font-weight: 600;
}
.address-write-content {
  padding-top: 29px;
  display: flex;
  align-items: top;
  justify-content: space-between;
  gap: 0 40px;
}
.address-write-left {
  flex-basis: 605px;
}
.address-write-search-wrap {
  position: relative;
}

.address-write-search-wrap button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.address-write-search-delete {
  width: 22px;
  right: 64px;
  display: none;
}
.address-write-search-submit {
  width: 24px;
  right: 20px;
}

.address-write-favotite {
  padding-top: 17px;
  display: flex;
  justify-content: flex-end;
}
.address-write-favotite button {
  display: flex;
  align-items: center;
  color: #a6a8b1;
  font-size: 14px;
  gap: 0 6px;
}

.address-write-deco {
  width: 100%;
  height: 7px;
  margin-top: 16px;
  background-color: #f0f1f6;
}

.address-recent-list-wrap {
  padding-top: 31px;
}

.address-latest-title-wrap {
  display: flex;
  justify-content: space-between;
}
.address-latest-title-wrap button {
  color: #e04639;
  font-size: 12px;
}

.address-recent-list-title {
  font-size: 14px;
  color: #a6a8b1;
}

.address-recent-list {
  margin-top: 18px;
  height: 282px;
  width: 100%;
  padding: 24px 14px;
  border-radius: 8px;
  border: solid 1px #d0d0d0;
  overflow-y: auto;
}
.address-recent-list.empty {
  color: #dce5f2;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px 0;
  /* display: none; */
}
.address-recent-list.empty img {
  width: 100px;
}

.address-recent-list li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  cursor: pointer;
  padding-bottom: 15px;
}

.favorite-remove {
  width: 24px;
}

.address-recent-list li.active {
  color: #377dff;
  font-weight: 600;
}
.address-recent-list .favorite-name {
  flex-shrink: 0;
}
.address-favorite-wrap {
  height: 463px;
  width: 287px;
  overflow-y: auto;
}

.address-favorite-wrap li {
  width: 253px;
  height: 150px;
  margin-bottom: 18px;
  padding: 12px 12px 15px 16px;
  border-radius: 8px;
  background-color: rgba(243, 243, 244, 0.68);
}

.address-favorite-wrap-pop {
  height: 463px;
  width: 100%;
  overflow-y: auto;
  margin-top: 20px;
}

.address-favorite-wrap-pop li {
  width: 100%;
  height: 150px;
  margin-bottom: 18px;
  padding: 12px 12px 15px 16px;
  border-radius: 8px;
  background-color: rgba(243, 243, 244, 0.68);
}
.address-favorite-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  height: 21px;
  color: #a6a8b1;
}

.address-favorite-action {
  background: url("../images/icon-ic-bookmark-m.svg");
  width: 21px;
  height: 21px;
}
.address-favorite-action.active {
  background: url("../images/icon-ic-bookmark-on-m.svg");
  width: 21px;
  height: 21px;
}

.address-favorite-address-title {
  padding-top: 21px;
  font-size: 14px;
}
.address-favorite-address-desc {
  color: #a6a8b1;
  font-size: 12px;
  padding-top: 6px;
}

.address-favorite-action-buttons {
  padding-top: 18px;
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
}
.address-favorite-action-buttons button {
  padding: 8px 10px;
  border-radius: 5px;
  border: solid 1px #ebebeb;
  background-color: #fff;
  font-size: 13px;
  color: #333;
}

.pt38-inner .address-submit {
  padding-top: 168px;
}
/*address write*/

.address-map-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  /* height: 100%; */
}

.address-map {
  width: 420px;
  height: 739px;

  background-color: #999;
}

.address-from-to-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 739px;
}

.address-from-to-ul {
  width: 350px;
}

.address-from-to-ul li {
  width: 100%;
  height: 88px;
  padding: 20px 20px 20px 56px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: rgba(75, 75, 75, 0.03);
}

.address-from-to-ul li:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.address-from-to-ul li:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.address-from-to-title {
  display: flex;
  justify-content: flex-start;
  gap: 0 20px;
  align-items: center;
  font-size: 15px;
}
.address-from-to-label {
  color: #9e9e9e;
  position: relative;
}

.address-from-to-label:before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  content: "";
  width: 6px;
  border-radius: 100%;
  height: 6px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
}
.address-from-to-info {
  font-weight: 500;
}
.address-from-to-desc {
  font-size: 14px;
  color: #4b4b4b;
  padding-top: 14px;
}
.address-from-to-ul li.active {
  border: solid 1px rgba(55, 125, 255, 0.5);
  background-color: rgba(55, 125, 255, 0.04);
}

.address-from-to-ul li.active .address-from-to-label {
  color: #377dff;
}

.address-from-to-ul li.active .address-from-to-label:before {
  border: solid 1px #377dff;
  background-color: #377dff;
}

.address-line {
  display:flex;
}
.address-line-between{
  border-top: solid 1px #4b4b4b;
  width: 100%;
}

.step-flex-wrap {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  padding-top: 35px;
  display:flex;
  gap: 41px;
}

.shipping-select-cars {
  width: 100%;
}
.shipping-select-cars li {
  width: 100%;
  height: 110px;
  padding: 21px 24.9px 19px 20px;
  border: solid 2px #eee;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  line-height: 1.5em;
  justify-content: space-between;

  gap: 0 20px;
  cursor: pointer;
}
.shipping-select-cars li:not(:first-child) {
  border-top: none;
}
.shipping-select-cars li img {
  width: 90px;
}

.shipping-select-car {
}

.shipping-select-car-name {
  font-size: 15px;
  font-weight: bold;
  color: #4b4b4b;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.shipping-select-car-desc {
  padding-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #a6a8b1;
  word-break: keep-all;
}
.shipping-select-car-price {
  font-size: 15px;
  font-weight: bold;
  flex-shrink: 0;
  text-align: right;
}
.shipping-select-car-time {
  font-size: 12px;
  color: #a6a8b1;
  font-weight: 500;
}

.shipping-select-cars li.active .shipping-select-car-name {
  color: #377dff;
}
.shipping-select-cars li.active {
  border: solid 2px #377dff;
  /* border-right: 0; */
  background-color: rgba(55, 125, 255, 0.05);
}

.step-select-types {
  width: 100%;

  padding: 35px 34px 46px;
  border: solid 2px #377dff;
  background-color: rgba(255, 255, 255, 0.08);
}

.step-select-types.goods-types {
  width: 432px;
  padding: 35px 34px 46px;
  border: solid 1px #dbdbdb;
}
.step-select-types.goods-types .button-radio {
  width: 100%;
}
.step-select-types > li:not(:first-child) {
  padding-top: 28px;
}

.step-flex-wrap ~ .address-submit {
  padding-top: 60px;
}

.step-select-label {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding-bottom: 12px;
  gap: 0 4px;
}
.step-select-label img {
  width: 22px;
}
.step-select-label span {
  font-size: 14px;
  font-weight: 600;
  color: gray;
}

.step-select-buttons {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);

  gap: 10px;
}
.step-select-buttons button {
  width: 120px;
  background: #fff;
  color: #4b4b4b;
  border: 1px solid #dbdbdb;
}

.selected-box-wrap {
  width: 906px;
  height: 100px;
  margin-top: 30px;
  padding: 25px 25px 56px;
  border-radius: 5px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
}
.selected-box-inner {
  width: 100%;
  /* display: flex;
  justify-content: space-between; */
}
.selected-car {
  display: flex;
  gap: 0 20px;
  padding-bottom: 10px;
}

.selected-car-type {
  font-size: 13px;
  font-weight: normal;
  color: #000;
  width: 45px;
}
.selected-car-name {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

.selected-price {
  display: flex;
  gap: 0 20px;
  justify-content: end;
}
.selected-price-type {
  font-size: 13px;
  font-weight: normal;

  color: #000;
}
.selected-price-number {
  font-size: 16px;
  font-weight: bold;

  color: #000;
}
.deem {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.31);
  z-index: 999;
}

.select-car-type-popup-deem {
  display: none;
}

.select-car-type-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 736px;
  height: 583px;
  padding: 45px 37px 60px;
  border-radius: 15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 2;
}

.select-car-type-popup-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.popup-select-car-name {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding-top: 12px;
}
.popup-select-car-desc {
  border-radius: 5px;
  border: solid 1px #dbdbdb;
  margin-top: 8px;
}
.popup-select-car-desc-inner {
  width: 662px;
  height: 95px;

  padding: 14px 37px 14px 15px;

  display: flex;
  align-items: center;
  gap: 0 31px;
  position: relative;
}
.popup-select-car-desc img {
  width: 90px;
  flex-shrink: 0;
}

.type-of-car-name {
  display: flex;
  gap: 0 10px;
}
.type-of-car-name .name {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.type-of-car-name .price {
  font-size: 15px;
  font-weight: normal;
  color: #377dff;
}

.type-of-desc {
  font-weight: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #4b4b4b;
  padding-top: 10px;
}

.type-of-car-radio {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.goods-tab-wrap {
  width: 432px;
  border: solid 1px #dbdbdb;
  border-bottom: 0;
  background-color: rgba(255, 255, 255, 0.08);
  border-right: none;
  border-left: none;
}

.goods-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}

.goods-tab {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #4b4b4b;
  cursor: pointer;
  height: 52px;
  line-height: 52px;
}

.goods-tab.active {
  border-bottom: 3px solid #377dff;
  background-color: rgba(55, 125, 255, 0.07);
  color: #377dff;
}

.goods-pannel {
  display: none;
}
.goods-pannel.active {
  display: block;
}
.goods-nodes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #dbdbdb;
}

.goods-nodes > li {
  width: 100%;
  height: 113px;
  padding: 20.5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}

.goods-nodes > li:nth-child(7),
.goods-nodes > li:nth-child(8),
.goods-nodes > li:nth-child(9) {
  border-bottom: 1px solid #dbdbdb;
}
.goods-nodes > li.active img {
  stroke: #fff;
}
.goods-node {
  cursor: pointer;
}
.goods-node.active {
  color: #fff;
  background: #377dff;
}
.goods-node.tv .img {
  background: url("../images/icon-ic-goods-tv.svg");
  width: 48px;
  height: 48px;
}
.goods-node.fridge .img {
  background: url("../images/icon-ic-goods-fridge.svg");
  width: 48px;
  height: 48px;
}
.goods-node.washing-machine .img {
  background: url("../images/icon-ic-goods-washing-machine.svg");
  width: 48px;
  height: 48px;
}
.goods-node.styler .img {
  background: url("../images/icon-ic-goods-styler.svg");
  width: 48px;
  height: 48px;
}
.goods-node.air-condi .img {
  background: url("../images/icon-ic-goods-air-condi.svg");
  width: 48px;
  height: 48px;
}
.goods-node.dishwasher .img {
  background: url("../images/icon-ic-goods-dishwasher.svg");
  width: 48px;
  height: 48px;
}
.goods-node.img-none .img {
  background: url("../images/icon-ic-goods-img-none.svg");
  width: 48px;
  height: 48px;
}
.goods-node.wardrobe .img {
  background: url("../images/icon-ic-goods-wardrobe.svg");
  width: 48px;
  height: 48px;
}
.goods-node.bed .img {
  background: url("../images/icon-ic-goods-bed.svg");
  width: 48px;
  height: 48px;
}
.goods-node.sofa .img {
  background: url("../images/icon-ic-goods-sofa.svg");
  width: 48px;
  height: 48px;
}
.goods-node.chair .img {
  background: url("../images/icon-ic-goods-chair.svg");
  width: 48px;
  height: 48px;
}
.goods-node.img-none .img {
  background: url("../images/icon-ic-goods-img-none.svg");
  width: 48px;
  height: 48px;
}
.goods-node.box .img {
  background: url("../images/icon-ic-goods-box.svg");
  width: 48px;
  height: 48px;
}
.goods-node.envelope .img {
  background: url("../images/icon-ic-goods-envelope.svg");
  width: 48px;
  height: 48px;
}
.goods-node.pallet .img {
  background: url("../images/icon-ic-goods-pallet.svg");
  width: 48px;
  height: 48px;
}
.goods-node.pallet .img {
  background: url("../images/icon-ic-goods-pallet.svg");
  width: 48px;
  height: 48px;
}
.goods-node.img-none .img {
  background: url("../images/icon-ic-goods-img-none.svg");
  width: 48px;
  height: 48px;
}

.goods-node.tv.active .img {
  background: url("../images/icon-ic-goods-tv-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.fridge.active .img {
  background: url("../images/icon-ic-goods-fridge-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.washing-machine.active .img {
  background: url("../images/icon-ic-goods-washing-machine-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.styler.active .img {
  background: url("../images/icon-ic-goods-styler-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.air-condi.active .img {
  background: url("../images/icon-ic-goods-air-condi-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.dishwasher.active .img {
  background: url("../images/icon-ic-goods-dishwasher-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.img-none.active .img {
  background: url("../images/icon-ic-goods-img-none-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.wardrobe.active .img {
  background: url("../images/icon-ic-goods-wardrobe-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.bed.active .img {
  background: url("../images/icon-ic-goods-bed-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.sofa.active .img {
  background: url("../images/icon-ic-goods-sofa-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.chair.active .img {
  background: url("../images/icon-ic-goods-chair-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.img-none.active .img {
  background: url("../images/icon-ic-goods-img-none-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.box.active .img {
  background: url("../images/icon-ic-goods-box-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.envelope.active .img {
  background: url("../images/icon-ic-goods-envelope-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.pallet.active .img {
  background: url("../images/icon-ic-goods-pallet-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.pallet.active .img {
  background: url("../images/icon-ic-goods-pallet-active.svg");
  width: 48px;
  height: 48px;
}
.goods-node.img-none.active .img {
  background: url("../images/icon-ic-goods-img-none-active.svg");
  width: 48px;
  height: 48px;
}

.goods-notify {
  width: 100%;
  height: 95px;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: rgba(55, 125, 255, 0.05);
  font-size: 13px;
  line-height: 1.38;
  color: #838fa7;
  word-break: keep-all;
}
.goods-notify span {
  color: #377dff;
}

.goods-textarea textarea {
  width: 100%;
  height: 80px;
  padding: 12px 20px;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  resize: none;
  outline: none;
}

.confirm-wrap {
  width: 904px;
  margin: 40px auto 0;
  padding: 25px 40px 50px 30px;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.confirm-list {
  width: 100%;
  padding: 0 30px;
}

.confirm-price-wrap {
  width: 100%;
  padding: 25px 30px 46px;
  border-radius: 5px;
  background-color: #f6f6f6;
}
.confirm-price-top-info{
  width: 50%;
  float: right;
  left: 20px;
  top: 20px;
  position: relative;
}

.confirm-item:nth-child(2) {
  margin-top: 27px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding: 40px 0;
  position: relative;
}
.confirm-item:nth-child(2):before {
  display: block;
  content: "";
  border-left: 1px dashed #000;
  width: 1px;
  height: 112px;
  position: absolute;
  top: 70px;
  left: 18px;
}

.confirm-car-wrap {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.confirm-car-wrap > img {
  width: 90px;
  height: 67px;
}
.confirm-car-desc {
  padding-top: 3px;
}

.confirm-address {
  display: flex;
  gap: 0 19px;
}
.confirm-address:nth-child(2) {
  padding-top: 66px;
}
.confirm-address > img {
  width: 38px;
  height: 32px;
}

.confirm-address-title {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  display: flex;
  gap: 0 8px;
  padding-bottom: 10px;
}
.confirm-address-texts {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4b4b4b;
  padding-bottom: 6px;
}
.confirm-car-name {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

.confirm-car-desc {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #a6a8b1;
}

.confirm-option-title {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.confirm-option-desc {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4b4b4b;
  padding-top: 12px;
}

.confirm-price-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.confirm-price-btn {
  display: flex;
  justify-content: space-between;
  width: 362px;
  padding: 30px 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  align-items: center;
}
.confirm-price-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.confirm-price-count-wrap {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.confirm-price-count-wrap img {
  width: 11px;
}
.confirm-point-info {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  width: 362px;

  padding: 12px 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.confirm-point-box {
  display: flex;
  gap: 0 13px;
  align-items: center;
}

.confirm-mileage {
  display: flex;
  font-size: 13px;
  color: #4b4b4b;
  font-weight: bold;
  gap: 0 5px;
}
.confirm-mileage-title {
  font-weight: 500;
}

.confirm-point-rounded {
  width: 72px;
  padding: 3px 8px 3px 4px;
  border-radius: 12.5px;
  border: solid 1px #eee;
  background-color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d4b64d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.confirm-point-rounded img {
  width: 19px;
}
.confirm-notify {
  width: 22px;
}
.confirm-notify img {
  width: 100%;
}

.confirm-price-point-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4b4b4b;
  padding-bottom: 22px;
}

.confirm-pay {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.confirm-pay img {
  width: 50px;
  height: 20px;
}
.confirm-coupon-point {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.confirm-coupon-point img {
  width: 11px;
  height: 11px;
}

.confirm-price-bottom button {
  width: 100%;
  font-size: 16px;
}

.order-complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
  margin: auto;
  padding: 120px 0;
}
.order-complete-img {
  width: 90px;
  height: 90px;
}
.order-complete-img img {
  width: 100%;
}
.order-complete-text {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  padding-top: 25px;
}
.order-complete-price {
  width: 100%;
  height: 49px;
  margin-top: 55px;
  padding: 15px 15px 15px 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-complete-price-number {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.order-complete-price-change {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #b8c4d5;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.order-complete-price-change img {
  width: 11px;
  height: 11px;
}

.order-complete-button {
  width: 100%;
  padding-top: 20px;
}
.order-complete-button .custom-button {
  width: 100%;
}
.order-complete-cancel {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #979797;
  display: flex;
  align-items: center;
  padding-top: 48px;
}
.price-change-deem {
  display: none;
}
.price-change-popup {
  width: 486px;
  height: 500px;
  padding: 45px 60px;
  border-radius: 15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.price-change-title {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-align: center;
}
.price-change-popup-line {
  width: 100%;
  height: 1px;
  border: solid 1px #979797;
  margin-top: 45px;
}
.price-change-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  margin-top: 45px;
}
.price-change-buttons img {
  width: 26px;
}

.price-change-number {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.price-change-buttons .increace {
}
.price-change-buttons .decreace {
}
.price-change-recomend {
  width: 366px;
  height: 69px;
  margin-top: 45px;
  padding: 15px 20.9px 15px 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-change-recomend-texts {
}
.price-change-recomend-title {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.price-change-recomend-desc {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(55, 125, 255, 0.65);
  margin-top: 5px;
}
.price-change-recomend-price {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.price-change-submit {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}


.find-user-deem {
  display: none;
}
.find-user-popup {
  width: 440px;
  height: 432px;
  padding: 45px 60px;
  border-radius: 15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.find-user-title {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-align: center;
}
.find-user-select {
  height: 60px;
  margin: 50px 1px 15px 0;
  padding: 18px 28px 19px 15px;
  border-radius: 5px;
  border: solid 1px #4b4b4b;
  background-color: #fff;
  cursor: pointer;
}
.find-user-input-area{
  display: flex;
  justify-content: space-between;
}
.find-user-select.active{
  border-radius: 5px;
  border: solid 2px #377dff;
}
img.iconic_find_id_phone {
  width: 22px;
  height: 22px;
  margin: -7px 0 0 0;
  object-fit: contain;
}
.find-user-select-title {
  height: 18px;
  margin: 10px 10px 2px 12px;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}



.info-rounded-wrap {
  padding: 0;
}

.sub-wrap {
  display: flex;
}
.sub-nav {
  width: 200px;
  border-right: 1px solid #dbdbdb;
}
.sub-nav li {
  border-bottom: 1px solid #dbdbdb;
}
.sub-nav li.active {
  border-bottom: 3px solid #377dff;
}
.sub-nav a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 17px;
  color: #4b4b4b;
}

.sub-nav li.active a {
  color: #377dff;
  font-weight: 600;
}
.sub-content {
  padding: 50px;
}
.sub-inner {
  width: 724px;
  height: 592px;
  padding: 10px 40px 40px;
  border-radius: 10px;
  background-color: rgba(55, 125, 255, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sub-inner-flex {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #dbdbdb;
  align-items: center;
}
.sub-inner-flex:last-child {
  align-items: baseline;
  border-bottom: 0;
}

.sub-inner-flex a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4b4b4b;
}

.sub-inner-flex a.info-more {
  padding-top: 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #377dff;
}
.info-logout {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8a91ad;
}

.info-deem {
  display: none;
}

.info-change-popup {
  width: 440px;
  height: 432px;
  padding: 45px 60px;
  border-radius: 15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info-change-popup-inner {
  width: 320px;
  margin: auto;
}
.info-change-title {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-align: center;
}
.info-change-inputs {
  padding-top: 50px;
}
.info-change-desc {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #4b4b4b;
}
.info-change-input {
  display: flex;
  gap: 0 8px;
  margin-bottom: 12px;
}

.verify-wrap {
  position: relative;
}
.info-change-input #countdown {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #f00;
  font-size: 13px;
}

.info-change-input .custom-input {
  width: 200px;
}
.info-change-input .custom-button {
  width: 112px;
  font-size: 14px;
}
.custom-input.verify-input {
  padding-right: 100px;
}

.info-complete-deem {
  display: none;
}

.info-change-complete-box {
  text-align: center;
}

.info-change-complete-icon {
  padding-top: 50px;
}

.info-change-complete-desc {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #4b4b4b;
  padding-top: 20px;
}

.info-change-complete-box .custom-button {
  width: 100%;
  margin-top: 69px;
}

.notice-inner {
  background: none;
  display: block;
  overflow-y: auto;
  border-radius: 0;
}

.accodian-icon img {
  width: 24px;
}

.accodian-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  cursor: pointer;
}

.accodian {
  border-bottom: 1px solid #dbdbdb;
  margin-top: 40px;
}

.accodian-body {
  display: none;
}
.accodian-header.active + .accodian-body {
  display: block;
}

.accodian-header.active .accodian-icon {
  transform: rotate(180deg);
}

.accodian-content {
  padding: 20px;
  background-color: #f9fafc;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #4b4b4b;
}
.notice-title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.terms-deem {
  display: none;
}

.terms-popup {
  width: 650px;
  height: 900px;
  margin: 3px 0 19px;
  padding: 45px 45px 31px 50px;
  border-radius: 15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.terms-popup-inner {
  /* width: 320px; */
  margin: auto;
}
.terms-title {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-align: center;
}
.terms-box{
  width: 550px;
  height: 734px;
  margin: 45px 5px 19px 0;
  padding: 20px 10px 20px 20px;
  border-radius: 15px;
  background-color: rgba(55, 125, 255, 0.07);
}
.terms-contents {
  /* width: 504px; */
  height: 694px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  overflow-y: auto;
}
.terms-contents::-webkit-scrollbar {
  width: 10px;
}
.terms-contents::-webkit-scrollbar-thumb {
  background-color: rgba(55, 125, 255, 0.13);
  border-radius: 3px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.terms-contents::-webkit-scrollbar-track {
  background-color:  rgba(55, 125, 255, 0.07);
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px white;
}

.favorite-add{
  display:flex;
  float: right;
}
.favorite-add-btn{
  width: 77px;
  height: 14px;
  margin: 2px 0px 0px 0px;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #4b4b4b;
}
.favorite-add-img{
  width: 17px;
  height: 17px;
  margin: 0 0 0 5px;
  object-fit: contain;
}
.favorite-btn-area{
  width: 100%;
  height: 30px;
  cursor: pointer;
}
.favorite-wrap {
  /* height: 463px; */
  /* width: 287px; */
  overflow-y: auto;
  display: grid; 
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.favorite-wrap li {
  /* width: 259px; */
  height: 170px;
  margin-bottom: 18px;
  padding: 12px 12px 15px 16px;
  border-radius: 8px;
  background-color: rgba(243, 243, 244, 0.68);
}

.favorite-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  height: 21px;
  color: #a6a8b1;
}
.favorite-address-title {
  padding-top: 21px;
  font-size: 14px;
}
.favorite-address-desc {
  color: #a6a8b1;
  font-size: 12px;
  padding-top: 6px;
}

.favorite-action-buttons {
  padding-top: 18px;
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
}
.favorite-action-buttons button {
  padding: 8px 10px;
  border-radius: 5px;
  border: solid 1px #ebebeb;
  background-color: #fff;
  font-size: 13px;
  color: #333;
}
/*body*/

/*footer*/
.footer {
  width: 100%;
  margin-top: 90px;
  background-color: #e6e8ea;
}
.footer-inner {
  max-width: 1024px;
  margin: auto;
}
.footer-top {
  padding: 40px 0 34px;
}
.footer-info {
  display: flex;
  justify-content: flex-start;
  gap: 0 90px;
  align-items: center;
}

.footer-info-logo {
  width: 112px;
}
.footer-info-logo img {
  width: 100%;
}
.footer-info-links {
  font-size: 16px;
  display: flex;
  gap: 0 17px;
}
.footer-info-links a {
  color: #82909e;
}
.footer-info-links-pipe {
  width: 1px;
  border-left: solid 1px #a0b2c2;
}

.footer-bottom {
  border-top: 1px solid #c6ccd2;
  padding: 29px 0 43px;
}
.footer-inner {
  position: relative;
}
.footer-sns {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 0 25px;
}

.footer-sns a {
  display: block;
  width: 40px;
  height: 40px;
}
.footer-sns a img {
  width: 100%;
}

.footer-address {
  font-size: 12px;
  color: #82909e;
  line-height: 1.75;
  padding-left: 200px;
}
.footer-div {
  display: flex;
}
.footer-pipe {
  padding: 0 5px;
}
.footer-label {
  font-weight: normal;
  margin-right: 5px;
}
.footer-address-desc {
  font-weight: bold;
}
.mo,
.menu,
.prev-btn,
.mobile-info,
.step-mobile-title {
  display: none;
}
/*footer*/

/* login */
.login-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
  margin: auto;
  padding: 10px 0;
}
.login-title{
  height: 26px;
  margin-bottom: 20px;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.login-area{
  display:inline-flex;
  margin-bottom: 50px;
  margin-top: 50px;
}
.login-menu-area{
  display:inline-flex;
  margin-bottom: 20px;
  margin-top: 15px;
}
.login-title-left{
  width: 90px;
  height: 1px;
  margin: 6px 15px 0 0;
  border: solid 1px #dbdbdb;
}
.login-menu-title{
  width: 75px;
  height: 15px;
  margin: 0 10px;
  opacity: 0.7;
  font-family: Pretendard;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4b4b4b;
}
.login-title-center{
  width: 71px;
  height: 15px;
  margin: 0 14px 0 15px;
  font-family: Pretendard;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4b4b4b;
}
.login-title-right{
  width: 90px;
  height: 1px;
  margin: 7px 0 7px 14px;
  border: solid 1px #dbdbdb;
}
.input-label{
  width: 37px;
  height: 16px;
  margin: 45px 94px 8px 0;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.celp-auth-btn{
  width: 320px;
  height: 46px;
  margin: 5px 0 25px;
  padding: 14px 33px 14px 34px;
  border-radius: 5px;
  border: solid 1px #377dff;
  color: #377dff;
  font-size: 15px;
  background-color: #fff;
}
.join-terms-area{
  width: 100%;
  padding: 20px 0 20px;
  font-size: 15px;
}
.join-terms-list{
  padding: 0;
  margin: 0;
  border: solid 0.8px rgba(0, 0, 0, 0.12);
  margin-top: 10px;

}
.join-terms-list > li > div{
  display: flex;
  margin: 15px;
  justify-content: space-between;
}
.join-terms-list > li > div > div{
  display: flex;
}
.join-terms-list > li:not(:first-child){
  border-top: solid 0.8px rgba(0, 0, 0, 0.12);
}
.join-terms-area input[type="checkbox"]+label {
  display: block;
  width: 20px;
  height: 22px;
  margin-right: 10px;
  background: url('/resources/images/icon-ic-check-box-web@3x.png') no-repeat 0 0px / contain;
}

.join-terms-area input[type='checkbox']:checked+label {
  background: url('/resources/images/icon-ic-check-box-on-web@3x.png') no-repeat 0 1px / contain;
}

.join-terms-area input[type="checkbox"] {
  display: none;
}
/* login */


.order-list-wrap {
  overflow-y: auto;
  display: grid; 
}

.order-list-wrap li {
  height: 115px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(55, 125, 255, 0.05);
  margin-bottom: 15px;
  cursor: pointer;
}
.order-list-date{
  width: 120px;
  height: 18px;
  margin: 0 50px 19px 0;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.order-list-between{
  display:flex;
  justify-content:space-between;
}
.order-list-data-left{
  width: 65%;
}
.order-list-data-right{
  width: 35%; 
  text-align:right;
}
.order-list-data-price{
  height: 18px;
  margin: 10px 5px 0 0;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.order-list-data-dcprice{
  height: 18px;
  margin: 5px 5px 0 10px;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #dbdbdb;
  text-decoration: line-through;
}
.order-list-data-dctext{
  width: 28px;
  height: 15px;
  margin: 7px 8px 1px 1px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: rgba(255, 0, 0, 0.1);
  color: #f00;
  font-family: Pretendard;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.order-list-data-right img{
  width: 11px;
  height: 11px;
  margin: 6px 0px 10px 5px;
  object-fit: contain;
}
.order-list-data-wrap{
  display:flex;
}
.order-list-data-start{
  width: 23px;
  height: 15px;
  margin: 13px 0px 5px 0;
  font-family: Pretendard;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4b4b4b;
}
.order-list-data-end{
  width: 23px;
  height: 15px;
  margin: 13px 0px 5px 0;
  font-family: Pretendard;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #377dff;
}
.order-list-data-time{
  width: 36px;
  height: 15px;
  margin: 13px 10px 5px 10px;
  font-family: Pretendard;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4b4b4b;
}
.order-list-data-timearea{
  width: 28%;
}
.order-list-data-dash{
  width: 12%;
  height: 1px;
  margin: 8px;
  border: dashed 1px #dbdbdb;
}
.order-list-data-addr{
  width: 60%;
  margin: 0px 10px 8px 10px;
  font-family: Pretendard;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4b4b4b;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-detail-wrap{
  height: 592px;
  padding: 30px 40px 35px;
  border-radius: 10px;
  border: solid 1px #eee;
  background-color: #fff;
}
.order-detail-line{
  height: 1px;
  margin: 20px 0;
  border: solid 1px #dbdbdb;
}
.order-detail-box{
  margin: 20px 0 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f8f8f8;
}
.order-detail-text1 {
  height: 18px;
  margin: 10px 0px 10px 0;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.order-detail-text2 {
  height: 18px;
  margin: 10px 0px 10px 0px;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #dbdbdb;
}
.order-detail-text3 {
  height: 18px;
  margin: 10px 0px 10px 0;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #377dff;
}
.order-detail-text4 {
  height: 15px;
  margin: 10px 0px 10px 0;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #4b4b4b;
}
.order-detail-submit {
  text-align: center;
  padding-top: 30px;
}
.order-confirm-btn{
  width: 320px;
  height: 46px;
  padding: 14px 33px 14px 34px;
  border-radius: 5px;
  border: solid 1px #000;
  background-color: #fff;
  font-size: 14px;
}
.order-detail-arrow-left{
  width: 24px;
  height: 24px;
  margin: 0px 0px 5px 0px;
  object-fit: contain;
}
.order-detail-back{
  margin: 0px 0px 30px 0px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  cursor: pointer;
}
.order-detail-box > .order-list-between{
  margin: 10px 0 10px 0;
  font-size: 13px;
  color: #4b4b4b;
}

/*media query*/
@media (max-width: 1024px) {
  .custom-button {
    font-size: 14px !important;
    padding: 14px !important;
  }
  .footer {
    display: none;
  }
  .header {
    height: 50px;
    position: relative;
    z-index: 9999;
  }
  .menu,
  .prev-btn,
  .mobile-info,
  .step-mobile-title,
  .mo {
    display: block;
  }

  .menu {
    width: 24px;
    height: 24px;
    background: url("../images/icon-ic-main-gnb-hamberger.svg");
    cursor: pointer;
  }

  .menu.active {
    width: 24px;
    height: 24px;
    background: url("../images/icon-ic-page-close-big@3x.png");
    background-size: 24px 24px;
  }
  .header-info {
    display: none;
  }

  .header-inner {
    padding: 0 20px;
  }

  .header-logo {
    display: block;
    width: 100px;
    height: 50px;
    align-content: center;
  }
  .header-gnb {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 16px;
  }
  .header-gnb li {
    height: auto;
    line-height: normal;
    padding: 17px 0;
  }
  .header-gnb li:first-child {
    padding-top: 40px;
  }
  .header-gnb li:last-child {
    padding-bottom: 40px;
  }

  .header-gnb li.active {
    border: none;
  }
  .gnb-deem {
    display: none;
  }

  .address-inner {
    padding-top: 30px;
  }
  .banner-left,
  .banner-right {
    display: none;
  }

  .address-wrap {
    width: 100%;
    background: none;
    box-shadow: none;
    height: auto;
    padding: 0 20px;
  }
  .address-title {
    font-size: 17px;
  }
  .address-box:nth-child(2) {
    border-top-width: 7px;
  }

  .address-submit,
  .address-submit button {
    width: 100%;
  }

  .breadscrum {
    display: none;
  }
  .rounded-wrap {
    margin-top: 0;
    box-shadow: none;
    position: relative;
    padding: 0;
  }
  .pt38-inner {
    padding: 0;
    padding-bottom: 40px;
  }
  .address-favorite-wrap {
    display: none;
  }

  .address-write-left {
    flex-basis: 100%;
  }

  .address-write-favotite {
    position: absolute;
    top: 0;
    right: 20px;
  }
  .address-write-favotite button {
    flex-direction: row-reverse;
  }
  .address-recent-list {
    border: none;
    padding: 0;
    padding-top: 14px;
  }
  .prev-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 20px;
  }
  .step-title {
    text-align: center;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .address-write-search-wrap {
    margin: 0 20px;
  }
  .address-recent-list-wrap {
    padding: 25px 20px;
  }
  .custom-input-rounded {
    font-size: 15px !important;
  }
  .checkbox-background{
    background-color: #e7f1fb;
    padding: 6px;
    width: fit-content;
  }
  .address-mobile-submit {
    display: flex;
    padding: 0 20px;
    padding-top: 20px !important;
    gap: 0 20px;
  }
  .address-map-flex {
    display: block;
    position: relative;
    padding-top: 0;
  }
  .address-from-to-ul li {
    padding: 20px;
    padding-left: 50px;
  }

  .address-map {
    width: 100%;
    height: 250px;
  }
  .address-from-to-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 35px 20px 40px;
  }
  .address-from-to-ul {
    width: 100%;
  }
  .address-from-to-title {
    font-size: 14px;
  }

  .address-submit.address-map-submit {
    padding: 40px 0 0;
  }

  .step-flex-wrap {
    display: block;
    border-top: 7px solid #f0f1f6;
    padding-top: 30px;
  }

  .shipping-select-cars {
    padding: 0 20px;
  }
  .shipping-select-car-desc {
    display: none;
  }
  .shipping-select-car-time {
    padding-top: 4px;
  }

  .shipping-select-cars {
    padding-bottom: 40px;
    border-bottom: 7px solid #f0f1f6;
  }

  .shipping-select-cars li:not(:first-child) {
    margin-top: 16px;
  }
  .shipping-select-cars li {
    border-top: 2px solid #eee !important;
  }
  .shipping-select-cars li.active {
    border: solid 2px #377dff !important;
  }
  .shipping-select-car {
    flex-basis: 120px;
  }

  .step-select-types {
    border: none;
    padding: 40px 20px;
  }

  .selected-box {
    width: 100%;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .selected-box-wrap {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
  }
  .selected-price {
    text-align: right;
    width: 100%;
    justify-content: flex-end;
  }

  .select-car-type-popup {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 0;
    overflow-y: auto;
  }
  .select-car-type-popup-title {
    font-size: 16px;
  }
  .popup-select-car-desc {
    width: 100%;
  }
  .type-of-car-radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .popup-mo-hide {
    display: none;
  }
  #shipping-car-type-submit {
    display: flex;
    justify-content: center;
  }
  .popup-select-car-desc-inner {
    width: 100%;
    justify-content: space-between;
  }
  .deem-cancel {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .deem-cancel img {
    width: 100%;
  }

  .type-of-car-name {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .type-of-car-name .price {
    font-size: 13px;
  }
  .type-of-desc {
    display: none;
  }
  .type-of-desc.mo {
    display: block;
    padding: 15px;
    word-break: keep-all;
    padding-top: 0;
  }
  .step-flex-wrap {
    flex-direction: column;
  }
  .goods-tab-wrap {
    width: 100%;
    padding: 20px;
    padding-top: 0;
    border-top: 0;
  }

  .one-button {
    grid-template-columns: repeat(1, 1fr);
  }
  .goods-tabs {
    border-top: 1px solid #dbdbdb;
  }
  .goods-notify {
    width: 100%;
    word-break: keep-all;
  }
  .step-select-types.goods-types {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    padding-top: 47px;
    border: none;
    border-top: 7px solid #f0f1f6;
  }

  .selected-box-inner {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
  }

  .calendar-wrap {
    width: 100%;
    padding: 20px;
    overflow-y: auto;
    height: 100%;
    border-radius: 0;
  }
  .calendar {
    width: 100%;
    padding: 0 18px 30px 18px;
  }
  .calendar-title {
    padding-top: 0;
    font-size: 16px;
  }
  #closeCalendar {
    top: 20px;
  }
  .calendar-category {
    font-size: 15px;
  }
  .calendar-header {
    padding: 20px 0;
  }
  .calendar-day,
  .calendar-date {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  .calendar-dates {
    gap: 20px 0;
  }

  /*display:grid 반응형으로 변경하기*/
  .confirm-wrap {
    width: 100%;
    padding: 20px;
    border: none;
    border-top: 7px solid #f0f1f6;
    display: block;
    margin-top: 0;
  }

  .confirm-list {
    padding: 27px 15px;
    border-radius: 5px;
    border: solid 1px #dbdbdb;
  }

  .confirm-price-btn {
    width: 100%;
  }

  .confirm-price-wrap {
    margin-top: 32px;
  }
  .confirm-point-info {
    width: 100%;
  }
  .confirm-price-bottom {
    padding-top: 90px;
  }

  .order-complete {
    height: 100vh;
  }

  .price-change-popup {
    width: 90%;
    padding: 30px 20px;
    height: auto;
  }

  .price-change-recomend {
    width: 100%;
  }

  .price-change-submit {
    margin-top: 60px;
    grid-template-columns: repeat(1, 1fr);
  }

  .find-user-popup {
    width: 90%;
    padding: 30px 20px;
    height: auto;
  }

  .find-user-recomend {
    width: 100%;
  }

  .find-user-submit {
    margin-top: 60px;
    grid-template-columns: repeat(1, 1fr);
  }

  .sub-wrap {
    display: block;
    position: relative;
  }
  .sub-nav {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 57px;
    left: -100%;
    background: #fff;
    z-index: 999;
    transition: all 0.3s;
  }
  .sub-nav li a {
    text-align: left;
    font-size: 15px;
    padding: 20px;
  }
  .sub-content {
    padding: 0;
    height: calc(100vh - 50px);
  }
  .sub-inner {
    border-top: 7px solid #f0f1f6;
    background: none;
    width: 100%;
    padding: 0;
    height: calc(100% + 7px);
    background: #fff;
  }
  .sub-inner-flex {
    padding: 0 20px;
  }
  .sub-inner-flex > div {
    width: 100%;
  }
  .info-logout {
    padding: 20px;
  }

  .info-change-popup {
    width: 90%;
    height: auto;
    padding: 40px 20px;
  }
  .info-change-title {
    font-size: 18px;
  }
  .info-change-popup-inner {
    width: 100%;
  }
  .info-change-desc {
    font-size: 14px;
  }
  .info-change-inputs {
    padding-top: 45px;
  }
  .info-change-input .custom-input {
    width: 100%;
  }
  .info-change-input .custom-button {
    width: 104px;
    flex-shrink: 0;
    padding: 16px 8px;
  }
  .info-change-complete-box .custom-button {
    margin-top: 45px;
  }
  .info-change-complete-icon {
    padding-top: 40px;
  }
  .info-change-complete-desc {
    font-size: 15px;
  }

  .notice-title {
    display: none;
  }
  .accodian {
    margin-top: 0;
  }
  .accodian-header,
  .accodian-body {
    padding: 20px;
  }

  .terms-popup{
    width: 95%;
    height: 500px;
    padding: 20px;
  }
  .terms-box{
    width: 100%;
    height: 350px;
  }
  .terms-contents{
    height: 320px;
  }

  .order-list-wrap li{
    height: 145px;
    margin: 5px 10px 3px 10px;
  }
  .order-list-between{
    display: unset;
  }
  .order-list-data-left{
    width:100%;
  }
  .order-list-data-right{
    width:100%;
    margin-top: 5px;
  }
  .header-logo img {
    width: 50px;
  }
}

.mo-logo {
  width: 50px;
}
.mo-logo img {
  height: 50px;
  width: auto;
}

.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.justify-start {
  justify-content: flex-start;
}
.items-center {
  align-items: center;
}

.order-history-wrap {
  margin-top: 8px;
  background: #fff;
  border-top: 7px solid #f0f1f6;
}

.order-history-ul {
  padding: 25px 20px;
}
.order-history-node {
  background: #377dff0d;
  padding: 15px;
  border-radius: 10px;
}
.order-history-node:not(:first-child) {
  margin-top: 15px;
}
.order-history-title {
  gap: 8px;
}
.order-history-status {
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  padding: 3px 10px;
  border-radius: 2px;
}
.order-history-status.live {
  color: #377dff;
}
.order-history-status.reservation {
  color: #ec7a33;
}
.order-history-status.cancel {
  color: #4b4b4b;
}

.order-history-status-wrap {
  font-size: 14px;
  font-weight: 400;
  padding-top: 16px;
}
.order-history-date-title {
  font-size: 14px;
  font-weight: 400;
}
.order-history-date {
  font-size: 14px;
  font-weight: 600;
}
.order-history-time {
  font-size: 14px;
  font-weight: 600;
}
.order-history-address-wrap {
  padding-top: 8px;
}
.order-history-address-box {
  gap: 8px;
  padding-top: 4px;
}
.order-history-start {
  font-size: 13px;
  font-weight: 600;
  color: #4b4b4b;
}
.order-history-address {
  font-size: 13px;
  font-weight: 400;
}
.order-history-end {
  font-size: 13px;
  font-weight: 600;
  color: #377dff;
}
.order-price-wrap {
  padding-top: 12px;
}
.order-history-price-title {
  font-size: 14px;
  font-weight: 400;
}
.order-history-price-number {
  font-size: 14px;
  font-weight: 600;
}

.close-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-tracking-map {
  width: 100%;
}

.order-tracking-map img {
  width: 100%;
}

.order-tracking-process {
  padding: 34px 20px;
}
.order-tracking-process-li:not(:first-child) {
  padding-top: 20px;
}
.order-tracking-process-li .status-icon-wrap {
  gap: 10px;
}

.order-tracking-status-icon {
  position: relative;
  z-index: 999;
}

.order-tracking-status-icon.complete:after,
.order-tracking-status-icon.being:after {
  display: block;
  content: "";
  border-left: 1px solid #000;
  width: 1px;
  height: 28px;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.order-tracking-status-icon.not-yet:after {
  display: block;
  content: "";
  border-left: 1px dashed #dbdbdb;
  width: 1px;
  height: 28px;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.order-tracking-status-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.order-tracking-status-text.being {
  color: #377dff;
}
.order-tracking-status-text.not-yet {
  color: #4b4b4b;
}
.order-tracking-complete-time {
  font-size: 13px;
  font-weight: 500;
  color: #9ba0b1;
}

.order-tracking-refresh {
  padding: 0 35px;
  text-align: center;
}
.order-tracking-refresh button {
  width: 100%;
  font-size: 16px !important;
}
.order-tracking-refresh-info {
  font-size: 12px;
  font-weight: 400;
  color: #a6a8b1;
  padding-top: 12px;
}
.order-texts-wrap {
  padding: 32px 20px;
}
.order-tracking-price-wrap {
  width: 100%;
  background-color: #377dff0d;
  font-size: 16px;
  padding: 16px 17px;
  border-radius: 10px;
}
.order-tracking-price-title {
  font-weight: 500;
}
.order-tracking-price-number {
  font-weight: 700;
}

.order-tracking-info-wrap {
  width: 100%;
  background: #f8f8f8;
  padding: 16px;
  border-radius: 10px;
  margin-top: 16px;
}
.order-tracking-info {
  gap: 13px;
}
.order-tracking-info:not(:first-child) {
  padding-top: 12px;
}
.order-tracking-info-title {
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
  width: 50px;
  flex-shrink: 0;
}
.order-tracking-info-desc {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.order-tracking-memo-wrap {
  width: 100%;
  background: #f8f8f8;
  padding: 16px;
  border-radius: 10px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
}
.order-tracking-memo-goods {
  padding-top: 12px;
}
