/* Header */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px;
}

.top-bar.white {
  background-color: #fff;
}
.logo {
  font-size: 22px;
  font-weight: bold;
  color: #1e64f0;
  width: 51px;
  height: 24px;
}
.logo > img {
  width: 51px;
  height: 24px;
}
.point {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.point strong {
  font-weight: bold;
  font-size: 18px;
}

/* header 뒤로가기 */
#back {
  cursor: pointer;
}

#back img {
  width: 16px;
}

.back_title {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
}

.back_right {
  /* 문의하기 */

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 5px 6px;
  background: #ffe9ed;
  border: 1px solid #fa5273;
  border-radius: 6px;

  flex-grow: 0;
  font-size: 12px;
  color: #dc5b71;
  font-weight: 500;
}

.pricing-detail-backk-right {
  border: 1px solid var(--point-color-primary);
  background: var(--point-color);
  color: var(--point-color-primary);
}
