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

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #121212;
  background-color: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  line-height: inherit;
}

p {
  margin: 0;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

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

address,
blockquote,
dl,
fieldset,
figure,
hr,
pre {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
}

legend {
  padding: 0;
}

.pc-only {
  display: none !important;
}
@media (min-width: 1024px) {
  .pc-only {
    display: block !important;
  }
}

.mo-only {
  display: block !important;
}
@media (min-width: 1024px) {
  .mo-only {
    display: none !important;
  }
}

@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Thin.woff2") format("woff2"), url("/assets/fonts/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-ExtraLight.woff2") format("woff2"), url("/assets/fonts/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Light.woff2") format("woff2"), url("/assets/fonts/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Regular.woff2") format("woff2"), url("/assets/fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Medium.woff2") format("woff2"), url("/assets/fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-SemiBold.woff2") format("woff2"), url("/assets/fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Bold.woff2") format("woff2"), url("/assets/fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("/assets/fonts/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/Pretendard-Black.woff2") format("woff2"), url("/assets/fonts/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
h1,
.h1 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

.text-lg {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-base {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-sm {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-primary {
  color: #121212;
}

.text-secondary {
  color: #565c63;
}

.text-disabled {
  color: #b9c1c9;
}

.text-white {
  color: #ffffff;
}

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

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

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

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #ffffff;
  min-width: 280px;
}

.nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 15px 8px 15px 16px;
}
@media (min-width: 1280px) {
  .nav__container {
    padding: 24px 40px;
  }
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1280px) {
  .nav__inner {
    max-width: 1840px;
    margin: 0 auto;
  }
}
.nav__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 1280px) {
  .nav__logo {
    gap: 10px;
  }
}
.nav__logo img {
  width: 28px;
  border-radius: 2px;
}
@media (min-width: 1280px) {
  .nav__logo img {
    width: 32px;
  }
}
.nav__logo-text {
  font-weight: 700;
  color: #1ec2da;
  line-height: 1.2;
  font-size: 24px;
}
@media (min-width: 1280px) {
  .nav__logo-text {
    font-size: 28px;
  }
}
.nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.nav__menu--pc {
  display: none;
}
@media (min-width: 1280px) {
  .nav__menu--pc {
    display: flex;
  }
}
.nav__menu--mo {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 16px 40px 24px;
  list-style: none;
  margin: 0;
}
.nav__item {
  position: relative;
  width: 100%;
}
.nav__link {
  color: #121212;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav__menu--pc .nav__link {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  padding: 4px 0;
  white-space: nowrap;
}
.nav__menu--pc .nav__link:hover, .nav__menu--pc .nav__link.is-active {
  font-weight: 700;
  line-height: 1.4;
}
.nav__menu--mo .nav__link {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #121212;
}
.nav__link-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #121212;
}
.nav__store-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 16px 24px;
  background-color: transparent;
  color: #121212;
  border: 1px solid #000000;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
}
.nav__store-btn--pc {
  display: none;
}
@media (min-width: 1280px) {
  .nav__store-btn--pc {
    display: flex;
  }
}
.nav__store-btn--mo {
  width: 100%;
  margin-top: 24px;
}
.nav__store-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: inherit;
}
.nav__store-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.nav__menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #121212;
}
.nav__menu-btn--mo {
  display: flex;
}
@media (min-width: 1280px) {
  .nav__menu-btn--mo {
    display: none;
  }
}
.nav__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1050;
  transform: translateX(100%);
  overflow-y: auto;
}
@media (min-width: 1280px) {
  .nav__mobile-menu {
    display: none !important;
  }
}
.nav__mobile-menu.is-open {
  transform: translateX(0);
}
.nav__mobile-header {
  position: relative;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px;
}
.nav__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #121212;
  padding: 0;
}

