@import "/about/css/font-face.css";

:root {
  --layout-container-width: 1216px;
  --headline1-font-size: 64px;
  --headline2-font-size: 48px;
  --headline1-line-height: 138%;
  --headline2-line-height: 140%;

  --headline-description-font-size: 24px;
  --headline-description-line-height: 40px;

  --section-title-font-size: 28px;
  --section-title-line-height: 44px;

  --section-description-font-size: 18px;
  --section-description-line-height: 32px;

  --text-color: #404040;
  --text-light-color: #38404e;
  --text-lighter-color: #a3a3a3;
  --white: #fff;
  --black: #000;

  --bg-light: #f5f5f5;

  --border: #d4d4d4;
  --border-light: #f5f5f5;

  --primary: #ff7042;
  --primary-light: #ffeee5;
  --blue: #3b82f6;
  --yellow: #ffc855;
  --purple: #ad5bff;

  --color-blue-100: #eff6ff;
  --color-blue-200: #dbeafe;
  --color-blue-600: #3b82f6;
  --color-gray-200: #f3f4f6;
  --color-gray-300: #e5e7eb;
  --color-gray-600: #707583;
  --color-gray-700: #4f5565;
  --color-gray-800: #38404e;
  --color-char-200: #ffe0d6;
  --color-char-700: #f85826;

  --section-p-y: 96px;
  --sp-p-x: 40px;
  --sp-p-y: 80px;

  --sp-sm: 32px;
}

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

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

body {
  color: var(--text-color);
  font-size: 16px;
  line-height: 20px;
}

html.lang-ko {
  font-family:
    "Pretendard", "open sans", system-ui, "-apple-system", "Segoe UI", "Roboto",
    "Ubuntu", "Cantarell", "Noto Sans", "sans-serif";
}

html.lang-jp {
  font-family:
    YJTop Ellipsis,
    ヒラギノ角ゴ ProN,
    Hiragino Kaku Gothic ProN,
    メイリオ,
    Meiryo,
    Osaka,
    ＭＳ Ｐゴシック,
    MS PGothic,
    sans-serif;
  /* base font size */
  font-size: 14px;
}

.body-word-break {
  word-break: keep-all;
  word-wrap: break-word;
}

/* component */
.btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 20px;
  padding: 13px 24px;
  position: relative;
  user-select: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.tw-daisy-btn {
  min-height: 40px !important;
  height: 40px !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  border-color: transparent !important;
  animation: none !important;
  background-color: var(--white) !important;
}

.tw-daisy-btn-large {
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 24px !important;
  font-size: 16px !important;
}

.tw-daisy-btn-xlarge {
  min-height: 56px !important;
  height: 56px !important;
  padding: 0 32px !important;
  border-radius: 10px !important;
  font-size: 18px !important;
}

.tw-daisy-btn-primary {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}

.tw-daisy-btn-primary:hover {
  background-color: var(--color-char-700) !important;
}

.tw-daisy-btn-light {
  background-color: #fff0eb !important;
  color: var(--primary) !important;
}

.tw-daisy-btn-light:hover {
  background-color: var(--color-char-200) !important;
}

.tw-daisy-btn-gray {
  background-color: var(--color-gray-200) !important;
  color: var(--color-gray-700) !important;
}

.tw-daisy-btn-gray:hover {
  background-color: var(--color-gray-300) !important;
}

.tw-daisy-btn-black {
  background-color: var(--black) !important;
  color: var(--white) !important;
}

.tw-daisy-btn-black:hover {
  background-color: var(--color-gray-800) !important;
}

.tw-daisy-btn-ghost {
  background-color: var(--white) !important;
  color: var(--color-gray-700) !important;
}

.tw-daisy-btn-ghost:hover {
  background-color: var(--color-gray-200) !important;
}

.btn--sm {
  font-size: 14px;
  padding: 4px 16px;
}

.btn--md {
  height: 40px;
  font-size: 14px;
  padding: 4px 16px;
}

.btn--primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.btn--outline {
  border: 1px solid #e5e7eb;
  background: #f9f9fb;
  color: #38404e;
}

.btn--border {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}

.btn--black {
  background-color: #21262f;
  border-color: #21262f;
  color: var(--white);
}

.btn--black:hover {
  background-color: #38404e;
  border-color: #38404e;
}

.btn-light {
  border: 1px solid #e5e7eb;
  background-color: #f9f9fb;
}

.btn-transparent-gray {
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
}

