/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url(../fonts/Pretendard-Black.woff2) format("woff2"), url(../fonts/Pretendard-Black.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url(../fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../fonts/Pretendard-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url(../fonts/Pretendard-Bold.woff2) format("woff2"), url(../fonts/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url(../fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../fonts/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url(../fonts/Pretendard-Medium.woff2) format("woff2"), url(../fonts/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url(../fonts/Pretendard-Regular.woff2) format("woff2"), url(../fonts/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url(../fonts/Pretendard-Light.woff2) format("woff2"), url(../fonts/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url(../fonts/Pretendard-ExtraLight.woff2) format("woff2"), url(../fonts/Pretendard-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url(../fonts/Pretendard-Thin.woff2) format("woff2"), url(../fonts/Pretendard-Thin.woff) format("woff");
}
article,
aside,
audio,
blockquote,
body,
button,
canvas,
dd,
details,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
section,
table,
td,
textarea,
th,
ul,
video {
  margin: 0;
  padding: 0;
}

body,
button,
code,
input,
select,
table,
textarea {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
}

body,
html {
  height: 100%;
}

body {
  -webkit-text-size-adjust: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

address,
cite,
dfn,
em {
  font-style: normal;
}

abbr {
  text-decoration: none;
}

[type=checkbox],
[type=radio],
a,
button,
label {
  color: inherit;
  text-decoration: none;
}

[type=checkbox],
[type=radio],
textarea {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

table {
  border-collapse: collapse;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  border: 0;
  resize: none;
  -webkit-overflow-scrolling: touch;
}

button {
  overflow: visible;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-user-select: none;
}

button[disabled] {
  cursor: default;
  pointer-events: none;
}

[role=button],
button {
  cursor: pointer;
}

[type=image],
[type=password],
[type=submit],
[type=number],
[type=tel],
[type=email],
[type=text] {
  border: 0;
  border-radius: 0;
  outline: 0;
}

input[type=password]::-ms-reveal,
input[type=text]::-ms-clear {
  display: none;
}

select {
  border: 0;
  background: transparent;
  -webkit-appearance: none;
}

input:disabled::-webkit-input-placeholder, textarea:disabled::-webkit-input-placeholder {
  -webkit-text-fill-color: currentcolor; /* 1. sets text fill to current `color` for safari */
  opacity: 1; /* 2. correct opacity on iOS */
}

input:disabled::-moz-placeholder, textarea:disabled::-moz-placeholder {
  -webkit-text-fill-color: currentcolor; /* 1. sets text fill to current `color` for safari */
  opacity: 1; /* 2. correct opacity on iOS */
}

input:disabled:-ms-input-placeholder, textarea:disabled:-ms-input-placeholder {
  -webkit-text-fill-color: currentcolor; /* 1. sets text fill to current `color` for safari */
  opacity: 1; /* 2. correct opacity on iOS */
}

input:disabled::-ms-input-placeholder, textarea:disabled::-ms-input-placeholder {
  -webkit-text-fill-color: currentcolor; /* 1. sets text fill to current `color` for safari */
  opacity: 1; /* 2. correct opacity on iOS */
}

input:disabled,
textarea:disabled,
input:disabled::placeholder,
textarea:disabled::placeholder {
  -webkit-text-fill-color: currentcolor; /* 1. sets text fill to current `color` for safari */
  opacity: 1; /* 2. correct opacity on iOS */
}

[hidden] {
  display: none;
}

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

.b-intro-outline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  border-radius: 8px;
  width: 100%;
  height: 57px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  color: rgb(0, 102, 255);
}

.b-primary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 57px;
  background: rgb(0, 102, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  color: #fff;
}
.b-primary:disabled {
  opacity: 0.2;
}
.b-primary2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 57px;
  background: rgb(0, 102, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  color: #fff;
}
.b-primary2:disabled {
  opacity: 0.2;
}
.b-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  background: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: #fff;
}
.b-form:disabled {
  background: rgb(179, 181, 185);
}

.b-secondary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 57px;
  background: rgb(238, 239, 240);
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  color: rgb(69, 69, 69);
}

.b-home-estimate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  border-radius: 8px;
  width: 100%;
  height: 57px;
  background: rgb(0, 102, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  color: #fff;
}
.b-home-estimate > img {
  margin-right: 8px;
}

.b-estimate-primary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 57px;
  background: rgb(229, 239, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  color: rgb(0, 102, 255);
}
.b-estimate-primary:disabled {
  background: rgb(238, 239, 240);
  color: rgb(172, 175, 180);
}

.b-estimate-secondary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(142, 142, 142);
  border-radius: 8px;
  width: 100%;
  height: 57px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  color: rgb(23, 23, 23);
}

.b-estimate-request {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  background: rgb(229, 239, 255);
  color: rgb(0, 102, 255);
}

.b-estimate-stop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: rgb(0, 102, 255);
}
.b-estimate-stop:disabled {
  color: rgb(172, 175, 180);
}

.b-estimate-cs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 8px;
  width: 100%;
  height: 44px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: rgb(23, 23, 23);
}
.b-estimate-cs > img {
  margin-right: 4px;
}

.b-deal-primary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: rgb(0, 102, 255);
}

.b-deal-secondary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  background: rgb(255, 229, 229);
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: rgb(255, 66, 66);
}

.b-member {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  background: rgb(238, 239, 240);
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: center;
  color: rgb(73, 73, 73);
}

.b-member-edit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  height: 32px;
  padding: 6px 8px;
  background: rgb(229, 239, 255);
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: rgb(0, 102, 255);
}