.footer {
  background-color: #0dadc4;
  color: #ffffff;
  min-width: 280px;
  padding: 40px 0 34px;
}
@media (min-width: 1280px) {
  .footer {
    padding: 72px 0;
  }
}
.footer__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1280px) {
  .footer__container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.footer__content {
  margin-bottom: 24px;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1280px) {
  .footer__info {
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
  }
}
.footer__info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  justify-content: flex-start;
}
.footer__info-item:not(:last-child)::after {
  display: none;
}
@media (min-width: 1280px) {
  .footer__info-item {
    justify-content: center;
  }
  .footer__info-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: 16px;
  }
}
.footer__label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}
.footer__value {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}
.footer__value--bold {
  font-weight: 700;
}
.footer__copyright {
  text-align: left;
}
.footer__copyright p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 1280px) {
  .footer__copyright p {
    opacity: 1;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  min-width: 280px;
  min-height: calc(100vh - 60px);
}
@media (min-width: 1280px) {
  .container {
    min-height: calc(100vh - 80px);
  }
}
.container.main {
  min-height: calc(100vh - 60px - 300px);
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1280px) {
  .container.main {
    min-height: calc(100vh - 80px - 200px);
    padding-bottom: 48px;
  }
}
.container.sub {
  min-height: calc(100vh - 60px - 104px);
  padding-left: 16px;
  padding-right: 16px;
  background-color: #eaf0f8;
}
@media (min-width: 1280px) {
  .container.sub {
    min-height: calc(100vh - 80px - 152px);
    padding-left: 0;
    padding-right: 0;
  }
}

.content {
  width: 100%;
}

.sub {
  min-height: 100vh;
}
.sub .content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-bottom: 32px;
}
@media (min-width: 1280px) {
  .sub .content {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 72px;
  }
}
.sub.sub--list .content {
  padding-bottom: 80px;
}
@media (min-width: 1280px) {
  .sub.sub--list .content {
    padding-bottom: 160px;
  }
}