.btn--link {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.btn--icon {
  align-items: center;
  display: inline-flex;
  padding: 10px;
}

.btn.playlist {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.5px;
  padding: 8px 24px;
  border: 0;
  cursor: default;
  height: 48px;
}

.badge--new {
  background-color: #e7f5ff;
  color: #339af0;
  font-size: 12px;
  margin-left: 8px;
  padding: 4px 6px !important;
  line-height: 20px;
  letter-spacing: -0.18px;
  max-height: 24px;
  border-radius: 6px !important;
}

.btn--icon > svg {
  margin: 0 !important;
}

.btn--block {
  width: 100%;
}

.btn--plain {
  border-color: transparent;
}

.btn--inverse {
  background-color: var(--white);
  color: var(--primary);
}

.btn > img,
.btn > svg {
  margin-left: 8px;
  pointer-events: none;
}

/* dropdown */
.dropdown {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.dropdown-content {
  background-color: var(--white);
  border-radius: 8px;
  display: none;
  min-width: 220px;
  width: max-content;
  padding: 4px;
  position: absolute;
  top: 32px;
  box-shadow:
    0px 0px 12px 0px rgba(0, 0, 0, 0.08),
    0px 8px 24px 0px rgba(0, 0, 0, 0.12);
}

.dropdown-content.show {
  display: block;
}

.dropdown-content a {
  color: black;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  padding: 10px 16px;
  text-decoration: none;
  align-items: center;
  border-radius: 6px;
}

.dropdown-content a > svg {
  margin-right: 16px;
  flex-shrink: 0;
}

.dropdown-content a:hover {
  background-color: #f3f4f6;
}

/* mobile */
.mobile-content {
  background-color: var(--white);
  display: none;
  padding: 0px;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
}

.mobile-content.show {
  display: block;
}

.mobile-content > *:not(hr) {
  color: #38404e;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 24px;
  text-decoration: none;
  align-items: center;
}

.mobile-content > a > svg {
  margin-right: 8px;
}

.mobile-content > hr {
  border: 0;
  margin: 12px 0;
  overflow: hidden;
}

/* table */
.table {
  table-layout: fixed;
  width: 100%;
}

.table--compare {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
}

.table--compare th,
.table--compare td {
  border-bottom: 1px solid var(--border-light);
  padding: 16px 0;
}

.table--compare td:nth-child(1) {
  color: var(--primary);
}

.table--compare td:nth-child(2) {
  font-size: 16px;
}

/* layout */
.container {
  margin: 0 auto;
  max-width: var(--layout-container-width);
}

.full-width-container {
  width: 100%;
}

.header {
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
  align-items: center;
  display: flex;
  height: 72px;
  position: sticky;
  top: 0;
  z-index: 11;
  padding-left: 24px;
  padding-right: 24px;
}

.header__container {
  align-items: center;
  display: flex;
  margin: auto;
  width: 1218px;
  /* margin: auto 24px auto 72px; */
}

.gnb {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-left: 48px;
}

/* util */
.flex {
  display: flex;
}

.align-items-cetner {
  align-items: center;
}

.justify-content {
  justify-content: center;
}

.gap {
  gap: 16px;
}

.gap-md {
  gap: 12px;
}

.gap-sm {
  gap: 8px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.bg-light {
  background-color: var(--bg-light);
}

.bg-primary-light {
  background-color: var(--primary-light);
}

.text-light {
  color: var(--text-light-color);
}

.text-primary {
  color: var(--primary);
}

.text-center {
  text-align: center;
}

.mobile-visibility {
  display: none !important;
}

/* headline */
.headline {
  margin-bottom: var(--sp-p-y);
  text-align: center;
}

.headline1__title {
  font-size: var(--headline1-font-size);
  font-weight: 700;
  letter-spacing: -1.6px;
  line-height: var(--headline1-line-height);
  color: #21262f;
  text-align: center;
}

.headline2__title {
  font-size: var(--headline2-font-size);
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: var(--headline2-line-height);
  color: #21262f;
  text-align: center;
}

.headline__description {
  color: #707583;
  font-size: var(--headline-description-font-size);
  font-weight: 700;
  line-height: var(--headline-description-line-height);
}

.headline__description.headline__desciption__price {
  font-weight: 500;
  color: #707583;
}

.headline + .section {
  padding-top: 0;
}

/* main */
.main-ui {
  text-align: center;
  position: relative;
}

.main-ui__filter {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* 기능 */
.row {
  align-items: center;
  display: flex;
}

.feature-table {
  margin-top: 24px;
}
.feature-th,
.feature-td {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex: 1;
  font-size: 14px;
  height: 48px;
}

.feature-th {
  border-right: 1px solid #ddd;
  font-weight: 700;
  padding: 0 16px;
}

.feature-td {
  justify-content: center;
}

.feature-td > img {
  filter: invert(61%) sepia(87%) saturate(289%) hue-rotate(109deg)
    brightness(92%) contrast(93%);
}

.feature-caption {
  background-color: var(--bg-light);
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
}

.divider {
  border-top: 2px solid var(--border-light);
  height: 1px;
  overflow: hidden;
}

.section > img {
  width: 100%;
  height: 100%;
}

.uesd__title {
  margin-bottom: 32px;
}

.used {
  margin-top: 48px;
}

.used__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 40px 32px;
}

.used__list li {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  line-height: 20px;
  list-style: none;
}

.used__list li img {
  height: 24px;
  width: 24px;
  margin-right: 12px;
}

/* Tag */
.tag {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 1000px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

.tag-style-1 {
  background-color: var(--primary);
  color: #fff;
}

.tag-style-2 {
  background-color: #fff0eb;
  color: var(--primary);
}

/* section */
.section {
  overflow: hidden;
  padding: var(--section-p-y) 24px;
}

.section__header {
  padding: 80px 0;
  text-align: center;
}

.section__icon {
  margin-bottom: 16px;
}

.section__label {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.section__title {
  align-items: center;
  display: flex;
  font-size: var(--section-title-font-size);
  font-weight: 700;
  gap: 16px;
  letter-spacing: -0.5px;
  line-height: var(--section-title-line-height);
  margin-bottom: 16px;
}

.section__title__statistics {
  margin-bottom: 0;
  text-align: left;
}

.section__description__statistics {
  font-size: 24px;
  font-weight: 600;
  color: #9fa3ae;
  line-height: 150%;
  letter-spacing: -0.6px;
}

.section__title__setting {
  padding-bottom: 0;
  text-align: left;
  color: var(--text-light-color);
}

.section__description__setting {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.6px;
  color: #9fa3ae;
}

.section__title + img {
  margin-top: 40px;
}

.section__description {
  color: var(--text-light-color);
  font-weight: 500;
  font-size: var(--section-description-font-size);
  line-height: var(--section-description-line-height);
}

.section__terms {
  padding: 24px;
}

.section__terms_selector {
  padding-top: 0;
}

.section__terms p {
  line-height: 1.5;
  margin: 1em 0;
}

.section__terms h2 {
  line-height: 1.5;
  margin: 1em 0;
}

.section__terms ul,
ol {
  padding-left: 40px;
}

.section__terms ul li {
  list-style: disc;
}

.section__terms ol li {
  list-style: number;
}

.section__terms .tw-table-header-group {
  font-weight: 600;
}

.section__terms .tw-table-header-group .tw-table-row {
  border-top: solid 1px #1c1b1b;
}

.section__terms .tw-table-row {
  border-bottom: solid 1px #1c1b1b;
}

.section__terms .tw-table-cell p {
  margin: 0.4em 0;
}

.section__terms .tw-table-cell {
  padding: 0 1em;
}

.frame {
  display: flex;
  gap: 40px;
}

.frame > * {
  flex: 1;
}

.card__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.6px;
  color: #38404E;
}

.card__desc {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.45px;
  color: #707583;
}

.frame__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.frame__badge {
  display: inline-block;
  align-self: flex-start;
  padding: 8px 16px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.7px;
}

.frame__img {
  text-align: right;
}

.is-reverse .frame__img {
  order: 1;
}

.is-reverse .frame__content {
  order: 2;
}

.frame-card {
  background-color: var(--white);
  border-radius: 32px;
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 48px;
}

.frame-card .frame__content {
  flex: 1;
}

.frame-card .frame__img {
  flex: 0 1 160px;
}

.frame-card .frame__img > img {
  height: 160px;
  width: 160px;
}

.frame__footer {
  margin-top: 80px;
  text-align: center;
}

/* banner */
.section--banner {
  /* background:
    url('../image/bg-banner-star.svg') no-repeat center center,
    linear-gradient(90.22deg, #fa602f 8.37%, #ff5d8e 129.2%); */
  background:
    linear-gradient(
      90deg,
      rgba(42, 7, 139, 0.1) 0%,
      rgba(116, 59, 5, 0.1) 100%
    ),
    url("/about/image/section-banner-bg-new.png") lightgray 50% / cover
      no-repeat;
  /* color: var(--white); */
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
}

.section--banner .btn {
  border: none;
  height: 48px;
  font-size: 16px;
  padding: 0 32px;
  letter-spacing: -0.5px;
}

.section--banner_subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.6px;
  color: var(--primary);
}

.section--banner__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.2px;
  color: #21262f;
  margin-top: 24px;
  margin-bottom: 40px;
}

.section--banner_jp_subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
  color: var(--primary);
}

.section--banner_jp__title {
  font-size: 42px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 8px;
  color: #21262f;
}

.banner__description {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 32px;
  opacity: 0.8;
  color: var(--primary);
}

/* footer */
.footer {
  background-color: var(--bg-light);
  padding: var(--sp-p-y) 24px;
}

.footer__nav {
  color: var(--text-light-color);
  display: flex;
  font-size: 14px;
  font-weight: 700;
}

.footer__nav ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
}