.f-phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgb(245, 245, 246);
}

.f-phone-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.f-phone-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.84px;
  color: rgb(21, 21, 21);
}

.f-basic-guide {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  color: rgb(142, 142, 142);
}

.f-phone-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}
.f-phone-input::-webkit-input-placeholder {
  font-weight: 400;
  color: rgb(179, 181, 185);
}
.f-phone-input::-moz-placeholder {
  font-weight: 400;
  color: rgb(179, 181, 185);
}
.f-phone-input:-ms-input-placeholder {
  font-weight: 400;
  color: rgb(179, 181, 185);
}
.f-phone-input::-ms-input-placeholder {
  font-weight: 400;
  color: rgb(179, 181, 185);
}
.f-phone-input::placeholder {
  font-weight: 400;
  color: rgb(179, 181, 185);
}

.f-phone-timer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 19px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(255, 66, 66);
}

.f-phone-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 19px;
}

.f-phone-message {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(0, 191, 64);
}

.f-error {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(255, 66, 66);
}

.f-basic-field {
  position: relative;
}
.f-basic-field + .f-basic-field {
  margin-top: 4px;
}
.f-basic-field.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-field-flex-item {
  -ms-flex-preferred-size: calc(33.3333% - 11px);
      flex-basis: calc(33.3333% - 11px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}

.f-field-divider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 4px;
  width: 8px;
  height: 1px;
  background: rgb(23, 23, 23);
}

.f-basic-label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(23, 23, 23);
}
.f-basic-label.is-big {
  font-size: 16px;
  line-height: 22.4px;
}

.f-basic-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgb(245, 245, 246);
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}
.f-basic-input::-webkit-input-placeholder {
  font-weight: 400;
  color: rgb(172, 175, 180);
}
.f-basic-input::-moz-placeholder {
  font-weight: 400;
  color: rgb(172, 175, 180);
}
.f-basic-input:-ms-input-placeholder {
  font-weight: 400;
  color: rgb(172, 175, 180);
}
.f-basic-input::-ms-input-placeholder {
  font-weight: 400;
  color: rgb(172, 175, 180);
}
.f-basic-input::placeholder {
  font-weight: 400;
  color: rgb(172, 175, 180);
}

.f-basic-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 144px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgb(245, 245, 246);
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}
.f-basic-textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: rgb(172, 175, 180);
}
.f-basic-textarea::-moz-placeholder {
  font-weight: 400;
  color: rgb(172, 175, 180);
}
.f-basic-textarea:-ms-input-placeholder {
  font-weight: 400;
  color: rgb(172, 175, 180);
}
.f-basic-textarea::-ms-input-placeholder {
  font-weight: 400;
  color: rgb(172, 175, 180);
}
.f-basic-textarea::placeholder {
  font-weight: 400;
  color: rgb(172, 175, 180);
}

.f-basic-button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgb(245, 245, 246);
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
  text-align: left;
}
.f-basic-button.is-outline {
  border: 1px solid rgb(0, 0, 0);
  background: #fff;
}
.f-basic-button.is-placeholder {
  font-weight: 400;
  color: rgb(172, 175, 180);
}
.f-basic-button > img {
  position: absolute;
  top: 12px;
  right: 16px;
}

.f-zipcode-button {
  position: absolute;
  top: 6px;
  right: 16px;
  width: 60px;
  height: 36px;
  border: 1px solid;
  border-radius: 18px;
  background: rgb(250, 250, 250);
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(0, 102, 255);
}

.f-check-svg {
  fill: rgb(172, 175, 180);
}
[type=checkbox]:checked + .f-check-svg, .f-check-svg.is-checked {
  fill: rgb(0, 102, 255);
}

.f-check2-svg {
  fill: rgb(172, 175, 180);
}
[type=checkbox]:checked + .f-check2-svg, .f-check2-svg.is-checked {
  fill: rgb(0, 102, 255);
}