.section {
  padding: 48px 0;
}
@media (min-width: 1280px) {
  .section {
    padding: 60px 0;
  }
}
.section--sm {
  padding: 32px 0;
}
@media (min-width: 1280px) {
  .section--sm {
    padding: 40px 0;
  }
}
.section--lg {
  padding: 48px 0;
}
@media (min-width: 1280px) {
  .section--lg {
    padding: 60px 0;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 500;
  cursor: pointer;
  border: none;
  text-align: center;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn--primary {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 100px;
  padding: 16px 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.btn--primary:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn--secondary {
  background-color: #1ec2da;
  color: #ffffff;
}
.btn--secondary:hover:not(:disabled) {
  background-color: rgba(30, 194, 218, 0.9);
}
.btn--outline {
  background-color: transparent;
  border: 1px solid #121212;
  color: #121212;
  border-radius: 100px;
}
.btn--outline:hover:not(:disabled) {
  background-color: #121212;
  color: #ffffff;
}
.btn--ghost {
  background-color: #ffffff;
  color: #121212;
  border-radius: 8px;
  padding: 16px;
}
.btn--ghost:hover:not(:disabled) {
  background-color: #f8f9fc;
}
.btn--sm {
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
.btn--full {
  width: 100%;
}

.card {
  background-color: transparent;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  width: 285px;
  height: 380px;
  display: block;
  text-decoration: none;
  border: none;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
}
.active .card, .swiper-slide.hover .card {
  width: 320px;
  height: 426px;
}
@media (max-width: 767px) {
  .active .card .card__content, .swiper-slide.hover .card .card__content {
    top: auto;
    bottom: 33px;
  }
}
.active .card .card__content, .swiper-slide.hover .card .card__content {
  gap: 16px;
}
.active .card .card__category, .swiper-slide.hover .card .card__category {
  font-size: 20px;
  line-height: 1.2;
}
.active .card .card__title-sub,
.active .card .card__title-main, .swiper-slide.hover .card .card__title-sub,
.swiper-slide.hover .card .card__title-main {
  font-size: 28px;
}
.active .card .card__title-sub, .swiper-slide.hover .card .card__title-sub {
  font-weight: 400;
}
.active .card .card__title-main, .swiper-slide.hover .card .card__title-main {
  font-weight: 700;
}
.card__front {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.card__back {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  padding: 48px 32px 40px;
  justify-content: space-between;
  z-index: 11;
  transition: opacity 0.2s ease;
}
.swiper-slide.show .card .card__front {
  display: none;
}
.swiper-slide.show .card .card__back {
  opacity: 1;
}
.card .card__back {
  background-image: url("/assets/images/main/card-bg-pattern.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card[data-bg=mint] .card__back {
  background-color: #18b0c6;
}
.card[data-bg=aqua] .card__back {
  background-color: #0dadc4;
}
.card[data-bg=purple] .card__back {
  background-color: #7b68c5;
}
.card.card-back-aqua .card__back {
  background-color: #0dadc4;
}
.card__back-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #ffffff;
}
.card__back-category {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
}
.card__back-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card__back-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
}
.card__back-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.8px;
  color: #ffffff;
  white-space: pre-line;
}
.card__back-btn {
  background-color: #ffffff;
  color: #121212;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  padding: 15px 32px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.card__back-btn:hover {
  opacity: 0.8;
}
.card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 231px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}
.card__content {
  position: absolute;
  z-index: 1;
  text-align: left;
  left: 24px;
  right: 24px;
  bottom: 33px;
  height: 95px;
}
@media (min-width: 1280px) {
  .card__content {
    left: 24px;
    bottom: 32px;
    top: auto;
    right: 24px;
    height: auto;
  }
}
.card__category {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media (min-width: 1280px) {
  .card__category {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
  }
}
.card__title {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.card__title-sub {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .card__title-sub {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
  }
}
.card__title-main {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .card__title-main {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
  }
}
.card__description {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 16px;
}

.top-banner {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
@media (min-width: 1280px) {
  .top-banner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.top-banner-slider {
  overflow: hidden;
  max-width: 1840px;
  border-radius: 20px;
  height: 560px;
}
@media (min-width: 1280px) {
  .top-banner-slider {
    border-radius: 24px;
    height: 820px;
  }
}
.top-banner__slide {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1840px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: inherit;
}
.top-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top-banner__bg picture {
  width: 100%;
  height: 100%;
  display: block;
}
.top-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-banner__content {
  position: absolute;
  z-index: 2;
  left: 32px;
  right: 32px;
  bottom: 66px;
}
@media (min-width: 1280px) {
  .top-banner__content {
    left: 320px;
    top: 200px;
    bottom: 33px;
    right: auto;
  }
}
.top-banner__content .btn {
  display: none;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .top-banner__content .btn {
    margin-top: 72px;
    display: inline-flex;
  }
}
.top-banner__category {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .top-banner__category {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
  }
}
.top-banner__title {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1280px) {
  .top-banner__title {
    gap: 4px;
  }
}
.top-banner__title-sub {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1280px) {
  .top-banner__title-sub {
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
  }
}
.top-banner__title-main {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .top-banner__title-main {
    font-size: 60px;
    font-weight: 700;
    line-height: 140%;
  }
}
.top-banner .swiper-button-prev,
.top-banner .swiper-button-next {
  display: none;
}
@media (min-width: 1280px) {
  .top-banner .swiper-button-prev,
  .top-banner .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  .top-banner .swiper-button-prev:hover,
  .top-banner .swiper-button-next:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1280px) {
  .top-banner .swiper-button-prev {
    background-image: url("/assets/images/icons/swipe-arrow-left-48.svg");
  }
}
@media (min-width: 1280px) {
  .top-banner .swiper-button-next {
    background-image: url("/assets/images/icons/swipe-arrow-right-40.svg");
  }
}
.top-banner .swiper-pagination {
  bottom: 17px;
}
@media (min-width: 1280px) {
  .top-banner .swiper-pagination {
    bottom: 64px;
  }
}
.top-banner .swiper-pagination-bullet {
  background: #b9c1c9;
  opacity: 1;
  border-radius: 12px;
  transition: width 0.2s ease;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
@media (min-width: 1280px) {
  .top-banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px;
  }
}
.top-banner .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 20px;
}
@media (min-width: 1280px) {
  .top-banner .swiper-pagination-bullet-active {
    width: 40px;
  }
}

.card-section {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(226, 251, 255, 0.8) 40.865%, #ffffff 97.596%);
  padding-bottom: 0;
  padding-top: 72px;
}
@media (min-width: 1280px) {
  .card-section {
    padding-bottom: 260px;
    padding-top: 112px;
  }
}
.card-section__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}
.card-section__header {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 16px 0;
}
@media (min-width: 1280px) {
  .card-section__header {
    margin-bottom: 85px;
  }
}
.card-section__title {
  font-weight: 700;
  color: #121212;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  .card-section__title {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}
.card-section__subtitle {
  font-weight: 300;
  color: #121212;
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .card-section__subtitle {
    font-size: 52px;
    line-height: 1.2;
  }
}

.card-slider-container {
  position: relative;
}

.swiper-button-wrapper {
  display: none;
}
@media (min-width: 1280px) {
  .swiper-button-wrapper {
    display: block;
  }
}

.card-slider .swiper-slide-duplicate {
  visibility: visible !important;
}
.card-slider .swiper-slide {
  width: 285px;
  height: 426px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-slider .swiper-slide .card {
  width: 285px;
  height: 380px;
  transition: width 0.2s ease, height 0.2s ease;
  user-select: none;
}
.card-slider .swiper-slide.hover, .card-slider .swiper-slide.show {
  width: 320px;
  height: 426px;
}
.card-slider .swiper-slide.hover .card, .card-slider .swiper-slide.show .card {
  width: 320px;
  height: 426px;
  z-index: 10;
}
.card-slider .swiper-slide.hover .card .card__content, .card-slider .swiper-slide.show .card .card__content {
  gap: 16px;
}
.card-slider .swiper-slide.hover .card .card__category, .card-slider .swiper-slide.show .card .card__category {
  font-size: 20px;
  line-height: 1.2;
}
.card-slider .swiper-slide.hover .card .card__title-sub,
.card-slider .swiper-slide.hover .card .card__title-main, .card-slider .swiper-slide.show .card .card__title-sub,
.card-slider .swiper-slide.show .card .card__title-main {
  font-size: 28px;
}
.card-slider .swiper-slide.hover .card .card__title-sub, .card-slider .swiper-slide.show .card .card__title-sub {
  font-weight: 400;
}
.card-slider .swiper-slide.hover .card .card__title-main, .card-slider .swiper-slide.show .card .card__title-main {
  font-weight: 700;
}
.card-slider-container .swiper-button-prev,
.card-slider-container .swiper-button-next {
  width: 48px;
  height: 48px;
  margin-top: 0;
  color: #b9c1c9;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: none;
}
@media (min-width: 1280px) {
  .card-slider-container .swiper-button-prev,
  .card-slider-container .swiper-button-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
  }
}
.card-slider-container .swiper-button-prev::after,
.card-slider-container .swiper-button-next::after {
  content: none;
}
.card-slider-container .swiper-button-prev svg,
.card-slider-container .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.card-slider-container .swiper-button-prev:hover:not(.swiper-button-disabled),
.card-slider-container .swiper-button-next:hover:not(.swiper-button-disabled) {
  color: #121212;
  opacity: 0.9;
}
.card-slider-container .swiper-button-prev.swiper-button-disabled,
.card-slider-container .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.card-slider-container .swiper-button-prev,
.card-slider-container .swiper-button-next {
  pointer-events: auto;
}
@media (min-width: 1280px) {
  .card-slider-container .swiper-button-prev {
    left: 50%;
    transform: translateX(-28px);
    top: 435px;
  }
}
@media (min-width: 1280px) {
  .card-slider-container .swiper-button-next {
    left: 50%;
    transform: translateX(28px);
    top: 435px;
  }
}

.video-section {
  position: relative;
  padding: 72px 0 60px;
}
@media (min-width: 1280px) {
  .video-section {
    padding: 0 0 160px;
    height: auto;
  }
}
.video-section__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .video-section__inner {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.video-section__header {
  text-align: center;
  margin-bottom: 36px;
  padding: 0 32px;
}
@media (min-width: 1280px) {
  .video-section__header {
    position: absolute;
    left: 45.21%;
    top: 0;
    width: 488px;
    text-align: left;
    margin-bottom: 0;
    padding: 0 20px 0 0;
    z-index: 2;
    transform: translateX(-100%);
  }
}
.video-section__title {
  font-weight: 700;
  color: #121212;
  line-height: 1.2;
  margin-bottom: 12px;
  font-size: 30px;
}
@media (min-width: 1280px) {
  .video-section__title {
    font-size: 52px;
  }
}
.video-section__subtitle {
  font-weight: 300;
  color: #121212;
  line-height: 1.4;
  font-size: 24px;
}
@media (min-width: 1280px) {
  .video-section__subtitle {
    font-size: 52px;
    line-height: 1.2;
  }
}

.video-slider-container {
  position: relative;
}

.video-slider {
  padding-left: 0;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  height: auto;
}
@media (min-width: 1280px) {
  .video-slider {
    position: relative;
    left: 45.21%;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    overflow: hidden;
  }
}
.video-slider .swiper-wrapper {
  height: auto;
}
@media (min-width: 1280px) {
  .video-slider .swiper-wrapper {
    align-items: center;
  }
}
.video-slider .swiper-slide {
  width: 315px;
  height: auto;
}
@media (min-width: 1280px) {
  .video-slider .swiper-slide {
    width: 320px;
  }
}

.video-swiper-button-prev,
.video-swiper-button-next {
  display: none;
}
@media (min-width: 1280px) {
  .video-swiper-button-prev,
  .video-swiper-button-next {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 212px;
    z-index: 10;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
    transition: opacity 0.2s ease;
  }
  .video-swiper-button-prev:hover:not(.swiper-button-disabled),
  .video-swiper-button-next:hover:not(.swiper-button-disabled) {
    opacity: 0.8;
  }
  .video-swiper-button-prev.swiper-button-disabled,
  .video-swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
  }
  .video-swiper-button-prev,
  .video-swiper-button-next {
    pointer-events: auto;
  }
}

@media (min-width: 1280px) {
  .video-swiper-button-prev {
    left: calc(45.21% - 488px);
    background-image: url("/assets/images/icons/swipe-arrow-left-48.svg");
  }
}

@media (min-width: 1280px) {
  .video-swiper-button-next {
    left: calc(45.21% - 432px);
    background-image: url("/assets/images/icons/swipe-arrow-right-40.svg");
  }
}

.video-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  width: 315px;
  height: 560px;
}
@media (min-width: 1280px) {
  .video-card {
    width: 320px;
    height: 569px;
  }
}
.video-card__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 3;
}
.video-card__play-btn svg {
  display: block;
  width: 100%;
  height: 100%;
}
.video-card__player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 561px;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
@media (min-width: 1280px) {
  .video-card__player {
    height: 570px;
  }
}
.video-card__player iframe {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 0;
  object-fit: cover;
  pointer-events: none;
}
.video-card:not(.is-playing) {
  pointer-events: auto;
}
.video-card:not(.is-playing) .video-card__player {
  pointer-events: none;
}
.video-card.is-playing .video-card__player iframe, .video-card:hover .video-card__player iframe {
  pointer-events: auto;
}

.list-intro {
  padding: 40px 0 0;
  margin-bottom: 56px;
}
@media (min-width: 1280px) {
  .list-intro {
    padding: 160px 0 0;
    margin-bottom: 72px;
  }
}
.list-intro__tit-group {
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .list-intro__tit-group {
    margin-bottom: 24px;
  }
}
.list-intro__sub-tit {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .list-intro__sub-tit {
    margin-bottom: 16px;
  }
}
.list-intro__category {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #1ec2da;
}
@media (min-width: 1280px) {
  .list-intro__category {
    font-size: 24px;
    line-height: 1.2;
  }
}
.list-intro__subtitle {
  font-weight: 500;
  display: none;
}
@media (min-width: 1280px) {
  .list-intro__subtitle {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    color: #121212;
  }
}
.list-intro__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #121212;
}
@media (min-width: 1280px) {
  .list-intro__title {
    font-size: 52px;
    line-height: 1.2;
  }
}
.list-intro__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #343a3f;
}
@media (min-width: 1280px) {
  .list-intro__description {
    font-size: 28px;
    line-height: 1.2;
    color: #121212;
  }
}

.list-section {
  padding: 0;
}

.list-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1280px) {
  .list-items {
    gap: 36px;
  }
}