.footer__nav li a {
  color: #707583;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.footer__nav li:first-child {
  color: var(--text-color);
}

.footer__nav li a:hover {
  color: var(--primary);
}

.company {
  margin-top: 80px;
}

.company address {
  color: var(--text-light-color);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-style: normal;
  gap: 16px;
  margin-top: 16px;
}

.company address p {
  line-height: 28px;
}

.company address p span {
  margin: 0 8px;
  opacity: 0.5;
}

.company address nav {
  display: flex;
  font-weight: 700;
  gap: 16px;
}

.company a {
  color: var(--text-color);
  transition: color 0.2s ease-in-out;
}

.company a:hover {
  color: var(--primary);
}

/* 가격 */
.price {
  display: flex;
  gap: 16px;
}

.price__item {
  background-color: var(--white);
  border: 1px solid var(--border-light);
  border-top: 8px solid var(--price-color);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 40px;
}

.price__item .btn {
  margin-top: auto;
}

.price__header {
  border-bottom: 2px solid var(--border-light);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.price__title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: -0.75px;
  line-height: 24px;
  margin-bottom: 16px;
}

.price__desciption {
  line-height: 28px;
  margin-bottom: -8px;
}

.price__badge {
  background-color: #ffeee5;
  border-radius: 6px;
  color: var(--primary);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 2px 8px;
}

.price__badge--starter,
.price__badge--starter-jp {
  background-color: #d5f5ee;
  color: #07b8a6;
}

.price__badge--event {
  background-color: #ffe2f0;
  color: #ff378b;
  word-break: keep-all;
}

.price__enterprise {
  margin-top: 48px;
  text-align: center;
}

.price__amount {
  color: var(--price-color);
  font-size: 32px;
  letter-spacing: -0.5px;
  line-height: 48px;
}

.price__unit {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 8px;
}