.f-spinner-svg {
  fill: rgb(0, 102, 255);
}
.f-spinner:active > .f-spinner-svg {
  fill: rgb(0, 71, 178);
}

.f-basic-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-basic-radio {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.f-basic-radio + .f-basic-radio {
  margin-left: 16px;
}

.f-basic-radio-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 48px;
  padding: 11px 13px;
  border: 2px solid transparent;
  border-radius: 16px;
  background: rgb(245, 245, 246);
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: rgb(23, 23, 23);
}
[type=radio]:checked + .f-basic-radio-label {
  border-color: rgb(0, 102, 255);
}
[type=radio]:checked + .f-basic-radio-label svg {
  fill: rgb(0, 102, 255);
}

.f-my-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
}

.f-my-radio + .f-my-radio {
  margin-left: 8px;
}

.f-my-radio-ui {
  padding: 8px 12px;
  border-radius: 8px;
  background: rgb(238, 239, 240);
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(73, 73, 73);
}
[type=radio]:checked + .f-my-radio-ui {
  background: rgb(0, 102, 255);
  color: #fff;
}

.f-toggle-ui {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 32px;
  border-radius: 16px;
  background: rgb(73, 73, 73);
}
[type=checkbox]:checked + .f-toggle-ui {
  background: rgb(0, 102, 255);
}
[type=checkbox]:checked + .f-toggle-ui .f-toggle-ui-circle {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.f-toggle-ui-circle {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
}

.alert {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.alert-layer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 288px;
  padding: 48px 20px 32px;
  border-radius: 16px;
  background: #fff;
}
.alert-layer.is-alert {
  width: 312px;
}

.alert-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: center;
  color: rgb(23, 23, 23);
}

.alert-desc {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: center;
  color: rgb(142, 142, 142);
}

.alert-buttons {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.alert-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 120px;
  height: 57px;
  background: rgb(0, 102, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  color: #fff;
}
.alert-button.is-secondary {
  background: rgb(238, 239, 240);
  color: rgb(69, 69, 69);
}

.alert-button + .alert-button {
  margin-left: 8px;
}

.nav {
  z-index: 300;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 74px;
}

.nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 24px;
}

.nav-item {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.6px;
  color: hsl(218, 5%, 69%);
  text-align: center;
}
.nav-item.is-on {
  color: rgb(0, 102, 255);
}

.nav-svg {
  display: block;
  margin: 0 auto 2px;
  width: 28px;
  height: 28px;
  fill: #ccc;
}
.nav-item.is-on > .nav-svg {
  fill: rgb(0, 102, 255);
}

.layer {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layer.is-show {
  display: block;
}

.layer-dim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.layer-country {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: calc(100vh - 100px);
  padding: 24px 0;
  border-radius: 24px 24px 0 0;
  overflow-y: auto;
  background: #fff;
}

.layer-country-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 0 24px;
  background: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  color: rgb(23, 23, 23);
}
.layer-country-button.is-on {
  font-weight: 700;
  background: rgb(239, 245, 255);
  color: rgb(0, 102, 255);
}
.layer-country-button.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layer-zipcode {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ececec;
}

.layer-zipcode-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  color: rgb(34, 34, 34);
}

.layer-zipcode-close {
  position: absolute;
  top: 16px;
  left: 16px;
}

.header {
  z-index: 300;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 0 18px;
}

.header--back {
  position: absolute;
  top: 16px;
  left: 16px;
}

.header--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  text-align: center;
}

.main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 56px;
}
.content.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.intro {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 52px;
  padding-bottom: 16px;
}

.intro-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.intro-header-logo-text {
  margin-top: 9px;
}

.intro-header-slogan {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}

.intro-header-text {
  margin-top: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.84px;
  text-align: center;
  color: rgb(73, 73, 73);
}

.intro-sns {
  margin-bottom: 80px;
}

.intro-sns-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21.84px;
  text-align: center;
  color: rgb(0, 0, 0);
}

.intro-sns-buttons {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro-sns-buttons > button {
  margin: 0 6px;
}

.intro-buttons {
  padding: 0 28px;
}
.intro-buttons > button {
  display: block;
  width: 100%;
}
.intro-buttons > button + button {
  margin-top: 8px;
}

.intro-footer {
  margin-top: 43px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.6px;
  text-align: center;
  color: rgb(142, 142, 142);
}

.join-phone {
  padding: 12px 24px 16px;
}
.join-phone .f-row + .f-row {
  margin-top: 16px;
}

.join-buttons {
  z-index: 100;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px 24px;
}

.join-email {
  padding: 16px 24px;
}
.join-email .f-row + .f-row {
  margin-top: 16px;
}

.join-login-text {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.84px;
  text-align: left;
  color: rgb(142, 142, 142);
}

.join-login-text-text {
  margin: 0 7px;
}

.join-login-text-bar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: rgb(240, 241, 243);
}

