@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: Onest;
  src: url(/resource/fonts/Onest/static/Onest-Bold.ttf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Onest;
  src: url(/resource/fonts/Onest/static/Onest-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Onest;
  src: url(/resource/fonts/Onest/static/Onest-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Onest;
  src: url(/resource/fonts/Onest/static/Onest-Regular.ttf);
  font-weight: 400;
  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 {
  --vh: 1vh;
  --100vh: calc(var(--vh, 1vh) * 100);
  --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(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  --input-height: clamp(4rem, 0.9061488673vw + 3.6601941748rem, 5.4rem);
  --family-base: Pretendard, sans-serif;
  --family-en-base: Manrope, sans-serif;
  --family-en-title: Manrope, sans-serif;
  --family-ko-base: Pretendard, 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: #fff;
  --clr-point1: #60d1e5;
  --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-point1 {
  color: var(--clr-point1);
}
.bg-point1 {
  background: var(--clr-point1);
}
.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: Pretendard, sans-serif;
}
.no-family-en-base,
.no-family-en-title {
  font-family: Manrope, sans-serif;
}
.no-family-ko-base,
.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: 1680px;
  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: 1320px;
  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;
}
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: var(--family-base);
  font-weight: 400;
  overflow-x: hidden;
}
a,
button,
select,
input,
textarea,
option {
  color: var(--clr-ui-body);
  font-family: var(--family-base);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}
[lang='ko-kr'] body {
  font-family: var(--family-ko-base);
}
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-point1);
  color: var(--clr-base-white);
}
::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--clr-point1);
  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-180--y {
  padding: clamp(9rem, 5.8252427184vw + 6.8155339806rem, 18rem) 0;
}
.no-pd-140--y {
  padding: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem) 0;
}
.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-180--t {
  padding-top: clamp(9rem, 5.8252427184vw + 6.8155339806rem, 18rem);
}
.no-pd-140--t {
  padding-top: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem);
}
.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-140--y {
  margin: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem) 0;
}
.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-140--t {
  margin-top: clamp(7rem, 4.5307443366vw + 5.3009708738rem, 14rem);
}
.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);
  line-height: 1.31;
}
.no-heading-lg {
  font-size: clamp(2.6rem, 1.4239482201vw + 2.0660194175rem, 4.8rem);
  line-height: 1.31;
}
.no-heading-md {
  font-size: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
  line-height: 1.31;
}
.no-heading-sm {
  font-size: clamp(1.8rem, 0.6472491909vw + 1.5572815534rem, 2.8rem);
  line-height: 1.41;
}
.no-heading-xs {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  line-height: 1.41;
}
.no-body-xl {
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  line-height: 1.41;
}
.no-body-lg {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  line-height: 1.61;
}
.no-body-md {
  font-size: clamp(1.3rem, 0.1941747573vw + 1.227184466rem, 1.6rem);
  line-height: 1.61;
}
.no-body-sm {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  line-height: 1.61;
}
.no-body-xs {
  font-size: clamp(1.1rem, 0.0647249191vw + 1.0757281553rem, 1.2rem);
  line-height: 1.61;
}
.--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: Onest;
}
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: 100%;
  height: var(--100vh);
  touch-action: none;
  overscroll-behavior: none;
}
.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;
  border-radius: 0.6rem;
  border: 1px solid #ddd;
  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(18rem, 3.8834951456vw + 16.5436893204rem, 24rem);
  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%;
  }
}
@media (max-width: 375px) {
  .no-form-search .search {
    width: 100%;
  }
}
.no-form-search .search_control i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.cursor {
  pointer-events: none;
}
@media (max-width: 768px) {
  .cursor {
    display: none;
  }
}
.cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 2500;
}
.cursor__ball circle {
  fill: #f7f8fa;
}
.left,
.right {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.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;
}
.no-header__move-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 10rem;
  background: linear-gradient(90deg, transparent, #fff);
  animation: moveLine 5s infinite linear;
  pointer-events: none;
}
@keyframes moveLine {
  0% {
    left: 0;
    transform: translate(-100%);
  }
  to {
    left: 100%;
    transform: translate(0);
  }
}
.no-header.active,
.no-header.bg {
  background: #0000004d;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.no-header.--drop {
  transform: translateY(-100%);
}
.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(7rem, 0.6472491909vw + 6.7572815534rem, 8rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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--link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: var(--clr-base-white);
}
.no-header__inner--menu .no-header__lnb {
  display: none;
}
.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: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-header__inner .no-header-btnWrap .inquiry-btn a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-header__inner .no-header-btnWrap .inquiry-btn a:hover i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
@media (max-width: 1024px) {
  .no-header__inner .no-header-btnWrap .inquiry-btn {
    display: none;
  }
}
.no-header__inner .no-heade-toggle {
  cursor: pointer;
  transition: 0.3s ease all;
  display: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}
@media (max-width: 1024px) {
  .no-header__inner .no-heade-toggle {
    display: block;
    position: relative;
    z-index: 2401;
    pointer-events: auto;
  }
  .no-header__inner .no-heade-toggle i {
    color: var(--clr-base-white);
    font-size: clamp(2.5rem, 0.9708737864vw + 2.1359223301rem, 4rem);
  }
}
.no-header__pc-lnb {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem) 0;
  z-index: 2050;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.4rem);
  transition:
    opacity 0.22s ease,
    visibility 0s linear 0.22s,
    transform 0.22s ease;
}
@media (max-width: 1024px) {
  .no-header__pc-lnb {
    display: none;
  }
}
.no-header.show-insight-lnb .no-header__pc-lnb {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
.no-header__pc-lnb-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.no-header__pc-lnb-list li {
  position: relative;
}
.no-header__pc-lnb-list li a {
  color: #fff;
  transition: color 0.25s ease;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-header__pc-lnb-list li.active a,
.no-header__pc-lnb-list li:hover a {
  color: var(--clr-primary-500);
}
.no-header .toggle-nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.5s ease,
    visibility 0s linear 0.5s;
  display: none;
}
@media (max-width: 1024px) {
  .no-header .toggle-nav {
    display: block;
  }
}
.no-header .toggle-nav.--drop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.no-header .toggle-nav.--drop .toggle-nav__gnb--link {
  opacity: 1;
  transform: translateY(0);
}
.no-header .toggle-nav.--drop .toggle-nav__gnb--item:nth-child(1) .toggle-nav__gnb--link {
  transition-delay: 0.2s;
}
.no-header .toggle-nav.--drop .toggle-nav__gnb--item:nth-child(2) .toggle-nav__gnb--link {
  transition-delay: 0.4s;
}
.no-header .toggle-nav.--drop .toggle-nav__gnb--item:nth-child(3) .toggle-nav__gnb--link {
  transition-delay: 0.6s;
}
.no-header .toggle-nav.--drop .toggle-nav__gnb--item:nth-child(4) .toggle-nav__gnb--link {
  transition-delay: 0.8s;
}
.no-header .toggle-nav.--drop .toggle-nav__gnb--item:nth-child(5) .toggle-nav__gnb--link {
  transition-delay: 1s;
}
.no-header .toggle-nav.--drop .toggle-nav__gnb--item:nth-child(6) .toggle-nav__gnb--link {
  transition-delay: 1.2s;
}
.no-header .toggle-nav.--drop .toggle-nav__inner {
  opacity: 1;
  visibility: inherit;
}
.no-header .toggle-nav .toggle--div {
  width: 100%;
  height: var(--100vh);
  position: relative;
  background: #000000fa;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2300;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-header .toggle-nav .toggle--div::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.no-header .toggle-nav .toggle-nav__gradient-dot {
  position: absolute;
  width: clamp(280px, 40vw, 480px);
  height: clamp(280px, 40vw, 480px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
    circle at center,
    rgba(0, 177, 210, 0.5) 0%,
    rgba(0, 177, 210, 0.25) 40%,
    transparent 70%
  );
  filter: blur(60px);
  -webkit-filter: blur(60px);
}
.no-header .toggle-nav .toggle-nav__gradient-dot--top-right {
  top: -15%;
  right: -10%;
}
.no-header .toggle-nav .toggle-nav__gradient-dot--bottom-left {
  bottom: -15%;
  left: -10%;
}
.no-header .toggle-nav__inner {
  position: relative;
  z-index: 1;
  padding: 0 clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.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;
  }
}
.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);
  height: var(--header-height);
  border-bottom: 1px solid #fff;
}
@media (max-width: 1024px) {
  .no-header .toggle-nav__inner--menu .text-wrap {
    padding-top: 1rem;
  }
}
.no-header .toggle-nav__inner--menu .text-wrap h2 {
  width: clamp(7rem, 0.6472491909vw + 6.7572815534rem, 8rem);
}
.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: #fff;
  font-size: clamp(2.8rem, 0.2588996764vw + 2.7029126214rem, 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: 3.2rem 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;
}
@media (max-width: 1024px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb--item {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    text-align: left;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb--item.has-lnb {
    overflow: visible;
  }
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--item.is-open {
  height: auto;
  overflow: visible;
}
@media (max-width: 1024px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb--item.has-lnb .toggle-nav__gnb--link {
    flex: 1;
  }
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--toggle i {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--toggle:hover {
  border-color: #fffc;
  background: #ffffff14;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--link {
  height: 100%;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  color: #fff;
}
@media (max-width: 1024px) {
  .no-header .toggle-nav__inner--menu .toggle-nav__gnb--link {
    opacity: 0;
    transform: translateY(120%);
    transition:
      opacity 0.45s ease,
      transform 0.45s ease;
    transition-delay: 0s;
    display: flex;
    align-items: center;
  }
}
.no-header .toggle-nav__inner--menu .toggle-nav__lnb {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.6rem;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  visibility: hidden;
  transition:
    max-height 0.8s ease,
    opacity 0.5s ease,
    padding 0.5s ease,
    visibility 0s linear 0.5s;
}
.no-header .toggle-nav__inner--menu .toggle-nav__lnb[hidden] {
  display: block !important;
}
.no-header .toggle-nav__inner--menu .toggle-nav__lnb.is-open,
.toggle-nav__gnb--item.is-open .no-header .toggle-nav__inner--menu .toggle-nav__lnb {
  display: block !important;
  max-height: 22rem !important;
  opacity: 1 !important;
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  padding-bottom: 0.4rem;
  visibility: visible !important;
  transition-delay: 0s;
  position: relative;
  z-index: 1;
}
.no-header .toggle-nav__inner--menu .toggle-nav__lnb--item {
  padding: 0.4rem 0;
  border-bottom: none;
}
.no-header .toggle-nav__inner--menu .toggle-nav__lnb--link {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  font-weight: 500;
  color: #ffffffd9;
  text-decoration: none;
  transition: color 0.2s ease;
}
.no-header .toggle-nav__inner--menu .toggle-nav__lnb--link:hover,
.toggle-nav__lnb--item.active .no-header .toggle-nav__inner--menu .toggle-nav__lnb--link {
  color: #fff;
}
.no-header .toggle-nav__inner--menu .toggle-nav__gnb--toggle i {
  transition: opacity 0.2s ease;
}
.no-footer {
  background: #000;
  overflow: hidden;
  position: relative;
}
.no-footer .gradient-item {
  position: absolute;
  width: clamp(43rem, 25.8899676375vw + 33.2912621359rem, 83rem);
}
.no-footer .gradient-item img {
  object-fit: cover;
  opacity: 0.2;
}
.no-footer .gradient-item.gradient-right {
  right: -15%;
  top: -36%;
}
.no-footer .gradient-item {
  position: absolute;
}
.no-footer .gradient-item.gradient-bottom {
  left: 50%;
  transform: translate(-50%);
  bottom: -55%;
}
.no-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .no-footer__inner {
    flex-direction: column;
  }
}
.no-footer__inner--l .f-text .f-title {
  font-size: clamp(1.8rem, 1.9417475728vw + 1.0718446602rem, 4.8rem);
  line-height: 1.2;
  color: var(--clr-base-white);
  font-weight: 600;
}
.no-footer__inner--l .f-text .f-title strong {
  font-size: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
}
.no-footer__inner--l .f-text p {
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  line-height: 1.61;
  color: #9e9e9e;
}
.no-footer__inner--r {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
@media (max-width: 768px) {
  .no-footer__inner--r {
    padding-top: 2.4rem;
  }
}
.no-footer__inner--r .f-btnwrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.no-footer__inner--r .f-btnwrap a {
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) clamp(1rem, 0.6472491909vw + 0.7572815534rem, 2rem);
  border-radius: 0.6rem;
  border: 1px solid #bdbdbd;
  color: var(--clr-base-white);
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  transition: 0.4s ease all;
}
.no-footer__inner--r .f-btnwrap a:hover {
  border-color: var(--clr-primary-500);
  background: var(--clr-primary-500);
}
.no-footer__inner--r .f-telwrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--clr-base-white);
}
.no-footer__inner--r .f-telwrap a {
  color: var(--clr-base-white);
  font-size: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
}
.no-footer__copy {
  color: #9e9e9e;
  border-top: 1px solid #9e9e9e;
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-footer__copy .f-info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.no-footer__copy .f-info .top,
.no-footer__copy .f-info .bottom {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
}
@media (max-width: 544px) {
  .no-footer__copy .f-info .top,
  .no-footer__copy .f-info .bottom {
    flex-direction: column;
  }
}
.no-footer__copy .f-info .top dl,
.no-footer__copy .f-info .bottom dl {
  display: flex;
  justify-content: center;
  gap: clamp(0.4rem, 0.1294498382vw + 0.3514563107rem, 0.6rem);
  color: #f5f5f5;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
@media (max-width: 544px) {
  .no-footer__copy .f-info .top dl,
  .no-footer__copy .f-info .bottom dl {
    justify-content: flex-start;
  }
}
.no-footer__copy .f-info .top dl dt,
.no-footer__copy .f-info .bottom dl dt {
  color: #fff9;
  font-weight: 400;
}
.no-footer__copy .f-info .top dl dd,
.no-footer__copy .f-info .bottom dl dd {
  color: #fff;
  font-weight: 600;
}
.no-footer__copy .no-flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 10;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .no-footer__copy .no-flex-wrap {
    flex-direction: column;
  }
}
.no-footer__copy .f-menu-wrap {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .no-footer__copy .f-menu-wrap {
    display: none;
  }
}
.no-footer__copy .f-gnb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.no-footer__copy .f-gnb__link {
  color: #ffffffd9;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  text-decoration: none;
  transition: color 0.25s ease;
  font-weight: 600;
}
.no-footer__copy .f-gnb__link:hover,
.no-footer__copy .f-gnb__link.active {
  color: var(--clr-base-white);
}
.no-footer__copy .copyright {
  line-height: 1.61;
}
.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(4rem, 0.7766990291vw + 3.7087378641rem, 5.2rem);
  height: clamp(4rem, 0.7766990291vw + 3.7087378641rem, 5.2rem);
  background: #fff;
  overflow: hidden;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 6px #fff3;
}
.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: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  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: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  background-size: contain;
  display: block;
  bottom: 0;
}
.no-sub-nav {
  border-bottom: 1px solid #bbbbbb;
}
.no-sub-nav .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 1024px) {
  .no-sub-nav .swiper-wrapper {
    justify-content: flex-start;
  }
}
.no-sub-nav .swiper-slide {
  width: auto;
}
.no-sub-nav .swiper a {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem)
    clamp(1.2rem, 1.2944983819vw + 0.7145631068rem, 3.2rem);
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  color: #424242;
  position: relative;
  transition: 0.3s ease all;
  font-weight: 500;
}
.no-sub-nav .swiper a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #a59f8f;
  transition: 0.3s ease all;
}
.no-sub-nav .swiper a.active {
  color: var(--clr-base-black);
  font-weight: 600;
}
.no-sub-nav .swiper a.active:after {
  width: 100%;
}
.no-sub-visual {
  position: relative;
  height: 240vh;
  min-height: clamp(64rem, 22.0064724919vw + 55.7475728155rem, 98rem);
  background: #000;
  overflow: visible;
}
.no-sub-visual__inner {
  position: sticky;
  top: 0;
  height: var(--100vh);
  overflow: hidden;
}
.no-sub-visual .text-cont {
  position: absolute;
  inset: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--clr-base-white);
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.no-sub-visual .text-cont__inner {
  width: 100%;
  text-align: center;
}
.no-sub-visual .text-cont h3 {
  line-height: 1.08;
}
.no-sub-visual .text-cont p {
  color: #ffffffd1;
  line-height: 1.7;
}
@media (max-width: 544px) {
  .no-sub-visual .text-cont p br {
    display: none;
  }
}
.no-sub-visual .text-wrap {
  color: var(--clr-base-white);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%) !important;
  z-index: 5;
  text-align: left;
}
@media (max-width: 1024px) {
  .no-sub-visual .text-wrap {
    text-align: center;
  }
}
.no-sub-visual .text-wrap h2 {
  line-height: 1.1;
  font-size: clamp(4rem, 5.1779935275vw + 2.0582524272rem, 12rem);
}
.no-sub-visual [data-sub-visual-title] {
  opacity: 0;
  visibility: hidden;
}
.no-sub-visual [data-sub-visual-title].is-ready {
  opacity: 1;
  visibility: visible;
}
.no-sub-visual [data-sub-visual-title] .sub-visual-title-word-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.no-sub-visual [data-sub-visual-title] .word,
.no-sub-visual [data-sub-visual-title] .sub-visual-title-word-inner {
  display: inline-block;
  will-change: transform, opacity;
}
.no-sub-visual .sub-visual-dim {
  position: absolute;
  inset: 0;
  background: #000c;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.no-sub-visual .sub-visual-dim > .container {
  height: auto;
}
.no-sub-visual--title {
  font-size: clamp(4rem, 2.8478964401vw + 2.932038835rem, 8.4rem);
}
.no-sub-visual .breadcrumb {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  line-height: 1.61;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .no-sub-visual .breadcrumb {
    justify-content: center;
  }
}
.no-sub-visual .breadcrumb a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.no-sub-visual .breadcrumb a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-sub-visual .breadcrumb .dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #fff9;
  flex-shrink: 0;
}
.no-sub-visual .sub-visual--img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .no-sub-visual .sub-visual--img {
    opacity: 0.5;
  }
}
.no-sub-visual .sub-visual--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-main .side-nav {
  position: fixed;
  right: clamp(2rem, 1.8122977346vw + 1.3203883495rem, 4.8rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .no-main .side-nav {
    display: none;
  }
}
.no-main .side-nav__list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.no-main .side-nav__item {
  margin: 0;
}
.no-main .side-nav__link {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  text-align: right;
  transition: opacity 0.25s ease;
}
.no-main .side-nav__link:hover {
  opacity: 0.85;
}
.no-main .side-nav__dot {
  width: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  height: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  flex-shrink: 0;
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}
.no-main .side-nav__label {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.no-main .side-nav__item.active .no-main .side-nav__dot {
  background: #fff;
  border-color: #fff;
}
.no-main .side-nav__item.active .side-nav__label {
  opacity: 1;
}
.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);
}
.input-item .file-wrap {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.7434944238vw + 0.7211895911rem, 2rem);
  width: 100%;
}
input[type='file'] {
  display: none;
}
.input-item .file-wrap label {
  padding: clamp(0.6rem, 0.2973977695vw + 0.4884758364rem, 1rem) clamp(1.2rem, 0.594795539vw + 0.9769516729rem, 2rem);
  color: var(--clr-base-white);
  height: clamp(5rem, 0.594795539vw + 4.7769516729rem, 5.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--clr-base-black);
  width: 17rem;
  border-radius: 0.6rem;
}
.note-editor {
  width: 100%;
}
.sub-member .find-list {
  display: flex;
  gap: 1rem;
  margin-bottom: clamp(1rem, 0.5vw + 0.5rem, 1.5rem);
}
.sub-member .find-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.8rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--clr-base-white);
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  transition: all 0.4s ease;
}
.sub-member .find-list a.active {
  background: #eae3e1;
  color: var(--clr-base-white);
  border-color: transparent;
}
.sub-member .find-list a.active:hover {
  background: #eae3e1;
  color: var(--clr-base-black);
}
.sub-member .input-box {
  position: relative;
}
.sub-member .no-member-btn {
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: 0.8rem;
  border: none;
  background: var(--clr-base-black);
  color: var(--clr-base-white);
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.sub-member .no-member-btn:hover {
  opacity: 0.9;
}
.view-contents .view-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.view-contents .view-header .title {
  font-size: clamp(1.6rem, 0.9vw + 1.3rem, 2rem);
  margin-bottom: 0.4rem;
}
.view-contents .view-header p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.view-contents .view-body form {
  max-width: 540px;
  margin: 0 auto;
}
.view-contents .view-body form .text-item {
  margin-bottom: 1.5rem;
}
.view-contents .view-body form .text-item input {
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem 1.2rem;
  font-size: 1rem;
  height: clamp(4rem, 0.6472491909vw + 3.7572815534rem, 5rem);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.view-contents .view-body form .text-item input:focus {
  border-color: var(--clr-base-black);
  box-shadow: 0 0 0 3px #00000014;
  outline: none;
}
.view-contents .view-body form .view-btn {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.view-contents .view-body form .view-btn .back-list-btn {
  flex: 1;
  padding: 0.9rem 1rem;
  border-radius: 0.8rem;
  background: var(--clr-base-black);
  color: var(--clr-base-white);
  border: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: opacity 0.2s ease;
}
.view-contents .view-body form .view-btn .back-list-btn:last-child {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #222;
}
.view-contents .view-body form .view-btn .back-list-btn:hover {
  opacity: 0.85;
}
.captcha-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
}
.captcha-wrap .no-captcha__img {
  flex-shrink: 0;
  width: clamp(12rem, 2.5889967638vw + 11.0291262136rem, 16rem);
  height: clamp(5rem, 0.5177993528vw + 4.8058252427rem, 5.8rem);
  border-radius: 0.8rem;
  background: #004225;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.captcha-wrap .no-captcha__img:hover {
  border-color: var(--clr-primary-500);
  box-shadow: 0 2px 8px #0000001a;
}
.captcha-wrap .no-captcha__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 544px) {
  .captcha-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .captcha-wrap .captcha-box {
    width: 100%;
  }
  .captcha-wrap .no-captcha__img {
    width: 100%;
    max-width: 12rem;
    height: clamp(5rem, 0.5177993528vw + 4.8058252427rem, 5.8rem);
  }
  .captcha-wrap #r_captcha {
    width: 100%;
    max-width: 100%;
  }
}
.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 a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.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.active {
  border-radius: 0.4rem;
  background: #212121;
  color: var(--clr-base-white);
}
.no-pagi-div__list li a:hover:after {
  width: 100%;
}
.no-pagi-div__list li a.active:hover:after {
  width: 100%;
}
.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 {
  background: #000;
  overflow: hidden;
}