.price__feature {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.price__feature li {
  align-items: center;
  display: flex;
  gap: 8px;
}

.price__feature--sub {
  margin-left: 28px;
}

.price__feature--unit-price {
  display: flex;
  align-items: stretch !important;
  color: #707583;
  letter-spacing: -1px;
  font-size: 0.9em;
}

.price__feature--column {
  align-items: flex-start !important;
  gap: 6rem !important;
}

.price__item--starter,
.price__item--starter-jp {
  --price-color: #60d3ec;
}

.price__item--basic,
.price__item--standard-jp {
  --price-color: var(--yellow);
}

.price__item--standard,
.price__item--advanced-jp {
  --price-color: var(--blue);
}

.price__item--enterprise {
  --price-color: var(--purple);
}

.icon-checked__starter {
  filter: invert(90%) sepia(17%) saturate(3413%) hue-rotate(160deg)
    brightness(94%) contrast(96%);
}

.icon-checked__basic {
  filter: invert(89%) sepia(91%) saturate(1286%) hue-rotate(314deg)
    brightness(101%) contrast(101%);
}

.icon-checked__standard {
  filter: invert(40%) sepia(89%) saturate(1348%) hue-rotate(201deg)
    brightness(97%) contrast(100%);
}

.icon-checked__enterprise {
  filter: invert(90%) sepia(17%) saturate(3413%) hue-rotate(160deg)
    brightness(94%) contrast(96%);
}

/* 자주 묻는 질문 */
.faq__q {
  font-size: 18px;
  line-height: 32px;
  padding: 32px;
}

.faq__a {
  background-color: #fafafa;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 32px;
}

.faq__item:first-of-type {
  border-top: 2px solid;
}

.faq__footer {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin-top: var(--sp-p-y);
  padding: 32px;
  text-align: center;
  color: #707583;
}

.faq__footer > a {
  color: var(--primary);
}

.faq__hint {
}

/* 비디오 커머스 통계 */
.statistic-detail {
  background-color: #fff6e2;
  border: 1px solid #fdecc8;
  border-radius: 32px;
  display: flex;
  gap: 40px;
  justify-content: center;
  overflow: hidden;
  padding: 64px 96px 0;
}

.statistic-detail__frame {
  flex: 1;
  line-height: 0;
}

.statistic-detail__label {
  color: var(--text-light-color);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

.statistic-detail__frame > img {
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.08);
}

.feature-table__header {
  background-color: var(--white);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 16px;
  position: sticky;
  top: 72px;
  z-index: 2;
}

.feature-table__header > * {
  flex: 1;
}

.feature-table__mobile-header {
  background-color: var(--white);
  align-items: center;
  display: none;
  flex-wrap: wrap;
  padding: 12px 0;
  position: sticky;
  top: 72px;
  z-index: 2;
}

.feature-table__mobile-header > * {
  flex: 1;
}

.feature-table__mobile-header .badge {
  display: inline-flex;
  font-size: 12px !important;
  flex: 1;
  font-weight: 400;
  letter-spacing: -0.75px;
  padding: 1px 3px;
}

/* 가격 */
.badge {
  align-items: center;
  display: inline-flex;
  border-radius: 4px;
  font-weight: 700;
  padding: 4px 8px;
}

.badge--starter,
.badge--starter-jp {
  background-color: #60d3ec;
  color: var(--white);
}

.badge--basic,
.badge--standard-jp {
  background-color: var(--yellow);
}

.badge--standard,
.badge--advanced-jp {
  background-color: var(--blue);
  color: var(--white);
}

.badge--enterprise {
  background-color: var(--purple);
  color: var(--white);
}

.setting-repeat {
  background-color: #fff6e2;
  border: 1px solid #fdecc8;
  border-radius: 16px;
  padding: 40px;
  padding-left: 80px;
  position: relative;
  width: 700px;
}

.setting-repeat__ui {
  box-shadow: 0px 24px 64px -50px rgba(0, 0, 0, 0.08);
  left: -80px;
  position: relative;
}

.setting-repeat__cursor {
  position: absolute;
  top: 64px;
  right: 80px;
  z-index: 1;
}

.setting-repeat__video {
  background-color: var(--white);
  padding: 8px;
}

.signup {
  align-items: center;
  background-color: var(--bg-light);
  display: flex;
  flex-direction: column;
  justify-items: center;
  height: calc((var(--vh, 1vh) * 100) - 72px);
}

.signup-step {
  align-items: center;
  display: flex;
  margin: 40px 0;
  justify-content: center;
}

.signup-step li {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 0 0 124px;
  position: relative;
  text-align: center;
  z-index: 0;
}

.signup-step li:before {
  border-top: 3px dashed var(--border);
  content: "";
  height: 3px;
  position: absolute;
  top: 11px;
  left: calc(-50% + 12px);
  width: 100%;
  z-index: -1;
}

.signup-step li:first-child:before {
  display: none;
}

.signup-step__number {
  align-items: center;
  background-color: var(--bg-light);
  border: 2px solid var(--border);
  border-radius: 100em;
  color: var(--border);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.signup-step li.active .signup-step__number {
  border-color: var(--primary);
  color: var(--primary);
}

.signup-step__label {
  font-size: 14px;
  margin-top: 8px;
  white-space: nowrap;
}

.signup-step li.active .signup-step__label {
  font-weight: 700;
}

.signup-form {
  background-color: var(--white);
  border-radius: 16px;
  font-size: 14px;
  padding: 64px var(--sp-p-x);
  width: 480px;
}

.signup__title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 32px;
}

.signup-form hr {
  background-color: var(--bg-light);
  border: none;
  height: 1px;
  margin: 32px 0;
  overflow: hidden;
}

.signup-form .input {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDJIMVYxNEgxNVYyWiIgc3Ryb2tlPSIjRDRENEQ0IiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTEgNUw4IDlMMTUgNSIgc3Ryb2tlPSIjRDRENEQ0IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  background-position: center left 16px;
  background-repeat: no-repeat;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  padding: 10px 16px 10px 40px;
  width: 100%;
}

.signup-form .input::placeholder {
  color: #d4d4d4;
}

.signup-form .input:hover,
.signup-form .input:focus-visible {
  border-color: var(--primary);
  outline: 1px solid var(--primary);
}

.form-label {
  font-size: 16px;
  margin-bottom: 16px;
}

.btn--cafe24 {
  padding: 8px 0;
}

.btn--cafe24 img {
  width: 124px;
}

.badge--ready {
  background-color: #dbeafe;
  color: var(--blue);
  font-size: 12px;
  margin-left: 8px;
  padding: 0px 4px;
}

.section--imac__frame {
  position: relative;
  margin: 0 auto;
  width: 1280px;
}

.section--imac__frame img {
  width: 100%;
}

.section--imac__video {
  position: absolute;
  top: 97px;
  left: 188px;
  height: 758px;
  width: 424px;
}

.macbook {
  background: url("../image/img-main-macbook.png") no-repeat;
  display: flex;
  margin: 0 auto;
  width: 1280px;
}

.macbook__center {
  display: flex;
}

.macbook__center__left,
.macbook__center__right {
  flex: 0 0 180px;
}

.macbook__center__video {
  flex: 1;
}

.btn--link,
.text-link {
  color: var(--text-color);
  cursor: pointer;
}

.btn--link:hover,
.text-link:hover {
  color: var(--primary);
}

/* 찰나와 함께하는 고객 */
.customer-grid {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: var(--sp-p-y);
}

.customer-grid__item {
  display: grid;
  place-content: center;
}

.customer-voice {
  background-color: var(--color-blue-100);
  border: 1px solid var(--color-blue-200);
  border-radius: 32px;
  display: flex;
  gap: 24px;
  padding: 64px 56px;
}

.customer-voice__item {
  background-color: var(--white);
  border-radius: 24px;
  flex: 1;
  padding: var(--sp-sm);
  text-align: left;
}

.customer-voice__title {
  color: var(--text-color);
  font-size: var(--headline-description-font-size);
  font-weight: 600;
  line-height: var(--headline-description-line-height);
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.customer-voice__desc {
  color: var(--text-light-color);
  font-size: var(--section-description-font-size);
  line-height: var(--section-description-line-height);
}

.customer-voice__user {
  align-items: center;
  display: flex;
  gap: 16px;
  height: 32px;
  justify-content: flex-end;
  margin-top: 32px;
}

.customer-voice__user > img {
  height: 20px;
}

.badge--customer-voice {
  background-color: var(--color-blue-600);
  color: var(--white);
  padding: 6px 12px;
}

.customer-comment {
  color: #38404e;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.5px;
}

.customer-comment--sub {
  color: #38404e;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.customer-logo img {
  width: 160px;
}

.frame__img--statistic {
  text-align: center;
}

.img--statistic-mockup {
  width: 368px;
}

.img--statistic-arrow-01 {
  position: absolute;
  bottom: -20px;
  left: 100px;
  height: 153px;
  width: 34px;
}

.img--statistic-arrow-02 {
  position: absolute;
  bottom: -10px;
  right: -60px;
  height: 209px;
  width: 233px;
}

.btn--mobile-login {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

/* 렌딩페이지 개선 css */
/* section-1 */
.section.area-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px 24px;
}

.section.area-1 .headline1-title {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 88px;
  margin-bottom: 24px;
}

.section.area-1 .headline1-description {
  color: var(--text-light-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}

.section.area-1 > div:nth-child(1) {
  flex: 1;
  display: flex;
  align-items: center;
  height: 928px;
}

.section.area-1 > div:nth-child(2) {
  flex: 1;
  border-radius: 32px;
  height: 928px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../image/main-bg.png") center center / cover;
}

.cta-buttons-container {
  display: flex;
  justify-content: center;
}

.home-phone-case {
  width: 330px;
  height: 678px;
  background-color: var(--black);
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
}

.home-phone-screen {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: var(--white);
  border-radius: 25px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.playlist-phone-case {
  width: 348px;
  height: 610px;
  background-color: var(--black);
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
}

.playlist-phone-screen {
  width: 338px;
  height: 600px;
  background-color: var(--white);
  border-radius: 25px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.playlist-phone-screen iframe,
.home-phone-screen iframe {
  border-radius: 25px;
}

/* section-2 */
.full-width-container {
  /* background-image: linear-gradient(
    104deg,
    #1c1b1b 0%,
    rgba(28, 28, 28, 0.9) 70.23%,
    rgba(38, 38, 38, 0.8) 100%
  );
  background-color: #f8754b; */
}

.full-width-container.playlist-background {
  background-image: linear-gradient(
    104deg,
    #1c1b1b 0%,
    rgba(28, 28, 28, 0.9) 70.23%,
    rgba(38, 38, 38, 0.8) 100%
  );
  background-color: #f8754b;
}

.full-width-container.section-4 {
  background: url("../image/bg.png") no-repeat center center / cover;
}

.section.area-2 {
  color: var(--white);
}

.section.area-2 .card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.section.area-2 .card {
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.2);
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.section.area-2 .card [class*="graph-"] {
  text-align: right;
  flex-grow: 1;
  position: relative;
  display: flex;
  justify-content: end;
}

.section.area-2 .card [class*="graph-"] img {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: auto;
}

.section.area-2 .card > div:nth-child(1) > span {
  color: var(--primary);
  font-weight: 900;
  line-height: normal;
  letter-spacing: -4px;
}

.section.area-2 .card > div:nth-child(1) > span:nth-child(1) {
  font-size: 96px;
}

.section.area-2 .card > div:nth-child(1) > span:nth-child(2) {
  font-size: 56px;
}

.section.area-2 .card div:nth-child(2) {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.section.area-2 .card div:nth-child(3) {
  color: var(--white);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.section.area-2 .card div:nth-child(4) {
  float: right;
}

.section.area-2 .tooltip {
  font-size: 8px;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  top: -12px;
}

.section.area-2 .tooltip:hover {
  cursor: pointer;
  color: var(--primary);
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 320px;
  background-color: var(--black);
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  padding: 4px 12px;
  position: absolute;
  z-index: 2;
  bottom: 150%;
  left: -96px;
  margin-left: -60px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}

.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}

.section .headline-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.75px;
  text-align: center;
  margin-bottom: 24px;
}

.section .headline-description {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 80px;
}

.section.card-section .headline3-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.75px;
  text-align: center;
  margin-bottom: 24px;
}

.section.card-section .headline3-description {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.5px;
  text-align: center;
}

.section.card-section .card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.section.card-section .card {
  background-color: #f9f9fb;
  border-radius: 32px;
  border: 1px solid var(--color-gray-200);
  display: flex;
  flex-direction: column;
}

.section.card-section .card.card-styling {
  background-color: #edf2ff;
  border: 1px solid #dbe4ff;
}

.section.card-section .card > .text-area {
  padding: 32px 32px 0 32px;
}

.section.card-section .card > .image-area {
  position: relative;
  flex-grow: 1;
}

.section.card-section .card > .image-area > img {
  margin-top: auto;
}

.section.card-section .card .icon {
  margin-bottom: 16px;
}

.section.card-section .card .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.5px;
  text-align: left;
  margin-bottom: 8px;
}

.section.card-section .card .description {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-align: left;
  margin-bottom: 16px;
  color: #707583;
}

.section.card-section .card .badge-container {
  display: flex;
  gap: 8px;
}

.badge.internal-mkt {
  font-size: 14px;
  background-color: #dbe4ff;
  color: #4c6ef5;
  border-radius: 6px;
}

.badge.external-mkt {
  font-size: 14px;
  background-color: #dbefec;
  color: #00a87f;
  border-radius: 6px;
}

.badge.copy-code-link {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.06);
  color: var(--color-gray-700);
  border-radius: 6px;
}

.section.area-4 {
  color: var(--text-light-color);
}

.section.area-5 .card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  /* height: 710px; */
}

.section.area-5 .card {
  background-color: #f9f9fb;
  border-radius: 32px;
  border: 1px solid var(--color-gray-200);
}

.section.area-5 .card > .text-area {
  padding: 32px 32px 0 32px;
}

.section.area-5 .card:nth-child(1) .image-area {
  position: relative;
}

.section.area-5 .card:nth-child(1) .image-area img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.section.area-5 .card:nth-child(1) img.active {
  opacity: 1;
}

.section.area-5 .card .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.5px;
  text-align: left;
  margin-bottom: 16px;
}

