@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url("//fonts.googleapis.com/earlyaccess/nanummyeongjo.css");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&family=Nanum+Pen+Script&display=swap");
@font-face {
  font-family: "GMarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "MiraenaMu";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_04@1.0/Future_tree.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "KccImKwonTaek";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2202@1.0/KCCImkwontaek.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: bold;
}

.tag {
  text-align: center;
  padding: 0 20px;
  line-height: 20px;
  font-size: 13px;
  color: #ffffff;
  width: fit-content;
  margin: 40px auto 48px;
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0.3137254902) 0px 2px 8px;
}

.divider {
  margin-top: 0px;
  filter: drop-shadow(0 -12px 4px rgba(0, 0, 0, 0.1254901961));
}
.divider svg {
  width: 100%;
}
.divider path {
  fill: white;
}

.impact-gradient {
  background-image: linear-gradient(to bottom, #ff6f0f, orange, #ff6f0f);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.point {
  text-align: center;
}
.point .point-lead span {
  font-size: 14px;
  font-weight: 600;
}
.point .point-lead span::before, .point .point-lead span::after {
  content: "|";
  padding: 0 8px;
  font-weight: 400;
}
.point .point-lead h2 {
  font-size: 20px;
  font-weight: 600;
  padding: 24px 0;
}
.point .point-text-box {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media (min-width: 720px) {
  .best-seller .best-sellers-content {
    flex-direction: row !important;
    gap: 12px !important;
  }
  .best-seller .best-sellers-content .item .item-content {
    flex-direction: column;
  }
  .best-seller .best-sellers-content .item .item-content .item-info {
    padding: 12px !important;
    gap: 12px !important;
  }
  .best-seller .best-sellers-content .item .item-content .item-info .item-info-bottom {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .best-seller .best-sellers-content .item .item-content .item-info .item-info-bottom .order-button {
    display: block;
    margin-left: auto;
    margin-top: 20px;
  }
  .final-cta {
    background: #ffffff !important;
  }
}
.container .header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  top: 0;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  background-color: #ffffff;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.062745098));
  position: fixed;
  z-index: 999;
}
.container .header .header-logo {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}
.container .header .header-logo .header-logo-img {
  width: 40px;
}
.container .header .header-logo .header-logo-img img {
  width: 100%;
}
.container .header .header-logo span {
  font-size: 20px;
}
.container .header .header-cta {
  color: #ffffff;
  background-color: #ff5f2c;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 100px;
  cursor: pointer;
}
.container .content {
  overflow-x: hidden;
}
.container .content section.hero {
  background-color: #fff3ea;
  width: 100%;
  padding-top: 120px;
}
.container .content section.hero .hero-text-box {
  text-align: center;
}
.container .content section.hero .hero-text-box .hero-subtitle {
  font-weight: 500;
  color: #181818;
  font-size: 20px;
}
.container .content section.hero .hero-text-box .hero-subtitle span {
  color: #de3e06;
  font-family: "Nanum Brush Script";
  font-size: 1.5em;
  display: inline-block;
  transform: translateY(-2px);
  position: relative;
  margin: 0 6px;
}
.container .content section.hero .hero-text-box .hero-subtitle span::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 200%;
  z-index: 0;
  opacity: 0.7;
  background-image: url(../img/acctent-sm.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -13%;
  top: -40%;
}
.container .content section.hero .hero-text-box .hero-title {
  font-weight: 800;
  color: #181818;
  font-size: 40px;
  font-family: "GMarketSans";
  margin-top: 20px;
}
.container .content section.hero .hero-text-box .hero-title span {
  color: #de3e06;
}
.container .content section.hero .hero-img-box {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
}
.container .content section.hero .hero-img-box .hero-img-wrap {
  margin: 0 auto;
  width: 90%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.container .content section.hero .hero-img-box .hero-img-wrap::after {
  content: "";
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  inset: 0;
}
.container .content section.hero .hero-img-box .hero-img-wrap img {
  width: 100%;
}
.container .content section.hero .hero-img-box .hero-likes-followers {
  display: none !important;
  position: absolute;
  top: 0;
  width: 47%;
  max-width: 245px;
  left: 5%;
  margin-left: 5%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 13% 0 40% 0;
  box-sizing: border-box;
  gap: 10%;
}
.container .content section.hero .hero-img-box .hero-likes-followers > div {
  flex: 1;
  background-color: rgba(255, 243, 234, 0.1254901961);
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 7%;
  border: 1px solid rgba(255, 243, 234, 0.5647058824);
  box-shadow: rgba(0, 0, 0, 0.3764705882) 0px 0px 8px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s, background-color 3s;
}
.container .content section.hero .hero-img-box .hero-likes-followers > div .emoji-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #181818;
}
.container .content section.hero .hero-img-box .hero-likes-followers > div .emoji-wrap i {
  font-size: 24px;
}
.container .content section.hero .hero-img-box .hero-likes-followers > div .emoji-wrap .title {
  font-size: 13px;
  font-weight: 600;
}
.container .content section.hero .hero-img-box .hero-likes-followers > div p {
  flex: 1;
  text-align: right;
  color: #595959;
  font-weight: 600;
}
.container .content section.hero .hero-img-box .hero-likes-followers > div p .target {
  transition: color 2s, filter 2s;
  font-weight: 500;
  font-size: 24px;
  font-family: "GMarketSans";
}
.container .content section.hero .hero-img-box .hero-likes-followers > div p .unit {
  font-size: 14px;
  padding: 0 4px;
  color: #000000 !important;
}
.container .content section.hero .hero-img-box .hero-likes-followers .hero-followers .emoji-wrap i {
  font-size: 32px;
}
.container .content section.hero .hero-img-box .hero-likes-followers .hero-likes {
  transition: 1s 0.4s;
}
.container .content section.hero .hero-img-box .hero-likes-followers .hero-likes .emoji-wrap i {
  width: 32px;
  height: 32.75px;
  text-align: center;
  line-height: 32.75px;
}
.container .content section.hero .hero-img-box .hero-likes-followers .hero-likes .target {
  transition: color 2s 0.5s, filter 2s 0.5s;
}
.container .content section.hero .hero-img-box .hero-likes-followers-2 {
  position: absolute;
  left: 0;
  top: 0;
  left: 5%;
  top: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.container .content section.hero .hero-img-box .hero-likes-followers-2 > div {
  display: flex;
  width: 220px;
  background-color: rgba(255, 243, 234, 0.1254901961);
  border-radius: 8px;
  padding: 12px;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s, background-color 1.5s;
  transform: translateY(50px);
  align-items: center;
  border: 1px solid #fff3ea;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.1254901961) 0px 0px 30px;
}
.container .content section.hero .hero-img-box .hero-likes-followers-2 > div .emoji-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.3764705882));
}
.container .content section.hero .hero-img-box .hero-likes-followers-2 > div .emoji-wrap .title {
  font-size: 14px;
  margin-top: 2px;
  font-weight: 500;
}
.container .content section.hero .hero-img-box .hero-likes-followers-2 > div .tick span {
  font-size: 26px;
}
.container .content section.hero .hero-img-box .hero-likes-followers-2 > div .tick i {
  font-weight: 600;
  font-size: 18px;
}
.container .content section.hero .hero-img-box .hero-likes-followers-2 > div .tick .tick-credits {
  display: none;
}
.container .content section.hero .hero-img-box .hero-likes-followers-2 .hero-followers .emoji-wrap i {
  font-size: 40px;
}
.container .content section.hero .hero-img-box .hero-likes-followers-2 .hero-likes {
  transition: 0.5s 0.5s;
}
.container .content section.hero .hero-img-box .hero-likes-followers-2 .hero-likes .emoji-wrap i {
  font-size: 32px;
  height: 40.75px;
  line-height: 40.75px;
  text-align: center;
}
.container .content section.reviews {
  transform: translateY(-20px);
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
  padding-top: 10px;
  filter: drop-shadow(0 -8px 8px rgba(0, 0, 0, 0.2509803922));
}
.container .content section.reviews .review-chevron-down {
  padding-bottom: 20px;
  text-align: center;
  color: #9e9e9e;
  font-size: 32px;
  opacity: 0;
  transform: translateY(-5px);
  animation: scroll-down 2.7s 1.5s infinite;
}
@keyframes scroll-down {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-5px);
  }
}
.container .content section.reviews .reviews-text-box > * {
  text-align: center;
}
.container .content section.reviews .reviews-text-box .rating-wrap {
  color: #ff5f2c;
  margin-bottom: 32px;
  z-index: 10;
}
.container .content section.reviews .reviews-text-box h2 {
  padding-top: 12px;
  font-weight: 800;
  margin-bottom: 32px;
  font-size: 36px;
  font-family: "GMarketSans";
}
.container .content section.reviews .reviews-text-box h2 span {
  color: #ff6f0f;
  margin-right: 12px;
}
.container .content section.reviews .reviews-img-box {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 480px;
  z-index: 20;
  position: relative;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 8px;
}
.container .content section.reviews .reviews-img-box .review-img-wrap {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3764705882) 0px 0px 8px;
  border-radius: 12px;
  overflow: hidden;
}
.container .content section.reviews .reviews-img-box .review-img-wrap img {
  width: 100%;
}
.container .content section.reviews .review-box {
  padding: 32px 20px;
  text-align: center;
  position: relative;
}
.container .content section.reviews .review-box::after {
  content: "";
  position: absolute;
  background-color: #fff3ea;
  width: 100%;
  height: 648px;
  top: -100px;
  left: 0;
  z-index: -1;
}
.container .content section.reviews .review-box .review {
  box-shadow: rgba(0, 0, 0, 0.3137254902) 0px 2px 8px;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 8px;
  margin-bottom: 12px;
  background-color: #ffffff;
}
.container .content section.reviews .review-box .review .review-id {
  border-bottom: 1px solid #dfdfdf;
  width: 90%;
  padding: 12px 0;
  font-size: 11px;
  color: #595959;
  margin-left: 5%;
  box-sizing: border-box;
}
.container .content section.reviews .review-box .review .review-id span {
  margin-right: 12px;
}
.container .content section.reviews .review-box .review .review-content {
  padding: 12px;
}
.container .content section.reviews .review-box .review .review-content p {
  font-size: 14px;
  line-height: 20px;
}
.container .content section.reviews .review-box .review .review-content p span {
  color: white;
  background-color: #ff6d49;
  padding: 0 4px;
  font-weight: 500;
}
.container .content section.difference {
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  padding: 120px 0 40px;
}
.container .content section.difference .difference-lead h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.container .content section.difference .difference-lead h3 span {
  background-color: #ff6d49;
  color: #ffffff;
}
.container .content section.difference .difference-img-wrap {
  padding: 40px 0 20px;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.container .content section.difference .difference-img-wrap .difference-influencer {
  width: 30%;
}
.container .content section.difference .difference-img-wrap .difference-influencer p {
  font-size: 11px;
  line-height: 12px;
  margin: 12px 0;
}
.container .content section.difference .difference-img-wrap .difference-influencer p span {
  font-size: 9px;
  margin-left: 4px;
}
.container .content section.difference .difference-img-wrap .difference-influencer p.influencer-category {
  font-weight: 500;
  color: #f5f5f5;
}
.container .content section.difference .difference-img-wrap .difference-influencer p:last-child {
  font-style: italic;
  color: #f5f5f5;
}
.container .content section.difference .difference-img-wrap .difference-influencer .img-wrap {
  border-radius: 12px;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #ffffff;
  filter: drop-shadow(0 0 8px #ff6f0f);
}
.container .content section.difference .difference-img-wrap .difference-influencer .img-wrap img {
  width: 100%;
  transform: scale(1.2);
}
.container .content section.difference .difference-img-wrap .difference-influencer:nth-child(2) {
  padding-top: 20px;
}
.container .content section.difference .difference-img-wrap .difference-influencer:nth-child(3) {
  padding-top: 40px;
}
.container .content section.difference .difference-text {
  line-height: 20px;
  margin-top: 20px;
}
.container .content section.difference .difference-text h4 {
  font-size: 16px;
}
.container .content section.difference .difference-title {
  margin-top: 20px;
}
.container .content section.difference .difference-title h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
}
.container .content section.difference .difference-title h2 span {
  color: #ff6d49;
}
.container .content section.problem {
  padding-top: 52px;
  background-color: #f5f5f5;
}
.container .content section.problem > div:not(.tag-problem) {
  margin: 0 auto;
}
.container .content section.problem .tag-problem {
  background-color: #595959;
}
.container .content section.problem .problem-text-box {
  max-width: 480px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.container .content section.problem .problem-text-box h3 {
  font-size: 20px;
  font-weight: 600;
}
.container .content section.problem .problem-text-box .dash {
  width: 2px;
  height: 30px;
  background-color: #9e9e9e;
}
.container .content section.problem .problem-text-box i {
  font-size: 20px;
  color: #595959;
  transform: translateX(-3px);
}
.container .content section.problem .problem-text-box h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.container .content section.problem .problem-text-box h4 span {
  color: #ffffff;
  background-color: #ff6d49;
}
.container .content section.problem .problem-content {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 64px 28px;
}
.container .content section.problem .problem-content .problem-explanation {
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  box-shadow: rgba(0, 0, 0, 0.1254901961) 0px 0px 30px;
  border-radius: 100px;
  padding: 12px 0;
  text-align: center;
  position: relative;
}
.container .content section.problem .problem-content .problem-explanation::before, .container .content section.problem .problem-content .problem-explanation::after {
  font-family: "bootstrap-icons";
  position: absolute;
  content: "\f6b0";
  font-size: 20px;
}
.container .content section.problem .problem-content .problem-explanation::before {
  left: 8px;
  top: -6px;
}
.container .content section.problem .problem-content .problem-explanation::after {
  transform: rotate(180deg);
  right: 8px;
  bottom: -6px;
}
.container .content section.problem .problem-content .problem-explanation span {
  color: #ff6d49;
}
.container .content section.problem .problem-solve {
  text-align: right;
  max-width: 480px;
  padding-right: 36px;
  padding-bottom: 52px;
  position: relative;
  font-family: "nanummyeongjo";
}
.container .content section.problem .problem-solve h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
.container .content section.problem .problem-solve h3 span {
  position: relative;
}
.container .content section.problem .problem-solve h3 span img {
  position: absolute;
  width: 100%;
  transform: scale(1.4) translate(-10px);
  padding-bottom: 50px;
}
.container .content section.solution {
  background-color: #fff3ea;
  padding-top: 52px;
}
.container .content section.solution .tag-solution {
  background-color: #ff6d49;
}
.container .content section.solution .solution-text-box h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 28px;
}
.container .content section.solution .solution-text-box h2 span {
  color: #ffffff;
  background-color: #ff6d49;
  padding: 0 8px;
}
.container .content section.solution .solution-step-box {
  margin-top: 40px;
}
.container .content section.solution .solution-step-box .solution-step-wrap {
  height: 520px;
  display: flex;
  justify-content: center;
}
.container .content section.solution .solution-step-box .solution-step-wrap .solution-step-img {
  height: 100%;
}
.container .content section.solution .solution-step-box .solution-step-wrap .solution-step-img img {
  height: 100%;
}
.container .content section.solution .solution-step-box .solution-step-wrap .solution-step-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 48px;
}
.container .content section.solution .solution-step-box .solution-step-wrap .solution-step-content .solution-step {
  margin-left: 12px;
}
.container .content section.solution .solution-step-box .solution-step-wrap .solution-step-content .solution-step .solution-step-title {
  padding-right: 30px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 8px;
}
.container .content section.solution .solution-step-box .solution-step-wrap .solution-step-content .solution-step .solution-step-title h4 {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  margin-left: 26px;
}
.container .content section.solution .solution-step-box .solution-step-wrap .solution-step-content .solution-step .solution-step-title h4::before {
  content: attr(data-num);
  position: absolute;
  color: #ff6f0f;
  margin-left: -26px;
  font-weight: 800;
}
.container .content section.solution .solution-step-box .solution-step-wrap .solution-step-content .solution-step .solution-step-desc {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  margin-left: 26px;
  margin-top: 6px;
}
.container .content section.why-us {
  background-color: #000000;
  text-align: center;
  padding: 52px 0;
}
.container .content section.why-us .why-us-lead i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: block;
  background-color: #dfdfdf;
  border-radius: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.container .content section.why-us .why-us-lead h3 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 20px;
}
.container .content section.why-us .why-us-lead h3 span {
  color: #ff6d49;
  font-size: 24px;
}
.container .content section.why-us .why-us-content {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.container .content section.why-us .why-us-content > div {
  background-color: white;
  border-radius: 16px;
  position: relative;
  padding: 0 20px;
}
.container .content section.why-us .why-us-content > div h4 {
  color: white;
  display: block;
  padding: 6px 0;
  font-weight: 600;
  width: 80%;
  border-radius: 500px;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .content section.why-us .why-us-content .why-us-list {
  padding: 30px 12px 12px;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.container .content section.why-us .why-us-content .why-us-list li {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  font-weight: 600;
}
.container .content section.why-us .why-us-content .why-us-list li:first-child {
  border: none !important;
}
.container .content section.why-us .why-us-content .why-us-others {
  border: 2px solid #9e9e9e;
  background-color: #f5f5f5;
}
.container .content section.why-us .why-us-content .why-us-others h4 {
  font-size: 14px;
  background-color: #9e9e9e;
}
.container .content section.why-us .why-us-content .why-us-others .why-us-list li {
  font-size: 12px;
  border-top: 1px solid #9e9e9e;
}
.container .content section.why-us .why-us-content .why-us-others .why-us-list li span {
  font-size: 10px;
  color: #595959;
  display: block;
  margin-bottom: 4px;
}
.container .content section.why-us .why-us-content .why-us-snshelper {
  border: 2px solid #ff6d49;
  transform: scale(1.1) translateX(-5%);
  box-shadow: rgba(0, 0, 0, 0.3764705882) 0px 0px 8px;
}
.container .content section.why-us .why-us-content .why-us-snshelper h4 {
  font-size: 16px;
  background-color: #ff6d49;
}
.container .content section.why-us .why-us-content .why-us-snshelper .why-us-list li {
  font-size: 14px;
  color: #ff6d49;
  border-top: 1px solid #ff6d49;
}
.container .content section.why-us .why-us-content .why-us-snshelper .why-us-list li span {
  color: #000000;
  font-size: 10px;
  margin-bottom: 4px;
  display: block;
}
.container .content section.why-us .why-us-text-box {
  max-width: 360px;
  margin: 0 auto;
  color: #ffffff;
  margin-top: 60px;
  font-size: 13px;
  padding: 40px;
}
.container .content section.why-us .why-us-text-box p {
  border: 1px solid #9e9e9e;
  padding: 20px;
  line-height: 20px;
  border-radius: 8px;
}
.container .content section.why-us .why-us-text-box p span {
  background-color: #ff6d49;
}
.container .content section.point-1 {
  padding: 80px 28px;
  background-color: #ffffff;
}
.container .content section.point-1 .point-1-content {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 8px;
  max-width: 480px;
}
.container .content section.point-1 .point-1-content > div {
  width: 100%;
}
.container .content section.point-1 .point-1-content > div h4 {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 8px;
  padding: 6px 0;
}
.container .content section.point-1 .point-1-content > div img {
  width: 100%;
}
.container .content section.point-1 .point-1-content .auto-account h4 {
  background-color: #181818;
}
.container .content section.point-1 .point-1-content .real-account h4 {
  background-color: #de3e06;
}
.container .content section.point-2 {
  padding: 40px 0;
  background-color: #000000;
  color: #ffffff;
  background-image: url(../img/bg-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 120%;
  background-position: center;
}
.container .content section.point-2 .point-2-content {
  position: relative;
}
.container .content section.point-2 .point-2-content .progress-circle {
  margin: 0 auto;
  width: 240px;
}
.container .content section.point-2 .point-2-content .progress-circle img {
  width: 100%;
}
.container .content section.point-2 .point-2-content .progress-text {
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .content section.point-2 .point-2-content .progress-text h4 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.container .content section.point-2 .point-2-content .progress-text h3 {
  font-size: 24px;
  color: #ff6f0f;
  font-weight: 600;
}
.container .content section.point-3 {
  padding: 40px 12px;
  background-color: #fff3ea;
}
.container .content section.point-3 .point-3-content {
  max-width: 480px;
  margin: 0 auto;
}
.container .content section.point-3 .point-3-content img {
  width: 100%;
}
.container .content section.point-3 .point-3-text-box {
  margin-top: 20px;
}
.container .content section.point-4 {
  padding: 40px 0 80px;
  background-color: #000000;
  color: #ffffff;
  position: relative;
}
.container .content section.point-4 .point-4-content {
  max-width: 480px;
  margin: 0 auto;
}
.container .content section.point-4 .point-4-content img {
  width: 100%;
  margin-bottom: 40px;
}
.container .content section.point-4 .point-4-text-box {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.container .content section.refund {
  text-align: center;
  background-color: #f5f5f5;
  padding: 40px 0;
}
.container .content section.refund .refund-lead h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.container .content section.refund .refund-lead h3 span {
  color: #ff6d49;
}
.container .content section.refund .refund-emoji {
  margin: 0 auto;
  width: 80px;
  padding: 12px 0;
}
.container .content section.refund .refund-emoji img {
  width: 100%;
}
.container .content section.refund .refund-text-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.container .content section.refund .refund-text-box h3 span {
  color: #ff6d49;
}
.container .content section.refund .refund-text-box h2 {
  font-size: 80px;
  font-weight: 800;
}
.container .content section.refund .refund-text-box h2 .dash {
  margin: 0 20px;
  width: 20px;
  height: 3px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.container .content section.refund .refund-point-wrap {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 32px 20px;
}
.container .content section.refund .refund-point-wrap .refund-point {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1254901961) 0px 0px 8px;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.container .content section.refund .refund-point-wrap .refund-point img {
  width: 50px;
}
.container .content section.refund .refund-point-wrap .refund-point h5 {
  width: 200px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.container .content section.best-seller {
  padding: 40px 24px;
  background-color: #ffffff;
}
.container .content section.best-seller .best-sellers-lead {
  text-align: center;
}
.container .content section.best-seller .best-sellers-lead span {
  color: #ff6d49;
  font-weight: 600;
  font-size: 14px;
}
.container .content section.best-seller .best-sellers-lead h2 {
  padding: 20px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
.container .content section.best-seller .best-sellers-lead h2 span {
  font-size: 28px;
  color: #ff6d49;
}
.container .content section.best-seller .best-sellers-content {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.container .content section.best-seller .best-sellers-content .item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3137254902) 0px 2px 8px;
}
.container .content section.best-seller .best-sellers-content .item .item-header {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 0;
  background-color: #ff6f0f;
}
.container .content section.best-seller .best-sellers-content .item .item-content {
  display: flex;
  align-items: center;
}
.container .content section.best-seller .best-sellers-content .item .item-content .item-img {
  flex: 1;
  margin-left: 12px;
  overflow: hidden;
}
.container .content section.best-seller .best-sellers-content .item .item-content .item-img img {
  width: 100%;
  transform: scale(1.2);
}
.container .content section.best-seller .best-sellers-content .item .item-content .item-info {
  flex: 1.7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
}
.container .content section.best-seller .best-sellers-content .item .item-content .item-info .item-info-top .item-title {
  font-weight: 600;
  font-size: 15px;
}
.container .content section.best-seller .best-sellers-content .item .item-content .item-info .item-info-top .item-description {
  color: #181818;
  font-size: 13px;
  margin-top: 8px;
}
.container .content section.best-seller .best-sellers-content .item .item-content .item-info .item-info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .content section.best-seller .best-sellers-content .item .item-content .item-info .item-info-bottom .item-price {
  font-weight: 700;
  color: #ff5f2c;
}
.container .content section.best-seller .best-sellers-content .item .item-content .item-info .item-info-bottom .item-price::after {
  content: "/1개";
  color: #595959;
  font-weight: 500;
  font-size: 11px;
  margin-left: 4px;
}
.container .content section.best-seller .best-sellers-content .item .item-content .item-info .item-info-bottom .order-button {
  color: #ff6f0f;
  background-color: #fff3ea;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 400px;
  transition: 0.3s ease;
  cursor: pointer;
}
.container .content section.best-seller .best-sellers-content .item .item-content .item-info .item-info-bottom .order-button:hover {
  background: #ff6f0f;
  color: #ffffff;
}
.container .content section.event {
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  padding: 40px 0;
}
.container .content section.event .event-tag {
  font-size: 12px;
}
.container .content section.event .event-tag::after, .container .content section.event .event-tag::before {
  content: "|";
  padding: 0 8px;
}
.container .content section.event .event-title {
  padding-top: 20px;
  font-size: 26px;
  font-weight: 700;
}
.container .content section.event .event-title span {
  color: #ff6d49;
  line-height: 36px;
}
.container .content section.event .event-img-wrap {
  max-width: 480px;
  margin: 0 auto;
}
.container .content section.event .event-img-wrap img {
  margin: 0 auto;
  width: 70%;
  border-bottom: 1px solid #9e9e9e;
}
.container .content section.event .event-text-box {
  margin-top: 20px;
}
.container .content section.event .event-text-box p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.container .content section.event .event-text-box p span {
  color: #ff6f0f;
  border: 1px solid #ff6f0f;
  padding: 1px 4px;
  border-radius: 400px;
}
.container .content section.algorithm {
  text-align: center;
  background-color: #fff3ea;
  padding: 60px 0 180px;
}
.container .content section.algorithm .algorithm-lead i {
  color: #ff6d49;
  font-size: 20px;
}
.container .content section.algorithm .algorithm-lead h3 {
  padding: 20px 0 40px;
  font-weight: 600;
}
.container .content section.algorithm .algorithm-lead h3 span {
  color: #ff6d49;
  line-height: 26px;
}
.container .content section.algorithm .algorithm-content {
  max-width: 480px;
  margin: 0 auto;
}
.container .content section.algorithm .algorithm-content img {
  width: 100%;
}
.container .content section.final-cta {
  background: linear-gradient(#ffffff 0%, #fff3ea 100%);
  padding-bottom: 40px;
  transform: translateY(-40px);
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1254901961) 0px 0px 8px;
  z-index: 1;
}
.container .content section.final-cta .divider {
  z-index: -1;
  transform: translateY(-60px);
  position: absolute;
  width: 100%;
}
.container .content section.final-cta h3 {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  padding-left: 40px;
  max-width: 480px;
}
.container .content section.final-cta .final-cta-img {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background-image: url(../img/last-bg.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center 70%;
  max-width: 480px;
}
.container .content section.final-cta .final-cta-img img {
  margin-left: 50%;
  margin-top: 50%;
  width: 200px;
  transform: rotate(10deg) scale(0.8) translate(-74%, -55%);
}
.container .content section.final-cta .benefit-points {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 480px;
  padding: 20px 24px;
}
.container .content section.final-cta .benefit-points .benefit-point {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1254901961) 0px 0px 8px;
  width: 100%;
  height: 100px;
  align-items: center;
}
.container .content section.final-cta .benefit-points .benefit-point .benefit-icon {
  width: 40px;
  margin-top: 12px;
}
.container .content section.final-cta .benefit-points .benefit-point .benefit-icon img {
  width: 100%;
}
.container .content section.final-cta .benefit-points .benefit-point .benefit-content {
  flex: 1;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .content section.final-cta .benefit-points .benefit-point .benefit-content span {
  color: #ff6d49;
}
.container .content section.form h2 {
  font-size: 26px;
  text-align: center;
  padding-bottom: 24px;
  font-weight: 600;
}
.container .content section.form p {
  font-size: 14px;
  text-align: center;
  padding-bottom: 40px;
}
.container .content section.form .form-wrapper {
  background-color: #ffffff;
  padding: 40px 20px 80px 20px;
  position: relative;
  transform: translateY(-40px);
}
.container .content section.form .form-wrapper form {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #fff3ea;
  padding: 40px 24px;
  max-width: 720px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.3137254902) 0px 2px 8px;
}
.container .content section.form .form-wrapper form .form-error, .container .content section.form .form-wrapper form .form-success {
  margin-top: 12px;
  padding: 24px 30px;
  border-radius: 12px;
  transition: 0.5s;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: none;
}
.container .content section.form .form-wrapper form .form-error {
  background-color: #f9e8e8;
  color: #7a2813;
  border: 1px solid #df4130;
}
.container .content section.form .form-wrapper form .form-error.is-active {
  display: block;
}
.container .content section.form .form-wrapper form .form-success {
  background-color: #e8f9f0;
  color: #137a4e;
  border: 1px solid #30df93;
}
.container .content section.form .form-wrapper form .form-success.is-active {
  display: block;
}
.container .content section.form .form-wrapper form .form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.container .content section.form .form-wrapper form .form-item label {
  font-size: 12px;
}
.container .content section.form .form-wrapper form .form-item input, .container .content section.form .form-wrapper form .form-item textarea {
  font-size: 16px;
  border: 1px solid rgba(154, 74, 21, 0.5647058824);
  border-radius: 4px;
  padding: 0 8px;
  box-sizing: border-box;
  cursor: default;
}
.container .content section.form .form-wrapper form .form-item input:focus, .container .content section.form .form-wrapper form .form-item textarea:focus {
  border: 1px solid #ff6f0f;
  outline: 1px solid #ff6f0f;
}
.container .content section.form .form-wrapper form .form-item input {
  line-height: 32px;
  width: 100%;
}
.container .content section.form .form-wrapper form .form-item textarea {
  padding-top: 4px;
}
.container .content section.form .form-wrapper form .form-item .required {
  display: inline;
}
.container .content section.form .form-wrapper form .form-item .required::after {
  content: "";
  background-color: #de3e06;
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 100%;
  transform: translateX(-2px);
}
.container .content section.form .form-wrapper form button {
  padding: 12px 0;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  background-color: #ff6d49;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 8px;
}
.container .content section.form .form-wrapper form button:active {
  box-shadow: rgba(0, 0, 0, 0.1254901961) 0px 0px 30px;
  background-color: #de3e06;
}
.container .content section.form .form-wrapper .form-loading {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  display: none;
}
.container .content section.form .form-wrapper .form-loading.is-active {
  display: flex;
}
.container .bottom-button {
  width: 100vw;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  background-color: #ff5f2c;
  text-align: center;
  display: block;
  line-height: 52px;
  padding-bottom: 0px;
  position: fixed;
  cursor: pointer;
  bottom: 0;
  z-index: 999;
  filter: drop-shadow(0 -8px 8px rgba(0, 0, 0, 0.062745098));
  transition: 0.3s;
  transform: translateY(100%);
}