.list-item {
  background-color: #ffffff;
  border-radius: 16px;
}
@media (min-width: 1280px) {
  .list-item {
    border-radius: 24px;
  }
}
.list-item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  gap: 10px;
  color: #121212;
  text-decoration: none;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .list-item__link {
    padding: 40px 48px;
    gap: 0;
  }
}
.list-item__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.72px;
  width: 240px;
  flex: none;
  color: #121212;
}
@media (min-width: 1280px) {
  .list-item__text {
    font-size: 32px;
    line-height: 1;
    letter-spacing: normal;
    width: auto;
    flex: 1;
  }
}
.list-item__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #121212;
}
@media (min-width: 1280px) {
  .list-item__icon {
    width: 40px;
    height: 40px;
  }
}

.floating-banner {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #343a3f;
  min-width: 280px;
}
.floating-banner__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  padding: 24px;
  gap: 40px;
  max-width: none;
  height: 100%;
}
@media (min-width: 1280px) {
  .floating-banner__link {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 0;
    gap: 0;
    height: auto;
  }
}
.floating-banner__text {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  white-space: pre-wrap;
  flex: 1;
}
@media (min-width: 1280px) {
  .floating-banner__text {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex: none;
  }
}
.floating-banner__text--single-line {
  display: block;
  white-space: normal;
}
.floating-banner__text-bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .floating-banner__text-bold {
    font-size: 32px;
    line-height: 1;
  }
}
.floating-banner__text-regular {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .floating-banner__text-regular {
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
  }
}
.floating-banner__arrow {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.floating-banner__arrow svg {
  width: 100%;
  height: 100%;
}

.pc-only {
  display: none;
}
@media (min-width: 1280px) {
  .pc-only {
    display: block;
  }
}

.mo-only {
  display: inline;
}
@media (min-width: 1280px) {
  .mo-only {
    display: none;
  }
}

.detail-intro {
  padding: 52px 0 32px;
}
@media (min-width: 1280px) {
  .detail-intro {
    padding: 160px 0 72px;
  }
}
.detail-intro__sub-tit {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .detail-intro__sub-tit {
    gap: 8px;
    margin-bottom: 24px;
  }
}
.detail-intro__category {
  font-weight: 700;
  color: #1ec2da;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .detail-intro__category {
    font-size: 24px;
    line-height: 1.2;
  }
}
.detail-intro__subtitle {
  color: #121212;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #343a3f;
}
@media (min-width: 1280px) {
  .detail-intro__subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #121212;
  }
}
.detail-intro__title {
  font-weight: 700;
  color: #121212;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 1280px) {
  .detail-intro__title {
    font-size: 52px;
    line-height: 1.2;
  }
}