.section.area-5 .card .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-align: left;
}

.section.area-6 .pc-mobile-layout-container {
  background-image: linear-gradient(
    104deg,
    #1c1b1b 0%,
    rgba(28, 28, 28, 0.9) 70.23%,
    rgba(38, 38, 38, 0.8) 100%
  );
  background-color: #f8754b;
  border-radius: 32px;
}

.pc-mobile-layout-container .title {
  color: var(--white);
  text-shadow: 0px 0px 32px rgba(196, 82, 0, 0.08);
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

.pc-mobile-layout-container .description {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.5px;
}

.pc-mobile-layout-container .text-area {
  padding: 32px 32px 0 32px;
  border-radius: 32px;
}

.pc-mobile-layout-container .image-area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pc-mobile-layout-container .image-area img {
  transition: opacity 0.3s ease-in-out;
}

.playlist-container {
  position: relative;
}

.playlist-container .title {
  color: var(--text-light-color);
  text-shadow: 0px 0px 32px rgba(196, 82, 0, 0.08);
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.5px;
}

.playlist-container .description {
  color: var(--text-light-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  letter-spacing: -0.5px;
}

.cursor-pc,
.cursor-mobile {
  margin-left: 4px !important;
}

.cursor-mobile {
  display: none;
}

.list-view-container,
.grid-view-container,
.slide-view-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#shopplayer-pc {
  position: absolute;
  opacity: 1;
}

#shopplayer-mobile {
  opacity: 0;
}

