@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700");
/* line 15, app/assets/stylesheets/wv/common.css.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 20, app/assets/stylesheets/wv/common.css.scss */
html {
  font-size: 62.5%;
}

/* line 24, app/assets/stylesheets/wv/common.css.scss */
body {
  min-width: 240px;
  max-width: 768px;
  margin: 0 auto;
  padding: 2.4rem 1.6rem;
  width: calc(100% - 3.2rem);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: var(--seed-scale-color-gray-900);
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: var(--seed-semantic-color-paper-default);
}

/* line 39, app/assets/stylesheets/wv/common.css.scss */
.bottom-fixed-cta-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: 768px;
  margin: 0 auto;
  padding: 1.6rem;
  padding-bottom: calc(1.6rem + env(safe-area-inset-bottom));
  gap: 1.6rem;
  background-color: var(--seed-semantic-color-paper-default);
}

/* line 55, app/assets/stylesheets/wv/common.css.scss */
.bottom-fixed-cta-wrapper .button {
  display: block;
  width: calc(100% - 3.4rem);
  padding: 1.7rem;
  height: 1.8rem;
  line-height: 1;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: white;
  color: black;
  text-decoration: none;
  border-radius: 0.6rem;
}

/* line 69, app/assets/stylesheets/wv/common.css.scss */
.bottom-fixed-cta-wrapper .button.primary {
  background-color: var(--seed-semantic-color-primary);
  color: white;
}

/* line 74, app/assets/stylesheets/wv/common.css.scss */
.bottom-fixed-cta-wrapper .button.text {
  background-color: transparent;
  color: var(--seed-scale-color-gray-900);
  font-size: 1.4rem;
  width: calc(100% - 1.2rem);
  padding: 0.6rem;
  height: 1.4rem;
}

/* line 85, app/assets/stylesheets/wv/common.css.scss */
a {
  text-decoration: none;
  color: inherit;
}