.detail-section {
  padding: 0;
}
.detail-section__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1280px) {
  .detail-section__list {
    gap: 36px;
  }
}

.detail-article {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1280px) {
  .detail-article {
    border-radius: 24px;
    padding: 40px 48px;
  }
}
.detail-article__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1280px) {
  .detail-article__header {
    gap: 4px;
  }
}
.detail-article.is-open .detail-article__header {
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .detail-article.is-open .detail-article__header {
    gap: 32px;
    margin-bottom: 32px;
  }
}
.detail-article__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  gap: 32px;
}
@media (min-width: 1280px) {
  .detail-article__title-wrapper {
    gap: 40px;
  }
}
.detail-article__title {
  font-weight: 700;
  color: #121212;
  flex: 1;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.72px;
}
@media (min-width: 1280px) {
  .detail-article__title {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
  }
}
.detail-article__toggle-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
@media (min-width: 1280px) {
  .detail-article__toggle-icon {
    width: 40px;
    height: 40px;
  }
}
.detail-article__toggle-icon svg {
  width: 100%;
  height: 100%;
}
.detail-article.is-open .detail-article__toggle-icon {
  transform: rotate(180deg);
}
.detail-article__divider {
  width: 100%;
  height: 1px;
  display: none;
}
.detail-article.is-open .detail-article__divider {
  display: block;
}
.detail-article__divider {
  background-color: #eaf0f8;
}
@media (min-width: 1280px) {
  .detail-article__divider {
    background-color: #d6dbe1;
  }
}
.detail-article__content {
  display: flex;
  flex-direction: column;
}
.detail-article__header ~ .detail-article__content {
  display: none;
}
.detail-article.is-open .detail-article__content {
  display: flex;
}
.detail-article__content {
  gap: 20px;
}
@media (min-width: 1280px) {
  .detail-article__content {
    gap: 32px;
  }
}
.detail-article__subtitle {
  font-weight: 700;
  color: #121212;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  .detail-article__subtitle {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}
.detail-article__text {
  color: #121212;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .detail-article__text {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.4;
  }
}
.detail-article__subtitle {
  font-weight: 700;
  color: #121212;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  .detail-article__subtitle {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.detail-article__steps {
  font-weight: 400;
  color: #121212;
  line-height: 1.4;
  padding-left: 24px;
  list-style-type: decimal;
  font-size: 16px;
  margin: 16px 0;
}
@media (min-width: 1280px) {
  .detail-article__steps {
    font-size: 20px;
    margin: 24px 0;
  }
}
.detail-article__steps li {
  margin-bottom: 4px;
  padding-left: 0;
}
@media (min-width: 1280px) {
  .detail-article__steps li {
    margin-bottom: 4px;
  }
}
.detail-article__steps li:last-child {
  margin-bottom: 0;
}
.detail-article__bullets {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1280px) {
  .detail-article__bullets {
    gap: 24px;
  }
}
.detail-article__bullet-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1280px) {
  .detail-article__bullet-item {
    gap: 8px;
  }
}
.detail-article__bullet-title {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
@media (min-width: 1280px) {
  .detail-article__bullet-title {
    gap: 8px;
  }
}
.detail-article__bullet-icon {
  flex-shrink: 0;
  background-color: #121212;
  border-radius: 2px;
  width: 4px;
  height: 4px;
  margin-top: 8px;
}
@media (min-width: 1280px) {
  .detail-article__bullet-icon {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-top: 11px;
  }
}
.detail-article__bullet-text {
  font-weight: 700;
  color: #121212;
  flex: 1;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .detail-article__bullet-text {
    font-size: 24px;
    line-height: 1.2;
  }
}
.detail-article__bullet-desc {
  font-weight: 400;
  color: #121212;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .detail-article__bullet-desc {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.4;
  }
}
.detail-article__image {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 1280px) {
  .detail-article__image {
    border-radius: 24px;
  }
}
.detail-article__image img {
  width: 100%;
  height: auto;
  display: block;
}
.detail-article__list {
  font-weight: 400;
  color: #121212;
  line-height: 1.4;
  padding-left: 24px;
  list-style-type: disc;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 1280px) {
  .detail-article__list {
    font-size: 20px;
  }
}
.detail-article__list li {
  margin-bottom: 0;
  padding-left: 0;
}