#shoplayer-no-banner {
  position: absolute;
}

.card .image-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-up-link-container {
  text-align: center;
  padding-bottom: 80px;
}

.pc-mobile-layout-container .switch-pc-mobile {
  padding: 32px 0;
  text-align: center;
}

/* Switch Toggle */
.switch {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 68px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.16);
  -webkit-transition: 0.4s;
  transition: 0.4s;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider > div {
  flex: 1;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}

.slider > div:nth-child(1) {
  color: var(--text-light-color);
}

.slider > div:nth-child(2) {
  color: var(--white);
}

.slider:before {
  position: absolute;
  content: "";
  height: 52px;
  width: 75px;
  left: 8px;
  bottom: 8px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider:before {
  -webkit-transform: translateX(98px);
  -ms-transform: translateX(98px);
  transform: translateX(98px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 1000px;
}

.slider.round:before {
  border-radius: 1000px;
}

/* Tab */

.tab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.tab {
  overflow: hidden;
  padding: 6px;
  background-color: #f9f9fb;
  display: inline-block;
  height: 68px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9fb;
  color: #707583;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 60px;
  transition: 0.3s;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: -0.5px;
}

/* Create an active/current tablink class */
.tab button.active {
  border-radius: 12px;
  background-color: var(--white);
  color: var(--primary);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
}

.tab button .playlist-icon {
  fill: #707583;
}

.tab button.active .playlist-icon {
  fill: var(--primary);
  transition: 0.3s;
}

.tab-content {
  transition: 0.3s;
}

.tab-content:nth-child(1) {
  position: absolute;
  opacity: 1;
}

.tab-content:nth-child(2) {
  position: absolute;
}

.tab-content:not(:first-child) {
  opacity: 0;
}

.tab-content .text-area {
  width: 452px;
}

.btn.btn--link .arrow-right-primary {
  display: none;
}

.btn.btn--link:hover .arrow-right {
  display: none;
}

.btn.btn--link:hover .arrow-right-primary {
  display: block;
}

.customer-info {
  background: linear-gradient(111deg, #1b1c77 -0.01%, #21125e 100.01%);
}

.customer-info .customer-info-bg {
  background-image: url("/about/image/customer-info-bg.png");
  background-position: cover;
  background-size: 100%;
  background-repeat: no-repeat;
}

.customer-info .card {
  border-radius: 32px;
  background: #272b7f;
  display: flex;
  padding: var(--Global-Spacing-spacing-400, 32px);
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}

.customer-info .card .card-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px; /* 146.667% */
  letter-spacing: -0.5px;
}

.customer-info .card .card-number {
  font-size: 64px;
  font-weight: 800;
  line-height: 80px; /* 125% */
  background: linear-gradient(180deg, #fff 0%, #afb9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.customer-info .card .card-number-desc {
  color: #a0abff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px; /* 150% */
}

.customer-info .card .card-number-desc-strong {
  color: #dfe3ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

/* Mobile */
@media (max-width: 1024px) {
  :root {
    --headline-font-size: 32px;
    --headline1-font-size: 48px;
    --headline-line-height: 48px;

    --headline-description-font-size: 16px;
    --headline1-description-font-size: 24px;
    --headline-description-line-height: 28px;

    --section-title-font-size: 24px;
    --section-title-line-height: 36px;

    --section-description-font-size: 16px;
    --section-description-line-height: 28px;

    --section-card-title-font-size: 16px;
    --section-card-title-line-height: 24px;

    --section-p-y: 64px;

    --sp-p-x: 24px;
    --sp-p-y: 64px;

    --sp-sm: 24px;
  }

  .headline1__title {
    font-size: 32px;
    letter-spacing: -0.75px;
    line-height: 150%;
  }

  .headline2__title {
    font-size: 28px;
    letter-spacing: -0.7px;
  }

  .headline__description {
    font-size: 18px;
  }

  .card__title {
    font-size: 20px;
  }

  .card__desc {
    font-size: 16px;
  }

  .frame-card {
    border-radius: 16px;
    --section-title-font-size: 18px;
    --section-title-line-height: 24px;

    --section-description-font-size: 14px;
    --section-description-line-height: 24px;

    padding: 24px;
  }

  .customer-voice__desc {
    --section-description-font-size: 14px;
    --section-description-line-height: 24px;
  }

  .frame-card .frame__img {
    align-items: center;
    display: flex;
    flex: 0 1 80px;
    margin-bottom: 16px;
    text-align: left;
  }

  .tw-daisy-btn-xlarge {
    width: 280px !important;
  }

  .tw-daisy-btn-mobile {
    max-width: 81px !important;
  }

  .mobile-hidden {
    display: none !important;
  }

  .mobile-visibility {
    display: block !important;
  }

  .mobile-block {
    flex: 0 0 100%;
  }

  .header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gnb {
    display: none;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section__title__statistics {
    margin: 0 auto;
    text-align: center;
  }

  .section__description__statistics {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
  }

  .section__title__setting {
    text-align: center;
  }

  .section__description__setting {
    text-align: center;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: -0.45px;
  }

  .container {
    width: 100%;
  }

  /*.section {*/
  /*	padding-bottom: 0;*/
  /*}*/

  .table--compare td {
    font-size: 14px !important;
  }

  .frame {
    flex-direction: column;
  }

  .frame__badge {
    margin: 0 auto;
    font-size: 15px;
  }

  .frame-card .frame__img > img {
    height: 80px;
    width: 80px;
  }

  .frame.is-reverse .frame__img {
    order: 2;
  }

  .frame.is-reverse .frame__content {
    order: 1;
  }

  .footer__nav {
    flex-wrap: wrap;
  }

  .footer__nav ul {
    flex: 0 0 50%;
  }

  .footer__nav ul:nth-child(n + 3) {
    margin-top: 48px;
  }

  .macbook {
    width: 100%;
  }

  .price {
    flex-direction: column;
  }

  .price__item {
    padding: 24px;
  }

  .price__hint {
    font-size: 14px;
    padding: 0 32px;
  }

  .price__feature--column {
    flex-direction: column !important;
    gap: 1rem !important;
  }

  /* 플레이어 설정 */
  .setting-repeat {
    padding-left: 40px;
    width: 100%;
  }

  .setting-repeat__ui {
    left: -20px;
    transform: scale(1);
  }

  .setting-repeat__cursor {
    display: none;
  }

  /* 가격 */
  .feature-table__mobile-header {
    display: flex;
  }

  .feature-caption {
    font-size: 14px;
    padding: 8px;
  }

  .feature-th,
  .feature-td {
    font-size: 12px;
  }

  .feature-th {
    border-right: 0;
    padding: 0 0 0 8px;
  }

  /* 다용도 플레이어 */
  .used__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
  }

  /* 통계 */
  .img--statistic-arrow-01,
  .img--statistic-arrow-02 {
    display: none;
  }

  /* 가입 */
  .signup-step li {
    flex: 0 0 48px;
  }

  .signup-step__label {
    display: none;
  }

  .signup-form {
    border-radius: 0;
    width: 100%;
  }

  .mobile-ratio-1-06 {
    aspect-ratio: 0.6 / 1 !important;
  }

  .badge--customer-voice {
    font-size: 14px;
    padding: 2px 8px;
  }

  .customer-voice {
    flex-direction: column;
    padding: 24px;
  }

  .customer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tag {
    font-size: 14px;
    padding: 6px 16px;
    margin-bottom: 16px;
  }

  /* 렌딩페이지 개선 css */
  .section.area-1 {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .section.area-1 > div:nth-child(1) {
    justify-content: center;
    text-align: center;
    height: 484px;
  }

  .section.area-1 > div:nth-child(2) {
    height: 904px;
  }

  .section.area-1 .headline1-title {
    font-size: 32px;
    line-height: 48px;
  }

  .section.area-1 .headline1-description {
    font-size: 16px;
    line-height: 24px;
  }

  .link-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .link-container > a {
    width: 240px;
  }

  .btn.playlist {
    font-size: 15px;
    padding: 0 24px;
    height: 40px;
  }

  .cursor-pc {
    display: none;
  }

  .cursor-mobile {
    display: block;
  }

  .section.area-1 .link-container > a:nth-child(1) {
    margin-right: 0 !important;
    margin-top: 12px;
  }

  .section.area-2 .card-container {
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
    margin: 0 auto;
  }

  .section.card-section .headline3-title {
    font-size: 28px;
    line-height: 40px;
  }

  .section.card-section .headline3-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-align: center;
  }

  .section.card-section .contents {
    margin: 40px 0;
  }

  .section.card-section .card-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .section.card-section .card .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-align: left;
  }

  .section.card-section .card .description {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-align: left;
  }

  .section.card-section .card > .image-area {
    float: right;
  }

  .section.area-5,
  .section.area-6 {
    padding: 64px 16px;
  }

  .section.area-5 .card-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .section.area-5 .card .title {
    font-size: 20px;
    line-height: 28px;
  }

  .section.area-5 .card .description {
    font-size: 15px;
    line-height: 24px;
  }

  .section .headline-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .section .headline-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .pc-mobile-layout-container .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .pc-mobile-layout-container .description {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }

  .pc-mobile-layout-container .text-area,
  .playlist-container .text-area {
    padding: 24px;
  }

  .playlist-container .title {
    font-size: 20px;
    line-height: 28px;
  }

  .playlist-container .description {
    font-size: 15px;
    line-height: 24px;
  }

  .tab {
    height: 56px;
  }

  .tab button {
    padding: 12px 24px;
    font-size: 15px;
  }

  .tab button > svg {
    display: none;
  }

  .tab-content .text-area {
    width: 100%;
  }

  .list-view-container,
  .grid-view-container,
  .slide-view-container {
    flex-direction: column;
  }

  .sign-up-link-container {
    padding-bottom: 40px;
  }

  .section.area-1 .link-container > a {
    width: 240px;
  }

  .arrow-01,
  .arrow-02 {
    display: none;
  }

  .switch {
    width: 160px;
    height: 54px;
  }

  .slider > div {
    font-size: 15px;
  }

  .slider:before {
    height: 42px;
    width: 68px;
    left: 6px;
    bottom: 6px;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
  }

  .section--banner_subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }

  .section--banner__title {
    font-size: 28px;
    line-height: 40px;
    margin-top: 8px;
    letter-spacing: -0.5px;
  }

  .section--banner_jp_subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .section--banner_jp__title {
    font-size: 20px;
    line-height: 24px;
  }

  .customer-info .customer-info-bg {
    background: none;
  }

  .customer-info .card {
    max-width: 400px;
  }

  .customer-info .card .card-title {
    font-size: 20px;
    line-height: 28px;
  }

  .customer-info .card .card-number {
    font-size: 48px;
  }

  .customer-info .card .card-number-desc {
    font-size: 15px;
    line-height: 20px;
  }

  .customer-info .card .card-number-desc-strong {
    font-size: 15px;
    line-height: 20px;
  }

  .customer-info .card-graph {
    display: none;
  }

  .home-phone-case {
    max-width: 262px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 2;
  }
}

@media (max-width: 1024px) {
  .customer-comment {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 360px) {
  .customer-logo img {
    width: 96px;
  }
}