.join-login-links {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.join-login-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}

.join-login-link-bar {
  margin: 0 24px;
  width: 1px;
  height: 16px;
  background: rgb(240, 241, 243);
}

.find-id {
  padding: 24px;
}
.find-id .f-row + .f-row {
  margin-top: 16px;
}

.join-agree {
  padding: 24px 0;
}

.join-agree-title {
  padding: 0 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  color: rgb(23, 23, 23);
}

.join-agree-desc {
  margin-top: 8px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(23, 23, 23);
}

.join-agree-all {
  margin-top: 40px;
  padding: 16px 24px;
}
.join-agree-all > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  vertical-align: top;
}
.join-agree-all .f-check {
  margin-right: 8px;
  height: 28px;
}

.join-agree-all-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  text-align: left;
  color: rgb(23, 23, 23);
}

.join-agree-hr {
  height: 8px;
  background: rgb(240, 241, 243);
}

.join-agree-one {
  position: relative;
  padding: 12px 24px;
}
.join-agree-one > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  vertical-align: top;
}
.join-agree-one .f-check2 {
  margin-right: 8px;
  height: 24px;
}

.join-agree-one-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}

.join-agree-link {
  position: absolute;
  top: 3px;
  right: 14px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: rgb(0, 84, 209);
}

.join-member-type {
  padding: 60px 43px 20px;
}

.join-member-type-text {
  font-size: 18px;
  line-height: 25.2px;
  color: rgb(23, 23, 23);
  text-align: center;
}

.join-member-radios {
  margin-top: 60px;
}

.join-member-radio + .join-member-radio {
  margin-top: 24px;
}

.join-member-radio-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 128px;
  border-radius: 16px;
  background: rgb(245, 245, 246);
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  color: rgb(23, 23, 23);
}
.join-member-radio-label > img {
  margin-right: 24px;
}
[type=radio]:checked + .join-member-radio-label {
  border: 3px solid rgb(0, 102, 255);
}

.join-locations {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.join-locations-text {
  padding: 24px 37px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.84px;
  text-align: center;
  color: rgb(73, 73, 73);
}

.join-locations-checks {
  position: absolute;
  top: 92px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.join-locations-checks::-webkit-scrollbar {
  display: none;
}

.join-locations-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  color: rgb(30, 31, 35);
}
[type=checkbox]:checked + .join-locations-label {
  background: rgb(239, 245, 255);
  font-weight: 700;
  color: rgb(0, 102, 255);
}

.find-id-fail {
  margin-top: 103px;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: rgb(34, 34, 34);
  text-align: center;
}
.find-id-fail > img {
  display: block;
  margin: 0 auto 24px;
}

.end-id {
  padding-top: 60px;
  text-align: center;
}

.end-id-v {
  display: block;
  margin: 0 auto;
  width: 100px;
}

.end-id-text {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: rgb(34, 34, 34);
}

.end-id-desc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  padding: 8px 16px;
  border-radius: 8px;
  background: rgb(245, 245, 246);
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: rgb(73, 73, 73);
}
.end-id-desc > img {
  margin-left: 10px;
}

.end-id-email {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  color: rgb(0, 102, 255);
}

.end-join {
  padding: 70px 20px 0;
  text-align: center;
}

.end-join-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: rgb(34, 34, 34);
}

.end-join-sub {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}

.end-join-lottie {
  margin: 48px auto 0;
}

.end-join-email {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(0, 102, 255);
}

.end-join-desc {
  display: inline-block;
  margin-top: 16px;
  padding: 8px 16px;
  border-radius: 8px;
  background: rgb(245, 245, 246);
  font-size: 14px;
  line-height: 21.84px;
  color: rgb(73, 73, 73);
}
.end-join-desc > em {
  font-weight: 700;
}

.end-quote-img {
  margin-top: 48px;
}

.end-join-imgs {
  margin: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.end-join-img {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(23, 23, 23);
}
.end-join-img > img {
  display: block;
  margin-bottom: 8px;
}
.end-join-img + .end-join-img {
  margin-left: 16px;
}

.end-join-guide {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.84px;
  color: rgb(142, 142, 142);
  text-align: center;
}

.home-header {
  z-index: 300;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 57px;
  padding: 0 24px;
}

.home-noti {
  position: relative;
  padding-top: 4px;
  padding-right: 4px;
}

.home-noti-link {
  display: block;
  width: 24px;
  height: 24px;
}

.home-noti-new {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(255, 67, 86);
}

.home-main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 57px;
  padding-bottom: 106px;
  height: 100%;
  background: rgb(250, 250, 250);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.home-main::-webkit-scrollbar {
  display: none;
}

.home-slogan {
  margin: 24px auto 0;
  text-align: center;
}

.home-slogan-title {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 36.92px;
  color: rgb(23, 23, 23);
}
.home-slogan-title > em {
  color: rgb(0, 102, 255);
}

.home-slogan-desc {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(73, 73, 73);
}

.home-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 36px auto 0;
  width: 286px;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.home-button > .b-home-estimate {
  margin-top: 24px;
}

.home-button-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}
.home-button-title > em {
  color: rgb(0, 102, 255);
}