.detail-table {
  width: 100%;
}
.detail-table.pc-only {
  display: none;
}
@media (min-width: 1280px) {
  .detail-table.pc-only {
    display: block;
  }
}
.detail-table.mo-only {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1280px) {
  .detail-table.mo-only {
    display: none;
  }
}
.detail-table__wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.detail-table__wrapper:not(:first-child) {
  margin-top: 20px;
}
.detail-table__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eaf0f8;
  border-radius: 4px;
  background-color: #ffffff;
  min-width: 295px;
}
@media (min-width: 1280px) {
  .detail-table__table {
    min-width: 100%;
  }
}
.detail-table__table thead tr {
  background-color: #d6dbe1;
}
.detail-table__table thead th {
  font-weight: 700;
  color: #343a3f;
  text-align: center;
  padding: 12px;
  border: 1px solid #eaf0f8;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .detail-table__table thead th {
    font-size: 20px;
    line-height: 1.4;
  }
}
.detail-table__table thead th:first-child {
  width: 120px;
}
.detail-table__table tbody tr {
  background-color: #ffffff;
}
.detail-table__table tbody td {
  font-weight: 400;
  color: #121212;
  text-align: center;
  padding: 12px;
  border: 1px solid #eaf0f8;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .detail-table__table tbody td {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
  }
}
.detail-table__table tbody td:first-child {
  width: 120px;
}

