@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/*
  컬러 팔레트
*/
input:focus {
  outline: none;
  transition: ease-in-out all 0.15s;
}

::-moz-selection {
  background: #EAEAEA;
  color: #FFF;
}

::selection {
  background: #EAEAEA;
  color: #FFF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a, button {
  text-decoration: none;
  cursor: pointer !important;
  font-family: "Pretendard", sans-serif;
}

a:hover {
  transition: ease-in-out all 0.25s;
}
a:hover::before, a:hover::after, a:hover * {
  transition: ease-in-out all 0.25s;
}

button:hover {
  transition: ease-in-out all 0.25s;
}
button:hover::before, button:hover::after, button:hover * {
  transition: ease-in-out all 0.25s;
}

html {
  position: relative;
  margin: 0;
  padding: 0;
  background: #FFF;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #FFF;
  color: #1A1A1A;
  font-weight: 400;
  font-family: "Pretendard", sans-serif;
  line-height: 1.58;
  text-align: left;
  word-break: keep-all;
  cursor: default;
  overflow: auto;
  overflow-x: hidden;
}

section {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: left;
  gap: 16px;
  margin: 0 auto;
  padding: 48px 24px;
  width: 100vw;
  max-width: 480px;
  background: #FFF;
  letter-spacing: -0.3px;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
section picture {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 100%;
}
section picture img {
  width: 100%;
  max-width: 345px;
}
section em {
  color: #6A6A6A;
  font-style: normal;
  font-weight: 300;
}
section strong {
  font-weight: 500;
}
section h2, section h3 {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  white-space: nowrap;
}
section h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
section h3, section blockquote {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
section blockquote {
  color: #51420C;
  font-weight: 600;
  white-space: nowrap;
}
section .divider {
  display: block;
  margin: 8px 0;
  width: 100%;
  height: 1.5px;
  border: 0;
  background: rgba(81, 66, 12, 0.08);
}
section .desc {
  width: 100%;
  color: #3A3A3A;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
section .desc.point {
  color: #51420C;
  font-weight: 600;
}
section .desc strong {
  color: #EA7500;
  font-weight: 600;
}
section .btns {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
section [data-symbol]::before {
  content: "";
  display: block;
  margin-bottom: 12px;
  width: 40px;
  height: 40px;
  background: url("../img/i-quote.svg") no-repeat center;
  background-size: 40px;
}
section [data-symbol=explain]::before {
  background-image: url("../img/i-explain.svg");
}
section [data-symbol=cup]::before {
  background-image: url("../img/i-cup.svg");
}
section [data-symbol=smile]::before {
  background-image: url("../img/i-smile.svg");
}
section [data-label] {
  position: relative;
  padding-left: 28px;
}
section [data-label]::before {
  content: attr(data-label);
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: #51420C;
  color: #FFF;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
}

.sc--intro {
  padding: 80px 24px 64px;
  background: linear-gradient(180deg, #FFF7ED 0%, #FFF 100%);
}
.sc--intro img[alt=nyam] {
  width: 68px;
}
.sc--intro h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
}
.sc--intro h2 strong {
  color: #EA7500;
}
.sc--intro .btns {
  margin-top: 16px;
}

.sc--5stars {
  gap: 0;
  background: #F9FAFB;
}
.sc--5stars h2 {
  margin-bottom: 4px;
  color: #EA7500;
  font-size: 16px;
}
.sc--5stars h3 {
  font-size: 20px;
  line-height: 28px;
}
.sc--5stars .wrap--bistro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
  width: 100%;
}
.sc--5stars .wrap--bistro .item {
  padding: 8px 12px;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 1px 1px -1px rgba(26, 26, 26, 0.2);
  border-radius: 9px;
}
.sc--5stars .wrap--bistro .item .name {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.sc--5stars .wrap--bistro .item .category {
  display: block;
  color: #6A6A6A;
  font-size: 12px;
}
.sc--5stars .wrap--bistro .item .score {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}
.sc--5stars .wrap--bistro .item .score::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../img/i-star.svg") no-repeat center;
  background-size: 12px;
}

.sc--msg {
  gap: 0;
  justify-content: center;
  align-items: center;
  padding: 24px;
  border: 3px dashed #51420C;
  border-width: 3px 0;
  background: #E0D9CA;
  color: #51420C;
}
.sc--msg strong {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
.sc--msg p {
  font-size: 16px;
  line-height: 24px;
}

.sc--ranking {
  background: #F2F0EA;
}

.sc--messenger {
  background: #E4E1D5;
}

.sc--why {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 42.39%), var(--white, #F5F5F5);
}

.sc--share sub {
  display: block;
  margin-bottom: 16px;
  width: 80px;
  height: 30px;
  background: #1A1A1A;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
}
.sc--share sub.point {
  background: #51420C;
}

.sc--preview {
  padding-top: 0;
  border-top: 2px solid #1A1A1A;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 87.11%, rgba(0, 0, 0, 0.04) 100%), linear-gradient(0deg, rgba(165, 165, 165, 0) 89.79%, rgba(165, 165, 165, 0.16) 99.79%), var(--white, #F5F5F5);
}
.sc--preview h2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 -24px 12px;
  padding: 20px 24px;
  width: calc(100% + 48px);
  border-bottom: 1px dashed rgba(26, 26, 26, 0.1);
  font-size: 20px;
  line-height: 24px;
}
.sc--preview h2 sub {
  color: rgba(26, 26, 26, 0.24);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.sc--preview h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.sc--download {
  align-items: center;
  padding: 64px 0;
  background: #F9FAFB;
  text-align: center;
}
.sc--download h4 {
  color: #1A1A1A;
  font-weight: 600;
  font-size: 24px;
}

.sc--end {
  align-items: center;
  padding: 64px 0;
  color: #51420C;
  text-align: center;
}
.sc--end .divider {
  margin: 40px 0;
}
.sc--end button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 0 20px 0 18px;
  height: 48px;
  border: 2px solid #51420C;
  background: #FFF;
  color: #51420C;
  font-weight: 600;
  font-size: 14px;
  border-radius: 24px;
}
.sc--end button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/i-share.svg") no-repeat center;
  background-size: 20px;
}

/*
  푸터
*/
.copyright {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
  padding: 16px 24px 40px;
  width: 100vw;
  max-width: 480px;
  background: #1A1A1A;
  color: #F9FAFB;
  letter-spacing: -0.3px;
}
.copyright .copyright-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  padding: 48px 0 24px;
}
.copyright img {
  margin-bottom: 20px;
  padding: 0;
  width: 108px;
  filter: invert(100%);
}
.copyright p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
}
.copyright span {
  font-size: 14px;
  line-height: 21px;
  word-break: keep-all;
  white-space: nowrap;
}
.copyright h6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  opacity: 0.6;
  padding: 16px 0;
  font-weight: 300;
  font-size: 16px;
}
.copyright nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
}
.copyright a {
  color: #EAEAEA;
  font-weight: 600;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright .btn--top {
  z-index: 5;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #EA7500;
}

/*
    for responsive small screen
 */
@media only screen and (min-width: 480px) {
  section {
    border: 2px solid rgba(26, 26, 26, 0.1);
    border-width: 0 2px;
  }
}
@media only screen and (max-width: 380px) {
  .sc--5stars h3 {
    font-size: 19px;
  }
  .sc--messenger h3 {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  section blockquote {
    font-size: 19px;
  }
  section .desc {
    font-size: 15px;
  }
  .copyright {
    font-size: 11px;
  }
  .copyright span, .copyright a {
    font-size: 12px;
  }
  .copyright nav {
    gap: 8px 12px;
  }
  .copyright a {
    word-break: keep-all;
    white-space: nowrap;
  }
}