.home-button-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21.84px;
  color: rgb(73, 73, 73);
}

.home-no-data {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 36px auto 0;
  width: 286px;
  padding: 24px 20px;
  border-radius: 18px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.08);
}

.home-no-data-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}

.home-no-data-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21.84px;
  color: rgb(73, 73, 73);
}

.home-no-data-img {
  position: absolute;
  top: 16px;
  right: 20px;
}

.noti-list {
  margin-top: 27px;
}

.noti-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
}
.noti-item + .noti-item {
  border-top: 1px solid rgb(240, 241, 243);
}
.noti-item.is-read {
  background: rgba(0, 0, 0, 0.05);
}

.noti-new {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(255, 66, 66);
}
.is-read .noti-new {
  display: none;
}

.noti-content {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.noti-date {
  font-size: 12px;
  line-height: 15.6px;
  color: rgb(73, 73, 73);
}
.is-read .noti-date {
  color: rgb(142, 142, 142);
}

.noti-title {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(30, 31, 35);
}
.is-read .noti-title {
  color: rgb(142, 142, 142);
}
.noti-title > .ell {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
}

.noti-desc {
  margin-top: 4px;
  font-size: 14px;
  line-height: 21.84px;
  color: rgb(23, 23, 23);
}
.is-read .noti-desc {
  color: rgb(142, 142, 142);
}
.noti-desc > .ell {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
}

.quote-request {
  padding: 40px 24px 0;
}

.quote-request-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding: 16px 24px 24px;
}
.quote-request-buttons > button + button {
  margin-left: 8px;
}

.quote-request-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  color: rgb(30, 31, 35);
}
.quote-request-title > em {
  color: rgb(0, 102, 255);
}

.quote-request-step {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(142, 142, 142);
}

.quote-request-radios {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quote-request-radio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quote-request-radio + .quote-request-radio {
  margin-left: 16px;
}

.quote-request-radio-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 163px;
  border-radius: 16px;
  background: rgb(245, 245, 246);
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  color: rgb(23, 23, 23);
  text-align: center;
}
.quote-request-radio-label > img {
  display: block;
  margin-bottom: 4px;
}
[type=radio]:checked + .quote-request-radio-label {
  border: 3px solid rgb(0, 102, 255);
}

.quote-request-radios-2 {
  margin-top: 40px;
}

.quote-request-radio-2 + .quote-request-radio-2 {
  margin-top: 16px;
}

.quote-request-radio-label-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  border-radius: 16px;
  background: rgb(245, 245, 246);
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  color: rgb(23, 23, 23);
  text-align: center;
}
.quote-request-radio-label-2 > img {
  margin-right: 15px;
}
[type=radio]:checked + .quote-request-radio-label-2 {
  border: 3px solid rgb(0, 102, 255);
}

.quote-request-radios-3 {
  margin-top: 24px;
}

.quote-request-radio-3 + .quote-request-radio-3 {
  margin-top: 8px;
}

.quote-request-radio-label-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 72px;
  padding: 20px 21px;
  border: 3px solid transparent;
  border-radius: 16px;
  background: rgb(245, 245, 246);
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  color: rgb(23, 23, 23);
  text-align: center;
}
[type=radio]:checked + .quote-request-radio-label-3 {
  border-color: rgb(0, 102, 255);
}
[type=radio]:checked + .quote-request-radio-label-3 svg {
  fill: rgb(0, 102, 255);
}

.quote-request-radios-4 {
  margin-top: 40px;
}

.quote-request-radio-4 + .quote-request-radio-4 {
  margin-top: 16px;
}

.quote-request-radio-label-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 106px;
  padding: 21px 13px 21px 21px;
  border: 3px solid transparent;
  border-radius: 16px;
  background: rgb(245, 245, 246);
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: rgb(23, 23, 23);
}
[type=radio]:checked + .quote-request-radio-label-4 {
  border-color: rgb(0, 102, 255);
}
[type=radio]:checked + .quote-request-radio-label-4 svg {
  fill: rgb(0, 102, 255);
}

.quote-request-radio-label-desc {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(142, 142, 142);
}

.quote-request-weight-title {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}

