@charset "UTF-8";
@import '/resource/fonts/Pretendard/web/static/pretendard.css';
@import 'https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap';
@font-face {
  font-family: 'Noto Serif KR';
  src: url(/resource/fonts/Noto_Serif_KR/static/NotoSerifKR-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif KR';
  src: url(/resource/fonts/Noto_Serif_KR/static/NotoSerifKR-SemiBold.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif KR';
  src: url(/resource/fonts/Noto_Serif_KR/static/NotoSerifKR-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif KR';
  src: url(/resource/fonts/Noto_Serif_KR/static/NotoSerifKR-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --base-font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  --base-line-height: 1.41;
  --base-letter-spacing: -0.05rem;
  --header-height: clamp(6.4rem, 1.0355987055vw + 6.0116504854rem, 8rem);
  --header-z-index: 10000;
  --backdrop-z-index: 500;
  --top-btn-z-index: 1000;
  --gutter-lg: clamp(3.6rem, 2.3300970874vw + 2.7262135922rem, 7.2rem);
  --gutter-md: clamp(2rem, 1.8122977346vw + 1.3203883495rem, 4.8rem);
  --gutter-sm: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  --input-height: clamp(4rem, 0.9061488673vw + 3.6601941748rem, 5.4rem);
  --family-base: Noto Serif KR;   
  --family-en-base: Manrope, sans-serif;
  --family-en-title: Manrope, sans-serif;
  --family-ko-base: Noto Serif KR, sans-serif;
  --family-ko-title: Pretendard, sans-serif;
  --clr-base-white: #fff;
  --clr-base-black: #000;
  --clr-ui-body: #111;
  --clr-ui-bg: #fff;
  --clr-ui-outline: #ededed;
  --clr-ui-bg-xs: #f6f4f1;
  --clr-ui-bg-sm: #f2efec;
  --clr-ui-bg-md: #eae5e0;
  --clr-ui-bg-lg: #60564c;
  --clr-gray-50: #f5f5f5;
  --clr-gray-100: #e9e9e9;
  --clr-gray-200: #d9d9d9;
  --clr-gray-300: #c4c4c4;
  --clr-gray-400: #9d9d9d;
  --clr-gray-500: #7b7b7b;
  --clr-gray-600: #555555;
  --clr-gray-700: #434343;
  --clr-gray-800: #262626;
  --clr-gray-900: #111;
  --clr-primary-500: #b7876b;
  --clr-ui-surface: #fff;
  --clr-ui-title: #000;
  --clr-on-white-high: rgba(255, 255, 255, 0.87);
  --clr-on-white-medium: rgba(255, 255, 255, 0.6);
  --clr-on-white-disabled: rgba(255, 255, 255, 0.38);
  --clr-on-black-high: rgba(0, 0, 0, 0.87);
  --clr-on-black-medium: rgba(0, 0, 0, 0.6);
  --clr-on-black-disabled: rgba(0, 0, 0, 0.38);
  --clr-dp-1: rgba(0, 0, 0, 0.05);
  --clr-dp-2: rgba(0, 0, 0, 0.07);
  --clr-dp-3: rgba(0, 0, 0, 0.08);
  --clr-dp-4: rgba(0, 0, 0, 0.09);
  --clr-dp-6: rgba(0, 0, 0, 0.11);
  --clr-dp-8: rgba(0, 0, 0, 0.12);
  --clr-dp-12: rgba(0, 0, 0, 0.14);
  --clr-dp-16: rgba(0, 0, 0, 0.15);
  --clr-dp-24: rgba(0, 0, 0, 0.16);
  --clr-text-title: #212121;
  --clr-text-body: #424242;
  --clr-text-title-invert: #fff;
  --clr-text-body-invert: #f5f5f5;
  --clr-text-desc: #9e9e9e;
  --clr-text-desc-invert: #838383;
  --clr-border-default: #e0e0e0;
  --clr-border-strong: #212121;
  --clr-border-white-week: rgba(255, 255, 255, 0.16);
  --clr-border-white-strong: rgba(255, 255, 255, 0.48);
  --clr-background-cursor: #769ed3;
  --clr-text-cursor: #fff;
}
html[data-theme='dark'] {
  --clr-ui-white: #fff;
  --clr-ui-black: #000;
  --clr-ui-body: #fff;
  --clr-ui-bg: #121212;
  --clr-ui-outline: #2a2a2a;
  --clr-ui-bg-xs: #161616;
  --clr-ui-bg-sm: #1c1c1c;
  --clr-ui-bg-md: #222222;
  --clr-ui-bg-lg: #2c2c2c;
  --clr-gray-50: #111111;
  --clr-gray-100: #262626;
  --clr-gray-200: #434343;
  --clr-gray-300: #555555;
  --clr-gray-400: #7b7b7b;
  --clr-gray-500: #9d9d9d;
  --clr-gray-600: #c4c4c4;
  --clr-gray-700: #d9d9d9;
  --clr-gray-800: #e9e9e9;
  --clr-gray-900: #f5f5f5;
  --clr-primary-50: #e7f1f9;
  --clr-primary-100: #c5dbf1;
  --clr-primary-200: #a4c5e7;
  --clr-primary-300: #87afdb;
  --clr-primary-400: #769ed3;
  --clr-primary-500: #6a8fcb;
  --clr-primary-600: #6282be;
  --clr-primary-700: #5871ab;
  --clr-primary-800: #4f6098;
  --clr-primary-900: #3d447c;
  --clr-primary-def: #769ed3;
  --clr-ui-surface: #000;
  --clr-ui-title: #fff;
  --clr-on-white-high: rgba(0, 0, 0, 0.87);
  --clr-on-white-medium: rgba(0, 0, 0, 0.6);
  --clr-on-white-disabled: rgba(0, 0, 0, 0.38);
  --clr-on-black-high: rgba(255, 255, 255, 0.87);
  --clr-on-black-medium: rgba(255, 255, 255, 0.6);
  --clr-on-black-disabled: rgba(255, 255, 255, 0.38);
  --clr-dp-1: rgba(255, 255, 255, 0.05);
  --clr-dp-2: rgba(255, 255, 255, 0.07);
  --clr-dp-3: rgba(255, 255, 255, 0.08);
  --clr-dp-4: rgba(255, 255, 255, 0.09);
  --clr-dp-6: rgba(255, 255, 255, 0.11);
  --clr-dp-8: rgba(255, 255, 255, 0.12);
  --clr-dp-12: rgba(255, 255, 255, 0.14);
  --clr-dp-16: rgba(255, 255, 255, 0.15);
  --clr-dp-24: rgba(255, 255, 255, 0.16);
  --clr-text-title: #ffffff;
  --clr-text-body: #e0e0e0;
  --clr-text-title-invert: #212121;
  --clr-text-body-invert: #424242;
  --clr-text-desc: #bdbdbd;
  --clr-text-desc-invert: #838383;
  --clr-border-default: #2a2a2a;
  --clr-border-strong: #e0e0e0;
  --clr-border-white-week: rgba(255, 255, 255, 0.16);
  --clr-border-white-strong: rgba(255, 255, 255, 0.48);
  --clr-background-cursor: #769ed3;
  --clr-text-cursor: #000;
}
.clr-base-white {
  color: var(--clr-base-white);
}
.bg-base-white {
  background: var(--clr-base-white);
}
.clr-base-black {
  color: var(--clr-base-black);
}
.bg-base-black {
  background: var(--clr-base-black);
}
.clr-ui-body {
  color: var(--clr-ui-body);
}
.bg-ui-body {
  background: var(--clr-ui-body);
}
.clr-ui-bg {
  color: var(--clr-ui-bg);
}
.bg-ui-bg {
  background: var(--clr-ui-bg);
}
.clr-ui-outline {
  color: var(--clr-ui-outline);
}
.bg-ui-outline {
  background: var(--clr-ui-outline);
}
.clr-ui-bg-xs {
  color: var(--clr-ui-bg-xs);
}
.bg-ui-bg-xs {
  background: var(--clr-ui-bg-xs);
}
.clr-ui-bg-sm {
  color: var(--clr-ui-bg-sm);
}
.bg-ui-bg-sm {
  background: var(--clr-ui-bg-sm);
}
.clr-ui-bg-md {
  color: var(--clr-ui-bg-md);
}
.bg-ui-bg-md {
  background: var(--clr-ui-bg-md);
}
.clr-ui-bg-lg {
  color: var(--clr-ui-bg-lg);
}
.bg-ui-bg-lg {
  background: var(--clr-ui-bg-lg);
}
.clr-gray-50 {
  color: var(--clr-gray-50);
}
.bg-gray-50 {
  background: var(--clr-gray-50);
}
.clr-gray-100 {
  color: var(--clr-gray-100);
}
.bg-gray-100 {
  background: var(--clr-gray-100);
}
.clr-gray-200 {
  color: var(--clr-gray-200);
}
.bg-gray-200 {
  background: var(--clr-gray-200);
}
.clr-gray-300 {
  color: var(--clr-gray-300);
}
.bg-gray-300 {
  background: var(--clr-gray-300);
}
.clr-gray-400 {
  color: var(--clr-gray-400);
}
.bg-gray-400 {
  background: var(--clr-gray-400);
}
.clr-gray-500 {
  color: var(--clr-gray-500);
}
.bg-gray-500 {
  background: var(--clr-gray-500);
}
.clr-gray-600 {
  color: var(--clr-gray-600);
}
.bg-gray-600 {
  background: var(--clr-gray-600);
}
.clr-gray-700 {
  color: var(--clr-gray-700);
}
.bg-gray-700 {
  background: var(--clr-gray-700);
}
.clr-gray-800 {
  color: var(--clr-gray-800);
}
.bg-gray-800 {
  background: var(--clr-gray-800);
}
.clr-gray-900 {
  color: var(--clr-gray-900);
}
.bg-gray-900 {
  background: var(--clr-gray-900);
}
.clr-primary-500 {
  color: var(--clr-primary-500);
}
.bg-primary-500 {
  background: var(--clr-primary-500);
}
.clr-ui-surface {
  color: var(--clr-ui-surface);
}
.bg-ui-surface {
  background: var(--clr-ui-surface);
}
.clr-ui-title {
  color: var(--clr-ui-title);
}
.bg-ui-title {
  background: var(--clr-ui-title);
}
.clr-on-white-high {
  color: var(--clr-on-white-high);
}
.bg-on-white-high {
  background: var(--clr-on-white-high);
}
.clr-on-white-medium {
  color: var(--clr-on-white-medium);
}
.bg-on-white-medium {
  background: var(--clr-on-white-medium);
}
.clr-on-white-disabled {
  color: var(--clr-on-white-disabled);
}
.bg-on-white-disabled {
  background: var(--clr-on-white-disabled);
}
.clr-on-black-high {
  color: var(--clr-on-black-high);
}
.bg-on-black-high {
  background: var(--clr-on-black-high);
}
.clr-on-black-medium {
  color: var(--clr-on-black-medium);
}
.bg-on-black-medium {
  background: var(--clr-on-black-medium);
}
.clr-on-black-disabled {
  color: var(--clr-on-black-disabled);
}
.bg-on-black-disabled {
  background: var(--clr-on-black-disabled);
}
.clr-dp-1 {
  color: var(--clr-dp-1);
}
.bg-dp-1 {
  background: var(--clr-dp-1);
}
.clr-dp-2 {
  color: var(--clr-dp-2);
}
.bg-dp-2 {
  background: var(--clr-dp-2);
}
.clr-dp-3 {
  color: var(--clr-dp-3);
}
.bg-dp-3 {
  background: var(--clr-dp-3);
}
.clr-dp-4 {
  color: var(--clr-dp-4);
}
.bg-dp-4 {
  background: var(--clr-dp-4);
}
.clr-dp-6 {
  color: var(--clr-dp-6);
}
.bg-dp-6 {
  background: var(--clr-dp-6);
}
.clr-dp-8 {
  color: var(--clr-dp-8);
}
.bg-dp-8 {
  background: var(--clr-dp-8);
}
.clr-dp-12 {
  color: var(--clr-dp-12);
}
.bg-dp-12 {
  background: var(--clr-dp-12);
}
.clr-dp-16 {
  color: var(--clr-dp-16);
}
.bg-dp-16 {
  background: var(--clr-dp-16);
}
.clr-dp-24 {
  color: var(--clr-dp-24);
}
.bg-dp-24 {
  background: var(--clr-dp-24);
}
.clr-text-title {
  color: var(--clr-text-title);
}
.bg-text-title {
  background: var(--clr-text-title);
}
.clr-text-body {
  color: var(--clr-text-body);
}
.bg-text-body {
  background: var(--clr-text-body);
}
.clr-text-title-invert {
  color: var(--clr-text-title-invert);
}
.bg-text-title-invert {
  background: var(--clr-text-title-invert);
}
.clr-text-body-invert {
  color: var(--clr-text-body-invert);
}
.bg-text-body-invert {
  background: var(--clr-text-body-invert);
}
.clr-text-desc {
  color: var(--clr-text-desc);
}
.bg-text-desc {
  background: var(--clr-text-desc);
}
.clr-text-desc-invert {
  color: var(--clr-text-desc-invert);
}
.bg-text-desc-invert {
  background: var(--clr-text-desc-invert);
}
.clr-border-default {
  color: var(--clr-border-default);
}
.bg-border-default {
  background: var(--clr-border-default);
}
.clr-border-strong {
  color: var(--clr-border-strong);
}
.bg-border-strong {
  background: var(--clr-border-strong);
}
.clr-border-white-week {
  color: var(--clr-border-white-week);
}
.bg-border-white-week {
  background: var(--clr-border-white-week);
}
.clr-border-white-strong {
  color: var(--clr-border-white-strong);
}
.bg-border-white-strong {
  background: var(--clr-border-white-strong);
}
.clr-background-cursor {
  color: var(--clr-background-cursor);
}
.bg-background-cursor {
  background: var(--clr-background-cursor);
}
.clr-text-cursor {
  color: var(--clr-text-cursor);
}
.bg-text-cursor {
  background: var(--clr-text-cursor);
}
.no-family-base {
  font-family: 'Noto Serif KR';
}
.no-family-en-base,
.no-family-en-title {
  font-family: Manrope, sans-serif;
}
.no-family-ko-base {
  font-family: 'Noto Serif KR', sans-serif;
}
.no-family-ko-title {
  font-family: Pretendard, sans-serif;
}
.no-container-3xl {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-container-2xl {
  max-width: 1664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-container-xl {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-container-lg {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-container-md {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-container-sm {
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-container-xs {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  padding-right: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-section-xl {
  padding-bottom: clamp(12rem, 7.1197411003vw + 9.3300970874rem, 23rem);
  padding-top: clamp(12rem, 7.1197411003vw + 9.3300970874rem, 23rem);
}
.no-section-lg {
  padding-bottom: clamp(8.2rem, 4.4012944984vw + 6.5495145631rem, 15rem);
  padding-top: clamp(8.2rem, 4.4012944984vw + 6.5495145631rem, 15rem);
}
.no-section-md {
  padding-bottom: clamp(5.4rem, 4.2718446602vw + 3.7980582524rem, 12rem);
  padding-top: clamp(5.4rem, 4.2718446602vw + 3.7980582524rem, 12rem);
}
.no-section-sm {
  padding-bottom: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
  padding-top: clamp(4.1rem, 2.6537216828vw + 3.1048543689rem, 8.2rem);
}
.no-section-footer {
  padding-bottom: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  padding-top: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.content-module {
  height: clamp(49.3rem, 12.8802588997vw + 44.4699029126rem, 69.2rem);
}
.f-heading-1 {
  font-size: clamp(2.2rem, 1.6828478964vw + 1.5689320388rem, 4.8rem);
  line-height: 1.41;
  font-weight: 600;
  letter-spacing: -0.004rem;
  font-family: Manrope;
}
.f-heading-2 {
  font-size: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  line-height: 1.41;
  font-weight: 600;
  letter-spacing: -0.004rem;
  font-family: Manrope;
}
.f-heading-3 {
  font-size: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  line-height: 1.41;
  font-weight: 600;
  letter-spacing: -0.004rem;
  font-family: Manrope;
}
.f-heading-4 {
  font-size: clamp(1.5rem, 0.5825242718vw + 1.2815533981rem, 2.4rem);
  line-height: 1.41;
  font-weight: 600;
  letter-spacing: -0.004rem;
  font-family: Manrope;
}
.f-display-0_5 {
  font-size: clamp(3.4rem, 6.0841423948vw + 1.1184466019rem, 12.8rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.1rem;
  font-family: Manrope;
}
.f-display-1 {
  font-size: clamp(3.4rem, 2.4595469256vw + 2.4776699029rem, 7.2rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.1rem;
  font-family: Manrope;
}
.f-display-2 {
  font-size: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.1rem;
  font-family: Manrope;
}
.f-display-3 {
  font-size: clamp(3rem, 1.8122977346vw + 2.3203883495rem, 5.8rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.05rem;
  font-family: Manrope;
}
.f-display-4 {
  font-size: clamp(2.8rem, 1.5533980583vw + 2.2174757282rem, 5.2rem);
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: -0.05rem;
  font-family: Manrope;
}
.f-body-1 {
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  line-height: 1.41;
  font-weight: 500;
  letter-spacing: -0.004rem;
  font-family: Pretendard;
}
.f-body-2 {
  font-size: clamp(1.3rem, 0.3236245955vw + 1.1786407767rem, 1.8rem);
  line-height: 1.618;
  font-weight: 400;
  letter-spacing: -0.06rem;
  font-family: Pretendard;
}
.f-body-3 {
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  line-height: 1.618;
  font-weight: 400;
  letter-spacing: -0.06rem;
  font-family: Pretendard;
}
.f-body-4 {
  font-size: clamp(1.1rem, 0.1941747573vw + 1.027184466rem, 1.4rem);
  line-height: 1.618;
  font-weight: 400;
  letter-spacing: -0.06rem;
  font-family: Pretendard;
}
.s-heading-xl {
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.05;
  font-family: Pretendard;
  letter-spacing: -0.1rem;
}
@media (max-width: 1024px) {
  .s-heading-xl {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .s-heading-xl {
    font-size: 3.2rem;
  }
}
.s-body-l {
  font-size: 2.4rem;
  font-family: Pretendard;
}
@media (max-width: 768px) {
  .s-body-l {
    font-size: 2rem;
  }
}
.s-body-s {
  font-size: 1.2rem;
  font-family: Pretendard;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  * br {
    display: none;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-size: 62.5%;
}
body {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  word-break: keep-all;
  letter-spacing: var(--base-letter-spacing);
  background: var(--clr-ui-surface);
  color: var(--clr-ui-body);
  font-family: 'Noto Serif KR';
  font-weight: 400;
}
a,
button,
select,
input,
textarea,
option {
  color: var(--clr-ui-body);
  font-family: 'Noto Serif KR';
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}
[lang='ko-kr'] body {
  font-family: 'Noto Serif KR';
}
ul,
ol,
li {
  list-style: none;
}
img {
  width: 100%;
  object-fit: cover;
}
a {
  text-decoration: none;
}
em,
address {
  font-style: normal;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
label {
  cursor: pointer;
}
textarea {
  resize: none;
}
input,
textarea,
select,
option {
  border: none;
  outline: none;
}
.no-hidden {
  overflow: hidden;
}
::selection {
  background: var(--clr-primary-500);
  color: var(--clr-base-white);
}
::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--clr-primary-500);
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background: #00000014;
}
b {
  font-weight: 700;
}
a {
  display: block;
}
.fw-ex {
  font-weight: 800;
}
.fw-b {
  font-weight: 700;
}
.fw-sm {
  font-weight: 600;
}
.fw-m {
  font-weight: 500;
}
.fw-r {
  font-weight: 400;
}
.--main-c {
  color: var(--clr-primary-500);
}
.--white-c {
  color: #fff;
}
.no-pd-120--y {
  padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
}
.no-pd-80--y {
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
}
.no-pd-64--y {
  padding: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem) 0;
}
.no-pd-48--y {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
}
.no-pd-40--y {
  padding: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem) 0;
}
.no-pd-24--y {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
}
.no-pd-12--y {
  padding: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem) 0;
}
.no-pd-8--y {
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
}
.no-pd-120--t {
  padding-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-pd-80--t {
  padding-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}
.no-pd-64--t {
  padding-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}
.no-pd-48--t {
  padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-pd-40--t {
  padding-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-pd-32--t {
  padding-top: clamp(1.8rem, 0.9061488673vw + 1.4601941748rem, 3.2rem);
}
.no-pd-24--t {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-pd-12--t {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
}
.no-pd-8--t {
  padding-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-mg-120--y {
  margin: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
}
.no-mg-80--y {
  margin: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
}
.no-mg-64--y {
  margin: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem) 0;
}
.no-mg-48--y {
  margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) 0;
}
.no-mg-40--y {
  margin: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem) 0;
}
.no-mg-24--y {
  margin: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
}
.no-mg-12--y {
  margin: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem) 0;
}
.no-mg-8--y {
  margin: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 0;
}
.no-mg-120--t {
  margin-top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-mg-80--t {
  margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}
.no-mg-64--t {
  margin-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
}
.no-mg-48--t {
  margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-mg-40--t {
  margin-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-mg-24--t {
  margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-mg-12--t {
  margin-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
}
.no-mg-8--t {
  margin-top: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
}
.no-heading-xl {
  font-size: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
}
.no-heading-lg {
  font-size: clamp(2.6rem, 1.4239482201vw + 2.0660194175rem, 4.8rem);
}
.no-heading-md {
  font-size: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
}
.no-heading-sm {
  font-size: clamp(2.2rem, 0.3883495146vw + 2.054368932rem, 2.8rem);
}
.no-heading-xs {
  font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-body-xl {
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
}
.no-body-lg {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.no-body-md {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-body-sm {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.no-body-xs {
  font-size: clamp(1.1rem, 0.0647249191vw + 1.0757281553rem, 1.2rem);
}
.--txt-c {
  text-align: center;
}
.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 544px) {
  .grid-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 544px) {
  .grid-col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .grid-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .grid-col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1024px) {
  .grid-col-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-col-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 544px) {
  .grid-col-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.--gap-64 {
  gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
.--gap-48 {
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.--gap-24 {
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.font-en {
  font-family:'Pretendard';
}
p {
  line-height: 1.61;
}
h2,
h3,
h4,
h5 {
  line-height: 1.31;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.f-btw {
  display: flex;
  justify-content: space-between;
}
.ali-end {
  align-items: flex-end;
}
.scroll-lock {
  overflow: hidden;
  height: 100vh;
}
.no-form-search {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: var(--clr-base-white);
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) 1.6rem;
  display: flex;
  align-items: center;
  box-shadow: #4347552b 0 0 0.15em, #5a7dbc08 0 0.15em 0.3em;
  gap: 1.6rem;
}
.no-form-search .search {
  width: clamp(22rem, 3.8834951456vw + 20.5436893204rem, 28rem);
  font-size: 1.4rem;
  height: clamp(3rem, 0.2588996764vw + 2.9029126214rem, 3.4rem);
  font-family: Pretendard;
  background: transparent;
}
@media (max-width: 768px) {
  .no-form-search .search {
    width: 100%;
  }
}
.no-form-search .search_control i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-pagi-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-pagi-div .arrow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}
.no-pagi-div__list {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 0.1294498382vw + 0.5514563107rem, 0.8rem);
  text-align: center;
}
.no-pagi-div__list li a {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.65rem 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  position: relative;
}
.no-pagi-div__list li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background: var(--clr-primary-500);
  transition: 0.25s ease all;
}
.no-pagi-div__list li a.active:after {
  width: 100%;
}
.no-pagi-div__list li a:hover:after {
  width: 100%;
}
.no-pagi-div__list li a.active:hover:after {
  width: 100%;
}
.no-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: transparent;
  z-index: var(--z-index-header);
  height: var(--header-height);
  transition: 0.3s ease all;
  z-index: 2000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.no-header.--drop {
  transform: translateY(-100%);
}
.no-header.active {
  background: var(--clr-base-white);
  box-shadow: #0000001a 0 10px 10px -10px;
  border: none;
}
.no-header.active .no-header__inner--logo a .logo-w {
  display: none;
}
.no-header.active .no-header__inner--logo a .logo-c {
  display: block;
}
.no-header.active .no-header__inner--menu .no-header__gnb--link,
.no-header.active .no-header__inner .no-heade-toggle i {
  color: var(--clr-base-black);
}
.no-header.active .no-header__inner .no-header-btnWrap .inquiry-btn a {
  background: var(--clr-primary-500);
}
.no-header.bg {
  background: var(--clr-base-white);
  box-shadow: #0000001a 0 10px 10px -10px;
  border: none;
}
.no-header.bg .no-header__inner--logo a .logo-w {
  display: none;
}
.no-header.bg .no-header__inner--logo a .logo-c {
  display: block;
}
.no-header.bg .no-header__inner--menu .no-header__gnb--link,
.no-header.bg .no-header__inner .no-heade-toggle i {
  color: var(--clr-base-black);
}
.no-header.bg .no-header__inner .no-header-btnWrap .inquiry-btn a {
  background: var(--clr-primary-500);
}
.no-header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
  z-index: 2100;
  position: relative;
}
.no-header__inner--logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  height: 100%;
}
.no-header__inner--logo a {
  width: clamp(9rem, 2.2653721683vw + 8.1504854369rem, 12.5rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-header__inner--logo a .logo-c {
  display: none;
}
.no-header__inner--logo a .logo-w {
  display: block;
}
.no-header__inner--menu {
  height: 100%;
}
.no-header__inner--menu .no-header__gnb {
  display: flex;
  height: 100%;
  width: 100%;
  transition: 0.3s ease all;
}
@media (max-width: 1024px) {
  .no-header__inner--menu .no-header__gnb {
    display: none;
  }
}
.no-header__inner--menu .no-header__gnb--item {
  flex: 1;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 1rem clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  box-sizing: border-box;
  white-space: nowrap;
  color: var(--clr-base-white);
  font-weight: 600;
  transition: 0.45s ease all;
}
.no-header__inner--menu .no-header__gnb--item:after {
  content: '';
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 2px;
  transition: 0.45s ease all;
  background: var(--clr-primary-500);
}
.no-header__inner--menu .no-header__gnb--item:hover {
  color: var(--clr-primary-500);
}
.no-header__inner--menu .no-header__gnb--item:hover:after {
  width: 70%;
}
.no-header__inner--menu .no-header__gnb--item:last-child {
  display: none;
}
.no-header__inner--menu .no-header__gnb--link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: var(--clr-base-white);
}
.no-header__inner .no-header-btnWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 2rem;
}
.no-header__inner .no-header-btnWrap .inquiry-btn a {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  transition: 0.3s ease all;
}
.no-header__inner .no-header-btnWrap .inquiry-btn a:hover {
  background: var(--clr-primary-500);
  border-color: var(--clr-primary-500);
}
@media (max-width: 1024px) {
  .no-header__inner .no-header-btnWrap .inquiry-btn {
    display: none;
  }
}
.no-header__inner .no-header-btnWrap .inquiry-btn a {
  padding: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem)
    clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-header__inner .no-heade-toggle {
  cursor: pointer;
  transition: 0.3s ease all;
  display: none;
}
@media (max-width: 1024px) {
  .no-header__inner .no-heade-toggle {
    display: block;
  }
  .no-header__inner .no-heade-toggle i {
    color: var(--clr-base-white);
    font-size: clamp(2rem, 0.9061488673vw + 1.6601941748rem, 3.4rem);
  }
}
.no-header .toggle-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2200;
  transition: right 0.5s ease, opacity 0.8s ease;
  display: none;
}
@media (max-width: 1024px) {
  .no-header .toggle-nav {
    display: block;
  }
}
.no-header .toggle-nav.--drop {
  right: 0;
}
.no-header .toggle-nav.--drop .toggle-nav__inner {
  opacity: 1;
  visibility: inherit;
}
.no-header .toggle-nav .toggle--div {
  width: 100%;
  height: 100%;
  position: relative;
  background: #faf7f2;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow-y: auto;
  backdrop-filter: blur(50px);
  z-index: 2300;
}
.no-header .toggle-nav__inner {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
  padding-right: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
  max-width: 1440px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
  transition-delay: 0.5s;
}
@media (max-width: 1024px) {
  .no-header .toggle-nav__inner {
    position: static;
    transform: none;
    padding-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  }
}
.no-header .toggle-nav__inner--menu {
  height: 100%;
}
.no-header .toggle-nav__inner--menu .text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--clr-base-white);
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1024px) {
  .no-header .toggle-nav__inner--menu .text-wrap {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}
.no-header .toggle-nav__inner--menu .text-wrap h2 {
  width: clamp(9rem, 2.5889967638vw + 8.0291262136rem, 13rem);
}
.no-header .toggle-nav__inner--menu .text-wrap .close-btn {
  display: block;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.no-header .toggle-nav__inner--menu .text-wrap .close-btn i {
  color: #000;
  font-size: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
}
.no-header .toggle-nav__inner--menu .text-wrap .close-btn i .--rotate {
  transform: rotate(45deg);
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb {
  display: flex;
  height: 100%;
  padding: 2.4rem 0 4.8rem;
  border-top: 1px solid var(--clr-white-4dp);
}
@media (max-width: 1024px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--item {
  flex: 1;
  height: 100%;
  position: relative;
  padding: 1rem 0;
}
@media (max-width: 1024px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb--item {
    padding: 1.6rem 0;
    border-bottom: 1px solid #ecd3c4;
    width: 100%;
    text-align: left;
  }
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--item:last-child {
  display: none;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--link {
  height: 100%;
  width: 100%;
  font-weight: 500;
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
}
.no-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.no-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .no-footer__inner {
    flex-direction: column;
  }
}
.no-footer__inner--l .f-logo {
  width: clamp(9rem, 1.9417475728vw + 8.2718446602rem, 12rem);
}
.no-footer__inner--l .f-info {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem);
}
.no-footer__inner--l .f-info .top,
.no-footer__inner--l .f-info .mid,
.no-footer__inner--l .f-info .bottom {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
}
@media (max-width: 544px) {
  .no-footer__inner--l .f-info .top,
  .no-footer__inner--l .f-info .mid,
  .no-footer__inner--l .f-info .bottom {
    flex-direction: column;
  }
}
.no-footer__inner--l .f-info .top dl,
.no-footer__inner--l .f-info .mid dl,
.no-footer__inner--l .f-info .bottom dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  color: #000000b3;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  font-family: Pretenadrd;
}
@media (max-width: 544px) {
  .no-footer__inner--l .f-info .top dl,
  .no-footer__inner--l .f-info .mid dl,
  .no-footer__inner--l .f-info .bottom dl {
    justify-content: flex-start;
  }
}
.no-footer__inner--r {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .no-footer__inner--r {
    gap: 1.2rem;
    margin-top: 2rem;
  }
}
.no-footer__inner--r .logo-wrap {
  display: flex;
  gap: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  justify-content: center;
  align-items: center;
}
.no-footer__inner--r .logo-wrap .logo {
  width: clamp(6rem, 2.5889967638vw + 5.0291262136rem, 10rem);
}
.no-footer__inner--r .logo-wrap .logo img {
  height: 100%;
}
@media (max-width: 768px) {
  .no-footer__inner--r .logo-wrap {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.8rem;
  }
}
.no-footer__inner--r .sns {
  display: flex;
  gap: 0.8rem;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .no-footer__inner--r .sns {
    justify-content: flex-start;
  }
}
.no-footer__inner--r .sns li a {
  display: block;
  width: clamp(3.2rem, 0.2588996764vw + 3.1029126214rem, 3.6rem);
  height: clamp(3.2rem, 0.2588996764vw + 3.1029126214rem, 3.6rem);
  background-color: #fff3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-footer__inner--r .sns li a img {
  height: 100%;
}
.no-footer__copy {
  margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: #000000b3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .no-footer__copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.no-footer__copy a,
.no-footer__copy span {
  font-family: Pretendard;
}
.quick_menu {
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 9999;
  right: 2rem;
  bottom: 4rem;
  flex-direction: column;
  gap: 3.2rem;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.quick_menu.show {
  transform: scale(1);
  opacity: 1;
}
.quick_menu.sticky-stop {
  position: absolute;
}
.quick_menu .top_btn {
  position: relative;
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  height: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  background: var(--clr-primary-500);
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--clr-white-2dp);
  box-shadow: 0 0 6px var(--clr-white-2dp);
}
.quick_menu .top_btn:hover i {
  bottom: 4rem;
  transition: all 0.6s;
}
.quick_menu .top_btn:hover:after {
  bottom: 4rem;
  transition: all 0.6s;
}
.quick_menu .top_btn :after {
  content: '';
  background-image: url(/resource/images/icon/top_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.8rem;
  background-size: contain;
  display: block;
  margin-top: 4rem;
  position: relative;
  transition: all 0.3s;
  bottom: 0;
}
.quick_menu .top_btn i {
  background-image: url(/resource/images/icon/top_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.8rem;
  background-size: contain;
  display: block;
  bottom: 0;
}
.swiper-button-prev.--custom,
.swiper-button-next.--custom {
  height: 100%;
  top: 0;
  margin-top: 0;
  transition: 0.3s;
}
.swiper-button-disabled.swiper-button-prev.--custom,
.swiper-button-disabled.swiper-button-next.--custom {
  opacity: 0;
  visibility: hidden;
}
.swiper-button-prev.--custom:hover,
.swiper-button-next.--custom:hover {
  background: #ebebeb;
}
.swiper-button-prev.--custom:after,
.swiper-button-next.--custom:after {
  content: none;
}
.swiper-button-prev.--custom i,
.swiper-button-next.--custom i {
  font-size: clamp(1.4rem, 0.6472491909vw + 1.1572815534rem, 2.4rem);
  color: var(--clr-primary-def);
}
.swiper-button-next.--custom {
  width: clamp(2.4rem, 6.7313915858vw - 0.1242718447rem, 12.8rem);
  right: 0;
  border-left: 1px solid #ebebeb;
}
.swiper-button-prev.--custom {
  width: clamp(2.4rem, 6.7313915858vw - 0.1242718447rem, 12.8rem);
  border-right: 1px solid #ebebeb;
  left: 0;
}
.no-sub-nav {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.no-sub-nav .swiper-slide {
  width: auto;
  height: clamp(4.8rem, 1.5533980583vw + 4.2174757282rem, 7.2rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-sub-nav .swiper-slide > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: clamp(4.8rem, 1.5533980583vw + 4.2174757282rem, 7.2rem);
  background-color: #f7f7f7;
}
.no-sub-nav .swiper-slide > a:hover {
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .no-sub-nav .swiper-slide > a {
    padding: 0.5rem 1.2rem;
  }
}
.no-sub-nav .swiper-slide.active > a {
  background-color: var(--clr-primary-def);
  color: #fff;
}
.no-sub-nav .swiper-slide.active > a:hover {
  background-color: var(--clr-primary-700);
}
.no-sub-visual {
  height: clamp(38rem, 33.6569579288vw + 25.3786407767rem, 90rem);
  position: relative;
  overflow: hidden;
}
.no-sub-visual .sub-visual--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-sub-visual .sub-visual--img img {
  height: 100%;
}
.no-sub-visual:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0003;
  z-index: 2;
}
.no-sub-visual .text-wrap {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: var(--clr-base-white);
  text-align: center;
}
.no-sub-visual .text-wrap h2 {
  line-height: 1.31;
}
.no-sub-visual .text-wrap p {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  line-height: 1.61;
}
@media (max-width: 544px) {
	.no-sub-visual .text-wrap p{
		font-size:1.6rem;
	}
	.no-sub-visual .text-wrap span{
		font-size:1.4rem;
	}
}

.no-sub-visual .text-wrap span {
  line-height: 1.61;
  display: block;
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  color: #fffc;
}
.no-sub-visual .scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.no-sub-visual .scroll-down p {
  color: var(--clr-base-white);
}
.no-sub-visual .scroll-down .line-bar {
  width: 1px;
  height: 8rem;
  background: #fff6;
  position: relative;
  overflow: hidden;
}
.no-sub-visual .scroll-down .line-bar:after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 1px;
  height: 4rem;
  background-color: var(--clr-base-white);
  animation: scrollLine 2s linear infinite;
}
@keyframes scrollLine {
  0% {
    top: -100%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    top: 100%;
    opacity: 0;
  }
}
.no-btn-inquiry,
.no-btn-warning,
.no-btn-secondary,
.no-btn-primary,
.no-btn-white,
.no-btn-cta,
.no-btn,
.no-link-view,
.no-btn-outline-primary,
.no-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.4rem 1rem;
  gap: 0.8rem;
  transition: 0.3s;
  height: var(--input-height);
  color: var(--clr-ui-white);
}
@media (max-width: 768px) {
  .no-btn-inquiry,
  .no-btn-warning,
  .no-btn-secondary,
  .no-btn-primary,
  .no-btn-white,
  .no-btn-cta,
  .no-btn,
  .no-link-view,
  .no-btn-outline-primary,
  .no-btn-outline {
    padding: 0.4rem 1.2rem;
  }
}
.no-prev-button {
  width: clamp(3.6rem, 1.1650485437vw + 3.1631067961rem, 5.4rem);
  height: clamp(3.6rem, 1.1650485437vw + 3.1631067961rem, 5.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff29;
  color: #fff;
  transition: ease all 0.3s;
  margin-bottom: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
}
.no-prev-button:hover {
  transform: scale(1.1);
}
.no-btn-outline-primary,
.no-btn-outline {
  border: 2px solid var(--clr-ui-white);
}
.no-link-view {
  border: 1px solid var(--clr-border-white-strong);
  border-radius: 5rem;
  padding: 0.8rem 1rem 0.8rem 1.6rem;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  transition: ease all 0.3s;
}
.no-link-view:hover {
  transform: scale(1.1);
}
.no-btn-cta {
  border: 1px solid var(--clr-border-white-strong);
  border-radius: 5rem;
  padding: 0.8rem 1rem 0.8rem 1.6rem;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  transition: ease all 0.3s;
}
.no-btn-cta:hover {
  transform: scale(1.1);
}
.no-btn-cta:hover div {
  background-color: var(--clr-ui-black);
}
.no-btn-cta:hover div i {
  color: var(--clr-ui-white);
  transform: rotate(-45deg) scale(0.85);
}
.no-btn-cta div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  height: clamp(2.4rem, 0.6472491909vw + 2.1572815534rem, 3.4rem);
  border-radius: 50%;
  background-color: var(--clr-ui-white);
  transition: ease all 0.3s;
}
.no-btn-cta div p {
  line-height: auto;
  font-family: var(--family-en-base);
}
.no-btn-cta div i {
  color: var(--clr-ui-black);
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  transition: ease all 0.3s;
}
.no-btn-pos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-btn-sz--md {
  min-width: 9rem;
}
.no-btn-sz--lg {
  min-width: 12rem;
  height: 4.8rem;
}
.no-btn-white {
  background-color: #fff;
  color: var(--clr-ui-body);
}
.no-btn-white:hover,
.no-btn-primary {
  background-color: var(--clr-primary-def);
  color: #fff;
}
.no-btn-primary:hover {
  background-color: var(--clr-primary-800);
}
.no-btn-secondary {
  background-color: #eee;
  color: #333;
}
.no-btn-secondary:hover {
  background-color: var(--clr-gray-200);
}
.no-btn-warning {
  background-color: #c00;
  color: #fff;
}
.no-btn-warning:hover {
  background-color: #a00;
}
.no-btn-outline:hover {
  background-color: var(--clr-ui-white);
  color: var(--clr-ui-black);
}
.no-btn-outline-primary {
  border-color: var(--clr-primary-def);
}
.no-btn-outline-primary:hover {
  background-color: var(--clr-primary-def);
}
.no-btn-inquiry {
  width: 100%;
}
.no-top-btn {
  position: fixed;
  right: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  bottom: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  z-index: 999;
  transition: ease all 0.3s;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.no-top-btn.hidden {
  opacity: 0;
  visibility: hidden;
}
.no-top-btn a,
.no-top-btn button {
  width: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  height: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 0.2588996764vw + 1.7029126214rem, 2.2rem);
  color: #fff;
  box-shadow: 0 4px 10px #00000026;
  cursor: pointer;
  transition: ease all 0.3s;
}
.no-top-btn button {
  border: none;
  background: #005baa;
}
.no-top-btn button .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-top-btn a {
  background: #fff;
  color: #000;
}
.no-categories {
  margin-top: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
}
.no-categories ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-categories ul li.is-active a {
  border: 1px solid transparent;
  background: var(--clr-ui-black);
  color: var(--clr-text-title-invert);
}
.no-categories ul li a {
  padding: 1rem 2rem;
  border: 1px solid var(--clr-border-default);
  color: var(--clr-text-desc);
  display: inline-block;
  transition: ease all 0.3s;
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  font-weight: 500;
  border-radius: 5rem;
}
.no-categories ul li a:hover {
  background: var(--clr-gray-50);
  color: var(--clr-gray-500);
  border: 1px solid transparent;
}
.no-depth-filter-wrap {
  border-bottom: 1px solid var(--clr-border-default);
}
.no-depth-categories {
  height: clamp(5.4rem, 0.6472491909vw + 5.1572815534rem, 6.4rem);
  width: 100%;
  display: flex;
  align-items: center;
}
.no-depth-categories ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  height: 100%;
}
.no-depth-categories ul li {
  height: 100%;
}
.no-depth-categories ul li.is-active a {
  border-bottom: 2px solid var(--clr-border-strong);
  color: var(--clr-text-title);
}
.no-depth-categories ul li a {
  border-bottom: 2px solid transparent;
  color: var(--clr-text-desc);
  display: inline-block;
  transition: ease all 0.3s;
  font-size: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem);
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-depth-categories ul li a:hover {
  color: var(--clr-gray-900);
}
.no-pagination {
  display: flex;
  margin-top: clamp(4.8rem, 2.071197411vw + 4.0233009709rem, 8rem);
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-pagination .--arrow {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #000;
  transition: all 0.3s ease;
  cursor: pointer;
}

.no-pagination .--arrow  i{
	font-size:1.8rem;
}

.no-pagination .--numbers {
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 0.1294498382vw + 0.3514563107rem, 0.6rem);
  border-radius: 3rem;
}
.no-pagination .--numbers a.active {
  border-color: transparent;
  font-weight: 600;
}
.no-pagination .--numbers .--dots {
  color: #fff6;
  font-weight: 600;
  padding: 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  user-select: none;
}
.no-card {
  border-radius: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  overflow: hidden;
  background: var(--clr-ui-surface);
  box-shadow: 0 4px 20px #0000001f;
}
.no-card-gray {
  border-radius: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  padding: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem) clamp(2.4rem, 2.3300970874vw + 1.5262135922rem, 6rem);
  overflow: hidden;
  box-shadow: 2px 0 8px #0000001a;
  background: #f9f9f9;
}
.no-card-light {
  border-radius: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem)
    clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
  overflow: hidden;
  background: var(--clr-ui-surface);
  box-shadow: 2px 0 8px #0000001a;
}
.no-fetch-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
}
.no-fetch-modal__content {
  position: relative;
}
@media (max-width: 768px) {
  .no-fetch-modal__content {
    position: static;
  }
}
.no-fetch-modal__backdrop {
  position: absolute;
  inset: 0;
  background: #000000b3;
  backdrop-filter: blur(8px);
  animation: fadeIn 0.2s ease-out;
}
.no-fetch-modal__dialog {
  position: relative;
  width: min(95vw, 1200px);
  max-height: 80vh;
  overflow-y: auto;
  background: #0a0a0a;
  border-radius: 20px;
  box-shadow: 0 20px 60px #0006;
  padding: 0;
  transform: translateY(20px);
  animation: modalSlideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@media (max-width: 768px) {
  .no-fetch-modal__dialog {
    max-height: 72vh;
  }
}
.no-fetch-modal .no-sub-works-show-article {
  padding: clamp(3.6rem, 3.8834951456vw + 2.1436893204rem, 9.6rem) clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem)
    clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem) clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  color: #fff;
}
@media (max-width: 768px) {
  .no-fetch-modal .no-sub-works-show-article {
    padding: 24px;
  }
}
.no-fetch-modal .no-sub-works-show-youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.no-fetch-modal .no-sub-works-show-youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.no-fetch-modal .no-sub-works-show-contents {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 32px;
}
@media (max-width: 768px) {
  .no-fetch-modal .no-sub-works-show-contents {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.no-fetch-modal .no-sub-works-show-thumbnail {
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a1a;
}
.no-fetch-modal .no-sub-works-show-thumbnail img {
  width: 100%;
  display: block;
}
.no-fetch-modal .no-sub-works-show-txt__title {
  margin-bottom: 24px;
}
.no-fetch-modal .no-sub-works-show-txt__title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .no-fetch-modal .no-sub-works-show-txt__title h2 {
    font-size: 24px;
  }
}
.no-fetch-modal .no-sub-works-show-txt__title span {
  font-size: 16px;
  color: #b0b0b0;
  line-height: 1.6;
  display: block;
}
.no-fetch-modal .no-sub-works-show-txt__info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.no-fetch-modal .no-sub-works-show-txt__info ul li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.no-fetch-modal .no-sub-works-show-txt__info ul li .label {
  color: #888;
  font-weight: 500;
}
.no-fetch-modal .no-sub-works-show-txt__info ul li .value {
  color: #fff;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.no-marquee {
  overflow: hidden;
}
.no-marquee__list {
  display: flex;
  width: fit-content;
  flex: auto;
  flex-direction: row;
}
.no-marquee__item {
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 2.4rem;
  text-transform: uppercase;
}
.scroll-line {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 11;
  justify-content: center;
  transition: opacity 0.3s;
}
.scroll-line p {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.scroll-line .line {
  position: relative;
  width: 0.2rem;
  height: clamp(6rem, 2.5889967638vw + 5.0291262136rem, 10rem);
  background-color: #ffffffb3;
  overflow: hidden;
  z-index: 2;
}
.scroll-line .line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2rem;
  height: clamp(1rem, 1.2944983819vw + 0.5145631068rem, 3rem);
  background-color: #fff;
  animation: scrolldown 2s ease-in infinite;
}

.no-main{

}

.no-main--visual {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .no-main--visual {
    height: 80vh;
  }
}
.no-main--visual .main-video {
  height: 100%;
  position: relative;
  z-index: 2;
}
.no-main--visual .main-video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(280deg, #0000, #00000061);
  z-index: 1;
}
.no-main--visual .text-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}
.no-main--visual .text-wrap p {
  color: var(--clr-base-white);
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  line-height: 1.61;
}

@media (max-width: 768px) {
	.no-main--visual .text-wrap p{
		font-size:1.8rem;
	}
}
.no-main--visual .text-wrap h2 {
  color: var(--clr-base-white);
}
.no-main--visual .text-wrap .btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap:wrap;
}
.no-main--visual .text-wrap .btn-wrap a {
  padding: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem)
    clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 1rem;
}
.no-main--visual .text-wrap .btn-wrap a:first-child {
  background: var(--clr-primary-500);
  color: #fff;
}
.no-main--visual .text-wrap .btn-wrap a:last-child {
  background: var(--clr-base-white);
}

.no-main--brand {
  background: #faf7f2;
  position: relative;
  overflow:hidden;
  padding: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem) 0;
}
.no-main--brand .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
}
.no-main--brand .bg img {
  height: 100%;
}
.no-main--brand .no-main--title {
  text-align: center !important;
}
.no-main--brand .container_inner {
  position: relative;
  z-index: 3;
}
.no-main--brand .process-wrap {
  position: relative;
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
@media (max-width: 1024px) {
  .no-main--brand .process-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-items: center;
  }
}
.no-main--brand .process-wrap .line.before {
  position: absolute;
  right: -40px;
  top: 50%;
  width: 100%;
  height: 0.1rem;
  transform: translate(-100%, -50%);
  z-index: 3;
}
@media (max-width: 1440px) {
  .no-main--brand .process-wrap .line.before {
    right: -25px;
  }
}
@media (max-width: 1024px) {
  .no-main--brand .process-wrap .line.before {
    display: none;
  }
}
.no-main--brand .process-wrap .line.before .line-fill {
  width: 0;
  height: 0.1rem;
  background-color: #8d4419;
  transition: width 0.6s ease;
}
.no-main--brand .process-wrap .line.after {
  position: absolute;
  left: -40px;
  top: 50%;
  width: 100%;
  height: 0.1rem;
  transform: translate(100%, -50%);
  z-index: 3;
}
@media (max-width: 1440px) {
  .no-main--brand .process-wrap .line.after {
    left: -25px;
  }
}
@media (max-width: 1024px) {
  .no-main--brand .process-wrap .line.after {
    display: none;
  }
}
.no-main--brand .process-wrap .line.after .line-fill {
  width: 0;
  height: 0.1rem;
  background-color: #8d4419;
  transition: width 0.6s ease;
}
.no-main--brand .process-wrap .cir {
  position: relative;
  width: 33.333%;
  max-width: 54rem;
  padding-top: 33.333%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 4;
}
@media (max-width: 1024px) {
  .no-main--brand .process-wrap .cir {
    width: 100%;
    padding-top: 55%;
  }
}
@media (max-width: 544px) {
  .no-main--brand .process-wrap .cir {
    padding-top: 85%;
  }
}
@media (max-width: 375px) {
  .no-main--brand .process-wrap .cir {
    padding-top: 95%;
  }
}
.no-main--brand .process-wrap .cir svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.no-main--brand .process-wrap .cir .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.no-main--brand .process-wrap .cir .txt .num {
  color: var(--clr-primary-500);
  font-size: 2.4rem;
}
.no-main--brand .process-wrap .cir .txt p {
  color: #444;
  line-height: 1.61;
}
@media (max-width: 768px) {
  .no-main--brand .process-wrap .cir .txt p br {
    display: block;
  }
}
.no-main--brand .process-wrap .cir + .cir {
  margin-left: -4rem;
}
@media (max-width: 1440px) {
  .no-main--brand .process-wrap .cir + .cir {
    margin-left: -2.5rem;
  }
}
@media (max-width: 1024px)  {
  .no-main--brand .process-wrap .cir + .cir {
    margin-left: 0;
    margin-top: -5rem;
  }
}

.no-main--about {
  overflow: hidden;
  position: relative;
  background: #faf7f2;
}
.no-main--about .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
}
.no-main--about .bg img {
  height: 100%;
}
.no-main--about .text-marquee {
  overflow: hidden;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.no-main--about .text-marquee span {
  color: #c2937742;
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 90s linear infinite;
  position: relative;
  z-index: 5;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
@keyframes marquee {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
.no-main--about .grid-cont {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .no-main--about .grid-cont {
    flex-direction: column;
    gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
    justify-content: center;
    align-items: center;
  }
}
.no-main--about .grid-cont .img-cont {
  max-width: clamp(32rem, 19.4174757282vw + 24.7184466019rem, 62rem);
}
.no-main--about .grid-cont .desc {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .no-main--about .grid-cont .desc {
    text-align: center;
  }
}


.no-main--program {
  position: relative;
  height: auto;
}
.no-main--program .program-section {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}
.no-main--program .program-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(280deg, #0000, #00000040);
  z-index: 2;
}
.no-main--program .program-section a:hover img {
  transform: scale(1.075);
}
.no-main--program .program-section .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.no-main--program .program-section .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2.5s ease-in-out;
}
.no-main--program .program-section .course-title {
  font-size: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-main--program .program-section .info-wrap {
  max-width: 65rem;
}
.no-main--program .program-section .info-wrap ul li {
  padding: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem) clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  border-top: 1px solid rgba(217, 217, 217, 0.6);
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
.no-main--program .program-section .info-wrap ul li .lord {
  width: clamp(3.2rem, 0.5177993528vw + 3.0058252427rem, 4rem);
  height: clamp(3.2rem, 0.5177993528vw + 3.0058252427rem, 4rem);
}
.no-main--program .program-section .info-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 100%;
  padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  margin: 0 auto;
  z-index: 5;
}
.no-main--program .program-section .info-container .text-wrap {
  color: var(--clr-base-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.program-section.premium {
  z-index: 2;
}

.program-section.standard {
  z-index: 3;
}
.no-main--program .program-cursor {
  position: fixed;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: #ffffffa6;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  pointer-events: none;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease;
}
.no-main--company {
  background: #fbf9f5;
  overflow:hidden;
}
.no-main--company ul {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.no-main--company li {
  justify-content: space-between;
  align-items: center;
  gap: clamp(2.4rem, 6.213592233vw + 0.0699029126rem, 12rem);
}
.no-main--company li:nth-child(2n) .img {
  order: 2;
}
@media (max-width: 768px) {
  .no-main--company li:nth-child(2n) .img {
    order: 1;
  }
}
.no-main--company li:nth-child(2n) .text-wrap {
  order: 1;
}
@media (max-width: 768px) {
  .no-main--company li:nth-child(2n) .text-wrap {
    order: 2;
  }
}
.no-main--company li .img {
  height: clamp(26rem, 12.9449838188vw + 21.145631068rem, 46rem);
}

.no-main--company li .img img{
	height:100%;
}

.no-main--company li .text-wrap .num {
  display: block;
  color: var(--clr-primary-500);
}
.no-main--company li .text-wrap .title {
  padding-top: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem);
  line-height: 1.31;
}
.no-main--company li .text-wrap .desc {
  padding-top: clamp(0.7rem, 0.4530744337vw + 0.5300970874rem, 1.4rem);
  color: #444;
  line-height: 1.61;
}
@media (max-width: 768px) {
	.no-main--company li .text-wrap .desc {
		font-size:1.5rem;
	}
}
.no-main--company .btn-line {
  display: flex;
  justify-content: center;
}
.no-main--company .btn-line a {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  transition: 0.3s ease all;
}
.no-main--company .btn-line a:hover {
  background: var(--clr-primary-500);
  border-color: var(--clr-primary-500);
}
.no-main--company .btn-line a {
  color: #000;
  border-color: #000;
  display: flex;
  align-items: center;
  padding: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  gap: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  font-weight: 600;
}
.no-main--company .btn-line a i {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.no-main--company .btn-line a:hover {
  color: #fff;
}
.no-main--store {
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-main--store .f-btw {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  }
}
.no-main--store .swiper {
  overflow: visible;
  z-index: 3;
  position: relative;
}
@media (max-width: 1024px) {
  .no-main--store .swiper {
    width: 100%;
  }
  .no-main--store .swiper-wrapper {
    height: auto;
  }
}
.no-main--store .swiper-slide {
  max-width: clamp(30rem, 19.4174757282vw + 22.7184466019rem, 60rem);
}
.no-main--store .swiper-slide a:hover img {
  transform: scale(1.075);
}
.no-main--store .swiper-slide figure {
  overflow: hidden;
  height: clamp(40rem, 19.4174757282vw + 32.7184466019rem, 70rem);
}

@media (max-width: 768px) {
	.no-main--store .swiper-slide figure {
		height: clamp(25rem, 6.4724919094vw + 22.572815534rem, 35rem);
	}
}

.no-main--store .swiper-slide figure img {
  height: 100%;
  transition: 1.4s ease all;
}
.no-main--store .swiper-slide .info-t {
  padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.no-main--store .swiper-slide .info-t .desc {
  color: #000c;
  line-height: 1.61;
  padding-top: 0.5rem;
}
.no-main--store .swiper-slide .info-b {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-main--store .swiper-slide .info-b .status {
  padding: 0.6rem clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  background: var(--clr-primary-500);
  color: var(--clr-base-white);
}
.no-main--store .swiper-pagination-progressbar-fill {
  background-color: var(--clr-primary-500);
}
.no-main--store .progress-container {
  position: relative;
  background-color: #f6f6f6;
  height: 0.5rem;
  width: 100%;
  overflow: hidden;
  margin: 0 1.2rem;
}
.no-main--store .progress-container .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #f6f6f6;
  transition: width 4.5s linear;
}
.no-main--store .swiper-pagination-progressbar {
  background-color: #f6f6f6;
}
.no-main--store .btn-line a {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  transition: 0.3s ease all;
}
.no-main--store .btn-line a:hover {
  background: var(--clr-primary-500);
  border-color: var(--clr-primary-500);
}
.no-main--store .btn-line a {
  color: #000;
  border-color: #000;
  display: flex;
  padding: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  align-items: center;
  gap: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  font-weight: 600;
}
.no-main--store .btn-line a i {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.no-main--store .btn-line a:hover {
  color: #fff;
}
.no-main--story {
  overflow: hidden;
  position: relative;
  background: #fefefe;
}
@media (max-width: 768px) {
  .no-main--story .f-btw {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  }
}
.no-main--story .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.22;
  z-index: 1;
}
.no-main--story .bg img {
  height: 100%;
}
.no-main--story > div {
  z-index: 3;
  position: relative;
}
.no-main--story .swiper {
  overflow: visible;
}
@media (max-width: 1024px) {
  .no-main--story .swiper {
    width: 100%;
  }
  .no-main--story .swiper-wrapper {
    height: auto;
  }
}
.no-main--story .swiper-slide {
  max-width: clamp(24rem, 14.498381877vw + 18.5631067961rem, 46.4rem);
}
.no-main--story .swiper-slide a:hover img {
  transform: scale(1.075);
}
.no-main--story .swiper-slide figure {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.no-main--story .swiper-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 1.4s ease all;
}
.no-main--story .swiper-slide .info-t {
  padding-bottom: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.no-main--story .swiper-slide .info-t h3{
padding-bottom:1rem;
}

.no-main--story .swiper-slide .info-t .desc {
  color: #000c;
  line-height: 1.61;
}

.no-main--story .swiper-slide .info-t .desc,
.no-main--story .swiper-slide .info-t .desc > * ,
.no-main--story .swiper-slide .info-t  p,
.no-main--story .swiper-slide .info-t  p span,
.no-main--story .swiper-slide .info-t  span{
	line-height: 1.61;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color:#444;
}


.no-main--story .swiper-slide .info-b {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-main--story .swiper-slide .info-b .date {
  color: #0009;
}
.no-main--story .swiper-pagination-progressbar-fill {
  background-color: var(--clr-primary-500);
}
.no-main--story .progress-container {
  position: relative;
  background-color: #f6f6f6;
  height: 0.5rem;
  width: 100%;
  overflow: hidden;
  margin: 0 1.2rem;
}
.no-main--story .progress-container .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #f6f6f6;
  transition: width 4.5s linear;
}
.no-main--story .swiper-pagination-progressbar {
  background-color: #f6f6f6;
}
.no-main--story .btn-line a {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  transition: 0.3s ease all;
}
.no-main--story .btn-line a:hover {
  background: var(--clr-primary-500);
  border-color: var(--clr-primary-500);
}
.no-main--story .btn-line a {
  color: #000;
  border-color: #000;
  display: flex;
  padding: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  align-items: center;
  gap: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  font-weight: 600;
}
.no-main--story .btn-line a i {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.no-main--story .btn-line a:hover {
  color: #fff;
}
.no-main--title h2 {
  font-size: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  font-weight: 600;
  line-height: 1.31;
}
.no-main--title p {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  font-weight: 600;
  line-height: 1.61;
}
.no-main--contact {
  position: relative;
  padding: clamp(20rem, 12.9449838188vw + 15.145631068rem, 40rem);
}

@media (max-width: 544px) {
	.no-main--contact {
	  padding: 0;
	  height:40rem;
	}
}

.no-main--contact .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-main--contact .bg img {
  height: 100%;
}
.no-main--contact:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000040;
  z-index: 2;
}
.no-main--contact .text-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--clr-base-white);
  z-index: 3;
  width: 100%;
  text-align: center;
  padding: 0 clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-main--contact .text-wrap h2 {
  font-size: clamp(2rem, 2.3300970874vw + 1.1262135922rem, 5.6rem);
  font-weight: 600;
  line-height: 1.31;
}
.no-main--contact .text-wrap p {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  line-height: 1.61;
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-main--contact .text-wrap .btn-fill {
  display: flex;
  justify-content: center;
}
.no-main--contact .text-wrap .btn-fill a {
  color: #fff;
  background: var(--clr-primary-500);
  border: 1px solid var(--clr-primary-500);
  transition: 0.3s ease all;
}
.no-main--contact .text-wrap .btn-fill a:hover {
  background: transparent;
  border-color: #fff;
}
.no-main--contact .text-wrap .btn-fill a {
  background: #fff;
  padding: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  color: #000;
  border-color: #fff;
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  font-weight: 600;
}
.no-main--contact .text-wrap .btn-fill a i {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.no-main--contact .text-wrap .btn-fill a:hover {
  background: var(--clr-primary-500);
  border-color: var(--clr-primary-500);
  color: #fff;
}

.no-sub{
overflow:hidden;
}

.no-sub--about {
  position: relative;
  background: #e8d7cd66;
}
.no-sub--about .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 2;
}
.no-sub--about .bg img {
  height: 100%;
}
.no-sub--about .flower-img .img {
  position: absolute;
  z-index: 2;
  width: clamp(14rem, 3.8834951456vw + 12.5436893204rem, 20rem);
}
.no-sub--about .flower-img .img img {
  height: 100%;
}
.no-sub--about .flower-img .--r {
  right: 0;
  top: 0;
}
.no-sub--about .flower-img .--l {
  left: 0;
  bottom: 0;
}
.no-sub--about .container_inner {
  position: relative;
  z-index: 3;
}
.no-sub--about .greeting-gird {
  gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  align-items: center;
}
.no-sub--about .greeting-gird  figure{
	height:100%;
}
.no-sub--about .greeting-gird figure img {
  height: 100%;
}
.no-sub--about .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}

@media (max-width: 768px) {
	.no-sub--about .greeting-gird{
		grid-template-columns: repeat(1, 1fr);
	}
	
  .no-sub--about .greeting-gird  figure{
	  height: clamp(34rem, 7.1197411003vw + 31.3300970874rem, 45rem);
	}
}


.no-sub--about .desc-wrap p {
  line-height: 1.61;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  font-weight: 500;
}
.no-sub--about .ceo {
  padding-top: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  font-weight: 600;
  line-height: 1.41;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  text-align: right;
}
.no-sub--about .ceo .name {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-sub--vision ul {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.no-sub--vision li {
  justify-content: space-between;
  align-items: center;
  gap: clamp(2.4rem, 4.9190938511vw + 0.5553398058rem, 10rem);
}
.no-sub--vision li:nth-child(2n) .img {
  order: 2;
}
@media (max-width: 768px) {
	.no-sub--vision li{
    grid-template-columns: repeat(1, 1fr);
	gap:1.2rem;
	}
  .no-sub--vision li:nth-child(2n) .img {
    order: 1;
  }
}
.no-sub--vision li:nth-child(2n) .text-wrap {
  order: 1;
}
@media (max-width: 768px) {
  .no-sub--vision li:nth-child(2n) .text-wrap {
    order: 2;
  }
}
.no-sub--vision li .img {
  height: clamp(26rem, 12.9449838188vw + 21.145631068rem, 46rem);
}

.no-sub--vision li .img img{
	height:100%;
}

.no-sub--vision li .text-wrap .num {
  display: block;
  color: var(--clr-primary-500);
}
.no-sub--vision li .text-wrap .title {
  padding-top: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem);
  line-height: 1.41;
}
.no-sub--vision li .text-wrap .desc {
  padding-top: clamp(0.7rem, 0.4530744337vw + 0.5300970874rem, 1.4rem);
  color: #444;
  line-height: 1.61;
}
.no-sub--course {
  position: relative;
  background: #e8d7cd66;
}
.no-sub--course .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 2;
}
.no-sub--course .bg img {
  height: 100%;
}
.no-sub--course .flower-img .img {
  position: absolute;
  z-index: 2;
  width: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem);
}
.no-sub--course .flower-img .img img {
  height: 100%;
}
.no-sub--course .flower-img .--r {
  right: 0;
  top: 0;
}
.no-sub--course .flower-img .--l {
  left: 0;
  bottom: 0;
}
.no-sub--course .container_inner {
  position: relative;
  z-index: 3;
}
.no-sub--course .sub-title {
  text-align: center;
}
@media (max-width: 768px) {
  .no-sub--course .why-cont {
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
.no-sub--course .why-cont figure {
  height: clamp(20rem, 16.8284789644vw + 13.6893203883rem, 46rem);
}
@media (max-width: 768px) {
  .no-sub--course .why-cont figure {
    height: clamp(24rem, 36.2459546926vw + 10.4077669903rem, 80rem);
  }
}
.no-sub--course .why-cont figure img {
  height: 100%;
}
.no-sub--course .why-cont .text-wrap {
  margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  text-align: center;
}
.no-sub--course .why-cont .text-wrap p {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  color: #444;
  line-height: 1.61;
}
.no-sub--curriculum .sub-title {
  text-align: center;
}
.no-sub--curriculum .curriculum-cont--item {
  align-items: center;
}
@media (max-width: 768px) {
  .no-sub--curriculum .curriculum-cont--item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--curriculum .curriculum-cont--item:first-child {
  background: #faf7f2;
}
.no-sub--curriculum .curriculum-cont--item:first-child .week {
  color: #a67254;
}
@media (max-width: 768px) {
  .no-sub--curriculum .curriculum-cont--item:first-child .info-wrap {
    order: 2;
  }
}
@media (max-width: 768px) {
  .no-sub--curriculum .curriculum-cont--item:first-child .img-wrap {
    order: 1;
  }
}
.no-sub--curriculum .curriculum-cont--item:last-child {
  background: #e6ecdf;
}
.no-sub--curriculum .curriculum-cont--item:last-child .week {
  color: #779059;
}
.no-sub--curriculum .curriculum-cont--item:last-child .info-wrap {
  order: 2;
}
.no-sub--curriculum .curriculum-cont--item:last-child .img-wrap {
  order: 1;
}
.no-sub--curriculum .curriculum-cont--item:last-child .desc-wrap li:after {
  background: #adce86 !important;
}
.no-sub--curriculum .curriculum-cont--item:last-child .result p {
  background: #7d9462 !important;
}
.no-sub--curriculum .curriculum-cont .info-wrap {
  position: relative;
  padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) clamp(2rem, 6.4724919094vw - 0.427184466rem, 12rem);
  overflow: hidden;
}
.no-sub--curriculum .curriculum-cont .info-wrap .two_grade {
  position: absolute;
  right: 0rem;
  bottom: -4rem;
  width: clamp(12rem, 5.1779935275vw + 10.0582524272rem, 20rem);
}
.no-sub--curriculum .curriculum-cont .info-wrap .two_grade img {
  height: 100%;
}
.no-sub--curriculum .curriculum-cont .info-wrap .one_grade {
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: clamp(12rem, 5.1779935275vw + 10.0582524272rem, 20rem);
  transform: rotate(-44deg);
}
.no-sub--curriculum .curriculum-cont .info-wrap .one_grade img {
  height: 100%;
}
.no-sub--curriculum .curriculum-cont .info-wrap .tag p {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
}
.no-sub--curriculum .curriculum-cont .info-wrap .title {
  padding-top: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
}
.no-sub--curriculum .curriculum-cont .info-wrap .desc-wrap {
  padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-sub--curriculum .curriculum-cont .info-wrap .desc-wrap .subject {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.no-sub--curriculum .curriculum-cont .info-wrap .desc-wrap .subject figure {
  width: 2.4rem;
  height: 2.4rem;
}
.no-sub--curriculum .curriculum-cont .info-wrap .desc-wrap .subject figure img {
  height: 100%;
}
.no-sub--curriculum .curriculum-cont .info-wrap .desc-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.no-sub--curriculum .curriculum-cont .info-wrap .desc-wrap ul li {
  position: relative;
  margin-left: 2rem;
}
.no-sub--curriculum .curriculum-cont .info-wrap .desc-wrap ul li:after {
  content: '';
  position: absolute;
  left: -2rem;
  top: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #e9bfa7;
}
.no-sub--curriculum .curriculum-cont .info-wrap .desc-wrap .result {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.no-sub--curriculum .curriculum-cont .info-wrap .desc-wrap .result p {
  color: #faf7f2;
  padding: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  background: var(--clr-primary-500);
}
.no-sub--curriculum .curriculum-cont .img-wrap {
  height: 100%;
  max-height: 94rem;
}
@media (max-width: 768px) {
  .no-sub--curriculum .curriculum-cont .img-wrap {
    height: clamp(40rem, 18.1229773463vw + 33.2038834951rem, 68rem);
  }
  .no-sub--curriculum .curriculum-cont .info-wrap .desc-wrap .result p{
	font-size:1.4rem;
  }
}
.no-sub--curriculum .curriculum-cont .img-wrap img {
  height: 100%;
}
.no-sub--course_cta .sub-title {
  text-align: center;
}
.no-sub--course_cta .cta-container {
  position: relative;
  height: clamp(56rem, 9.0614886731vw + 52.6019417476rem, 70rem);
  align-items: center;
}
@media (max-width: 768px) {
  .no-sub--course_cta .cta-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--course_cta .cta-container .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-sub--course_cta .cta-container .bg img {
  height: 100%;
}
.no-sub--course_cta .cta-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000040;
  z-index: 2;
}
.no-sub--course_cta .cta-container li {
  position: relative;
  z-index: 3;
  color: var(--clr-base-white);
  height: 100%;
}
.no-sub--course_cta .cta-container li.active .text-wrap:after {
  opacity: 1;
  visibility: visible;
}
.no-sub--course_cta .cta-container li.active .btn-fill a {
  background: #b7876b;
  border: 1px solid #eed7ca;
}
.no-sub--course_cta .cta-container li:last-child.active .btn-fill a {
  background: #7d9462;
  border: 1px solid #adce86;
}
.no-sub--course_cta .cta-container li .text-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.no-sub--course_cta .cta-container li .text-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0009;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease all;
}
.no-sub--course_cta .cta-container li .btn-fill {
  margin-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  display: flex;
  justify-content: center;
}
.no-sub--course_cta .cta-container li .btn-fill a {
  padding: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1.31;
}
.no-sub--program .sub-title {
  text-align: center;
}
.no-sub--program .gallery-wrap {
  border-top: 1px solid #000;
}
.no-sub--program .gallery-wrap > ul {
  display: flex;
  flex-direction: column;
}
.no-sub--program .gallery-wrap > li:last-child a {
  border: none;
}
.no-sub--program .gallery-wrap a {
  display: flex;
  gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  padding: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem) 0;
  border-bottom: 1px solid #ddd;
}

.no-sub--program .gallery-wrap a:hover figure::after{
	opacity:1;
}

.no-sub--program .gallery-wrap a:hover figure .hover-text{
	opacity:1;
}

.no-sub--program .gallery-wrap li:last-child a{
	border:none;
}

.no-sub--program .gallery-wrap figure {
  width: 45%;
  height: clamp(26rem, 6.4724919094vw + 23.572815534rem, 36rem);
  position:relative;
}

.no-sub--program .gallery-wrap figure::after{
content:'';
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(114,72,48,0.6);
z-index:1;
opacity:0;
transition:.3s ease all;
}

.no-sub--program .gallery-wrap figure .hover-text{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	text-align:center;
	width:100%;
	color:#fff;
	font-weight:500;
	z-index:2;
	opacity:0;
	transition:.3s ease all;
}


.no-sub--program .gallery-wrap figure img {
  height: 100%;
}
.no-sub--program .gallery-wrap .text-wrap {
  width: 55%;
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem)
    clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem)
    clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

@media (max-width: 768px) {
	.no-sub--program .gallery-wrap a{
		flex-direction:column;
		gap:2.4rem;
	}
	.no-sub--program .gallery-wrap figure,
	.no-sub--program .gallery-wrap .text-wrap{
		width:100%;
	}
}


.no-sub--program .gallery-wrap .text-wrap .desc {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  color: #444;
}
.no-sub--program .gallery-wrap .feature-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.6rem;
}
.no-sub--program .gallery-wrap .feature-item li {
  border-radius: 55rem;
  border: 1px solid #e6caba;
  background: #faf7f2;
  color: #a67254;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  font-weight: 400;
  line-height: 1.21;
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
.no-sub--program .view_cont {
  padding-bottom: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
}
.no-sub--program .view_cont .view_thumbnail {
  height: clamp(32rem, 24.5954692557vw + 22.7766990291rem, 70rem);
}
.no-sub--program .view_cont .view_thumbnail img {
  height: 100%;
}
.no-sub--program .view_cont .info-t {
  display: grid;
  grid-template-columns: 7fr 4fr;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(4.8rem, 2.071197411vw + 4.0233009709rem, 8rem);
}

@media (max-width: 768px) {
	.no-sub--program .view_cont .info-t{
	  grid-template-columns: 1fr;
	  gap:2.4rem;
	}
}

.no-sub--program .view_cont .info-t .desc p {
  color: #444;
  line-height: 1.61;
}
.no-sub--program .view_cont .info-t .btn-wrap {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--program .view_cont .info-t .btn-wrap a {
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  transition: 0.3s ease all;
  height: 4.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.no-sub--program .view_cont .info-t .btn-wrap a:first-child {
  background: var(--clr-primary-500);
  color: #fff;
  border: 1px solid var(--clr-primary-500);
}
.no-sub--program .view_cont .info-t .btn-wrap a:last-child {
  border: 1px solid #000;
}
.no-sub--program .view_cont .info-t .btn-wrap a:last-child:hover {
  border-color: #7d9462;
  background: #7d9462;
  color: #fff;
}
.no-sub--program .view_cont .info-b h4 {
  padding-bottom: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
.no-sub--program .view_cont .info-b ul {
  padding-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  border-top: 1px solid #000;
}

@media (max-width: 768px) {
	.no-sub--program .view_cont .info-b ul{
		grid-template-columns: repeat(1, 1fr);
		gap:1.2rem;
	}
}

.no-sub--program .view_cont .info-b ul li {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
}
.no-sub--program .view_cont .info-b ul li p {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  font-weight: 500;
  font-family: Pretendard;
}
.no-sub--program .view_cont .info-b ul li h5 {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  font-weight: 700;
  font-family: Pretendard;
}
.no-sub--store {
  position: relative;
}
.no-sub--store .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 2;
}
.no-sub--store .bg img {
  height: 100%;
}
.no-sub--store .flower-img .img {
  position: absolute;
  z-index: 2;
  width: clamp(10rem, 6.4724919094vw + 7.572815534rem, 20rem);
}
.no-sub--store .flower-img .img img {
  height: 100%;
}
.no-sub--store .flower-img .--r {
  right: 0;
  top: 0;
}
.no-sub--store .flower-img .--l {
  left: 0;
  bottom: 0;
}
.no-sub--store .container_inner {
  position: relative;
  z-index: 3;
}
.no-sub--store .sub-title {
  text-align: center;
}
@media (max-width: 768px) {
  .no-sub--store .why-cont {
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  }
}
.no-sub--store .why-cont figure {
  height: clamp(20rem, 16.8284789644vw + 13.6893203883rem, 46rem);
}
@media (max-width: 768px) {
  .no-sub--store .why-cont figure {
    height: clamp(24rem, 36.2459546926vw + 10.4077669903rem, 80rem);
  }
}
.no-sub--store .why-cont figure img {
  height: 100%;
}
.no-sub--store .why-cont .text-wrap {
  margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  text-align: center;
}
.no-sub--store .why-cont .text-wrap p {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  color: #444;
  line-height: 1.61;
}
.no-sub--store .product-grid {
  gap: clamp(4.8rem, 2.071197411vw + 4.0233009709rem, 8rem) clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-sub--store .product-grid li a:hover img {
  transform: scale(1.075);
}
.no-sub--store .product-grid li figure {
  overflow: hidden;
  height: clamp(28rem, 7.7669902913vw + 25.0873786408rem, 40rem);
}

@media (max-width: 1024px) {
	.no-sub--store .product-grid{
		grid-template-columns: repeat(3, 1fr);
	}
	.no-sub--store .product-grid li figure{
		height:24rem;
	}
}

@media (max-width: 768px) {
	.no-sub--store .product-grid{
		grid-template-columns: repeat(2, 1fr);
	}
	.no-sub--store .product-grid li figure{
		height:32rem;
	}
}

@media (max-width: 544px) {
	.no-sub--store .product-grid{
		grid-template-columns: repeat(2, 1fr);
	}
	.no-sub--store .product-grid li figure{
	  height: clamp(24rem, 5.1779935275vw + 22.0582524272rem, 32rem);
	}
}

@media (max-width: 430px) {
	.no-sub--store .product-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.no-sub--store .product-grid li figure{
	  height: clamp(24rem, 5.1779935275vw + 22.0582524272rem, 32rem);
	}
}



.no-sub--store .product-grid li figure img {
  height: 100%;
  transition: 1.4s ease all;
}
.no-sub--store .product-grid li .info-t {
  padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.no-sub--store .product-grid li .info-t .desc {
  color: #000c;
  line-height: 1.61;
  padding-top: 0.5rem;
}
.no-sub--store .product-grid li .info-b {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-sub--store .product-grid li .info-b .status {
  padding: 0.4rem clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  font-size: clamp(1.3rem, 0.1294498382vw + 1.2514563107rem, 1.5rem);
  background: var(--clr-primary-500);
  color: var(--clr-base-white);
}
.no-sub--store_view .product-info .no-container-xl {
  border-bottom: 1px solid #ddd;
}
.no-sub--store_view .product-info .info-flex {
  display: flex;
  gap: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  align-items: flex-start;
}
@media (max-width: 768px) {
  .no-sub--store_view .product-info .info-flex {
    flex-direction: column;
  }
}
.no-sub--store_view .product-info .img-cont {
  width: 50%;
}
@media (max-width: 768px) {
  .no-sub--store_view .product-info .img-cont {
    width: 100%;
  }
}

.no-sub--store_view .product-info .img-cont .swiper-view1 .swiper-slide {
  margin-bottom: 2rem;
}
.no-sub--store_view .product-info .img-cont .swiper-view1 .swiper-slide figure {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.no-sub--store_view .product-info .img-cont .swiper-view1 .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.no-sub--store_view .product-info .img-cont .swiper-view1 .swiper-slide:hover .swiper-button-next,
.no-sub--store_view .product-info .img-cont .swiper-view1 .swiper-slide:hover .swiper-button-prev {
  opacity: 1;
}
.no-sub--store_view .product-info .img-cont .swiper-button-next,
.no-sub--store_view .product-info .img-cont .swiper-button-prev {
  color: var(--clr-base-white);
  font-size: clamp(1.8rem, 0.6472491909vw + 1.5572815534rem, 2.8rem);
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  height: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: var(--clr-black-2dp);
  backdrop-filter: blur(24px);
  transition: 0.3s ease all;
  opacity: 0;
}
.no-sub--store_view .product-info .img-cont .swiper-button-next:after,
.no-sub--store_view .product-info .img-cont .swiper-button-prev:after {
  display: none;
}
.no-sub--store_view .product-info .img-cont .swiper-button-next {
  right: 0;
}
.no-sub--store_view .product-info .img-cont .swiper-button-prev {
  left: 0;
}
.no-sub--store_view .product-info .img-cont .swiper-thumb li {
  height: 10rem;
  width:12rem !important;
  position: relative;
  border: 2px solid #ddd;
  border-radius: 0.4rem;
  transition: 0.3s ease all;
  overflow: hidden;
}
.no-sub--store_view .product-info .img-cont .swiper-thumb li figure {
  height: 100%;
}
.no-sub--store_view .product-info .img-cont .swiper-thumb li img {
  height: 100%;
}
.no-sub--store_view .product-info .img-cont .swiper-thumb .swiper-slide-thumb-active {
  border: 2px solid var(--clr-primary-500);
}
.no-sub--store_view .product-info .info-cont {
  width: 50%;
}

@media (max-width: 768px) {
	.no-sub--store_view .product-info .info-cont{
		width:100%;
	}
}

.no-sub--store_view .product-info .info-cont .title-wrap {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-sub--store_view .product-info .info-cont .title-wrap .tag {
  padding: 0.5rem 1.2rem;
  background: var(--clr-primary-500);
  color: #fff;
}
.no-sub--store_view .product-info .info-cont .title-wrap .title {
  line-height: 1.21;
  padding: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem) 0
    clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
}
.no-sub--store_view .product-info .info-cont .title-wrap .desc {
  line-height: 1.61;
  color: #444;
}
.no-sub--store_view .product-info .info-cont .price-wrap {
  padding: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem) 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.no-sub--store_view .product-info .info-cont .price-wrap h4 {
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
  font-weight: 500;
  line-height: 1.31;
}
.no-sub--store_view .product-info .info-cont .price-wrap .price {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  font-weight: 700;
  font-family: Pretendard;
}
.no-sub--store_view .product-info .info-cont .btn-wrap {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--store_view .product-info .info-cont .btn-wrap a {
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  transition: 0.3s ease all;
  font-family: Pretendard;
  height:4.8rem;
  display:flex;
  align-items:center;
  justify-content:center;
}
.no-sub--store_view .product-info .info-cont .btn-wrap a:first-child {
  background: var(--clr-primary-500);
  color: #fff;
  border: 1px solid var(--clr-primary-500);
}
.no-sub--store_view .product-info .info-cont .btn-wrap a:last-child {
  border: 1px solid #000;
}
.no-sub--store_view .product-info .info-cont .btn-wrap a:last-child:hover {
  border-color: #7d9462;
  background: #7d9462;
  color: #fff;
}
.no-sub--notice .story-grid {
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-sub--notice .story-grid li {
  max-width: clamp(24rem, 14.498381877vw + 18.5631067961rem, 46.4rem);
}

@media (max-width: 1024px) {
	.no-sub--notice .story-grid {
		grid-template-columns: repeat(2, 1fr);
		gap:clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
	}
	
	.no-sub--notice .story-grid li{
	max-width:100%;
	}
}

@media (max-width: 540px) {
	.no-board-top{
		width:100%;
	}
}



@media (max-width: 430px) {
	.no-sub--notice .story-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}


.no-sub--notice .story-grid li a:hover img {
  transform: scale(1.075);
}
.no-sub--notice .story-grid li figure {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

@media (max-width: 430px) {
	.no-sub--notice .story-grid li figure {
		  padding-bottom:62.5%;
	}
}


.no-sub--notice .story-grid li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 1.4s ease all;
}
.no-sub--notice .story-grid li .info-t {
  padding-bottom: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.no-sub--notice .story-grid li .info-t h3{
padding-bottom:1rem;
}

.no-sub--notice .story-grid li .info-t .desc {
  color: #444;
  line-height: 1.61;
}

.no-sub--notice .story-grid li .info-t .desc,
.no-sub--notice .story-grid li .info-t .desc > *,
.no-sub--notice .story-grid li .info-t  p,
.no-sub--notice .story-grid li .info-t p > *
.no-sub--notice .story-grid li .info-t span{
	line-height: 1.61;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.no-sub--notice .story-grid li .info-b {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-sub--notice .story-grid li .info-b .date {
  color: #0009;
}
.no-sub--notice .sub-faq {
  border-top: 2px solid var(--clr-base-black);
}
.no-sub--notice .list-cont ul li {
  cursor: pointer;
}
.no-sub--notice .list-cont ul li:hover .fa-plus {
  transform: rotate(180deg);
}
.no-sub--notice .list-cont ul li:first-child .chk-list--a {
  display: block;
}
.no-sub--notice .list-cont ul li.is-open {
  background: #faf7f2;
}
.no-sub--notice .list-cont ul li.is-open .chk-list--q {
  padding-bottom: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}
.no-sub--notice .list-cont ul li.is-open .chk-list--a {
  transform: scaleY(1);
  opacity: 1;
}
.no-sub--notice .list-cont .chk-list--q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d7d7d7;
  padding: clamp(2.4rem, 1.6828478964vw + 1.7689320388rem, 5rem) clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
}
.no-sub--notice .list-cont .chk-list--q h5 {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-sub--notice .list-cont .chk-list--q i {
  font-size: clamp(1.8rem, 0.6472491909vw + 1.5572815534rem, 2.8rem);
}
.no-sub--notice .list-cont .chk-list--q .fa-circle-plus {
  transition: 0.3s ease all;
}
.no-sub--notice .list-cont .chk-list--a {
  padding: 0 clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem)
    clamp(2.4rem, 1.6828478964vw + 1.7689320388rem, 5rem) clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  display: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.no-sub--notice .list-cont .chk-list--a p {
  line-height: 1.61;
  color: #444;
  font-size: clamp(1.3rem, 0.3236245955vw + 1.1786407767rem, 1.8rem);
}
.no-sub--inquiry {
  background: #f9f8f5;
}
.no-sub--inquiry .inquiry {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  max-width: 1200px;
}
.no-sub--inquiry .inquiry .input_wrap {
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
@media (max-width: 544px) {
  .no-sub--inquiry .inquiry .input_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--inquiry .inquiry .input-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
@media (max-width: 544px) {
  .no-sub--inquiry .inquiry .input-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-sub--inquiry .inquiry .input-item p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 8rem;
  width: 100%;
}
.no-sub--inquiry .inquiry .input-item span {
  color: var(--clr-primary-500);
}
.no-sub--inquiry .inquiry .input-item input,
.no-sub--inquiry .inquiry .input-item select {
  width: 100%;
  font-family: Pretendard;
  border-radius: 0;
  color: #1a1a1a;
  position: relative;
  border: 1px solid #bec3c5;
  padding-left: 1.2rem;
  border-radius: 0.2rem;
  height: clamp(5rem, 0.3236245955vw + 4.8786407767rem, 5.5rem);
  transition: 0.3s ease all;
}
.no-sub--inquiry .inquiry .input-item input:focus,
.no-sub--inquiry .inquiry .input-item select:focus {
  border: 1px solid var(--clr-primary-500);
}
.no-sub--inquiry .inquiry .input-item #r_captcha {
  max-width: 35.6rem;
}
.no-sub--inquiry .inquiry .text-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
@media (max-width: 544px) {
  .no-sub--inquiry .inquiry .text-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-sub--inquiry .inquiry .text-item p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 8rem;
}
.no-sub--inquiry .inquiry .text-item span {
  color: var(--clr-primary-500);
}
.no-sub--inquiry .inquiry .text-item textarea {
  width: 100%;
  font-family: Pretendard;
  border-radius: 0;
  color: #1a1a1a;
  position: relative;
  border: 1.5px solid #d7d7d7;
  padding: 2rem;
  border-radius: 0.8rem;
  transition: 0.3s ease all;
  height: 24rem;
}
.no-sub--inquiry .inquiry .text-item textarea:focus {
  border: 1.5px solid var(--clr-primary-500);
}
.no-sub--inquiry .inquiry .policy-wrap .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.no-sub--inquiry .inquiry .policy-wrap .pr-box {
  background: #f8f8f8;
  overflow: hidden;
  height: 45rem;
  border-radius: 0.8rem;
}
.no-sub--inquiry .inquiry .btn-fill {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.no-sub--inquiry .inquiry .btn-fill a:hover {
  background:var(--clr-primary-500);
  border-color: var(--clr-primary-500);
  color:#fff;
}
.no-sub--inquiry .inquiry .btn-fill a {
  background: var(--clr-base-white);
  border: 1px solid #121212;
  color: var(--clr-base-black);
  height: clamp(4.5rem, 0.6472491909vw + 4.2572815534rem, 5.5rem);
  width: clamp(15.5rem, 0.8414239482vw + 15.1844660194rem, 16.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-sub--inquiry .inquiry .select_icon {
  background-image: url(/resource/images/icon/select_icon.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.no-sub--inquiry .inquiry select::-ms-expand {
  display: none;
}
.no-sub .cate-tab ul {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  justify-content: center;
}
.no-sub .cate-tab ul a {
  padding: clamp(0.5rem, 0.3236245955vw + 0.3786407767rem, 1rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  background: #fafafa;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  font-weight: 500;
}
.no-sub .cate-tab ul a.active {
  background: var(--clr-primary-500);
  color: #fff;
}
.no-sub .sub-title span {
  line-height: 1.21;
}
.no-sub .sub-title h2 {
  line-height: 1.31;
  font-size: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-sub .sub-title p {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  line-height: 1.61;
  color: #444;
}
.no-sub .f-btw {
  align-items: flex-end;
}

@media (max-width: 768px) {
	.no-sub .f-btw{
    display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: flex-start;
	gap:4rem;
	}
}

.no-board .no-begde {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  font-weight: 600;
  padding: 0.4rem 1.2rem;
  background-color: var(--clr-primary-light);
  color: var(--clr-primary-main);
}
@media (max-width: 768px) {
  .no-board .no-begde {
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
  }
}
.no-board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.no-board-top .no-board-total span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .no-board-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .no-board-top .no-board-search {
    width: 100%;
  }
}
.no-board .no-skin-lock {
  --width: 1.8rem;
  width: var(--width);
  height: var(--width);
  border-radius: 50%;
  font-weight: var(--fw-medium);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.8rem;
}
.no-board .no-skin-new {
  --width: 1.8rem;
  width: var(--width);
  height: var(--width);
  border-radius: 50%;
  background-color: var(--clr-primary-main);
  color: var(--clr-base-white);
  font-weight: var(--fw-medium);
  font-size: clamp(1rem, 0.1294498382vw + 0.9514563107rem, 1.2rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.2rem;
  margin-right: 0.2rem;
}
.no-board .no-skin-icon {
  --icon-width: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: var(--icon-width);
  height: var(--icon-width);
}
.no-board .no-skin-video__link {
  display: block;
  transition: var(--tran-15);
  position: relative;
}
.no-board .no-skin-video__link:hover h3 {
  color: var(--clr-primary-main);
}
.no-board .no-skin-video__link:hover .no-skin-video__img > img {
  transform: scale(1.1);
}
.no-board .no-skin-video__img {
  border-radius: 1.2rem;
}
.no-board .no-skin-video__img img {
  transition: var(--tran-15);
}
.no-board .no-skin-list .no-skin-list-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  border-top: 2px solid #000;
  text-align: center;
  vertical-align: middle;
  --cell-padding: 2rem;
}
@media (max-width: 1024px) {
  .no-board .no-skin-list .no-skin-list-table {
    --cell-padding: 1.5rem;
  }
}
.no-board .no-skin-list .no-skin-list-table .no-notice-megaphone {
  color: var(--clr-primary-main);
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table colgroup col {
    width: 100% !important;
  }
}
.no-board .no-skin-list .no-skin-list-table thead th {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  border-bottom: 1px solid #e0e0e0;
  color: #212121;
  background: #f7f7f7;
  font-weight: 500;
}
.no-board .no-skin-list .no-skin-list-table thead th:nth-child(2) {
  text-align: left;
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table thead {
    display: none;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr:hover {
  background-color: var(--clr-gray-light);
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.5rem 0;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr .mega_notice i {
  display: none;
  color: var(--clr-primary-500);
}
.no-board .no-skin-list .no-skin-list-table tbody tr .mega_notice.active span {
  display: none;
}
.no-board .no-skin-list .no-skin-list-table tbody tr .mega_notice.active i {
  display: block;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td {
  padding: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  border-bottom: 1px solid #e0e0e0;
  color: #2e2e2e;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td:nth-child(2) {
  text-align: left;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td strong {
  font-weight: 600;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label {
  font-size: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label {
    padding-right: 0.8rem;
    margin-right: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label .file {
  color: var(--clr-primary-500);
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label span {
    font-size: 1.2rem;
  }
  .no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label span:before {
    content: attr(data-label);
    color: var(--clr-gray-600);
    padding-right: 0.4rem;
  }
}
@media (max-width: 768px) {
  .no-board .no-skin-list .no-skin-list-table tbody tr td {
    display: inline-block;
    padding: 0.4rem 0;
    border: none;
  }
  .no-board .no-skin-list .no-skin-list-table tbody tr td.--full {
    width: 100%;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a:hover {
  color: var(--clr-primary-main);
  text-decoration: underline;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a strong {
  flex: 1;
}
.no-board .no-skin-list .no-skin-list-table tbody tr .date {
  color: #9c9d9f;
}
.no-board .no-skin-faq .no-skin-faq-list {
  border-top: 2px solid #000;
}
.no-board .no-skin-faq .no-skin-faq-item {
  border-bottom: 1px solid #dddddd;
}
.no-board .no-skin-faq .no-skin-faq-item__title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-item__title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.no-board .no-skin-faq .no-skin-faq-item__title h3 {
  flex: 1;
  font-weight: 600;
}
.no-board .no-skin-faq .no-skin-faq-item__arrow i {
  transition: 0.3s ease-in-out;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-board .no-skin-faq .no-skin-faq-item__icon {
  --width: 4rem;
  width: var(--width);
  height: var(--width);
  background-color: var(--clr-secondary-500);
  border: 2px solid var(--clr-base-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-item__icon {
    --width: 2.8rem;
  }
}
.no-board .no-skin-faq .no-skin-faq-item__icon.--dark {
  background-color: var(--clr-primary-300);
  width: 3.2rem;
  height: 3.2rem;
}
.no-board .no-skin-faq .no-skin-faq-item__icon.--dark span {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.no-board .no-skin-faq .no-skin-faq-item__icon span {
  color: var(--clr-base-white);
  font-weight: 600;
  font-size: clamp(1.8rem, 0.1294498382vw + 1.7514563107rem, 2rem);
}
.no-board .no-skin-faq .no-skin-faq-item button {
  gap: 2.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem;
  transition: var(--tran-15);
}
.no-board .no-skin-faq .no-skin-faq-item button.active {
  background-color: var(--clr-gray-50);
}
.no-board .no-skin-faq .no-skin-faq-item button.active .no-skin-faq-item__title h3 {
  color: var(--clr-primary-main);
}
.no-board .no-skin-faq .no-skin-faq-item button.active .no-skin-faq-item__arrow i {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-item button {
    gap: 1.6rem;
    padding: 1.6rem;
  }
}
.no-board .no-skin-faq .no-skin-faq-item button:hover,
.no-board .no-skin-faq .no-skin-faq-item.--active button {
  color: var(--clr-primary-main);
}
.no-board .no-skin-faq .no-skin-faq-item.--active i {
  color: var(--clr-primary-main);
  transform: rotate(180deg);
}
.no-board .no-skin-faq .no-skin-faq-body {
  display: none;
}
.no-board .no-skin-faq .no-skin-faq-body > div {
  border-top: 1px solid var(--clr-gray-main);
  background-color: var(--clr-gray-light);
  display: flex;
  gap: 1.6rem;
  padding: 2.4rem 2.4rem 4.8rem;
}
@media (max-width: 768px) {
  .no-board .no-skin-faq .no-skin-faq-body > div {
    padding: 1.6rem 1.6rem 3.2rem;
    flex-direction: column;
  }
}
.no-board .no-skin-faq .no-skin-faq-body__content {
  flex: 1;
}
.no-sub-privacy {
  padding-top: clamp(12rem, 5.1779935275vw + 10.0582524272rem, 20rem);
  padding-bottom: clamp(8rem, 2.5889967638vw + 7.0291262136rem, 12rem);
}
.no-sub-privacy .no-sub-privacy-section .no-container-lg {
  padding-left: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  padding-right: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-sub-privacy .no-sub-privacy-header {
  margin-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-sub-privacy .no-sub-privacy-header h1 {
  margin-bottom: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  color: var(--clr-text-primary);
}
.no-sub-privacy .no-sub-privacy-header p {
  color: var(--clr-text-secondary);
  opacity: 0.7;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-intro {
  padding: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem) 0;
  margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  border-left: 4px solid var(--clr-accent);
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-intro p {
  color: var(--clr-text-primary);
  line-height: 1.8;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article {
  margin-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  padding-bottom: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
  border-bottom: 1px solid var(--clr-border-white-week);
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article h2 {
  margin-bottom: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  color: var(--clr-text-primary);
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text p {
  margin-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  color: var(--clr-text-primary);
  line-height: 1.8;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text p:last-child {
  margin-bottom: 0;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text p a {
  color: var(--clr-accent);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text p a:hover {
  opacity: 0.8;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text ul {
  margin-top: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  padding-left: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  list-style: disc;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text ul li {
  margin-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  color: var(--clr-text-primary);
  line-height: 1.7;
  list-style: disc;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text ul li:last-child {
  margin-bottom: 0;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text ul li a {
  color: var(--clr-accent);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.no-sub-privacy .no-sub-privacy-content .no-privacy-article .no-privacy-text ul li a:hover {
  opacity: 0.8;
}
.no-footer-privacy-link {
  font-size: clamp(1.3rem, 0.0647249191vw + 1.2757281553rem, 1.4rem);
  color: var(--clr-text-primary);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.no-footer-privacy-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}
/*# sourceMappingURL=/resource/dist/style.css.map */
.no-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  user-select: none;
}
@media (max-width: 768px) {
  .no-pagination {
    gap: 0.8rem;
  }
}
.no-pagination__link {
  --size: clamp(3.2rem, 0.5177993528vw + 3.0058252427rem, 4rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--size);
  height: var(--size);
  padding: 0 0.8rem;
  border: 1px solid var(--clr-gray-300);
  border-radius: 0.6rem;
  background: var(--clr-base-white);
  color: var(--clr-base-black);
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.no-pagination__link:hover {
  background: var(--clr-gray-100);
  border-color: var(--clr-gray-400);
}
.no-pagination__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--clr-primary-rgb, 33, 150, 243), 0.25);
}
.no-pagination__link.--disabled {
  color: var(--clr-gray-400);
  border-color: var(--clr-gray-200);
  background: var(--clr-gray-50);
  pointer-events: none;
  opacity: 0.7;
}
.no-pagination .--numbers {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-pagination .--numbers a {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background-color var(--tran-15);
}
.no-pagination .--numbers a:hover {
  background-color: #f5f5f5;
}
.no-pagination .--numbers a.active {
  background-color: var(--clr-primary-500);
  color: #fff;
}
.no-pagination .--arrow {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-pagination__link--num {
  width: var(--size);
  padding: 0;
  font-weight: 500;
}
.no-pagination__link--num[aria-current='page'],
.no-pagination__link--num.is-active {
  background: var(--clr-primary-main);
  border-color: var(--clr-primary-main);
  color: var(--clr-base-white);
}
.no-pagination__link--num.--ghost {
  background: var(--clr-base-white);
  color: var(--clr-gray-700);
}
.no-pagination__link--arrow {
  width: var(--size);
  color: var(--clr-base-black);
  border-color: transparent;
  background: transparent;
}
.no-pagination__link--arrow i {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  line-height: 1;
}
.no-pagination__link--arrow:hover {
  background: var(--clr-gray-100);
  border-color: var(--clr-gray-300);
}
.no-prevnext {
  border-top: 1px solid var(--clr-base-black);
}
.no-prevnext__block {
  width: 100%;
  text-align: left;
  padding: 2.4rem;
  padding-left: 0;
  border-bottom: 1px solid var(--clr-gray-100);
}
@media (max-width: 768px) {
  .no-prevnext__block {
    padding: 1.8rem 2.4rem 1.8rem 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.no-prevnext__link {
  padding-left: 9.4rem;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .no-prevnext__link {
    padding-left: 4.6rem;
  }
}
.no-prevnext__label {
  color: var(--clr-gray-600);
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-prevnext__label {
    font-size: 1.2rem;
  }
}
.no-prevnext__title {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-prevnext__title {
    font-size: 1.2rem;
  }
}

/* ========== CAPTCHA WRAP ========== */
.bt-wrap .no-captcha {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* 기본 라벨 */
.no-captcha__label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: clamp(1.4rem, 0.13vw + 1.35rem, 1.6rem);
}

/* 컨테이너 */
.no-captcha__container {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 375px) {
  .no-captcha__container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

/* 입력 영역(이미지+버튼) */
.no-captcha__screen {
  display: flex;
  align-items: center;
  border: 1px solid var(--clr-gray-300);
  border-radius: 0.6rem;
  overflow: hidden;
  height: clamp(4rem, 0.65vw + 3.75rem, 5rem);
  background-color: var(--clr-base-white);
}

/* 캡차 이미지 */
.no-captcha__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 12rem;
  background-color: var(--clr-primary-main);
  border-right: 1px solid var(--clr-gray-300);
  overflow: hidden;
  object-fit: contain;
}

/* 새로고침/음성 버튼 */
.no-captcha__control {
  display: flex;
  flex-direction: column;
}
.no-captcha__control button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-bottom: 1px solid var(--clr-gray-300);
  background: var(--clr-base-white);
}
.no-captcha__control button:last-child {
  border-bottom: 0;
}

/* 입력 박스 */
.no-form-control--search {
  display: inline-block;
}
.no-form-control {
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
}
.no-form-control--search label {
  display: inline-flex;
  align-items: center;
  background: var(--clr-base-white);
}

/* 입력창 */
.no-captcha .no-form-control__input {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  font-family: 'Pretendard';
  font-size: 1.6rem;
  color: #444;
  padding: 0.8rem 1.5rem;
  transition: all 0.3s ease;
  height: clamp(4rem, 0.65vw + 3.75rem, 5rem);
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  width: 20rem;
}

.no-captcha .no-form-control__input::placeholder {
  color: #5f5f5f;
}

.no-captcha .no-form-control__input:focus {
  outline: none;
  border-color: var(--clr-primary-main);
}

/* 반응형 */
@media (max-width: 768px) {
  .no-captcha .no-form-control__input {
    font-size: 1.4rem;
  }
}

@media (max-width: 544px) {
  .no-captcha .no-form-control__input {
    width: 100% !important;
  }
}


/* 상위 섹션 특화 (문의 섹션 내 위치 시) */
.no-sub--contact .inquiry .input-item .no-captcha {
  display: flex;
  flex-direction: column;
}


.no-chk-agree {
  display: flex;
  align-items: center;
  gap:0.8rem;
}

@media (max-width: 768px) {
 .no-chk-agree {
  gap:0.4rem;
}
}

 .no-chk-agree input {
  width: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  height: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  position: relative;
  padding: 0;
  border-radius:50%;
}
 .no-chk-agree input:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url('/resource/images/icon/fc_check.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  height: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  z-index: 2;
}
 .no-chk-agree label {
  font-size: 1.6rem;
  font-weight: 500;
  color:#000;
}
@media (max-width: 544px) {
   .no-chk-agree label {
    font-size: 1.2rem;
  }
}
 .no-chk-agree label strong {
  font-weight: 700;
}


.policy-modal a{
    text-decoration: underline;
	}
	
	
	.form-popup {
  width: 920px;
  height: 79vh;
  max-height: 735px;
  background: #fff;
  padding: 80px 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  display: none;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .form-popup {
    width: 90%;
  }
}
@media (max-width: 544px) {
  .form-popup {
    padding: 6rem 0;
  }
}
.form-popup i {
  width: clamp(3.5rem, 0.7434944238vw + 3.2211895911rem, 4.5rem);
  height: clamp(3.5rem, 0.7434944238vw + 3.2211895911rem, 4.5rem);
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
  right: 3rem;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-popup .title {
  margin-bottom: 10px;
  padding: 0 clamp(1rem, 2.2304832714vw + 0.1635687732rem, 4rem);
}
.form-popup .title P {
  border-bottom: 1px solid #000;
  font-weight: 700;
  padding: 0 10px;
  padding-bottom: 15px;
}
.form-popup .content {
  height: calc(100% - 68px);
  padding-left: clamp(1rem, 2.2304832714vw + 0.1635687732rem, 4rem);
  padding-right: clamp(1rem, 2.2304832714vw + 0.1635687732rem, 4rem);
}
.form-popup .content .scroll-box {
  height: 100%;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 1rem;
  overflow-y: scroll;
}
.form-popup .content .scroll-box ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
    font-family:'Prentendard';
}
.form-popup .content .scroll-box ul h3 {
  font-size: clamp(1.6rem, 0.1486988848vw + 1.5442379182rem, 1.8rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-family:'Prentendard';
}
.form-popup .content .scroll-box ul p {
  font-size: clamp(1.4rem, 0.1486988848vw + 1.3442379182rem, 1.6rem);
  color: var(--clr-gray-700);
  font-weight: 400;
}





.no-view-top {
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0 3rem 0;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
  text-align: left;
}
.no-view-top__date {
  display: block;
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  gap: 0.8rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}
.view-btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}


.no-view-top__title {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  color: var(--clr-gray-900);
  line-height: 1.51;
}
@media (max-width: 768px) {
  .no-view-top__title {
    font-size: 2.4rem;
  }
}
.no-view-bot {
  padding: 8rem 0rem;
}

@media (max-width: 768px) {
  .no-view-bot {
    padding: 4rem 0rem;
  }
}
.no-view-bot__contents {
  width: 100%;
  font-family: pretendard !important;
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  word-break: break-all;
}



.no-view-bot__contents p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.8rem;
  word-break: break-all;
  font-weight: 400;
  color: #181818 !important;
}

@media (max-width: 768px) {
	.no-view-bot__contents img{
		width:100% !important;
	}
}
.no-view-bot__contents p b {
  font-size: 2.2rem;
  color: #181818 !important;
  font-weight: 600;
  font-family: 'Roboto', sans-serif !important;

}
.no-view-bot__contents p span {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  color: #181818 !important;
  word-break: keep-all;
}
.no-view-bot__contents span {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  color: #181818 !important;
  word-break: keep-all;
}
.no-view-bot__contents h1{
padding-top:3.2rem;
}

  .no-view-bot__contents p b span{	
	font-weight:600;
  }
.no-view-bot__contents span b {
  font-family: 'Roboto', sans-serif !important;
  font-size: 2.2rem;
  font-weight: 600;
  color: #181818 !important;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .no-view-bot__contents p {
    font-size: 1.6rem;
 padding-top: 1.2rem;
  }
  .no-view-bot__contents p span {
    font-size: 1.6rem;
  }
  .no-view-bot__contents p b {
    font-size: 1.8rem;
   padding-top:2.4rem;
  }
  
  .no-view-bot__contents span b {
    font-size: 1.8rem;
  }
  
  .no-view-bot__contents br{
	display:block;
}
}

.no-board-nav {
  border-top: 1px solid rgba(3, 3, 3, 0.1);
  margin-top: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
}
.no-view-top__category {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--color-brand-400);
}


.no-board-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.no-board-nav__items {
  display: flex;
  flex-direction: column;
}

.no-board-nav__items li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  justify-content: space-between;
}

.no-board-nav__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 1.6rem;
}

.no-board-nav__link:hover {
  background-color: #fafafa;
}

.no-board-nav__division {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font-size: 1.6rem;
}

.no-board-nav__division p {
  font-size: 1.6rem;
  font-weight: 300;
  font-family:'Pretendard';
}

@media (max-width: 768px) {
  .no-board-nav__division p {
    font-size: 1.4rem;
  }
}

.no-board-nav__title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    font-family:'Pretendard';
}

@media (max-width: 768px) {
  .no-board-nav__title {
    font-size: 1.4rem;
  }
}

.no-board-nav__date {
  font-size: 1.4rem;
  font-weight: 300;
  padding-right: 1rem;
  white-space: nowrap;
  font-family:'Pretendard';
}

@media (max-width: 768px) {
  .no-board-nav__date {
    display: none;
  }
}

.view-btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.view-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.4rem;
  border: 1px solid #000;
  transition: ease all 0.4s;
  white-space: nowrap;
  font-size: 1.6rem;
  width: 12rem;
  line-height: 1.68;
  box-sizing: border-box;
}

.view-btn a:hover {
  background:#000;
  color:#fff;
  }
  
  .no-sub--inquiry .inquiry  .policy-capcha{
   display:flex;
   justify-content:space-between;
	align-items:flex-end;
  }
  
  
  @media (max-width: 768px) {
	  .no-sub--inquiry .inquiry  .policy-capcha{
		flex-direction:column;
		align-items:flex-start;
	  }
	  
	  .no-sub--inquiry .inquiry .btn-fill{
	      justify-content: center;
	  }
}

  @media (max-width: 375px) {
		.no-sub--inquiry .inquiry .btn-fill a,
		.no-sub--inquiry .inquiry .btn-fill button{
			width:100%;
		}
}


.store-contact--txt{
	font-size: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem) !important;
}

.view-content img {
	width:100% !important;
}


.no-sub--store .product-grid li .info-b .ready,
.no-sub--store_view .product-info .info-cont .title-wrap .ready,
.no-main--store .swiper-slide .info-b .ready{
	background:#444;
}




.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}