.detail-product-banner {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 16px;
  height: 160px;
  align-items: flex-end;
}
@media (min-width: 1280px) {
  .detail-product-banner {
    border-radius: 16px;
    height: 400px;
    justify-content: space-between;
  }
}
.detail-product-banner__image {
  flex-shrink: 0;
  width: 172px;
  height: 197px;
}
@media (min-width: 1280px) {
  .detail-product-banner__image {
    width: 600px;
    height: 400px;
  }
}
.detail-product-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.detail-product-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  gap: 12px;
  width: 171px;
}
@media (min-width: 1280px) {
  .detail-product-banner__content {
    padding: 56px 48px;
    gap: 36px;
    width: 600px;
  }
}
.detail-product-banner__text-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1280px) {
  .detail-product-banner__text-group {
    gap: 24px;
  }
}
.detail-product-banner__title {
  font-weight: 700;
  color: #121212;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .detail-product-banner__title {
    font-size: 32px;
    line-height: 1.193359375;
  }
}
.detail-product-banner__features {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1280px) {
  .detail-product-banner__features {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.detail-product-banner__feature {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.detail-product-banner__bullet {
  width: 4px;
  height: 4px;
  background-color: #565c63;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 8px;
}
.detail-product-banner__text {
  font-weight: 500;
  color: #565c63;
  line-height: 1.2;
  flex: 1;
  font-size: 20px;
}
.detail-product-banner__btn {
  background-color: #1ec2da;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.2;
  width: fit-content;
}
@media (min-width: 1280px) {
  .detail-product-banner__btn {
    padding: 16px 24px;
    font-size: 20px;
    line-height: 1.4;
    width: 166px;
    height: 56px;
  }
}

.detail-sources {
  background-color: #d6dbe1;
  border-radius: 16px;
  padding: 24px;
  margin-top: 40px;
}
@media (min-width: 1280px) {
  .detail-sources {
    border-radius: 24px;
    padding: 40px 48px;
    margin-top: 72px;
  }
}
.detail-sources__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1280px) {
  .detail-sources__header {
    gap: 4px;
  }
}
.detail-sources.is-open .detail-sources__header {
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .detail-sources.is-open .detail-sources__header {
    gap: 32px;
    margin-bottom: 32px;
  }
}
.detail-sources__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  gap: 32px;
}
@media (min-width: 1280px) {
  .detail-sources__title-wrapper {
    gap: 40px;
  }
}
.detail-sources__title {
  font-weight: 700;
  color: #121212;
  flex: 1;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.72px;
}
@media (min-width: 1280px) {
  .detail-sources__title {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
  }
}
.detail-sources__toggle-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
@media (min-width: 1280px) {
  .detail-sources__toggle-icon {
    width: 40px;
    height: 40px;
  }
}
.detail-sources__toggle-icon svg {
  width: 100%;
  height: 100%;
}
.detail-sources.is-open .detail-sources__toggle-icon {
  transform: rotate(180deg);
}
.detail-sources__divider {
  width: 100%;
  height: 1px;
  background-color: #b9c1c9;
  display: none;
}
.detail-sources.is-open .detail-sources__divider {
  display: block;
}
.detail-sources__content {
  display: flex;
  flex-direction: column;
}
.detail-sources__header ~ .detail-sources__content {
  display: none;
}
.detail-sources.is-open .detail-sources__content {
  display: flex;
}
.detail-sources__content {
  gap: 8px;
}
@media (min-width: 1280px) {
  .detail-sources__content {
    gap: 12px;
  }
}
.detail-sources__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1280px) {
  .detail-sources__list {
    gap: 12px;
  }
}
.detail-sources__item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
@media (min-width: 1280px) {
  .detail-sources__item {
    gap: 8px;
  }
}
.detail-sources__bullet {
  flex-shrink: 0;
  background-color: #565c63;
  border-radius: 2px;
  width: 4px;
  height: 4px;
  margin-top: 8px;
}
@media (min-width: 1280px) {
  .detail-sources__bullet {
    width: 6px;
    height: 6px;
    margin-top: 11px;
  }
}
.detail-sources__link {
  color: #565c63;
  word-break: break-all;
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .detail-sources__link {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
  }
}
.detail-sources__link[href] {
  text-decoration: underline;
  cursor: pointer;
}
.detail-sources__link[href]:hover {
  color: #1ec2da;
}
.detail-sources__link:not([href]) {
  text-decoration: none;
  cursor: default;
}

.detail-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
@media (min-width: 1280px) {
  .detail-list-btn {
    margin-top: 72px;
  }
}
.detail-list-btn__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #b9c1c9;
  background-color: #ffffff;
  font-weight: 700;
  color: #121212;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  width: 197px;
  height: 52px;
  padding: 0 70px;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .detail-list-btn__link {
    border-radius: 8px;
    width: 256px;
    height: 72px;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
  }
}