.quote-request-weight-guides {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  color: rgb(73, 73, 73);
}
.quote-request-weight-guides em {
  font-weight: 700;
  color: rgb(255, 146, 0);
}

.quote-request-weight-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.quote-request-weight-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px;
  width: 156px;
  height: 60px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgb(245, 245, 246);
}
.quote-request-weight-input > input {
  width: 94px;
  height: 31px;
  background: transparent;
  font-size: 22px;
  font-weight: 700;
  line-height: 30.8px;
  text-align: center;
}
.quote-request-weight-input > input::-webkit-input-placeholder {
  color: rgb(172, 175, 180);
}
.quote-request-weight-input > input::-moz-placeholder {
  color: rgb(172, 175, 180);
}
.quote-request-weight-input > input:-ms-input-placeholder {
  color: rgb(172, 175, 180);
}
.quote-request-weight-input > input::-ms-input-placeholder {
  color: rgb(172, 175, 180);
}
.quote-request-weight-input > input::placeholder {
  color: rgb(172, 175, 180);
}

.quote-request-weight-unit {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}

.quote-request-title + .f-row {
  margin-top: 40px;
}
.quote-request-title + .f-row ~ .f-row {
  margin-top: 16px;
}

.quote-received {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 56px;
  padding-bottom: 74px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.quote-received::-webkit-scrollbar {
  display: none;
}
.quote-received.is-page {
  padding-bottom: 0;
}

.qr-nodata {
  text-align: center;
}
.qr-nodata > img {
  margin-top: 104px;
}

.qr-nodata-text {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  color: rgb(23, 23, 23);
}

.qr-nodata-button {
  margin: 40px auto 0;
  width: 238px;
}

.qr-list {
  padding: 12px 24px 0;
}

.qr-item {
  position: relative;
  padding: 16px 0;
}
.qr-item + .qr-item {
  border-top: 1px solid rgb(238, 239, 240);
}

.qr-item-completed {
  position: absolute;
  top: 53px;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 123px;
  border-radius: 18px;
  background-color: rgba(48, 48, 48, 0.88);
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(250, 250, 250);
}
.qr-item-completed > img {
  margin-bottom: 8px;
}

.qr-item-date {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  color: rgb(23, 23, 23);
}

.qr-item-status {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.6px;
  color: rgb(255, 255, 255);
}
.qr-item-status.is-completed {
  background: rgb(0, 191, 64);
}
.qr-item-status.is-fixed {
  background: rgb(0, 102, 255);
}
.qr-item-status.is-send {
  background: rgb(255, 146, 0);
}
.qr-item-status.is-cancel {
  background: rgb(255, 66, 66);
}
.qr-item-status.is-refund {
  background: rgb(255, 66, 236);
}

.qr-item-row {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qr-item-date2 {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.84px;
  text-align: right;
  color: rgb(73, 73, 73);
}
.qr-item-date2 + .qr-item-date2 {
  margin-top: 0;
}

.qr-item-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  color: rgb(142, 142, 142);
}

.qr-item-value {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
}
.qr-item-value > em {
  color: rgb(0, 102, 255);
}

.qr-item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.qr-item-buttons .b-estimate-secondary {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 111px;
}
.qr-item-buttons .b-estimate-primary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 8px;
}

.qr-banner {
  padding: 20px 20px 28px;
  background: rgb(245, 245, 246);
}

.qr-banner-inner {
  padding: 24px 20px;
  border-radius: 18px;
  background: #fff;
}
.qr-banner-inner > img {
  margin-bottom: 16px;
}

.qr-banner-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}

.qr-banner-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21.84px;
  color: rgb(73, 73, 73);
}

.qr-banner-buttons {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qr-banner-buttons > button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.qr-banner-buttons > button + button {
  margin-left: 16px;
}

.qr-detail-list {
  padding: 0 24px;
}

.qr-detail-item {
  position: relative;
  padding: 16px 0;
}
.qr-detail-item + .qr-detail-item {
  border-top: 1px solid rgb(238, 239, 240);
}

.qr-detail-item-status {
  position: absolute;
  top: 16px;
  right: 0;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.6px;
  color: rgb(255, 255, 255);
}
.qr-detail-item-status.is-completed {
  background: rgb(0, 191, 64);
}
.qr-detail-item-status.is-fixed {
  background: rgb(0, 102, 255);
}
.qr-detail-item-status.is-send {
  background: rgb(255, 146, 0);
}
.qr-detail-item-status.is-cancel {
  background: rgb(255, 66, 66);
}
.qr-detail-item-status.is-refund {
  background: rgb(255, 66, 236);
}

.qr-detail-item-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(142, 142, 142);
}

.qr-detail-item-name {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}

