/* 전체 */
body {
  background: #F6FAFD;
}

/* 좌측 */
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
}

.left-side-bar {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  height: 100vh;
}

.logo-image {
  width: 140px;
  height: auto;
}

.info-container {
  padding: 45px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.info-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-text > h1 {
  color: #015857;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
}

.contact {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #D4F1F2;
  width: max-content;
}

.contact > span {
  display: inline-block;
}

.contact > span:first-child {
  color: #263238;
  font-size: 14px;
  font-weight: 700;
}

.contact > span:last-child {
  color: #546E7A;
  font-size: 14px;
  font-weight: 500;
}

.car-image-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.car-image {
  width: 202px;
  height: 197px;
}

.qr-container {
  padding: 24px;
  display: flex;
  gap: 16px;
}

.qr-container > img {
  width: 93px;
  height: 93px;
}

.qr-caption {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.qr-caption > span:first-child {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}

.qr-caption > span:last-child {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

/* 우측 */
.main {
  height: 720px;
  width: 416px;
  background-color: #F9FBFD;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border: 1px solid #CFD8DC;
  border-radius: 8px;
}

.main-container {
  width: 100%;
  min-height: 660px;
  max-height: 660px;
  padding: 96px 24px 0px 24px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#call-out {
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}

#call-out > div {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  color: #546E7A;
  line-height: 24px;
}

.main-container::-webkit-scrollbar {
  display: none;
}

.main-container > h2 {
  color: #263238;
  font-size: 26px;
  font-weight: 800;
  line-height: 34px;
  letter-spacing: 0.52px;
  margin-bottom: 24px;
}

.item-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.item-container:last-child {
  margin-bottom: 60px;
}

.item {
  border: 1px solid #CFD8DC;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}

.item-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}

.modify-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modify-input-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.price-info {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  height: 56px;
  padding: 0px 16px;
}

.create-price-info {
  border: 2px solid #15AEB4;
}

.modify-price-info {
  border: 2px solid #B0BEC5;
}

.price-info > input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  color: #263238;
  text-align: right;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.price-info > input::placeholder {
  color: #CFD8DC;
}

.price-info > span {
  color: #CFD8DC;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  padding: 0px;
  margin: 0px;
}

.price-info-container {
  display: flex;
  flex-direction: column;
  gap: 2.5px;
  align-items: flex-end;
  justify-content: center;
}

.price-info-container-text {
  color: #607D8B;
  font-size: 14px;
  font-weight: 700;
}

.price-info-container-info {
  display: flex;
  gap: 4px;
  align-items: center;
  position: relative;
}

.price-info-container-info > .icon {
  color: #15AEB4;
  font-size: 18px;
  cursor: pointer;
}

.price-info-container-info > span {
  color: #15AEB4;
  font-size: 14px;
  font-weight: 700;
}

.tooltip {
  position: absolute;
  top: 30px;
  left: -80%;
  width: 272px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.active {
  display: block;
}

.non-active {
  display: none;
}

.triangle {
  position: absolute;
  top: -8px;
  left: 48%;
  width: 16px;
  height: 8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #546E7A;
}

.tooltip > p {
  width: 272px;
  margin: 0px;
  background-color: #546E7A;
  border-radius: 8px;
  padding: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.submit-button {
  width: 100%;
  padding: 20px 0px;
  margin: 0px;
  background: #0A545A;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  border: none;
  outline: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}

.success-message {
  color: #263238;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  line-height: 24px;
}

.not-exist-button {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: none;
  outline: none;
  font-size: 16px;
}

.not-exist-button-activated {
  background-color: #37474F;
  color: #fff;
}

.not-exist-button-disabled {
  color: #B0BEC5;
  background-color: #ECEFF1;
}