[data-hero-why-stack] {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
}
.no-main--hero {
  position: relative;
  z-index: 3;
  height: var(--100vh);
  min-height: var(--100vh);
  overflow: hidden;
}
.no-main--hero .hero-xor-logo {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translate(-50%);
  z-index: 2;
  width: 100%;
  max-width: clamp(96rem, 31.067961165vw + 84.3495145631rem, 144rem);
  padding: 0 clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .no-main--hero .hero-xor-logo {
    bottom: 10%;
  }
}
.no-main--hero .hero-xor-logo__svg {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  transform: translateZ(0);
}
.no-main--hero .hero-xor-logo__path {
  stroke-width: 1.5;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  animation: xor-draw 2.5s ease-out 1s forwards;
}
@keyframes xor-draw {
  0% {
    stroke-dashoffset: 1;
    opacity: 0;
  }
  0.01% {
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes hero-title-slide-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.no-main--hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-main--hero .bg img {
  height: 100%;
}
.no-main--hero .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  height: 100%;
  z-index: 3;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .no-main--hero .text-wrap {
    top: 40%;
  }
}
.no-main--hero .text-wrap .inner {
  width: 100%;
}
.no-main--hero .text-wrap .title h2.hero-title {
  color: var(--clr-base-white);
  font-size: clamp(4rem, 3.6245954693vw + 2.640776699rem, 9.6rem);
  line-height: 1.21;
  opacity: 0;
}
.no-main--hero .text-wrap .title h2.hero-title.is-ready {
  opacity: 1;
}
@media (max-width: 768px) {
  .no-main--hero .text-wrap .title h2.hero-title {
    font-size: clamp(4.2rem, 0.3883495146vw + 4.054368932rem, 4.8rem);
  }
}
.no-main--hero .text-wrap .title h2.hero-title .line {
  display: block;
  overflow: hidden;
}
.no-main--hero .text-wrap .title h2.hero-title .word {
  display: inline-block;
  vertical-align: top;
}
.no-main--hero .text-wrap .title h2.hero-title .hero-title-word-mask {
  display: inline-block;
  overflow: hidden;
  margin-right: -1rem;
  vertical-align: top;
}
.no-main--hero .text-wrap .title h2.hero-title .hero-title-word-mask:last-child {
  margin-right: 0;
}
.no-main--hero .text-wrap .title h2.hero-title .hero-title-word-inner {
  display: block;
}
.no-main--hero .text-wrap .title h2.hero-title .char {
  display: inline-block;
}
.no-main--hero .text-wrap .title p {
  line-height: 1.61;
  color: var(--clr-base-white);
}
@media (max-width: 768px) {
  .no-main--hero .text-wrap .title p {
    padding-top: 1.2rem;
    font-size: clamp(1.5rem, 0.3236245955vw + 1.3786407767rem, 2rem);
  }
}
@media (max-width: 544px) {
  .no-main--hero .text-wrap .title p br {
    display: block;
  }
}
.no-main--hero .text-wrap .btn-wrap {
  display: flex;
  gap: 1rem;
}
.no-main--hero .text-wrap .btn-wrap a {
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-main--hero .text-wrap .btn-wrap a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-main--hero .text-wrap .btn-wrap a:hover i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
.no-main--hero .text-wrap .btn-wrap a:first-child {
  background: transparent;
  border: 1px solid var(--clr-base-white);
  color: var(--clr-base-white);
}
.no-main--hero .scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 6rem;
  transform: translate(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  will-change: transform, opacity;
}
.no-main--hero .scroll-indicator__label {
  font-size: 1.4rem;
  color: var(--clr-base-white);
  letter-spacing: 0.1em;
}
.no-main--hero .scroll-indicator__mouse {
  width: 2rem;
  height: 3rem;
  border: 2px solid var(--clr-base-white);
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.6rem;
}
.no-main--hero .scroll-indicator__wheel {
  width: 0.4rem;
  height: 0.6rem;
  background: #ffffffe6;
  border-radius: 0.2rem;
  animation: scroll-wheel 1.5s ease-in-out infinite;
}
@keyframes scroll-wheel {
  0%,
  to {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(0.4rem);
    opacity: 0.6;
  }
}
.no-main--why {
  height: var(--100vh);
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .no-main--why {
    height: 100%;
    padding: clamp(9rem, 5.8252427184vw + 6.8155339806rem, 18rem) 0;
  }
}
.no-main--why .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-main--why .bg img {
  height: 100%;
}
.no-main--why:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004d;
  z-index: 2;
}
.no-main--why .container-inner {
  position: relative;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 768px) {
  .no-main--why .container-inner {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
}
.no-main--why .main-title {
  color: var(--clr-base-white);
}
.no-main--why .count-wrap {
  padding-top: clamp(9rem, 5.8252427184vw + 6.8155339806rem, 18rem);
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 768px) {
  .no-main--why .count-wrap {
    padding-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-main--why .count-wrap .count-item {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
}
@media (max-width: 1024px) {
  .no-main--why .count-wrap .count-item {
    padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem)
      clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
@media (max-width: 768px) {
  .no-main--why .count-wrap .count-item {
    padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
.no-main--why .count-wrap .count-item .count-item__title h3 {
  color: #e0d3b7;
  font-weight: 500;
}
.no-main--why .count-wrap .count-item .count-item__title span {
  font-size: clamp(3.6rem, 3.8834951456vw + 2.1436893204rem, 9.6rem);
  font-weight: 700;
}
.no-main--why .count-wrap .count-item .count-item__desc {
  padding-top: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
  border-top: 1px solid #cccccc;
}
.no-main--why .count-wrap .count-item .count-item__desc p {
  color: var(--clr-base-white);
}
.no-main--market {
  position: relative;
}
.no-main--market .gradient-item {
  position: absolute;
  width: clamp(24rem, 19.4174757282vw + 16.7184466019rem, 54rem);
  opacity: 0.15;
}
.no-main--market .gradient-item img {
  object-fit: contain;
}
.no-main--market .gradient-lt {
  left: -7%;
  top: -14%;
}
.no-main--market .gradient-rb {
  right: -7%;
  bottom: -14%;
}
.no-main--market .main-title {
  color: var(--clr-base-white);
}
.no-main--market .what-card {
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .no-main--market .what-card {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-main--market .what-card li {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #12273080;
  box-shadow: 0 1px 6px #ffffff1f;
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  transition: 0.3s ease all;
}
.no-main--market .what-card li:hover {
  border-color: #e0d3b7;
}
.no-main--market .what-card .text-wrap {
  color: var(--clr-base-white);
}
.no-main--market .what-card .text-wrap .num {
  display: inline-block;
  border: 1px solid var(--clr-base-white);
  border-radius: 0.4rem;
  line-height: 1.31;
  padding: 0.2rem 0.8rem;
}
.no-main--market .what-card .text-wrap .title {
  font-size: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  line-height: 1.31;
  font-weight: 600;
  padding-top: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
}
.no-main--market .what-card .text-wrap .desc {
  line-height: 1.31;
  padding-top: clamp(0.6rem, 0.1294498382vw + 0.5514563107rem, 0.8rem);
}
.no-main--market .what-card .icon-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.no-main--market .what-card .icon-wrap img {
  width: 9rem;
  object-fit: contain;
}
.no-main--article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.no-main--article .main-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.no-main--article .main-wrap h2 {
  color: var(--clr-base-white);
}
.no-main--article .main-wrap .more-btn {
  display: flex;
  justify-content: center;
}
.no-main--article .main-wrap .more-btn a {
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-main--article .main-wrap .more-btn a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-main--article .main-wrap .more-btn a:hover i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
.no-main--article .main-wrap .more-btn a {
  background: #fff6;
  color: var(--clr-base-white);
}
.no-main--article .article-card {
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .no-main--article .article-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
@media (max-width: 375px) {
  .no-main--article .article-card {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-main--article .article-card.swiper-wrapper {
  border-bottom: 0;
  gap: 0;
}
.no-main--article .article-card li{
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}
.no-main--article .article-card li a{
  overflow: hidden;
}

@media (max-width: 544px) {
  .no-main--article .article-card li {
    height: 38rem;
  }
}
.no-main--article .article-card li .article-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.no-main--article .article-card li .text-wrap {
  position: absolute;
  left: 0;
  top: 0;
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem)
    clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  z-index: 3;
  transition: filter 0.4s ease;
}
.no-main--article .article-card li .text-wrap .title {
  font-size: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  line-height: 1.31;
  font-weight: 700;
}
.no-main--article .article-card li .text-wrap .desc {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-main--article .article-card li img {
  height: 100%;
  transition: 0.4s ease all;
}
.no-main--article .article-card li .arrow-hidden {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  padding: 2.4rem;
  display: flex;
  justify-content: flex-end;
  opacity:0;
  transition: 0.4s ease all;
}

.no-main--article .article-card li:hover {
  transform: scale(1.025);
}
.no-main--article .article-card li:hover .desc-wrap {
  transform: translate(0);
}
.no-main--article .article-card li:focus-within {
  transform: scale(1.025);
}

.no-main--article .article-card li:focus-within .arrow-hidden,
.no-main--article .article-card li:hover .arrow-hidden{
 opacity:1;
}
.no-main--article .article-card li .dark {
  color: var(--clr-base-black);
}
.no-main--article .article-card li .light {
  color: var(--clr-base-white);
}
.no-main--article .pc-block {
  display: block;
}
@media (max-width: 768px) {
  .no-main--article .pc-block {
    display: none;
  }
}
.no-main--article .m-block {
  display: none;
}
@media (max-width: 768px) {
  .no-main--article .m-block {
    display: block;
  }
}
.no-main .article-pagination {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: static;
  height: 0.6rem;
  border-radius: 999px;
  background: #555;
  overflow: hidden;
}
.no-main .article-pagination .swiper-pagination-progressbar-fill {
  background: var(--clr-point1);
  border-radius: 999px;
  transition: all 0.35s ease;
}
.no-main--differ {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  min-height: var(--100vh);
}
.no-main--differ .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}
.no-main--differ .bg img {
  height: 100%;
}
.no-main--differ .differ-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  min-height: var(--100vh);
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem)
    clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}


@media (max-width: 768px) {
  .no-main--differ .differ-wrap {
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
  }
}
.no-main--differ .differ-wrap__title {
  flex: 0 0 auto;
  max-width: 50%;
}
@media (max-width: 768px) {
  .no-main--differ .differ-wrap__title {
    max-width: 100%;
    width: 100%;
  }
}
.no-main--differ .differ-wrap__title .differ-wrap__title-line {
  color: var(--clr-base-white);
  margin: 0;
}
.no-main--differ .differ-wrap__right {
  position: relative;
  flex: 0 1 auto;
  width: 100%;
  max-width: 54rem;
}
.no-main--differ .differ-wrap__list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-main--differ .differ-wrap__item {
  padding: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem) clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 1.2rem;
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  font-weight: 600;
  line-height: 1.31;
  color: var(--clr-base-white);
  margin-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  display: inline-block;
}
.no-main--differ .differ-wrap__item:first-child {
  margin-top: 0;
}
.no-main--differ .differ-wrap__end {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  text-align: left;
  color: var(--clr-base-white);
  pointer-events: none;
}
@media (max-width: 768px) {
  .no-main--differ .differ-wrap__end {
    text-align: center;
  }
}
.no-main--differ .differ-wrap__end .more-btn,
.no-main--differ .differ-wrap__end a {
  pointer-events: auto;
  background: #ffffff26;
  color: var(--clr-base-white);
}
.no-main--differ .differ-wrap__end .differ-wrap__end-line {
  line-height: 1.61;
  font-size:2.4rem;
  font-weight:500;
}



@media (max-width: 544px) {
  .no-main--differ .differ-wrap__end .differ-wrap__end-line br {
    display: none;
  }
}

.no-main--transform {
  height: var(--100vh);
  overflow: hidden;
  position: relative;
}
.no-main--transform .transform-container {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
}
.no-main--transform .transform-container > .no-container-2xl {
  position: relative;
  height: 100%;
}
.no-main--transform .transform-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-main--transform .transform-container .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-main--transform .transform-container .main-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  z-index: 2;
  text-align: center;
  color: var(--clr-base-white);
}
.no-main--transform .transform-container .main-title p {
  line-height: 1.61;
}
.no-main--transform .mobile-transform {
  color: var(--clr-base-white);
}
.no-main--transform .main-slide-wrapper {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 2;
  display: flex;
  pointer-events: auto;
  will-change: transform, opacity;
}
.no-main--transform .slide-container {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.no-main--transform .slide-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-main--transform .slide-container .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-main--transform .slide-container .slide-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  pointer-events: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  padding: 0 clamp(2rem, 1.8122977346vw + 1.3203883495rem, 4.8rem);
}
@media (max-width: 768px) {
  .no-main--transform .slide-container .slide-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0);
    height: 100%;
  }
}
.no-main--transform .slide-container .slide-content .title-wrap {
  color: var(--clr-base-white);
}
.no-main--transform .slide-container .slide-content .title-wrap .more-btn {
  display: flex;
  justify-content: flex-start;
}
.no-main--transform .slide-container .slide-content .title-wrap .more-btn a {
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-main--transform .slide-container .slide-content .title-wrap .more-btn a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-main--transform .slide-container .slide-content .title-wrap .more-btn a:hover i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
.no-main--transform .slide-container .slide-content .title-wrap .more-btn a {
  background: #ffffff26;
  color: var(--clr-base-white);
}
.no-main--transform .slide-container .slide-content .title-wrap .cate {
  display: inline-block;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  border: 1px solid var(--clr-base-white);
  border-radius: 0.4rem;
  padding: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem)
    clamp(0.8rem, 0.3883495146vw + 0.654368932rem, 1.4rem);
}
.no-main--transform .slide-container .slide-content .title-wrap .desc-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.no-main--transform .slide-container .slide-content .title-wrap .desc-list .desc-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-main--transform .slide-container .slide-content .title-wrap .desc-list .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--clr-base-white);
  color: var(--clr-base-black);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  line-height: 1.2;
  font-weight: 600;
}
.no-main--transform .slide-container .slide-content .icon-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .no-main--transform .slide-container .slide-content .icon-wrap {
    gap: 1.2rem;
    width: 100%;
  }
}
.no-main--transform .slide-container .slide-content .icon-wrap li {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(2rem, 2.3300970874vw + 1.1262135922rem, 5.6rem);
  color: var(--clr-base-white);
  background: #12273080;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.no-main--transform .slide-container .slide-content .icon-wrap h3 {
  line-height: 1.31;
  font-size: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
}
.no-main--transform .slide-container .slide-content .icon-wrap .icon {
  width: clamp(6rem, 1.9417475728vw + 5.2718446602rem, 9rem);
}
.no-main--transform .slide-container .slide-content .icon-wrap .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.no-main--transform .transform-pagination {
  position: absolute;
  left: 50%;
  bottom: 5.4rem;
  transform: translate(-50%);
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.no-main--transform .transform-pagination.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.no-main--transform .transform-pagination .dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  border: 0;
  background: #555;
  cursor: pointer;
  transition: all 0.35s ease;
}
.no-main--transform .transform-pagination .dot.is-active {
  width: 2.8rem;
  background: var(--clr-point1);
}
.no-main--transform__mobile-block {
  display: none;
}

.no-main--transform__mobile-block .transform-container {
  height: 100%;
  padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  position: relative;
}
.no-main--transform__mobile-block .transform-slides {
  height: auto;
}

@media (max-width: 768px) {
	.no-main--transform__mobile-block {
		 /*    height: 100vh; */
		  }
	.no-main--transform__mobile-block .transform-slides {
	  height: 100%;
	}
}


.no-main--transform__mobile-block .main-slide-wrapper {
  position: static;
  pointer-events: auto;
  flex-direction: column;
}
.no-main--transform__mobile-block .slide-container {
  height: 100%;
  flex: 0 0 auto;
  padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
}
.no-main .no-main--what-move-stack {
  position: relative;
  height: var(--100vh, 100vh);
  min-height: var(--100vh, 100vh);
  overflow: hidden;
}
.no-main .no-main--what-move-stack .no-main--what,
.no-main .no-main--what-move-stack .no-main--move {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.no-main .no-main--what-move-stack .no-main--what {
  z-index: 2;
}
.no-main .no-main--what-move-stack .no-main--move {
  z-index: 1;
}
.no-main--what {
  width: 100vw;
  height: var(--100vh);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  clip-path: circle(75vmax at 50% 50%);
  -webkit-clip-path: circle(75vmax at 50% 50%);
  will-change: clip-path;
}
.no-main--what .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-main--what .bg img {
  height: 100%;
}
.no-main--what .inner {
  position: relative;
  z-index: 2;
  height: 100%;
}
.no-main--what .main-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: var(--clr-base-white);
  padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}

.no-main--what .main-title .moblie-on{
	display:none;
}

@media (max-width: 768px) {
  .no-main--what .main-title h2 {
    font-size: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
  }
  .no-main--what .main-title h2 .mobile-br {
    display: none;
  }
}
@media (max-width: 544px) {
	
  .no-main--what .main-title h2 {
	font-size:2.8rem;
  }

  .no-main--what .main-title p br {
    display: block;
  }
	  .no-main--what .main-title .moblie-on{
		display:block;
	}
}
.no-main--what .main-title .more-btn {
  display: flex;
  justify-content: center;
}
.no-main--what .main-title .more-btn a {
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-main--what .main-title .more-btn a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-main--what .main-title .more-btn a:hover i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
.no-main--what .main-title .more-btn a {
  background: #ffffff26;
  color: var(--clr-base-white);
}
.no-main--what [data-what-title-first] {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.no-main--what [data-what-title-next] {
  opacity: 0;
  transform: translate(-50%, -42%);
  pointer-events: none;
}
.no-main--move {
  height: var(--100vh);
  overflow: hidden;
}
.no-main--move .inner {
  position: relative;
  height: 100%;
}
.no-main--move .main-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  color: var(--clr-base-white);
  padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  z-index: 2;
}
.no-main--move .move-text {
  line-height: 1.2;
  font-size: clamp(3.2rem, 7.2491909385vw + 0.4815533981rem, 14.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  will-change: transform, opacity;
}
.no-main--move .move-text--left {
  text-align: left;
  margin-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-main--move .move-text--right {
  text-align: right;
  margin-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-main--move .move-line {
  width: 100%;
  height: 1px;
  background: #fff3;
  transform-origin: center center;
  will-change: transform, opacity;
}
.no-main--move .move-cards {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  will-change: transform, opacity;
  margin: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-main--move .move-cards > * {
  pointer-events: auto;
}
.no-main--move .move-card {
  position: absolute;
  padding: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  width: 100%;
  max-width: clamp(36rem, 11.6504854369vw + 31.6310679612rem, 54rem);
  height: clamp(32rem, 2.5889967638vw + 31.0291262136rem, 36rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
  overflow: hidden;
}
.no-main--move .move-card > .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.no-main--move .move-card > .bg img {
  height: 100%;
  object-fit: cover;
}
.no-main--move .move-card > .name {
  position: relative;
  z-index: 2;
}
.no-main--move .move-card > .btn-wrap {
  position: relative;
  z-index: 2;
  align-items: center;
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
}
.no-main--move .move-card > .btn-wrap a {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  color: #424242;
}
@media (max-width: 544px) {
  .no-main--move .move-card svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.no-main--move .move-card .white a,
.no-main--move .move-card .white svg {
  color: var(--clr-base-white);
}
.no-main--move .move-card .white .desc-wrap p {
  color: var(--clr-base-white);
}
@media (max-width: 768px) {
  .no-main--move .move-cards {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
    padding: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
    display: flex;
    flex-direction: column;
    gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem);
    pointer-events: auto;
  }
  .no-main--move .move-card {
    position: relative;
    width: 82%;
    max-width: 40rem;
    height: auto;
  }
}
@media (max-width: 768px) and (max-width: 544px) {
  .no-main--move .move-card {
    width: 56%;
  }
}
@media (max-width: 768px) {
  .no-main--move .move-card--imc,
  .no-main--move .move-card--gtm,
  .no-main--move .move-card--ptc {
    inset: auto;
  }
  .no-main--move .move-card:nth-child(odd) {
    margin-right: auto;
  }
  .no-main--move .move-card:nth-child(2n) {
    margin-left: auto;
  }
}
.no-main--move .move-card--imc {
  left: 0%;
  top: 0%;
}
.no-main--move .move-card--imc .desc-wrap {
  background: #912470;
}
.no-main--move .move-card--gtm {
  right: 3%;
  top: 20%;
}
.no-main--move .move-card--gtm .desc-wrap {
  background: #00766b;
}
.no-main--move .move-card--ptc {
  left: 13%;
  bottom: -5%;
}
.no-main--move .move-card--ptc .desc-wrap {
  background: #003e59;
}
@media (max-width: 1024px) {
  .no-main--move .move-cards {
    position: relative;
    z-index: 5;
    left: auto;
    top: auto;
    width: 100%;
    height: 120rem;
    display: flex;
    flex-direction: column;
    gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    margin: 0;
  }
  .no-main--move .move-card {
    position: relative;
    height: 100%;
    inset: auto;
    width: 70%;
    max-width: none;
  }
  .no-main--move .move-card--imc,
  .no-main--move .move-card--gtm,
  .no-main--move .move-card--ptc {
    inset: auto;
  }
}
.no-main--move .desc-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transform: translateY(100%);
  opacity: 0;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
}
.no-main--move .desc-wrap p {
  line-height: 1.61;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  font-weight: 500;
  width: 100%;
}
.no-main--move .desc-wrap .btn-wrap {
  width: 100%;
}
.no-main--move .desc-wrap .btn-wrap a {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}
.no-main--move .move-card:hover .desc-wrap {
  transform: translateY(0);
  opacity: 1;
}
.no-main--move .move-card:hover > .btn-wrap {
  opacity: 0;
  transform: translateY(12px);
}
.no-main--justice {
  position: relative;
}
.no-main--justice .main-title {
  color: var(--clr-base-white);
}
.no-main--justice .main-title h2 {
  padding-top: 0.8rem;
  font-size: clamp(2.4rem, 1.2944983819vw + 1.9145631068rem, 4.4rem);
}
.no-main--justice .accordion-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.no-main--justice .accordion-wrap .accordion-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.no-main--justice .accordion-wrap .title {
  width: 100%;
  padding: clamp(1.2rem, 2.3300970874vw + 0.3262135922rem, 4.8rem);
  border: 0;
  background: transparent;
  color: var(--clr-base-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}
.no-main--justice .accordion-wrap .title .name {
  font-size: clamp(2rem, 1.0355987055vw + 1.6116504854rem, 3.6rem);
  color: var(--clr-base-white);
  transition: color 0.25s ease;
}
.no-main--justice .accordion-wrap .title i {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  color: var(--clr-base-white);
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}
.no-main--justice .accordion-wrap .title:hover .name,
.no-main--justice .accordion-wrap .title:hover i {
  color: var(--clr-point1);
}
.no-main--justice .accordion-wrap .desc-wrap {
  transition:
    grid-template-rows 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  color: var(--clr-base-white);
  border-top: 0;
  opacity: 0;
  will-change: grid-template-rows, padding, opacity;
}
.no-main--justice .accordion-wrap .desc-wrap .desc-inner {
  overflow: hidden;
}
.no-main--justice .accordion-wrap .desc-wrap .desc-inner .main {
  padding-top: 0.8rem;
  line-height: 1.45;
}

@media (max-width: 540px) {
	.no-main--justice .accordion-wrap .desc-wrap .desc-inner .main{
		font-size:1.6rem;
	}
	.no-main--justice .accordion-wrap .desc-wrap .desc-inner .sub br{
		display:none;
	}
}

.no-main--justice .accordion-wrap .desc-wrap .desc-inner .sub {
  line-height: 1.6;
  padding-top: 1.5rem;
}
.no-main--justice .accordion-wrap .accordion-item.is-active .desc-wrap {
  grid-template-rows: 1fr;
  padding: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem)
    clamp(1.2rem, 2.3300970874vw + 0.3262135922rem, 4.8rem);
  padding-top: 0;
  opacity: 1;
}
.no-main--justice .marquee-cont {
  border-top: 1px solid rgba(207, 207, 207, 0.5);
  border-bottom: 1px solid rgba(207, 207, 207, 0.5);
  overflow: hidden;
  white-space: nowrap;
}
.no-main--justice .marquee-cont .marquee-track {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: clamp(5.6rem, 2.5889967638vw + 4.6291262136rem, 9.6rem);
  animation: justice-marquee 28s linear infinite;
}
.no-main--justice .marquee-cont p {
  flex-shrink: 0;
  font-size: clamp(4.8rem, 5.1779935275vw + 2.8582524272rem, 12.8rem);
  line-height: 1.6;
  font-weight: 600;
  color: #fff9;
  white-space: nowrap;
}
@keyframes justice-marquee {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}

@media (max-width: 540px) {
	.no-main--justice .marquee-cont p {
		font-size:3.6rem;
	}
}

.no-main--insight {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.no-main--insight .inner {
  z-index: 2;
  position: relative;
  padding: clamp(6rem, 6.4724919094vw + 3.572815534rem, 16rem) clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-main--insight .inner .main-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--clr-base-white);
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .no-main--insight .inner .main-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-main--insight .inner .main-title p {
  color: #f5f5f5;
  line-height: 1.61;
}

@media (max-width: 390px) {
	.no-main--insight .inner .main-title p br {
	  display:none;
	}
}



.no-main--insight .inner .main-title .more-btn {
  display: flex;
  justify-content: flex-start;
}
.no-main--insight .inner .main-title .more-btn a {
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-main--insight .inner .main-title .more-btn a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-main--insight .inner .main-title .more-btn a:hover i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
.no-main--insight .inner .main-title .more-btn a {
  background: #ffffff26;
  color: var(--clr-base-white);
}
.no-main--insight .swiper-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 5;
}
.no-main--insight .insight-swiper {
  overflow: hidden;
  position: relative;
}
.no-main--insight .insight-swiper .swiper-wrapper {
  align-items: stretch;
}
.no-main--insight .insight-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
  width: 54rem;
}
@media (max-width: 544px) {
  .no-main--insight .insight-swiper .swiper-slide {
    width: 28rem;
  }
}
.no-main--insight .insight-swiper .swiper-button-prev,
.no-main--insight .insight-swiper .swiper-button-next {
  color: var(--clr-base-white);
  width: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  height: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #0000001a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: ease all 0.3s;
  margin: 0 clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-main--insight .insight-swiper .swiper-button-prev:after,
.no-main--insight .insight-swiper .swiper-button-next:after {
  display: none;
}
.no-main--insight .insight-swiper .swiper-button-prev.swiper-button-disabled,
.no-main--insight .insight-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.no-main--insight .insight-swiper .swiper-button-prev i,
.no-main--insight .insight-swiper .swiper-button-next i {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  transition: ease all 0.3s;
}
.no-main--insight .insight-swiper .swiper-button-prev:hover i,
.no-main--insight .insight-swiper .swiper-button-next:hover i {
  color: var(--clr-point1);
}

.no-main--insight .insight-swiper .swiper-button-prev {
  left: 6%;
}
.no-main--insight .insight-swiper .swiper-button-next {
  right: 6%;
}

@media (max-width: 544px) {
	.no-main--insight .insight-swiper .swiper-button-prev {
	  left: 0;
	}
	.no-main--insight .insight-swiper .swiper-button-next {
	  right: 0;
	}
}

.no-main--insight .insight-item {
  box-sizing: border-box;
  padding: clamp(2rem, 2.8478964401vw + 0.932038835rem, 6.4rem) clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  color: var(--clr-base-white);
  flex: 0 0 auto;
  width: 100%;
}
.no-main--insight .insight-item .text-wrap p {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
@media (max-width: 544px) {
  .no-main--insight .insight-item .text-wrap p br {
    display: none;
  }
}
.no-main--insight .insight-item .img-wrap img {
  height: 100%;
  width: clamp(5.6rem, 1.5533980583vw + 5.0174757282rem, 8rem);
  object-fit: contain;
}
.no-main--insight .insight-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.no-main--insight .insight-item .width-1 img {
  width: clamp(16rem, 2.5889967638vw + 15.0291262136rem, 20rem);
}
.no-main--insight .insight-item .width-2 img {
  width: clamp(9rem, 3.2362459547vw + 7.786407767rem, 14rem);
}
.no-main--who {
  position: relative;
  height: var(--100vh);
}
@keyframes who-x-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.075);
    opacity: 0;
  }
  20% {
    opacity: 0.42;
  }
  to {
    transform: translate(-50%, -50%) scale(4);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  @keyframes who-x-pulse {
    0% {
      transform: translate(-50%, -50%) scale(0.075);
      opacity: 0;
    }
    20% {
      opacity: 0.42;
    }
    to {
      transform: translate(-50%, -50%) scale(8);
      opacity: 1;
    }
  }
}
.no-main--who .bg-x {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  overflow: hidden;
}
.no-main--who .bg-x__item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  will-change: transform, opacity;
  transform: translate(-50%, -50%) scale(0.075);
  opacity: 0;
  animation: who-x-pulse 11s ease infinite;
}
.no-main--who .bg-x__item svg {
  width: 28rem;
  height: 30rem;
}
.no-main--who .bg-x__item:nth-child(1) {
  animation-delay: 0s;
}
.no-main--who .bg-x__item:nth-child(2) {
  animation-delay: 0.7s;
}
.no-main--who .bg-x__item:nth-child(3) {
  animation-delay: 1.4s;
}
.no-main--who .bg-x__item:nth-child(4) {
  animation-delay: 2.1s;
}
.no-main--who .bg-x__item:nth-child(5) {
  animation-delay: 2.8s;
}
.no-main--who .bg-x__item:nth-child(6) {
  animation-delay: 3.5s;
}
.no-main--who .bg-x__item:nth-child(7) {
  animation-delay: 4.2s;
}
.no-main--who .bg-x__item:nth-child(8) {
  animation-delay: 4.9s;
}
.no-main--who .bg-x__item:nth-child(9) {
  animation-delay: 5.6s;
}
.no-main--who .bg-x__item:nth-child(10) {
  animation-delay: 6.3s;
}
.no-main--who .bg-x__item:nth-child(11) {
  animation-delay: 7s;
}
.no-main--who .bg-x__item:nth-child(12) {
  animation-delay: 7.7s;
}
.no-main--who .bg-x__item:nth-child(13) {
  animation-delay: 8.4s;
}
.no-main--who .bg-x__item:nth-child(14) {
  animation-delay: 9.1s;
}
.no-main--who .bg-x__item:nth-child(15) {
  animation-delay: 9.8s;
}
.no-main--who .bg-x svg {
  width: 100%;
  height: auto;
}
.no-main--who .bg-x path {
  stroke-width: 0.85;
  stroke: #60d1e573;
}
.no-main--who .inner {
  position: relative;
  z-index: 2;
  height: 100%;
}
.no-main--who .main-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: var(--clr-base-white);
  padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
@media (max-width: 544px) {
  .no-main--who .main-title p br {
    display: block;
  }
}
.no-main--who .more-btn {
  display: flex;
  justify-content: center;
}
.no-main--who .more-btn a {
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-main--who .more-btn a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-main--who .more-btn a:hover i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
.no-main--who .more-btn a {
  background: #ffffff26;
  color: var(--clr-base-white);
}
.no-main .who-xocard-stack {
  position: relative;
  height: var(--100vh);
  overflow: hidden;
}
.no-main .who-xocard-stack .no-main--who,
.no-main .who-xocard-stack .no-main--xocard {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.no-main .who-xocard-stack .no-main--who {
  z-index: 2;
}
.no-main .who-xocard-stack .no-main--xocard {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.no-main--xocard {
  height: var(--100vh);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.no-main--xocard .xo-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.no-main--xocard .first-text,
.no-main--xocard .second-text {
  position: absolute;
  left: 0;
  top: clamp(10rem, 5.1779935275vw + 8.0582524272rem, 18rem);
  width: 100%;
  z-index: 4;
  color: var(--clr-base-white);
  padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
@media (max-width: 544px) {
  .no-main--xocard .first-text h3,
  .no-main--xocard .second-text h3 {
    font-size: 2.6rem;
  }
  .no-main--xocard .first-text h3 br,
  .no-main--xocard .second-text h3 br {
    display: block;
  }
}
.no-main--xocard .last-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  z-index: 5;
  text-align: center;
  color: var(--clr-base-white);
  pointer-events: none;
}
.no-main--xocard .last-text .more-btn,
.no-main--xocard .last-text a {
  pointer-events: auto;
  background: #ffffff26;
  color: var(--clr-base-white);
}
.no-main--xocard .last-text h3 {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  font-size: clamp(2.8rem, 2.8478964401vw + 1.732038835rem, 7.2rem);
}
.no-main--xocard .xo-stage,
.no-main--xocard .xo-grid,
.no-main--xocard .xo-cell {
  transform-style: preserve-3d;
}
.no-main--xocard .xo-dim {
  position: absolute;
  inset: 0;
  background: #000000b3;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}
.no-main--xocard .xo-stage {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  perspective: 1200px;
  transform-style: preserve-3d;
}
.no-main--xocard .xo-grid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  display: grid;
  grid-template-columns: repeat(3, clamp(14rem, 11.6504854369vw + 9.6310679612rem, 32rem));
  grid-template-rows: repeat(3, clamp(14rem, 11.6504854369vw + 9.6310679612rem, 32rem));
}
.no-main--xocard .xo-cell {
  position: relative;
  margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  transform-style: preserve-3d;
  will-change: transform, opacity;
  perspective: 120rem;
}
.no-main--xocard .xo-letter {
  position: absolute;
  display: flex;
  font-family: Onest, sans-serif;
  font-weight: 500;
  font-size: clamp(9rem, 12.2977346278vw + 4.3883495146rem, 28rem);
  color: var(--clr-point1);
  line-height: 1;
  z-index: 6;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-origin: 50% 50%;
  pointer-events: none;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  inset: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media (max-width: 544px) {
	.no-main--xocard .xo-letter {
		font-size:12rem;
	}
}

.no-main--xocard .xo-letter--mid-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-main--xocard .xo-cell {
  position: relative;
  perspective: 120rem;
  transform-style: preserve-3d;
}
.no-main--xocard .xo-stage,
.no-main--xocard .xo-grid {
  transform-style: preserve-3d;
}
.no-main--xocard .xo-letter--mid-left,
.no-main--xocard .xo-letter--mid-temp {
  color: #555;
}
.no-main--xocard .xo-letter--mid-center,
.no-main--xocard .xo-stage.is-xor .xo-letter--mid-left,
.no-main--xocard .xo-stage.is-xor .xo-letter--mid-center,
.no-main--xocard .xo-stage.is-xor .xo-letter--mid-temp,
.no-main--xocard .xo-stage.is-xor .xo-letter--mid-final {
  color: var(--clr-point1);
}
.no-main--xocard .xo-letter--mid-final {
  display: none;
  z-index: 1;
  color: var(--clr-point1);
}
.no-main--xocard .xo-letter--mid-temp {
  z-index: 2;
}
.no-main--xocard .xo-cell--swap {
  position: relative;
}
.no-main--xocard .xo {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-main--xocard .o {
  border: 24px solid #555555;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .no-main--xocard .o {
    border-width: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
.no-main--xocard .x {
  transform: rotate(45deg);
}
.no-main--xocard .x:before,
.no-main--xocard .x:after {
  content: '';
  position: absolute;
  width: clamp(8rem, 10.355987055vw + 4.1165048544rem, 24rem);
  height: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  background: #555;
}
.no-main--xocard .x:after {
  transform: rotate(90deg);
}
.no-main--xocard .xo-grid--left .xo-cell .x {
  opacity: 0;
}
.no-main--xocard .xo-grid--left .center .x {
  opacity: 1;
}
.no-main--xocard .xo-grid--left .center .o {
  opacity: 0;
}
.no-main--xocard .xo-grid--left .center .x:before,
.no-main--xocard .xo-grid--left .center .x:after {
  background: #7ed3e6;
}
.no-main--xocard .xo-grid--right .xo-cell .o {
  opacity: 0;
}
.no-main--xocard .xo-grid--right .center .o {
  opacity: 1;
  border-color: #7ed3e6;
}
.no-main--xocard .xo-grid--right .center .x {
  opacity: 0;
}
.no-main--xocard .xo-grid--right .center .x:before,
.no-main--xocard .xo-grid--right .center .x:after {
  width: 0;
  height: 0;
  background: transparent;
}
.no-main--black {
  position: relative;
  height: var(--100vh);
  overflow: hidden;
}
.no-main--black .inner {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
}
.no-main--black .black-dim {
  position: absolute;
  inset: 0;
  background: #000000ad;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.no-main--black .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  text-align: center;
  color: var(--clr-base-white);
  z-index: 3;
}
.no-main--black .text-wrap .text-first,
.no-main--black .text-wrap .text-second,
.no-main--black .text-wrap .text-third {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
}
.no-main--black .text-wrap h2 {
  font-size: clamp(2.8rem, 2.8478964401vw + 1.732038835rem, 7.2rem);
  font-weight: 600;
  line-height: 1.31;
}
.no-main--black .text-wrap .text-first,
.no-main--black .text-wrap .text-second,
.no-main--black .text-wrap .text-third {
  display: none;
  opacity: 0;
}
.no-main--black .text-wrap .text-first {
  display: block;
  opacity: 1;
}
.no-main--black .black-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  z-index: 1;
}
.no-main--black .black-img img {
  height: 100%;
}
.no-main--start {
  position: relative;
}
.no-main--start .gradient-item {
  position: absolute;
  width: clamp(43rem, 23.9482200647vw + 34.0194174757rem, 80rem);
  opacity: 0.15;
}
.no-main--start .gradient-item img {
  object-fit: contain;
}

.no-main--start .gradient-lt {
  left: -14%;
  top: -15%;
}

.no-main--start .gradient-rb {
  right: -14%;
  bottom: -15%;
}

@media (max-width: 540px) {
	.no-main--start .gradient-lt {
	  left: -40%;
	}
	.no-main--start .gradient-rb {
	  right: -40%;
	}
}

.no-main--start .main-title {
  text-align: center;
  color: var(--clr-base-white);
}
.no-main--start .main-title p {
  color: #f5f5f5;
}
.no-main--start .more-btn {
  display: flex;
  justify-content: center;
}
.no-main--start .more-btn a {
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-main--start .more-btn a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-main--start .more-btn a:hover i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
.no-main--start .more-btn a {
  background: #ffffff26;
  color: var(--clr-base-white);
}
.no-main--start .card-list {
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .no-main--start .card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-main--start .card-list li {
  border: 1px solid var(--clr-base-white);
  padding: 2.4rem clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.no-main--start .card-list li .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  color: var(--clr-base-white);
}
.no-main--start .card-list li .title .lord {
  width: clamp(3.6rem, 0.7766990291vw + 3.3087378641rem, 4.8rem);
  height: clamp(3.6rem, 0.7766990291vw + 3.3087378641rem, 4.8rem);
}
.no-main--start .card-list li .title .icon-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
}
.no-main--start .card-list li .title .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  border: 1px solid var(--clr-point1);
  border-radius: 0.4rem;
  color: var(--clr-point1);
  height: 3.2rem;
}
.no-main--start .card-list li .desc-wrap {
  padding: 2.4rem 0;
  border-top: 1px solid #9e9e9e;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.no-main--start .card-list li .desc-wrap .desc-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--clr-base-white);
  position: relative;
}
.no-main--start .card-list li .desc-wrap .desc-item p {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  line-height: 1.61;
  font-weight: 400;
  margin-left: 4rem;
}
.no-main--start .card-list li .desc-wrap .desc-item i {
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  color: var(--clr-point1);
}
.no-main--start .card-list li .desc-wrap .sub-desc {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.no-main--start .card-list li .desc-wrap .sub-desc p {
  position: relative;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: #ffffffe6;
  line-height: 1.61;
  margin-left: 4rem;
}
.no-main--start .card-list li .desc-wrap .sub-desc p:before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 0.7rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #ffffffe6;
}
.no-main--start .card-list li .desc-wrap .notice {
  color: #9e9e9e;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  line-height: 1.61;
}
.no-main--nutshell {
  position: relative;
}
.no-main--nutshell .bg {
  position: absolute;
  bottom: -48%;
  left: 50%;
  transform: translate(-50%);
  width: clamp(38rem, 25.8899676375vw + 28.2912621359rem, 78rem);
  z-index: 1;
  opacity: 0.15;
}
.no-main--nutshell .bg img {
  height: 100%;
}
.no-main--nutshell .inner {
  position: relative;
  z-index: 2;
}
.no-main--nutshell .main-title {
  color: var(--clr-base-white);
  text-align: center;
}
.no-main--nutshell .card-list {
  gap: 2.4rem;
}
.no-main--nutshell .card-list li {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #12191c80;
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
}
.no-main--nutshell .card-list li h3 {
  font-size: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  font-weight: 600;
  line-height: 1.31;
  text-align: center;
}
.no-main--nutshell .card-list li .text-wrap {
  color: var(--clr-base-white);
}
.no-main--nutshell .card-list li .number-list {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.no-main--nutshell .card-list li .number-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  line-height: 1.31;
  font-weight: 400;
}
.no-main--nutshell .card-list li .number-item .num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: var(--clr-base-white);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  line-height: 1.2;
  font-weight: 600;
}
.no-main--nutshell .card-list li .number-item i {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  color: var(--clr-point1);
}
.no-main--nutshell .card-list li .icon {
  display: flex;
  justify-content: flex-end;
}
.no-main--nutshell .card-list li .icon img {
  width: clamp(6.4rem, 2.9773462783vw + 5.2834951456rem, 11rem);
  height: clamp(6.4rem, 2.9773462783vw + 5.2834951456rem, 11rem);
  object-fit: contain;
}
.no-main--nutshell .nutshell-swiper {
  overflow: hidden;
  position: relative;
  padding: 0 clamp(4.4rem, 1.2944983819vw + 3.9145631068rem, 6.4rem);
}
.no-main--nutshell .nutshell-swiper .swiper-wrapper {
  align-items: stretch;
}
.no-main--nutshell .nutshell-swiper .swiper-slide {
  height: auto;
}
.no-main--nutshell .nutshell-swiper .swiper-button-prev,
.no-main--nutshell .nutshell-swiper .swiper-button-next {
  color: var(--clr-base-white);
  width: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  height: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  margin-top: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #0003;
  border: 1px solid var(--clr-base-white);
}
.no-main--nutshell .nutshell-swiper .swiper-button-prev:after,
.no-main--nutshell .nutshell-swiper .swiper-button-next:after {
  display: none;
}
.no-main--nutshell .nutshell-swiper .swiper-button-prev i,
.no-main--nutshell .nutshell-swiper .swiper-button-next i {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  color: var(--clr-base-white);
}
.no-main--nutshell .nutshell-swiper .swiper-button-prev.swiper-button-disabled,
.no-main--nutshell .nutshell-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.no-main--nutshell .nutshell-swiper .swiper-button-prev {
  left: 0;
}
.no-main--nutshell .nutshell-swiper .swiper-button-next {
  right: 0;
}
.no-main--nutshell .nutshell-card {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #12191c80;
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
  height: 100%;
  min-height: 100%;
}
.no-main--nutshell .nutshell-card h3 {
  font-size: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  font-weight: 600;
  line-height: 1.31;
  text-align: center;
}
.no-main--nutshell .nutshell-card .text-wrap {
  color: var(--clr-base-white);
}
.no-main--nutshell .nutshell-card .number-list {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.no-main--nutshell .nutshell-card .number-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  line-height: 1.31;
  font-weight: 400;
}
.no-main--nutshell .nutshell-card .number-item .num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: var(--clr-base-white);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  line-height: 1.2;
  font-weight: 600;
}
.no-main--nutshell .nutshell-card .icon {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.no-main--nutshell .nutshell-card .icon img {
  width: clamp(6.4rem, 2.9773462783vw + 5.2834951456rem, 11rem);
  height: clamp(6.4rem, 2.9773462783vw + 5.2834951456rem, 11rem);
  object-fit: contain;
}
.no-main--nutshell .pc-block {
  display: block;
}
@media (max-width: 768px) {
  .no-main--nutshell .pc-block {
    display: none;
  }
}
.no-main--nutshell .m-block {
  display: none;
}
@media (max-width: 768px) {
  .no-main--nutshell .m-block {
    display: block;
  }
}
.no-main--contact {
  height: var(--100vh);
  position: relative;
}
@media (max-width: 768px) {
  .no-main--contact {
    height: 80vh;
  }
}
.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: #0000004d;
  z-index: 2;
  pointer-events: none;
}
.no-main--contact .text-wrap {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: var(--clr-base-white);
  padding:0 clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-main--contact .text-wrap .title {
  font-weight: 700;
  line-height: 1.1;
  font-size: clamp(2.4rem, 3.1067961165vw + 1.2349514563rem, 7.2rem);
}

@media (max-width: 544px) {
	.no-main--contact .text-wrap p br{
		display:none;
	}
}

.no-main--contact .text-wrap .more-btn {
  display: flex;
  justify-content: center;
}
.no-main--contact .text-wrap .more-btn a {
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-main--contact .text-wrap .more-btn a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-main--contact .text-wrap .more-btn a:hover i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
.no-main--contact .text-wrap .more-btn a {
  background: var(--clr-point1);
}
.pc-blcok {
  display: block;
}
@media (max-width: 768px) {
  .pc-blcok {
    display: none;
  }
}
@media (max-width: 544px) {
  .no-main--article .article-card li:hover {
    transform: none;
  }
  .no-main--article .article-card li:hover img {
    filter: none;
  }
  .no-main--article .article-card li:hover .desc-wrap {
    transform: translate(100%);
  }
}
@keyframes ksf-ripple-spread {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.no-sub {
  background: #060606;
}
.no-sub .sub-title {
  color: var(--clr-base-white);
}
.no-sub--why {
  overflow: hidden;
}
.no-sub--why__approach {
  position: relative;
}
.no-sub--why__approach .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-sub--why__approach .bg img {
  height: 100%;
}
.no-sub--why__approach .what-card {
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .no-sub--why__approach .what-card {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--why__approach .what-card li {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #12273080;
  padding: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem)
    clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  transition: 0.3s ease all;
}
.no-sub--why__approach .what-card li:hover {
  border-color: #e0d3b7;
}
.no-sub--why__approach .what-card .text-wrap {
  color: var(--clr-base-white);
}
.no-sub--why__approach .what-card .text-wrap .num {
  display: inline-block;
  border: 1px solid var(--clr-point1);
  border-radius: 0.4rem;
  line-height: 1.31;
  padding: 0.2rem 0.8rem;
  color: var(--clr-point1);
}
.no-sub--why__approach .what-card .text-wrap .title {
  line-height: 1.31;
  font-weight: 600;
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--why__approach .what-card .text-wrap .desc {
  line-height: 1.61;
  padding-top: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--why__approach .what-card .icon-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.no-sub--why__approach .what-card .icon-wrap img {
  width: clamp(9rem, 4.5307443366vw + 7.3009708738rem, 16rem);
  object-fit: contain;
}
.no-sub--why__accordian .accordion-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.no-sub--why__accordian .accordion-wrap .accordion-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.no-sub--why__accordian .accordion-wrap .title {
  width: 100%;
  padding: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  border: 0;
  background: transparent;
  color: var(--clr-base-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}
.no-sub--why__accordian .accordion-wrap .title .name {
  color: var(--clr-base-white);
  font-size: clamp(1.8rem, 0.9061488673vw + 1.4601941748rem, 3.2rem);
}
.no-sub--why__accordian .accordion-wrap .title:hover,
.no-sub--why__accordian .accordion-wrap .title:hover .name,
.no-sub--why__accordian .accordion-wrap .title:hover i {
  color: var(--clr-point1);
}
.no-sub--why__accordian .accordion-wrap .title i {
  font-size: clamp(1.8rem, 0.6472491909vw + 1.5572815534rem, 2.8rem);
  color: var(--clr-base-white);
}
.no-sub--why__accordian .accordion-wrap .desc-wrap {
  transition:
    grid-template-rows 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  color: var(--clr-base-white);
  border-top: 0;
  opacity: 0;
  will-change: grid-template-rows, padding, opacity;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.no-sub--why__accordian .accordion-wrap .desc-wrap .desc-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.no-sub--why__accordian .accordion-wrap .desc-wrap .desc-inner .icon {
  display: flex;
  justify-content: flex-end;
}
.no-sub--why__accordian .accordion-wrap .desc-wrap .desc-inner .icon img {
  width: clamp(7rem, 2.5889967638vw + 6.0291262136rem, 11rem);
}
.no-sub--why__accordian .accordion-wrap .desc-wrap .desc-inner h3 {
  padding-bottom: 0.8rem;
  font-size: clamp(1.6rem, 0.6472491909vw + 1.3572815534rem, 2.6rem);
}
.no-sub--why__accordian .accordion-wrap .desc-wrap .desc-inner .main {
  line-height: 1.61;
}
.no-sub--why__accordian .accordion-wrap .accordion-item.is-active .desc-wrap {
  grid-template-rows: 1fr;
  padding: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem)
    clamp(1.2rem, 2.3300970874vw + 0.3262135922rem, 4.8rem);
  opacity: 1;
}
.no-sub--why__nutshell {
  position: relative;
}
.no-sub--why__nutshell .gradient-item {
  position: absolute;
  width: clamp(43rem, 23.9482200647vw + 34.0194174757rem, 80rem);
  opacity: 0.15;
}
.no-sub--why__nutshell .gradient-item img {
  object-fit: contain;
}
.no-sub--why__nutshell .gradient-lt {
  left: -14%;
  top: -15%;
}
.no-sub--why__nutshell .gradient-rb {
  right: -14%;
  bottom: -15%;
}
.no-sub--why__nutshell .sub-title {
  text-align: center;
}
.no-sub--why__nutshell .card-list {
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .no-sub--why__nutshell .card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 544px) {
	.no-sub--why__nutshell .sub-title p br{
		display:none;
	}
}
.no-sub--why__nutshell .card-list li {
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #12273080;
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
}
.no-sub--why__nutshell .card-list li h3 {
  font-size: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  font-weight: 600;
  line-height: 1.31;
  text-align: left;
}
.no-sub--why__nutshell .card-list li .text-wrap {
  color: var(--clr-base-white);
}
.no-sub--why__nutshell .card-list li .number-list {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.no-sub--why__nutshell .card-list li .number-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  line-height: 1.31;
  font-weight: 400;
}
.no-sub--why__nutshell .card-list li .number-item i {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  color: var(--clr-point1);
}
.no-sub--why__nutshell .card-list li .icon {
  display: flex;
  justify-content: flex-end;
}
.no-sub--why__nutshell .card-list li .icon img {
  width: clamp(6.4rem, 2.9773462783vw + 5.2834951456rem, 11rem);
  height: clamp(6.4rem, 2.9773462783vw + 5.2834951456rem, 11rem);
  object-fit: contain;
}
.no-sub--what {
  overflow: clip;
}
.no-sub--what__ksf {
  position: relative;
}
.no-sub--what__ksf .inner {
  height: 100%;
}
.no-sub--what__ksf .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-sub--what__ksf .bg img {
  height: 100%;
}
.no-sub--what__ksf .sub-title {
  text-align: center;
}
@media (max-width: 544px) {
  .no-sub--what__ksf .sub-title p br {
    display: none;
  }
}
.no-sub--what__ksf .ksf-visual {
  width: 100%;
  overflow: visible;
}
.no-sub--what__ksf .img {
  position: relative;
  z-index: 1;
  width: 80rem;
  margin: 0 auto;
  overflow: visible;
  opacity: 0;
  transform: translateY(48px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1024px) {
  .no-sub--what__ksf .img {
    width: clamp(32rem, 31.067961165vw + 20.3495145631rem, 80rem);
  }
}
.no-sub--what__ksf .img img {
  height: 100%;
}
.no-sub--what__ksf .ksf-block {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4rem;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1024px) {
  .no-sub--what__ksf .ksf-block {
    gap: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  }
}
.no-sub--what__ksf .ksf-block--imc {
  top: 34%;
  left: 1%;
  align-items: flex-start;
  transform: translate(28px);
}
@media (max-width: 544px) {
  .no-sub--what__ksf .ksf-block--imc {
    align-items: center;
  }
}
.no-sub--what__ksf .ksf-block--gtm {
  top: 34%;
  right: 3%;
  align-items: flex-start;
  transform: translate(28px);
}
@media (max-width: 544px) {
  .no-sub--what__ksf .ksf-block--gtm {
    align-items: center;
  }
}
.no-sub--what__ksf .ksf-block--ptc {
  bottom: -25%;
  left: 50%;
  transform: translate(calc(-50% + 28px));
  flex-direction: column;
  gap: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
@media (max-width: 1024px) {
  .no-sub--what__ksf .ksf-block--imc {
    top: 34%;
    left: -12%;
  }
  .no-sub--what__ksf .ksf-block--gtm {
    top: 34%;
    right: -9%;
  }
  .no-sub--what__ksf .ksf-block--ptc {
    bottom: -37%;
  }
}
@media (max-width: 768px) {
  .no-sub--what__ksf .ksf-block--imc {
    top: 34%;
    left: 13%;
  }
  .no-sub--what__ksf .ksf-block--gtm {
    top: 34%;
    right: 11%;
  }
  .no-sub--what__ksf .ksf-block--ptc {
    bottom: -39%;
  }
}
@media (max-width: 544px) {
  .no-sub--what__ksf .ksf-block--imc {
    top: 34%;
    left: 13%;
  }
  .no-sub--what__ksf .ksf-block--gtm {
    top: 34%;
    right: 11%;
  }
  .no-sub--what__ksf .ksf-block--ptc {
    bottom: -14%;
  }
}
.no-sub--what__ksf .ksf-visual.is-inview .img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.no-sub--what__ksf .ksf-visual.is-inview .ksf-block--imc {
  opacity: 1;
  transform: translate(0);
  transition-delay: 1s;
}
.no-sub--what__ksf .ksf-visual.is-inview .ksf-block--gtm {
  opacity: 1;
  transform: translate(0);
  transition-delay: 1.6s;
}
.no-sub--what__ksf .ksf-visual.is-inview .ksf-block--ptc {
  opacity: 1;
  transform: translate(-50%);
  transition-delay: 2.2s;
}
.no-sub--what__ksf .ksf-ripple {
  position: relative;
  flex-shrink: 0;
  width: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
  height: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
  border-radius: 50%;
  background: var(--clr-point1, #00b1d2);
  box-shadow:
    0 0 #00b1d266,
    0 0 0 clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem) #00b1d233;
}
.no-sub--what__ksf .ksf-ripple:before,
.no-sub--what__ksf .ksf-ripple:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--clr-point1, #00b1d2);
  box-sizing: border-box;
  transform-origin: center;
  animation: ksf-ripple-spread 2s ease-out infinite;
}
.no-sub--what__ksf .ksf-ripple:before {
  animation-delay: 0s;
}
.no-sub--what__ksf .ksf-ripple:after {
  animation-delay: 1s;
}
.no-sub--what__ksf .ksf-label {
  color: var(--clr-base-white);
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.ksf-block--gtm .no-sub--what__ksf .ksf-label {
  text-align: right;
}
.ksf-block--ptc .no-sub--what__ksf .ksf-label {
  text-align: center;
}
.no-sub--what__ksf .ksf-label__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.25em;
}
@media (max-width: 1024px) {
  .no-sub--what__ksf .ksf-label__title {
    font-size: clamp(2.2rem, 0.9061488673vw + 1.8601941748rem, 3.6rem);
  }
}
@media (max-width: 544px) {
  .no-sub--what__ksf .ksf-label__title {
    margin: 0;
  }
}
.no-sub--what__ksf .ksf-label__sub {
  font-size: 1.8rem;
  font-weight: 600;
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .no-sub--what__ksf .ksf-label__sub {
    font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  }
}
@media (max-width: 544px) {
  .no-sub--what__ksf .ksf-label__sub {
    margin: 0;
  }
}
.no-sub--what__ksf .ksf-label__desc {
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 0.85;
  margin: 0 0 0.1em;
}
.no-sub--what__ksf .ksf-label__desc:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .no-sub--what__ksf .ksf-label__desc {
    font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  }
}
@media (max-width: 768px) {
  .no-sub--what__ksf .ksf-label__desc {
    margin: 0 0 0.2rem;
  }
}
.no-sub--what__ksf .desc-label-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
@media (max-width: 544px) {
  .no-sub--what__ksf .desc-label-wrap {
    display: none;
  }
}
.no-sub--what__ksf .table-container {
  position: relative;
  z-index: 3;
  padding-top: clamp(16rem, 9.0614886731vw + 12.6019417476rem, 30rem);
}
.no-sub--what__ksf .table-container h3 {
  color: var(--clr-base-white);
}
.no-sub--what__ksf .table-cont {
  overflow: hidden;
}
.no-sub--what__ksf .table-cont .scroll-x {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}
.no-sub--what__ksf .table-cont .program-table {
  width: 100%;
  min-width: 120rem;
  border-collapse: separate;
  border-spacing: 0.8rem;
  color: var(--clr-base-white);
}
.no-sub--what__ksf .table-cont .program-table th,
.no-sub--what__ksf .table-cont .program-table td {
  vertical-align: top;
  background: #ffffff05;
  white-space: normal;
}
.no-sub--what__ksf .table-cont .program-table th *,
.no-sub--what__ksf .table-cont .program-table td * {
  white-space: normal;
  color: #fff;
}
.no-sub--what__ksf .table-cont .program-table th {
  padding: 0.8rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.no-sub--what__ksf .table-cont .program-table td {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--what__ksf .table-cont .program-table tr > th {
  border-radius: 0.4rem;
}
.no-sub--what__ksf .table-cont .program-table thead th {
  text-align: center;
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  font-weight: 500;
  line-height: 1.3;
  background: #0c161b;
  white-space: nowrap;
  vertical-align: middle;
}
.no-sub--what__ksf .table-cont .program-table tbody th[scope='row'] {
  text-align: center;
  vertical-align: middle;
}
.no-sub--what__ksf .table-cont .program-table tbody th[scope='row'] strong {
  display: block;
  font-size: clamp(1.6rem, 0.3883495146vw + 1.454368932rem, 2.2rem);
  line-height: 1.2;
  font-weight: 600;
}
.no-sub--what__ksf .table-cont .program-table tbody .row {
  background: #0c161b;
}
.no-sub--what__ksf .table-cont .program-table tbody td {
  vertical-align: middle;
}
.no-sub--what__ksf .table-cont .program-table tbody td p {
  margin-top: 0.4rem;
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  line-height: 1.65;
  color: #ffffffdb;
}
.no-sub--what__ksf .table-cont .program-table tbody td strong.font-en {
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  font-weight: 600;
}
.no-sub--what__ksf .table-cont .program-table tbody td:nth-of-type(odd) {
  background: #2a2a2a;
}
.no-sub--what__ksf .table-cont .program-table tbody td:nth-of-type(2n) {
  background: #161616;
}
.no-sub--what__ksf .table-cont .program-table th:last-child,
.no-sub--what__ksf .table-cont .program-table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 768px) {
  .no-sub--what__ksf .table-cont .scroll-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .no-sub--what__ksf .table-cont .program-table th,
  .no-sub--what__ksf .table-cont .program-table td {
    white-space: nowrap;
  }
}
.no-sub--what__stack-cover {
  position: relative;
  background: #060606;
  overflow: clip;
  z-index: 2;
}
.no-sub--what__stack-cover .inner {
  position: relative;
}
.no-sub--what__stack-cover .stack-cont,
.no-sub--what__stack-cover [data-what-stack-list] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 0;
}
.no-sub--what__stack-cover .stack-cont li {
  position: sticky;
  top: var(--st-top, 6.3rem);
  z-index: var(--st-z, 1);
  height: auto;
  min-height: auto;
  padding-bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background: #060606;
  overflow: hidden;
}
.no-sub--what__stack-cover .stack-cont li:nth-child(3) {
  border-bottom: none;
  padding-bottom: 0;
}
.no-sub--what__stack-cover .stack-cont li .title {
  color: var(--clr-base-white);
  padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  padding-bottom: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-sub--what__stack-cover .stack-cont li .contents-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}
.no-sub--what__stack-cover .stack-cont li .contents-wrap .img {
  background: #ccc;
  width: 50rem;
  height: 35rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
.no-sub--what__stack-cover .stack-cont li .contents-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-sub--what__stack-cover .stack-cont li .contents-wrap .desc {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: clamp(40rem, 23.3009708738vw + 31.2621359223rem, 76rem);
}
.no-sub--what__stack-cover .stack-cont li .contents-wrap .desc p {
  color: var(--clr-base-white);
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-sub--what__stack-cover .stack-cont li .contents-wrap .more-btn {
  display: flex;
  justify-content: flex-start;
}
.no-sub--what__stack-cover .stack-cont li .contents-wrap .more-btn a {
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-sub--what__stack-cover .stack-cont li .contents-wrap .more-btn a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-sub--what__stack-cover .stack-cont li .contents-wrap .more-btn a:hover i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
.no-sub--what__stack-cover .pc-block {
  display: block;
}
@media (max-width: 768px) {
  .no-sub--what__stack-cover .pc-block {
    display: none;
  }
}
.no-sub--what__stack-cover .m-block {
  display: none;
}
.no-sub--what__stack-cover .m-block .stack-cont-item .desc p {
  color: var(--clr-base-white);
}
@media (max-width: 768px) {
  .no-sub--what__stack-cover .m-block {
    display: block;
  }
}
.no-sub--what__stack-cover .m-block .what-stack-swiper {
  position: relative;
  overflow: hidden;
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-wrapper {
  align-items: stretch;
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-slide .stack-cont-item {
  position: static;
  height: 100%;
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-slide .stack-cont-item .title {
  color: var(--clr-base-white);
  padding-top: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  padding-bottom: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-slide .stack-cont-item .contents-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-slide .stack-cont-item .contents-wrap .img {
  background: #ccc;
  width: 100%;
  height: clamp(24rem, 7.1197411003vw + 21.3300970874rem, 35rem);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-slide .stack-cont-item .contents-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-slide .stack-cont-item .contents-wrap .desc {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: clamp(40rem, 23.3009708738vw + 31.2621359223rem, 76rem);
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-slide .stack-cont-item .contents-wrap .desc p {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-slide .stack-cont-item .contents-wrap .more-btn {
  display: flex;
  justify-content: flex-start;
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-slide .stack-cont-item .contents-wrap .more-btn a {
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-slide .stack-cont-item .contents-wrap .more-btn a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-sub--what__stack-cover
  .m-block
  .what-stack-swiper
  .swiper-slide
  .stack-cont-item
  .contents-wrap
  .more-btn
  a:hover
  i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-button-prev,
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-button-next {
  color: var(--clr-base-white);
  width: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  height: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #0000001a;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: ease all 0.3s;
  margin: 0;
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-button-prev:after,
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-button-next:after {
  display: none;
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-button-prev.swiper-button-disabled,
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-button-prev i,
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-button-next i {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  transition: ease all 0.3s;
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-button-prev:hover i,
.no-sub--what__stack-cover .m-block .what-stack-swiper .swiper-button-next:hover i {
  color: var(--clr-point1);
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .what-stack-prev {
  left: 0;
}
.no-sub--what__stack-cover .m-block .what-stack-swiper .what-stack-next {
  right: 0;
}
.no-sub--insight {
  overflow: hidden;
}
.no-sub--insight__case-study {
  position: relative;
}
.no-sub--insight__case-study .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-sub--insight__case-study .bg img {
  height: 100%;
}
.no-sub--insight__case-study .inner {
  position: relative;
  z-index: 2;
}
.no-sub--insight__case-study .sub-title p {
  line-height: 1.61;
}
.no-sub--insight__case-study .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.no-sub--insight__case-study .title-wrap h3 {
  color: var(--clr-base-white);
}
.no-sub--insight__case-study .title-wrap .cate-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.no-sub--insight__case-study .title-wrap .cate-wrap li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(0.8rem, 0.3883495146vw + 0.654368932rem, 1.4rem);
  border-radius: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: transparent;
  transition: all 0.25s ease;
}
.no-sub--insight__case-study .title-wrap .cate-wrap li a span {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  line-height: 1.3;
  color: #ffffffeb;
}
.no-sub--insight__case-study .title-wrap .cate-wrap li.active a {
  background: #fff;
  border-color: #fff;
}
.no-sub--insight__case-study .title-wrap .cate-wrap li.active a span {
  color: #111;
}
@media (max-width: 768px) {
  .no-sub--insight__case-study .title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .no-sub--insight__case-study .title-wrap .cate-wrap {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
  }
  .no-sub--insight__case-study .title-wrap .cate-wrap li {
    flex: 0 0 auto;
  }
  .no-sub--insight__case-study .title-wrap .cate-wrap li a {
    white-space: nowrap;
  }
}
.no-sub--insight__case-study .accordion-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.no-sub--insight__case-study .accordion-wrap .accordion-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.no-sub--insight__case-study .accordion-wrap .title {
  width: 100%;
  padding: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  border: 0;
  background: transparent;
  color: var(--clr-base-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 544px) {
  .no-sub--insight__case-study .accordion-wrap .title {
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-end;
  }
}
.no-sub--insight__case-study .accordion-wrap .title .name {
  color: var(--clr-base-white);
  font-size: clamp(1.6rem, 0.7766990291vw + 1.3087378641rem, 2.8rem);
  width: 100%;
}
.no-sub--insight__case-study .accordion-wrap .title:hover,
.no-sub--insight__case-study .accordion-wrap .title:hover .name,
.no-sub--insight__case-study .accordion-wrap .title:hover i {
  color: var(--clr-point1);
}
.no-sub--insight__case-study .accordion-wrap .title i {
  font-size: clamp(1.4rem, 0.9061488673vw + 1.0601941748rem, 2.8rem);
  color: var(--clr-base-white);
}
.no-sub--insight__case-study .accordion-wrap .desc-wrap {
  transition:
    grid-template-rows 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  color: var(--clr-base-white);
  border-top: 0;
  opacity: 0;
  will-change: grid-template-rows, padding, opacity;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.no-sub--insight__case-study .accordion-wrap .desc-wrap .desc-inner {
  overflow: hidden;
}
.no-sub--insight__case-study .accordion-wrap .contents > *,
.no-sub--insight__case-study .accordion-wrap .contents,
.no-sub--insight__case-study .accordion-wrap .contents * {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  line-height: 1.51 !important;
  font-weight: 400;
  color: var(--clr-base-white);
}
.no-sub--insight__case-study .accordion-wrap .accordion-item.is-active .desc-wrap {
  grid-template-rows: 1fr;
  padding: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem)
    clamp(1.2rem, 2.3300970874vw + 0.3262135922rem, 4.8rem);
  opacity: 1;
}

.no-sub--insight__article .pc-block {
  display: block;
}
@media (max-width: 768px) {
  .no-sub--insight__article .pc-block {
    display: none;
  }
}
.no-sub--insight__article .m-block {
  display: none;
}
@media (max-width: 768px) {
  .no-sub--insight__article .m-block {
    display: block;
  }
}

.no-sub--insight__article .article-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  gap: 2.4rem;
}

@media (max-width: 1024px) {
  .no-sub--insight__article .article-card {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .no-sub--insight__article .article-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
@media (max-width: 375px) {
  .no-sub--insight__article .article-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.no-sub--insight__article .article-card li {
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}
@media (max-width: 375px) {
  .no-sub--insight__article .article-card li {
    height: 30rem;
  }
}
.no-sub--insight__article .article-card li .article-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.no-sub--insight__article .article-card li .text-wrap {
  position: absolute;
  left: 0;
  top: 0;
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem)
    clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  z-index: 3;
  transition: filter 0.4s ease;
}
.no-sub--insight__article .article-card li .text-wrap .title {
  font-size: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  line-height: 1.31;
  font-weight: 700;
}
.no-sub--insight__article .article-card li img {
  height: 100%;
  transition: filter 0.4s ease;
  overflow: hidden;
}
.no-sub--insight__article .article-card li .desc-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem)
    clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #000000b3;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--clr-base-white);
  z-index: 2;
  transform: translate(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow: hidden;
}
.no-sub--insight__article .article-card li .desc-wrap p {
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
}
@media (max-width: 768px) {
  .no-sub--insight__article .article-card li .desc-wrap {
    width: 100%;
    padding-top: 7rem;
  }
}
@media (max-width: 375px) {
  .no-sub--insight__article .article-card li .desc-wrap {
    padding-top: 0;
  }
  .no-sub--insight__article .article-card li .desc-wrap p {
    font-size: 1.6rem;
  }
}
.no-sub--insight__article .article-card li .desc-wrap p {
  color: inherit;
}
.no-sub--insight__article .article-card li .desc-wrap__expand {
  position: absolute;
  right: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  bottom: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  padding: clamp(0.4rem, 0.3883495146vw + 0.254368932rem, 1rem) clamp(0.8rem, 0.3883495146vw + 0.654368932rem, 1.4rem);
  background: var(--clr-base-white);
  color: var(--clr-base-black);
  border-radius: 0.4rem;
  opacity: 0;
  transform: translateY(100%);
  transition:
    opacity 0.35s ease 0.25s,
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}
.no-sub--insight__article .article-card li .desc-wrap__expand i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-sub--insight__article .article-card li:hover {
  transform: scale(1.025);
}
.no-sub--insight__article .article-card li:hover img {
  filter: blur(6px);
}
.no-sub--insight__article .article-card li:hover .desc-wrap {
  transform: translate(0);
}
.no-sub--insight__article .article-card li:hover .desc-wrap__expand {
  opacity: 1;
  transform: translateY(0);
}
.no-sub--insight__article .article-card li:focus-within {
  transform: scale(1.025);
}
.no-sub--insight__article .article-card li:focus-within img {
  filter: blur(6px);
}
.no-sub--insight__article .article-card li:focus-within .desc-wrap {
  transform: translate(0);
}
.no-sub--insight__article .article-card li:focus-within .desc-wrap__expand {
  opacity: 1;
  transform: translateY(0);
}
.no-sub--insight__article .article-card li .dark {
  color: var(--clr-base-black);
}
.no-sub--insight__article .article-card li .light {
  color: var(--clr-base-white);
}

.no-sub--insight__article .article-pagination {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: static;
  height: 0.4rem;
  border-radius: 999px;
  background: #555;
  overflow: hidden;
}
.no-sub--insight__article .article-pagination .swiper-pagination-progressbar-fill {
  background: var(--clr-point1);
  border-radius: 999px;
  transition: all 0.35s ease;
}


.no-sub--insight__resource .resource-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-top: 2px solid rgb(255, 255, 255);
}
.no-sub--insight__resource .resource-wrap .resource-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.no-sub--insight__resource .resource-wrap .resource-item .resource-link {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr) 3.6rem 10rem;
  align-items: center;
  gap: 1.2rem;
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  color: var(--clr-base-white);
  text-decoration: none;
  transition: 0.25s ease all;
}
@media (max-width: 768px) {
  .no-sub--insight__resource .resource-wrap .resource-item .resource-link {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 1rem;
  }
}
.no-sub--insight__resource .resource-wrap .resource-item .resource-link .num {
  text-align: center;
  color: #fff;
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  font-weight: 600;
}
@media (max-width: 768px) {
  .no-sub--insight__resource .resource-wrap .resource-item .resource-link .num {
    display: none;
  }
}
.no-sub--insight__resource .resource-wrap .resource-item .resource-link .title {
  color: var(--clr-base-white);
}
@media (max-width: 768px) {
  .no-sub--insight__resource .resource-wrap .resource-item .resource-link .title {
    font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  }
}
.no-sub--insight__resource .resource-wrap .resource-item .resource-link .download i {
  color: var(--clr-base-white);
  border-color: #fff;
  font-size: clamp(1.4rem, 0.6472491909vw + 1.1572815534rem, 2.4rem);
  transform: translateY(-1px);
}
.no-sub--insight__resource .resource-wrap .resource-item .resource-link .date {
  text-align: right;
  color: #ffffffb3;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
}
.no-sub--insight__resource .resource-wrap .resource-item .resource-link:hover .title,
.no-sub--insight__resource .resource-wrap .resource-item .resource-link:hover .download i {
  color: var(--clr-point1);
}
.no-sub--who__xor-way {
  position: relative;
}
.no-sub--who__xor-way .xor-way-list {
  height: 500vh;
}
.no-sub--who__xor-way .xor-way-list .inner {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  align-items: center;
}
.no-sub--who__xor-way .xor-way-list .sub-title {
  position: absolute;
  top: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
  left: 0;
  z-index: 10;
  padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  color: #fff;
}
.no-sub--who__xor-way .xor-way-list .sub-title h2 {
  margin-bottom: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-sub--who__xor-way .xor-way-list .sub-title p {
  color: #fff;
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  line-height: 1.6;
}
@media (max-width: 544px) {
  .no-sub--who__xor-way .xor-way-list .sub-title p br {
    display: none;
  }
}
.no-sub--who__xor-way .xor-way-list .f-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.no-sub--who__xor-way .xor-way-list .f-wrap .left {
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: clamp(36rem, 30vw + 6rem, 56rem);
  max-width: 48%;
}
.no-sub--who__xor-way .xor-way-list .f-wrap .left .txt {
  height: var(--100vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.15s ease,
    visibility 0.15s ease;
  background-color: transparent;
}
.no-sub--who__xor-way .xor-way-list .f-wrap .left .txt h3 strong{
  color: var(--clr-point1);
}
.no-sub--who__xor-way .xor-way-list .f-wrap .left .txt:first-child {
  opacity: 1;
  visibility: visible;
}
.no-sub--who__xor-way .xor-way-list .f-wrap .right {
  position: absolute;
  margin-left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-10%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.no-sub--who__xor-way .xor-way-list .f-wrap .right .media-track {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  will-change: transform;
}
.no-sub--who__xor-way .xor-way-list .f-wrap .right .xor-way-img {
  width: 100%;
  height: auto;
  width: clamp(34rem, 16.8284789644vw + 27.6893203883rem, 60rem);
  aspect-ratio: 670/660;
  object-fit: cover;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .no-sub--who__xor-way .xor-way-list {
    height: auto;
  }
  .no-sub--who__xor-way .xor-way-list .inner {
    position: static;
    height: auto;
    padding: 8rem 0;
  }
  .no-sub--who__xor-way .xor-way-list .sub-title {
    position: static;
    margin-bottom: 4rem;
  }
  .no-sub--who__xor-way .xor-way-list .f-wrap {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    overflow: visible;
  }
  .no-sub--who__xor-way .xor-way-list .f-wrap .left,
  .no-sub--who__xor-way .xor-way-list .f-wrap .right {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .no-sub--who__xor-way .xor-way-list .f-wrap .right .media-track {
    transform: none !important;
  }
  .no-sub--who__xor-way .xor-way-list .f-wrap .left .txt {
    position: static;
    min-height: auto;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media (max-width: 768px) {
  .no-sub--who__xor-way .pc-block {
    display: none;
  }
}
.no-sub--who__xor-way .m-block {
  height: 100%;
  display: none;
  padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
}
@media (max-width: 768px) {
  .no-sub--who__xor-way .m-block {
    display: block;
  }
}
.no-sub--who__xor-way .m-block .cont-wrap {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.no-sub--who__xor-way .m-block .cont-item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.no-sub--who__xor-way .m-block .cont-item .img {
  height: clamp(28rem, 16.8284789644vw + 21.6893203883rem, 54rem);
}
.no-sub--who__xor-way .m-block .cont-item .img img {
  height: 100%;
}
.no-sub--who__xor-way .m-block .cont-item .text-wrap {
  color: var(--clr-base-white);
}

.no-sub--who__xor-way .m-block .cont-item .text-wrap strong{
	color:var(--clr-point1);
}

.no-sub--who__who {
  position: relative;
  height: var(--100vh);
}
.no-sub--who__who .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-sub--who__who .bg img {
  height: 100%;
}
.no-sub--who__who:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0006;
  z-index: 2;
}
.no-sub--who__who .inner {
  position: relative;
  z-index: 3;
  height: 100%;
}
.no-sub--who__who .main-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  z-index: 2;
  text-align: center;
  color: var(--clr-base-white);
  padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--who__who .main-title h2 {
  font-size: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
@media (max-width: 544px) {
  .no-sub--who__who .main-title h2 br {
    display: none;
  }
}
.no-sub--who__who .main-title {
  position: relative;
  display: grid;
}
.no-sub--who__who .main-title > h2 {
  grid-area: 1/1;
}
.no-sub--who__who .more-btn {
  display: flex;
  justify-content: center;
}
.no-sub--who__who .more-btn a {
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-sub--who__who .more-btn a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-sub--who__who .more-btn a:hover i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
.no-sub--who .who-xocard-stack {
  position: relative;
  height: var(--100vh);
  overflow: hidden;
}
.no-sub--who .who-xocard-stack .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}
.no-sub--who .who-xocard-stack .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.no-sub--who .who-xocard-stack .no-sub--who__who,
.no-sub--who .who-xocard-stack .no-sub--who__xocard {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.no-sub--who .who-xocard-stack .no-sub--who__who {
  z-index: 2;
}
.no-sub--who .who-xocard-stack .no-sub--who__xocard {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.no-sub--who__xocard {
  height: var(--100vh);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.no-sub--who__xocard .xo-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.no-sub--who__xocard .first-text,
.no-sub--who__xocard .second-text {
  position: absolute;
  left: 0;
  top: clamp(10rem, 5.1779935275vw + 8.0582524272rem, 18rem);
  width: 100%;
  z-index: 4;
  color: var(--clr-base-white);
  padding: 0 clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
@media (max-width: 544px) {
  .no-sub--who__xocard .first-text h3,
  .no-sub--who__xocard .second-text h3 {
    font-size: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  }
  .no-sub--who__xocard .first-text h3 br,
  .no-sub--who__xocard .second-text h3 br {
    display: block;
  }
}
.no-sub--who__xocard .last-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  z-index: 5;
  text-align: center;
  color: var(--clr-base-white);
  pointer-events: none;
}
.no-sub--who__xocard .last-text .more-btn,
.no-sub--who__xocard .last-text a {
  pointer-events: auto;
  background: #ffffff26;
  color: var(--clr-base-white);
}
.no-sub--who__xocard .last-text h3 {
  padding-top: clamp(0.6rem, 0.3883495146vw + 0.454368932rem, 1.2rem);
  font-size: clamp(2.8rem, 2.8478964401vw + 1.732038835rem, 7.2rem);
}
.no-sub--who__xocard .xo-stage,
.no-sub--who__xocard .xo-grid,
.no-sub--who__xocard .xo-cell {
  transform-style: preserve-3d;
}
.no-sub--who__xocard .xo-dim {
  position: absolute;
  inset: 0;
  background: #000000b3;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}
.no-sub--who__xocard .xo-stage {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  perspective: 1200px;
  transform-style: preserve-3d;
}
.no-sub--who__xocard .xo-grid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  display: grid;
  grid-template-columns: repeat(3, clamp(14rem, 11.6504854369vw + 9.6310679612rem, 32rem));
  grid-template-rows: repeat(3, clamp(14rem, 11.6504854369vw + 9.6310679612rem, 32rem));
}
.no-sub--who__xocard .xo-cell {
  position: relative;
  margin: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  transform-style: preserve-3d;
  will-change: transform, opacity;
  perspective: 120rem;
}
.no-sub--who__xocard .xo-letter {
  position: absolute;
  display: flex;
  font-family: Onest, sans-serif;
  font-weight: 500;
  font-size: clamp(9rem, 12.2977346278vw + 4.3883495146rem, 28rem);
  color: var(--clr-point1);
  line-height: 1;
  z-index: 6;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-origin: 50% 50%;
  pointer-events: none;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  inset: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media (max-width: 544px) {
	.no-sub--who__xocard .xo-letter{
		font-size:12rem;
	}
}

.no-sub--who__xocard .xo-letter--mid-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub--who__xocard .xo-cell {
  position: relative;
  perspective: 120rem;
  transform-style: preserve-3d;
}
.no-sub--who__xocard .xo-stage,
.no-sub--who__xocard .xo-grid {
  transform-style: preserve-3d;
}
.no-sub--who__xocard .xo-letter--mid-left,
.no-sub--who__xocard .xo-letter--mid-temp {
  color: #555;
}
.no-sub--who__xocard .xo-letter--mid-center,
.no-sub--who__xocard .xo-stage.is-xor .xo-letter--mid-left,
.no-sub--who__xocard .xo-stage.is-xor .xo-letter--mid-center,
.no-sub--who__xocard .xo-stage.is-xor .xo-letter--mid-temp,
.no-sub--who__xocard .xo-stage.is-xor .xo-letter--mid-final {
  color: var(--clr-point1);
}
.no-sub--who__xocard .xo-letter--mid-final {
  display: none;
  z-index: 1;
  color: var(--clr-point1);
}
.no-sub--who__xocard .xo-letter--mid-temp {
  z-index: 2;
}
.no-sub--who__xocard .xo-cell--swap {
  position: relative;
}
.no-sub--who__xocard .xo {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sub--who__xocard .o {
  border: 24px solid #555555;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .no-sub--who__xocard .o {
    border-width: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  }
}
.no-sub--who__xocard .x {
  transform: rotate(45deg);
}
.no-sub--who__xocard .x:before,
.no-sub--who__xocard .x:after {
  content: '';
  position: absolute;
  width: clamp(8rem, 10.355987055vw + 4.1165048544rem, 24rem);
  height: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  background: #555;
}
.no-sub--who__xocard .x:after {
  transform: rotate(90deg);
}
.no-sub--who__xocard .xo-grid--left .xo-cell .x {
  opacity: 0;
}
.no-sub--who__xocard .xo-grid--left .center .x {
  opacity: 1;
}
.no-sub--who__xocard .xo-grid--left .center .o {
  opacity: 0;
}
.no-sub--who__xocard .xo-grid--left .center .x:before,
.no-sub--who__xocard .xo-grid--left .center .x:after {
  background: #7ed3e6;
}
.no-sub--who__xocard .xo-grid--right .xo-cell .o {
  opacity: 0;
}
.no-sub--who__xocard .xo-grid--right .center .o {
  opacity: 1;
  border-color: #7ed3e6;
}
.no-sub--who__xocard .xo-grid--right .center .x {
  opacity: 0;
}
.no-sub--who__xocard .xo-grid--right .center .x:before,
.no-sub--who__xocard .xo-grid--right .center .x:after {
  width: 0;
  height: 0;
  background: transparent;
}
.no-sub--start__audience {
  overflow: hidden;
  position: relative;
}
.no-sub--start__audience .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-sub--start__audience .bg img {
  height: 100%;
}
.no-sub--start__audience .card-list {
  gap: 2.4rem;
}
@media (max-width: 1024px) {
  .no-sub--start__audience .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .no-sub--start__audience .card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--start__audience .card-list li {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem);
  display: flex;
  flex-direction: column;
  background: #12273080;
}
.no-sub--start__audience .card-list li .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem) 0;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  .no-sub--start__audience .card-list li .title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.no-sub--start__audience .card-list li .title-wrap .title {
  color: var(--clr-base-white);
}
@media (max-width: 1024px) {
  .no-sub--start__audience .card-list li .title-wrap .title {
    order: 2;
  }
}
.no-sub--start__audience .card-list li .title-wrap .lord {
  width: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
  height: clamp(4.8rem, 1.0355987055vw + 4.4116504854rem, 6.4rem);
}
@media (max-width: 1024px) {
  .no-sub--start__audience .card-list li .title-wrap .lord {
    order: 1;
  }
}
.no-sub--start__audience .card-list li .desc-wrap {
  padding: 2.4rem 0;
  border-top: 1px solid #9e9e9e;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.no-sub--start__audience .card-list li .desc-wrap .desc-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--clr-base-white);
  position: relative;
}
.no-sub--start__audience .card-list li .desc-wrap .desc-item p {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  line-height: 1.61;
  font-weight: 400;
  margin-left: 4rem;
}
@media (max-width: 544px) {
  .no-sub--start__audience .card-list li .desc-wrap .desc-item p {
    margin-left: 3rem;
  }
}
.no-sub--start__audience .card-list li .desc-wrap .desc-item i {
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  color: var(--clr-point1);
}
@media (max-width: 544px) {
  .no-sub--start__audience .card-list li .desc-wrap .desc-item i {
    left: 0.5rem;
    top: 0.5rem;
  }
}
.no-sub--start__table {
  overflow: hidden;
}
.no-sub--start__table .sub-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .no-sub--start__table .sub-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
}
.no-sub--start__table .sub-title .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.no-sub--start__table .sub-title .desc-wrap p {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  font-weight: 500;
  line-height: 1.61;
  position: relative;
  margin-left: 3rem;
}
.no-sub--start__table .sub-title .desc-wrap p:before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 1.1rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 50%;
}
.no-sub--start__table .table-cont .scroll-x {
  width: 100%;
  overflow: visible;
}
.no-sub--start__table .table-cont .program-table {
  width: 100%;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0.8rem;
  color: var(--clr-base-white);
}
.no-sub--start__table .table-cont .program-table th,
.no-sub--start__table .table-cont .program-table td {
  vertical-align: top;
  background: #ffffff05;
  white-space: normal;
}
.no-sub--start__table .table-cont .program-table th *,
.no-sub--start__table .table-cont .program-table td * {
  white-space: normal;
}
.no-sub--start__table .table-cont .program-table th {
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.no-sub--start__table .table-cont .program-table td {
  padding: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--start__table .table-cont .program-table tr > th {
  border-radius: 0.4rem;
}
.no-sub--start__table .table-cont .program-table thead th {
  text-align: center;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  font-weight: 500;
  line-height: 1.3;
  background: #0c161b;
  white-space: nowrap;
}
.no-sub--start__table .table-cont .program-table tbody th[scope='row'] {
  text-align: center;
  vertical-align: middle;
}
.no-sub--start__table .table-cont .program-table tbody th[scope='row'] strong {
  display: block;
  font-size: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.no-sub--start__table .table-cont .program-table tbody th[scope='row'] span {
  display: block;
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  line-height: 1.4;
  margin-top: 0.8rem;
  color: #ffffffdb;
}
.no-sub--start__table .table-cont .program-table tbody .row {
  background: #0c161b;
}
.no-sub--start__table .table-cont .program-table tbody td h4 {
  font-size: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  font-weight: 600;
  line-height: 1.35;
}
.no-sub--start__table .table-cont .program-table tbody td h5 {
  font-size: clamp(1.6rem, 0.3883495146vw + 1.454368932rem, 2.2rem);
  font-weight: 500;
  line-height: 1.35;
  color: #fffffff2;
}
.no-sub--start__table .table-cont .program-table tbody td p {
  margin-top: 0.8rem;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  line-height: 1.65;
  color: #ffffffdb;
}
.no-sub--start__table .table-cont .program-table tbody td hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin: 1.4rem 0 1.2rem;
}
.no-sub--start__table .table-cont .program-table tbody td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.no-sub--start__table .table-cont .program-table tbody td ul li {
  position: relative;
  padding-left: 1.2rem;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  line-height: 1.5;
  color: #ffffffe6;
}
.no-sub--start__table .table-cont .program-table tbody td ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #ffffff9e;
}
.no-sub--start__table .table-cont .program-table tbody td:nth-of-type(odd) {
  background: #2a2a2a;
}
.no-sub--start__table .table-cont .program-table tbody td:nth-of-type(2n) {
  background: #161616;
}
.no-sub--start__table .table-cont .program-table tbody .period {
  text-align: center;
  vertical-align: middle;
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.no-sub--start__table .table-cont .program-table th:last-child,
.no-sub--start__table .table-cont .program-table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 1024px) {
  .no-sub--start__table .table-cont .scroll-x {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }
  .no-sub--start__table .table-cont .program-table th,
  .no-sub--start__table .table-cont .program-table td,
  .no-sub--start__table .table-cont .program-table th *,
  .no-sub--start__table .table-cont .program-table td * {
    white-space: nowrap;
  }
}
.no-sub--start__process {
  overflow: hidden;
  position: relative;
}
.no-sub--start__process .process-cont {
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  align-items: start;
}
.no-sub--start__process .process-flow {
  position: relative;
  padding-top: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.no-sub--start__process .process-flow .flow-line {
  position: absolute;
  left: 0.9rem;
  top: 2.8rem;
  bottom: 2.8rem;
  width: 2px;
  border-left: 2px dashed rgba(255, 255, 255, 0.52);
}
.no-sub--start__process .process-flow .flow-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.0355987055vw + 0.4116504854rem, 2.4rem);
}
.no-sub--start__process .process-flow .flow-item .dot {
  width: clamp(1rem, 0.5177993528vw + 0.8058252427rem, 1.8rem);
  height: clamp(1rem, 0.5177993528vw + 0.8058252427rem, 1.8rem);
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  box-shadow:
    0 0 0 0.16rem #fffffff2,
    0 0 1.4rem #ffffff59;
  transition:
    background 0.45s ease,
    box-shadow 0.45s ease;
}
.no-sub--start__process .process-flow .flow-item .dot:before {
  content: '';
  position: absolute;
  inset: -0.9rem;
  border-radius: 50%;
  background: #ffffff4d;
  filter: blur(0.9rem);
  opacity: 0.45;
  transition:
    background 0.45s ease,
    opacity 0.45s ease;
  pointer-events: none;
}
.no-sub--start__process .process-flow .flow-item .label {
  color: #fff;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  line-height: 1.3;
  font-weight: 600;
}
.no-sub--start__process .process-flow .flow-item .label small {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  color: #ffffff9e;
}
.no-sub--start__process .process-flow .flow-item + .flow-item {
  margin-top: 6rem;
}
.no-sub--start__process .process-flow .flow-item.is-done .dot {
  background: #fffffff2;
  box-shadow:
    0 0 0 0.14rem #ffffffe6,
    0 0 1rem #ffffff40;
}
.no-sub--start__process .process-flow .flow-item.is-done .dot:before {
  background: #fff3;
  opacity: 0.32;
}
.no-sub--start__process .process-flow .flow-item.is-done .label {
  color: #ffffffd6;
}
.no-sub--start__process .process-flow .flow-item.is-current .dot {
  background: #66d7f4;
  box-shadow:
    0 0 0 0.2rem #66d7f4f2,
    0 0 1.8rem #66d7f4a6,
    0 0 3rem #66d7f461;
}
.no-sub--start__process .process-flow .flow-item.is-current .dot:before {
  background: #66d7f4b8;
  opacity: 0.7;
}
.no-sub--start__process .process-flow .flow-item.is-current .label {
  color: #66d7f4;
}
.no-sub--start__process .process-main {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.no-sub--start__process .process-hero {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  background: #12273080;
  color: var(--clr-base-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  font-size: clamp(1.8rem, 0.6472491909vw + 1.5572815534rem, 2.8rem);
  line-height: 1.31;
  font-weight: 600;
}
.no-sub--start__process .process-grid {
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .no-sub--start__process .process-grid {
    grid-template-columns: 1fr;
  }
}
.no-sub--start__process .process-card {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  background: #12273080;
  color: var(--clr-base-white);
  padding: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem) clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  min-height: clamp(19rem, 3.8834951456vw + 17.5436893204rem, 25rem);
}
.no-sub--start__process .process-card .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.2rem;
  border-radius: 0.4rem;
  border: 1px solid var(--clr-point1);
  color: var(--clr-point1);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 500;
  line-height: 1.61;
}
.no-sub--start__process .process-card h3 {
  padding-bottom: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
}
.no-sub--start__process .process-card .item-list {
  padding-top: 2.4rem;
  list-style: none;
  border-top: 1px solid #bbb;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.no-sub--start__process .process-card .item-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-sub--start__process .process-card .item-list li p {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  color: var(--clr-base-white);
  line-height: 1.61;
  font-weight: 400;
}
.no-sub--start__process .process-card .item-list li i {
  color: var(--clr-point1);
}
@media (max-width: 768px) {
  .no-sub--start__process .process-cont {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .no-sub--start__process .process-flow {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
  }
  .no-sub--start__process .process-flow .flow-line {
    position: static;
    width: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem);
    height: 2px;
    border-left: 0;
    border-top: 2px dashed rgba(255, 255, 255, 0.52);
  }
  .no-sub--start__process .process-flow .flow-item {
    min-height: auto;
  }
  .no-sub--start__process .process-flow .flow-item + .flow-item {
    margin-top: 0;
  }
}
.no-sub--start__inquiry {
  position: relative;
}
.no-sub--start__inquiry .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-sub--start__inquiry .bg img {
  height: 100%;
}
.no-sub--start__inquiry .grid_inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  border-top: 2px solid var(--clr-base-black);
  height: 100%;
  padding-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
@media (max-width: 768px) {
  .no-sub--start__inquiry .grid_inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.no-sub--start__inquiry .sub-title {
  width: 65%;
  position: sticky;
  top: 20rem;
  align-items: stretch;
  height: 100%;
}
@media (max-width: 1024px) {
  .no-sub--start__inquiry .sub-title {
    width: 100%;
    position: static;
    top: auto;
  }
}
.no-sub--start__inquiry .sub-title p {
  line-height: 1.61;
}
.no-sub--start__inquiry .inquiry {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 0.7766990291vw + 1.3087378641rem, 2.8rem);
  color: #f2f5f7;
}
.no-sub--start__inquiry .inquiry .required-note {
  align-self: flex-end;
  color: #fff;
}
@media (max-width: 768px) {
  .no-sub--start__inquiry .inquiry .required-note {
    align-self: flex-start;
  }
}
.no-sub--start__inquiry .inquiry .required-note span {
  color: var(--clr-point1);
}
.no-sub--start__inquiry .inquiry .form-section {
  padding-top: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.no-sub--start__inquiry .inquiry .form-section:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.no-sub--start__inquiry .inquiry .section-title-wrap {
  margin-bottom: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
}
.no-sub--start__inquiry .inquiry .section-title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.6rem;
}
.no-sub--start__inquiry .inquiry .section-title span {
  color: #66d7f4;
}
.no-sub--start__inquiry .inquiry .section-desc {
  color: #ffffffa6;
}
.no-sub--start__inquiry .inquiry .input_wrap {
  gap: clamp(1.2rem, 0.3883495146vw + 1.054368932rem, 1.8rem);
}
.no-sub--start__inquiry .inquiry .input_wrap + .input_wrap {
  margin-top: clamp(1.2rem, 0.3883495146vw + 1.054368932rem, 1.8rem);
}
@media (max-width: 544px) {
  .no-sub--start__inquiry .inquiry .input_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--start__inquiry .inquiry .input-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.no-sub--start__inquiry .inquiry .input-item label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #ffffffeb;
}
.no-sub--start__inquiry .inquiry .input-item label span {
  color: #66d7f4;
}
.no-sub--start__inquiry .inquiry .input-item input {
  width: 100%;
  height: clamp(4.8rem, 0.5177993528vw + 4.6058252427rem, 5.6rem);
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #1f1f1f;
  padding: 0 1.4rem;
  color: #f5f8fa;
  font-family: Pretendard;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.no-sub--start__inquiry .inquiry .input-item input::placeholder {
  color: #fff6;
}
.no-sub--start__inquiry .inquiry .input-item input:focus {
  outline: 0;
  border-color: #66d7f4cc;
  box-shadow: 0 0 0 0.12rem #66d7f459;
}
.no-sub--start__inquiry .inquiry .choice-grid {
  gap: clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
@media (max-width: 544px) {
  .no-sub--start__inquiry .inquiry .choice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 375px) {
  .no-sub--start__inquiry .inquiry .choice-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--start__inquiry .inquiry .choice-btn {
  position: relative;
  display: block;
  cursor: pointer;
}
.no-sub--start__inquiry .inquiry .choice-btn input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.no-sub--start__inquiry .inquiry .choice-btn span {
  height: clamp(4.8rem, 0.6472491909vw + 4.5572815534rem, 5.8rem);
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #12273080;
  color: var(--clr-base-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.2rem;
  transition: all 0.25s ease;
  font-weight: 500;
}
.no-sub--start__inquiry .inquiry .choice-btn input:checked + span {
  background: #111;
  box-shadow: 0 0 0 0.14rem #ffffff26;
  color: #fff;
  border-color: #fff;
}
.no-sub--start__inquiry .inquiry .text-item textarea {
  width: 100%;
  min-height: 20rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #1f1f1f;
  color: #f5f8fa;
  font-family: Pretendard;
  padding: 1.6rem;
  resize: vertical;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.no-sub--start__inquiry .inquiry .text-item textarea::placeholder {
  color: #fff6;
}
.no-sub--start__inquiry .inquiry .text-item textarea:focus {
  outline: 0;
  border-color: #66d7f4cc;
  box-shadow: 0 0 0 0.12rem #66d7f459;
}
.no-sub--start__inquiry .inquiry .consent-check {
  margin-top: 0.2rem;
}
.no-sub--start__inquiry .inquiry .consent-check label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #fff;
  cursor: pointer;
}
.no-sub--start__inquiry .inquiry .consent-check label span {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-sub--start__inquiry .inquiry .consent-check input[type='checkbox'] {
  width: clamp(1.5rem, 0.3236245955vw + 1.3786407767rem, 2rem);
  height: clamp(1.5rem, 0.3236245955vw + 1.3786407767rem, 2rem);
  accent-color: #66d7f4;
}
.no-sub--start__inquiry .inquiry .btn-fill {
  display: flex;
  justify-content: center;
}
.no-sub--start__inquiry .inquiry .btn-fill .submit {
  width: 100%;
  max-width: 100%;
  height: clamp(5rem, 0.9061488673vw + 4.6601941748rem, 6.4rem);
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: #fff;
  color: #1a1a1a;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.no-sub--start__inquiry .inquiry .btn-fill .submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.6rem 2rem #ffffff26;
}
@media (max-width: 768px) {
  .no-sub--contact .img-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.no-sub--contact .img-grid > div {
  padding: clamp(14rem, 16.8284789644vw + 7.6893203883rem, 40rem) 0;
  position: relative;
  transition: 0.3s ease all;
  overflow: hidden;
}
@media (max-width: 544px) {
  .no-sub--contact .img-grid > div {
    padding: 14rem 0;
  }
}
.no-sub--contact .img-grid > div:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.no-sub--contact .img-grid > div:hover .img img {
  transform: scale(1.025);
  filter: blur(6px);
}
.no-sub--contact .img-grid .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-sub--contact .img-grid .img img {
  height: 100%;
  transition:
    1.2s ease transform,
    0.4s ease filter;
  filter: blur(0);
}
.no-sub--contact .img-grid .text-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: var(--clr-base-white);
  text-align: center;
}
.no-sub--contact .img-grid .text-wrap .more-btn {
  display: flex;
  justify-content: center;
}
.no-sub--contact .img-grid .text-wrap .more-btn a {
  color: #000;
  background: #fff;
  transition: 0.3s ease all;
  line-height: 1.31;
  font-weight: 500;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  padding: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem) clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
}
.no-sub--contact .img-grid .text-wrap .more-btn a i {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  transition: transform 0.25s ease-out;
}
.no-sub--contact .img-grid .text-wrap .more-btn a:hover i {
  transform: translate(0.2rem) translateY(-0.2rem);
}
.no-sub--contact .img-grid .go-inquiry .more-btn a {
  background: var(--clr-point1);
}
.sub-resources-view {
  position: relative;
  background-color: #000;
  overflow: hidden;
  padding-top: clamp(16rem, 6.4724919094vw + 13.572815534rem, 26rem);
}
.sub-resources-view .blur-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 100vw;
  max-width: none;
  aspect-ratio: 2091/758;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .sub-resources-view .blur-bg {
    aspect-ratio: 2091/58;
  }
}
.sub-resources-view .no-container-xl {
  position: relative;
  z-index: 2;
}
.sub-resources-view .no-view-top {
  padding: 0 0 3rem;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.sub-resources-view .no-view-top__date {
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  color: #ffffffb3;
}
.sub-resources-view .view-btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.sub-resources-view .no-view-top__title {
  color: var(--clr-base-white);
  font-weight: 600;
}
.sub-resources-view .view-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.4rem;
  border: 1px solid #fff;
  color: #fff;
  transition: ease all 0.4s;
  white-space: nowrap;
  font-size: 1.6rem;
  width: 12rem;
  line-height: 1.68;
  box-sizing: border-box;
  border-radius: 5.5rem;
}
.sub-resources-view .view-btn a:hover {
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 768px) {
  .sub-resources-view .no-view-bot__contents p img {
    width: 100% !important;
  }
}
.sub-resources-view .no-view-bot__contents {
  width: 100%;
  font-family: pretendard !important;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  color: #fff;
  padding-top:4rem;
}
.sub-resources-view .no-view-bot__contents iframe,
.sub-resources-view .no-view-bot__contents img {
  max-width: 100%;
}

.sub-resources-view .no-view-bot__contents h1 {
  font-size: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  word-break: break-all;
  color: #fff;
  font-weight: 600;
}

.sub-resources-view .no-view-bot__contents h2 {
  font-size: cfluid(32, 54);
  word-break: break-all;
  color: #fff;
  font-weight: 600;
}
.sub-resources-view .no-view-bot__contents h3 {
  font-size: clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
  word-break: break-all;
  color: #fff;
  font-weight: 600;
}
.sub-resources-view .no-view-bot__contents h4 {
  font-size: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  word-break: break-all;
  color: #fff;
  font-weight: 600;
}
.sub-resources-view .no-view-bot__contents h4 span {
  font-size: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem) !important;
  word-break: break-all !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.sub-resources-view .no-view-bot__contents h5 {
  font-size: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  word-break: break-all;
  color: #fff;
  font-weight: 600;
}
.sub-resources-view .no-view-bot__contents h6 {
  font-size: clamp(1.4rem, 0.3883495146vw + 1.254368932rem, 2rem);
  word-break: break-all;
  color: #fff;
  font-weight: 600;
}
.sub-resources-view .no-view-bot__contents ul li {
  position: relative;
  display: flex;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
}
.sub-resources-view .no-view-bot__contents ul li:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  min-width: 0.4rem;
  min-height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  top: 1.1rem;
  margin-right: 1rem;
  position: relative;
  display: block;
}
.sub-resources-view .no-view-bot__contents ol li {
  position: relative;
  display: flex;
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
}
.sub-resources-view .no-view-bot__contents ol li:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  min-width: 0.4rem;
  min-height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  top: 1.1rem;
  margin-right: 1rem;
  position: relative;
  display: block;
}
.sub-resources-view .no-view-bot__contents p {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  font-weight: 300;
  color: #fff;
  overflow: hidden;
}
.sub-resources-view .no-view-bot__contents p b {
  color: #fff;
  font-weight: 600;
}
.sub-resources-view .no-view-bot__contents p span {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  font-weight: 400;
  color: #fff;
  word-break: keep-all;
}
.sub-resources-view .no-view-bot__contents br {
  display: block !important;
}
.sub-resources-view .no-view-bot__contents span {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  font-weight: 400;
  color: #fff;
  word-break: keep-all;
}
.sub-resources-view .no-view-bot__contents span b {
  font-weight: 600;
  color: #fff;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .sub-resources-view colgroup col:nth-child(4) {
    display: none;
  }
}
@media (max-width: 375px) {
  .sub-resources-view colgroup col:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .sub-resources-view .no-view-bot__contents p span {
    font-size: 1.6rem;
  }
}
.sub-resources-view .no-board-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 8rem;
}
.sub-resources-view .no-board-nav__items {
  display: flex;
  flex-direction: column;
}
.sub-resources-view .no-board-nav__items li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: space-between;
}
.sub-resources-view .no-board-nav__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 1.6rem;
}
.sub-resources-view .no-board-nav__link:nth-child(2n) {
  display: none;
}
.sub-resources-view .no-board-nav__division {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
}
.sub-resources-view .no-board-nav__division p {
  font-size: 1.6rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .sub-resources-view .no-board-nav__division p {
    font-size: 1.4rem;
  }
}
.sub-resources-view .no-board-nav__title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  margin-left: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .sub-resources-view .no-board-nav__title {
    font-size: 1.4rem;
  }
}
.sub-resources-view .no-board-nav__date {
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  padding-right: 1rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sub-resources-view .no-board-nav__date {
    display: none;
  }
}
.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: 1px solid #212121;
  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: #f9f9f9;
  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;
    gap: 0.6rem;
  }
}
.no-board .no-skin-list .no-skin-list-table tbody tr .mega_notice i {
  display: none;
  color: #73653f;
}
.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;
  font-weight: 500;
  vertical-align: middle;
}
.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);
}
.no-board .no-skin-list .no-skin-list-table tbody tr td.no-skin-list-table__label span i {
  font-size: 1.6rem;
}
@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 strong {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a strong p {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.no-board .no-skin-list .no-skin-list-table tbody tr td a:hover p {
  text-decoration: underline;
}
.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;
}
.sub-member {
  margin-top: var(--header-height);
  position: relative;
  display: flex;
  min-height: 80rem;
  justify-content: center;
  padding: clamp(6rem, 3.8834951456vw + 4.5436893204rem, 12rem) 0;
  background: #f9f9f9;
}
@media (max-width: 544px) {
  .sub-member {
    min-height: 50rem;
  }
}
.sub-member .member-logo {
  position: absolute;
  left: -2%;
  bottom: 5%;
  max-width: clamp(15rem, 22.9508196721vw + 5.9344262295rem, 50rem);
  opacity: 0.25;
}
@media (max-width: 768px) {
  .sub-member .member-logo {
    bottom: -5%;
  }
}
.sub-member .no-container-sm {
  width: 100%;
  max-width: 540px;
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  background: #fff;
  border-radius: 1.6rem;
  height: 90%;
  box-shadow:
    #0000001a 0 10px 15px -3px,
    #0000000d 0 4px 6px -2px;
}
.sub-member h2 {
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.sub-member .find-list {
  display: flex;
  gap: 0rem;
  align-items: center;
  width: 100%;
}
.sub-member .find-list li {
  width: 100%;
}
.sub-member .find-list li a {
  border: none;
  border-bottom: 2px solid #e0e0e0;
  background-color: transparent;
  color: #666;
  transition: color 0.3s;
  border-radius: 0;
}
.sub-member .find-list li a:hover {
  color: var(--clr-gray-900);
  background-color: transparent;
}
.sub-member .find-list li a.active {
  border-bottom: 2px solid #af7e68;
  color: #000;
}
.sub-member .input-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 0.6557377049vw + 1.7409836066rem, 3rem);
}
.sub-member .input-wrap.login {
  gap: 1.2rem;
}
.sub-member .edit-info {
  gap: clamp(2rem, 0.6557377049vw + 1.7409836066rem, 3rem);
}
.sub-member .input-wrap.find {
  margin-top: 4rem;
}
.sub-member .input-wrap.view label:before {
  display: none;
}
.sub-member .input-wrap li label {
  color: var(--clr-gray-900);
  position: relative;
  align-items: flex-start;
  font-weight: 500;
  margin-bottom: clamp(0.8rem, 0.131147541vw + 0.7481967213rem, 1rem);
  display: inline-flex;
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.sub-member .input-wrap li label:before {
  content: '';
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--clr-primary-500);
  border-radius: 50%;
  top: 0.2rem;
  right: -0.8rem;
  overflow: hidden;
}
.sub-member .input-wrap li .input-box {
  width: 100%;
  text-align: left;
  position: relative;
}
.sub-member .input-wrap li .input-box.password-box {
  position: relative;
}
.sub-member .input-wrap li .input-box .no-input {
  height: clamp(4.5rem, 0.3236245955vw + 4.3786407767rem, 5rem);
  border: solid 1px #ccc;
  padding: 0 clamp(0.8rem, 0.7868852459vw + 0.4891803279rem, 2rem);
  border-radius: 0.6rem;
  width: 100%;
  color: var(--clr-gray-900);
  font-weight: 500;
}
.sub-member .input-wrap li .password-box .no-input {
  padding-right: clamp(4.5rem, 0.3236245955vw + 4.3786407767rem, 5rem);
}
.sub-member .input-wrap li .password-toggle {
  position: absolute;
  right: clamp(0.8rem, 0.7868852459vw + 0.4891803279rem, 2rem);
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.4rem, 0.2588996764vw + 2.3029126214rem, 2.8rem);
  height: clamp(2.4rem, 0.2588996764vw + 2.3029126214rem, 2.8rem);
  color: #666;
  transition: color 0.3s ease;
}
.sub-member .input-wrap li .password-toggle:hover {
  color: var(--clr-gray-900);
}
.sub-member .input-wrap li .password-toggle i {
  font-size: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.sub-member .input-wrap li .input-box select.no-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right clamp(0.8rem, 0.7868852459vw + 0.4891803279rem, 2rem) center;
  background-size: 12px 8px;
  cursor: pointer;
}
.sub-member .certificate-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  padding: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  border: 1px solid #e0e0e0;
  border-radius: 0.6rem;
  background: #fff;
}
.sub-member .certificate-group {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
}
.sub-member .certificate-title {
  color: var(--clr-gray-900);
  font-weight: 600;
  margin-bottom: 0.4rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.sub-member .certificate-checkboxes {
  display: flex;
  gap: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  flex-wrap: wrap;
}
.sub-member .certificate-checkbox {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  user-select: none;
}
.sub-member .certificate-checkbox:before {
  display: none;
}
.sub-member .certificate-checkbox input[type='radio'] {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  background: #fff;
  margin: 0;
  flex-shrink: 0;
}
.sub-member .certificate-checkbox input[type='radio']:checked {
  background: #fff;
  border-color: #212121;
  position: relative;
}
.sub-member .certificate-checkbox input[type='radio']:checked:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: #af7e68;
  border-radius: 50%;
}
.sub-member .certificate-checkbox span {
  color: var(--clr-gray-900);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 400;
}
.sub-member .certificate-checkbox:hover input[type='radio'] {
  border-color: #212121;
}
.sub-member .privacy-box {
  padding: 0;
}
.sub-member .privacy-checkbox {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  user-select: none;
  margin-top: 0.6rem;
}
.sub-member .privacy-checkbox:before {
  display: none;
}
.sub-member .privacy-checkbox input[type='checkbox'] {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  background: #fff;
  margin: 0;
  flex-shrink: 0;
}
.sub-member .privacy-checkbox input[type='checkbox']:checked {
  background: #212121;
  border-color: #212121;
  position: relative;
}
.sub-member .privacy-checkbox input[type='checkbox']:checked:after {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0.6rem;
  width: 0.4rem;
  height: 0.8rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.sub-member .privacy-checkbox span {
  color: var(--clr-gray-900);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  font-weight: 400;
}
.sub-member .privacy-checkbox:hover input[type='checkbox'] {
  border-color: #212121;
}
.sub-member .input-wrap li .find {
  margin-top: 0.5rem;
}
.sub-member .input-wrap li .find:hover {
  text-decoration: underline;
}
.sub-member .no-member-btn {
  border-radius: 0.8rem;
  background-color: var(--clr-base-black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem)
    clamp(1.6rem, 0.5245901639vw + 1.3927868852rem, 2.4rem);
  width: 100%;
  color: #fff;
  margin-top: clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
  font-weight: 600;
  min-height: 4.2rem;
  transition: background-color 0.3s;
}
.sub-member .no-member-btn:hover {
  background-color: #212121;
}
.sub-member .find_id_pw {
  color: #424242;
}
.sub-member .signup_move {
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  margin-top: 4rem;
}
.sub-member .signup_move a {
  color: #000;
}
.sub-member .signup_move a:hover {
  text-decoration: underline;
}
.sub-member .profile-upload-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem) 0;
}
.sub-member .profile-image-container {
  position: relative;
  display: inline-block;
}
.sub-member .profile-image-preview {
  width: clamp(12rem, 2.5889967638vw + 11.0291262136rem, 16rem);
  height: clamp(12rem, 2.5889967638vw + 11.0291262136rem, 16rem);
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  position: relative;
}
.sub-member .profile-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.sub-member .profile-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: silver;
  font-size: clamp(4rem, 1.2944983819vw + 3.5145631068rem, 6rem);
}
.sub-member .profile-upload-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  height: clamp(4rem, 0.5177993528vw + 3.8058252427rem, 4.8rem);
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #666;
  font-size: clamp(1.8rem, 0.2588996764vw + 1.7029126214rem, 2.2rem);
}
.sub-member .profile-upload-btn:hover {
  background: #f5f5f5;
  border-color: #ccc;
  color: #333;
}
.fslightbox-source {
  width: calc(100% - 4rem) !important;
  left: 2rem;
}
.certificate-panel {
  padding-top: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
}
.certificate-panel h3 {
  margin-bottom: clamp(0.8rem, 0.131147541vw + 0.7481967213rem, 1rem);
}
/*# sourceMappingURL=/resource/dist/style.css.map */


@media (max-width: 768px) {
	.no-main  section{
		border-bottom:none;
	}
	.no-main--insight{
		border-bottom:1px solid rgba(255,255,255,.5) !important;	
	}
}

.no-sub--who__strengths {
  position: relative;
}
.no-sub--who__strengths .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-sub--who__strengths .bg img {
  height: 100%;
}
.no-sub--who__strengths .sub-title {
  color: var(--clr-base-white);
}
.no-sub--who__strengths .strengths-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .no-sub--who__strengths .strengths-list {
    gap: 2.4rem;
  }
}
.no-sub--who__strengths .strengths-list .strengths-item {
  display: flex;
  gap: 1.2rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .no-sub--who__strengths .strengths-list .strengths-item {
    flex-direction: column;
    gap: 0;
  }
}
.no-sub--who__strengths .strengths-list .strengths-item .label {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem) clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  color: var(--clr-base-white);
  background: #0c171c;
  width: clamp(12rem, 9.7087378641vw + 8.359223301rem, 27rem);
  border-radius: 0.6rem;
}
@media (max-width: 768px) {
  .no-sub--who__strengths .strengths-list .strengths-item .label {
    width: 100%;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.no-sub--who__strengths .strengths-list .strengths-item .desc {
  flex: 1 1 auto;
  padding: clamp(0.8rem, 0.1294498382vw + 0.7514563107rem, 1rem) clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  color: #ffffffe6;
  line-height: 1.7;
  border-radius: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000000b3;
}
@media (max-width: 768px) {
  .no-sub--who__strengths .strengths-list .strengths-item .desc {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