.qr-detail-item-row {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qr-detail-item-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(23, 23, 23);
}
.qr-detail-item-label.is-big {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}

.qr-detail-item-value {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  color: rgb(0, 102, 255);
}
.qr-detail-item-value.is-small {
  font-size: 18px;
  line-height: 25.2px;
  color: rgb(23, 23, 23);
}

.qr-detail-item-buttons {
  margin-top: 16px;
}

.qr-detail-banner {
  padding: 16px 24px 0;
}

.qr-detail-banner-inner {
  border-radius: 16px;
  padding: 16px;
  background: rgb(255, 241, 241);
}
.qr-detail-banner-inner > img {
  margin-bottom: 10px;
}

.qr-detail-banner-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(73, 73, 73);
}

.qr-section {
  padding: 32px 24px 11px;
}
.qr-section + .qr-section {
  padding-top: 40px;
  border-top: 8px solid rgb(238, 239, 240);
}
.quote-request > .qr-section {
  padding-right: 0;
  padding-left: 0;
}

.qr-section-title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: rgb(23, 23, 23);
}
.qr-section-title > em {
  color: rgb(0, 102, 255);
}

.qr-section-dates {
  padding-bottom: 13px;
}

.qr-section-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 22px;
}
.qr-section-date + .qr-section-date {
  margin-top: 8px;
}

.qr-section-date-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(142, 142, 142);
}

.qr-section-date-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}

.qr-section-row {
  padding: 16px 0 13px;
}
.qr-section-row + .qr-section-row {
  border-top: 1px solid rgb(238, 239, 240);
}

.qr-section-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(73, 73, 73);
}

.qr-section-value {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}

.qr-section-price-row {
  margin-top: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qr-section-price-row + .qr-section-price-row {
  margin-top: 16px;
}

.qr-section-price-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.6px;
  color: rgb(142, 142, 142);
}
.qr-section-price-guide > img {
  margin-right: 4px;
}

.qr-section-button {
  padding: 16px 24px 24px;
}

.qr-section-agree {
  position: relative;
  margin-bottom: 16px;
}
.qr-section-agree > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  vertical-align: top;
}
.qr-section-agree .f-check-svg {
  margin-right: 4px;
}

.qr-section-agree-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(23, 23, 23);
}

.qr-section-agree-link {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(142, 142, 142);
}

.qrc-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 24px 4px;
  padding: 12px 8px;
  border-radius: 8px;
  background: rgb(245, 245, 246);
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(73, 73, 73);
}
.qrc-banner > img {
  margin-right: 4px;
}

.qrc-nodata {
  text-align: center;
}
.qrc-nodata > img {
  margin-top: 167px;
}

.qrc-forms .f-row {
  margin-top: 16px;
}

.qrc-section-price-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.6px;
  color: rgb(142, 142, 142);
}
.qrc-section-price-guide > img {
  margin-right: 4px;
}

.join-agree-content {
  padding: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.84px;
  color: rgb(23, 23, 23);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.join-agree-content::-webkit-scrollbar {
  display: none;
}

.qr-terms-content {
  padding: 28px 24px;
}

.qr-terms-title {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: left;
  color: rgb(23, 23, 23);
}

.qr-terms-ol > li {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: rgb(23, 23, 23);
}
.qr-terms-ol > li .qr-terms-list {
  margin-left: 20px;
}

.qr-terms-list {
  margin-top: 8px;
  list-style-type: disc;
}

.qr-terms-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 21.84px;
  color: rgb(23, 23, 23);
}
.qr-terms-item > em {
  font-weight: 700;
  line-height: 19.6px;
  color: rgb(0, 102, 255);
}

.transaction {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 56px;
  padding-bottom: 74px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.transaction::-webkit-scrollbar {
  display: none;
}
.transaction.is-page {
  padding-bottom: 50px;
}

.tr-tabs {
  z-index: 300;
  position: sticky;
  top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 23px;
  background: #fff;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.tr-tabs::-webkit-scrollbar {
  display: none;
}

.tr-tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 36px;
  padding: 8px 12px;
  border-radius: 18px;
  background: rgb(238, 239, 240);
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(142, 142, 142);
}
.tr-tab + .tr-tab {
  margin-left: 8px;
}
.tr-tab.is-on {
  background: rgb(69, 69, 69);
  color: rgb(255, 255, 255);
}

.my {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 56px;
  padding-bottom: 74px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.my::-webkit-scrollbar {
  display: none;
}
.my.is-page {
  padding-bottom: 0;
}

.my-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
}

.my-profile-name {
  font-size: 22px;
  line-height: 30.8px;
  color: rgb(23, 23, 23);
}
.my-profile-name > em {
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 700;
}

.my-profile-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 6px 10px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.6px;
  color: rgb(23, 23, 23);
}

.my-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
}

.my-menu-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: rgb(30, 31, 35);
}

.my-menu-controls {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.my-menu-arrow {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.notice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 56px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.notice::-webkit-scrollbar {
  display: none;
}

.notice-list {
  margin-top: 27px;
}

.notice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 24px;
}
.notice-item + .notice-item {
  border-top: 1px solid rgb(240, 241, 243);
}

.notice-new {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 8px;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(255, 66, 66);
}
.is-read .notice-new {
  display: none;
}

.notice-content {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.notice-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(30, 31, 35);
}
.notice-title > .ell {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
}

.notice-date {
  margin-top: 4px;
  font-size: 14px;
  line-height: 21.84px;
  color: rgb(69, 69, 69);
}

.notice-detail-header {
  padding: 43px 24px 24px;
}

.notice-detail-editor {
  padding: 0 24px 24px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: rgb(73, 73, 73);
}

.qna {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 56px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.qna::-webkit-scrollbar {
  display: none;
}

.qna-list {
  padding: 0 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.qna-list::-webkit-scrollbar {
  display: none;
}

.qna-item {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgb(240, 241, 243);
}

.qna-status {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.6px;
}
.qna-status.is-completed {
  background: rgb(0, 102, 255);
  color: #fff;
}
.qna-status.is-pending {
  background: rgb(225, 225, 225);
  color: rgb(73, 73, 73);
}

.qna-title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.84px;
  color: rgb(23, 23, 23);
}

.qna-date {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(142, 142, 142);
}

.qna-detail-header {
  padding: 28px 24px 24px;
}

.qna-detail-editor {
  padding: 0 24px 24px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: rgb(73, 73, 73);
}

.qna-detail-answer {
  margin: 6px 24px 24px;
  padding: 16px;
  border-radius: 8px;
  background: rgb(245, 245, 246);
}

.qna-detail-answer-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(30, 31, 35);
}

.qna-detail-answer-desc {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}

.qna-detail-answer-date {
  margin-top: 24px;
  font-weight: 500;
  color: rgb(119, 119, 119);
}

.qna-forms {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  padding: 24px;
}
.qna-forms .f-row + .f-row {
  margin-top: 16px;
}

.qna-title-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qna-title-row .f-basic-input {
  font-weight: 500;
}

.qna-textarea-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.qna-textarea-row .f-basic,
.qna-textarea-row .f-basic-field,
.qna-textarea-row .f-basic-textarea {
  height: 100%;
}
.qna-textarea-row .f-basic-textarea {
  font-weight: 500;
}

.qna-nodata {
  padding: 70px 54px 0;
  text-align: center;
}
.qna-nodata .b-primary {
  margin-top: 80px;
}

.qna-nodata-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  color: rgb(23, 23, 23);
}

.qna-nodata-img {
  margin-top: 80px;
}

.member {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 56px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.member::-webkit-scrollbar {
  display: none;
}

.member-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 8px 24px 24px;
}

.member-row {
  padding: 16px 0 12px;
}
.member-row + .member-row {
  border-top: 1px solid rgb(238, 239, 240);
}

.member-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  color: rgb(73, 73, 73);
}

.member-value {
  position: relative;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: rgb(23, 23, 23);
}
.member-value.is-disabled {
  color: rgb(172, 175, 180);
}
.member-value .b-member-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.member-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 24px;
}
.member-buttons > .b-member + .b-member {
  margin-left: 5px;
}

.tutorial {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 45px 20px 0;
}

.tutorial-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 32px;
}
.tutorial-buttons .b-secondary {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31.56%;
  margin-right: 8px;
}
.tutorial-buttons .b-primary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tutorial-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36.92px;
  text-align: center;
  color: rgb(23, 23, 23);
}

.tutorial-desc {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: center;
  color: rgb(73, 73, 73);
}

.tutorial-img {
  display: block;
  margin: 59px auto 0;
}

.tutorial-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.tutorial-indicator > i {
  margin: 0 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(225, 225, 225);
}
.tutorial-indicator > i.is-on {
  background: rgb(0, 102, 255);
}

.update {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 156px;
  padding-bottom: 16px;
}

.update-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.update-header-title {
  margin-top: 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: rgb(17, 17, 17);
}

.update-header-desc {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: center;
  color: rgb(80, 80, 80);
}

.update-buttons {
  padding: 0 16px;
}
.update-buttons > button {
  display: block;
  width: 100%;
}
.update-buttons > button + button {
  margin-top: 8px;
}

.update-buttons-fulfill {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  width: 100%;
  padding: 12px 20px;
  background: #0066FF;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  color: rgb(255, 255, 255);
}

.update-footer {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: center;
  color: rgb(153, 153, 153);
}